#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 998;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  width: 100%;
  height: auto;
  margin-top: -120px;
  text-align: center;
  color: #000;
  z-index: 999;
  text-align: center;
}
#loadLogo {width: 60%; max-width: 180px; height: auto;}
