#jpreOverlay {
	background-color: #673b16;
	width: 100%;
	height: 100%;
	z-index: 99999 !important;
	position: fixed;
	top: 0;
	left: 0 ;
	min-height: 100vh;
}
#jpreOverlay.setremove{ width: 0 !important; overflow: hidden;

		-webkit-transition: width 0.3s ease-out 0.6s;
		transition: width 0.3s ease-out 0.6s;}
#jpreOverlay:before{
position: absolute;
content: "";
height: calc(100% + 20px);
width: 100%;
left: 0;
top: -20px;
background-color: #673b16;
z-index: 0;
-webkit-transition: all 0.3s ease-out 0.3s;
transition: all 0.3s ease-out 0.3s;
}
#jpreOverlay.setremove:before{  width: 0; }

#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	width:100%;
	height: 100%;
	top: 0px !important;
}

#jpreBar {
	background: #ffaa00;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

#jprePercentage {
	color: #333;
	font-size: 16px;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	padding: 5px 10px;
	z-index: 9999;
	width: 160px;
	left: calc(50% - 80px);
	text-align: center;
	border: 1px solid #333;
	display: none;
	margin: 20px auto 0;
	height: auto ;
	position: absolute;
	top: 50vh;
}


#wrap_loadingpage{
		height: 100vh;
		width: 100%;
		}

#loadingpage{
		height: 100vh;
		}

#loadingpage .aminationloading{
		top: 50%; -webkit-transition: all 0.6s; transition: all 0.6s;
		}

#jpreOverlay > #wrap_loadingpage > #loadingpage{

		}

/* #Fix css
================================================== */
body.bodypreload:before{position: absolute;content: "";left: 0;right: 0;bottom: 0;top: 0;z-index: 999;background-color: #673b16;}
.bodypreload{ height: 100%; overflow: hidden; }

.loading-patten{background: url(../../images/bg--patten.png) repeat-x bottom center;background-size: auto 30px;height: 50px;width: 100%;position: absolute;bottom: 0;left: 0;z-index: 10;}
.loading-logo{ text-align: center; width: 180px; position: absolute; bottom: 20vh; left: calc(50% - 90px); z-index: 20; }
.loading-background{position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: -webkit-box;display: flex;flex-flow: wrap;-webkit-box-pack: center;justify-content: center;-webkit-box-align: start;align-items: flex-start;background-color: #673b16;}
.loading-background img{ width: 100%;height: 100vh;-o-object-fit: cover;object-fit: cover; position: absolute; top: 0; left: 0; }
.loading-background img.preloadbg1{opacity: 0;z-index: 6; }
.loading-background img.preloadbg2{ opacity: 0.1; z-index: 3;  }

.loading-background.show img{ opacity: 0.35; }
.mask--background{ width: 100%; position: absolute; left: 0; bottom: 0; z-index: 9; }
.mask--background img{ width: 100%;  }

.loading-text{ width: 484px; height: 462px; position: absolute; top: calc(50% - 484px/2); left: calc(50% - 462px/2); z-index: 99; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; }
.loading-text .wrap--loading-text{position: relative;height: 100%;width: 100%;}
.loading-text img{ width: 484px; height: 462px; position: absolute;left: 0;top: 0; display: block; }



.hide{ -webkit-transition: all 1s ease 0.3s; transition: all 1s ease 0.3s ; }
#loadingpage.hide{ bottom: 20%; opacity: 0; }
#jprePercentage.hide{ opacity: 0; }
















		/*end*/
