* { margin: 0; padding: 0; border: 0; outline: 0; }
html {
height: 100%; overflow : auto;
scroll-behavior: auto;
}

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

.no-wrap { display: inline-block;}
.no-space { letter-spacing: -0.1em;}

.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("../images/loading.svg") no-repeat center;
background-size: contain;
width: 60px;
height: 60px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
z-index: 200;
}

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


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

link

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

a{ transition: all 0.3s ease; text-decoration: none;}
a:link {color: #cb0000;}
a:visited {color: #cb0000;}
a:hover {color: #cb0000; opacity: 0.7;}
a:active {color: #a4000d;}

a img{border:0;}

a:focus{ outline: none;}



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

ef

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

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

.ef-up{
opacity: 0;
transition: .5s ease-out 0.1s;
transform: translateY(10px);
}

.ef-right{
opacity: 0;
transition: .5s ease-out 0.1s;
transform: translateX(20px);
}

.ef-left{
opacity: 0;
transition: .5s ease-out 0.1s;
transform: translateX(-20px);
}


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


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

print

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

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