.pace .pace-progress {
  background: #ffffff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  /*box-shadow: 0 0 2px #ffffff, 0 0 10px #ffffff;*/
}

.pace-inactive {
  display: none;
}