* { 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

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

#loader {
background: url("../../part2/images/loading.svg") no-repeat center;
background-size: contain;
width: 40px;
height: 40px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
z-index: 200;
}

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


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

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

a:focus{ outline: none;}



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

ef

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

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

.ef-up {
opacity: 0;
transform: translateY(10px);
transition: .5s linear 0.2s;
}

.ef-scale {
opacity: 0;
transform: scale(1.1,1.1);
transition: .5s ease 0.2s;
}

.ef-scale2 {
opacity: 0;
transform: scale(1.2,1.2) rotateZ(-8deg);
transition: 1s cubic-bezier(.03,.54,.56,.99) 0.5s;
}

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



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

print

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

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