#jpreOverlay{
	background-color: #f5f1e8 !important;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:999999;
}

#jSplash {
	background-color: transparent !important;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:999997;
}
#jpreBar {background-color: #f8b6bf !important;}
#jpreSlide{
    background-color: #f5f1e8;
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -55px;
	width: 246px;
	height: 120px;
}
#jpreLoader{
	width:400px;
	height:2px;
	background:#c7b3ac;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
    top: 51% !important;
}
#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 56px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: 0 0 0 -25px;
	z-index: 999999;
	font-size: 20px;
	color: #000;	
	font-weight:500;
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle { 
    position: relative; 
    top: -105%; left: -41%; right: 0;
    z-index: 11; 
    margin: 0; 
    width: 300px;
	height: 166px;
    background: url(../images/dream-logo-preloader.svg) no-repeat; 
}