#jpreOverlay {
	background-color: #000000;
	position:absolute;
	width:100%;
	height:100%;
}
.de_light #jpreOverlay{
	background: #ffffff;
}
#jpreSlide {
    font-size: 22px;
    color: #ccc;
    text-align: center;
    width: 15%;
    height: auto;
    /* margin-top: -10px; */
    -webkit-animation: load20 2s infinite ease;
    content: url(../../rsmlogo.png);
}
@media only screen and (max-width: 767px){
	#jpreSlide{
	    width:40%;
    }
}
@-webkit-keyframes load20{
	0%{-webkit-transform:rotate(0);transform:rotate(0)}
	100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
#jpreLoader{
	position: absolute;
	top: 50% !important;
	width:400px;
	height:2px;
	background:#111;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
.de_light #jpreLoader{
	background: #F2F2F2;
}
#jpreBar {
	background:#222;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}

#jprePercentage {
	color:#111;
	z-index:-1;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	margin-top:10px;
	font-size:96px;
	margin-top:-10px;
}

.de_light #jprePercentage{
	color: #eeeeee;
}

#jSplash{
	line-height:200%;
}

#jSplash section{
	padding:0;
	display:block;
	background:none !important;
}