/*
   Vw Preloader Plugin Page Style
*/  
#vw-preloader-overlay{
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	z-index: 999;
	-webkit-transition: all 0.9s ease-in-out 0s;
	-moz-transition: all 0.9s ease-in-out 0s;
	transition: all 0.9s ease-in-out 0s;
}
#vw-preloader-overlay img{
	position: fixed; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}