/* ########################################################################## */

/* -------------------------------- PRELOADER ------------------------------- */

/* ########################################################################## */

.preloader_hide {
  opacity: 0;
}

#preloader {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#preloader img {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  display: block;
}

