/*
strips.scss
Copyright (C) 2014  Nexteam S.r.l., All rights reserved.
*/
.ajaxloading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--sectionBg);
  z-index: 12345;
}

/*$baseBg: #eee;
$baseText: #101010;

$sectionBg: #f9f9f9;
$sectionText: #101010;

$footerBg: #f9f9f9;
$footerText: #101010;

$highlightBg: #fff;
$highlightText: #101010;

$highlight2Bg: #fff;
$highlight2Text: #101010;

$button1Bg: #f0c600;
$button1Text: #fff;

$button2Bg: #f9f9f9;
$button2Text: #b5b5b5;

$button3Bg: #e47675;
$button3Text: #fff;

$button4Bg: #3299cc;
$button4Text: #fff;

$button5Bg: #fff;
$button5Text: #d9d9d9;*/
/* colori elementi persuasivi ereditati dal BeGain */
/* ===================================
   RESET
=================================== */
/* ===================================
   RESET
=================================== */
::selection {
  background: #000;
  color: #fff;
}

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

*:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #363636;
}

select::-ms-expand {
  display: none;
}

/* ===================================
   RESET
=================================== */
::selection {
  background: #000;
  color: #fff;
}

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

*:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #363636;
}

select::-ms-expand {
  display: none;
}

/* ===================================
   GENERIC RULES
=================================== */
/* ===================================
   GENERIC RULES
=================================== */
html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: var(--footerBg);
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.2px;
}
body.lg-on {
  text-align: left;
}

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

a {
  text-decoration: none;
}

a img {
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

tbody {
  border: 0;
}

form {
  margin: 0;
}

input,
select {
  border-radius: 0;
  background: #fff;
}

.wrapper {
  width: 1280px;
  margin: 0 auto;
}

/* ===================================
   HEADER
=================================== */
#header {
  background: var(--button5Bg);
  color: var(--sectionText);
  padding: 29px 0 30px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
#header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  max-height: 60px;
}
#header > div {
  font-size: 30px;
  line-height: 41px;
  text-transform: uppercase;
}

/* ===================================
   CONTENT
=================================== */
#main {
  background: var(--baseBg);
  color: var(--baseText);
  position: relative;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
}

/* ===================================
   BACKGROUND IMAGE
=================================== */
#bg-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#bg-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#bg-image .bg-image-btn {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  cursor: pointer;
}
#bg-image .bg-image-btn i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
#bg-image .bg-image-btn i:hover {
  background: var(--button1Bg);
  color: var(--button1Text);
  border-color: transparent;
}
#bg-image .bg-image-cover {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
#bg-image .bg-image-text {
  font-size: 50px;
  line-height: 58px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  margin-top: -170px;
}
#bg-image .bg-image-text b {
  display: block;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
#bg-image .bg-image-text span {
  display: block;
  color: --button1BgRgbLightest;
  padding: 0 20px;
}
#bg-image .bg-image-text > div {
  font-size: 30px;
  font-weight: 500;
  line-height: 41px;
  margin-top: 80px;
  padding: 0 30px;
}

/* ===================================
   OFFER
=================================== */
.offer {
  background: var(--button1Text);
  color: var(--sectionText);
}
.offer.clicked {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.offer.clicked.fixed {
  position: fixed;
  z-index: 10;
}
.offer.clicked .tab-list {
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px;
}
.offer > div:first-child {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 24px 50px;
  box-sizing: border-box;
}
.offer > div:first-child > div {
  display: table-cell;
  vertical-align: middle;
}
.offer .offer-toggle {
  cursor: pointer;
}
.offer .offer-history {
  text-align: left;
}
.offer .offer-history:hover > i, .offer .offer-history:hover > span {
  color: var(--button1BgRgbDarken);
}
.offer .offer-history:hover > i.open, .offer .offer-history:hover > span.open {
  color: var(--button2TextRgbDarken);
}
.offer .offer-history > i {
  font-size: 20px;
  color: var(--button1Bg);
  vertical-align: middle;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.offer .offer-history > i.open {
  color: var(--button5Text);
}
.offer .offer-history > i.open:before {
  content: "\f102";
}
.offer .offer-history > span {
  font-size: 16px;
  color: var(--button1Bg);
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.offer .offer-history > span.open {
  color: var(--button5Text);
}
.offer .offer-title {
  font-size: 20px;
  line-height: 27px;
}
.offer .offer-title b {
  text-transform: uppercase;
}
.offer .offer-title span {
  display: block;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
}
.offer .offer-title div {
  display: inline-block;
  line-height: 23px;
  font-size: 14px;
  font-weight: 500;
  background: #3ab31e;
  border-radius: 13px;
  margin-top: 10px;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
.offer .offer-title div.bought {
  background: #f0c600;
}
.offer .offer-title div.expired {
  background: #e47675;
}
.offer .offer-operator {
  text-align: right;
}
.offer .offer-operator > div {
  display: inline-block;
  cursor: pointer;
}
.offer .offer-operator > div div {
  display: inline-block;
  font-size: 20px;
  line-height: 27px;
  vertical-align: middle;
}
.offer .offer-operator > div div:last-child {
  width: 60px;
  height: 60px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid var(--button1Bg);
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: 10px;
}
.offer .offer-operator > div div b {
  color: var(--button1Bg);
}
.offer .offer-operator > div div span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}
.offer .offer-operator > div:hover span {
  text-decoration: underline;
}

.tab-list {
  padding: 0 60px;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  /*    transition: all .3s;
                -webkit-transition: all .3s;*/
}
.tab-list.open {
  max-height: none;
  border-top: 1px solid var(--button1Bg);
}
.tab-list .owl-stage-outer {
  height: 60px;
}
.tab-list .owl-stage {
  margin: 0 auto;
}
.tab-list div.owl-item {
  font-size: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.tab-list div.owl-item > div {
  background: var(--button2Bg);
  color: var(--button2Text);
  border-radius: 0 0 40px 40px;
  padding: 8px 50px 15px 50px;
  cursor: pointer;
  line-height: 27px;
  white-space: nowrap;
}
.tab-list div.owl-item:hover > div {
  background: var(--button2BgRgbDarken);
}
.tab-list div.owl-item.selected > div {
  background: var(--button1Bg);
  color: var(--button1Text);
}
.tab-list .owl-nav > div {
  width: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background: var(--button1Bg);
  color: var(--button1Text);
  position: absolute;
  top: 0;
  cursor: pointer;
}
.tab-list .owl-nav > div.owl-prev {
  left: 0;
  border-radius: 0 25px 25px 0;
  text-align: left;
}
.tab-list .owl-nav > div.owl-prev i {
  margin-left: 5px;
}
.tab-list .owl-nav > div.owl-next {
  right: 0;
  border-radius: 25px 0 0 25px;
  text-align: right;
}
.tab-list .owl-nav > div.owl-next i {
  margin-right: 5px;
}

/* ===================================
   PROPOSALS
=================================== */
.proposals {
  margin-top: 20px;
  position: relative;
}
.proposals.clicked {
  padding-top: 170px;
}
.proposals.first {
  margin-top: 0;
}
.proposals form {
  max-height: 0;
  overflow: hidden;
  /*        transition: max-height .3s;
                              -webkit-transition: max-height .3s;*/
}
.proposals form.open {
  max-height: none;
}
.proposals form.isFavorite .badge-wrapper {
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.proposals form.isFavorite .badge-wrapper .proposal-favorite-badge {
  position: absolute;
  z-index: 5;
  transform: translateY(4px);
  margin-bottom: 4px;
  background-color: var(--button1Bg);
  color: var(--button1Text);
  font-weight: bold;
  font-size: 1rem;
  border-radius: 999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 2px 20px;
  height: 32px;
  line-height: 36px;
}
.proposals form.isFavorite > div:not(.proposals-total) {
  border-style: solid;
  border-width: 0 8px;
  border-color: var(--button1Bg);
}
.proposals form.isFavorite > div:not(.proposals-total):first-of-type {
  border-width: 0 0 8px 0;
}
.proposals form.isFavorite > div.proposals-total:before {
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: var(--button1Bg);
}
.proposals form.isFavorite > div.proposals-total .proposals-total-title {
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: var(--button1Bg);
}
.proposals form.isFavorite > div.proposals-total .proposals-total-summary {
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: var(--button1Bg);
}

.proposals-item {
  display: none;
}
.proposals-item.faded {
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.proposals-item .proposals-label {
  line-height: 20px;
  font-size: 14px;
  background: var(--highlightBg);
  color: var(--highlightText);
  text-transform: uppercase;
  padding: 40px 0;
}

.proposals-hotel {
  padding: 30px 180px;
  position: relative;
  overflow: hidden;
}
.proposals-hotel:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.proposals-hotel .proposals-hotel-cover {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.proposals-hotel .proposals-hotel-text {
  line-height: 41px;
  font-size: 30px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.proposals-hotel .proposals-hotel-text span {
  display: block;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
}
.proposals-hotel .proposals-hotel-details {
  margin-top: 30px;
  text-align: left;
  position: relative;
  z-index: 2;
}
.proposals-hotel .proposals-hotel-details span {
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  padding: 0 40px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.proposals-hotel .proposals-hotel-details span:hover {
  background: #fff;
  color: #000;
}

.proposals-timeline {
  line-height: 19px;
  font-size: 14px;
  color: var(--button5Text);
  margin: 0 0 6px 180px;
  text-transform: uppercase;
}
.proposals-timeline i {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: var(--button5Text);
  color: var(--button5Bg);
  margin: -2px 20px 0 0;
  text-align: center;
  border-radius: 50%;
}
.proposals-timeline i:before {
  display: block;
}
.proposals-timeline div {
  position: absolute;
  top: 58px;
  left: 199px;
  bottom: 0;
  width: 2px;
  background: var(--button5Text);
}
.proposals-timeline span {
  display: block;
  font-weight: 500;
}
.proposals-timeline.in i:before {
  margin-top: 2px;
}
.proposals-timeline.change {
  color: var(--button1Bg);
}
.proposals-timeline.change i {
  background: var(--button1Bg);
  color: var(--button1Text);
}
.proposals-timeline.out {
  margin-bottom: 50px;
}
.proposals-timeline.out:before {
  content: "";
  width: 4px;
  height: 100px;
  background: var(--sectionBg);
  position: absolute;
  bottom: 0px;
  left: 198px;
}
.proposals-timeline.out i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.proposals-timeline.out i:before {
  margin-top: 2px;
}

.proposals-room {
  background: var(--sectionBg);
  color: var(--sectionText);
  text-align: left;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.proposals-room.proposals-change {
  padding-top: 10px;
}
.proposals-room.proposals-change .proposals-room-title {
  padding-left: 240px;
}
.proposals-room.proposals-change .proposals-room-text > div:first-child {
  padding-left: 240px;
}
.proposals-room .proposals-room-title {
  font-size: 30px;
  line-height: 41px;
  padding: 0 180px;
  text-transform: uppercase;
}
.proposals-room .proposals-room-text {
  /*display: table;*/
  width: 100%;
}
.proposals-room .proposals-room-text > div {
  display: table-cell;
  font-weight: 500;
  vertical-align: top;
  padding: 40px 180px 60px;
  /*padding-top: 40px;*/
  /*padding-bottom: 60px;*/
}
.proposals-room .proposals-room-text > div:first-child {
  font-size: 14px;
  line-height: 22px;
  padding-right: 0;
  /*
                                          padding-left: 180px;
                                          padding-right: 180px;
                                          padding-top: 40px;
                                          padding-bottom: 60px;
  */
  /*padding: 40px 180px 60px;*/
}
.proposals-room .proposals-room-text > div:last-child {
  font-size: 15px;
  line-height: 20px;
  padding-left: 24px;
  /*padding-right: 100px;*/
  /*padding-left: 180px;*/
  width: 36%;
}
.proposals-room .proposals-room-text > div:last-child > div {
  /*white-space: nowrap;*/
  margin-bottom: 15px;
}
.proposals-room .proposals-room-text > div:last-child > div:last-child {
  margin-bottom: 0;
}
.proposals-room .proposals-room-text > div:last-child > div > b {
  display: inline-block;
  width: 170px;
  color: var(--button1Bg);
  /*text-transform: lowercase;*/
}
.proposals-room .proposals-room-text > div:last-child > div > b i {
  float: left;
  font-size: 20px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.proposals-room .proposals-room-text > div:last-child > div span {
  color: var(--highlight2Text);
  display: block;
  margin-left: 32px;
  margin-top: 8px;
}
.proposals-room .proposals-room-text > div:last-child > div span a {
  color: var(--highlight2Text);
  text-decoration: underline;
}
.proposals-room .proposals-room-desc .room-text {
  max-height: 88px;
  overflow: hidden;
}
.proposals-room .proposals-room-desc .room-text.open {
  max-height: none;
}
.proposals-room .proposals-room-desc .room-text p {
  margin: 0;
}
.proposals-room .proposals-room-desc .room-toggle-desc {
  font-weight: 700;
  color: var(--button1Bg);
  cursor: pointer;
  /*text-transform: lowercase;*/
}
.proposals-room .proposals-room-desc .room-amenities {
  display: none;
  margin: 10px 0;
}
.proposals-room .proposals-room-desc .room-amenities > ul {
  margin-top: 20px;
}
.proposals-room .proposals-room-desc .room-amenities > ul li:before {
  display: block;
  float: left;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sectionText);
  vertical-align: text-top;
  margin: 8px 10px 0 0;
}
.proposals-room .proposals-room-desc .room-amenities ul,
.proposals-room .proposals-room-desc .room-amenities ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.proposals-room .proposals-room-desc .room-amenities > div > span,
.proposals-room .proposals-room-desc .room-amenities li > span {
  font-weight: 600;
}

.proposals-room-number {
  font-size: 30px;
  line-height: 41px;
  padding: 0 180px;
  color: var(--button1Bg);
  text-transform: uppercase;
}
.proposals-room-number.proposals-room-number-cross {
  background: var(--sectionBg);
  padding-left: 180px;
  text-align: left;
}

.proposals-rate {
  text-align: left;
  background: var(--highlightBg);
  color: var(--highlightText);
}
.proposals-rate .proposals-rate-title {
  font-size: 0;
  padding: 16px 180px 20px 180px;
  background: var(--highlightBg);
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}
.proposals-rate .proposals-rate-title:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid var(--button1Bg);
  border-right: 25px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.proposals-rate .proposals-rate-title b {
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
  margin-right: 20px;
  vertical-align: middle;
}
.proposals-rate .proposals-rate-title > div {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 500;
  background: #e47675;
  color: #fff;
  border-radius: 13px;
  margin-top: 4px;
  margin-right: 20px;
  padding: 0 10px;
  vertical-align: middle;
}
.proposals-rate .proposals-rate-title > div.persuasiveInsurance {
  background-color: #19931d;
}
.proposals-rate .proposals-rate-title > div.blue {
  background: #e6f3ff;
  color: #00529c;
  border-color: rgba(0, 82, 156, 0.2);
}
.proposals-rate .proposals-rate-title > div.brown {
  background: #edcf9e;
  color: #533c17;
  border-color: rgba(83, 60, 23, 0.2);
}
.proposals-rate .proposals-rate-title > div.yellow {
  background: #fffae6;
  color: #9c7e00;
  border-color: rgba(156, 126, 0, 0.2);
}
.proposals-rate .proposals-rate-title > div.magenta {
  background: #ffd6ed;
  color: #f00f66;
  border-color: rgba(240, 15, 102, 0.2);
}
.proposals-rate .proposals-rate-title > div.orange {
  background: #ffe2b4;
  color: #f06f00;
  border-color: rgba(240, 111, 0, 0.2);
}
.proposals-rate .proposals-rate-title > div.red {
  background: #ffe8e8;
  color: #ab2727;
  border-color: rgba(171, 39, 39, 0.2);
}
.proposals-rate .proposals-rate-title > div.white {
  background: #ffffff;
  color: var(--textValue);
  border-color: rgba(var(--textValueRGB), 0.2);
}
.proposals-rate .proposals-rate-title .badge-wrapper {
  position: relative;
}
.proposals-rate .proposals-rate-title .badge-wrapper .proposal-favorite-badge {
  position: absolute;
  z-index: 5;
  transform: translateY(-42px);
  /*margin-bottom: -2px;*/
  background-color: var(--button1Bg);
  color: var(--button1Text);
  font-weight: bold;
  font-size: 0.75rem;
  border-radius: 999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 2px 20px;
  height: 28px;
  line-height: 32px;
}
.proposals-rate .proposals-rate-title-sale {
  line-height: 19px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  vertical-align: middle;
}
.proposals-rate .proposals-rate-services {
  display: none;
}
.proposals-rate .proposals-rate-meal > div {
  background: var(--sectionBg);
  color: var(--sectionText);
  border-bottom: 1px solid var(--baseBg);
}
.proposals-rate .proposals-rate-meal > div.selected {
  background: var(--highlight2Bg);
  color: var(--highlight2Text);
}
.proposals-rate .proposals-rate-meal > div.disabled .proposals-rate-title:before {
  border-top-color: #b5b5b5;
}
.proposals-rate .proposals-rate-meal > div.disabled .proposals-rate-title > div {
  background: #b5b5b5;
  color: #fff;
}
.proposals-rate .proposals-rate-meal > div.disabled .proposals-rate-price {
  color: #b5b5b5 !important;
}
.proposals-rate .proposals-rate-meal > div.disabled .proposals-rate-radio {
  position: relative;
}
.proposals-rate .proposals-rate-meal > div.disabled .proposals-rate-radio:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.proposals-rate .proposals-rate-meal > div.disabled .proposals-rate-radio label {
  border-color: #b5b5b5;
}
.proposals-rate .proposals-rate-meal > div.disabled .proposals-rate-radio label:before {
  background: #b5b5b5;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label {
  display: table;
  width: 100%;
  padding: 30px 0;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div {
  display: table-cell;
  font-weight: 400;
  line-height: 22px;
  padding: 0 180px;
  box-sizing: border-box;
  vertical-align: middle;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div.rate-toggle-desc {
  cursor: help;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:first-child {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:first-child > div:last-of-type {
  font-size: 12px;
  /*text-transform: lowercase;*/
  color: var(--button3Bg);
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:first-child > div:last-of-type i {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  border: 1px solid var(--button3Bg);
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  /*text-transform: lowercase;*/
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:first-child > div:last-of-type i.open, .proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:first-child > div:last-of-type i:hover {
  background: var(--button3Bg);
  color: var(--button3Text);
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) {
  font-size: 0;
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) > span {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  vertical-align: middle;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) > span.proposals-rate-msg {
  vertical-align: baseline;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) > span.proposals-rate-pricerack {
  text-decoration: line-through;
  vertical-align: baseline;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) > span.proposals-rate-price {
  font-weight: 700;
  color: var(--button1Bg);
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) > span.proposals-rate-price i {
  font-size: 30px;
  font-style: normal;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) > span.proposals-rate-price b {
  font-size: 30px;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) > span.proposals-rate-price b span {
  font-size: 14px;
  font-weight: 400;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:last-child {
  padding-left: 0;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div span.card-free-canc {
  display: inline-block;
  line-height: 16px;
  font-size: 10px;
  font-weight: 500;
  background: #e47675;
  color: #fff;
  border-radius: 13px;
  padding: 7px;
  vertical-align: middle;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-desc {
  max-height: 0;
  margin: 0 180px;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-desc.open {
  max-height: none;
}
.proposals-rate .proposals-rate-meal > div > div.proposals-meal-desc > div {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
.proposals-rate .proposals-rate-meal.isFavorite {
  border-style: solid;
  border-width: 8px;
  border-color: var(--button1Bg);
}
.proposals-rate .proposals-rate-meal.isFavorite .proposals-rate-title {
  padding-top: 24px;
  box-shadow: none;
}
.proposals-rate .proposals-rate-meal.isFavorite .proposals-rate-title:before {
  display: none;
}

.proposals-services {
  display: none;
  background: var(--sectionBg);
  color: var(--sectionText);
  margin-top: 20px;
  padding: 20px 180px;
}
.proposals-services > label {
  font-size: 24px;
  line-height: 33px;
  color: var(--button1Bg);
  text-transform: uppercase;
}
.proposals-services .proposals-service {
  font-weight: 500;
  margin-top: 25px;
  border-radius: 20px;
  overflow: hidden;
}
.proposals-services .proposals-service.normal .proposals-service-title {
  text-align: center;
}
.proposals-services .proposals-service.normal .proposals-service-title > div:last-child {
  float: none;
  margin: 0;
}
.proposals-services .proposals-service > div.proposals-service-title {
  background: #f1f1f1;
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
  cursor: help;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.proposals-services .proposals-service > div.proposals-service-title > div {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.proposals-services .proposals-service > div.proposals-service-title > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proposals-services .proposals-service > div.proposals-service-title > div:last-child {
  float: right;
  margin-top: 3px;
}
.proposals-services .proposals-service > div.proposals-service-title-desc {
  border: 1px solid red;
  flex: 1;
}
.proposals-services .proposals-service > div .proposals-service-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: var(--button3Bg);
  border: 1px solid var(--button3Bg);
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 8px;
  text-align: center;
  /*text-transform: lowercase;*/
}
.proposals-services .proposals-service > div .proposals-service-toggle.open {
  background: var(--button3Bg);
  color: var(--button3Text);
}
.proposals-services .proposals-service > div.proposals-service-desc {
  display: none;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.proposals-services .proposals-service > div.proposals-service-desc > div {
  background: var(--highlight2Bg);
  color: var(--highlight2Text);
  text-align: left;
}
.proposals-services .proposals-service > div.proposals-service-desc > div:last-child {
  padding: 25px;
}
.proposals-services .proposals-service > div .proposals-service-item {
  display: table;
  width: 100%;
  background: var(--highlight2Bg);
  color: var(--highlight2Text);
  border: 1px solid #f1f1f1;
  border-top: 0;
  box-sizing: border-box;
}
.proposals-services .proposals-service > div .proposals-service-item:last-child {
  border-radius: 0 0 20px 20px;
}
.proposals-services .proposals-service > div .proposals-service-item > div {
  display: table-cell;
  height: 59px;
  padding: 7px 20px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
.proposals-services .proposals-service > div .proposals-service-item > div:first-child {
  width: 53px;
  border-right: 1px solid #f1f1f1;
}
.proposals-services .proposals-service > div .proposals-service-item > div:last-child {
  text-align: right;
}
.proposals-services .proposals-service > div .proposals-service-rack {
  display: block;
  font-size: 10px;
  text-decoration: line-through;
}
.proposals-services .proposals-service > div .proposals-service-price {
  line-height: 18px;
  font-size: 24px;
  font-weight: 700;
  color: var(--button1Bg);
  white-space: nowrap;
}
.proposals-services .proposals-service > div .proposals-service-price span {
  font-size: 10px;
  font-weight: 400;
}
.proposals-services .compact {
  display: none;
}
.proposals-services .compact.open {
  display: block;
}
.proposals-services .proposals-service-gallery {
  font-size: 0;
  padding: 15px 13px 0 25px;
}
.proposals-services .proposals-service-gallery a {
  display: inline-block;
  width: 93px;
  height: 62px;
  margin: 10px 10px 0 0;
  border-radius: 6px;
  overflow: hidden;
  vertical-align: top;
}
.proposals-services .proposals-service-gallery a img {
  width: 100%;
  height: 100%;
}

.proposals-rate-radio label {
  display: block;
  width: 40px;
  height: 40px;
  border: 4px solid var(--button1Bg);
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}
.proposals-rate-radio label:before {
  content: "";
  width: 22px;
  height: 22px;
  background: var(--button1Bg);
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.proposals-rate-radio input {
  display: none;
}

.proposals-rate-meal > div:hover .proposals-rate-radio label:before {
  opacity: 0.5;
}

.proposals-rate-meal > div .proposals-rate-radio input[type=radio]:checked + label:before {
  opacity: 1;
}

.proposals-total {
  padding-top: 10px;
  position: relative;
}
.proposals-total.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.proposals-total.disabled .proposals-total-title {
  background: #b5b5b5;
  color: #fff;
}
.proposals-total.disabled .proposals-total-summary .proposals-summary-title {
  color: #b5b5b5;
}
.proposals-total.disabled .proposals-total-summary .proposals-summary-discount span {
  background: #b5b5b5;
  color: #fff;
}
.proposals-total.disabled .proposals-total-summary .proposals-summary-icon i {
  color: #b5b5b5;
}
.proposals-total.disabled .proposals-total-summary .proposals-summary-price {
  color: #b5b5b5;
}
.proposals-total.disabled .proposals-total-summary .proposals-item-btn {
  background: #b5b5b5;
  color: #fff;
}
.proposals-total.disabled .proposals-total-summary > div:last-child > div:last-child > div {
  color: #b5b5b5;
}
.proposals-total:before {
  content: "";
  height: 124px;
  background: var(--sectionBg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.proposals-total .proposals-total-title {
  line-height: 22px;
  background: var(--button1Bg);
  color: var(--button1Text);
  font-size: 21px;
  font-weight: 600;
  border-radius: 30px 30px 0 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  margin: 0 100px;
  padding: 20px 0;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.proposals-total .proposals-total-title > div {
  text-transform: initial;
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.proposals-total .proposals-total-summary {
  background: var(--highlightBg);
  color: var(--highlightText);
  font-size: 0;
  font-weight: 400;
  margin: 0 100px;
  padding: 40px 80px;
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 2;
}
.proposals-total .proposals-total-summary > div {
  display: inline-block;
  width: 30%;
  box-sizing: border-box;
  vertical-align: top;
}
.proposals-total .proposals-total-summary > div:first-child {
  text-align: left;
}
.proposals-total .proposals-total-summary > div:last-child {
  width: 69%;
  text-align: right;
}
.proposals-total .proposals-total-summary > div:last-child > div {
  display: inline-block;
  vertical-align: top;
}
.proposals-total .proposals-total-summary > div:last-child > div:first-child {
  font-size: 16px;
}
.proposals-total .proposals-total-summary > div:last-child > div:last-child {
  font-size: 12px;
  font-weight: 600;
  padding-left: 30px;
  text-align: center;
}
.proposals-total .proposals-total-summary > div:last-child > div:last-child > div {
  color: var(--button3Bg);
  /*text-transform: lowercase;*/
}
.proposals-total .proposals-total-summary .proposals-summary-title {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.proposals-total .proposals-total-summary .proposals-summary-discount {
  margin: 1px 0 5px 0;
}
.proposals-total .proposals-total-summary .proposals-summary-discount span {
  display: inline-block;
  line-height: 21px;
  font-size: 14px;
  background: var(--button3Bg);
  color: var(--button3Text);
  padding: 0 15px;
  border-radius: 13px;
  text-transform: uppercase;
}
.proposals-total .proposals-total-summary .proposals-summary-icon {
  display: inline-block;
  font-size: 0;
  margin: 5px 30px 0 0;
  white-space: nowrap;
}
.proposals-total .proposals-total-summary .proposals-summary-icon i {
  display: inline-block;
  font-size: 20px;
  /*color: var(--highlightText);*/
  margin-right: 10px;
}
.proposals-total .proposals-total-summary .proposals-summary-icon span {
  font-size: 15px;
  font-weight: 500;
  /*color: var(--highlight2Text);*/
}
.proposals-total .proposals-total-summary .proposals-summary-pricerack {
  /*color: var(--highlight2Text);*/
  text-decoration: line-through;
}
.proposals-total .proposals-total-summary .proposals-summary-price {
  line-height: 49px;
  font-weight: 700;
  color: var(--button1Bg);
  white-space: nowrap;
}
.proposals-total .proposals-total-summary .proposals-summary-price i {
  font-size: 14px;
  font-style: normal;
  display: block;
  line-height: 12px;
  margin-top: 6px;
}
.proposals-total .proposals-total-summary .proposals-summary-price b {
  font-size: 42px;
}
.proposals-total .proposals-total-summary .proposals-summary-price b span {
  font-size: 20px;
  font-weight: 400;
}
.proposals-total .proposals-total-summary .proposals-summary-price b span:before {
  content: ",";
}
.proposals-total .proposals-total-summary .proposals-item-btn {
  display: block;
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
  background: var(--button1Bg);
  color: var(--button1Text);
  border-radius: 100px;
  box-sizing: border-box;
  padding: 17px 62px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.proposals-total .proposals-total-summary .proposals-item-btn:hover {
  background: button1BgRgbLighten;
}
.proposals-total .proposals-total-summary .proposals-item-btn:hover > span {
  transform: translate3d(-1rem, 0, 0);
  -webkit-transform: translate3d(-1rem, 0, 0);
}
.proposals-total .proposals-total-summary .proposals-item-btn:hover > span i {
  opacity: 1;
  right: -2rem;
}
.proposals-total .proposals-total-summary .proposals-item-btn span {
  display: inline-block;
  position: relative;
  transition: all 0.1;
  -webkit-transition: all 0.1s;
  will-change: transform;
}
.proposals-total .proposals-total-summary .proposals-item-btn span i {
  display: block;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%) rotate(225deg);
  -webkit-transform: translateY(-50%) rotate(225deg);
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  will-change: right, opacity;
}
.proposals-total .proposals-total-summary .proposals-item-not-bookable {
  display: block;
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
  background: var(--button1Bg);
  color: var(--button1Text);
  border-radius: 100px;
  box-sizing: border-box;
  padding: 17px 62px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.proposals-total .proposals-total-summary .proposals-item-not-bookable:hover {
  background: button1BgRgbLighten;
}
.proposals-total .proposals-total-summary .proposals-item-not-bookable:hover span {
  transform: translate3d(1rem, 0, 0);
  -webkit-transform: translate3d(1rem, 0, 0);
}
.proposals-total .proposals-total-summary .proposals-item-not-bookable:hover span:before {
  opacity: 1;
  left: -2rem;
}
.proposals-total .proposals-total-summary .proposals-item-not-bookable span {
  display: inline-block;
  position: relative;
  transition: all 0.1;
  -webkit-transition: all 0.1s;
  will-change: transform;
}
.proposals-total .proposals-total-summary .proposals-item-not-bookable span:before {
  content: "\f111";
  display: block;
  font-family: "BE-icons";
  font-size: 26px;
  position: absolute;
  left: 0;
  opacity: 0;
  top: -15px;
  transform: translateY(50%) rotate(20deg);
  -webkit-transform: translateY(50%) rotate(20deg);
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  will-change: right, opacity;
}
.proposals-total .proposals-total-summary .proposals-item-not-bookable span i {
  display: none;
}
.proposals-total .proposals-total-summary .proposals-item-not-bookable .proposals-phone-num {
  font-size: 16px;
  position: absolute;
  bottom: -40px;
  right: 30px;
  left: 30px;
  background: #fff;
  color: #363636;
  padding: 10px 20px;
  border-radius: 0 0 25px 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  text-transform: uppercase;
  opacity: 0;
}
.proposals-total .proposals-total-msg {
  line-height: 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 30px 0;
}
.proposals-total .proposals-total-msg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #3ab31e;
  border-radius: 0 0 50px 50px;
}
.proposals-total .proposals-total-msg.msg-red:before {
  background: var(--button3Bg);
}
.proposals-total .proposals-total-msg span {
  position: relative;
  z-index: 3;
}
.proposals-total .proposals-total-msg span.proposals-msg-btn {
  cursor: pointer;
}

.last-avail-msg {
  padding: 0 180px;
  color: var(--button1Bg);
  text-transform: uppercase;
}

.elemHidden {
  display: none;
}

.previous-proposals {
  line-height: 19px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 100px;
  margin: 50px 0;
  text-transform: uppercase;
  position: relative;
}
.previous-proposals:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background: var(--baseText);
  margin-right: 20px;
  vertical-align: middle;
}
.previous-proposals:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background: var(--baseText);
  margin-left: 20px;
  vertical-align: middle;
}

/* --- NO AVAIL --- */
.noavail {
  display: inline-block;
  font-size: 24px;
  line-height: 33px;
  background: var(--sectionBg);
  color: var(--button1Bg);
  margin: 45px auto 0 auto;
  padding: 11px 50px 12px 50px;
  border: 3px solid var(--button1Bg);
  border-radius: 100px;
  box-sizing: border-box;
  text-transform: uppercase;
}

/* --- SLIDER --- */
.proposals-slider {
  margin: 30px auto 0 auto;
  position: relative;
}
.proposals-slider:before {
  content: "";
  width: 4px;
  height: 362px;
  background: var(--sectionBg);
  position: absolute;
  top: -10px;
  left: 198px;
}
.proposals-slider .owl-stage-outer {
  height: 342px;
}
.proposals-slider .owl-stage {
  padding-left: 180px;
}
.proposals-slider .owl-item {
  overflow: hidden;
}
.proposals-slider .owl-item > div {
  background: #f3f3f3;
}
.proposals-slider .owl-item > div > div:first-child {
  width: 626px;
  height: 342px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.proposals-slider .owl-nav > div {
  width: 35px;
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  cursor: pointer;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.proposals-slider .owl-nav > div:hover {
  background: var(--button1Bg);
  color: var(--button1Text);
}
.proposals-slider .owl-nav > div.owl-prev {
  left: 0;
  border-radius: 0 25px 25px 0;
  text-align: left;
}
.proposals-slider .owl-nav > div.owl-prev i {
  margin-left: 5px;
}
.proposals-slider .owl-nav > div.owl-next {
  right: 0;
  border-radius: 25px 0 0 25px;
  text-align: right;
}
.proposals-slider .owl-nav > div.owl-next i {
  margin-right: 5px;
}
.proposals-slider .owl-dots {
  font-size: 0;
  text-align: center;
  margin-top: 15px;
  overflow: hidden;
}
.proposals-slider .owl-dots > div {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--button2Text);
  border-radius: 50%;
  margin: 0 5px;
}
.proposals-slider .owl-dots > div.active {
  background: var(--button1Bg);
}

.proposal-code {
  display: flex;
  justify-content: space-between;
  padding: 0 180px;
  font-size: small;
  font-weight: 400;
}
.proposal-code > div {
  align-content: flex-end;
}
.proposal-code a {
  cursor: pointer;
  color: var(--button3Bg);
  text-transform: uppercase;
}

/* ===================================
   HOTEL POPUP
=================================== */
.hotel-popup-wrap {
  display: none;
}

.hotel-popup {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  font-size: 0;
}
.hotel-popup > div {
  display: table-cell;
}
.hotel-popup .hotel-popup-gallery {
  background: #000;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.hotel-popup .hotel-popup-gallery .popup-slider {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hotel-popup .hotel-popup-gallery img {
  width: 100%;
}
.hotel-popup .hotel-popup-gallery .hotel-popup-controls > i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background: #fff;
  color: #101010;
  cursor: pointer;
  position: absolute;
  bottom: 60px;
  right: 30px;
  z-index: 300;
}
.hotel-popup .hotel-popup-gallery .hotel-popup-controls > i.slider-prev {
  right: 200px;
}
.hotel-popup .hotel-popup-gallery .hotel-popup-controls .slider-caption {
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  color: #101010;
  position: absolute;
  bottom: 60px;
  right: 90px;
  z-index: 300;
}
.hotel-popup .hotel-popup-text {
  width: 560px;
  background: #fff;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap {
  width: 560px;
  height: 100%;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  overflow-y: auto;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap:before {
  content: "";
  position: fixed;
  top: 0;
  right: 50px;
  z-index: 2;
  width: 460px;
  height: 126px;
  background: linear-gradient(#fff 75%, rgba(255, 255, 255, 0.6) 100%);
  background: -moz-linear-gradient(#fff 75%, rgba(255, 255, 255, 0.6) 100%);
  background: -o-linear-gradient(#fff 75%, rgba(255, 255, 255, 0.6) 100%);
  background: -webkit-linear-gradient(#fff 75%, rgba(255, 255, 255, 0.6) 100%);
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap:after {
  content: "";
  position: fixed;
  bottom: 0;
  right: 50px;
  z-index: 2;
  width: 460px;
  height: 30px;
  background: linear-gradient(rgba(255, 255, 255, 0.6) 0%, #fff 80%);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.6) 0%, #fff 80%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.6) 0%, #fff 80%);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6) 0%, #fff 80%);
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap > div {
  position: absolute;
  top: 126px;
  right: 50px;
  left: 50px;
  padding-bottom: 50px;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap > div > h2 {
  line-height: 33px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 40px;
  right: 40px;
  bottom: auto;
  left: auto;
  z-index: 2;
  cursor: pointer;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-close:before, .hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-close:after {
  content: "";
  width: 4px;
  height: 30px;
  background: #d9d9d9;
  position: absolute;
  top: 5px;
  left: 17px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-contacts {
  margin-top: 30px;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-contacts > div {
  font-size: 16px;
  margin-top: 20px;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-contacts > div > i {
  display: table-cell;
  font-size: 28px;
  color: var(--button1Bg);
  padding-right: 20px;
  vertical-align: top;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-contacts > div > span {
  display: table-cell;
  vertical-align: top;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-desc {
  max-height: 110px;
  margin-top: 47px;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-desc.open {
  max-height: none;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-desc p {
  margin: 0;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-desc-btn {
  font-weight: 600;
  color: var(--button1Bg);
  cursor: pointer;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-services {
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-services > label {
  display: block;
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-services > div {
  display: inline-block;
  width: 50%;
  width: calc(50% - 50px);
  line-height: 16px;
  font-size: 12px;
  margin: 20px 49px 0 0;
  vertical-align: top;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-services > div > i {
  display: table-cell;
  font-size: 20px;
  color: #d9d9d9;
  padding-right: 20px;
  vertical-align: top;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-services > div > span {
  display: table-cell;
  vertical-align: top;
}

/* ===================================
   QUICK INFO
=================================== */
#quick-info {
  font-size: 0;
  margin: 20px 70px 40px 130px;
}
#quick-info .quick-info-title {
  line-height: 19px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 100px;
  margin: 50px 60px 30px 0;
  text-transform: uppercase;
  position: relative;
}
#quick-info .quick-info-title:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background: var(--baseText);
  margin-right: 20px;
  vertical-align: middle;
}
#quick-info .quick-info-title:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background: var(--baseText);
  margin-left: 20px;
  vertical-align: middle;
}
#quick-info .quick-list {
  display: inline-block;
  width: 50%;
  width: calc(50% - 60px);
  list-style: none;
  margin: 0;
  margin-right: 60px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0;
}
#quick-info .quick-list li {
  font-size: 16px;
  color: #7c7c7c;
  margin-top: 20px;
  vertical-align: top;
  position: relative;
}
#quick-info .quick-list li > label {
  display: block;
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
  background: var(--highlightBg);
  color: var(--highlightText);
  padding: 21px 40px 20px 82px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  border-radius: 100px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 2;
  text-align: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#quick-info .quick-list li > label:hover {
  background: var(--button5Bg);
  color: var(--button5Text);
}
#quick-info .quick-list li > label i {
  float: right;
  font-size: 18px;
  /*color: var(--highlight2Text);*/
  margin-left: 24px;
}
#quick-info .quick-list li > label i.open:before {
  content: "\f102";
}
#quick-info .quick-list li > div {
  max-height: 0;
  background: var(--highlightBg);
  color: var(--highlightText);
  font-size: 14px;
  font-weight: 500;
  margin: 0 35px;
  text-align: left;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#quick-info .quick-list li > div.open {
  max-height: none;
}
#quick-info .quick-list-gallery {
  margin-top: 20px;
}
#quick-info .quick-list-gallery > h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0 35px;
}
#quick-info .quick-list-gallery .quick-list-gallery-desc {
  font-size: 14px;
  padding: 0 35px;
}
#quick-info .quick-list-gallery .owl-item a {
  display: block;
  height: 236px;
}
#quick-info .quick-list-gallery .owl-item a img {
  height: 100%;
}
#quick-info .quick-list-gallery .owl-nav > div {
  width: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
#quick-info .quick-list-gallery .owl-nav > div:hover {
  background: var(--button1Bg);
  color: var(--button1Text);
}
#quick-info .quick-list-gallery .owl-nav > div.owl-prev {
  left: 0;
  border-radius: 0 25px 25px 0;
  text-align: left;
}
#quick-info .quick-list-gallery .owl-nav > div.owl-prev i {
  margin-left: 5px;
}
#quick-info .quick-list-gallery .owl-nav > div.owl-next {
  right: 0;
  border-radius: 25px 0 0 25px;
  text-align: right;
}
#quick-info .quick-list-gallery .owl-nav > div.owl-next i {
  margin-right: 5px;
}
#quick-info .quick-markers {
  display: none;
}
#quick-info .quick-list-desc {
  padding: 0 35px;
}

.quick-map-wrap .quick-map {
  width: 100%;
  height: 300px;
}

/* ===================================
   MESSAGES
=================================== */
#messages {
  background: var(--footerBg);
  color: var(--footerText);
  padding: 50px 0;
}
#messages .messages-title {
  line-height: 41px;
  font-size: 30px;
  font-weight: 600;
  padding: 0 30px;
  text-transform: uppercase;
}
#messages .messages-subtitle {
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
  padding: 0 30px;
}
#messages .messages-history {
  font-size: 14px;
  font-weight: 600;
  color: var(--button1Bg);
  text-transform: uppercase;
  margin-top: 50px;
  cursor: pointer;
}
#messages .messages-history i {
  margin-left: 5px;
}
#messages .messages-history i.open:before {
  content: "\f103";
}
#messages .messages-list {
  margin-top: 50px;
  padding: 0 100px;
}
#messages .messages-list > div {
  width: 680px;
  padding: 35px 40px;
  background: var(--highlightBg);
  border: 1px solid var(--highlightText);
  border-radius: 24.5px;
  box-sizing: border-box;
  margin: 30px 0 0 auto;
  text-align: left;
  position: relative;
}
#messages .messages-list > div.messages-operator {
  margin-right: auto;
  margin-left: 0;
  border-color: var(--button1Bg);
}
#messages .messages-list > div.messages-operator .messages-user b {
  color: var(--button1Bg);
}
#messages .messages-list > div.messages-old {
  display: none;
}
#messages .messages-list .messages-photo {
  width: 60px;
  height: 60px;
  background-color: var(--highlightBg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid var(--button1Bg);
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: -20px;
  left: -20px;
}
#messages .messages-list .messages-user {
  font-size: 0;
  line-height: 27px;
}
#messages .messages-list .messages-user b {
  font-size: 20px;
  font-weight: 700;
  color: var(--highlightText);
}
#messages .messages-list .messages-user span {
  font-size: 14px;
  font-weight: 500;
  color: var(--button5Text);
  margin-left: 20px;
}
#messages .messages-list .messages-body {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  word-break: keep-all;
}
#messages .messages-list .messages-body img {
  width: 100%;
}
#messages .message-area {
  margin-top: 50px;
  padding: 0 100px;
}
#messages .message-area textarea {
  width: 100%;
  min-height: 214px;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid var(--button5Text);
  box-sizing: border-box;
  border-radius: 24.5px;
  padding: 35px 40px;
  resize: none;
  overflow: auto;
}
#messages .message-area input {
  height: 54px;
  line-height: 54px;
  font-family: "Avenir", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  border-radius: 100px;
  background: var(--button1Bg);
  color: var(--button1Text);
  margin-top: 20px;
  padding: 0 50px;
  cursor: pointer;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
#messages .message-area input:disabled {
  opacity: 0.4;
  cursor: default;
}
#messages .message-area input:disabled:hover {
  background: var(--button1Bg);
}
#messages .message-area input:hover {
  background: button1BgRgbLighten;
}

/* ===================================
   MAP
=================================== */
.map-wrap {
  background: var(--sectionBg);
  padding-right: 400px;
  position: relative;
}
.map-wrap #map {
  height: 400px;
}
.map-wrap .map-address {
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 60px 50px;
  text-align: left;
  text-transform: uppercase;
}
.map-wrap .map-address label {
  line-height: 33px;
  font-size: 24px;
  font-weight: 700;
}
.map-wrap .map-address > div {
  margin-top: 20px;
  overflow-wrap: break-word;
}
.map-wrap .map-address > div.map-address-contacts {
  text-transform: initial;
}
.map-wrap .map-address > div a {
  color: var(--sectionText);
}
.map-wrap .map-address > div img {
  max-height: 80px;
}

/* --- MARKER --- */
.marker {
  width: 40px;
  height: 52px;
  color: #000;
}
.marker:after {
  content: "\f118";
  font-family: "BE-icons";
  font-size: 40px;
}
.marker.active {
  color: var(--button1Bg);
  opacity: 1 !important;
  z-index: 10;
}

/* --- INFOBOX --- */
.map-content {
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  padding: 20px;
  position: absolute;
  top: 0;
  left: -50%;
  white-space: nowrap;
  margin: -60px 0 0 0;
}

/* ===================================
   FOOTER
=================================== */
#footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  background: var(--button4Bg);
  color: var(--button4Text);
  padding: 50px 30px;
}
#footer .wrapper > a {
  display: block;
  font-weight: 700;
  color: var(--button4Text);
  text-transform: uppercase;
}
#footer .footer-company-data {
  display: block !important;
  font-size: 11px;
  margin-top: 12px;
}
#footer .footer-company-data span {
  white-space: nowrap;
  margin: 0 4px;
}
#footer .accessibility-declaration-link {
  color: var(--button4Text);
}

#credits {
  font-size: 0;
  line-height: 0;
  margin-top: 20px;
}
#credits .credits-powered {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  padding: 20px 25px;
}
#credits .credits-powered > a,
#credits .credits-powered > div {
  display: inline-block;
  margin: 0 25px;
}

/* ===================================
   PRIVACY / COOKIES POPUP
=================================== */
.lex-popup {
  font-size: 0;
  margin-top: 20px;
}
.lex-popup > div {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 10px;
  text-transform: uppercase;
  cursor: pointer;
  /*&:first-child {*/
}
.lex-popup > div:not(:last-of-type):after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--button4Text);
  margin: 0 20px;
  border-radius: 50%;
}
.lex-popup > div.iubenda-link a {
  color: var(--button4Text);
}

.lex-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.lex-content:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.lex-content > div {
  position: relative;
  width: 90%;
  max-width: 1080px;
  background: var(--sectionBg);
  color: var(--sectionText);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  margin: 6em auto 4em;
  padding: 80px;
  border-radius: 30px;
  box-sizing: border-box;
  text-align: left;
  cursor: auto;
}
.lex-content .lex-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--sectionText);
  margin-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
}
.lex-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lex-content ul li {
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
}
.lex-content ul li:before {
  content: "";
  display: block;
  float: left;
  width: 4px;
  height: 4px;
  background: var(--sectionText);
  border-radius: 50%;
  margin: 13px 10px 0 0;
}
.lex-content a {
  color: var(--footerBg);
  text-decoration: underline;
  word-wrap: break-word;
}

.lex-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../_images/close.png") no-repeat center center;
  cursor: pointer;
  z-index: 2;
}

/* ===================================
   POPUP
=================================== */
.overlay {
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
  background: rgba(var(--button1BgRGB), 0.95);
  color: #fff;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.overlay.open {
  z-index: 999;
  visibility: visible;
  top: 0;
}
.overlay.faded {
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.acr-popup {
  display: table;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  position: relative;
}
.acr-popup > div {
  display: table-cell;
  padding: 0 50px;
  vertical-align: middle;
}
.acr-popup .acr-popup-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}
.acr-popup .acr-popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 22px;
  right: 23px;
  cursor: pointer;
}
.acr-popup .acr-popup-close:before, .acr-popup .acr-popup-close:after {
  content: "";
  width: 4px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 17px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.acr-popup .acr-popup-close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.acr-popup .acr-popup-btn {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  background: #fff;
  color: var(--button1Bg);
  box-sizing: border-box;
  border-radius: 100px;
  margin-top: 100px;
  padding: 20px 50px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.acr-popup .acr-popup-btn:hover {
  background: #932221;
  color: #fff;
}
.acr-popup .acr-popup-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 50px;
  cursor: pointer;
}
.acr-popup .acr-popup-text a {
  color: #fff;
}
.acr-popup .acr-popup-text > span {
  display: inline-block;
  position: relative;
}
.acr-popup .acr-popup-text > span:after {
  content: "";
  display: block;
  height: 2px;
  background: #fff;
  transition: all 0.2s;
  position: absolute;
  bottom: -2px;
  left: 50%;
  right: 51%;
  -webkit-transition: all 0.2s;
}
.acr-popup .acr-popup-text > span:hover:after {
  left: 0;
  right: 0;
}

/* ===================================
   LOADING
=================================== */
.spinner {
  display: none !important;
  height: 18px;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -9px;
}
.spinner > div {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--sectionText);
  border-radius: 50%;
  margin: 0 2px;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner > div.bounce1 {
  animation-delay: 0.32s;
  -webkit-animation-delay: 0.32s;
}
.spinner > div.bounce2 {
  animation-delay: 0.16s;
  -webkit-animation-delay: 0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ===================================
   ANIMATION
=================================== */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* ===================================
   ON REQUEST POPUP
=================================== */
.onrequest-info {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: var(--button1Bg) !important;
  border: 1px solid var(--button1Bg) !important;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 55px;
  right: 27px;
  z-index: 2;
}

.onrequest-box {
  display: none;
  position: absolute;
  top: 18px;
  right: 76px;
  z-index: 2;
  max-width: 300px;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.8);
  color: #fff !important;
  text-align: left;
}

/* ===================================
   OTHER CSS
=================================== */
.box-results .box-theme-1 {
  margin-bottom: 10px;
}
.box-results .box-theme-1:last-child {
  margin-bottom: 0;
}

.box-theme-1 {
  font-weight: 400;
  background: #fff;
  color: #000;
  padding: 0px;
}
.box-theme-1 .box-content {
  border: 1px solid #f9f9f9;
  border-top: 0;
  padding: 0 20px 20px 20px;
  font-weight: 300;
  line-height: 24px;
}

.box-results .service-title {
  margin: 0;
}
.box-results .service-title.services-view-mode--LIST {
  margin-bottom: 10px;
}
.box-results .service-title.remove-padding {
  padding-bottom: 0 !important;
}
.box-results .service-title.add-padding {
  padding-bottom: 5px;
}
.box-results .service-title > div {
  background: var(--button1Bg);
  color: var(--button1Text);
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  height: 36px;
  padding: 0 10px;
  text-transform: uppercase;
}
.box-results .service-title > div .fa {
  display: none;
  float: right;
  font-size: 24px;
  text-align: center;
  margin: 4px 0 0 0;
}

.services-category {
  font-size: 0;
  background: #fff;
  color: #000;
  padding: 10px 20px 20px 20px;
  text-align: center;
}
.services-category > div {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #f9f9f9;
  color: #000;
  margin: 10px 10px 0 10px;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: 3px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.services-category > div.filter-active:hover, .services-category > div.filter-active {
  background: #f9f9f9;
  color: #000;
}
.services-category > div:hover {
  background: lightgray;
}

.services-list > div {
  width: 100%;
  margin-top: 10px;
}

/* ===================================
   SERVICES TAB
=================================== */
.tab-labels {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 5px;
  text-transform: uppercase;
}

.tab-label {
  display: table-cell;
  line-height: 33px;
  font-size: 12px;
  font-weight: 700;
  background: #f9f9f9;
  border-right: 5px solid #fff;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.tab-label span {
  display: block;
  float: left;
  font-size: 12px;
  margin: 8px 10px 0 0;
  opacity: 0.3;
}
.tab-label.open {
  background: #f9f9f9;
  color: #000;
}
.tab-label.open:hover {
  background: #f9f9f9;
}
.tab-label.open span {
  color: #000;
  opacity: 1;
}
.tab-label:hover {
  background: #ececec;
}

.tab-panel {
  display: none;
  clear: both;
}
.tab-panel.open {
  display: block;
}

.default,
.default-room-group {
  display: table !important;
  width: 100%;
  padding: 0 !important;
  text-align: left;
  position: relative;
}
.default > div,
.default-room-group > div {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
.default > div.view-gallery,
.default-room-group > div.view-gallery {
  width: 350px;
  height: 235px;
  padding-left: 0;
  overflow: hidden;
  position: relative;
}
.default > div.view-gallery:before,
.default-room-group > div.view-gallery:before {
  content: "";
  height: 235px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /*background: url("../_images/noimage.png") no-repeat center center #fefefe;*/
  background: #ffffff;
}
.default > div.view-gallery a,
.default-room-group > div.view-gallery a {
  display: block;
  width: 100%;
  height: 235px;
  position: relative;
  background-size: cover;
}
.default > div.view-gallery a:before,
.default-room-group > div.view-gallery a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*                    background: linear-gradient(
                          to bottom,
                          rgba(0, 0, 0, 0.1) 0%,
                          transparent 100%
                          );*/
  background: rgba(0, 0, 0, 0.05);
}
.default > div.view-gallery .fa,
.default-room-group > div.view-gallery .fa {
  font-size: 30px;
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 200;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.default > div.services-view-mode--LIST,
.default-room-group > div.services-view-mode--LIST {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px;
}
.default > div.services-view-mode--LIST .hotel-name,
.default > div.services-view-mode--LIST .hotel-desc,
.default-room-group > div.services-view-mode--LIST .hotel-name,
.default-room-group > div.services-view-mode--LIST .hotel-desc {
  line-height: 16px;
  height: 20px;
  font-size: 16px;
  margin: 0;
}
.default > div.services-view-mode--LIST .hotel-desc,
.default-room-group > div.services-view-mode--LIST .hotel-desc {
  display: flex;
}
.default .hotel-price,
.default-room-group .hotel-price {
  font-size: 12px;
  line-height: 24px;
  border-top: 1px solid #f9f9f9;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 370px;
  right: 0;
}
.default .hotel-price > div,
.default-room-group .hotel-price > div {
  float: left;
}
.default .hotel-price b,
.default-room-group .hotel-price b {
  font-size: 28px;
  font-weight: 700;
  color: #ff470d;
}
.default .hotel-price.open-price,
.default-room-group .hotel-price.open-price {
  position: relative;
  left: 0;
}
.default div.compact-button,
.default-room-group div.compact-button {
  display: block;
  float: right;
  cursor: pointer;
}
.default div.compact-button span,
.default-room-group div.compact-button span {
  color: #000;
  border: #f9f9f9;
  margin: 10px 0 0 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.default-room-group {
  margin-bottom: 5px;
}
.default-room-group:last-child {
  margin-bottom: 0;
}

.hotel-name {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
.hotel-name .fa {
  margin-top: 0;
}
.hotel-name .hotel-name-cross {
  display: block;
  font-size: 14px;
}

.hotel-desc .hotel-desc-text,
.hotel-desc .hotel-desc-rate {
  display: block;
  margin: 10px 5px 12px 0;
  overflow: hidden;
}
.hotel-desc .hotel-desc-info {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.5s, max-height 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s, max-height 0.5s ease-in-out;
}
.hotel-desc .toggle-desc {
  display: block;
  font-size: 12px;
  color: #f9f9f9;
  cursor: pointer;
  margin: 10px 0;
}
.hotel-desc .show-more-button {
  color: var(--button1Bg);
  text-decoration: underline;
  cursor: pointer;
  margin: 5px;
}

.open-desc.hotel-desc-info {
  max-height: 999px !important;
  opacity: 1;
}

/* ===================================
   RATES
=================================== */
.rate-label {
  font-size: 0;
  line-height: 0;
  margin: 5px 5px 0 5px;
  border-bottom: 1px solid #f9f9f9;
}
.rate-label > div {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  font-size: 14px;
}
.rate-label .rate-label-name {
  background: #f9f9f9;
  color: #000;
  width: 100%;
  padding: 0 0 0 8px;
  position: relative;
  overflow: hidden;
}
.rate-label .rate-label-name > div {
  float: left;
}
.rate-label .rate-label-name b {
  line-height: 30px;
  text-transform: uppercase;
}
.rate-label div.lastroom {
  float: right;
  background: #fff3ed;
  color: #ff470d;
  font-size: 12px;
  font-weight: 300;
  padding: 0 8px 0 14px;
  text-transform: uppercase;
  position: relative;
}
.rate-label div.lastroom:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  width: 1px;
  background: #fff;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
}
.rate-label div.lastroom:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  width: 10px;
  background: #f9f9f9;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
}

div.persuasive {
  display: block;
  height: auto;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
  overflow: hidden;
}
div.persuasive > div {
  display: block;
  float: left;
  height: 22px;
  line-height: 22px;
  color: #666666;
  margin: 0 -5px 5px 5px;
  font-size: 10px;
  position: relative;
  overflow: visible;
  backface-visibility: hidden;
  -webkit-filter: blur(0);
}
div.persuasive > div:after {
  display: block;
  float: right;
  content: "";
  width: 5px;
  height: 22px;
  background: #fff;
  position: relative;
  z-index: 3;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
}
div.persuasive > div > span {
  display: block;
  float: left;
  padding: 0 10px 0 12px;
  position: relative;
  z-index: 2;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
}
div.persuasive > div > span span {
  display: block;
  transform: skew(20deg);
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
}
div.persuasive > div.blue > span {
  background: #3b5998;
  color: #fff;
}
div.persuasive > div.brown > span {
  background: #964b00;
  color: #fff;
}
div.persuasive > div.green > span {
  background: #449d44;
  color: #fff;
}
div.persuasive > div.yellow > span {
  background: #ffec80;
  color: #000;
}
div.persuasive > div.magenta > span {
  background: #ff00ff;
  color: #fff;
}
div.persuasive > div.orange > span {
  background: #ffa500;
  color: #000;
}
div.persuasive > div.red > span {
  background: #a00;
  color: #fff;
}
div.persuasive > div.white > span {
  background: #fff;
  color: #000;
}

.rate-label-group {
  border: 1px solid #f9f9f9;
  margin-top: 5px;
  padding: 5px;
}
.rate-label-group > .rate-label-name {
  background: #d8d8d8;
  color: #000;
  margin-bottom: 4px;
  padding: 0 0 0 8px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

/* --- SALE --- */
.hotel-sale-wrap {
  padding: 5px;
  border-bottom: 1px solid #f9f9f9;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hotel-sale-wrap:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #f9f9f9;
  border-radius: 50em;
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 5px solid #fff;
  z-index: 2;
}
.hotel-sale-wrap:last-child {
  border-bottom: 0;
}
.hotel-sale-wrap:last-child:after {
  display: none;
}
.hotel-sale-wrap.toggle-open {
  margin: 0 5px 5px 5px;
}
.hotel-sale-wrap .toggle-info {
  cursor: pointer;
}

.offers-rate-content {
  border: 1px solid #f9f9f9;
  padding: 0;
  margin-top: 1px;
}
.offers-rate-content .hotel-sale {
  padding: 5px;
  border-bottom: 1px solid #f9f9f9;
  position: relative;
}
.offers-rate-content .hotel-sale:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #f9f9f9;
  border-radius: 50em;
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  border: 5px solid #fff;
  margin: 0 auto;
  z-index: 2;
}
.offers-rate-content .hotel-sale:last-child {
  border-bottom: 0;
}
.offers-rate-content .hotel-sale:last-child:after {
  display: none;
}
.offers-rate-content .hotel-sale .hotel-rates-type {
  font-weight: 400;
}
.offers-rate-content .more-solutions {
  cursor: pointer;
}

.offer-marker {
  display: none;
}

.hotel-sale-service {
  border-top: 1px solid var(--button3Bg);
}
.hotel-sale-service .hotel-sale-row {
  padding: 10px 0;
}
.hotel-sale-service .day-group-label {
  cursor: pointer;
}
.hotel-sale-service .toggle-info {
  cursor: pointer;
}
.hotel-sale-service > div:first-child {
  background: #f0f4f8;
}

.hotel-sale-row {
  width: 100%;
  display: table;
  text-align: left;
}
.hotel-sale-row > div {
  display: table-cell;
  vertical-align: middle;
}

.hotel-rates-num {
  width: 13px;
}
.hotel-rates-num .fa {
  font-size: 20px;
  color: var(--button1Bg);
  vertical-align: middle;
}

.hotel-rates-type {
  width: auto;
  padding: 0 2px;
  font-weight: bold;
}
.hotel-rates-type .hotel-rates-txt {
  border: 1px solid lime;
  font-size: 13px;
  font-weight: 400;
}

.hotel-rates-guests {
  border-left: 1px solid #f9f9f9;
  padding-left: 10px;
}

.hotel-rates-conditions {
  white-space: nowrap;
  width: 80px;
  line-height: 14px;
  font-size: 10px;
  color: var(--baseText);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hotel-rates-conditions:hover {
  text-decoration: underline;
}
.hotel-rates-conditions .fal {
  margin: 0 3px;
}

.hotel-rates-price {
  width: 80px;
  text-align: right;
}
.hotel-rates-price > div {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.hotel-rates-price > a > span,
.hotel-rates-price > span {
  display: block;
  font-size: 13px;
  line-height: 18px;
}
.hotel-rates-price b {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin-left: 10px;
  color: var(--button1Bg);
}
.hotel-rates-price .hotel-rates-gross {
  display: block;
  font-size: 11px;
  text-decoration: none !important;
  margin-top: 7px;
}
.hotel-rates-price .hotel-rates-gross.hotel-gross-hidden {
  opacity: 0;
  visibility: hidden;
}
.hotel-rates-price .hotel-rates-pricerack-content {
  font-size: 11px;
}
.hotel-rates-price .hotel-rates-label {
  display: block;
  font-size: 11px;
}
.hotel-rates-price s {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: line-through;
  vertical-align: top;
}
.hotel-rates-price s span {
  vertical-align: top;
}

.hotel-rates-qnt {
  text-align: right;
  position: relative;
  padding-left: 10px;
}
.hotel-rates-qnt.hotel-rates-sel {
  width: 80px;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hotel-rates-qnt.hotel-rates-sel:hover select {
  background-image: url("../_images/icon-select-add.png");
  background-color: #ff470d;
  color: #fff;
  cursor: pointer;
}
.hotel-rates-qnt select {
  width: 100%;
  background: url("../_images/icon-angle-down.png") no-repeat right center #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 0 3px 10px;
  border-radius: 3px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: var(--button1Bg);
}
.hotel-rates-qnt option {
  background: #fff;
  color: #000;
}

.hotel-rates-total {
  font-weight: 700;
}

.day-group-label {
  font-size: 13px;
  padding: 0 10px;
}

.day-group-head {
  cursor: pointer;
}
.day-group-head > div {
  padding: 10px !important;
  background: #f9f9f9;
  box-sizing: border-box;
}
.day-group-head > div .hotel-rates-type {
  font-size: 13px;
}
.day-group-head .fa {
  font-size: 11px;
  line-height: 20px;
  vertical-align: top;
}
.day-group-head .hotel-rates-type .fa {
  margin-left: 35px;
}

.day-group-sale {
  border-top: 1px solid #f9f9f9;
  padding: 0 5px;
}
.day-group-sale > div > div {
  padding: 0 5px;
}
.day-group-sale .hotel-rates-type {
  font-size: 13px;
}

.day-group-item.close {
  display: none;
}

/* --- HOTEL INFO --- */
.hotel-info {
  display: none;
  overflow: hidden;
  position: relative;
}
.hotel-info:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #f0f4f8;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin: 0 auto;
}

.hotel-info-table {
  margin: 5px 20px 0 20px;
}

.hotel-info-img {
  float: left;
  overflow: hidden;
}
.hotel-info-img img {
  display: block;
  float: left;
  width: 122px;
  height: 92px;
  border-radius: 1px;
  margin: 0 10px 10px 0;
}
.hotel-info-img img:nth-child(5n) {
  margin-right: 0;
}

.hotel-info-desc {
  clear: both;
  padding-bottom: 10px;
  text-align: left;
}
.hotel-info-desc b {
  text-transform: uppercase;
  white-space: nowrap;
}
.hotel-info-desc b span {
  font-size: 10px;
}
.hotel-info-desc > div {
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.hotel-info-desc > div:last-child {
  border: 0;
  margin: 0;
}
.hotel-info-desc > div ul,
.hotel-info-desc > div ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hotel-info-desc > div li:before {
  content: "\f00c";
  font: normal normal normal 15px/1 FontAwesome;
  line-height: 26px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #ff470d;
  margin-right: 5px;
}
.hotel-info-desc .toggle-desc {
  display: none;
}
.hotel-info-desc .continue-button {
  width: auto;
  height: 28px;
  line-height: 28px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px 0 20px;
  position: relative;
  z-index: 2;
}
.hotel-info-desc .continue-button .fa {
  font-size: 12px;
}

.hotel-info-daily {
  display: table;
  width: 100%;
  margin-bottom: 0 !important;
}

.hotel-info-daily-label {
  white-space: nowrap;
}

.hotel-info-daily-row {
  display: table-row;
  font-size: 12px;
}
.hotel-info-daily-row > div {
  background: #f9f9f9;
  color: #000;
  display: table-cell;
  padding: 3px 5px;
  line-height: 24px;
}
.hotel-info-daily-row > div:first-child {
  padding-left: 10px;
}
.hotel-info-daily-row > div:last-child {
  padding-right: 10px;
}

.hotel-info-daily-price {
  text-align: right;
}

.step-room {
  display: none;
}

.step-services {
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 20px;
  margin: 0 0 10px 0;
  text-align: center;
  background: var(--button3Bg);
  color: var(--button3Text);
}

@media (max-width: 1024px) {
  .default {
    display: block !important;
  }
  .default > div {
    display: block;
  }
  .default > div.view-gallery {
    display: block;
    width: 100%;
    height: 325px;
  }
  .default > div.view-gallery a {
    height: 325px;
  }
  .default .hotel-price {
    position: inherit;
  }
}
@media (max-width: 768px) {
  .default {
    display: block !important;
  }
  .default > div {
    display: block;
  }
  .default > div.view-gallery {
    display: block;
    width: 100%;
    height: 280px;
  }
  .default > div.view-gallery a {
    height: 280px;
  }
  .hotel-rates-type .hotel-rates-txt {
    display: block;
  }
}
#content,
.component {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.2px;
  overflow: hidden;
  padding-top: 40px;
}

#center > form {
  margin-top: 40px;
}

#center .box-theme-3 {
  margin-top: 20px;
}

.left-content {
  display: none;
}

.right-content {
  width: 350px;
  margin: 0 0 10px 20px;
  float: right;
}

.box-theme-3 {
  padding: 50px;
  background: #fff;
  color: #101010;
  border-top: 0;
  text-align: left;
  margin-bottom: 20px;
}
.box-theme-3 .box-title {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.box-theme-3.acr-resume {
  max-width: 1200px;
  margin: 120px auto 0 auto;
  border-top: 0;
  overflow: hidden;
}

.box-message-title {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.box-message-title .fa {
  display: block;
  float: left;
  font-size: 24px;
  margin: -1px 20px 0 0;
}

.box-message-hide {
  display: none;
  margin: 10px 0 30px 0;
}

.canctermrefs td:last-child {
  padding-left: 20px;
}

.section-textarea {
  width: 100%;
  height: 100px;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  background: #eef0f2;
  color: #101010;
  margin-top: 10px;
  padding: 20px;
  border: 0;
  box-sizing: border-box;
  resize: none;
}

.canctermrefs {
  font-size: 14px;
  line-height: 24px;
  color: #101010;
}
.canctermrefs td:last-child {
  padding-left: 20px;
}

.cancterminfo {
  margin-top: 20px;
}
.cancterminfo > div:first-child {
  font-weight: 700;
}

.privacytxt {
  display: none;
  font-size: 14px;
  line-height: 24px;
  color: #101010;
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}
.privacytxt label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #101010;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.privacyread {
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.privacyscroll {
  background: #f9f9f9;
  color: #101010;
  max-height: 100px;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 20px;
}

.currency-note {
  margin-top: 10px;
}

.footnote {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-style: italic;
}

/* --- MANAGE --- */
.acr-manage {
  margin-bottom: 30px;
}
.acr-manage #center {
  margin-top: 60px;
}
.acr-manage .right-content {
  display: none;
}
.acr-manage .box-theme-4 {
  margin-bottom: 50px;
}
.acr-manage .box-content {
  font-size: 18px;
  background: #fff;
  padding: 35px;
}
.acr-manage .box-content .login-button a {
  margin-top: 20px;
}
.acr-manage .box-content .paysteps {
  font-weight: 400;
}
.acr-manage .box-content .paysteps > div.paysteps-head > div {
  color: #101010;
}
.acr-manage .box-title {
  font-size: 44px;
  font-weight: 400;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* ===================================
   FORM STYLES
=================================== */
.form-fieldset {
  width: 100%;
  font-size: 0;
  margin-right: -50px;
  overflow: hidden;
}
.form-fieldset:not(:last-child) {
  margin-bottom: 40px;
}

.form-field-name {
  clear: both;
}

.form-field-full {
  display: inline-block;
  width: 100%;
  width: calc(98% - 50px);
  float: left;
  margin-right: 49.98px;
  vertical-align: top;
}

.form-field-half,
.form-field-half-2 {
  display: inline-block;
  width: 50%;
  width: calc(49% - 50px);
  float: left;
  margin-right: 49.98px;
  vertical-align: top;
}
.form-field-half > div,
.form-field-half-2 > div {
  overflow: hidden;
}

.form-field {
  margin-top: 30px;
}
.form-field input,
.form-field select,
.form-field textarea {
  height: 60px;
  line-height: 60px;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  color: #020122;
  padding: 0 20px;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
}
.form-field select {
  min-width: 120px;
}
.form-field option {
  background: #fff;
  color: #000;
}
.form-field label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.form-field span {
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
}
.form-field .field-invalid {
  background-color: #ff7878;
  color: #fff;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.form-field .field-invalid::-webkit-input-placeholder {
  color: #fff !important;
}
.form-field .field-invalid:-moz-placeholder {
  color: #fff !important;
}
.form-field .field-invalid::-moz-placeholder {
  color: #fff !important;
}
.form-field .field-invalid:-ms-input-placeholder {
  color: #fff !important;
}
.form-field .form-field-full {
  clear: both;
}
.form-field .field-large {
  width: 100%;
  box-sizing: border-box;
}
.form-field .field-date {
  width: 140px;
  text-align: center;
}
.form-field .form-type-phone {
  display: inline-block;
  margin-top: 0;
}
.form-field .form-type-phone label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-field .form-type-phone.form-field-prefix {
  width: 40%;
}
.form-field .form-type-phone.form-field-number {
  width: 60%;
}
.form-field .form-type-phone select {
  min-width: auto;
  width: 100%;
  border-right: 0;
}

.form-field-select {
  min-width: 120px;
  height: 60px;
  line-height: 60px;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  color: #101010;
  padding: 0 20px;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
}
.form-field-select option {
  background: #fff;
  color: #000;
}

.form-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.field-invalid-message {
  display: block;
  background: #ff7878;
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
  padding: 10px 20px;
}

/* --- RESERVATION PAYMODE --- */
.choose-paymode {
  display: table;
  width: 100%;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
}
.choose-paymode:first-child {
  margin-top: 50px;
}
.choose-paymode > div {
  display: table-cell;
  padding: 20px 0 20px 20px;
  vertical-align: middle;
}
.choose-paymode > div:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 20px;
}
.choose-paymode > div:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 30px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.choose-paymode.button2 {
  background: #101010;
  color: #fff;
}
.choose-paymode.button2:hover > div:after {
  opacity: 1;
}
.choose-paymode.button3 {
  background: #f4f4f4;
  color: #101010;
}
.choose-paymode.button3 > div:before {
  border-color: #101010;
}
.choose-paymode.button3 > div:after {
  opacity: 0;
  background: #101010;
}
.choose-paymode:hover > div:after {
  opacity: 0.3;
}

.checkButton {
  width: 30px;
  position: relative;
}
.checkButton input {
  display: none;
}

.checkButton input[type=radio]:checked + label:after {
  opacity: 1;
}

.paymode-ssl {
  float: right;
  margin: 5px 0 0 20px;
}

.paymode-icon {
  display: none;
}

.paymode-info {
  display: none;
  font-size: 14px;
  font-weight: 700;
  padding: 40px;
  border: 1px solid #eef0f2;
  overflow: hidden;
}
.paymode-info.open {
  display: block;
}

.paymode-expire {
  font-weight: 400;
}

.paymode-deposit-select {
  margin: 20px 20px 20px 0;
}

/* --- RESERVATION DETAILS --- */
.reservation-details {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.reservation-details > div {
  display: table-cell;
  vertical-align: top;
}

.reservation-details-name {
  margin-bottom: 5px;
}

.reservation-criteria {
  margin: 10px 5px 10px 5px;
}

.reservation-criteria-item {
  margin-top: 10px;
}

.paysteps {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.paysteps > div {
  display: table-row;
}
.paysteps > div > div {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 5px 10px;
  border: 1px solid #eef0f2;
}
.paysteps > div.paysteps-head > div {
  background: #eef0f2;
  color: #101010;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.paysteps > div.paysteps-head > div:first-child {
  border-left-color: #eef0f2;
}
.paysteps > div.paysteps-head > div:last-child {
  border-right-color: #eef0f2;
}
.paysteps .custom-button {
  white-space: nowrap;
}
.paysteps .nowrap {
  white-space: nowrap;
}

/* --- RESERVATION SUMMARY --- */
.book-summary {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
.book-summary:first-child {
  margin-top: 25px;
}
.book-summary td {
  font-size: 14px;
  line-height: 22px;
  background: #f9f9f9;
  padding: 10px 20px;
  word-break: break-word;
}
.book-summary td:first-child {
  width: 200px;
  font-weight: 700;
  text-transform: uppercase;
}

/* --- MANAGE RESERVATION --- */
.button-1,
.button-2 {
  display: inline-block;
  float: right;
  background: var(--button1Bg);
  color: var(--button1Text);
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  margin-left: 20px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.button-1:hover,
.button-2:hover {
  background: var(--button1BgRgbDarken);
}
.button-1 .fa,
.button-2 .fa {
  display: inline-block;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}

/* ===================================
   TOP TEXT
=================================== */
#topText {
  display: none;
}

/* ===================================
   SOCIAL LOGIN
=================================== */
.box-login-wrap {
  position: relative;
}

.login-controls {
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 50px;
}

.login-controls a {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 15px;
  background: #101010;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.login-controls a .fa {
  font-size: 18px;
  margin-left: 5px;
}

#logoutbutton {
  display: none;
}
#logoutbutton .fa {
  float: right;
  margin: 10px 0 0 10px;
}

#loginformpopup {
  display: none;
  overflow: hidden;
  background: #f9f9f9;
  color: #101010;
  margin-top: 40px;
  position: relative;
}
#loginformpopup:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
}
#loginformpopup .box-content {
  display: table-cell;
  width: 50%;
  padding: 40px;
  border: 0;
}
#loginformpopup .login-title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#loginformpopup iframe {
  width: 100%;
  height: 42px;
  margin-bottom: 20px;
}
#loginformpopup .form-fieldset {
  margin: 0;
}
#loginformpopup .form-field {
  margin: 0 0 20px 0;
}
#loginformpopup .form-field input {
  width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.submitlogin {
  overflow: hidden;
}

.submitlogin-btn {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  background: var(--button1Bg);
  color: var(--button1Text);
  min-width: 130px;
  line-height: 20px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.submitlogin-btn:hover {
  background: var(--button1BgRgbDarken);
}

#submitrecoverpassword {
  text-align: center;
}
#submitrecoverpassword input,
#submitrecoverpassword a {
  float: none;
}

.recoverPassword,
.recoverReturn {
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.recoverPasswordContent {
  display: none;
}

#loginmessages {
  display: none;
  font-size: 13px;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 3px;
}

.loginerrormessage {
  background: #a00;
}

.loginokmessage {
  background: #229022;
}

.createaccountsection {
  border-top: 1px solid #eef0f2;
  padding-top: 20px;
}

.section-check {
  margin-top: 20px;
}
.section-check:first-child {
  margin-top: 0;
}

.createaccountsection {
  border-top: #101010;
  padding-top: 20px;
  clear: both;
}

.slideAccountButton {
  position: relative;
}
.slideAccountButton label {
  cursor: pointer;
}
.slideAccountButton label > div {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #b5b5b5;
  border-radius: 3px;
}
.slideAccountButton label > span {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-left: 40px;
  text-transform: uppercase;
}

.slideAccountButton label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slideAccountButton label:hover::after {
  opacity: 1;
}

.slideAccountButton input[type=checkbox] {
  display: none;
  visibility: hidden;
}

.slideAccountButton input[type=checkbox]:checked + label > div {
  background: #101010;
  border-color: #101010;
}

.slideAccountButton input[type=checkbox]:checked + label:after {
  border-color: #fff;
  opacity: 1;
}

.slideAccountButton input[type=checkbox].check-required + label > div {
  background: #ff7878;
  border-color: #ff7878;
}

.slideAccountButton input[type=checkbox].check-required + label:after {
  border-color: #fff;
}

span.required {
  font-size: 14px;
  color: #101010;
  vertical-align: top;
  text-indent: 0;
}

/* ===================================
   CART
=================================== */
#cart {
  position: relative !important;
  top: auto !important;
  background: #fff;
  color: #101010;
  margin-top: 40px;
  overflow: hidden;
}

.cart-content {
  display: table;
  width: 100%;
}
.cart-content .cart-head {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 30px 40px;
  cursor: pointer;
}
.cart-content .cart-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.cart-content .cart-rooms,
.cart-content .cart-guests,
.cart-content .cart-nights {
  display: inline-block;
  /*text-transform: lowercase;*/
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  background: var(--button3Bg);
  color: var(--button3Text);
  padding: 5px 15px;
  margin: 5px 5px 0 5px;
}
.cart-content .cart-rooms .fa,
.cart-content .cart-guests .fa,
.cart-content .cart-nights .fa {
  display: none;
}
.cart-content .add-room {
  display: none;
}

.cart-day {
  font-size: 0;
  text-align: center;
  background: #f9f9f9;
  color: #101010;
  margin-bottom: 30px;
  padding: 20px 0 15px 0;
  overflow: hidden;
  cursor: pointer;
}
.cart-day > div {
  display: inline-block;
  width: 100px;
  background: #fff;
  color: #101010;
  margin: 0 10px;
  padding-bottom: 15px;
  box-sizing: border-box;
  position: relative;
}

.cart-day-lb {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  background: var(--button1Bg);
  color: var(--button1Text);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cart-day-nd {
  font-size: 40px;
  line-height: 46px;
}

.cart-day-st,
.cart-day-rd {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

/* ===================================
   CART ITEMS
=================================== */
.cart-items {
  background: #fff;
  color: #101010;
}
.cart-items .cart-table {
  padding: 0 40px 30px 40px;
}
.cart-items .cart-table:first-child {
  padding-top: 40px;
}
.cart-items .cart-table .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
}
.cart-items .cart-table .title .title-head > div.type {
  width: 45px;
  float: left;
}
.cart-items .cart-table .title .title-head > div.type .fa {
  width: 30px;
  height: 30px;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
}
.cart-items .cart-table .title .title-head > div.name {
  padding-left: 0;
}
.cart-items .cart-table .title .title-head > div.price {
  font-size: 14px;
  color: var(--button1Bg);
  padding-left: 45px;
  white-space: nowrap;
}
.cart-items .subtitle {
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 10px;
  text-align: left;
  text-transform: none;
}
.cart-items .subtitle > div {
  display: table-cell;
}
.cart-items .subtitle > div:first-child {
  width: 35px;
}

div.cart-amount-excluded,
div.cart-amount {
  font-size: 18px;
  padding: 30px 40px;
  border-top: 5px solid #f9f9f9;
}
div.cart-amount-excluded > div > div:first-child,
div.cart-amount > div > div:first-child {
  text-transform: uppercase;
  line-height: 20px;
}
div.cart-amount-excluded .subtitle,
div.cart-amount .subtitle {
  line-height: 18px;
  text-align: center;
  text-transform: initial;
}
div.cart-amount-excluded div.price,
div.cart-amount div.price {
  font-size: 32px;
  font-weight: 700;
  color: var(--button1Bg);
  line-height: 38px;
  white-space: nowrap;
  margin-top: 20px;
}
div.cart-amount-excluded .cart-pricerack,
div.cart-amount .cart-pricerack {
  font-size: 14px;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 18px;
  margin-top: 10px;
}

div.cart-amount-excluded-decoration {
  opacity: 0.5;
}

.amount-confirm {
  height: 62px;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  background: var(--button1Bg);
  color: var(--button1Text);
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.amount-confirm:hover {
  background: var(--button1BgRgbDarken);
}
.amount-confirm .fa {
  display: none;
}

/* --- CART CUSTOM ICON --- */
.icon-type0:before {
  content: "\f02b";
}

.icon-type1:before {
  content: "\f236";
}

.icon-type2:before {
  content: "\f0c4";
  color: #900;
}

.icon-type3:before {
  content: "\f07a";
}

.icon-type4:before {
  content: "\f02b";
}

.icon-type5:before {
  content: "\f132";
}

.hide {
  display: none !important;
}

/* --- CART HOTEL ITEMS --- */
.cart-hotel {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  background: #fff;
  color: #101010;
  margin-bottom: 30px;
  padding: 0 5px;
  text-align: left;
}
.cart-hotel > div {
  display: table-cell;
  vertical-align: middle;
}
.cart-hotel > div:first-child {
  width: 80px;
}
.cart-hotel .cart-thumb {
  display: none;
}
.cart-hotel .cart-hotel-name b {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.cart-hotel .cart-hotel-name .fa {
  display: block;
  margin-top: 3px;
}

/* ===================================
   STEPBAR
=================================== */
.stepbar-container {
  margin-top: 10px;
}

.stepbar {
  background: #fff;
  margin: 0 auto 50px auto;
  padding: 25px 50px;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-filter: blur(0);
}

.stepbar-fixed {
  display: none !important;
}

.stepbar-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: var(--button1Bg);
  text-align: center;
}

.step-prev,
.step-next {
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  z-index: 2;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.step-prev .fa,
.step-next .fa {
  display: none;
}

.step-prev {
  float: left;
  padding: 0;
  background: none;
  color: #b5b5b5;
}

.step-next {
  float: right;
  background: var(--button1Bg);
  color: var(--button1Text);
}
.step-next:hover {
  background: var(--button1BgRgbDarken);
}

.step-price {
  display: table;
  width: 100%;
  padding: 35px 0;
  line-height: 26px;
}
.step-price > div {
  display: table-cell;
  vertical-align: middle;
}
.step-price b {
  font-size: 28px;
  color: #101010;
}
.step-price .cart-pricerack {
  font-size: 12px;
  font-weight: 600;
  color: #b5b5b5;
}

/* ===================================
   ALERT MESSAGE
=================================== */
.alert-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.8);
}

.alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 400px;
  font-size: 16px;
  font-weight: 400;
  background: var(--button3Bg);
  color: var(--button3Text);
  margin: 4em auto 4em;
  cursor: auto;
  padding: 50px;
  text-align: center;
}
.alert.alert-error {
  background: #e47675;
  color: #fff;
}
.alert b {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.alert-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../_images/close.png") no-repeat center center;
  cursor: pointer;
  z-index: 2;
}

/* ===================================
   RESPONSIVE
=================================== */
@media (max-width: 1024px) {
  #main {
    padding: 0 20px;
  }
  .form-field label {
    font-size: 14px;
  }
  .form-field select {
    min-width: auto;
  }
  .form-field span {
    width: 8px;
  }
  .paymode-deposit-select {
    display: block;
    width: 100%;
  }
  .stepbar-txt {
    position: relative;
    top: auto;
  }
}
@media (max-width: 768px) {
  .right-content {
    width: 100%;
    margin: 70px 0 0 0;
    float: none;
  }
  .right-content .cart-amount,
.right-content .amount-confirm {
    display: none;
  }
  #center > form {
    margin-top: -40px;
  }
  .stepbar-txt {
    position: relative;
    top: auto;
  }
}
@media (max-width: 425px) {
  #main {
    padding: 0;
  }
  .right-content {
    margin-top: -5px;
  }
  #center > form {
    margin-top: -40px;
  }
  .cart-items .cart-table {
    padding-right: 20px;
    padding-left: 20px;
  }
  .box-theme-3 {
    padding: 20px;
  }
  .form-fieldset {
    margin-right: 0;
  }
  .form-field-full,
.form-field-half,
.form-field-half-2 {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .paymode-info {
    padding: 20px;
  }
  .stepbar-txt {
    position: relative;
    top: auto;
  }
  .step-price {
    padding-bottom: 0;
  }
  .book-summary tr {
    display: block;
    margin-top: 5px;
  }
  .book-summary td {
    display: block;
  }
  .book-summary td:first-child {
    width: auto;
  }
  .alert {
    left: 20px;
    right: 20px;
    width: auto;
  }
}
.page-action-acr-step5 #footer {
  position: relative;
}

/*
datepicker.scss
Copyright (C) 2014  Nexteam S.r.l., All rights reserved.
*/
#ui-datepicker-div {
  display: none;
  z-index: 9999 !important;
  color: #000;
}

.ui-datepicker {
  padding-bottom: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
  border-top: 0;
}
.ui-datepicker table {
  width: 294px;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto;
}
.ui-datepicker .ui-datepicker-header {
  height: 45px;
  line-height: 47px;
  background: #101010;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.ui-datepicker .ui-datepicker-header:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 24px;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
}
.ui-datepicker th {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  background: #101010;
  color: #fff;
  border-top: 1px solid #fff;
  height: 24px;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
.ui-datepicker td {
  width: 14%;
  padding: 0 2px;
  position: relative;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  margin-top: 1px;
  position: relative;
  border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.ui-datepicker td:hover a {
  background: #101010;
  color: #fff;
}
.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: block;
  width: 24px;
  height: 26px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden;
  position: absolute;
  top: 10px;
  color: #fff;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font: normal normal normal 20px/1 FontAwesome;
  line-height: 26px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ui-datepicker-prev:before {
  content: "\f0d9";
}

.ui-datepicker-next:before {
  content: "\f0da";
}

.ui-datepicker-calendar a {
  color: #000;
}

.ui-datepicker-today a {
  border: 0 !important;
}

.ui-datepicker-today a,
.ui-datepicker-today span {
  background: #101010;
  color: #fff;
}

.ui-datepicker-unselectable .ui-state-default {
  background-color: #fff;
  color: #ccc;
}

.ui-datepicker-other-month a,
.ui-datepicker-other-month span {
  background-color: #fff;
}

.ui-datepicker-calendar td:hover a.ui-state-active,
.ui-datepicker-calendar .ui-state-active {
  background-color: var(--button1Bg);
  color: var(--button1Text);
}

/* =================================== */
@media (max-width: 1280px) {
  .wrapper {
    width: auto;
  }
  .bg-image-text {
    margin-top: -140px;
  }
  .hotel-popup .hotel-popup-text {
    width: 360px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap {
    width: 360px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap:before {
    width: 260px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap:after {
    width: 260px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-services > div {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  #bg-image .bg-image-btn {
    bottom: 30px;
  }
  #bg-image .bg-image-text {
    font-size: 40px;
    line-height: 48px;
    margin-top: -100px;
  }
  #bg-image .bg-image-text b {
    font-size: 30px;
  }
  #bg-image .bg-image-text > div {
    font-size: 24px;
    line-height: 33px;
    margin-top: 60px;
  }
  .last-avail-msg {
    padding-right: 80px;
    padding-left: 80px;
  }
  .proposals-hotel {
    padding-right: 80px;
    padding-left: 80px;
  }
  .proposals-timeline {
    margin-left: 80px;
  }
  .proposals-timeline div {
    left: 99px;
  }
  .proposals-timeline.out:before {
    left: 98px;
  }
  .proposals-room.proposals-change .proposals-room-title {
    padding-left: 140px;
  }
  .proposals-room.proposals-change .proposals-room-text > div:first-child {
    padding-left: 140px;
  }
  .proposals-room .proposals-room-title {
    padding-right: 80px;
    padding-left: 80px;
  }
  .proposals-room .proposals-room-text > div:first-child {
    padding-right: 80px;
    padding-left: 80px;
  }
  .proposals-room .proposals-room-text > div:last-child {
    padding-right: 80px;
  }
  .proposals-room-number {
    padding-right: 80px;
    padding-left: 80px;
  }
  .proposals-room-number.proposals-room-number-cross {
    padding-left: 80px;
  }
  .proposals-rate .proposals-rate-title {
    padding-right: 80px;
    padding-left: 80px;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div {
    padding-right: 80px;
    padding-left: 80px;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-desc {
    margin-right: 80px;
    margin-left: 80px;
  }
  .proposals-services {
    padding-right: 20px;
    padding-left: 20px;
  }
  .proposals-services .proposals-service-gallery a:nth-child(n+3) {
    display: none;
  }
  .proposals-total .proposals-total-title {
    margin-right: 20px;
    margin-left: 20px;
  }
  .proposals-total .proposals-total-summary {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .proposals-total .proposals-total-summary > div {
    width: 40%;
  }
  .proposals-total .proposals-total-summary > div:last-child {
    width: 59%;
  }
  .proposals-slider:before {
    left: 98px;
  }
  .proposals-slider .owl-stage {
    padding-left: 80px;
  }
  .proposal-code {
    padding: 0 80px;
  }
  #quick-info {
    margin-right: -10px;
    margin-left: 40px;
  }
  #quick-info .quick-info-title {
    margin-right: 0;
  }
  #quick-info .quick-list {
    width: calc(50% - 50px);
    margin-right: 50px;
  }
  .onrequest-info {
    right: 11px;
  }
  .onrequest-box {
    right: 44px;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  #header .logo {
    position: relative;
    top: auto;
    left: auto;
  }
  #header > div {
    margin-top: 10px;
  }
  #bg-image .bg-image-text > div {
    padding-right: 100px;
    padding-left: 100px;
  }
  .offer .offer-title div {
    display: none !important;
  }
  .proposals-room.proposals-change .proposals-room-title {
    padding-left: 140px;
  }
  .proposals-room.proposals-change .proposals-room-text > div:first-child {
    padding-left: 140px;
  }
  .proposals-room .proposals-room-text > div:first-child {
    padding-right: 50px;
    padding-left: 50px;
  }
  .proposals-room .proposals-room-text > div:last-child {
    width: 100%;
    padding-right: 50px;
  }
  .proposals-room .proposals-room-text > div:last-child > div span {
    display: inline-block;
  }
  .proposals-rate .proposals-rate-title {
    padding-right: 50px;
    padding-left: 50px;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div {
    padding-right: 50px;
    padding-left: 50px;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-desc {
    margin-right: 50px;
    margin-left: 50px;
  }
  .proposals-total .proposals-total-summary > div:last-child > div:first-child > div {
    display: inline-block;
  }
  .proposals-total .proposals-total-msg {
    display: none !important;
  }
  .proposals-slider .owl-nav {
    display: none !important;
  }
  .proposal-code {
    padding: 0 20px;
  }
  #quick-info {
    margin-top: 40px;
    margin-right: 40px;
  }
  #quick-info .quick-list {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  #quick-info .quick-list-gallery .owl-item a {
    height: 355px;
  }
  #quick-info .quick-list-gallery .owl-nav {
    display: none !important;
  }
  #quick-info .quick-markers {
    display: none;
  }
  #quick-info .quick-list-desc {
    padding: 0 35px;
  }
  #messages .messages-list {
    padding: 0 50px;
  }
  #messages .messages-list > div {
    width: auto;
    margin-left: 60px;
  }
  #messages .messages-list > div.messages-operator {
    margin-right: 60px;
  }
  #messages .messages-list > div.messages-old {
    display: none;
  }
  #messages .messages-list .messages-body {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
  }
  #messages .message-area {
    padding-right: 50px;
    padding-left: 50px;
  }
  .map-wrap {
    padding-right: 50%;
  }
  .map-wrap .map-address {
    width: 50%;
  }
  .hotel-popup {
    display: block;
  }
  .hotel-popup > div {
    display: block;
  }
  .hotel-popup .hotel-popup-gallery .popup-slider {
    position: relative !important;
    height: 60%;
  }
  .hotel-popup .hotel-popup-gallery .hotel-popup-controls > i {
    bottom: 30px;
  }
  .hotel-popup .hotel-popup-gallery .hotel-popup-controls .slider-caption {
    bottom: 30px;
  }
  .hotel-popup .hotel-popup-text {
    width: 100%;
    height: 40%;
    overflow-y: auto;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap:before {
    top: 60%;
    left: 50px;
    width: auto;
    height: 30px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap:after {
    top: 100%;
    left: 50px;
    width: auto;
    margin-top: -30px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap > div {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-close {
    top: 20px;
    right: 20px;
    z-index: 300;
    padding: 0;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-contacts {
    font-size: 0;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-contacts > div {
    display: inline-block;
    width: 50%;
    width: calc(50% - 10px);
    vertical-align: top;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-services {
    margin-right: -50px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-services > div {
    display: inline-block;
    width: 50%;
    width: calc(50% - 50px);
  }
}
@media (max-width: 768px) {
  #header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #header .logo {
    height: 40px;
  }
  #header > div {
    font-size: 14px;
    line-height: 18px;
  }
  #bg-image .bg-image-text {
    font-size: 24px;
    line-height: 33px;
  }
  #bg-image .bg-image-text b {
    font-size: 24px;
  }
  #bg-image .bg-image-text > div {
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .offer.clicked .tab-list {
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px;
  }
  .offer > div:first-child {
    padding-right: 20px;
    padding-left: 20px;
    table-layout: initial;
  }
  .offer .offer-history {
    width: 10%;
  }
  .offer .offer-history > i {
    font-size: 16px;
  }
  .offer .offer-history > span {
    display: none;
  }
  .offer .offer-title {
    width: 80%;
    font-size: 18px;
    line-height: 25px;
  }
  .offer .offer-title span {
    line-height: 19px;
    font-size: 14px;
  }
  .offer .offer-operator {
    width: 10%;
  }
  .offer .offer-operator > div div:first-child {
    display: none;
  }
  .offer .offer-operator > div div:last-child {
    width: 40px;
    height: 40px;
    margin-left: 0;
  }
  .proposals.clicked {
    padding-top: 153px;
  }
  .proposals-timeline {
    margin-left: 10px;
  }
  .proposals-timeline div {
    left: 29px;
  }
  .proposals-timeline div:before {
    height: 259px;
    top: 80px;
  }
  .proposals-timeline.out:before {
    left: 28px;
  }
  .proposals-room {
    padding-top: 30px;
  }
  .proposals-room.proposals-change .proposals-room-title {
    padding-left: 70px;
  }
  .proposals-room.proposals-change .proposals-room-text > div:first-child {
    padding-left: 70px;
  }
  .proposals-room .proposals-room-title {
    font-size: 24px;
    line-height: 33px;
    padding-right: 30px;
    padding-left: 20px;
  }
  .proposals-room .proposals-room-text {
    display: block;
  }
  .proposals-room .proposals-room-text > div {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .proposals-room .proposals-room-text > div:first-child {
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }
  .proposals-room .proposals-room-text > div:last-child {
    padding-right: 20px;
    padding-left: 70px;
  }
  .proposals-room .proposals-room-text > div:last-child.change {
    padding-left: 70px;
  }
  .proposals-room .proposals-room-desc .room-text {
    max-height: 66px;
  }
  .proposals-room-number {
    font-size: 24px;
    line-height: 33px;
    padding-right: 80px;
    padding-left: 20px;
  }
  .proposals-room-number.proposals-room-number-cross {
    padding-left: 10px;
  }
  .last-avail-msg {
    padding-left: 20px;
  }
  .proposals-rate .proposals-rate-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .proposals-rate .proposals-rate-title b {
    display: block;
    margin-right: 0;
  }
  .proposals-rate .proposals-rate-title > div {
    margin-right: 10px;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-label {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div {
    display: block;
    padding-right: 80px;
    padding-left: 20px;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) {
    margin-top: 10px;
    padding-right: 80px;
    text-align: left;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) > span {
    vertical-align: bottom;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) > span.proposals-rate-msg {
    vertical-align: bottom;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-label > div:nth-child(2) > span.proposals-rate-pricerack {
    vertical-align: bottom;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-desc {
    margin-right: 80px;
    margin-left: 20px;
  }
  .proposals-rate .proposals-rate-meal > div > div.proposals-meal-desc > div {
    border-top: 1px solid var(--highlight2Text);
    margin-bottom: 40px;
  }
  .proposals-rate-radio {
    position: absolute !important;
    top: 50%;
    right: 20px;
    margin-top: -20px;
  }
  .proposals-total:before {
    height: 213px;
  }
  .proposals-total .proposals-total-title {
    margin-right: 10px;
    margin-left: 10px;
  }
  .proposals-total .proposals-total-summary {
    margin-right: 10px;
    margin-left: 10px;
    padding: 30px;
  }
  .proposals-total .proposals-total-summary > div {
    display: block;
    width: 100%;
  }
  .proposals-total .proposals-total-summary > div:first-child {
    text-align: center;
  }
  .proposals-total .proposals-total-summary > div:last-child {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .proposals-total .proposals-total-summary > div:last-child > div:last-child {
    padding-left: 0;
  }
  .proposals-total .proposals-total-summary .proposals-item-not-bookable .proposals-phone-num {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .proposals-total .proposals-total-summary .proposals-summary-icon {
    margin-right: 15px;
    margin-left: 15px;
  }
  .proposals-total .proposals-total-summary .proposals-summary-price {
    display: block;
  }
  .proposals-hotel {
    padding: 20px 30px 20px 20px;
  }
  .proposals-hotel .proposals-hotel-text {
    line-height: 33px;
    font-size: 24px;
  }
  .proposals-hotel .proposals-hotel-text span {
    line-height: 20px;
    font-size: 14px;
  }
  .proposals-slider {
    margin-top: 25px;
  }
  .proposals-slider:before {
    left: 28px;
    height: 259px;
  }
  .proposals-slider .owl-stage-outer {
    height: 239px;
  }
  .proposals-slider .owl-stage {
    padding-left: 0;
  }
  .proposals-slider .owl-item > div > div:first-child {
    width: 100%;
    height: 239px;
  }
  #quick-info {
    margin: 0 10px 20px 10px;
  }
  #quick-info .quick-info-title:before, #quick-info .quick-info-title:after {
    display: none;
  }
  #quick-info .quick-list li > div {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0 0 30px 30px;
    position: relative;
  }
  #quick-info .quick-list li > div.open {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
  }
  #quick-info .quick-list li > div:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    height: 30px;
    background: var(--button5Bg);
  }
  #quick-info .quick-list-gallery {
    margin-top: 20px;
  }
  #quick-info .quick-list-gallery > h2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  #quick-info .quick-list-gallery .quick-list-gallery-desc {
    padding-right: 20px;
    padding-left: 20px;
  }
  #quick-info .quick-list-gallery .owl-item a {
    height: 225px;
  }
  #quick-info .quick-list-desc {
    padding: 0 20px;
  }
  .quick-map-wrap {
    margin-bottom: -10px;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
  }
  #messages {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #messages .messages-title {
    line-height: 33px;
    font-size: 24px;
  }
  #messages .messages-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  #messages .messages-history {
    margin-top: 40px;
  }
  #messages .messages-list {
    margin-top: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  #messages .messages-list > div {
    margin-left: 40px;
    padding: 20px;
  }
  #messages .messages-list > div.messages-operator {
    margin-right: 40px;
  }
  #messages .messages-list .messages-photo {
    display: none;
  }
  #messages .messages-list .messages-user b {
    line-height: 22px;
    font-size: 16px;
  }
  #messages .messages-list .messages-user span {
    font-size: 10px;
    margin-left: 10px;
  }
  #messages .message-area {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #messages .message-area textarea {
    min-height: 56px;
    font-family: "Avenir", sans-serif;
    padding: 20px;
  }
  #messages .message-area input {
    height: 40px;
    line-height: 40px;
    font-family: "Avenir", sans-serif;
    font-size: 18px;
    padding: 0 43px;
  }
  .map-wrap {
    padding-right: 0;
    padding-bottom: 425px;
  }
  .map-wrap #map {
    height: 425px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .map-wrap .map-address {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    padding: 40px 80px 40px 30px;
  }
  .map-wrap .map-address > div:last-child {
    display: none;
  }
  #main {
    margin-bottom: 246px;
  }
  .hotel-popup .hotel-popup-gallery .popup-slider {
    height: 30%;
  }
  .hotel-popup .hotel-popup-gallery .hotel-popup-controls {
    display: none;
  }
  .hotel-popup .hotel-popup-text {
    height: 70%;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap:before {
    top: 30%;
    right: 30px;
    left: 30px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap:after {
    right: 30px;
    left: 30px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap > div {
    padding: 30px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-contacts > div {
    display: block;
    width: 100%;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-services {
    margin-right: 0;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-services > div {
    display: block;
    width: 100%;
  }
  #footer {
    font-size: 12px;
    line-height: 16px;
    padding: 30px 10px;
  }
  #credits .credits-powered {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  #credits .credits-powered > a,
#credits .credits-powered > div {
    margin-right: 12.5px;
    margin-left: 12.5px;
  }
  .lex-content > div {
    margin: 5em auto 2em;
    padding: 60px 20px;
  }
  .lex-content .lex-title {
    margin-bottom: 50px;
  }
  .acr-popup .acr-popup-title {
    font-size: 30px;
    line-height: 41px;
  }
  .acr-popup .acr-popup-btn {
    font-size: 16px;
    line-height: 22px;
    border-radius: 50px;
    margin-top: 60px;
  }
  .acr-popup .acr-popup-text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
  }
  .onrequest-info {
    top: 200px;
  }
  .onrequest-box {
    top: 160px;
  }
}
@media (max-width: 360px) {
  .proposals-total .proposals-total-summary .proposals-item-btn {
    padding-right: 52px;
    padding-left: 52px;
  }
  .proposals-total .proposals-total-summary .proposals-item-not-bookable {
    padding-right: 52px;
    padding-left: 52px;
  }
  .proposals-slider:before {
    height: 222px;
  }
  .proposals-slider .owl-stage-outer {
    height: 202px;
  }
  .proposals-slider .owl-item > div > div:first-child {
    height: 202px;
  }
  #quick-info .quick-list-gallery .owl-item a {
    height: 192px;
  }
}
/* =================================== */
