.pace-running > #mastwrap, .pace-running > .page-section, .pace-running > #home, .pace-running > .home-text{
  opacity: 0 !important;
}
.pace-done > #mastwrap, .pace-done > .page-section, .pace-done >  #home, .pace-running > .home-text{
  opacity: 1 !important;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;

  z-index: 2000;
  position: fixed;
  height: 6rem;
  width: 6rem;
  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: 100px;
  width: 100px !important;
  line-height: 6rem;
  font-size: 2rem;
  border-radius: 50%;
  color: transparent;
font-family:"OpenSansLight";
  font-weight: 100;
  text-align: center;
  background: url(../images/emblem.png) center center no-repeat;

  -webkit-animation: animationFrames linear infinite 2s;
  -moz-animation: animationFrames linear infinite 2s;
  -ms-animation: animationFrames linear infinite 2s;
  -o-animation: animationFrames linear infinite 2s;
  animation: animationFrames linear infinite 2s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}

@keyframes animationFrames{
  0% {
    left:0px;
    top:0px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    top:-25px;
  }
  30% {
    top:0px;
  }
  45% {
    top:-15px;
  }
  60% {
    top:0px;
  }
  75% {
    top:-5px;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    top:-25px;
  }
  30% {
    top:0px;
  }
  45% {
    top:-15px;
  }
  60% {
    top:0px;
  }
  75% {
    top:-5px;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    top:-25px;
  }
  30% {
    top:0px;
  }
  45% {
    top:-15px;
  }
  60% {
    top:0px;
  }
  75% {
    top:-5px;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    top:-25px;
  }
  30% {
    top:0px;
  }
  45% {
    top:-15px;
  }
  60% {
    top:0px;
  }
  75% {
    top:-5px;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    top:-25px;
  }
  30% {
    top:0px;
  }
  45% {
    top:-15px;
  }
  60% {
    top:0px;
  }
  75% {
    top:-5px;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}