.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/lbd-logolarge.png)center no-repeat,url(../images/ajax_loading_final.gif)50% 70% no-repeat  #fff;

margin:auto auto;
text-align:center;
	}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
.se-pre-con {
	background: url(../images/lbd-logo.png)50% 50% no-repeat,url(../images/ajax_loading_final.gif)50% 50% no-repeat  #fff;

}	
}

@media only screen 
and (min-device-width : 2px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
	.se-pre-con {
	 background: url(../images/lbd-logo.png)50% 50% no-repeat,url(../images/ajax_loading_final.gif)50% 50% no-repeat  #fff;
 }
}