/* #loayng */
.loadyng-container {
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000;
  display: none;
  -webkit-animation: fadeIn .5s;
          animation: fadeIn .5s; }

.loadyng-container .sk-folding-cube {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 6px rgba(0, 0, 0, 0.15); }

.loadyng__area {
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 40%; }

.loadyng__message {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); }

.loadyng__btn-close {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -7px;
  color: #fff !important;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  opacity: .5; }

.loadyn__logo-container {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
          transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.loadyng__logo {
  position: absolute;
  background: transparent url('/images/loadyng-logo.png') no-repeat center center;
  background-size: contain;
  top: 16px;
  left: 16px;
  width: 48px;
  height: 48px;
  -webkit-animation: rotatingYaxis3D 1.1s infinite;
          animation: rotatingYaxis3D 1.1s infinite;

  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes rotatingYaxis3D {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  40%, 50% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-filter: blur(3px);
            filter: blur(3px); }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }
@keyframes rotatingYaxis3D {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  40%, 50% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-filter: blur(3px);
            filter: blur(3px); }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  50%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {

  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  50%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

}

.loadyng__btn-close:hover {
  opacity: 1; }

.loadyng-container .sk-folding-cube .sk-cube:before {
  background-color: #fff; }

.loadyng-container--light {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(248, 248, 248, 0.82);
  /* box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.15); */
  box-shadow: none;
}

.loadyng-container--light .loadyng__message {
  color: #666;
  color: #aaa;
  color: #2AA0DB;
  text-shadow: #fff 0 1px 1px; }

.loadyng-container--light .loadyng__btn-close {
  color: #666 !important; }

.loadyng-container--light .sk-folding-cube .sk-cube:before {
  background-color: #666;}

/* http://tobiasahlin.com/spinkit/ */
/*  */
.sk-fading-circle {
  margin: 20px auto;
  width: 80px;
  height: 80px;
  position: relative; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
.loadyng-container--light .sk-fading-circle .sk-circle:before {
  background-color: #666;
  background-color: #AAD9F1;
}