#jpreOverlay {
	background-color: #000;
	position:absolute;
	width:100%;
	height:100%;
}
#jpreSlide{
	font-size:22px;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	margin-top:-150px;
	margin-left:250px;
}
#jpreLoader{
	width:400px;
	height:2px;
	background:#111;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	margin-top:100px;
}

#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:57px;
	margin-top:-10px;
}

#jSplash{
	line-height:100%;
}

#jSplash section{
	padding:0;
	display:block;
	background:none !important;
}

@media only screen and (max-width: 500px) {
    #jpreSlide {
		display:none;
        
    }
}
@media only screen and (max-width: 900px) {
    #jpreSlide {
		display:none;
        
    }
}