@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway&display=swap');

.button {
  font: 700 16px/1.425 "Raleway", sans-serif;
  padding: 12px 24px;
  background: #E17D63;
  color: #fff;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box; }
  .button.-grey-variant {
    background: #bfbfc3; }
  .button.-transparent-variant {
    border: 1px solid #d8caae;
    color: #d8caae;
    background: transparent; }
    .button.-transparent-variant:hover {
      color: #fff;
      background: #d8caae; }
  .button:hover {
    color: #FFF; }

.utility-btns {
  display: flex; }
  .utility-btns > .labeled-btns:not(:last-of-type) {
    margin-right: 32px; }

.phone-label {
  background: #d8caae;
  padding: 8px 16px;
  display: flex;
  grid-gap: 0 12px;
  color: #FFF;
  font: 400 14px/16px "Raleway", sans-serif;
  align-items: center;
  border-radius: 12px; }
  .phone-label:hover {
    color: #FFF; }
  .phone-label > .icon {
    width: 16px;
    height: 16px; }

.icon {
  width: 36px;
  height: 36px;
  display: inline-block; }
  .icon.-phone {
    background: url("../img/icons/phone-white-icon.svg") center/contain no-repeat; }
  .icon.-master-bedroom {
    background: url("../img/icons/master-bedroom-icon.svg") center/contain no-repeat; }
  .icon.-bath {
    background: url("../img/icons/bath-icon.svg") center/contain no-repeat; }
  .icon.-tv {
    background: url("../img/icons/tv-icon.svg") center/contain no-repeat; }
  .icon.-hanger {
    background: url("../img/icons/hanger-icon.svg") center/contain no-repeat; }
  .icon.-air-conditioning {
    background: url("../img/icons/air-conditioning-icon.svg") center/contain no-repeat; }
  .icon.-wireless-fidelity {
    background: url("../img/icons/wireless-fidelity-icon.svg") center/contain no-repeat; }
  .icon.-heating {
    background: url("../img/icons/heating-icon.svg") center/contain no-repeat; }
  .icon.-hot-water {
    background: url("../img/icons/hot-water-icon.svg") center/contain no-repeat; }
  .icon.-essentials {
    background: url("../img/icons/essentials-icon.svg") center/contain no-repeat; }
  .icon.-first-aid-kit {
    background: url("../img/icons/first-aid-kit-icon.svg") center/contain no-repeat; }
  .icon.-free-parking {
    background: url("../img/icons/free-parking-icon.svg") center/contain no-repeat; }
  .icon.-bed-alternate {
    background: url("../img/icons/bed-alternate-icon.svg") center/contain no-repeat; }

.labeled-btns,
.labeled-icons {
  display: flex;
  align-items: center; }
  .labeled-btns > .icon,
  .labeled-icons > .icon {
    margin-right: 12px; }
  .labeled-btns > .label,
  .labeled-icons > .label {
    font: 400 16px/24px "Raleway", sans-serif;
    color: #304659; }
  .labeled-btns.-share > .icon,
  .labeled-icons.-share > .icon {
    background: url("../img/icons/share-icon.svg") center/contain no-repeat; }
  .labeled-btns.-save > .icon,
  .labeled-icons.-save > .icon {
    background: url("../img/icons/save-icon.svg") center/contain no-repeat; }

.labeled-btns {
  cursor: pointer; }

.squared-btn {
  background: #d8caae;
  color: #fff;
  padding: 15px 24px;
  text-align: center;
  display: inline-block;
  font: 700 16px/1.618 "Raleway", sans-serif;
  border: 0;
  cursor: pointer; }
  .squared-btn:hover {
    color: #fff; }

.discover-holiday-header-panel {
  position: sticky;
  top: 0;
  z-index: 3;
  width: 100%; }
  .discover-holiday-header-panel.fixed-header {
    position: fixed; }
  .discover-holiday-header-panel.-scroll > .discover-holiday-header-wrapper > .top-header-panel-wrapper {
    border-color: transparent; }
  .discover-holiday-header-panel.-scroll > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper {
    border-color: transparent; }
  .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper {
    background: #fff;
    padding: 20px 24px;
    background-image: url('/img/background-map.webp');
    background-size: contain; }
    .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel {
      width: 100%;
      max-width: 1440px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto; }
      .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .logo-block {
        width: 100%;
        display: flex;
        flex: 1;
        align-items: center; }
        .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .mobile-drawer-btn {
          width: 48px;
          height: 48px;
          background: url("/img/icons/hamburger-menu-icon.svg") right/contain no-repeat;
          display: inline-block;
          display: none;
          position: relative;
          top: -2px; }
        .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .logo-block > .logo {
          width: 100%;
          max-width: 350px;
          height: 80px;
          background: url("/img/logo.png") left center/contain no-repeat;
          color: transparent; }
        .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .logo-block > .lattitude-logo {
          margin-left: 24px;
          display: flex;
          flex-direction: column; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .logo-block > .lattitude-logo > span {
            font-size: 12px;
            display: block;
            margin-bottom: 4px; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .logo-block > .lattitude-logo > .logo {
            width: 100%;
            max-width: 200px;
            height: 20px;
            background: url("/img/logo.png") center/contain no-repeat; }
      .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar {
        display: flex;
        align-items: center;
        grid-gap: 24px; }
        .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .contact-number > .contact {
          font: 500 24px/1.618 "Times New Roman", serif;
          display: flex;
          margin: 0;
          text-align: right;
          color: #ddc69a;
          justify-content: flex-end;
          align-items: center;
          cursor: pointer;
          width: max-content; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .contact-number > .contact:before {
            content: '';
            width: 24px;
            height: 24px;
            display: inline-block;
            margin-right: 12px;
            background: url("../img/icons/phone-orange-icon.svg") center/contain no-repeat; }
        .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .search-form {
          width: 350px; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .search-form > input[type="search"] {
            padding: 8px 32px 8px 20px;
            border: 0;
            border-radius: 20px;
            background: #f1f2f2;
            color: #6d6e71;
            height: 100%;
            font: 400 12px/1.618 "Raleway", sans-serif; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .search-form > input[type="search"]::-webkit-input-placeholder {
              color: #6d6e71; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .search-form > input[type="search"]:-moz-placeholder {
              color: #6d6e71; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .search-form > input[type="search"]::-moz-placeholder {
              color: #6d6e71; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .search-form > input[type="search"]:-ms-input-placeholder {
              color: #6d6e71; }
        .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .my-bookings-btn {
          font: 400 1rem/1.618 "Raleway", sans-serif;
          color: #fff;
          margin-right: 12px;
          display: none; }
  .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper {
    background: #AA9573;
    border-bottom: 3px solid transparent;
    padding: 0 24px; }
    .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list,
      .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list {
        text-align: center;
        list-style: none;
        grid-gap: 0 32px;
        margin: 0;
        padding: 0; }
        .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item,
        .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item {
          font: 18px "Raleway", serif;
          color: #231f20;
          padding: 16px;
          display: inline-block; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu,
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu {
            position: relative; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > span,
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > span {
              display: flex;
              align-items: center; }
              .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > span:after,
              .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > span:after {
                content: '';
                width: 8px;
                height: 8px;
                background: url("../img/icons/caret-solid-orange-icon.svg") center/contain no-repeat;
                display: inline-block;
                margin-left: 8px; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > .sub-navigation-item-list,
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > .sub-navigation-item-list {
              position: absolute;
              background: #d8caae;
              display: none;
              padding: 0;
              list-style: none;
              width: 240px; }
              .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > .sub-navigation-item-list > .navigation-item,
              .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > .sub-navigation-item-list > .navigation-item {
                font: 600 14px/1.618 "Raleway", sans-serif; }
                .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > .sub-navigation-item-list > .navigation-item > a,
                .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > .sub-navigation-item-list > .navigation-item > a {
                  color: #fff;
                  display: block;
                  padding: 8px 12px;
                  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu:hover > .sub-navigation-item-list,
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu:hover > .sub-navigation-item-list {
              display: block; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item > a,
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item > a {
            color: #FFF;
            text-transform: capitalize;
            padding: 16px 0; }
      .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation {
        display: flex;
        grid-gap: 0 32px;
        align-items: center;
        flex: 1;
        justify-content: flex-end; }
        .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .search-form {
          width: 100%;
          max-width: 230px; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .search-form > input[type="search"] {
            padding: 8px 32px 8px 20px;
            border: 0;
            border-radius: 24px;
            background: #265871 url("../img/icons/search-white-icon.svg") calc(100% - 10px) center/16px no-repeat;
            color: #fff;
            font: 400 14px/1.618 "Raleway", sans-serif; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .search-form > input[type="search"]::-webkit-input-placeholder {
              color: #fff; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .search-form > input[type="search"]:-moz-placeholder {
              color: #fff; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .search-form > input[type="search"]::-moz-placeholder {
              color: #fff; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .search-form > input[type="search"]:-ms-input-placeholder {
              color: #fff; }
  @media all and (max-width: 480px) {
    .discover-holiday-header-panel {
      padding: 2px;
      background: #1a1915; }
      .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper {
        padding: 20px 0; }
        .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel {
          margin-bottom: 0;
          justify-content: space-between; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .logo-block {
            margin-right: 12px; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .mobile-drawer-btn {
              display: block;
              margin-right: 24px; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .logo-block > .logo {
              display: block;
              background: url("/img/latitude33-logo.png") left center/contain no-repeat;
              max-width: 125px; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .logo-block > .lattitude-logo {
              margin-left: 0; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .search-form {
            width: 150px;
            display: none; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .contact-number {
            width: 24px;
            height: 24px;
            margin-right: 8px; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .contact-number > .contact {
              width: 24px;
              color: transparent;
              position: relative;
              height: 24px; }
              .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .contact-number > .contact::before {
                margin: 0;
                position: absolute;
                top: 0;
                right: 0; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .top-header-panel-wrapper > .top-header-panel > .utilities-bar > .my-bookings-btn {
            display: block; }
      .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper {
        margin-top: 6px; }
        .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel {
          display: none;
          position: absolute;
          width: 100%;
          left: 0;
          background: #d8caae;
          justify-content: initial;
          top: 120px;
          border-top: 2px solid #d8caae; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel .search-form {
            display: none; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation,
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation {
            width: 100%; }
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list,
            .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list {
              flex-direction: column;
              width: 100%; }
              .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item,
              .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item {
                text-align: right;
                padding: 8px 0;
                width: 100%;
              }
                .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item > a,
                .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item > a {
                  padding: 8px 24px;
                  display: block; }
                .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu,
                .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu {
                  display: block; }
                  .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu:hover > .sub-navigation-item-list,
                  .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu:hover > .sub-navigation-item-list {
                    display: none; }
                  .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > span,
                  .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > span {
                    display: block;
                    width: 100%;
                    text-align: right;
                    padding: 8px 24px; }
                    .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > span.-active + .sub-navigation-item-list,
                    .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > span.-active + .sub-navigation-item-list {
                      display: block; }
                  .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > .sub-navigation-item-list,
                  .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > .sub-navigation-item-list {
                    position: relative;
                    width: 100%;
                    display: none; }
                    .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .left-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > .sub-navigation-item-list > .navigation-item > a,
                    .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation > .navigation-item-list > .navigation-item.has-sub-menu > .sub-navigation-item-list > .navigation-item > a {
                      padding: 8px 24px; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel > .right-side-navigation {
            flex: initial; }
          .discover-holiday-header-panel > .discover-holiday-header-wrapper > .bottom-header-panel-wrapper > .bottom-header-panel.-active {
            display: flex;
            flex-direction: column; } }

.site-footer-section {
  background: #fff;
  padding: 32px 24px 64px; }
  .site-footer-section > .site-footer-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    grid-gap: 0 120px;
    justify-content: space-between; }
    .site-footer-section > .site-footer-container > .footer-block {
      width: 100%;
      max-width: 320px; }
      .site-footer-section > .site-footer-container > .footer-block > .logo {
        display: block;
        width: 180px;
        height: 140px;
        background: url("../img/mc_symbol.svg") center/contain no-repeat;
        margin-bottom: 16px; }
      .site-footer-section > .site-footer-container > .footer-block > .powered-by-partners {
        margin-bottom: 24px; }
        .site-footer-section > .site-footer-container > .footer-block > .powered-by-partners > .heading {
          font: 700 12px/1.618 "Raleway", sans-serif; }
        .site-footer-section > .site-footer-container > .footer-block > .powered-by-partners > .partners-logo {
          display: flex;
          flex-direction: column;
          grid-gap: 0 24px; }
          .site-footer-section > .site-footer-container > .footer-block > .powered-by-partners > .partners-logo > .leisure-logo {
            width: 100%;
            max-width: 200px;
            height: 40px;
            background: url("../img/leisurecom-logo.png") center/contain no-repeat;
            margin-bottom: 12px; }
          .site-footer-section > .site-footer-container > .footer-block > .powered-by-partners > .partners-logo > .entertainment-logo {
            width: 100%;
            max-width: 200px;
            height: 80px;
            background: url("../img/FV-footer.png") center/contain no-repeat; }
          .site-footer-section > .site-footer-container > .footer-block > .powered-by-partners > .partners-logo > .lattitude-logo {
            width: 100%;
            max-width: 200px;
            height: 50px;
            background: url("../img/lattitude-logo.svg") center/contain no-repeat; }
      .site-footer-section > .site-footer-container > .footer-block > .social-media-list {
        display: flex;
        grid-gap: 0 16px;
        padding: 0; }
        .site-footer-section > .site-footer-container > .footer-block > .social-media-list > .social-media-item {
          width: 30px;
          height: 30px;
          background: #fff;
          display: inline-block;
          border-radius: 100%;
          border: 1px solid #d8caae; }
          .site-footer-section > .site-footer-container > .footer-block > .social-media-list > .social-media-item.-facebook {
            background: #fff url("../img/icons/facebook-icon.svg") center/10px no-repeat; }
          .site-footer-section > .site-footer-container > .footer-block > .social-media-list > .social-media-item.-instagram {
            background: #fff url("../img/icons/instagram-icon.svg") center/16px no-repeat; }
          .site-footer-section > .site-footer-container > .footer-block > .social-media-list > .social-media-item.-linkedin {
            background: #fff url("../img/icons/linkedin-icon.svg") center/16px no-repeat; }
    .site-footer-section > .site-footer-container > .footer-navigation-panel > .footer-navigation {
      display: flex;
      grid-gap: 0 32px;
      list-style: none;
      padding: 0; }
      .site-footer-section > .site-footer-container > .footer-navigation-panel > .footer-navigation > .footer-navigation-item {
        text-align: right; }
        .site-footer-section > .site-footer-container > .footer-navigation-panel > .footer-navigation > .footer-navigation-item span {
          font: 700 14px/1.618 "Raleway", sans-serif;
          margin-bottom: 24px;
          color: #231f20;
          display: block;
          text-align: right; }
        .site-footer-section > .site-footer-container > .footer-navigation-panel > .footer-navigation > .footer-navigation-item > .sub-footer-navigation {
          list-style: none;
          padding: 0; }
          .site-footer-section > .site-footer-container > .footer-navigation-panel > .footer-navigation > .footer-navigation-item > .sub-footer-navigation > .footer-navigation-item a {
            font: 400 14px/1.618 "Raleway", sans-serif;
            display: block;
            margin-bottom: 8px;
            color: #231f20;
            text-align: right; }
  @media all and (max-width: 480px) {
    .site-footer-section > .site-footer-container {
      display: flex;
      flex-direction: column; }
      .site-footer-section > .site-footer-container > .footer-block {
        margin-bottom: 24px; }
      .site-footer-section > .site-footer-container > .footer-navigation-panel > .footer-navigation {
        display: flex;
        flex-direction: column;
        grid-gap: 42px 0; } }

.bottom-offset-120 {
  margin-bottom: -120px; }

.hide-element {
  display: none !important; }

.-remove-form-offset {
  margin-top: initial !important; }

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2; }

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial; }

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0; }

.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block; }
.date-picker-wrapper.single-date {
  width: auto; }
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px; }
.date-picker-wrapper.no-topbar {
  padding-top: 12px; }
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px; }
.date-picker-wrapper b {
  color: #666;
  font-weight: 700; }
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline; }
.date-picker-wrapper .month-name {
  text-transform: uppercase; }
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }
  .date-picker-wrapper .select-wrapper:hover {
    text-decoration: underline; }
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle; }
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01; }
.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden; }
  .date-picker-wrapper .month-wrapper table {
    width: 190px;
    float: left; }
    .date-picker-wrapper .month-wrapper table.month2 {
      width: 190px;
      float: left; }
    .date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
      vertical-align: middle;
      text-align: center;
      line-height: 14px;
      margin: 0px;
      padding: 0px; }
    .date-picker-wrapper .month-wrapper table .day {
      padding: 5px 0;
      line-height: 1;
      font-size: 12px;
      margin-bottom: 1px;
      color: #ccc;
      cursor: default; }
    .date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
      color: #999;
      cursor: default; }
    .date-picker-wrapper .month-wrapper table .day.checked {
      background-color: #9cdbf7; }
    .date-picker-wrapper .month-wrapper table .week-name {
      height: 20px;
      line-height: 20px;
      font-weight: 100;
      text-transform: uppercase; }
    .date-picker-wrapper .month-wrapper table .day.has-tooltip {
      cursor: help !important; }
      .date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
        white-space: nowrap; }
.date-picker-wrapper .time label {
  white-space: nowrap; }
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer; }
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa; }
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none; }
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684; }
  .date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #70ccd5; }
.date-picker-wrapper table .caption {
  height: 40px; }
  .date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
    width: 27px; }
  .date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
    padding: 0 5px;
    cursor: pointer; }
  .date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
    background-color: #ccc;
    color: white; }
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0; }
  .date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden; }
  .date-picker-wrapper .gap .gap-line {
    height: 15px;
    width: 15px;
    position: relative; }
    .date-picker-wrapper .gap .gap-line .gap-1 {
      z-index: 1;
      height: 0;
      border-left: 8px solid white;
      border-top: 8px solid #eee;
      border-bottom: 8px solid #eee; }
    .date-picker-wrapper .gap .gap-line .gap-2 {
      position: absolute;
      right: 0;
      top: 0px;
      z-index: 2;
      height: 0;
      border-left: 8px solid transparent;
      border-top: 8px solid white; }
    .date-picker-wrapper .gap .gap-line .gap-3 {
      position: absolute;
      right: 0;
      top: 8px;
      z-index: 2;
      height: 0;
      border-left: 8px solid transparent;
      border-bottom: 8px solid white; }
  .date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: #eee;
    z-index: 3; }
  .date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    background-color: #eee;
    z-index: 3; }
.date-picker-wrapper .selected-days {
  display: none; }
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0; }
  .date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
    display: none; }
  .date-picker-wrapper .drp_top-bar .default-top {
    display: block; }
  .date-picker-wrapper .drp_top-bar.error .default-top {
    display: none; }
  .date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red; }
  .date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none; }
  .date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block; }
    .date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
      color: #333; }
  .date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0px;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    color: white;
    line-height: initial; }
    .date-picker-wrapper .drp_top-bar .apply-btn.disabled {
      cursor: pointer;
      color: #606060;
      border: solid 1px #b7b7b7;
      background: #fff;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
      background: -moz-linear-gradient(top, #fff, #ededed);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); }
.date-picker-wrapper .time {
  position: relative; }
.date-picker-wrapper.single-month .time {
  display: block; }
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px; }
.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

.date-picker-wrapper .time1 {
  float: left; }
.date-picker-wrapper .time2 {
  float: right; }
.date-picker-wrapper .hour {
  text-align: right; }

.minute {
  text-align: right; }

.date-picker-wrapper .hide {
  display: none; }
.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important; }
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); }
  .date-picker-wrapper .date-range-length-tip:after {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid yellow;
    left: 50%;
    margin-left: -4px;
    bottom: -4px; }
.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none; }
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer; }
  .date-picker-wrapper .week-number.week-number-selected {
    color: #49e;
    font-weight: bold; }

.tag-lists {
  display: flex;
  grid-gap: 0 12px; }
  .tag-lists.-alternate > .tag-items {
    padding: 0;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    padding: 8px;
    min-width: 80px; }

.tag-items {
  padding: 8px;
  color: #fff;
  background: #26a1d2;
  font-family: "Raleway", sans-serif;
  min-width: 120px;
  text-align: center; }
  .tag-items.-small {
    padding: 0;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    padding: 8px;
    min-width: 80px; }
  .tag-items.-popularity {
    background: #d8caae; }

.holiday-sale-card {
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  min-height: 600px;
  background: #fff;
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.1)); }
  .holiday-sale-card > * {
    flex: 1; }
  .holiday-sale-card > .image-container {
    max-height: 200px;
    height: 100%;
    position: relative; }
    .holiday-sale-card > .image-container > .tag-lists {
      position: absolute;
      top: 24px;
      left: 24px; }
    .holiday-sale-card > .image-container > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .holiday-sale-card > .holiday-sale-context {
    padding: 24px 32px 24px 72px;
    position: relative; }
    .holiday-sale-card > .holiday-sale-context:before {
      content: '';
      position: absolute;
      top: 0;
      left: -12px;
      height: 100%;
      width: 12px;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
      background: #fff; }
    .holiday-sale-card > .holiday-sale-context > .discount-promo-headline {
      margin-bottom: 16px;
      font: 600 32px/40px "Raleway", sans-serif;
      color: #d8caae; }
    .holiday-sale-card > .holiday-sale-context > .title {
      margin-bottom: 16px;
      font: 600 32px/40px "Raleway", sans-serif;
      color: #304659;
      width: 100%;
      max-width: 500px; }
    .holiday-sale-card > .holiday-sale-context > .context {
      margin: 0;
      padding: 0 0 24px;
      border-bottom: 1px solid #d8caae; }
      .holiday-sale-card > .holiday-sale-context > .context p {
        font: 500 18px/24px "Raleway", sans-serif;
        color: #696F8C; }
      .holiday-sale-card > .holiday-sale-context > .context ul {
        list-style: none;
        padding: 0; }
        .holiday-sale-card > .holiday-sale-context > .context ul li {
          font: 500 18px/24px "Raleway", sans-serif;
          color: #696F8C;
          margin-bottom: 8px; }
    .holiday-sale-card > .holiday-sale-context > .price-info {
      margin-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .holiday-sale-card > .holiday-sale-context > .price-info > .price {
        font: 700 42px/40px "Raleway", sans-serif;
        display: flex;
        flex-direction: column;
        color: #304659; }
        .holiday-sale-card > .holiday-sale-context > .price-info > .price:before {
          content: attr(data-price-details);
          font: 700 20px/40px "Raleway", sans-serif;
          color: #d8caae; }
      .holiday-sale-card > .holiday-sale-context > .price-info > .btn {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center; }
  .holiday-sale-card + .holiday-sale-card {
    margin-top: 48px; }

.holiday-sale-discount-list {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 64px; }

.destination-list-block > .heading {
  font: 700 16px/24px "Raleway", sans-serif;
  margin: 0 0 8px;
  color: #304659; }
.destination-list-block > .destination-list {
  list-style: none;
  padding: 0;
  cursor: pointer;
  margin: 0; }
  .destination-list-block > .destination-list > .destination-item {
    font: 400 14px/16px "Raleway", sans-serif;
    color: #304659; }
    .destination-list-block > .destination-list > .destination-item:hover {
      color: #d8caae; }
    .destination-list-block > .destination-list > .destination-item:not(:last-of-type) {
      margin-bottom: 8px; }

.destination-selection-pane {
  background: #FFF;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px 32px;
  padding: 24px;
  border: 2px solid #d8caae; }

.video-background-banner {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .video-background-banner > .video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1; }
  .video-background-banner > .explore-holiday-spots-finder {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .video-background-banner > .explore-holiday-spots-finder > .heading {
      text-align: center;
      color: #FFF;
      font: 700 56px/72px "Raleway", sans-serif;
      width: 100%;
      max-width: 600px;
      color: transparent;
      height: 150px;
      background: url("../img/discover-holiday-tagline.svg") center/contain no-repeat; }

.property-item {
  position: relative; }
  .property-item.hot-deals-item > .discount-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    display: inline-block;
    z-index: 1;
    background: linear-gradient(32deg, #f89521, #f26322);
    color: #fff;
    padding: 4px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700; }
  .property-item.hot-deals-item > .package-item > .package-context > .location {
    color: grey;
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600; }
  .property-item.hot-deals-item > .package-item > .package-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 24px 0; }
    .property-item.hot-deals-item > .package-item > .package-info > .price-tag {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%; }
      .property-item.hot-deals-item > .package-item > .package-info > .price-tag > .regular-price {
        display: flex;
        flex: 1;
        color: #231f20;
        flex-wrap: wrap;
        align-items: flex-end; }
        .property-item.hot-deals-item > .package-item > .package-info > .price-tag > .regular-price > .label + .price {
          margin-left: 12px; }
        .property-item.hot-deals-item > .package-item > .package-info > .price-tag > .regular-price > .price {
          font: 600 30px/1 "Raleway", sans-serif; }
          .property-item.hot-deals-item > .package-item > .package-info > .price-tag > .regular-price > .price + .label {
            margin-left: 8px; }
        .property-item.hot-deals-item > .package-item > .package-info > .price-tag > .regular-price > .label {
          font: 600 16px/1 "Raleway", sans-serif; }
          .property-item.hot-deals-item > .package-item > .package-info > .price-tag > .regular-price > .label span {
            font-size: 12px !important;
            display: inline-block; }
      .property-item.hot-deals-item > .package-item > .package-info > .price-tag > .sale-price {
        font: 400 20px/1 "Raleway", sans-serif;
        color: grey;
        text-decoration: line-through; }
      .property-item.hot-deals-item > .package-item > .package-info > .price-tag > .offer-deadline {
        position: absolute;
        bottom: 0;
        right: 16px;
        font-weight: 600;
        color: grey;
        font-size: 14px; }
    .property-item.hot-deals-item > .package-item > .package-info > .btn {
      margin: 0 auto; }
  .property-item > .package-item {
    height: 100%; }

.package-item {
  box-shadow: 3px 3px 9px #00000029;
  display: flex;
  flex-direction: column;
  border-radius: 20px; }
  .package-item:hover > .package-context > .package-name {
    color: #AA9573; }
  .package-item > .package-image-block {
    width: 100%;
    height: 280px;
    position: relative;
    margin-bottom: 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden; }
    .package-item > .package-image-block > .snippet {
      position: absolute;
      bottom: 0;
      background: #d8caae;
      padding: 4px 12px;
      font: 400 14px/1.618 "Raleway", sans-serif;
      color: #fff;
      left: 0; }
    .package-item > .package-image-block > .badge {
      position: absolute;
      top: 24px;
      right: 4px;
      width: 150px;
      height: 48px;
      display: inline-block;
      border-radius: 100%; }
    .package-item > .package-image-block > .pin {
      position: absolute;
      top: 32px;
      left: 12px;
      z-index: 1;
      background: #E17D63;
      font: 400 14px/1.618 "Raleway", sans-serif;
      color: #fff;
      padding: 8px 24px;
      border-radius: 24px; }
    .package-item > .package-image-block > .image {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .package-item > .package-context {
    padding: 8px 20px 4px;
    display: flex;
    flex-direction: column;
    flex: 1; }
    .package-item > .package-context > .package-name {
      font: 700 22px/32px "Raleway", sans-serif;
      margin: 0 0 8px;
      text-transform: uppercase;
      height: 64px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      color: #E17D63; }
    .package-item > .package-context p {
      font: 400 16px/24px "Raleway", sans-serif;
      color: #696F8C;
      margin: 0 0 12px; }
    .package-item > .package-context > .service-list {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      grid-gap: 8px 8px;
      list-style: none;
      margin: auto 0 8px; }
      .package-item > .package-context > .service-list > .service {
        width: 34px;
        height: 34px;
        border: 1px solid rgba(35, 31, 32, 0.4);
        display: block;
        border-radius: 100%;
        background-color: #fff;
        padding: 4px;
        position: relative; }
        .package-item > .package-context > .service-list > .service:hover > .label {
          display: block; }
        .package-item > .package-context > .service-list > .service > .label {
          display: none;
          position: absolute;
          font: 400 12px/1.618 "Raleway", sans-serif;
          top: -34px;
          left: -45px;
          background: #e17d63;
          color: #fff;
          z-index: 1;
          padding: 4px;
          border-radius: 4px;
          right: 0;
          width: 120px;
          text-align: center;
          margin: 0 auto; }
          .package-item > .package-context > .service-list > .service > .label:after {
            content: '';
            width: 8px;
            height: 8px;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2px;
            transform: rotate(45deg);
            background: #e17d63; }
        .package-item > .package-context > .service-list > .service > .symbol {
          width: 100%;
          height: 100%;
          display: block; }
        .package-item > .package-context > .service-list > .service.-credit > .symbol {
          background: url("../img/icons/packages-credit-icon.svg") center/contain no-repeat; }
        .package-item > .package-context > .service-list > .service.-ship > .symbol {
          background: url("../img/icons/packages-cruise-icon.svg") center/contain no-repeat; }
        .package-item > .package-context > .service-list > .service.-drink > .symbol {
          background: url("../img/icons/packages-drink-icon.svg") center/contain no-repeat; }
        .package-item > .package-context > .service-list > .service.-excursion > .symbol {
          background: url("../img/icons/packages-excursion-icon.svg") center/contain no-repeat; }
        .package-item > .package-context > .service-list > .service.-plane > .symbol {
          background: url("../img/icons/packages-flights-icon.svg") center/contain no-repeat; }
        .package-item > .package-context > .service-list > .service.-hotel > .symbol {
          background: url("../img/icons/packages-hotel-bed-icon.svg") center/contain no-repeat; }
        .package-item > .package-context > .service-list > .service.-train > .symbol {
            background: url("../img/icons/packages-train-icon.svg") center/contain no-repeat; }
        .package-item > .package-context > .service-list > .service.-meals > .symbol {
          background: url("../img/icons/packages-meals-icon.svg") center/contain no-repeat; }
        .package-item > .package-context > .service-list > .service.-tour > .symbol {
          background: url("../img/icons/packages-tour-icon.svg") center/contain no-repeat; }
        .package-item > .package-context > .service-list > .service.-transfers > .symbol {
          background: url("../img/icons/packages-transfers-icon.svg") center/contain no-repeat; }
  .package-item > .package-info {
    display: flex;
    margin-top: auto;
    padding: 12px 12px 24px;
    align-items: center; }
    .package-item > .package-info > .price-tag {
      display: flex;
      flex: 1;
      color: #231f20;
      flex-wrap: wrap; }
      .package-item > .package-info > .price-tag > .label + .price {
        margin-left: 12px; }
      .package-item > .package-info > .price-tag > .price {
        font: 600 30px/1 "Raleway", sans-serif;
        position: relative; }
        .package-item > .package-info > .price-tag > .price + .label {
          margin-left: 8px; }
      .package-item > .package-info > .price-tag > .label {
        font: 600 14px/1 "Raleway", sans-serif; }
      .package-item > .package-info > .price-tag > .snippet {
        margin-top: 6px;
        color: #E17D63; }
    .package-item > .package-info > .btn {
      width: 100%;
      max-width: 170px;
      background: #E17D63;
      color: #FFF;
      text-transform: uppercase;
      font: 400 16px/1.618 "Raleway", sans-serif;
      padding: 12px;
      border-radius: 12px; }

    .package-item > .package-info > .btn:hover {
      background: #FFF;
      color: #E17D63;
      border: 1px solid #E17D63;
    }

.package-list-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 42px 20px;
  margin-top: 24px;
}

.package-list-panel {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
  padding: 0 24px; }
  .package-list-panel.-no-background {
    background: transparent; }
  .package-list-panel > .heading {
    text-align: center;
    font: 700 26px/1.618 "Raleway", sans-serif;
    margin: 24px 0 64px;
    position: relative; }
    .package-list-panel > .heading::after {
      content: '';
      position: absolute;
      bottom: -16px;
      left: 0;
      right: 0;
      width: 80px;
      height: 4px;
      background: #e17d63;
      margin: 0 auto; }
  .package-list-panel.-package-carousel .slick-arrow, .package-list-panel.-shift-to-mobile .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: auto 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #d8caae url("../img/icons/arrow-white-icon.svg") center/32px no-repeat;
    color: transparent;
    border-radius: 100%; }
    .package-list-panel.-package-carousel .slick-arrow.slick-next, .package-list-panel.-shift-to-mobile .slick-arrow.slick-next {
      right: -64px; }
    .package-list-panel.-package-carousel .slick-arrow.slick-prev, .package-list-panel.-shift-to-mobile .slick-arrow.slick-prev {
      left: -64px;
      transform: rotate(180deg); }
  .package-list-panel.-package-carousel .slick-slide, .package-list-panel.-shift-to-mobile .slick-slide {
    margin-left: 15px;
    margin-right: 15px; }
  .package-list-panel.-package-carousel .slick-list, .package-list-panel.-shift-to-mobile .slick-list {
    margin-left: -15px;
    margin-right: -15px; }
  .package-list-panel > .squared-btn {
    width: 100%;
    max-width: 260px;
    margin: 40px auto 24px;
    border-radius: 7px; }
  @media all and (max-width: 480px) {
    .package-list-panel:not(.-package-carousel) {
      padding: 0 24px; }
      .package-list-panel:not(.-package-carousel) .package-list-container {
        display: flex;
        flex-direction: column; }
        .package-list-panel:not(.-package-carousel) .package-list-container > .package-item > .package-info {
          padding-bottom: 48px; }
          .package-list-panel:not(.-package-carousel) .package-list-container > .package-item > .package-info > .price-tag {
            flex-wrap: initial;
            position: relative;
            margin-right: 12px; }
            .package-list-panel:not(.-package-carousel) .package-list-container > .package-item > .package-info > .price-tag > .price {
              font-size: 24px; }
            .package-list-panel:not(.-package-carousel) .package-list-container > .package-item > .package-info > .price-tag > .snippet {
              position: absolute;
              top: 26px; }
    .package-list-panel.-package-carousel {
      padding: 0 32px; }
      .package-list-panel.-package-carousel .slick-arrow.slick-next {
        right: -28px; }
      .package-list-panel.-package-carousel .slick-arrow.slick-prev {
        left: -28px; }
    .package-list-panel.-shift-to-mobile {
      padding: 0 32px; }
      .package-list-panel.-shift-to-mobile .slick-arrow {
        width: 32px;
        height: 32px;
        background: #d8caae url("../img/icons/arrow-white-icon.svg") center/16px no-repeat; }
        .package-list-panel.-shift-to-mobile .slick-arrow.slick-next {
          right: -28px; }
        .package-list-panel.-shift-to-mobile .slick-arrow.slick-prev {
          left: -28px; }
      .package-list-panel.-shift-to-mobile .package-item > .package-info {
        padding-bottom: 48px; }
        .package-list-panel.-shift-to-mobile .package-item > .package-info > .price-tag {
          position: relative;
          flex-wrap: initial;
          margin-right: 12px; }
          .package-list-panel.-shift-to-mobile .package-item > .package-info > .price-tag > .price {
            font-size: 24px; }
          .package-list-panel.-shift-to-mobile .package-item > .package-info > .price-tag > .snippet {
            position: absolute;
            top: 26px; } }

.hot-deals .package-list-panel {
  background: #fff; }

.quote-banner-container {
  width: 100%;
  height: 427px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #d8caae; }
  .quote-banner-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .quote-banner-container > .quote-banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1; }
  .quote-banner-container > .quote-banner {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 610px 1fr;
    grid-gap: 0 44px;
    align-items: center; }
    .quote-banner-container > .quote-banner > .quote-message {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .quote-banner-container > .quote-banner > .quote-message > .heading {
        font: 700 40px/48px "Raleway", sans-serif;
        color: #fff; }
      .quote-banner-container > .quote-banner > .quote-message > .message {
        font: 500 18px/1.618 "Raleway", sans-serif;
        color: #fff;
        width: 100%;
        max-width: 480px;
        margin-bottom: 12px; }
      .quote-banner-container > .quote-banner > .quote-message > .button {
        display: block;
        border-radius: 0; }
    .quote-banner-container > .quote-banner > .quote-card-panel {
      position: relative;
      height: 100%; }
      .quote-banner-container > .quote-banner > .quote-card-panel > .quote-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -90px; }
        .quote-banner-container > .quote-banner > .quote-card-panel > .quote-card > .image {
          width: 100%;
          max-height: 400px;
          object-fit: cover;
          border-radius: 20px; }
        .quote-banner-container > .quote-banner > .quote-card-panel > .quote-card > .quote-block {
          width: 100%;
          padding: 46px 34px 32px;
          background: rgba(0, 0, 0, 0.1);
          mix-blend-mode: normal;
          display: flex;
          flex-direction: column;
          position: absolute;
          top: 0;
          height: 100%;
          align-items: center;
          justify-content: center;
          /* Blur effect */
          /* Note: backdrop-filter has minimal browser support */ }
          .quote-banner-container > .quote-banner > .quote-card-panel > .quote-card > .quote-block > .signup-text {
            font: 700 28px/1.325 "Raleway", sans-serif;
            color: #fff;
            width: 100%;
            max-width: 400px;
            text-align: center;
            display: block;
            margin-bottom: 24px; }
          .quote-banner-container > .quote-banner > .quote-card-panel > .quote-card > .quote-block > .button {
            border-radius: 0; }
          .quote-banner-container > .quote-banner > .quote-card-panel > .quote-card > .quote-block > .message {
            font: 500 18px/24px "Raleway", sans-serif;
            color: #304659;
            width: 100%;
            text-align: center; }
          .quote-banner-container > .quote-banner > .quote-card-panel > .quote-card > .quote-block > .quote-author {
            font: 700 16px/24px "Raleway", sans-serif;
            text-align: center;
            display: block; }

.quote-banner-panel {
  width: 100%;
  display: block;
  position: relative;
  align-items: center;
  height: 550px; }
  .quote-banner-panel > .package-details-info-container {
    width: 100%;
    max-width: 1440px;
    margin: 70px auto 0; }
    .quote-banner-panel > .package-details-info-container > strong {
      font: 600 20px/32px "Raleway", sans-serif;
      margin-bottom: 8px; }
    .quote-banner-panel > .package-details-info-container > .detail-trail {
      list-style: none;
      display: flex;
      align-items: center;
      padding: 0; }
      .quote-banner-panel > .package-details-info-container > .detail-trail > li {
        font: 500 18px/24px "Raleway", sans-serif;
        color: #304659; }
        .quote-banner-panel > .package-details-info-container > .detail-trail > li > span {
          display: inline-block;
          padding-bottom: 2px;
          border-bottom: 1px solid #304659; }
        .quote-banner-panel > .package-details-info-container > .detail-trail > li:not(:last-of-type):after {
          content: '>';
          margin: 0 4px;
          color: #304659;
          text-decoration: none; }
  @media all and (max-width: 480px) {
    .quote-banner-panel {
      height: initial;
      margin-bottom: 42px;
      padding-bottom: initial; }
      .quote-banner-panel > .quote-banner-container {
        height: initial; }
        .quote-banner-panel > .quote-banner-container > .quote-banner {
          display: flex;
          flex-direction: column; }
          .quote-banner-panel > .quote-banner-container > .quote-banner > .quote-message {
            padding: 0 24px; }
            .quote-banner-panel > .quote-banner-container > .quote-banner > .quote-message > .heading {
              font-size: 24px;
              line-height: 1.618; }
            .quote-banner-panel > .quote-banner-container > .quote-banner > .quote-message > .message {
              font-size: 16px; }
          .quote-banner-panel > .quote-banner-container > .quote-banner > .quote-card-panel {
            width: 100%; }
            .quote-banner-panel > .quote-banner-container > .quote-banner > .quote-card-panel > .quote-card {
              position: relative;
              bottom: -40px; }
              .quote-banner-panel > .quote-banner-container > .quote-banner > .quote-card-panel > .quote-card > .image {
                border-radius: 0; }
              .quote-banner-panel > .quote-banner-container > .quote-banner > .quote-card-panel > .quote-card > .quote-block {
                width: 100%; } }

.accommodation-info {
  background: #d8caae;
  padding: 16px 24px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .accommodation-info > .heading {
    font: 400 16px/32px "Raleway", sans-serif;
    color: #FFF;
    margin: 0 0 10px; }
  .accommodation-info > strong {
    font: 600 20px/32px "Raleway", sans-serif;
    margin: 0 0 16px;
    color: #FFF; }
  .accommodation-info > .value-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 0 24px; }
    .accommodation-info > .value-info > .tag-items {
      background: #d8caae; }
    .accommodation-info > .value-info > .switch {
      font: 400 12px/16px "Raleway", sans-serif;
      color: #FFF;
      text-decoration: underline; }

.package-deal-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #E6E8F0;
  border-bottom: 1px solid #E6E8F0; }
  .package-deal-info > .deal {
    padding: 24px 16px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .package-deal-info > .deal > strong {
      font: 900 30px/24px "Raleway", sans-serif; }
      .package-deal-info > .deal > strong + span {
        margin-top: 24px; }
    .package-deal-info > .deal > span {
      font: 500 16px/16px "Raleway", sans-serif;
      margin: 0;
      display: block; }
    .package-deal-info > .deal.discount-package {
      border-left: 1px solid #E6E8F0; }
      .package-deal-info > .deal.discount-package > span {
        color: #e17d63; }
        .package-deal-info > .deal.discount-package > span.rrp {
          margin-top: 12px; }

.booking-field {
  border: 1px solid #E6E8F0;
  padding: 8px 24px 8px 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative; }
  .booking-field:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url("../img/icons/caret-orange-icon.svg") center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    margin: auto 0; }
  .booking-field > input {
    background: transparent; }
  .booking-field > .label {
    font: 700 14px/20px "Raleway", sans-serif;
    color: #304659;
    margin-bottom: 8px; }
  .booking-field > select {
    width: 100%;
    border: 0;
    appearance: none;
    color: #696F8C;
    font-size: 18px;
    outline: none;
    background: transparent; }
    .booking-field > select option {
      font: 400 18px/24px "Raleway", sans-serif;
      color: #696F8C; }

.price-meter-indicator > .rate {
  font: 600 32px/40px "Raleway", sans-serif;
  color: #C1C4D6; }
  .price-meter-indicator > .rate.--highlight {
    color: #304659; }

.price-package > .price {
  font: 600 32px/40px "Raleway", sans-serif;
  color: #304659; }
.price-package > .label {
  font: 400 16px/24px "Raleway", sans-serif;
  color: #696F8C; }

.rating {
  display: flex;
  align-items: center; }
  .rating > .rate-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/icons/star-icon.svg") center/contain no-repeat;
    margin-right: 4px; }
  .rating > .label {
    font: 400 16px/24px "Raleway", sans-serif;
    color: #696F8C; }

.booking-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .booking-details > .rating {
    position: relative;
    top: -4px; }

.booking-panel-footer {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px; }
  .booking-panel-footer > .price-from {
    text-align: center;
    font-size: 28px;
    display: block;
    border-top: 1px solid #d8caae;
    border-bottom: 1px solid #d8caae;
    padding: 24px 0; }
  .booking-panel-footer > .button {
    width: 100%;
    max-width: 240px;
    padding: 24px 8px;
    margin: 22px auto 34px; }
  .booking-panel-footer > .accomodation-only-button {
    font: 500 12px/16px "Raleway", sans-serif;
    text-decoration: underline;
    display: block;
    text-align: center;
    color: #696F8C; }
  .booking-panel-footer > .packages-enquiry-form > #enquireNowButton {
    width: 100%;
    max-width: 240px;
    padding: 24px 8px;
    margin: 22px auto 34px;
    display: block; }
  .booking-panel-footer > .booking-panel-inclusions {
    padding: 0 20px; }
    .booking-panel-footer > .booking-panel-inclusions br {
      display: none; }
    .booking-panel-footer > .booking-panel-inclusions ul {
      list-style: none;
      padding: 0; }
      .booking-panel-footer > .booking-panel-inclusions ul li {
        padding-left: 16px;
        position: relative; }
        .booking-panel-footer > .booking-panel-inclusions ul li:before {
          content: '';
          width: 8px;
          height: 1px;
          position: absolute;
          top: 12px;
          left: 0;
          background: #231f20; }
        .booking-panel-footer > .booking-panel-inclusions ul li:not(:last-of-type) {
          margin-bottom: 8px; }

.booking-panel {
  background: linear-gradient(90.61deg, rgba(255, 255, 255, 0.6) 3.79%, rgba(255, 255, 255, 0.6) 99.49%);
  border: 1px solid #EEE;
  backdrop-filter: blur(30px);
  box-shadow: 0 0 2rem -0.25rem rgba(0, 32, 64, 0.1), 0 1rem 2.5rem -0.5rem rgba(125, 25, 10, 0.25);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px; }
  .booking-panel > .booking-panel-block {
    padding: 20px;
    box-sizing: border-box; }
    .booking-panel > .booking-panel-block > .include-heading {
      display: block;
      font-weight: 700;
      margin-bottom: 12px; }
    .booking-panel > .booking-panel-block > .service-list {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      grid-gap: 8px 8px;
      list-style: none;
      margin: auto 0 12px; }
      .booking-panel > .booking-panel-block > .service-list > .service {
        width: 34px;
        height: 34px;
        border: 1px solid rgba(35, 31, 32, 0.4);
        display: block;
        border-radius: 100%;
        background-color: #fff;
        padding: 4px;
        position: relative; }
        .booking-panel > .booking-panel-block > .service-list > .service:hover > .label {
          display: block; }
        .booking-panel > .booking-panel-block > .service-list > .service > .label {
          display: none;
          position: absolute;
          font: 400 12px/1.618 "Raleway", sans-serif;
          top: -34px;
          left: -45px;
          background: #e17d63;
          color: #fff;
          z-index: 1;
          padding: 4px;
          border-radius: 4px;
          right: 0;
          width: 120px;
          text-align: center;
          margin: 0 auto; }
          .booking-panel > .booking-panel-block > .service-list > .service > .label:after {
            content: '';
            width: 8px;
            height: 8px;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2px;
            transform: rotate(45deg);
            background: #e17d63; }
        .booking-panel > .booking-panel-block > .service-list > .service > .symbol {
          width: 100%;
          height: 100%;
          display: block; }
        .booking-panel > .booking-panel-block > .service-list > .service.-credit > .symbol {
          background: url("../img/icons/accomodations-inclusions/credit-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-ship > .symbol {
          background: url("../img/icons/accomodations-inclusions/cruise-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-drink > .symbol {
          background: url("../img/icons/accomodations-inclusions/drink-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-excursion > .symbol {
          background: url("../img/icons/accomodations-inclusions/excursion-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-plane > .symbol {
          background: url("../img/icons/accomodations-inclusions/flights-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-hotel > .symbol {
          background: url("../img/icons/accomodations-inclusions/hotel-bed-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-train > .symbol {
            background: url("../img/icons/accomodations-inclusions/train-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-meals > .symbol {
          background: url("../img/icons/accomodations-inclusions/meals-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-tour > .symbol {
          background: url("../img/icons/accomodations-inclusions/tour-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-transfers > .symbol {
          background: url("../img/icons/accomodations-inclusions/transfers-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-bar > .symbol {
          background: url("../img/icons/accomodations-inclusions/bar-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-baby-sitting > .symbol {
          background: url("../img/icons/accomodations-inclusions/baby-sitting-available-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-family-friendly > .symbol {
          background: url("../img/icons/accomodations-inclusions/family-friendly-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-eco-friendly > .symbol {
          background: url("../img/icons/accomodations-inclusions/eco-friendly-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-games-room > .symbol {
          background: url("../img/icons/accomodations-inclusions/games-room-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-gymnasium > .symbol {
          background: url("../img/icons/accomodations-inclusions/gymnasium-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-holiday-park > .symbol {
          background: url("../img/icons/accomodations-inclusions/holiday-park-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-island-resort > .symbol {
          background: url("../img/icons/accomodations-inclusions/island-resort-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-kids-club > .symbol {
          background: url("../img/icons/accomodations-inclusions/kids-club-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-luxury-accommodation > .symbol {
          background: url("../img/icons/accomodations-inclusions/luxury-accommodation-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-ocean-views > .symbol {
          background: url("../img/icons/accomodations-inclusions/ocean-views-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-parking > .symbol {
          background: url("../img/icons/accomodations-inclusions/parking-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-pet-friendly > .symbol {
          background: url("../img/icons/accomodations-inclusions/pet-friendly-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-reception > .symbol {
          background: url("../img/icons/accomodations-inclusions/24-hour-reception-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-restaurant > .symbol {
          background: url("../img/icons/accomodations-inclusions/on-site-restaurant-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-room-service > .symbol {
          background: url("../img/icons/accomodations-inclusions/room-service-available-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-swimming-pool > .symbol {
          background: url("../img/icons/accomodations-inclusions/pool-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-sauna > .symbol {
          background: url("../img/icons/accomodations-inclusions/sauna-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-spa > .symbol {
          background: url("../img/icons/accomodations-inclusions/spa-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-wheelchair-accessible > .symbol {
          background: url("../img/icons/accomodations-inclusions/wheel-chair-accessable-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-water-park > .symbol {
          background: url("../img/icons/accomodations-inclusions/waterslides-and-waterpark-icon.svg") center/contain no-repeat; }
        .booking-panel > .booking-panel-block > .service-list > .service.-wifi > .symbol {
          background: url("../img/icons/accomodations-inclusions/wifi-icon.svg") center/contain no-repeat; }
    .booking-panel > .booking-panel-block > .heading {
      font: 600 24px/32px "Raleway", sans-serif;
      color: #304659;
      margin: 0 0 16px; }
    .booking-panel > .booking-panel-block > .booking-details {
      margin-bottom: 32px; }
    .booking-panel > .booking-panel-block > #bookingForm > .booking-field + .booking-field {
      margin-top: 16px; }
    .booking-panel > .booking-panel-block > #bookingForm > .booking-field #bookdate {
      border: 0;
      outline: 0;
      width: 100%;
      max-width: 300px;
      padding: 2px 0;
      font: 400 16px/1.618 "Raleway", sans-serif;
      color: #696F8C;
      background: transparent; }
    .booking-panel > .booking-panel-block > .labeled-icons {
      padding: 16px 0; }
  .booking-panel.-accommodation-only > .booking-panel-footer > .accomodation-only-button {
    display: none; }

.tab-list {
  display: flex;
  grid-gap: 0 24px;
  padding: 0;
  list-style: none; }
  .tab-list > .tab-item {
    font: 600 14px/1.618 "Raleway", sans-serif;
    padding-bottom: 8px;
    display: inline-block;
    cursor: pointer; }
    .tab-list > .tab-item.-active {
      border-bottom: 2px solid #e17d63; }

.tabs-content-section > .tab-content {
  display: none; }
  .tabs-content-section > .tab-content.-active {
    display: block; }

.package-details {
  padding-bottom: 48px; }
  .package-details > .tabs-content-section {
    margin-top: 42px; }
  .package-details > .photo-gallery-section {
    margin-bottom: 48px; }
  .package-details > .travel-badge {
    font-weight: 700; }
    .package-details > .travel-badge > img {
      max-width: 200px;
      display: block;
      margin-bottom: 12px; }
  .package-details > .package-description {
    padding-bottom: 24px;
    border-bottom: 1px solid #E6E8F0; }
    .package-details > .package-description > .heading {
      font: 600 20px/32px "Raleway", sans-serif;
      padding-bottom: 30px;
      border-bottom: 1px solid #E6E8F0;
      margin-bottom: 32px; }
    .package-details > .package-description p {
      font: 400 16px/24px "Raleway", sans-serif;
      color: #231f20;
      margin-bottom: 24px; }
    .package-details > .package-description h3 {
      font: 500 16px/24px "Raleway", sans-serif;
      margin-bottom: 24px;
      color: #231f20; }
  .package-details > .room-configuration-section {
    margin-top: 48px;
    margin-bottom: 44px; }

.package-panel-container {
  display: grid;
  grid-template-columns: 1fr 490px;
  grid-gap: 0 26px;
  padding-bottom: 128px; }
  .package-panel-container > .package-booking {
    position: relative;
    height: calc(100% + 100px); }
    .package-panel-container > .package-booking > .booking-panel {
      position: sticky;
      top: 160px;
      margin-top: -140px; }

.package-panel-section {
  width: 100%; }
  .package-panel-section > .photo-banner-panel {
    overflow: hidden;
    border-radius: 12px;
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 24px; }
    .package-panel-section > .photo-banner-panel > .photo-banner {
      height: 540px;
      display: block; }
      .package-panel-section > .photo-banner-panel > .photo-banner > .image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        object-position: left; }
    .package-panel-section > .photo-banner-panel > .package-snippet-badge {
      position: absolute;
      left: 0;
      z-index: 2;
      background: #e17d63;;
      padding: 4px 18px;
      color: #fff;
      bottom: 0; }
  @media all and (max-width: 480px) {
    .package-panel-section > .package-panel-container {
      display: flex;
      flex-direction: column;
      padding: initial; }
      .package-panel-section > .package-panel-container > .package-details > .photo-gallery-section.slick-slider {
        width: calc(100% + 48px);
        padding-top: initial;
        overflow: initial;
        position: relative;
        height: 250px;
        margin-left: -24px;
        margin-bottom: 48px; }
        .package-panel-section > .package-panel-container > .package-details > .photo-gallery-section.slick-slider .slick-arrow {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          z-index: 1;
          width: 32px;
          height: 32px;
          background: #d8caae url("../img/icons/arrow-white-icon.svg") center/16px no-repeat;
          color: transparent;
          border: 0;
          border-radius: 100%; }
          .package-panel-section > .package-panel-container > .package-details > .photo-gallery-section.slick-slider .slick-arrow.slick-prev {
            left: 28px;
            transform: rotate(180deg); }
          .package-panel-section > .package-panel-container > .package-details > .photo-gallery-section.slick-slider .slick-arrow.slick-next {
            right: 28px; }
        .package-panel-section > .package-panel-container > .package-details > .photo-gallery-section.slick-slider .slick-list {
          height: 100%; }
          .package-panel-section > .package-panel-container > .package-details > .photo-gallery-section.slick-slider .slick-list .slick-track {
            height: 100%; }
        .package-panel-section > .package-panel-container > .package-details > .photo-gallery-section.slick-slider .slick-slide {
          display: block;
          height: 100%; }
          .package-panel-section > .package-panel-container > .package-details > .photo-gallery-section.slick-slider .slick-slide img {
            max-width: initial;
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .package-panel-section > .package-panel-container > .package-booking {
        height: initial; }
        .package-panel-section > .package-panel-container > .package-booking > .booking-panel {
          margin-top: 0;
          position: relative;
          top: 0; } }

.amenities-list {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px 100px; }

.amenities-section > .heading {
  font: 600 20px/32px "Raleway", sans-serif;
  margin-bottom: 28px;
  color: #304659; }

.package-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .package-header > .head-details > .package-name {
    font: 600 32px/40px "Raleway", sans-serif;
    margin-bottom: 8px; }

body {
  margin: 0; }

.photo-gallery-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px 16px;
  position: relative; }
  .photo-gallery-section > .photo-thumbnail {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    width: 100%;
    height: 150px; }
    .photo-gallery-section > .photo-thumbnail > .image {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .photo-gallery-section > .photo-thumbnail:nth-of-type(1n+5) {
      display: none; }
  .photo-gallery-section > .more-images-btn {
    position: absolute;
    right: 0;
    bottom: -34px;
    display: inline-block;
    font-weight: 700;
    border-bottom: 3px solid #e17d63;
    cursor: pointer; }
  @media all and (max-width: 480px) {
    .photo-gallery-section > .photo-thumbnail {
      height: 100px; } }

.linked-tabs {
  list-style: none;
  display: flex;
  padding: 0;
  grid-gap: 0 42px;
  border-bottom: 1px solid #E6E8F0; }
  .linked-tabs > .linked-tab-items {
    font: 400 18px/40px "Raleway", sans-serif;
    display: flex;
    align-items: center;
    position: relative; }
    .linked-tabs > .linked-tab-items > a {
      color: #304659;
      text-decoration: none;
      box-sizing: border-box;
      display: inline-block;
      padding-bottom: 10px;
      position: relative; }
      .linked-tabs > .linked-tab-items > a:hover:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        border-radius: 12px;
        background: #e17d63; }
    .linked-tabs > .linked-tab-items > *:not(a) {
      margin-left: 24px;
      padding-bottom: 10px; }
    .linked-tabs > .linked-tab-items.-active:after {
      content: '';
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 2px;
      background: #e17d63; }

.room-configuration-panel {
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid #E6E8F0;
  border-radius: 12px; }
  .room-configuration-panel > .icon {
    margin: 0 0 16px; }
  .room-configuration-panel > .heading {
    margin: 0 0 16px;
    font: 400 16px/24px "Raleway", sans-serif; }
  .room-configuration-panel > .detail {
    font: 400 12px/16px "Raleway", sans-serif;
    color: #696F8C; }

.room-configuration-section > .heading {
  font: 600 20px/32px "Raleway", sans-serif;
  margin-bottom: 28px;
  color: #304659; }
.room-configuration-section > .room-configuration-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px; }

.search-widget-panel {
  background: #fff;
  padding: 24px; }
  .search-widget-panel > .heading,
  .search-widget-panel > .context {
    color: #231f20; }
  .search-widget-panel > .heading {
    margin: 0 0 8px; }
  .search-widget-panel > .context {
    margin: 0 0 16px; }
  .search-widget-panel > .explore-holiday-spots-finder > .heading {
    display: none; }
  .search-widget-panel > .explore-holiday-spots-finder #homeSearch {
    display: flex;
    flex-direction: column; }
  .search-widget-panel > .explore-holiday-spots-finder #homeSearch input,
  .search-widget-panel > .explore-holiday-spots-finder #homeSearch select {
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    width: 100%; }
  .search-widget-panel > .explore-holiday-spots-finder #homeSearch select {
    background: #fff;
    color: #69788c; }
  .search-widget-panel > .explore-holiday-spots-finder #homeSearch input[type="submit"] {
    background: #d8caae;
    color: #fff;
    border: 0;
    border-radius: 7px;
    padding: 12px; }
    .search-widget-panel > .explore-holiday-spots-finder #homeSearch input[type="submit"]:hover {
      background: #f26423; }

.slider-banner-section {
  min-height: 600px;
  width: 100%;
  position: relative; }
  .slider-banner-section > .slider-banner-panel {
    height: 600px;
    width: 100%; }
    .slider-banner-section > .slider-banner-panel > .slider-banner {
      height: 600px;
      width: 100%;
      overflow: hidden;
      position: absolute;
      top: 0; }
      .slider-banner-section > .slider-banner-panel > .slider-banner > .slick-list {
        height: 100%; }
        .slider-banner-section > .slider-banner-panel > .slider-banner > .slick-list .slick-track {
          height: 100%; }
      .slider-banner-section > .slider-banner-panel > .slider-banner .slide {
        position: relative;
        height: 100%; }
        .slider-banner-section > .slider-banner-panel > .slider-banner .slide:before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(35, 31, 32, 0.3);
          z-index: 1; }
        .slider-banner-section > .slider-banner-panel > .slider-banner .slide img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
        .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper {
          position: absolute;
          top: 0px;
          bottom: 0;
          left: 0;
          right: 0;
          height: 100%;
          margin: auto;
          width: 100%;
          max-width: 1440px;
          z-index: 2;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context {
            display: flex;
            flex-direction: column;
            align-items: center; }
            .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context .slide-content {
              width: 100%;
              max-width: 100%;
              padding: 16px;
              border-radius: 12px;
              margin-bottom: 12px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center; }
              .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context .slide-content p {
                font: 700 40px/1.425 "Raleway", serif;
                color: #fff;
                margin: 0 0 8px; }
                .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context .slide-content p.banner-subtext {
                  font-family: "Raleway", sans-serif;
                  font-size: 24px;
                  text-align: center; }
            .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context .slide-content p.banner-header {
              font-family: "Playfair Display", serif;
              font-size: 70px;
              line-height: 80px;
              margin-bottom: 16px;
              letter-spacing: 1px;
              font-weight: 400;
            }
            .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context .banner-price {
              font: 700 40px/1.425 "Raleway", sans-serif;
              color: #fff;
              text-transform: uppercase;
              margin: 0 0 24px;
              color: #231f20;
              background: #fff;
              border-radius: 12px;
              padding: 24px 12px 12px;
              position: relative; }
              .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context .banner-price:before {
                content: 'From';
                font: 700 12px/1.425 "Raleway", sans-serif;
                position: absolute;
                top: 12px;
                left: 12px;
                text-transform: uppercase; }
              .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context .banner-price:after {
                content: 'per person*';
                font: 700 12px/1.425 "Raleway", sans-serif;
                margin-left: 8px;
                display: inline-block;
                width: 65px;
                text-transform: uppercase; }
            .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context .btn {
              background: #d8caae;
              padding: 8px 12px;
              color: #fff;
              border: 0;
              font: 600 16px/1.618 "Raleway", sans-serif; }
      .slider-banner-section > .slider-banner-panel > .slider-banner > .slick-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        list-style: none;
        grid-gap: 0 16px;
        justify-content: center;
        z-index: 1; }
        .slider-banner-section > .slider-banner-panel > .slider-banner > .slick-dots li {
          width: 16px;
          height: 16px;
          display: inline-block;
          border-radius: 100%;
          border: 0;
          background: #fff; }
          .slider-banner-section > .slider-banner-panel > .slider-banner > .slick-dots li:only-child {
            display: none; }
          .slider-banner-section > .slider-banner-panel > .slider-banner > .slick-dots li button {
            color: transparent; }
          .slider-banner-section > .slider-banner-panel > .slider-banner > .slick-dots li.slick-active {
            background: #231f20; }
    .slider-banner-section > .slider-banner-panel > .search-widget-section {
      top: 0;
      width: 100%;
      height: 100%;
      padding: 0 24px; }
      .slider-banner-section > .slider-banner-panel > .search-widget-section > .search-widget-wrapper {
        width: 100%;
        max-width: 1440px;
        padding-top: 16px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100%; }
        .slider-banner-section > .slider-banner-panel > .search-widget-section > .search-widget-wrapper > .search-widget-panel {
          width: 300px;
          border-radius: 8px;
          position: relative;
          z-index: 1; }
  .slider-banner-section > .slider-banner-footer {
    background: #fff; }
    .slider-banner-section > .slider-banner-footer > a {
      display: block;
      width: 100%;
      background: #d8caae;
      font: 700 24px/1.618 "Raleway", sans-serif;
      color: #fff;
      text-align: center;
      padding: 12px 0; }
  @media all and (max-width: 480px) {
    .slider-banner-section {
      min-height: initial; }
      .slider-banner-section > .slider-banner-panel {
        height: initial; }
        .slider-banner-section > .slider-banner-panel > .slider-banner {
          position: relative;
          height: 280px; }
          .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper {
            padding: 0 24px; }
            .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context .slide-content p {
              font-size: 16px;
              margin-bottom: 16px;
              text-align: center; }            
              .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context .slide-content p.banner-header {
                font-size: 40px;
                line-height: 50px;
              }
            .slider-banner-section > .slider-banner-panel > .slider-banner .slide .slide-context-wrapper .slide-context .slide-content .banner-price {
              font-size: 20px; }
        .slider-banner-section > .slider-banner-panel > .search-widget-section {
          padding: 24px; }
          .slider-banner-section > .slider-banner-panel > .search-widget-section > .search-widget-wrapper > .search-widget-panel {
            width: 100%; } }

.article-posts-container {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px 16px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
  .article-posts-container > .article-posts-item {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .article-posts-container > .article-posts-item > .thumbnail-block {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: block; }
      .article-posts-container > .article-posts-item > .thumbnail-block > .thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .article-posts-container > .article-posts-item > .heading {
      margin-bottom: 8px;
      font-family: "Raleway", sans-serif; }
      .article-posts-container > .article-posts-item > .heading a {
        color: #231f20; }
    .article-posts-container > .article-posts-item > .context {
      font-family: "Raleway", sans-serif;
      margin: 0; }

.article-posts-section {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  padding: 0 24px; }
  .article-posts-section > .heading {
    text-align: center;
    font: 700 26px/1.618 "Raleway", sans-serif;
    margin: 24px 0 64px;
    position: relative; }
    .article-posts-section > .heading::after {
      content: '';
      position: absolute;
      bottom: -16px;
      left: 0;
      right: 0;
      width: 80px;
      height: 4px;
      background: #d8caae;
      margin: 0 auto; }
  .article-posts-section > .squared-btn {
    width: 100%;
    max-width: 260px;
    margin: 40px auto 24px;
    border-radius: 7px; }
  @media all and (max-width: 480px) {
    .article-posts-section {
      padding: 0 24px; }
      .article-posts-section > .article-posts-container {
        display: flex;
        flex-direction: column;
        grid-gap: 42px 0; } }

.subscription-section {
  background: #E5E5E5;
  background: url("/img/subscribe@2x.jpg");
  background-position: center center;
  background-size: cover;
  padding: 64px 32px; }
  .subscription-section > .subscription-container {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    grid-gap: 0 64px;
    align-items: center; }
    .subscription-section > .subscription-container > .heading {
      flex: 1;
      font: 700 34px/1.618 "Raleway", sans-serif;
      color: #fff;
      width: 100%;
      max-width: 1100px;
      margin: 0; }
    .subscription-section > .subscription-container > .subscription-form {
      display: flex;
      width: 100%;
      max-width: 300px;
      flex-direction: column; }
      .subscription-section > .subscription-container > .subscription-form .textbox {
        padding: 8px 12px;
        width: 270px;
        border: 2px solid #231f20;
        margin-bottom: 8px;
        background: transparent;
        border-radius: 5px;
        color: #231f20;
        font: 400 14px/1.618 "Raleway", sans-serif; }
        .subscription-section > .subscription-container > .subscription-form .textbox::-webkit-input-placeholder {
          opacity: 1;
          color: #231f20;
          font: 700 14px/1.618 "Raleway", sans-serif; }
        .subscription-section > .subscription-container > .subscription-form .textbox:-moz-placeholder {
          opacity: 1;
          color: #231f20;
          font: 700 14px/1.618 "Raleway", sans-serif; }
        .subscription-section > .subscription-container > .subscription-form .textbox::-moz-placeholder {
          opacity: 1;
          color: #231f20;
          font: 700 14px/1.618 "Raleway", sans-serif; }
        .subscription-section > .subscription-container > .subscription-form .textbox:-ms-input-placeholder {
          opacity: 1;
          color: #231f20;
          font: 700 14px/1.618 "Raleway", sans-serif; }
      .subscription-section > .subscription-container > .subscription-form .squared-btn {
        border-radius: 4px;
        background: #d8caae;
        text-transform: uppercase;
        width: 100%;
        max-width: 120px;
        font-size: 12px; }
  @media all and (max-width: 480px) {
    .subscription-section > .subscription-container {
      flex-direction: column;
      align-items: flex-start; }
      .subscription-section > .subscription-container > .heading {
        font-size: 24px;
        margin-bottom: 16px; } }

.column-content-section {
  width: 100%;
  margin-bottom: 72px;
  display: flex;
  flex-direction: column;
  padding: 0 24px; }
  .column-content-section > .heading {
    text-align: center;
    font: 700 26px/1.618 "Raleway", sans-serif;
    margin: 24px 0 64px;
    position: relative; }
    .column-content-section > .heading::after {
      content: '';
      position: absolute;
      bottom: -16px;
      left: 0;
      right: 0;
      width: 80px;
      height: 4px;
      background: #d8caae;
      margin: 0 auto; }
  .column-content-section > .column-content-container {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    display: flex;
    grid-gap: 0 82px; }
    .column-content-section > .column-content-container > .column-content {
      flex: 1; }
      .column-content-section > .column-content-container > .column-content > .icon {
        width: 100%;
        max-width: 120px;
        height: 120px;
        display: block;
        margin: 0 auto; }
      .column-content-section > .column-content-container > .column-content > .heading {
        font: 400 20px/1.618 "Raleway", sans-serif;
        width: 100px; }
      .column-content-section > .column-content-container > .column-content > p {
        font: 400 16px/1.618 "Raleway", sans-serif; }
        .column-content-section > .column-content-container > .column-content > p a {
          color: #443344;
          text-decoration: underline; }
          .column-content-section > .column-content-container > .column-content > p a:hover {
            color: #d8caae; }
  @media all and (max-width: 480px) {
    .column-content-section {
      padding: 0 32px; }
      .column-content-section > .column-content-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 42px 26px; } }

.banner-only-section {
  height: 427px;
  width: 100%;
  position: relative; }
  .banner-only-section > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .banner-only-section > .banner-context-wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .banner-only-section > .banner-context-wrapper p {
      font: 600 40px/1.618 "Raleway", sans-serif;
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 8px; }
    .banner-only-section > .banner-context-wrapper .btn {
      background: #26A1D2;
      padding: 8px 12px;
      color: #fff;
      border: 0;
      font: 600 16px/1.618 "Raleway", sans-serif; }
  @media all and (max-width: 480px) {
    .banner-only-section {
      height: 200px; }
      .banner-only-section > .banner-context-wrapper {
        padding: 32px; }
        .banner-only-section > .banner-context-wrapper p {
          font: 600 32px/1.618 "Raleway", sans-serif; } }

.explore-holiday-spots-finder #homeSearch > .home-search-field {
  position: relative;
  width: 100%; }
  .explore-holiday-spots-finder #homeSearch > .home-search-field > .destination-input-textbox.-active + .destination-selection-pane {
    display: flex;
    position: absolute;
    width: 1100px;
    z-index: 2;
    margin-top: 12px; }
  .explore-holiday-spots-finder #homeSearch > .home-search-field .destination-selection-pane {
    display: none; }
.explore-holiday-spots-finder.-packages {
  width: 100%;
  background: #EFEFEF;
  padding: 12px 80px;
  margin: 0px auto 40px auto;
  max-width: 100%;
  background: #C1C4D6; }
  .explore-holiday-spots-finder.-packages > .heading {
    font: 400 22px/1.618 "Open Sans", sans-serif;
    margin: 0 0 12px; }
  .explore-holiday-spots-finder.-packages #homeSearch {
    display: flex;
    grid-gap: 0 16px; }
    .explore-holiday-spots-finder.-packages #homeSearch > .home-search-field {
      flex: 1;
      display: flex;
      flex-direction: column; }
      .explore-holiday-spots-finder.-packages #homeSearch > .home-search-field > label {
        font: 700 1.4rem/1.618 "Open Sans", sans-serif;
        display: block;
        margin-bottom: 8px; }
      .explore-holiday-spots-finder.-packages #homeSearch > .home-search-field > input {
        width: 100%;
        height: 100%;
        padding: 16px;
        font-size: 1.1rem;
        color: #231f20; }
        .explore-holiday-spots-finder.-packages #homeSearch > .home-search-field > input::-webkit-input-placeholder {
          color: #231f20; }
        .explore-holiday-spots-finder.-packages #homeSearch > .home-search-field > input:-moz-placeholder {
          color: #231f20; }
        .explore-holiday-spots-finder.-packages #homeSearch > .home-search-field > input::-moz-placeholder {
          color: #231f20; }
        .explore-holiday-spots-finder.-packages #homeSearch > .home-search-field > input:-ms-input-placeholder {
          color: #231f20; }
      .explore-holiday-spots-finder.-packages #homeSearch > .home-search-field > select {
        padding: 16px; }
    .explore-holiday-spots-finder.-packages #homeSearch .squared-btn {
      background: #d8caae; }
.explore-holiday-spots-finder.-cruises {
  width: 100%;
  max-width: 1440px;
  margin: 48px auto;
  padding: 12px 80px;
  background: #EFEFEF; }
  .explore-holiday-spots-finder.-cruises > .heading {
    font: 400 22px/1.618 "Open Sans", sans-serif;
    margin: 0 0 12px; }
  .explore-holiday-spots-finder.-cruises #homeSearch {
    display: flex;
    grid-gap: 0 16px;
    align-items: flex-end; }
    .explore-holiday-spots-finder.-cruises #homeSearch > .home-search-field {
      flex: 1;
      display: flex;
      flex-direction: column; }
      .explore-holiday-spots-finder.-cruises #homeSearch > .home-search-field > label {
        font: 700 1.4rem/1.618 "Open Sans", sans-serif;
        display: block;
        margin-bottom: 8px; }
      .explore-holiday-spots-finder.-cruises #homeSearch > .home-search-field > input {
        width: 100%;
        height: 100%;
        padding: 16px; }
  .explore-holiday-spots-finder.-cruises select {
    width: 100%;
    height: 100%;
    padding: 0 16px;
    cursor: pointer; }
  .explore-holiday-spots-finder.-cruises .btn.is-primary {
    background: #d8caae; }
    .explore-holiday-spots-finder.-cruises .btn.is-primary:hover {
      background: #d8caae; }
.explore-holiday-spots-finder.-accommodation {
  width: 100%;
  background: #EFEFEF;
  padding: 12px 80px;
  margin: 0px auto 40px auto;
  max-width: 100%;
  background: #d8caae; }
  .explore-holiday-spots-finder.-accommodation > .filter .filter__item label {
    color: #231f20;
    text-shadow: none; }
  .explore-holiday-spots-finder.-accommodation .btn.is-primary.filter__search {
    background: #FF6647; }
.explore-holiday-spots-finder.-tours {
  width: 100%;
  max-width: 1440px;
  margin: 48px auto;
  background: #EFEFEF;
  padding: 12px 80px; }
  .explore-holiday-spots-finder.-tours > .filter .filter__item label {
    color: #231f20;
    text-shadow: none; }
@media all and (max-width: 480px) {
  .explore-holiday-spots-finder #homeSearch {
    flex-direction: column;
    grid-gap: 12px 0 !important; }
    .explore-holiday-spots-finder #homeSearch > .home-search-field input {
      padding: 16px !important; }
  .explore-holiday-spots-finder.-packages {
    padding: 12px 24px; }
  .explore-holiday-spots-finder.-accommodation {
    padding: 24px; }
    .explore-holiday-spots-finder.-accommodation > .filter {
      flex-direction: column;
      align-items: flex-start; }
      .explore-holiday-spots-finder.-accommodation > .filter > .filter__item {
        width: 100%; }
  .explore-holiday-spots-finder.-cruises {
    padding: 12px 24px; }
    .explore-holiday-spots-finder.-cruises #homeSearch {
      grid-gap: 16px; }
      .explore-holiday-spots-finder.-cruises #homeSearch .home-search-field select {
        padding: 16px; } }

.site-amenities {
  width: 100%;
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px 32px;
  margin: 0 auto; }
  .site-amenities > .site-amenities-item {
    display: flex;
    align-items: center;
    grid-gap: 0 12px; }
    .site-amenities > .site-amenities-item > .amenities-icon {
      width: 64px;
      height: 64px;
      object-fit: contain; }

.site-amenities-section {
  padding: 32px; }
  .site-amenities-section > .heading {
    text-align: center;
    font: 700 26px/1.618 "Raleway", sans-serif;
    margin: 24px 0 48px;
    position: relative; }
  @media all and (max-width: 480px) {
    .site-amenities-section .site-amenities {
      display: flex;
      flex-direction: column; } }

#promoCodeCont {
  display: none; }
  #promoCodeCont .form__inline-item {
    display: flex; }
  #promoCodeCont #promoCodeSubmit {
    margin-left: 10px;
    margin-top: 5px; }
  #promoCodeCont #promo-result {
    margin-top: 10px; }
    #promoCodeCont #promo-result.alert-success {
      border: 1px solid #37af30;
      background: #29d146;
      color: #fff; }
    #promoCodeCont #promo-result.alert-error {
      border: 1px solid #ffeb3b;
      background: #fffb25;
      color: #000; }

span.priceBeforeDiscount {
  text-decoration: line-through;
  font-size: 0.8rem !important;
  color: red; }

#results_filter {
  text-align: right;
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: flex-end; }
  #results_filter .filter-group label {
    margin: 10px 10px; }
  #results_filter .filter-group select {
    padding: 10px 8px;
    min-width: 160px; }
  #results_filter input[type="submit"] {
    margin-left: 20px; }
  @media all and (max-width: 480px) {
    #results_filter {
      flex-direction: column;
      grid-gap: 16px 0; }
      #results_filter .filter-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%; }
        #results_filter .filter-group label {
          margin: 0 0 12px; }
        #results_filter .filter-group select {
          width: 100%; }
      #results_filter .explore-holiday-spots-finder.-accommodation {
        margin-bottom: 5px; }
      #results_filter input[type="submit"] {
        margin-left: 0;
        width: 100%; } }

.filter-container {
  padding: 0 16px; }

.property-card > .property-card__left {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-left: 1px solid #d9d9f0;
  border-right: 1px solid #d9d9f0; }
  .property-card > .property-card__left > .property-card__badge {
    background: #d8caae;
    padding: 8px 12px;
    font-family: "Raleway", sans-serif;
    font-size: 12px !important;
    top: 12px;
    text-transform: initial;
    font-weight: 400; }
  .property-card > .property-card__left > a .property-card__image {
    border-radius: 12px; }
.property-card > .property-card__right {
  border-left: 1px solid #d9d9f0;
  border-right: 1px solid #d9d9f0;
  border-bottom: 1px solid #d9d9f0; }
  .property-card > .property-card__right > .property-card__sale-bar {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.5);
    mix-blend-mode: normal;
    backdrop-filter: blur(60px);
    align-items: center;
    border-radius: 20px;
    box-sizing: border-box;
    max-width: 310px;
    margin: 0 auto;
    color: #d8caae;
    text-transform: initial;
    font-family: "Raleway", sans-serif; }
  .property-card > .property-card__right .property-card__content {
    padding-top: 32px;
    border: 0; }
    .property-card > .property-card__right .property-card__content > .property-card__content-heading {
      font-family: "Raleway", sans-serif; }
    .property-card > .property-card__right .property-card__content > .property-card__content-description {
      font-family: "Raleway", sans-serif; }
  .property-card > .property-card__right .property-card__price-block {
    border-bottom: 1px solid #e6ebf3; }
  .property-card > .property-card__right .property-card__button {
    display: block;
    width: 100%;
    margin: 24px auto;
    max-width: 300px;
    font: 400 16px/1rem "Lato", sans-serif !important; }

.section {
  padding: 2rem 0 4rem; }

.book__top {
  background: #d8caae; }

.book-steps__item {
  background: #d8caae; }

.form__heading {
  color: #d8caae; }

.property-card__sale-block {
  background: #d8caae; }

.card__line .icon {
  fill: #d8caae; }

.book-with-experts__tel {
  color: #d8caae; }
  .book-with-experts__tel .icon {
    fill: #d8caae; }

.property-card {
  z-index: 10; }

.btn.is-primary {
  background: #E17D63; }
  .btn.is-primary:hover {
    background-color: #AA9573; }

.btn.is-primary.is-outline {
  border-color: #AA9573;
  color: #fff; }

.btn.is-primary.is-curved {
  background: #E17D63; }
  .btn.is-primary.is-curved:hover {
    background-color: #AA9573; }

.location-hero__inner {
  align-items: flex-end; }

.article-template .article__content {
  font-family: "Raleway", sans-serif;
  font-size: 16px; }
  .article-template .article__content .article__image {
    margin-top: 24px; }
    .article-template .article__content .article__image img {
      border-radius: 0; }
  .article-template .article__content .card.subscribe.article__card.is-subscribe {
    display: none; }
  .article-template .article__content .card-col.is-fluid.property-card.has-no-price-block {
    display: none; }

.pagination .pagination__inner .pagination__item p {
  display: none; }
.pagination .pagination__inner .pagination__item .btn.is-secondary.is-curved {
  background: #d8caae;
  color: #fff; }
.pagination .pagination__inner .pagination__item .is-outline {
  background: transparent !important;
  color: #d8caae !important;
  border-color: #d8caae !important; }
.pagination .pagination__inner .pagination__item .pagination__dots {
  color: #696F8C; }

input, select {
  border: 1px solid #cdd0d4; }

.main.-container {
  width: 100%;
  max-width: 1440px;
  margin: 24px auto 0; }

.divider strong {
  font-weight: 700;
  display: block;
  text-align: center; }

.flatpickr-calendar .flatpickr-monthDropdown-months {
  font-weight: 700 !important; }
.flatpickr-calendar .flatpickr-day {
  border: 1px solid #e9e9e9;
  border-color: #e9e9e9 !important;
  background: #fff;
  color: #d8caae; }
  .flatpickr-calendar .flatpickr-day:hover {
    background-color: #d8caae !important;
    color: #fff !important; }
.flatpickr-calendar .flatpickr-day.selected {
  background-color: #d8caae !important; }
.flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  color: #bfbfc3 !important;
  background-color: #fff;
  text-decoration: line-through; }
  .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover {
    background-color: #fff !important;
    color: #bfbfc3 !important; }

.main.-container {
  padding: 0 24px; }
  @media all and (max-width: 480px) {
    .main.-container {
      padding: 0; } }

.card__line.-with-icon {
  position: relative;
  display: flex; }
  .card__line.-with-icon .icon {
    position: absolute; }
    .card__line.-with-icon .icon + .label {
      padding-left: 32px; }

.property-search-form .guest-selector {
  position: relative; }
  .property-search-form .guest-selector.active .guest-dropdown-panel {
    display: block; }
  .property-search-form .guest-selector #searchGuests {
    pointer-events: none; }
.property-search-form .guest-dropdown-panel {
  display: none;
  position: absolute;
  top: 65px;
  background: #fff;
  padding: 24px;
  z-index: 2;
  width: 100%;
  box-shadow: 1px 1px 9px 1px rgba(35, 31, 32, 0.2);
  border: 1px solid rgba(35, 31, 32, 0.2); }
  .property-search-form .guest-dropdown-panel .guest-close-button {
    width: 100%;
    text-align: right;
    display: block;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 12px; }
    .property-search-form .guest-dropdown-panel .guest-close-button span {
      width: 24px;
      height: 24px;
      font-size: 12px;
      background: #FF6647;
      color: #fff;
      border-radius: 100%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
  .property-search-form .guest-dropdown-panel tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid rgba(35, 31, 32, 0.2); }
    .property-search-form .guest-dropdown-panel tr .label {
      display: block;
      width: 100%; }
  .property-search-form .guest-dropdown-panel .guest-controller {
    display: flex; }
    .property-search-form .guest-dropdown-panel .guest-controller .guest-counter {
      margin: 0 4px;
      border: 0;
      background: transparent;
      -webkit-appearance: none;
      appearance: none;
      text-align: center; }
    .property-search-form .guest-dropdown-panel .guest-controller .decrease-count,
    .property-search-form .guest-dropdown-panel .guest-controller .increase-count {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border: 1px solid rgba(35, 31, 32, 0.2);
      cursor: pointer; }
  .property-search-form .guest-dropdown-panel #guestsModalSubmit {
    width: 100%;
    margin-top: 16px; }
.property-search-form .trigger-search {
  background: #FF6647;
  color: #fff; }

@media all and (max-width: 480px) {
  .faq-popup {
    padding: 8px !important; }
    .faq-popup .accordion .accordion__item .accordion__title {
      font-size: 16px;
      display: flex;
      align-items: center; }
      .faq-popup .accordion .accordion__item .accordion__title .accordion__icon {
        width: 24px;
        height: 24px;
        margin-right: 12px; }
        .faq-popup .accordion .accordion__item .accordion__title .accordion__icon .icon {
          width: 24px;
          height: 24px; } }

@media all and (max-width: 480px) {
  .hotel-deals-table .hotel-deals-table-context > tbody > tr {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .hotel-deals-table .hotel-deals-table-context > tbody > tr > td {
      width: 100%; } }

@media all and (max-width: 480px) {
  .hotel-property-information-desktop {
    display: none; } }

.hotel-property-information-mobile {
  display: none;
  padding: 24px 12px; }
  @media all and (max-width: 480px) {
    .hotel-property-information-mobile {
      display: block; } }

.cruise-inquire-form .property-card__sale-block {
  padding: 16px 32px;
  background: #d8caae; }

.cruiseTitleBlock .property__heading {
  font-family: "Raleway", sans-serif; }
.cruiseTitleBlock h2 {
  font-family: "Raleway", sans-serif; }
.cruiseTitleBlock .property__meta-bar {
  font-family: "Raleway", sans-serif; }

.cruise-details-page .large-header-image {
  display: block;
  width: 100%;
  height: 500px;
  max-width: 1440px;
  margin: 0 auto 32px;
  border-radius: 12px;
  overflow: hidden; }
  .cruise-details-page .large-header-image > img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.cruise-details-page .cruise-details-section {
  padding-bottom: 200px; }
  .cruise-details-page .cruise-details-section .cruise-inquire-form {
    position: sticky;
    top: 154px;
    width: 100%;
    max-width: 440px;
    margin-top: -144px;
    padding-right: 24px; }
    .cruise-details-page .cruise-details-section .cruise-inquire-form .property-card {
      width: 100%; }
  .cruise-details-page .cruise-details-section .cruise-particulars {
    flex: 1;
    width: initial; }
    .cruise-details-page .cruise-details-section .cruise-particulars .large-header-image {
      width: 100%;
      padding-top: 100%;
      margin: 0 0 42px;
      position: relative; }
      .cruise-details-page .cruise-details-section .cruise-particulars .large-header-image > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .cruise-details-page .cruise-details-section .cruise-particulars .photo-gallery-section {
      margin-bottom: 32px; }
  .cruise-details-page .cruise-details-section .property__upper-right-inner .property-card {
    overflow: hidden; }
    .cruise-details-page .cruise-details-section .property__upper-right-inner .property-card .property-card__right {
      padding-bottom: 32px; }
  .cruise-details-page .cruise-details-section .cruiseInfoSection .cruiseInfoLeft .cruiseInfo,
  .cruise-details-page .cruise-details-section .cruiseInfoSection .cruiseInfoRight .cruiseInfo {
    font-family: "Raleway", sans-serif; }
    .cruise-details-page .cruise-details-section .cruiseInfoSection .cruiseInfoLeft .cruiseInfo .label,
    .cruise-details-page .cruise-details-section .cruiseInfoSection .cruiseInfoRight .cruiseInfo .label {
      font-family: "Raleway", sans-serif; }
  .cruise-details-page .cruise-details-section .cruisePromotionSection h2 {
    border-radius: 12px;
    font-family: "Raleway", sans-serif;
    background: #d8caae; }
  .cruise-details-page .cruise-details-section .cruisePromotionSection .promotionsList {
    padding: 0; }
    .cruise-details-page .cruise-details-section .cruisePromotionSection .promotionsList li {
      font-family: "Raleway", sans-serif; }
  .cruise-details-page .cruise-details-section .cruise-inclusion strong {
    margin-bottom: 12px;
    display: block;
    font-family: "Raleway", sans-serif; }
  .cruise-details-page .cruise-details-section .cruise-inclusion tr td {
    font-family: "Raleway", sans-serif; }
    .cruise-details-page .cruise-details-section .cruise-inclusion tr td img {
      vertical-align: middle; }
    .cruise-details-page .cruise-details-section .cruise-inclusion tr td.image-icon {
      width: 20px; }
    .cruise-details-page .cruise-details-section .cruise-inclusion tr td p {
      margin-left: 16px; }
  .cruise-details-page .cruise-details-section .itinerarySection .itinerary__card .itinerary__heading {
    font-family: "Raleway", sans-serif; }
  .cruise-details-page .cruise-details-section .itinerarySection .itinerary__card .itinerary__content {
    font-family: "Raleway", sans-serif; }
.cruise-details-page .choose-your-cabin-section .cabin-holder .cabin-from-price .price {
  color: #d8caae; }
@media all and (max-width: 480px) {
  .cruise-details-page .cruise-details-section .cruise-inquire-form {
    position: static;
    top: 0;
    width: 100%;
    margin-top: initial;
    margin-bottom: 32px;
    padding-right: 0; }
    .cruise-details-page .cruise-details-section .cruise-inquire-form .property-card {
      margin: 0; }
  .cruise-details-page #mobile-map {
    margin: 24px 0; }
  .cruise-details-page .choose-your-cabin-section .cabin-holder {
    flex-direction: column; }
    .cruise-details-page .choose-your-cabin-section .cabin-holder .left-holder-pane,
    .cruise-details-page .choose-your-cabin-section .cabin-holder .mid-holder-pane,
    .cruise-details-page .choose-your-cabin-section .cabin-holder .right-holder-pane {
      width: 100%; } }

.contact-us-template .quick-quote__left .contact-us-form .property-card__sale-block.is-quick-quote {
  background: #d8caae; }

.my-profile-template .dashboard {
  background-image: none;
  background: #d8caae; }

.my-vouchers-template .main .dashboard {
  background: #01BEDD; }

@media all and (max-width: 480px) {
  .package-details-template .package-header {
    padding: 0 24px; }
    .package-details-template .package-header > .head-details > .package-name {
      margin-top: 0; }
  .package-details-template .linked-tabs {
    padding: 0 16px;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 0; }
  .package-details-template .package-panel-section > .photo-banner-panel {
    margin-top: 0;
    display: none; }
  .package-details-template .package-panel-section .package-panel-container {
    display: flex;
    flex-direction: column; }
    .package-details-template .package-panel-section .package-panel-container .package-details {
      padding: 0 24px; }
      .package-details-template .package-panel-section .package-panel-container .package-details .tab-list {
        overflow-x: scroll;
        white-space: nowrap; } }

@media all and (max-width: 480px) {
  .accommodation-details-template .package-header {
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start; }
  .accommodation-details-template .linked-tabs {
    padding: 0 16px;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 0; }
  .accommodation-details-template .package-panel-section > .photo-banner-panel {
    margin-top: 0;
    display: none; }
  .accommodation-details-template .package-panel-section .package-panel-container {
    display: flex;
    flex-direction: column; }
    .accommodation-details-template .package-panel-section .package-panel-container .package-details {
      padding: 0 24px; }
      .accommodation-details-template .package-panel-section .package-panel-container .package-details .tab-list {
        overflow-x: scroll;
        white-space: nowrap; }
  .accommodation-details-template #propertySearchCont .roomResult {
    flex-direction: column; }
    .accommodation-details-template #propertySearchCont .roomResult .roomCard {
      width: 100%; }
      .accommodation-details-template #propertySearchCont .roomResult .roomCard .roomImage {
        width: 100%;
        max-width: 100%;
        margin: 0; }
    .accommodation-details-template #propertySearchCont .roomResult .ratesAccordian {
      width: 100%; }
      .accommodation-details-template #propertySearchCont .roomResult .ratesAccordian .accordianItem {
        margin: 30px 0 0; }
        .accommodation-details-template #propertySearchCont .roomResult .ratesAccordian .accordianItem .accordianHead {
          flex-wrap: wrap; }
          .accommodation-details-template #propertySearchCont .roomResult .ratesAccordian .accordianItem .accordianHead .left {
            width: 100%; } }

.update-details-template .main .dashboard {
  background: #d8caae; }

.subscription-template .location-hero-wrapper {
  position: relative; }
  .subscription-template .location-hero-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, 0.1);
    top: 0;
    left: 0; }
  .subscription-template .location-hero-wrapper .location-hero__inner .hero-content ul {
    padding-left: 0; }

.faq-template .accordion {
  display: flex;
  flex-direction: column; }

.gift-voucher-template .dashboard {
  height: 427px;
  display: flex;
  align-items: center; }
@media all and (max-width: 480px) {
  .gift-voucher-template .dashboard {
    height: 250px; }
    .gift-voucher-template .dashboard .gift-card__image {
      max-width: 70%; } }

body.hotdeals-details .hotdeals-booking {
  position: relative; }
body.hotdeals-details .booking-panel {
  max-width: 490px; }
  body.hotdeals-details .booking-panel.-accommodation-only {
    position: sticky;
    top: 160px;
    margin-top: -140px; }

.hotdeals #hot-deals-banner {
  height: 426px; }
  .hotdeals #hot-deals-banner .headline {
    font: 600 40px/1.618 "Hero New", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-size: 40px;
    margin-bottom: 0px;
    text-shadow: 10px 5px 15px #000; }
  .hotdeals #hot-deals-banner .subtext {
    font-size: 20px;
    color: #fff;
    margin-top: 0px;
    text-shadow: 10px 5px 15px #000; }
  .hotdeals #hot-deals-banner .btn {
    padding: 20px 50px; }
    .hotdeals #hot-deals-banner .btn .button-primary {
      background: #f89521; }
    .hotdeals #hot-deals-banner .btn .button-secondary {
      border: #f89521;
      background-color: #fff;
      color: #f89521; }
  @media all and (max-width: 1500px) {
    .hotdeals #hot-deals-banner {
      padding-left: 30px; } }
.hotdeals .property-item span.pin {
  position: absolute;
  top: 0px;
  z-index: 2;
  background: #fff;
  padding: 3px 5px;
  border-radius: 0px;
  left: 90px;
  color: #fff;
  background: #000; }
.hotdeals .property-item span.sale-pin {
  position: absolute;
  z-index: 2;
  background: #fff;
  top: 0px;
  padding: 3px;
  background: #f89521;
  color: #fff; }
.hotdeals .property-item .service-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  grid-gap: 8px 8px;
  list-style: none;
  margin: auto 0 12px; }
  .hotdeals .property-item .service-list > .service {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 100%;
    background-color: #fff;
    padding: 4px;
    position: relative; }
    .hotdeals .property-item .service-list > .service:hover > .label {
      display: block; }
    .hotdeals .property-item .service-list > .service > .label {
      display: none;
      position: absolute;
      font: 400 12px/1.618 "Raleway", sans-serif;
      top: -34px;
      left: -38px;
      background: #d8caae;
      color: #fff;
      z-index: 1;
      padding: 4px;
      border-radius: 4px;
      right: 0;
      width: 120px;
      text-align: center;
      margin: 0 auto; }
      .hotdeals .property-item .service-list > .service > .label:after {
        content: '';
        width: 8px;
        height: 8px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        transform: rotate(45deg);
        background: #d8caae; }
    .hotdeals .property-item .service-list > .service > .symbol {
      width: 100%;
      height: 100%;
      display: block; }
    .hotdeals .property-item .service-list > .service.-credit > .symbol {
      background: url("../img/icons/accomodations-inclusions/credit-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-ship > .symbol {
      background: url("../img/icons/accomodations-inclusions/cruise-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-drink > .symbol {
      background: url("../img/icons/accomodations-inclusions/drink-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-excursion > .symbol {
      background: url("../img/icons/accomodations-inclusions/excursion-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-plane > .symbol {
      background: url("../img/icons/accomodations-inclusions/flights-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-hotel > .symbol {
      background: url("../img/icons/accomodations-inclusions/hotel-bed-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-train > .symbol {
        background: url("../img/icons/accomodations-inclusions/train-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-meals > .symbol {
      background: url("../img/icons/accomodations-inclusions/meals-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-tour > .symbol {
      background: url("../img/icons/accomodations-inclusions/tour-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-transfers > .symbol {
      background: url("../img/icons/accomodations-inclusions/transfers-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-bar > .symbol {
      background: url("../img/icons/accomodations-inclusions/bar-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-baby-sitting > .symbol {
      background: url("../img/icons/accomodations-inclusions/baby-sitting-available-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-family-friendly > .symbol {
      background: url("../img/icons/accomodations-inclusions/family-friendly-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-eco-friendly > .symbol {
      background: url("../img/icons/accomodations-inclusions/eco-friendly-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-games-room > .symbol {
      background: url("../img/icons/accomodations-inclusions/games-room-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-gymnasium > .symbol {
      background: url("../img/icons/accomodations-inclusions/gymnasium-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-holiday-park > .symbol {
      background: url("../img/icons/accomodations-inclusions/holiday-park-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-island-resort > .symbol {
      background: url("../img/icons/accomodations-inclusions/island-resort-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-kids-club > .symbol {
      background: url("../img/icons/accomodations-inclusions/kids-club-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-luxury-accommodation > .symbol {
      background: url("../img/icons/accomodations-inclusions/luxury-accommodation-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-ocean-views > .symbol {
      background: url("../img/icons/accomodations-inclusions/ocean-views-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-parking > .symbol {
      background: url("../img/icons/accomodations-inclusions/parking-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-pet-friendly > .symbol {
      background: url("../img/icons/accomodations-inclusions/pet-friendly-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-reception > .symbol {
      background: url("../img/icons/accomodations-inclusions/24-hour-reception-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-restaurant > .symbol {
      background: url("../img/icons/accomodations-inclusions/on-site-restaurant-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-room-service > .symbol {
      background: url("../img/icons/accomodations-inclusions/room-service-available-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-swimming-pool > .symbol {
      background: url("../img/icons/accomodations-inclusions/pool-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-sauna > .symbol {
      background: url("../img/icons/accomodations-inclusions/sauna-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-spa > .symbol {
      background: url("../img/icons/accomodations-inclusions/spa-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-wheelchair-accessible > .symbol {
      background: url("../img/icons/accomodations-inclusions/wheel-chair-accessable-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-water-park > .symbol {
      background: url("../img/icons/accomodations-inclusions/waterslides-and-waterpark-icon.svg") center/contain no-repeat; }
    .hotdeals .property-item .service-list > .service.-wifi > .symbol {
      background: url("../img/icons/accomodations-inclusions/wifi-icon.svg") center/contain no-repeat; }

.hotel-deals-template .hero {
  margin-top: 0;
  height: 60vh; }
@media all and (max-width: 480px) {
  .hotel-deals-template .hero {
    height: 70vh; }
    .hotel-deals-template .hero .hero__button {
      top: -134px;
      position: relative; }
  .hotel-deals-template .hotel-deals-details-block {
    display: none; } }

/*# sourceMappingURL=discover-holiday.css.map */

.currency_button {
  width: 100%;
  max-width: 170px;
  background: transparent;
  color: #d8caae;
  font: 400 16px/1.618 "Raleway", sans-serif;
  padding: 12px;
  border: 1px solid #d8caae;
  border-radius: 12px;
}

.currency_list {
  column-count: 3;
  list-style: none;
}

.currency_list > li span {
  padding-right: 4px;
}

.planPayWidget {
  top: -20px;
  position: relative;
  left: 20px;
}

.planPayWidgetDetails {
  top: -20px;
  position: relative;
  left: 10px;
}

.logo_overlay {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 100px;
  max-width: 250px;
  padding-bottom: 10px;
}

.logo_overlay_details {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  text-align: center;
  max-width:300px;
  left: 400px;
  padding-bottom: 10px;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .logo_overlay {
    left: 66px;
    max-width: 180px;
    padding-bottom: 20px;
  }

  .logo_overlay_details {
    left: 90px;
    max-width: 180px;
    padding-bottom: 20px;
  }
}