body.jpreloader {
	display:none;
}

#jpreOverlay {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0 !important;
    background: #fff;
}

.jpreloader.dark #jpreOverlay {
	background:#2d3032;
}

#jpreSlide {
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
}

#jpreLoader {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

#jprePercentage {
    top: 0;
    left: 50%;
    z-index: 800;
    margin: -75px 0 0 -75px;
    width: 150px;
    height: 150px !important;
    background: #1abc9c;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    line-height: 150px;
	font-family: 'Roboto Slab',Verdana, Geneva, sans-serif;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
}

#jpreBar {
    height: 4px !important;
    background: #FFFFFF;
    display: none;
}