* { 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.2em;}

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

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

img{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

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

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: .8s ease 0.1s;
}

.ef-fade:nth-child(1) {
transition: .8s ease 0.1s;
}
.ef-fade:nth-child(2) {
transition: .8s ease 0.3s;
}
.ef-fade:nth-child(3) {
transition: .8s ease 0.5s;
}

.ef-fade:nth-child(4) {
transition: .8s ease 0.5s;
}

.ef-fade:nth-child(5) {
transition: .8s ease 0.7s;
}

.ef-fade:nth-child(6) {
transition: .8s ease 0.9s;
}

.ef-fade:nth-child(7) {
transition: .8s ease 1.1s;
}


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

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

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

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

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


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

print

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

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