#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1002;
	margin-top: 0px;
	top: 0px;
    margin: 0 auto;
    
}
#loading-center{
	width: 100%;
	height: 100%;
    position: relative;
    margin: 0 auto;
    }

#logo-load{
    position: relative;
    margin: 0 auto;
   	max-width: 300px;
    margin-top: 20px;
    text-align: center;
}

#logo-load img{
   	width: 96%;
    max-width: 300px;
}

#loading-center-absolute {
    margin: 0 auto;
	position: absolute;
	left: 46%;
    top: 40%;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#loading-center-absolute img{
	width: 99%;
	margin: 0 auto;
    max-width: 150px;
}



/* responsive rules */
@media screen and (min-width: 1900px) {


	
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {


}

@media screen and (min-width: 1590px) and (max-width: 1799px) {
	

	
}

@media screen and (min-width: 1220px) and (max-width: 1589px) {


#loading-center-absolute {
	left: 45%;
}

	
}

@media screen and (min-width: 1001px) and (max-width: 1219px) {

#loading-center-absolute {
	left: 44%;
}
    
}


@media screen and (min-width: 851px) and (max-width: 1000px) {
	
#loading-center-absolute {
	left: 44%;
}


}


@media screen and (min-width: 651px) and (max-width: 850px) {

#loading-center-absolute {
	left: 41%;
}
    
}

@media screen and (min-width: 451px) and (max-width: 650px) {
    
#loading-center-absolute {
	left: 38%;
}

}


@media screen and (min-width: 291px) and (max-width: 450px) {

#loading-center-absolute {
	left: 30%;
}
	
}

@media screen and (max-width: 290px) {
 
#loading-center-absolute {
	left: 20%;
}

}