﻿@charset "UTF-8";
/* =============================================================================
/* IMPORTS
/* ============================================================================= */
/*! 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;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* fonts - Optimized (WOFF2 only + Local Check)
/* ----------------------------------------------------------------------------- */
/* Fira Sans */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight"), local("FiraSans-ExtraLight"), url("/fonts/fira-sans-v16-latin-200.woff2") format("woff2");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url("/fonts/fira-sans-v16-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url("/fonts/fira-sans-v16-latin-500.woff2") format("woff2");
}
/* Roboto */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("/fonts/roboto-v30-latin-100.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url("/fonts/roboto-v30-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url("/fonts/roboto-v30-latin-regular.woff2") format("woff2");
}
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.fluid-image, .base-item__image, .rooms-contact__images img {
  width: 100%;
  height: auto;
  display: block;
}

/* =============================================================================
/* 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: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #5a5244;
  background-color: #fff;
}

p {
  margin: 0 0 10px;
}

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

figure {
  margin: 0;
}

/* -----------------------------------------------------------------------------
/* link styles
/* ----------------------------------------------------------------------------- */
a {
  color: #5a5244;
  text-decoration: none;
}
a:focus, a:hover {
  color: rgb(60.9493670886, 55.5316455696, 46.0506329114);
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* =============================================================================
/* 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: rgb(119.0506329114, 108.4683544304, 89.9493670886);
}

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: 3.125em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin: 0;
}

h2, .h2, .title-big {
  font-size: 1.5625em;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

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

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

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

/* =============================================================================
/* HELPER CLASSES
/* ============================================================================= */
.visible-print {
  display: none;
}

.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: zoom-in;
}

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

/* =============================================================================
/* LOGO CONSISTO
/* ============================================================================= */
.logo-consisto {
  width: 49px;
  height: 19px;
  background: transparent url(https://www.consisto.it/media/logos/consisto-gray.png) no-repeat 0 0;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  top: -3px;
  padding: 0 0.5em;
}
@media all and (max-width: 414px) {
  .logo-consisto {
    display: block;
    text-align: center;
    float: none;
    margin: 15px auto;
    top: 0;
  }
}

.logo-consisto:hover {
  background-image: url(https://www.consisto.it/media/logos/consisto.png);
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* buttons
/* ----------------------------------------------------------------------------- */
.button {
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 3.125;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  color: #5a5244;
  background-color: #fff;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button:hover, .button:focus, .button:active {
  color: #5a5244;
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button:active {
  background-image: none;
  outline: 0;
}
.button.disabled, .button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.button--primary {
  color: #fff;
  background-color: #5a5244;
  border-color: #5a5244;
}
.button--primary:hover, .button--primary:focus, .button--primary:active {
  color: #fff;
  background-color: rgb(60.9493670886, 55.5316455696, 46.0506329114);
  border-color: rgb(60.9493670886, 55.5316455696, 46.0506329114);
}

.button--secondary {
  color: #fff;
  background-color: #b70d50;
  border-color: #b70d50;
}
.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
  color: #fff;
  background-color: rgb(135.3826530612, 9.6173469388, 59.1836734694);
  border-color: rgb(135.3826530612, 9.6173469388, 59.1836734694);
}

.button--gray {
  color: #fff;
  background-color: #fcfcfc;
  border-color: #fcfcfc;
}
.button--gray:hover, .button--gray:focus, .button--gray:active {
  color: #fff;
  background-color: rgb(226.5, 226.5, 226.5);
  border-color: rgb(226.5, 226.5, 226.5);
}

.button--empty {
  color: #5a5244;
  background-color: transparent;
  border: 2px solid #5a5244;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  /*&:after {
      content: "";
      position: absolute;
      top: 0;
      z-index: -1;
      left: 0;
      width: 0%;
      height: 100%;
      background:$main-color;
      @include transition(all, 0.6s, ease-in-out);
  }

  &:hover:after {
      width: 100%;
      z-index: -1;
      color:#fff;
  }*/
}
.button--empty:hover, .button--empty:focus, .button--empty:active {
  color: #fff;
  background-color: #5a5244;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* 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-2 {
  margin-left: -2px;
  margin-right: -2px;
}

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

.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-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-xlg-2 > [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .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-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-lg-2 > [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .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-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-md-2 > [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .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-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-sm-2 > [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .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-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-xs-2 > [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .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
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* FORM
/* ============================================================================= */
.form {
  font-size: 16px;
  /*&__textbox {
      input {
          opacity: 0;
          position:absolute;
          pointer-events:none;
      }
  }*/
  /* error-message */
  /* form-block */
  /* alternate-date */
}
.form__title {
  background: #f8f8f8;
  color: #5a5244;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 0.9375em;
  margin: 3.125em 0;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1050px) {
  .form__title {
    margin: 1.875em 0;
  }
}
.form .button-row input {
  border: none;
}
.form__titlenumber {
  color: #fff;
  background: #5a5244;
  padding: 0.625em;
  display: inline-block;
  line-height: 1;
}
.form__date-block label {
  display: block !important;
  text-align: center;
}
.form__row {
  margin-bottom: 3px;
}
.form__control {
  display: block;
  width: 100%;
  padding: 0 0.3125em;
  height: 2.1875em;
  line-height: 2.1875;
  color: #5a5244;
  background-color: #fff;
  background-image: none;
  border: 1px solid #5a5244;
  box-sizing: border-box;
  /* invalid / valid */
}
.form__control[type=text] {
  padding-left: 0.625em;
}
.form__control:focus {
  border-color: #5a5244;
  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;
  /*padding-bottom: em(20px, $form-font-size);
  margin-bottom: em(20px, $form-font-size);*/
  zoom: 1;
}
.form-alternate-date__toggle {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form-alternate-date__toggle + label {
  display: block;
  text-align: right;
}
.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;
}

.form-alternate-date__inner label {
  display: block;
  text-align: center;
  font-weight: 600;
}

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;
  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: #fcfcfc;
}

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

.row-adults,
.row-children {
  margin-bottom: 5px;
}

.contact__room-content {
  margin-top: 1.25em;
}

.contact .button-row {
  margin-top: 0.9375em;
}
@media all and (max-width: 1050px) {
  .contact {
    padding: 0 0.9375em;
  }
}
@media all and (max-width: 414px) {
  .contact .contact__add-room-container .button {
    display: block;
    margin-bottom: 5px;
  }
}

/* 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;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  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: rgb(242.25, 242.25, 242.25);
}
.rooms-contact__infos {
  font-weight: bold;
}
.rooms-contact__more {
  margin-top: 10px;
}
.rooms-contact__name {
  font-size: 23px;
  margin-bottom: 10px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* PAGER
/* ============================================================================= */
.pager {
  text-align: left;
  font-size: 0;
}

.pager__link {
  font-size: 15px;
  width: 34px;
  display: inline-block;
  padding: 0;
  text-align: center;
  background: #fff;
  color: rgb(226.5, 226.5, 226.5);
  text-decoration: none;
  line-height: 34px;
}
.pager__link:hover {
  background-color: rgb(119.0506329114, 108.4683544304, 89.9493670886);
  color: #fff;
  text-decoration: none;
}
.pager__link.active {
  background-color: #5a5244;
  color: #fff;
}
.pager__link.inactive {
  color: #fcfcfc;
}

.pager__link.inactive:hover,
.pager__link.active.inactive:hover {
  background-color: white;
}

.pager__info {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: rgb(75.4746835443, 68.7658227848, 57.0253164557);
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* AJAX
/* ============================================================================= */
.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: rgba(90, 82, 68, 0.5);
}

.sk-fading-circle {
  margin: 100px auto;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 21%;
  left: 50%;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #b70d50;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* 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
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
}
@media all and (max-width: 414px) {
  .flatpickr-calendar {
    width: 100%;
  }
}

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

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

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

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
  border-color: #b70d50;
  border-radius: 0;
}

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

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

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

.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: #b70d50;
  fill: #3c3f40;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  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: rgb(135.3826530612, 9.6173469388, 59.1836734694);
}

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

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

.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(64, 72, 72, 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(64, 72, 72, 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(64, 72, 72, 0.6);
}

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

.numInputWrapper span svg path {
  fill: rgba(60, 63, 64, 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;
  transform: translate3d(0px, 0px, 0px);
}

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

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

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

.flatpickr-current-month.slideRightNew {
  transform: translate3d(0, 0, 0px);
  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: #3c3f40;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}

.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(60, 63, 64, 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;
  align-items: center;
  height: 28px;
}
@media all and (max-width: 414px) {
  .flatpickr-weekdays {
    width: 100%;
  }
}

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;
  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;
}
@media all and (max-width: 414px) {
  .flatpickr-days {
    width: 100%;
  }
}

.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;
  flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
@media all and (max-width: 414px) {
  .dayContainer {
    width: 100%;
    min-width: 100%;
    max-height: 100%;
  }
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
  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 {
  transform: translate3d(-100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  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 {
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  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: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  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: #e9e9e9;
  border-color: #e9e9e9;
}

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

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #f64747;
  background: #f64747;
  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: #b70d50;
  box-shadow: none;
  color: #fff;
  border-color: #b70d50;
}

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

.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 #e9e9e9, 5px 0 0 #e9e9e9;
}

.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(0, 0, 0, 0.15);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default;
}

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

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

.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 {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

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

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

.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: #404848;
  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: #404848;
  font-weight: bold;
  width: 2%;
  user-select: none;
  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: #f3f3f3;
}

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

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeft {
  from {
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    transform: translate3d(-100%, 0px, 0px);
  }
}
@keyframes fpSlideLeft {
  from {
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    transform: translate3d(-100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideLeftNew {
  from {
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fpSlideLeftNew {
  from {
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRight {
  from {
    transform: translate3d(0, 0, 0px);
  }
  to {
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fpSlideRight {
  from {
    transform: translate3d(0, 0, 0px);
  }
  to {
    transform: translate3d(100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRightNew {
  from {
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    transform: translate3d(0, 0, 0px);
  }
}
@keyframes fpSlideRightNew {
  from {
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    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;
  }
}
.flatpickr-calendar {
  width: 315px;
}
@media all and (max-width: 414px) {
  .flatpickr-calendar {
    width: 100%;
  }
}

.dayContainer {
  padding: 0;
  border-right: 0;
}

span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}

span.flatpickr-day:nth-child(n+8),
span.flatpickr-day.prevMonthDay:nth-child(n+8),
span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}

span.flatpickr-day:nth-child(7n-6),
span.flatpickr-day.prevMonthDay:nth-child(7n-6),
span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}

span.flatpickr-day:nth-child(n+36),
span.flatpickr-day.prevMonthDay:nth-child(n+36),
span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}

span.flatpickr-day:nth-child(-n+7),
span.flatpickr-day.prevMonthDay:nth-child(-n+7),
span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}

span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
}

span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #f64747;
}

span.flatpickr-day.startRange,
span.flatpickr-day.prevMonthDay.startRange,
span.flatpickr-day.nextMonthDay.startRange,
span.flatpickr-day.endRange,
span.flatpickr-day.prevMonthDay.endRange,
span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff;
}

span.flatpickr-day.today,
span.flatpickr-day.prevMonthDay.today,
span.flatpickr-day.nextMonthDay.today,
span.flatpickr-day.selected,
span.flatpickr-day.prevMonthDay.selected,
span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}

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

.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: none;
}

.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}

.hasWeeks .flatpickr-days {
  border-right: 0;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* VPOS
/* ============================================================================= */
.vpos .form-group {
  margin: 0.625em 0;
  font-weight: bold;
}
.vpos .form-control {
  padding: 0 0.3125em;
  height: 2.1875em;
  line-height: 2.1875;
  color: #5a5244;
  background-color: #fff;
  background-image: none;
  border: 1px solid #5a5244;
  box-sizing: border-box;
}
.vpos__name, .vpos__mail {
  display: block;
  width: 100%;
}
.vpos__space {
  padding: 0.9375em 0;
  border-top: 1px solid #5a5244;
  border-bottom: 1px solid #5a5244;
  margin: 1.5625em 0;
}

#recaptcha {
  opacity: 0;
}

.last-minute__price-info {
  display: block;
  color: #b70d50;
  margin-top: 6px;
}

.last-minute-detail__price-info {
  margin: 15px 0;
}

/* =============================================================================
/* BASE STYLES
/* ============================================================================= */
.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#cookie-banner {
  max-width: 400px;
  bottom: 70px !important;
}

.infoMessage {
  background-color: #b70d50;
  color: #fff;
  padding: 5px 20px;
  margin: 10px 0 20px 0;
}

/* =============================================================================
/* CUSTOM STYLES
/* ============================================================================= */
button {
  background: none;
  border: none;
  outline: none;
}

/* =============================================================================
/* WHATSAPP
/* ============================================================================= */
.whatsapp {
  display: inline-block;
}
.whatsapp:before {
  content: "\f102";
  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;
  color: #25d366;
}

.base-space {
  padding: 6.25em 0;
}
@media screen and (max-width: 1280px) {
  .base-space {
    padding: 3.125em 0;
  }
}
@media screen and (max-width: 414px) {
  .base-space {
    padding: 1.875em 0;
  }
}

.space-bottom {
  padding-bottom: 6.25em;
}
@media screen and (max-width: 1280px) {
  .space-bottom {
    padding-bottom: 3.125em;
  }
}
@media screen and (max-width: 414px) {
  .space-bottom {
    padding-bottom: 1.875em;
  }
}

/* =============================================================================
/* CONTAINER
/* ============================================================================= */
.container-main {
  position: relative;
  overflow: hidden;
}
.container-main.header-main--no-banner {
  padding-top: 140px;
}
@media screen and (max-width: 990px) {
  .container-main.header-main--no-banner {
    padding-top: 70px;
  }
}

.container {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}

.container-big {
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
}

.container-header-top {
  background: #fff;
  padding: 10px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media all and (max-width: 990px) {
  .container-header-top {
    padding: 10px 15px;
  }
}
.container-header-top .link-phone,
.container-header-top .link-mail {
  display: inline-block;
  margin-right: 15px;
}
.container-header-top .link-phone:before,
.container-header-top .link-mail:before {
  font-size: 1.25em;
  color: #b70d50;
  display: inline-block;
  margin-right: 4px;
}
.container-header-top .left,
.container-header-top .right {
  display: inline-block;
}
.container-header-top .request {
  border: 2px solid #b70d50;
  padding: 0 1.875em;
}
.container-header-top .book {
  padding: 0 1.875em;
}
.container-header-top .link-text {
  font-size: 0.875em;
  color: #5a5244;
  text-transform: uppercase;
}
@media all and (max-width: 1400px) {
  .container-header-top .link-text {
    display: none;
  }
}
.container-header-top__buttons {
  display: inline-block;
}
@media all and (max-width: 1024px) {
  .container-header-top__buttons {
    display: none;
  }
}

.container-header {
  padding: 0 30px;
  background: #F6F6F6;
  display: flex;
  justify-content: flex-end;
  height: 4.375em;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .container-header {
    height: 61px;
  }
}
@media all and (max-width: 1280px) {
  .container-header .contact-us {
    display: none;
  }
}

.header-main {
  position: fixed;
  width: 100%;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  /*&__right {
      display: inline-block;

      .open-nav & {
          position: fixed;
          background: rgba(90, 82, 68, 1);
          width: 100%;
          top: 61px;
          bottom: 0;
          left: 0;
          right: 0;
          overflow-x: hidden;
          overflow-y: scroll;
      }
  }*/
}
.header-main--no-banner {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.header-main__left {
  display: inline-block;
  margin-right: auto;
}
@media all and (max-width: 1720px) {
  .header-main__left {
    margin-left: 20px;
  }
}
@media all and (max-width: 1100px) {
  .header-main__left {
    margin-left: 10px;
    font-size: 14px;
  }
}
.header-main__left span {
  font-size: 1em;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
}
.header-main__left a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8125em;
}
@media all and (max-width: 1280px) {
  .header-main__left a {
    margin-left: 0;
    margin-right: 0.9375em;
  }
}
.header-main__left a svg {
  display: inline;
  fill: #b70d50;
  width: 1.6875em;
  height: 1.6875em;
  pointer-events: none;
}
.scroll-position .header-main {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

/* =============================================================================
/* FLOWER BANNER
/* ============================================================================= */
.flower-banner {
  height: 130px;
  opacity: 0.1;
}
@media all and (max-width: 768px) {
  .flower-banner {
    height: auto;
  }
}
.flower-banner__top, .flower-banner__bottom {
  background: url(/media/logo-element-pattern.svg?v=3) repeat -5px center;
  width: 100%;
  height: 4em;
}
.flower-banner__bottom {
  background-position: 30px center;
}

/* =============================================================================
/* FOOTER MENU
/* ============================================================================= */
.footer-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(90, 82, 68, 0.7);
  z-index: 200;
  text-align: center;
  line-height: 4.375em;
  transition: line-height 0.3s ease-in-out 0s;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1280px) {
  .footer-menu {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .footer-menu {
    line-height: 3.125em;
    background: #b70d50;
  }
}
@media all and (max-width: 414px) {
  .footer-menu {
    font-size: 12px;
  }
}
.footer-menu__link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 3.25em;
  display: block;
  border-left: 1px solid white;
  float: left;
}
@media all and (max-width: 1024px) {
  .footer-menu__link {
    float: none;
    display: inline-block;
  }
}
@media all and (max-width: 768px) {
  .footer-menu__link {
    padding: 0 1.25em;
  }
}
@media all and (max-width: 667px) {
  .footer-menu__link {
    width: 50%;
    display: block;
    margin: 0;
    float: left;
    line-height: 45px;
    border-bottom: 1px solid white;
  }
}
.footer-menu__link:hover {
  color: #fff;
  background: #b70d50;
}
@media all and (max-width: 667px) {
  .footer-menu__link:first-child {
    border-left: none;
    background: #5a5244;
  }
}
@media all and (max-width: 667px) {
  .footer-menu__link:nth-child(3) {
    display: none;
  }
}
.footer-menu__link:last-child {
  border-right: 1px solid white;
}
@media all and (max-width: 667px) {
  .footer-menu__link:last-child {
    display: none;
  }
}
@media all and (max-width: 667px) {
  .footer-menu__container {
    width: 100%;
  }
}
.scroll-position .footer-menu {
  line-height: 3.125em;
  background: #b70d50;
}

/* =============================================================================
/* FOOTER
/* ============================================================================= */
.footer-main {
  background: #f8f8f8;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.footer-main__top {
  text-align: center;
}
@media all and (max-width: 1050px) {
  .footer-main__top {
    padding: 0 0.9375em;
  }
}
.footer-main__logo-element {
  margin: 50px 0;
}
.footer-main__bottom {
  border-top: 2px solid rgba(104, 78, 57, 0.2);
}
.footer-main .logo-container {
  float: right;
  position: relative;
  top: -3px;
}
@media all and (max-width: 667px) {
  .footer-main .logo-container {
    float: none;
    display: block;
    text-align: right;
    top: 0;
  }
}
@media all and (max-width: 414px) {
  .footer-main .logo-container {
    text-align: center;
  }
}
.footer-main .gitschberg-jochtal-logo,
.footer-main .booking-suedtirol,
.footer-main .nachhaltigkeit-suedtirol {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.footer-main .nachhaltigkeit-suedtirol img {
  width: 48px;
  height: auto;
}

/* =============================================================================
/* RETINA
/* ============================================================================= */
@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
  /* ============================================================================= */
  .logo-consisto {
    background-image: url(https://www.consisto.it/media/logos/consisto-gray@2.png);
    background-size: 49px 19px;
  }
  .logo-consisto:hover {
    background-image: url(https://www.consisto.it/media/logos/consisto@2.png);
  }
}
/* =============================================================================
/* Modules
/* ============================================================================= */
/*
    Flaticon icon font: Flaticon
    Creation date: 23/01/2019 10:04
    */
@font-face {
  font-family: "Flaticon";
  src: url("/media/fonts/Flaticon.woff2") format("woff2");
  font-display: swap;
}
.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;
  font-smoothing: antialiased;
}

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

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

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

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

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

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

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

.flaticon-house-black-silhouette-without-door:before {
  content: "\f107";
}

.flaticon-flatware-silhouette-of-a-knife-and-a-fork-cross:before {
  content: "\f108";
}

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

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

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

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

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

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

.flaticon-360-degrees:before {
  content: "\f10f";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* BANNER HOME
/* ============================================================================= */
.banner-container {
  position: relative;
  z-index: 1;
  margin-top: 133px;
  background: #f8f8f8;
}
@media all and (max-width: 1500px) {
  .banner-container {
    font-size: 17px;
  }
}
@media all and (max-width: 1024px) {
  .banner-container {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .banner-container {
    margin-top: 70px;
  }
}

.banner-home {
  position: relative;
  height: calc(100vh - 133px);
  height: calc(var(--vh, 1vh) * 100 - 133px);
  overflow: hidden;
  z-index: 1;
  pointer-events: auto;
  /*
  @media all and (max-width:$mobile-width) {
      height: 600px;
  }

  @media all and (max-width:$medium-width) {
      height: 550px;
  }

  @media all and (max-width:$small-width) {
      height: 450px;
  }

  @media all and (max-width:$xsmall-width) {
      height: 380px;
  }*/
}
@media all and (max-width: 1800px) {
  .banner-home {
    height: calc(100vh - 80px);
    height: calc(var(--vh, 1vh) * 100 - 80px);
  }
}
@media all and (max-width: 1280px) {
  .banner-home {
    height: calc(100vh - 68px);
    height: calc(var(--vh, 1vh) * 100 - 68px);
  }
}
.banner-home__item {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 133px);
  height: calc(var(--vh, 1vh) * 100 - 133px);
  /*@media all and (max-width:$mobile-width) {
      height: 600px;
  }

  @media all and (max-width:$medium-width) {
      height: 550px;
  }

  @media all and (max-width:$small-width) {
      height: 450px;
  }

  @media all and (max-width:$xsmall-width) {
      height: 380px;
  }*/
}
.banner-home__item.color-white picture:after {
  /*background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(0,0,0,0) 100%);*/
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-home__item picture:after {
  content: "";
  min-height: 451px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /*background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);*/
}
@media all and (max-width: 1800px) {
  .banner-home__item {
    height: calc(100vh - 80px);
    height: calc(var(--vh, 1vh) * 100 - 80px);
  }
}
@media all and (max-width: 1280px) {
  .banner-home__item {
    height: calc(100vh - 68px);
    height: calc(var(--vh, 1vh) * 100 - 68px);
  }
}
.banner-home__content {
  position: absolute;
  z-index: 10;
  right: 6.25em;
  bottom: 8.125em;
  text-align: right;
}
@media all and (max-width: 1500px) {
  .banner-home__content {
    right: 3.125em;
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .banner-home__content {
    font-size: 12px;
    bottom: 3.125em;
  }
}
@media all and (max-width: 667px) {
  .banner-home__content {
    /*bottom: 0;
    left: 0;
    right: 0;
    background: rgba(118,116,109,0.8);*/
    font-size: 9px;
    padding: 0.8888888889em;
  }
}
@media all and (max-width: 414px) {
  .banner-home__content {
    font-size: 7px;
  }
}
.banner-home__link {
  display: block;
  color: #5a5244;
}
.color-white .banner-home__link {
  color: white;
}
.banner-home__name {
  font-size: 5em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}
@media all and (max-width: 990px) {
  .banner-home__name {
    color: #ffffff;
  }
}
.banner-home__subtitle {
  font-size: 2.1875em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  letter-spacing: 0.1em;
}
@media all and (max-width: 990px) {
  .banner-home__subtitle {
    color: #ffffff;
  }
}
.banner-home__button {
  display: inline-block;
  margin-top: 20px;
}
.color-white .banner-home__button {
  color: white;
  border-color: #fff;
}

.banner-controls {
  text-align: right;
  margin-bottom: 2.5em;
}
@media all and (max-width: 1024px) {
  .banner-controls {
    display: none;
  }
}
.banner-controls button {
  display: inline-block;
}
.banner-controls button:first-child {
  margin-right: 0.75em;
}
.banner-controls button svg {
  width: 2.1875em;
  height: 2.1875em;
  fill: #5a5244;
}
.color-white .banner-controls button svg {
  fill: white;
}

.banner-controls-site {
  position: absolute;
  bottom: 3.125em;
  right: 3.125em;
  z-index: 20;
  margin-bottom: 0;
}
.banner-controls-site button svg {
  fill: #fff;
}

/* =============================================================================
/* BANNER DEFAULT
/* ============================================================================= */
.banner {
  overflow: hidden;
  position: relative;
}
.banner__item {
  display: none;
  position: relative;
}
.banner__item:first-child {
  display: block;
}

.banner__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}
@media all and (max-height: 890px) {
  .banner__image {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* ADDRESS
/* ============================================================================= */
@media all and (max-width: 1050px) {
  .box-address {
    line-height: 30px;
  }
}
.box-address__text-top {
  text-align: center;
  margin-bottom: 20px;
}
.box-address__text-top a {
  font-size: 1.6875em;
  color: #5a5244;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.box-address__text {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 0.625em;
}
.box-address__text a:hover {
  color: #b70d50;
}
.box-address__socials {
  margin: 40px 0;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.box-address__socials a {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background-color: #5a5244;
  transition: background-color ease 0.3s;
  text-decoration: none;
  border-radius: 50%;
}
.box-address__socials a:hover {
  background-color: #b70d50;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* BASE LINE    
/* ============================================================================= */
.base-separator {
  padding: 3.125em 0;
}

.base-separator__line {
  border-top: solid 1px #5a5244;
  position: relative;
}
.base-separator__line:after {
  background: #fff url(/media/logo-element.png?v=2) no-repeat center;
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  width: 30px;
  height: 30px;
  top: -17px;
}

/* =============================================================================
/* BASE ITEM    
/* ============================================================================= */
.base-title {
  font-size: 2.5em;
  font-weight: 100;
  display: block;
}

.base-subtitle {
  font-size: 1.375em;
  font-weight: 400;
  display: inline-block;
}

.base-text {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.6666666667;
}
@media all and (max-width: 1024px) {
  .base-text {
    line-height: 1.5555555556;
  }
}

@media all and (max-width: 1280px) {
  .base-module h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 768px) {
  .base-module h1 {
    font-size: 30px;
  }
}
@media all and (max-width: 1280px) {
  .base-module h2 {
    font-size: 20px;
  }
}

.base-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fcfcfc;
}
.base-item__date {
  margin-top: 0.625em;
}
.base-item__title {
  font-size: 2.1875em;
  font-weight: 100;
  display: block;
}
@media all and (max-width: 667px) {
  .base-item__title {
    font-size: 1.5625em;
  }
}
.base-item__text {
  padding: 1.25em 0;
}
.base-item__name {
  font-size: 2.375em;
  padding-bottom: 10px;
  line-height: 1;
}
@media all and (max-width: 667px) {
  .base-item {
    display: block;
  }
}
.base-item:nth-child(2n+1) {
  flex-flow: row-reverse;
}
.base-item:nth-child(2n+1) .base-item__description {
  float: right;
  margin-left: 0;
  margin-right: 6.5625em;
}
@media all and (max-width: 1024px) {
  .base-item:nth-child(2n+1) .base-item__description {
    float: none;
    margin-right: 0;
  }
}
.base-item__link-detail {
  font-weight: bold;
  margin-top: 10px;
}
.base-item__image-link {
  display: block;
}
.base-item__description {
  max-width: 420px;
  margin-left: 6.5625em;
  padding: 1.25em 0;
}
@media all and (max-width: 1024px) {
  .base-item__description {
    max-width: 100%;
    margin-left: 0;
    padding: 1.25em 0.9375em;
    font-size: 14px;
  }
}

.base-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fcfcfc;
}
@media all and (max-width: 768px) {
  .base-detail {
    display: block;
  }
}
.base-detail__link-back {
  color: #b70d50;
  margin: 1.25em 0;
  display: block;
  font-weight: 600;
}
.base-detail__description li {
  list-style-image: url(/media/logo-element.png?v=2);
}
.base-detail__inner {
  /*max-width: 420px;*/
  padding-right: 6.5625em;
  padding-left: 11.25em;
  text-align: right;
}
@media all and (max-width: 1280px) {
  .base-detail__inner {
    padding: 1.25em 0.9375em;
  }
}
@media all and (max-width: 1024px) {
  .base-detail__inner {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .base-detail__inner {
    text-align: left;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* CONTENT
/* ============================================================================= */
.content {
  text-align: center;
  padding: 5.625em 0.9375em 10.625em 0.9375em;
}
@media all and (max-width: 1280px) {
  .content {
    font-size: 14px;
    padding: 3.125em 0.9375em;
  }
  .content.no-banner {
    padding: 5.625em 0.9375em 3.125em 0.9375em;
  }
}
@media all and (max-width: 667px) {
  .content .hgroup {
    font-size: 11px;
  }
}
.content.content-padding {
  padding-bottom: 6.875em;
}
@media all and (max-width: 1280px) {
  .content.content-padding {
    padding-bottom: 3.125em;
  }
}
.content .main-content {
  padding-top: 3.75em;
}
.content .main-content a {
  color: #b70d50;
  text-decoration: underline;
}
.content .main-content a:hover {
  text-decoration: none;
}
.content .main-content:empty {
  display: none;
}
.content .main-content li {
  list-style-image: url(/media/logo-element.png?v=2);
  list-style-position: inside;
}
@media all and (max-width: 1280px) {
  .content .main-content {
    padding-top: 2.5em;
  }
}
@media all and (max-width: 1050px) {
  .content iframe {
    width: 100%;
    max-height: 400px;
  }
}
@media all and (max-width: 667px) {
  .content iframe {
    max-height: 300px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* DOWNLOADS
/* ============================================================================= */
.download-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media all and (max-width: 768px) {
  .download-item {
    display: block;
  }
}
.download-item__name {
  margin-bottom: 20px;
}
.download-item__content {
  text-align: center;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* GALLERIES
/* ============================================================================= */
.gallery-item__text {
  text-align: center;
  margin: 1.5625em 0.625em;
  /*&:first-child {
      margin: 0 em(10px) em(25px) em(10px);
  }*/
}
.gallery-item__name {
  padding-bottom: 5px;
}
.gallery-item__subtitle {
  margin-bottom: 0.9375em;
  color: #b70d50;
}

.galleries-content {
  padding-bottom: 5em;
}
.galleries-content .gallery-item .grid-item {
  width: 50%;
  height: 300px;
}
.galleries-content .gallery-item .grid-item:nth-child(1), .galleries-content .gallery-item .grid-item:nth-child(4), .galleries-content .gallery-item .grid-item:nth-child(5), .galleries-content .gallery-item .grid-item:nth-child(8), .galleries-content .gallery-item .grid-item:nth-child(9), .galleries-content .gallery-item .grid-item:nth-child(12), .galleries-content .gallery-item .grid-item:nth-child(13) {
  width: 60%;
}
.galleries-content .gallery-item .grid-item:nth-child(2), .galleries-content .gallery-item .grid-item:nth-child(3), .galleries-content .gallery-item .grid-item:nth-child(6), .galleries-content .gallery-item .grid-item:nth-child(7), .galleries-content .gallery-item .grid-item:nth-child(10), .galleries-content .gallery-item .grid-item:nth-child(11), .galleries-content .gallery-item .grid-item:nth-child(14), .galleries-content .gallery-item .grid-item:nth-child(15) {
  width: 40%;
}
@media all and (max-width: 414px) {
  .galleries-content .gallery-item .grid-item {
    width: 100% !important;
    height: 190px;
  }
}
.galleries-content .gallery-item .grid-item img {
  border: 2px solid #fff;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* IMAGES
/* ============================================================================= */
.image {
  margin-top: 2px;
}
.image .image__item {
  margin: 2px 0;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* LANGUAGES
/* ============================================================================= */
.languages-mobile {
  text-align: center;
  margin: 20px 0;
  display: none;
  margin-top: 20px;
}
.languages-mobile__active, .languages-mobile__link {
  display: inline-block;
  text-transform: uppercase;
  color: #5a5244;
  color: #b70d50;
  margin: 0 10px;
}
.languages-mobile__active {
  font-weight: bold;
  text-decoration: underline;
}
@media all and (max-width: 1024px) {
  .languages-mobile {
    display: block;
  }
}

.languages {
  display: inline-block;
  position: relative;
}
@media all and (max-width: 1024px) {
  .languages {
    display: none;
  }
  .open-nav .languages {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.languages__button {
  display: inline-block;
  font-size: 14px;
  color: #5a5244;
  padding: 0;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  /*@media all and (max-width:$xlarge-width) {
      color: #fff;
  }*/
}
.languages__button:hover {
  color: rgb(60.9493670886, 55.5316455696, 46.0506329114);
}
.languages__flyout {
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 50;
  left: 0;
  bottom: auto;
}
.open .languages__flyout {
  display: block;
}
@media all and (max-width: 1280px) {
  .languages__flyout {
    top: 44px;
    border-bottom: 1px solid white;
  }
}
@media all and (max-width: 1024px) {
  .languages__flyout {
    display: inline-block;
    position: relative;
    top: 0;
    border-bottom: 0;
    color: #fff;
  }
}
.languages__flyout a {
  background: #5a5244;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
}
.languages__flyout a:hover {
  background: rgb(60.9493670886, 55.5316455696, 46.0506329114);
}
@media all and (max-width: 1024px) {
  .languages__flyout a {
    background: none;
  }
}
.languages__flyout a:first-child {
  border-right: 1px solid white;
}
@media all and (max-width: 1280px) {
  .languages__flyout a:first-child {
    border-right: none;
    border-bottom: 1px solid white;
  }
}
@media all and (max-width: 1024px) {
  .languages__flyout a:first-child {
    border-bottom: 0;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* OFFERS
/* ============================================================================= */
.offers-detail__description-container {
  padding-top: 3.125em;
}
@media all and (max-width: 1050px) {
  .offers-detail__description-container {
    padding: 3.125em 0.9375em;
  }
}
@media all and (max-width: 1024px) {
  .offers-detail__description-container {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .offers-detail__description-container {
    padding: 1.875em 0.9375em;
  }
}
.offers-detail__description {
  column-count: 2;
}
@media all and (max-width: 667px) {
  .offers-detail__description {
    column-count: 1;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* RATING
/* ============================================================================= */
.rating {
  margin: 5em 0.9375em;
  text-align: center;
  position: relative;
  /*.all-reviews
      {
      display:block;
  }*/
}
@media all and (max-width: 1280px) {
  .rating {
    margin: 3.125em 0.9375em;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .rating {
    font-size: 11px;
  }
}
.rating__slider {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.rating__item {
  display: inline-block;
  white-space: normal;
}
.rating__description {
  font-weight: 400;
  font-size: 1.5625em;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  line-height: 1.875;
}
.rating__author {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.875em;
  display: block;
  padding: 1.25em 0 2.1875em 0;
}
.rating__icon {
  background: url(/media/quotation.png) no-repeat;
  width: 50px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 2.8125em;
  position: relative;
  z-index: 1;
}
.rating__controls {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.rating__controls button {
  cursor: pointer;
}
.rating__controls svg {
  width: 40px;
  height: 40px;
  display: inline-block;
}
@media all and (max-width: 1024px) {
  .rating__controls svg {
    width: 30px;
    height: 30px;
  }
}
.rating__image-link {
  display: inline-block;
  margin: 0 20px;
  margin-top: 1.25em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* ROOMS
/* ============================================================================= */
.room-item__type {
  display: block;
}

.room-detail__images {
  position: relative;
}
.room-detail__sketch-link, .room-detail__panorama-link {
  display: block;
  color: #b70d50;
  font-weight: 600;
  padding: 1.25em 0;
}
.room-detail__panorama-link {
  padding: 0;
  padding-bottom: 0.9375em;
}
.room-detail__controls {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 30;
  top: 45%;
}
@media all and (max-width: 414px) {
  .room-detail__controls {
    display: none;
  }
}
.room-detail__controls a {
  display: inline-block;
}
.room-detail__controls a:last-child {
  float: right;
}
.room-detail__description-container {
  padding: 3.125em 0;
}
@media all and (max-width: 1050px) {
  .room-detail__description-container {
    padding: 3.125em 0.9375em;
  }
}
@media all and (max-width: 1024px) {
  .room-detail__description-container {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .room-detail__description-container {
    padding: 1.875em 0.9375em;
  }
}

.room-suggestions__current-room {
  display: block;
}
.room-suggestions__link-detail {
  display: inline-block;
}
.room-suggestions__name {
  display: block;
  margin: 0.3125em 0;
}
.room-suggestions__row {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media all and (max-width: 1024px) {
  .room-suggestions__row {
    display: block;
  }
}
.room-suggestions__next-room {
  display: block;
  position: relative;
}
@media all and (max-width: 1024px) {
  .room-suggestions__next-room {
    font-size: 13px;
  }
}
.room-suggestions__next-room:before {
  content: "";
  background: rgba(90, 82, 68, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.room-suggestions__next-image {
  display: block;
}
.room-suggestions__content {
  text-align: right;
  padding-right: 5em;
}
@media all and (max-width: 1280px) {
  .room-suggestions__content {
    padding: 0 1.875em;
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .room-suggestions__content {
    text-align: center;
  }
}
.room-suggestions__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 30;
  /*font-size:em(25px);*/
  padding: 0 1.5625em;
  text-align: center;
}
.room-suggestions__controls {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 40;
}
.room-suggestions__controls svg {
  fill: #fff;
  width: 2.5em;
  height: 2.5em;
  pointer-events: none;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* TEASER VIDEO
/* ============================================================================= */
.teaser-video {
  background: #fcfcfc;
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media all and (max-width: 768px) {
  .teaser-video {
    display: block;
  }
}
.teaser-video iframe {
  border: none;
  max-width: 100%;
  max-height: 56.2vw;
}
.teaser-video__inner {
  max-width: 460px;
  float: right;
  margin-right: 10.625em;
}
@media all and (max-width: 1280px) {
  .teaser-video__inner {
    margin-right: 11.25em;
    margin-left: 1.25em;
    padding: 20px 0;
  }
}
@media all and (max-width: 1024px) {
  .teaser-video__inner {
    font-size: 14px;
    margin-right: 5em;
  }
}
@media all and (max-width: 768px) {
  .teaser-video__inner {
    margin: 0 auto;
    float: none;
    padding: 20px;
    font-size: 12px;
  }
}
@media all and (max-width: 667px) {
  .teaser-video__inner {
    margin: auto;
  }
}
.teaser-video__inner ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.teaser-video__inner ul li {
  line-height: 1.875;
}
.teaser-video__subtitle {
  padding-top: 0.5em;
}
.teaser-video__description {
  font-size: 1.125em;
  font-weight: 600;
  padding: 2.8125em 0 2.1875em 0;
}
@media all and (max-width: 1280px) {
  .teaser-video__description {
    padding: 1.25em 0;
  }
}
.teaser-video__description li {
  background: url(/media/logo-element.png?v=2) no-repeat left 10px;
  padding-left: 1.875em;
  list-style: none;
  /*list-style-image: url(/media/logo-element.png?v=2);
  list-style-position: inside;*/
}

/* =============================================================================
/* TEASER BOX
/* ============================================================================= */
.teaser-box {
  padding: 10em 0 5em 0;
}
@media all and (max-width: 1280px) {
  .teaser-box {
    padding: 5em 0;
  }
}
@media all and (max-width: 667px) {
  .teaser-box {
    padding: 2.5em 0;
  }
}
.teaser-box__item {
  /*&:last-child {
      @media all and (max-width:$medium-width) {
          display: none;
      }

      @media all and (max-width:$xsmall-width) {
          display: block;
      }
  }*/
}
.teaser-box__image-link {
  display: block;
}
.teaser-box__description {
  padding: 3.125em 1.25em;
  text-align: center;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media all and (max-width: 1024px) {
  .teaser-box__description {
    padding: 1.875em 0;
  }
}
.teaser-box__title {
  text-transform: uppercase;
  font-size: 1.5625em;
  display: block;
  font-weight: 200;
}
.teaser-box__subtitle {
  font-size: 1.125em;
  display: block;
  font-weight: 300;
  margin-top: 0.2777777778em;
}
.teaser-box__link {
  color: #b70d50;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 2.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1024px) {
  .teaser-box__link {
    padding-top: 1.25em;
  }
}

/* =============================================================================
/* TEASER 
/* ============================================================================= */
.teaser {
  display: flex;
  flex-direction: row;
}
.teaser.image-right {
  flex-direction: row-reverse;
}
.teaser li {
  /*background: url(/media/logo-element.png?v=2) no-repeat left 10px;
  padding-left: 1.875em;
  list-style: none;*/
  list-style-image: url(/media/logo-element.png?v=2);
  list-style-position: inside;
}
@media all and (max-width: 667px) {
  .teaser {
    display: block;
  }
}
.teaser__name {
  margin: 0;
  text-transform: unset;
}
.teaser__subtitle {
  padding-bottom: 0.5em;
  margin: 0;
  text-transform: unset;
}
.teaser__inner {
  background: #fcfcfc;
  display: flex;
  flex: 1;
}
.image-right .teaser__inner {
  justify-content: flex-end;
  /*text-align: right;*/
  padding-right: 6.5625em;
}
@media all and (max-width: 1024px) {
  .image-right .teaser__inner {
    padding: 0 1.875em;
  }
}
.teaser__col {
  display: flex;
  flex-direction: column;
}
.teaser__info {
  width: 34.375em;
  padding-left: 6.5625em;
  margin: auto 0;
}
@media all and (max-width: 1024px) {
  .teaser__info {
    font-size: 14px;
    padding: 0 1.875em;
  }
}
@media all and (max-width: 768px) {
  .teaser__info {
    padding: 0 1.25em;
  }
}
@media all and (max-width: 667px) {
  .teaser__info {
    width: 100%;
    text-align: center;
    padding: 1.875em 1.25em;
  }
}
.teaser__description {
  padding: 3.125em 0 1.875em 0;
}
@media all and (max-width: 1280px) {
  .teaser__description {
    padding: 1.875em 0;
  }
}
@media all and (max-width: 1024px) {
  .teaser__description {
    padding: 0.9375em 0;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* WEBCAMS
/* ============================================================================= */
.webcams__outer {
  margin-bottom: 1.25em;
}
.webcams__outer:nth-child(even) {
  background: #fcfcfc;
}
.webcams__outer:last-child {
  margin-bottom: 0;
}
.webcams__item {
  background: none;
  margin-bottom: 1.25em;
}
.webcams__item:last-child {
  margin-bottom: 0;
}
.webcams__description {
  float: left;
  margin-left: 0;
  margin-right: 6.5625em;
}
@media all and (max-width: 1280px) {
  .webcams__description {
    margin: 0 1.875em;
    float: none;
  }
}
@media all and (max-width: 768px) {
  .webcams__description {
    text-align: center;
    padding: 0.9375em;
    font-size: 12px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* SITEPATH
/* ============================================================================= */
.sitepath ol {
  padding: 0;
}
.sitepath li {
  list-style-type: none;
  display: inline-block;
}
.sitepath li:last-child .sitepath__separator {
  display: none;
}
.sitepath__link {
  display: inline-block;
  line-height: 1;
}
.sitepath__name {
  font-size: 0.625em;
  text-transform: uppercase;
  display: inline-block;
}
.sitepath__separator {
  font-size: 11px;
  display: inline-block;
  vertical-align: inherit;
  padding: 0 10px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MOBILE MENU
/* ============================================================================= */
.mobile-menu {
  width: 2.1875em;
  height: 1.875em;
  padding: 0;
  background: none;
  display: none;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 100;
}
@media all and (max-width: 1024px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu > span {
  width: 33px;
  height: 4px;
  margin-bottom: 8px;
  position: relative;
  background: #5a5244;
  display: block;
  z-index: 1;
  transition: transform 0.5s ease-in-out;
}
.open-nav .mobile-menu > span:first-child {
  transform-origin: 0% 0%;
  transform: rotate(45deg) translateX(2px);
}
.open-nav .mobile-menu > span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg);
}
.open-nav .mobile-menu > span:last-child {
  transform-origin: 0% 100%;
  transform: rotate(-45deg);
}

/* =============================================================================
/* NAV
/* ============================================================================= */
.nav-main {
  display: inline-block;
  display: flex;
  justify-content: space-between;
  background: #F6F6F6;
  padding: 0 30px;
  /*&__flyout-1 {
      padding: 0;
      display: none;

      @media all and (max-width:$large-width) {
          display: none;
          background: rgba(0,0,0,0.2);
          padding: em(7px) 0;
      }
  }*/
}
@media all and (max-width: 1024px) {
  .nav-main {
    display: none;
  }
}
.open-nav .nav-main {
  display: block;
  padding: 30px 10px 20px 10px;
  position: fixed;
  background: #F8F8F8;
  width: 100%;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.nav-main__request-mobile {
  display: none;
  text-align: center;
  padding-top: 30px;
}
.nav-main__request-mobile .request {
  border: 2px solid #b70d50;
}
@media all and (max-width: 1024px) {
  .nav-main__request-mobile {
    display: block;
  }
}
@media all and (max-width: 414px) {
  .nav-main__request-mobile a {
    display: block;
    margin-bottom: 6px;
  }
}
.nav-main__level-0 {
  display: inline-block;
  margin: 0 1.25em;
  position: relative;
  padding: 1.4375em 0;
}
@media all and (max-width: 1024px) {
  .nav-main__level-0 {
    margin: 0 0.625em;
  }
  .open-nav .nav-main__level-0 {
    position: relative;
    text-align: center;
    margin: 0;
    display: block;
    padding: 0;
  }
}
.nav-main__level-0:last-child .nav-main__flyout-0 {
  transform: translateX(0);
  left: auto;
  right: -49px;
}
@media all and (max-width: 1024px) {
  .nav-main__level-0:last-child .nav-main__flyout-0 {
    right: 0;
  }
}
.nav-main__menu-0, .nav-main__menu-1 {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
.nav-main__menu-0:hover, .nav-main__menu-1:hover {
  color: #b6afa3;
}
@media all and (max-width: 1024px) {
  .nav-main__menu-0, .nav-main__menu-1 {
    color: #5a5244;
    display: block;
  }
}
.nav-main__menu-0 {
  position: relative;
}
@media all and (max-width: 1024px) {
  .nav-main__menu-0 {
    font-size: 18px;
    padding: 1.1111111111em 0;
    display: block;
    color: #5a5244;
    border-bottom: 1px solid #b6afa3;
    min-width: 200px;
  }
  .nav-main__menu-0:hover {
    color: #5a5244;
  }
  .nav-main__menu-0:hover:after {
    color: #5a5244;
  }
  .nav-main__menu-0:last-child {
    border-bottom: none;
  }
  .nav-main__active-0 .nav-main__menu-0:after {
    opacity: 0;
    content: "▶";
  }
  .has-children .nav-main__menu-0:after {
    content: "▼";
    color: #5a5244;
    background: none;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 18px;
    left: auto;
    opacity: 1;
    bottom: auto;
  }
}
.nav-main__menu-0:after {
  content: "";
  width: 46px;
  height: 2px;
  background: #b70d50;
  position: absolute;
  left: 0;
  right: 0;
  top: 33px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.nav-main__menu-0:hover:after {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .open-nav .nav-main__menu-0:hover:after {
    opacity: 0;
  }
}
.nav-main__active-0 .nav-main__menu-0:after {
  opacity: 1;
}
.nav-main__level-1 {
  position: relative;
}
@media all and (max-width: 1024px) {
  .nav-main__level-1 {
    /*&.js-naviga-open {
        .nav-main__flyout-1 {
            display: block;
        }
    }*/
  }
  .nav-main__level-1.nav-main__active-0:after {
    opacity: 0;
    content: "▶";
  }
  .nav-main__level-1.has-children .nav-main__menu-1:after {
    content: "▼";
    color: #ffffff;
    background: none;
    font-size: 10px;
    position: absolute;
    right: -36px;
    top: 12px;
    left: auto;
    opacity: 1;
    bottom: auto;
  }
}
.nav-main__menu-1 {
  padding: 0.4375em 0;
  display: block;
}
@media all and (max-width: 1024px) {
  .nav-main__menu-1 {
    font-size: 14px;
    padding: 0.7857142857em 0;
    display: inline-block;
    position: relative;
  }
}
.nav-main__menu-2 {
  padding: 0.3571428571em 0;
  font-size: 0.875em;
  text-transform: uppercase;
  display: block;
}
@media all and (max-width: 1024px) {
  .nav-main__menu-2 {
    color: white;
    padding: 0.5714285714em 0;
  }
}
.nav-main__dropdown {
  padding: 0;
}
.nav-main__dropdown .nav-main__level-0:first-child .nav-main__menu-0:before {
  content: "\f107";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 17px;
  width: 17px;
  font-size: 17px;
  line-height: 17px;
  color: #CFCECC;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
}
.nav-main__flyout-0 {
  display: block;
  position: absolute;
  background: #F6F6F6;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  text-align: center;
  padding: 1.875em 0;
  width: 280px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out 0s;
}
@media all and (max-width: 1024px) {
  .open-nav .nav-main__flyout-0 {
    background: none;
    position: relative;
    transform: translateX(0);
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    opacity: 1;
    padding: 0;
    display: none;
    pointer-events: auto;
    z-index: 200;
  }
}
.js-naviga-open .nav-main__flyout-0 {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
.nav-main ul {
  margin: 0;
  list-style-type: none;
}
.open-nav .nav-main ul {
  text-align: center;
}

/* =============================================================================
/* NAV BOTTOM
/* ============================================================================= */
.nav-bottom {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0.875em 0 3.125em 0;
}
@media all and (max-width: 1720px) {
  .nav-bottom {
    padding: 0.875em 0.9375em 3.125em 0.9375em;
  }
}
@media all and (max-width: 414px) {
  .nav-bottom {
    text-align: center;
  }
}
.nav-bottom__menu-0, .nav-bottom__uid {
  font-size: 0.6875em;
  text-transform: uppercase;
  color: #5a5244;
  padding: 0 0.5em;
}
.nav-bottom__menu-0:hover, .nav-bottom__uid:hover {
  color: #b70d50;
}

/* =============================================================================
/* NAV TOP
/* ============================================================================= */
.nav-top {
  display: inline-block;
  margin-right: 15px;
}
@media all and (max-width: 1024px) {
  .nav-top {
    margin-right: 45px;
  }
}
@media all and (max-width: 667px) {
  .nav-top {
    display: none;
  }
}
.nav-top__link {
  font-size: 0.875em;
  text-transform: uppercase;
}
.nav-top .separator {
  display: inline-block;
  padding: 0 5px;
  /*&:last-child {
      background: red;
  }*/
}
@media all and (max-width: 667px) {
  .nav-top .separator {
    padding: 0 2px;
  }
}

/* =============================================================================
/* NAV ADDRESS
/* ============================================================================= */
.nav-address {
  padding: 15px;
  border: 2px solid #5a5244;
  margin-top: 40px;
}
.nav-address__link {
  font-size: 0.9375em;
  border-right: 1px solid #5a5244;
  padding: 0 1.875em;
  display: inline-block;
  font-weight: bold;
}
@media all and (max-width: 414px) {
  .nav-address__link {
    display: block;
    border-right: none;
  }
}
.nav-address__link:last-child {
  border-right: none;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* LOGO
/* ============================================================================= */
.logo-main {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.scroll-position .logo-main {
  opacity: 0;
}
.logo-main img {
  width: 100%;
  height: auto;
  display: block;
}
@media all and (max-width: 1280px) {
  .logo-main {
    left: 0;
  }
  .logo-main img {
    width: 80%;
  }
}
@media all and (max-width: 1024px) {
  .logo-main {
    top: 5em;
  }
  .logo-main img {
    width: 60%;
  }
}
@media all and (max-width: 667px) {
  .logo-main {
    display: none;
  }
}

.logo-element-link {
  display: inline-block;
  padding-top: 5px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.scroll-position .logo-element-link {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .logo-element-link {
    display: block;
    text-align: center;
    opacity: 1;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* NEWSLETTER BOX
/* ============================================================================= */
.newsletter-box {
  padding: 3.125em 0;
}
@media all and (max-width: 1024px) {
  .newsletter-box {
    padding: 1.875em 0;
  }
}
.newsletter-box__input {
  border: none;
  border-bottom: 1px solid #b7b0aa;
  font-size: 1.375em;
  padding: 1.25em;
  background: none;
  text-align: center;
  outline: none;
}
@media all and (max-width: 1050px) {
  .newsletter-box__input {
    width: 100%;
  }
}
.newsletter-box__input ::-webkit-input-placeholder {
  color: #b7b0aa;
  font-weight: 100;
}
.newsletter-box__input :-moz-placeholder {
  color: #b7b0aa;
  font-weight: 100;
}
.newsletter-box__input ::-moz-placeholder {
  color: #b7b0aa;
  font-weight: 100;
}
.newsletter-box__input :-ms-input-placeholder {
  color: #b7b0aa;
  font-weight: 100;
}
.newsletter-box__button-row {
  margin: 1.875em 0;
}
.newsletter-box__info-text {
  font-size: 0.8125em;
  color: #5a5244;
}

/*.newsletter-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.newsletter-box label.error {
    position: absolute;
    bottom: 100%;
    left: 0;
}*/
.newsletter .button-row {
  margin-top: 0.9375em;
}
@media all and (max-width: 1050px) {
  .newsletter {
    padding: 0 0.9375em;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* ROUTEPLANNER
/* ============================================================================= */
.routeplanner__buttons {
  margin-top: 20px;
}

/*---------------------------------------------------
/* googlemap
/*---------------------------------------------------*/
#routemap {
  height: 500px;
}
#routemap .adp-placemark {
  background: #b70d50;
}
@media screen and (max-width: 1280px) {
  #routemap {
    height: 300px;
  }
}
@media screen and (max-width: 667px) {
  #routemap {
    height: 250px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .routeplanner .form {
    padding: 20px;
  }
}

/* =============================================================================
/* ROUTEPLANNER
/* ============================================================================= */
/*#routeplanner .row {
    margin-bottom: 4px;
}

#routemap {
    height: 500px;

    @media screen and (max-width:$xlarge-width) {
        height: 400px;
    }

    @media screen and (max-width:$medium-width) {
        height: 300px;
    }

    @media screen and (max-width:$xsmall-width) {
        height: 200px;
    }
}

.routeplanner {
    position: relative;

    > div {
        color: #fff;
    }

    input {
        border: none;
        padding: em(10px);
        outline: none;

        @media screen and (max-width:$xsmall-width) {
            width: 100%;
        }
    }

    &__form {
        position: absolute;
        padding: 20px;
        left: 30px;
        top: 30px;
        bottom: auto;
        background: $secondary-color;

        @media screen and (max-width:$large-width) {
            position: relative;
            top: 0;
            left: 0;
            text-align: center;
        }

        @media screen and (max-width:$xsmall-width) {
            font-size: 16px !important;
        }
    }

    &__destination,
    &__start {
        font-weight: 500;
        font-size:em(20px);
    }

    &__address {
        margin: 15px 0;
    }

    &__show-route {
        margin-top: 20px;
    }
}

.directions-panel {
    text-align: center !important;

    @media screen and (max-width:$medium-width) {
        font-size: 16px !important;
    }
}

.directions-panel .adp-directions {
    margin: 0 auto;
    text-align: center;
}

.directions-panel .adp-placemark {
    background: $secondary-color;
    color: #fff;
    border: none;
}*/
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* WIDGETS
/* ============================================================================= */
#CDSWIDSSP,
div.hc-widget.hc-widget-large {
  width: 100% !important;
  text-align: center;
}

div.hc-widget.hc-widget-large.hc-widget-white hr {
  width: 100% !important;
  margin: 18px auto !important;
}

div.hc-widget.hc-widget-white.hc-widget-large .hc-widget-content-box {
  text-align: center !important;
}

#CDSWIDSSP .widSSPData .widSSPAll .widSSPReadReview,
#CDSWIDSSP .widSSPData .widSSPAll .widSSPWriteReview {
  float: none !important;
  text-align: center !important;
  padding: 8px 0 !important;
}

#CDSWIDSSP .widSSPData .widSSPAll .widSSPWriteReview {
  border-left: none !important;
}

#CDSWIDSSP {
  text-align: center !important;
}

#CDSWIDSSP .widSSPData .widSSPBranding dt {
  width: 100% !important;
}

#CDSWIDSSP .widSSPData .widSSPBranding {
  text-align: center;
}

/* =============================================================================
/* BOOKING WIDGET
/* ============================================================================= */
#Bs-BookingWidget input[type=checkbox]:checked, input[type=checkbox]:not(:checked) {
  display: inline-block;
}

#Bs-BookingWidget .Bs-Field {
  margin-bottom: 0 !important;
}

#Bs-BookingWidget .Bs-Guest .Bs-Guest__PaymentMethod li {
  margin-bottom: 0 !important;
}

#Bs-BookingWidget .Bs-Fieldset {
  margin-bottom: 0 !important;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* ARROWS
/* ============================================================================= */
.base-arrows {
  pointer-events: none;
  fill: #fff;
  width: 3.75em;
  height: 3.75em;
  display: inline-block;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* PRICES
/* ============================================================================= */
.price-from {
  margin-bottom: 10px;
}

@media all and (max-width: 1280px) {
  .prices-information {
    padding: 0 0.9375em;
  }
}
.prices-information li {
  list-style-image: url(/media/logo-element.png?v=2);
  list-style-position: inside;
}

.click-to-pay {
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 1.875em;
  text-decoration: underline;
}

.periods-header {
  text-align: left;
  border-bottom: 1px solid #b70d50;
  padding: 6px;
  margin-bottom: 15px;
  color: #5a5244;
}

.room-slider {
  overflow: hidden;
}
.room-slider .row {
  white-space: nowrap;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.room-slider .column {
  display: inline-block;
  position: relative;
  float: none;
  white-space: normal;
  line-height: 1.375em;
}

.prices-room-outer {
  margin: 30px 0;
}
.prices-room-outer:nth-child(2n) {
  background: #fcfcfc;
}

.prices-room {
  position: relative;
  max-width: 1048px;
  margin: 0 auto;
}
.prices-room__container {
  padding: 1.25em 0;
}
@media all and (max-width: 1024px) {
  .prices-room__container {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .prices-room__container {
    font-size: 12px;
  }
}
.prices-room__stay {
  line-height: 1.375em;
}
.prices-room__description {
  margin: 0 0 1.25em 0;
}
.prices-room__open-description {
  text-transform: uppercase;
  margin-top: 1.25em;
  display: inline-block;
  color: #b70d50;
  font-weight: bold;
}
.prices-room__open-description svg {
  width: 25px;
  height: 25px;
  fill: #5a5244;
  display: inline-block;
  vertical-align: sub;
}
@media all and (max-width: 768px) {
  .prices-room__date {
    width: 70%;
  }
}

.prices-search__reset {
  display: none;
}

.price-slider {
  font-size: 1em;
}
.price-slider__controls {
  position: absolute;
  top: 15px;
  right: 0;
  left: auto;
  z-index: 10;
}
.price-slider__controls svg {
  fill: #5a5244;
  pointer-events: none;
}
.price-slider__controls a {
  display: inline-block;
  line-height: 1;
}
.price-slider__controls a:first-child {
  margin-right: 0.625em;
}
.price-slider__controls a.disabled .price-slider__icon {
  fill: #b70d50;
}
@media all and (max-width: 768px) {
  .price-slider__controls {
    top: 1.25em;
  }
}
.price-slider__icon {
  width: 1.875em;
  height: 1.875em;
}

/* =============================================================================
/* PRICE TITLE
/* ============================================================================= */
.price-title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 1.875em;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 100;
  max-width: 600px;
}
@media all and (max-width: 1024px) {
  .price-title {
    max-width: 400px;
  }
}
@media all and (max-width: 414px) {
  .price-title {
    max-width: 240px;
    line-height: 28px;
  }
}

/* =============================================================================
/* PRICES ROOM DETAIL
/* ============================================================================= */
.price-room-detail {
  margin-bottom: 5em;
  /*&__header {
      padding: em(10px) 0;
      border-top: 1px solid $main-color;
      border-bottom: 1px solid $main-color;
      font-weight: 600;
      font-size: em(18px);
  }*/
}
@media all and (max-width: 1050px) {
  .price-room-detail {
    padding: 0 0.9375em;
  }
}
@media all and (max-width: 667px) {
  .price-room-detail {
    font-size: 13px;
    padding: 0 0.625em;
  }
}
.price-room-detail .column {
  padding: 0 0.9375em;
}
.price-room-detail__header {
  position: relative;
  padding: 0;
}
.price-room-detail__slider {
  margin-bottom: 2.5em;
  font-size: 1em;
  line-height: 1.5;
}
@media all and (max-width: 414px) {
  .price-room-detail__price {
    font-size: 10px;
    text-align: right;
  }
}
.price-room-detail__season {
  color: #b70d50;
}
.price-room-detail__price-item {
  font-size: 1em;
  padding: 0.625em 0.625em;
}
.price-room-detail__price-item:nth-child(even) {
  background: #f8f8f8;
  color: #5a5244;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* WEATHER
/* ============================================================================= */
.weather__separator {
  padding: 3.125em 0;
}

.weather__line {
  border-top: solid 1px #5a5244;
  position: relative;
}
.weather__line:after {
  background: #fff url(/media/logo-element.png?v=2) no-repeat center;
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  width: 30px;
  height: 30px;
  top: -17px;
}

.weather__subtitle,
.weather .item-title {
  margin: 0.625em 0;
  font-size: 1.25em;
  font-weight: bold;
}

.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
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* NEWS BOX
/* ============================================================================= */
.news-box {
  background: #b70d50;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 115px;
  right: 100px;
  z-index: 30;
  width: 10.0625em;
  height: 10.0625em;
  display: block;
  transition: 0.3s background ease-in-out 0s;
}
.news-box:hover {
  background: rgb(135.3826530612, 9.6173469388, 59.1836734694);
}
@media all and (max-width: 1280px) {
  .news-box {
    font-size: 14px;
  }
}
@media all and (max-width: 990px) {
  .news-box {
    font-size: 10px;
    top: auto;
    top: 14%;
    right: 4%;
  }
}
@media all and (max-width: 414px) {
  .news-box {
    font-size: 7px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    top: 22%;
  }
}
.news-box__inner {
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-box__title {
  font-size: 1.75em;
  font-weight: 100;
  display: block;
  margin-bottom: 0.3125em;
  text-transform: uppercase;
}
@media all and (max-width: 414px) {
  .news-box__title {
    font-weight: 500;
  }
}
.news-box__subtitle {
  font-size: 0.875em;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.25em;
}
@media all and (max-width: 414px) {
  .news-box__subtitle {
    display: none;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* SUGGESTION
/* ============================================================================= */
@media all and (max-width: 768px) {
  .suggestion {
    font-size: 14px;
  }
}
.suggestion.container {
  max-width: 690px;
}
.suggestion__image-link {
  display: block;
}
.suggestion__image-container {
  position: relative;
}
.suggestion__author {
  width: 9.375em;
  height: 9.375em;
  border-radius: 50%;
  border: 4px solid white;
  position: absolute;
  bottom: -3.125em;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 414px) {
  .suggestion__author {
    font-size: 13px;
  }
}
.suggestion__text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5em;
}
@media all and (max-width: 768px) {
  .suggestion__text {
    padding: 0 0.9375em;
  }
}
.suggestion__title {
  font-size: 1.5625em;
  font-weight: 300;
  margin-bottom: 0.3125em;
}
.suggestion__subtitle {
  color: #b70d50;
  font-weight: 600;
  font-size: 1.5625em;
  margin-bottom: 1.25em;
}
.suggestion__description {
  font-size: 1.125em;
  text-transform: none;
  font-weight: 300;
  line-height: 1.75;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* BASE INPUT CHECKBOX LABEL
/* ----------------------------------------------------------------------------- */
.form input[type=checkbox] {
  margin-right: 0.75em;
  background: transparent;
  border: none;
}

.form-checkbox input[type=checkbox],
.form-checkbox-list input[type=checkbox] {
  position: absolute;
  top: 0.3125em;
  left: 0;
}

.form input[type=checkbox]:checked,
.form input[type=checkbox]:not(:checked) {
  background: transparent;
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.form input[type=checkbox]:checked + label::before,
.form input[type=checkbox]:checked + * + label::before,
.form input[type=checkbox]:not(:checked) + label::before,
.form input[type=checkbox]:not(:checked) + * + label::before {
  content: " ";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #bbb;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.form-checkbox label:checked:before,
.form input[type=checkbox]:checked + label::before,
.form input[type=checkbox]:checked + * + label::before,
.form input[type=radio]:checked + label::before,
.form input[type=radio]:checked + * + label::before {
  background: #b70d50;
  box-shadow: inset 0 0 0 2px white;
}

.form-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-checkbox,
.form-checkbox-list li {
  margin: 0;
  position: relative;
}

.form-checkbox label,
.form-checkbox-list label {
  padding-top: 0.25em;
}

.form-checkbox label.error,
.form-checkbox-list label.error {
  padding-top: 0;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* BUTTON SPECIAL
/* ============================================================================= */
.button-special {
  background: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: 240px;
  z-index: 30;
  width: 13.75em;
  height: 13.75em;
  display: block;
  transition: 0.3s background ease-in-out 0s;
}
.button-special:hover {
  background: rgb(203.8421052632, 201.9473684211, 198.1578947368);
}
.button-special__icon {
  color: #5a5244;
  margin-bottom: 15px;
  display: block;
}
@media all and (max-width: 990px) {
  .button-special__icon {
    display: none;
  }
}
.button-special__icon:before {
  font-size: 2.5em;
}
@media all and (max-width: 1280px) {
  .button-special {
    font-size: 14px;
  }
  .button-special.no-button {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .button-special {
    font-size: 10px;
    top: 20%;
    right: 14%;
  }
}
@media all and (max-width: 768px) {
  .button-special {
    right: 18%;
  }
}
@media all and (max-width: 667px) {
  .button-special {
    top: 25%;
    right: 4%;
    font-size: 7px;
  }
}
@media all and (max-width: 500px) {
  .button-special {
    top: 29%;
    font-size: 5px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  }
}
.button-special__inner {
  display: block;
  color: #5a5244;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 173px;
}
@media all and (max-width: 990px) {
  .button-special__inner {
    min-width: 100%;
  }
}
.button-special__title {
  font-size: 1.5em;
  font-weight: 300;
  display: block;
  margin-bottom: 0.3125em;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .button-special__title {
    font-weight: 500;
  }
}
.button-special__subtitle {
  font-size: 1em;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.25em;
}

/* =============================================================================
/* BUTTON
/* ============================================================================= */
.button-small {
  background: #5a5244;
  top: 150px;
  right: 100px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 30;
  width: 10.0625em;
  height: 10.0625em;
  transition: 0.3s background ease-in-out 0s;
  /*@media all and (max-width:320px) {
      font-size: 6px;
  }*/
}
.button-small:hover {
  background: rgb(135.3826530612, 9.6173469388, 59.1836734694);
}
@media all and (max-width: 1280px) {
  .button-small {
    font-size: 14px;
  }
  .button-small.no-button {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .button-small {
    font-size: 10px;
    top: auto;
    top: 14%;
    right: 4%;
  }
}
@media all and (max-width: 500px) {
  .button-small {
    font-size: 7px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    top: 18%;
  }
}
.button-small__inner {
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.button-small__title {
  font-size: 1.3125em;
  font-weight: 100;
  display: block;
  margin-bottom: 0.3125em;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .button-small__title {
    font-weight: 500;
  }
}
.button-small__subtitle {
  font-size: 0.875em;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.25em;
}
@media all and (max-width: 500px) {
  .button-small__subtitle {
    display: none;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* FANCYBOX
/* ============================================================================= */
.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/cursor.png), zoom-in;
}

/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* faq
/* ============================================================================= */
.faq {
  padding: 0px 20px;
}
.faq .h1 {
  margin-bottom: 68px;
  text-align: left;
  color: rgb(60.9493670886, 55.5316455696, 46.0506329114);
}
@media all and (max-width: 720px) {
  .faq .h1 {
    margin-bottom: 40px;
    font-size: 34px;
  }
}
.faq__item:hover {
  background-color: #f7f7f7;
}
.faq__item:has([aria-expanded=true]) {
  background-color: #f7f7f7;
}
.faq__item:last-child {
  border-bottom: 1px solid #CFCECC;
}
.faq__trigger {
  width: 100%;
  padding: 24px;
  background: none;
  border: none;
  border-top: 1px solid #CFCECC;
  text-align: left;
  position: relative;
  outline: none;
  padding-right: 65px;
  font-weight: 500;
}
.faq__trigger:hover {
  background-color: #f7f7f7;
}
.faq__icon {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  width: 43px;
  height: 43px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
}
.faq__icon path {
  stroke: #b70d50;
}
[aria-expanded=true] .faq__icon {
  transform: translateY(-50%) rotate(-45deg);
}
.faq__trigger .faq__title {
  color: rgb(60.9493670886, 55.5316455696, 46.0506329114);
  margin-bottom: 0;
  font-size: 24px;
}
@media all and (max-width: 720px) {
  .faq__trigger .faq__title {
    font-size: 20px;
  }
}
.faq__panel {
  transition: height 0.3s ease-in-out;
  height: 0px;
  position: relative;
  overflow: hidden;
  line-height: 150%;
  padding-right: 10%;
}
.faq__panel[hidden] {
  display: block;
}
