* { margin: 0; padding: 0; border: 0; outline: 0; }
html { height: 100%; overflow : auto;}

h1,h2,h3,h4,h5,h6{
	text-indent:-99999px;
	position:absolute;
}

#btnpagetop {
	position: fixed;
	width:80px;
	bottom: 15px;
	right: 15px;
}


/* loading
---------------------------------- */

#loader {
	background:url(../images/loading.gif);
	background-size: cover;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    z-index: 200;
}

#overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

a:link {color: #D45045;}
a:visited {color: #D45045;}
a:hover {color: #E55658;}
a:active {color: #9C1D1F;}

a img{border:0;}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);  
} 

a:focus{ outline: none;}


.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}



/*  print
--------------------------------------*/

@media print {
	body {
	display: none !important;
}
}
