#jpreOverlay {
	background-color: transparent;
	/*background-color: #000000;*/
}
#side-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	/*background: #000;*/
	background-size: cover !important;
	/*background: #000 url('../img/front/load5.jpg');*/
	background-position: right 0px top 0px !important;
}
#side-right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	/*background: #000;*/
	background-size: cover !important;
	/*background: #000 url('../img/front/load51.jpg');*/
	background-position: left 0px top 0px !important;
}

 #load-background {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #000 url('../img/front/load-backgound5.jpg');
	background-repeat: no-repeat !important;
	left: 0;
	top: 0;
	/*z-index: 10;*/
	background-position: 50% !important;
	background-size: cover !important;
}

.side-left4 {
	background: #000 url('../img/front/load4.jpg') !important;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.side-right4 {
	background: #000 url('../img/front/load41.jpg') !important;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.load-background4 {
	background: #000 url('../img/front/load-backgound4.jpg') no-repeat !important;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.side-left3 {
	background: #000 url('../img/front/load3.jpg') !important;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.side-right3 {
	background: #000 url('../img/front/load31.jpg') !important;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.load-background3 {
	background: #000 url('../img/front/load-backgound3.jpg') no-repeat !important;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.side-left2 {
	background: #000 url('../img/front/load2.jpg') !important;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.side-right2 {
	background: #000 url('../img/front/load21.jpg') !important;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.load-background2 {
	background: #000 url('../img/front/load-backgound2.jpg') no-repeat !important;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.side-left1 {
	background: #000 url('../img/front/load1a.jpg') !important;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.side-right1 {
	background: #000 url('../img/front/load1b.jpg') !important;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.side-active {
	width: 0px !important;

	-webkit-transition: width 1s cubic-bezier(0.6000,0,0,1);
	-moz-transition: width 1s cubic-bezier(0.6000,0,0,1);
	-ms-transition: width 1s cubic-bezier(0.6000,0,0,1);
	transition: width 1s cubic-bezier(0.6000,0,0,1);

	-webkit-transition-delay: 5.4s;
	-moz-transition-delay: 5.4s;
	-ms-transition-delay: 5.4s;
	transition-delay: 5.4s;
}

#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	top: 0px !important;
	left: 0px !important;
	right: 0px !important;
	z-index: 9999;
	margin: auto !important;
	/*width:50%;*/
	/*height:30%;*/
}
#jpreLoader{
	width:100%;
	height:1px;
}
#cross {
	background: rgba(255, 255, 255, 0.2);
	height: 100%;
	position: absolute;
	width: 1px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	margin: auto;
}
#cross1 {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	height: 1px;
	left: 0%;
	position: absolute;
	top: 50%;
	width: 50%;
	z-index: 9999;
}

#cross2 {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	height: 1px;
	right: 0%;
	position: absolute;
	top: 50%;
	width: 50%;
	z-index: 9999;
}

.cross-active {
	width: 0px !important;
	-webkit-transition: width 1s cubic-bezier(0.1000,0,0.1000,1);
	-moz-transition: width 1s cubic-bezier(0.1000,0,0.1000,1);
	-ms-transition: width 1s cubic-bezier(0.1000,0,0.1000,1);
	transition: width 1s cubic-bezier(0.1000,0,0.1000,1);

	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.circle-blur {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../img/front/circle-blur.png') 50% no-repeat;
	background-size: cover !important;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	opacity: 0.5;
}
.circle-blur1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../img/front/circle-blur.png') 50% no-repeat;
	background-size: cover !important;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	opacity: 1;
}
/*.circle {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 30vw;
	height: 30vw;
	padding: 10px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.circle1 {
	position: relative;
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
}*/

.circle {
	/*display: inline-block;*/
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 2000;
	width: 30vw;
	height: 30vw;
	padding: 10px;
	/*padding-bottom: 30vw;*/
	vertical-align: middle;

	-webkit-transform: rotate(90deg) scaleX(-1);
	-moz-transform: rotate(90deg) scaleX(-1);
	-ms-transform: rotate(90deg) scaleX(-1);
	transform: rotate(90deg) scaleX(-1);

	stroke-dasharray: 1300;
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 1s ease-out;
	-moz-transition: stroke-dashoffset 1s ease-out;
	-ms-transition: stroke-dashoffset 1s ease-out;
	transition: stroke-dashoffset 1s ease-out;
}

.circle1 {
	/*display: inline-block;*/
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 2000;
	width: 100%;
	height: 100%;
	/*padding-bottom: 30vw;*/
	vertical-align: middle;

	-webkit-transform: rotate(0deg) scaleX(1);
	-moz-transform: rotate(0deg) scaleX(1);
	-ms-transform: rotate(0deg) scaleX(1);
	transform: rotate(0deg) scaleX(1);

	stroke-dasharray: 1300;
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 1s ease-out;
	-moz-transition: stroke-dashoffset 1s ease-out;
	-ms-transition: stroke-dashoffset 1s ease-out;
	transition: stroke-dashoffset 1s ease-out;
}

.circle-active {
	stroke-dashoffset: 1300;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.1000,0,0.1000,1);
	-moz-transition: stroke-dashoffset 1s cubic-bezier(0.1000,0,0.1000,1);
	-ms-transition: stroke-dashoffset 1s cubic-bezier(0.1000,0,0.1000,1);
	transition: stroke-dashoffset 1s cubic-bezier(0.1000,0,0.1000,1);

	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
}

.circle1-active {
	stroke-dashoffset: 1300;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.1000,0,0.1000,1);
	-moz-transition: stroke-dashoffset 1s cubic-bezier(0.1000,0,0.1000,1);
	-ms-transition: stroke-dashoffset 1s cubic-bezier(0.1000,0,0.1000,1);
	transition: stroke-dashoffset 1s cubic-bezier(0.1000,0,0.1000,1);

	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-ms-transition-delay: 0.8s;
	transition-delay: 0.8s;
}


#jpreBar {
	/*border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	*/
	/*background-size:30px 30px;*/
	/*-moz-background-size:30px 30px;*/
	/*-webkit-background-size:30px 30px;*/
	/*-o-background-size:30px 30px;*/
	/*
	box-shadow:
      0 5px 5px rgba(255,255,255,0.6) inset,
      0 -5px 7px rgba(0, 0, 0, 0.4) inset;
   -moz-box-shadow:
      0 5px 5px rgba(255,255,255,0.6) inset,
      0 -5px 7px rgba(0, 0, 0, 0.4) inset;
   -webkit-box-shadow:
      0 5px 5px rgba(255,255,255,0.6) inset,
      0 -5px 7px rgba(0, 0, 0, 0.4) inset;
   filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#33ffffff',
      endColorstr='#33000000',
      GradientType=0 );
*/
	background-color:#f5811e;
	/*background-image: -moz-linear-gradient(-45deg, 
		rgba(255,255,255,0.15) 0%, 
		rgba(255,255,255,0.15) 25%, 
		rgba(255,255,255,0) 25%, 
		rgba(255,255,255,0) 50%, 
		rgba(255,255,255,0.15) 50%, 
		rgba(255,255,255,0.15) 75%, 
		rgba(255,255,255,0) 75%, 
		rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, 
		color-stop(0%,rgba(255,255,255,0.2)), 
		color-stop(25%,rgba(255,255,255,0.2)), 
		color-stop(25%,rgba(255,255,255,0)), 
		color-stop(50%,rgba(255,255,255,0)), 
		color-stop(50%,rgba(255,255,255,0.2)), 
		color-stop(75%,rgba(255,255,255,0.2)),
		color-stop(75%,rgba(255,255,255,0)),
		color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(-45deg, 
		rgba(255,255,255,0.3) 0%,
		rgba(255,255,255,0.3) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0.3) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(-45deg, 
		rgba(255,255,255,0.15) 0%,
		rgba(255,255,255,0.15) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.15) 50%,
		rgba(255,255,255,0.15) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(-45deg, 
		rgba(255,255,255,0.15) 0%,
		rgba(255,255,255,0.15) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.15) 50%,
		rgba(255,255,255,0.15) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);
	background-image: linear-gradient(135deg, 
		rgba(255,255,255,0.15) 0%,
		rgba(255,255,255,0.15) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.15) 50%,
		rgba(255,255,255,0.15) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);
		
	animation: progress 2s linear infinite;
	-moz-animation: progress 2s linear infinite;
	-webkit-animation: progress 2s linear infinite;
	-ms-animation: progress 2s linear infinite;
	-o-animation: progress 2s linear infinite;	*/
}
#jprePercentage {
	color:#000;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-align:center;
	/*font-size: 300px;*/
	/*opacity: 0.3;*/
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
	/*text-shadow:1px 1px 1px #333;*/
	/*top:-100%;*/
}

#jpreButton{
	padding:3px 10px;
	cursor:pointer;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	width:100px;
	margin:0 auto;
	color:#fff;
	text-shadow:-1px -1px 0 #01293F;
	border:1px solid #2EACEA;
	
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	
	background-color: #23a6ed;
	background-image: -moz-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23a6ed), color-stop(100%,#1275aa));
	background-image: -webkit-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -o-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -ms-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: linear-gradient(to bottom, #23a6ed 0%,#1275aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a6ed', endColorstr='#1275aa',GradientType=0 );
}

@-webkit-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}

@media screen and (max-width : 500px) {
	
}