.post-rate {
  background-color: #fff;
  padding: 20px 20px 70px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

@media (min-width: 576px) {
  .post-rate {
    border-radius: .75rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 950px) {
  .post-rate {
    margin-bottom: 0;
  }
}

.post-rate::after {
  content: '';
  clear: both;
  display: block;
}

@media (min-width: 768px) {
  .post-rate__carousel, .post-rate__content {
    width: calc(100% - 240px);
    float: right;
  }
}

@media (min-width: 768px) {
  .post-rate__sidebar {
    width: 240px;
    float: left;
  }
}

.post-rate-not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.post-rate-not-found__content {
  color: #6c757d;
  text-align: center;
}

.post-rate__sidebar {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 768px) {
  .post-rate__sidebar {
    margin-left: 0;
    margin-right: 0;
  }
}

.post-rate__sidebar .widget {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .post-rate__sidebar .widget {
    padding-left: 0;
    padding-right: 0;
  }
}

.post-rate__sidebar--side .widget {
  border-bottom: 1px solid #dee2e6;
}

.post-rate__sidebar--bottom {
  margin-top: 20px;
  margin-bottom: -20px;
}

.post-rate__sidebar--bottom .widget {
  border-top: 1px solid #dee2e6;
}

.post-rate__book-it {
  text-transform: uppercase;
}

.post-rate__title, .post-rate-not-found__title {
  font-size: 2rem;
  text-transform: uppercase;
}

.post-rate__description {
  margin-top: 15px;
  margin-bottom: 25px;
}

.post-rate__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-rate__option .label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 0.5rem;
  display: inline-block;
}

.post-rate__option .list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.post-rate__option .list li {
  text-transform: capitalize;
  display: inline-block;
}

.post-rate__option .list li:not(:last-child) {
  position: relative;
  padding-right: 0.5rem;
}

.post-rate__option .list li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background-color: #495057;
}

.post-rate__option .list li a {
  font-size: 1rem;
}

.post-rate__carousel {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 768px) {
  .post-rate__carousel {
    margin-left: 0;
    margin-right: 0;
  }
}

.post-rate__carousel .swiper-pagination {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  width: auto;
  text-align: right;
}

.post-rate__carousel .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.post-rate__carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.post-rate__content .title {
  margin-top: 20px;
  font-size: 1.25rem;
}

.post-rate__content li > mark {
  background-color: #fbe34b;
  padding: 0 0.5rem;
  display: inline-block;
  vertical-align: top;
}

.post-rate__content li a {
  color: #000;
  text-decoration: underline;
}

.post-rate__content li a:hover {
  color: #32A1A9;
}

.component-popup .overvie-inclusion {
  padding-bottom: 1.2rem;
}

.component-popup .overvie-inclusion div {
  padding-bottom: 1.2rem;
}

.component-popup .overvie-inclusion .inclusion-title .title {
  margin-bottom: 0px;
}

.component-popup .overvie-inclusion .inclusion-image {
  padding-bottom: 1.8rem;
}

.component-popup .overvie-inclusion .inclusion-image img {
  width: 100%;
}

.component-popup .overvie-inclusion .inclusion-details {
  font-size: 0.9rem;
}

.block-rate-info {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 768px) {
  .block-rate-info {
    margin-left: 0;
    margin-right: 0;
  }
}

.block-rate-info__booking {
  border-bottom: 2px solid #35302D !important;
  padding-top: 0;
  padding-bottom: 0;
}

.block-rate-info__booking .primary,
.block-rate-info__booking .secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-rate-info__booking .price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  padding: 1rem .75rem;
  font-size: .8rem;
  background-color: #267c82;
  color: #fff;
  line-height: 1.2;
}

.block-rate-info__booking .price .currency {
  position: relative;
  top: -.25em;
}

.block-rate-info__booking .price .amount {
  font-size: 2em;
  font-weight: 700;
}

.block-rate-info__booking .price--nosale {
  background-color: #6c757d;
}

.block-rate-info__booking .price--nosale + .button {
  display: none;
}

.block-rate-info__booking .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .block-rate-info__booking .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.block-rate-info__booking .button button {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background-color: #32A1A9;
  color: #fff;
  outline: 0;
  font-size: 18px;
  position: relative;
}

@media (min-width: 768px) {
  .block-rate-info__booking .button button {
    font-size: 1.2rem;
  }
  @supports ((-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%)) or (clip-path: polygon(0 0, 100% 50%, 0 100%))) {
    .block-rate-info__booking .button button::before, .block-rate-info__booking .button button::after {
      content: '';
      position: absolute;
      left: 100%;
      z-index: 5;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
    }
    .block-rate-info__booking .button button::before {
      top: 0;
      width: 1.5rem;
      height: 100%;
      background: #32A1A9;
      -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
              clip-path: polygon(0 0, 100% 50%, 0 100%);
    }
    .block-rate-info__booking .button button::after {
      top: 50%;
      width: 8px;
      height: 40%;
      background-color: #fff;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
              clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
    }
  }
}

.block-rate-info__booking .button button:hover, .block-rate-info__booking .button button:active {
  background-color: #21696e;
}

@supports ((-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%)) or (clip-path: polygon(0 0, 100% 50%, 0 100%))) {
  .block-rate-info__booking .button button:hover::before, .block-rate-info__booking .button button:active::before {
    background-color: #21696e;
  }
}

.block-rate-info__booking .price-table {
  width: 100%;
  text-align: center;
}

.block-rate-info__booking .price-table-head {
  background-color: #35302D;
  color: #fff;
}

.block-rate-info__booking .price-table-head th,
.block-rate-info__booking .price-table-head td {
  font-size: .9rem;
  font-weight: normal;
}

.block-rate-info__booking .price-table-head th {
  padding: 0.3rem 0 0.25rem 0;
}

.block-rate-info__booking .price-table-head td {
  padding-top: 1px;
  padding-bottom: 1px;
  vertical-align: bottom;
}

.block-rate-info__booking .price-table-body {
  background-color: #EEEEEE;
  font-weight: bold;
}

.block-rate-info__booking .price-table-body td {
  padding: 8px;
}

.block-rate-info__booking .price-table-body td + td {
  border-left: 1px solid #495057;
}

.block-rate-info__booking .price-table-body .lg {
  font-size: 1.25em;
}

.block-rate-info__content {
  font-size: 15px;
}

.block-rate-info__content .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.block-rate-info__content .group:not(:last-of-type) {
  border-bottom: 1px dotted #ccc;
}

.block-rate-info__content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 10px;
}

.block-rate-info__content .icon {
  margin-right: 20px;
  color: #6c757d;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 768px) {
  .block-rate-info__content .stay .text {
    font-size: 14px;
  }
}

.block-rate-info__content .bought .icon {
  color: #32A1A9;
}

.block-rate-info__content .bought .icon .fa-clock,
.block-rate-info__content .bought .icon .fa-times-circle {
  color: #6c757d;
}

.block-rate-info__content .bought .a {
  font-weight: 700;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .block-rate-info__content .bought .a {
    display: block;
  }
}

.block-rate-info__content .bought .b {
  color: #32A1A9;
}

.time-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.time-counter .time {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
}

.time-counter .time + .time {
  border-left: 1px solid currentColor;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}

.time-counter .unit {
  display: block;
  font-size: 45%;
  margin-top: 0.25rem;
}

.block-rate-share {
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.block-rate-share .title {
  font-size: 1rem;
  font-weight: normal;
}

.block-rate-share .list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 2rem;
}

.block-rate-share .list .item {
  display: inline-block;
}

.block-rate-share .list .link {
  color: #32A1A9;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.block-rate-share .list .link:hover, .block-rate-share .list .link:active {
  color: #267c82;
  -webkit-transition-duration: 0ms;
       -o-transition-duration: 0ms;
          transition-duration: 0ms;
}

.block-rate-share .list .link.facebook {
  color: #3B5998;
}

.block-rate-share .list .link.facebook:hover, .block-rate-share .list .link.facebook:active {
  color: #2d4373;
}

.block-rate-share .list .link.twitter {
  color: #1DA1F2;
}

.block-rate-share .list .link.twitter:hover, .block-rate-share .list .link.twitter:active {
  color: #0c85d0;
}

.block-rate-share .list .link.pinterest {
  color: #BD081C;
}

.block-rate-share .list .link.pinterest:hover, .block-rate-share .list .link.pinterest:active {
  color: #8c0615;
}

.block-rate-share .list .link.whatsapp {
  color: #25D366;
}

.block-rate-share .list .link.whatsapp:hover, .block-rate-share .list .link.whatsapp:active {
  color: #1da851;
}

.block-rate-share .list .link.line {
  color: #00C300;
}

.block-rate-share .list .link.line:hover, .block-rate-share .list .link.line:active {
  color: #009000;
}

.block-rate-share .list .link.getpocket {
  color: #EF4056;
}

.block-rate-share .list .link.getpocket:hover, .block-rate-share .list .link.getpocket:active {
  color: #e9132e;
}

.block-subscribe {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.block-subscribe .title {
  font-size: 1rem;
  font-weight: 400;
}

#subscribe_panel {
  width: 375px;
}

.block-deal__title {
  font-family: 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #6c625c;
}

.block-deal__list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.block-deal__list .item {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .block-deal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .block-deal__list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .block-deal__list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 950px) {
  .block-deal__list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .block-deal__list .item:nth-last-child(2), .block-deal__list .item:nth-last-child(3) {
    margin-bottom: 20px;
  }
}

.deal-rate {
  background-color: #fff;
  border-radius: .25rem;
  overflow: hidden;
}

.deal-rate .heading {
  padding: 1.25rem 1rem 1rem;
}

.deal-rate .title {
  font-size: 16px;
  font-family: 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}

.deal-rate .title a {
  display: block;
  color: #35302D;
}

.deal-rate .title a:hover, .deal-rate .title a:active {
  color: #191716;
}

.deal-rate .duration {
  color: #6c625c;
  font-size: 1rem;
  margin-top: 5px;
}

.deal-coupon {
  position: relative;
  background-color: #e9ecef;
  max-width: 420px;
}

.deal-coupon.sm {
  font-size: 80%;
}

.deal-coupon.lg {
  font-size: 120%;
}

.deal-coupon::before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 33%;
}

.deal-coupon__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.deal-coupon__content {
  float: left;
  width: 64%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.deal-coupon__thumbnail {
  float: right;
  width: 36%;
  height: 100%;
}

.deal-coupon__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: center; width: 100%; height: 100%;";
}

.deal-coupon .save,
.deal-coupon .discount {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 66%;
}

.deal-coupon .save .label,
.deal-coupon .discount .label {
  background-color: #35302D;
  color: #fff;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.deal-coupon .save .text,
.deal-coupon .discount .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50%;
  font-weight: 700;
}

.deal-coupon .save .text .amount,
.deal-coupon .discount .text .amount {
  font-size: 1.2em;
}

.deal-coupon .save {
  border-right: 1px solid #35302D;
}

.deal-coupon .link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  height: 34%;
  margin-top: auto;
}

.deal-coupon .link a {
  display: block;
  background-color: #32A1A9;
  color: #fff;
  font-weight: 700;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}

@supports ((-webkit-clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%)) or (clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%))) {
  .deal-coupon .link a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 8%;
    margin-left: -1px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #32A1A9;
    -webkit-clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
            clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .deal-coupon .link a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 4%;
    height: 50%;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 35% 50%);
            clip-path: polygon(0 0, 100% 50%, 0 100%, 35% 50%);
  }
}

.deal-coupon .link a:hover, .deal-coupon .link a:active {
  background-color: #267c82;
}

.deal-coupon .link a:hover::before, .deal-coupon .link a:active::before {
  background-color: #267c82;
}

.deal-coupon--no-discounting .save,
.deal-coupon--no-discounting .discount {
  display: none;
}

.booking-popup {
  height: 100%;
}

.booking-popup .component-popup-html {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0%;
}

.booking-popup .mfp-container {
  padding: 0;
}

.booking-popup .mfp-content {
  height: 100%;
}

@media (min-width: 768px) {
  .booking-popup .component-popup-html {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .booking-popup .mfp-content {
    height: auto;
  }
}

#booking_package_panel {
  padding: 0;
  height: 100%;
}

@media (min-width: 768px) {
  #booking_package_panel {
    border-radius: 0.625rem;
  }
}

#booking_package_panel > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

#booking_package_panel .header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 15px;
  background-color: #EEEEEE;
}

@media (min-width: 768px) {
  #booking_package_panel .header {
    background: none;
    border-bottom: 1px solid #EEEEEE;
  }
}

#booking_package_panel .footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 15px;
  background-color: #EEEEEE;
}

@media (min-width: 768px) {
  #booking_package_panel .footer {
    background: none;
    border-top: 1px solid #EEEEEE;
  }
}

#booking_package_panel .body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
  background-color: #fff;
}

@media (min-width: 768px) {
  #booking_package_panel .body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

#booking_package_panel .body::before, #booking_package_panel .body::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2rem;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}

@media (min-width: 768px) {
  #booking_package_panel .body::before, #booking_package_panel .body::after {
    content: none;
  }
}

#booking_package_panel .body::before {
  top: auto;
  top: unset;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

#booking_package_panel .body__inner {
  height: 100%;
  overflow: auto;
  padding-top: 1rem;
}

#booking_package_panel .body__inner::after {
  content: '';
  width: 100%;
  height: 1rem;
  display: block;
}

@media (min-width: 768px) {
  #booking_package_panel .body__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#booking_package_panel .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

#booking_package_panel .submit-button {
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #424445;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#booking_package_panel .submit-button:hover, #booking_package_panel .submit-button:active {
  background-color: #363738;
  color: #fff;
}

@media (min-width: 768px) {
  #booking_package_panel .submit-button {
    width: auto;
  }
}

#booking_package_reservation {
  position: relative;
}

#booking_package_reservation .ui-reservation {
  min-height: 1.4em;
}

#booking_package_reservation .ui-night .value {
  background-color: #32A1A9;
  color: #fff;
  border-radius: 3rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1;
  display: inline-block;
  vertical-align: 0.285em;
}

#package_calendar {
  position: relative;
  background-color: #fff;
}

#package_calendar .field {
  cursor: default;
}

#package_calendar .tl-datepicker {
  min-width: 240px;
}

#package_calendar .tl-datepicker .day {
  font-size: 15px;
}

#package_calendar .tl-datepicker__title {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
}

#package_calendar .tl-datepicker__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#package_calendar .tl-datepicker__group::before, #package_calendar .tl-datepicker__group::after {
  content: '';
  display: table;
  width: 100%;
  height: 1rem;
}

@media (min-width: 768px) {
  #package_calendar .tl-datepicker__group::before, #package_calendar .tl-datepicker__group::after {
    content: none;
  }
}

#package_calendar .tl-datepicker__group .calendar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #package_calendar .tl-datepicker__group .calendar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  #package_calendar .tl-datepicker__group .calendar:nth-of-type(n+3) {
    display: none;
  }
}

#package_calendar .tl-datepicker__group .calendar + .calendar {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  #package_calendar .tl-datepicker__group .calendar + .calendar {
    margin-top: 0;
    margin-top: unset;
  }
}

#package_calendar .tl-datepicker__week .day {
  padding: .5px .5px .75rem;
}

#package_calendar .tl-datepicker__days .day {
  padding: .5px;
}

#package_calendar .tl-datepicker__days .day button {
  height: 2.5rem;
  border-width: 1px;
  border-color: transparent;
}

#package_calendar .tl-datepicker .is-range button {
  border-color: #32A1A9;
}

#package_calendar .tl-datepicker .is-select button {
  border-color: #32A1A9;
  background-color: #32A1A9;
  color: #fff;
}

#package_calendar .tl-datepicker__nav-prev, #package_calendar .tl-datepicker__nav-next {
  position: absolute;
  top: -3px;
  left: 5px;
  background: none;
  width: 2rem;
  height: 2rem;
  border: 0;
  color: #32A1A9;
  display: none;
}

@media (min-width: 768px) {
  #package_calendar .tl-datepicker__nav-prev, #package_calendar .tl-datepicker__nav-next {
    display: block;
  }
}

#package_calendar .tl-datepicker__nav-prev:hover, #package_calendar .tl-datepicker__nav-prev:active, #package_calendar .tl-datepicker__nav-next:hover, #package_calendar .tl-datepicker__nav-next:active {
  color: #267c82;
}

#package_calendar .tl-datepicker__nav-prev:focus, #package_calendar .tl-datepicker__nav-next:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#package_calendar .tl-datepicker__nav-prev[disabled], #package_calendar .tl-datepicker__nav-next[disabled] {
  opacity: 0;
  pointer-events: none;
}

#package_calendar .tl-datepicker__nav-next {
  left: auto;
  left: unset;
  right: 5px;
}

@media (min-width: 768px) {
  #promocode_collapse input[name=accesscode] {
    max-width: 200px;
  }
}

.hide {
  display: none;
}

.landing-page-description {
  display: inline-block;
  font-weight: normal;
}

.landing-page-heading-description .more,
.landing-page-heading-description .less {
  text-decoration: underline;
  font-weight: normal;
  color: #000;
}

.block__campaign .campaign {
  background-color: #dff8ff;
  padding: 12px 10px;
  border-radius: 10px;
  line-height: 1.25;
}

.block__campaign .campaign .name {
  color: #fff;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: bold;
  font-style: italic;
}

.block__campaign .campaign .image {
  display: inline;
  width: 25px;
  height: 25px;
}

.block__campaign .campaign .logo {
  background-color: #ff9c0d;
  padding: 0px 10px 0px 0px;
  border-radius: 10px;
}

.block__campaign .campaign .price {
  margin-top: 5px;
}

.block__campaign .campaign .price .currency {
  color: #35302D;
  font-size: 0.95rem;
  font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
  font-weight: bold;
}

.block__campaign .campaign .price .total-price {
  color: #954EC8;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

.block__campaign .campaign .note {
  font-size: 8px;
  font-size: 0.8rem;
}

.block__campaign .campaign .reserve-btn {
  margin-top: 10px;
}

.block__campaign .campaign .reserve-btn.block-want-to-book {
  float: none;
}

.block__campaign.grid-item {
  position: absolute;
  padding: 5px;
}

/*# sourceMappingURL=hotelpage.css.map */
