/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  z-index: 2000;
  position: fixed;
  height: 128px;
  width: 128px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 128px;
  width: 128px !important;
  background: url(images/Preloader_1.gif) no-repeat;
  text-align: center;
}