@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  -o-transform: rotate(135deg);
     transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

*,
*:after,
*:before {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

html {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

body {
  font-size: 15px;
  color: #484848;
  font-family: "Circular Std", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 53.125em) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 53.125em) {
  body {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 53.125em) {
  body.ovhidden {
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
}

a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  color: #60d6d7;
}

a:hover {
  color: #60d6d7;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

ul,
ol {
  list-style-type: none;
}

p {
  line-height: 150%;
}

figure {
  margin: 0;
}

[class*="__subtitle"] {
  line-height: 1;
  color: #8c8e8f;
  font-size: 1em;
  font-weight: normal;
}

@media screen and (min-width: 53.125em) {
  [class*="__subtitle"] {
    font-size: 1.125em;
  }
}

[class*="__title"] {
  font-size: 1.125em;
  font-weight: bold;
}

@media screen and (min-width: 53.125em) {
  [class*="__title"] {
    font-size: 1.25em;
  }
}

[class*="__title"] a {
  color: #484848;
}

[class*="__title"] a:hover {
  color: #60d6d7;
}

[class*="-small"] {
  font-size: 1.875em;
}

@media screen and (min-width: 53.125em) {
  [class*="-small"] {
    font-size: 2.125em;
  }
}

[class*="-medium"] {
  font-size: 2.125em;
}
.post__title[class*="-medium"] {
  font-size: clamp(2.13rem, 1.32vi + 1.8rem, 3.13rem);
}
@media screen and (min-width: 53.125em) {
  [class*="-medium"] {
      font-size: 2.125em;
  }
}

[class*="-big"]:not([class*="biglietto"]) {
  font-size: 2.5em;
  font-size: clamp(2.13rem, 1.32vi + 1.8rem, 3.13rem);
  font-weight: 900;
}

@media screen and (min-width: 53.125em) {
  [class*="-big"]:not([class*="biglietto"]) {
    /*font-size: 3.75em;*/
  }
}

[class*="__light"] {
  color: #8c8e8f;
}

[class*="-upper"] {
  text-transform: uppercase;
}

[class*="-mw"]:not([class*="-mw-large"]) {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

[class*="-mw-large"] {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

[class*="-gray"] {
  background-color: #f6f8fa;
}

[class*="-white"] {
  background-color: #fff;
}

[class*="-yellow"] {
  background-color: #F9C600;
}

[class*="-cyan"] {
  background-color: #a6e1ff;
}

[class*="-aligncenter"] {
  text-align: center;
}

[class*="__heading"] {
  display: block;
  height: 6px;
  width: 50px;
  margin: 0 auto 2.5em;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: 100px auto;
  background-image: url(/app/themes/hotel-ischia-theme/dist/images/headline.png);
}

[class*="__heading"][class*="--red-up"] {
  background-position: center top;
}

[class*="__heading"][class*="--white-up"] {
  background-position: center -12px;
}

[class*="__heading"][class*="--red-down"] {
  background-position: center -6px;
}

[class*="__heading"][class*="--white-down"] {
  background-position: center bottom;
}

[class*="stars"] i {
  font-size: 11px;
  margin: 0 2px;
}

[class*="collapsed"] {
  display: none;
}

[class*="expand"] {
  color: #60d6d7;
  font-size: 0.875em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 1.42857em;
}

[class*="expand"] .icon-select {
  font-size: 6px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

[class*="expand"]:hover {
  color: #60d6d7;
}

[class*="expand"][class*="--active"] {
  color: #60d6d7;
}

[class*="expand"][class*="--active"] i,
[class*="expand"][class*="--close"] i {
  color: #60d6d7;
  -webkit-transform: translateZ(0) scaleY(-1);
          transform: translateZ(0) scaleY(-1);
}

[class*="__cta"] {
  margin: 2.5em auto;
  border-radius: 5px;
  padding: 1.25em;
  background-color: #f6f8fa;
  text-align: center;
  line-height: 200%;
}

[class*="__cta"] a {
  font-size: 133.33333%;
  font-weight: bold;
}

[class*="__cta"] a:after {
  display: none;
}

.main-content p,
.main-content ul,
.main-content ol {
  height: auto;
  overflow: hidden;
  font-size: 1.125em;
  font-size: clamp(1rem, 0.17vi + 0.96rem, 1.13rem);
  line-height: 200%;
  padding-top: 1.1em;
  line-height: 168.75%;
}

.main-content p:nth-child(1),
.main-content ul:nth-child(1),
.main-content ol:nth-child(1) {
  padding-top: 0;
}

.main-content p a:not([class*="__button"]),
.main-content ul a:not([class*="__button"]),
.main-content ol a:not([class*="__button"]) {
  color: #60d6d7;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.main-content p a:not([class*="__button"]):after,
.main-content ul a:not([class*="__button"]):after,
.main-content ol a:not([class*="__button"]):after {
  background-color: #F9C600;
  bottom: 0px;
  left: 0;
  height: 2px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: scaleX(1) translate3d(0, 0, 0);
          transform: scaleX(1) translate3d(0, 0, 0);
  -webkit-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  content: '';
  position: absolute;
  width: 100%;
}

.main-content p a:not([class*="__button"]):hover,
.main-content ul a:not([class*="__button"]):hover,
.main-content ol a:not([class*="__button"]):hover {
  color: #60d6d7;
}

.main-content p a:not([class*="__button"]):hover:after,
.main-content ul a:not([class*="__button"]):hover:after,
.main-content ol a:not([class*="__button"]):hover:after {
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
          transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transform-origin: right center;
       -o-transform-origin: right center;
          transform-origin: right center;
}

.main-content p strong,
.main-content ul strong,
.main-content ol strong {
  font-weight: 900;
}

.main-content ul li,
.main-content ol li {
  padding-top: 0.625em;
  position: relative;
}

.main-content ul li:before,
.main-content ol li:before {
  position: absolute;
  left: 0;
}

.main-content ul li:nth-child(1),
.main-content ol li:nth-child(1) {
  padding-top: 0;
}

.main-content ul li:nth-child(1):before,
.main-content ol li:nth-child(1):before {
  top: 0.75em;
}

.main-content ul li {
  padding-left: 1.25em;
}

.main-content ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #60d6d7;
  border-radius: 12px;
  top: 1.22222em;
}

.main-content ul li:nth-child(1):before {
  top: 0.66667em;
}

.main-content ol {
  counter-reset: section;
}

.main-content ol li {
  counter-increment: section;
  padding-left: 1.875em !important;
}

.main-content ol li:before {
  content: counter(section) ".";
  color: #8c8e8f;
  font-style: italic;
  font-weight: 900;
  top: 0.55556em;
}

.main-content ol li:nth-child(1):before {
  top: 0.11111em;
}

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  line-height: 1.2;
}

.main-content h2 {
  font-size: 2.25em;
  font-size: clamp(1.63rem, 0.66vi + 1.46rem, 2.13rem);
}

.main-content h2:not([class*="__title"]) {
  margin-top: 0.55556em;
  margin-bottom: -0.55556em;
}

.main-content h3 {
  font-size: 1.875em;
  font-size: clamp(1.5rem, 0.33vi + 1.42rem, 1.75rem);
}

.main-content h3:not([class*="__title"]) {
  margin-top: 0.66667em;
  margin-bottom: -0.66667em;
}

.main-content h4 {
  font-size: 1.5em;
}

.main-content h4:not([class*="__title"]) {
  margin-top: 0.83333em;
  margin-bottom: -0.83333em;
}

.main-content h5 {
  font-size: 1.25em;
}

.main-content h5:not([class*="__title"]) {
  margin-top: 1em;
  margin-bottom: -1em;
}

.main-content h6 {
  font-size: 1.125em;
}

.main-content h6:not([class*="__title"]) {
  margin-top: 1.11111em;
  margin-bottom: -1.11111em;
}

.main-content blockquote {
  text-align: center;
  font-style: italic;
  max-width: 830px;
  margin: 0 auto;
  font-size: 2.25em;
  padding-top: 1.11111em;
  padding-bottom: 1.11111em;
  margin-top: 0.55556em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAMCAYAAACURRhjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABLtJREFUeNqsWGtsFFUUvosUvCHQKK8QqhCC/CA0JhBTwSCCaFOWgGDaItpAd2ZaUV5iEwET0yjBKCEo77ozWwgF04qtKJQ3iZQ05QeJAcVogJgoj8SIASKDEDp+5+4Fd+/O7Mx0d5Iz3+nOnXPu3O+ex23EXh5zGGN/MoedAbYC9/CNiX9Yni67RhsL0GD3ReAYCIf+L/A34PfARm5ZXXnz97peALtzoM4DPgscCukF/W/gD8ADwB282fwrbz5n60/Crga1lLHIWOj9od8DXgaeguyCfpQfiDt+tiKSEMYeDHXYVdyXg5SWnCZZqxUCNsDeQvLDUqfiZOB+3BfxhPVHjmRMBWyHvTFp9jN93oR8AH0jbzGdHvt7Re8DG/VQ64AFckkzvy+pn8bdACnnwhLy4Poc+rt8U+J+D8h4CnAIMspjcm5IO3YWSOnsIRkrAOtkNPj7TOqtuFeBlNs9IGMw4DvYKEm360kIXXeAVbw9vtfLbq8sPpdBGuwlsUioib6pjQZ0CDLCXQMhx+xqbWLoxXlDex+w3ud73K65kH12OXZ6ODJoricgJSH9PQpptmcYFdkIGQSZDLEg3cpzyoufhiCjCHBE5u3U63fI2xCKnMcgIyALID8p4zikHaQUhyCjFrDG5VFrMqezIZDHIc/ICLqjjJsO2Q1SHgnkb47ej+YIGac8ohq1Wv5O3zhcEt7hsuZNdplR6pqy0pwti01HSH0NdYAS5qv55sTHWSe6SBuMcSfEhNJD9TDulfwL60bGO5pGO3OrLIipoX0NOJnvsC5k9VmlvYZxTck09fBTqJgafI+50/WdSp3IPigWLD21WCLHf+VdU0BGH/Guw6Yp8z0LjPJvzYwaaM80IrJe1StratNm4AfjnZ6ECANLY5ModchuKNVpPfBDviXhuJBRJHaNw4qV3Hkc+gyQcdfzIzWNCj4tRrUyYepQykDKOQ8yaHzDw2KaJIQifD7fbTZnJbJSHy26H0dG8v/ztaC/xfeaGfO15+qFeEaNzsvKhvsR9xf4vuxdmx01VgHWujQXr4KUY56ESFJKZcEqUBapQ3RODB2Dw27LXTYbZupEmKY7o65iGm+wfAumHdMoXbSIEHeUIsjYJui0wJeAvYHjIbWytU2Zm/iUGpARD5R6KFKS31OoLDCl0U9kS34TSMX7JchK6E8oBF6E/jzIuBLIZ9RYh/F1io1u6I3UigN/9izYIKUCA74M1rVE1N9o10wBGdcD14KYSF/t8rwSpENSMPIeyAhc74TPCj2ZDRxRu7J1gG6/XaPay78xLwT2FzUoG8TluczVrmdXIs8hlS5F0O/qkpFxPcxLaHcpTcyCtIX0R2nqnbBkCJ8tZqfc/WEPiRfDkiH8JQ+GteJI4XUO8WV1SaxYslriEyF3oVPrWc+3e9cMX3/VGhlbClsfAfv77NZfgDW8yTqZ04GyXC8SB0rGoj4RQn814r4CZNzIyWeZaH0/gwxL9RXojGEvFmcRKmZVwOdk7aD6cgt4Hmaok4rzbbmdtNN8LtSo16dT/kz4eFrWqG6ZKrpkXWnju6x7efNZrk+U/1mYAhwJ7Cu7oV9lg2LxNvN83vyVGdRCz4ddao8nUL36T4ABAJNg+dMTN6XZAAAAAElFTkSuQmCC) top center no-repeat, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAMCAYAAACURRhjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABMRJREFUeNqsWGtsFFUUnlkCciVoBAERghqJCWCjAcMzPEKJCq3UVihvQ3dmKQ+BigECJKYBFUUxQH1QdmbBUDEtBQqR8qqGV3j8IBhBEp4xQSIJIIKB4T1+5+5tunN3Zmdn2Zuc+U5n7j3n7nznnnOmqpLGsD4Iq4A3FVuZBBwA6QS9OfA/4ClFUXdBj7Lvzb+ULA1rstYWMBmSDx+vAZ8BPgJehhyBXg3cwtab97Pmc7TeD3bJ52Dgi8AngBbwDOQX6CbbYpzKmr/hkVaA8bBbBOwFbKf6LpoZzsHEKNQ+wKZhJyI3cw/6cmA5W23ey3iTJRoZmwVbS4Ctk3059NPAKazK3P+YRHQGrIbkJfly+qS/1uI6h9UZNx6TjGLACkjHRF+qDxmjAOsxsaXHC0kkpPEeRe9IVmleCbzJsPYk1lZBLfT2lXSPTs1HIGVFRi+mWB8AG1uhtnX15e7zPK5vg5Rzgf2NiDQDLIeN2W6/z5MQa1a4GBN+ghry2ZxMCOFJOvYg5Z8AZLQA1GNtbmpfHvdsdT770VgWkIz+gAbYYN52PX1S6hwYhBQrL6KKbKN52Q15kPEWoEpJfn4AUsRrCOV0RXkVsghyXZpH9+utUkR8emRQ1BD5udKjO5AvIW9A2kDaU2RS7XAx84U1QY+k/XLG6Dk8AJQEMuLjD8j7kBfEb3wFMgNyUZr3HGSnVaA/HyAGlnEynINOuEnkQp5VXciIRw1t1BkR5cDF7NuYnbRmmtZZRHeOFFVUCEewNd41xdI0ihraUIkULZdwHc7WmSdc103SaH6laC7ohDT+uPE4KdU+ZHQFHMTaDtJ+TejTWa2RtF+rSH8az2pEc5MY3ZQNhrCtxjWf07EA8Jn0Tm9C3mM7og2N8xyEWLPDwzBxE9SnpJezkH0TW5rS4TStHeb9yk+Hc8PUgY0BKTdcyKA09R3maNLxvQwcCDJSpgOQMk7UnJAghMZ93IuwDcYPKU7GDtEpJvqkoIiwjYbt6a9Qb8HX2spQab+/A/PYNiOpy7TyI7Sxj/G8XHqn1L0NAxmHEuerVlmYilk30e6VAEOSs69YRWxuWmlgKj8p+7HuJcnGReDnwN2Qq9CJ8CHAecAeEoH/4jqIrXU/GUk+J2qlvEOyVTknbwZWAo9DHkB/GUh1cSawpfRyanEdCzIe+vor1FuJwOst2bgeT6/qNnG6qUHpA/yQpyMn+RQ074CMXbJ9IsROUcTiUVMRs9POzVO1rlh3EGqH9Aty03Iq6iDjcKDiPFFbBEI+CdQENOkNPLo3Gmm36ta7OgXxXkc2sBOSjn9XOI7VR2vcbIdS+F0JKQ1CBg18g5wTBepCwI7wGj/CAcngPqvMT6n1FTUkyNgMKQhCBvdXx+sFpa2jAf3d4enbgwwvQv7mi1bFykDGQyWDgXb3LKAn/4hyxonX+BnyOouZhzL90EIh/5oIFV/VfoOKaRlkFKsxbmfkr86g76xBkKU8BfkPIq83yKhNNakxZV3Bazsm8u4GkHEra/8emKJ1F313rmghqXu7C/wTuI9IY6Z5JGv+JujNYbeQagKwr0idIZHjfwNuB65j1am7okA+C/QuojHB54LaHXprUScu8W4u/nG9h22P+gbn/wIMABk+A6nAorIKAAAAAElFTkSuQmCC) bottom center no-repeat;
  background-size: 50px auto;
}

.main-content blockquote p {
  font-size: 1em;
  padding: 0;
  line-height: 133.33333%;
}

.main-content iframe {
  margin-top: 1.25em;
  max-width: 100%;
}

.main-content img {
  display: block;
  margin: 0 auto 10px;
  max-width: calc(100vw - 20px);
  height: auto !important;
}

@media screen and (min-width: 40em) {
  .main-content img {
    max-width: calc(100vw - 2.5em);
  }

  .main-content img.alignleft {
    float: left;
    margin-right: 1.11111em;
  }

  .main-content img.alignright {
    float: right;
    margin-left: 1.11111em;
  }
}

@media screen and (min-width: 53.125em) {
  .main-content img {
    max-width: calc(100vw - 5em);
  }
}

@media screen and (min-width: 69.375em) {
  .main-content img {
    max-width: 1110px;
  }
}

.main-content .doc-sectionwrap {
  border-top: 1px solid #dbdbdb;
  padding-top: 1.25em;
}

.main-content .documentor-section img {
  max-width: 100% !important;
}

[data-class-toggle],
[data-slide-toggle] {
  cursor: pointer;
}

[class*="__close"] {
  position: absolute;
  top: 1.875em;
  right: 0;
  width: 1.25em;
  height: 1.25em;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

[class*="__close"]:before,
[class*="__close"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5em;
  margin-top: -1px;
  margin-left: -0.75em;
  content: '';
  height: 2px;
  background-color: #484848;
}

[class*="__close"]:after {
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
}

[class*="__close"]:before {
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
}

[class*="__close"][class*="__close--invert"]:before,
[class*="__close"][class*="__close--invert"]:after {
  background-color: #fff;
}

[class*="__close"]:hover {
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
}

[class*="__close"]:hover:after {
  opacity: 0;
}

[class*="__columns"] {
  padding-top: 2.5em;
}

[class*="__columns"] [class*="__cell"] {
  position: relative;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

[class*="__columns"] [class*="__cell"]:before {
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #dbdbdb;
  content: '';
  width: 100%;
}

@media screen and (min-width: 53.125em) {
  [class*="__columns"] [class*="__cell"]:before {
    width: 200%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="__columns"] [class*="__cell"]:nth-child(odd) {
    padding-right: 1.25em;
  }
}

[class*="__columns"] [class*="__cell"]:nth-child(odd):before {
  left: 0;
}

@media screen and (min-width: 53.125em) {
  [class*="__columns"] [class*="__cell"]:nth-child(even) {
    padding-left: 1.25em;
  }
}

[class*="__columns"] [class*="__cell"]:nth-child(even):before {
  right: 0;
}

[class*="__columns"] h2,
[class*="__columns"] h3,
[class*="__columns"] h4,
[class*="__columns"] h5,
[class*="__columns"] h6 {
  color: #60d6d7;
  font-size: 1.5em;
  margin-bottom: 10px;
  font-weight: 900;
}

[class*="--grid"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[class*="--grid-jcsb"] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[class*="--grid-jcfs"] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

[class*="--grid-jcfe"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

[class*="--grid-jcc"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[class*="--grid-jcsa"] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

[class*="--grid-start"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

[class*="--grid-end"] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

[class*="--grid-center"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

[class*="--grid-nowrap"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}

[class*="__cell"],
[class*="--cell"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 53.125em) {
  [class*="-s1"] {
    width: 8.33333%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="-s2"] {
    width: 16.66667%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="-s3"] {
    width: 25%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="-s4"] {
    width: 33.33333%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="-s5"] {
    width: 41.66667%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="-s6"] {
    width: 50%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="-s7"] {
    width: 58.33333%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="-s8"] {
    width: 66.66667%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="-s9"] {
    width: 75%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="-s10"] {
    width: 83.33333%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="-s11"] {
    width: 91.66667%;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="-s12"] {
    width: 100%;
  }
}

[class*="shrink"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 40em) {
  [class*="shrink"] {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="shrink"] {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

[class*="shrink-left-only"] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 53.125em) {
  [class*="shrink-left-only"] {
    padding-left: 2.5em;
    padding-right: 0;
  }
}

[class*="shrink-right-only"] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 53.125em) {
  [class*="shrink-right-only"] {
    padding-left: 0;
    padding-right: 2.5em;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="shrink-double"] {
    padding-left: 5em;
    padding-right: 5em;
  }
}

[class*="shrink-right-half"] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 53.125em) {
  [class*="shrink-right-half"] {
    padding-left: 0;
    padding-right: 1.25em;
  }
}

[class*="shrink-left-half"] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 53.125em) {
  [class*="shrink-left-half"] {
    padding-left: 1.25em;
    padding-right: 0;
  }
}

[class*="shrink-right-double"] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 53.125em) {
  [class*="shrink-right-double"] {
    padding-left: 0;
    padding-right: 5em;
  }
}

[class*="shrink-left-double"] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 53.125em) {
  [class*="shrink-left-double"] {
    padding-right: 0;
    padding-left: 5em;
  }
}

@media screen and (min-width: 69.375em) {
  [class*="shrink-fw"] {
    padding-left: calc((100vw - 1110px) / 2);
    padding-right: calc((100vw - 1110px) / 2);
  }
}

@media screen and (min-width: 69.375em) {
  [class*="shrink-fw-right"] {
    padding-left: 2.5em;
    padding-right: calc((100vw - 1110px) / 2);
  }
}

@media screen and (min-width: 69.375em) {
  [class*="shrink-fw-left"] {
    padding-right: 2.5em;
    padding-left: calc((100vw - 1110px) / 2);
  }
}

.search-results__rating,
.single-strutture .strutture__vote--mobile,
.review__rating {
  font-size: 1.25em;
  min-width: 2.5em;
  padding: .5em;
  border-radius: 2.5px;
  border: 1px solid #cceeff;
  color: #60d6d7;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

@font-face {
  font-family: 'Circular Std';
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black.eot);
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black.eot) format("embedded-opentype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black.woff2) format("woff2"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black.woff) format("woff"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black.ttf) format("truetype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black.svg) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BlackItalic.eot);
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BlackItalic.eot) format("embedded-opentype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BlackItalic.woff2) format("woff2"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BlackItalic.woff) format("woff"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BlackItalic.ttf) format("truetype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BlackItalic.svg) format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std';
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-MediumItalic.eot);
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-MediumItalic.eot) format("embedded-opentype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-MediumItalic.woff2) format("woff2"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-MediumItalic.woff) format("woff"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-MediumItalic.ttf) format("truetype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-MediumItalic.svg) format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std';
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BoldItalic.eot);
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BoldItalic.eot) format("embedded-opentype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BoldItalic.woff2) format("woff2"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BoldItalic.woff) format("woff"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BoldItalic.ttf) format("truetype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BoldItalic.svg) format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std';
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Bold.eot);
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Bold.eot) format("embedded-opentype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Bold.woff2) format("woff2"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Bold.woff) format("woff"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Bold.ttf) format("truetype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Book.eot);
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Book.eot) format("embedded-opentype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Book.woff2) format("woff2"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Book.woff) format("woff"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Book.ttf) format("truetype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Book.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Medium.eot);
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Medium.eot) format("embedded-opentype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Medium.woff2) format("woff2"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Medium.woff) format("woff"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Medium.ttf) format("truetype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Medium.svg) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BookItalic.eot);
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BookItalic.eot) format("embedded-opentype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BookItalic.woff2) format("woff2"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BookItalic.woff) format("woff"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BookItalic.ttf) format("truetype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-BookItalic.svg) format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std';
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black_1.eot);
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black_1.eot) format("embedded-opentype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black_1.woff2) format("woff2"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black_1.woff) format("woff"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black_1.ttf) format("truetype"), url(/app/themes/hotel-ischia-theme/dist/fonts/circular-std/CircularStd-Black_1.svg) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "hi-icon";
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/icons/hi-icon.eot);
  /* IE9 Compat Modes */
  src: url(/app/themes/hotel-ischia-theme/dist/fonts/icons/hi-icon.eot) format("embedded-opentype"), url(/app/themes/hotel-ischia-theme/dist/fonts/icons/hi-icon.woff) format("woff"), url(/app/themes/hotel-ischia-theme/dist/fonts/icons/hi-icon.ttf) format("truetype"), url(/app/themes/hotel-ischia-theme/dist/fonts/icons/hi-icon.svg) format("svg");
  /* Legacy iOS */
}

[class^="icon"],
.contact__form [class*="__select"]:after,
.single-strutture .strutture__form [class*="__select"]:after,
.search__time:after,
.single-strutture .strutture__directions .strutture__select:after,
[class*=" icon"] {
  font-family: "hi-icon";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aereo:before {
  content: "\EA01";
}

.icon-animali-ammessi:before {
  content: "\EA02";
}

.icon-aria-condizionata:before {
  content: "\EA03";
}

.icon-arrow-left:before {
  content: "\EA04";
}

.icon-arrow-right:before {
  content: "\EA05";
}

.icon-ascensore:before {
  content: "\EA06";
}

.icon-assistenza:before {
  content: "\EA07";
}

.icon-bagaglio:before {
  content: "\EA08";
}

.icon-bagno-turco:before {
  content: "\EA09";
}

.icon-bar:before {
  content: "\EA0A";
}

.icon-bed:before {
  content: "\EA0B";
}

.icon-biglietto-per-parco-termale:before {
  content: "\EA0C";
}

.icon-calendar:before {
  content: "\EA0D";
}

.icon-camere-famigliari:before {
  content: "\EA0E";
}

.icon-camere-fumatori:before {
  content: "\EA0F";
}

.icon-camere-insonorizzate:before {
  content: "\EA10";
}

.icon-camere-vip:before {
  content: "\EA11";
}

.icon-campo-tennis:before {
  content: "\EA12";
}

.icon-carta-di-credito:before {
  content: "\EA13";
}

.icon-cassetta-di-sicurezza:before {
  content: "\EA14";
}

.icon-centro-fitness-pagamento:before {
  content: "\EA15";
}

.icon-centro-fitness:before {
  content: "\EA16";
}

.icon-centro-termale:before {
  content: "\EA17";
}

.icon-checkin-checkout-rapidi:before {
  content: "\EA18";
}

.icon-deposito-bagagli:before {
  content: "\EA19";
}

.icon-facebook:before {
  content: "\EA1A";
}

.icon-giardino:before {
  content: "\EA1B";
}

.icon-gift:before {
  content: "\EA1C";
}

.icon-google:before {
  content: "\EA1D";
}

.icon-instagram:before {
  content: "\EA1E";
}

.icon-linkedin:before {
  content: "\EA1F";
}

.icon-macchina:before {
  content: "\EA20";
}

.icon-mail:before {
  content: "\EA21";
}

.icon-mappa:before {
  content: "\EA22";
}

.icon-menu-speciali-su-richiesta:before {
  content: "\EA23";
}

.icon-mobile:before {
  content: "\EA24";
}

.icon-nave:before {
  content: "\EA25";
}

.icon-parcheggio-privato:before {
  content: "\EA26";
}

.icon-parco-giochi:before {
  content: "\EA27";
}

.icon-pdf:before {
  content: "\EA28";
}

.icon-phone:before {
  content: "\EA29";
}

.icon-piano-bar:before {
  content: "\EA2A";
}

.icon-ping-pong:before {
  content: "\EA2B";
}

.icon-pinterest:before {
  content: "\EA2C";
}

.icon-piscina:before {
  content: "\EA2D";
}

.icon-play:before {
  content: "\EA2E";
}

.icon-pointer:before {
  content: "\EA2F";
}

.icon-postazione-internet-pagamento:before {
  content: "\EA30";
}

.icon-pranzo-al-sacco:before {
  content: "\EA31";
}

.icon-print:before {
  content: "\EA32";
}

.icon-reception-24h:before {
  content: "\EA33";
}

.icon-riscaldamento:before {
  content: "\EA34";
}

.icon-ristorante-per-celiaci:before {
  content: "\EA35";
}

.icon-ristorante:before {
  content: "\EA36";
}

.icon-salvagente:before {
  content: "\EA37";
}

.icon-select:before,
.contact__form [class*="__select"]:after,
.single-strutture .strutture__form [class*="__select"]:after,
.search__time:after,
.single-strutture .strutture__directions .strutture__select:after {
  content: "\EA38";
}

.icon-separator:before {
  content: "\EA39";
}

.icon-seperator:before {
  content: "\EA3A";
}

.icon-servizio-babysitting:before {
  content: "\EA3B";
}

.icon-servizio-in-camera-pagamento:before {
  content: "\EA3C";
}

.icon-servizio-lavanderia-pagamento:before {
  content: "\EA3D";
}

.icon-servizio-navetta:before {
  content: "\EA3E";
}

.icon-servizio-stireria:before {
  content: "\EA3F";
}

.icon-solarium:before {
  content: "\EA40";
}

.icon-spa-centro-benessere:before {
  content: "\EA41";
}

.icon-spiaggia-a-pagamento:before {
  content: "\EA42";
}

.icon-spiaggia-gratuita:before {
  content: "\EA43";
}

.icon-star:before {
  content: "\EA44";
}

.icon-suite-nuziale:before {
  content: "\EA45";
}

.icon-terrazza:before {
  content: "\EA46";
}

.icon-twitter:before {
  content: "\EA47";
}

.icon-vasca-idromassaggio:before {
  content: "\EA48";
}

.icon-wifi:before {
  content: "\EA49";
}

.icon-youtube:before {
  content: "\EA4A";
}

.blocks__label,
.items__label,
.window__more,
.recommended__more,
.recommended__label,
.video__more,
.video__label,
.tab__more,
.tab__label,
.tab .strutture__more,
[data-carousel] .strutture__more,
.tab .type-page__more,
[data-carousel] .type-page__more,
.tab .type-post__more,
[data-carousel] .type-post__more,
.offers__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.window__more,
.tab__more,
.tab .strutture__more,
[data-carousel] .strutture__more,
.tab .type-page__more,
[data-carousel] .type-page__more,
.tab .type-post__more,
[data-carousel] .type-post__more,
.reviews__open,
.blog .type-post__more,
.posts .type-post__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.window__more i,
.tab__more i,
.tab .strutture__more i,
[data-carousel] .strutture__more i,
.tab .type-page__more i,
[data-carousel] .type-page__more i,
.tab .type-post__more i,
[data-carousel] .type-post__more i,
.reviews__open i,
.blog .type-post__more i,
.posts .type-post__more i {
  font-size: 10px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

.window__more:hover,
.tab__more:hover,
.tab .strutture__more:hover,
[data-carousel] .strutture__more:hover,
.tab .type-page__more:hover,
[data-carousel] .type-page__more:hover,
.tab .type-post__more:hover,
[data-carousel] .type-post__more:hover,
.reviews__open:hover,
.blog .type-post__more:hover,
.posts .type-post__more:hover {
  color: #484848;
}

.window__more:hover i,
.tab__more:hover i,
.tab .strutture__more:hover i,
[data-carousel] .strutture__more:hover i,
.tab .type-page__more:hover i,
[data-carousel] .type-page__more:hover i,
.tab .type-post__more:hover i,
[data-carousel] .type-post__more:hover i,
.reviews__open:hover i,
.blog .type-post__more:hover i,
.posts .type-post__more:hover i {
  color: #60d6d7;
  -webkit-transform: translate3d(2px, 0, 0);
          transform: translate3d(2px, 0, 0);
}

.recommended__header--items .recommended__title,
.video__header--items .video__title,
.tab__title--medium,
.tab__header--items .tab__title {
  padding-top: 0.44118em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 53.125em) {
  .recommended__header--items .recommended__title,
  .video__header--items .video__title,
  .tab__title--medium,
  .tab__header--items .tab__title {
    padding-top: 0.75em;
  }
}

.video__intro {
	padding-bottom: 1.25em;
}

.items__text p,
.recommended__intro p,
.video__intro p,
.tab__intro p {
  color: #8c8e8f;
  font-size: 0.875em;
  line-height: 171.42857%;
}

[class*="__pagination"] .prev,
[class*="__pagination"] .next,
[data-carousel] .swiper-container > i,
.gallery__main > i {
  font-size: 7px;
  width: 4.28571em;
  height: 4.28571em;
  line-height: 4.28571em;
  background-color: #F9C600;
  -webkit-box-shadow: 0 5px 1.5625em rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 1.5625em rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.5s, opacity 0.5s;
  -o-transition: background-color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, opacity 0.5s;
  cursor: pointer;
  border-radius: 100%;
  text-align: center;
  position: absolute;
}

.search-results__help,
.single-strutture .strutture__help {
  text-align: center;
}

.search-results__help h4,
.single-strutture .strutture__help h4 {
  font-size: 10px;
  line-height: 150%;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
}

.search-results__help a,
.single-strutture .strutture__help a {
  font-size: 1.375em;
  margin-top: 0.90909em;
}

.search-results__show {
  margin: 1.25em auto 0;
  color: #60d6d7;
  font-size: 0.9375em;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-results__show i {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  font-size: 5px;
  margin-left: 10px;
}

.search-results__checks--services {
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  max-height: 18.75em;
  overflow: hidden;
  position: relative;
}

.search-results__checks--services:after {
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  height: 3.125em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 248, 250, 0)), to(#f6f8fa));
  background: -webkit-linear-gradient(top, rgba(246, 248, 250, 0), #f6f8fa);
  background: -o-linear-gradient(top, rgba(246, 248, 250, 0), #f6f8fa);
  background: linear-gradient(to bottom, rgba(246, 248, 250, 0), #f6f8fa);
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  position: absolute;
}

.blocks__item--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.blocks__item--cell-s6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 53.125em) {
  .blocks .blocks__item--cell-s6:nth-child(odd) {
    padding-right: 1.25em;
  }

  .blocks .blocks__item--cell-s6:nth-child(even) {
    padding-left: 1.25em;
  }
}

@media screen and (min-width: 53.125em) {
  .blocks__item--cell-s12.blocks__item--full .blocks__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blocks .blocks__item--cell-s12.blocks__item--full:nth-child(odd):not(.blocks__item--aligncenter) .blocks__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .blocks .blocks__item--cell-s12.blocks__item--full:nth-child(odd):not(.blocks__item--aligncenter) .blocks__content:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.35)), color-stop(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  }

  .blocks__item--cell-s12.blocks__item--full .blocks__content:not(.blocks__content--current) .blocks__inner {
    width: 50%;
  }

  .blocks__item--cell-s12.blocks__item--full.blocks__item--aligncenter .blocks__content:not(.blocks__content--current) .blocks__inner {
    width: 100%;
  }
}

.blocks__heading {
  background-repeat: repeat-x !important;
  background-position: left -12px !important;
  -webkit-transition: background-position 0.5s;
  -o-transition: background-position 0.5s;
  transition: background-position 0.5s;
}

.blocks__content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.blocks__content--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.blocks__content--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .blocks__content--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.blocks__content--grow-lg {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .blocks__content--grow-lg {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.blocks__content:before,
.blocks__content:after {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  content: '';
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 0;
  border-radius: 5px;
}

.blocks__content:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.35)), color-stop(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.blocks__content:after {
  background-color: #000;
  opacity: 0;
}

.blocks__content:hover:not(.blocks__content--current) {
  color: #fff;
}

.blocks__content:hover:not(.blocks__content--current):before {
  opacity: 0;
}

.blocks__content:hover:not(.blocks__content--current):after {
  opacity: .45;
}

.blocks__content:hover:not(.blocks__content--current) .blocks__button {
  background-color: #60d6d7;
  color: #fff;
}

.blocks__content:hover:not(.blocks__content--current) .blocks__heading {
  background-position: 50px -12px !important;
}

.blocks__item--cell-s6 .blocks__content {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.blocks__content--current {
  color: #484848;
}

.blocks__content--current:before {
  background: rgba(255, 255, 255, 0.8);
}

.blocks__inner {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.blocks__title {
  display: block;
}

.blocks__content:not(.blocks__content--current) .blocks__title {
  padding-bottom: 1em;
}

.blocks__content--current .blocks__title {
  padding-top: .25em;
}

.blocks__heading {
  margin-left: 0;
}

.blocks__item--aligncenter .blocks__heading {
  margin-left: auto;
}

.blocks__excerpt--grow-md-bottom {
  padding-bottom: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .blocks__excerpt--grow-md-bottom {
    padding-bottom: 2.5em;
  }
}

.blocks__excerpt div {
  font-size: 1.125em;
  line-height: 144.44444%;
}

[class*="__button"],
[class*="--button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25em 1.875em;
  background-color: #F9C600;
  color: #484848;
  border: 0;
  cursor: pointer;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

[class*="__button"] > span,
[class*="--button"] > span {
  font-size: 0.9375em;
  font-weight: bold;
}

:hover:not(:disabled)[class*="__button"],
:hover:not(:disabled)[class*="--button"] {
  color: #fff;
  background-color: #60d6d7;
}

:hover:not(:disabled)[class*="__button"] .icon-arrow-right,
:hover:not(:disabled)[class*="--button"] .icon-arrow-right {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

:disabled[class*="__button"],
:disabled[class*="--button"] {
  opacity: .5;
  cursor: not-allowed;
}

[class*="--invert"][class*="__button"],
[class*="--invert"][class*="--button"] {
  color: #fff;
  background-color: #60d6d7;
}

[class*="--invert"]:hover[class*="__button"],
[class*="--invert"]:hover[class*="--button"] {
  background-color: #F9C600;
  color: #484848;
}

[class*="--clear"][class*="__button"],
[class*="--clear"][class*="--button"] {
  color: #60d6d7;
  background-color: #fff;
}

[class*="--clear"]:hover[class*="__button"],
[class*="--clear"]:hover[class*="--button"] {
  background-color: #F9C600;
  color: #484848;
}

[class*="-radius"][class*="__button"],
[class*="-radius"][class*="--button"] {
  border-radius: 2.5px;
}

[class*="-miw"][class*="__button"],
[class*="-miw"][class*="--button"] {
  min-width: 11.25em;
}

[class*="-mt"][class*="__button"],
[class*="-mt"][class*="--button"] {
  margin-top: 1.25em;
}

@media screen and (min-width: 53.125em) {
  [class*="-mt"][class*="__button"],
  [class*="-mt"][class*="--button"] {
    margin-top: 2.5em;
  }
}

[class*="__button"] i,
[class*="--button"] i {
  font-weight: normal;
}

[class*="__button"] [class*="icon-arrow"],
[class*="--button"] [class*="icon-arrow"] {
  font-size: 10px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

.daterangepicker {
  border-radius: 0;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 0;
  color: #484848;
  text-transform: lowercase;
}

.daterangepicker:before,
.daterangepicker:after {
  display: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: #60d6d7;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none !important;
  user-select: none !important;
}

.daterangepicker .calendar-table td.off,
.daterangepicker .calendar-table th.off {
  color: #8c8e8f;
}

.daterangepicker .calendar-table td.in-range,
.daterangepicker .calendar-table th.in-range {
  background-color: #60d6d7;
  color: #fff;
}

.daterangepicker .calendar-table td.today,
.daterangepicker .calendar-table th.today {
  background-color: #fff;
  color: #60d6d7;
}

.daterangepicker .calendar-table td.start-date:not(.disabled),
.daterangepicker .calendar-table td.end-date:not(.disabled),
.daterangepicker .calendar-table th.start-date:not(.disabled),
.daterangepicker .calendar-table th.end-date:not(.disabled) {
  border-radius: 0;
  background-color: #F9C600;
  color: #484848;
}

.daterangepicker .calendar-table td.start-date.today,
.daterangepicker .calendar-table td.end-date.today,
.daterangepicker .calendar-table th.start-date.today,
.daterangepicker .calendar-table th.end-date.today {
  color: #484848;
}

body:not(.mobile) .daterangepicker .single .calendar-table td.end-date:not(.start-date) {
  background-color: #fff !important;
}

body:not(.mobile) .daterangepicker.single:not(.applied) .single .calendar-table td.end-date:not(.disabled),
body:not(.mobile) .daterangepicker.single:not(.applied) .single .calendar-table td.start-date:not(.disabled) {
  background-color: #fff !important;
}

body:not(.mobile) .daterangepicker.single:not(.applied) .single .calendar-table td.end-date.today,
body:not(.mobile) .daterangepicker.single:not(.applied) .single .calendar-table td.start-date.today {
  color: #60d6d7;
}

#reservationform .daterangepicker .calendar-table td.start-date.end-date,
#reservationform .daterangepicker .calendar-table th.start-date.end-date {
  border-radius: 0;
  background-color: #F9C600;
  color: #484848;
}

#reservationform .daterangepicker .calendar-table td.start-date.end-date.today,
#reservationform .daterangepicker .calendar-table th.start-date.end-date.today {
  color: #484848;
}

.mobile-picker {
  padding-top: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  visibility: hidden;
  opacity: 0;
  width: 100%;
  z-index: 999999;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  display: none;
}

.mobile .mobile-picker {
  display: block;
}

.mobile-picker--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0, opacity 0.5s;
  -o-transition: visibility 0, opacity 0.5s;
  transition: visibility 0, opacity 0.5s;
}

.mobile-picker__close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.mobile-picker__close:before,
.mobile-picker__close:after {
  display: none;
}

.mobile-picker__close i {
  width: 20px;
  margin-left: 20px;
  position: relative;
  height: 20px;
}

.mobile-picker__close i:before,
.mobile-picker__close i:after {
  top: 50%;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: white;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  content: '';
}

.mobile-picker__close i:before {
  -webkit-transform: translateZ(0) rotate(45deg);
          transform: translateZ(0) rotate(45deg);
}

.mobile-picker__close i:after {
  -webkit-transform: translateZ(0) rotate(-45deg);
          transform: translateZ(0) rotate(-45deg);
}

.mobile-picker__close:hover i:before,
.mobile-picker__close:hover i:after {
  -webkit-transform: translateZ(0) rotate(0deg);
          transform: translateZ(0) rotate(0deg);
}

.mobile-picker .daterangepicker {
  width: 100%;
  max-height: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 60px;
}

.mobile-picker .daterangepicker .ranges {
  display: none;
}

.mobile-picker .daterangepicker h4 {
  text-align: center;
  color: #60d6d7;
  text-transform: none;
  margin-bottom: 10px;
}

.mobile-picker .daterangepicker .drp-calendar {
  width: 100%;
  max-width: 100% !important;
  float: none;
  padding: 8px !important;
}

.mobile .mobile-picker .daterangepicker .drp-calendar:hover {
  background-color: inherit !important;
  color: inherit !important;
}

.mobile-picker .daterangepicker .drp-calendar td,
.mobile-picker .daterangepicker .drp-calendar th {
  font-size: 1em;
}

.mobile-picker .daterangepicker .drp-calendar th.next,
.mobile-picker .daterangepicker .drp-calendar th.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-picker .daterangepicker .drp-calendar th.next span,
.mobile-picker .daterangepicker .drp-calendar th.prev span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 14px !important;
  width: 14px !important;
}

.mobile-picker .daterangepicker .drp-calendar th.next {
  right: 7px;
}

.mobile-picker .daterangepicker .drp-calendar th.prev {
  left: 7px;
}

.mobile-picker .daterangepicker .drp-calendar td.today {
  background-color: #fff;
  color: #60d6d7;
}

.mobile-picker .daterangepicker .drp-calendar td.start-date,
.mobile-picker .daterangepicker .drp-calendar td.end-date,
.mobile-picker .daterangepicker .drp-calendar td.start-date.end-date {
  border-radius: 0;
  background-color: #F9C600;
  color: #484848;
}

.mobile-picker .daterangepicker .drp-calendar td.start-date.today,
.mobile-picker .daterangepicker .drp-calendar td.end-date.today,
.mobile-picker .daterangepicker .drp-calendar td.start-date.end-date.today {
  color: #484848;
}

.mobile-picker .daterangepicker .drp-buttons {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  display: block !important;
  text-align: center !important;
}

.mobile-picker .daterangepicker .drp-buttons .cancelBtn {
  display: none;
}

.mobile-picker .daterangepicker .drp-buttons .applyBtn {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  float: none;
  border-radius: 0;
  background-color: #60d6d7;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 auto;
}

.divider {
  border: 0;
  background-color: transparent;
  margin: 0;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.section--grid-invert .divider {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.divider:not(.divider--handheld) {
  display: none;
}

@media screen and (min-width: 53.125em) {
  .divider {
    display: block;
  }

  .divider:not(.divider--handheld) {
    display: block;
  }
}

.divider--small {
  height: 2.5em;
}

.divider--md {
  height: 5em;
}

.divider--lg {
  height: 5em;
}

@media screen and (min-width: 63.75em) {
  .divider--lg {
    height: 10em;
  }
}

.search__dropdown,
.search-results__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.search__choice,
.search-results__choice {
  background-color: #fff;
  cursor: pointer;
  font-size: 0.9375em;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  font-weight: bold;
  padding: 0.66667em 1.33333em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search__choice:before,
.search-results__choice:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: width 0.5s, margin-right 0.5s;
  -o-transition: width 0.5s, margin-right 0.5s;
  transition: width 0.5s, margin-right 0.5s;
  height: 2px;
  background-color: #60d6d7;
  width: 0;
  content: '';
}

.search__choice:hover,
.search-results__choice:hover {
  background-color: #cceeff;
}

.search__choice a,
.search-results__choice a {
  color: #484848;
}

.search__choice a:hover,
.search-results__choice a:hover {
  color: #60d6d7;
}

.search__choice [class*="__stars"],
.search-results__choice [class*="__stars"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0 !important;
}

.search__choice--active,
.search-results__choice--active {
  background-color: #cceeff;
}

.search__choice--active:before,
.search-results__choice--active:before {
  width: 0.66667em;
  margin-right: 5px;
}

.search__item,
.search-results__tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: 2.5px 0 2.5px 0;
}

@media screen and (min-width: 40em) {
  .search__item,
  .search-results__tool {
    margin-left: 2.5px;
    margin-right: 2.5px;
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 53.125em) {
  .search__item,
  .search-results__tool {
    width: auto;
  }
}

.search__item--active,
.search-results__tool--active {
  z-index: 2;
}

.search-results__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375em;
  margin: 0.66667em 0;
  color: #484848;
}

.search-results__checkbox:hover {
  color: #60d6d7;
}

.search-results__checkbox:before {
  content: '';
  border-radius: 2px;
  width: 12px;
  height: 12px;
  border: 1px solid #60d6d7;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  background-color: #fff;
  margin-right: 0.625em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea,
input[type="date"] {
  border-radius: 2.5px;
  color: #484848;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #dbdbdb;
  -webkit-transition: border-colo 0.5s, -webkit-box-shadow 0.5s;
  transition: border-colo 0.5s, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-colo 0.5s;
  transition: box-shadow 0.5s, border-colo 0.5s;
  transition: box-shadow 0.5s, border-colo 0.5s, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
}

input:focus[type="text"],
input:focus[type="email"],
input:focus[type="tel"],
select:focus,
textarea:focus,
input:focus[type="date"] {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-color: #f1f1f1;
}

input:focus[type="text"],
input:focus[type="email"],
input:focus[type="tel"],
select:focus,
textarea:focus,
input:focus[type="date"],
input:hover[type="text"],
input:hover[type="email"],
input:hover[type="tel"],
select:hover,
textarea:hover,
input:hover[type="date"] {
  outline: none !important;
  font-size: 15px !important;
}

@media screen and (min-width: 53.125em) {
  input:focus[type="text"],
  input:focus[type="email"],
  input:focus[type="tel"],
  select:focus,
  textarea:focus,
  input:focus[type="date"],
  input:hover[type="text"],
  input:hover[type="email"],
  input:hover[type="tel"],
  select:hover,
  textarea:hover,
  input:hover[type="date"] {
    font-size: 14px !important;
  }
}

input.error[type="text"],
input.error[type="email"],
input.error[type="tel"],
select.error,
textarea.error,
input.error[type="date"] {
  border-color: red;
  color: red;
}

@media screen and (min-width: 53.125em) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea,
  input[type="date"] {
    font-size: 14px;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
input[type="date"] {
  height: 30px;
}

textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"] + label[for] {
  position: relative;
  font-size: 12px;
  color: #8c8e8f;
  text-transform: none;
  padding-left: 2em;
  padding-bottom: 0;
  letter-spacing: 0;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

input[type="checkbox"] + label[for]:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  content: '';
  border-radius: 2px;
  width: 12px;
  height: 12px;
  border: 1px solid #60d6d7;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  background-color: #fff;
  margin-right: 0.625em;
}

input[type="checkbox"]:checked + label[for]:before {
  background-color: #60d6d7;
}

input[type="checkbox"].error:not(:checked) + label[for] {
  color: red;
}

input[type="checkbox"].error:not(:checked) + label[for]:before {
  border-color: red;
}

label {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
}

label > span {
  color: #60d6d7;
}

label > .error-text {
  color: red;
  font-size: 11px;
  text-transform: none;
  font-style: italic;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0;
}

input[type="checkbox"].valid + label > .error-text {
  display: none;
}

.contact__form [class*="__select"],
.single-strutture .strutture__form [class*="__select"],
.search__time,
.single-strutture .strutture__directions .strutture__select {
  position: relative;
}

.contact__form [class*="__select"]:after,
.single-strutture .strutture__form [class*="__select"]:after,
.search__time:after,
.single-strutture .strutture__directions .strutture__select:after {
  z-index: 2;
  color: #60d6d7;
  position: absolute;
  font-size: 5px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.contact__form [class*="__field"],
.single-strutture .strutture__form [class*="__field"] {
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .contact__form [class*="__field"][class*="__field--cell-s6"]:not([class*="--even"]),
  .single-strutture .strutture__form [class*="__field"][class*="__field--cell-s6"]:not([class*="--even"]) {
    padding-right: 1.25em;
  }

  .contact__form [class*="__field"][class*="__field--cell-s6"][class*="--even"],
  .single-strutture .strutture__form [class*="__field"][class*="__field--cell-s6"][class*="--even"] {
    padding-left: 1.25em;
  }
}

.contact__form [class*="__field"][class*="--room"],
.single-strutture .strutture__form [class*="__field"][class*="--room"] {
  display: none;
}

.contact__form [class*="__field"][class*="--room"][class*="--room-active"],
.single-strutture .strutture__form [class*="__field"][class*="--room"][class*="--room-active"] {
  display: block;
}

.contact__form [class*="__field-date--mobile"],
.single-strutture .strutture__form [class*="__field-date--mobile"] {
  display: none;
}

.contact__form [class*="__room"] [class*="__select"],
.single-strutture .strutture__form [class*="__room"] [class*="__select"],
.contact__form [class*="__age"] [class*="__select"],
.single-strutture .strutture__form [class*="__age"] [class*="__select"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact__form [class*="__room"] [class*="__select"]:nth-child(2),
.single-strutture .strutture__form [class*="__room"] [class*="__select"]:nth-child(2) {
  padding-right: 6px;
}

.contact__form [class*="__room"] [class*="__select"]:nth-child(2):after,
.single-strutture .strutture__form [class*="__room"] [class*="__select"]:nth-child(2):after {
  right: 16px;
}

.contact__form [class*="__room"] [class*="__select"]:nth-child(3),
.single-strutture .strutture__form [class*="__room"] [class*="__select"]:nth-child(3) {
  padding-left: 6px;
}

.contact__form [class*="__age"],
.single-strutture .strutture__form [class*="__age"] {
  padding-top: 1.25em;
  display: none;
}

.contact__form [class*="__age"][class*="__age--grid"],
.single-strutture .strutture__form [class*="__age"][class*="__age--grid"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.contact__form [class*="__age"] [class*="__select"]:nth-child(2),
.single-strutture .strutture__form [class*="__age"] [class*="__select"]:nth-child(2) {
  padding-right: 8px;
}

.contact__form [class*="__age"] [class*="__select"]:nth-child(2):after,
.single-strutture .strutture__form [class*="__age"] [class*="__select"]:nth-child(2):after {
  right: 18px;
}

.contact__form [class*="__age"] [class*="__select"]:nth-child(3),
.single-strutture .strutture__form [class*="__age"] [class*="__select"]:nth-child(3) {
  padding-right: 4px;
  padding-left: 4px;
}

.contact__form [class*="__age"] [class*="__select"]:nth-child(3):after,
.single-strutture .strutture__form [class*="__age"] [class*="__select"]:nth-child(3):after {
  right: 14px;
}

.contact__form [class*="__age"] [class*="__select"]:nth-child(4),
.single-strutture .strutture__form [class*="__age"] [class*="__select"]:nth-child(4) {
  padding-right: 4px;
  padding-left: 4px;
}

.contact__form [class*="__age"] [class*="__select"]:nth-child(4):after,
.single-strutture .strutture__form [class*="__age"] [class*="__select"]:nth-child(4):after {
  right: 14px;
}

.contact__form [class*="__age"] [class*="__select"]:nth-child(5),
.single-strutture .strutture__form [class*="__age"] [class*="__select"]:nth-child(5) {
  padding-left: 8px;
}

.search {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.search select {
  display: none;
}

.search__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 2.5px 0 2.5px 0;
}

@media screen and (min-width: 40em) {
  .search__button {
    margin-left: 2.5px;
    margin-right: 2.5px;
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 53.125em) {
  .search__button {
    width: auto;
  }
}

.search__item {
  background-color: #fff;
  -webkit-transition: border-bottom-color 0.5s;
  -o-transition: border-bottom-color 0.5s;
  transition: border-bottom-color 0.5s;
  padding: 1.25em 0.625em;
}

.search__item:after {
  z-index: 3;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.search__item > i {
  font-size: 1.125em;
  margin-right: 0.83333em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 53.125em) {
  .search__item {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.25em;
  }

  .search__item--date {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    overflow: hidden;
  }
}

.search__item--date {
  padding: 0 !important;
  cursor: auto !important;
}

@media screen and (min-width: 53.125em) {
  .strutture__aside .search__item--date {
    padding-right: 15px !important;
  }
}

.search__item--date i {
  margin-left: 10px;
}

@media screen and (min-width: 53.125em) {
  .search__item--date i {
    margin-left: 20px;
  }
}

.search__item--active:after {
  background-color: #60d6d7;
}

.search__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search__end {
  color: #8c8e8f;
}

.search__value {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375em;
  font-weight: bold;
}

.mobile .search__item--date .search__value {
  display: none;
}

.search__start,
.search__end {
  cursor: pointer;
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 1.25em;
  position: relative;
}

@media screen and (min-width: 53.125em) {
  .search__start:before,
  .search__end:before {
    content: '';
    position: absolute;
    left: 0;
    height: 1000%;
    top: 50%;
    width: 1px;
    background-color: #dbdbdb;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  .strutture__aside .search__start:before,
  .strutture__aside .search__end:before {
    background-color: #f6f8fa;
  }
}

.search__dropdown {
  width: 100%;
}

.search__item--bottom .search__dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 5px;
}

.search__choice .icon-star {
  font-size: 9px;
}

.search__close {
  right: 0;
  margin: 0 15px 0 10px;
  width: 10px;
  height: 10px;
  display: none;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.search__close:hover {
  -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
          transform: rotate(45deg) translate3d(0, -50%, 0);
}

.search__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px;
  position: relative;
}

body:not(.mobile) .search__date {
  display: none;
}

.search__date strong {
  display: inline-block;
  margin-bottom: 5px;
}

.search__date input {
  font-weight: bold;
  text-transform: capitalize;
}

.search__date strong {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.search__date:after {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  content: '';
  z-index: 1;
}

.search__time {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mobile .search__time {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

[class*="__input-date"][class*="__input-date--mobile"] {
  display: none;
}

.mobile [class*="__input-date"] {
  display: none;
}

.mobile [class*="__input-date"][class*="__input-date--mobile"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mobile [class*="__datefields"] {
  position: relative;
}

.mobile [class*="__datefields"]:after {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  content: '';
  z-index: 1;
}

.mobile #reservationform [data-date] {
  position: relative;
}

.mobile #reservationform [data-date]:after {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  content: '';
  z-index: 1;
}

.items__cell--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.items__cell--grow-bottom {
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .items__cell {
    padding-left: 1.25em;
  }

  .items__cell--s12 {
    padding-left: 0;
  }
}

.items__cell--white {
  border-top: 1px solid #dbdbdb;
}

.items__cell:not(.items__cell--s12) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items__cell:not(.items__cell--s12) .items__content {
  width: 100%;
}

.items__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items__header > * {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}

@media screen and (min-width: 53.125em) {
  .items__header > * {
    text-align: left;
  }
}

.items__title {
  padding-top: 0.55556em;
}

@media screen and (min-width: 53.125em) {
  .items__title {
    padding-top: .5em;
  }
}

.items__text--grow-top {
  padding-top: 1.25em;
}

.items__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
  padding: 1.25em;
}

.items__content p {
  font-size: 1.125em;
  line-height: 166.66667%;
}

.items__content--cyan {
  color: #484848;
}

.items__cell--link .items__content--yellow {
  color: #484848;
}

.items__cell--link .items__content {
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.items__cell--link:hover .items__content {
  color: #fff;
  background-color: #60d6d7;
}

.items__description {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.items__cell--white .items__description {
  text-align: left;
}

@media screen and (min-width: 53.125em) {
  .items__description {
    width: calc(100% - 12.5em);
  }

  .items__content--odd .items__description,
  .items__cell--white .items__description {
    text-align: left;
    padding-left: 2.5em;
  }

  .items__content--even .items__description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
    padding-right: 2.5em;
  }
}

.items__main {
  text-align: center;
  width: 12.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 53.125em) {
  .items__cell:not(.items__cell--s12) .items__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 53.125em) {
  .items__content--even .items__main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.items__top {
  position: relative;
  margin-bottom: 1.25em;
}

.items__top > i {
  min-width: 110px;
  position: relative;
  text-align: center;
  font-size: 3.75em;
  height: 1em;
}

.items__more {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
          transform: translate3d(-50%, 50%, 0);
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .12em;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  color: #fff !important;
  opacity: 0;
  display: none;
}

.items__more i {
  margin-left: 10px;
}

.items__cell--link:hover .items__more {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0%, 0);
          transform: translate3d(-50%, 0%, 0);
}

.items__paragraph {
  line-height: 166.66667%;
  font-size: 1.125em;
}

[class*="__pagination"] {
  text-align: center;
  position: relative;
  padding-top: 1.25em;
  padding-left: 3.75em;
  padding-right: 3.75em;
  padding-bottom: 1.25em;
  max-width: 830px;
  margin: 0 auto;
}

[class*="__pagination"] a:not(.prev):not(.next),
[class*="__pagination"] span:not(.prev):not(.next) {
  font-weight: bold;
  margin: 0.625em;
  display: inline-block;
}

[class*="__pagination"] span {
  color: #8c8e8f;
}

[class*="__pagination"] a {
  color: #484848;
}

[class*="__pagination"] a:hover {
  color: #60d6d7;
}

[class*="__pagination"] .prev,
[class*="__pagination"] .next {
  top: 50%;
  margin-top: -2.14286em;
}

[class*="__pagination"] .prev:hover,
[class*="__pagination"] .next:hover {
  background-color: #60d6d7;
  color: #fff;
}

[class*="__pagination"] .prev {
  left: 0;
}

[class*="__pagination"] .next {
  right: 0;
}

[class*="__pagination"].search-results__pagination .prev {
  left: 20px;
}

[class*="__pagination"].search-results__pagination .next {
  right: 20px;
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9998;
  background-color: rgba(72, 72, 72, 0.8);
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.popup--visible {
  opacity: 1;
  visibility: visible;
}

.popup__container {
  width: 100%;
  padding-top: 3.75em;
  position: relative;
  margin: auto;
}

.popup__iframe {
  position: relative;
}

.popup__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.popup--visible .popup__iframe iframe {
  display: block;
}

#map_popup .popup__close,
#promo_popup .popup__close {
  right: 10px;
}

@media screen and (min-width: 40em) {
  #map_popup .popup__close,
  #promo_popup .popup__close {
    right: 1.25em;
  }
}

@media screen and (min-width: 53.125em) {
  #map_popup .popup__close,
  #promo_popup .popup__close {
    right: 2.5em;
  }
}

@media screen and (min-width: 69.375em) {
  #map_popup .popup__close,
  #promo_popup .popup__close {
    right: calc((100vw - 1110px) / 2);
  }
}

.popup__address {
  color: #fff;
  padding-right: 40px;
  margin-top: -1.875em;
  padding-bottom: 1.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup__address span,
.popup__address a {
  font-size: 11px;
  font-weight: bold;
}

.popup__address span {
  margin-right: 10px;
}

.popup__address a {
  color: #F9C600;
  margin-left: 10px;
}

.popup__address a:hover {
  color: #fff;
}

.popup__content--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .popup__content--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.popup__text--grow-md-top,
.popup__link--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .popup__text--grow-md-top,
  .popup__link--grow-md-top {
    padding-top: 2.5em;
  }
}

#promo_popup .popup__title {
  color: #60d6d7;
}

.popup__controls {
  position: absolute;
  z-index: 10;
  margin-left: 2.5em;
  margin-right: 2.5em;
  bottom: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 10px;
}

@media screen and (min-width: 40em) {
  .popup__controls {
    left: 1.25em;
  }
}

@media screen and (min-width: 53.125em) {
  .popup__controls {
    left: 2.5em;
  }
}

@media screen and (min-width: 69.375em) {
  .popup__controls {
    left: calc((100vw - 1110px) / 2);
  }
}

.popup__zoom {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #60d6d7;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}

.popup__zoom:hover {
  background-color: #60d6d7;
}

.popup__zoom:before,
.popup__zoom:after {
  height: 2px;
  width: 10px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -1px;
}

.popup__zoom:after {
  content: '';
}

.popup__zoom--in {
  margin-left: 5px;
}

.popup__zoom--in:before {
  content: '';
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
          transform: translate3d(0, 0, 0) rotate(90deg);
}

.map {
  border: 1px solid #fff;
}

.popup .map {
  display: none;
  height: calc(100vh - 8.75em);
}

.strutture__map .map {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}

.popup--visible .map {
  display: block;
}

.overlay {
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  cursor: auto;
}

.window {
  width: 280px;
  padding: 40px 20px 20px;
  border: 1px solid #60d6d7;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  font-family: "Circular Std", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  position: relative;
  top: -20px;
  left: -3.5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  z-index: 1;
}

.overlay--visible .window {
  opacity: 1;
  visibility: visible;
}

.window:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-left: 1px solid #60d6d7;
  border-bottom: 1px solid #60d6d7;
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  content: '';
}

.window__close {
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.window__content {
  color: #8c8e8f;
}

.window__more {
  margin-top: 20px;
}

.marker {
  width: 3.46154em;
  height: 4.46154em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 0;
  cursor: pointer;
}

.marker__top,
.marker__bottom {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.marker__top {
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  background-image: url('/app/themes/hotel-ischia-theme/resources/assets/images/marker.png');
}

.overlay--visible .marker__top {
  opacity: 0;
  visibility: hidden;
}

.marker__bottom {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABzCAYAAAAYCxX8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmlJREFUeNrs2HFvwiAQh+Ferdu+/7edtj39A5ILAQoUakzeX3JB3abdw41RRFUnMj4zBEADTYAGGmgCNNAEaKCBJkADTYAGGmgCNNAEaKCBJkADTYAGGmgCNNAEaKCBJkADTYAGGmgCNNAEaKCBJkADTYAGGmgCNNAEaKCBJkADTYAGGmgCNNAEaKCBJkADTYAGGmgCNNAEaKCBJkADTYAGGmgCNNAEaKCBJkADTYAGGmgCNNAEaKCBJkADTYAGGmgyIEv4gojUvod86e+uVd+s2he6ElQa4OVDcBq5Dj07Ab2gJfK4dOw9EdoArZHHR+MQ9KXgF5ZIzYnXp8zj1GS0dLkmnqdgNfHc1554XXphLxlki5qrEH4unIAj/CPkHOoRqB1zpb06ezno5JurJRh95dBrwKVy6dATwGFtptZg3Hp1dq6jZ4d5f9ePq7v7GV+lXS4FS0oOO0ROPa9F3h2qr+e7HubzNfJ5Q5YOD/37rj833l3dzGRIIbIUwNZ0dAl0uAbbTvbj09W/6V7/NbkC2nZ1rLNLlwyp3K3UrNGa+edX0t2ruWYLP0caYsidYcvO4Oxuomekw890u/4l0zV7MMO34M9qTSwd4Q5katiBTBXLh2a2cnumm2NLx8ONW2TnMQxazUV44NWsz73+GZaAj9px7GaHEcPWK6D9bE8G/XGwvRu9Treuz6Xbu83sQLbRHW33jVtkqajdO5/dP4/aT3/8hiV8Yz+zJbfgrai9bsFb8FO34NMVS0fs4i3Y1niodPZkTztPwNHh0iWHSiUnWt98TDr8xK71PFoz6/nwC/3AxHTNS4ABANgMTsZIZbO/AAAAAElFTkSuQmCC);
}

.recommended__header--grow-md,
.video__header--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .recommended__header--grow-md,
  .video__header--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.recommended__header--items,
.video__header--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 40em) {
  .recommended__header--items,
  .video__header--items {
    border-bottom: 3px solid #a6e1ff;
  }
}

.recommended__search--grow-md,
.recommended__items--grow-md,
.video__search--grow-md,
.video__items--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .recommended__search--grow-md,
  .recommended__items--grow-md,
  .video__search--grow-md,
  .video__items--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.recommended__intro--grow-md-bottom,
.recommended__text--grow-md-bottom,
.video__intro--grow-md-bottom,
.video__text--grow-md-bottom {
  padding-bottom: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .recommended__intro--grow-md-bottom,
  .recommended__text--grow-md-bottom,
  .video__intro--grow-md-bottom,
  .video__text--grow-md-bottom {
    padding-bottom: 2.5em;
  }
}

.recommended__intro--grow-md-top,
.recommended__text--grow-md-top,
.video__intro--grow-md-top,
.video__text--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .recommended__intro--grow-md-top,
  .recommended__text--grow-md-top,
  .video__intro--grow-md-top,
  .video__text--grow-md-top {
    padding-top: 2.5em;
  }
}

@media screen and (max-width: 53.125em) {
  [class*="--grow"] .recommended__items,
  [class*="--grow"] .video__items {
    padding-bottom: 0 !important;
  }
}

.row--shrink-fw .recommended__search {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 40em) {
  .row--shrink-fw .recommended__search {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
}

@media screen and (min-width: 53.125em) {
  .row--shrink-fw .recommended__search {
    margin-left: -2.5em;
    margin-right: -2.5em;
  }
}

@media screen and (min-width: 69.375em) {
  .row--shrink-fw .recommended__search {
    margin-left: calc(((100vw - 1110px) / 2) * -1);
    margin-right: calc(((100vw - 1110px) / 2) * -1);
  }
}

.recommended__header--items {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .recommended__header--items {
    width: 33.33333%;
  }
}

@media screen and (min-width: 64em) {
  .recommended__header--items {
    width: 25%;
  }
}

@media screen and (max-width: 53.125em) {
  .row + .row > .recommended:nth-child(1) {
    position: relative;
  }

  .row + .row > .recommended:nth-child(1):before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    margin-left: -50vw;
    height: 1px;
    background-color: #dbdbdb;
    content: '';
  }
}

.video__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .video__header {
    width: calc(50% - 2.5em);
  }
}

.video__element {
  position: relative;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .video__element {
    background-image: none !important;
  }
}

.video__element:before {
  display: block;
  content: '';
  padding-top: 59.25926%;
}

@media screen and (min-width: 40em) {
  .video__element {
    width: calc(50% - 2.5em);
  }

  .video--strutture .video__element {
    width: 100%;
  }
}

.video__element:after {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  content: '';
  background: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.video__element .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
          transform: scale(1) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  font-size: 3.9375em;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

.video__element:hover:after {
  opacity: .4;
}

.video__element:hover .icon-play {
  -webkit-transform: scale(0.9) translate3d(-50%, -50%, 0);
          transform: scale(0.9) translate3d(-50%, -50%, 0);
}

.video__image {
  display: none;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .video__image {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    z-index: 0;
  }
}

.recommended__header--items .recommended__title,
.recommended__header--items .recommended__intro {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.video__header--items .video__title,
.video__header--items .video__intro {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.search-results--grow-md-bottom {
  padding-bottom: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .search-results--grow-md-bottom {
    padding-bottom: 2.5em;
  }
}

.search-results__header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-results__header--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .search-results__header--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.search-results__results {
  font-size: 1.625em;
}

.search-results__map {
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-results__map .icon-map {
  font-size: 18px;
  margin-left: 20px;
}

.search-results__item {
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.search-results__item--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .search-results__item--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.search-results__item:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.25em;
  bottom: 1.25em;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  content: '';
  border-radius: 5px;
}

.search-results__item:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  background-color: #dbdbdb;
  content: '';
  height: 1px;
  position: relative;
  top: 2.5em;
}

.search-results__item:hover:before {
  opacity: 1;
}

.search-results__items {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 53.125em) {
  .search-results__items {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.search-results__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-results__link .search-results__stars {
  margin-left: 20px;
}

.search-results__figure,
.search-results__content {
  position: relative;
}

.search-results__slider {
  width: 100%;
}

.search-results__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5em;
}

.search-results__figure a {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.search-results__figure a:before {
  display: block;
  padding-top: 75%;
  content: '';
}

.search-results__figure img {
  width: 100% !important;
  height: auto !important;
}

@media screen and (min-width: 53.125em) {
  .search-results__figure {
    margin-bottom: 0;
  }
}

.search-results__footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.search-results__footer .search-results__button {
  font-size: 13px;
  margin-top: 20px;
}

.search-results__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding-top: 20px;
}

.search-results__price strong {
  font-size: 2.30769em;
  color: #60d6d7;
  display: inline-block;
  margin-left: 0.33333em;
}

.search-results__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-results__top .search-results__title {
  max-width: calc(100% - 3.33333em);
}

@media screen and (min-width: 53.125em) {
  .search-results__top .search-results__title {
    max-width: calc(100% - 3em);
  }
}

.search-results__address,
.search-results__distances,
.search-results__excerpt {
  width: 100%;
  font: 0 0 auto;
}

.search-results__stars {
  display: block;
  padding-bottom: 0.625em;
}

.search-results__address {
  padding: 0.83333em 0;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.search-results__address i {
  font-size: 16px;
  margin-right: 10px;
  font-weight: normal;
}

.search-results__header .search-results__address {
  width: auto;
}

.search-results__excerpt--grow-top {
  padding-top: 1.25em;
}

.search-results__excerpt p {
  font-size: 0.875em;
  line-height: 128.57143%;
}

.search-results__distances {
  font-size: 11px;
  color: #8c8e8f;
}

.search-results__distances span {
  color: #60d6d7;
  display: inline-block;
}

.search-results__aside {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 100;
}

.search-results__aside--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .search-results__aside--grow-md-top {
    padding-top: 2.5em;
  }
}

.search-results__aside > div {
  background-color: #f6f8fa;
  padding: 1.875em 1.25em;
}

.search-results__aside .search-results__title {
  text-align: center;
  font-weight: normal;
  font-size: 1em;
}

@media screen and (min-width: 53.125em) {
  .search-results__aside {
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 2.5em;
  }

  .search-results__aside .search > div,
  .search-results__aside .search > button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .search-results__aside .search > div {
    margin-bottom: 0.625em;
  }

  .search-results__aside .search__item i {
    width: 1.25em;
    text-align: center;
  }
}

.search-results__toggler {
  padding: 10px 20px;
  width: calc(50% - 10px);
  background-color: #f6f8fa;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.search-results__togglers {
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 20px;
}

@media screen and (min-width: 53.125em) {
  .search-results__togglers {
    display: none;
  }
}

.search-results__togglers .search-results__toggler:nth-child(1) {
  margin-right: 20px;
}

.search-results__toggler .icon-select {
  font-size: 6px;
  margin-left: 20px;
  color: #60d6d7;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

.search-results__toggler--active {
  background-color: #60d6d7;
  color: #fff;
}

.search-results__toggler--active .icon-select {
  color: #fff;
  -webkit-transform: scaleY(-1) translateZ(0);
          transform: scaleY(-1) translateZ(0);
}

.search-results__form .search-results__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-results__form .search-results__title .icon-select {
  font-size: 8px;
  color: #60d6d7;
  margin-left: 10px;
}

@media screen and (min-width: 53.125em) {
  .search-results__form .search-results__title .icon-select {
    display: none;
  }
}

.search-results__aside .search-results__form {
  display: none;
}

@media screen and (min-width: 53.125em) {
  .search-results__aside .search-results__form {
    display: block !important;
  }
}

.search-results__search {
  margin-top: 1.875em;
}

.search-results__filters {
  margin-top: 1.25em;
  text-align: center;
  display: none;
}

.search-results__filters .search-results__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-results__filters .search-results__title .icon-select {
  font-size: 8px;
  color: #60d6d7;
  margin-left: 10px;
}

@media screen and (min-width: 53.125em) {
  .search-results__filters .search-results__title .icon-select {
    display: none;
  }
}

@media screen and (min-width: 53.125em) {
  .search-results__filters {
    display: block !important;
  }
}

.search-results__navs {
  margin-top: 0.9375em;
}

.search-results__service-parent {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #dbdbdb;
}

.search-results__checks {
  padding-top: 0.9375em;
  text-align: left;
}

.search-results__checks--services-visible {
  max-height: 250em;
}

.search-results__checks--services-visible:after {
  visibility: hidden;
  opacity: 0;
}

.search-results__checkbox--active {
  color: #60d6d7;
  font-weight: bold;
}

.search-results__checkbox--active:before {
  background-color: #60d6d7;
}

.search-results__dropdown {
  width: auto;
  border-top: 2px solid #60d6d7;
}

.search-results__value {
  font-size: 0.875em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-results__value .icon-select {
  font-size: 5px;
  margin-left: 10px;
}

.search-results__tool {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.search-results__tool--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (max-width: 53.125em) {
  .search-results__tool {
    margin-left: 0;
    margin-right: 0;
  }
}

.search-results__tool--town,
.search-results__tool--kind {
  display: none;
}

@media screen and (min-width: 53.125em) {
  .search-results__tool--town,
  .search-results__tool--kind {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 53.125em) {
  .search-results__tool {
    width: auto;
  }
}

.search-results__tool a {
  white-space: nowrap;
}

.search-results__tools {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}

.search-results__show--active {
  color: #484848;
}

.search-results__show--active i {
  -webkit-transform: scaleY(-1) translateZ(0);
          transform: scaleY(-1) translateZ(0);
}

.search-results__help {
  display: none;
  margin-top: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .search-results__help {
    display: block;
  }
}

.search-results__container--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .search-results__container--grow-md-top {
    padding-top: 2.5em;
  }
}

.search-results__text--grow-top {
  padding-top: 1.25em;
}

.row--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.row--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .row--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.row--grow-lg {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .row--grow-lg {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.row--grow-top {
  padding-top: 1.25em;
}

.row--grow-bottom {
  padding-bottom: 1.25em;
}

.row--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .row--grow-md-top {
    padding-top: 2.5em;
  }
}

.row--grow-md-bottom {
  padding-bottom: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .row--grow-md-bottom {
    padding-bottom: 2.5em;
  }
}

.row--grow-lg-top {
  padding-top: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .row--grow-lg-top {
    padding-top: 5em;
  }
}

.row--grow-lg-bottom {
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .row--grow-lg-bottom {
    padding-bottom: 5em;
  }
}

.row--video {
  border-top: 1px solid #dbdbdb;
}

.row__header--grow-md-bottom {
  padding-bottom: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .row__header--grow-md-bottom {
    padding-bottom: 2.5em;
  }
}

.row__header > i {
  font-size: 3.75em;
  margin-bottom: 0.66667em;
}

.row__content--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .row__content--grow-md-top {
    padding-top: 2.5em;
  }
}

.row__content a:not([class*="__button"]) {
  color: #60d6d7;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.row__content a:not([class*="__button"]):after {
  background-color: #F9C600;
  bottom: 0px;
  left: 0;
  height: 2px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: scaleX(1) translate3d(0, 0, 0);
          transform: scaleX(1) translate3d(0, 0, 0);
  -webkit-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  content: '';
  position: absolute;
  width: 100%;
}

.row__content a:not([class*="__button"]):hover {
  color: #60d6d7;
}

.row__content a:not([class*="__button"]):hover:after {
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
          transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transform-origin: right center;
       -o-transform-origin: right center;
          transform-origin: right center;
}

@media screen and (max-width: 53.125em) {
  .row[class*="--grow"]:not([class*="--gray"]) + [class*="--grow"]:not([class*="--gray"]),
  .recommended[class*="--grow"]:not([class*="--gray"]) + [class*="--grow"]:not([class*="--gray"]) {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 53.125em) {
  .row[class*="--grow"] > [class*="--grow"]:nth-child(1),
  .recommended[class*="--grow"] > [class*="--grow"]:nth-child(1) {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 53.125em) {
  .recommended [class*="--grow"] > [class*="--grow"]:nth-child(1) {
    padding-top: 0 !important;
  }
}

.swiper-container {
  overflow: hidden;
  position: relative;
}

[data-carousel] .swiper-container {
  padding: 1.25em;
}

[data-carousel] .swiper-container.search-results__slider {
  padding: 0;
}

@media screen and (max-width: 53.125em) {
  [data-carousel] .swiper-container.recommended__container,
  [data-carousel] .swiper-container.tab__container {
    padding: 0;
  }
}

[data-carousel] .swiper-container > i {
  bottom: 59.74026%;
}

[data-carousel] .swiper-container > i:hover:not(.swiper-button-disabled) {
  background-color: #60d6d7;
  color: #fff;
}

[data-carousel] .swiper-container > i.icon-arrow-left {
  left: 5px;
}

[data-carousel] .swiper-container > i.icon-arrow-right {
  right: 5px;
}

[data-carousel] .swiper-container > i.swiper-button-disabled {
  opacity: 0;
  cursor: not-allowed;
}

[data-carousel] .swiper-container.search-results__slider > i {
  top: 50%;
  margin-top: -15px;
}

.swiper-wrapper {
  position: relative;
}

.swiper-wrapper:not([class*="--grid-nowrap"]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab__container .swiper-wrapper,
.swiper-wrapper.search-results__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

[data-carousel] .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 40em) {
  [data-carousel] .swiper-slide:not([class*="review"]):not([class*="form"]):not(.search-results__image) {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  [data-carousel] .swiper-slide:not([class*="review"]):not([class*="form"]):not(.search-results__image) {
    width: 33.33333%;
  }
}

.swiper-scrollbar {
  position: absolute;
  right: 0;
  width: 5px;
  height: 100%;
  top: 0;
  background-color: #a6e1ff;
  z-index: 2;
}

.swiper-scrollbar-drag {
  background-color: #60d6d7;
}

.mobile .swiper-scrollbar {
  display: none;
}

[data-carousel]:not(.search-results__figure) {
  width: 100%;
}

@media screen and (min-width: 40em) {
  [data-carousel]:not(.search-results__figure):not(.strutture__panel):not(.reviews__panel) {
    width: 66.66667%;
  }
}

@media screen and (min-width: 64em) {
  [data-carousel]:not(.search-results__figure):not(.strutture__panel):not(.reviews__panel) {
    width: 75%;
  }
}

.gallery--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .gallery--grow-md-top {
    padding-top: 2.5em;
  }
}

.gallery img {
  line-height: 0;
}

.gallery__main {
  overflow: visible;
}

.gallery__main img {
  width: 100%;
  border-radius: 5px;
}

.gallery__main .gallery__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}

.gallery--strutture .gallery__main .gallery__wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gallery__main > i {
  top: 50%;
  margin-top: -15px;
}

.gallery__main > i:hover:not(.swiper-button-disabled) {
  background-color: #60d6d7;
  color: #fff;
}

.gallery__main > i.icon-arrow-left {
  left: 15px;
}

.gallery__main > i.icon-arrow-right {
  right: 15px;
}

@media screen and (min-width: 53.125em) {
  .gallery__main > i.icon-arrow-left {
    left: -15px;
  }

  .gallery__main > i.icon-arrow-right {
    right: -15px;
  }
}

.gallery__main > i.swiper-button-disabled {
  opacity: .25;
  cursor: not-allowed;
}

.gallery__figure {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.gallery__figure img {
  width: 100%;
}

.gallery--strutture .gallery__figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}

.gallery--strutture .gallery__figure img {
  visibility: hidden;
}

.gallery__nav .gallery__wrapper {
  display: none;
}

@media screen and (min-width: 53.125em) {
  .gallery__nav .gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery__thumbnail {
  width: 16.66667%;
  overflow: hidden;
  border-radius: 2.5px;
  border: 1px solid #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery__thumbnail--active {
  opacity: .35;
}

@media screen and (min-width: 68.75em) {
  .gallery__thumbnail {
    width: 11.11111%;
  }
}

.gallery__thumbnail:before {
  display: block;
  content: '';
  padding-top: 60%;
}

.tabs__nav,
.posts__categories {
  text-align: center;
}

.tabs__item,
.offer__gift .btn-group .btn,
.posts__categories a {
  font-weight: bold;
  color: #60d6d7;
  display: inline-block;
  padding: .5em 0 1em;
  font-size: 1.25em;
  position: relative;
  margin: 0 1.25em;
}

.tabs__item:after,
.offer__gift .btn-group .btn:after,
.posts__categories a:after {
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 3.125em;
  height: 2px;
  background-color: #F9C600;
  content: '';
  left: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: scaleX(0) translate3d(-50%, 0, 0);
          transform: scaleX(0) translate3d(-50%, 0, 0);
}

.tabs__item:hover,
.offer__gift .btn-group .btn:hover,
.posts__categories a:hover {
  color: #484848;
}

.tabs__item:hover:after,
.offer__gift .btn-group .btn:hover:after,
.posts__categories a:hover:after {
  -webkit-transform: scaleX(1) translate3d(-50%, 0, 0);
          transform: scaleX(1) translate3d(-50%, 0, 0);
}

.tabs__item--active,
.offer__gift .btn-group .btn.active,
.blog .posts__categories .cat-item-all a,
.posts__categories .current-cat a {
  color: #484848;
}

.tabs__item--active:after,
.offer__gift .btn-group .btn.active:after,
.blog .posts__categories .cat-item-all a:after,
.posts__categories .current-cat a:after {
  -webkit-transform: scaleX(1) translate3d(-50%, 0, 0);
          transform: scaleX(1) translate3d(-50%, 0, 0);
}

.tab__item {
  position: relative;
  z-index: 1;
}

.tab {
  width: 100%;
}

.tabs__nav--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .tabs__nav--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.tab__item {
  z-index: 0;
}

.tab__item.swiper-slide-active {
  z-index: 1;
}

@media screen and (max-width: 53.125em) {
  .tab__container .tab__item.swiper-slide .type-page {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

.tab__wrapper {
  position: relative;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 53.125em) {
  [data-carousel] .tab__wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.tab__more {
  margin: 10px 0;
}

.tab__intro {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.tab__intro--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .tab__intro--grow-md-top {
    padding-top: 2.5em;
  }
}

.tab__intro--grow-md-bottom {
  padding-bottom: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .tab__intro--grow-md-bottom {
    padding-bottom: 2.5em;
  }
}

.tab__bottom--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .tab__bottom--grow-md-top {
    padding-top: 2.5em;
  }
}

.tab__cell--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .tab__cell--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.tab__cell--odd {
  position: relative;
}

.tab__cell--odd:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}

@media screen and (min-width: 53.125em) {
  .tab__cell--odd:before {
    width: 200%;
  }
}

@media screen and (min-width: 53.125em) {
  .tab__info,
  .tab__cell--odd {
    padding-right: 1.25em;
  }
}

.tab__post {
  display: none;
}

@media screen and (min-width: 53.125em) {
  .tab__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 53.125em) {
  .tab__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 53.125em) {
  .tab__post,
  .tab__cell--even {
    padding-left: 1.25em;
  }
}

.tab__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab__header--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .tab__header--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.tab__header--grow-md-bottom {
  padding-bottom: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .tab__header--grow-md-bottom {
    padding-bottom: 2.5em;
  }
}

.tab__header--aligncenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab__header strong {
  font-size: 1.625em;
}

.tab__header--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .tab__header--items:not(.tab__header--cell-s12) {
    border-bottom: 3px solid #a6e1ff;
    width: 33.33333%;
  }
}

@media screen and (min-width: 64em) {
  .tab__header--items:not(.tab__header--cell-s12) {
    width: 25%;
  }
}

.tab__header--items .tab__title,
.tab__header--items .tab__info {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 1.5625em;
  color: #fff;
}

.footer:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 3.125em;
  width: 100%;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none' x='0px' y='0px' viewBox='0 0 1366 768' width='100%' height='100%'><path d='M1366,384c0,0-305.8,384-683,384S0,384,0,384S305.8,0,683,0S1366,384,1366,384z' fill='#60d6d7'/></svg>");
  background-size: 100%;
}

.footer__container {
  position: relative;
  background-color: #60d6d7;
}

.footer__container--grow-lg {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .footer__container--grow-lg {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.footer__container a {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 12px;
}

.footer__container a:hover {
  color: #fff;
  opacity: .65;
}

.footer__container a[href*='tel'] {
  letter-spacing: .08em;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  row-gap: 30px;
}

.footer__nav h3 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: 600;
}

.footer__nav .menu {
  padding: 0.625em 1.25em;
  position: relative;
}

.footer__nav .menu-item {
  padding-top: 0.625em;
}

.footer__nav .menu-item a {
  font-size: 15px;
}

@media screen and (min-width: 53.125em) {
  .footer__nav .menu-item a {
    font-size: 12px;
  }
}

.footer__info,
.footer__info .menu,
.footer__info .menu-item,
.footer__info .widget {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__social {
  text-align: center;
  padding: 10px 0;
}

.footer__social a {
  font-size: 15px;
}

@media screen and (max-width: 53.125em) {
  .footer__social a {
    font-size: 17px;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__bottom--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .footer__bottom--grow-md-top {
    padding-top: 2.5em;
  }
}

@media screen and (min-width: 53.125em) {
  .footer__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__bottom [class*='icon'] {
  margin-left: 10px;
}

.footer__brand {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
  background: url(/app/themes/hotel-ischia-theme/dist/images/logo.svg) no-repeat left center;
  width: 2.83333em;
  height: 3.25em;
  background-size: auto 3.25em;
  margin-right: 1.66667em;
}

.footer__info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (min-width: 53.125em) {
  .footer__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

.footer__info .widget p {
  font-size: 12px;
}

.footer__info .widget:nth-child(3):before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 10px;
}

.footer__info .menu-item:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 10px;
}

#cta-trigger {
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.cta {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #60d6d7;
  border-top: 1px solid #fff;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9998;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

.cta--inview {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

@media screen and (max-width: 53.125em) {
  .cta--inview-form {
    -webkit-transform: translate3d(0, 100%, 0) !important;
            transform: translate3d(0, 100%, 0) !important;
  }
}

.mobile .cta {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.cta__button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta__button .icon-mail {
  font-size: 15px;
  margin-right: 10px;
}

.cta__container h4 {
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: .12em;
  line-height: 200%;
}

@media screen and (min-width: 53.125em) {
  .cta__container h4 {
    max-width: 33.33333%;
  }
}

.cta__container a:not(.cta__button) {
  font-size: 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.cta__container a:not(.cta__button) .icon-phone {
  font-size: 1.25em;
  margin-right: 0.66667em;
}

.cta__container a:not(.cta__button):hover {
  opacity: .7;
}

.banner {
  background-color: #60d6d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media screen and (min-width: 77.875em) {
  .banner {
    padding-left: calc((100vw - 1246px) / 2);
    padding-right: calc((100vw - 1246px) / 2);
  }
}

.banner__brand {
  display: block;
  height: 5em;
  width: 12em;
  background: url(/app/themes/hotel-ischia-theme/dist/images/vacanze_ischia_grafica.svg) no-repeat left center;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain !important;
}

@media screen and (min-width: 23.4375em) {
  .banner__brand {
    width: 12em;
  }
}

@media screen and (min-width: 53.125em) {
  .banner__brand {
    width: 20em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: url(/app/themes/hotel-ischia-theme/dist/images/vacanze_ischia_payoff.svg) no-repeat left center;
  }

  .banner__brand:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 53.125em) {
  .banner__container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.banner__nav--top {
  width: 100%;
  display: none;
}

@media screen and (min-width: 553.125em) {
  .banner__nav--top {
    display: block;
    position: relative;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .banner__nav--top:before {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    content: '';
    background-color: #2499fb;
    width: 100vw;
    margin-left: -50vw;
  }

  .banner__nav--top:after {
    border-bottom: 1px solid #5bb1f8;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 100vw;
    margin-left: -50vw;
  }
}

.banner__nav--main {
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 320px;
  right: 0;
  height: calc(100vh - 75px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s, -o-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  z-index: 999;
  text-align: left;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.banner__nav--main-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

@media screen and (max-width: 553.125em) {
  .banner__nav--main {
    background-color: #60d6d7;
  }
}

@media screen and (min-width: 553.125em) {
  .banner__nav--main {
    width: auto;
    max-width: none;
    position: static;
    overflow: visible;
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.banner__toggle {
  width: 1.25em;
  height: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (min-width: 23.4375em) {
  .banner__toggle {
    width: 1.875em;
  }
}

@media screen and (min-width: 553.125em) {
  .banner__toggle {
    display: none;
  }
}

.banner__line {
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.banner__line:before,
.banner__line:after {
  background-color: #fff;
  content: '';
  width: 50%;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

.banner__line--top:before,
.banner__line--top:after,
.banner__line--bottom:before,
.banner__line--bottom:after {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}

.banner__toggle--active .banner__line--top:before {
  -webkit-transform: rotate(30deg) translate3d(0%, 0, 0);
          transform: rotate(30deg) translate3d(0%, 0, 0);
  -webkit-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}

.banner__toggle--active .banner__line--top:after {
  opacity: 0;
}

.banner__toggle--active .banner__line--bottom:before {
  -webkit-transform: rotate(-30deg) translate3d(0%, 0, 0);
          transform: rotate(-30deg) translate3d(0%, 0, 0);
  -webkit-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
}

.banner__toggle--active .banner__line--bottom:after {
  opacity: 0;
}

.banner__toggle--active .banner__line--center:before,
.banner__toggle--active .banner__line--center:after {
  opacity: 0;
}

.banner__toggle--active .banner__line--center:before {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.banner__toggle--active .banner__line--center:after {
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
}

.banner__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-right: 0.625em;
}

@media screen and (min-width: 23.4375em) {
  .banner__tel {
    padding-right: 1.25em;
  }
}

.banner__tel i {
  font-size: 1em;
  color: #fff;
  margin-right: 10px;
}

@media screen and (min-width: 40em) {
  .banner__tel i {
    font-size: 1.25em;
    margin-right: 0.5em;
  }
}

@media screen and (min-width: 53.125em) {
  .banner__tel i {
    margin-right: 0.57143em;
  }
}

.banner__tel a {
  font-size: 14px;
  padding-top: 1.42857em;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.banner__tel a:hover {
  opacity: .7;
}

@media screen and (min-width: 23.4375em) {
  .banner__tel a {
    font-size: 16px;
    padding-top: 1.25em;
  }
}

@media screen and (min-width: 53.125em) {
  .banner__tel a {
    font-size: 1.375em;
    padding-top: 0.90909em;
    padding-right: 1em;
  }
}

.banner__tel h4 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  display: none;
}

@media screen and (min-width: 553.125em) {
  .banner__tel h4 {
    display: block;
  }
}

@media screen and (min-width: 53.125em) {
  .banner__tel {
    padding-left: 1.25em;
    padding-right: 0;
  }
}

.banner a {
  color: #fff;
}

.banner a:hover {
  color: #fff;
}

.menu {
  position: relative;
}

.menu__item {
  padding: 0.625em 1.25em;
}

.banner__nav--top .menu__item {
  display: inline-block;
}

.menu--left .menu__item {
  padding-left: 0;
}

.menu--right .menu__item {
  padding-right: 0;
}

.menu__link {
  font-size: 15px;
  display: inline-block;
}

@media screen and (min-width: 53.125em) {
  .menu--main .menu__link {
    font-size: 0.9375em;
    font-weight: 500;
    position: relative;
  }

  .menu--main .menu__link:after {
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #F9C600;
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
    -webkit-transform-origin: right center;
         -o-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0) translateZ(0);
            transform: scaleX(0) translateZ(0);
  }

  .menu--main .menu__link:hover:after {
    -webkit-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
  }
}

.menu--main .menu__item--active .menu__link:after {
  -webkit-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.menu--left .menu__link,
.menu--right .menu__link {
  font-size: 12px;
}

@media screen and (min-width: 53.125em) {
  .menu--left .menu__link,
  .menu--right .menu__link {
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .menu--left .menu__link:hover,
  .menu--right .menu__link:hover {
    opacity: .7;
  }
}

.menu--left .menu__item--active .menu__link,
.menu--right .menu__item--active .menu__link {
  color: #F9C600;
}

.menu--mobile {
  display: block;
}

/* @media screen and (min-width: 53.125em) {
  .menu--mobile {
    display: none;
  }
} */

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.header--grow-md-bottom {
  padding-bottom: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .header--grow-md-bottom {
    padding-bottom: 2.5em;
  }
}

.header--grow-lg-top {
  padding-top: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .header--grow-lg-top {
    padding-top: 5em;
  }
}

.home .header {
  min-height: calc(90vh - 7.5em);
}

.header__figure {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home .header__figure {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}

.home .header__figure:after {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.15);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .header__figure {
    background-image: none !important;
  }
}

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

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .header__figure--avisible {
    background-image: none !important;
  }
}

.header__image {
  display: none;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .header__image {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    max-height: 100vw;
  }

@media screen and (min-width: 53.125em) {
    .header__image {
      max-height: calc(80vh - 7.5em);
    }

    .header__figure--avisible .header__image {
      -o-object-fit: contain;
         object-fit: contain;
      max-height: calc(90vh - 7.5em);
    }
}

  .home .header__image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    max-height: none;
  }
}

.header__container {
  width: 100%;
  min-height: calc(90vh - 7.5em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.header__container--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.header__container--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .header__container--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.header__container--grow-lg {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .header__container--grow-lg {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.header__title {
  text-align: center;
}

.home .header__title {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
}

.home .header__title--medium {
  padding-bottom: 1.17647em;
}

@media screen and (min-width: 53.125em) {
  .home .header__title--medium {
    padding-bottom: 1.5em;
  }
}

.header__label {
  font-size: 1.25em;
  color: #8c8e8f;
  text-align: center;
}

.header__content--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .header__content--grow-md-top {
    padding-top: 2.5em;
  }
}

.header__tools,
.post__tools {
  position: relative;
}

.header__tools--grow,
.header__share--grow,
.header__print--grow,
.post__tools--grow,
.post__share--grow,
.post__print--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.header__print,
.post__print {
  position: relative;
  z-index: 1;
}

.header__print a,
.header__print i,
.post__print a,
.post__print i {
  font-size: 24px;
  margin-left: 10px;
  color: #484848;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.header__print a:hover,
.header__print i:hover,
.post__print a:hover,
.post__print i:hover {
  color: #60d6d7;
}

.header__share,
.post__share {
  position: relative;
  z-index: 1;
}

.header__share a,
.post__share a {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
  margin-right: 10px;
  font-size: 10px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.header__share a.icon-facebook,
.post__share a.icon-facebook {
  background-color: #1a439b;
}

.header__share a.icon-linkedin,
.post__share a.icon-linkedin {
  background-color: #0073b1;
}

.header__share a.icon-twitter,
.post__share a.icon-twitter {
  background-color: #1b96e0;
}

.header__share a.icon-google,
.post__share a.icon-google {
  background-color: #dd4b39;
  font-size: 12px;
}

.header__share a.icon-pinterest,
.post__share a.icon-pinterest {
  background-color: #c92228;
  font-size: 12px;
}

.header__share a.icon-mail,
.post__share a.icon-mail {
  background-color: #484848;
  font-size: 8px;
}

.macro__search--grow,
.macro__content--grow,
.macro__tabs--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.macro__search--grow-md,
.macro__content--grow-md,
.macro__tabs--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .macro__search--grow-md,
  .macro__content--grow-md,
  .macro__tabs--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.macro__search--grow-lg,
.macro__content--grow-lg,
.macro__tabs--grow-lg {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .macro__search--grow-lg,
  .macro__content--grow-lg,
  .macro__tabs--grow-lg {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.macro__content .macro__title--medium {
  padding-bottom: 0.58824em;
}

@media screen and (min-width: 53.125em) {
  .macro__content .macro__title--medium {
    padding-bottom: 0.5em;
  }
}

.main-content--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .main-content--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.page-template-simple .main-content p {
  font-size: 0.875em;
  line-height: 190%;
}

.main-content--mw p {
  color: #8c8e8f;
  font-size: 0.875em;
}

.main-content .page__collapsed p {
  padding-top: 1.1em;
}

.main-content .faq {
  padding-top: 2.5em;
  margin-top: 2.5em;
  border-top: 1px solid #dbdbdb;
  text-align: left;
}

.main-content .faq__header {
  cursor: pointer;
}

.main-content .faq__header .icon-select {
  font-size: 10px;
  color: #60d6d7;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  -o-transition: color 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  margin-left: 20px;
}

.main-content .faq__content {
  display: none;
  color: #8c8e8f;
  font-size: 1em;
  line-height: 150%;
}

.main-content .faq__content p {
  font-size: 1em;
  line-height: 150%;
}

.main-content .faq__title {
  font-size: 1.5em;
  color: #60d6d7;
  font-weight: 900;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  -o-transition: color 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

.main-content .faq.faq--active .faq__header {
  cursor: pointer;
}

.main-content .faq.faq--active .faq__header .icon-select {
  -webkit-transform: scaleY(-1) translateZ(0);
          transform: scaleY(-1) translateZ(0);
  color: #484848;
}

.main-content .faq.faq--active .faq__title {
  color: #60d6d7;
}

.contact__cell {
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .contact .contact__cell--s6:nth-child(odd) {
    padding-right: 1.25em;
  }

  .contact .contact__cell--s6:nth-child(even) {
    padding-left: 1.25em;
  }
}

.newsletter--grow-lg {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .newsletter--grow-lg {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.newsletter--footer {
  margin-bottom: -2.5em;
  position: relative;
  z-index: 10;
}

.newsletter__header--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .newsletter__header--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.newsletter__header--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .newsletter__header--grow-md-top {
    padding-top: 2.5em;
  }
}

.newsletter__header--grow-lg-bottom {
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .newsletter__header--grow-lg-bottom {
    padding-bottom: 5em;
  }
}

.newsletter__header--grow-lg {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .newsletter__header--grow-lg {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.newsletter__content--grow-top {
  padding-top: 1.25em;
}

.newsletter__content p {
  font-size: 1.5em;
  line-height: 1;
}

.newsletter__input {
  background-color: #fff;
  -webkit-box-shadow: 0 0.8125em 1.875em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.8125em 1.875em rgba(0, 0, 0, 0.15);
  padding: 1.25em;
}

.newsletter__input i,
.newsletter__input button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.newsletter__input i {
  color: #60d6d7;
  display: none;
}

@media screen and (min-width: 40em) {
  .newsletter__input i {
    display: inline-block;
  }
}

.newsletter__input input[type="email"] {
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.625em;
  height: auto;
}

.newsletter__input input[type="email"]::-webkit-input-placeholder {
  font-family: "Circular Std", Helvetica, Arial, sans-serif;
  color: #484848;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 100%;
  padding-top: 3px;
}

.newsletter__input input[type="email"]::-moz-placeholder {
  font-family: "Circular Std", Helvetica, Arial, sans-serif;
  color: #484848;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 100%;
  padding-top: 3px;
}

.newsletter__input input[type="email"]::-ms-input-placeholder {
  font-family: "Circular Std", Helvetica, Arial, sans-serif;
  color: #484848;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 100%;
  padding-top: 3px;
}

.newsletter__input input[type="email"]::placeholder {
  font-family: "Circular Std", Helvetica, Arial, sans-serif;
  color: #484848;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 100%;
  padding-top: 3px;
}

.newsletter__button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.newsletter__checks {
  margin-bottom: 1.25em;
}

.newsletter__checks label[for] {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}

.page-template-newsletter .newsletter__checks {
  margin-top: 1.25em;
  margin-bottom: 0;
}

.page-template-newsletter .newsletter__checks label::before {
    width: 20px!important;
    height: 20px!important;
    margin-top: -12px !important;
}

.page-template-newsletter .newsletter__checks label {
    font-size: 18px !important;
    padding-left: 1.5em !important; 
}

.page-template-newsletter .newsletter__checks label[for] {
  margin-bottom: 0;
  margin-top: 10px;
}

.contact__header--grow-md-bottom {
  padding-bottom: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .contact__header--grow-md-bottom {
    padding-bottom: 2.5em;
  }
}

.contact__field--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.contact__form {
  position: relative;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__panel,
  .reviews__panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 99999;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }

  .single-strutture .strutture__panel [class*="pbg"],
  .reviews__panel [class*="pbg"] {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    opacity: .4;
    content: '';
    background-color: #000;
  }

  .single-strutture .strutture__panel > [class*="container"],
  .reviews__panel > [class*="container"] {
    max-width: 670px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 1;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .mobile .single-strutture .strutture__panel > [class*="container"],
  .single-strutture .mobile .strutture__panel > [class*="container"],
  .mobile .reviews__panel > [class*="container"] {
    -webkit-overflow-scrolling: touch;
  }

  .single-strutture .strutture__panel[class*="panel--active"],
  .reviews__panel[class*="panel--active"] {
    opacity: 1;
    visibility: visible;
  }

  .single-strutture .strutture__panel[class*="panel--active"] > [class*="container"],
  .reviews__panel[class*="panel--active"] > [class*="container"] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.main-content--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .main-content--grow-md-top {
    padding-top: 2.5em;
  }
}

.tab .strutture,
[data-carousel] .strutture,
.tab .type-page,
[data-carousel] .type-page,
.tab .type-post,
[data-carousel] .type-post {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #484848;
}

@media screen and (min-width: 53.125em) {
  .tab .strutture,
  [data-carousel] .strutture,
  .tab .type-page,
  [data-carousel] .type-page,
  .tab .type-post,
  [data-carousel] .type-post {
    padding: 1.25em;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
    -webkit-box-shadow: 0 5px 1.5625em rgba(0, 0, 0, 0);
            box-shadow: 0 5px 1.5625em rgba(0, 0, 0, 0);
    border-radius: 5px;
  }

  .tab .strutture:hover,
  [data-carousel] .strutture:hover,
  .tab .type-page:hover,
  [data-carousel] .type-page:hover,
  .tab .type-post:hover,
  [data-carousel] .type-post:hover {
    -webkit-box-shadow: 0 5px 1.5625em rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 1.5625em rgba(0, 0, 0, 0.1);
    color: #484848;
  }
}

.tab .strutture > *,
[data-carousel] .strutture > *,
.tab .type-page > *,
[data-carousel] .type-page > *,
.tab .type-post > *,
[data-carousel] .type-post > * {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.tab .strutture__title,
[data-carousel] .strutture__title,
.tab .type-page__title,
[data-carousel] .type-page__title,
.tab .type-post__title,
[data-carousel] .type-post__title {
  padding-top: 0.7em;
  padding-bottom: 0.5em;
}

.tab .strutture__title i,
[data-carousel] .strutture__title i,
.tab .type-page__title i,
[data-carousel] .type-page__title i,
.tab .type-post__title i,
[data-carousel] .type-post__title i {
  font-size: 16px;
}

.tab .strutture__figure,
[data-carousel] .strutture__figure,
.tab .type-page__figure,
[data-carousel] .type-page__figure,
.tab .type-post__figure,
[data-carousel] .type-post__figure {
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

[class*="stelle"] .tab .strutture__figure,
[class*="stelle"] [data-carousel] .strutture__figure,
[class*="stelle"] .tab .type-page__figure,
[class*="stelle"] [data-carousel] .type-page__figure,
[class*="stelle"] .tab .type-post__figure,
[class*="stelle"] [data-carousel] .type-post__figure {
  margin-bottom: 1.25em;
}

.tab .strutture__figure img,
[data-carousel] .strutture__figure img,
.tab .type-page__figure img,
[data-carousel] .type-page__figure img,
.tab .type-post__figure img,
[data-carousel] .type-post__figure img {
  width: 100% !important;
  height: auto !important;
  border-radius: 2.5px;
  display: block;
}

.tab .strutture__figure:after,
[data-carousel] .strutture__figure:after,
.tab .type-page__figure:after,
[data-carousel] .type-page__figure:after,
.tab .type-post__figure:after,
[data-carousel] .type-post__figure:after {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  content: '';
  background-color: #000;
  opacity: 0;
  border-radius: 2.5px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.tab .strutture__price,
[data-carousel] .strutture__price,
.tab .type-page__price,
[data-carousel] .type-page__price,
.tab .type-post__price,
[data-carousel] .type-post__price {
  padding-top: 1em !important;
}

.tab .strutture__city,
[data-carousel] .strutture__city,
.tab .type-page__city,
[data-carousel] .type-page__city,
.tab .type-post__city,
[data-carousel] .type-post__city {
  color: #7f7f7f;
}

.tab .strutture__more,
[data-carousel] .strutture__more,
.tab .type-page__more,
[data-carousel] .type-page__more,
.tab .type-post__more,
[data-carousel] .type-post__more {
  position: absolute;
  width: 100%;
  bottom: 1.66667em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 10px, 0);
          transform: translate3d(-50%, 10px, 0);
  color: #fff;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

.tab .strutture__more:hover,
[data-carousel] .strutture__more:hover,
.tab .type-page__more:hover,
[data-carousel] .type-page__more:hover,
.tab .type-post__more:hover,
[data-carousel] .type-post__more:hover {
  color: #fff;
}

.tab .strutture__more:hover i,
[data-carousel] .strutture__more:hover i,
.tab .type-page__more:hover i,
[data-carousel] .type-page__more:hover i,
.tab .type-post__more:hover i,
[data-carousel] .type-post__more:hover i {
  color: #fff;
}

.tab .strutture__excerpt,
[data-carousel] .strutture__excerpt,
.tab .type-page__excerpt,
[data-carousel] .type-page__excerpt,
.tab .type-post__excerpt,
[data-carousel] .type-post__excerpt {
  font-size: 13px;
  color: #8c8e8f;
  line-height: 153.84615%;
  padding-top: 10px;
  display: block;
}

.tab .strutture:hover [class*="__more"],
[data-carousel] .strutture:hover [class*="__more"],
.tab .type-page:hover [class*="__more"],
[data-carousel] .type-page:hover [class*="__more"],
.tab .type-post:hover [class*="__more"],
[data-carousel] .type-post:hover [class*="__more"] {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0px, 0);
          transform: translate3d(-50%, 0px, 0);
}

.tab .strutture:hover [class*="__figure"]:after,
[data-carousel] .strutture:hover [class*="__figure"]:after,
.tab .type-page:hover [class*="__figure"]:after,
[data-carousel] .type-page:hover [class*="__figure"]:after,
.tab .type-post:hover [class*="__figure"]:after,
[data-carousel] .type-post:hover [class*="__figure"]:after {
  opacity: .4;
}

.single-strutture .strutture--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.single-strutture .strutture .row {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.single-strutture .strutture__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }

  .single-strutture .strutture__header .strutture__info {
    max-width: calc(100% - 150px);
  }
}

.single-strutture .strutture__share {
  margin-top: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.single-strutture .strutture__share .strutture__title {
  display: block !important;
  text-align: center !important;
  margin-bottom: 20px;
}

.single-strutture .strutture__share a {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
  margin-right: 10px;
  font-size: 10px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.single-strutture .strutture__share a.icon-facebook {
  background-color: #1a439b;
}

.single-strutture .strutture__share a.icon-linkedin {
  background-color: #0073b1;
}

.single-strutture .strutture__share a.icon-twitter {
  background-color: #1b96e0;
}

.single-strutture .strutture__share a.icon-google {
  background-color: #dd4b39;
  font-size: 12px;
}

.single-strutture .strutture__share a.icon-pinterest {
  background-color: #c92228;
  font-size: 12px;
}

.single-strutture .strutture__share a.icon-mail {
  background-color: #484848;
  font-size: 8px;
}

.single-strutture .strutture__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding-top: 0.75em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-strutture .strutture__price span {
  font-size: 13px;
}

.single-strutture .strutture__price strong {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 2em;
  color: #60d6d7;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__price {
    text-align: right;
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.single-strutture .strutture__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__title {
    text-align: left;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.single-strutture .strutture__sub {
  font-size: 75%;
}

.single-strutture .strutture__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
  margin-top: 0.75em;
  margin-left: 0.625em;
  width: 100%;
}

.single-strutture .strutture__stars i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__stars {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.single-strutture .strutture__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-strutture .strutture__meta--grow-top {
  padding-top: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__meta {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.single-strutture .strutture__distances {
  font-size: 12px;
  color: #8c8e8f;
}

.single-strutture .strutture__distances span {
  color: #60d6d7;
}

.single-strutture .strutture__mdash {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #8c8e8f;
}

.single-strutture .strutture__address {
  font-size: 12px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-strutture .strutture__address i {
  font-weight: normal;
  font-size: 16px;
  margin-right: 10px;
}

.single-strutture .strutture__content--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__content--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.single-strutture .strutture__content .entry-content-asset {
  text-align: center;
}

.single-strutture .strutture__content .entry-content-asset iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.single-strutture .strutture__content p + .entry-content-asset {
  margin-top: 20px;
}

.single-strutture .strutture__content p + p,
.single-strutture .strutture__content p + ol,
.single-strutture .strutture__content p + ul,
.single-strutture .strutture__content p + h2,
.single-strutture .strutture__content p + h2,
.single-strutture .strutture__content p + h2,
.single-strutture .strutture__content p + h2,
.single-strutture .strutture__content p + h2,
.single-strutture .strutture__content ul + p,
.single-strutture .strutture__content ul + ol,
.single-strutture .strutture__content ul + ul,
.single-strutture .strutture__content ul + h2,
.single-strutture .strutture__content ul + h2,
.single-strutture .strutture__content ul + h2,
.single-strutture .strutture__content ul + h2,
.single-strutture .strutture__content ul + h2,
.single-strutture .strutture__content ol + p,
.single-strutture .strutture__content ol + ol,
.single-strutture .strutture__content ol + ul,
.single-strutture .strutture__content ol + h2,
.single-strutture .strutture__content ol + h2,
.single-strutture .strutture__content ol + h2,
.single-strutture .strutture__content ol + h2,
.single-strutture .strutture__content ol + h2,
.single-strutture .strutture__content h2 + p,
.single-strutture .strutture__content h2 + ol,
.single-strutture .strutture__content h2 + ul,
.single-strutture .strutture__content h2 + h2,
.single-strutture .strutture__content h2 + h2,
.single-strutture .strutture__content h2 + h2,
.single-strutture .strutture__content h2 + h2,
.single-strutture .strutture__content h2 + h2,
.single-strutture .strutture__content h3 + p,
.single-strutture .strutture__content h3 + ol,
.single-strutture .strutture__content h3 + ul,
.single-strutture .strutture__content h3 + h2,
.single-strutture .strutture__content h3 + h2,
.single-strutture .strutture__content h3 + h2,
.single-strutture .strutture__content h3 + h2,
.single-strutture .strutture__content h3 + h2,
.single-strutture .strutture__content h4 + p,
.single-strutture .strutture__content h4 + ol,
.single-strutture .strutture__content h4 + ul,
.single-strutture .strutture__content h4 + h2,
.single-strutture .strutture__content h4 + h2,
.single-strutture .strutture__content h4 + h2,
.single-strutture .strutture__content h4 + h2,
.single-strutture .strutture__content h4 + h2,
.single-strutture .strutture__content h5 + p,
.single-strutture .strutture__content h5 + ol,
.single-strutture .strutture__content h5 + ul,
.single-strutture .strutture__content h5 + h2,
.single-strutture .strutture__content h5 + h2,
.single-strutture .strutture__content h5 + h2,
.single-strutture .strutture__content h5 + h2,
.single-strutture .strutture__content h5 + h2,
.single-strutture .strutture__content h6 + p,
.single-strutture .strutture__content h6 + ol,
.single-strutture .strutture__content h6 + ul,
.single-strutture .strutture__content h6 + h2,
.single-strutture .strutture__content h6 + h2,
.single-strutture .strutture__content h6 + h2,
.single-strutture .strutture__content h6 + h2,
.single-strutture .strutture__content h6 + h2 {
  margin-top: 20px;
}

.single-strutture .strutture__services {
  border-top: 1px solid #dbdbdb;
}

.single-strutture .strutture__services--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__services--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.single-strutture .strutture__services .strutture__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.single-strutture .strutture__services-header .strutture__title {
  width: auto;
}

.single-strutture .strutture__services-header .strutture__expand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0;
}

.single-strutture .strutture__services-wrapper {
  display: none;
}

.single-strutture .strutture__services .strutture__cell--grow-md-top {
  padding-top: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__services .strutture__cell--grow-md-top {
    padding-top: 2.5em;
  }
}

.single-strutture .strutture__services .strutture__cell h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 500;
  padding-bottom: 10px;
  padding-right: 20px;
}

.single-strutture .strutture__services .strutture__cell li {
  font-size: 13px;
  padding: 10px 20px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-strutture .strutture__services .strutture__cell li i {
  font-size: 24px;
  text-align: center;
  margin-right: 10px;
}

.single-strutture .strutture__aside {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.single-strutture .strutture__aside--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__aside--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.single-strutture .strutture__aside > div {
  display: none;
  background-color: #f6f8fa;
  padding: 1.875em 1.25em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__aside > div {
    display: block;
  }
}

.single-strutture .strutture__aside .strutture__title {
  text-align: center;
  font-weight: normal;
  font-size: 1em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__aside {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 2.5em;
  }

  .single-strutture .strutture__aside .search > div,
  .single-strutture .strutture__aside .search > button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .single-strutture .strutture__aside .search > div {
    margin-bottom: 0.625em;
  }

  .single-strutture .strutture__aside .search__item--date {
    padding-right: 15px;
  }

  .single-strutture .strutture__aside .search__item i {
    text-align: center;
  }
}

.single-strutture .strutture__form {
  display: block !important;
}

.single-strutture .strutture__form--grid {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.single-strutture .strutture__form .strutture__title {
  display: block;
  padding-bottom: 1.875em;
}

.single-strutture .strutture__vote {
  margin-top: 1.25em;
  text-align: center;
}

.single-strutture .strutture__vote .strutture__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-strutture .strutture__vote .strutture__title strong {
  font-size: 120%;
}

.single-strutture .strutture__vote .strutture__title span {
  color: #60d6d7;
  font-weight: normal;
  font-size: 12px;
}

.single-strutture .strutture__vote .strutture__rating:not(.strutture__rating--mobile) {
  font-size: 2.5em;
  display: block;
  text-align: center;
  color: #60d6d7;
  padding: .5em 0;
}

.single-strutture .strutture__vote .strutture__read {
  font-size: 12px;
}

.single-strutture .strutture__help {
  margin-bottom: 1.25em;
}

.single-strutture .strutture__help .strutture__button {
  display: block;
  margin-bottom: 1.25em;
  padding-left: 10px;
  padding-right: 10px;
}

.single-strutture .strutture__help--sticky {
  display: none;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__help--sticky {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 2.5em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
  }

  .single-strutture .strutture__help--sticky-active {
    opacity: 1;
    visibility: visible;
  }
}

.single-strutture .strutture__field--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (max-width: 53.125em) {
  .single-strutture .strutture__close {
    display: none;
  }
}

.single-strutture .strutture__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 53.125em) {
  .single-strutture .strutture__wrapper {
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}

.single-strutture .strutture__wrapper .strutture__header {
  display: block;
  position: relative;
}

.single-strutture .strutture__wrapper .strutture__header--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__wrapper .strutture__header--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.single-strutture .strutture__wrapper .strutture__header .strutture__phone {
  font-size: 1.125em;
  padding-bottom: 1.11111em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-strutture .strutture__wrapper .strutture__header .strutture__phone i {
  margin-right: 10px;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-strutture .strutture__wrapper .strutture__header p {
  font-size: 11px;
  line-height: 190%;
}

.single-strutture .strutture__wrapper .strutture__title {
  display: block;
}

.single-strutture .strutture__wrapper .strutture__subtitle {
  padding-top: 0.55556em;
  padding-bottom: 1.11111em;
}

.single-strutture .strutture__breadcrumbs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-strutture .strutture__breadcrumbs--grow-md-bottom {
  padding-bottom: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__breadcrumbs--grow-md-bottom {
    padding-bottom: 2.5em;
  }
}

.single-strutture .strutture__breadcrumbs a,
.single-strutture .strutture__breadcrumbs span {
  font-size: 11px;
}

.single-strutture .strutture__breadcrumbs i {
  font-size: 9px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__breadcrumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.single-strutture .strutture__vote--mobile {
  display: block;
  padding: 0;
  border: 0;
  color: #484848;
  margin-bottom: 20px;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__vote--mobile {
    display: none;
  }
}

.single-strutture .strutture__directions--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__directions--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.single-strutture .strutture__directions .strutture__select {
  min-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 5px;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__directions .strutture__select {
    min-width: 220px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.single-strutture .strutture__tools--grow-md-bottom {
  padding-bottom: 0.83333em;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__tools--grow-md-bottom {
    padding-bottom: 2.5em;
  }
}

.single-strutture .strutture__tools strong {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 53.125em) {
  .single-strutture .strutture__tools strong {
    width: auto;
    margin-left: 10px;
  }
}

.single-strutture .strutture__map {
  position: relative;
}

.single-strutture .strutture__map:before {
  display: block;
  content: '';
  padding-top: 66%;
}

.single-strutture.logged-in.admin-bar .strutture__panel {
  top: 32px;
}

.tab .strutture__title,
.tab .strutture__stars i,
[data-carousel] .strutture__title,
[data-carousel] .strutture__stars i {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.tab .strutture__title,
[data-carousel] .strutture__title {
  display: block;
}

.tab .strutture__stars,
[data-carousel] .strutture__stars {
  margin: 1.25em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab .strutture__price,
[data-carousel] .strutture__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100% !important;
}

.tab .strutture__price strong,
[data-carousel] .strutture__price strong {
  width: auto !important;
  font-size: 1.38462em;
  color: #60d6d7;
}

.tab .strutture:hover .strutture__title,
.tab .strutture:hover .strutture__stars i,
[data-carousel] .strutture:hover .strutture__title,
[data-carousel] .strutture:hover .strutture__stars i {
  color: #60d6d7;
}

[data-carousel] .strutture {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

[data-carousel] .strutture__top .strutture__stars,
[data-carousel] .strutture__top .strutture__title {
  display: block;
}

#help_trigger {
  display: block;
  height: 0;
  border: 0;
  margin: 0;
}

.offer {
  margin-top: 3.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.offers {
  border-top: 1px solid #dbdbdb;
}

.offers--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .offers--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.offers__filters {
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-top: 1.25em;
}

.offers__filters--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.offers__date {
  cursor: pointer;
}

.offers__date i {
  font-size: 24px;
}

.mobile .offers__date {
  margin-top: 20px;
  overflow: visible !important;
}

.offers__period {
  padding-left: 20px;
  font-size: 12px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offers__period > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mobile .offers__period {
  width: calc(100% - 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.offers__dash {
  margin: 0 10px;
}

.offers__start,
.offers__end {
  cursor: pointer;
}

.mobile .offers__start,
.mobile .offers__end {
  font-size: 15px;
}

.offers__close {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 5px 0 10px;
  width: 10px;
  height: 10px;
  display: none;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.offer--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .offer {
    margin-top: 1.25em;
  }
}

.offer [data-ajax].offer__button--mobile-ajax {
  display: none;
}

@media screen and (max-width: 53.125em) {
  .offer [data-ajax] {
    display: none !important;
  }

  .offer [data-ajax].offer__button--mobile-ajax {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

.offer__button {
  padding: 10px;
}

.offer__button span {
  font-size: 15px;
}

.offer__button .icon-gift {
  font-size: 20px;
  margin-right: 20px;
}

.offer__button .icon-select {
  font-size: 6px;
  margin-left: 20px;
  -webkit-transition: trasform 0.5s;
  -o-transition: trasform 0.5s;
  transition: trasform 0.5s;
  position: relative;
  top: 2px;
}

.offer__button.offer__button--avaibility {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.offer__button.offer__button--avaibility span {
  font-size: 17px;
}

@media screen and (max-width: 40em) {
  .offer__button--avaibility {
    width: 100%;
    margin-bottom: 10px;
  }
}

.offer__button--invert {
  cursor: auto;
}

.offer__button--invert:hover {
  background-color: #60d6d7 !important;
  color: #fff !important;
}

.offer__button--cta {
  width: 100%;
}

.offer__button--cta span {
  font-size: 1em;
}

@media screen and (min-width: 40em) {
  .offer__button--cta {
    width: auto;
  }
}

@media screen and (min-width: 53.125em) {
  .offer__button--cta {
    display: none !important;
  }
}

.offer__button--toggle {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.offer__button--toggle span {
  font-size: 11px;
}

.offer__button--toggle .offer__plus {
  margin-left: 10px;
  position: relative;
  height: 10px;
  width: 10px;
}

.offer__button--toggle .offer__plus:before,
.offer__button--toggle .offer__plus:after {
  position: absolute;
  content: '';
  width: 10px;
  right: 0;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #484848;
  -webkit-transition: opacity 0.5s, background-color 0.5s;
  -o-transition: opacity 0.5s, background-color 0.5s;
  transition: opacity 0.5s, background-color 0.5s;
}

.offer__button--toggle .offer__plus:before {
  -webkit-transform: rotate(90deg) translateZ(0);
          transform: rotate(90deg) translateZ(0);
}

@media screen and (min-width: 53.125em) {
  .offer__button--toggle {
    display: none;
  }
}

.offer__button--toggle strong {
  font-size: 14px;
  margin-left: 5px;
}

.offer__button--active .offer__plus:before {
  opacity: 0;
}

.offer__button--active .offer__plus:after {
  background-color: #8c8e8f;
}

.offer__button--active .icon-select {
  -webkit-transform: scaleY(-1) translateZ(0);
          transform: scaleY(-1) translateZ(0);
}

.offer__button--active[data-ajax] {
  background-color: #484848;
  color: #fff;
}

.offer__button:hover .offer__plus:before,
.offer__button:hover .offer__plus:after {
  background-color: #fff;
}

.offer__button:hover .icon-select {
  -webkit-transform: scaleY(-1) translateZ(0);
          transform: scaleY(-1) translateZ(0);
}

.offer__taxes {
  font-size: 11px;
  padding-top: 1.81818em;
  color: #8c8e8f;
}

.offer__content {
  margin-top: 1.25em;
  display: none;
  display: block;
}

@media screen and (min-width: 53.125em) {
  .offer__content {
    display: block !important;
  }
}

.offer__table {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (max-width: 40em) {
  .offer__table {
    display: block;
  }
}

@media screen and (max-width: 40em) {
  .offer__table thead {
    display: none;
  }
}

.offer__table td,
.offer__table th {
  vertical-align: middle;
  padding: 20px 10px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f6f8fa;
  width: 33.33333%;
}

.offer__table td[class*="--inactive"],
.offer__table th[class*="--inactive"] {
  display: none;
}

@media screen and (min-width: 53.125em) {
  .offer__table td[class*="--inactive"],
  .offer__table th[class*="--inactive"] {
    display: table-cell;
  }
}

@media screen and (min-width: 40em) {
  .offer__table td,
  .offer__table th {
    width: 12.5%;
  }
}

.offer__table th {
  font-size: 12px;
}

.offer__table th.offer__th--inactive {
  color: rgba(140, 142, 143, 0.5);
}

.offer__table td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.offer__table td.offer__td--inactive {
  color: rgba(140, 142, 143, 0.5);
}

.offer__table td span,
.offer__table td strong {
  display: block;
}

.offer__table td .offer__price {
  font-size: 14px;
}

.offer__table td .offer__pernight {
  font-size: 11px;
  padding-top: 10px;
  color: #8c8e8f;
}

.offer__table td .offer__label {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.offer__table td .offer__label--included {
  display: inline-block;
  color: #60d6d7;
  border-top: 1px solid #60d6d7;
  margin-top: 10px;
  padding-top: 10px;
}

@media screen and (max-width: 40em) {
  .offer__table td {
    margin: auto;
  }
}

@media screen and (max-width: 40em) {
  .offer__table [data-title]:before {
    font-size: 20px;
    display: block;
    font-weight: bold;
    content: attr(data-title);
  }
  .offer__table td .offer__pernight {
    padding-top:0;
    font-size: 20px;
    color: #484848;
    font-weight: bold;
  }
  .offer__table td .offer__pernight span {
    display: block;
    font-size: 14px;
    font-weight: normal;
  }
  .offer__table td .offer__price {
    font-size: 22px;
    color: #60d6d7;
  }
}

@media screen and (max-width: 40em) {
  .offer__table tbody,
  .offer__table td {
    display: block;
  }
}

@media screen and (max-width: 40em) {
  .offer__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.offer__table tr td:nth-child(1),
.offer__table tr th:nth-child(1) {
  background-color: #f6f8fa;
  padding-left: 0;
}

@media screen and (max-width: 40em) {
  .offer__table tr td:nth-child(1),
  .offer__table tr th:nth-child(1) {
    width: 100%;
  }
}

.offer__gift {
  display: none;
}

.offer__gift .card-text,
.offer__gift .list-group,
.offer__gift .card-text *,
.offer__gift .list-group {
  font-size: 15px !important;
  color: #484848 !important;
  line-height: 175%;
  padding: 0 0 20px;
}

@media screen and (min-width: 53.125em) {
  .offer__gift .card-text,
  .offer__gift .list-group,
  .offer__gift .card-text *,
  .offer__gift .list-group {
    font-size: 16px !important;
  }
}

.offer__gift .card-title {
  font-size: 1.0625em;
  padding-bottom: 20px;
}

.offer__gift .list-group li {
  padding-top: 20px;
}

.offer__gift .list-group li:nth-child(1) {
  padding-top: 0;
}

.offer__gift .card-subtitle,
.offer__gift .list-group h4 {
  font-size: 15px !important;
  color: #484848 !important;
  line-height: 200%;
}

@media screen and (min-width: 53.125em) {
  .offer__gift .card-subtitle,
  .offer__gift .list-group h4 {
    font-size: 16px !important;
  }
}

.offer__gift .swiper-slide {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.offer__gift .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 53.125em) {
  .offer__gift .btn-group {
    display: none;
  }
}

.offer__gift .btn-group .btn {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  appearance: none;
}

.offer__gift .swiper-wrapper {
  margin-top: 2.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 53.125em) {
  .offer__gift .swiper-wrapper {
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto !important;
  }

  .offer__gift .swiper-wrapper .swiper-slide:nth-child(odd) {
    padding-right: 1.25em;
  }

  .offer__gift .swiper-wrapper .swiper-slide:nth-child(even) {
    padding-left: 1.25em;
  }

  .offer__gift .swiper-slide {
    width: 50% !important;
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 40em) {
  .offer__table tr td.offer__td--active {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #f1ebeb;
    padding: 20px;
    gap: 20px;
  }
  .offer__table .offer__td {
    border-right: 1px solid #f1ebeb;
    border-left: 1px solid #f1ebeb;
  }
  .offer__table [data-title]:before,
  .offer__table td .offer__price,
  .offer__table td .offer__pernight {
    margin: 0 auto;
  }
  .offer {
    margin-top: 1.25em;
  }
  .offer__gift .btn-group .btn {
    padding: .5em 0 1em;
    font-size: 1em;
    margin: 0 0.5em;
  }
  .offer__button--cta {
    display: none;
  }
  .offer__content {
    margin-top: 0;
  }
}

.review {
  margin-top: 1.25em;
  border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 53.125em) {
  .reviews__header,
  .reviews__ratings {
    display: none;
  }

  .reviews__panel .reviews__header,
  .reviews__panel .reviews__ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 53.125em) {
  .reviews__close {
    display: none;
  }
}

.reviews__expander {
  margin: 2.5em 0 1.25em;
  padding: 1.25em 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.reviews__expander .reviews__expand {
  margin-top: 0;
}

.reviews__expander .reviews__title {
  color: #484848;
}

@media screen and (min-width: 53.125em) {
  .reviews__expander {
    display: none;
  }
}

.reviews__list {
  display: none;
}

@media screen and (min-width: 53.125em) {
  .reviews__list {
    display: block !important;
  }
}

.reviews__panel .reviews__header {
  padding-top: 3.75em;
}

.reviews__header .reviews__title {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reviews__header .reviews__title strong {
  font-size: 2em;
  display: inline-block;
  color: #60d6d7;
  margin-right: .25em;
}

.reviews__dash {
  margin: 0 0.625em;
  color: #dbdbdb;
}

.reviews__row {
  padding-top: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .reviews__ratings .reviews__row:nth-child(odd) {
    padding-right: 1.25em;
  }

  .reviews__ratings .reviews__row:nth-child(even) {
    padding-left: 1.25em;
  }
}

.reviews__bar {
  height: 15px;
  position: relative;
  border-radius: 0.46875em;
  background-color: #a6e1ff;
}

.reviews__percentage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 0.46875em;
  background-color: #60d6d7;
}

.reviews__label {
  text-transform: uppercase;
  font-size: 11px;
  padding-bottom: 0.625em;
  letter-spacing: .12em;
}

.reviews__value {
  font-size: 13px;
  padding-bottom: 0.625em;
  letter-spacing: .12em;
}

@media screen and (min-width: 53.125em) {
  .logged-in.admin-bar .reviews__panel {
    top: 32px;
  }
}

@media screen and (max-width: 53.125em) {
  .reviews__close {
    display: none;
  }
}

.reviews__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 53.125em) {
  .reviews__wrapper {
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}

.reviews__open {
  font-size: 13px;
  font-weight: bold;
  color: #60d6d7;
}

.reviews__open:hover {
  color: #60d6d7;
}

.review--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .review--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

@media screen and (min-width: 53.125em) {
  .review {
    margin-top: 2.5em;
  }
}

@media screen and (max-width: 53.125em) {
  .reviews__list .review:nth-child(1) {
    border-top: 0;
  }
}

.review__header {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.review__meta {
  font-weight: bold;
  text-align: right;
}

.review__meta time {
  font-size: 10px;
  display: block;
  font-weight: normal;
  font-style: italic;
  color: #8c8e8f;
}

.review__left span {
  font-size: 1.125em;
}

.review__rating {
  margin-right: 1em;
}

.review__content--grow-top {
  padding-top: 1.25em;
}

.review__content p {
  font-size: 13px;
  line-height: 200%;
}

.review__content h2 + p {
  padding-top: 1.53846em;
}

.blog .type-post,
.posts .type-post {
  padding-top: 10px;
  padding-bottom: 20px;
}

@media screen and (min-width: 53.125em) {
  .blog .type-post,
  .posts .type-post {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

.blog .type-post__figure,
.posts .type-post__figure {
  position: relative;
}

.blog .type-post__figure:before,
.posts .type-post__figure:before {
  content: '';
  display: block;
  padding-top: 74.78992%;
}

.blog .type-post__figure img,
.posts .type-post__figure img {
  display: none;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .blog .type-post__figure img,
  .posts .type-post__figure img {
    width: 100% !important;
    top: 0;
    left: 0;
    height: 100% !important;
    border-radius: 5px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.blog .type-post__figure a,
.posts .type-post__figure a {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .blog .type-post__figure a,
  .posts .type-post__figure a {
    background-image: none !important;
  }
}

.blog .type-post__figure a:after,
.posts .type-post__figure a:after {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  border-radius: 5px;
  content: '';
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.blog .type-post__figure a:hover:after,
.posts .type-post__figure a:hover:after {
  opacity: .4;
}

.blog .type-post__title,
.posts .type-post__title {
  padding: 1em 0;
}

.blog .type-post__more,
.posts .type-post__more {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #484848;
}

@media screen and (min-width: 53.125em) {
  .row .blog {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.posts--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .posts--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

@media screen and (min-width: 53.125em) {
  .posts {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.posts__pagination--grow-md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media screen and (min-width: 53.125em) {
  .posts__pagination--grow-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.posts__categories--grow {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.posts__categories li {
  display: inline-block;
}

.post__header {
  position: relative;
  margin-bottom: 2.5em;
}

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

.post__header--with-image {
  position: relative;
}

.post__header--with-image:after {
  z-index: 0;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  opacity: .4;
  content: '';
}

.post__title {
  text-align: center;
}

.post__header--with-image .post__title {
  bottom: 1em;
  z-index: 1;
  position: absolute;
  width: 100%;
  color: #fff;
}

@media screen and (min-width: 53.125em) {
  .post__header--with-image .post__title {
    bottom: 0.66667em;
  }
}

.post__breadcrumbs {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (min-width: 68.75em) {
  .post__breadcrumbs {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

.post__breadcrumbs .breadcrumb_last,
.post__breadcrumbs a {
  font-size: 12px;
}

.post__breadcrumbs [rel="v:child"] a {
  color: #484848;
}

.post__breadcrumbs [rel="v:child"] a:hover {
  color: #60d6d7;
}

.post__breadcrumbs .breadcrumb_last {
  color: #8c8e8f;
}

.post__breadcrumbs i {
  font-size: 9px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

body#tinymce {
  margin: 12px !important;
}

body#tinymce p,
body#tinymce ol,
body#tinymce ul {
  padding-bottom: 1.11111em;
  line-height: 166.66667%;
}

#acf-group_5b169cd8d5487 {
  display: none;
}

[class*="shrink-fw"] > [class*="shrink-fw"] {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 40em) {
  [class*="shrink-fw"] > [class*="shrink-fw"] {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="shrink-fw"] > [class*="shrink-fw"] {
    margin-left: -2.5em;
    margin-right: -2.5em;
  }
}

@media screen and (min-width: 69.375em) {
  [class*="shrink-fw"] > [class*="shrink-fw"] {
    margin-left: calc(((100vw - 1110px) / 2) * -1);
    margin-right: calc(((100vw - 1110px) / 2) * -1);
  }
}

[class*="__bigimage"] img {
  width: 100% !important;
  height: auto !important;
  max-width: none;
  margin-top: 20px;
}

[class*="shrink-fw"] [class*="__bigimage"] {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 40em) {
  [class*="shrink-fw"] [class*="__bigimage"] {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
}

@media screen and (min-width: 53.125em) {
  [class*="shrink-fw"] [class*="__bigimage"] {
    margin-left: -2.5em;
    margin-right: -2.5em;
  }
}

@media screen and (min-width: 69.375em) {
  [class*="shrink-fw"] [class*="__bigimage"] {
    margin-left: calc(((100vw - 1110px) / 2) * -1);
    margin-right: calc(((100vw - 1110px) / 2) * -1);
  }
}

#cta-wa{
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 5px;
  padding: 7px 15px;
  cursor: pointer;
  margin-left: 10px;
}
#cta-wa svg{
  width: 25px;
}
#cta-wa span{
  font-size: 16px;
}

@media screen and (max-width: 576px) {
#cta-wa{
  height: 38px;
}
}

#reservationform #Accettazione_informativa_privacy + label[for] {
    font-size: 15px;
}
#reservationform #Accettazione_informativa_privacy + label[for]::before {
    top: 50%;
    transform: translateY(-36%);
    width: 22px;
    height: 22px;
}

#reservationform input[type="text"], #reservationform input[type="email"], #reservationform input[type="tel"], #reservationform select, #reservationform input[type="date"] {
    height: 40px;
}

.hide-desktop{
  display: none;
}

@media screen and (min-width: 576px) {
  .cta__container h4 {
      max-width: 0;
      max-height: 0;
      opacity: 0;
      margin-inline: 0;
      padding-inline: 10px;
  }
}


@media screen and (max-width: 575px) {
  .hide-desktop{
    display: block;
  }
  .cta__container h4{
    max-height: 0;
    opacity: 0;
    margin: 5px 0;
  }
}

.hide-mobile{
  display: block;
}
@media screen and (max-width: 576px) {
  .hide-mobile{
    display: none;
  }
}

.cta__title{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}