@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;300;400;700;800;900&family=Roboto:wght@400;700&display=swap');

@font-face {
    font-family: 'aerovias_brasil_nfregular';
    src: url('../font/aeroviasbrasilnf-webfont.woff2') format('woff2'),
         url('../font/aeroviasbrasilnf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*, *::before, *::after { box-sizing: border-box; }
html { box-sizing: border-box; }
html, body { margin: 0; padding: 0; height: 100%; }

body {
    background: #fff;
    color:#242424;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 0px;
    margin:0 auto;
    height: 100%;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
}

body.snow {
    background: #00281d;
}

.flake {
    text-shadow: 1px 1px 2px #bfeada, 0 0 1em #438161, 0 0 0.2em #204b2d;
}

.basement {
    position: relative;
    top:0;
    left:0;
    height:100%;
    width: 100%;
    background-color: #000;
}

.section {
    width: 100%;
    padding: 0;
    font-size: 18px;
    float: left;
    text-align: center;
    margin: 0px 0;
}

header.header {
    position: fixed;
    width:calc(100% - 20px);
    height:60px;
    top: 10px;
    left:10px;
    background:rgba(255,255,255,0);
    z-index: 1001;
    font-size: 18px;
}

header .menuname {
    background-color: rgba(0,0,0,0.6);
    padding: 8px 12px;
    display: inline-block;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    position: relative;
}

header .menuname:hover, header.open .menuname {
    background-color: rgba(0,0,0,1);
}

.hdr-logo {
    margin: 0;
    height:36px;
    float: left;
    line-height: 36px;
    font-size: 18px;
    font-family: 'Overpass', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}


.hdr-logo a {
    background-image: url(../img/tt_logo_2D_ffffff.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    height:36px;
    font-size: 17px;
    padding: 0;
    line-height: 36px;
    color:#fff;
    text-decoration: none !important;
    text-indent: 44px;
}

.wrapper {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}


#hamborgari {
    width:36px;
    height:36px;
    position:relative;
    margin:0 10px 0 30px;
    transition:.5s ease-in-out;
    cursor:pointer;
    float:left;
}

#hamborgari span {
    display:block;
    position:absolute;
    height:3px;
    width:29px;
    background:#fff;
    border-radius:9px;
    opacity:1;
    right:0;
    transition:.25s ease-in-out;
    top:9px;
}

#hamborgari span:nth-child(1) {
    right:0
}

#hamborgari:hover span:nth-child(1) {
    width:32px
}

#hamborgari span:nth-child(2) {
    right:0;
    top:16px;
    width:26px;
}

#hamborgari:hover span:nth-child(2) {
    width:32px
}

#hamborgari span:nth-child(3) {
    right:0;
    top:23px;
    width:32px;
}

#hamborgari.open span {
    background:#eef030
}

#hamborgari.open span:nth-child(1) {
    transform:rotate(45deg);
    top:16px;
    right:2px;
    width:26px
}

#hamborgari.open span:nth-child(2) {
    background:#232323;
    width:0;
    right:15px
}

#hamborgari.open span:nth-child(3) {
    transform:rotate(-45deg);
    top:16px;
    right:2px;
    width:26px
}

.dropdown-menu {
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top:44px;
    right: 0px;
    display: none;
    text-align: left;
    width: 100%;
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0 0 8px 8px;
    font-size: 16px;
    z-index: 1000;
}

.dropdown-menu ul {
    list-style-type: none;
    padding: 20px;
    margin: 0;
}

.dropdown-menu ul li {
    padding: 0 0 10px 0;
    text-indent: 40px;
}

.dropdown-menu ul a {
    color:#fff;
    text-decoration: none;
}

header.open .dropdown-menu {
    display: block;
}


.earthelders_ul {
    position: absolute;
    bottom:30px;
    left:30px;
    list-style-type: none;
    padding: 0;
    margin:0;
   /* width:calc(100% - 200px);*/
    z-index: 5;
    color:#fff;
    text-align: left;
}

.earthelders_ul li { 
    display: inline-block;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin: 5px 0;
    padding:2px 10px 0 5px;
    border-left:3px solid rgba(255,255,255,0.9);
    opacity: 0.9;
    float: left;
    clear: both;
    transition: 0.4s;
}

.earthelders_ul li:hover { opacity: 1;}

.earthelders_ul li.on {
    border-left:5px solid #61cae7;
    opacity: 1;
    font-size: 24px;
    font-weight: 800;
}

.earthelders_ul li a {
    color: #000;
    text-decoration: none;
}

.earthelders_ul li a span {
    font-size: 18px;
    font-weight: 300;
    display: block;
    color: rgba(0,0,0,1);
    display: none;
}

.earthelders_ul li.on  a span {
    display: block;
    line-height: 16px;
    margin: 0 0 -8px 0;
}

.slide {
    position: relative;
}


.slide .mynd {
    height: 100%;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    background-size: cover;
    background-position: center;
}


.earthelders_top {
    position: absolute;
    top:40px;
    left: 0;
    width:100%;
    z-index: 3;
}

.earthelders_top h2 {
    color:#fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.1);
    font-family: 'Overpass', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
}

.earthelders_top h4.upper {
    color:rgba(255,255,255,0.5);
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.treasuretrekkers_tv {
    background-image:url("../img/missiontable.jpg");
}


.grtvideo-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0, 0.85);
	z-index:99999;
}

.grtvideo-popup-content {
	margin-top:150px;
	width:95%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	position:relative;
}

.grtvideo-popup-close {
	position:absolute;
	top:-35px;
	right:0;
	color:#FFF;
	font-size:25px;
	cursor:pointer;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
}

@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
}

@keyframes glowi {
    0%   { border: 1px solid rgba(255,255,255,0.2); box-shadow: 0 0 10px rgba(255,255,255,0.2); }
    25%  { border: 1px solid rgba(255,255,255,0.5); box-shadow: 0 0 13px rgba(255,255,255,0.5); }
    50%  { border: 1px solid rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(255,255,255,0.8); }
    50%  { border: 1px solid rgba(255,255,255,0.5); box-shadow: 0 0 13px rgba(255,255,255,0.5); }
    100% { border: 1px solid rgba(255,255,255,0.2); box-shadow: 0 0 10px rgba(255,255,255,0.2); }
}

.hljod, .hljodaf  {
    position: absolute;
    bottom:220px;
    left:30px;
    color:#fff;
    z-index: 100;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
    transition: 0.3s ease;
    animation-name: glowi;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.hljod {
    display: none;
}

@keyframes glowibig {
    0%   {border: 1px solid rgba(235,150,73,0.8); box-shadow: 0 0 20px rgba(255,255,255,0.8);}
    25%  {border: 1px solid rgba(235,150,73,0.9); box-shadow: 0 0 23px rgba(255,255,255,0.9);}
    50%  {border: 1px solid rgba(235,150,73,1); box-shadow: 0 0 25px rgba(255,255,255,1);}
    50%  {border: 1px solid rgba(235,150,73,0.9); box-shadow: 0 0 23px rgba(255,255,255,0.9);}
    100% {border: 1px solid rgba(235,150,73,0.8); box-shadow: 0 0 20px rgba(255,255,255,0.8);}
}

.hljod:hover, .hljodaf:hover {
    box-shadow: 0 0 20px rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.8);
    animation-name: glowibig;
    background:rgba(255,255,255,0.9);
}

.hljodaf a, .hljod a {
    color:#fff;
    opacity: 0.4;
    transition: 0.3s ease;
    font-size: 30px;
    line-height: 45px;
    display: block;
}

.hljodaf a:hover, .hljod a:hover {
    opacity: 1;
    color:rgba(235,150,73,1);
}

.elder {
    display: inline-block;
    height: 50%;
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
}

.elder figure {
    height:100%;
    width:100%;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.newmovie {
    position: absolute;
    bottom: 420px;
    left: calc(50% + 275px);
    height: 150px;
    width: 150px;
    background-color: rgba(0,0,0,0);
    transform: rotateZ(-1.5deg);
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.earthelderswin {
    position: absolute;
    bottom: 530px;
    left: calc(50% - 595px);
    height: 150px;
    width: 100px;
    background-color: rgba(0,0,0,0);
    transform: rotateZ(-1.5deg);
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.earthelderswin figure {
    height: 150px;
    width: 100px;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.earthelderswin .ee_image_1 {
    position: absolute;
    height: 150px;
    width: 100px;
    transform: rotateZ(-0.5deg);
    top:0;
    left:0;
}

.earthelderswin .ee_image_2 {
    position: absolute;
    height: 150px;
    width: 100px;
    transform: rotateZ(-0.5deg);
    top:0;
    left:0;
}

.earthelderswin .ee_image_3 {
    position: absolute;
    height: 150px;
    width: 100px;
    transform: rotateZ(0.5deg);
    top:-1px;
    left:-1px;
}

.earthelderswin .ee_image_4 {
    position: absolute;
    height: 150px;
    width: 100px;
    transform: rotateZ(-1.5deg);
    top:2px;
    left:1px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
}


.thumbtack {
    height:5px;
    width:5px;
    position: absolute;
    background: rgb(227,227,227);
    background: radial-gradient(circle, rgba(227,227,227,1) 0%, rgba(215,215,216,1) 100%);
    border-radius: 4px;
    top:5px;
    left:5px;
    box-shadow: 0 0 3px rgba(0,0,0,0.9);
}

.thumbtack.r {
    top:6px;
    left:auto;
    right: 5px;
}

.backtolab {
    position: fixed;
    right: 172px;
    top: 15px;
    height: 43px;
    width: 43px;
    text-align: center;
    color:#fff;
    line-height: 42px;
    font-size: 22px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    opacity: 1;
}

.backtolab.hide {
    opacity: 0;
}

.backtolab:hover {
    background-color: rgba(0,0,0,0.9);
}

.hand {color:#92a526; transform: rotate(7deg); font-size: 100px; position: absolute; right:100px; top:100px; }

.treasuretrekkers_movie {
    background-image: url(../img/bus_magic.jpg);
    background-size: cover;
    background-position: center;
}

.buslogo {
    position: absolute;
    bottom: calc(50% - 360px);
    left: calc(50% - 230px);
    height: 303px;
    width: 441px;
    background-image: url(../img/bus_logo.png);
    background-size: cover;
    z-index: 2000;
}

.takkar {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 200px);
    width: 400px;
    height: 100px;
    z-index: 2001;
}

.takkar a {
    display: inline-block;
    border: 1px solid #fff;
    color:#fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 16px;
    font-weight: 600;
    margin: 0 5px;
}

.takkar a.fw {
    background-color: #fff;
    color:#000;
}

#movetoTvS {
    position: absolute;
    top:50%;
    left:50%;
    font-size: 30px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

#movetoTvS:hover {
    font-size: 50px;
}

#movetoMovieS {
    position: absolute;
    top:40%;
    left:20%;
    font-size: 20px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

#movetoMovieS:hover {
    font-size: 40px;
}

#CharIcon {
    background-image: url(../img/tt_logo_2D_197dbe.png);
    width:50px;
    height:50px;
    background-size: cover;
    bottom:40%;
    right:20%;
    cursor: pointer;
    position: absolute;
}

#audiowin {
    opacity: 0;
}