/*bookingform*/
/* pager */
.clearfix {
  zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:after, .clearfix:before {
    content: "";
    display: table; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.offer_wrap {
  width: 400px;
  padding: 0 10px; }
  @media (max-width: 991px) {
    .offer_wrap {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (max-width: 767px) {
    .offer_wrap {
      padding: 0; } }
  .offer_wrap .offer {
    background: var(--bg-d-5); }
    #dark_theme .offer_wrap .offer {
      background: var(--bg-l-10); }
  .offer_wrap .thumb_wrap {
    position: relative;
    z-index: 10; }
    .offer_wrap .thumb_wrap .thumb {
      background-attachment: scroll;
      background-size: cover;
      background-color: #ccc;
      background-repeat: no-repeat;
      background-position: center;
      padding-bottom: 70%;
      height: 0;
      display: block; }
  .offer_wrap .content {
    position: relative;
    z-index: 20;
    text-align: center;
    padding: 0 1em 1em; }
    @media (max-width: 991px) {
      .offer_wrap .content {
        padding: 0 0 0; } }
    .offer_wrap .content .btns_wrap {
      margin-top: -25px;
      margin-bottom: 25px; }
      .offer_wrap .content .btns_wrap .book {
        display: inline-block;
        height: 50px;
        overflow: hidden;
        text-align: center; }
        @media (max-width: 767px) {
          .offer_wrap .content .btns_wrap .book {
            height: 45px; } }
        .offer_wrap .content .btns_wrap .book a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          font-family: "Cormorant Infant", serif;
          padding: 0 1em 0;
          height: 100%;
          text-align: center;
          text-decoration: none;
          z-index: 1;
          overflow: hidden;
          position: relative;
          line-height: 120%;
          min-width: 140px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .offer_wrap .content .btns_wrap .book a * {
            color: inherit;
            font-weight: inherit; }
          .offer_wrap .content .btns_wrap .book a:hover, .offer_wrap .content .btns_wrap .book a:focus {
            text-decoration: none;
            outline: none; }
        .offer_wrap .content .btns_wrap .book a {
          background-color: var(--highlighted);
          color: var(--highlighted-color-associated); }
          .offer_wrap .content .btns_wrap .book a:hover {
            background-color: var(--hover);
            color: var(--hover-color-associated); }
    .offer_wrap .content .price_wrap {
      display: block;
      margin-bottom: 0.5em;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .offer_wrap .content .price_wrap:hover .label,
      .offer_wrap .content .price_wrap:hover .price {
        color: var(--hover); }
      .offer_wrap .content .price_wrap .label {
        color: var(--secondary); }
      .offer_wrap .content .price_wrap .price {
        font-size: 1.5em;
        color: var(--bg-color-associated); }
    .offer_wrap .content .title {
      font-size: 1.5em;
      color: var(--bg-color-associated);
      margin-bottom: 0.2em;
      text-decoration: none;
      line-height: 120%;
      display: block;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .offer_wrap .content .title:hover {
        color: var(--hover); }
    .offer_wrap .content .info {
      display: inline-block;
      height: 50px;
      overflow: hidden;
      text-align: center; }
      .offer_wrap .content .info a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        height: 100%;
        line-height: 120%;
        position: relative;
        text-transform: none;
        text-decoration: none;
        z-index: 1;
        padding: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: var(--secondary); }
        .offer_wrap .content .info a * {
          color: inherit;
          font-weight: inherit; }
        .offer_wrap .content .info a:before {
          display: inline-block;
          margin-right: 0.5em;
          content: '\27f6'; }
        .offer_wrap .content .info a:hover, .offer_wrap .content .info a:focus {
          outline: none; }
        .offer_wrap .content .info a:hover {
          color: var(--hover); }

.fancybox-slide .offer_details {
  background: var(--bg);
  color: var(--bg-color-associated); }

.offer_details {
  width: 90%;
  padding: 0;
  margin: 0;
  line-height: 150%;
  font-size: 18px;
  font-family: "Cormorant Infant", serif; }
  @media (min-width: 1400px) {
    .offer_details {
      width: 1200px; } }
  .offer_details .fancybox-close-small {
    left: auto;
    right: 0; }
  .offer_details .offer_description_inner_wrap {
    width: 100%; }
    @media (min-width: 992px) {
      .offer_details .offer_description_inner_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        align-items: stretch; } }
    .offer_details .offer_description_inner_wrap .thumb_wrap,
    .offer_details .offer_description_inner_wrap .offer_description {
      width: 50%;
      position: relative; }
      @media (max-width: 991px) {
        .offer_details .offer_description_inner_wrap .thumb_wrap,
        .offer_details .offer_description_inner_wrap .offer_description {
          width: 100%; } }
    .offer_details .offer_description_inner_wrap .thumb_wrap .thumb {
      background-attachment: scroll;
      background-size: cover;
      background-color: #ccc;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 100%; }
      @media (max-width: 991px) {
        .offer_details .offer_description_inner_wrap .thumb_wrap .thumb {
          height: 0;
          padding-bottom: 66%; } }
    .offer_details .offer_description_inner_wrap .offer_description {
      padding: 60px; }
      @media (max-width: 767px) {
        .offer_details .offer_description_inner_wrap .offer_description {
          padding: 40px 20px; } }
      .offer_details .offer_description_inner_wrap .offer_description .price_wrap {
        font-family: "Cormorant Infant", serif;
        font-style: italic;
        line-height: 130%;
        position: relative;
        color: var(--secondary);
        font-size: 1.3em;
        display: block;
        margin-bottom: 0.5em;
        text-decoration: none;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .offer_details .offer_description_inner_wrap .offer_description .price_wrap strong {
          font-weight: inherit; }
        .offer_details .offer_description_inner_wrap .offer_description .price_wrap:hover .label,
        .offer_details .offer_description_inner_wrap .offer_description .price_wrap:hover .price {
          color: var(--hover); }
        .offer_details .offer_description_inner_wrap .offer_description .price_wrap .label {
          color: var(--secondary); }
        .offer_details .offer_description_inner_wrap .offer_description .price_wrap .price {
          font-size: 1.5em;
          color: var(--bg-color-associated); }
      .offer_details .offer_description_inner_wrap .offer_description .title {
        font-size: 1.8em;
        line-height: 110%;
        color: var(--bg-color-associated);
        margin-bottom: 20px;
        text-align: center; }
        @media (max-width: 767px) {
          .offer_details .offer_description_inner_wrap .offer_description .title {
            text-align: center; } }
      .offer_details .offer_description_inner_wrap .offer_description .btns_wrap {
        margin-top: 1.5em;
        text-align: center; }
        .offer_details .offer_description_inner_wrap .offer_description .btns_wrap .book {
          display: inline-block;
          height: 50px;
          overflow: hidden;
          text-align: center; }
          @media (max-width: 767px) {
            .offer_details .offer_description_inner_wrap .offer_description .btns_wrap .book {
              height: 45px; } }
          .offer_details .offer_description_inner_wrap .offer_description .btns_wrap .book a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            font-family: "Cormorant Infant", serif;
            padding: 0 1em 0;
            height: 100%;
            text-align: center;
            text-decoration: none;
            z-index: 1;
            overflow: hidden;
            position: relative;
            line-height: 120%;
            min-width: 140px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .offer_details .offer_description_inner_wrap .offer_description .btns_wrap .book a * {
              color: inherit;
              font-weight: inherit; }
            .offer_details .offer_description_inner_wrap .offer_description .btns_wrap .book a:hover, .offer_details .offer_description_inner_wrap .offer_description .btns_wrap .book a:focus {
              text-decoration: none;
              outline: none; }
          .offer_details .offer_description_inner_wrap .offer_description .btns_wrap .book a {
            background-color: var(--highlighted);
            color: var(--highlighted-color-associated); }
            .offer_details .offer_description_inner_wrap .offer_description .btns_wrap .book a:hover {
              background-color: var(--hover);
              color: var(--hover-color-associated); }
  .offer_details .fancybox-close-small svg {
    display: none; }

#offers_page .offers_grid,
#offers_page .offers_carousel {
  margin: 60px auto 0;
  position: relative;
  padding: 0 80px; }
  @media (max-width: 767px) {
    #offers_page .offers_grid,
    #offers_page .offers_carousel {
      padding: 0 20px; } }

#offers_page .offers_grid {
  max-width: 1300px;
  width: 98%; }
  #offers_page .offers_grid .offers_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    #offers_page .offers_grid .offers_container .offer_wrap {
      width: 33.333%;
      margin-bottom: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #offers_page .offers_grid .offers_container .offer_wrap {
          width: 50%; } }
      @media (max-width: 767px) {
        #offers_page .offers_grid .offers_container .offer_wrap {
          width: 100%; } }

#offers_page .offers_carousel {
  max-width: 1700px;
  width: 98%; }
  @media (max-width: 767px) {
    #offers_page .offers_carousel {
      margin-top: 40px;
      padding: 0;
      width: 100%; } }
  @media (max-width: 767px) {
    #offers_page .offers_carousel #offers_list {
      background: var(--bg-d-5); } }
  #offers_page .offers_carousel .pager {
    margin-top: 10px; }

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