#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: 400px;
    margin-top: 20px;
    text-align: center;
}

#logo-load img{
   	width: 100%;
    max-width: 380px;
}

#loading-center-absolute {
    margin: 0 auto;
	position: absolute;
	left: 47%;
    top: 40%
}

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



/* 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) {




	
}

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


    
}


@media screen and (min-width: 851px) and (max-width: 1000px) {
	



}


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


    
}

@media screen and (min-width: 451px) and (max-width: 650px) {


}


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

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

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

}