.preloader {
background: #0a0f17;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 9999;
}
.loader-text {
display: block;
position: absolute;
top: 50%;
left: 50%;
color: #999;
width: 100px;
height: 30px;
margin: -7px 0 0 -45px;
text-align: center;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 20px;
}
.loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 170px;
height: 170px;
margin: -85px 0 0 -85px;
border: 3px solid #F00;
}
.loader {
border: 3px solid transparent...