@charset "UTF-8";
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-line-scale,
.la-line-scale > div {
  position: relative;
  box-sizing: border-box;
}

.la-line-scale {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-line-scale.la-dark {
  color: #333;
}

.la-line-scale > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-line-scale {
  width: 40px;
  height: 32px;
}

.la-line-scale > div {
  width: 4px;
  height: 32px;
  margin: 2px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  animation: line-scale 1.2s infinite ease;
}

.la-line-scale > div:nth-child(1) {
  animation-delay: -1.2s;
}

.la-line-scale > div:nth-child(2) {
  animation-delay: -1.1s;
}

.la-line-scale > div:nth-child(3) {
  animation-delay: -1s;
}

.la-line-scale > div:nth-child(4) {
  animation-delay: -0.9s;
}

.la-line-scale > div:nth-child(5) {
  animation-delay: -0.8s;
}

.la-line-scale.la-sm {
  width: 20px;
  height: 16px;
}

.la-line-scale.la-sm > div {
  width: 2px;
  height: 16px;
  margin: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.la-line-scale.la-2x {
  width: 80px;
  height: 64px;
}

.la-line-scale.la-2x > div {
  width: 8px;
  height: 64px;
  margin: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.la-line-scale.la-3x {
  width: 120px;
  height: 96px;
}

.la-line-scale.la-3x > div {
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Animation
 */
@keyframes line-scale {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/*!
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 Daniel Cardoso <@DanielCardoso>
* Licensed under MIT
*/
.la-ball-circus,
.la-ball-circus > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-circus {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-circus.la-dark {
  color: #333;
}

.la-ball-circus > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-circus {
  width: 16px;
  height: 16px;
}

.la-ball-circus > div {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 16px;
  width: 100%;
  height: 16px;
  height: 100%;
  border-radius: 100%;
  opacity: 0.5;
  animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

.la-ball-circus > div:nth-child(1) {
  animation-delay: 0s, -0.5s;
}

.la-ball-circus > div:nth-child(2) {
  animation-delay: -0.5s, -1s;
}

.la-ball-circus > div:nth-child(3) {
  animation-delay: -1s, -1.5s;
}

.la-ball-circus > div:nth-child(4) {
  animation-delay: -1.5s, -2s;
}

.la-ball-circus > div:nth-child(5) {
  animation-delay: -2s, -2.5s;
}

.la-ball-circus.la-sm {
  width: 8px;
  height: 8px;
}

.la-ball-circus.la-sm > div {
  width: 8px;
  height: 8px;
}

.la-ball-circus.la-2x {
  width: 32px;
  height: 32px;
}

.la-ball-circus.la-2x > div {
  width: 32px;
  height: 32px;
}

.la-ball-circus.la-3x {
  width: 48px;
  height: 48px;
}

.la-ball-circus.la-3x > div {
  width: 48px;
  height: 48px;
}

/*
 * Animations
 */
@keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@keyframes ball-circus-size {
  50% {
    transform: scale(0.3, 0.3);
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-atom,
.la-ball-atom > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-atom {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-atom.la-dark {
  color: #333;
}

.la-ball-atom > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-atom {
  width: 32px;
  height: 32px;
}

.la-ball-atom > div:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 60%;
  height: 60%;
  background: #aaa;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  animation: ball-atom-shrink 4.5s infinite linear;
}

.la-ball-atom > div:not(:nth-child(1)) {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: none;
  animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
}

.la-ball-atom > div:not(:nth-child(1)):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  content: "";
  background: currentColor;
  border-radius: 50%;
  opacity: 0.75;
  animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
}

.la-ball-atom > div:nth-child(2) {
  animation-delay: 0.75s;
}

.la-ball-atom > div:nth-child(2):before {
  animation-delay: 0s, -1.125s;
}

.la-ball-atom > div:nth-child(3) {
  transform: rotate(120deg);
  animation-delay: -0.25s;
}

.la-ball-atom > div:nth-child(3):before {
  animation-delay: -1s, -0.75s;
}

.la-ball-atom > div:nth-child(4) {
  transform: rotate(240deg);
  animation-delay: 0.25s;
}

.la-ball-atom > div:nth-child(4):before {
  animation-delay: -0.5s, -0.125s;
}

.la-ball-atom.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-atom.la-sm > div:not(:nth-child(1)):before {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-atom.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-atom.la-2x > div:not(:nth-child(1)):before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.la-ball-atom.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-atom.la-3x > div:not(:nth-child(1)):before {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}

/*
 * Animations
 */
@keyframes ball-atom-position {
  50% {
    top: 100%;
    left: 100%;
  }
}
@keyframes ball-atom-size {
  50% {
    transform: scale(0.5, 0.5);
  }
}
@keyframes ball-atom-zindex {
  50% {
    z-index: 10;
  }
}
@keyframes ball-atom-shrink {
  50% {
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate-multiple,
.la-ball-clip-rotate-multiple > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-clip-rotate-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-clip-rotate-multiple.la-dark {
  color: #333;
}

.la-ball-clip-rotate-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-clip-rotate-multiple {
  width: 32px;
  height: 32px;
}

.la-ball-clip-rotate-multiple > div {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
}

.la-ball-clip-rotate-multiple > div:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  border-right-color: transparent;
  border-left-color: transparent;
}

.la-ball-clip-rotate-multiple > div:last-child {
  width: 16px;
  height: 16px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.la-ball-clip-rotate-multiple.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-clip-rotate-multiple.la-sm > div {
  border-width: 1px;
}

.la-ball-clip-rotate-multiple.la-sm > div:first-child {
  width: 16px;
  height: 16px;
}

.la-ball-clip-rotate-multiple.la-sm > div:last-child {
  width: 8px;
  height: 8px;
}

.la-ball-clip-rotate-multiple.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-clip-rotate-multiple.la-2x > div {
  border-width: 4px;
}

.la-ball-clip-rotate-multiple.la-2x > div:first-child {
  width: 64px;
  height: 64px;
}

.la-ball-clip-rotate-multiple.la-2x > div:last-child {
  width: 32px;
  height: 32px;
}

.la-ball-clip-rotate-multiple.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-clip-rotate-multiple.la-3x > div {
  border-width: 6px;
}

.la-ball-clip-rotate-multiple.la-3x > div:first-child {
  width: 96px;
  height: 96px;
}

.la-ball-clip-rotate-multiple.la-3x > div:last-child {
  width: 48px;
  height: 48px;
}

/*
 * Animation
 */
@keyframes ball-clip-rotate-multiple-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*!
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 Daniel Cardoso <@DanielCardoso>
* Licensed under MIT
*/
.la-ball-fussion,
.la-ball-fussion > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-fussion {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fussion.la-dark {
  color: #333;
}

.la-ball-fussion > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fussion {
  width: 8px;
  height: 8px;
}

.la-ball-fussion > div {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  animation: ball-fussion-ball1 1s 0s ease infinite;
}

.la-ball-fussion > div:nth-child(1) {
  top: 0;
  left: 50%;
  z-index: 1;
}

.la-ball-fussion > div:nth-child(2) {
  top: 50%;
  left: 100%;
  z-index: 2;
  animation-name: ball-fussion-ball2;
}

.la-ball-fussion > div:nth-child(3) {
  top: 100%;
  left: 50%;
  z-index: 1;
  animation-name: ball-fussion-ball3;
}

.la-ball-fussion > div:nth-child(4) {
  top: 50%;
  left: 0;
  z-index: 2;
  animation-name: ball-fussion-ball4;
}

.la-ball-fussion.la-sm {
  width: 4px;
  height: 4px;
}

.la-ball-fussion.la-sm > div {
  width: 6px;
  height: 6px;
}

.la-ball-fussion.la-2x {
  width: 16px;
  height: 16px;
}

.la-ball-fussion.la-2x > div {
  width: 24px;
  height: 24px;
}

.la-ball-fussion.la-3x {
  width: 24px;
  height: 24px;
}

.la-ball-fussion.la-3x > div {
  width: 36px;
  height: 36px;
}

/*
 * Animations
 */
@keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
  }
}
@keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
@keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
  }
}
@keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-grid-pulse,
.la-ball-grid-pulse > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-grid-pulse {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-grid-pulse.la-dark {
  color: #333;
}

.la-ball-grid-pulse > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-grid-pulse {
  width: 36px;
  height: 36px;
}

.la-ball-grid-pulse > div {
  width: 8px;
  height: 8px;
  margin: 2px;
  border-radius: 100%;
  animation-name: ball-grid-pulse;
  animation-iteration-count: infinite;
}

.la-ball-grid-pulse > div:nth-child(1) {
  animation-duration: 0.65s;
  animation-delay: 0.03s;
}

.la-ball-grid-pulse > div:nth-child(2) {
  animation-duration: 1.02s;
  animation-delay: 0.09s;
}

.la-ball-grid-pulse > div:nth-child(3) {
  animation-duration: 1.06s;
  animation-delay: -0.69s;
}

.la-ball-grid-pulse > div:nth-child(4) {
  animation-duration: 1.5s;
  animation-delay: -0.41s;
}

.la-ball-grid-pulse > div:nth-child(5) {
  animation-duration: 1.6s;
  animation-delay: 0.04s;
}

.la-ball-grid-pulse > div:nth-child(6) {
  animation-duration: 0.84s;
  animation-delay: 0.07s;
}

.la-ball-grid-pulse > div:nth-child(7) {
  animation-duration: 0.68s;
  animation-delay: -0.66s;
}

.la-ball-grid-pulse > div:nth-child(8) {
  animation-duration: 0.93s;
  animation-delay: -0.76s;
}

.la-ball-grid-pulse > div:nth-child(9) {
  animation-duration: 1.24s;
  animation-delay: -0.76s;
}

.la-ball-grid-pulse.la-sm {
  width: 18px;
  height: 18px;
}

.la-ball-grid-pulse.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 1px;
}

.la-ball-grid-pulse.la-2x {
  width: 72px;
  height: 72px;
}

.la-ball-grid-pulse.la-2x > div {
  width: 16px;
  height: 16px;
  margin: 4px;
}

.la-ball-grid-pulse.la-3x {
  width: 108px;
  height: 108px;
}

.la-ball-grid-pulse.la-3x > div {
  width: 24px;
  height: 24px;
  margin: 6px;
}

/*
 * Animation
 */
@keyframes ball-grid-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.45);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*!
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 Daniel Cardoso <@DanielCardoso>
* Licensed under MIT
*/
.la-ball-running-dots,
.la-ball-running-dots > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-running-dots {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-running-dots.la-dark {
  color: #333;
}

.la-ball-running-dots > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-running-dots {
  width: 10px;
  height: 10px;
}

.la-ball-running-dots > div {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -25px;
  border-radius: 100%;
  animation: ball-running-dots-animate 2s linear infinite;
}

.la-ball-running-dots > div:nth-child(1) {
  animation-delay: 0s;
}

.la-ball-running-dots > div:nth-child(2) {
  animation-delay: -0.4s;
}

.la-ball-running-dots > div:nth-child(3) {
  animation-delay: -0.8s;
}

.la-ball-running-dots > div:nth-child(4) {
  animation-delay: -1.2s;
}

.la-ball-running-dots > div:nth-child(5) {
  animation-delay: -1.6s;
}

.la-ball-running-dots > div:nth-child(6) {
  animation-delay: -2s;
}

.la-ball-running-dots > div:nth-child(7) {
  animation-delay: -2.4s;
}

.la-ball-running-dots > div:nth-child(8) {
  animation-delay: -2.8s;
}

.la-ball-running-dots > div:nth-child(9) {
  animation-delay: -3.2s;
}

.la-ball-running-dots > div:nth-child(10) {
  animation-delay: -3.6s;
}

.la-ball-running-dots.la-sm {
  width: 4px;
  height: 4px;
}

.la-ball-running-dots.la-sm > div {
  width: 4px;
  height: 4px;
  margin-left: -12px;
}

.la-ball-running-dots.la-2x {
  width: 20px;
  height: 20px;
}

.la-ball-running-dots.la-2x > div {
  width: 20px;
  height: 20px;
  margin-left: -50px;
}

.la-ball-running-dots.la-3x {
  width: 30px;
  height: 30px;
}

.la-ball-running-dots.la-3x > div {
  width: 30px;
  height: 30px;
  margin-left: -75px;
}

/*
 * Animation
 */
@keyframes ball-running-dots-animate {
  0%, 100% {
    width: 100%;
    height: 100%;
    transform: translateY(0) translateX(500%);
  }
  80% {
    transform: translateY(0) translateX(0);
  }
  85% {
    width: 100%;
    height: 100%;
    transform: translateY(-125%) translateX(0);
  }
  90% {
    width: 200%;
    height: 75%;
  }
  95% {
    width: 100%;
    height: 100%;
    transform: translateY(-100%) translateX(500%);
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-scale-multiple.la-dark {
  color: #333;
}

.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-scale-multiple {
  width: 32px;
  height: 32px;
}

.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

.la-ball-scale-multiple > div:nth-child(2) {
  animation-delay: 0.2s;
}

.la-ball-scale-multiple > div:nth-child(3) {
  animation-delay: 0.4s;
}

.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}

.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}

.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}

/*
 * Animation
 */
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*!
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 Daniel Cardoso <@DanielCardoso>
* Licensed under MIT
*/
.la-cog,
.la-cog > div {
  position: relative;
  box-sizing: border-box;
}

.la-cog {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-cog.la-dark {
  color: #333;
}

.la-cog > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-cog {
  width: 31px;
  height: 31px;
}

.la-cog > div {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-style: dashed;
  border-width: 2px;
  border-radius: 100%;
  animation: cog-rotate 4s linear infinite;
}

.la-cog > div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid currentColor;
  border-radius: 100%;
}

.la-cog.la-sm {
  width: 15px;
  height: 15px;
}

.la-cog.la-sm > div {
  border-width: 1px;
}

.la-cog.la-sm > div:after {
  border-width: 1px;
}

.la-cog.la-2x {
  width: 61px;
  height: 61px;
}

.la-cog.la-2x > div {
  border-width: 4px;
}

.la-cog.la-2x > div:after {
  border-width: 4px;
}

.la-cog.la-3x {
  width: 91px;
  height: 91px;
}

.la-cog.la-3x > div {
  border-width: 6px;
}

.la-cog.la-3x > div:after {
  border-width: 6px;
}

/*
 * Animation
 */
@keyframes cog-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-fire,
.la-fire > div {
  position: relative;
  box-sizing: border-box;
}

.la-fire {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-fire.la-dark {
  color: #333;
}

.la-fire > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-fire {
  width: 32px;
  height: 32px;
}

.la-fire > div {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 0;
  border-radius: 2px;
  transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
  animation: fire-diamonds 1.5s infinite linear;
}

.la-fire > div:nth-child(1) {
  animation-delay: -0.85s;
}

.la-fire > div:nth-child(2) {
  animation-delay: -1.85s;
}

.la-fire > div:nth-child(3) {
  animation-delay: -2.85s;
}

.la-fire.la-sm {
  width: 16px;
  height: 16px;
}

.la-fire.la-sm > div {
  width: 6px;
  height: 6px;
}

.la-fire.la-2x {
  width: 64px;
  height: 64px;
}

.la-fire.la-2x > div {
  width: 24px;
  height: 24px;
}

.la-fire.la-3x {
  width: 96px;
  height: 96px;
}

.la-fire.la-3x > div {
  width: 36px;
  height: 36px;
}

/*
 * Animation
 */
@keyframes fire-diamonds {
  0% {
    transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
  }
  50% {
    transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
  }
  100% {
    transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
  }
}
/*!
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 Daniel Cardoso <@DanielCardoso>
* Licensed under MIT
*/
.la-square-jelly-box,
.la-square-jelly-box > div {
  position: relative;
  box-sizing: border-box;
}

.la-square-jelly-box {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-square-jelly-box.la-dark {
  color: #333;
}

.la-square-jelly-box > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-square-jelly-box {
  width: 32px;
  height: 32px;
}

.la-square-jelly-box > div:nth-child(1),
.la-square-jelly-box > div:nth-child(2) {
  position: absolute;
  left: 0;
  width: 100%;
}

.la-square-jelly-box > div:nth-child(1) {
  top: -25%;
  z-index: 1;
  height: 100%;
  border-radius: 10%;
  animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
}

.la-square-jelly-box > div:nth-child(2) {
  bottom: -9%;
  height: 10%;
  background: #000;
  border-radius: 50%;
  opacity: 0.2;
  animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
}

.la-square-jelly-box.la-sm {
  width: 16px;
  height: 16px;
}

.la-square-jelly-box.la-2x {
  width: 64px;
  height: 64px;
}

.la-square-jelly-box.la-3x {
  width: 96px;
  height: 96px;
}

/*
 * Animations
 */
@keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%;
  }
  25% {
    transform: translateY(25%) rotate(22.5deg);
  }
  50% {
    border-bottom-right-radius: 100%;
    transform: translateY(50%) scale(1, 0.9) rotate(45deg);
  }
  75% {
    transform: translateY(25%) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes square-jelly-box-shadow {
  50% {
    transform: scale(1.25, 1);
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-climbing-dot,
.la-ball-climbing-dot > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-climbing-dot {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-climbing-dot.la-dark {
  color: #333;
}

.la-ball-climbing-dot > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-climbing-dot {
  width: 42px;
  height: 32px;
}

.la-ball-climbing-dot > div:nth-child(1) {
  position: absolute;
  bottom: 32%;
  left: 18%;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transform-origin: center bottom;
  animation: ball-climbing-dot-jump 0.6s ease-in-out infinite;
}

.la-ball-climbing-dot > div:not(:nth-child(1)) {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 2px;
  border-radius: 0;
  transform: translate(60%, 0);
  animation: ball-climbing-dot-steps 1.8s linear infinite;
}

.la-ball-climbing-dot > div:not(:nth-child(1)):nth-child(2) {
  animation-delay: 0ms;
}

.la-ball-climbing-dot > div:not(:nth-child(1)):nth-child(3) {
  animation-delay: -600ms;
}

.la-ball-climbing-dot > div:not(:nth-child(1)):nth-child(4) {
  animation-delay: -1200ms;
}

.la-ball-climbing-dot.la-sm {
  width: 20px;
  height: 16px;
}

.la-ball-climbing-dot.la-sm > div:nth-child(1) {
  width: 6px;
  height: 6px;
}

.la-ball-climbing-dot.la-sm > div:not(:nth-child(1)) {
  width: 6px;
  height: 1px;
}

.la-ball-climbing-dot.la-2x {
  width: 84px;
  height: 64px;
}

.la-ball-climbing-dot.la-2x > div:nth-child(1) {
  width: 28px;
  height: 28px;
}

.la-ball-climbing-dot.la-2x > div:not(:nth-child(1)) {
  width: 28px;
  height: 4px;
}

.la-ball-climbing-dot.la-3x {
  width: 126px;
  height: 96px;
}

.la-ball-climbing-dot.la-3x > div:nth-child(1) {
  width: 42px;
  height: 42px;
}

.la-ball-climbing-dot.la-3x > div:not(:nth-child(1)) {
  width: 42px;
  height: 6px;
}

/*
 * Animations
 */
@keyframes ball-climbing-dot-jump {
  0% {
    transform: scale(1, 0.7);
  }
  20% {
    transform: scale(0.7, 1.2);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    bottom: 125%;
  }
  46% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(0.7, 1.2);
  }
  90% {
    transform: scale(0.7, 1.2);
  }
  100% {
    transform: scale(1, 0.7);
  }
}
@keyframes ball-climbing-dot-steps {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    right: 100%;
    opacity: 0;
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-timer,
.la-timer > div {
  position: relative;
  box-sizing: border-box;
}

.la-timer {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-timer.la-dark {
  color: #333;
}

.la-timer > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-timer {
  width: 32px;
  height: 32px;
}

.la-timer > div {
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
}

.la-timer > div:before,
.la-timer > div:after {
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  width: 2px;
  margin-top: -1px;
  margin-left: -1px;
  content: "";
  background: currentColor;
  border-radius: 2px;
  transform-origin: 1px 1px 0;
  animation: timer-loader 1250ms infinite linear;
  animation-delay: -625ms;
}

.la-timer > div:before {
  height: 12px;
}

.la-timer > div:after {
  height: 8px;
  animation-duration: 15s;
  animation-delay: -7.5s;
}

.la-timer.la-sm {
  width: 16px;
  height: 16px;
}

.la-timer.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.la-timer.la-sm > div:before,
.la-timer.la-sm > div:after {
  top: 7px;
  left: 7px;
  width: 1px;
  margin-top: -0.5px;
  margin-left: -0.5px;
  border-radius: 1px;
  transform-origin: 0.5px 0.5px 0;
}

.la-timer.la-sm > div:before {
  height: 6px;
}

.la-timer.la-sm > div:after {
  height: 4px;
}

.la-timer.la-2x {
  width: 64px;
  height: 64px;
}

.la-timer.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}

.la-timer.la-2x > div:before,
.la-timer.la-2x > div:after {
  top: 28px;
  left: 28px;
  width: 4px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 4px;
  transform-origin: 2px 2px 0;
}

.la-timer.la-2x > div:before {
  height: 24px;
}

.la-timer.la-2x > div:after {
  height: 16px;
}

.la-timer.la-3x {
  width: 96px;
  height: 96px;
}

.la-timer.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}

.la-timer.la-3x > div:before,
.la-timer.la-3x > div:after {
  top: 42px;
  left: 42px;
  width: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 6px;
  transform-origin: 3px 3px 0;
}

.la-timer.la-3x > div:before {
  height: 36px;
}

.la-timer.la-3x > div:after {
  height: 24px;
}

/*
 * Animation
 */
@keyframes timer-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-pacman,
.la-pacman > div {
  position: relative;
  box-sizing: border-box;
}

.la-pacman {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-pacman.la-dark {
  color: #333;
}

.la-pacman > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-pacman {
  width: 32px;
  height: 32px;
}

.la-pacman > div:nth-child(1),
.la-pacman > div:nth-child(2) {
  width: 0;
  height: 0;
  background: transparent;
  border-style: solid;
  border-width: 16px;
  border-right-color: transparent;
  border-radius: 100%;
  animation: pacman-rotate-half-up 0.5s 0s infinite;
}

.la-pacman > div:nth-child(2) {
  margin-top: -32px;
  animation-name: pacman-rotate-half-down;
}

.la-pacman > div:nth-child(3),
.la-pacman > div:nth-child(4),
.la-pacman > div:nth-child(5),
.la-pacman > div:nth-child(6) {
  position: absolute;
  top: 50%;
  left: 200%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 0;
  animation: pacman-balls 2s 0s infinite linear;
}

.la-pacman > div:nth-child(3) {
  animation-delay: -1.44s;
}

.la-pacman > div:nth-child(4) {
  animation-delay: -1.94s;
}

.la-pacman > div:nth-child(5) {
  animation-delay: -2.44s;
}

.la-pacman > div:nth-child(6) {
  animation-delay: -2.94s;
}

.la-pacman.la-sm {
  width: 16px;
  height: 16px;
}

.la-pacman.la-sm > div:nth-child(1),
.la-pacman.la-sm > div:nth-child(2) {
  border-width: 8px;
}

.la-pacman.la-sm > div:nth-child(2) {
  margin-top: -16px;
}

.la-pacman.la-sm > div:nth-child(3),
.la-pacman.la-sm > div:nth-child(4),
.la-pacman.la-sm > div:nth-child(5),
.la-pacman.la-sm > div:nth-child(6) {
  width: 4px;
  height: 4px;
}

.la-pacman.la-2x {
  width: 64px;
  height: 64px;
}

.la-pacman.la-2x > div:nth-child(1),
.la-pacman.la-2x > div:nth-child(2) {
  border-width: 32px;
}

.la-pacman.la-2x > div:nth-child(2) {
  margin-top: -64px;
}

.la-pacman.la-2x > div:nth-child(3),
.la-pacman.la-2x > div:nth-child(4),
.la-pacman.la-2x > div:nth-child(5),
.la-pacman.la-2x > div:nth-child(6) {
  width: 16px;
  height: 16px;
}

.la-pacman.la-3x {
  width: 96px;
  height: 96px;
}

.la-pacman.la-3x > div:nth-child(1),
.la-pacman.la-3x > div:nth-child(2) {
  border-width: 48px;
}

.la-pacman.la-3x > div:nth-child(2) {
  margin-top: -96px;
}

.la-pacman.la-3x > div:nth-child(3),
.la-pacman.la-3x > div:nth-child(4),
.la-pacman.la-3x > div:nth-child(5),
.la-pacman.la-3x > div:nth-child(6) {
  width: 24px;
  height: 24px;
}

/*
 * Animations
 */
@keyframes pacman-rotate-half-up {
  0%, 100% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(360deg);
  }
}
@keyframes pacman-rotate-half-down {
  0%, 100% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
@keyframes pacman-balls {
  0% {
    left: 200%;
    opacity: 0;
    transform: translateY(-50%);
  }
  5% {
    opacity: 0.5;
  }
  66% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  100% {
    left: 0;
    transform: translateY(-50%);
  }
}
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-scale-multiple.la-dark {
  color: #333;
}

.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-scale-multiple {
  width: 32px;
  height: 32px;
}

.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

.la-ball-scale-multiple > div:nth-child(2) {
  animation-delay: 0.2s;
}

.la-ball-scale-multiple > div:nth-child(3) {
  animation-delay: 0.4s;
}

.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}

.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}

.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}

/*
 * Animation
 */
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.slide-out-left {
  animation: slide-out-left 0.5s linear both;
}

.slit-in-vertical {
  animation: slit-in-vertical 1.5s ease-out both;
}

.slide-out-fwd-center {
  animation: slide-out-fwd-center 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.slide-out-blurred-top {
  animation: slide-out-blurred-top 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

.shake-bottom {
  animation: shake-bottom 4s ease-in-out infinite both;
}

.shake-top {
  animation: shake-top 2s ease-out 1s infinite forwards;
}

.shake-bottom-vertical {
  animation: shake-bottom-vertical 4s linear infinite both;
}

.shake-bottom-hor {
  animation: shake-bottom-hor 2s linear infinite both;
}

.shake-bottom2 {
  animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 5s both;
}

.bounce-in-top {
  animation: bounce-in-top 1.1s both;
}

.slide-in-top {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.shake-horizontal {
  animation: shake-horizontal 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.scale-in-ver-top {
  animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-in-center {
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-in-hor-right {
  animation: scale-in-hor-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.lds-roller {
  align-self: center;
  justify-self: center;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

.bg-animation-top-to-bottom {
  animation: bg-animation-top-to-bottom 2s both;
}

.rotate-in-center {
  animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

.slide-in-right {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-left {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes shake-top {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
@keyframes rotate-in-center {
  0% {
    transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1000px);
  }
}
@keyframes slit-in-vertical {
  0% {
    transform: translateZ(-100px) rotateY(0deg);
    opacity: 0;
  }
  54% {
    transform: translateZ(160px) rotateY(89deg);
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotateY(0);
  }
}
@keyframes bg-animation-top-to-bottom {
  0% {
    top: -356px;
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 50%;
  }
  100% {
    top: -500px;
    transform: scale(1.1) translate(-20px, 15px);
    transform-origin: left;
  }
}
@keyframes slide-out-blurred-top {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 0%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(40px);
    opacity: 0;
  }
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-out-fwd-center {
  0% {
    transform: translateZ(1);
    opacity: 1;
  }
  100% {
    transform: translateZ(600px);
    opacity: 0;
  }
}
@keyframes scale-in-ver-top {
  0% {
    transform: scaleY(0);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-hor-right {
  0% {
    transform: scaleX(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}
@keyframes shake-bottom {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
@keyframes shake-bottom-vertical {
  0% {
    transform: translateX(0%);
    transform-origin: 50% 100%;
  }
  20% {
    transform: translateX(8%);
  }
  40% {
    transform: translateX(-4%);
  }
  60% {
    transform: translateX(6%);
  }
  80% {
    transform: translateX(-8%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes shake-bottom-hor {
  0% {
    transform: translateY(0%);
    transform-origin: 50% 100%;
  }
  20% {
    transform: translateY(8%);
  }
  40% {
    transform: translateY(-4%);
  }
  60% {
    transform: translateY(6%);
  }
  80% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
html,
body {
  width: 100%;
  /*height: 100%;*/
  background: #ebebeb;
}

img {
  font-size: 0.4rem;
}

i {
  font-style: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}

/*--------------مربوط به زوم تصویر---------------*/
* {
  box-sizing: border-box;
}

.cursor-grabbing {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important;
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  opacity: 0;
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 8rem;
  height: 8rem;
  cursor: crosshair;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 30rem;
  height: 30rem;
}

/*----------------------پایان زوم تصویر -----------------*/
.font-iranyekan-light-farsi {
  font-family: "iranyekan-light-farsi" !important;
}

.prevent-default {
  cursor: default;
}

.fam {
  font-family: "FontAwesome" !important;
  font-weight: 100 !important;
  font-style: normal !important;
}

.color-org {
  color: #f8b703 !important;
}

.color-red-light {
  color: #df9c9c !important;
}

.color-green {
  color: #71b172 !important;
}

.color-bg {
  color: #6a8c8c !important;
}

.color-red {
  color: #c10020 !important;
}

.color-gray6 {
  color: #666 !important;
}

.bg-color-green-light {
  background: #83b37f !important;
}

.line {
  border-bottom: 1px solid #eee;
  padding: 0.2rem 0;
  margin: 0.1rem 0;
}

.flex-one-and-half {
  flex: 1.5 !important;
}

.alert-form-color-error {
  color: #ff6565 !important;
}

.alert-form-color-success {
  color: #62d03e !important;
}

.alert-form-color-warning {
  color: #fdbb00 !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.box-shadow-personal-info {
  box-shadow: 0px -7px 90px #675021 !important;
}

.fade-effect {
  transition: all 0.3s ease-in-out;
}

.fade-effect:focus {
  transition: all 0.3s ease-in-out;
}

.fade-effect:hover {
  transition: all 0.3s ease-in-out;
}

.fade-effect2 {
  transition: all 0.3s ease-in-out;
}

.fade-effect2:focus {
  transition: all 0.3s ease-in-out;
}

.fade-effect2:hover {
  transition: all 0.3s ease-in-out;
}

.tab-active {
  border: 1px solid #dedede !important;
  border-bottom: 0 !important;
  box-shadow: -2px -5px 17px #fff !important;
  color: #fff !important;
}

.tab-color1 {
  background: #ff9611 !important;
}

.tab-color2 {
  background: #b55364 !important;
}

.tab-color3 {
  background: #0e84b5 !important;
}

.tab-color4 {
  background: #603e6b !important;
}

.tab-color5 {
  background: #2a5f29 !important;
}

.tab-theme1 {
  box-shadow: 0px 3px 45px #71652c !important;
  background: rgba(223, 143, 41, 0.3) !important;
}

.tab-theme2 {
  box-shadow: 0px 3px 45px #885a69 !important;
  background: rgba(163, 87, 104, 0.4) !important;
}

.tab-theme3 {
  box-shadow: 0px 3px 45px #21496b !important;
  background: rgba(30, 128, 170, 0.3) !important;
}

.tab-theme4 {
  box-shadow: 0px 3px 45px #7c5f8e !important;
  background: rgba(96, 72, 110, 0.4) !important;
}

.tab-theme5 {
  box-shadow: 0px 3px 45px #6d8e5f !important;
  background: rgba(55, 98, 59, 0.4) !important;
}

.newline {
  white-space: pre-line;
}

.iransans2 {
  font: 18px "my-iransans2" !important;
}

.iransans1 {
  font: 12px/1px "my-iransans";
}

.shadow {
  box-shadow: 0 0 9px #fff;
}

.clear {
  clear: both;
}

.display-hidden {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-flex {
  /* Safari */
  display: flex !important;
  display: inline-flex !important;
  display: -o-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
}

.width-60 {
  width: 65% !important;
  text-align: right !important;
}

.felx-none-no-width {
  flex: auto !important;
}

.no-width {
  width: inherit !important;
}

div#bd {
  float: none;
  position: relative;
}

.opacity-none {
  opacity: 0 !important;
}

.opacity-full {
  opacity: 1 !important;
}

.opacity8 {
  opacity: 0.8 !important;
}

.opacity6 {
  opacity: 0.6 !important;
}

.opacity5 {
  opacity: 0.5 !important;
}

.opacity4 {
  opacity: 0.4 !important;
}

.opacity3 {
  opacity: 0.3 !important;
}

.pos-rel {
  position: relative;
}

.flex-column {
  display: flex !important;
  flex-direction: column !important;
}

.flex-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.parallax-window {
  /*width: 79%;*/
  margin: 0 auto;
  min-height: 30rem;
  background: transparent;
  border-radius: 0.3rem;
}

.parallax-mirror {
  border-radius: 0.3rem;
}

.inside-parallax-shadow {
  width: 100%;
  min-height: 30rem;
  position: relative;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.inside-parallax-img {
  width: 8rem;
  height: 8rem;
}

.inside-parallax-p {
  color: #fff0e7;
  font-size: 1.2rem;
  cursor: default;
  margin: 0 1.1rem;
}

.rotate180 {
  transform: rotate(180deg);
}

.rotate90-neg {
  transform: rotate(-90deg);
}

.radio-button-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.2rem;
  border: 1px solid #8c8c8c;
  background: #e5e5e5;
  border-radius: 1rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.radio-button-box-active {
  background: #00bfd6 !important;
}

.radio-button-box .radio-button {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #959595;
  position: relative;
  left: 9px;
  transition: all 0.3s ease-in-out;
}

.english-font-bold {
  font-family: iranyekan-reg, sans-serif !important;
}

.english-font {
  font-family: iranyekan-light, sans-serif !important;
}

.flex-sb {
  display: flex !important;
  justify-content: space-between !important;
}

.flex-se {
  display: flex !important;
  justify-content: space-evenly !important;
}

.simple-button {
  font-family: iranyekan-light-farsi, Sahel, sans-serif;
  font-size: 0.8rem;
  border: 1px solid #888;
  color: #888;
  cursor: pointer;
  border-radius: 0.3rem;
  padding: 0.2rem 0.4rem;
  text-align: center;
}

.simple-button i {
  font-size: 0.7rem;
  margin: 0 0.2rem;
}

.margin-2 {
  margin: 2rem !important;
}

.flex-self-center {
  align-self: center !important;
  justify-content: center !important;
}

.simple-button:hover {
  background: #888;
  color: #f2bcbc;
}

.red-button {
  border: 1px solid #f35c5c;
  color: #f35c5c;
  font-size: 0.8rem;
  padding: 0.5rem 0.8rem;
}

.mobile-input {
  direction: ltr !important;
  padding: 0.5rem;
  border-radius: 0.4rem;
  outline: none;
  border: 1px solid #aaa;
  width: 15rem;
}

.error-input {
  border: 1px solid red !important;
}

.error-input:hover {
  border: 1px solid red !important;
}

/*-------------- برای پنجره های پاپ آپ -------------------------------*/
.alert-popup-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  /* transform: translateX(-50%); */
  top: 0;
  padding: 3.3rem 0.6rem;
  border: 1px solid #eee;
  border-radius: 0.2rem;
  background: rgba(57, 60, 74, 0.74);
  z-index: 1000;
  /*green : #79d37e*/
  /*red : #cf4242*/
}

.ajax-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  color: darkgreen;
}

.ajax-alert i {
  margin: 0 0.5rem;
}

.enamd-logo {
  border-radius: 0.5rem;
  width: 5rem;
}

.underline-button-blue {
  padding: 0 0.5rem 0.7rem;
  color: #539ed6;
  border-bottom: 3px solid #539ed6;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.underline-button-red {
  padding: 0 0.5rem 0.7rem;
  color: #d65353;
  border-bottom: 3px solid #d65353;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.underline-button-green {
  padding: 0 0.5rem 0.7rem;
  color: #72d653;
  border-bottom: 3px solid #72d653;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.dir-ltr {
  direction: ltr !important;
}

.dir-rtl {
  direction: rtl !important;
}

.lbt {
  border-left: 6px solid;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  border-right: 1px dashed;
}

.rbt {
  border-right: 6px solid;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  border-left: 1px dashed;
}

.bbt {
  border-bottom: 3px solid;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.button {
  min-width: 5rem;
  border: 1px solid;
  border-radius: 0.3rem;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
  text-shadow: 1px 1px 1px #555;
}

.button-no-shadow {
  min-width: 5rem;
  border: 1px solid;
  border-radius: 0.3rem;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
}

.form-button {
  width: 15rem;
  max-width: 99%;
  border: 1px solid;
  border-radius: 0.3rem;
  padding: 1rem 0;
  cursor: pointer;
}

.dark-scroll::-webkit-scrollbar,
.light-scroll::-webkit-scrollbar,
.custom-color-scroll::-webkit-scrollbar {
  width: 15px;
}

.dark-scroll::-webkit-scrollbar-track,
.light-scroll::-webkit-scrollbar-track,
.custom-color-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 2px;
}

.dark-scroll::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 6px;
}

.dark-scroll::-webkit-scrollbar-thumb:hover {
  background: #222;
  border-radius: 5px;
}

.light-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}

.light-scroll::-webkit-scrollbar-thumb:hover {
  background: #bbb;
  border-radius: 5px;
}

.custom-color-scroll::-webkit-scrollbar-thumb {
  background: #ab7878;
  border-radius: 6px;
}

.custom-color-scroll::-webkit-scrollbar-thumb:hover {
  background: #786262;
  border-radius: 5px;
}

.rem50 {
  width: 50rem !important;
}

.rem24 {
  width: 24rem !important;
}

.rem18 {
  width: 18rem !important;
}

.percent99 {
  width: 99% !important;
}

.w-s {
  width: -moz-available;
  width: stretch;
}

.w-m-48 {
  max-width: 48%;
}

.w-m-50 {
  max-width: 50%;
}

.full-device-height {
  min-height: 100vh !important;
}

.full-height {
  height: 100vh !important;
}

.scroll-hidden::-webkit-scrollbar {
  display: none;
}

.scroll-hidden {
  -ms-overflow-style: none;
  /* IE و Edge */
  scrollbar-width: none;
  /* Firefox */
}

.no-select {
  user-select: none;
  /* پشتیبانی برای Firefox */
  -webkit-user-select: none;
  /* پشتیبانی برای Chrome و Safari */
  -moz-user-select: none;
  /* پشتیبانی برای Opera */
}
