#jpreOverlay{
	background-color: #222!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: rgb(255, 215, 3) !important;}
#jpreSlide{
    background-color: #222;
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -55px;
	width: 240px;
	height: 240px;
}
#jpreLoader{
	width:400px;
	height:2px;
	margin-left: auto;
	margin-right: auto;
	background:#fff;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
    top: 52% !important;
}
#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 56px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: 0 0 0 -22px;
	z-index: 999999;
	font-size: 20px;
	color: rgb(255, 215, 3);	
	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: -12%; left: -31%; right: 0;
    z-index: 11; 
    margin: 0; 
    width: 250px; height: 55px; 
    background: url(../../images/expert-inv-logo.png) no-repeat; 
}


@media  (max-width:992px) {
	#circle { 
	
		top: -15%; left: -53%; right: 0;
		width: 350px; height: 56px; 
		
	}

	#jpreLoader{
		width:370px;
		left: 3% !important;
	}
}