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

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

#wrap{
width: 100%;
height: 100%;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.no-wrap{display: inline-block;}
.no-space{ letter-spacing: -2px;}
.fontS{ font-size: 80%;}
.fontNormal{ font-weight: 500;}
.fontL{ font-size: 140%; line-height: 1.8em;}


.videoWrapper {
position: relative;
padding-bottom: 52.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}

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

.warningfontS{
font-size: 90%;
line-height: 1.5em;
padding-left: 1em;
text-indent: -1em;
letter-spacing: 1px;
}


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

loading

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

#loader {
background: url("../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;
opacity: 0.5;
}

#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: #006d9f;}
a:visited {color: #006d9f;}
a:hover {color: #f072b6;}
a:active {color: #971b5e;}

a img{border:0;}

a:focus{ outline: none;}




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

footer

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


@media screen and (min-width : 376px){

#btnpagetop{
background: #ea90a0;
width: 70px; height: 70px;
line-height: 70px;
text-align: center;
position: fixed;
bottom: 0;
right: 0;
z-index: 10;
font-size: 21px;
}

#btnpagetop a{
width: 100%;
height: 100%;
display: block;
text-decoration: none;
color: #fff;
}

#btnpagetop:hover{
opacity: 0.7;
cursor: pointer;
}


}


@media screen and (max-width : 375px){

#btnpagetop{
background: #ea90a0;
width: 60px; height: 60px;
line-height: 60px;
text-align: center;
position: fixed;
bottom: 0;
right: 0;
z-index: 10;
font-size: 18px;
}

#btnpagetop a{
width: 100%;
height: 100%;
display: block;
text-decoration: none;
color: #fff;
}

}


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

print

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

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