/* -----------------------------------------
   Pace loader
----------------------------------------- */
.pace .pace-progress {
  background: #fa8072;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}