@font-face {
    font-family: 'arimoregular';
    src: url('../font/webfontkit/arimo-variablefont_wght-webfont.woff2') format('woff2'),
         url('../font/webfontkit/arimo-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    margin:0;
    font-family:'arimoregular', Arial, sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    font-size:100%;
    color:rgb(53, 53, 53);
}
p {
    font-size:1em;
}
h1 {
    font-size:3em;
}
h2 {
    font-size:2.5em;
}
h3 {
    font-size:2em;
}
h4 {
    font-size:1.75em;
    font-weight: 100;
    text-transform:uppercase;
    text-align:center;
}
h5 {
    font-size:1.5em;
    font-weight: 100;
}
h6 {
    font-size:1.25em;
    font-weight: 100;
}
.cont_left{
    width:50%;
    float:left;
    position:relative;
}
.cont_right{
    width:50%;
    float:right;
    position:relative;
}
header {
    width:100%;
    height:100px;
    background-color:transparent;
    position:fixed;
    z-index: 9;
    top:0;
    transition:.25s;
    user-select: none;
}
.container{
    max-width:1500px;
    height:100%;
    margin:0 auto;
    position:relative;
}
.overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.pageinfo {
    background-color: rgb(53, 53, 53);
}
.pageinfo .contcont {
    background-color:#fee437;
    margin:0 auto;
    text-align:center;
    margin:20px;
    padding:20px;
    border-radius:20px;
    box-shadow: 2px 2px 2px black;    
}
.contcont div {
    margin:20px;
    background-color:rgb(53, 53, 53);
    box-shadow:2px 2px 2px black;
    border-radius:20px;
}
.contcont h3 {
    color:#fee437;
    padding:10px;
}
.contcont ul {
    padding:0;
}
.contcont li {
    list-style-type:none;
    padding:10px 0;
}
.contcont li a {
    color:white;
    text-decoration:none;
    font-size:1.5em;
    transition:.25s;
}
.contcont li a:hover {
    color:#fee437;
}
#logo {
    height:80px;
    left:10px;
    top:10px;
    position:absolute;
    transition:.25s;
}
nav #top_nav {
    position:absolute;
    right:5px;
    padding:40px 0;
    transition:.25s;
}
nav #top_nav li {
    color:white;
    display:inline;
    margin:0 30px;
    font-weight:bold;
}
nav #top_nav li a {
    text-decoration:none;
    color:white;
}
footer {
    background-color:white;
    border-top:4px solid rgb(53, 53, 53);
    padding:30px 0px;
    text-align:center;
}

/** Background video **/
#bannervid {
    position:absolute;
    z-index: -1;
    right:0;
    bottom:0;
    min-width: 100%;
    min-height:100%;
    transform:translateX(calc(100% - 100vw) / -2);
}
.background-vid-banner {  /** container for the video div to push content down the desired distance **/
    width:100%;
    height:100vh;
    position:fixed;
    z-index: -1;
}
.banner_text {
    color:white;
    z-index: 0;
    text-align:center;
    width: 75%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    user-select: none;
}
.banner_text h3 {
    font-weight: 100;
    line-height: 40px;
}
.logo_ban {
    width:100px;
}
.banner_message {
    position:relative;
    background-color:transparent;
    width:100%;
    height:100vh;
    min-height:500px;
}
.text-bottom {
    position:absolute;
    width:100%;
    bottom:75px;
    text-align:center;
    display:flex;
    color:white;
}
.flex_box_banner{
    flex:1;
}
.flex_box_banner a{
    color:white;
    text-decoration:none;
    font-weight:100;
    font-size:1.5em;
    transition:.25s;
}
.flex_box_banner a:hover {
    color:#fee437;
}
.GoldUnderline{
    color:#ffffff;
    position:relative;
    letter-spacing:10px;
    font-weight:bold;
}
.GoldUnderline::after {
    content:'';
    position:absolute;
    display:block;
    bottom:-10px;
    left:50%;
    transform:translateX(-50%);
    width:30%;
    height:5px;
    background-color:#fee437;
    transition:.25s;
}
.anchor {
    position:relative;
    top:-100px;
}
.flex-container{
    display:flex;
    flex-wrap:wrap;
}
.flex-container-finance {
    display:flex;
    flex-wrap:wrap;
    padding-top:20px;
}
.flex-box {
    flex:1;
    margin:0px 30px;
    position:relative;
    height:300px;
}
a.viewMorebutton {
    padding: 10px 20px;
    background-color:#fee437;
    color: #353535;
    text-decoration: none;
    font-weight: 700;
    transition:.25s;
    font-size:1.5em;
    box-shadow: 3px 5px 10px #00000099;
    position:relative;
}
a.viewMorebutton:hover {
    background-color:rgb(53, 53, 53);
    color:white;
}
        /* FINANCIAL AREA */
.banner_financials{
    width: 100%;
    padding:75px 0px;
    background-color: rgb(53, 53, 53);
    text-align:center;
    position:relative;
}
.banner_financials h4 {
    color:white;
}
.financials-box-front {
    text-align: center;
    position: absolute;
    transform: rotateY(0deg) translate(-50%, -50%);
    transform-origin: 0 0;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    transition: .5s;
    width: 100%;
    background-color: #353535;
    padding: 5px 15px;
    box-shadow: 3px 5px 10px #00000099;
    user-select: none;
    color: white;
    border-radius: 35px;
    height:100%;
}
.financials-box-front .halfsize{
    width:50%;
    float:left;
}
.financials-box-front h3 {
    color:#fee437;
}
.rotated .financials-box-front {
    transform:rotateY(180deg) translate(-50%, -50%);
}
.rotated .center {
    visibility:hidden;
}
.financials-box-front img {
    width:100px;
    padding-top:20px;
}
ul.financials {
    width: 100%;
    text-align:left;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    height:90%;
    align-items: center;
    padding-left:80px;
}
ul.financials li{
    list-style-type:none;
    font-size:1.5em;
    flex:1;
    width:100%;
    position:relative;
}
ul.financials li a {
    color:rgb(255, 255, 255);
    text-decoration:none;
    position:relative;
    transition:.5s;
    position:absolute;
    top:50%;
    transform:translate(0, -50%);
}
ul.financials li a::before {
    content: ' ';
    height: 100%;
    width: 30px;
    background-image: url(../images/fileimage.svg);
    position: absolute;
    left: -50px;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition:.5s;
}
ul.financials li a:hover::before {
    transform:rotateZ(360deg);
    background-image:url(../images/fileimageyellow.svg);
}
ul.financials li a:hover {
    color:rgb(255, 255, 255);
}
.reportbox {
    height:200px;
}
ul.financials li .gray {
    color:rgb(151, 151, 151);
}
ul.financials li .gray:hover {
    color:black;
}
ul.financials li .gray:hover::before {
    transform:rotateZ(360deg);
    background-image:url(../images/fileimage.svg);
}
/* Press Releases */
.pressReleases {
    width:100%;
    background-color:rgb(53, 53, 53);
    color:white;
    text-align:center;
    padding:75px 0px;
    position:relative;
}
.pressReleases h4 {
    color:white;
}


/* About Text */
.aboutText {
    background-image:url(../images/miningsun.jpg);
    background-size:cover;
    background-position:center;
    background-attachment: fixed;
    padding:75px 0px;
    position:relative;
    height:calc(100vh - 100px);
    text-align:center;
    color:rgb(53, 53, 53);
}
.aboutText h4 {
    line-height: 2em;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.aboutText .overlay {
    background-color:#fee437bf;
}
/* Quote Sections */
.quote {
    padding:175px 0px;
    background-image:url(../images/truck.jpg);
    background-attachment:fixed;
    background-size:cover;
    width:100%;
    text-align:center;
    position:relative;
}
.quote p{
    padding:0px 15%;
    color:rgb(53, 53, 53);
}
.quote h6{
    margin-left:150px;
    padding-top:20px;
    color:#353535;
}
.quote .overlay {
    background-color:#fee437bf;
}
/* Summaries */
.summary {
    width:100%;
    padding:50px 0px;
    background-color:white;
    border-top:4px solid #fee437;
    cursor:pointer;
    position:relative;
}
.summary h2 {
    position:absolute;
    left:80px;
    top:50%;
    transform:translate(0%, -50%);
    transition:.5s;
    white-space: nowrap;
}
.CompanySummary {
    transition:.5s;
    overflow:hidden;
    background-color:white;
}
.CompanySummary {
    max-height:0px;
    width:100%;
    padding:0px 5%;
    overflow:hidden;
}
.openSummary {
    max-height: initial;
    padding: 35px 14% 50px 14%;
    border-top: 2px dashed #d4d4d4;
}
.CompanySummary h4 {
    text-align: center;
    padding-bottom: 15px;
    font-weight: 100;
    color:rgb(53, 53, 53);
}
.CompanySummary p{
    padding:10px 0px;
    color:rgb(151, 151, 151);
}
.CompanySummary h6 {
    padding:10px 0px;
    color:rgb(53, 53, 53);
}
.CompanySummary ol{
list-style-type:lower-roman;
color:rgb(151, 151, 151);
}
.CompanySummary ol li{
    padding:10px 0px;
}
.boldertext {
    color:rgb(53, 53, 53);
    font-weight:bold;
}
.summary .growTitle {
    left:50%;
    transform:translate(-50%, -50%);
}
.summary .readMore {
    position: absolute;
    top: 50%;
    right: 80px;
    transition: .25s;
    transform: translateY(-50%) rotate(-180deg);
    font-size:4em;
}
.summary .rotateCarrot{
    transform:translateY(-50%) rotate(-90deg);
}
.media_gallery{
    background-color:#fee437;
    min-height:calc(100vh - 100px);
}
.media_gallery h4 {
    text-transform:uppercase;
    padding-top:50px;
}
.mediaFrame {
    width:100%;
    padding-top:28.13%;
    position:relative;
}
.contact {
    background-color:white;
    padding:50px;
    border-top:4px solid #fee437;
}
.contact h5{
    color:rgb(151, 151, 151)
}
.contact h5::first-line{
    color:rgb(53, 53, 53);
}
#logoMobile {
    position:absolute;
    left:10px;
    top:10px;
    height:80px;
	z-index:9;
}
#mobileHeader {
    display:none;
	transition:.25s;
}
.mobile-Header {
    position:fixed;
    z-index: 9;
    width:100%;
    height:100px;
    background-color:rgb(53, 53, 53);
	
}
.abierto {
    height:100vh;
    background-color: #fee437f7;
}
#mobileHeader nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 75%;
    padding: 10px 0px;
    opacity: 0;
    transition: .25s;
    font-size: 2em;
    width: 100%;
    text-align: center;
    overflow:hidden;
}
#mobileHeader .changeOpacity {
    opacity:1;
}
#mobileHeader ul {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#mobileHeader nav li {
    list-style-type: none;
    flex: 1;
}
#mobileHeader nav a{
    color:rgb(53, 53, 53);
    font-weight:bold;
    text-decoration:none;
    list-style-type:none;
}
.hamburgerIcon {
    position: absolute;
    top: 20px;
    right: 10px;
    color: white;
    font-size: 35px;
    transform: rotate(90deg);
	z-index:9;
}

@media screen and (max-width:1300px){

}
@media screen and (max-width:1000px){
.flex-box {
    flex:100%;
    margin:15px 25px;
}
.banner_financials {
    min-height:650px;
}
ul.financials {
    padding-left: 40px;
}
/** remove header and add moblie header **/
#addColor {
    display:none;
}
#mobileHeader {
    display:block;
}
}
@media screen and (max-device-width:490px){
body {
   font-size:50%;
}
.pageinfo {
	font-size:150%;
}
.flex-box {
    height:150px;
}
.banner_message {
    height:calc(100vh - 80px);
}
.aboutText, .quote {
    background-size:cover;
    background-attachment:scroll;
}
.hoverForRotate {
	overflow:hidden;
}
.hoverForRotate:hover .financials-box-front{
	visibility:hidden;	
}

}