.pace .pace-progress {
  background:   linear-gradient(to bottom,#333333,#333333);
  position: fixed;
  z-index: 10999;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 3s;
  -moz-transition: width 1s;
  -o-transition: width 3s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}