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

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

.no-wrap { display: inline-block;}
.no-space{ letter-spacing: -3px;}

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

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


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

loading

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

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

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


a{ transition: all 0.5s ease; text-decoration: none;}
a:link {color: #ff4200;}
a:visited {color: #ff4200;}
a:hover {color: #ff9000;}
a:active {color: #ffa320;}

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

a:focus{ outline: none;}




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

ef

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

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

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

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



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

print

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

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