/* This is a compiled file, you should be editing the file in the templates directory */
.wrap1{ width:100%; z-index:1999; position:fixed; top:0; left:0; width:100%; height:100%; background:#fff;}
.loading{z-index:2000; position:relative; top:50%; left:50%; width:800px; height:74px; margin-left:-400px; margin-top:-37px;}
.loading_cover{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:2003;}
.loading_color{position:absolute; bottom:0; left:0; width:100%; max-height: 100%; z-index:2002;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transition: width 1s ease-in-out 1s linear;
  -moz-transition: width 1s ease-in-out 1s linear;
  -ms-transition: width 1s ease-in-out 1s linear;
  -o-transition: width 1s ease-in-out 1s linear;
  transition: width 1s ease-in-out 1s linear;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);}
.loading_bg{position:absolute; top:0; left:0; width:100%; height:100%; z-index:2001;}
#loading_text{ z-index:2000; position:fixed; bottom:84px; left:0; width:100%; text-align:center;content: attr(data-progress-text); font-size: 14px;
  line-height: 1; height:20px;
  color:#14683e;}
.pace {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
    left:0; bottom:60px;
  width: 100%;
  height: 3px;
  background-color: #e6e6e6;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;


  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transition: width 1s ease-in-out 1s linear;
  -moz-transition: width 1s ease-in-out 1s linear;
  -ms-transition: width 1s ease-in-out 1s linear;
  -o-transition: width 1s ease-in-out 1s linear;
  transition: width 1s ease-in-out 1s linear;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 100%;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height:3px;
  text-align:center;
  font-size: 12px;
  background: #14683e;
  color: #14683e;
  line-height:1;
}
.data-progress-text{ position:fixed; left:0; top:0;}
.pace .pace-progress:after {
  display: block;
  position:fixed;
  top: -20px;
  right:0;

  font-size: 14px;
  line-height: 1;
   width:100%;
  text-align:right;
  color:#14683e;
}

.pace.pace-inactive {
  display: none;
}
@media screen and (max-width:1024px){
	.loading{width:180px; height:128.57px; margin-left:-90px; margin-top:-64px;}
	#loading_text{bottom:40px;height:15px;}
	.pace{ bottom:30px;}
}
@media screen and (max-width:414px){
	.loading{width:119px; height:81.5px; margin-left:-59.5px; margin-top:-40.75px;}
}