header,
section,
.innerpages,
footer,
.copyrights {
  opacity: 1;
}
#jpreOverlay {
  background: #fff;
}
#jpreSlide {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 50%;
  height: 30%;
  display: none !important;
}
#jpreLoader {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 0px;
  top: 0px !important;
  background-size: 100% auto;
}
#jpreBar {
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0%;
  background: url("../img/loading.png") left bottom no-repeat;
  background-size: 200% auto;
}
.jBar_sub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 164px;
  height: 109px;
  background: url(../img/loading.png) right bottom no-repeat;
  background-size: 200% auto;
}
#jprePercentage {
  position: absolute;
  top: 57%;
  left: 0px;
  right: 0px;
  color: #000;
  text-align: center;
  font-size: 16px;
}
