#modal_loading{background:rgba(0, 0, 0, 0.7);position:fixed;z-index:99999;top:0;left:0;text-align:center;vertical-align:middle;display:none;}
#modal_loading .box{background:#fff;width:40%;margin: 0 0 0 -20%;position:fixed;z-index:999999;top: 40%;left: 50%;opacity:1;border:none;box-shadow:0 1px 4px 1px rgba(0, 0, 0, .3);border-radius:6px;}
#modal_loading .loading{margin:40px auto 20px auto;}
#modal_loading .content{margin:20px auto 40px auto;}
#modal_message{background:rgba(0, 0, 0, 0.7);position:fixed;z-index:99999;top:0;left:0;text-align:center;vertical-align:middle;display:none;}
#modal_message .box{background:#fff;width:40%;margin: 0 0 0 -20%;position:fixed;z-index:999999;top: 40%;left: 50%;opacity:1;border:none;box-shadow:0 1px 4px 1px rgba(0, 0, 0, .3);border-radius:6px;}
#modal_message .title{margin:40px auto 20px auto;}
#modal_message .content{margin:20px auto 40px auto;}

#movingBallG{
position:relative;
width:256px;
height:20px;
}

.movingBallLineG{
position:absolute;
left:0px;
top:8px;
height:4px;
width:256px;
background-color:#D1B262;
}

.movingBallG{
background-color:#FFFFFF;
position:absolute;
top:0;
left:0;
width:20px;
height:20px;
-moz-border-radius:10px;
-moz-animation-name:bounce_movingBallG;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:normal;
-webkit-border-radius:10px;
-webkit-animation-name:bounce_movingBallG;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:normal;
-ms-border-radius:10px;
-ms-animation-name:bounce_movingBallG;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:normal;
-o-border-radius:10px;
-o-animation-name:bounce_movingBallG;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:normal;
border-radius:10px;
animation-name:bounce_movingBallG;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:normal;
}

@-moz-keyframes bounce_movingBallG{
0%{
left:0px;
}

50%{
left:236px;
}

100%{
left:0px;
}

}

@-webkit-keyframes bounce_movingBallG{
0%{
left:0px;
}

50%{
left:236px;
}

100%{
left:0px;
}

}

@-ms-keyframes bounce_movingBallG{
0%{
left:0px;
}

50%{
left:236px;
}

100%{
left:0px;
}

}

@-o-keyframes bounce_movingBallG{
0%{
left:0px;
}

50%{
left:236px;
}

100%{
left:0px;
}

}

@keyframes bounce_movingBallG{
0%{
left:0px;
}

50%{
left:236px;
}

100%{
left:0px;
}

}


.nicescroll-rails > div{border:0 !important;}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #deb866;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

#loading{
  top: 45%;
  left: 50%;
  margin: -50px 0 0 -50px;
	position: fixed;
	z-index: 99;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.loading_bg{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 98;
}

/* slideout */
html,
body {
  width: 100%;
  height: 100%;
}

#menu{
  background: #cea95f;
}

#panel{
  background: #fff;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 265px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position:relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.slideout-open #panel{
  box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
}


.hvr-sweep-to-right{
  background: transparent;
}
.hvr-sweep-to-right:before{
  background: #deb866
}

.hvr-sweep-to-right.white{
  background: transparent;
}
.hvr-sweep-to-right.white:before{
  background: #fff
}

