@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
/* ANIMACJA DLA NOTYFIKACJI */
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-3px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
#loginpage {
  height: 100%;
  background-color: #151918;
  font-family: 'Arimo', sans-serif;
  /* BUTTONY */
}
#loginpage .btn {
  padding: 10px;
}
#loginpage .uni-btnBlue {
  background-color: #2685ef;
  color: #fff;
  transition: all 0.5s;
  color: #fff !important;
}
#loginpage .uni-btnBlue:hover {
  color: #fff;
  background-color: #106cd2;
}
#loginpage .uni-btnGreen {
  background-color: #3CAA3A;
  color: #fff;
}
#loginpage .uni-btnGreen:hover {
  background-color: #359734;
  color: #fff;
}
#loginpage .uni-btnOrange {
  background-color: #ED8A13;
  color: #fff;
}
#loginpage .uni-btnOrange:hover {
  background-color: #d67c10;
  color: #fff;
}
#loginpage .uni-btnRed {
  background-color: #CC2723;
  color: #fff;
}
#loginpage .uni-btnRed:hover {
  background-color: #b6231f;
  color: #fff;
}
#loginpage .uni-btnLightBlue {
  background-color: #3AB4D9;
  color: #fff;
}
#loginpage .uni-btnLightBlue:hover {
  background-color: #28aad1;
  color: #fff;
}
#loginpage .uni-btnNone {
  border: 1px solid #9DA9C1;
  color: #9DA9C1;
  background-color: transparent;
}
#loginpage .uni-btnNone:hover {
  border: 1px solid #8d9bb7;
  color: #8d9bb7;
  background-color: rgba(0, 0, 0, 0);
}
#loginpage .btn-blue {
  background-color: #04397F;
  color: #fff;
  border-radius: 0px;
  margin: 5px;
  padding: 5px;
  width: 150px;
  font-size: 20px;
  font-weight: inherit;
}
#loginpage .btn-blue:hover {
  background-color: #F22F26;
  border-radius: 0px;
  margin: 5px;
  padding: 5px;
  width: 150px;
  font-size: 20px;
  font-weight: inherit;
  color: #FFF !important;
}
#loginpage .login-box {
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  background: #2685ef;
  width: 73%;
  /* height: 70%; */
  position: absolute;
  top: 15%;
  left: 19.5%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
  box-shadow: 0px 0px 19px 0px #ffffff;
}
@media (max-width: 767px) {
  #loginpage .login-box {
    background: #2685ef;
    width: 90%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 5%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
  }
}
#loginpage .img-circle {
  border-radius: 50%;
  width: 175px;
  height: 175px;
  border: 4px solid #FFF;
  margin: 10px;
  background-color: #fff;
}
#loginpage .follow {
  background-color: #FC563B;
  height: 80px;
  cursor: pointer;
}
#loginpage .follow:hover {
  background-color: #F22F26;
  height: 80px;
  cursor: pointer;
  color: #000000;
}
#loginpage .login-control {
  background-color: #FFF;
  padding: 10px;
}
#loginpage .control {
  color: #000;
  margin: 10px;
}
#loginpage .label {
  color: #04397F;
  font-size: 18px;
  font-weight: 500;
}
#loginpage .form-control {
  color: #000000 !important;
  font-size: 18px;
  border: none;
  margin-bottom: 25px;
  padding-left: 10px;
  border-bottom: 1px solid #CCC;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#loginpage .form-control:focus {
  border-radius: 0px;
  border-bottom: 1px solid #FC563B;
  margin-bottom: 10px;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#loginpage .line {
  border-bottom: 2px solid #fff;
}
#loginpage .wrapper {
  padding: 0px;
  border: 1px solid rgba(255, 255, 255, 0.29);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 20px;
}
#loginpage .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#loginpage .actionIcon {
  color: #ebb31c;
}
#adminLoginMainWrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#adminLoginMainWrap > .row {
  margin: 0;
}
#adminLoginContent {
  margin: 0;
  padding: 0;
  width: auto;
}
#adminLoginContent > .container {
  padding: 0;
  display: flex;
  justify-content: center;
}
.login-box {
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  background: #2685ef;
  max-width: 430px;
  margin: 50px 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 16px 8px #000;
}
@media (min-width: 768px) {
  .login-box {
    min-width: 430px;
  }
}
.login-box > div:first-child {
  padding: 0;
}
.login-box .wrapper > img {
  object-fit: contain;
}
.login-box .control {
  margin: 0;
  margin-bottom: 15px;
}
.login-box .btn {
  width: 100%;
}
.login-box .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding: 15px;
}
.login-control {
  background-color: #fff;
  padding: 15px;
}
@media (max-width: 767px) {
  .login-box {
    background: #0555BF;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(45deg, #0555BF 5%, #04397F 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(5%, #0555BF), color-stop(99%, #04397F));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #0555BF 5%, #04397F 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #0555BF 5%, #04397F 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #0555BF 5%, #04397F 99%);
    /* IE10+ */
    background: linear-gradient(45deg, #0555BF 5%, #04397F 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0555BF', endColorstr='#04397F', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
    width: 90%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 5%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
  }
}
/* BUTTONY */
.btn {
  padding: 10px;
  border: 2px solid transparent;
}
.uni-btnBlue {
  background-color: #2685ef;
  color: #fff !important;
}
.uni-btnBlue:hover {
  background-color: #1178ea;
  color: #fff;
}
.uni-btnGreen {
  background-color: #3CAA3A;
  color: #fff;
}
.uni-btnGreen:hover {
  background-color: #359734;
  color: #fff;
}
.uni-btnOrange {
  background-color: #ED8A13;
  color: #fff;
}
.uni-btnOrange:hover {
  background-color: #d67c10;
  color: #fff;
}
.uni-btnRed {
  background-color: #CC2723;
  color: #fff;
}
.uni-btnRed:hover {
  background-color: #b6231f;
  color: #fff;
}
.uni-btnLightBlue {
  background-color: #3AB4D9;
  color: #fff;
}
.uni-btnLightBlue:hover {
  background-color: #28aad1;
  color: #fff;
}
.uni-btnNone {
  border: 1px solid #9DA9C1;
  color: #9DA9C1;
  background-color: transparent;
}
.uni-btnNone:hover {
  border: 1px solid #8d9bb7;
  color: #8d9bb7;
  background-color: rgba(0, 0, 0, 0);
}
.btn-blue {
  background-color: #04397F;
  color: #fff;
  border-radius: 0px;
  margin: 5px;
  padding: 5px;
  width: 150px;
  font-size: 20px;
  font-weight: inherit;
}
.btn-blue:hover {
  background-color: #F22F26;
  border-radius: 0px;
  margin: 5px;
  padding: 5px;
  width: 150px;
  font-size: 20px;
  font-weight: inherit;
  color: #FFF !important;
}
.btn-add {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  border-radius: 5px;
  padding: 10px 19px 10px 13px !important;
}
.btn-add .icon--add::before {
  content: '\f067';
  font-family: 'FontAwesome';
  color: #fff;
  margin-right: 8px;
  font-size: 12px;
}
.btn {
  font-family: 'Arimo', sans-serig;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
}
.uni-btnNone,
.uni-btnBlue {
  padding: 10px 30px;
}
.uni-btnNone,
.btn-default {
  border: 2px solid rgba(21, 25, 24, 0.5) !important;
  color: rgba(21, 25, 24, 0.6) !important;
  background-color: #fff;
  border-color: rgba(21, 25, 24, 0.5);
}
.tableColumnItemSingleAction {
  font-size: 18px;
  font-weight: normal;
}
.attribute-list-table tbody tr td:nth-child( 7 ) input {
  min-width: 40px;
  padding-left: 5px;
  padding-right: 5px;
}
.content__wrap .adminTable th {
  background: #fff;
  border-bottom: 2px solid #e7e7e7;
}
.content__wrap .adminTable th:first-child {
  border-left: none;
}
.content__wrap .adminTable th:last-child {
  border-right: none;
}
.content__wrap .adminTable th.column-checkbox {
  text-align: center;
}
.content__wrap .adminTable th,
.content__wrap .adminTable th a {
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #353535 !important;
  text-transform: uppercase;
}
.content__wrap .adminTable td {
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #151515;
}
.content__wrap .adminTable td:first-child {
  border-left: none;
}
.content__wrap .adminTable td:last-child {
  border-right: none;
}
.content__wrap .table--body {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  overflow: hidden;
}
.admin-table--fixed .status--column {
  padding-right: 80px;
}
.adminTable a .glyphicon {
  color: #868b89 !important;
  font-size: 17px;
}
.adminTable a .glyphicon:hover {
  color: #2685ef !important;
}
.adminTable .fa {
  color: #868b89 !important;
  font-size: 18px;
}
.adminTable .fa:hover {
  color: #2685ef !important;
}
.adminTableCellCheckBoxListWrap {
  max-height: 300px;
  overflow-y: auto;
}
.adminTable {
  font-size: 12px;
  border: none;
  border-collapse: separate;
  width: 100%;
  padding-right: 120px;
}
.adminTable .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.adminTable input[type=text],
.adminTable select,
.adminTable textarea {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.adminTable thead th {
  border: none;
  color: #494949;
  padding: 10px;
  text-align: left;
  white-space: nowrap;
  height: 44px;
}
.adminTable tr:nth-child(even) td {
  background: #fcfcfc;
}
.adminTable tr:last-child td {
  border-bottom: none;
}
.adminTable tbody td {
  border-bottom: solid 1px #efefef;
  border-right: solid 1px #efefef;
  color: #333;
  padding: 5px 8px;
  white-space: nowrap;
  height: 40px;
}
.adminTable th:first-child,
.adminTable td:first-child {
  border-left: solid 1px #efefef;
  border-right: solid 1px #efefef;
  left: 0;
  position: absolute;
  top: auto;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adminTable th:last-child,
.adminTable td:last-child {
  border-right: solid 1px #efefef;
  right: 0;
  position: absolute;
  top: auto;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adminTable td:last-child {
  border-left: solid 1px #efefef;
}
.adminTable th {
  background-color: #eaeaea;
}
.adminTable th a {
  color: #494949;
  text-decoration: none;
}
.adminTable td {
  background-color: #fff;
}
@-moz-document url-prefix() {
  .adminTable tbody td {
    height: 42px;
  }
}
.last-table--fixed_2 th:last-child,
.last-table--fixed_2 td:last-child {
  width: 60px;
  border-right: solid 1px #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_2 td:nth-last-child(2),
.last-table--fixed_2 th:nth-last-child(2) {
  width: 60px;
  right: 60px;
  position: absolute;
  top: auto;
  border-left: solid 1px #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_3 th:last-child,
.last-table--fixed_3 td:last-child {
  width: 40px;
  border-right: solid 1px #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_3 td:nth-last-child(2),
.last-table--fixed_3 th:nth-last-child(2) {
  width: 40px;
  right: 40px;
  position: absolute;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_3 td:nth-last-child(3),
.last-table--fixed_3 th:nth-last-child(3) {
  width: 40px;
  right: 80px;
  position: absolute;
  top: auto;
  border-left: solid 1px #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_4 {
  padding-right: 160px;
}
.last-table--fixed_4 th:last-child,
.last-table--fixed_4 td:last-child {
  width: 40px;
  border-right: solid 1px #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_4 td:nth-last-child(2),
.last-table--fixed_4 th:nth-last-child(2) {
  width: 40px;
  right: 40px;
  position: absolute;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_4 td:nth-last-child(3),
.last-table--fixed_4 th:nth-last-child(3) {
  width: 40px;
  right: 80px;
  position: absolute;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_4 td:nth-last-child(4),
.last-table--fixed_4 th:nth-last-child(4) {
  width: 40px;
  right: 120px;
  position: absolute;
  top: auto;
  border-left: solid 1px #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_5 {
  padding-right: 200px;
}
.last-table--fixed_5 th:last-child,
.last-table--fixed_5 td:last-child {
  width: 40px;
  border-right: solid 1px #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_5 td:nth-last-child(2),
.last-table--fixed_5 th:nth-last-child(2) {
  width: 40px;
  right: 40px;
  position: absolute;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_5 td:nth-last-child(3),
.last-table--fixed_5 th:nth-last-child(3) {
  width: 40px;
  right: 80px;
  position: absolute;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_5 td:nth-last-child(4),
.last-table--fixed_5 th:nth-last-child(4) {
  width: 40px;
  right: 120px;
  position: absolute;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_5 td:nth-last-child(5),
.last-table--fixed_5 th:nth-last-child(5) {
  width: 40px;
  right: 160px;
  position: absolute;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.last-table--fixed_6 {
  padding-right: 239px;
}
.last-table--fixed_6 th:last-child,
.last-table--fixed_6 td:last-child {
  width: 40px;
  border-right: solid 1px #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.last-table--fixed_6 td:nth-last-child(2),
.last-table--fixed_6 th:nth-last-child(2) {
  width: 40px;
  right: 40px;
  position: absolute;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.last-table--fixed_6 td:nth-last-child(3),
.last-table--fixed_6 th:nth-last-child(3) {
  width: 40px;
  right: 80px;
  position: absolute;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.last-table--fixed_6 td:nth-last-child(4),
.last-table--fixed_6 th:nth-last-child(4) {
  width: 40px;
  right: 120px;
  position: absolute;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.last-table--fixed_6 td:nth-last-child(5),
.last-table--fixed_6 th:nth-last-child(5) {
  width: 40px;
  right: 160px;
  position: absolute;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.last-table--fixed_6 td:nth-last-child(6),
.last-table--fixed_6 th:nth-last-child(6) {
  width: 40px;
  right: 200px;
  position: absolute;
  top: auto;
  border-left: solid 1px #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.table--body {
  position: relative;
  width: 100%;
}
.table--body_overflow {
  margin-left: 120px;
  overflow-x: auto;
  overflow-y: visible;
}
.tableColumnCheckbox,
.tableColumnBodyCheckbox {
  text-align: center;
}
.column-checkbox {
  text-align: center;
}
table:not(.adminTable) {
  border: 1px solid #ddd;
}
table:not(.adminTable) th,
table:not(.adminTable) td {
  vertical-align: middle !important;
}
.always-display-inline-block .btn {
  font-size: 13px;
  padding: 5px;
}
.always-display-inline-block .dropdown-toggle {
  margin-left: -2px !important;
}
.table-order .cart-item-header {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.table-order .cart-item-item {
  display: flex;
  justify-content: space-between;
}
.table-order .cart-item-item > div {
  flex: 1;
}
.table-order .cart-item-item > div:forst-child {
  margin-right: 10px;
}
table .OrderTagEditAtom .panelNewTag,
table .OrderTagEditAtom .panelExistsTag {
  width: 50%;
}
table .OrderTagEditAtom .panelNewTag > div,
table .OrderTagEditAtom .panelExistsTag > div {
  display: flex;
}
table .OrderTagEditAtom .panelNewTag input[type="text"],
table .OrderTagEditAtom .panelExistsTag input[type="text"],
table .OrderTagEditAtom .panelNewTag select,
table .OrderTagEditAtom .panelExistsTag select {
  min-width: 300px;
}
table .OrderTagEditAtom .panelNewTag input[type="submit"],
table .OrderTagEditAtom .panelExistsTag input[type="submit"] {
  margin-left: 10px;
}
table .OrderTagEditAtom .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
table .OrderTagEditAtom .tagList {
  display: flex;
  width: 100%;
  margin-top: 15px;
}
table .OrderTagEditAtom [class*=col] {
  float: none;
  padding: 0;
  width: auto;
}
table .OrderTagEditAtom .tag {
  padding: 5px;
  font-size: 12px;
  color: #fff;
  margin-top: 3px;
  margin-right: 3px;
}
table .OrderTagEditAtom .tag a {
  color: #fff !important;
}
.TDatePicker_default {
  z-index: 100;
  background-color: #fff;
  height: auto !important;
  width: auto !important;
  padding: 0;
  border-radius: 0;
}
.TDatePicker_default .calendarHeader {
  height: 48px;
}
.TDatePicker_default .calendarHeader table {
  width: 100%;
}
.TDatePicker_default .calendarHeader table td {
  flex: 1;
}
.TDatePicker_default .calendarHeader table td select,
.TDatePicker_default .calendarHeader table td input {
  width: 100%;
  height: 40px;
}
.TDatePicker_default .calendarHeader input.button {
  border: 1px solid #ddd;
  background: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
}
.TDatePicker_default .calendarHeader select {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  color: #555;
  box-shadow: none;
}
.TDatePicker_default .calendarHeader .months {
  border-right: 0;
}
.TDatePicker_default .calendarBody .date {
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  border: none;
  border-radius: 5px;
}
.TDatePicker_default .calendarBody .date:hover {
  background: #eee;
  color: #fff;
}
.TDatePicker_default .calendarBody .selected {
  background: #eee;
  border: none;
}
.TDatePicker_default .calendarBody .hover,
.TDatePicker_default .calendarBody .hover:hover,
.hover:focus .TDatePicker_default .calendarBody {
  border: none;
}
.TDatePicker_default .calendarFooter {
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #ddd !important;
}
.TDatePicker_default .calendarFooter .todayButton {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #555;
  border-radius: 5px;
  padding: 10px 15px;
  border: none;
  margin: 5px 0;
}
/* .breadcrumb Fix */
.breadcrumb {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  height: 43px;
}
.breadcrumb a {
  color: rgba(21, 25, 24, 0.5) !important;
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  margin: 0 8px;
}
.breadcrumb a:hover {
  color: #2685ef !important;
  text-decoration: none;
}
.breadcrumb a:first-child {
  margin: 0;
  color: #333 !important;
}
.breadcrumb a:first-child:hover {
  color: #2685ef !important;
  text-decoration: none;
}
.moduleFilter__content {
  width: 100%;
}
.moduleFilter__content .navbar-btn {
  margin: 0;
}
.moduleFilter__content .moduleFilterControls {
  margin-left: auto;
}
.moduleFilter__content .moduleFilterInput {
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .moduleFilter__content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1260px) {
  .moduleFilter__content .moduleFilterInput {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc( 50% - 5px );
  }
  .moduleFilter__content .moduleFilterInput .form-control {
    width: 100% !important;
  }
  .moduleFilter__content .moduleFilterInput:nth-child( 2n ) {
    margin-right: 0;
  }
  .moduleFilter__content .moduleFilterControls {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .moduleFilter__content .moduleFilterControls .navbar-btn {
    width: calc( 50% - 5px );
  }
}
@media screen and (max-width: 676px) {
  .moduleFilter__content .moduleFilterInput {
    width: 100%;
    margin-right: 0;
  }
  .moduleFilter__content .moduleFilterControls {
    flex-wrap: wrap;
  }
  .moduleFilter__content .moduleFilterControls .navbar-btn {
    width: 100%;
  }
  .moduleFilter__content .moduleFilterControls .navbar-btn:nth-child(2) {
    margin-top: 10px;
  }
}
.top__bar {
  display: flex;
  align-items: center;
  min-height: 79px;
  background: #fff;
  border-bottom: 1px solid #d1d7e2;
  margin: 0;
}
.top__bar .user-menu__wrap {
  display: flex;
  align-items: center;
  user-select: none;
}
.top__bar a {
  color: #9da9bf !important;
}
.top__bar a span {
  color: #9da9bf;
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  display: block;
}
.top__bar a span::first-letter {
  text-transform: uppercase;
}
.top__bar a:hover,
.top__bar a:hover span {
  color: #2685ef !important;
  text-decoration: none;
}
.top__bar .dropdown-menu a {
  color: #9da9bf !important;
}
.top__bar .dropdown-menu a:hover {
  color: #2685ef !important;
  text-decoration: none;
}
.top__bar .adminUserPanel {
  cursor: pointer;
}
.top__bar .adminUserPanel .user-menu {
  display: block !important;
}
.top__bar .adminUserPanel .user-menu__wrap .username--text {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.top__bar .adminUserPanel .user-menu__wrap .custom-caret {
  width: 9px;
  height: 6px;
  background: url('../../../image/site/gfx/ico_caret.png');
  border: none;
  margin-left: 5px;
}
.top__bar .adminUserPanel .user-menu .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 100px;
}
#topTaskBar {
  padding: 0 25px;
}
@media (min-width: 992px) {
  #topTaskBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#topTaskBar::before,
#topTaskBar::after {
  content: none;
}
@media (min-width: 992px) {
  #topTaskBar > div {
    padding: 0;
    width: auto;
  }
}
.logotypBox {
  padding: 13px;
  background-color: #041028;
  min-height: 79px;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  border-bottom: 1px solid #082952;
}
/* SIDEBAR */
.sidebar {
  background-color: #071739;
  padding-left: 0;
  padding-right: 0;
  float: left;
  height: 100vh;
  font-size: 14px;
  font-weight: 600;
  overflow: auto;
  position: fixed;
  margin-right: 15px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow: hidden;
  border-right: 1px solid #262626;
  z-index: 500;
}
@media screen and (max-width: 991px) {
  .sidebar {
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
  }
}
.sidebar .active {
  border-left: 5px solid #eee !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menuBox {
  padding-bottom: 50px;
  overflow-y: auto;
  max-height: calc(100vh - 79px);
}
@media screen and (max-width: 991px) {
  .menuBox {
    text-align: center;
  }
}
.menuBox::-webkit-scrollbar {
  width: 7px;
}
.menuBox::-webkit-scrollbar-track {
  background-color: #15151d;
}
.menuBox::-webkit-scrollbar-thumb {
  background-color: #333;
}
.mainMenuColorLeft {
  height: 30px;
  background-color: #eee;
}
.menuIconBox {
  color: #eee;
}
.menuIcon {
  color: #fff;
  margin-left: auto;
  position: relative;
  top: -4px;
  transition: 0.4s ease;
}
.menuNameBox {
  text-decoration: none;
  color: #FFFEF9;
  cursor: pointer !important;
  overflow: hidden !important;
}
.menuNameBox:focus {
  outline: none;
}
.menuNameBox:hover {
  color: #84898F;
  border-left: 35px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out;
}
.secondMenu {
  font-size: 14px;
}
.secondMenu a {
  color: #8298c8;
  padding-left: 47px !important;
  font-weight: 400;
}
.secondMenu a:hover {
  color: #fff;
}
.secondMenu a:before {
  content: "\00ba  ";
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.secondMenu li {
  color: #5e91c3;
  border-left: 5px solid transparent;
  padding-left: 8px;
  transition: 0.2s ease;
  position: relative;
}
.secondMenu li:hover {
  color: #fff;
  border-left: 5px solid #8298c8;
}
/* MAIN */
.topbarMenu {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #9DA8BE;
  line-height: normal;
  font-size: 15px;
  height: 65px;
  max-height: 80px;
}
.hideMenu {
  border-right: 1px solid #ccc;
  padding: 27px;
}
.hideMenuIcon {
  color: #eee;
  position: absolute;
  z-index: 2;
  top: -8px;
  left: 20px;
  font-size: 30px;
  display: none;
}
@media screen and (max-width: 991px) {
  .hideMenuIcon {
    display: block;
  }
}
.ui-state-active .icon-rotate {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: inline-block;
}
input[type="checkbox"] {
  height: 16px;
  width: 16px;
  position: relative;
}
input[type="checkbox"]:focus {
  outline: 0;
}
input[type="checkbox"]:after {
  content: '\00D7';
  display: block;
  background: white;
  pointer-events: none;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  color: transparent;
  border-radius: 3px;
  line-height: 18px;
  border: 1px solid rgba(21, 25, 24, 0.3);
  z-index: 1;
}
input[type="checkbox"]:not(:checked):after {
  background: #fff;
}
input[type="checkbox"]:disabled,
input[type="checkbox"][disabled]:after {
  background: #f6f7f9;
}
input[type="checkbox"]:checked:after {
  background: url('../../../image/site/gfx/ico_checkbox_blue_theme.png') center !important;
  background-repeat: no-repeat;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #ddd;
}
.pagination li a,
.pagination li span {
  color: #2685ef;
  font-size: 14px;
  font-family: 'Arimo', sans-serif;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  border-radius: 0;
  transition: all 0.2s ease;
  border-color: #ddd;
  border-top: none;
  border-bottom: none;
}
.pagination li a:hover,
.pagination li span:hover {
  background: rgba(21, 25, 24, 0.5);
  color: #fff !important;
}
.pagination li.active span,
.pagination li.active span:hover {
  border: 1px solid #ddd;
  background: rgba(21, 25, 24, 0.5);
  color: #fff;
  border-top: none;
  border-bottom: none;
  border-radius: 0px;
}
.pagination:last-child a,
.pagination:last-child span {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.nav-tabs > li > a {
  border: none;
  border-radius: 4px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: none;
}
.nav-tabs > li.active > a {
  border: none;
  background-color: #2685ef !important;
  color: #fff !important;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
}
.main-circle {
  width: 100px;
  height: 100px;
  border: 1px solid;
  border-color: #0F1D3A;
  border-radius: 50%;
  border-bottom-color: transparent;
  border-right-color: transparent;
  animation: makeItSpin 2s infinite;
}
.main-circle--smaller {
  width: calc(100% - 25%);
  height: calc(100% - 25%);
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation: makeItSpin 2s infinite;
  margin: auto;
}
.main-circle--smaller_second {
  border-color: transparent;
  border-bottom-color: #ABC7D7;
  border-right-color: #ABC7D7;
  animation-delay: 0.3s;
}
.main-circle--smaller_third {
  border-color: #0E2646;
  border-bottom-color: transparent;
  border-right-color: transparent;
  animation-delay: 0.5s;
}
.main-circle--smaller_fourth {
  border-color: transparent;
  border-bottom-color: #5C90B8;
  border-right-color: #5C90B8;
  animation: makeItSpin 2s infinite;
  animation-delay: 0.7s;
}
.main-circle--smaller_base {
  width: calc(100% - 50%);
  height: calc(100% - 50%);
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation: makeRainbow 2s infinite;
}
@keyframes makeItSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes makeRainbow {
  0% {
    background-color: #0F1D3A;
  }
  20% {
    background-color: #0E2646;
  }
  40% {
    background-color: #5C90B8;
  }
  60% {
    background-color: #94ADC3;
  }
  80% {
    background-color: #ABC7D7;
  }
  100% {
    background-color: #0F1D3A;
  }
}
.icon-margin {
  margin-left: 10px;
  margin-right: 10px;
}
.menuPosition {
  padding: 10px;
  padding-top: 16px;
}
.menuPosition li {
  display: inline;
  list-style-type: none;
}
.menuPosition li:after {
  content: "\0020 \203A";
  margin-left: 5px;
  margin-right: 5px;
}
.menuPosition li:last-child:after {
  content: "";
}
.menuPosition li:last-child {
  color: #eee;
}
.menuPosition li {
  vertical-align: middle;
}
.userSettings {
  padding: 10px;
}
.userSettings .circle {
  max-width: 50px;
  width: 35px;
  height: auto;
  display: block;
  /* div height to be the same as width*/
  padding-top: 35px;
  /* make it a cirkle */
  border-radius: 50%;
  /* Centering on image`s center*/
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  /* it makes the clue thing, takes smaller dimention to fill div */
  background-size: cover;
}
.userSettings .circle2 {
  width: 16px;
  height: 14px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #eee;
  position: absolute;
  top: 0;
  left: 17px;
  -webkit-animation: jump 1.5s ease 0s infinite normal;
  animation: jump 1.5s ease 0s infinite normal;
}
.notifications {
  padding-left: 0;
  padding-right: 0;
  margin-top: 3px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contentBoxPagination {
  border: 1px solid #9DA8BE;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 30px;
}
.contentBoxPagination .content {
  padding: 0;
  display: flex;
}
.wrap-circle {
  display: table;
  margin: 0 auto;
}
.table--element_bg-color th {
  background-color: #bcd9ff;
}
.table--element_bg-color td {
  background-color: #fff;
}
#parametersEditWrap [type="checkbox"] {
  position: relative;
  top: 13px;
}
.pricing-rules-list .panel-heading {
  margin-bottom: 20px !important;
}
.data-storage-item-manager .col-sm-4 {
  width: 100%;
  text-align: left;
  padding: 0;
  padding-left: 15px;
}
.data-storage-item-manager .checkbox {
  padding-left: 20px;
}
.data-storage-item-manager .checkbox label {
  padding-left: 5px;
  position: relative;
  top: 1px;
}
.control-group {
  margin-bottom: 20px;
}
.tableWrap {
  margin-bottom: 20px;
}
ul.scrollable-box {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
td select:not(:last-child) {
  margin-bottom: 5px;
}
.form-inline label {
  margin-right: 10px;
}
.contentBox textarea {
  resize: vertical;
}
html,
body {
  height: 100%;
  background-color: #e9edf4;
  font-family: 'Arimo', sans-serif;
}
a {
  color: #fff;
  cursor: pointer;
}
a:focus {
  text-decoration: none;
}
*:focus {
  outline: 0 !important;
}
/* NAGŁÓWKI */
h1 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 300;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 15px;
}
/* KOLORY DLA TEKSTÓW */
.textGrey {
  color: #9DA8BE;
}
.MenuHeaderText {
  color: #eee !important;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  font-weight: normal;
}
/* FORMULARZE */
.err {
  border: 1px solid #dc0c0c;
}
.err:hover {
  -webkit-box-shadow: 0px 0px 22px -4px #e30013;
  -moz-box-shadow: 0px 0px 22px -4px #e30013;
  box-shadow: 0px 0px 22px -4px #e30013;
  border: 1px solid #dc0c0c;
}
.err:focus {
  -webkit-box-shadow: 0px 0px 22px -4px #e30013;
  -moz-box-shadow: 0px 0px 22px -4px #e30013;
  box-shadow: 0px 0px 22px -4px #e30013;
  border: 1px solid #dc0c0c;
}
.fa,
.glyphicon {
  transition: color 0.2s ease;
}
.header {
  margin: 15px;
  margin-top: 20px;
}
#contentPlaceHolderMain {
  margin: 25px;
}
.contentBox {
  border: 1px solid rgba(21, 25, 24, 0.3);
  border-radius: 5px;
  background-color: #fff;
  margin-top: 30px;
  display: block;
}
.contentBox .content {
  padding: 20px;
  width: 100%;
}
li {
  background-color: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
#main {
  padding: 0 15px 0 15px;
}
.prev,
.next {
  line-height: 55px;
}
.adminPager {
  margin: 0 auto;
  text-align: center;
}
.img-circle {
  border-radius: 50%;
  width: 175px;
  height: 175px;
  border: 4px solid #FFF;
  margin: 10px;
  background-color: #fff;
}
.follow {
  background-color: #FC563B;
  height: 80px;
  cursor: pointer;
}
.follow:hover {
  background-color: #F22F26;
  height: 80px;
  cursor: pointer;
  color: #000000;
}
.control {
  color: #000;
  margin: 10px;
}
.control .form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.label {
  color: #04397F;
  font-size: 18px;
  font-weight: 500;
}
.wrapper {
  padding: 0px;
  border: 1px solid rgba(255, 255, 255, 0.29);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 20px;
}
.list-product-attributes {
  max-height: 300px;
  overflow-y: auto;
}
.moduleControl {
  margin-top: 20px;
}
.overflow-hidden {
  overflow: hidden;
}
#menuItemEditTabs .nav li {
  display: block !important;
}
#menuItemEditTabs .nav li.active {
  border-color: #9b9595 #868686 #ddd;
  font-weight: bold;
}
#menuItemEditTabs .nav li a {
  display: block !important;
  color: #000;
  border-color: #eee #eee #ddd;
}
.moduleFilter,
.acomplete-wrap {
  display: inline-flex;
}
.moduleFilter-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.moduleFilterControls {
  margin-left: 20px;
}
.moduleFilter-attributes {
  display: flex;
  width: 100%;
  /* min-width: 100%; */
  justify-content: space-between;
  flex-wrap: wrap;
}
.moduleFilter-attributes .formCheckBoxInputWrap {
  float: left;
}
.moduleFilter-attributes .formCheckBoxInputWrap input[type="radio"],
.moduleFilter-attributes .formCheckBoxInputWrap input[type="checkbox"] {
  margin: 4px 0 0;
}
.formWrapper input[type="radio"],
.formWrapper input[type="checkbox"] {
  margin: 4px 0 0;
}
#contentWrap {
  padding: 25px;
  border: none;
  border-radius: 6px;
  border: 1px solid #ddd;
}
#contentWrap h1 {
  margin-top: 5px;
  font-size: 23px;
}
#contentWrap h2 {
  margin-top: 5px;
  font-size: 20px;
}
#contentWrap a {
  color: #2685ef;
  cursor: pointer;
}
.noStyleAccordion .ui-accordion-header,
.noStyleAccordion .ui-accordion-content {
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
}
.display-none {
  display: none;
}
.CodeMirror {
  height: 425px;
}
@media screen and (max-height: 800px) {
  .CodeMirror {
    height: 300px;
  }
}
.CodeMirror pre {
  font-size: 11px;
  font-family: monospace !important;
}
.CodeMirror .CodeMirror-linenumber {
  font-size: 11px;
}
.adminUserPanel {
  display: flex;
  align-items: center;
}
.adminUserPanel .username {
  margin-right: 15px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-auto .form-group {
  margin-bottom: 0;
}
.nav-tabs li a {
  display: block !important;
}
.formula-choosen-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .formula-choosen-wrap {
    flex-direction: column;
  }
}
.formula-choosen-wrap .left-side {
  display: flex;
  min-width: 520px;
}
@media screen and (max-width: 767px) {
  .formula-choosen-wrap .left-side {
    width: 100%;
    min-width: unset;
  }
}
.formula-choosen-wrap .formula-dropdown-custom {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .formula-choosen-wrap .formula-dropdown-custom {
    width: 100%;
  }
}
.formula-choosen-wrap .formula-textbox-custom-hidden {
  width: 3px;
  height: 3px;
  border: none;
  position: relative;
  top: 10px;
  left: 30px;
}
.formula-choosen-wrap .formula-fa-custom {
  color: #2685ef;
  cursor: pointer;
}
.formula-choosen-wrap .formula-searchbox-custom {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .formula-choosen-wrap .formula-searchbox-custom {
    width: 100%;
    min-width: unset;
  }
}
.formula-choosen-wrap .form-tip--fix.form-group .well {
  width: 100%;
  min-height: 43px;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 0 15px;
  word-break: break-word;
}
.formula-choosen-wrap .actionButton {
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .text-sm-right {
    text-align: right;
  }
}
.formula-editor .CodeMirror {
  min-height: 505px;
}
.content__wrap {
  margin: 30px -5px 0px 10px;
}
.content__wrap h1,
.content__wrap h1 span {
  font-size: 30px;
  color: #061738;
  font-family: 'Roboto', sans-serif;
}
.content__wrap {
  margin: 30px -5px 0px 10px;
}
.content__wrap .panel-default {
  border-color: rgba(21, 25, 24, 0.3);
}
.content__wrap .contentBox .pagination {
  margin-bottom: 0;
}
.content__wrap .form-control {
  height: 43px;
  border: 1px solid #d5d5d5;
  box-shadow: inset 0 2px #f5f5f5;
}
.content__wrap h1,
.content__wrap h1 span {
  font-size: 30px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}
.content__wrap .module-filter-fix {
  width: 100%;
}
.content__wrap .panel-heading {
  background-color: #fff;
  padding-bottom: 6px;
}
.content__wrap .panel-heading h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}
.menuIcon:before {
  content: "\f054";
  font-size: 9px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.4);
}
.listSecond {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
}
.listSecond:hover {
  color: #eee !important;
}
.panel {
  box-shadow: none;
}
.order__data {
  display: flex;
  flex-wrap: wrap;
}
.order__data > div {
  width: calc( 33% - 21px ) !important;
}
.order__data > div table {
  width: 100% !important;
}
.order__data > table {
  width: calc( 33% - 21px ) !important;
}
.order__data .clear-wrap {
  width: 0 !important;
}
.order__data .btn-wrap {
  width: 100% !important;
}
.order__data .btn-wrap .btn {
  float: right;
}
.mce-edit-area.mce-edit-area {
  min-height: 400px;
}
.custom-select {
  position: relative;
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select::after {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
}
body > form > .container-fluid {
  margin: 0;
  padding: 0;
}
body > form > .container-fluid > .row {
  margin: 0;
}
.sidebar {
  width: 300px;
  margin: 0;
}
.sidebar > .row {
  margin: 0;
}
.sidebar .logotypBox {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .logotypItem > a {
  display: block;
}
.sidebar .menuBox {
  padding: 35px 0;
}
.sidebar .menuNameBox {
  display: flex;
  align-items: center;
}
.sidebar .menuNameBox {
  width: 100%;
  margin: 0;
  padding: 10px 30px;
}
.sidebar .menuIconBox {
  width: 30px;
  position: relative;
  top: -1px;
}
#rightSideWrap {
  padding: 0;
  width: 100%;
  float: none;
  margin: 0;
}
@media (min-width: 992px) {
  #rightSideWrap {
    padding-left: 300px;
  }
}
#rightSideWrap .content__wrap {
  margin: 0;
  padding: 25px;
}
#contentWrap {
  padding: 25px;
}
#contentWrap > h1 {
  margin: 0;
  margin-bottom: 30px;
}
.contentBox {
  padding: 0;
  margin: 0;
  border: none;
}
.contentBox:not(:last-child) {
  margin-bottom: 30px;
}
.contentBox .content {
  padding: 0;
  width: auto;
}
.contentBoxCodeEditor .panel {
  margin: 0;
  box-shadow: none;
  position: relative;
  border: 1px solid #ddd;
}
.contentBoxCodeEditor .panel-body {
  padding: 0;
}
.contentBoxCodeEditor .panel-footer {
  border: none;
  background: none;
  padding: 0;
}
.contentBoxCodeEditor .panel-footer .btn-group {
  position: absolute;
  right: 25px;
  bottom: 48px;
}
.contentBoxCodeEditor .panel-footer .btn-default {
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentBoxCodeEditor .nav-tabs {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.contentBoxCodeEditor .nav-tabs > li > a {
  margin-right: 0;
  border: none;
  padding: 15px;
  border-radius: 0;
  border-right: 1px solid #ddd;
}
.contentBoxCodeEditor .nav-tabs > li > a:hover {
  color: #555 !important;
}
.contentBoxCodeEditor .mce-tinymce {
  border: none;
}
.admin-translations > .contentBox {
  margin-bottom: 30px;
}
.admin-translations .form-inline {
  display: flex;
  flex-direction: column;
}
.admin-translations .col-xs-6 {
  width: auto;
  text-align: left !important;
}
.admin-translations .col-xs-6:first-child {
  margin-bottom: 20px;
}
.admin-translations .col-xs-6 label {
  display: block;
}
.admin-translations .moduleFilterControls {
  margin-right: 5px;
  margin-left: 0;
}
.moduleFilterWrap {
  margin-bottom: 30px;
}
.moduleFilter-inline {
  display: flex;
  align-items: flex-end;
}
.moduleFilter-inline .form-group:not(:last-child) {
  margin-right: 5px;
}
.moduleFilter-inline .form-group label {
  display: block;
}
.contentBoxSaveWithCheckbox .checkbox {
  display: block !important;
  align-items: center;
  margin-bottom: 10px;
}
.contentBoxSaveWithCheckbox .checkbox input {
  position: relative;
  margin: 0;
  margin-right: 5px;
  top: 4px;
}
.contentBoxSaveWithCheckbox .checkbox label {
  padding-left: 0;
}
.admin-pager-fix {
  margin-bottom: 30px;
}
.custom-checkbox {
  display: block !important;
  align-items: center;
  margin-bottom: 10px;
}
.custom-checkbox input {
  position: relative;
  margin: 0;
  margin-right: 5px;
  top: 4px;
}
.custom-checkbox label {
  padding-left: 0;
}
.admin-configuration__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.admin-configuration__path-search:not(:first-child) {
  margin-top: 10px;
}
.admin-configuration__search {
  display: flex;
  align-items: flex-end;
}
.admin-configuration__search > :not(:last-child) {
  margin-right: 5px;
}
.admin-configuration .acomplete {
  left: auto !important;
  right: 0 !important;
  width: 1000px !important;
  background-color: #fafafa;
  border: 2px solid #ddd;
  z-index: 100;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  max-height: 500px;
  overflow-y: auto;
}
.admin-configuration .acomplete > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.admin-configuration .acomplete > ul > li {
  padding: 3px 10px;
}
.admin-configuration .acomplete > ul > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.admin-configuration .adminTable td {
  white-space: normal !important;
}
.autocomplete-wrapper {
  position: relative;
}
.autocomplete-wrapper.loading::after {
  content: '\f021';
  position: absolute;
  right: 13px;
  top: 11px;
  font-family: FontAwesome;
  animation: fa-spin 2s infinite linear;
  opacity: 0.5;
}
.search-wrapper {
  display: flex;
  margin-bottom: 24px;
}
.search-wrapper > :not(:last-child) {
  margin-right: 10px;
}
.search-wrapper .form-control {
  max-width: 300px;
}
.pricing-rule-manager .panel {
  border: none;
  margin: 0;
  box-shadow: none;
}
.pricing-rule-manager .panel-heading,
.pricing-rule-manager .panel-body {
  padding: 0;
  border: none;
  margin: 0;
}
.pricing-rule-manager .panel-heading h2 span,
.pricing-rule-manager .panel-body h2 span {
  font-weight: 400;
}
.pricing-rule-manager .table--body {
  margin-bottom: 30px;
}
.pricing-rule-manager__actions .pull-right {
  float: none !important;
}
.pricing-rule-manager .panel-footer {
  background: none;
  padding: 20px 0;
}
.loader,
.kabudachi-splash-spinner,
.loader:after,
.kabudachi-splash-spinner:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
}
.loader,
.kabudachi-splash-spinner {
  margin: 60px auto;
  position: relative;
  border-top: 4px solid #ddd;
  border-right: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  border-left: 4px solid #2685ef;
  animation: loader 0.8s infinite linear;
}
@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.kabudachi-splash-spinner {
  margin-top: 20px;
  margin-bottom: 0;
}
.blockUI.blockMsg {
  opacity: 1 !important;
}
.blockUI img {
  max-width: 150px;
  height: auto;
}
.admin-tools li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
.admin-tools li > div {
  display: flex;
  align-items: center;
}
.admin-tools__item-description {
  min-width: 250px;
  margin-right: 10px;
  display: block;
}
.tableColumnCheckbox {
  text-align: center !important;
}
.module-filter-fix .col-xs-6 {
  padding: 0;
}
.breadcrumb.kabudachiPath {
  margin-bottom: 20px;
}
.m-0 {
  margin: 0 !important;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between;
}
.CodeMirror.cm-s-default {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.mce-edit-area {
  min-height: 500px !important;
}
.mce-edit-area > iframe {
  min-height: 500px !important;
}
.mce-fullscreen {
  z-index: 99999999 !important;
}
.mce-window.mce-in {
  z-index: 999999999 !important;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.admin-language-switcher {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .admin-language-switcher__item {
    display: flex;
    align-items: center;
  }
}
.admin-language-switcher__item:not(:last-child) {
  margin-right: 20px;
}
.admin-language-switcher__item label {
  margin: 0;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .admin-language-switcher__item label {
    margin-right: 8px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .admin-language-switcher__item .form-control {
    height: 30px;
    padding: 3px 27px 3px 3px;
  }
}
.tags-heading {
  display: none;
}
@media (min-width: 768px) {
  .user-manager-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.user-manager-actions .panel-add-user {
  display: flex;
  align-items: flex-end;
}
.user-manager-actions .panel-add-user .form-field {
  position: relative;
  margin-right: 5px;
}
.user-manager-actions .panel-add-user .form-field .validator {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 15px;
  line-height: 1;
}
.user-manager__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.user-manager__search {
  display: flex;
}
.user-manager__search > :not(:last-child) {
  margin-right: 10px;
}
.heading-with-button {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .heading-with-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.btn-order-module {
  margin: 0 5px 0 0;
}
.block-manager-top {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .block-manager-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .block-manager-top > div {
    display: flex;
    align-items: center;
  }
}
.block-manager-top > div > * {
  margin-right: 10px;
}
.user-bond-manager-atom .datagrid-container {
  margin-top: 24px;
}
.commerce-product-attribute-list-manager__remove-search {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .commerce-product-attribute-list-manager__remove-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.commerce-product-attribute-list-manager .form-inline {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .commerce-product-attribute-list-manager .form-inline {
    margin-bottom: 0;
  }
}
.commerce-pricing-tariff-item-manager__search {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.commerce-pricing-tariff-item-manager__search .form-control {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .commerce-pricing-tariff-item-manager__search .form-control {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .commerce-pricing-tariff-item-manager__search {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .commerce-pricing-tariff-item-manager__search > :not(:last-child) {
    margin-right: 10px;
  }
}
.commerce-pricing-tariff-item-manager__refresh-pricing {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.commerce-pricing-tariff-item-manager__refresh-pricing .form-control {
  margin-right: 10px;
  max-width: 200px;
}
@media (min-width: 768px) {
  .commerce-pricing-tariff-item-edtitor .form-horizontal .control-label {
    padding-top: 10px;
  }
}
.commerce-pricing-tariff-item-edtitor .col-sm-1 {
  width: 12%;
}
.commerce-pricing-tariff-item-edtitor .form-horizontal {
  margin-top: 20px;
}
.commerce-pricing-tariff-item-edtitor__buttons {
  margin-top: 30px;
}
.commerce-pricing-tariff-item-edtitor input[type="checkbox"] {
  position: relative;
  top: 16px;
}
.tags-heading {
  display: none;
}
.notification-manager .table--body_overflow {
  padding-bottom: 30px;
}
#formulasEditWrap {
  margin-bottom: 24px;
}
.formComboboxWrap {
  margin-bottom: 24px;
}
.formula-choose {
  display: flex;
  align-items: flex-start;
}
.formula-choose > :not(:last-child) {
  margin-right: 10px;
}
.formula-choose__buttons {
  display: flex;
}
.formula-choose__buttons > :not(:last-child) {
  margin-right: 10px;
}
.formula-choose__buttons .btn {
  height: 44px;
}
.formula-choose__formula-body {
  margin-bottom: 0;
  min-width: 600px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fafafa;
  padding: 15px;
  min-height: 44px;
  word-break: break-word;
}
.formula-choose-add-edit {
  margin-bottom: 24px;
}
.formula-choose-add-edit .CodeMirror {
  border: 1px solid #ddd;
  border-top: none;
}
.formula-choose-add-edit .buttons {
  margin-top: 16px;
}
.formula-choose-add-edit .buttons .btn {
  background-color: #ddd;
  color: #333;
  outline: 0;
  border: none;
  min-width: 40px;
}
.formula-choose-add-edit .buttons .btn:focus {
  background-color: #ddd;
  color: #333;
}
.formula-choose-add-edit .buttons .btn:hover {
  border: none;
  background-color: #ccc;
}
.formula-choose-add-edit .buttons .btn i {
  color: #333;
  position: relative;
  top: 1px;
}
.formula-choose select.form-control {
  min-width: 200px;
}
.formula-choose .btn {
  background-color: #ddd;
  color: #333;
  outline: 0;
  border: none;
  min-width: 40px;
}
.formula-choose .btn:focus {
  background-color: #ddd;
  color: #333;
}
.formula-choose .btn:hover {
  border: none;
  background-color: #ccc;
}
.formula-choose .btn i {
  color: #333;
  position: relative;
  top: 1px;
}
.menu-manager__images {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .menu-manager__images {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.menu-manager__images-item {
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .menu-manager__images-item {
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .menu-manager__images-item {
    min-width: calc(33.333333% - 20px);
    max-width: calc(33.333333% - 20px);
  }
}
.menu-manager__images .thumbWrap {
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.menu-manager__images .thumbWrap .imageThumb {
  margin-bottom: auto;
}
