﻿@charset "UTF-8";
/* =============================================================================
/* IMPORTS
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* =============================================================================
/* gallery
/* ============================================================================= */
.photoswipe-item {
  cursor: zoom-in;
}

.visible-print {
  display: none;
}

/* -----------------------------------------------------------------------------
/* clearfix
/* ----------------------------------------------------------------------------- */
.clearfix:before, .row:before, .clearfix:after, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .row:after {
  clear: both;
}

/* =============================================================================
/* BASIC
/* ============================================================================= */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  font-size: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Raleway", sans-serif;
  line-height: 1.563;
  color: #303232;
  background-color: #fff;
}

p {
  margin: 0 0 10px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

.fluid-image, .base-item__image, .rooms-contact__images img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =============================================================================
/* Modules
/* ============================================================================= */
/*
Flaticon icon font: Flaticon
Creation date: 30/11/2017 08:24
*/
@font-face {
  font-family: "Flaticon";
  src: url("../media/fonts/Flaticon.eot");
  src: url("../media/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../media/fonts/Flaticon.woff") format("woff"), url("../media/fonts/Flaticon.ttf") format("truetype"), url("../media/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../media/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-bulleted-list:before {
  content: "\f100";
}

.flaticon-sign:before {
  content: "\f101";
}

.flaticon-bed:before {
  content: "\f102";
}

.flaticon-rest:before {
  content: "\f103";
}

.flaticon-telephone:before {
  content: "\f104";
}

.flaticon-interface-7:before {
  content: "\f105";
}

.flaticon-letter-x:before {
  content: "\f106";
}

.flaticon-avatar:before {
  content: "\f107";
}

.flaticon-photo-camera-1:before {
  content: "\f108";
}

.flaticon-presentation:before {
  content: "\f109";
}

.flaticon-download-1:before {
  content: "\f10a";
}

.flaticon-weather:before {
  content: "\f10b";
}

.flaticon-webcam:before {
  content: "\f10c";
}

.flaticon-mark-1:before {
  content: "\f10d";
}

.flaticon-send:before {
  content: "\f10e";
}

.flaticon-calendar-page-empty:before {
  content: "\f10f";
}

.flaticon-technology-1:before {
  content: "\f110";
}

.flaticon-left-quote:before {
  content: "\f111";
}

.flaticon-photo:before {
  content: "\f112";
}

.flaticon-agenda-1:before {
  content: "\f113";
}

.flaticon-arrows-10:before {
  content: "\f114";
}

.flaticon-interface-6:before {
  content: "\f115";
}

.flaticon-present:before {
  content: "\f116";
}

.flaticon-arrows-9:before {
  content: "\f117";
}

.flaticon-arrows-8:before {
  content: "\f118";
}

.flaticon-note:before {
  content: "\f119";
}

.flaticon-arrows-7:before {
  content: "\f11a";
}

.flaticon-squares:before {
  content: "\f11b";
}

.flaticon-cross-out:before {
  content: "\f11c";
}

.flaticon-tool-1:before {
  content: "\f11d";
}

.flaticon-shopping:before {
  content: "\f11e";
}

.flaticon-arrows-6:before {
  content: "\f11f";
}

.flaticon-interface-5:before {
  content: "\f120";
}

.flaticon-interface-4:before {
  content: "\f121";
}

.flaticon-move-to-the-next-page-symbol:before {
  content: "\f122";
}

.flaticon-left-arrow-chevron:before {
  content: "\f123";
}

.flaticon-signs-4:before {
  content: "\f124";
}

.flaticon-correct-signal:before {
  content: "\f125";
}

.flaticon-info-sign:before {
  content: "\f126";
}

.flaticon-pinterest-logo:before {
  content: "\f127";
}

.flaticon-google-plus-logo:before {
  content: "\f128";
}

.flaticon-logo-linkedin:before {
  content: "\f129";
}

.flaticon-youtube:before {
  content: "\f12a";
}

.flaticon-key-1:before {
  content: "\f12b";
}

.flaticon-globe:before {
  content: "\f12c";
}

.flaticon-clock-1:before {
  content: "\f12d";
}

.flaticon-teamwork:before {
  content: "\f12e";
}

.flaticon-solution:before {
  content: "\f12f";
}

.flaticon-partner:before {
  content: "\f130";
}

.flaticon-rss:before {
  content: "\f131";
}

.flaticon-computer-1:before {
  content: "\f132";
}

.flaticon-eye:before {
  content: "\f133";
}

.flaticon-time-1:before {
  content: "\f134";
}

.flaticon-information:before {
  content: "\f135";
}

.flaticon-key:before {
  content: "\f136";
}

.flaticon-holidays-1:before {
  content: "\f137";
}

.flaticon-holidays:before {
  content: "\f138";
}

.flaticon-support:before {
  content: "\f139";
}

.flaticon-arrows-5:before {
  content: "\f13a";
}

.flaticon-medal:before {
  content: "\f13b";
}

.flaticon-google-plus-1:before {
  content: "\f13c";
}

.flaticon-skype:before {
  content: "\f13d";
}

.flaticon-instagram:before {
  content: "\f13e";
}

.flaticon-flickr:before {
  content: "\f13f";
}

.flaticon-vimeo-1:before {
  content: "\f140";
}

.flaticon-mark:before {
  content: "\f141";
}

.flaticon-mouse-1:before {
  content: "\f142";
}

.flaticon-twitter:before {
  content: "\f143";
}

.flaticon-facebook-1:before {
  content: "\f144";
}

.flaticon-like:before {
  content: "\f145";
}

.flaticon-certificate:before {
  content: "\f146";
}

.flaticon-question:before {
  content: "\f147";
}

.flaticon-adobe:before {
  content: "\f148";
}

.flaticon-vimeo:before {
  content: "\f149";
}

.flaticon-google-plus:before {
  content: "\f14a";
}

.flaticon-lock:before {
  content: "\f14b";
}

.flaticon-profile:before {
  content: "\f14c";
}

.flaticon-message:before {
  content: "\f14d";
}

.flaticon-signs-3:before {
  content: "\f14e";
}

.flaticon-direction:before {
  content: "\f14f";
}

.flaticon-gps:before {
  content: "\f150";
}

.flaticon-shapes-4:before {
  content: "\f151";
}

.flaticon-search-1:before {
  content: "\f152";
}

.flaticon-suitcase:before {
  content: "\f153";
}

.flaticon-chain:before {
  content: "\f154";
}

.flaticon-interface-3:before {
  content: "\f155";
}

.flaticon-folder:before {
  content: "\f156";
}

.flaticon-search:before {
  content: "\f157";
}

.flaticon-cogwheel:before {
  content: "\f158";
}

.flaticon-interface-2:before {
  content: "\f159";
}

.flaticon-internet-1:before {
  content: "\f15a";
}

.flaticon-signs-2:before {
  content: "\f15b";
}

.flaticon-location-1:before {
  content: "\f15c";
}

.flaticon-location:before {
  content: "\f15d";
}

.flaticon-technology:before {
  content: "\f15e";
}

.flaticon-download:before {
  content: "\f15f";
}

.flaticon-shapes-3:before {
  content: "\f160";
}

.flaticon-shapes-2:before {
  content: "\f161";
}

.flaticon-share:before {
  content: "\f162";
}

.flaticon-line:before {
  content: "\f163";
}

.flaticon-signs-1:before {
  content: "\f164";
}

.flaticon-interface-1:before {
  content: "\f165";
}

.flaticon-signs:before {
  content: "\f166";
}

.flaticon-arrows-4:before {
  content: "\f167";
}

.flaticon-picture:before {
  content: "\f168";
}

.flaticon-expand:before {
  content: "\f169";
}

.flaticon-photo-camera:before {
  content: "\f16a";
}

.flaticon-business:before {
  content: "\f16b";
}

.flaticon-sheet:before {
  content: "\f16c";
}

.flaticon-phone-call:before {
  content: "\f16d";
}

.flaticon-light-bulb:before {
  content: "\f16e";
}

.flaticon-next:before {
  content: "\f16f";
}

.flaticon-back:before {
  content: "\f170";
}

.flaticon-home:before {
  content: "\f171";
}

.flaticon-diamond:before {
  content: "\f172";
}

.flaticon-shopping-bag:before {
  content: "\f173";
}

.flaticon-sun:before {
  content: "\f174";
}

.flaticon-placeholder:before {
  content: "\f175";
}

.flaticon-armchair:before {
  content: "\f176";
}

.flaticon-cutlery:before {
  content: "\f177";
}

.flaticon-lemonade:before {
  content: "\f178";
}

.flaticon-speech-bubble-1:before {
  content: "\f179";
}

.flaticon-speech-bubble:before {
  content: "\f17a";
}

.flaticon-printer:before {
  content: "\f17b";
}

.flaticon-percentage:before {
  content: "\f17c";
}

.flaticon-newspaper:before {
  content: "\f17d";
}

.flaticon-quality:before {
  content: "\f17e";
}

.flaticon-smartphone:before {
  content: "\f17f";
}

.flaticon-analytics:before {
  content: "\f180";
}

.flaticon-map:before {
  content: "\f181";
}

.flaticon-time:before {
  content: "\f182";
}

.flaticon-tag:before {
  content: "\f183";
}

.flaticon-mouse:before {
  content: "\f184";
}

.flaticon-shapes-1:before {
  content: "\f185";
}

.flaticon-two-speech-bubbles:before {
  content: "\f186";
}

.flaticon-shapes:before {
  content: "\f187";
}

.flaticon-phone-outline:before {
  content: "\f188";
}

.flaticon-hotel-reception-bell:before {
  content: "\f189";
}

.flaticon-do-not-disturb-door-hanger:before {
  content: "\f18a";
}

.flaticon-map-with-position-marker:before {
  content: "\f18b";
}

.flaticon-arrows-3:before {
  content: "\f18c";
}

.flaticon-tool:before {
  content: "\f18d";
}

.flaticon-tool-outline-of-hotel-reception-or-covered-food-tray:before {
  content: "\f18e";
}

.flaticon-play:before {
  content: "\f18f";
}

.flaticon-phone-keyboard-nine-black-buttons-squares:before {
  content: "\f190";
}

.flaticon-twitter-social-logotype:before {
  content: "\f191";
}

.flaticon-skype-logo:before {
  content: "\f192";
}

.flaticon-large-symbol-of-four-black-tiles-square:before {
  content: "\f193";
}

.flaticon-youtube-play-button:before {
  content: "\f194";
}

.flaticon-pin:before {
  content: "\f195";
}

.flaticon-social-media:before {
  content: "\f196";
}

.flaticon-facebook:before {
  content: "\f197";
}

.flaticon-food:before {
  content: "\f198";
}

.flaticon-arrows-2:before {
  content: "\f199";
}

.flaticon-social:before {
  content: "\f19a";
}

.flaticon-settings:before {
  content: "\f19b";
}

.flaticon-attachment:before {
  content: "\f19c";
}

.flaticon-internet:before {
  content: "\f19d";
}

.flaticon-night:before {
  content: "\f19e";
}

.flaticon-arrows-1:before {
  content: "\f19f";
}

.flaticon-arrow:before {
  content: "\f1a0";
}

.flaticon-circle:before {
  content: "\f1a1";
}

.flaticon-agenda:before {
  content: "\f1a2";
}

.flaticon-interface:before {
  content: "\f1a3";
}

.flaticon-heart:before {
  content: "\f1a4";
}

.flaticon-mute:before {
  content: "\f1a5";
}

.flaticon-clock:before {
  content: "\f1a6";
}

.flaticon-correct:before {
  content: "\f1a7";
}

.flaticon-shop:before {
  content: "\f1a8";
}

.flaticon-arrows:before {
  content: "\f1a9";
}

.flaticon-wi-fi-signal:before {
  content: "\f1aa";
}

.flaticon-computer:before {
  content: "\f1ab";
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* -----------------------------------------------------------------------------
/* buttons
/* ----------------------------------------------------------------------------- */
.button {
  display: inline-block;
  color: #000;
  background-color: #cecece;
  min-width: 200px;
  padding: 8px 34px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  transition: all 0.2s ease;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 5px;
}
.button:hover, .button:active, .button:focus {
  background-color: #dbdbdb;
  color: #000;
}
.button.disabled, .button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
}
.button.button--primary {
  background-color: #227653;
  color: #fff !important;
}
.button.button--primary:hover, .button.button--primary:active, .button.button--primary:focus {
  background-color: #84ad9c;
  box-shadow: none;
}
.button.button--secondary {
  background-color: #fff;
  color: #323d3f !important;
}
.button.button--secondary:hover, .button.button--secondary:active, .button.button--secondary:focus {
  background-color: #f2f2f2;
  box-shadow: none;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* CONGRID
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* clearfix for the rows
/* ----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
/* base styles
/* ----------------------------------------------------------------------------- */
[class*=col-] {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
}

[class*=gutter-] > [class*=col-] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------------------------
/* grid
/* ----------------------------------------------------------------------------- */
.col-1 {
  width: 8.3333333333%;
}

.col-push-1 {
  left: 8.3333333333%;
}

.col-pull-1 {
  right: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-push-2 {
  left: 16.6666666667%;
}

.col-pull-2 {
  right: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-push-3 {
  left: 25%;
}

.col-pull-3 {
  right: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-push-4 {
  left: 33.3333333333%;
}

.col-pull-4 {
  right: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-push-5 {
  left: 41.6666666667%;
}

.col-pull-5 {
  right: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-push-6 {
  left: 50%;
}

.col-pull-6 {
  right: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-push-7 {
  left: 58.3333333333%;
}

.col-pull-7 {
  right: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-push-8 {
  left: 66.6666666667%;
}

.col-pull-8 {
  right: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-push-9 {
  left: 75%;
}

.col-pull-9 {
  right: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-push-10 {
  left: 83.3333333333%;
}

.col-pull-10 {
  right: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-push-11 {
  left: 91.6666666667%;
}

.col-pull-11 {
  right: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.col-push-12 {
  left: 100%;
}

.col-pull-12 {
  right: 100%;
}

.gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-5 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-10 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-15 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width : 1280px) {
  .col-xlg-push-0 {
    left: 0;
  }
  .col-xlg-pull-0 {
    right: 0;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
  }
  .col-xlg-push-1 {
    left: 8.3333333333%;
  }
  .col-xlg-pull-1 {
    right: 8.3333333333%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
  }
  .col-xlg-push-2 {
    left: 16.6666666667%;
  }
  .col-xlg-pull-2 {
    right: 16.6666666667%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
  }
  .col-xlg-push-4 {
    left: 33.3333333333%;
  }
  .col-xlg-pull-4 {
    right: 33.3333333333%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
  }
  .col-xlg-push-5 {
    left: 41.6666666667%;
  }
  .col-xlg-pull-5 {
    right: 41.6666666667%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
  }
  .col-xlg-push-7 {
    left: 58.3333333333%;
  }
  .col-xlg-pull-7 {
    right: 58.3333333333%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
  }
  .col-xlg-push-8 {
    left: 66.6666666667%;
  }
  .col-xlg-pull-8 {
    right: 66.6666666667%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
  }
  .col-xlg-push-10 {
    left: 83.3333333333%;
  }
  .col-xlg-pull-10 {
    right: 83.3333333333%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
  }
  .col-xlg-push-11 {
    left: 91.6666666667%;
  }
  .col-xlg-pull-11 {
    right: 91.6666666667%;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .gutter-xlg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xlg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xlg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xlg-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-xlg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xlg-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xlg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xlg-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 1024px) {
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .gutter-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-lg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-lg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-lg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-lg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 768px) {
  .col-md-push-0 {
    left: 0;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .gutter-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-md-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-md-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 667px) {
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .gutter-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-sm-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-sm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 414px) {
  .col-xs-push-0 {
    left: 0;
  }
  .col-xs-pull-0 {
    right: 0;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .gutter-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xs-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xs-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-xs-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xs-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* =============================================================================
/* GRID HELPER
/* ============================================================================= */
@media all and (max-width: 1280px) {
  .hidden-xlg {
    display: none !important;
  }
  .visible-xlg {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media all and (max-width: 667px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media all and (max-width: 414px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* form
/* ============================================================================= */
.form {
  font-size: 16px;
  /* error-message */
  /* form-block */
  /* date-block */
  /* alternate-date */
}
.form__row {
  margin-bottom: 3px;
}
.form__control {
  display: block;
  width: 100%;
  padding: 0 0.3125em;
  height: 2.1875em;
  line-height: 2.1875;
  color: #303232;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e9ebef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* invalid / valid */
}
.form__control[type=text] {
  padding-left: 0.625em;
}
.form__control:focus {
  border-color: #cecece;
  outline: 0;
}
.form__control--auto-width {
  width: auto;
}
.form__control.hf-invalid, .form__control.hf-invalid:focus {
  border-color: #da4453;
}
.form__control.hf-valid, .form__control.hf-valid:focus {
  border-color: #8cc152;
}
.form .hf-warning {
  display: block;
  background: #da4453;
  color: #fff;
  padding: 0;
  z-index: 1;
  position: relative;
  font-size: 0.875em;
  line-height: 2;
  padding: 0 0.75em;
}
.form label, .form__label {
  padding-top: 0.3125em;
  display: inline-block;
  cursor: pointer;
}
.form__req {
  font-weight: 700;
}
.form__req:after {
  content: " *";
}
.form .form__block {
  position: relative;
  border-bottom: 1px solid #CCD1D9;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  zoom: 1;
}
.form__date-block {
  margin-top: 1.875em;
}
.form-alternate-date__toggle {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form-alternate-date__toggle + label {
  display: inline-block;
}
.form-alternate-date__toggle:checked + label {
  display: none;
}
.form-alternate-date__inner {
  display: none;
}
.form-alternate-date__toggle--add:checked ~ .form-alternate-date__inner {
  display: block;
}

textarea.form__control {
  height: auto;
  min-height: 80px;
}

/* input-group */
label.input-group__addon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #E6E9ED;
  border: 1px solid #aab2bd;
}
label.input-group__addon:last-child {
  border-left-width: 0;
}
label.input-group__addon:first-child {
  border-right-width: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form__control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.input-group .form__control:first-child, .input-group__addon:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form__control:last-child, .input-group__addon:first-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* checkboxes */
.form input[type=checkbox] {
  margin-right: 5px;
}

.form-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-checkbox, .form-checkbox-list li {
  margin: 0;
  padding: 0 0 0 1.25em;
  position: relative;
}
.form-checkbox input[type=checkbox], .form-checkbox-list input[type=checkbox] {
  position: absolute;
  top: 0.4375em;
  left: 0;
}

/* block */
.form-separator {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: 10px 0;
  background-color: #CCD1D9;
}

.form-space {
  height: 2em;
  line-height: 1em;
  font-size: 0.625em;
  border: none;
  margin: 0;
  padding: 0;
}

/* found-site */
.checkbox-additional__textbox {
  visibility: hidden;
}
.checkbox-additional.js-visible .checkbox-additional__textbox {
  visibility: visible;
}

.form-interests ul {
  padding-left: 1.25em;
}

/* button */
.form .button.sending {
  display: none;
}

/* children */
.contact__child-age {
  width: 46px;
  width: 4ch;
  display: none;
}

.contact__children-ages {
  display: none;
}

/* rooms */
.contact__rooms-block {
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}
.contact__rooms-block .close {
  display: none;
}
.contact__rooms-block--alternative {
  display: none;
}
.contact__rooms-block.js-visible {
  display: block;
}

.contact__room-type {
  display: none;
}
.contact__rooms-block--alternative .contact__room-type {
  display: block;
}

.contact__add-room-container {
  clear: left;
  text-align: right;
  position: relative;
  margin-bottom: 10px;
}

.contact__remove-room {
  display: none;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 20px;
  color: #3b4043;
}
.contact__rooms-block--alternative .contact__remove-room {
  display: block;
}
.contact__remove-room:after {
  margin-left: 5px;
  content: "✕";
}
.contact__remove-room:hover {
  color: #151515;
}

/* rooms-detail */
.rooms-contact {
  padding: 1em;
  background: #f2f2f2;
}
.rooms-contact__infos {
  font-weight: bold;
}
.rooms-contact__more {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.rooms-contact__name {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* PAGER
/* ============================================================================= */
.pager {
  text-align: left;
  font-size: 0;
  margin-top: 20px;
}

.pager__link {
  font-size: 15px;
  width: 34px;
  display: inline-block;
  padding: 0;
  text-align: center;
  background: #fff;
  color: #303232;
  line-height: 34px;
  transition: all 0.2s ease;
}
.pager__link:hover {
  background-color: #e6e6e6;
  color: #303232;
  text-decoration: none;
}
.pager__link.active {
  background-color: #227653;
  color: #fff;
}
.pager__link.inactive {
  opacity: 0.65;
}

.pager__info {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #8a8e8e;
}

/* =============================================================================
/* SITEMAP
/* ============================================================================= */
.sitemap a {
  display: block;
}

.sitemap ul {
  padding-left: 30px;
}

.sitemap ul a {
  font-weight: bold;
}

.sitemap ul ul a {
  font-weight: normal;
}

.sitemap ul ul ul a {
  font-style: italic;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* AJAX
/* ============================================================================= */
.ajax-container {
  position: relative;
}

.ajax-container .loading-continuous {
  text-align: center;
}

.ajax-loading {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: trasnaprentize(#fff, 0.5);
}

.ajax-loading .loading {
  position: absolute;
  top: 21%;
  left: 50%;
  margin-left: -36px;
  margin-top: -16px;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  z-index: 1000;
}

.loading-flower {
  width: 76px;
  height: 79px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
  outline: none;
  pointer-events: none;
}
.loading-flower > i {
  position: absolute;
  display: block;
  z-index: 50;
  opacity: 0;
  -webkit-animation: animateFlower 2s infinite ease-in-out 0.3s;
  -moz-animation: animateFlower 2s infinite ease-in-out 0.3s;
  animation: animateFlower 2s infinite ease-in-out 0.3s;
}
.loading-flower i:nth-child(1) {
  background: url(/media/logo-flower.png) -160px -80px;
  width: 23px;
  height: 27px;
  left: 27px;
  top: 21px;
  z-index: 100;
  opacity: 1;
  -webkit-animation: animateFlowerCenter 2s infinite ease-in-out 0.3s;
  -moz-animation: animateFlowerCenter 2s infinite ease-in-out 0.3s;
  animation: animateFlowerCenter 2s infinite ease-in-out 0.3s;
}
.loading-flower i:nth-child(2) {
  background: url(/media/logo-flower.png) 0 0;
  width: 14px;
  height: 26px;
  left: 24px;
  top: 0px;
  -webkit-transform-origin: 35% 100%;
  -moz-transform-origin: 35% 100%;
  -ms-transform-origin: 35% 100%;
  -o-transform-origin: 35% 100%;
  transform-origin: 35% 100%;
}
.loading-flower i:nth-child(3) {
  background: url(/media/logo-flower.png) -40px 0;
  width: 12px;
  height: 20px;
  left: 33px;
  top: 6px;
  -webkit-transform-origin: 35% 100%;
  -moz-transform-origin: 35% 100%;
  -ms-transform-origin: 35% 100%;
  -o-transform-origin: 35% 100%;
  transform-origin: 35% 100%;
}
.loading-flower i:nth-child(4) {
  background: url(/media/logo-flower.png) -80px 0;
  width: 20px;
  height: 26px;
  left: 39px;
  top: 1px;
  -webkit-transform-origin: 12% 100%;
  -moz-transform-origin: 12% 100%;
  -ms-transform-origin: 12% 100%;
  -o-transform-origin: 12% 100%;
  transform-origin: 12% 100%;
}
.loading-flower i:nth-child(5) {
  background: url(/media/logo-flower.png) -120px 0;
  width: 32px;
  height: 12px;
  left: 45px;
  top: 22px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.loading-flower i:nth-child(6) {
  background: url(/media/logo-flower.png) -160px 0;
  width: 36px;
  height: 22px;
  left: 46px;
  top: 32px;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.loading-flower i:nth-child(7) {
  background: url(/media/logo-flower.png) 0 -40px;
  width: 24px;
  height: 16px;
  left: 42px;
  top: 41px;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.loading-flower i:nth-child(8) {
  background: url(/media/logo-flower.png) -40px -40px;
  width: 33px;
  height: 35px;
  left: 40px;
  top: 42px;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.loading-flower i:nth-child(9) {
  background: url(/media/logo-flower.png) -80px -40px;
  width: 15px;
  height: 34px;
  left: 38px;
  top: 43px;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.loading-flower i:nth-child(10) {
  background: url(/media/logo-flower.png) -120px -40px;
  width: 15px;
  height: 39px;
  left: 27px;
  top: 43px;
  -webkit-transform-origin: 60% 0%;
  -moz-transform-origin: 60% 0%;
  -ms-transform-origin: 60% 0%;
  -o-transform-origin: 60% 0%;
  transform-origin: 60% 0%;
}
.loading-flower i:nth-child(11) {
  background: url(/media/logo-flower.png) -160px -40px;
  width: 31px;
  height: 32px;
  left: 8px;
  top: 38px;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.loading-flower i:nth-child(12) {
  background: url(/media/logo-flower.png) 0px -80px;
  width: 29px;
  height: 18px;
  left: 1px;
  top: 36px;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.loading-flower i:nth-child(13) {
  background: url(/media/logo-flower.png) -40px -80px;
  width: 23px;
  height: 10px;
  left: 12px;
  top: 29px;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.loading-flower i:nth-child(14) {
  background: url(/media/logo-flower.png) -80px -80px;
  width: 29px;
  height: 16px;
  left: 5px;
  top: 16px;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loading-flower i:nth-child(15) {
  background: url(/media/logo-flower.png) -120px -80px;
  width: 13px;
  height: 15px;
  left: 22px;
  top: 15px;
  z-index: 10;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

@-webkit-keyframes animateFlower {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(0);
    -moz-transform: rotate(-90deg) scale(0);
    -ms-transform: rotate(-90deg) scale(0);
    -o-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(0);
    -moz-transform: rotate(-90deg) scale(0);
    -ms-transform: rotate(-90deg) scale(0);
    -o-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
  }
}
@-moz-keyframes animateFlower {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(0);
    -moz-transform: rotate(-90deg) scale(0);
    -ms-transform: rotate(-90deg) scale(0);
    -o-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(0);
    -moz-transform: rotate(-90deg) scale(0);
    -ms-transform: rotate(-90deg) scale(0);
    -o-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
  }
}
@keyframes animateFlower {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(0);
    -moz-transform: rotate(-90deg) scale(0);
    -ms-transform: rotate(-90deg) scale(0);
    -o-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(0);
    -moz-transform: rotate(-90deg) scale(0);
    -ms-transform: rotate(-90deg) scale(0);
    -o-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
  }
}
@-webkit-keyframes animateFlowerCenter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animateFlowerCenter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animateFlowerCenter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* -----------------------------------------------------------------------------
/* link styles
/* ----------------------------------------------------------------------------- */
a {
  color: #227653;
  text-decoration: none;
  transition: color 0.2s ease;
  outline: none;
}
a:focus, a:hover {
  color: #174e37;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* TYPO
/* ============================================================================= */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title-big, .title-medium, .title-small {
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small,
h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small, .title-big small,
.title-medium small, .title-small small {
  font-weight: normal;
  line-height: 1;
  color: #494c4c;
}

h1, .h1, h2, .h2, h3, .h3, .title-big, .title-medium, .title-small {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small, .title-big small, .title-medium small, .title-small small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6, .title-big, .title-medium, .title-small {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small, .title-big small, .title-medium small, .title-small small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 2.25em;
}

h2, .h2, .title-big {
  font-size: 1.875em;
}

h3, .h3, .title-medium {
  font-size: 1.5em;
}

h4, .h4, .title-small {
  font-size: 1.125em;
}

h5, .h5 {
  font-size: 0.875em;
}

h6, .h6 {
  font-size: 0.75em;
}

small,
.small {
  font-size: 85%;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /*---------------------------------------------------
/* modal
/*---------------------------------------------------*/
.modal {
  position: absolute;
  top: 10px;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-100px);
  -ms-transform: translateX(-50%) translateY(-100px);
  -o-transform: translateX(-50%) translateY(-100px);
  -webkit-transform: translateX(-50%) translateY(-100px);
  transform: translateX(-50%) translateY(-100px);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: 70%;
  width: 70vw;
}
@media all and (max-width: 1280px) {
  .modal {
    width: 80%;
    width: 80vw;
  }
}
@media all and (max-width: 1024px) {
  .modal {
    width: 90%;
    width: 90vw;
    width: calc(100vw - 20px);
  }
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  pointer-events: none;
}
.modal-container.modal--open {
  pointer-events: auto;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal--open .modal-overlay {
  opacity: 1;
}
.modal iframe {
  border: none;
  width: 100%;
  height: 90%;
  height: 80vh;
  display: block;
  height: calc(100vh - 40px);
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.modal__close svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  fill: #fff;
  background: #b71c07;
  padding: 7px;
}
.modal--open .modal {
  opacity: 1;
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* base-module
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /*---------------------------------------------------
/* googlemap
/*---------------------------------------------------*/
#routemap {
  height: 400px;
}

.routeplanner .form .row {
  margin: 10px 0;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* WELLNESS
/* ============================================================================= */
.wellness-item__change-basket--add-basket .wellness-item__remove-text,
.wellness-item__change-basket--remove-basket .wellness-item__add-text {
  display: none;
}

.wellness-item__change-basket--add-basket .wellness-item__add-text,
.wellness-item__change-basket--remove-basket .wellness-item__remove-text {
  display: block;
}

.wellness-container {
  position: relative;
}

.wellness-basket {
  display: block;
  color: #fff;
  background: #363e42 url("/media/bgPattern.jpg");
  background-attachment: fixed;
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 40;
}
.wellness-basket a {
  color: #fff;
}
.wellness-basket .item .wellness-basket__change-basket:before {
  content: "\f11c";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 14px;
  width: 14px;
  font-size: 14px;
  line-height: 14px;
}
.wellness-basket .button {
  margin-top: 20px;
}
.wellness-basket .wellness-basket__clear {
  margin-bottom: 5px;
  font-size: 13px;
  display: block;
}
@media (max-width: 414px) {
  .wellness-basket.js-basket-open {
    top: 0;
  }
}

.wellness-basket__flyout {
  display: none;
  padding: 0 20px 20px 20px;
}

.wellness-basket.js-basket-open .wellness-basket__flyout {
  display: block;
}

.wellness-basket__count-container {
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
}
.wellness-basket__count-container:before {
  content: "\f173";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
}
.wellness-basket__count-container .wellness-basket__count {
  margin-left: 10px;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.wellness-basket.js-basket-fixed {
  position: fixed;
}

.wellness-basket.js-basket-bottom {
  top: auto;
  bottom: 0;
}

.wellness-contact .close {
  display: none;
}

.wellness .item {
  display: table;
  width: 100%;
  table-layout: fixed;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 0;
}
.wellness .item > * {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 20px;
  padding-right: 20px;
}
.wellness .item + .item {
  border-top: 1px solid #e8e8e8;
}
.wellness .item .title {
  font-size: 25px;
  margin: 0 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
}
.wellness .item .price {
  font-size: 20px;
  font-weight: 600;
  color: #227653;
  width: 20%;
}
.wellness .item .buttons {
  width: 33%;
}
@media (max-width: 768px) {
  .wellness .item {
    display: block;
    text-align: center;
  }
  .wellness .item > * {
    display: block;
    width: auto !important;
  }
}
.wellness .wellnessList {
  font-size: 0;
}
.wellness .categoryItem {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  margin-bottom: 50px;
  padding: 0 20px;
}
.wellness .categoryItem .title {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.wellness .categoryItem .title a {
  color: #fff;
}
.wellness .categoryItem .image img {
  display: block;
  width: 100%;
  height: auto;
}
.wellness .categoryItem .subtitle {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.wellness .categoryItem .textContainer {
  background: #363e42 url("/media/bgPattern.jpg");
  color: #fff;
  padding: 15px 20px;
}
@media (max-width: 1024px) {
  .wellness .categoryItem .title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .wellness .categoryItem {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .wellness .categoryItem {
    padding: 0;
  }
}
.wellness .detail {
  font-size: 16px;
}
.wellness .detail .detailDescription {
  margin: 50px 0;
}
.wellness .detail .detailImage img {
  width: 100%;
  height: auto;
  display: block;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* WEATHER
/* ============================================================================= */
.weather__title {
  margin: 40px 0 20px;
  margin: 2.5rem 0 1.25rem;
}

.weather__subtitle,
.weather .item-title {
  margin: 10px 0;
  margin: 0.625rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.weather-temperatures__cell {
  padding: 3px;
}

.weather-temperatures__city {
  font-weight: bold;
}

.weather-forecast__day {
  text-align: center;
  padding: 20px 0;
}

.weather-forecast__image {
  margin-bottom: 5px;
}

.weather-forecast__image img {
  display: inline-block;
}

.weather-forecast__date {
  margin-bottom: 5px;
}

.weather__copyright {
  display: inline-block;
  margin-top: 30px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.webcams .item {
  margin-bottom: 40px;
}
.webcams .item .name {
  font-size: 16px;
  text-transform: uppercase;
  color: #303232;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 10px;
}
.webcams .item .image {
  width: 100%;
  height: auto;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.galleries .item {
  margin-bottom: 40px;
}
.galleries .item .name {
  font-size: 16px;
  text-transform: uppercase;
  color: #303232;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 10px;
}
.galleries .item .image {
  width: 100%;
  height: auto;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.downloads .item {
  display: block;
  padding-top: 15px;
}
.downloads .item .name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.downloads .item .button-row {
  margin-top: 15px;
}
.downloads .item .button-row > * {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 15px 15px 0;
}
.downloads .item .button {
  padding: 9px 30px;
}
.downloads .item .size > * {
  display: inline-block;
  vertical-align: middle;
}
.downloads .item + .item {
  margin-top: 30px;
}
.downloads .item .issuu .issuuembed {
  height: 600px;
}
@media (max-width: 414px) {
  .downloads .item .issuu .issuuembed {
    height: 200px;
  }
}
.downloads .item .image {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 667px) {
  .downloads .item .name {
    font-size: 20px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
#rooms .rooms-search {
  max-width: 1200px;
  margin: 0 auto 30px;
  text-align: center;
}
#rooms .rooms-search ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#rooms .rooms-search ul li {
  display: inline-block;
}
#rooms .rooms-search ul li input {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
#rooms .rooms-search ul li input:checked + label {
  box-shadow: 0 3px #227653;
}
#rooms .rooms-search ul li label {
  display: block;
  cursor: pointer;
  padding: 3px 0;
  font-weight: 600;
}
#rooms .rooms-search ul li + li {
  margin-left: 20px;
}
#rooms.base-module {
  max-width: none;
  padding: 0;
}
#rooms.base-module .item {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#rooms.base-module .item > * {
  display: table-cell;
  vertical-align: bottom;
}
#rooms.base-module .item .text {
  width: 40%;
  background: #363e42 url("/media/bgPattern.jpg");
  color: #fff;
  text-align: left;
}
#rooms.base-module .item .text .inner {
  max-width: 400px;
  padding: 20px 0 40px 60px;
}
#rooms.base-module .item:nth-child(odd) .image.first {
  display: none;
}
#rooms.base-module .item:nth-child(odd) .text {
  text-align: right;
}
#rooms.base-module .item:nth-child(odd) .text .inner {
  margin-left: auto;
  padding: 20px 60px 40px 0;
}
#rooms.base-module .item .hgroup {
  margin: 10px 0;
}
#rooms.base-module .item .title {
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
}
#rooms.base-module .item .title > a {
  color: #fff;
}
#rooms.base-module .item .subtitle {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}
#rooms.base-module .item .description {
  margin-top: 20px;
}
#rooms.base-module .item .house {
  color: #fff;
}
#rooms.base-module .item .house:hover {
  color: #227653;
}
#rooms.base-module .item .buttonGroup {
  margin-top: 20px;
}
#rooms.base-module .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rooms.base-module .item + .item {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  #rooms.base-module .item .text {
    width: 50%;
  }
  #rooms.base-module .item .image {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #rooms.base-module .item {
    display: block;
  }
  #rooms.base-module .item > * {
    display: block;
  }
  #rooms.base-module .item .text {
    width: 100%;
  }
  #rooms.base-module .item .text .inner {
    max-width: none;
    padding: 20px 15px !important;
    text-align: left;
  }
  #rooms.base-module .item .image {
    width: 100%;
  }
  #rooms.base-module .item .image.first {
    display: block !important;
  }
  #rooms.base-module .item .image.second {
    display: none;
  }
  #rooms.base-module .item .title {
    font-size: 32px;
    line-height: 32px;
  }
}
#rooms .houses {
  margin-top: 30px;
}
#rooms .house {
  display: block;
  font-size: 17px;
  font-weight: 600;
}
#rooms .house:before {
  margin-right: 5px;
  content: "\f122";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 12px;
  width: 12px;
  font-size: 12px;
  line-height: 12px;
}
#rooms .detail {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  #rooms .detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#rooms .detail .imageDescriptionContainer {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#rooms .detail .imageDescriptionContainer > * {
  display: table-cell;
  vertical-align: top;
}
#rooms .detail .imageDescriptionContainer .description {
  width: 400px;
  padding-left: 40px;
}
#rooms .detail .imageDescriptionContainer .description .button {
  min-width: 160px;
  display: block;
}
#rooms .detail .imageDescriptionContainer .buttons {
  margin-top: 40px;
  max-width: 400px;
}
#rooms .detail .imageDescriptionContainer .largeImage img {
  width: 100%;
  height: auto;
  display: block;
}
#rooms .detail .imageDescriptionContainer .smallImages {
  font-size: 0;
}
#rooms .detail .imageDescriptionContainer .smallImages > div {
  margin: 8px -8px;
}
#rooms .detail .imageDescriptionContainer .smallImages a {
  display: inline-block;
  width: 12.5%;
  padding: 8px;
}
#rooms .detail .imageDescriptionContainer .smallImages a > img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  #rooms .detail .imageDescriptionContainer .smallImages > div {
    margin: 3px -3px;
  }
  #rooms .detail .imageDescriptionContainer .smallImages a {
    padding: 3px;
  }
}
#rooms .detail .imageDescriptionContainer .infoContainer {
  font-size: 13px;
}
@media (max-width: 768px) {
  #rooms .detail .imageDescriptionContainer {
    display: block;
  }
  #rooms .detail .imageDescriptionContainer > * {
    display: block;
    width: auto;
  }
  #rooms .detail .imageDescriptionContainer .images {
    margin-bottom: 40px;
  }
  #rooms .detail .imageDescriptionContainer .description {
    max-width: none;
    padding: 0;
    width: 100%;
  }
}
#rooms .linkBack {
  display: block;
  margin-top: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.room-suggestions h3 {
  text-align: center;
  margin: 50px 0 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.pricesRoomDetail .season {
  margin-top: 50px;
}
.pricesRoomDetail .season > h3 {
  text-transform: uppercase;
  font-weight: 600;
}
.pricesRoomDetail .season .row {
  border-bottom: 1px solid #e8e8e8;
  padding: 3px 5px;
}
.pricesRoomDetail .periodInfo {
  margin-top: 15px;
  font-size: 14px;
}
.pricesRoomDetail .info {
  font-weight: bold;
  font-size: 25px;
  line-height: 14px;
}
@media (max-width: 414px) {
  .pricesRoomDetail {
    font-size: 14px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
#prices .prices-search {
  max-width: 1200px;
  margin: 0 auto 30px;
  text-align: center;
}
#prices .prices-search ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#prices .prices-search ul li {
  display: inline-block;
}
#prices .prices-search ul li input {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
#prices .prices-search ul li input:checked + label {
  box-shadow: 0 3px #227653;
}
#prices .prices-search ul li label {
  display: block;
  cursor: pointer;
  padding: 3px 0;
  font-weight: 600;
}
#prices .prices-search ul li + li {
  margin-left: 20px;
}
#prices .prices-search .arrivalSearch {
  margin-bottom: 20px;
}
#prices .prices-search .arrivalSearch > span {
  margin-right: 10px;
}
#prices .prices-search .arrivalSearch input {
  padding: 2px 5px;
}
#prices .prices-search .arrivalSearch .prices-search__reset {
  margin-left: 10px;
}
#prices.base-module {
  max-width: none;
  padding: 0;
}
#prices.base-module .item {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#prices.base-module .item > * {
  display: table-cell;
  vertical-align: bottom;
}
#prices.base-module .item .image {
  width: 40%;
}
#prices.base-module .item .text {
  background: #363e42 url("/media/bgPattern.jpg");
  color: #fff;
  text-align: left;
}
#prices.base-module .item .text .inner {
  max-width: 800px;
  padding: 20px 0 40px 60px;
}
#prices.base-module .item .text .prices {
  position: relative;
  margin-top: 25px;
  padding-right: 25px;
}
#prices.base-module .item .hgroup {
  margin: 10px 0;
}
#prices.base-module .item .title {
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
#prices.base-module .item .title > a {
  color: #fff;
}
#prices.base-module .item .subtitle {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}
#prices.base-module .item .description {
  margin-top: 20px;
}
#prices.base-module .item .buttonGroup {
  margin-top: 20px;
}
@media (max-width: 414px) {
  #prices.base-module .item .buttonGroup .button {
    display: block;
  }
}
#prices.base-module .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#prices.base-module .item + .item {
  margin-top: 15px;
}
#prices.base-module .item .price-slider__controls {
  position: absolute;
  left: 25%;
  width: 75%;
}
#prices.base-module .item .prev, #prices.base-module .item .next {
  position: absolute;
  top: 9px;
  color: #fff;
}
#prices.base-module .item .prev:hover, #prices.base-module .item .next:hover {
  color: #227653;
}
#prices.base-module .item .prev:before, #prices.base-module .item .next:before {
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
}
#prices.base-module .item .prev {
  left: -40px;
}
#prices.base-module .item .prev:before {
  content: "\f123";
}
#prices.base-module .item .next {
  right: 0;
}
#prices.base-module .item .next:before {
  content: "\f122";
}
#prices.base-module .item .prices-room__date {
  margin-bottom: 15px;
}
#prices.base-module .item .prices-room__column {
  padding: 0 10px;
}
@media (max-width: 768px) {
  #prices.base-module .item {
    display: block;
  }
  #prices.base-module .item > * {
    display: block;
    width: auto !important;
  }
  #prices.base-module .item .title {
    font-size: 32px;
    line-height: 32px;
  }
  #prices.base-module .item .text > .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* offers
/* ============================================================================= */
.offers .detail .price {
  color: #227653;
  font-size: 20px;
  font-weight: 600;
}
.offers .detail .images {
  margin-bottom: 20px;
}
.offers .detail .header {
  margin-bottom: 20px;
}
.offers .detail .header:after {
  content: "";
  display: table;
  clear: both;
}
.offers .detail .header .price {
  float: left;
  margin-top: 7px;
}
.offers .detail .header .buttons {
  float: right;
}
.offers .detail footer {
  margin-top: 20px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.badge {
  position: absolute;
  right: 115px;
  bottom: 115px;
  width: 150px;
  height: 150px;
  background: #227653;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  z-index: 20;
  display: table;
}
.badge:hover, .badge:active, .badge:focus {
  color: #fff;
}
@media all and (max-width: 1600px) {
  .badge {
    right: 30px;
  }
}
@media all and (max-width: 1500px) {
  .badge {
    top: 130px;
    bottom: auto;
  }
}
@media all and (max-width: 1000px) {
  .badge {
    /*width: 200px;
    height: 200px;*/
    top: 90px;
  }
}
@media all and (max-width: 500px) {
  .badge {
    top: 115px;
    width: 120px;
    height: 120px;
  }
}
.badge__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.badge__name, .badge__subtitle {
  display: block;
}
.badge__linkText {
  font-size: 13px;
  border-top: 1px solid #fff;
  padding-top: 5px;
  display: inline-block;
  margin-top: 4px;
}
.badge__name {
  text-transform: uppercase;
  font-size: 22px;
}
@media all and (max-width: 1300px) {
  .badge__name {
    font-size: 18px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /*---------------------------------------------------
/* newsPopup
/*---------------------------------------------------*/
.news-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  overflow: auto;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.news-popup.visible {
  pointer-events: all;
  opacity: 1;
}
@media screen and (max-width: 80em) {
  .news-popup {
    font-size: 16px;
    margin: 0 1em;
  }
}
@media screen and (max-width: 64em) {
  .news-popup {
    padding-top: 2.5em;
    padding-bottom: 0;
  }
}
@media screen and (max-height: 780px) {
  .news-popup {
    margin: 0;
  }
}
.news-popup__inner {
  position: absolute;
  width: 100%;
  max-width: 685px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  margin: 0 auto;
}
@media screen and (max-height: 780px) {
  .news-popup__inner {
    top: 10px;
    bottom: 0;
    transform: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 10px;
    right: 10px;
    width: auto;
  }
}
.news-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  color: #fff;
  padding: 8px;
  font-size: 24px;
  line-height: 1;
}
.news-popup__close:hover {
  color: #fff;
}
.news-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: block;
  background: rgba(81, 74, 69, 0.8);
  z-index: 100;
}
.news-popup .news-popup-container {
  background: #fff;
}
.news-popup .news-popup {
  margin: 0 2.65em;
  padding-top: 6.25em;
  padding-bottom: 2.5em;
}
.news-popup__item {
  text-align: center;
  display: block;
  position: relative;
}
.news-popup .base-hover:before {
  opacity: 1;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.news-popup__image-container {
  position: relative;
  display: block;
}
.news-popup img {
  width: 100%;
  height: auto;
  display: block;
}
.news-popup__text {
  position: relative;
  padding: 60px 30px;
  background: #fff;
  text-align: center;
  display: block;
}
.news-popup__name {
  font-size: 23px;
  display: block;
  margin: 0 0 38px 0;
  z-index: 100;
  position: relative;
}
.news-popup__info {
  color: #227653;
  font-weight: bold;
  padding-bottom: 1em;
}
.news-popup__description {
  display: block;
  position: relative;
}
.news-popup__button {
  margin-top: 25px;
  padding: 10px 20px;
  position: relative;
  z-index: 100;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* cookie banner tag manager
/* ============================================================================= */
.cookie-banner-tm__option input:hover + label:before {
  background: #227653;
}
.cookie-banner-tm__option input:checked + label:before {
  background: #227653;
}
.cookie-banner-tm__option input:checked + label:after {
  background: #fff;
}
.cookie-banner-tm__button {
  background-color: #227653;
}
.cookie-banner-tm__button:hover {
  background-color: #84ad9c;
  color: #fff;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* cookies
/* ============================================================================= */
.cookies {
  margin-top: 70px;
}
@media all and (max-width: 1100px) {
  .cookies {
    margin-top: 50px;
  }
}

.cookie-category {
  margin-bottom: 2.5em;
}
.cookie-category__title {
  font-weight: bold;
}

.cookie-table {
  width: 100%;
  margin: 0.625em 0;
}
.cookie-table__container {
  max-width: 100%;
  overflow: auto;
}
.cookie-table th {
  padding: 0.1875em 0.3125em;
  border: solid 1px #303232;
}
.cookie-table td {
  border: solid 1px #303232;
  padding: 0.1875em 0.3125em;
}

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
          /*rtl:begin:ignore*/
  /*
          */
  left: 0;
  /*
          /*rtl:end:ignore*/
  /*
          */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
          /*rtl:begin:ignore*/
  /*
          */
  right: 0;
  /*
          /*rtl:end:ignore*/
  /*
          */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 315px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 315px;
  min-width: 315px;
  max-width: 315px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}
@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}
@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}
@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* BANNER
/* ============================================================================= */
.banner__item {
  display: none;
}

.banner__item:first-child {
  display: block;
}

.banner,
.banner__item > picture {
  position: relative;
  overflow: hidden;
}

.banner__image {
  width: 100%;
  height: auto;
  display: block;
}

.banner.fullscreen, .banner.fullscreen .banner__item, .banner.fullscreen .banner__item > picture {
  height: 100vh;
}
.banner.fullscreen .banner__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bannerOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  text-align: center;
}
.bannerOverlay .inner {
  padding: 0 15px;
}
.bannerOverlay .title {
  font-size: 45px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.bannerOverlay .subtitle {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.bannerOverlay .button {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff !important;
}
.bannerOverlay .button:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 500px) {
  .bannerOverlay .title {
    font-size: 28px;
  }
  .bannerOverlay .subtitle {
    font-size: 16px;
  }
  .bannerOverlay .scrollDown {
    margin-top: 20px !important;
  }
}

.banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  pointer-events: none;
}
.banner .scrollDown {
  display: block;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 30px;
}
.banner .scrollDown:before {
  content: "\f118";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 35px;
  width: 35px;
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* STANDARD
/* ============================================================================= */
h1 {
  font-size: 42px;
  line-height: 42px;
  font-family: "Raleway", sans-serif;
  color: #3a4246;
  margin: 7px 0;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-word;
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 414px) {
  h1 {
    font-size: 26px;
    line-height: 26px;
  }
}

h2 {
  font-size: 17px;
  line-height: 17px;
  color: #3a4246;
  margin: 7px 0;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-word;
}

.hgroup {
  margin: 40px 0;
}

hr {
  border: 1px solid #227653;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

#contact .show-hide .add-alternate {
  margin-left: 15px;
}
#contact .rooms-block.alternate {
  margin-top: 40px;
}
#contact .rooms-block.alternate .close {
  top: -30px;
}

.form .calendar + .input-group-addon {
  background: none;
  border: none;
}
.form .calendar + .input-group-addon:before {
  content: "\f10f";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
.form .calendar + .input-group-addon img {
  display: none;
}

::selection {
  background: #227653;
  color: #fff;
}

::-moz-selection {
  background: #227653;
  color: #fff;
}

#aspnetForm {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.containerLarge {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1500px) {
  .containerLarge {
    padding-left: 15px;
    padding-right: 15px;
  }
}

::-webkit-input-placeholder {
  color: #303232;
}

:-moz-placeholder {
  color: #303232;
}

::-moz-placeholder {
  color: #303232;
}

:-ms-input-placeholder {
  color: #303232;
}

/* =============================================================================
/* CUSTOM STYLES
/* ============================================================================= */
.base-module {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto;
}
@media (max-width: 1200px) {
  .base-module {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.base-module .no-data {
  max-width: 1200px;
  width: 100%;
  margin: 10px auto;
}
@media (max-width: 1200px) {
  .base-module .no-data {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mainHeader {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  transition: all 0.3s ease;
}
.mainHeader > .inner {
  display: table;
  width: 100%;
  /*@media(max-width: 1400px){
      display: block;
      > *{
          display: block;
      }
  }*/
}
.mainHeader > .inner > * {
  display: table-cell;
  vertical-align: middle;
}
.mainHeader:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #363e42 url("/media/bgPattern.jpg");
  background-attachment: fixed;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.mainHeader .logo {
  width: 1px;
  padding: 0 5px;
}
.mainHeader .logo a {
  display: block;
  width: 316px;
  height: 73px;
  background: url("/media/sprite.png?v=2") no-repeat;
  background-position: -2px -2px;
  background-size: 320px 167px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .mainHeader .logo a {
    background-image: url("/media/sprite@2.png?v=2");
  }
}
@media (max-width: 500px) {
  .mainHeader .logo a {
    display: block;
    width: 237px;
    height: 54px;
    background: url("/media/sprite.png?v=2") no-repeat;
    background-position: -2px -2px;
    background-size: 240px 125px;
    margin: 3px 0;
  }
}
@media only screen and (max-width: 500px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 500px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 500px) and (-o-min-device-pixel-ratio: 3/2), only screen and (max-width: 500px) and (min-device-pixel-ratio: 1.5) {
  .mainHeader .logo a {
    background-image: url("/media/sprite@2.png?v=2");
  }
}
@media (max-width: 1500px) {
  .mainHeader .logo {
    width: auto;
  }
}
.mainHeader .mainMenu .menuMobile {
  display: none;
}
.mainHeader .mainMenu .mainMenuInner {
  padding: 0 15px;
  text-align: right;
}
.mainHeader .mainMenu .mainMenuInner > * {
  display: inline-block;
}
.mainHeader .mainMenu .mainMenuInner > * + * {
  margin-left: 40px;
}
@media (max-width: 1500px) {
  .mainHeader .mainMenu .mainMenuInner > * + * {
    margin-left: 15px;
  }
}
.mainHeader .mainMenu .mainMenuInner .button {
  margin-left: 30px;
  font-weight: 700;
  padding: 10px;
  min-width: 0;
}
@media (max-width: 1500px) {
  .mainHeader .mainMenu .mainMenuInner .button {
    font-size: 14px;
    margin-left: 15px;
  }
}
@media (max-width: 1400px) {
  .mainHeader .mainMenu .mainMenuInner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1100px) {
  .mainHeader .mainMenu {
    width: 1px;
  }
  .mainHeader .mainMenu .mainMenuInner {
    position: absolute;
    display: none;
  }
  .mainHeader .mainMenu .menuMobile {
    display: block;
    margin-right: 30px;
  }
  .mainHeader .mainMenu .menuMobile:before {
    color: #fff;
    content: "\f1a3";
    font-family: Flaticon;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    height: 26px;
    width: 26px;
    font-size: 26px;
    line-height: 26px;
  }
  .mainHeader .mainMenu.js-open .mainMenuInner {
    position: fixed;
    z-index: -2;
    overflow-y: scroll;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #363e42;
    background-image: url("/media/bgPattern.jpg");
    text-align: center;
    padding-top: 90px;
  }
  .mainHeader .mainMenu.js-open .mainMenuInner > * {
    display: block;
  }
  .mainHeader .mainMenu.js-open .mainMenuInner .quickRequestFlyoutOpener {
    order: 1;
    margin: 0;
  }
  .mainHeader .mainMenu.js-open .mainMenuInner .languages {
    order: 2;
    margin: 5px 0;
    text-align: center;
  }
  .mainHeader .mainMenu.js-open .mainMenuInner .nav-main {
    order: 3;
  }
  .mainHeader .mainMenu.js-open .nav-main__flyout-0, .mainHeader .mainMenu.js-open .nav-main__flyout-1 {
    box-shadow: none;
    display: none;
    position: static;
    text-align: center;
  }
  .mainHeader .mainMenu.js-open .js-naviga-open > .nav-main__flyout-0, .mainHeader .mainMenu.js-open .js-naviga-open > .nav-main__flyout-1 {
    display: block;
  }
  .mainHeader .mainMenu.js-open .js-naviga-open > .nav-main__flyout-1 {
    background: #2b3134;
  }
  .mainHeader .mainMenu.js-open .nav-main__flyout-0 {
    padding: 0 25px 50px;
  }
  .mainHeader .mainMenu.js-open .nav-main__flyout-1 {
    max-width: 400px;
    padding: 10px;
    margin: 10px auto;
  }
  .mainHeader .mainMenu.js-open .nav-main__level-1.has-children:after {
    content: none;
  }
  .mainHeader .mainMenu.js-open .nav-main__level-0 {
    display: block;
  }
  .mainHeader .mainMenu.js-open .nav-main__menu-0 {
    display: inline-block;
    font-size: 22px;
  }
  .mainHeader .mainMenu.js-open .nav-main__menu-1 {
    font-size: 20px;
  }
  .mainHeader .mainMenu.js-open .nav-main__menu-2 {
    font-size: 16px;
  }
  .mainHeader .mainMenu.js-open .nav-main__menu-1, .mainHeader .mainMenu.js-open .nav-main__menu-2 {
    display: inline-block;
    vertical-align: middle;
  }
  .mainHeader .mainMenu.js-open .nav-main__active-1:before, .mainHeader .mainMenu.js-open .nav-main__active-2:before {
    color: #fff;
    margin-right: 4px;
    content: "\f1a0";
    font-family: Flaticon;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    height: 14px;
    width: 14px;
    font-size: 14px;
    line-height: 14px;
  }
}
.mainHeader.changed:before, .mainHeader.mobileMenuOpen:before, .mainHeader:not(.hasBanner):before {
  opacity: 1;
}
.mainHeader.changed .mainMenu .nav-main__flyout-0, .mainHeader.mobileMenuOpen .mainMenu .nav-main__flyout-0, .mainHeader:not(.hasBanner) .mainMenu .nav-main__flyout-0 {
  padding-top: 0;
  margin-top: -1px;
}
.mainHeader:not(.hasBanner) + * {
  padding-top: 90px;
}
@media (max-width: 500px) {
  .mainHeader:not(.hasBanner) + * {
    padding-top: 55px;
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ajax-loading {
  background: rgba(255, 255, 255, 0.7);
}
.ajax-loading .loading {
  background: none;
  border: none;
  padding: 0;
  color: #303232;
}
.ajax-loading .loading:after {
  content: "\f117";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 30px;
  animation: spin 1s linear infinite;
  width: 31px;
  height: 31px;
}
.ajax-loading .loading img {
  display: none;
}

.mainMenu .nav-main__dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainMenu .nav-main__level-0 {
  display: inline-block;
}
.mainMenu .nav-main__menu-0 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 33px 12px;
  transition: all 0.2s ease;
  display: block;
  position: relative;
}
.mainMenu .nav-main__menu-0:hover {
  color: #d9d9d9;
}
.mainMenu .nav-main__menu-0:hover:after {
  opacity: 1;
}
.mainMenu .nav-main__menu-0:after {
  content: "";
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 3px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #227653;
}
@media (max-width: 1400px) {
  .mainMenu .nav-main__menu-0:after {
    bottom: 8px;
  }
}
@media (max-width: 1500px) {
  .mainMenu .nav-main__menu-0 {
    padding: 23px 12px;
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .mainMenu .nav-main__menu-0 {
    padding: 13px 12px;
  }
}
.mainMenu .nav-main__active-0 .nav-main__menu-0:after {
  opacity: 1;
}
.mainMenu .nav-main__flyout-0 {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -48px;
  min-width: 120px;
  text-align: left;
  list-style: none;
  padding: 20px 60px 40px;
  margin: 0;
  margin-top: -15px;
  background-attachment: fixed;
  opacity: 0;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.mainMenu .nav-main__flyout-0 .nav-main__menu-1, .mainMenu .nav-main__flyout-0 .nav-main__menu-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.mainMenu .nav-main__flyout-0 .nav-main__menu-1:hover, .mainMenu .nav-main__flyout-0 .nav-main__menu-2:hover {
  color: #d9d9d9;
}
.mainMenu .nav-main__level-0 {
  position: relative;
}
.mainMenu .nav-main__level-0.js-naviga-open .nav-main__flyout-0 {
  display: block;
  opacity: 1;
  visibility: visible;
}
.mainMenu .nav-main__level-1 {
  position: relative;
}
.mainMenu .nav-main__level-1.js-naviga-open .nav-main__flyout-1 {
  display: block;
  opacity: 1;
  visibility: visible;
}
.mainMenu .nav-main__level-1.has-children:after {
  content: "\f1a0";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 14px;
  width: 14px;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -7px;
  color: #fff;
}
.mainMenu .nav-main__flyout-1 {
  visibility: hidden;
  position: absolute;
  top: -20px;
  left: calc(100% + 60px);
  min-width: 200px;
  list-style: none;
  padding: 40px 60px;
  background-attachment: fixed;
  margin: 0;
  padding: 20px;
  transition: all 0.2s ease;
  opacity: 0;
  transition: all 0.2s ease;
}
.mainMenu .nav-main__flyout-0, .mainMenu .nav-main__flyout-1 {
  background-color: #363e42;
  background-image: url("/media/bgPattern.jpg");
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}

.languages {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-left: 20px;
  vertical-align: middle;
}
.languages .link {
  text-transform: uppercase;
  display: block;
  padding: 4px 15px 4px 10px;
  color: #fff;
  transition: all 0.2s ease;
  font-weight: 600;
}
.languages > .link {
  display: inline-block;
  position: relative;
}
.languages > .link:after {
  position: absolute;
  right: 8px;
  top: 9px;
}
.languages > .link:not(.active):hover:after {
  top: 7px;
}
.languages .dropDown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 55;
  width: 100%;
  transition: all 0.2s ease;
}
.languages .dropDown .link:hover {
  background-color: #2b3134;
}
.languages.visible > .link {
  background-color: #363e42;
}
.languages.visible .dropDown {
  opacity: 1;
  visibility: visible;
  background-color: #363e42;
}

.mainContent {
  margin-top: 70px;
  margin-bottom: 50px;
}
.mainContent .contentInner {
  display: table;
  width: 100%;
  table-layout: fixed;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
}
.mainContent .contentInner > * {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
  padding-right: 40px;
}
.mainContent .contentInner > * {
  width: 50%;
}
.mainContent .contentInner .image img {
  width: 100%;
  height: auto;
  display: block;
}
.mainContent .contentInner .hgroup {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .mainContent .contentInner {
    display: block;
  }
  .mainContent .contentInner > * {
    display: block;
    width: auto;
  }
  .mainContent .contentInner .image {
    max-width: 650px;
    margin: 40px auto 0;
  }
}
.mainContent .sitepath + .contentInner {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .mainContent {
    margin-top: 20px;
  }
  .mainContent .sitepath + .contentInner {
    margin-top: 20px;
  }
}

.extendedContent {
  height: 0;
  transition: height 0.3s ease;
  overflow: hidden;
}
.extendedContent .extendedContentInner {
  padding: 25px 0;
}

.hgroup {
  letter-spacing: 0.05em;
}
.hgroup h1, .hgroup .title {
  min-width: 100%;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hgroup h2, .hgroup .subtitle {
  min-width: 100%;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sitepath {
  font-size: 12px;
  text-transform: uppercase;
  color: #227653;
  font-weight: 700;
}
.sitepath a {
  color: #227653;
}
.sitepath a:hover {
  color: #2d9e6f;
}
.sitepath li {
  display: inline-block;
}
.sitepath li + li:before {
  display: inline-block;
  content: "|";
  margin: 0 5px;
}
.sitepath > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitepath .item {
  display: inline-block;
}

.readMoreLink {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.readMoreLink:before {
  content: "\f122";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 14px;
  width: 14px;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  left: 3px;
  top: 5px;
}

.teaserLarge {
  margin: 100px 0;
}
.teaserLarge.dark {
  margin: 15px 0;
}
.teaserLarge.dark .item > .inner > * {
  vertical-align: bottom;
}
.teaserLarge.dark .item .images.imageCount1 > .row {
  max-width: none;
}
.teaserLarge.dark .item .text {
  width: 40%;
  background: #363e42 url("/media/bgPattern.jpg");
  color: #fff;
  text-align: right;
}
.teaserLarge.dark .item .text .inner {
  max-width: 400px;
  padding: 20px 60px 12% 0;
}
.teaserLarge.dark .item .link, .teaserLarge.dark .item .readMoreLink {
  color: #fff;
}
.teaserLarge.dark .item .link:hover, .teaserLarge.dark .item .readMoreLink:hover {
  color: #227653;
}
.teaserLarge.textRight .item .text .inner {
  padding-left: 60px;
  margin-left: 0;
}
.teaserLarge.textRight.dark .text {
  text-align: left;
}
.teaserLarge.textRight.dark .text .inner {
  padding-left: 60px;
  padding-right: 0;
}
.teaserLarge.imageCount0 {
  margin: -15px 0;
  padding: 80px 0;
  background-color: #d5d2d2;
  position: relative;
}
.teaserLarge.imageCount0 .item .text {
  width: 100%;
}
.teaserLarge.imageCount0 .item .text .inner {
  max-width: 1200px;
  margin-right: auto;
}
.teaserLarge.imageCount0:not(.dark) .item a {
  color: #303232;
  font-weight: 700;
}
.teaserLarge.imageCount2.dark .item .text .inner {
  padding-bottom: 30px;
}
.teaserLarge .item > .inner {
  display: table;
  width: 100%;
  height: 1px;
}
.teaserLarge .item > .inner > * {
  display: table-cell;
  vertical-align: top;
}
.teaserLarge .item .images.imageCount1 > .row {
  max-width: 600px;
}
.teaserLarge .item .images.imageCount0 {
  display: none;
}
.teaserLarge .item .images.imageCount2 {
  height: 100%;
}
.teaserLarge .item .images.imageCount2 > .row {
  height: 100%;
}
.teaserLarge .item .images.imageCount2 .image {
  height: 100%;
  overflow: hidden;
}
.teaserLarge .item .images.imageCount4 .image {
  height: 460px;
}
.teaserLarge .item .images.imageCount4 .image:nth-child(1), .teaserLarge .item .images.imageCount4 .image:nth-child(2) {
  margin-bottom: 10px;
}
.teaserLarge .item .images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaserLarge .item .images picture {
  display: block;
  width: 100%;
  height: 100%;
}
.teaserLarge .item .text {
  width: 50%;
}
.teaserLarge .item .text .inner {
  padding-right: 60px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
}
.teaserLarge .item .hgroup {
  margin: 20px 0 40px;
}
.teaserLarge .item .title {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 600;
}
.teaserLarge .item .subtitle {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}
.teaserLarge .item .description {
  margin-top: 20px;
}
.teaserLarge .item .links {
  margin-top: 40px;
}
.teaserLarge .item .link {
  display: block;
  font-size: 17px;
  font-weight: 600;
}
.teaserLarge .item .link:before {
  margin-right: 5px;
  content: "\f122";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 12px;
  width: 12px;
  font-size: 12px;
  line-height: 12px;
}
@media (max-width: 1200px) {
  .teaserLarge .item .text .inner {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .teaserLarge.imageCount4 .images .col-4 {
    display: none;
  }
  .teaserLarge.imageCount4 .images .col-8 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .teaserLarge {
    margin: 50px 0;
  }
  .teaserLarge.dark .item .images {
    width: 40%;
  }
  .teaserLarge.dark .item .text {
    width: 60%;
  }
  .teaserLarge.dark .item .text .inner {
    max-width: none;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .teaserLarge:not(.dark) .item > .inner {
    display: block;
    height: auto;
  }
  .teaserLarge:not(.dark) .item > .inner > * {
    display: block;
    width: auto;
  }
  .teaserLarge:not(.dark) .item .text .inner {
    padding-right: 15px;
    max-width: none;
  }
  .teaserLarge:not(.dark) .item .images.imageCount1 > .row {
    margin: 40px auto 0;
  }
}
@media (max-width: 768px) {
  .teaserLarge {
    margin: 40px 0;
  }
  .teaserLarge .item > .inner {
    display: block;
    height: auto;
  }
  .teaserLarge .item > .inner > * {
    display: block;
    width: auto;
  }
  .teaserLarge .item .images.imageCount4 .image, .teaserLarge .item .images.imageCount2 .image {
    height: 250px;
  }
  .teaserLarge .item .title {
    font-size: 30px;
    line-height: 34px;
  }
  .teaserLarge.dark .item .images {
    width: 100%;
  }
  .teaserLarge.dark .item .text {
    width: 100%;
  }
  .teaserLarge.dark .item .text .inner {
    padding-left: 15px;
  }
}

.teaser {
  margin-top: 10px;
}
.teaser .item {
  margin-bottom: 10px;
}
.teaser .item a {
  display: block;
  position: relative;
}
.teaser .item a:hover .overlay {
  background-color: rgba(34, 118, 83, 0.7);
}
.teaser .item .image {
  display: block;
}
.teaser .item img {
  display: block;
  width: 100%;
  height: auto;
}
.teaser .item .overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-color: rgba(51, 62, 64, 0.7);
  transition: all 0.3s ease;
}
.teaser .item .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.teaser .item .overlay .inner > * {
  display: table-cell;
  vertical-align: middle;
}
.teaser .item .name {
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .teaser .item .name {
    font-size: 35px;
    line-height: 40px;
  }
}

.quickrequest {
  background: #363e42 url("/media/bgPattern.jpg");
  text-align: center;
  padding: 60px 0;
}
.quickrequest .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.quickrequest .title a {
  color: #fff;
}
@media (max-width: 1024px) {
  .quickrequest .title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .quickrequest .title {
    margin-bottom: 30px;
  }
}
.quickrequest .inputElement {
  display: inline-block;
  position: relative;
}
.quickrequest .inputElement + .inputElement {
  margin-left: 50px;
}
.quickrequest .inputElement label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 5px;
}
.quickrequest .inputElement input {
  border: 0 solid #fff;
  border-bottom-width: 1px;
  background: none;
  color: #fff;
  font-weight: 600;
  width: 120px;
  padding: 4px 0 4px 30px;
}
.quickrequest .inputElement:after {
  position: absolute;
  right: 100px;
  bottom: 10px;
  color: #fff;
  pointer-events: none;
  content: "\f10f";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 18px;
  width: 18px;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 1024px) {
  .quickrequest .inputElement input {
    width: 150px;
  }
  .quickrequest .inputElement:after {
    right: 130px;
  }
}
@media (max-width: 1024px) {
  .quickrequest .inputElement {
    margin: 10px 20px;
  }
  .quickrequest .inputElement + .inputElement {
    margin: 10px 20px;
  }
}
.quickrequest .buttonGroup {
  margin-top: 40px;
}
.quickrequest .buttonGroup .button {
  font-weight: 600;
  min-width: 160px;
  margin: 5px 10px;
}
@media (max-width: 768px) {
  .quickrequest {
    padding: 40px 0;
  }
}

.flatpickr-day.selected {
  background-color: #363e42;
  border-color: #363e42;
}
.flatpickr-day.selected:hover {
  background-color: #414b50;
  border-color: #414b50;
}

.teaserImage .item img {
  display: block;
  width: 100%;
  height: auto;
}

.mainFooter {
  text-align: center;
}
.mainFooter .footerContact {
  background: #363e42 url("/media/bgPattern.jpg");
  padding: 40px 15px;
  color: #fff;
}
.mainFooter .footerContact .line {
  display: block;
  font-size: 0;
  font-weight: 500;
}
.mainFooter .footerContact .line > * {
  display: inline-block;
  font-size: 17px;
}
.mainFooter .footerContact .line > * + *:before {
  content: "|";
  display: inline-block;
  margin: 0 6px;
}
.mainFooter .footerContact .line a {
  color: #fff;
}
.mainFooter .footerContact .line a:hover {
  color: #b3b3b3;
}
.mainFooter .footerContact .line.important {
  margin-top: 10px;
}
.mainFooter .footerContact .line.important > * {
  font-size: 27px;
}
.mainFooter .footerContact .line.important > * + *:before {
  margin: 0 12px;
}
@media (max-width: 414px) {
  .mainFooter .footerContact .line.important > * {
    font-size: 20px;
    display: block;
  }
  .mainFooter .footerContact .line.important > *:before {
    content: none;
  }
}
.mainFooter .footerContact .facebook {
  display: inline-block;
  margin: 20px 5px;
}
.mainFooter .footerContact .facebook:before {
  color: #fff;
  content: "\f144";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  width: 28px;
  font-size: 28px;
  line-height: 28px;
}
.mainFooter .footerContact .googlePlus {
  display: inline-block;
  margin: 20px 5px;
}
.mainFooter .footerContact .googlePlus:before {
  color: #fff;
  content: "\f13c";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 42px;
  width: 42px;
  font-size: 42px;
  line-height: 42px;
}
.mainFooter .footerContact .nav-bottom {
  font-size: 0;
}
.mainFooter .footerContact .nav-bottom .nav-bottom__level-0 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.mainFooter .footerContact .nav-bottom .nav-bottom__level-0:hover {
  color: #b3b3b3;
}
.mainFooter .footerContact .nav-bottom .nav-bottom__level-0 a {
  color: #fff;
}
.mainFooter .footerContact .nav-bottom .nav-bottom__level-0 a:hover {
  color: #b3b3b3;
}
.mainFooter .footerContact .nav-bottom .nav-bottom__level-0:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.mainFooter .footerContact .nav-bottom .logo-consisto {
  font-size: 15px;
  margin-left: 5px;
  transition: all 0.2s ease;
}
.mainFooter .footerContact .nav-bottom .logo-consisto:hover {
  opacity: 0.7;
}
.mainFooter .footerLogos {
  padding: 40px 15px;
}
.mainFooter .footerLogos > * {
  display: inline-block !important;
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.mainFooter .footerLogos > * + * {
  margin-left: 40px;
}
.mainFooter .footerLogos > *:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.mainFooter .footerLogos .suedtirol {
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 46px;
  background: url("/media/suedtirol.png");
  background-size: 58px 46px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .mainFooter .footerLogos .suedtirol {
    background-image: url("/media/suedtirol@2.png");
  }
}
.mainFooter .footerLogos .eisacktal {
  display: block;
  width: 60px;
  height: 28px;
  background: url("/media/sprite.png?v=2") no-repeat;
  background-position: -53px -76px;
  background-size: 320px 167px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .mainFooter .footerLogos .eisacktal {
    background-image: url("/media/sprite@2.png?v=2");
  }
}
.mainFooter .footerLogos .brixenPlose {
  display: block;
  width: 97px;
  height: 28px;
  background: url("/media/sprite.png?v=2") no-repeat;
  background-position: -113px -76px;
  background-size: 320px 167px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .mainFooter .footerLogos .brixenPlose {
    background-image: url("/media/sprite@2.png?v=2");
  }
}
.mainFooter .footerLogos .brixenCard {
  display: block;
  width: 77px;
  height: 28px;
  background: url("/media/sprite.png?v=2") no-repeat;
  background-position: -210px -76px;
  background-size: 320px 167px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .mainFooter .footerLogos .brixenCard {
    background-image: url("/media/sprite@2.png?v=2");
  }
}
.mainFooter .footerLogos .tripadvisor {
  display: block;
  width: 61px;
  height: 62px;
  background: url("/media/sprite.png?v=2") no-repeat;
  background-position: -1px -104px;
  background-size: 320px 167px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .mainFooter .footerLogos .tripadvisor {
    background-image: url("/media/sprite@2.png?v=2");
  }
}
.mainFooter .footerLogos .holidaycheck {
  display: block;
  width: 62px;
  height: 62px;
  background: url("/media/sprite.png?v=2") no-repeat;
  background-position: -62px -104px;
  background-size: 320px 167px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .mainFooter .footerLogos .holidaycheck {
    background-image: url("/media/sprite@2.png?v=2");
  }
}
.mainFooter .footerLogos .stayForThePlanet {
  display: block;
  width: 86px;
  height: 62px;
  background: url("/media/sprite.png?v=2") no-repeat;
  background-position: -124px -104px;
  background-size: 320px 167px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .mainFooter .footerLogos .stayForThePlanet {
    background-image: url("/media/sprite@2.png?v=2");
  }
}
.mainFooter .footerLogos .ims {
  display: block;
  width: 48px;
  height: 62px;
  background: url("/media/sprite.png?v=2") no-repeat;
  background-position: -210px -104px;
  background-size: 320px 167px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .mainFooter .footerLogos .ims {
    background-image: url("/media/sprite@2.png?v=2");
  }
}
.mainFooter .footerLogos .lovedbyguestsaward {
  background: url("/media/lovedbyguestsaward.jpg");
  background-size: 46px 60px;
  height: 60px;
  width: 46px;
}

.highlightBox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.highlightBox > * {
  border-left: 1px solid #227653;
  border-right: 1px solid #227653;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 400px;
  -moz-flex: 1 1 400px;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
}
.highlightBox .highlightItem .image {
  display: block;
  margin: 0 -1px;
}

.highlightItem .image {
  position: relative;
}
.highlightItem .image img {
  width: 100%;
  height: auto;
  display: block;
}
.highlightItem .image .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 50px;
}
.highlightItem .image .overlay .title {
  max-width: 350px;
}
.highlightItem .image .overlay .title, .highlightItem .image .overlay .title > * {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .highlightItem .image .overlay .title, .highlightItem .image .overlay .title > * {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 414px) {
  .highlightItem .image .overlay {
    padding: 15px 15px;
  }
}
.highlightItem .description {
  padding: 30px 50px 220px;
}
@media (max-width: 414px) {
  .highlightItem .description {
    padding: 15px 15px 20px;
  }
}
.highlightItem .headline {
  display: block;
  font-size: 27px;
}
.highlightItem .subHeadline {
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.highlightItem .descriptionText {
  font-size: 17px;
  font-weight: 500;
}
.highlightItem .price {
  font-size: 27px;
  color: #227653;
  font-weight: 500;
}
.highlightItem .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 50px 80px;
}
@media (max-width: 414px) {
  .highlightItem .buttons {
    position: static;
    padding: 20px 15px 0;
  }
}
.highlightItem .overviewLink {
  display: block;
  margin-top: 50px;
  font-weight: 600;
}
@media (max-width: 414px) {
  .highlightItem .overviewLink {
    margin-top: 20px;
  }
}
.highlightItem .emptyOverviewLink {
  display: block;
  margin-top: 50px;
  height: 25px;
}
.highlightItem.offersBoxItem .overviewLink:before {
  content: "\f10d";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
}
@media (max-width: 414px) {
  .highlightItem {
    text-align: center;
  }
}

.rooms-contact {
  margin: 20px 0;
}

.slidesContainer .mainContent + .base-module .base-detail {
  margin-top: -90px;
}
@media (max-width: 768px) {
  .slidesContainer .mainContent + .base-module .base-detail {
    margin-top: -55px;
  }
}

.main-content iframe:not(.mediacam) {
  max-width: 100%;
  height: auto;
}
.main-content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .main-content .mediacam {
    max-width: 500px;
    height: 388px;
  }
}
@media (max-width: 500px) {
  .main-content .mediacam {
    max-width: 100%;
    height: 250px;
  }
}
.main-content a {
  text-decoration: underline;
}

.weather img {
  max-width: 100%;
  height: auto;
}

.imageCarouselSlide {
  margin: 10px -5px;
  font-size: 0;
  position: relative;
}
.imageCarouselSlide .imageItem {
  display: inline-block;
  width: 33.333333%;
  padding: 0 5px;
}
.imageCarouselSlide .imageItem:not(.slick-slide):nth-child(n+4) {
  display: none;
}
.imageCarouselSlide .imageItem img {
  display: block;
  width: 100%;
  height: auto;
}
.imageCarouselSlide .prev, .imageCarouselSlide .next {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 20%;
}
.imageCarouselSlide .prev:before, .imageCarouselSlide .next:before {
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  color: #fff;
}
.imageCarouselSlide .prev {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
}
.imageCarouselSlide .prev:before {
  content: "\f11f";
  left: 20px;
}
.imageCarouselSlide .next {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), transparent);
}
.imageCarouselSlide .next:before {
  content: "\f1a0";
  right: 20px;
}
@media (max-width: 768px) {
  .imageCarouselSlide .imageItem {
    width: 100%;
  }
  .imageCarouselSlide .prev, .imageCarouselSlide .next {
    display: none !important;
  }
}

.quickRequestFlyout {
  width: 450px;
  background-color: #d5d2d2;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 130;
  font-size: 18px;
  font-weight: 700;
  display: none;
  overflow-y: scroll;
}
.quickRequestFlyout.open {
  display: block;
}
.quickRequestFlyout .close {
  display: block;
  text-align: right;
  padding: 30px 40px 0;
}
.quickRequestFlyout .close > span:after {
  margin-left: 10px;
  content: "\f11c";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 16px;
  width: 16px;
  font-size: 16px;
  line-height: 16px;
}
.quickRequestFlyout section {
  padding: 35px 25px;
}
.quickRequestFlyout section h2 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.quickRequestFlyout section h2 a {
  color: #fff;
}
.quickRequestFlyout section h2 a:hover {
  color: #227653;
}
.quickRequestFlyout section + section {
  border-top: 4px solid #fff;
}
.quickRequestFlyout .calendar-range {
  display: table;
  width: 100%;
  table-layout: fixed;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
.quickRequestFlyout .calendar-range > * {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
.quickRequestFlyout .calendar-range label {
  display: block;
  margin-bottom: 10px;
}
.quickRequestFlyout .calendar-range input {
  width: 100%;
  border: none;
  padding: 10px 10px 10px 42px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
.quickRequestFlyout .calendar-range .inputElement {
  position: relative;
}
.quickRequestFlyout .calendar-range .inputElement:after {
  position: absolute;
  left: 22px;
  bottom: 12px;
  content: "\f10f";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
.quickRequestFlyout .continueLink {
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
  display: block;
  color: #303232;
}
.quickRequestFlyout .continueLink:before {
  margin-right: 3px;
  content: "\f122";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 10px;
  width: 10px;
  font-size: 10px;
  line-height: 10px;
}
.quickRequestFlyout .continueLink:hover {
  color: #227653;
}
.quickRequestFlyout .bookingLinks {
  margin-top: 10px;
  text-transform: uppercase;
}
.quickRequestFlyout .bookingLinks > a {
  color: #303232;
  display: block;
}
.quickRequestFlyout .bookingLinks > a:before {
  margin-right: 5px;
  content: "\f122";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 14px;
  width: 14px;
  font-size: 14px;
  line-height: 14px;
}
.quickRequestFlyout .bookingLinks > a:hover {
  color: #227653;
}
.quickRequestFlyout .buttonGroup {
  display: table;
  table-layout: fixed;
  width: calc(100% + 20px);
  margin: 10px -10px 0;
}
.quickRequestFlyout .buttonGroup > * {
  display: table-cell;
  padding: 0 10px;
}
.quickRequestFlyout .buttonGroup .button {
  min-width: 0;
}
.quickRequestFlyout .highlightItem .image .overlay {
  padding: 10px 30px;
}
.quickRequestFlyout .highlightItem .image .overlay .title, .quickRequestFlyout .highlightItem .image .overlay .title > * {
  font-size: 26px;
}
.quickRequestFlyout .highlightItem .headline {
  font-size: 24px;
  margin: 5px 0;
}
.quickRequestFlyout .highlightItem .subHeadline {
  font-size: 18px;
}
.quickRequestFlyout .highlightItem .price {
  font-size: 27px;
}
.quickRequestFlyout .highlightItem .description {
  padding: 10px 30px;
}
.quickRequestFlyout .highlightItem .buttons {
  position: static;
  padding: 0;
  margin-top: 20px;
}
.quickRequestFlyout .highlightItem .overviewLink {
  margin-top: 10px;
  font-size: 15px;
}
.quickRequestFlyout .col-4 {
  width: 100%;
  float: none;
}
.quickRequestFlyout #d21-quickbook {
  max-width: none;
  min-height: 0;
}
.quickRequestFlyout #d21-quickbook:after {
  content: "";
  display: table;
  clear: both;
}
.quickRequestFlyout #d21-quickbook #d21_tooltip {
  left: 0;
}
@media (max-width: 500px) {
  .quickRequestFlyout {
    left: 0;
    width: auto;
  }
}

.imageTextItem {
  display: table;
  width: 100%;
}
.imageTextItem > a {
  display: block;
}
.imageTextItem > a:hover .image picture img {
  opacity: 0.8;
}
.imageTextItem > a:hover .description .linkDetail {
  color: #227653;
  opacity: 1;
}
.imageTextItem > a:hover .button {
  background-color: #227653;
  color: #fff;
}
.imageTextItem .image {
  width: 1px;
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
}
.imageTextItem .image picture {
  display: block;
  background-color: #cecece;
}
.imageTextItem .image img {
  display: block;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.imageTextItem .text {
  display: table-cell;
  vertical-align: top;
  color: #303232;
}
.imageTextItem .title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.imageTextItem .title a {
  color: #3a4246;
}
.imageTextItem .subtitle {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
.imageTextItem .description {
  font-weight: 400;
}
.imageTextItem .description .linkDetail {
  opacity: 0.3;
  white-space: nowrap;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}
.imageTextItem .description .linkDetail:before {
  content: "\f16f";
  font-family: Flaticon;
  font-size: 12px;
  margin: 0 5px 0 20px;
  display: inline-block;
}
.imageTextItem + .item {
  margin-top: 30px;
}
.imageTextItem .price {
  font-size: 20px;
  font-weight: 600;
  color: #227653;
}
.imageTextItem footer {
  margin-top: 20px;
}
.imageTextItem footer > * + * {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .imageTextItem {
    display: block;
  }
  .imageTextItem .image {
    display: block;
    width: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .imageTextItem .image img {
    width: 100%;
    height: auto;
  }
  .imageTextItem .text {
    display: block;
    text-align: center;
  }
  .imageTextItem + .item {
    margin-top: 45px;
  }
}
@media (max-width: 667px) {
  .imageTextItem .price {
    display: block;
  }
}
@media (max-width: 414px) {
  .imageTextItem .button {
    display: block;
  }
}

/* =============================================================================
/* PRICES
/* ============================================================================= */
.room-slider {
  position: relative;
  overflow: hidden;
}
.room-slider .row {
  white-space: nowrap;
  position: relative;
  font-size: 0;
  left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.room-slider .column {
  display: inline-block;
  font-size: 16px;
  position: relative;
  float: none;
  white-space: normal;
}

.prices-room__description-container {
  display: none;
}

.prices-search__reset {
  display: none;
}

/* =============================================================================
/* LOGO CONSISTO
/* ============================================================================= */
.logo-consisto {
  width: 49px;
  height: 19px;
  display: inline-block;
  background: transparent url(https://www.consisto.it/media/logos/consisto-white.png) no-repeat 0 0;
  text-indent: -9999px;
  background-size: 49px 19px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .logo-consisto {
    background-image: url(https://www.consisto.it/media/logos/consisto-white@2.png);
  }
}
