#loading{
	background-color: #f1e9d4;
	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: 190px;
    margin-top: 20px;
    text-align: center;
}

#logo-load img{
   	width: 100%;
    max-width: 350px;
}

#loading-center-absolute {
    margin: 0 auto;
	position: absolute;
	left: 48%;
    margin-top: 200px;
    -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: 100%;
	margin: 0 auto;
    max-width: 80px;
}



/* 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) {
	
#loading-center-absolute {
	left: 46%;
}


}


@media screen and (min-width: 651px) and (max-width: 850px) {

#loading-center-absolute {
	left: 45%;
}
    
}

@media screen and (min-width: 451px) and (max-width: 650px) {

#loading-center-absolute {
	left: 43%;
}

}


@media screen and (min-width: 291px) and (max-width: 450px) {

#loading-center-absolute {
	left: 40%;
}
	
}

@media screen and (max-width: 290px) {
 
#loading-center-absolute {
	left: 33%;
}

}