.pace {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 100px;
  background-color: transparent;
  border: none;
  overflow: hidden; }
  .pace img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2001; }

.pace .pace-progress {
  background-color: transparent;
  background-image: url(../images/bg_ldin.png);
  background-repeat: repeat;
  display: block;
  width: 100px;
  height: 82px;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2000;
  transform: translateY(-6px) rotate(23deg) translateX(130px);
  -webkit-transform: translateY(-6px) rotate(23deg) translateX(130px);
  -moz-transform: translateY(-6px) rotate(23deg) translateX(130px);
  -ms-transform: translateY(-6px) rotate(23deg) translateX(130px);
  -o-transform: translateY(-6px) rotate(23deg) translateX(130px); }

.pace.pace-inactive {
  display: none; }

/*# sourceMappingURL=pace.css.map */
