* { 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:-999999px;
position:absolute;
}

.no-wrap { display: inline-block;}
.no-space{ letter-spacing: -3px;}


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

loading

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

@keyframes  loadingScaleanm {
0% { transform: scale(1.2,1.2); opacity: 0;}
100% { transform: scale(1,1); opacity: 0.8;}
}

#loader {
width: 225px;
height: 225px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -112.5px;
margin-left: -112.5px;
z-index: 200;
animation: loadingScaleanm 0.5s ease 0.5s forwards;
opacity: 0;
}

@keyframes  loadingKiraanm {
0% {opacity: 0.8;}
100% {opacity: 1;}
}

#loader1 {
background: url("../images/loading.png") no-repeat center;
background-size: contain;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
animation: loadingKiraanm 0.1s infinite linear;
}

@keyframes  loadinganm {
0% { transform: rotateZ(0);}
100% { transform: rotateZ(360deg);}
}

#loader2 {
background: url("../images/loading2.png") no-repeat center;
background-size: contain;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 2;
animation: loadinganm 20s infinite linear;
}

@keyframes  loadinganm2 {
0% { transform: rotateZ(0);}
100% { transform: rotateZ(-360deg);}
}

#loader3 {
background: url("../images/loading3.png") no-repeat center;
background-size: contain;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 3;
animation: loadinganm2 30s infinite linear;
}

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


a{ transition: all 0.3s ease; text-decoration: none;}
a:link {color: #d30000;}
a:visited {color: #d30000;}
a:hover {color: #f13232;}
a:active {color: #760000;}

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

a:focus{ outline: none;}




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

print

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

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