/* /home/www.xls.hu/@system/assets/css/animate.css */
/* /home/www.xls.hu/@system/assets/css/css-reset.css */
/* /home/www.xls.hu/@system/assets/css/effects.css */
/* /home/www.xls.hu/@system/assets/css/jquery-ui.css */
/* https://web.xls.hu/fonts/?iconfont,FontAwesome,Garet Book;Garet Heavy;Helvetica Neue eText Pro;Helvetica Now Display;Roobert Pro */
/* /home/www.xls.hu/@moduls/default/frontend//style.css */
/* /home/www.xls.hu/@moduls/default/frontend//mystyle.css */
/* /home/www.xls.hu/@moduls/szmenu/frontend//style.css */
/* /home/www.xls.hu/@moduls/blog/frontend//style.css */
/* /home/www.xls.hu/@moduls/gyik/frontend//style.css */
/* /home/www.xls.hu/@moduls/domain/frontend//style.css */
/* /home/www.xls.hu/@moduls/galeria/frontend//style.css */
/* /home/www.xls.hu/@theme/assets/css/core.css */
/* /home/www.xls.hu/@theme/assets/css/style.css */
@import url('https://web.xls.hu/fonts/?iconfont,FontAwesome,Garet Book;Garet Heavy;Helvetica Neue eText Pro;Helvetica Now Display;Roobert Pro');
@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:#FFF;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: transparent;
	border: 0px solid transparent;
	border-radius: 0px;
	color: #FFF;
}
.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.row > label {
    font-weight: normal !important;
    padding: 8px 0px 5px 0px;
    display: inline-block;
    position: relative;
}

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.sendRow button { margin: 0px auto; }

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,
select.typeSelect {
	display: inline-block;
	position: relative;
	width: 100% !important;
	width: 100%;
	max-width: 320px;
	min-height: 50px;
	border-radius: 0px;
	border: none;
	color: #6a6a6a;
	font-family: Helvetica Neue eText Pro;
	font-size: 13px;
	border-radius: 10px !important;
	padding: 5px 10px;
	background-color: #FFF;
	border: 1px solid #ebebeb;
	margin: 2px;
	line-height: 32px;
	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,
select.typeSelect:focus {
	background-color: #FFF;
	border: 1px solid #222f11;
	color: #000;
}
input.typeCaptcha { width: 100px; height: 26px; text-align: center; letter-spacing: 5px; }

textarea.typeTexta {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #999;
	transition: all 300ms ease-in-out;
	min-height: 160px;
	font-family: Helvetica Neue eText Pro;
	font-size: 13px;
	border-radius: 10px;
	margin-bottom: 10px;
}
textarea.typeTexta:focus {
	background-color: #FFF;
	border: 1px solid #999;
	color: #333;
}

.captcha_table img { display: block; margin: 0px auto; margin-bottom: 15px; }
.captcha_table > tbody > tr > td > label.formLabel { text-align: center !important; }

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; background-color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 0px solid transparent;
    margin-right: 10px; 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; text-align: center; font-size: 20px; width: 30px; height: 30px; line-height: 30px; color: #f75c03; }
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: 10px 35px;
	height: auto;
	line-height: normal;
	border: 0px;
	border-radius: 2px;
   	font-size: 13px;
   	text-transform: uppercase;
   	font-weight: 600;
   	filter: brightness(1);
	text-align: center;
	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;
    	filter: brightness(0.8);
}

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%; }
}
.BlogBox { display: flex; position: relative; flex-direction: row; width: 100%; gap: 20px; justify-content: space-between; padding-top: 20px; }

.BlogokPage,
.BlogokList,
.RovidBlogokList {
    position: relative;
    display: block;
    padding: 10px 0px;
    max-width: calc(100% - 320px);
    width: 100%;
}

.BlogokPage { background: transparent; padding: 0px; padding-bottom: 0px; }

.BlogokPageTitle,
.BlogokListTitle,
.RovidBlogokListTitle {
    position: relative;
    display: block;
    padding-bottom: 5px;
    padding-top: 3px;
    text-transform: capitalize;
}

.RovidBlogokListTitle a,
.RovidBlogokListTitle a { text-decoration: none; }

.RovidBlogokListTitle a:hover,
.RovidBlogokListTitle a:hover { text-decoration: underline; }

.BlogokPageText,
.RovidBlogokListText,
.RovidBlogokListText {
    position: relative;
    display: block;
}
.BlogokPageText { min-height: 400px; font-size: 15px; }
.BlogokPageText img { max-width: 100%; width: 100%; margin-bottom: 25px; max-height: 200px; object-fit: contain; font-family: 'object-fit: contain;'; }

.BlogokPageKeys {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    padding: 20px 0px;
}
.BlogokPageKeys a {
    display: inline-flex;
    font-size: 15px;
    color: #fff;
    background-color: #8344ad;
    font-weight: 300;
    opacity: 0.8;
    border-radius: 10px;
    padding: 0.4em 0.75em;
    transition: all 300ms ease-in-out;
    text-decoration: none !important;
}
.BlogokPageKeys a:hover { opacity: 1; color: #fff; background-color: #8344ad; }

.RightBox .BlogokPageKeys { display: flex; justify-content: center;}
.RightBox .BlogokPageKeys a { font-size: 13px; }

.BlogokPageFoot,
.RovidBlogokListFoot,
.RovidBlogokListFoot {
    position: relative;
    display: block;
    font-size: 10pt;
    border-top: 1px solid #2b2b3d;
    justify-content: space-between;
    padding-top: 20px;
    text-align: right;
    line-height: 1.5em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.BlogEmpty { width: 100%; text-align:center; margin: 50px; font-size: 16px; font-weight: bold; }


#newBlogPostTitle { display: block; position: relative; }
#newBlogPostTitle h3 { text-align: center; font-size: 20px; font-weight: normal; border-bottom: 2px solid #c9cacc; line-height: 25px; padding-top: 5px; margin-bottom: 10px; }

#BlogokList,
#newBlogPost {
    display: block;
    position: relative;
    background-color: transparent;
    margin-bottom: 15px;
    color: #333;
    height: auto;
    width: 100%;
}

#BlogokList ul,
#newBlogPost ul { display: block; width: 100%; list-style: none; margin: 0px; padding: 0px; position: relative; display: flex; flex-direction: row; gap: 15px; }

#BlogokList ul { display: flex; flex-wrap: wrap; flex-direction: column; gap: 30px }

#BlogokList ul li,
#newBlogPost ul li { display: block; list-style: none; margin: 0px; padding: 0px; position: relative; }

#BlogokList ul li { max-width: 270px; }

#BlogokList ul li a,
#newBlogPost ul li a {
    display: block;
    position: relative;
    color: #eee;
    min-height: max-content;
    transition: all 300ms ease-in-out;
    display: flex;
    flex-direction: row;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none !important;
    box-shadow: inset 0 0 15px #ffffff1c;
  border: 1px solid #1f1f2e50;
  background-image: linear-gradient(to bottom right, #474f8075, #2d304375, #2d304375, #474f8075);
}

#BlogokList .blogRightSideContent,
#newBlogPost .blogRightSideContent {
    display: flex;
    position: relative;
    width: 618px;
    height: 100%;
    gap: 10px;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 15px 20px;
}

#BlogokList .icon,
#newBlogPost .icon {
    display: inline-block;
    width: 100%; height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 300ms ease-in-out;
}
#newBlogPost .icon { display: none; }
#BlogokList .icon { background-size: 100% auto; }
#BlogokList a:hover .icon { background-size: 120% auto; transition: all 7000ms linear; }
#BlogokList .title,
#newBlogPost .title {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 1em;
    min-height: 35px;
    color: #eee;
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 300ms ease-in-out;
    gap: 0px;
}

#BlogokList .title { font-size: 19px; padding: 0px; }
#newBlogPost .title { font-size: 17px; padding: 0px; }

#BlogokList .name,
#newBlogPost .name { 
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: 58px;
    overflow: hidden;
    color: #FFF;
    text-align: left;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 24px;
   font-weight: 400;
}

#BlogokList .date,
#newBlogPost .date {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #babac7;
    text-align: left;
    width: 100%;
    padding-left: 8px;
}

#BlogokList .date::before,
#newBlogPost .date::before {
    content: '';
  display: inline-block;
  position: relative;
  left: -7px;
  font-family: FontAwesome;
}

#BlogokList .body,
#newBlogPost .body {
    display: flex;
    position: relative;
    padding: 0px;
    gap: 10px;
    flex-direction: row;
    margin-bottom: 20px;
}

#newBlogPost .body { display: none; }

#BlogokList .desc,
#newBlogPost .desc {
    display: block;
    font-size: 16px;
    min-height: 64px;
    max-height: 64px;
    line-height: 1.15em;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    color: #babac7;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    width: 100%;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: normal;
}

#BlogokList .foot,
#newBlogPost .foot {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}
#newBlogPost .foot { display: none; }
#BlogokList .foot { margin-top: auto; }


#BlogokList ul li a .title { top: 0px; margin-top: 0px; min-height: calc(3.8em + 16px); max-height: calc(3.8em + 16px); display: flex; justify-content: left; flex-direction: column; gap: 10px; }
#BlogokList ul li a .title > .name { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-weight: 400; word-wrap: break-word; overflow: hidden; }
#BlogokList ul li a:hover .title { color: #fbba00; margin-top: -90px; }
#BlogokList ul li a .body {}
#BlogokList ul li a:hover .more { color: #fff; background-color: #455a0b; }

#newBlogPost ul li a .title { color: #555; }
#newBlogPost ul li a:hover .title { color: #15114f; }
#newBlogPost ul li a:hover .more { color: #000; background-color: #fbba00; }

div.BlogLapozo { display: grid; align-items: center; justify-content: center; grid-template-columns: auto auto auto; gap: 0.3em; max-width: 800px; }
div.BlogLapozo > div { max-width: max-content; }
div.BlogLapozo > div.steps { display: flex; align-items: center; justify-content: center; gap: 0.3em; }
div.BlogLapozo > div button { vertical-align: middle; margin: 0px; padding: 0.5em 1em; }
div.BlogLapozo > div button.prev {  }
div.BlogLapozo > div button.prev::before { content: ''; font-family: iconfont,FontAwesome; vertical-align: middle; }
div.BlogLapozo > div button.next {  }
div.BlogLapozo > div button.next::before { content: ''; font-family: iconfont,FontAwesome; vertical-align: middle; }
div.BlogLapozo > div button.active { border: 0px; color: #FFF; background: #395bca; border: 1px solid #395bca; }

ul.BlogListDate { display: block; position: relative; list-style: none; margin: 0px; padding: 0px; }
ul.BlogListDate li { margin-bottom: 10px; }
ul.BlogListDate li a { font-size: 11px; color: #555; text-decoration: none; display: block; line-height: 22px; padding: 3px 15px; border-bottom: 1px solid #ccc; }
ul.BlogListDate li a.year { font-size: 18px; line-height: 22px; font-weight: bold; font-family: sans-serif; }
ul.BlogListDate li a.aktiv { color: #15114f; }
ul.BlogListDate li a:hover { color: #15114f; border-bottom: 1px solid #15114f; }

ul.BlogListDate ul.month { display: block; position: relative; list-style: none;  margin: 0px; padding: 0px; }
ul.BlogListDate ul.month li { }
ul.BlogListDate ul.month li a { padding-left: 30px; font-size: 16px; line-height: 20px; border-bottom: 1px solid #ccc; }
ul.BlogListDate ul.month li a:hover { color: #15114f; border-bottom: 1px solid #15114f; }

.RightBox { display: flex; flex-direction: column; gap: 20px; }

@media all and (min-width: 1050px) {
    .RightBox { width: 320px; float: unset; order: 2; min-width: 320px; padding-left: 20px; border-left: 1px solid #2b2b3d; }
}

@media all and (max-width: 1050px) {
    .BlogBox { flex-direction: column; }
    .RightBox { min-width: 300px; order: 1; }
    .BlogokPage,
    .BlogokList,
    #BlogokList,
    .RovidBlogokList { order: 2; }
}

@media all and (max-width: 600px) {
    #newBlogPost .body { flex-direction: column; align-items: center; }
    ul.BlogListDate li a + ul.month { display: none; }
    ul.BlogListDate li a.aktiv + ul.month { display: block; }
}

#BlogSearch { display: flex; flex-direction: row; flex-wrap: nowrap; border: 1px solid #555; justify-content: space-between; transition: all 300ms ease-in-out; }
#BlogSearch:focus-within { border: 1px solid #15114f; }
#BlogSearch input { background: unset; border: unset; outline: unset; color: #555; padding: 0px 1em; margin: 0px; width: 100%; height: 36px; }
#BlogSearch button { background: unset; border: unset; outline: unset; color: #777; padding: 0px; margin: 0px; width: 36px; height: 36px; }
#BlogSearch button:hover { color: #000; }
#BlogSearch button::before { content: ''; font-family: FontAwesome; }


#BlogokList.kiemelt { display: block; width: 100%; max-width: 100%; overflow: hidden; }
#BlogokList.kiemelt span.prev,
#BlogokList.kiemelt span.next { display: block; position: absolute; height: 100%; width: 48px; top: 0px; background-repeat: no-repeat; background-position: 50% 50%; z-index: 3; cursor: pointer; }
#BlogokList.kiemelt span.prev { left: 0px; background-image: url('/images/arrow-prev.png'); }
#BlogokList.kiemelt span.next { right: 0px; background-image: url('/images/arrow-next.png'); }
#BlogokList.kiemelt > ul { display: flex; flex-direction: row; flex-wrap: nowrap; width: fit-content; max-width: fit-content !important; padding: 0 18px; }
#BlogokList.kiemelt > ul > li { width: 250px; }
@media all and (max-width: 980px) { #BlogokList.kiemelt > ul > li { width: calc(33vw - 40px); } }
@media all and (max-width: 760px) { #BlogokList.kiemelt > ul > li { width: calc(50vw - 50px); } }
@media all and (max-width: 520px) { #BlogokList.kiemelt > ul > li { width: calc(100vw - 60px); } }


/* Blog Lista */

.BlogokPage, .BlogokList, .RovidBlogokList { max-width: 100%; }

#BlogokList.normal ul li { width: 100%; max-width: 900px; }
#BlogokList.normal ul li a .title { margin-top: 0px; color: #181818; }
#BlogokList.normal .icon {
    height: 264px;
    width: 235px;
    background-size: cover;
}

#BlogokList a:hover .icon {
    background-size: cover;
    transition: all 7000mslinear;
}
#BlogokList a .icon.noimage {
    background-repeat: no-repeat; background-position: 50% 50%;
    background-image: url('/images/noimage-found.jpg'); background-size: cover;
}

/* Blog Főoldal */
#BlogokList.szezonalis ul { justify-content: center; }
#BlogokList.szezonalis ul li { max-width: 380px; }

#BlogokList ul li a .title > .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: normal;
}

.ArchivBlog { margin: 0px; padding: 0px; list-style: none; }
.ArchivBlog > li {  }
.ArchivBlog > li > a { color: #babac7; font-weight: 300; font-size: 15px; }
.ArchivBlog > li > a > span { color: #babac7; font-weight: 300; }
.ArchivBlog > li > a.aktiv,
.ArchivBlog > li > a.aktiv > span { font-weight: 600; color: #7193ff; }

.KiemeltBlogBejegyzes {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.KiemeltBlogBejegyzes h3 {
  font-family: 'Helvetica Now Display';
  font-size: 25px;
  color: #FFF;
  margin-bottom: 20px;
}

.KiemeltBlogBejegyzes ul {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1em;
    gap: 1em;
}
.KiemeltBlogBejegyzes ul > li {
    position: relative;
    display: block;
    margin: 0;
}
.KiemeltBlogBejegyzes ul > li > a {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    grid-template-areas:
        "a b b"
        "a c d";
    gap: 10px;
    text-decoration: none !important;
    border-bottom: 1px solid #2b2b3d;
    padding: 8px 8px 20px 8px;;
    border-radius: 0px;
}
.KiemeltBlogBejegyzes ul > li > a .icon {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    grid-area: a;
    height: 100%;
    max-height: 105px;
    width: 70px;
    align-items: center;
	margin-right: 6px;
}
.KiemeltBlogBejegyzes ul > li > a .icon.noimage { background-size: 150% auto; background-image: url('/images/noimage-found.jpg'); }
.KiemeltBlogBejegyzes ul > li > a .name { grid-area: b; font-weight: bold; color: #fff; font-family: Helvetica Now Display; font-weight: 400; font-size: 15px;
  max-height: 60px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: normal;
  margin-bottom: 10px; }
.KiemeltBlogBejegyzes ul > li > a .date { grid-area: c; font-style: normal; color: #babac7; font-size: 0.7em; align-self: end; padding: 6px 0px 6px 8px; }
.KiemeltBlogBejegyzes ul > li > a .date::before { 
  content: '';
  display: inline-block;
  position: relative;
  left: -7px;
  font-family: FontAwesome;
}
.KiemeltBlogBejegyzes ul > li > a .more {
    grid-area: d;
  display: block;
  position: relative;
  width: fit-content;
  height: auto;
  background-image: linear-gradient(to top, #47190d, #f46036);
  border-radius: 12px;
  padding: 7px 18px;
  color: #FFF;
  font-size: 11px;
  z-index: 2;
  font-family: 'Garet Book';
  -webkit-backface-visibility: hidden;
  box-shadow: inset 0 0 15px #ffffff1f;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.KiemeltBlogBejegyzes ul > li > a .more::after {
	content: 'Tovább →';
	display: block; position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	opacity: 0; z-index: 2;
	border-radius: 10px;
	background-image: linear-gradient(to top, #f46036, #47190d);
	box-shadow: inset 1px 1px 1px #f3684250;
	transition: opacity 0.25s linear;
	text-align: center; align-content: center;
}

.KiemeltBlogBejegyzes ul > li > a .more:hover { text-decoration: none; filter: none; }
.KiemeltBlogBejegyzes ul > li > a .more:hover::after { opacity: 1; }

.BlogArchivum {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #2b2b3d;
}

.BlogArchivum > h3 {
  font-family: 'Helvetica Now Display';
  font-size: 25px;
  color: #FFF;
  margin-bottom: 20px;
}

@media all and (max-width: 1000px) {

    #BlogokList ul li a, #newBlogPost ul li a { flex-wrap: wrap; height: auto; }
    #BlogokList .blogRightSideContent, #newBlogPost .blogRightSideContent { width: 100%; padding: 15px 15px; }
    #BlogokList.normal .icon { height: 170px; width: 100%; }
    #BlogokList .more, #newBlogPost .more { margin: 0px auto; }

}
.faq-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 590px));
    gap: 10px;
}
.faq-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}
hit {
    background-color: #e15d37;
    font-weight: bold;
    padding: 0 2px;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    display: inline;
}

.faq-search { display: block; position: relative; display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: center; max-width: 95%; margin: 0px auto; margin-bottom: 30px; }
.faq-search > input[type="search"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 18px 7px 18px;
    outline: none !important;
    line-height: 26px;
    width: 100%;
    font-family: Helvetica Neue eText Pro;
    font-size: 12px;
    background-color: #70707625;
    border: 1px solid #ffffff25;
    box-shadow: inset 0 0 15px #00000094;
    color: #fff;
    margin: 0px;
}
#wh_loading {
	/*width:100%; height:100%;*/
	width:238px; height:173px;
	position: absolute; /*top: 0px; left: 0px;*/
	display: none;
}
#wh_loading_bg {
	/*width:100%; height:100%;*/
	width:238px; height:173px;
	position: absolute; /*top: 0px; left: 0px;*/
	filter: alpha(opacity=80); opacity: 0.80; -moz-opacity: 0.80; -khtml-opacity: 0.80;
	background-color: #DDDDDD;
}
#wh_loading_text {
	/*width:100%; height:100%;*/
	width:238px; 
	height:173px;
	position: absolute; 
	/*top: 0px; left: 0px;*/
}
#wh_loading_text td{
	width:100%; 
	height:100%;
	position: absolute; 
	padding-left:100px;
	padding-top:80px;
}

div.wh_box {
	border: 1px solid #FFFFFF;
	background-color: #DDDDDD;
}
div.wh_boxcim {
	background-color: #EFEFEF;
	color: #000000;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}
div.wh_boxadat {
	background-color: #DDDDDD;
	color: #000000;
	padding: 3px;
	font-size: 12px;
}
div.wh_tervalaszt {
	float: left;
	margin: 3px;
	margin-right: 0px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor:pointer;cursor:hand;
	background-color: #B2B2B2;
	vertical-align: middle;
	border: 0px;
	width: 112px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
div.wh_status {
	text-align:center;
}
span.wh_szabad {
	color: green;
}
span.wh_foglalt {
	color: red;
}
span.wh_hibas {
	color: red;
}

.domain_keres{
	width: 228px;
	height: 26px;
}
.domain_keres .td {
	vertical-align: top;
}
.td.domain_hu_on {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	color: #1058A2;
	background-image: url('/images/fulbackbtn.gif');
	background-repeat: no-repeat;
	background-position: center top;
	cursor:pointer;cursor:hand;
}
.td.domain_hu_off {
	font-size: 12px;
	text-align: center;
	width: 98px;
	color: #666666;
	cursor:pointer;cursor:hand;
}
.td.domain_tdl_on {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	color: #1058A2;
	background-image: url('/images/fulbackbtn.gif');
	background-repeat: no-repeat;
	background-position: center top;
	cursor:pointer;cursor:hand;
}
.td.domain_tdl_off {
	font-size: 12px;
	text-align: center;
	width: 98px;
	color: #666666;
	cursor:pointer;cursor:hand;
}
#wh_eleje {
	width: 120px;
}
#wh_vege {
	width: 70px;
}

/* input[type="radio"]+label.chbox::before, input.typeRadio+label.chbox::before { color: #113949; } */

div.kiemelDomain {
	float: right;
	width: 300px;
	padding: 20px;
	font-size: 15px;
	line-height: 1.25em;
	background-color: rgba(255,255,255,0.3);
	border: 1px solid #fff;
	border-radius: 5px;
}

#DomainForm {
	/*font-size: 15px;
	width: calc(100% - 360px);*/
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	box-shadow: inset 0 0 15px #ffffff1c;
	border-radius: 10px;
	border: 1px solid #1f1f2e50;
	padding: 20px;
	background: linear-gradient(to bottom right, #474f801f, #2d304333, #2d304333, #474f801f);
}

#DomainForm img.captcha_kep {
	background-color: #FFF;
	border: 1px solid #004D66 !important;
	border-radius: 5px;
}

#DomainForm hr { width: 100%; margin: 1em 0em; }

.domain_reg {
	display: inline-grid;
	margin-bottom: 35px;
}
.domain_reg > .tr { display: grid; grid-template-columns: 140px auto; }
.domain_reg > .tr > .td {
	padding: 5px;
	display: block;
}
.domain_reg .td[colspan="2"] { grid-column: 1 / span 2; }

.domain_reg .td > label {
	line-height: 42px;
}
.domain_reg input.txt{
	max-width: 500px;
	font-size: 16px;
	font-weight: normal;
	font-family: "Hanken Grotesk", sans-serif;
	border-width: 1px;
	border-radius: 5px;
}
.domain_reg input.txt::placeholder, .domain_reg .form_megjegyzes::placeholder{
	color: #AAA;
	font-size: 16px;
}
.domain_reg .form_megjegyzes{
	height: 120px;
	max-width: 510px;
	font-size: 24px;
	border-width: 1px;
	border-radius: 5px;
	width: 90%;
	padding: 10px;
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 16px;
	color: #313131;
}
.domain_reg input.submit{
	height: 30px;
	width: 200px;
	font-size: 20px;
	border-width: 1px;
	font-family: "Hanken Grotesk", sans-serif;
}
.domain_reg select{
	height: 40px;
	color: #6a6a6a;
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 17px;
	min-width: 70px;
	text-align: center;
	border-width: 1px;
	border-radius: 5px;
}

.domain_reg #dr_domain {
    font-size: 18px;
    font-weight: bold;
}

a.chbox{
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: underline;
	color: #000000;
}
a.chbox:hover{
	text-decoration: none;
	color: #00ff00;
}
a.chbox img{
	float: left;
	margin-right: 5px;
}
div.chbox_txt{
	display: block;
	width: 450px;
	padding-top: 5px;
}
div.dr_ar, div.ti_ar{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	margin-left: 10px;
	line-height: 1.2em;
}
span.dr_megtakarit{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
span.ti_eves{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
table.belso_alap{
	width: 100%;
}
table.belso_alap th{
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 3px;
	font-size: 12px;
}
table.belso_alap td{
	padding: 3px;
}

input+label.chboxGif { float: left; display: inline-block; width: 32px; height: 32px; margin-right: 5px; background-image: url('/images/ch_off.gif'); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; }
input:checked+label.chboxGif { background-image: url('/images/ch_on.gif'); }

button.submit {
	border: 0px solid transparent;
	border-radius: 3px;
	background-color: #144178;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100% 200%;
	color: #FFF;
	padding: 10px 20px;
	height: 50px;
	font-size: 1.25em;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.66);
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all 200ms ease-in-out;
	z-index: 11;
}
button.submit:hover{ background-position: 0px -50px; text-shadow:-1px -1px 3px rgba(0,0,0,25); }

span.DomainCheck {
	display: none;
	position: relative;
	width: 36px; height: 36px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	margin: 2px 5px;
	vertical-align: middle;
}
span.DomainCheck.ok { display: inline-block; background-image: url('/images/icon-ok.png'); }
span.DomainCheck.in { display: inline-block; background-image: url('/images/load.gif'); }
span.DomainCheck.no { display: inline-block; background-image: url('/images/icon-no.png'); }


#DomainForm .steps { display: none; }
#DomainForm[step="1"] .steps[step="1"],
#DomainForm[step="2"] .steps[step="2"],
#DomainForm[step="3"] .steps[step="3"],
#DomainForm[step="4"] .steps[step="4"],
#DomainForm[step="5"] .steps[step="5"],
#DomainForm[step="6"] .steps[step="6"],
#DomainForm[step="7"] .steps[step="7"],
#DomainForm[step="8"] .steps[step="8"],
#DomainForm[step="9"] .steps[step="9"] { display: block; }

#DomainForm .stepNav { display: flex; justify-content: space-evenly; max-width: 806px; }
#DomainForm button {  }
#DomainForm .back { content: '← Vissza'; }
#DomainForm .back::before { content: '← Vissza'; text-transform: none; }
#DomainForm .next { content: 'Tovább →'; }
#DomainForm .next::before { content: 'Tovább →'; text-transform: none; }

#DomainForm .next:hover::after { content: 'Tovább →'; font-family: Garet Book; font-size: 14px; text-align: center;
    align-content: center; text-transform: none;  }
#DomainForm .back:hover::after { content: '← Vissza'; font-family: Garet Book; font-size: 14px; text-align: center;
    align-content: center; text-transform: none;  }

#DomainForm .next[title]::before { content: attr(title); }
#DomainForm .next[value]::before { content: attr(value); }

@media all and (max-width: 1000px) {
	.domain_reg.table { display: block; }
	.domain_reg.table > .tr { display: block; }
	.domain_reg.table > .tr > .td { display: block; }
	.domain_reg.table > .tr > .td > label { display: none; }
	.domain_reg.table > .tr > .td span.info {
		display: inline-block;
		font-size: 0.8em;
		font-style: italic;
		/*
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		*/
	}
}

div.gal_fokep_group, div.gal_kep_group {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start; 
	margin-bottom: 20px;
	gap: 20px;
}

div.gal_fokep, div.gal_kep { 
	position: relative;
	border: 0px solid #ccc;
	display: inline-block;
	float: left;
	font-size: 12px;
	padding: 0px;
	text-align: center;
	border-radius: 0px;
	text-decoration: none;
	background-size: contain;
	border-radius: 10px;
}

div.gal_fokep:hover, div.gal_kep:hover { background-color:#111111cc; border: 0px solid #111; border-radius: 10px; }
div.gal_kep .hsimg, div.gal_kep:hover .hsimg { border-radius: 0px; background-size: cover; border-radius: 10px; }
div.gal_vissza { display:inline; width:100%; }

span.gal_fokep_szoveg, span.gal_kep_szoveg {position:absolute;left:0px; bottom:0px;min-height:50px;max-height: 75px;padding-top:5px;width:100%;text-align:center; color:#FFF; overflow:hidden; border-radius:0px 0px 0px 0px; background-color: #004fff; transition: all 300ms ease-in-out; text-align: left; font-size: 18px; padding: 12px 15px; }
div.gal_fokep:hover span.gal_fokep_szoveg, div.gal_kep:hover span.gal_kep_szoveg { color:#FFF; }
div.gal_fokep a, div.gal_kep a {text-decoration:none;}
div.gal_fokep .hsimg { width: 380px; height: 250px; background-size: 100%; transition: all 300ms ease-in-out; border-radius: 10px; transition: all 600ms ease-in-out; box-shadow: inset 0 0 15px #ffffff1c; border: 1px solid #1f1f2e50; }
div.gal_kep .hsimg { width: 380px; height: 250px; background-size: 100%; transition: all 300ms ease-in-out; border-radius: 10px; transition: all 600ms ease-in-out;  box-shadow: inset 0 0 15px #ffffff1c; border: 1px solid #1f1f2e50;  }
div.gal_fokep .hsimg:hover, div.gal_kep .hsimg:hover { background-size: 110%; }

span.gal_fokep_szoveg, span.gal_kep_szoveg {
    width: fit-content;
    font-family: 'Hanken Grotesk', sans-serif;
    text-transform: none;
    font-size: 16px;
    padding: 10px 15px;
    min-height: 40px;
    border-radius: 8px;
    bottom: 0px;
    left: 0px;
    margin: 10px;
    backdrop-filter: blur(3px);
    background-color: #959a9f42;
    border: 1px solid #ffffff1f;
}

div.gal_fokep .hsimg::after, div.gal_kep .hsimg::after { content: '';
    display: block;
    position: absolute;
    margin: 0px;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 50% !important; }

div.gal_fokep .hsimg::after, div.gal_kep .hsimg::after { content: ''; transition: all 300ms ease-in-out; background-image: url('/images/search-trp.png'); background-repeat: no-repeat; background-position: 50% 50%; background-size: auto; }
div.gal_fokep .hsimg:hover::after,  div.gal_kep .hsimg:hover::after { background-image: url('/images/search.png'); background-size: auto; backdrop-filter: blur(1px); background-color: #0000003d; }

.highslide-number { float:left; margin-left: 5px; margin-right: 10px; vertical-align: middle; }

div.siteGaleria { display: block; position: relative; overflow: hidden; max-width: 100%; margin-bottom: 40px; transition: all 300ms ease-in-out; }
div.siteGaleria::before { content: ''; display: block; position: absolute; top: 0px; right: 0px; height: 100%; width: 50px; z-index: 1; background: linear-gradient(to left, #181927, #18192700); }
div.siteGaleria::after { content: ''; display: block; position: absolute; top: 0px; left: 0px; height: 100%; width: 50px; z-index: 1; background: linear-gradient(to right, #181927, #18192700); }
div.siteGaleria  .galListGroup { display: block; position: absolute; top: 0px; left: 0px; min-width: 100%; width: 25000px; max-width: none !important; height: 100%; /* transition: all 300ms ease-in-out; */ white-space: nowrap; margin: 0px; padding: 0px; list-style: none; }
div.siteGaleria  .galListGroup li { display: block; position: relative; float: left; width: 220px; height: 200px; border-radius: 10px; height: 100%; margin: 0px 19px; transition: all 300ms ease-in-out; }
div.siteGaleria  .galListGroup li  a { display: block; position: relative; height: 100%; width: 100%; border-radius: 10px; margin: 0px; transition: all 300ms ease-in-out; }

div.siteGaleria  .galListGroup li a .galListItemImage::after { content: ''; display: block; position: relative; margin: 0px auto; top: calc(50% - 25px); width: 50px; height: 50px; border-radius: 50%; }
div.siteGaleria  .galListGroup li a .galListItemImage::after { content: ''; transition: all 300ms ease-in-out; background-image: url('/images/search-trp.png'); background-repeat: no-repeat; background-position: 50% 50%; background-size: 50%; }
div.siteGaleria  .galListGroup li a .galListItemImage:hover::after { background-image: url('/images/search.png'); background-size: 50%; backdrop-filter: blur(1px); background-color: #0000003d; }

div.siteGaleria  .galListGroup li  a .galListItemImage { display: block; position: relative; height: 100%; width: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover !important; border-radius: 10px; box-shadow: inset 0 0 15px #ffffff1c; border: 1px solid #1f1f2e50; }

div.siteGaleria .galPrev,
div.siteGaleria .galNext { display: block; position: absolute; top: calc(50% - 15px); left: unset; right: unset; height: 26px; width: 70px; z-index: 2; border-radius: 5%; opacity: 0.1; transition: all 300ms ease-in-out; background-color: #FFF; background-repeat: no-repeat; background-position: 50%; background-size: 17%; cursor: pointer; box-shadow: 0px 0px 3px rgb(0 0 0 / 20%); }
div.siteGaleria .galPrev { background-image: url(/images/black-arrow.png); rotate: 90deg; left: -20px; }
div.siteGaleria .galNext { background-position: 50%; right: -20px; background-image: url(/images/black-arrow.png); rotate: -90deg; }
div.siteGaleria .galPrev:hover,
div.siteGaleria .galNext:hover { opacity: 1; }

a.vissza {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 3px 55px;
	height: 36px;
	line-height: 28px;
	font-size: 15px;
	width: fit-content;
	border: 1px solid #0e2d89;
	border-radius: 0px;
	background: linear-gradient(173deg,#0e2d89 0%,#2724ad 50%,#0e2d89 100%);
	text-align: center;
	color: #FFF;
	transition: all 300ms ease-in-out;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Titillium Web';
	transition: all 300ms ease-in-out;
	margin: 0px 0px 25px auto;
}

a.vissza:hover {
	border: 1px solid #0e2d89;
	color: #FFF;
	background: linear-gradient(173deg,#0e2d89 0%,#0e1889 50%,#0e2d89 100%);
}

#galeria_2 { margin: 0px auto; }
#galeria_2::before, #galeria_2::after { display: none; }
/* 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: #12121c;
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 16px;
	color: #222;
}

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: 40px;
	text-align: left;
	font-family: 'Roobert Pro';
	font-weight: 500 !important;
	font-size: 32px;
	line-height: normal;
	color: #FFF;
	text-transform: none;
}

h2 {
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	font-weight: 500 !important;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-size: 28px;
	margin-bottom: 0.83em;
	text-align: left;
	font-family: 'Helvetica Now Display' !important;
	color: #FFF;
}

h3 {
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	font-weight: 500 !important;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-size: 25px;
	font-family: 'Helvetica Now Display' !important;
	margin-bottom: 1em;
	text-align: left;
	font-family: Inter;
	color: #FFF;
}

h4 {
	font-size: 22px;
	font-weight: 400 !important;
	text-align: left;
	font-family: 'Helvetica Now Display' !important;
	color: #FFF;
}

h5 {
	font-size: 19px;
	font-weight: 400 !important;
	text-align: left;
	font-family: 'Helvetica Now Display' !important;
	color: #FFF;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #004D66;
}
a:hover {
	color: #cc2222;
	text-decoration: none;
}

hr {
	display: block;
	position: relative;
	margin: 0px auto;
	border-color: #2b2b3d;
	border-style: solid;
	margin-bottom: 35px;
	margin-top: 35px;
}

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; }

img { border-radius: 10px; }

ul, ol { padding-left: 1em; }

#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: #12121c;
	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 {
	display: block;
	position: absolute;
	left: 5px; top: 5px;
	height: auto;
	line-height: 2em;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	font-size: 15px;
	text-align: left;
}

/* Menü */
#nav {
	z-index: 1000;
	clear: both;
	position: sticky;
	top: 0;
	table-layout: fixed;
	display: table;
	text-align: center;
	width: 100%;
	background-color: #12121c;
	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;
	padding: 5px 50px 5px 50px;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

#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: transparent;
    box-shadow: inset 0 0 15px #ffffff1c;
    border: 1px solid #1f1f2e50;
    background-image: linear-gradient(to bottom right, #474f8075, #2d304375, #2d304375, #474f8075);
    border-radius: 10px;
    z-index: 9999; cursor: pointer; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 25px;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    opacity: 0.6;
}
#SiteUp::before { content: ''; font-family: FontAwesome; color: #FFF; font-size: 24px; vertical-align: top; transition: all 300ms ease-in-out; }
#SiteUp:hover { opacity: 1; }
#SiteUp:hover::before { color: #FFF; }
#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: #12121c; color: #babac7; font-family: "Hanken Grotesk", sans-serif; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-size: 17px; color: #babac7; }
body { background-repeat: repeat; background-attachment: fixed; }
.aligncenter { display: block; margin: auto; text-align: center; }

img { height: auto; }

a, a > b, a > strong { color: #fd9e83; font-weight: 400; transition: all 300ms ease-in-out; text-decoration: underline; }
a:hover, a:hover > b, a:hover > strong { color: #f46036; text-decoration: underline; }

b, strong {
	font-weight: 500;
	color: #FFF;
}

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;
}

#SitePage { padding-top: 115px; }

button, a.button, #BlogokList .more, #newBlogPost .more, .BlogokPageFoot .back {
	display: block;
	position: relative;
	width: fit-content;
	height: auto;
	background-image: linear-gradient(to top, #14192a, #7193ff);
	border-radius: 12px;
	padding: 10px 20px;
	color: #FFF;
	font-size: 14px;
	z-index: 2;
	font-family: 'Garet Book';
	-webkit-backface-visibility: hidden;
	box-shadow: inset 0 0 15px #ffffff1f;
	text-decoration: none;
}

button::after, a.button::after, #BlogokList .more::after, #newBlogPost .more::after, .BlogokPageFoot .back::after {
	content: '';
	display: block; position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	opacity: 0; z-index: 2;
	border-radius: 10px;
	background-image: linear-gradient(to top, #7193ff, #14192a);
	transition: opacity 0.25s linear;
	box-shadow: inset 1px 1px 1px #7193ff50;
}

#BlogokList .more::after, #newBlogPost .more::after { content: 'Tovább olvasom →'; text-align: center; align-content: center; }
.BlogokPageFoot .back::after { content: '← Vissza'; text-align: center; align-content: center; }

button:hover, a.button:hover, #BlogokList .more:hover, #newBlogPost .more:hover, .BlogokPageFoot .back:hover { text-decoration: none; filter: none; }
button:hover::after, a.button:hover::after, #BlogokList .more:hover::after, #newBlogPost .more:hover::after, .BlogokPageFoot .back:hover::after { opacity: 1; }
span.sendRow button[value]::before {
	z-index: 3;
	display: block;
	position: relative;
	text-transform: none;
}

button, a.button span {
	position: relative;
	z-index: 3;
	font-family: Garet Book;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#nextScroll {
	display: block;
	position: fixed;
	font-size: 2.3vh;
	bottom: 54px;
	left: calc(50% - 1.5em);
	width: 3em; height: 3em;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 3;
}

#nextScroll::before {
	content: '';
	display: block;
	width: 100%; height: 100%;
	background-color: rgb(18 18 28 / 25%);
	background-image: linear-gradient(to bottom right, #474f8075, #2d304375, #2d304375, #474f8075), url(/images/mouse_icon.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: inherit;
	border-radius: 50%;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.8);
	backdrop-filter: blur(5px);
	animation: mouseScroll 1s infinite;
	cursor: pointer;
	box-shadow: inset 0 0 8px #ffffff1c;
	opacity: 0.8;
	transition: all 300ms ease-in-out;
}


#nextScroll:hover::before { opacity: 1; box-shadow: inset 0 0 8px #ffffff42; }

@keyframes mouseScroll {
	0% { background-position: 50% 50%; }
	20% { background-position: 50% 30%; }
	40% { background-position: 50% 70%; }
	60% { background-position: 50% 50%; }
	100% { background-position: 50% 50%; }
}

/* Szöveg animáció */

.reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

/* Fejléc */
#header {
	z-index: 8;
	overflow: hidden;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 50% 42%;
	background-size: cover;
	background-image: url(/images/astro-background.webp);
}

#header::before, #header::after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 140px;
}

#header::before { top: 0px; background-image: linear-gradient(#12121c, #12121c00); }
#header::after { bottom: 0px; background-image: linear-gradient(#12121c00, #12121c); }

#header > .content {
	position: relative;
	height: 330px;
	max-width: 1200px;
	z-index: 2;
	align-content: center;
	transition: all 600ms ease-in-out;
}

.header-title {
    display: block;
    position: relative;
    max-width: 600px;
    height: auto;
}

.header-title > h1 {
    font-size: 42px !important;
}

#header > .content * { pointer-events: all; }

.header-contain {
	display: flex;
	position: relative;
	width: 550px;
	height: fit-content;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px;
}

.header-contain p { text-align: left; font-size: 17px; color: #babac7; margin-bottom: 0px; font-family: "Hanken Grotesk", sans-serif; font-weight: 300; }
.header-contain div {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    flex-direction: row;
    gap: 15px;
}

.header-contain div a.button.askoffer  {
	background-image: linear-gradient(to top, #22102e, #7f3bac);
}
.header-contain div a.button.askoffer::after {
	background-image: linear-gradient(to top, #7f3bac, #22102e);
	box-shadow: inset 1px 1px 1px #7f3bac50;
}

.header-contain div a.button.sale  {
	background-image: linear-gradient(to top, #47190d, #f46036);
}
.header-contain div a.button.sale::after {
	background-image: linear-gradient(to top, #f46036, #47190d);
	box-shadow: inset 1px 1px 1px #f3684250;
}

#header h1 {
	position: relative;
	font-size: 52px;
	line-height: 47px;
	font-family: 'Roobert Pro';
	font-weight: 500;
}

#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; }

.TopContactBox {
	display: block;
	position: relative;
	align-content: center;
}

.TopContactBox > a {
	display: inline-block;
	font-size: 12px; line-height: normal;
	padding: 0px 10px;
	transition: all 200ms ease-in-out;
	color: #babac7;
	font-family: Helvetica Neue eText Pro;
	font-weight: 300;
	text-decoration: none;
}

.TopContactBox>a::before { content: ''; font-family: fontawesome; color: #babac7; padding-right: 7px; transition: all 200ms ease-in-out; }
.TopContactBox>a.tel::before { content:''; } .TopContactBox>a.mail::before { content:''; } .TopContactBox>a.addr::before { content:''; }
.TopContactBox>a.fb::before {
    content:'';
    background-color: #648de5;
    color: #FFF;
    border-radius: 50%;
    padding: 4px 5px 0px 5px;
    margin-right: 7px; }
.TopContactBox>a:hover,.TopContactBox>a:hover::before { color: #fff; text-decoration: none; }

.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;
}

#headSearch {
    display: block;
    position: relative;
    width: 290px;
    border-radius: 15px;
    transition: right 300ms ease-in-out;
    transition-delay: 300ms;
    background-color: #ffffff;
    border: 1px solid #ffffff25;
    box-shadow: inset 0 0 15px #00000094;
}

#leftSearch {
    display: block;
    position: relative;
    border-radius: 15px;
    height: 50px;
    width: 522px;
    transition: right 300ms ease-in-out;
    transition-delay: 300ms;
    background-color: #ffffff;
    box-shadow: inset 0 0 10px #00000050;
    border: 1px solid #ffffff90;
}

#leftSearch::before, #headSearch::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

#headSearch .typeText {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 7px 18px 7px 18px;
    outline: none !important;
    height: 26px;
    line-height: 26px;
    border: 0px solid transparent;
    background-color: transparent;
    width: 240px;
    max-width: 241px;
    min-height: 26px;
    font-size: 11px;
    color: #676767;
    font-family: Helvetica Neue eText Pro;
    right: 5px;
}

#leftSearch .typeText {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 7px 18px 7px 18px;
    outline: none !important;
    height: 26px;
    line-height: 26px;
    border: 0px solid transparent;
    background-color: transparent;
    font-size: 14px;
    width: 100%;
    max-width: 465px;
    color: #9d9d9d;
    font-family: Helvetica Neue eText Pro;
    right: 5px;
}

#headSearch .typeSubmit {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 42px;
    height: 39px;
    background-color: transparent;
    background-image: url(/images/kereso2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 0px 10px 10px 0px;
    transition: all 300ms ease-in-out;
    border-left: 1px solid #33333338;
}

#leftSearch .typeSubmit {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 50px;
    height: 48px;
    background-color: transparent;
    background-image: url(/images/kereso2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 0px 10px 10px 0px;
    transition: all 300ms ease-in-out;
    border-left: 1px solid #e7e7e7;
}

#nav.fixtop ~ #header #FastSearch, #leftSearch input[type="search"] ~ #FastSearch.hidden, #FastSearch.hidden {
    display: none;
}

#FastSearch {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0px;
    width: 100%;
    max-height: 40vh;
    height: max-content;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid #e7e7e7;
    padding: 0px;
    overflow: auto;
    border-radius: 0.5em;
    background: #FFF;
    box-sizing: border-box;
}

#AIsearch {
    display: block;
    position: relative;
    width: 400px;
    top: 110px;
}

/* Menü */
#nav {
	position: fixed;
	top: 0px; left: 0px;
	transition: box-shadow 300ms ease-in-out, background 300ms ease-in-out;
	background: #12121c;
	border-bottom: 0px solid #cccccc;
}

#nav > .content { position: relative; height: 115px; transition: height 300ms ease-in-out;
	display: grid;
	/*justify-content: space-between;*/
	grid-template-rows: auto auto;
	align-content: center;
	align-items: center;
	width: 100%; max-width: 1200px;
	padding: 0px;
	gap: 10px;
}

#nav .logo {
	display: inline-block;
	width: 110px; height: 40px;
	background-image: url('/images/logo.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

#nav ul { }
#nav ul > li { }
#nav ul > li > a { }
#nav ul > li > a::before { }
#nav .menuInfo { }

#nav > .content > .headbar {
	display: flex;
	position: relative;
	width: 100%;
	height: 40px;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}

#nav > .content > .headbar > div > .navButtons > a.button.askoffer:first-child {
	background-image: linear-gradient(to top, #47190d, #f46036);
}
#nav > .content > .headbar > div > .navButtons > a.button.askoffer:first-child::after {
	background-image: linear-gradient(to top, #f46036, #47190d);
	box-shadow: inset 1px 1px 1px #f3684250;
}
#nav > .content > .headbar > div > .navButtons > a.button.askoffer:last-child {
	background-image: linear-gradient(to top, #22102e, #7f3bac);
}
#nav > .content > .headbar > div > .navButtons > a.button.askoffer:last-child::after {
	background-image: linear-gradient(to top, #7f3bac, #22102e);
	box-shadow: inset 1px 1px 1px #7f3bac50;
}

#nav > .content > .navbar {
	display: block;
	position: relative;
	width: 100%;
	height: 46px;
	border: 1px solid #15151f;
	border-radius: 15px;
	background-color: #0e0e16;
	align-content: center;
	box-shadow: inset 0 0 15px #000000;
}

#nav > .content > .headbar > .navright {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    gap: 10px;
}

#nav > .content > .headbar > div > .navButtons {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
}

/* Szint: 1 */
#nav > .content > .navbar > ul { height: 36px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-evenly; }
#nav > .content > .navbar > ul > li { }
#nav > .content > .navbar > ul > li > a {
    padding: 7px 31px;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-style: normal;
    text-transform: none;
    color: #fff;
    margin: 0px 0px;
    line-height: 20px;
    white-space: nowrap;
    transition: all 300ms ease-in-out;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    background: linear-gradient( transparent, transparent) padding-box, linear-gradient(145deg, transparent, transparent, transparent) border-box;
    box-shadow: inset 0 0 0px #ffffff1c;
    text-decoration: none;
}

#nav > .content > .navbar > ul > li:hover > a,
#nav > .content > .navbar > ul > li.aktive > a { box-shadow: inset 0 0 15px #ffffff1c; border: 1px solid transparent; background: linear-gradient( #12121c, #12121c) padding-box, linear-gradient(145deg, #648de575, #73529075, #0d0d15) border-box; text-decoration: none; }
#nav > .content > .navbar > ul > li.aktive > a::after,
#nav > .content > .navbar > ul > li:hover > a::after { width: 100%; left: 0%; }

/* Szint: 2 */
#nav > .content > .navbar > ul > li > ul {
	display: block;
	position: absolute;
	top: 100%; left: 0px;
	background-color: #0e0e16;
	background-color: rgba(14,14,22,0.75);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15), inset 0 0 15px rgba(0,0,0,0.66);
	border-radius: 5px;
	border: 1px solid #15151f;
	min-width: 100%;
	backdrop-filter: blur(3px);
	padding: 5px;
}

#nav > .content > .navbar > ul > li:last-child > ul { left: auto; right: 0px; }
#nav > .content > .navbar > ul > li:hover > ul { }
#nav > .content > .navbar > ul > li > ul > li { display: block; position: relative; float: none; padding: 5px; }
#nav > .content > .navbar > ul > li > ul > li > a {
    padding: 6px 17px;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    text-transform: none;
    color: #fff;
    margin: 0px 0px;
    line-height: 18px;
    white-space: nowrap;
    transition: all 300ms ease-in-out;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 11px;
    background: linear-gradient( transparent, transparent) padding-box, linear-gradient(145deg, transparent, transparent, transparent) border-box;
    box-shadow: inset 0 0 0px #ffffff1c;
    text-decoration: none;
}

#nav > .content > .navbar > ul > li > ul > li.aktive > a ,
#nav > .content > .navbar > ul > li > ul > li:hover > a { box-shadow: inset 0 0 15px #ffffff1c; border: 1px solid transparent; background: linear-gradient( #12121c, #12121c) padding-box, linear-gradient(145deg, #648de575, #73529075, #0d0d15) border-box; text-decoration: none; }

/* Szint: 3 */
#nav > .content > .navbar > ul > li > ul > li > ul { }
#nav > .content > .navbar > ul > li > ul > li:hover > ul { }
#nav > .content > .navbar > ul > li > ul > li > ul > li { }
#nav > .content > .navbar > ul > li > ul > li > ul > li > a { }
#nav > .content > .navbar > ul > li > ul > li > ul > li.aktive > a { }
#nav > .content > .navbar > ul > li > ul > li > ul > li:hover > a { }

#nav.fixed { position: fixed; top: 0px; }

@media all and (min-width: 900px) {
	#nav > .content > .navbar > ul > li > a + ul + span.arrow {
		display: inline-block;
		position: absolute;
		bottom: 4px; left: 50%;
		left: calc(100% - 30px);
		transition: all 300ms ease-in-out;
        	color: #ddd;
	}
    #nav > .content > .navbar > ul > li > a + ul + span.arrow::after { content: ''; font-family: iconFont; }
	#nav > .content > ul > li:hover > a + ul + span.arrow {
		border-top-color: #fff;
	}
	#nav.fixed > .content > ul > li > a + ul + span.arrow { left: calc(50% - 3px); bottom: 10px; 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; }


/* Szolgáltatások */

#services {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.flex-table-services {
	display: flex;
	position: relative;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}
.table-top-services {
	display: flex;
	position: relative;
	flex-wrap: nowrap;
	gap: 15px;
}

.table-bottom-services {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	gap: 15px;
}

.top-service {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: nowrap;
	border: 1px solid #1b1b28;
	border-radius: 10px;
	padding: 30px 25px;
	max-width: 595px;
    width: 100%;
	gap: 15px;
    box-shadow: inset 0 0 15px #ffffff1c;
    background-image: linear-gradient(to bottom right, #10325750, #15162250, #15162250, #10325750);
}

.top-service .top-service-img {
	display: block;
	position: relative;
	width: 220px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 80%;
	opacity: 0.5;
}

.top-service:nth-child(1) .top-service-img { background-image: url(/images/unique-website-dev.png); }
.top-service:nth-child(2) .top-service-img { background-image: url(/images/unique-webshop-dev.png); }

.top-service .top-service-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	position: relative;
	width: 100%;
	max-width: 305px;
	height: 100%;
	max-height: 200px;
}

.top-service .top-service-text h2 { font-size: 20px; font-family: Helvetica Now Display; color: #FFF; max-width: 190px; font-weight: 400; margin-bottom: 0px; }
.top-service .top-service-text p { text-align: left; font-size: 16px; line-height: 20px; color: #babac7; margin-bottom: 0px; font-family: "Hanken Grotesk", sans-serif; font-weight: 300; }

.bottom-service {
	display: flex;
	position: relative;
	flex-direction: column;
	flex-wrap: nowrap;
	border: 1px solid #1b1b28;
	border-radius: 10px;
	padding: 25px;
	max-width: 390px;
    	width: 100%;
	gap: 15px;
    	box-shadow: inset 0 0 15px #ffffff1c;
    	background-image: linear-gradient(to bottom right, #10325750, #15162250, #15162250, #10325750);
}

.bottom-service a.button.services {
	width: 100%;
	text-align: center;
}

.extra-container {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%; height: 100%;
	gap: 15px;
}

.extra-container .bottom-service-img {
	display: block;
	position: relative;
	width: 103px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 80%;
	opacity: 0.5;
}

.bottom-service:nth-child(1) .extra-container .bottom-service-img { background-image: url(/images/unique-dev.png); }
.bottom-service:nth-child(2) .extra-container .bottom-service-img { background-image: url(/images/content-writing.png); background-position: 36% 50%; }
.bottom-service:nth-child(3) .extra-container .bottom-service-img { background-image: url(/images/unique-webshop-func.png); }

.extra-container .bottom-service-text {
	display: block;
	position: relative;
	width: 100%;
	max-width: 220px;
	height: 100%;
	max-height: 140px;
}

.extra-container .bottom-service-text h2 { font-size: 18px; font-family: Helvetica Now Display; color: #FFF; max-width: 190px; font-weight: 400; }
.extra-container .bottom-service-text p { text-align: left; font-size: 15px; color: #babac7; margin-bottom: 0px; font-family: "Hanken Grotesk", sans-serif; font-weight: 300; line-height: 18px; }

/* Tartalom */
#main { background-color: #12121c; }
#main > .content {
	padding: 50px 0px !important;
	background-color: #12121c;
	min-height: calc(100vh - 460px);
	z-index: 5;
}

#SitePage.home > #main > .content { max-width: 100%; width: 1200px; }

section.cell, div.cell {
    display: table-cell;
    vertical-align: top;
}

section.group, div.group {
    display: table;
    width: 100%;
}

#main h1.cim { max-width: 840px; }

#main > .content > .group > .row > section.contentCell h1 {
    display: block;
    position: relative;
    max-width: 540px;
    margin: 0 auto 40px 0;
}

#main > .content > .group > .row > section.rightCell {
    position: relative;
    width: 430px;
    z-index: 9;
    background-color: transparent;
    height: 100%;
    padding-right: 0px;
}

#counter {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

h2.counter-head {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Helvetica Now Display';
    font-size: 25px;
    color: #FFF;
    margin-bottom: 20px;
}

.counter {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
	justify-content: center;
}

.counter-item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 200px;
    height: 174px;
    border-radius: 10px;
    padding: 20px 25px;
    box-shadow: inset 0 0 15px #ffffff1c;
    border: 1px solid #1f1f2e50;
    background-image: linear-gradient(to bottom right, #474f8075, #2d304375, #2d304375, #474f8075);
}

.counter-item .counter-img {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;
    opacity: 0.5;
}

.counter-item:nth-child(1) .counter-img { background-image: url(/images/counter-icon-01.png); }
.counter-item:nth-child(2) .counter-img { background-image: url(/images/counter-icon-02.png); }
.counter-item:nth-child(3) .counter-img { background-image: url(/images/counter-icon-03.png); }
.counter-item:nth-child(4) .counter-img { background-image: url(/images/extras-icon-05.png); }

.counter-item .calc {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    gap: 6px;
    font-family: 'Helvetica Now Display';
    font-size: 26px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 5px;
}
.counter-item  .calc .numbers.calc-up {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    font-family: 'Helvetica Now Display';
    font-size: 26px;
    font-weight: 500;
    color: #FFF;
}

.counter-item > div > span {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 18px;
}

#main > .content > .group > .row > .contentCell {
    padding: 0px 30px 0px 0px;
}

/* szMenu */
.szMenuFullText { min-height: unset; font-size: 17px; color: #babac7; }
.szMenuFullText > p { margin: 0 auto 15px; }

.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 2px;
	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: 5px 2px;
	padding-left: 30px;
}

.szMenuFullText a.button.askoffer { background-image: linear-gradient(to top, #22102e, #7f3bac); }

.szMenuFullText a.button.askoffer::after {
	content: 'Ingyenes árajánlat/konzultáció';
	background-image: linear-gradient(to top, #7f3bac, #22102e);
	box-shadow: inset 1px 1px 1px #7f3bac50;
	text-align: center;
    	align-content: center;
}

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;
}

table.szmenubelso { width: 100%; height: auto; box-shadow: inset 0 0 15px #ffffff1c; border-radius: 10px; border: 1px solid #1f1f2e50; padding: 20px; background: linear-gradient(to bottom right, #474f801f, #2d304333, #2d304333, #474f801f); }

/* Akciós Ajánlatok */

#special-offers {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	background-color: #181927;
	padding: 50px 0px;
}

#special-offers h1 {
	display: block;
	position: relative;
	/*max-width: 600px;*/
	margin: 0 auto 40px 0;
}

.flex-table-offers {
	display: flex;
	position: relative;
	flex-wrap: nowrap;
	gap: 10px;
	margin-bottom: 40px;
}

.special-offer {
	display: flex;
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	border: 1px solid #1b1b28;
	border-radius: 10px;
	padding: 25px;
	max-width: 290px;
	width: 100%;
	gap: 20px;
	box-shadow: inset 0 0 15px #ffffff1c;
	background-image: linear-gradient(to bottom right, #10325750, #15162250, #15162250, #10325750);
}

.special-offer::after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 106px;
	bottom: 0px;
	border-radius: 0 0 10px 10px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto;
}

.special-offer:nth-child(1)::after { background-image: url(/images/color-fill-01.png); }
.special-offer:nth-child(2)::after { background-image: url(/images/color-fill-02.png); }
.special-offer:nth-child(3)::after { background-image: url(/images/color-fill-03.png); }
.special-offer:nth-child(4)::after { background-image: url(/images/color-fill-04.png); }

.offer-number {
	display: flex;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 24px;
	justify-content: space-between;
	z-index: 2;
}

.offer-number .number { color: #babac7; font-size: 14px; }
.offer-number span:nth-child(2) { display: block; position: relative; width: fit-content; height: auto; font-size: 13px; color: #FFF; padding: 4px 13px; background-color: #e9351f; border-radius: 5px; }

.offer-name {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #FFF;
	z-index: 2;
	font-family: 'Helvetica Now Display';
	font-weight: 500;
}

.offer-details {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	color: #babac7;
	font-size: 13.5px;
	z-index: 2;
}

.offer-price {
	display: flex;
	position: relative;
	width: 100%;
	height: auto;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 8px;
	z-index: 2;
}

.offer-price .old-price {
	font-size: 17px;
	color: #babac7;
	text-decoration: line-through;
}

.offer-price .new-price {
	font-size: 26px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Helvetica Now Display';
	font-weight: 500;
}

.special-offer a.button.offer {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	z-index: 2;
}

.offer-note {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	color: #babac7;
	font-size: 14.4px;
	margin-bottom: 0px;
}
.offer-contains{
	font-size: 14px;
}
.offer-bottom{
	margin-top: auto;
}

/* Egyedi fejlesztés */


#custom-dev {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.custom-dev-text {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.custom-dev-text h1 {
	display: block;
	position: relative;
	max-width: 600px;
	margin: 0 auto 40px 0;
}

.custom-dev-text p {
	text-align: left;
	font-size: 17px;
	color: #babac7;
}

.custom-dev-flex {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 15px;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.cd-box-column {
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
	width: 390px;
	height: auto;
	gap: 10px;
}

.cd-box {
	display: flex;
	position: relative;
	width: 390px;
	height: 76px;
	border-radius: 10px;
	box-shadow: inset 0 0 15px #ffffff1c;
	border: 1px solid #1f1f2e50;
	background-image: linear-gradient(to bottom right, #474f8075, #2d304375, #2d304375, #474f8075);
}

.cd-box .cd-icon {
	display: block;
	position: relative;
	width: 73px;
	height: 76px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto;
	opacity: 0.5;
}

.cd-box .cd-icon.a { background-image: url(/images/extras-icon-01.png); }
.cd-box .cd-icon.b { background-image: url(/images/extras-icon-02.png); }
.cd-box .cd-icon.c { background-image: url(/images/extras-icon-03.png); }
.cd-box .cd-icon.d { background-image: url(/images/extras-icon-04.png); }

.cd-box .cd-icon.e { background-image: url(/images/extras-icon-05.png); }
.cd-box .cd-icon.f { background-image: url(/images/extras-icon-06.png); }
.cd-box .cd-icon.g { background-image: url(/images/extras-icon-07.png); }
.cd-box .cd-icon.h { background-image: url(/images/extras-icon-08.png); }

.cd-box .cd-icon.i { background-image: url(/images/extras-icon-09.png); }
.cd-box .cd-icon.j { background-image: url(/images/extras-icon-10.png); }
.cd-box .cd-icon.k { background-image: url(/images/extras-icon-11.png); }
.cd-box .cd-icon.l { background-image: url(/images/extras-icon-12.png); }

.cd-box .cd-text {
	display: block;
	position: relative;
	width: 100%;
	max-width: 315px;
	height: 100%;
	align-content: center;
	color: #FFF;
	font-size: 15px;
	padding: 10px 20px 10px 0px;
}

#custom-dev a.button.askoffer {
	margin: 0px auto;
	background-image: linear-gradient(to top, #22102e, #7f3bac);
}

#custom-dev a.button.askoffer::after {
	background-image: linear-gradient(to top, #7f3bac, #22102e);
	box-shadow: inset 1px 1px 1px #7f3bac50;
}

/* Referenciák és vélemények */

#work-and-feedback {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 0px;
	background-color: #181927;
}

.content-side {
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	height: auto;
	gap: 40px;
}

.left-reference {
	display: block;
	position: relative;
	width: auto;
	height: auto;
}

.left-reference .navButtons {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
}

.left-reference .navButtons > a.button.askoffer:first-child {
    background-image: linear-gradient(to top, #47190d, #f46036);
}

.left-reference .navButtons > a.button.askoffer:first-child::after {
	background-image: linear-gradient(to top, #f46036, #47190d);
	box-shadow: inset 1px 1px 1px #f3684250;
}

.works {
	display: flex;
	position: relative;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	max-width: 730px;
	height: auto;
	gap: 30px;
	margin-bottom: 30px;
}

.works .example-work {
	display: flex;
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	width: 220px;
	height: auto;
	gap: 15px;
}

.works .example-work .work-img {
	display: block;
	position: relative;
	width: 220px;
	height: 220px;
	background-color: black;
	border-radius: 10px;
	box-shadow: inset 0 0 15px #ffffff1c;
	border: 1px solid #1f1f2e50;
	background-repeat: no-repeat;
    	background-position: 35% 50%;
    	background-size: auto;
}

.works .example-work:nth-child(1) .work-img { background-image: url(/images/referencia-egyeligyal.jpg); }
.works .example-work:nth-child(2) .work-img { background-image: url(/images/referencia-legterillatositas.jpg); }
.works .example-work:nth-child(3) .work-img { background-image: url(/images/referencia-kivitelezzuk.jpg); }

.works .example-work .company-and-web {
    	display: flex;
    	position: relative;
    	flex-direction: column;
    	flex-wrap: wrap;
    	width: 100%;
    	height: auto;
    	gap: 5px;
}

.works .example-work .company-and-web .company-name {
    	display: block;
    	position: relative;
    	width: 100%;
    	height: auto;
    	font-family: Helvetica Now Display;
    	color: #FFF;
    	font-size: 17px;
    	font-weight: 400;
}

.works .example-work .company-and-web .company-web {
    	display: block;
    	position: relative;
    	width: fit-content;
    	height: auto;
    	color: #babac7;
    	font-family: 'Helvetica Now Display';
    	font-size: 14px;
    	text-decoration: none;
}

.works .example-work .company-and-web .company-web:hover {
	color: #FFF;
	text-decoration: underline;
}

.right-feedback {
	display: block;
	position: relative;
	width: 410px;
	height: auto;
}

.right-feedback h3 {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	font-family: 'Helvetica Now Display';
	font-size: 25px;
	color: #FFF;
	margin-bottom: 30px;
}

.feedbacks {
	display: flex;
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 14px;
}

.feedbacks .feedback-box {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 410px;
	padding: 20px 25px;
	gap: 10px;
	height: 110px;
	border-radius: 10px;
	box-shadow: inset 0 0 15px #ffffff1c;
	border: 1px solid #1f1f2e50;
	background-image: linear-gradient(to bottom right, #474f8075, #2d304375, #2d304375, #474f8075);
}

.feedbacks .feedback-box .quote {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	color: #FFF;
	font-family: 'Helvetica Now Display';
	font-size: 16px;
	font-weight: 400;
}

.feedbacks .feedback-box .name-and-company {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: right;
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 15px;
}

/* Űrlap kapcsolat */

#form-contact {
	display: block;
	position: relative;
	width: 100%;
	height: 840px;
	background-image: url(/images/footer-background-xls.webp);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

#form-contact::before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 140px;
	top: 0px;
	background-image: linear-gradient(#181927, #18192700);
}

#form-contact:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 190px;
    bottom: 0px;
    background-image: url(/images/lightdecor-bottom.webp);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: auto;
    z-index: 1;
}

#form-contact .content {
    height: 100%;
    align-content: center;
}

.contact-form {
    display: block;
    position: relative;
    width: 100%;
    height: max-content;
    backdrop-filter: blur(5px);
    box-shadow: inset 0 0 25px #ffffff1c;
    border-radius: 10px;
    padding: 70px;
    border: 1px solid #0000000f;
    z-index: 2;
}

.contact-form h1 {
    display: block;
    position: relative;
    width: 560px;
    text-align: center;
    margin: 0px auto 20px auto;
}

.contact-form .comment {
    display: block;
    position: relative;
    width: fit-content;
    height: auto;
    text-align: center;
    margin: 0px auto 40px auto;
}

.contact-form > div > .forms {
    display: block;
    background-color: transparent;
    border: 0;
    box-shadow: 0px 0px 0px;
    margin: 0px auto;
}

.contact-form #fr7_row {
    grid-column: 1 / span 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: start;
}

.contact-form #fr7_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
}

.contact-form #fr7_row > * {
    flex: 1 1 calc(33.3333% - 10px);
    margin: 5px;
    box-sizing: border-box;
}

.contact-form #fr7_row > span.row:first-child {
    font-size: 0px;
    color: transparent;
    position: absolute;
    width: 100%;
}

.contact-form #fr7_row > span.row {
    display: inline-flex !important;
    align-items: center;
    font-size: 15px;
    font-family: "Hanken Grotesk", sans-serif;
}

#forms_2 input[type="checkbox"]+label.chbox {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 0px solid transparent;
    margin-right: 10px;
}

#forms_2 form > div > p, #forms_2 form > div > p:nth-of-type(2n+1), #forms_2 form > div > p:nth-of-type(2n+0) {
    margin-left: 0px;
    margin-right: 0px;
    background: none;
    padding: 0px;
    margin: 0px;
}

.contact-form #fr8_row, .contact-form #fr9_row, .contact-form #fr10_row { display: inline-block; }

#forms_2 span.valusCell {
    width: 100%;
}
#forms_2 span.row {
	margin-right: 5px;
}

#forms_2 input[type="text"], #forms_2 input[type="email"] {
    width: 100% !important;
    max-width: 100%;
    min-width: 241px;
    min-height: 50px;
    border-radius: 0px;
    border: none;
    color: #6a6a6a;
    font-family: Helvetica Neue eText Pro;
    font-size: 13px;
    border-radius: 10px;
}

label.fraszf {
    text-align: center;
    margin: 0px auto;
    display: block;
    position: relative;
    width: fit-content;
}

.forms > form span.labelCell {
    display: none !important;
}

#forms_2 input[type="checkbox"]:checked+label.chbox::before, input.typeCheckbox:checked+label.chbox::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #f75c03;
}

.contact-form #fr11_row label { display: none; }
.contact-form #fr11_row textarea.typeTexta { min-height: 160px; font-family: Helvetica Neue eText Pro; font-size: 13px; border-radius: 10px; }
.contact-form #fr7_row > span.row > label:last-child {     display: block; position: relative; text-align: left; width: 80%; line-height: 18px; }

#forms_2 form > div > p.send { margin: 20px 0px; text-align: center; }
#forms_2 form > div > p.send > span > button { margin: 0px auto; background-image: linear-gradient(to top, #47190d, #f46036); }
#forms_2 form > div > p.send > span > button::after { background-image: linear-gradient(to top, #f46036, #47190d); box-shadow: inset 1px 1px 1px #f3684250; }

/* Lábléc */
#footer { background-color: #12121c; color: #babac7; z-index: 9; padding: 10px 0px; min-height: 300px; }

.ContactData {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 50px 0px;
    border-bottom: 1px solid #1d1d29;
}

.company-description {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 440px;
    flex-direction: column;
    align-self: center;
    gap: 10px;
}

.company-description > a {
    display: block;
    position: relative;
    width: 110px;
    height: 40px;
}

.company-description > a > .logo {
    display: inline-block;
    width: 110px;
    height: 40px;
    background-image: url(/images/logo.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.company-description .company-text {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    text-decoration: none;
    font-style: normal;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 15px;
}

.company-contact {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 465px;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
}

.company-contact > h3 {
    font-size: 15px;
    width: max-content;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 15px;
    text-transform: none;
    font-family: Helvetica Neue eText Pro;
    font-weight: 400;
    color: #FFF;
}

.company-contact .open-email-phone, .company-contact .address-facebook {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: auto;
    height: auto;
    gap: 25px;
}

.company-contact .open-email-phone > a::before , .company-contact .address-facebook > a::before {
    content: '';
    font-family: fontawesome;
    color: #babac7;
    padding-right: 7px;
    transition: all 200ms ease-in-out;
}

.company-contact .open-email-phone > a.open::before { content: '';}
.company-contact .open-email-phone > a.mail::before { content: '';}
.company-contact .open-email-phone > a.phone::before { content: '';}

.company-contact .address-facebook > a.address::before { content: '';}

.company-contact .address-facebook > a.facebook::before {
    content: '';
    background-color: #648de5;
    color: #FFF;
    border-radius: 50%;
    padding: 4px 5px 0px 5px;
    margin-right: 7px;
}

.copy-and-more {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-bottom: 10px;
}

.data-protect {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    gap: 30px;
}

#footer div.copy {
	min-height: 18px;
	margin: 0px;
	font-style: normal;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	width: fit-content;
}

#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%; }

#fr22_row { display: none !important; }

.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 { display: block; }
.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;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: nowrap;
	padding: 60px 0px 80px 0px;
}
.FootGroup > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 210px;
	font-style: normal;
	gap: 6px;
}

.FootGroup > div h3 {
	font-size: 15px;
	width: max-content;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 15px;
	text-transform: none;
	font-family: Helvetica Neue eText Pro;
	font-weight: 400;
	color: #FFF;
}

.FootGroup > div h3::after {
	display: none;
	content: '';
	width: 90%;
	position: absolute;
	left: 5%;
	bottom: 0px;
	border-bottom: 2px solid #d8a31a;
}

#footer a, .FootGroup a {
	display:inline-block;
	font-size: 14px;
	transition: all 300ms ease-in-out;
	color: #babac7;
	font-family: "Hanken Grotesk", sans-serif;
	text-align: left;
	font-style: normal;
	text-decoration: none;
}

#footer a:hover, .FootGroup a:hover {
	color: #fff;
}

.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;
}

.faq-body {
    display: block;
    position: relative;
    width: 100%;
    max-width: 540px;
    height: auto;
    margin-bottom: 70px;
}

.faq__panel {
    display: block;
    position: relative;
    color: #FFF;
    background-color: transparent;
    box-shadow: inset 0 0 15px #ffffff1c;
    border: 1px solid #1f1f2e50;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #474f8075, #2d304375, #2d304375, #474f8075);
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    padding: 10px 15px;
    min-height: 60px;
    vertical-align: middle;
    align-content: center;
    margin-bottom: 15px;
    transition: all 300ms ease-in-out;
}

.faq__panel > summary {
    position: relative;
    height: 40px;
    align-content: center;
    font-family: 'Roobert Pro';
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}

.faq__panel-body {
    display: block;
    position: relative;
    margin-top: 20px;
    font-size: 15px;
    color: #babac7;
    font-family: "Hanken Grotesk", sans-serif;
}

/* Csak desktop */
@media all and (min-width: 1000px) {
	/* #nav > .content > ul > li:first-child { display: none; } */
}
