/*
Colors:
blue: #073d9f
light-blue: #176daa
light-blue2: #3399cc;
purple: #502895
green: #5bbe48
*/
/* preloader */
/*rotation */
@keyframes noxRotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@-moz-keyframes noxRotation {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes noxRotation {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes noxRotation {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes noxRotation {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
/* end rotation */
/* section loader */
.section-loader {
  position: relative;
  height: 100vh;
  width: 100vw;
  /*display:none;*/
  opacity: 0;
  visibility: 0;
  z-index: -1 !important; }
  .section-loader .loader-symbol {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -999px;
    right: -999px;
    bottom: -999px;
    left: -999px;
    margin: auto;
    z-index: 999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%; }
    .section-loader .loader-symbol:before, .section-loader .loader-symbol:after {
      content: '';
      display: block;
      position: absolute;
      width: 60px;
      height: 60px;
      top: -999px;
      right: -999px;
      bottom: -999px;
      left: -999px;
      margin: auto;
      border: 1px solid rgba(150, 150, 150, 0.05);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%; }
    .section-loader .loader-symbol:before {
      border-top-color: #5bbe48;
      border-left-color: #5bbe48;
      animation: noxRotation linear 0.7s;
      -webkit-animation: noxRotation linear 0.7s;
      -moz-animation: noxRotation linear 0.7s;
      -ms-animation: noxRotation linear 0.7s;
      -o-animation: noxRotation linear 0.7s;
      animation-iteration-count: infinite;
      transform-origin: 50% 50%;
      -webkit-animation-iteration-count: infinite;
      -webkit-transform-origin: 50% 50%;
      -moz-animation-iteration-count: infinite;
      -moz-transform-origin: 50% 50%;
      -o-animation-iteration-count: infinite;
      -o-transform-origin: 50% 50%;
      -ms-animation-iteration-count: infinite;
      -ms-transform-origin: 50% 50%; }
    .section-loader .loader-symbol:after {
      width: 70px;
      height: 70px;
      border-top-color: #502895;
      border-left-color: #502895;
      animation: noxRotation ease-out 1s;
      -webkit-animation: noxRotation ease-out 1s;
      -moz-animation: noxRotation ease-out 1s;
      -ms-animation: noxRotation ease-out 1s;
      -o-animation: noxRotation ease-out 1s;
      animation-iteration-count: infinite;
      transform-origin: 50% 50%;
      -webkit-animation-iteration-count: infinite;
      -webkit-transform-origin: 50% 50%;
      -moz-animation-iteration-count: infinite;
      -moz-transform-origin: 50% 50%;
      -o-animation-iteration-count: infinite;
      -o-transform-origin: 50% 50%;
      -ms-animation-iteration-count: infinite;
      -ms-transform-origin: 50% 50%; }
    .section-loader .loader-symbol:nth-child(1):before {
      width: 90px;
      height: 90px;
      border-top-color: #176daa;
      border-left-color: #176daa;
      animation: noxRotation linear 0.6s;
      -webkit-animation: noxRotation linear 0.6s;
      -moz-animation: noxRotation linear 0.6s;
      -ms-animation: noxRotation linear 0.6s;
      -o-animation: noxRotation linear 0.6s;
      animation-iteration-count: infinite;
      transform-origin: 50% 50%;
      -webkit-animation-iteration-count: infinite;
      -webkit-transform-origin: 50% 50%;
      -moz-animation-iteration-count: infinite;
      -moz-transform-origin: 50% 50%;
      -o-animation-iteration-count: infinite;
      -o-transform-origin: 50% 50%;
      -ms-animation-iteration-count: infinite;
      -ms-transform-origin: 50% 50%; }
    .section-loader .loader-symbol:nth-child(1):after {
      display: none; }
  .section-loader.section-loader-fill {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1200;
    background-color: rgba(255, 255, 255, 0.75); }

.logo-loader > .block {
  display: none; }

body.pace-running .section-loader.section-loader-fill {
  /*display:block;*/
  opacity: 1;
  visibility: visible;
  z-index: 1200 !important; }
body.pace-running .section-loader.section-loader-fill .loader-symbol,
body.pace-running .logo-loader > .block {
  display: block; }

.logo-loader {
  overflow: hidden;
  animation: noxRotation linear 1.5s;
  -webkit-animation: noxRotation linear 1.5s;
  -moz-animation: noxRotation linear 1.5s;
  -ms-animation: noxRotation linear 1.5s;
  -o-animation: noxRotation linear 1.5s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 42px;
  height: 42px;
  padding: 0px;
  margin: auto;
  background: transparent;
  /*border-radius:100%;
  box-shadow:0 0 20px rgba(0,0,0,.1);*/ }

.animate-once {
  animation-iteration-count: 1 !important;
  -webkit-animation-iteration-count: 1 !important;
  -moz-animation-iteration-count: 1 !important;
  -o-animation-iteration-count: 1 !important;
  -ms-animation-iteration-count: 1 !important; }

/*# sourceMappingURL=pace.css.map */
