* { margin: 0; padding: 0; border: 0; outline: 0; }
html { height: 100%; overflow : auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

h1,h2,h3,h4,h5{
text-indent:-999999px;
position:absolute;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0px;
width: 100%;
height: 100%;
}


/*---------------------------------------------

loading

----------------------------------------------*/

@keyframes chika {
0% { opacity: 100%;}
50% { opacity: 90%;}
100% { opacity: 100%;}
}

#loader {
background: url("../images/load_logo.png") no-repeat center;
background-size: contain;
width: 200px;
height: 200px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -100px;
z-index: 200;
animation: chika 0.1s infinite;
}

#loader-bg {
width: 100%;
height: 100%;
background: #b60400;
position: fixed;
top: 0px;
left: 0px;
z-index: 150;
}

a{ transition: all 0.3s ease; text-decoration: none;}
a:link {color: #d90004;}
a:visited {color: #d90004;}
a:active {color: #ffc21d;}

a img{border:0;}
a:hover {opacity:0.6;} 

a:focus{ outline: none;}



/*---------------------------------------------

ef

----------------------------------------------*/

.ef-fade {
opacity: 0;
transition: .5s linear 0.2s;
}

.fade {
opacity: 1.0;
transform: translate(0, 0);
transform: scale(1, 1);
}



/*---------------------------------------------

print

----------------------------------------------*/

@media print {
	body {
	display: none !important;
}
}
