* { 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: -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-bg {
width: 100%;
height: 100%;
background: #000;
position: fixed;
top: 0px;
left: 0px;
z-index: 150;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%; left: 50%;
  margin-top: -24px; margin-left: -24px;
  z-index: 160;
  border: 3px solid;
  border-color: #12265b #12265b transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #361c53 #361c53;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #5c1740 #5c1740 transparent transparent;
  animation: rotation 1.5s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
    


a{ transition: all 0.3s ease; text-decoration: none;}
a:link {color: #f5349a;}
a:visited {color: #f5349a;}
a:hover {color: #fa52ab;}
a:active {color: #8c1654;}

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

a:focus{ outline: none;}




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

ef

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

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

.ef-scale {
opacity: 0;
transform: scale(1.2,1.2);
transition: .4s ease 0.3s;
}

.ef-scale2 {
opacity: 0;
transform: scale(1.2,1.2);
transition: .4s ease 0.5s;
}

.ef-up {
opacity: 0;
transform: translateY(1em);
transition: .6s ease 0.2s;
}

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



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

print

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

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