@charset "UTF-8";

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	z-index: 99999999;
}

.preloader>.status {
	z-index: 99999999;
	width: 250px;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/status2.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -125px 0 0 -125px;
}

.preloader>.status>div {
	text-align: center;
	font-size: 2em;
	color: #000;
}


@keyframes clockwise {
  to {transform: rotate(360deg) translatez(0);}
}

.btnload{
    background-color: transparent;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    box-shadow: 6px -6px rgba(255, 255, 255, 0.125), 8px 0 rgba(255, 255, 255, 0.25), 6px 6px rgba(255, 255, 255, 0.375), 0 8px rgba(255, 255, 255, 0.5), -6px 6px rgba(255, 255, 255, 0.625), -8px 0 rgba(255, 255, 255, 0.75), -6px -6px rgba(255, 255, 255, 0.875), 0 -8px white;
    animation: clockwise 0.75s steps(8, end) infinite;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 17px 3px 0;
}


@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 479px) {
	
}
