/*
list.scss
Copyright (C) 2022  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: #eef0f2;
$baseText: #020122;

$sectionBg: #fff;
$sectionText: #020122;

$footerBg: #f9f9f9;
$footerText: #020122;

$highlightBg: #fff;
$highlightText: #020122;

$highlight2Bg: #eff0f2;
$highlight2Text: #020122;

$button1Bg: #2680c2;
$button1Text: #fff;

$button2Bg: #020122;
$button2Text: #fff;

$button3Bg: #eff0f2;
$button3Text: #2680c2;

$button4Bg: #bcccdc;
$button4Text: #fff;

$button5Bg: #fff;
$button5Text: #bcccdc;*/
/* =================================== */
/*$red: #cc3333;*/
/*$redLight: #de6666;*/
/*$blue: $button1Bg;*/
/*$grayLight: $button4Bg;*/
/*$grayLightest: $button3Bg;*/
/* colori elementi persuasivi ereditati dal BeGain */
/* ===================================
   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: #d9e2ec;
}

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

/* ===================================
   GENERIC RULES
=================================== */
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: var(--sectionBg);
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-weight: normal;
  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;
}

/* =================================== */
/* ===================================
ANIMAZIONI
=================================== */
.ctaAnim {
  overflow: hidden;
  position: relative;
}
.ctaAnim:before {
  content: "";
  width: 36px;
  background: var(--button1BgRgbLighten);
  transform: skewX(-30deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  opacity: 0;
  animation: ctaAnim 4s 2s infinite;
}

@keyframes ctaAnim {
  0% {
    opacity: 1;
  }
  25% {
    left: 120%;
    opacity: 1;
  }
  25.1%, 25.2% {
    opacity: 0;
  }
}
/* ===================================
   List Layout
=================================== */
#header {
  background: var(--sectionBg);
  color: var(--button1Bg);
  /*color: #2680C2;*/
  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;
}

@media (max-width: 1024px) {
  #header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #header .logo {
    height: 40px;
  }
  #header > div {
    font-size: 14px;
    line-height: 18px;
  }
  #header .logo {
    position: relative;
    top: auto;
    left: auto;
  }
  #header > div {
    margin-top: 10px;
  }
}
.hide {
  display: none !important;
}

#main {
  background: var(--baseBg);
  color: var(--baseText);
  border-bottom: 2px solid var(--baseBg);
  position: relative;
  z-index: 2;
}

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

#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;
  position: absolute;
  bottom: 100px;
  right: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
}
#bg-image .bg-image-btn i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
#bg-image .bg-image-btn i:hover {
  color: var(--button1Bg);
}
#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: 68px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  margin-top: -170px;
}
#bg-image .bg-image-text b {
  display: block;
}
#bg-image .bg-image-text span {
  font-weight: bolder;
  display: block;
  /*      mettere button1bg al posto del valore esadecimale*/
  color: var(--button1Bg);
  padding: 0 20px;
}
#bg-image .bg-image-text > div {
  font-size: 30px;
  line-height: 41px;
  margin-top: 50px;
  padding: 0 30px;
}

@media (max-width: 1270px) {
  #bg-image .bg-image-btn {
    bottom: 60px;
  }
}
@media (max-width: 1024px) {
  #bg-image .bg-image-btn {
    bottom: 40px;
  }
}
@media (max-width: 768px) {
  #bg-image .bg-image-btn {
    bottom: 30px;
  }
  #bg-image .bg-image-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }
  #bg-image .bg-image-text {
    font-size: 24px;
    line-height: 33px;
    margin-top: -75px;
  }
  #bg-image .bg-image-text > div {
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
  }
}
#list-layout {
  position: relative;
}

/* ===================================
   OFFER
=================================== */
.offer {
  background: var(--sectionBg);
  color: var(--sectionText);
}
.offer.clicked {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--baseBg);
}
.offer.clicked.fixed {
  position: fixed;
  z-index: 3000;
}
.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: 35px 120px;
  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(--highlight2TextRgbDarken);
}
.offer .offer-history > i {
  font-size: 16px;
  color: var(--button1Bg);
  vertical-align: middle;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.offer .offer-history > i.open {
  color: var(--highlight2Text);
}
.offer .offer-history > i.open:before {
  content: "\f102";
}
.offer .offer-history > span {
  font-size: 16px;
  color: var(--button1Bg);
  margin-right: 10px;
  vertical-align: sub;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.offer .offer-history > span.open {
  color: var(--highlight2Text);
}
.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: 500;
}
.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);
  box-sizing: border-box;
  margin-left: 20px;
}
.offer .offer-operator > div div b {
  color: var(--button1Bg);
}
.offer .offer-operator > div div span {
  display: block;
  font-size: 11px;
  line-height: 15px;
}
.offer .offer-operator > div:hover span {
  text-decoration: underline;
}

.proposals {
  margin-top: 20px;
  position: relative;
}
.proposals.first {
  margin-top: 0;
}
.proposals.clicked {
  padding-top: 130px;
  padding-bottom: 50px;
}

/* ===================================
  FINE  OFFER
=================================== */
.proposal-wrapper {
  text-align: center;
  padding: 0;
  max-height: 0;
  transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  overflow: hidden;
}
.proposal-wrapper.open {
  padding: 20px 60px 10px 60px;
  max-height: none;
}

/* PROPOSTA ------------------------------------------ */
.badge-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.badge-wrapper .proposal-favorite-badge {
  position: absolute;
  transform: translateY(-5px);
  margin-bottom: -5px;
  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 14px 8px 12px;
  height: 32px;
  line-height: 32px;
}

.proposal {
  max-width: 970px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 24px;
}
.proposal.isFavorite {
  margin-top: 40px;
  border: 4px solid var(--button1Bg);
  outline: 4px solid var(--button1Bg);
}
.proposal.isFavorite .proposal-room-counter:first-of-type {
  padding-top: 24px;
}
.proposal.isFavorite .proposal-item-multi {
  margin: -2px;
  border-top-width: 8px;
}

.proposal-room-counter {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 16px;
  font-weight: bold;
  padding: 16px;
  text-transform: uppercase;
  color: var(--button1Bg);
  text-align: center;
  width: 100%;
}

.proposal-room-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /*    border: 1px solid $blueLightest;*/
  border-bottom: 1px solid #d9e2ec;
}
.proposal-room-info h2 {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 16px;
  font-weight: bold;
  padding: 16px;
  text-transform: uppercase;
}
.proposal-room-info h2 i {
  color: var(--button1Bg);
}

ul.room-book-info-list {
  display: flex;
  margin: 0;
  padding: 16px;
  text-indent: 0;
  margin-left: auto;
}
ul.room-book-info-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  line-height: 18px;
  color: #627d98;
  padding-right: 8px;
  text-transform: uppercase;
}
ul.room-book-info-list li i {
  width: 20px;
  color: var(--button1Bg);
}

/* CATENA / HOTEL ---------------------------------- */
.proposal-hotel {
  padding: 96px 16px;
  position: relative;
  overflow: hidden;
}
.proposal-hotel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.proposal-hotel .proposal-hotel-cover {
  background-color: var(--button4Bg);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.proposal-hotel .proposal-hotel-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.proposal-hotel .proposal-hotel-text b {
  display: block;
  line-height: 33px;
  font-size: 24px;
  margin-top: 10px;
  text-transform: uppercase;
}
.proposal-hotel .proposal-hotel-details span {
  /*        --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
                      --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
                      --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";*/
  font-family: "Avenir", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  position: relative;
  z-index: 2;
  cursor: pointer;
  padding: 9px 16px;
  margin-top: 9px;
  display: inline-block;
  width: auto;
  border: 1px solid white;
}
.proposal-hotel .proposal-hotel-details span:hover {
  background-color: white;
  color: var(--button1Bg);
}

.info-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.info-popup > div {
  box-shadow: 0px 0px 15px 0px var(--button4Bg);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
}
.info-popup > div > div:nth-child(2) {
  padding: 40px;
  background-color: white;
  max-height: 100%;
  overflow: auto;
  text-align: left;
}
.info-popup > div .info-popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.info-popup > div .info-popup-close:before, .info-popup > div .info-popup-close:after {
  content: "";
  width: 4px;
  height: 30px;
  background: #fff;
  background: var(--button1Bg);
  position: absolute;
  top: 5px;
  left: 17px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.info-popup > div .info-popup-close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.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 {
  position: relative;
  height: 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: 30px;
  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: 30px;
  right: 90px;
  z-index: 300;
}
.hotel-popup .hotel-popup-text {
  width: 560px;
}
.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 > div .hotel-popup-room-size i {
  color: var(--button1Bg);
}
.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: 100;
  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: 18px;
  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-contacts h2 {
  margin-top: 60px;
  display: block;
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-desc {
  max-height: 220px;
  margin-top: 27px;
  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;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap ul.room-book-info-list {
  padding-left: 0;
  flex-wrap: wrap;
}
.hotel-popup .hotel-popup-text .hotel-popup-text-wrap ul.room-book-info-list li {
  display: flex;
  width: 100%;
}

/* ===================================
ON REQUEST POPUP
=================================== */
.onrequest-info {
  width: 24px;
  height: 24px;
  line-height: 24px !important;
  font-size: 14px;
  background: #fff;
  color: var(--button1Bg);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 30px 5px #d9e2ec;
  box-shadow: 0px 0px 30px 5px #d9e2ec;
}

.onrequest-box {
  display: none;
  position: absolute;
  top: -27px;
  right: 18px;
  min-width: 260px;
  max-width: 340px;
  max-height: 300px;
  overflow: auto;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  background: rgba(var(--button1BgRGB), 0.8);
  color: #fff;
  text-align: left;
  /*-webkit-box-shadow: 0px 0px 30px 5px $blueLightest;*/
  /*box-shadow: 0px 0px 30px 5px $blueLightest;*/
  z-index: 4;
}

/* ===================================
HOTEL POPUP FIX SU LIST
=================================== */
.hotel-popup-close-fix {
  display: none;
}

@media (max-width: 1024px) {
  .hotel-popup-close-fix {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    z-index: 99999;
    cursor: pointer;
  }
  .hotel-popup-close-fix:before, .hotel-popup-close-fix:after {
    content: "";
    width: 4px;
    height: 30px;
    background: #d9d9d9;
    position: absolute;
    top: 5px;
    left: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .hotel-popup-close-fix:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
/* ===================================
service-popup
=================================== */
.side-popup-temp-content {
  display: none;
}

.side-popup {
  text-align: left;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 200px;
  left: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.side-popup.visible {
  opacity: 1;
  z-index: 1000;
  visibility: visible;
}
.side-popup > div {
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.side-popup > div:last-child {
  width: 440px;
}
.side-popup .popup-close {
  top: 16px;
  right: 16px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  background: black;
  color: white;
  border-radius: 16px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 16px;
  padding: 0 16px;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
}
.side-popup .popup-close i {
  font-size: 16px;
  margin-right: 6px;
  transform: translateY(1px);
}
.side-popup .popup-container {
  width: 440px;
  background: white;
  padding: 0 24px 0 24px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.side-popup .popup-container > div:last-child {
  margin-bottom: 60px;
}
.side-popup .popup-container .content-title.xl {
  margin-bottom: 6px;
}
.side-popup .popup-container .popup-description {
  color: var(--baseText);
  margin-top: 16px;
}
.side-popup .popup-container .popup-separator {
  height: 1px;
  background: var(--button4Bg);
  margin: 30px 0;
}
.side-popup .popup-container .popup-proposals-service-item {
  margin-top: 16px;
  padding: 9px;
  border-bottom: 1px solid var(--button4Bg);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.side-popup .popup-container .popup-proposals-service-item > div:nth-child(1) {
  margin: 0 3px;
}
.side-popup .popup-container .popup-proposals-service-item > div:nth-child(2) {
  margin-left: 0;
  margin-right: auto;
}
.side-popup .popup-container .popup-proposals-service-item > div:nth-child(3) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.side-popup .popup-container .popup-proposals-service-item > div:nth-child(3) > span {
  display: inline-flex;
  width: 100%;
}
.side-popup .popup-container .popup-proposals-service-item > div:nth-child(3) > span.proposals-service-rack {
  text-decoration: line-through;
  color: #c0c0c0;
  font-size: small;
}
.side-popup .card-slider {
  width: calc(100% + 48px);
  height: 293px;
  cursor: default;
  margin: 0 -24px 30px -24px;
  background-color: var(--baseBg);
  position: relative;
}
.side-popup .card-slider:hover .card-slider-controls {
  opacity: 1;
  visibility: visible;
}
.side-popup .card-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.side-popup .card-slider .swiper-slide {
  background-size: cover;
  height: 100%;
}
.side-popup .card-slider .card-slider-controls {
  opacity: 0;
  visibility: hidden;
}
.side-popup .card-slider .card-slider-controls i {
  display: block;
  width: 90px;
  font-size: 14px;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.side-popup .card-slider .card-slider-controls i:first-child {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  left: 0;
}
.side-popup .card-slider .card-slider-controls i:first-child:before {
  left: 16px;
}
.side-popup .card-slider .card-slider-controls i:last-child {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  right: 0;
}
.side-popup .card-slider .card-slider-controls i:last-child:before {
  right: 16px;
}
.side-popup .card-slider .card-slider-controls i:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .side-popup > div {
    width: 0;
  }
  .side-popup > div:last-child {
    width: 100%;
  }
  .side-popup .popup-container {
    width: 100%;
  }
  .side-popup .card-slider:hover .card-slider-controls {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
html[dir=rtl] .side-popup {
  /*text-align: left;*/
  text-align: right;
}
html[dir=rtl] .side-popup .popup-close {
  /*right: 16px;*/
  right: auto;
  left: 16px;
  /*box-shadow: rgba(white, 0.2) 0 0 16px;*/
}
html[dir=rtl] .side-popup .popup-close i {
  /*margin-right: 6px;*/
  margin-right: 0;
  margin-left: 6px;
}
html[dir=rtl] .side-popup .popup-container {
  /*right: 0;*/
  right: auto;
  left: 0;
}
html[dir=rtl] .side-popup .popup-container .popup-proposals-service-item > div:nth-child(2) {
  /*margin-left: 0;*/
  margin-right: 0;
  /*margin-right: auto;*/
  margin-left: auto;
}
html[dir=rtl] .side-popup .popup-container .popup-proposals-service-item > div:nth-child(3) {
  flex-direction: row-reverse;
}
html[dir=rtl] .side-popup .card-slider {
  /*width: calc(100% + 48px);*/
}
html[dir=rtl] .side-popup .card-slider .card-slider-controls i:first-child {
  /*                        background: linear-gradient(
                              to right,
                              rgba(black, 0.6),
                              rgba(255, 255, 255, 0)
                              );*/
  /*left: 0;*/
}
html[dir=rtl] .side-popup .card-slider .card-slider-controls i:first-child:before {
  /*left: 16px;*/
}
html[dir=rtl] .side-popup .card-slider .card-slider-controls i:last-child {
  /*                        background: linear-gradient(
                              to left,
                              rgba(black, 0.6),
                              rgba(255, 255, 255, 0)
                              );*/
  /*right: 0;*/
}
html[dir=rtl] .side-popup .card-slider .card-slider-controls i:last-child:before {
  /*right: 16px;*/
}
/*.overlay.open,
.acr-popup {
    display: none!important;
}*/
/* CAMERA ------------------------------------------ */
.proposal-item {
  background-color: #ffffff;
  /*margin-bottom: 16px;*/
}

.proposal-item + .proposal-item {
  margin-top: 16px;
}

.proposal-room {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #d9e2ec;
}

.proposal-room-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.proposal-room-slider {
  background-color: var(--button3Bg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  height: 240px;
  position: relative;
}
.proposal-room-slider .proposal-room-image {
  width: 100%;
  height: 100%;
}
.proposal-room-slider .proposal-room-image > div {
  cursor: pointer;
  height: 100%;
  background-size: cover;
}
.proposal-room-slider .proposal-room-image > .proposal-room-image-count {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  line-height: 24px;
  background: rgba(49, 49, 49, 0.4);
  color: #ffffff;
  font-size: 12px;
  padding-left: 16px;
}

.proposal-room-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 67%;
  height: 240px;
}

.proposal-room-description {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
  height: 178px;
  padding: 16px;
  overflow: hidden;
  position: relative;
  color: #627d98;
}
.proposal-room-description span {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 66px;
}
.proposal-room-description span p {
  display: inline;
}
.proposal-room-description:after {
  content: "";
  width: 1px;
  background: #d9e2ec;
  position: absolute;
  top: 48px;
  right: 0;
  bottom: 16px;
}
.proposal-room-description h2 {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #102a43;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.proposal-room-description .proposal-room-amenities {
  display: none;
}
.proposal-room-description .proposal-room-description-more {
  width: 100%;
  color: var(--button1Bg);
  text-decoration: underline;
  cursor: pointer;
}

.proposal-room-size i {
  color: var(--button1Bg);
}

.proposal-room-service {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 50%;
  height: 178px;
  overflow: hidden;
  padding: 16px;
  color: #627d98;
}
.proposal-room-service h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #102a43;
  padding-bottom: 8px;
  width: 100%;
  height: 30px;
}
.proposal-room-service ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-indent: 0;
  margin-right: -16px;
}
.proposal-room-service ul li {
  list-style-type: none;
  width: 50%;
  height: 32px;
  padding: 0 16px 2px 0;
  display: none;
}
.proposal-room-service ul li.visible {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.proposal-room-service ul li > div:nth-child(1) {
  display: inline-flex;
  width: 20px;
  height: 15px;
  line-height: 15px;
  color: var(--button1Bg);
}
.proposal-room-service ul li > div:nth-child(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  height: auto;
  max-height: 30px;
  max-width: calc(100% - 20px);
  padding-left: 8px;
}
.proposal-room-service ul li.proposal-room-service-more {
  cursor: pointer;
}
.proposal-room-service ul li.proposal-room-service-more > div:first-child {
  background-color: var(--button1Bg);
  color: #ffffff;
  border-radius: 20px;
  height: 20px;
  margin-top: -4px;
  margin-left: -4px;
}
.proposal-room-service ul li.proposal-room-service-more > div i {
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 22px;
}
.proposal-room-service ul li.proposal-room-service-more > div span {
  margin: 0 4px;
}

.proposal-room-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: 62px;
  font-size: 12px;
  color: #627d98;
  background-color: var(--button3Bg);
}

.proposal-room-night {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
}

.proposal-room-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 25%;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  font-weight: bold;
  color: var(--button1Bg);
}
.proposal-room-price span {
  font-weight: normal;
  font-size: 12px;
  color: var(--button1Bg);
  margin-left: 2px;
}

.proposal-room-action {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 25%;
  background-color: var(--button4Bg);
}
.proposal-room-action.toggled {
  background-color: var(--button1Bg);
}
.proposal-room-action.toggled .fa-angle-down:before {
  content: "\f106";
}
.proposal-room-action.toggled.ctaAnim:before {
  display: none;
}
.proposal-room-action a {
  text-transform: uppercase;
  color: var(--button4Text);
  font-weight: bold;
  text-transform: uppercase;
}
.proposal-room-action a span i {
  margin-left: 2px;
}

/* VARIAZIONE PER CAMBIO CAMERA ------------------------------------------ */
.proposal-room.proposal-cross-room {
  margin-top: -1px;
}
.proposal-room.proposal-cross-room .proposal-room-description {
  height: 240px;
}
.proposal-room.proposal-cross-room .proposal-room-service {
  height: 240px;
}
.proposal-room.proposal-cross-room .proposal-room-description span {
  -webkit-line-clamp: 6;
}
.proposal-room.proposal-cross-room .proposal-room-bottom {
  display: none;
}
.proposal-room.proposal-cross-room-last {
  margin-top: -1px;
}

/* TARIFFA ------------------------------------------ */
.proposal-rate-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #d9e2ec;
  border: 1px solid #d9e2ec;
  border-width: 0 1px;
  color: var(--baseText);
  height: 42px;
  font-size: 12px;
}

.proposal-rate-header-name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  width: 33%;
  height: 100%;
}

.proposal-rate-header-info {
  width: 67%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
}
.proposal-rate-header-info > div {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.proposal-rate-header-info > div:nth-child(1) {
  width: 50%;
}
.proposal-rate-header-info > div:nth-child(2) {
  width: 25%;
}
.proposal-rate-header-info > div:nth-child(3) {
  width: 25%;
}
.proposal-rate-header-info > div:after {
  content: "";
  width: 1px;
  background: var(--button4Bg);
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 8px;
}

.proposal-rate-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.proposal-rate-body form {
  width: 100%;
  border: 1px solid #d9e2ec;
  border-top-width: 0px;
}
.proposal-rate-body form:nth-child(1) {
  border-top-width: 1px;
}
.proposal-rate-body form:nth-child(odd) {
  background-color: #ffffff;
}
.proposal-rate-body form:nth-child(even) {
  background-color: var(--button3Bg);
}

.proposal-rate-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.proposal-rate-row > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 67%;
}
.proposal-rate-row > div:first-child {
  flex-direction: column;
  width: 33%;
  padding: 16px;
}
.proposal-rate-row > div > div {
  width: 100%;
}
.proposal-rate-row.isFavorite {
  outline: 4px solid var(--button1Bg);
  border: 4px solid var(--button1Bg);
  margin-bottom: 4px;
  margin-top: 4px;
}

.proposal-rate-row.best-rate-row {
  background-color: #e6ffe8;
  border: 1px solid #b7ecbd;
}

.proposal-rate-name {
  text-transform: uppercase;
  font-weight: bold;
}
.proposal-rate-name .badge-wrapper {
  display: block;
}
.proposal-rate-name .badge-wrapper .proposal-favorite-badge {
  display: inline-block;
  position: initial;
  transform: translate(0, -30px);
  margin-bottom: -30px;
  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: 1px 6px 0;
  height: 18px;
  line-height: 18px;
}

.proposal-rate-insurance {
  color: #009c12;
  cursor: pointer;
}

.proposal-rate-countdown {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--button1Bg);
}

.proposal-rate-label {
  color: #627d98;
  font-size: 12px;
}

.proposal-rate-sale {
  text-transform: uppercase;
}

.proposal-rate-coupon {
  text-transform: uppercase;
  color: var(--button1Bg);
  font-weight: bold;
}

.proposal-rate-persuasive {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.proposal-rate-persuasive > div {
  text-transform: uppercase;
  display: inline-flex;
  line-height: 14px;
  font-size: 12px;
  background: #e6ffe8;
  color: #009c12;
  border: 1px solid rgba(0, 156, 18, 0.2);
  border-radius: 20px;
  margin: 4px 2px 0 0;
  padding: 2px 6px;
  vertical-align: top;
}
.proposal-rate-persuasive > div.blue {
  background: #e6f3ff;
  color: #00529c;
  border-color: rgba(0, 82, 156, 0.2);
}
.proposal-rate-persuasive > div.brown {
  background: #edcf9e;
  color: #533c17;
  border-color: rgba(83, 60, 23, 0.2);
}
.proposal-rate-persuasive > div.yellow {
  background: #fffae6;
  color: #9c7e00;
  border-color: rgba(156, 126, 0, 0.2);
}
.proposal-rate-persuasive > div.magenta {
  background: #ffd6ed;
  color: #f00f66;
  border-color: rgba(240, 15, 102, 0.2);
}
.proposal-rate-persuasive > div.orange {
  background: #ffe2b4;
  color: #f06f00;
  border-color: rgba(240, 111, 0, 0.2);
}
.proposal-rate-persuasive > div.red {
  background: #ffe8e8;
  color: #ab2727;
  border-color: rgba(171, 39, 39, 0.2);
}
.proposal-rate-persuasive > div.white {
  background: #ffffff;
  color: var(--textValue);
  border-color: rgba(var(--textValueRGB), 0.2);
}

span.card-free-canc {
  text-transform: uppercase;
  display: inline-flex;
  line-height: 14px;
  font-size: 11px;
  color: #009c12;
  vertical-align: top;
  margin-top: 2px;
}

.proposal-rate-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 92px;
  border-bottom: 1px solid var(--button4Bg);
}
.proposal-rate-info:last-child {
  border-bottom: 0;
}
.proposal-rate-info > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 16px;
  min-height: 92px;
  position: relative;
}
.proposal-rate-info > div:after {
  content: "";
  width: 1px;
  background: var(--button4Bg);
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 8px;
}
.proposal-rate-info > div:nth-child(3n+1) {
  width: 50%;
}
.proposal-rate-info > div:nth-child(3n+2) {
  width: 25%;
}
.proposal-rate-info > div:nth-child(3n+3) {
  width: 25%;
}
.proposal-rate-info > div.proposal-rate-service, .proposal-rate-info > div.proposal-rate-total {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.proposal-rate-info > div.proposal-rate-service > div, .proposal-rate-info > div.proposal-rate-total > div {
  padding: 16px;
}
.proposal-rate-info > div.proposal-rate-service > div:nth-child(3n+1), .proposal-rate-info > div.proposal-rate-total > div:nth-child(3n+1) {
  width: 50%;
}
.proposal-rate-info > div.proposal-rate-service > div:nth-child(3n+2), .proposal-rate-info > div.proposal-rate-total > div:nth-child(3n+2) {
  width: 25%;
}
.proposal-rate-info > div.proposal-rate-service > div:nth-child(3n+3), .proposal-rate-info > div.proposal-rate-total > div:nth-child(3n+3) {
  width: 25%;
}
.proposal-rate-info > div.proposal-rate-service > div:nth-child(3n+2), .proposal-rate-info > div.proposal-rate-service > div:nth-child(3n+3), .proposal-rate-info > div.proposal-rate-total > div:nth-child(3n+2), .proposal-rate-info > div.proposal-rate-total > div:nth-child(3n+3) {
  position: relative;
}
.proposal-rate-info > div.proposal-rate-service > div:nth-child(3n+2):after, .proposal-rate-info > div.proposal-rate-service > div:nth-child(3n+3):after, .proposal-rate-info > div.proposal-rate-total > div:nth-child(3n+2):after, .proposal-rate-info > div.proposal-rate-total > div:nth-child(3n+3):after {
  content: "";
  width: 1px;
  background: var(--button4Bg);
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 8px;
}

.best-rate-row .proposal-rate-info {
  border-bottom-color: #b7ecbd;
}
.best-rate-row .proposal-rate-info > div:after {
  background: #b7ecbd;
}

.proposal-rate-mealplan {
  text-transform: uppercase;
}

.proposal-rate-mealplan,
.proposal-rate-service-mealplan,
.proposal-rate-total-mealplan {
  font-weight: bold;
}

.proposal-rate-total-mealplan {
  font-size: 20px;
}

.proposal-rate-guest,
.proposal-rate-service-guest {
  font-size: 12px;
  color: #627d98;
}

.proposal-rate-condition,
.proposal-rate-service-condition {
  font-size: 11px;
  font-style: italic;
  cursor: pointer;
  margin-left: 0;
}

.proposal-rate-condition-text,
.proposal-rate-service-condition-text {
  display: none;
  padding: 0;
}

.proposal-rate-condition-text {
  padding: 9px;
  border: 1px solid var(--button4Bg);
}
.proposal-rate-condition-text ol,
.proposal-rate-condition-text ul {
  padding-left: 16px;
}
.proposal-rate-condition-text ol li strong,
.proposal-rate-condition-text ul li strong {
  display: block;
}
.proposal-rate-condition-text > div > p {
  padding: 0;
  margin: 0;
  padding-bottom: 9px;
}

/*.proposal-rate-service-condition-text, {*/
/*border: 1px solid var(--button4Bg);*/
/*border-bottom: 0;*/
.inner-service-description {
  padding: 9px;
  border-bottom: 1px solid var(--button4Bg);
  /*    font-weight: bold;*/
}

.inner-service-gallery {
  position: relative;
  text-align: left;
  height: 218px;
  overflow: hidden;
}
.inner-service-gallery .owl-item a {
  display: block;
  height: 218px;
  width: 290px;
}
.inner-service-gallery .owl-item a img {
  width: 290px;
  height: 100%;
}
.inner-service-gallery .owl-nav > div {
  width: 50px;
  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;
  text-align: center;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.inner-service-gallery .owl-nav > div:hover {
  background: var(--button1Bg);
  color: var(--button1Text);
}
.inner-service-gallery .owl-nav > div.owl-prev {
  left: 0;
}
.inner-service-gallery .owl-nav > div.owl-next {
  right: 0;
}

.inner-service-quantity .proposals-service-item {
  padding: 9px;
  border-bottom: 1px solid var(--button4Bg);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.inner-service-quantity .proposals-service-item > div:nth-child(1) {
  margin: 0 3px;
}
.inner-service-quantity .proposals-service-item > div:nth-child(2) {
  margin-left: 0;
  margin-right: auto;
}
.inner-service-quantity .proposals-service-item > div:nth-child(3) {
  display: flex;
  direction: row;
  flex-wrap: wrap;
}
.inner-service-quantity .proposals-service-item > div:nth-child(3) > span {
  display: inline-flex;
  width: 100%;
}
.inner-service-quantity .proposals-service-item > div:nth-child(3) > span.proposals-service-rack {
  text-decoration: line-through;
  color: #c0c0c0;
  font-size: small;
}

/*}*/
.proposal-rate-msg {
  text-transform: uppercase;
  color: var(--button1Bg);
}

.proposal-rate-price,
.proposal-rate-service-price,
.proposal-rate-total-price {
  font-size: 20px;
  font-weight: bold;
}
.proposal-rate-price span,
.proposal-rate-service-price span,
.proposal-rate-total-price span {
  font-size: 12px;
}

.proposal-rate-price-rack,
.proposal-rate-service-price-rack,
.proposal-rate-total-price-rack {
  text-decoration: line-through;
  color: #627d98;
  font-size: 11px;
}
.proposal-rate-price-rack span,
.proposal-rate-service-price-rack span,
.proposal-rate-total-price-rack span {
  font-size: 10px;
}

.proposal-rate-price span.proposal-agency-net {
  display: block;
}

.proposal-rate-price-rack span.proposal-agency-gross {
  display: block;
}

.proposal-rate-best {
  font-size: 12px;
  color: #009c12;
}

.proposal-rate-info-action {
  color: #ffffff;
}
.proposal-rate-info-action a {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  padding: 9px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  background: var(--button1Bg);
  opacity: 0.5;
}
.proposal-rate-info-action a.valid-btn {
  opacity: 1;
}
.proposal-rate-info-action span:not(.proposal-acrcode) {
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin-left: 2px;
}

.proposal-acrcode {
  color: var(--button4Bg);
  font-weight: normal;
  font-size: 10px;
  margin: auto;
}
.proposal-acrcode i {
  color: var(--button1BgRgbLighten);
}
.proposal-acrcode .proposals-rate-detail {
  padding: 9px 0;
  width: auto;
  background: transparent;
  color: var(--button1Bg);
}

.proposal-item-multi-form {
  width: 100%;
  margin-top: 24px;
}

.proposal-item-multi {
  width: auto;
  min-height: 92px;
  background-color: #d9e2ec;
  border: 2px solid var(--button1Bg);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.proposal-item-multi form {
  width: 100%;
}
.proposal-item-multi > div {
  width: 67%;
}
.proposal-item-multi > div:nth-child(1) {
  width: 33%;
}

.proposal-item-multi-info {
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.proposal-item-multi-name {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}

.proposal-item-multi-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.proposal-item-multi-content > div {
  position: relative;
  padding: 16px;
}
.proposal-item-multi-content > div:after {
  content: "";
  width: 1px;
  background: var(--button4Bg);
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 8px;
}
.proposal-item-multi-content > div:nth-child(1) {
  width: 50%;
}
.proposal-item-multi-content > div:nth-child(2) {
  width: 25%;
}
.proposal-item-multi-content > div:nth-child(3) {
  width: 25%;
}
.proposal-item-multi-content:after {
  content: "";
  width: 1px;
  background: var(--button4Bg);
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 8px;
}

.proposal-item-multi-recap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.proposal-item-multi-recap > div {
  width: 100%;
  font-weight: bold;
}
.proposal-item-multi-recap > div span {
  font-weight: normal;
}

.proposal-item-multi-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
.proposal-item-multi-price span {
  font-size: 14px;
}

.proposal-item-multi-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff;
  flex-wrap: wrap;
  align-content: center;
}
.proposal-item-multi-action a {
  text-transform: uppercase;
  width: 130px;
  padding: 9px 9px;
  /* border-top: 1px solid $blueLight;*/
  background: var(--button1Bg);
  cursor: pointer;
  text-align: center;
  display: block;
}
.proposal-item-multi-action span {
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin-left: 2px;
}
.proposal-item-multi-action .proposal-code {
  color: var(--button4Bg);
  font-weight: normal;
  font-size: 10px;
  margin: auto;
}
.proposal-item-multi-action .proposal-code i {
  color: var(--button1BgRgbLighten);
}

.previous-proposals {
  line-height: 19px;
  font-size: 16px;
  font-weight: 600;
  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;
}

#quick-info {
  font-size: 0;
  margin: 50px -100px 50px 0;
}
#quick-info .quick-info-container {
  margin-bottom: 60px;
}
#quick-info .quick-info-title {
  line-height: 19px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 100px;
  margin-bottom: 20px;
  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% - 100px);
  list-style: none;
  margin: 0;
  margin-right: 100px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0;
}
#quick-info .quick-list li {
  font-size: 14px;
  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(--sectionBg);
  color: var(--sectionText);
  padding: 21px 100px 20px 40px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#quick-info .quick-list li > label:hover i {
  background: var(--button1BgRgbDarken);
}
#quick-info .quick-list li > label i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background: var(--button1Bg);
  color: var(--button1Text);
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#quick-info .quick-list li > label i.open {
  background: var(--button2Bg);
  color: var(--button2Text);
}
#quick-info .quick-list li > label i.open:before {
  content: "\f102";
}
#quick-info .quick-list li > div {
  max-height: 0;
  background: var(--sectionBg);
  color: var(--sectionText);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  border-top: 2px solid var(--baseBg);
  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: 40px;
}
#quick-info .quick-list-gallery > h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0 40px;
}
#quick-info .quick-list-gallery .quick-list-gallery-desc {
  font-size: 14px;
  padding: 0 40px;
}
#quick-info .quick-list-gallery .owl-item a {
  display: block;
  height: 340px;
}
#quick-info .quick-list-gallery .owl-item a img {
  height: 100%;
}
#quick-info .quick-list-gallery .owl-nav > div {
  width: 50px;
  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;
  text-align: center;
  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;
}
#quick-info .quick-list-gallery .owl-nav > div.owl-next {
  right: 0;
}
#quick-info .quick-markers {
  display: none;
}
#quick-info .quick-list-desc {
  padding: 20px 40px;
}

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

@media (max-width: 1270px) {
  #quick-info {
    margin-right: 0;
    margin-left: 50px;
    overflow: hidden;
  }
  #quick-info .quick-info-title {
    margin-right: 50px;
  }
  #quick-info .quick-list {
    width: calc(50% - 60px);
    margin-right: 60px;
  }
  #quick-info .quick-list:last-child {
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  #quick-info {
    margin-left: 20px;
  }
  #quick-info .quick-info-title {
    margin-right: 20px;
  }
  #quick-info .quick-list {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  #quick-info .quick-list:last-child {
    margin-right: 20px;
  }
  #quick-info {
    margin-right: 50px;
    margin-left: 50px;
  }
  #quick-info .quick-info-title {
    margin-right: 0;
  }
  #quick-info .quick-list {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  #quick-info .quick-list:last-child {
    margin-right: 0;
  }
  #quick-info .owl-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  #quick-info {
    margin: 50px 0 22px 0;
  }
  #quick-info .quick-info-title {
    margin-right: 0;
  }
  #quick-info .quick-list {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  #quick-info .quick-list:last-child {
    margin-right: 0;
  }
  #quick-info .quick-list .quick-list-gallery .owl-item a {
    height: 225px;
  }
}
#messages {
  background: var(--footerBg);
  color: var(--footerText);
  padding: 50px 0 100px 0;
  overflow: hidden;
}
#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;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#messages .messages-history:hover {
  color: var(--sectionText);
}
#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(--sectionBg);
  border: 1px solid var(--sectionText);
  box-sizing: border-box;
  margin: 30px 0 0 auto;
  text-align: left;
  position: relative;
}
#messages .messages-list > div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100%;
  left: 100%;
  height: 1px;
  background: var(--sectionText);
}
#messages .messages-list > div.messages-operator {
  margin-right: auto;
  margin-left: 0;
  border-color: var(--button1Bg);
}
#messages .messages-list > div.messages-operator:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  left: -100%;
  height: 1px;
  background: var(--button1Bg);
}
#messages .messages-list > div.messages-operator:after {
  display: none;
}
#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(--sectionBg);
  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: 26px;
}
#messages .messages-list .messages-user b {
  font-size: 19px;
  font-weight: 700;
  color: var(--sectionText);
}
#messages .messages-list .messages-user span {
  font-size: 14px;
  font-weight: 500;
  color: var(--button4Bg);
  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;
  text-align: right;
}
#messages .message-area textarea {
  width: 100%;
  min-height: 104px;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: var(--sectionBg);
  color: var(--sectionText);
  border: 1px solid var(--baseBg);
  box-sizing: border-box;
  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;
  background: var(--button1Bg);
  color: var(--button1Text);
  margin-top: 20px;
  padding: 0 70px;
  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: var(--button1BgRgbDarken);
}
#messages .message-area ::-webkit-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
#messages .message-area :-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
#messages .message-area ::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
#messages .message-area :-ms-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
}

@media (max-width: 1024px) {
  #messages .messages-title {
    padding-right: 50px;
    padding-left: 50px;
  }
  #messages .messages-subtitle {
    padding-right: 50px;
    padding-left: 50px;
  }
  #messages .messages-list {
    padding-right: 50px;
    padding-left: 50px;
  }
  #messages .messages-list > div {
    width: auto;
    margin-left: 90px;
  }
  #messages .messages-list > div.messages-operator {
    margin-right: 90px;
  }
  #messages .message-area {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  #messages {
    padding-bottom: 50px;
  }
  #messages .messages-title {
    line-height: 28px;
    font-size: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  #messages .messages-subtitle {
    line-height: 22px;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
  }
  #messages .messages-history {
    margin-top: 40px;
  }
  #messages .messages-list {
    padding-right: 10px;
    padding-left: 10px;
  }
  #messages .messages-list > div {
    margin-left: 20px;
  }
  #messages .messages-list > div:after {
    display: none;
  }
  #messages .messages-list > div.messages-operator {
    margin-right: 20px;
  }
  #messages .messages-list > div.messages-operator:before {
    display: none;
  }
  #messages .messages-list .messages-photo {
    display: none;
  }
  #messages .messages-list .messages-user {
    line-height: 22px;
  }
  #messages .messages-list .messages-user b {
    font-size: 16px;
  }
  #messages .messages-list .messages-user span {
    font-size: 12px;
  }
  #messages .messages-list .messages-body {
    line-height: 20px;
    font-size: 14px;
  }
  #messages .message-area {
    margin-top: 20px;
    padding: 0 10px;
  }
  #messages .message-area textarea {
    min-height: 40px;
    padding: 20px;
  }
  #messages .message-area input {
    margin-top: 10px;
  }
}
.map-wrap {
  background: var(--sectionBg);
  padding-right: 500px;
  position: relative;
}
.map-wrap #map {
  height: 400px;
}
.map-wrap .map-address {
  width: 500px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 60px;
  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;
}

@media (max-width: 1024px) {
  .map-wrap {
    padding-right: 0;
    padding-bottom: 0;
  }
  .map-wrap #map {
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .map-wrap .map-address {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (max-width: 768px) {
  .map-wrap {
    height: 360px;
  }
  .map-wrap .map-address {
    padding: 30px;
  }
  .map-wrap .map-address > div:last-child {
    display: none;
  }
  .map-wrap #map {
    height: 360px;
  }
}
#footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--baseBg);
  color: var(--baseText);
  padding: 70px 50px;
}
#footer > div {
  display: inline-block;
  vertical-align: top;
}
#footer > div:nth-child(2) {
  margin: 0 180px;
}
#footer > div:last-child {
  position: absolute;
  top: 0;
  right: 50px;
}
#footer > div:last-child .to-top {
  display: block;
  width: 120px;
  height: 200px;
  background: var(--button1Bg);
  color: var(--button1Text);
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#footer > div:last-child .to-top:hover {
  background: var(--button1BgRgbDarken);
}
#footer > div:last-child .to-top span {
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}
#footer > div:last-child .to-top span i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#footer .footer-name {
  display: block;
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  color: var(--sectionText);
  text-transform: uppercase;
}
#footer .footer-address {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 10px;
}
#footer .footer-company-data {
  display: block !important;
  font-size: 11px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 10px;
  color: var(--baseText);
}
#footer .footer-company-data span {
  margin: 0 4px;
  white-space: nowrap;
}
#footer a.accessibility-declaration-link {
  color: var(--baseText);
}

#credits {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 70px;
  left: 50px;
}
#credits > a,
#credits > div {
  display: inline-block;
}
#credits > a {
  margin-right: 40px;
}

@media (max-width: 1024px) {
  #footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  #footer > div:last-child {
    right: 20px;
  }
  #credits {
    left: 20px;
  }
}
@media (max-width: 768px) {
  #footer {
    padding: 50px 0 0 0;
  }
  #footer > div {
    display: block;
  }
  #footer > div:nth-child(2) {
    margin: 50px 10px 30px;
  }
  #footer > div:last-child {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
  #footer > div:last-child .to-top {
    display: block;
    width: auto;
    height: 120px;
  }
  #credits {
    position: relative;
    top: auto;
    left: auto;
  }
}
.lex-popup {
  font-size: 0;
  margin-top: 20px;
}
.lex-popup > div {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  /*&:first-child {*/
}
.lex-popup > div:not(:last-of-type):after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--sectionText);
  margin: 0 30px;
}
.lex-popup > div.iubenda-link a {
  color: #020122;
}

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

@media (max-width: 1024px) {
  .lex-popup > div {
    display: block;
    /*&:first-child {*/
  }
  .lex-popup > div:not(:last-of-type):after {
    display: block;
    margin: 10px auto;
  }
}
.overlay {
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
  background: var(--button1Bg);
  color: var(--button1Text);
}
.overlay.open {
  top: 0;
  visibility: visible;
  z-index: 999;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.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: var(--button1Text);
  color: var(--button1Bg);
  box-sizing: border-box;
  margin-top: 100px;
  padding: 20px 50px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.acr-popup .acr-popup-btn:hover {
  background: var(--button1BgRgbDarken);
  color: var(--button1Text);
}
.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: var(--button1Text);
}
.acr-popup .acr-popup-text > span {
  display: inline-block;
  position: relative;
}
.acr-popup .acr-popup-text > span:after {
  content: "";
  display: block;
  height: 2px;
  background: var(--button1Text);
  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;
}

/* =================================== */
.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;
  }
}
/* FIX STEP 3 */
.default .hotel-price b {
  color: var(--button1Bg);
}

.default div.compact-button {
  background: var(--button1Bg);
}
.default div.compact-button span {
  height: 53px;
  line-height: 53px;
  color: white;
  padding: 0 20px;
  text-transform: uppercase;
}

.rate-content > div:first-child {
  overflow: auto;
}

.hotel-rates-qnt.hotel-rates-sel:hover select {
  background-color: var(--button1Bg);
}

.rate-label div.lastroom {
  background: var(--button1Bg);
}

/* =================================== */
#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-theme-3.box-error {
  padding-top: 160px;
}

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

.trigger-privacy,
.privacyread {
  text-transform: uppercase;
  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;
}

/* FIX STEP 4 */
.choose-paymode > div {
  padding-right: 40px;
}

/*DATEPICKER*/
/*
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: 1270px) {
  .wrapper {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .offer > div:first-child {
    padding-right: 30px;
    padding-left: 30px;
  }
  .proposals .proposals-wrap {
    padding: 0 50px;
  }
  .proposals .proposals-title {
    margin-right: -50px;
    margin-left: -50px;
  }
  .proposal-wrapper {
    padding: 0;
  }
  .proposal-wrapper.open {
    padding: 0;
  }
  .proposal {
    max-width: 680px;
  }
  .proposal-room-slider {
    width: 100%;
  }
  .proposal-room-content {
    width: 100%;
    height: auto;
  }
  .proposal-room-description {
    width: 100%;
  }
  .proposal-room-service {
    width: 100%;
    display: none;
  }
  .proposal-room-night {
    width: auto;
    padding-right: 4px;
  }
  .proposal-room-price {
    width: auto;
    padding-left: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .proposal-room-action {
    width: 160px;
  }
  .proposal-rate-header {
    display: none;
  }
  .proposal-rate-row > div {
    width: 100%;
  }
  .proposal-rate-row > div:first-child {
    width: 100%;
  }
  .proposal-rate-info {
    align-items: flex-start;
  }
  .proposal-rate-info > div {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: auto;
  }
  .proposal-rate-info > div:nth-child(1), .proposal-rate-info > div:nth-child(2) {
    padding-top: 16px;
  }
  .proposal-rate-info > div:nth-child(3n+1) {
    width: 50%;
  }
  .proposal-rate-info > div:nth-child(3n+2) {
    width: 50%;
    text-align: right;
  }
  .proposal-rate-info > div:nth-child(3n+2) .proposal-rate-msg,
.proposal-rate-info > div:nth-child(3n+2) .proposal-rate-price,
.proposal-rate-info > div:nth-child(3n+2) .proposal-rate-price-rack {
    width: 100%;
  }
  .proposal-rate-info > div:nth-child(3n+3) {
    width: 100%;
    min-height: auto;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .proposal-rate-info > div:nth-child(3n+3) .proposal-code {
    width: 100%;
    text-align: right;
  }
  .proposal-rate-info > div:after {
    display: none;
  }
  .proposal-rate-info > div.proposal-rate-service {
    width: 100%;
    padding-top: 0;
    min-height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .proposal-rate-info > div.proposal-rate-service > div {
    display: flex;
    flex-direction: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .proposal-rate-info > div.proposal-rate-service > div:nth-child(3n+1) {
    width: 50%;
    text-align: left;
  }
  .proposal-rate-info > div.proposal-rate-service > div:nth-child(3n+2) {
    width: 50%;
  }
  .proposal-rate-info > div.proposal-rate-service > div:nth-child(3n+2) > div {
    width: 100%;
    text-align: right;
  }
  .proposal-rate-info > div.proposal-rate-service > div:nth-child(3n+3) {
    display: none;
  }
  .proposal-rate-info > div.proposal-rate-service > div:after {
    display: none;
  }
  .proposal-rate-info > div.proposal-rate-total {
    width: 100%;
    display: flex;
    flex-direction: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .proposal-rate-info > div.proposal-rate-total > div:nth-child(3n+1) {
    width: 50%;
    text-align: left;
  }
  .proposal-rate-info > div.proposal-rate-total > div:nth-child(3n+2) {
    width: 50%;
  }
  .proposal-rate-info > div.proposal-rate-total > div:nth-child(3n+2) > div {
    width: 100%;
    text-align: right;
  }
  .proposal-rate-info > div.proposal-rate-total > div:nth-child(3n+3) {
    padding-top: 0;
    width: 100%;
    justify-content: flex-end;
    display: inline-flex;
  }
  .proposal-rate-info > div.proposal-rate-total > div:after {
    display: none;
  }
  .proposal-rate-condition,
.proposal-rate-service-condition {
    margin-left: 8px;
  }
  .proposal-item-multi {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .proposal-item-multi > div {
    width: 100%;
  }
  .proposal-item-multi > div:nth-child(1) {
    width: 100%;
  }
  .proposal-item-multi-content {
    flex-wrap: wrap;
  }
  .proposal-item-multi-content > div:nth-child(1) {
    width: 50%;
  }
  .proposal-item-multi-content > div:nth-child(2) {
    width: 50%;
    justify-content: flex-end;
  }
  .proposal-item-multi-content > div:nth-child(3) {
    width: 100%;
    justify-content: flex-end;
  }
  .proposal-item-multi-content > div:after {
    display: none;
  }
  .proposal-item-multi-content .proposal-code {
    text-align: right;
    width: 100%;
  }
  /*----- POPUP  ---- */
  .hotel-popup > div {
    display: table-row;
    height: 50%;
    /*height: 100%;*/
  }
  .hotel-popup .hotel-popup-gallery .popup-slider {
    height: 100%;
    /*height: 50%;*/
    overflow: auto;
  }
  .hotel-popup .hotel-popup-text {
    width: 100%;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap {
    width: 100%;
    top: 0;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap:before {
    display: none;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap:after {
    display: none;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap > div {
    top: 36px;
  }
  .hotel-popup .hotel-popup-text .hotel-popup-text-wrap .hotel-popup-close {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .offer > div:first-child {
    padding-right: 20px;
    padding-left: 20px;
  }
  .offer .offer-history {
    width: 60px;
  }
  .offer .offer-history > span {
    display: none;
  }
  .offer .offer-operator {
    width: 60px;
  }
  .offer .offer-operator > div div:first-child {
    display: none;
  }
  .offer .offer-operator > div div:last-child {
    margin-left: 0;
  }
  .proposals.clicked {
    padding-bottom: 0;
  }
  .proposals .proposals-wrap {
    padding: 0;
  }
  .proposals .proposals-title {
    margin: 0;
    padding: 30px 0;
  }
  .proposals .proposals-title.proposals-single {
    padding: 30px 0;
  }
  .proposals .proposals-title:before {
    display: none;
  }
  .proposals .proposals-title > div {
    display: none;
  }
  .proposal {
    max-width: 525px;
  }
  ul.room-book-info-list {
    margin: auto 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  ul.room-book-info-list li {
    display: flex;
    width: 100%;
  }
  .proposal-rate-condition,
.proposal-rate-service-condition {
    margin-left: 0px;
  }
  .info-popup {
    padding: 0;
  }
}
@media (max-width: 560px) {
  .proposal.isFavorite {
    border-width: 4px 8px;
  }
  .trigger-privacy,
.privacyread {
    margin-left: 40px;
    font-size: 12px;
  }
}
.checkin-passed-btn,
.quotation-expired-btn,
.no-longer-available-btn,
.error-btn {
  border-top: 1px solid var(--button4Bg) !important;
  background-color: var(--button4Bg) !important;
}
