/* /home/www.jelinko.hu/@system/assets/css/animate.css */
/* /home/www.jelinko.hu/@system/assets/css/css-reset.css */
/* /home/www.jelinko.hu/@system/assets/css/effects.css */
/* /home/www.jelinko.hu/@system/assets/css/jquery-ui.css */
/* https://web.xls.hu/fonts/?iconfont,FontAwesome, */
/* /home/www.jelinko.hu/@moduls/default/frontend//style.css */
/* /home/www.jelinko.hu/@moduls/default/frontend//mystyle.css */
/* /home/www.jelinko.hu/@moduls/szmenu/frontend//style.css */
/* /home/www.jelinko.hu/@theme/assets/css/core.css */
/* /home/www.jelinko.hu/@theme/assets/css/style.css */
@import url('https://web.xls.hu/fonts/?iconfont,FontAwesome,');
@charset "UTF-8";

/*!
 * animate.css -https://daneden.me/animate
 * https://daneden.github.io/animate.css/
 * Version - 3.7.0
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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 (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,strong,var,b,i,dl,dt,dd,ol,ul,li,form,label,legend,table,caption,tbody,tfoot,thead,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
ul,ol {padding-left:2em;}
li {margin-bottom:0.5em}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
fieldset{ margin:0px;padding:1em; }
label{cursor:pointer;}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote::before,blockquote::after,q::before,q::after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;cursor:pointer;}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
/*table{border-collapse:collapse;border-spacing:0}*/
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;clear:both;}
input,select{vertical-align:middle;text-align:left;}
html{width:100%;background-color:#FFF;color:#000;font-family:Arial;font-size:14px;font-weight:normal;}
h1,h2,h3,h4,h4,h5,h6{margin-bottom:0.75em}
p{margin-bottom:0.5em}
td{vertical-align:top;}
th{vertical-align:middle;text-align:center;}
img{border-width:0px;}
h1 {font-size: 2em}
h2 {font-size: 1.5em}
h3 {font-size: 1.17em}
h4 {font-size: 1em}
h5 {font-size: .83em}
h6 {font-size: .75em}

.iconfont { font-family: iconfont; font-weight: normal; }
.iconFont { font-family: iconfont; font-weight: normal; }
.fontawesome { font-family: FontAwesome; font-weight: normal; }
.FontAwesome { font-family: FontAwesome; font-weight: normal; }
#cookiePolicy{display:none;position:fixed;bottom:-100%;left:0px;z-index:99999999;width:100%;padding:20px 0px;background-color:#111;background-color:rgba(15,15,15,0.95);color:#FFF;font-size:14px;border-top:1px solid #000;box-shadow:0px 0px 3px rgba(0,0,0,0.8);transition:all 1s ease-in-out;}#cookiePolicycontent{display:block;position:releative;max-width:1180px;padding:0px 10px; margin:auto;text-align:center;}#cookiePolicycontent a{text-decoration:none;color:#31A8F0;}#cookiePolicybutton{display:inline-block;margin-left:100px;padding:7px 30px;font-size:15px;color:#000;background-color:#F1D600;border:1px solid #000;border-radius:5px;transition:all 300ms ease-in-out;cursor:pointer;width:auto;height:auto;line-height:normal;}#cookiePolicybutton:hover{background-color:#EEE;}@media all and (max-width:1200px){#cookiePolicybutton{display:block;width:auto;margin:auto;margin-top:15px;}}

* { margin-top: 0px; box-sizing: border-box; }
style, script, style, .script, .hidden { display: none; }
select, button, a, input[type="button"], input[type="submit"], [type="radio"], [type="checkbox"] { cursor: pointer; }
textarea, input[type="text"], input[type="number"], input[type="password"], input[type="mail"] { cursor: text; }

div.pWaitTable {display:table;position:fixed;top:0;left:0px;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:999999;}
div.pWaitRow {display:table-row;}
div.pWaitCell {display:table-cell;vertical-align:middle;text-align:center;color:#FFF;font-size:32px;}
div.pWaitCell span {display:inline-block;text-align:center;height:60px;width:300px;background-image:url('/images/wait.gif');background-repeat:no-repeat;background-position:bottom center;text-shadow:0px 0px 6px #000;}
div.google_map {width:600px;height:400px;color:#333333;border:3px double #666666;border-radius:10px;overflow:hidden;margin:auto;}
div.google_map div {color: #333333;}
span.hsimg {background-position:50% 50%;display:block;width:165px;height:155px;background-repeat:no-repeat;}
.gm-style { min-width: 100% !important; }
.gm-style > div:first-child { min-width: 100% !important; }


/* Footer Contact Box */
#fcBox { display: block; position: fixed; bottom: 0px; right: 10px; z-index: 9999; width: 290px; font-size: 12px; line-height: normal; box-shadow: 0px 0px 3px rgba(0,0,0,0.33); border-radius: 7px 7px 0px 0px; }
#fcClose { display: block; position: absolute; z-index: 9; top: 13px; right: 13px; width: 24px; height: 24px; background-image: url('/images/fc-close.png'); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; border-radius: 100%; transition:all 300ms ease-in-out; cursor: pointer; }
#fcClose:hover { background-color: #EEE; }
#fcHeader { display: block; position: relative; padding: 12px 14px; background-color: #28302f; color: #b0c1bf; overflow: hidden; cursor: pointer; border-radius: 7px 7px 0px 0px; line-height: normal; font-size: 10px; }
#fcHeader .icon { position: relative; display: block; float: left; margin-right: 15px; width: 40px; height: 40px; background-image: url('/images/contact-icon.png'); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; }
#fcHeader h1 { margin-top: 3px; margin-bottom: 2px; text-align: left; font-size: 15px; font-weight: 300; white-space: nowrap; overflow: hidden; text-transform: none; line-height: normal; }

#fcContent { display: block; position: relative; padding: 12px 14px; padding-bottom: 40px; background-color: #FFF; font-size: 15px; color: #28302f; }
#fcContent .fcRow { display: block; position: relative; padding-bottom: 5px; }
#fcContent label { display: none; position: relative; font-weight: bold; }
#fcContent label.chBoxLabel { display: inline; position: relative; font-weight: normal; }
#fcFooter { display: none; position: relative; padding: 12px 14px; background-color: #FFF; font-size: 15px; color: #28302f;  }

#fcContent .typeText,
#fcContent .typeEmail {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 95%;
	max-width: 260px;
	padding: 7px;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #999;
	font-size: 13px;
	margin: 2px 0px;
	border-radius: 3px;
}
#fcContent .typeText:focus,
#fcContent .typeEmail:focus { border: 1px solid #777; color: #333; }
#fcContent textarea.typeText { height: 60px; vertical-align: top; }
#fcContent .typeSubmit {
	display: block;
	position: relative;
	margin: auto;
	width: 200px;
	height: 40px;
	vertical-align: middle;
	background-color: #2da89c;
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	border: 0px solid transparent;
	border-radius: 5px;
}

#fcContent span.formsInputError { right: 100%; margin-right: 7px; top: 7px; width: auto; min-width: 20px; cursor: default; }
#fcContent span.formsInputError::before { left: auto; right: -7px; content: "►"; }

/*
#zoomImage { display: block; position: fixed !important; z-index: 99999999; top: 0px; left: 0px; width: 100% !important; height: 100% !important; width: 100vw !important; height: 100vh !important; background-color: rgba(0,0,0,0.75); cursor: default; vertical-align: middle; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
#zoomImage .galList { display: block; position: absolute; top: 0px; left: 0px; width: auto; height: 100%; max-width: auto !important; }
#zoomImage .galList > div { opacity: 0; }
#zoomImage .galList > div,
#zoomImage .aktiv { display: block; position: relative; z-index: 3; top: 0px; left: 0px; width: 100% !important; height: 100% !important; width: 100vw !important; height: 100vh !important; background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; vertical-align: middle; float: left; position: fixed; opacity: 0 }
#zoomImage .galList > div.aktiv { opacity: 1; }
#zoomImage .close { display: block; position: absolute; top: 0px; right: 0px; z-index: 99; width: 32px; height: 26px; border-radius: 0px 0px 0px 7px; background-color: #777; color: #FFF; box-shadow: 0px 0px 3px rgba(0,0,0,0.33); background-image: url('/images/img-close.png'); background-position: 50% 50%; background-repeat: no-repeat; cursor: pointer; }
#zoomImage .step { display: block; position: absolute; top: 40%; top:calc(50% - 64px); z-index: 99; width: 48px; text-align: center; height: 128px; line-height: 128px; background-color: rgba(0,0,0,0.15); color: #FFF; text-shadow: 1px 1px 2px #000; font-family: iconfont; font-size: 32px; border: 1px solid rgba(0,0,0,0.2); }
#zoomImage .prev { left: 0px; border-radius: 0px 5px 5px 0px; }
#zoomImage .next { right: 0px; border-radius: 5px 0px 0px 5px; }
#zoomImage .prev::before { content: ''; font-family: iconfont; line-height: normal; position: absolute; top: calc(50% - 12px); left: calc(50% - 20px); }
#zoomImage .next::before { content: ''; font-family: iconfont; line-height: normal; position: absolute; top: calc(50% - 12px); right: calc(50% - 20px); }
#zoomImage .close:hover, #zoomImage .close:focus, #zoomImage .close:active { background-color: #D21E1E; }
#zoomImage .item img { visibility: hidden;  }
#zoomImage .closebg { position: absolute; width: 100%; height: 100%; z-index: 1;}

@media all and (min-width: 1000px) {
	#zoomImage .item,
	#zoomImage .item.aktiv { max-width: 900px !important; margin-left: calc(( 100vw - 900px ) / 2); }
}

@media all and (min-width: 1000px) and (min-height: 700px) {
	#zoomImage .item,
	#zoomImage .item.aktiv { max-height: 700px !important; margin-top: calc(( 100vh - 700px ) / 2); }
}
*/
#zoomImage { display: block; position: fixed !important; z-index: 99999999; top: 0px; left: 0px; width: 100% !important; height: 100% !important; width: 100vw !important; height: 100vh !important; background-color: rgba(0,0,0,0.75); cursor: default; vertical-align: middle; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); display: flex; justify-content: center; margin: auto; align-items: center; }


#zoomImage .galList { display: block; /* position: absolute; */ top: 0px; left: 0px; width: auto; /* height: 100%; */ max-width: auto !important; display: flex; justify-content: center; align-items: center; min-width: 100vw; }
#zoomImage .galList > div { opacity: 0; }
#zoomImage .galList > div,
#zoomImage .aktiv { display: block; position: relative; z-index: 3; top: 0px; left: 0px; /* width: 100% !important; */ /* height: 100% !important; */ /* width: 100vw !important; */ /* height: 100vh !important; */ background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; vertical-align: middle; float: left; position: fixed; opacity: 0; display: flex; align-items: center; justify-content: center; position: relative; display: none; margin: auto; }
#zoomImage .galList > div.aktiv { display: flex; opacity: 1; }

#zoomImage .close { display: block; position: absolute; top: 0px; right: 0px; z-index: 99; width: 32px; height: 26px; border-radius: 0px 0px 0px 7px; background-color: #777; color: #FFF; box-shadow: 0px 0px 3px rgba(0,0,0,0.33); background-image: url('/images/img-close.png'); background-position: 50% 50%; background-repeat: no-repeat; cursor: pointer; }
#zoomImage .step { display: block; position: absolute; top: 40%; top:calc(50% - 64px); z-index: 99; width: 48px; text-align: center; height: 128px; line-height: 128px; background-color: rgba(0,0,0,0.15); color: #FFF; text-shadow: 1px 1px 2px #000; font-family: iconfont; font-size: 32px; border: 1px solid rgba(0,0,0,0.2); }
#zoomImage .prev { left: 0px; border-radius: 0px 5px 5px 0px; }
#zoomImage .next { right: 0px; border-radius: 5px 0px 0px 5px; }
#zoomImage .prev::before { content: ''; font-family: iconfont; line-height: normal; position: absolute; top: calc(50% - 12px); left: calc(50% - 20px); }
#zoomImage .next::before { content: ''; font-family: iconfont; line-height: normal; position: absolute; top: calc(50% - 12px); right: calc(50% - 20px); }
#zoomImage .close:hover, #zoomImage .close:focus, #zoomImage .close:active { background-color: #D21E1E; }
#zoomImage .item img { visibility: hidden; max-width: 1200px; max-height: 800px;  }
#zoomImage .closebg { position: absolute; width: 100%; height: 100%; z-index: 1;}

@media all and (max-width: 1300px) {
	#zoomImage .item img { visibility: hidden; max-width: calc(100vw - 120px) !important; max-height: 90vh !important;  }
}


.highslide-html { overflow: visible !important; }
.highslide-html div { overflow: visible !important; }
.highslide-image { border-color: transparent; }
.highslide-maincontent { display: none; }
.highslide-container div { font-size: 14px; }
.draggable-header .highslide-heading { font-size: 17px; }
.highslide-wrapper, .highslide-outline { background-color: transparent; }
.text-controls .highslide-controls { z-index: 9999; }
.text-controls li.highslide-play { display: none; }
.text-controls li.highslide-full-expand { display: none; }
.highslide-container table { display: none; }
.highslide-container  .highslide-body table { display: table; }
.szall-info-icon { display: inline-block; vertical-align: middle; height: 32px; width: 32px; border: 0px solid transparent; }
div.hasabok { width: auto; }
#rendeles .highslide-maincontent { display: none; }
.TermekLista .highslide-maincontent { display: none; }

span.inputError {
	display: inline-block;
	position: absolute;
	background: #eb2929;
	background: -moz-linear-gradient(top, #eb2929 0%, #c61818 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb2929), color-stop(100%, #c61818));
	background: -webkit-linear-gradient(top, #eb2929 0%, #c61818 100%);
	background: -o-linear-gradient(top, #eb2929 0%, #c61818 100%);
	background: -ms-linear-gradient(top, #eb2929 0%, #c61818 100%);
	background: linear-gradient(to bottom, #eb2929 0%, #c61818 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2929', endColorstr='#c61818',GradientType=0 );
	box-shadow: 0px 0px 3px rgba(150,0,0,0.33);
	width: 250px;
	padding: 2px 3px;
	margin: 5px 10px;
	opacity: 0;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
	line-height: 18px;
	z-index: 1;
}

span.inputError::before {
	content: "\25C0";
	color: #D72020;
	font-size: 10px;
	position: absolute;
	top:2px;
	left:-7px;
	text-shadow: -1px 0px 3px rgba(150,0,0,0.33);
}

html.NoScroll, html.NoScroll > body, html.NoScroll #SitePage { overflow: hidden !important; }
/* Fejlesztő H.Tibor */
.effect-wrap { position: relative; display: inline-block; width: auto; height: auto; clear: both; vertical-align: top; }
.side-to { display: inline-block; width: 300px; height: auto; vertical-align: top; padding: 15px; }
.side-left-to { display: inline-block; width: 300px; height: auto; vertical-align: top; padding: 15px; }
.side-right-to { display: inline-block; width: 300px; height: auto; vertical-align: top; padding: 15px; }

.quotation { display: block; position: relative; text-align: center; font-style: italic; }
.quotation:before { content: '„'; display: block; position: absolute; top: -25px; left: 15px; font-size: 44px; }
.quotation:after { content: '”'; display: block; position: absolute; bottom: -20px; right: 15px; font-size: 44px; }
.ui-draggable-handle { -ms-touch-action: none; touch-action: none; }
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix::after { clear: both; }
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-front { z-index: 100; }
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable { position: relative; }
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }
.ui-tabs {
	position: relative;
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip { border-width: 2px; }
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35);
}
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/images/ui-icons_444444.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/images/ui-icons_444444.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/images/ui-icons_555555.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/images/ui-icons_ffffff.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/images/ui-icons_777620.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/images/ui-icons_cc0000.png");
}
.ui-button .ui-icon {
	background-image: url("/images/ui-icons_777777.png");
}
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* Készítő: H.Tibor */
.gmaps {
	display: inline-block;
	position: relative;
	background-color: #F0F0F0;
	border: 3px double #CCC;
}

.forms {
	display: inline-block;
	position: relative;
	background-color: #111;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	padding: 10px;
	margin: 5px;
	margin-top: 3px;
	color: #333;
}
.forms p { position: relative; color: #eee;}
.forms form > div > p:nth-of-type(2n+0){background-color:#F8F8F8; margin-left: -10px; margin-right: -10px; padding: 0px 10px; }
.forms form > div > p:nth-of-type(2n+1){background-color:#FFF;}
.forms form { width: 100%; }

span.row {
	position: relative;
	display: block;
	margin-bottom: 5px;
}

span.sendRow {
	position: relative;
	display: block;
	text-align: center;
}
span.sendRow button[value]::before { content: attr(value); }
span.sendRow button[title]::before { content: attr(title); }
span.sendRow button[before]::before { content: attr(before); }

span.labelCell {
	position: relative;
	display: inline-block;
	width: 34%;
}
span.valusCell {
	display: inline-block;
	width: 64%;
}

.forms { position: relative; display: inline-block; }
.forms form { position: relative; display: block; }
.forms form { position: relative; display: block; }

.formLabel { position: relative; display: inline-block; width: 150px; }
input[type="text"],
input[type="email"],
input[type="password"],
input.typeText,
input.typePass,
input.typeUser,
input.typeEmail,
input.typeNumber,
input.typeDate,
input.typeCaptcha {
	display: inline-block;
	position: relative;
	width: 95%;
	max-width: 300px;
	padding: 5px 10px;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 15px;
	margin: 2px;
	line-height: 32px;
	height: 22px;
	color: #333;
	vertical-align: middle;
	transition: all 300ms ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input.typeText:focus,
input.typePass:focus,
input.typeUser:focus,
input.typeEmail:focus,
input.typeNumber:focus,
input.typeDate:focus,
input.typeCaptcha:focus {
	background-color: #FFF;
	border: 1px solid #999;
	color: #333;
}
input.typeCaptcha { width: 100px; height: 26px; text-align: center; letter-spacing: 5px; }

select.typeSelect {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 2px 3px;
	height: 22px;
	max-width: 300px;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #999;
	font-size: 13px;
	cursor: pointer;
	margin: 2px 0px;
	border-radius: 3px;
	transition: all 300ms ease-in-out;
}
select.typeSelect:focus {
	background-color: #FFF;
	border: 1px solid #999;
	color: #333;
}

textarea.typeTexta {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 304px;
	width: 96%;
	max-width: 460px;
	min-height: 100px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #999;
	font-size: 13px;
	transition: all 300ms ease-in-out;
}
textarea.typeTexta:focus {
	background-color: #FFF;
	border: 1px solid #999;
	color: #333;
}

input[type="radio"], input[type="checkbox"],
input.typeRadio, input.typeCheckbox { cursor: pointer; display: none; }

input[type="radio"]+label.chbox, input[type="checkbox"]+label.chbox,
input.typeRadio+label.chbox, input.typeCheckbox+label.chbox { display: inline-block; position: relative; width: 25px; height: 25px; background-color: #FFF; border: 0px; border-radius: 0px; vertical-align: text-bottom; cursor: pointer; }
input[type="radio"]+label.chbox::before, input[type="checkbox"]+label.chbox::before,
input.typeRadio+label.chbox::before, input.typeCheckbox+label.chbox::before { content: ' '; font-family: FontAwesome; display: inline-block; position: absolute; top: 0px; left: 0px; width: 25px; height: 25px; text-align: center; line-height: 16px; font-size: 30px; color: #e00000; }
input[type="checkbox"]:checked+label.chbox::before, input.typeCheckbox:checked+label.chbox::before { content: ''; }
input[type="radio"]:checked+label.chbox::before, input.typeRadio:checked+label.chbox::before { content: ''; }
input[type="checkbox"]:disabled+label.chbox, input.typeCheckbox:disabled+label.chbox,
input[type="radio"]:disabled+label.chbox, input.typeRadio:disabled+label.chbox { border: 1px solid #CCC; }
input[type="checkbox"]:disabled+label.chbox::before, input.typeCheckbox:disabled+label.chbox::before,
input[type="radio"]:disabled+label.chbox::before, input.typeRadio:disabled+label.chbox::before { color: #999; }

input[type="checkbox"]+label.chbox.toggle, input.typeCheckbox+label.chbox.toggle { width: 38px; height: 22px; border-radius: 8px; background-color: #F33; border: 3px double #FFF; transition: all 300ms ease-in-out; }
input[type="checkbox"]+label.chbox.toggle::before, input.typeCheckbox+label.chbox.toggle::before { content: '' !important; background-color: #EEE; box-shadow: -2px 2px 3px rgba(0,0,0,0.33); border: 1px solid #999; border-radius: 6px; width: 14px; height: 14px; top: 0px; left: 0px; transition: all 300ms ease-in-out; z-index: 2; }
input[type="checkbox"]+label.chbox.toggle::after, input.typeCheckbox+label.chbox.toggle::after { content: 'NO'; display: block; position: absolute; top: 0px; left: 16px; width: 16px; height: 16px; line-height: 18px; font-size: 8px; color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); z-index: 1; text-align: center; }
input[type="checkbox"]:checked+label.chbox.toggle, input.typeCheckbox:checked+label.chbox.toggle { background-color: #3C3; }
input[type="checkbox"]:checked+label.chbox.toggle::before, input.typeCheckbox:checked+label.chbox.toggle::before { left: 16px; }
input[type="checkbox"]:checked+label.chbox.toggle::after, input.typeCheckbox:checked+label.chbox.toggle::after { content: 'OK'; left: 0px; }
input[type="checkbox"]:disabled+label.chbox.toggle, input.typeCheckbox:disabled+label.chbox.toggle { border: 3px double #FFF; background-color: #CCC; }
input[type="checkbox"]:disabled+label.chbox.toggle::before, input.typeCheckbox:disabled+label.chbox.toggle::before { border: 1px solid #999; }

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="clear"],
input.typeButton,
input.typeSubmit,
input.typeReset,
input.typeClear {
	display: inline-block;
	cursor: pointer;
	margin: 2px;
	padding: 15px 80px;
	height: auto;
	line-height: normal;
	border: 0px;
	border-radius: 0px;
	background: -webkit-linear-gradient(#87c7de,#3842d6);
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #FFF;
	transition: all 300ms ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="clear"]:hover,
input.typeButton:hover,
input.typeSubmit:hover,
input.typeReset:hover,
input.typeClear:hover,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="clear"]:focus,
input.typeButton:focus,
input.typeSubmit:focus,
input.typeReset:focus,
input.typeClear:focus {
	border: 0px;
	color: #FFF;
    	background: -webkit-linear-gradient(#edb92d,#fe6a4a);
}

span.formsInputError {
	display: inline-block;
	position: absolute;
	top: 1px; right: -105px;
	background: #eb2929;
	background: -moz-linear-gradient(top, #eb2929 0%, #c61818 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb2929), color-stop(100%, #c61818));
	background: -webkit-linear-gradient(top, #eb2929 0%, #c61818 100%);
	background: -o-linear-gradient(top, #eb2929 0%, #c61818 100%);
	background: -ms-linear-gradient(top, #eb2929 0%, #c61818 100%);
	background: linear-gradient(to bottom, #eb2929 0%, #c61818 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2929', endColorstr='#c61818',GradientType=0 );
	box-shadow: 0px 0px 3px rgba(150,0,0,0.33);
	width: 150px;
	padding: 2px 3px;
	opacity: 0;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
	line-height: 18px;
}

span.formsInputError::before {
	content: "\25C0";
	color: #D72020;
	font-size: 10px;
	position: absolute;
	top:2px;
	left:-7px;
	text-shadow: -1px 0px 3px rgba(150,0,0,0.33);
}

.captchaRefresh { display: inline-block; position: absolute; width: 48px; height: 48px; top: 20px; cursor: pointer; z-index: 99; background-image: url('/images/refresh.png'); background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; }


.selectInput {
	display: block;
	position: relative;
	border: 1px solid #0B0C0E;
	background-color: #FFF;
	outline: none;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	color: #0B0C0E;
	cursor: pointer;
}
.selectInput::after {
	content: '';
	font-family: iconfont;
	font-size: 24px;
	position: absolute;
	top: 0px; right: 0px;
	width: 32px; height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.selectInput:focus {
	background-color: #0B0C0E;
	color: #FFF;
}
.selectInput > .selectTitle {
	display: block;
	width: 100%; max-width: 240px;
	height: 24px; line-height: 24px;
	padding: 0px 7px;
	overflow: hidden;
}
.selectInput > .selectList {
	display: none;
	z-index: 9999;
	position: absolute;
	top: 100%; left: 0px;
	background-color: #FFF;
	border: 1px solid #0B0C0E;
	min-width: 100%;
	max-height: 300px;
	overflow-x: auto;
}
.selectInput:focus > .selectList { display: block; }

.selectInput > .selectList > .selectRow {
	display: block;
	position: relative;
	background-color: #FFF;
	padding: 4px 7px;
	border-bottom: 1px dashed #0B0C0E;
	font-size: 14px;
	color: #0B0C0E;
	outline: none;
}

.selectInput > .selectList > .selectRow.selected,
.selectInput > .selectList > .selectRow:hover {
	background-color: #0B0C0E;
	color: #FFF;
}
.selectInput > .selectList > .selectRow:last-child { border-bottom: 0px solid transparent; }

.welcome-admin-panel {
	display: block;
    	position: relative;
    	width: 100%;
    	height: 230px;
    	border-radius: 10px;
    	background-color: white;
    	box-shadow: 0px 0px 5px #00000026;
}

#imagesUploadArea { display: inline-block; position: relative; width: 75%; width: calc(100% - 225px); z-index: 1; }
#imagesUploadList { display: inline-block; width: 90%; width: calc(100% - 30px); margin: 15px; border: 1px solid #999; min-height: 175px; min-height: 175px !important; background-color: #F0F0FF; border-radius: 7px; }
#imagesUploadOnDrop { display: block; width: 180px; height: 90px; margin: 45px 10px; border: 10px dashed #ccc; border-radius: 15px; background-color: #EEE; font-size: 15px; text-align: center; line-height: 90px; cursor: pointer; transition: all 300ms ease-in-out; float: left; }
#imagesUploadOnDrop:hover { border-color: #F63; }
.imgListItem { position: relative; display: block; float: left; margin: 5px; border: 1px solid #ccc; border-radius: 7px; background-color: #F4F4FF; background-color: #fff; box-shadow: 0px 0px 0px rgba(0,0,0,0); transition: box-shadow 300ms ease-in-out; cursor: move; }
.imgUpPreview { position: relative; display: block; width: 120px; height: 150px; margin: 5px; background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; z-index: 1; }
.imgUpInfo { display: block; position: absolute; bottom: 0px; left: 0px; width: 100%; height: auto; min-height: 26px; padding-top: 3px; padding-bottom: 5px; background-color: rgba(0,0,0,0.8); color: #FFF; text-align: center; word-wrap: break-word; font-size: 10px; border-radius: 0px 0px 7px 7px; z-index: 2; opacity: 0; transition: all 300ms ease-in-out; }
.imgUpNum { display: block; position: absolute; top: 0px; left: 0px; padding: 4px 6px 4px 6px; font-size: 11px; background-color: rgba(200,200,255,1); color: #66C; border: 1px solid #AAF; border-width: 0px 1px 1px 0px; border-radius: 5px 0px 5px 0px; opacity: 1; transition: all 300ms ease-in-out; z-index: 2; box-shadow: 1px 1px 1px rgba(0,0,0,0.2); }
.imgRoteteLeft { display: block; position: absolute; top: 3px; right: 57px; width: 24px; height: 24px; background-image: url('/images/sicon-bg.png'); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; z-index: 2; opacity: 0; transition: all 300ms ease-in-out; cursor: pointer; font-family: iconfont; color: #F0F0FF; text-align: center; line-height: 24px; }
.imgRoteteRight { display: block; position: absolute; top: 3px; right: 30px; width: 24px; height: 24px; background-image: url('/images/sicon-bg.png'); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; z-index: 2; opacity: 0; transition: all 300ms ease-in-out; cursor: pointer; font-family: iconfont; color: #F0F0FF; text-align: center; line-height: 24px; }
.imgUpDel { display: block; position: absolute; top: 3px; right: 3px; width: 24px; height: 24px; background-image: url('/images/sicon-bg.png'); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; z-index: 2; opacity: 0; transition: all 300ms ease-in-out; cursor: pointer; font-family: iconfont; color: #F0F0FF; text-align: center; line-height: 24px; }
.imgUpEdit { display: block; position: absolute; top: 30px; right: 3px; width: 24px; height: 24px; background-image: url('/images/sicon-bg.png'); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; z-index: 2; opacity: 0; transition: all 300ms ease-in-out; cursor: pointer; font-family: iconfont; color: #F0F0FF; text-align: center; line-height: 24px; }
.imgUploading { display: block; position: absolute; top: 55px; left: 10%; z-index: 3; width: 70%; height: 20px; background-image: url('/images/wait.gif'); background-repeat: no-repeat; background-position: 50% 85%; background-size: 90% auto; text-align: center; background-color: rgba(0,0,0,0.7); padding: 5%; padding-bottom: 15px; color: #FFF; border-radius: 5px; box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5); opacity: 0; transition: all 300ms ease-in-out; }
.imgListItem:hover { box-shadow: 0px 0px 6px rgba(0,0,0,0.33); }
.imgListItem:hover .imgRoteteLeft,
.imgListItem:hover .imgRoteteRight,
.imgListItem:hover .imgUpDel,
.imgListItem:hover .imgUpEdit,
.imgListItem:hover .imgUpNum,
.imgListItem:hover .imgUpInfo { opacity: 1; }

.imgListItem .imgageTexts { display: none; position: absolute; top: 40px; left: -65px; width: 260px; padding-bottom: 10px; background-color: rgba(0,0,0,0.75); box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5); border-radius: 7px; z-index: 9999; cursor: default; color: #FFF; }
.imgListItem .imgageTexts .close { position:absolute;top:-20px;right:-20px;width:42px;height:42px;background-image:url(/admin/images/close.png);background-position:50% 50%;background-size:100% auto;background-repeat:no-repeat;cursor:pointer; z-index: 999; }
.imgListItem .imgageTexts h3 { display: block; text-align: center; padding: 15px 0px; margin: auto; }
.imgListItem .imgageTexts label { display: inline-block; width: 70px; text-align: right; padding-right: 10px; font-family: "Courier New", Courier, monospace; font-weight: bold; }
.imgListItem .imgageTexts input.typeText { width: 150px; border: 1px solid #111; }
.imgListItem .LangHU { display: none; } .enable-lang-hu .imgListItem .LangHU { display: block; }
.imgListItem .LangEN { display: none; } .enable-lang-en .imgListItem .LangEN { display: block; }
.imgListItem .LangDE { display: none; } .enable-lang-de .imgListItem .LangDE { display: block; }
.imgListItem .LangIT { display: none; } .enable-lang-it .imgListItem .LangIT { display: block; }
.imgListItem .LangRU { display: none; } .enable-lang-ru .imgListItem .LangRU { display: block; }
.imgListItem .LangRO { display: none; } .enable-lang-ro .imgListItem .LangRO { display: block; }
.imgListItem .LangSK { display: none; } .enable-lang-sk .imgListItem .LangSK { display: block; }
.imgListItem .LangJP { display: none; } .enable-lang-jp .imgListItem .LangJP { display: block; }

.mce-tinymce button,
.mce-tinymce button:hover,
.mce-tinymce input[type="button"],
.mce-tinymce input[type="button"]:hover,
.mce-tinymce input[type="submit"],
.mce-tinymce input[type="submit"]:hover,
.mce-tinymce input[type="reset"],
.mce-tinymce input[type="reset"]:hover,
.mce-tinymce input[type="clear"],
.mce-tinymce input[type="clear"]:hover { border: none; background-color: transparent; color: #000; }
.mce-tinymce button.mce-open,
.mce-tinymce button.mce-open:hover { border-width: 0px 1px 0px 1px; }

@media all and (max-width: 800px) {
	.gmaps { display: block; width: auto !important; max-width: 100% !important; }
	.forms { display: block; width: auto !important; max-width: 100% !important; }
	span.labelCell { display: block; width: auto !important; max-width: 100% !important; }
	span.valusCell { display: block; width: auto !important; max-width: 100% !important; }
	input.typeText,
	input.typeEmail,
	input.typeNumber,
	input.typeDate,
	input.typeCaptcha,
	textarea.typeTexta { width: 96%; max-width: 485px !important; }
	select.typeSelect	{ width: 93%; max-width: 475px !important; }
	.forms > form p > .row > span.labelCell { text-align: left !important; }
	.forms > form span.formsInputError { top: 3px; right: -15px !important; }
	.forms > form textarea + span.formsInputError { top: -24px; }
	.captchaRefresh { width: 32px; height: 32px; top: 50px; right: -10px; }
}
/* Készítő: H.Tibor */
.szMenuMainMenuList,
.szMenuFullText {
	position: relative;
	display: block;
	padding: 0px;
}
.szMenuFullText {
	min-height: 600px;
}

.szMenuRowJS { 
	display: block;
	position: relative;
	margin-bottom: 3px;
}

.szMenuTitleJS {
	display: block;
	position: relative;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: f6f6f6;
	color: #666;
	margin:0px;
	cursor: pointer;
}

.szMenuTitleJS .arrow {
	display: inline-block;
	width: 18px; height: 18px;
	background-image: url('/images/arrow.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: bottom;
	transition: all 800ms ease-in-out;
}

.szMenuTextJS {
	display: none;
	border: 1px solid #ccc;
	border-top: 0px solid transparent;
	padding: 2px 5px;
}

.szMenuShort { max-height: 200px; line-height: 22px; overflow: hidden; }

.szMenuItems {
	display: block;
	position: relative;
}
.szMenuItems > div {
	display: inline-block;
	position: relative;
	width: 100%;
}
.szMenuItem {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	width: calc(50% - 10px);
	margin: 0px;
	border: transparent solid 5px;
	box-sizing: border-box;
	background-clip: content-box;
	padding: 0px 5px;
	padding-bottom: 35px;
}
.szMenuItems > div.szMenuColl {
	display: block;
	position: relative;
	float: left;
	width: 50%;
}
.szMenuItem > h2 {
	font-size: 19px;
	font-weight: 300;
	border-bottom: 1px dashed #999;
}
.szMenuBack,
.szMenuItem .szMenuBovebben {
	display: block;
	position: relative;
	clear: both;
	height: 36px;
	line-height: 36px;
	text-align: right;
}
.szMenuBack > a,
.szMenuItem .szMenuBovebben > a {
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 21px;
	padding: 7px 15px;
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
	border-radius: 5px;
	background: -moz-linear-gradient(top,  rgba(187,187,187,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(102,102,102,1) 100%);
	background: linear-gradient(to bottom,  rgba(187,187,187,1) 0%,rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#666666',GradientType=0 );
	transition: all 300ms ease-in-out;
	box-shadow: 0px 0px 2px rgba(0,0,0,0);
}
.szMenuBack > a:before,
.szMenuItem .szMenuBovebben > a:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px; left: 3px;
	width: 92%; height: 78%;
	border-radius: 3px;
	width: calc(100% - 8px); height: calc(100% - 8px);
	border: 1px dashed #FFF;
	transition: all 300ms ease-in-out;
	opacity: 0;
}
.szMenuBack > a:hover,
.szMenuItem .szMenuBovebben > a:hover { box-shadow: 0px 0px 2px rgba(0,0,0,1); color: #FFF; }
.szMenuBack > a:hover:before,
.szMenuItem .szMenuBovebben > a:hover:before { opacity: 1; }

@media all and (max-width: 1000px) {
	.szMenuItem { float: none; width: 100%; }
	.szMenuItems > div.szMenuColl { float: none; width: 100%; }
}
/* Készítő: H.Tibor */
/*html{ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }*/
/* { outline: none; } */
* { outline: none; }
body * { scrollbar-color: rgba(75,75,75,0.4) rgba(0,0,0,0.15); }

body *::-webkit-scrollbar {
	width: 10px;
}

body *::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.15);
}

body *::-webkit-scrollbar-thumb {
	background-color: rgba(75,75,75,0.4);
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.33);
}

html, body {
	margin: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	line-height: normal;
	outline: 0px none;
	min-width: 1200px;
	cursor: default;
	background-color: #f3f3f3;
	font-family: Inter, Roboto Condensed, Playfair Display, Petrona, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}

body {
	overflow-x: auto;
	height: auto;
	min-height: 100%;
	max-width: 100%;
	min-width: 1200px;
	background-color: transparent;
}

.hidden { display: none !important; visibility: hidden !important; opacity: 0 !important; position: absolute !important; overflow: hidden !important; max-width: 0px !important; max-height: 0px !important; }

html.ajax, html.ajax body { background: none; }

h1 {
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 50px;
	text-align: left;
	font-family: Playfair Display, sans-serif;
	font-weight: 500;
	font-size: 58px;
	line-height: normal;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-size: 40px;
	margin-bottom: 0.83em;
	text-align: left;
	color: #000;
	font-weight: 300;
	font-family: Roboto Condensed, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h3 {
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
	text-align: left;
    	font-family: Roboto Condensed, sans-serif;
    	text-transform: uppercase;
    	font-weight: 300;
    	letter-spacing: 2px;
    	font-size: 21px;
}

h4 {
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	font-family: Inter;
}

h5 {
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	font-family: Inter;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #004D66;
}
a:hover {
	color: #cc2222;
	text-decoration: none;
}

hr {
	display: block;
	position: relative;
	margin: 0px auto;
	/*width: 60px;*/
	border-color: #D4AA00;
	border-style: solid;
			margin-bottom: 10px;
			margin-top: 10px;
	/*border-bottom-width: 10px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 0 !important;
	line-height: 0px !important;
	padding: 0;*/
}

hr.hr-left {
	display: inline-block;
	margin: 0;
}

ins {
	background-color: transparent !important;
	color: #727574 !important;
	font-style: normal !important;
}

.center { text-align: center; }
.clear { clear: both; }
.iconfont { font-family: iconfont; }
.white { color: white; }
.black { color: black; }


#SitePage {
	position: relative;
	left:0px;top:0px;
	min-height: 100%;
	min-height: 100vh;
	width: 100%;
}

#SitePage > div, #SitePage > section,
#header, #topHeader, #content, #mainFoot, #footer, #headerSlider {
	display: block;
	position: relative;
	width: 100%;
	margin: auto;
	min-width: 1200px;
}
#SitePage > div > div, #SitePage > section > section, #SitePage > section > div,
#SitePage > section > .content, #SitePage > div > .content, #footer .content {
	display: block;
	position: relative;
	width: 100%;
	margin: auto;
	max-width: 1200px;
	clear: both;
	padding: 0px;
}

#header {
	clear: both;
	position: relative;
	table-layout: fixed;
	display: table;
	text-align: center;
	width: 100%;
	background-color: #f3f3f3;
	background-image: none;
	border: 0px solid #CCCCCC;
	box-sizing: border-box;
	margin: 0;
}

#header > .content * { pointer-events: all; }

#header > .content {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px 0px 10px 0px;
	margin-right: auto;
	margin-left: auto;
}

#header .logo {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	top: 10px; left: 0px;
	width: 128px; height: 128px;
}

#header h1, h1.headh1 {
	display: block;
	position: relative;
	height: auto;
	line-height: 2em;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	text-align: center;
}

h1.headh1 { font-size: 38px; text-transform: none; line-height: normal !important; }

/* Menü */
#nav {
	z-index: 1000;
	clear: both;
	position: sticky;
	top: 0;
	table-layout: fixed;
	display: table;
	text-align: center;
	width: 100%;
	background-color: #000000;
	background-image: none;
	border: 0px solid #CCCCCC;
	box-sizing: border-box;
	margin: 0;
}

#nav > .content {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#nav ul {
	display: inline-block;
	position: relative;
	list-style: none;
	text-align: left;
	max-width: 1250px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

#nav > .content > ul > li > ul { display: none; }

#nav li:hover > ul, #nav > div > ul {
	display: block;
	z-index: 3;
}

#nav li {
	float: left;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	width: auto;
}

#nav li > a {
	display: block;
	position: relative;
	height: auto;
	z-index: 3;
	transition: all 300ms ease-in-out;
}

#nav .menuInfo { display: none; }

/* Tartalom */
#main {
	position: relative;
	line-height: normal;
	min-height: 300px;
	background: none !important;
	background-color: #FFF;
}
#main > .content { }

/* Lábléc */
#footer {
	display: block;
	position: relative;
	bottom: 0px; left: 0px;
	z-index: 999;
	width: 100%;
	padding: 25px 0px;
	text-align: center;
	background-color: #FFF;
	font-style: italic;
	font-size: 0.8em;
	color: #777;
}

#footer .content { z-index: 9; position: relative; display: block; }
#footer div.copy { position: relative; padding: 0px; display: block; width: 100%; z-index: 9;text-align: center; line-height: 1.5em; }

#main > .content { vertical-align: top; }
#main > .content > .group > .row > .cell { padding: 0px; position: relative; }
#main > .content > .group > .row > .contentCell { padding: 0px 20px; }

section.group, div.group { display: table; width: 100%; }
section.row, div.row { display: table-row; width: 100%; }
section.cell, div.cell { display: table-cell; vertical-align: top; }
#main > .content { }
#main > .content > .group { height: 300px; }
#main > .content > .group > .row > section.leftCell,
#main > .content > .group > .row > section.rightCell {
	position: relative;
	width: 260px;
	padding-left: 10px;
	z-index: 9;
}


.PopUp.loading { min-height: 15em; }
.PopUp.loading > .box::after {
	content: '';
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	/*
	background-color: rgba(255,255,255,0.33);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	*/
	border-radius: 12px;
	z-index: 9999;
	cursor: wait;
}

.PopUp {
	display: flex !important;
	position: fixed !important;
	z-index: 99999999;
	top: 0px; left: 0px;
	width: 100% !important;
	height: 100% !important;
	min-width: 100vw !important;
	min-height: 100vh !important;
	background-color: rgba(0,0,0,0.65);
	vertical-align: middle;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	cursor: default;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-size: 16px;
}
.PopUp > .box {
	display: block !important;
	position: relative !important;
	width: 80vw !important;
	max-width: 555px !important;
	background: #111 !important;
	padding: 0px !important;
	color: #fff;
	box-sizing: border-box;
	border-radius: 1em;
	max-height: 90vh;
	max-height: calc(100vh - 30px);
	overflow-x: auto;
}

.PopUp > .box > .title {
	display: block;
	position: sticky;
	padding: 12px 15px 5px 15px;
	border-radius: 12px 12px 0px 0px;
	background-color: #111;
	top: 0px; left: 0px;
	font-size: 1.25em;
	font-weight: bold;
	color: #ffa63d;
	line-height: normal;
	z-index: 2;
}
.PopUp > .box > .body { padding: 5px 15px; }
.PopUp > .box > .footer { background-color: #111; color: #FFF; padding: 15px 10px 15px 15px; border-radius: 0px 0px 12px 12px; }
.PopUp > .box > .footer a { color: #FFF; }
.PopUp > .box > .footer a:hover { color: #ffa63d; }

.PopUp > .box > .title > .close {
	display: block;
	display: flex;
	position: absolute;
	top: 0.75em; right: 0.75em;
	width: 1.5em; height: 1.5em;
	line-height: 1.5em;
	font-size: 0.8em;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align: center;
	cursor: pointer;
	z-index: 3;
	color: #8A8C8B;
	transition: color 300ms ease-in-out;
}
.PopUp > .box > .title > .close::before { content: ''; font-family: iconfont; }
.PopUp > .box > .title > .close:hover { color: #cc2222; }

.PopUp > .box > .body form { display: block; position: relative; }
.PopUp > .box > .body form > p > label:first-child:not(.chbox):not(.block),
.PopUp > .box > .body form > div > label:first-child:not(.chbox):not(.block) {
	display: inline-block;
	position: relative;
	width: 8em; max-width: 10em;
	vertical-align: middle;
	line-height: 1.5em;
	font-size: 1.33em;
}
.PopUp > .box > .body form > p > label.block,
.PopUp > .box > .body form > div > label.block {
	display: block;
	position: relative;
	vertical-align: middle;
	line-height: 1.5em;
	font-size: 1.33em;
}

.PopUp select, .PopUp textarea, .PopUp input[type="text"], .PopUp input[type="search"], .PopUp input[type="time"], .PopUp input[type="date"], .PopUp input[type="email"], .PopUp input[type="password"], .PopUp input[type="number"], .PopUp input[type="tel"], .PopUp input.typeText, .PopUp input.typePass, .PopUp input.typeUser, .PopUp input.typeEmail, .PopUp input.typeNumber, .PopUp input.typeDate, .PopUp input.typeCaptcha { width: calc(100% - 15em); max-width: 100%; margin: 0px; }

.PopUp > .box > .body form > p > label:not(.block) + input,
.PopUp > .box > .body form > div > label:not(.block) + input {
	display: inline-block;
	position: relative;
	width: calc(100% - 15em);
	max-width: 350px;
	margin: auto;
	line-height: normal;
	height: auto;
	border: 1px solid #8A8C8B;
	border-radius: 1em;
	padding: 0.5em 0.66em;
	vertical-align: middle;
}

.PopUp > .box > .body form > p > label + span.info,
.PopUp > .box > .body form > p > input + span.info,
.PopUp > .box > .body form > p > select + span.info,
.PopUp > .box > .body form > p > textarea + span.info,
.PopUp > .box > .body form > div > label + span.info,
.PopUp > .box > .body form > div > input + span.info,
.PopUp > .box > .body form > div > select + span.info,
.PopUp > .box > .body form > div > textarea + span.info {
	display: inline-block;
	width: calc(100% - 15em);
	margin-left: 30%;
	margin-left: 12em;
	padding: 0.2em 0em;
	box-sizing: border-box;
	line-height: 1.2em;
	font-size: 0.9em;
	max-width: 350px;
}
.PopUp > .box > .body form > p > label.chbox + label,
.PopUp > .box > .body form > div > label.chbox + label {
	display: inline-block;
	max-width: calc(100% - 1.5em) !important;
	vertical-align: top;
	padding-left: 0.5em;
}
.PopUp > .box > .body form > p > label + span.info,
.PopUp > .box > .body form > div > label + span.info { margin-left: 2em; width: auto; max-width: calc(100% - 1.5em) !important; }


.mobile { display: none; }
.mobile { display: none !important; }

@media all and (min-width: 1000px) {
	#SitePage { left:0px !important; }
}
#SiteUp {
display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #D4AA00;
    z-index: 9999;
    cursor: pointer;
    width: 38px;
    height: 38px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    background: linear-gradient(#e3f7d3, #e3f7d3) padding-box, linear-gradient(0deg, #abbf9c, #e3f7d3) border-box;
    border: 2px solid transparent;
transition: color 300ms ease-in-out;
}
#SiteUp::before { content: ''; font-family: FontAwesome; color: #3E3E3E; font-size: 24px; vertical-align: top; transition: all 300ms ease-in-out; }
#SiteUp:hover { background: linear-gradient(#cfe3bf, #e3f7d3) padding-box, linear-gradient(0deg, #abbf9c, #e3f7d3) border-box; border: 2px solid transparent; }
#SiteUp.show { display: block; }

.PopUp > .box > .body form > p.captcha_row { display: block; position: relative; padding-top: 85px; padding-bottom: 15px; }
.PopUp > .box > .body form > p.captcha_row > label:first-child:not(.chbox):not(.block) { top: -50px; }
.PopUp > .box > .body form > p.captcha_row > input.typeCaptcha { width: 7em; letter-spacing: 0.2em; text-align: center; margin-left: calc(50% - 10em); }
.PopUp > .box > .body form > p.captcha_row > img.captcha_kep { position: absolute; top: 5px; right: calc(50% - 225px); }
.PopUp > .box > .body form > p.captcha_row > img.captcha_refresh { position: absolute; top: 80px; right: calc(50% - 175px); }

.PopUp.fixed {
	position: relative !important;
	min-width: unset !important;
	min-height: unset !important;
	max-height: unset !important;
	background: unset;
	-webkit-backdrop-filter: unset;
	backdrop-filter: unset;
	z-index: 3;
}
.PopUp.fixed > .box > .title > .close { display: none !important; }

@media all and (min-width: 1300px) {
	#SiteUp { right: 25px; }
}
/* Készítő: H.Tibor */
html, body { background-color: #f3f3f3; color: #000; font-family: Inter, sans-serif; font-weight: 200; font-size: 16px; }
body { background-repeat: repeat; background-attachment: fixed; }
.aligncenter { display: block; margin: auto; text-align: center; }

img { height: auto; }

a { color: #588c2f; font-weight: 400; transition: all 300ms ease-in-out; }
a:hover { color: #3b6917; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input.typeText, input.typePass, input.typeUser, input.typeEmail, input.typeNumber, input.typeDate, input.typeCaptcha {
	height: auto;
	border: 1px solid #CCC;
	border-radius: 0px;
}

.forms {
    display: inline-block;
    position: relative;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: none;
    width: 100% !important;
    padding: 10px;
    margin: 5px;
    margin-top: 3px;
    color: #333;
}

.forms p { color: #000; }
span.row { text-align: left; margin-bottom: 10px; }

input[type="text"], input[type="email"], input[type="password"], input.typeText, input.typePass, input.typeUser, input.typeEmail, input.typeNumber, input.typeDate, input.typeCaptcha, select.typeSelect, textarea.typeTexta {
   	border: none !important;
    	border-radius: 5px !important;
    	box-shadow: 3px 2px 6px #00000017;
	display: inline-block;
   	position: relative;
    	width: 95%;
    	max-width: 300px;
    	padding: 5px 10px;
    	background-color: #FFF;
    	font-size: 16px;
	font-family: Inter, sans-serif;
    	font-weight: 200;
    	margin: 2px;
    	line-height: 32px;
    	color: #909190;
	height: auto;
    	width: 100%;
    	max-width: 100%;
    	vertical-align: middle;
    	transition: all 300ms ease-in-out;
}

select.typeSelect { min-height: 40px; }

button, .typeButton, a.jv-button {
	display: block;
    	position: relative;
    	width: fit-content;
    	height: auto;
    	padding: 10px 45px;
    	border: 2px;
    	border-radius: 23px;
    	background-color: #e3f7d3;
	font-family: Roboto Condensed, sans-serif;
    	font-size: 15px;
    	font-weight: 300;
    	text-transform: uppercase;
    	color: #000;
    	letter-spacing: 1px;
	background: linear-gradient(#e3f7d3, #e3f7d3) padding-box, linear-gradient(0deg, #abbf9c, #e3f7d3) border-box;
    	border: 4px solid transparent;
	transition: background 300ms ease-in-out;
}


button:hover, .typeButton:hover, a.jv-button:hover {
	background: linear-gradient(#cfe3bf, #e3f7d3) padding-box, linear-gradient(0deg, #abbf9c, #e3f7d3) border-box;
    	border: 4px solid transparent;
    	color: #000;
}

.typeButton {
	margin: 20px auto 0px auto;
}

.forms textarea.typeTexta {
	min-height: 210px;
}

input[type="radio"]+label.chbox, input[type="checkbox"]+label.chbox, input.typeRadio+label.chbox, input.typeCheckbox+label.chbox {
	border-radius: 3px;
    	box-shadow: 3px 2px 6px #00000017; }
input[type="checkbox"]:checked+label.chbox::before, input.typeCheckbox:checked+label.chbox::before {
	vertical-align: middle; color: #aec29f; font-size: 16px; line-height: 24px; }

/* Fejléc */
#header {
	z-index: 8;
	overflow: hidden;
	position: relative;
	top: 0px;
	background-position: 50%;
    	background-repeat: no-repeat;
    	background-size: cover;
	background-image: url(/images/jelinko-hatter-aloldal.webp);
}

#header::after {
	content: '';
	display: block;
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	width: 100%;
    	height: 100%;
    	background-color: #ffffffcc;
}

#header > .content {
	position: relative;
	height: 300px;
	max-width: 1200px;
	vertical-align: middle;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	z-index: 2;
	transition: all 600ms ease-in-out;
	align-content: center;
}

#header > .content * { pointer-events: all; }

#header .logo {
	display: block;
	position: absolute;
	top: 0px; left: 15px;
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 130px;
	height: 115px;
}

#header a.link-fb,
#header a.link-yt {
	display: inline-block;
	width: 28px; height: 24px;
	vertical-align: top;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left: 10px;
}
#header a.link-fb { background-image: url('/images/icon-fb.png'); }
#header a.link-yt { background-image: url('/images/icon-yt.png'); }

.content {max-width: 1200px; margin: auto;}

#header .button-flex {
	display: flex;
    	justify-content: space-between;
    	flex-direction: row;
    	width: auto;
    	height: auto;
    	gap: 10px;
	margin-bottom: 80px;
}

.TopContactBox {
	display:block;
	position:absolute;
	top:13px; right:0px;
}

.TopContactBox > a {
	display:inline-block;
	font-size: 14px; line-height:25px;
	padding: 0px 10px;
	transition: all 200ms ease-in-out;
	color:#FFF;
	font-family: Inter;
	font-weight: 500;
	background: -webkit-linear-gradient(#fff,#9b9b9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.TopContactBox>a::before{content:'';font-family:fontawesome;color:#4853f7;padding-right:5px;transition: all 200ms ease-in-out;}
.TopContactBox>a.tel::before{content:'';} .TopContactBox>a.mail::before{content:'';} .TopContactBox>a.addr::before{content:'';}
.TopContactBox>a:hover,.TopContactBox>a:hover::before{color:#8cc1d7;}

.fb-like * { width: 190px !important; }

#SitePage>#subPage>.content { width: 100%; height: 100%; /*max-width: 100%;*/ padding: 0px; }
#SitePage>#subPage>.content>img{ max-height: 100%; height: auto; width: auto; }
#SitePage>#subPage>.content>h1{
	position: absolute;
	right: 0px;
	top: calc(50% - 1.25em);
	height: 2.5em;
	line-height: 1.25em;
	font-size: 1.66em;
	width: 60%;
	display: flex;
	margin: auto;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	text-align: left;
}

/* Menü */
#nav {
	position: absolute;
	top: 0px; left: 0px;
	transition: box-shadow 300ms ease-in-out, background 300ms ease-in-out;
	background: transparent;
	background-color: transparent;
	border-bottom: 0px solid #cccccc;
}
#nav > .content { position: relative; text-align: right; height: 86px; transition: height 300ms ease-in-out;
	display: grid;
	/*justify-content: space-between;*/
	grid-template-columns: auto auto;
	align-content: center;
	align-items: center;
}
#nav .logo {
	display: inline-block;
	width: 55px; height: 55px;
	background-image: url('/images/logo.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto;
}

#nav > .content > a {
	display: block;
    	position: relative;
    	width: 55px;
    	height: 55px;
}

.selectLang {
	display: block;
    	position: relative;
    	width: 70px;
    	height: 24px;
    	top: 0px;
}

.selectLang > .lang-en, .selectLang > .lang-hu {
    display: block;
    width: auto;
    height: auto;
    float: left;
    padding: 0px 0px 0px 27px;
    font-family: Maven Pro, Montserrat, sans-serif; Inter;
    font-size: 12px;
    color: #FFF;
    font-weight: 300;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    transition: all 300ms ease-in-out;
	width: 26px;
    	height: 20px;
}

.lang-en {
    background-image: url(/images/flag-en.png);
    margin-right: 0px;
}

.lang-hu {
    background-image: url(/images/flag-hu.png);
    margin-right: 15px;
}

#nav ul { }
#nav ul > li { }
#nav ul > li > a { }
#nav ul > li > a::before { }
#nav .menuInfo { }

#nav.fixed { background-color: #FFF; }

/* Szint: 1 */
#nav > .content > ul { height: 49px; display: flex; flex-direction: row; justify-content: end; flex-wrap: nowrap; align-items: center; padding-left: 25px; }
#nav > .content > ul > li { }
#nav > .content > ul > li > a {
	padding: 15px 10px;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 2px;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
	margin: 18px 16px;
	line-height: 20px;
	white-space: nowrap;
	transition: all 300ms ease-in-out;
}

#nav > .content > ul > li:hover > a,
#nav > .content > ul > li.aktive > a { color: #56615d; }
#nav > .content > ul > li.aktive > a::after,
#nav > .content > ul > li:hover > a::after { width: 100%; left: 0%; }

/* Szint: 2 */
#nav > .content > ul > li > ul {
	display: block;
	position: absolute;
    	top: 100%;
    	left: 0px;
    	background-color: #fff;
    	box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.05);
    	border-radius: 0px;
    	min-width: 100%;
    	border-top: 2px solid #56615d;
}

#nav > .content > ul > li:last-child > ul { left: auto; right: 0px; }
#nav > .content > ul > li:hover > ul { }
#nav > .content > ul > li > ul > li { display: block; position: relative; float: none; border-bottom: 1px solid #e1e1e1; }
#nav > .content > ul > li > ul > li > a {
	padding: 0.6em 1em;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	text-align: left;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#nav > .content > ul > li > ul > li.aktive > a { color: #56615d; }
#nav > .content > ul > li > ul > li:hover > a { color: #56615d; }

/* Szint: 3 */
#nav > .content > ul > li > ul > li > ul { }
#nav > .content > ul > li > ul > li:hover > ul { }
#nav > .content > ul > li > ul > li > ul > li { }
#nav > .content > ul > li > ul > li > ul > li > a { }
#nav > .content > ul > li > ul > li > ul > li.aktive > a { }
#nav > .content > ul > li > ul > li > ul > li:hover > a { }

#nav.fixed { position: fixed; top: 0px; }

@media all and (min-width: 900px) {
	#nav > .content > ul > li > a + ul + span.arrow {
		display: inline-block;
		position: absolute;
		bottom: -2px; left: 50%;
		left: calc(50% - 6px);
		border: 14px solid transparent;
		border-top: 8px solid transparent;
		border-bottom: none;
		transition: all 300ms ease-in-out;
		max-width: 14px !important;
		max-height: 14px !important;
	}
	#nav > .content > ul > li > a + ul + span.arrow::before {
		content: '';
        	display: block;
        	position: absolute;
        	font-family: 'FontAwesome';
        	font-weight: 100;
        	font-size: 10px;
        	top: -10px;
        	left: -5px;
	}
	#nav > .content > ul > li:hover > a + ul + span.arrow {
		border-top-color: transparent;
	}
	#nav > .content > ul > li:hover > a + ul + span.arrow::before { color: #56615d; }
	#nav > .content > ul > li > a + ul + span.arrow, #nav.fixed > .content > ul > li > a + ul + span.arrow {
	left: unset;
        right: calc(0% + 8px);
        top: calc(50% - 5px);
        bottom: unset;
        border-width: 5px;
        border-top-width: 9px;
        border-bottom: none; }

	#nav.fixed > .content > ul > li:hover > a + ul + span.arrow { }
}

#nav .menuInfo { display: none !important; }

#szolgaltatasok {
	display: block;
    	position: relative;
    	width: 100%;
    	height: 448px;
    	background-color: #c4cebc;
	background-position: 50%;
    	background-repeat: no-repeat;
    	background-size: cover;
	background-image: url(/images/hatter-lightgreen.webp);
}

#szolgaltatasok .content { height: 100%; }

.szg-flex {
    	display: flex;
    	position: relative;
    	justify-content: flex-start;
    	flex-direction: row;
    	width: 100%;
    	height: auto;
    	gap: 24px;
	height: 100%;
	align-items: center;
}

.szg-flex .szg-box {
	display: block;
    	position: relative;
    	width: 385px;
    	height: 380px;
    	background-color: #d4dcce;
    	border-radius: 10px;
	box-shadow: 1px 1px 10px #00000020;
}

.szg-flex .szg-box > h2 {
	background-color: #f6f6f4;
    	border-radius: 10px 10px 0px 0px;
    	padding: 20px;
	font-size: 24px;
}

.szg-flex .szg-box > div {
	display: block;
    	position: relative;
    	width: 100%;
    	height: 291px;
    	padding: 0px 20px 20px 20px;
}

.szg-flex .szg-box > div > ul { }
.szg-flex .szg-box > div > ul > li { margin-bottom: 20px; }
.szg-flex .szg-box > div > ul > li::marker {
  	content: '';
}
.szg-flex .szg-box > div > ul > li::before {
    	content: '';
    	display: inline-block;
    	position: absolute;
    	width: 16px;
    	height: 22px;
    	left: 25px;
	background-position: 50%;
    	background-repeat: no-repeat;
    	background-size: auto;
	background-image: url(/images/circle-check.png);
}

#velemenyek {
	display: block;
    	position: relative;
    	width: 100%;
    	height: 320px;
    	background-color: #e1e1e1;
}

#velemenyek .content { height: 100%; }

.velemenyek-flex {
    	display: flex;
    	position: relative;
    	width: 100%;
    	height: 100%;
    	justify-content: flex-start;
    	gap: 24px;
    	align-items: center;
}

.velemenyek-flex > div {
	display: block;
    	position: relative;
    	width: 380px;
    	height: auto;
    	text-align: center;
}

.velemenyek-flex > div > .quote {
display: block;
    position: relative;
    width: 30px;
    height: 22px;
    margin: 0px auto 20px auto;
	background-position: 50%;
    	background-repeat: no-repeat;
    	background-size: auto;
	background-image: url(/images/quote.webp);
}

.velemenyek-flex > div > .opinion {
display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.velemenyek-flex > div > .name {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#kozosmunka {
    	display: block;
    	position: relative;
    	width: 100%;
    	height: 550px;
    	background-color: #56615d;
	background-position: 50%;
    	background-repeat: no-repeat;
    	background-size: cover;
	background-image: url(/images/hatter-darkgreen.webp);
}

#kozosmunka .content { height: 100%; align-content: center; }
#kozosmunka .content > h2 {
	text-align: center;
    	color: #FFF;
	margin-bottom: 60px;
}

.km-flex {
	display: flex;
    	position: relative;
    	width: 100%;
    	height: auto;
    	justify-content: space-between;
}

.km-flex > div {
    display: block;
    position: relative;
    width: 210px;
    height: auto;
    text-align: center;
    color: #FFF;
}

.km-flex > div > div.icon {
	display: block;
    	position: relative;
    	width: 115px;
    	height: 115px;
    	margin: 0px auto 30px auto;
	background-position: 50%;
    	background-repeat: no-repeat;
    	background-size: auto;
	background-image: url(/images/quote.webp);
}

.km-flex > div:nth-child(1) > div.icon {
	background-image: url(/images/ikon-1.png);
}
.km-flex > div:nth-child(2) > div.icon {
	background-image: url(/images/ikon-2.png);
}
.km-flex > div:nth-child(3) > div.icon {
	background-image: url(/images/ikon-3.png);
}
.km-flex > div:nth-child(4) > div.icon {
	background-image: url(/images/ikon-4.png);
}

.km-flex > div > h3 {
	text-align: center;
}

.km-flex > div > h3::after {
	content: '';
	display: block;
	position: relative;
	background-color: #ffffff5e;
	width: 40px;
	height: 1px;
	margin: 0px auto;
    	top: 5px;
}

.km-flex > div > p {
	display: block;
    	position: relative;
    	height: auto;
    	width: 182px;
    	margin: 0px auto;
}

#main > .content {
	padding: 70px 0px 40px 0px !important;
	background-color: #f3f3f3;
	min-height: calc(100vh - 460px);
	z-index: 5;
}

#main h1  { font-size: 38px; }

#SitePage.home > #main > .content { max-width: 100%; width: 1200px; }

/* szMenu */
.szMenuFullText { min-height: unset; }
.szMenuFullText > p { margin: 0 auto 10px;}

.szMenuBack > a, .szMenuItem .szMenuBovebben > a {
	background: linear-gradient(to bottom,rgb(12 127 243) 0%,rgb(0 102 204) 100%);
}

.szMenuFullText > ul, .szMenuFullText td > ul { list-style: none; }
.szMenuFullText > ul > li, .szMenuFullText td > ul > li {
	background-image: url(/images/dot1.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 30px;
	transition: all 100ms ease-in-out;
}

.szMenuFullText > ul > li:hover, .szMenuFullText td > ul > li:hover {
	background-image: url(/images/dot1.png);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	padding-left: 30px;
}

a.szcikk_btn1, button, input[type="button"], input[type="submit"], input[type="reset"], input[type="clear"], input.typeButton, input.typeSubmit, input.typeReset, input.typeClear {
	background: -webkit-linear-gradient(#87c7de,#3842d6);
	padding: 15px 80px;
	color: #FFF;
	font-weight: bold;
	height: auto;
	display: block;
}

a.Homebtn {
	display: block;
	position: relative;
	font-family: 'Inter';
	font-size: 19px;
	color: #FFF;
	width: fit-content;
	text-align: center;
	word-wrap: break-word;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #D4AA00;
	transition: all 300ms ease-in-out;
	padding: 20px 55px;
}

a.Homebtn:hover {
	background-color: #1A1A1A;
}

#kapcsolat {
	display: block;
    	position: relative;
    	width: 100%;
    	height: 480px;
    	background-color: #56615d;
	background-position: 50% 100%;
    	background-attachment: fixed;
    	background-repeat: no-repeat;
    	background-size: cover;
	background-image: url(/images/background-kapcsolat.webp);
}

#kapcsolat::after {
	content: '';
	display: block;
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	width: 100%;
    	height: 100%;
    	background-color: #56615d90;
}

#kapcsolat .content {
	height: 100%;
	z-index: 1;
	text-align: right;
    	color: #fff;
    	align-content: center;
}

#kapcsolat .content > h2 {
    text-align: right;
    color: #FFF;
}

#kapcsolat .content > p {
	display: block;
    	position: relative;
    	width: 600px;
    	height: auto;
    	margin: 0px 0px 0px auto;
}

#kapcsolat .content > a.jv-button {
	margin: 25px 0px 0px auto;
}

/* Lábléc */
#footer { background-color: #252525; color: #FFF; z-index: 9; padding: 10px 0px; min-height: 210px; }
#footer div.copy {
	min-height: 22px;
	margin: auto;
	font-style: normal;
	text-align: left;
	font-size: 14px;
	font-weight: 200;
}


#error-404 { display: block; position: relative; text-align: center; padding-bottom: 60px; overflow: hidden; }
#error-404 > img { margin: auto; }
#error-404 > span { display: block; font-size: 0.9em; color: #333; }

.forms > span.formsInputError { font-size: 15px; }
.forms > form > div > p,
.forms > form > div > p:nth-of-type(2n+1),
.forms > form > div > p:nth-of-type(2n+0) { margin-left: 0px; margin-right: 0px; background: none; padding: 0px; margin: 0px; }
.forms > form span.labelCell { display: none !important; }
.forms > form span.formsInputError { font-size: 0px; width: 15px; color: transparent; right: -25px; }
.forms > form input + span.formsInputError { right: -10px; height: calc(100% - 4px); top: 2px; border-radius: 0px 3px 3px 0px; }
.forms > form input + span.formsInputError::before { top: calc(50% - 10px); }
.forms > form textarea + span.formsInputError { right: -10px; height: calc(100% - 0px); top: 0px; border-radius: 0px 3px 3px 0px; }
.forms > form textarea + span.formsInputError::before { top: calc(50% - 10px); }
.forms span.valusCell { width: 100%; }
.forms span.valusCell > input[type="text"] { width: 100%; max-width: 100%; }
.forms span.valusCell > input[type="email"] { width: 100%; max-width: 100%; }
.forms span.valusCell > input[type="tel"] { width: 100%; max-width: 100%; }
.forms textarea.typeTexta { width: 100%; max-width: 100%; }

.PopUp { background-color: rgba(0,0,0,0.75) !important; }
.PopUp > .box { background: #111 !important; box-shadow: 1px 1px 20px #00000090; border-radius: 0 !important; padding: 20px !important; }
.PopUp > .box > .title { margin-bottom: 20px; font-size: 30px; color: #FFF; font-family: Inter; font-weight: 500; padding: 12px 70px 5px 15px; }
.PopUp .forms textarea { min-height: 170px; }
.PopUp > .box > .body > span { width: 100%; display: block; position: relative; text-align: center; }
.PopUp .forms .loading { display: block; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background-color: transparent; background-image: url('/images/wait.gif'); background-repeat: no-repeat; background-position: center; }
.PopUp > .box > .title > .close { right: 0.45em; }

.PopUp .forms span.valusCell > input[type="text"],
.PopUp .forms span.valusCell > input[type="email"],
.PopUp .forms span.valusCell > input[type="tel"],
.PopUp .forms textarea {
	background-color: #FFF; border: 0px solid #444; color: #6a6a6a;
	color-scheme: dark; font-family: Noto Sans Display; font-size: 17px;
}
.PopUp .forms > form input + span.formsInputError { top: 0px; height: 100%; }

.PopUp .forms > form button[type="submit"] {
	display: block;
	position: relative;
	margin: 0px auto;
	width: 272px;
	height: 50px;
	padding: 14px 10px;
	text-align: center;
	color: #FFF;
	background: linear-gradient(#87c7de,#3842d6);
	font-family: Inter;
	font-weight: bold;
	font-size: 20px;
	transition: all 300ms ease-in-out;
	z-index: 3;
}

.PopUp .forms > form button[type="submit"]:hover {
	color: #fff;
	background: linear-gradient(#edb92d,#fe6a4a);
}

.PopUp .forms > form button[type="submit"]:focus {
	color: #fff;
	background: linear-gradient(#edb92d,#fe6a4a);
}


div.siteGaleria .galListGroup li a .galListItemImage { background-size: contain; }

.FootGroup {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 70px 0px
}

.FootGroup > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	font-style: normal;
	gap: 4px;
	align-self: center;
}

.FootGroup > div > a.logo {
	display: inline-block;
    	width: 55px;
    	height: 55px;
    	background-image: url(/images/logo-white-jelinko.png);
    	background-color: transparent;
    	background-repeat: no-repeat;
    	background-position: 50% 50%;
    	background-size: auto;
}

#footer a, .FootGroup a, 
#footer p, .FootGroup p  {
	display:inline-block;
	font-size: 14px;
	transition: all 300ms ease-in-out;
	color: #FFF;
	font-family: Inter, sans-serif;
	font-weight: 300;
	margin-bottom: 0px;
	text-align: left;
}

#footer a:hover, .FootGroup a:hover {
	color: #ffffffbd;
}

.FootGroup a.cv::before {
	content: '';
    	font-family: FontAwesome;
    	display: inline-block;
    	position: relative;
    	width: 20px;
    	height: 20px;
    	left: 0px;
}

.FootGroup a.mail::before {
	content: '';
    	font-family: FontAwesome;
    	display: inline-block;
    	position: relative;
    	width: 20px;
    	height: 20px;
    	left: 0px;
}
.FootGroup a.linkedin::before {
	content: '';
    	font-family: FontAwesome;
    	display: inline-block;
    	position: relative;
    	width: 20px;
    	height: 20px;
    	left: 0px;
}

.FootContactBox > a {
	display:inline-block;
	font-size:15px;
	line-height:25px;
	padding:0px 10px;
	transition: all 200ms ease-in-out;
	color:#FFF;
	font-family: Inter;
	font-weight: 500;
	background: -webkit-linear-gradient(#fff,#9b9b9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.FootContactBox > a::before{content:'';font-family:fontawesome;color:#35adff;padding-right:5px;transition: all 200ms ease-in-out;}
.FootContactBox > a.tel::before{content:'';} .FootContactBox>a.mail::before{content:'';} .FootContactBox>a.addr::before{content:'';}

.FootContactBox > a:hover {
	background: -webkit-linear-gradient(#fff,#9b9b9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.FootContactBox > a:hover::before{
	background: -webkit-linear-gradient(#ffcb31, #ff6c4f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Csak desktop */
@media all and (min-width: 1000px) {
	/* #nav > .content > ul > li:first-child { display: none; } */
}
