div.page-loading {
	position:fixed; 
	z-index: 2000 !important; 
	background: rgba(0,0,0,0.2); 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	padding-top:40%;
}
