/*  SETTING TWIG */
/*  END SETTING TWIG */
/* ==================
                FONT-FACE 
           ================== */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

                LATO 

    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
@charset "UTF-8";
/*! jQuery UI - v1.12.1 - 2016-12-06
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23ffffff&fcHighlight=%23ffffff&borderColorHighlight=%2360808b&bgTextureHighlight=flat&bgColorHighlight=%2360808b&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%2360808b&bgTextureActive=flat&bgColorActive=%2325383e&iconColorHover=%23ffffff&fcHover=%23ffffff&borderColorHover=%2360808b&bgTextureHover=flat&bgColorHover=%2360808b&iconColorDefault=%2325383e&fcDefault=%2325383e&borderColorDefault=%23ffffff&bgTextureDefault=flat&bgColorDefault=%23ffffff&iconColorContent=%23ffffff&fcContent=%23ffffff&borderColorContent=%2325383e&bgTextureContent=flat&bgColorContent=%2325383e&iconColorHeader=%23ffffff&fcHeader=%23ffffff&borderColorHeader=%2325383e&bgTextureHeader=flat&bgColorHeader=%2325383e&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-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: none;
    transform: none; }

  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: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }

  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: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }

  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }

  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-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-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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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-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: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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); } }

html body *.flipInX {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -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); } }

html body *.flipInY {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -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; } }

html body *.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

@-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; } }

html body *.flipOutY {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -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);
    opacity: 1; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@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);
    opacity: 1; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge;
  /* 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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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; }

@font-face {
  src: local(''), url('/res/fonts/Lato/Lato-Light.woff2') format('woff2'), url('/res/fonts/Lato/Lato-Light.woff') format('woff');
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap; }

@font-face {
  src: local(''), url('/res/fonts/Lato/Lato-Regular.woff2') format('woff2'), url('/res/fonts/Lato/Lato-Regular.woff') format('woff');
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  src : local(''), url('/res/fonts/Lato/Lato-Bold.woff2') format('woff2'), url('/res/fonts/Lato/Lato-Bold.woff') format('woff');
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

            UBUNTU 

    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */ }

@font-face {
  font-family: 'Ubuntu';
  src: local(''), url('/res/fonts/Ubuntu/Ubuntu-Bold.woff2') format('woff2'), url('/res/fonts/Ubuntu/Ubuntu-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ubuntu';
  src: local(''), url('/res/fonts/Ubuntu/Ubuntu-Medium.woff2') format('woff2'), url('/res/fonts/Ubuntu/Ubuntu-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ubuntu';
  src: local(''), url('/res/fonts/Ubuntu/Ubuntu-Regular.woff2') format('woff2'), url('/res/fonts/Ubuntu/Ubuntu-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ubuntu';
  src: local(''), url('/res/fonts/Ubuntu/Ubuntu-Light.woff2') format('woff2'), url('/res/fonts/Ubuntu/Ubuntu-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  /* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

            ROBOTO 

    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */ }

@font-face {
  font-family: 'Roboto';
  src: local(''), url('/res/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('/res/fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: local(''), url('/res/fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('/res/fonts/Roboto/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: local(''), url('/res/fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('/res/fonts/Roboto/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  /* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

                GOTHAM 

    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */ }

@font-face {
  font-family: 'Gotham';
  src: local(''), url('/res/fonts/Gotham/Book/GothamBook.woff2') format('woff2'), url('/res/fonts/Gotham/Book/GothamBook.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: local(''), url('/res/fonts/Gotham/GothamBold.woff2') format('woff2'), url('/res/fonts/Gotham/GothamBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: local(''), url('/res/fonts/Gotham/GothamLight.woff2') format('woff2'), url('/res/fonts/Gotham/GothamLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  /* ==================
                FONTELLLO 
           ================== */ }

@font-face {
  font-family: 'fontello';
  src: local(''), url('/res/fonts/fontello/fontello.woff2?38681212') format('woff2'), url('/res/fonts/fontello/fontello.woff?38681212') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?38681212#fontello') format('svg');
  }
}
*/ }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  text-align: center;
  font-variant: normal;
  /* fix buttons height, for twitter bootstrap */
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  -moz-osx-font-smoothing: grayscale; }

.icon-1-person:before {
  content: '\e800';
  /* '' */ }

.icon-2-person:before {
  content: '\e801';
  /* '' */ }

.icon-3-person:before {
  content: '\e802';
  /* '' */ }

.icon-prev:before {
  content: '\e803';
  /* '' */ }

.icon-bar:before {
  content: '\e804';
  /* '' */ }

.icon-close:before {
  content: '\e805';
  /* '' */ }

.icon-chevron-down:before {
  content: '\e806';
  /* '' */ }

.icon-chevron-left:before {
  content: '\e807';
  /* '' */ }

.icon-chevron-right:before {
  content: '\e808';
  /* '' */ }

.icon-chevron-up:before {
  content: '\e809';
  /* '' */ }

.icon-foursquare:before {
  content: '\e80a';
  /* '' */ }

.icon-menu:before {
  content: '\e80b';
  /* '' */ }

.icon-stone:before {
  content: '\e80c';
  /* '' */ }

.icon-next:before {
  content: '\e80d';
  /* '' */ }

.icon-phone-stroke:before {
  content: '\e80e';
  /* '' */ }

.icon-placeholder-stroke:before {
  content: '\e80f';
  /* '' */ }

.icon-placeholder:before {
  content: '\e810';
  /* '' */ }

.icon-pmr:before {
  content: '\e811';
  /* '' */ }

.icon-camera:before {
  content: '\e812';
  /* '' */ }

.icon-change:before {
  content: '\e813';
  /* '' */ }

.icon-printer:before {
  content: '\e814';
  /* '' */ }

.icon-phone-retro:before {
  content: '\e815';
  /* '' */ }

.icon-shopping:before {
  content: '\e816';
  /* '' */ }

.icon-restaurant:before {
  content: '\e817';
  /* '' */ }

.icon-long-down-arrow:before {
  content: '\e818';
  /* '' */ }

.icon-www:before {
  content: '\e81c';
  /* '' */ }

.icon-direction:before {
  content: '\e81d';
  /* '' */ }

.icon-mail-stroke:before {
  content: '\e81e';
  /* '' */ }

.icon-monument:before {
  content: '\e81f';
  /* '' */ }

.icon-museum:before {
  content: '\e820';
  /* '' */ }

.icon-cancel:before {
  content: '\e822';
  /* '' */ }

.icon-long-arrow-left:before {
  content: '\e826';
  /* '' */ }

.icon-long-arrow-right:before {
  content: '\e827';
  /* '' */ }

.icon-mail:before {
  content: '\e828';
  /* '' */ }

.icon-phone:before {
  content: '\e82a';
  /* '' */ }

.icon-4-person:before {
  content: '\e82b';
  /* '' */ }

.icon-2-1-person:before {
  content: '\e82c';
  /* '' */ }

.icon-twitter:before {
  content: '\f099';
  /* '' */ }

.icon-facebook:before {
  content: '\f09a';
  /* '' */ }

.icon-gplus:before {
  content: '\f0d5';
  /* '' */ }

.icon-angle-left:before {
  content: '\f104';
  /* '' */ }

.icon-angle-right:before {
  content: '\f105';
  /* '' */ }

.icon-angle-up:before {
  content: '\f106';
  /* '' */ }

.icon-angle-down:before {
  content: '\f107';
  /* '' */ }

.icon-pinterest:before {
  content: '\f231';
  /* '' */ }

picture {
  width: 100%;
  height: 100%; }
  picture img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.lazy {
  background: none !important;
  opacity: 0;
  transition: opacity 1s; }
  .lazy * {
    background: none !important;
    opacity: 0;
    transition: opacity 1s; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }

html, body {
  padding: 0;
  margin: 0;
  height: 100%; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

input, select, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

p {
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  line-height: 24px; }
  p.big-margin {
    margin: 30px 0; }

nav ul {
  list-style-type: none; }

::-moz-selection {
  color: #fff;
  background: #60808b; }

::selection {
  color: #fff;
  background: #60808b; }

body {
  background-image: url('/res/img/motif.svg');
  font-family: 'Ubuntu', sans-serif;
  color: #333;
  background-color: #faf7f6;
  background-repeat: repeat;
  background-size: 5% auto; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #60808b;
  transition: color 0.2s;
  /*input, select, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}*/ }
  a:hover {
    color: #25383e;
    transition: color 0.2s; }

input[type="submit"] {
  cursor: pointer; }

textarea {
  resize: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  color: #60808b;
  text-transform: uppercase; }

h1, .h1 {
  font-size: 36px;
  margin-top: 0; }

p.h1 {
  line-height: 35px; }

h2, .h2 {
  font-size: 30px; }

.h3 {
  font-size: 18.7167px; }

ul {
  margin: 0;
  padding: 0;
  /*
	TOOLS
*/ }

.hidden {
  display: none; }

.important-hidden {
  display: none !important; }

.rel, .bg-header, .patio, .visite-bg {
  position: relative; }

.abs0, .v-aligned-structure {
  position: absolute;
  top: 0;
  left: 0; }

.fix0, .modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto; }

.ovhidden {
  overflow: hidden; }

.upper, #close-booking, #booking-form input[type="text"], .datepicker-wrap, #nav-lang-wrap {
  text-transform: uppercase; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.justify {
  text-align: justify; }

.center {
  text-align: center; }

.w-100 {
  width: 100%; }

.w-50 {
  width: 50%; }

.w-35 {
  width: 35%; }

.w-40 {
  width: 40%; }

.w-33 {
  width: 33.3333%; }

.w-25 {
  width: 25%; }

.w-20 {
  width: 20%; }

.bg-50vh {
  height: 50vh; }

.full, .v-aligned-structure, .v-aligned-structure > *, .v-aligned-structure > * > *, .v-aligned-structure-table, .v-aligned-structure-table > *, .modal, .modal-content, #map, #be-table, .menu-container, .bg-header, .overlay, .room-col {
  width: 100%;
  height: 100%; }

.half {
  width: 50%;
  height: 50%; }

.clear {
  clear: both; }

.table, .v-aligned-structure > *, .v-aligned-structure-table, #be-table {
  display: table; }

.t-cell, .v-aligned-structure > * > *, .v-aligned-structure-table > *, #be-table > div, .nav-btn .btn-menu.open-nav, .nav-btn .btn-menu.close-nav.active {
  display: table-cell;
  vertical-align: middle; }

.col {
  display: table-cell;
  vertical-align: top; }

.iblock, .social-bloc .social-icons ul li {
  display: inline-block;
  vertical-align: top; }

.iblock-mid {
  display: inline-block;
  vertical-align: middle; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.nowrap {
  white-space: nowrap; }
  .nowrap > * {
    white-space: normal; }

.block, #booking-form {
  display: block; }

.vam {
  vertical-align: middle; }

.pad-10 {
  padding: 10px; }

.pad-20 {
  padding: 20px; }

.after-align > *, .after-align:after {
  display: inline-block;
  vertical-align: middle; }
  .after-align:after {
    content: '';
    height: 100%;
    width: 0; }

.lspace-5 {
  letter-spacing: 5px; }

.cover, .bg-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.bg-transition {
  transition: background-color 0.2s; }
  .bg-transition:hover {
    transition: background-color 0.2s; }

.img-p-ratio {
  padding-top: 40%; }

.btn {
  transition: background-color 0.2s;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 20px; }
  .btn:hover {
    transition: background-color 0.2s; }

.wow {
  overflow: hidden; }
  .wow.big-circle {
    overflow: visible; }

.main-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%; }

.wrapper {
  max-width: 960px;
  margin: auto; }

.m-top-150 {
  margin-top: 150px; }

.light {
  /* ==============================
                SVG GALETS
   ============================== */ }
  .light p {
    font-weight: 100;
    line-height: 24px; }

.stone-svg {
  enable-background: new 0 0 96.8 97.5; }

.abs-container .xl {
  max-width: 350px;
  width: 100%; }
  .abs-container .xxl {
    max-width: 400px;
    width: 100%; }
  .abs-container .xl-3 {
    max-width: 550px;
    width: 100%; }

.stone {
  position: relative;
  /* LOGO SVG */ }
  .stone.stone-slider {
    position: absolute;
    bottom: 0;
    left: 100px; }
    .stone.stone-slider.right-side {
      left: unset;
      right: 100px; }
      .stone.stone-slider.right-side.situation {
        bottom: 100px; }
    .stone.stone-slider h2 {
      margin-left: 25px; }
    .stone.stone-slider svg .st0 {
      fill: rgba(255, 255, 255, .8); }
  .stone.white .st0 {
    transition: all 0.2s;
    fill: #fff; }
    .stone.white.hover:hover .st0 {
      fill: #60808b;
      transition: all 0.2s; }
    .stone.white.rgba svg .st0 {
      fill: rgba(255, 255, 255, .8); }
  .stone.gray .st0 {
    transition: all 0.2s;
    fill: #faf7f6; }
    .stone.gray.hover:hover .st0 {
      fill: #60808b;
      transition: all 0.2s; }
  .stone.green .white-green-text {
    color: #fff; }
    .stone.green svg .st0 {
      fill: #60808b;
      transition: all 0.2s; }
    .stone.green.hover:hover svg .st0 {
      fill: #fff;
      transition: all 0.2s; }
      .stone.green.hover:hover .white-green-text {
        color: #60808b; }
    .stone.green.hover-dark:hover svg .st0 {
      fill: #25383e;
      transition: all 0.2s; }
  .stone.xs svg {
    width: 25px; }
  .stone.sm svg {
    width: 75px; }
  .stone.sm-55 svg {
    width: 55px; }
  .stone.sm-85 svg {
    width: 85px; }
  .stone.md-90 svg {
    width: 90px; }
  .stone.md-105 svg {
    max-width: 105px;
    width: 100%; }
  .stone.md-120 svg {
    max-width: 120px;
    width: 100%; }
  .stone.md-155 svg {
    max-width: 155px;
    width: 100%; }
  .stone.md svg {
    max-width: 250px;
    width: 100%; }
  .stone.md-190 svg {
    max-width: 190px;
    width: 100%; }
  .stone.xl svg {
    max-width: 350px;
    width: 100%; }
  .stone.xxl svg {
    max-width: 400px;
    width: 100%; }
  .stone.xl-3 svg {
    max-width: 550px;
    width: 100%; }
  .stone .title-offer {
    top: 50%;
    left: 0;
    right: 0;
    font-weight: 500; }
    .stone .title-offer.top-40 {
      top: 40%; }
    .stone .title-offer span {
      display: block;
      font-weight: 700; }

.logo-svg {
  enable-background: new 0 0 199 199.4;
  /* ==============================
                END SVG GALETS
   ============================== */
  /*  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
                            MODAL
    //////////////////////////////////////////////////// */ }
  .logo-svg .st0 {
    fill: #60808b;
    transition: all 0.2s; }
  .logo-svg .st1 {
    fill: #fff;
    transition: all 0.2s; }
  .logo-svg .st2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100; }
  .logo-svg .st3 {
    font-size: 20.56px; }
  .logo-svg .st4 {
    font-size: 13.43px; }
  .logo-svg .st5 {
    font-size: 13.77px; }
  .logo-svg .st6 {
    fill: none;
    stroke: #60808b;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
    transition: all 0.2s; }
  .logo-svg:hover .st0 {
    fill: #fff;
    transition: all 0.2s; }
    .logo-svg:hover .st1 {
      fill: #60808b;
      transition: all 0.2s; }
    .logo-svg:hover .st6 {
      stroke: #fff;
      transition: all 0.2s; }

.open-modal {
  cursor: pointer; }

.modal {
  display: none;
  z-index: 12;
  overflow-y: auto;
  background-color: #000;
  background-color: rgba(96, 128, 139, .85); }
  .modal.background {
    z-index: -1;
    display: block; }
    .modal.background .modal-content {
      display: block; }
  .modal.black {
    background-color: rgba(0, 0, 0, .9); }

.modal-content {
  display: none; }

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: color 0.2s; }
  .close:hover i {
    transition: color 0.2s;
    color: #fff; }
  .close i {
    color: #60808b;
    font-size: 1.5em;
    display: block;
    text-align: center; }

.close-black {
  color: #000;
  /*  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
                            END MODAL
    //////////////////////////////////////////////////// */
  /*  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
                            BOOKING ENGINE
    //////////////////////////////////////////////////// */ }

.booking-engine {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 5; }
  .booking-engine .booking-btn {
    display: block; }
    .booking-engine .booking-btn.stone {
      position: unset; }
    .booking-engine .booking-btn span {
      position: absolute;
      line-height: 30px;
      position: absolute;
      right: 40px;
      text-align: center;
      text-transform: uppercase;
      top: 60px;
      z-index: 42;
      color: #fff;
      transition: color 0.2s; }
      .booking-engine .booking-btn span i {
        display: block; }
    .booking-engine .booking-btn:hover span {
      color: #60808b;
      transition: color 0.2s; }

#be-table {
  max-width: 710px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 50px 0 0; }
  #be-table > * {
    font-family: 'Gotham', sans-serif; }
  #be-table h2 {
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    position: relative; }
    #be-table h2:after {
      background: #fff;
      bottom: -10px;
      color: #fff;
      content: "";
      height: 3px;
      left: 46%;
      position: absolute;
      text-align: center;
      width: 50px; }
  #be-table > div {
    width: 100%; }
    #be-table > div > div {
      position: relative;
      border: 1px solid;
      padding: 5% 8%; }

#close-booking {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  width: 100px;
  margin: auto;
  cursor: pointer;
  pointer-events: none; }

.close-book.stone {
  width: 80px; }
  .close-book .close-bloc span, .close-book .close-bloc i {
    pointer-events: all;
    display: block;
    color: #60808b;
    line-height: 25px;
    font-size: 14px;
    transition: color 0.2s; }
  .close-book:hover span, .close-book:hover i {
    color: #fff;
    transition: color 0.2s; }
    .close-book:hover svg .st0 {
      fill: #25383e; }

#booking-form {
  width: 100%;
  margin-bottom: 20px; }
  #booking-form > * {
    font-weight: 100; }
  #booking-form input[type="text"] {
    color: #fff;
    text-align: center;
    background: none;
    border: 1px solid; }
    #booking-form input[type="text"]::-webkit-input-placeholder {
      color: #fff;
      opacity: 1; }
    #booking-form input[type="text"]:-moz-placeholder {
      color: #fff;
      opacity: 1; }
    #booking-form input[type="text"]::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    #booking-form input[type="text"]:-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
  #booking-form .rate {
    font-size: 17px;
    font-weight: 400;
    padding: 10px;
    width: 48%;
    margin-right: 20px;
    font-size: 13px; }
  #booking-form .input-submit {
    background: #25383e;
    display: inline-block;
    width: 48%;
    padding: 5px;
    border: 1px solid #60808b; }
    #booking-form .input-submit:hover {
      background: #fff;
      border: 1px solid #60808b;
      transition: all 0.2s; }
  #booking-form input[type="submit"] {
    width: 100%;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    background: transparent;
    border: 1px solid #fff;
    transition: all 0.2s; }
    #booking-form input[type="submit"]:last-child {
      margin-right: 0; }
    #booking-form input[type="submit"]:hover {
      color: #25383e;
      transition: all 0.2s; }

.datepicker-wrap-1 {
  padding-right: 10px;
  width: 50%;
  display: inline-block; }

.datepicker-wrap-2 {
  padding-left: 10px;
  width: 50%;
  display: inline-block; }

.trigger-datepicker {
  padding: 10px;
  background-color: #fff;
  font-weight: 100;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  /* SLIDER OFFRES BOOKING ENGINE */ }
  .trigger-datepicker .date-title {
    margin-bottom: 30px; }
  .trigger-datepicker .booking-day {
    color: #60808b;
    font-size: 50px;
    font-weight: 100; }
  .trigger-datepicker .b-day {
    font-size: 2em;
    color: #60808b; }
  .trigger-datepicker .date-title, .trigger-datepicker .booking-month, .trigger-datepicker .booking-year {
    color: #000; }
  .trigger-datepicker .datepicker {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }

.slideshow-offer {
  height: 270px; }

.offer-slide-txt {
  text-align: left; }
  .offer-slide-txt .h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 100; }
  .offer-slide-txt .offer-desc-slide p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #fff; }

.resa-btn {
  margin-top: 20px; }
  .resa-btn.wow {
    overflow: visible; }
  .resa-btn span {
    background: #25383e;
    border: 1px solid #25383e;
    text-align: center;
    padding: 8px 4px 12px;
    transition: background 0.3s; }
    .resa-btn span.offers {
      padding: 10px 5px; }
    .resa-btn span:hover {
      background: #fff;
      transition: background 0.3s; }
      .resa-btn span:hover a {
        color: #25383e; }
    .resa-btn span a {
      color: #fff;
      padding: 8px 30px;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      border: 1px solid #fff;
      display: inline-block;
      vertical-align: middle; }

.offres-controles {
  position: absolute;
  top: 50%;
  pointer-events: none;
  /*  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
                            END BOOKING ENGINE
    //////////////////////////////////////////////////// */
  /*  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
                            BOX CONTACT
    //////////////////////////////////////////////////// */ }
  .offres-controles ul li {
    list-style: none;
    position: relative; }
    .offres-controles ul li.f-left {
      left: -40px; }
    .offres-controles ul li.f-right {
      right: -40px; }
    .offres-controles ul li a i {
      display: block;
      font-size: 1.2em;
      pointer-events: all;
      cursor: pointer;
      color: rgba(255, 255, 255, .7);
      transition: color 0.2s; }
      .offres-controles ul li a i:hover {
        color: #fff;
        transition: color 0.2s; }

.triangle-border, .triangle-border-open {
  content: "";
  border-width: 0 95px 30px 95px;
  position: relative;
  border-color: transparent transparent #60808b;
  border-color: transparent transparent #60808b;
  border-style: solid;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  opacity: 0.8;
  display: none; }

.header-contact {
  overflow: visible;
  position: fixed;
  width: 250px;
  right: 100px;
  height: 55px;
  bottom: 0;
  z-index: 8; }
  .header-contact a {
    text-decoration: none; }

.header-contact-closed {
  width: 190;
  position: absolute;
  cursor: pointer;
  right: 8px;
  bottom: 0; }

.header-contact-closed-btn {
  outline: none;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, .8);
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  .header-contact-closed-btn h2 {
    padding: 6px 20px;
    margin: 0;
    display: block;
    color: #60808b;
    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
    transition: background 0.3s, color 0.3s; }
    .header-contact-closed-btn h2 i {
      font-size: 1.5em;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
  .header-contact-closed-btn:hover span {
    color: #faf7f6;
    background: #60808b;
    transition: background 0.3s, color 0.3s; }

.header-contact-open {
  z-index: 999;
  position: absolute;
  width: 330px;
  left: 0;
  bottom: 0;
  display: none; }

.contact-header {
  text-align: center; }
  .contact-header p {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #fff; }
    .contact-header p a[href^=tel] {
      color: inherit;
      text-decoration: none; }

.cancel-abs {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }

.header-contact-open-btn {
  outline: none;
  display: block;
  color: #60808b;
  width: 75px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  font-size: 1.5em;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: color 0.2s; }
  .header-contact-open-btn svg {
    stroke: rgba(96, 128, 139, .2); }
  .header-contact-open-btn i {
    display: block; }
  .header-contact-open-btn:hover {
    color: #faf7f6;
    transition: color 0.2s; }

.triangle-border-open {
  border-width: 0 163px 50px 163px; }

.contact-form-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 65px 20px 12px;
  background-color: rgba(96, 128, 139, .8);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative; }

.contact-form-fixed {
  width: 100%; }
  .contact-form-fixed i {
    color: #faf7f6;
    transition: color 0.2s; }
    .contact-form-fixed i:hover {
      color: #60808b;
      transition: color 0.2s; }
  .contact-form-fixed #recaptcha, .contact-form-fixed label {
    display: block;
    margin: 0 0 1em; }
  .contact-form-fixed #recaptcha {
    margin-left: -8px; }
  .contact-form-fixed .form-error {
    display: none;
    margin: 0.3em 0 0;
    color: #ffaf00; }
  .contact-form-fixed span {
    display: block;
    margin: 0 0 3px;
    text-transform: uppercase; }
  .contact-form-fixed input[type="text"], .contact-form-fixed input[type="email"], .contact-form-fixed textarea {
    display: block;
    width: 100%;
    padding: 5px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
    font-family: 'Gotham', sans-serif; }
  .contact-form-fixed textarea {
    height: 70px; }
  .contact-form-fixed input[type="submit"] {
    display: inline-block;
    width: 50%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #60808b;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: #faf7f6;
    border-radius: 0;
    border: 1px solid #faf7f6;
    -webkit-appearance: none;
    transition: color 0.2s, background 0.2s; }
    .contact-form-fixed input[type="submit"]:focus, .contact-form-fixed input[type="submit"]:hover {
      color: #faf7f6;
      background: #25383e;
      transition: color 0.2s, background 0.2s; }

.mail-sent {
  display: none;
  z-index: 10;
  color: #faf7f6;
  text-align: center;
  padding: 20px 0 0;
  font-size: 18px;
  font-weight: 500;
  /*  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
                            END BOX CONTACT
    //////////////////////////////////////////////////// */
  /* ==============================
                MENU
   ============================== */ }

.nav-btn {
  cursor: pointer;
  left: 30px;
  position: fixed;
  display: table;
  top: 20px;
  z-index: 10;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: color 0.2s, background 0.2s; }
  .nav-btn:hover {
    background: #60808b; }
    .nav-btn:hover .open-nav i, .nav-btn:hover .close-nav i, .nav-btn:hover .open-nav span, .nav-btn:hover .close-nav span {
      color: #fff;
      transition: color 0.2s, background 0.2s; }
  .nav-btn .btn-menu {
    text-align: center; }
    .nav-btn .btn-menu i, .nav-btn .btn-menu span {
      color: #60808b;
      text-transform: uppercase;
      display: block;
      transition: color 0.2s;
      font-size: 13px; }
    .nav-btn .btn-menu.open-nav.active {
      display: none; }
    .nav-btn .btn-menu.close-nav {
      left: 25px;
      top: 40%;
      display: none; }
    .nav-btn .btn-menu.close-nav i {
      font-size: 1.1em; }
    .menu-container {
      position: fixed;
      z-index: 9;
      color: #fff;
      background: rgba(96, 128, 139, .75);
      display: none;
      /* Fleche Go Down */ }
  .menu-container.active {
    display: block; }
  .menu-container .menu {
    padding: 40px 0 0; }
    .menu-container .menu ul li {
      margin-bottom: 20px; }
      .menu-container .menu ul li a {
        font-family: 'Lato', sans-serif;
        font-weight: 100;
        font-size: 32px;
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
        transition: all 0.2s; }
      .menu-container .menu ul li a:hover, .menu-container .menu ul li a.active {
        font-weight: 700; }
      .menu-container .menu ul li a .stone {
        display: none;
        margin: 0 20px; }
      .menu-container .menu ul li a.active .stone {
        display: inline-block; }
  .menu-container .contact-nav {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    display: table;
    margin: 20px auto;
    font-family: 'Lato', sans-serif; }
    .menu-container .contact-nav p {
      margin: 5px; }
    .menu-container .contact-nav i {
      font-size: 1.4em; }

.go-down {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  text-align: center; }
  .go-down a i {
    color: #fff;
    font-size: 1.4em;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.2s; }
    .go-down a i:hover {
      color: #60808b;
      border-color: #60808b;
      transition: all 0.2s; }

#nav-lang-wrap {
  position: fixed;
  z-index: 15;
  top: 110px;
  left: 40px; }
  #nav-lang-wrap nav {
    transition: opacity 0.3s;
    overflow: hidden;
    opacity: 0;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%; }
    #nav-lang-wrap nav ul {
      width: 100%; }
    #nav-lang-wrap nav ul li a {
      display: block;
      text-decoration: none;
      font-weight: 400;
      margin-bottom: 5px;
      color: #60808b;
      border-radius: 50%;
      background: #faf7f6;
      padding: 10px;
      transition: all 0.2s; }
      #nav-lang-wrap nav ul li a:hover {
        color: #fff;
        transition: all 0.2s;
        background: #60808b; }
  #nav-lang-wrap:hover nav {
    transition: opacity 0.3s;
    overflow: visible;
    opacity: 1;
    display: block; }

#btn-lang {
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  color: #60808b;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
  /* ==============================
                END MENU
   ============================== */ }

.home-header {
  background-position: right bottom; }

.video-tea {
  object-fit: cover;
  position: absolute;
  right: 0px; }

.video {
  height: 100%;
  object-fit: unset;
  position: absolute;
  width: 100%; }

.video-header {
  bottom: 0;
  min-width: 100%;
  position: absolute;
  width: 178vh; }
  .video-header.rightside {
    right: 0; }
  .video-header.leftside {
    left: 0; }

.video-bg {
  overflow: hidden; }

.logo-header {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
  width: 200px;
  z-index: 3;
  /* ==============================
                ACCUEIL
   ============================== */ }
  .logo-header .logo-svg .st0 {
    fill: #fff;
    transition: fill 0.3s; }
    .logo-header .logo-svg .st1 {
      fill: #60808b;
      transition: fill 0.3s; }
    .logo-header .logo-svg .st6 {
      stroke: #fff;
      transition: stroke 0.3s; }
    .logo-header .logo-svg:hover .st0 {
      fill: #60808b;
      transition: fill 0.3s; }
    .logo-header .logo-svg:hover .st6 {
      stroke: #60808b;
      transition: fill 0.3s; }
    .logo-header .logo-svg:hover .st1 {
      fill: #fff;
      transition: stroke 0.3s; }

.welcome {
  padding-top: 25px; }
  .welcome h2 {
    font-size: 23px; }

.bg-hotel-index {
  display: inline-block;
  height: 385px;
  position: relative; }
  .bg-hotel-index a {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    transition: color 0.2s; }
    .bg-hotel-index a span {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      font-size: 36px; }
    .bg-hotel-index a h2 {
      background: transparent;
      border-radius: 50%;
      font-size: 30px;
      height: 200px;
      padding-top: 90px;
      width: 200px;
      color: #fff;
      transition: background 0.3s, color 0.3s; }
  .bg-hotel-index:hover .overlay {
    opacity: 1;
    transition: opacity 0.3s; }
    .bg-hotel-index:hover a {
      color: #60808b;
      transition: color 0.2s; }
    .bg-hotel-index:hover a h2 {
      background: #fff;
      color: #60808b;
      transition: background 0.3s, color 0.3s; }

.overlay {
  background: rgba(96, 128, 139, .7);
  position: relative;
  opacity: 0;
  transition: opacity 0.3s; }
  .overlay.rooms {
    position: absolute; }

.index-wrapper {
  padding: 30px 0; }

.room-index-slider {
  height: 100vh;
  position: relative; }

.index-slideshow {
  position: absolute;
  z-index: 0; }

.slideshow-item .stone-big {
  bottom: 30px;
  position: absolute;
  right: 170px; }
  .slideshow-item .stone-big .discover {
    bottom: 0;
    left: 220px; }

.slide-container {
  display: table !important; }

.slide-offer-bg, .slide-news-bg {
  height: 370px; }

.offer-slide-index-txt .w-75 {
  margin: auto;
  width: 75%; }

.fixed-title {
  position: absolute;
  right: 0;
  left: 50%;
  top: 10px;
  text-align: center; }
  .fixed-title.news {
    left: 0;
    right: 50%; }
  .fixed-title.h3 {
    font-size: 18px; }

.offer-desc-slide p {
  color: #25383e;
  font-size: 11px;
  line-height: 18px; }

.slide-ctrl {
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 45%;
  z-index: 5;
  padding: 0 10px; }
  .slide-ctrl.news {
    left: 0;
    right: unset; }
  .slide-ctrl.w-100 {
    width: 100%; }
  .slide-ctrl ul li {
    list-style: none; }
  .slide-ctrl ul li a {
    pointer-events: all; }
    .slide-ctrl ul li a i {
      bottom: 20px;
      color: #60808b;
      font-size: 1.2em;
      left: 10px;
      padding: 10px;
      border: 1px solid #60808b;
      pointer-events: all;
      border-radius: 50%;
      display: block;
      position: absolute;
      transition: all 0.2s; }
    .slide-ctrl ul li a i:hover {
      background: #60808b;
      color: #fff;
      transition: all 0.2s; }

.slide-gallery {
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0 10px; }
  .slide-gallery ul li {
    list-style: none; }
  .slide-gallery ul li a {
    pointer-events: all; }
    .slide-gallery ul li a i {
      color: #fff;
      font-size: 1.2em;
      padding: 10px;
      pointer-events: all;
      display: block; }

.abs-h2 {
  line-height: 40px; }

.btn-slide .stone.md-90 svg {
  width: 120px; }
  .btn-slide span {
    bottom: 40px;
    color: #fff;
    font-size: 12px;
    left: 15px;
    text-transform: uppercase;
    display: block; }
  .btn-slide.news span {
    font-size: 14px;
    bottom: 30px;
    left: 5px; }

.index-offers-slideshow {
  position: relative;
  z-index: 1; }

.access-all {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 50%;
  text-align: center;
  z-index: 5; }
  .access-all.offers {
    right: 0;
    left: 50%; }
  .access-all a {
    color: #60808b;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    transition: color 0.2s; }
  .access-all a i {
    font-size: 0.8em;
    margin-left: 10px;
    vertical-align: top; }
  .access-all a:hover {
    color: #25383e;
    transition: color 0.2s; }

.situation-index-bg {
  height: 70vh;
  text-align: right;
  padding-right: 100px; }
  .situation-index-bg a {
    right: 40px;
    transition: color 0.2s; }
  .situation-index-bg a:hover .h2 {
    color: #faf7f6;
    transition: color 0.2s; }

.abs-location {
  font-weight: 400;
  left: 70px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 150px;
  /* ==============================
            END ACCUEIL
   ============================== */
  /* ==============================
            HOTEL
   ============================== */ }
  .abs-location span {
    display: block;
    font-weight: 700; }

.hotel-txt {
  background: rgba(96, 128, 139, .14);
  padding: 0 30px; }
  .hotel-txt .desc {
    font-family: 'Lato', sans-serif; }

.hotel-txt-bis, .4-txt {
  border: 1px solid rgba(96, 128, 139, .14); }

.patio .stone {
  right: 100px;
  z-index: 2;
  left: unset; }

.bar-txt .desc {
  font-family: 'Lato', sans-serif; }

.bg-patio {
  height: 100vh;
  /* ==============================
            END HOTEL
   ============================== */ }

.slideshow {
  overflow: hidden;
  position: relative; }

.slideshow, .slideshow-item-parent, .slideshow-item {
  height: 100%;
  width: 100%; }

.slideshow-item-parent {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0; }

.slideshow-item {
  display: none; }
  .slideshow-item:first-child {
    display: block; }

.slideshow-controls-pages {
  bottom: 0;
  position: absolute;
  text-align: center;
  pointer-events: none;
  z-index: 2;
  /* ==============================
            CHAMBRES
   ============================== */ }
  .slideshow-controls-pages .controls-pages {
    pointer-events: none;
    margin: 0;
    padding: 0; }
  .slideshow-controls-pages .controls-pages li {
    list-style: none;
    opacity: 0.6;
    transition: opacity 0.3s; }
  .slideshow-controls-pages .controls-pages li:hover {
    opacity: 1;
    transition: opacity 0.3s; }
  .slideshow-controls-pages .controls-pages li .before, .slideshow-controls-pages .controls-pages li .after {
    padding: 25px 0;
    pointer-events: all; }
  .slideshow-controls-pages .controls-pages li i {
    font-size: 50px;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    transition: color 0.2s; }
    .slideshow-controls-pages .controls-pages li i:hover {
      color: #fff;
      transition: color 0.2s; }

.bulles-slide {
  bottom: 100px;
  left: 130px;
  position: absolute; }

.rooms-col-bg {
  height: 100%; }
  .rooms-col-bg:hover .room-col {
    opacity: 1;
    transition: opacity 0.3s; }

.big-circle {
  bottom: 15px;
  position: absolute;
  right: 230px;
  text-align: right; }
  .big-circle.top {
    bottom: 70px; }
  .big-circle.wow {
    overflow: unset; }
  .big-circle.home {
    bottom: 110px;
    right: 160px; }

.bulle-index {
  background: rgba(255, 255, 255, .8);
  border-radius: 50%;
  bottom: 20%;
  color: #60808b;
  height: 300px;
  text-align: center;
  width: 300px;
  transition: background 0.3s, color 0.3s; }
  .bulle-index.big {
    width: 400px;
    height: 400px; }
  .bulle-index.room {
    height: 390px;
    width: 390px; }
  .bulle-index.room.big {
    height: 500px;
    width: 500px; }
  .bulle-index.room .desc {
    left: 0; }
  .bulle-index.hover:hover {
    background: rgba(96, 128, 139, .8);
    color: #fff;
    transition: background 0.3s, color 0.3s; }
  .bulle-index .h2 span {
    font-weight: 700;
    display: block; }
  .bulle-index.situation {
    top: 28%; }
  .bulle-index.slider {
    left: 0;
    top: 10%; }
  .bulle-index .title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
    line-height: 34px; }
  .bulle-index .title.m-0 {
    margin: 0; }
  .bulle-index .title span {
    font-weight: 500;
    display: block; }
  .bulle-index i {
    font-size: 2em;
    position: relative;
    left: -15px; }
  .bulle-index i.icon-4-person {
    left: -45px; }
  .bulle-index i.icon-2-1-person {
    left: -30px; }
  .bulle-index .surface {
    font-weight: 500;
    font-size: 22px; }
  .bulle-index .price {
    color: #25383e; }
  .bulle-index .price:first-letter {
    text-transform: capitalize; }
  .bulle-index .price span {
    font-weight: 700; }
  .bulle-index .desc {
    font-family: 'Lato', sans-serif;
    color: #25383e;
    left: -30px;
    margin: auto;
    position: relative;
    width: 65%; }

.room-col {
  background: rgba(96, 128, 139, .6);
  opacity: 0;
  transition: opacity 0.3s; }
  .room-col .stone {
    left: 0;
    right: 0;
    text-align: center;
    top: 20%;
    transition: all 0.2s; }

.discover {
  display: block;
  position: absolute;
  bottom: -50px;
  right: 5%; }
  .discover a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase; }
  .discover a span {
    line-height: 20px;
    text-align: center;
    right: 0; }
  .discover a span i {
    display: block;
    font-size: 0.8em;
    left: 0; }
  .discover a:hover svg .st0 {
    fill: #faf7f6; }
  .discover .stone svg {
    max-width: 105px;
    width: 100%; }
  .discover .stone.green svg .st0 {
    fill: #60808b; }
  .discover .stone.green:hover svg .st0 {
    fill: #25383e; }
  .discover.slider {
    bottom: 50px;
    left: unset;
    right: -40px; }
  .discover.slider.right-0 {
    right: -20px; }
  .discover.slider svg .st0 {
    fill: #60808b;
    transition: fill 0.3s; }
  .discover.slider:hover svg .st0 {
    fill: #faf7f6;
    transition: fill 0.3s; }

.slider-bg {
  height: 100vh;
  position: relative;
  margin-bottom: 30px; }

.equipement {
  margin: auto;
  max-width: 960px;
  text-align: center; }
  .equipement > div {
    font-family: 'Lato', sans-serif;
    margin-bottom: 60px; }
  .equipement > div p:first-letter {
    text-transform: capitalize; }

.room-circle {
  position: absolute;
  left: 100px;
  bottom: 50px;
  /* ==============================
            END CHAMBRES
   ============================== */
  /* ==============================
            OFFRES
   ============================== */ }
  .room-circle.wow {
    overflow: visible; }
  .room-circle.right-side {
    right: 100px;
    left: auto; }

.offers-container {
  margin: auto;
  max-width: 1000px; }

.offer-bloc-1 .offer-bg-1 {
  height: 600px; }

.offer-bloc-2 .offer-bg-1 {
  height: 295px; }

.offer-bloc-3 .offer-bg-1 {
  height: 295px; }

.offer-wrapper {
  display: inline-block;
  vertical-align: top; }

.offer-txt {
  padding: 20px;
  z-index: 1;
  width: 100%; }
  .offer-txt .offer-desc {
    padding-top: 5px; }

.offer-bloc-1 {
  margin-bottom: 20px; }

.offer-bloc {
  margin-left: 20px; }
  .offer-bloc.offer-bloc-2 {
    margin-bottom: 10px; }
  .offer-bloc.offer-bloc-3 {
    margin-top: 10px; }

.bg-offre .stone svg {
  opacity: 1;
  transition: opacity 0.3s; }

.resa-stone {
  display: block;
  position: absolute;
  right: 5%;
  top: 10px;
  /* ==============================
            END OFFRES
   ============================== */
  /* ==============================
            SITUATION
   ============================== */ }
  .resa-stone a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    display: block; }
  .resa-stone a span {
    text-align: center;
    right: 0; }
  .resa-stone a span i {
    display: block;
    font-size: 0.8em; }
  .resa-stone a:hover svg .st0 {
    fill: #faf7f6; }
  .resa-stone a:hover span {
    color: #60808b;
    transition: all 0.2s; }
  .resa-stone .stone svg {
    max-width: 105px;
    width: 100%; }

.quartier-txt h2 {
  font-size: 24px;
  font-weight: 700; }
  .quartier-txt h3 {
    font-size: 19px;
    font-weight: 500; }

.visite-title h2 {
  font-size: 36px; }
  .visite-title .h3 {
    font-size: 23px; }

.visite-bg {
  height: 100vh; }

.btn-square {
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 16px;
  background: #60808b;
  color: #fff;
  border: 1px solid #60808b;
  transition: all 0.2s; }
  .btn-square:hover {
    background: #fff;
    color: #60808b;
    transition: all 0.2s; }

.trans-container {
  margin: auto;
  max-width: 960px; }

.bg-trans {
  background: #fff; }

.trans-title {
  background: #60808b;
  color: #fff;
  text-transform: uppercase;
  height: 250px; }
  .trans-title p {
    font-size: 30px;
    font-weight: 500; }

.trans-desc {
  color: #fff;
  background: rgba(96, 128, 139, .66);
  font-family: 'Lato', sans-serif; }

.trans-1 .bg-trans {
  position: relative;
  z-index: -1;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s linear; }
  .trans-1:hover .bg-trans {
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s linear; }

.trans-2 .bg-trans {
  position: relative;
  z-index: -1;
  transform: translate3d(-200%, 0, 0);
  transition: transform 0.4s linear; }
  .trans-2:hover .bg-trans {
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s linear; }

.toggle-content {
  display: none; }

.container-map {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.map, .container-poi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container-poi {
  pointer-events: none; }

.list-poi {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  width: 350px;
  height: calc(100% - 200px);
  pointer-events: all;
  overflow: auto; }
  .list-poi .h2, .list-poi h2 {
    color: #000;
    font-size: 26px;
    margin-left: 20px; }
  .list-poi .cat-map {
    margin-bottom: 5px;
    transition: opacity 0.3s; }
  .list-poi .cat-map .h3, .list-poi .cat-map h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background: #60808b;
    cursor: pointer;
    padding: 10px 0 10px 20px;
    margin: 0;
    color: #fff;
    transition: color 0.2s; }
  .list-poi .cat-map .h3:hover, .list-poi .cat-map h3:hover {
    background: #25383e;
    transition: opacity 0.3s; }
  .list-poi .cat-map .h3 i, .list-poi .cat-map h3 i {
    font-size: 1.5em;
    margin-right: 20px; }
  .list-poi .cat-map .h3.active, .list-poi .cat-map h3.active {
    background: #25383e; }
  .list-poi .cat-map ul {
    padding: 10px;
    background: rgba(255, 255, 255, .7); }
  .list-poi .cat-map ul li {
    padding-left: 10px;
    line-height: 2em;
    list-style: none; }
    .list-poi .cat-map ul li a {
      font-size: 14px;
      font-weight: 400;
      text-decoration: none;
      color: #60808b; }
    .list-poi .cat-map ul li a:hover {
      font-weight: 700;
      color: #25383e; }

.list-poi-transport {
  display: none; }

.category-poi-transport {
  cursor: pointer; }

.title-situation {
  font-size: 30px;
  text-align: center;
  padding: 60px 0 35px; }

.infos-poi {
  position: absolute;
  top: 20%;
  right: 55px;
  width: 300px;
  z-index: 2; }

.details-poi {
  display: none;
  position: absolute;
  top: -50px;
  left: 0;
  width: 300px;
  background-color: #fff;
  z-index: 9;
  padding: 10px 10px 20px;
  color: #000;
  pointer-events: all; }
  .details-poi .h3, .details-poi h3 {
    font-size: 18px;
    padding: 10px 0;
    font-weight: 500; }
  .details-poi .poi-des {
    padding-bottom: 20px; }
  .details-poi .poi-des p {
    font-size: 12px;
    font-weight: 100; }
  .details-poi strong {
    display: block;
    padding-bottom: 30px; }
  .details-poi a {
    color: #000;
    transition: color 0.2s; }
  .details-poi a:hover {
    color: #60808b;
    transition: color 0.2s; }
  .details-poi .p-infos, .details-poi .path {
    padding: 5px 0; }
  .details-poi .p-infos i, .details-poi .path i {
    font-size: 1.3em;
    margin-right: 15px; }
  .details-poi .p-infos span, .details-poi .path span {
    font-size: 13px;
    font-weight: 500; }

.icon-poi-close {
  position: absolute;
  top: -8px;
  left: -5px;
  width: 23px;
  height: 23px;
  text-align: center;
  background-position: 5px -66px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  pointer-events: all;
  transition: background 0.3s;
  /* ==============================
            END SITUATION
   ============================== */
  /* ==============================
            ACTUALITÉS BLOG
   ============================== */ }
  .icon-poi-close:hover {
    background-color: #60808b;
    color: #fff;
    transition: background 0.3s; }

.pad-20-0 {
  padding: 20px 0; }

.slideshow-news-bg {
  position: relative; }
  .slideshow-news-bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.news h1 {
  font-family: 'Lato', sans-serif; }

.ariane {
  padding: 25px 0;
  max-width: 1160px;
  margin: auto; }
  .ariane li {
    display: inline-block; }
  .ariane li:after {
    content: ">";
    margin: 0 10px; }
  .ariane li:last-child {
    margin-right: 0; }
  .ariane li:last-child:after {
    display: none; }
  .ariane li a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s; }
  .ariane li a:hover, .ariane li a.active {
    color: #60808b;
    transition: all 0.2s; }
  .ariane li a.active {
    font-weight: 700;
    font-family: 'Lato', sans-serif; }
  .ariane li span {
    color: #333;
    font-size: 12px;
    font-weight: 500; }

.nav-cat {
  max-width: 1070px;
  margin: auto;
  text-align: center;
  padding: 25px 0; }
  .nav-cat li {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block; }
  .nav-cat li:last-child {
    margin-right: 0; }
  .nav-cat li a {
    font-family: 'Lato', sans-serif;
    color: #fff;
    background: #60808b;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.2s; }
  .nav-cat li a:hover, .nav-cat li a.active {
    background: #25383e;
    transition: all 0.2s; }
  .nav-cat li a.active {
    font-weight: 700; }

.post-container {
  max-width: 1670px;
  margin: auto; }

.article {
  display: inline-block;
  overflow: hidden;
  padding: 10px; }
  .article .rel, .article .bg-header, .article .patio, .article .visite-bg {
    display: block; }
  .article img {
    max-width: 100%;
    display: block; }
  .article .article-container {
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(96, 128, 139, .8);
    color: #fff;
    opacity: 0;
    z-index: 1;
    overflow: auto;
    transition: opacity 0.3s; }
  .article .article-container .resume {
    font-family: 'Lato', sans-serif; }
  .article:hover .article-container {
    opacity: 1;
    transition: opacity 0.3s; }
  .article h2 {
    margin-top: 0;
    font-size: 26px;
    color: #fff;
    font-weight: 500; }
  .article .published-on {
    color: #bcdee7;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif; }
  .article .published-on a {
    text-transform: uppercase;
    color: #bcdee7;
    font-weight: 700;
    transition: color 0.2s; }
  .article .published-on a:hover {
    color: #25383e;
    transition: color 0.2s; }
  .article .published-on span {
    text-transform: uppercase; }
  .article .post-link a {
    text-transform: uppercase;
    color: #bcdee7;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.2s; }
  .article .post-link a i {
    font-size: 0.7em;
    margin-left: 5px;
    vertical-align: middle; }
  .article .post-link a:hover {
    color: #25383e;
    transition: color 0.2s; }

.more-wrapper {
  margin-top: 30px; }
  .more-wrapper .more .more-btn {
    display: block;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    left: 30px;
    bottom: 40px;
    font-size: 13px;
    font-weight: 700; }
  .more-wrapper .more .more-btn span, .more-wrapper .more .more-btn i {
    display: block;
    line-height: 20px;
    max-width: 90px; }
  .more-wrapper .more:hover .more-btn {
    color: #60808b; }

.wrapper-post {
  max-width: 1024px;
  margin: auto; }

.single-post {
  /* ==============================
            END ACTUALITéS
   ============================== */
  /*    =======================================================
                     GALERIE PHOTOS
    ======================================================= */ }
  .single-post h1 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500; }
  .single-post .post-img {
    float: left;
    margin: 0 20px 0 0; }
  .single-post .the-post > * {
    color: #60808b; }
  .single-post .the-post > * a {
    color: #25383e;
    transition: all 0.2s; }
    .single-post .the-post > * a:hover {
      text-decoration: underline;
      transition: all 0.2s; }
  .single-post .the-post .published-on {
    font-family: 'Lato', sans-serif; }
  .single-post .the-post .published-on span, .single-post .the-post .published-on a {
    text-transform: uppercase; }

.container-photos {
  max-width: 1170px;
  text-align: center;
  margin: auto;
  width: 100%;
  padding-bottom: 40px; }

.gallery-img {
  position: relative; }
  .gallery-img:hover .hover-gallery {
    opacity: 1;
    transition: opacity 0.3s ease-in; }
  .gallery-img img {
    box-shadow: 1px 1px 7px #d5d5d5;
    max-width: 100%;
    width: 367px;
    display: block; }

.hover-gallery {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(96, 128, 139, .55);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease-out; }
  .hover-gallery i {
    color: #fff;
    font-size: 3em; }

.grid-item {
  padding: 15px;
  width: 367px;
  list-style: none;
  /* Effect 3: Scale up */ }

.grid.effect li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards; }

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes moveUp {
  /*    =======================================================
                    END GALERIE PHOTOS
    ======================================================= */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.news-index-txt {
  padding: 70px 0;
  /* ==============================
            FOOTER
   ============================== */ }

.social-bloc {
  text-align: center;
  font-family: 'Lato', sans-serif; }
  .social-bloc .social-icons ul li {
    margin-left: 20px;
    margin-bottom: 20px; }
    .social-bloc .social-icons ul li.wow {
      overflow: unset; }
    .social-bloc .social-icons ul li a {
      position: relative;
      display: flex;
      border: 1px solid #60808b;
      border-radius: 50%;
      padding: 10px;
      height: 55px;
      width: 55px;
      align-items: center;
      justify-content: center; }
    .social-bloc .social-icons ul li a svg {
      width: 25px;
      height: 25px;
      fill: #60808b;
      transition: fill 0.2s; }
    .social-bloc .social-icons ul li a:hover {
      background: #60808b;
      transition: background 0.2s; }
      .social-bloc .social-icons ul li a:hover svg {
        fill: #fff;
        transition: fill 0.2s; }

footer {
  padding-bottom: 50px;
  /* ==============================
            END FOOTER
   ============================== */
  /*  ++++++++++++++++++++++++++++++++++++++++
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
                MEDIA QUERIES
    ////////////////////////////////////////
    ++++++++++++++++++++++++++++++++++++++++ */ }
  footer .footer-top {
    font-family: 'Lato', sans-serif;
    margin: 40px auto 0;
    max-width: 1040px;
    text-align: center; }
  footer .footer-top > div {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  footer .footer-top > div.logo-footer {
    width: 200px; }
  footer .footer-top > div p {
    font-size: 12px;
    color: #60808b;
    margin: 0;
    display: block; }
    footer .footer-top > div p.org {
      display: none; }
    footer .footer-top > div p i {
      color: #25383e;
      font-size: 1.2em;
      display: inline-block; }
  footer .footer-top > div .vcard .org {
    font-size: 18px;
    font-weight: 700; }
  footer .footer-top > div:nth-child(5) {
    text-transform: none; }
  footer .footer-top > div a {
    font-size: 12px;
    color: #60808b;
    transition: all 0.2s;
    display: block; }
    footer .footer-top > div a:hover {
      text-decoration: underline;
      transition: all 0.2s; }
  footer .footer-btm {
    font-family: 'Lato', sans-serif;
    margin-top: 30px; }
  footer .footer-btm p {
    color: #60808b;
    margin: 5px; }
  footer .footer-btm p.pmr {
    font-size: 12px; }
    footer .footer-btm p.pmr i {
      font-size: 1.2em; }
  footer .footer-btm p.copyright {
    font-size: 12px; }
  footer .footer-btm p span {
    margin: 0 10px; }
  footer .footer-btm a {
    color: #60808b;
    transition: color 0.2s; }
  footer .footer-btm a:hover {
    color: #25383e;
    transition: color 0.2s; }
  footer .nav-lang {
    display: block;
    text-transform: uppercase; }
  footer .nav-lang li {
    display: inline-block; }
  footer .nav-lang li:after {
    content: '|';
    display: inline-block;
    margin: 0 3px; }
  footer .nav-lang li:last-child:after {
    content: '';
    margin: 0; }
  footer .nav-lang li a {
    display: inline-block; }
  footer .nav-lang li, footer .nav-lang li a {
    font-size: 14px; }

@media all and (min-width: 1025px) {
  .offer-wrapper:hover > .offer-txt {
    opacity: 1;
    transition: opacity 0.3s; }
    .offer-wrapper:hover > .bg-offre .stone svg {
      opacity: 0;
      transition: opacity 0.3s; }
      .offer-wrapper:hover > .bg-offre .stone .title-offer {
        display: none; }

  .offer-txt {
    background: rgba(96, 128, 139, .8);
    position: absolute;
    top: 0;
    height: 100%;
    overflow: auto;
    opacity: 0;
    transition: opacity 0.3s;
    color: #fff; }
    .offer-txt h3 {
      color: #fff; }

  .offer-bloc:hover > .offer-txt {
    opacity: 1;
    transition: opacity 0.3s; }
    .offer-bloc:hover > .bg-offre .stone svg {
      opacity: 0;
      transition: opacity 0.3s; }
      .offer-bloc:hover > .bg-offre .stone .title-offer {
        position: absolute;
        top: 0;
        z-index: 8;
        left: 20px;
        color: #fff;
        text-align: left;
        font-size: 18px; }
        .offer-bloc:hover > .bg-offre .stone .title-offer span {
          display: inline-block; } }

@media all and (min-width: 768px) {
  main.with-padding .welcome h1, main.with-padding .welcome .h1 {
    padding-left: 170px;
    padding-right: 170px; }

  .show-mobile {
    display: none; }

  .blog-desc-slide {
    height: 450px;
    overflow-y: auto; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .wow {
    overflow: none;
    animation-name: none !important;
    visibility: visible !important; }

  .trans-1 .bg-trans {
    transform: translate3d(0px, 0px, 0px); }

  .trans-2 .bg-trans {
    transform: translate3d(0px, 0px, 0px); } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .wow {
    overflow: none;
    animation-name: none !important;
    visibility: visible !important; }

  .trans-1 .bg-trans {
    transform: translate3d(0px, 0px, 0px); }

  .trans-2 .bg-trans {
    transform: translate3d(0px, 0px, 0px); }

  .article {
    vertical-align: top;
    width: 50%; }
    .article img {
      max-width: unset;
      width: 100%;
      height: 300px; }
    .article .article-container {
      position: unset;
      height: 300px;
      opacity: 1; } }

@media all and (max-width: 1024px) {
  .offer-txt {
    position: relative; }

  .resa-stone {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto; } }

@media all and (max-width: 767px) {
  ._index .bg-header {
    height: 60vh; }

  .footer-menu a {
    display: block;
    padding: 4px 0;
    margin: 4px auto; }

  .slide-ctrl.news {
    top: 440px; }

  .social-icons {
    padding: 0 35px; }

  ._index .welcome h3 span {
    font-size: 17px !important; }

  main.with-padding, main.mobile-with-padding {
    padding-top: 80px; }

  .mobile-h-auto {
    height: auto; }

  .cancel-abs.t-60 {
    top: 10px; }

  h1, .h1 {
    font-size: 30px; }

  h2, .h2 {
    font-size: 26px; }

  .menu-container {
    background: #60808b; }

  .nav-btn:hover, .nav-btn:focus {
    background: #fff; }
    .nav-btn:hover .open-nav i, .nav-btn:focus .open-nav i, .nav-btn:hover .close-nav i, .nav-btn:focus .close-nav i, .nav-btn:hover .open-nav span, .nav-btn:focus .open-nav span, .nav-btn:hover .close-nav span, .nav-btn:focus .close-nav span {
      color: #60808b; }

  .detach {
    display: none; }

  .wow {
    overflow: none;
    animation-name: none !important;
    visibility: visible !important; }

  ._offres .header-contact {
    bottom: 0; }

  .header-contact {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 50px; }
    .header-contact .header-contact-closed {
      left: 0;
      right: 0; }
    .header-contact .header-contact-open {
      width: 100%; }

  .contact-line {
    color: #fff; }

  .mobile-bloc {
    display: block; }

  .m-100 {
    width: 100%; }

  .booking-engine {
    bottom: 0;
    left: 0;
    width: 100%;
    top: unset;
    /* ACCUEIL */ }
    .booking-engine .booking-btn svg {
      display: none; }
    .booking-engine .booking-btn span {
      display: block;
      position: unset;
      padding: 10px;
      background: #60808b; }
      .booking-engine .booking-btn span i {
        display: inline-block;
        margin-left: 10px; }
    .booking-engine .booking-btn:hover span {
      color: #fff; }

  .bg-hotel-index a .stone-hover {
    background: rgba(255, 255, 255, .8);
    color: #60808b; }
    .bg-hotel-index.bg-hotel-index-2 {
      margin-top: 10px; }

  .big-circle.home {
    left: 5%;
    bottom: 25%; }

  .discover {
    right: -2px; }
    .discover.slider {
      bottom: 0; }

  .fixed-title {
    position: unset; }

  .access-all {
    position: unset;
    padding: 20px 0; }

  .slide-ctrl {
    top: 70%;
    left: 0;
    right: 0;
    width: 100%; }
    .slide-ctrl ul li a i {
      position: unset; }

  .situation-index-bg {
    padding-right: 0;
    text-align: center; }

  .slide-news-bg {
    position: absolute;
    top: 0; }

  .news-index-txt {
    margin-top: 100%;
    /* HOTEL */ }

  .hotel-bg, .hotel-bg-bis, .bar-bg-2, .quartier-bg {
    height: 400px; }

  .bar-bg-1 {
    height: 250px; }

  .hotel-txt {
    padding-top: 20px; }
    .hotel-txt h2 {
      margin: 30px; }

  .big-circle.top {
    bottom: 35px;
    left: 5%;
    right: 0;
    text-align: center; }

  .bulle-index.big {
    height: 350px;
    padding: 10px;
    width: 350px; }

  .concierge {
    /* CHAMBRES */ }
    .concierge .hotel-bg-bis {
      margin-top: 150%; }
    .concierge .hotel-txt {
      position: absolute;
      top: 0; }

  .bulles-slide {
    bottom: 160px;
    left: unset;
    right: 60px; }

  .room-circle {
    left: 5%; }
    .room-circle.right-side {
      left: 5%;
      right: unset; }

  .bulle-index {
    width: 250px;
    height: 250px;
    /* OFFRES */ }
    .bulle-index.room {
      height: 300px;
      width: 300px; }
    .bulle-index.room.big {
      height: 300px;
      width: 300px; }
    .bulle-index.room .desc {
      height: 120px;
      left: 0;
      overflow: auto; }

  .offer-bloc {
    margin-left: 0; }

  .offer-bloc-1 .offer-bg-1, .offer-bloc-2 .offer-bg-2, .offer-bloc-3 .offer-bg-3 {
    height: 250px;
    /* SITUATION */ }

  .bg-trans {
    padding: 40px; }

  .trans-1 .bg-trans {
    transform: translate3d(0px, 0px, 0px); }

  .trans-2 {
    /* BLOG */
    /*.news, .disclaimer{
        padding-top: 100px;
        h1, .h1{
            line-height: 35px;
        }
    }*/ }
    .trans-2 .bg-trans {
      transform: translate3d(0px, 0px, 0px);
      position: absolute;
      top: 0; }
    .trans-2 .trans-desc {
      margin-top: 45%; }

  .article img {
    width: 100%; }
    .article .article-container {
      position: unset;
      opacity: 1; }

  .post-img {
    margin: 0 0px 30px 0; }
    .post-img img {
      width: 100%; }

  .the-post {
    padding: 30px 15px;
    /* FOOTER */ }

  footer .footer-top > div {
    display: block;
    text-align: center;
    padding: 25px 0;
    line-height: 28px; }
    footer .footer-top > div.logo-footer {
      margin: auto; }

  .footer-btm {
    padding: 0 0 120px; }
    .footer-btm p span {
      display: block; } }

.klaro.cm-as-context-notice {
  height: 100%;
  padding-bottom: 12px;
  padding-top: 12px; }

.klaro .context-notice, .klaro .cookie-notice {
  font-size: 16px; }

.klaro .cookie-modal .cm-switch-container, .klaro .context-notice .cm-switch-container, .klaro .cookie-notice .cm-switch-container {
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
  border-bottom: 1px solid #ccc; }

.klaro .cookie-modal .cm-switch-container:last-child, .klaro .context-notice .cm-switch-container:last-child, .klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0; }

.klaro .cookie-modal .cm-switch-container:first-child, .klaro .context-notice .cm-switch-container:first-child, .klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0; }

.klaro .cookie-modal .cm-switch-container p, .klaro .context-notice .cm-switch-container p, .klaro .cookie-notice .cm-switch-container p {
  margin-top: 0; }

.klaro .cookie-modal .cm-switch, .klaro .context-notice .cm-switch, .klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px; }

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #48dfb2;
  background-color: var(--green1, #48dfb2); }

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #60808b;
  background-color: var(--green1, #60808b);
  opacity: 0.6; }

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before, .klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px); }

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider, .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8; }

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before, .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px); }

.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8;
  cursor: not-allowed; }

.klaro .cookie-modal .cm-list-input, .klaro .context-notice .cm-list-input, .klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px; }

.klaro .cookie-modal .cm-list-title, .klaro .context-notice .cm-list-title, .klaro .cookie-notice .cm-list-title {
  font-size: 14px;
  font-weight: 600; }

.klaro .cookie-modal .cm-list-description, .klaro .context-notice .cm-list-description, .klaro .cookie-notice .cm-list-description {
  font-size: 14px;
  padding-top: 4px;
  color: #666; }

.klaro .cookie-modal .cm-list-label .cm-switch, .klaro .context-notice .cm-list-label .cm-switch, .klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0; }

.klaro .cookie-modal .cm-list-label .slider, .klaro .context-notice .cm-list-label .slider, .klaro .cookie-notice .cm-list-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  width: 50px;
  display: inline-block; }

.klaro .cookie-modal .cm-list-label .slider::before, .klaro .context-notice .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  transition: 0.4s; }

.klaro .cookie-modal .cm-list-label .slider.round, .klaro .context-notice .cm-list-label .slider.round, .klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px; }

.klaro .cookie-modal .cm-list-label .slider.round::before, .klaro .context-notice .cm-list-label .slider.round::before, .klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%; }

.klaro .cookie-modal .cm-list-label input:focus + .slider, .klaro .context-notice .cm-list-label input:focus + .slider, .klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow-color: #48dfb2;
  box-shadow-color: var(--green3, #48dfb2);
  box-shadow: 0 0 1px #48dfb2; }

.klaro .cookie-modal .cm-list-label input:checked + .slider::before, .klaro .context-notice .cm-list-label input:checked + .slider::before, .klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider, .klaro .context-notice .cm-list-input:focus + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19); }

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before, .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.klaro .cookie-modal .slider, .klaro .context-notice .slider, .klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19); }

.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
  color: #60808b;
  color: var(--green1, #60808b);
  text-decoration: none; }

.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice strong, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  color: #eee;
  color: var(--font-color-dark, #eee); }

.klaro .cookie-modal p, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em; }

.klaro .cookie-modal .cm-link, .klaro .context-notice .cm-link, .klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle; }

.klaro .cookie-modal .cm-btn, .klaro .context-notice .cm-btn, .klaro .cookie-notice .cm-btn {
  color: #eee;
  color: var(--font-color-dark, #eee);
  background: none;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 0;
  padding: 0.4em 0.6em;
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 1px; }

.klaro .cookie-modal .cm-btn.cm-btn-decline, .klaro .context-notice .cm-btn.cm-btn-decline, .klaro .cookie-notice .cm-btn.cn-decline {
  border-bottom: 2px solid #fff;
  color: #fff; }

.klaro .cookie-modal .cm-btn.cm-btn-decline:hover, .klaro .context-notice .cm-btn.cm-btn-decline:hover, .klaro .cookie-notice .cm-btn.cn-decline:hover {
  background: rgba(85, 85, 85, .3); }

.klaro .cookie-notice .cm-btn.cm-btn-success {
  border-radius: 6px;
  color: #fff; }

.klaro .cookie-notice .cm-btn.cm-btn-success:hover, .klaro .cm-btn.cm-btn-success.cm-btn-accept-all:hover {
  background: rgba(96, 128, 139, .8); }

.klaro .cookie-modal .cm-btn:disabled, .klaro .context-notice .cm-btn:disabled, .klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5; }

.klaro .cookie-modal .cm-btn.cm-btn-close, .klaro .context-notice .cm-btn.cm-btn-close, .klaro .cookie-notice .cm-btn.cm-btn-close {
  background: #aaa;
  color: #000; }

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background: #60808b;
  color: #fff; }

.klaro .cookie-modal .cm-btn.cm-btn-success-var, .klaro .context-notice .cm-btn.cm-btn-success-var, .klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background: #24cc9a;
  background: var(--green2, #24cc9a); }

.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .context-notice .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
  background: none;
  color: #fff;
  border-bottom: 2px solid #fff; }

.klaro .cookie-modal .cm-btn.cm-btn-info:hover, .klaro .context-notice .cm-btn.cm-btn-info:hover, .klaro .cookie-notice .cm-btn.cm-btn-info:hover {
  background: rgba(85, 85, 85, .3); }

.klaro .context-notice {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #eee;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 12px; }

.klaro .context-notice p {
  flex-grow: 0;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
  color: #000; }

.klaro .context-notice p strong {
  color: #333; }

.klaro .context-notice p a {
  color: #459cdc; }

.klaro .context-notice p.cm-buttons {
  margin-top: 12px; }

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
  font-size: 14px; }

.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0; }

.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  -ms-transform: none;
  transform: none; }

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }

.klaro .cookie-modal .cm-modal.cm-klaro {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: rgba(51, 51, 51, 0.95);
  color: #eee; }

@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto; } }

.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1; }

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #eee; }

.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid #555; }

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between; }

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px; }

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #999; }

.klaro .cookie-modal .cm-modal .cm-header {
  padding: 1em;
  padding-right: 24px;
  border-bottom: 1px solid #555; }

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 1.5em;
  display: block; }

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px; }

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em; }

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block; }

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0; }

.klaro .cookie-modal .cm-caret, .klaro .cookie-modal .cm-caret {
  color: #888; }

.klaro ul.cm-services li.cm-purpose .cm-content, .klaro ul.cm-purposes li.cm-purpose .cm-content {
  margin-left: -40px;
  display: none; }

.klaro ul.cm-services li.cm-purpose .cm-content.expanded, .klaro ul.cm-purposes li.cm-purpose .cm-content.expanded {
  margin-top: 10px;
  display: block; }

.klaro .cookie-modal li.cm-service, .klaro .cookie-modal li.cm-purpose, .klaro .cookie-modal li.cm-service, .klaro .cookie-modal li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px; }

.klaro .cookie-modal li.cm-service:first-child, .klaro .cookie-modal li.cm-purpose:first-child, .klaro .cookie-modal li.cm-service:first-child, .klaro .cookie-modal li.cm-purpose:first-child {
  margin-top: 0; }

.klaro .cookie-modal li.cm-service p, .klaro .cookie-modal li.cm-purpose p, .klaro .cookie-modal li.cm-service p, .klaro .cookie-modal li.cm-purpose p {
  margin-top: 0; }

.klaro .cookie-modal li.cm-service p.purposes, .klaro .cookie-modal li.cm-purpose p.purposes, .klaro .cookie-modal li.cm-service p.purposes, .klaro .cookie-modal li.cm-purpose p.purposes {
  font-size: 0.8em;
  color: #999; }

.klaro .cookie-modal li.cm-service.cm-toggle-all, .klaro .cookie-modal li.cm-purpose.cm-toggle-all, .klaro .cookie-modal li.cm-service.cm-toggle-all, .klaro .cookie-modal li.cm-purpose.cm-toggle-all {
  border-top: 1px solid #555;
  padding-top: 1em; }

.klaro .cookie-modal li.cm-service span.cm-list-title, .klaro .cookie-modal li.cm-purpose span.cm-list-title, .klaro .cookie-modal li.cm-service span.cm-list-title, .klaro .cookie-modal li.cm-purpose span.cm-list-title {
  font-weight: 600; }

.klaro .cookie-modal li.cm-service span.cm-opt-out, .klaro .cookie-modal li.cm-service span.cm-required, .klaro .cookie-modal li.cm-purpose span.cm-opt-out, .klaro .cookie-modal li.cm-purpose span.cm-required, .klaro .cookie-modal li.cm-service span.cm-opt-out, .klaro .cookie-modal li.cm-service span.cm-required, .klaro .cookie-modal li.cm-purpose span.cm-opt-out, .klaro .cookie-modal li.cm-purpose span.cm-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #999; }

.klaro .cookie-notice:not(.cookie-modal-notice) {
  background: rgba(0, 0, 0, 0.87);
  z-index: 9999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 20px 10px; }

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0; }

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  max-width: 960px;
  width: 100%; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p a:hover {
  text-decoration: underline; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-block;
  padding: 0.3em 0.6em;
  border-bottom: 2px solid #fff;
  color: #fff;
  height: 33px; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more:hover {
  text-decoration: none;
  background: rgba(85, 85, 85, .3); }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em; }

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%; } }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em; }

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: calc(50% - 0.5em); } }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline; }

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a, .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em; }

.klaro .cookie-modal-notice {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #333;
  color: #eee;
  padding: 1em;
  padding-top: 0.2em; }

@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    width: auto; } }

.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em; }
  .parallax {
    -webkit-background-attachment: fixed;
    background-attachment: fixed; }
  @media all and (min-width: 768px) {
  .parallax {
    -webkit-background-attachment: fixed;
    background-attachment: fixed; } }
  ._mobile, ._tablet {
    /* Declare the same value for min- and max-width to avoid colliding with desktops */
    /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
    /* ======== iPad Pro 12" =========== */
    /* Landscape MAX */ }
  ._mobile .parallax, ._tablet .parallax {
    -webkit-background-attachment: scroll;
    background-attachment: scroll; }
  @media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* ======== iPad Pro 11" =========== */
  /* Landscape MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 1194px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 1194px) and (max-device-width: 1194px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* ======== iPad Pro 9" and ipad air=========== */
  /* Landscape MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* ======== iPad Air 4th Gen 2020 =========== */
  /* Landscape MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* ======== iPad 7th - 8th Gen 10.2" =========== */
  /* Landscape MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 1080px) and (max-device-width: 1080px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 1080px) and (max-device-width: 1080px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }
  @media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .parallax {
    -webkit-background-attachment: scroll;
    background-attachment: scroll; } }

.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: -0.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-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.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: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.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 0.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: 0.5em;
  top: 0.3em; }

.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 #fff; }

.ui-widget-content {
  border: 1px solid #25383e;
  background: #25383e;
  color: #fff; }

.ui-widget-content a {
  color: #fff; }

.ui-widget-header {
  border: 1px solid #25383e;
  background: #25383e;
  color: #fff;
  font-weight: bold; }

.ui-widget-header a {
  color: #fff; }

.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 #fff;
  background: #fff;
  font-weight: normal;
  color: #25383e; }

.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: #25383e;
  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 #60808b;
  background: #60808b;
  font-weight: normal;
  color: #fff; }

.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: #fff;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.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 #60808b;
  background: #25383e;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #60808b;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #60808b;
  background: #60808b;
  color: #fff; }

.ui-state-checked {
  border: 1px solid #60808b;
  background: #60808b; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #fff; }

.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: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.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_ffffff_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.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_ffffff_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_25383e_256x240.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: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }
