body, html {
  margin: 0 0;
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
  background: #F2F2F2;
  color: #666; }

/* =======================================================
                  1. Mixin animations
======================================================= */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?a3e43c");
  src: url("../fonts/icomoon.eot?a3e43c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?a3e43c") format("truetype"), url("../fonts/icomoon.woff?a3e43c") format("woff"), url("../fonts/icomoon.svg?a3e43c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-grill:before {
  content: "\e900";
  font-size: 3rem; }

.icon-lloyds {
  margin: 0 0;
  padding: 0 0;
  margin-top: -40px;
  height: 100%; }

.icon-lloyds:before {
  content: "\e901";
  font-size: 8rem;
  color: #9f9f9f;
  opacity: 0.5; }

.icon-parking:before {
  content: "\e902";
  font-size: 3rem; }

.icon-people:before {
  content: "\e903";
  font-size: 2rem; }

.icon-placepicker:before {
  content: "\e904";
  font-size: 1.5rem;
  color: #70A5FB; }

.icon-placepicker {
  margin-right: 15px; }

.icon-plus:before {
  content: "\e905";
  font-size: 2rem; }

.icon-star:before {
  content: "\e90e";
  font-size: 1.7rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
  color: #FD9850; }

.icon-airconditioning:before {
  content: "\e90f";
  font-size: 3rem; }

.icon-bath:before {
  content: "\e910";
  font-size: 2rem; }

.icon-bed:before {
  content: "\e911";
  font-size: 2rem; }

.input-wrap {
  position: relative;
  overflow: hidden; }

.icon-calendar {
  position: absolute;
  right: 15px;
  top: 15px; }

.icon-calendar:before {
  content: "\e912";
  font-size: 1rem;
  color: #666; }

.icon-wifi:before {
  content: "\e906";
  font-size: 3rem; }

.icon-insta {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  cursor: pointer; }
  .icon-insta:hover {
    -ms-transform: scale(2, 3);
    -webkit-transform: scale(2, 3);
    transform: scale(1.2); }

.icon-insta .path1:before {
  content: "\e907";
  color: #e4405f;
  font-size: 3.5rem; }

.icon-insta .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  font-size: 3.5rem; }

.icon-insta .path3:before {
  content: "\e909";
  margin-left: -1em;
  color: white;
  font-size: 3.5rem; }

.icon-insta .path4:before {
  content: "\e90a";
  margin-left: -1em;
  color: white;
  font-size: 3.5rem; }

.icon-face {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  cursor: pointer; }
  .icon-face:hover {
    -ms-transform: scale(2, 3);
    -webkit-transform: scale(2, 3);
    transform: scale(1.2); }

.icon-face .path1:before {
  content: "\e90b";
  color: #3b5999;
  font-size: 3.5rem; }

.icon-face .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: white;
  font-size: 3.5rem; }

.icon-tweeter {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  cursor: pointer; }
  .icon-tweeter:hover {
    -ms-transform: scale(2, 3);
    -webkit-transform: scale(2, 3);
    transform: scale(1.2); }

.icon-tweeter .path1:before {
  content: "\e90d";
  color: #55acee;
  font-size: 3.5rem; }

.icon-tweeter .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: white;
  font-size: 3.5rem; }

h1 {
  font-size: 3.375rem;
  font-weight: 100;
  font-family: 'Poppins', sans-serif; }

h2 {
  font-size: 2.25rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0 0; }
  @media (max-width: 500px) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif; }

p {
  font-size: 1rem;
  font-family: 'Poppins', sans-serif; }

.menu a {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  @media (max-width: 768px) {
    .menu a {
      -webkit-transition: all 0s ease-in;
      -moz-transition: all 0s ease-in;
      -ms-transition: all 0s ease-in;
      -o-transition: all 0s ease-in;
      transition: all 0s ease-in; } }

.menu a:hover, .menu a:target {
  color: #70A5FB; }

.Modern-Slider .slick-dots li button {
  display: none; }

.Modern-Slider .slick-dots li {
  background: #70A5FB; }

.upper-wrapper {
  position: absolute;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-top: -15rem;
  z-index: 1;
  color: #FFF;
  font-family: 'Poppins', sans-serif; }
  @media (max-width: 768px) {
    .upper-wrapper {
      padding: 0 4%; } }
  @media (max-width: 500px) {
    .upper-wrapper {
      margin-top: -10rem; }
      .upper-wrapper h1 {
        font-size: 1.5rem; }
      .upper-wrapper h3 {
        font-size: 1rem;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 1em; } }
  .upper-wrapper .container {
    max-width: 960px;
    margin: 0 auto; }
  .upper-wrapper .info-app {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; }
    .upper-wrapper .info-app h3 {
      font-weight: 100; }
    @media (max-width: 500px) {
      .upper-wrapper .info-app {
        flex-direction: column; } }

.logo {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 0; }
  .logo .logo-wrap {
    width: 960px;
    margin: 2% auto;
    font-size: 2.25rem;
    font-family: 'Poppins', sans-serif;
    color: #70A5FB;
    font-weight: 100; }
    @media (max-width: 768px) {
      .logo .logo-wrap {
        margin: 2% 4%; } }

.check-in-datepicker .ui-datepicker {
  padding: 0em 0em;
  display: none;
  margin-left: 0px;
  z-index: 9 !important;
  font-family: 'Poppins', sans-serif;
  margin-top: 10px;
  padding: 12px 15px;
  width: 295px !important; }

.content-wrapper {
  position: relative; }
  .content-wrapper .book-now-fixed {
    position: fixed !important; }
    @media (max-width: 1600px) {
      .content-wrapper .book-now-fixed {
        position: relative !important; } }
  .content-wrapper .book-now {
    position: absolute;
    padding: 1rem 3rem 3rem 3rem;
    top: 5.6rem;
    left: 6rem;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    background: #70A5FB;
    width: 350px; }
    @media (max-width: 1850px) {
      .content-wrapper .book-now {
        left: 3rem; } }
    @media (max-width: 1600px) {
      .content-wrapper .book-now {
        position: relative;
        padding: 1rem 3rem 3rem 3rem;
        top: 2rem;
        margin: 0 auto;
        left: 0rem;
        color: #FFF;
        background: #70A5FB;
        max-width: 960px;
        top: 2rem;
        margin-bottom: 4rem;
        width: 100%; } }
    .content-wrapper .book-now input {
      width: 100%;
      padding: 12px 15px;
      border: 0;
      color: #666;
      font-family: 'Poppins', sans-serif; }
    .content-wrapper .book-now span.ui-spinner.ui-corner-all.ui-widget.ui-widget-content {
      background: #FFF !important;
      border: 0 !important;
      width: 100%; }
    .content-wrapper .book-now input#spinner {
      background: #FFF !important;
      outline: none !important;
      border: 0px solid #FFF;
      max-width: 100%;
      font-size: 0.8rem; }
    .content-wrapper .book-now .book-now-picker {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .content-wrapper .book-now h3 {
      font-weight: 100; }
    .content-wrapper .book-now a {
      display: inline-block;
      right: 0px;
      padding: 6px 15px;
      text-decoration: none;
      text-transform: uppercase;
      border: 0;
      background: #FD9850;
      color: #FFF;
      outline: none;
      cursor: pointer;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -ms-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
      .content-wrapper .book-now a:hover {
        background: #FFF;
        color: #FD9850; }
  .content-wrapper .social {
    position: absolute;
    padding: 1rem 3rem 3rem 3rem;
    top: 4.8rem;
    right: 18%;
    width: 150px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1850px) {
      .content-wrapper .social {
        right: 16%; } }
    @media (max-width: 1600px) {
      .content-wrapper .social {
        right: 10%; } }
    @media (max-width: 1440px) {
      .content-wrapper .social {
        right: 5%; } }
    @media (max-width: 1280px) {
      .content-wrapper .social {
        position: relative !important;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        right: 0%;
        top: 0;
        padding: 1rem 1rem 1rem 0rem;
        flex-direction: row; } }
    @media (max-width: 768px) {
      .content-wrapper .social {
        justify-content: center;
        align-items: center; } }
  .content-wrapper .social-fixed {
    position: fixed !important; }
    @media (max-width: 1280px) {
      .content-wrapper .social-fixed {
        position: relative !important; } }
  .content-wrapper .container {
    max-width: 960px;
    margin: 0 auto; }
  .content-wrapper .cont-wrapper {
    background: #FFF;
    padding: 3rem 5rem;
    margin: 1.5rem 0 0 0;
    outline: none;
    position: relative; }
    @media (max-width: 500px) {
      .content-wrapper .cont-wrapper {
        padding: 1.5rem 2rem; } }
    .content-wrapper .cont-wrapper p {
      font-weight: 100; }
    .content-wrapper .cont-wrapper h2 {
      text-transform: uppercase;
      margin-bottom: 2rem; }
      @media (max-width: 768px) {
        .content-wrapper .cont-wrapper h2 {
          position: relative;
          order: 1; } }
    .content-wrapper .cont-wrapper .description {
      margin-bottom: 2.25rem; }
    .content-wrapper .cont-wrapper .flex-box {
      display: Flex; }
      @media (max-width: 768px) {
        .content-wrapper .cont-wrapper .flex-box {
          flex-direction: column; } }
    .content-wrapper .cont-wrapper .stars {
      position: absolute;
      right: 5rem;
      margin-top: 0.7rem; }
      @media (max-width: 768px) {
        .content-wrapper .cont-wrapper .stars {
          position: relative;
          order: 2;
          right: 0;
          margin: 0 auto;
          margin-top: 0px;
          margin-left: -15px;
          margin-bottom: 2em; } }
  .content-wrapper .overview-info {
    display: flex;
    flex-direction: row;
    color: #70A5FB;
    margin-bottom: 3rem; }
    @media (max-width: 500px) {
      .content-wrapper .overview-info {
        flex-direction: column;
        margin-bottom: 2rem; } }
    .content-wrapper .overview-info p {
      margin: 0 2.25rem 0 0;
      font-weight: 100; }
      @media (max-width: 500px) {
        .content-wrapper .overview-info p {
          display: flex;
          align-items: center;
          margin: 0 2.25rem 1rem 0; } }
    .content-wrapper .overview-info span {
      margin: 0 0.5rem 0 0; }
  .content-wrapper .overview-details {
    display: flex;
    flex-direction: row;
    margin: 2.25rem 0 0 0; }
    .content-wrapper .overview-details p {
      margin: 0 2.25rem 0 0; }
      .content-wrapper .overview-details p span {
        color: #70A5FB; }
  .content-wrapper .amenities .amenities-info {
    display: flex;
    flex-direction: row;
    color: #70A5FB;
    margin-bottom: 3rem; }
    @media (max-width: 500px) {
      .content-wrapper .amenities .amenities-info {
        flex-direction: column;
        margin-bottom: 2rem; } }
    .content-wrapper .amenities .amenities-info p {
      margin: 0 10% 0 0;
      font-weight: 100;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 500px) {
        .content-wrapper .amenities .amenities-info p {
          display: flex;
          flex-direction: row;
          align-items: center;
          margin: 0 10% 1rem 0; } }
    .content-wrapper .amenities .amenities-info span {
      margin: 0 0.5rem 0.5rem 0; }
  .content-wrapper .location .location-details {
    display: flex;
    flex-direction: column;
    margin: 2.25rem 0 0 0; }
    .content-wrapper .location .location-details div {
      display: flex;
      flex-direction: row; }
    .content-wrapper .location .location-details p {
      margin: 0 2.25rem 0.5rem 0;
      width: 25%; }
      .content-wrapper .location .location-details p span {
        color: #70A5FB; }
  .content-wrapper .location #map {
    margin-top: 3rem;
    height: 350px;
    width: 100%; }
    @media (max-width: 500px) {
      .content-wrapper .location #map {
        margin-top: 1rem;
        height: 250px; } }
  .content-wrapper .availability p span {
    color: #70A5FB; }
  .content-wrapper .list {
    width: 33%;
    display: inline-table;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100; }
    @media (max-width: 500px) {
      .content-wrapper .list {
        width: 100%; } }
    .content-wrapper .list h3 {
      font-weight: 100;
      text-transform: uppercase; }
    .content-wrapper .list ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .content-wrapper .list ul li {
        margin: 0px 0px 0.5rem 0px; }

.ui-datepicker-other-month {
  visibility: hidden; }

td.ui-datepicker-unselectable.ui-state-disabled.reserved span {
  background: #FF7043; }

.price {
  /*
  Generic Styling, for Desktops/Laptops
  */
  /* Zebra striping */
  /*
  Max width before this PARTICULAR table gets nasty
  This query will take effect for any screen smaller than 760px
  and also iPads specifically.
  */ }
  .price .price-container {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0rem 0px; }
  .price div {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .price p span {
    color: #70A5FB; }
  .price table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 2.25rem; }
  .price tr:nth-of-type(even) {
    background: #EBEEF3; }
  .price th {
    background: #EBEEF3;
    color: #666;
    font-weight: normal; }
  .price td, .price th {
    padding: 6px;
    border: 0;
    text-align: left; }
  @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .price {
      /* Force table to not be like tables anymore */
      /* Hide table headers (but not display: none;, for accessibility) */
      /*
      Label the data
      */ }
      .price table, .price thead, .price tbody, .price th, .price td, .price tr {
        display: block; }
      .price thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px; }
      .price tr {
        border: 1px solid #ccc; }
      .price td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%; }
      .price td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap; }
      .price td:nth-of-type(1):before {
        content: "Season"; }
      .price td:nth-of-type(2):before {
        content: "From"; }
      .price td:nth-of-type(3):before {
        content: "To"; }
      .price td:nth-of-type(4):before {
        content: "Per night"; }
      .price td:nth-of-type(5):before {
        content: "Per week"; }
      .price td:nth-of-type(6):before {
        content: "Min. stay"; } }
  .price .cards img {
    width: 80px;
    height: 40px; }

footer {
  margin-top: 1.5rem;
  background: #EBEEF3; }
  footer p {
    margin: 0 0 0.8rem 0;
    font-weight: 100; }
    footer p a {
      color: #666;
      text-decoration: none;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -ms-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
      footer p a:hover {
        color: #70A5FB; }
  footer h3 {
    text-transform: uppercase;
    font-weight: 400; }
  footer .footer-box {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 3rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    color: #666; }
    @media (max-width: 768px) {
      footer .footer-box {
        max-width: 700px; } }
    @media (max-width: 500px) {
      footer .footer-box {
        max-width: 500px;
        flex-direction: column;
        margin: 0 2.25rem; } }
  footer .copyright-box {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      footer .copyright-box {
        max-width: 85%; } }
    footer .copyright-box a {
      margin: 0 0;
      padding: 0 0;
      margin-top: -40px;
      height: 100%;
      text-decoration: none; }
      footer .copyright-box a span:before {
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in; }
      footer .copyright-box a:hover span:before {
        opacity: 1; }
    footer .copyright-box hr {
      display: block;
      position: relative;
      width: 100%;
      border: 0;
      height: 1px;
      background: #666;
      margin: 2.25rem 0; }
    footer .copyright-box .copyright {
      font-size: 0.667rem;
      color: #666; }

.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden; }

.slick-initialized .slick-slide {
  display: block;
  overflow: hidden; }

/* ------------------------------------------------------------------------
                              POP UP ENQUIRY
------------------------------------------------------------------------ */
.full-width {
  width: 100% !important;
  padding: 0rem 0rem 0rem 0rem !important; }

.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  overflow: hidden;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0; }

.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 6; }

.enquiry {
  margin: 70px auto;
  padding: 0px;
  background: #fff;
  width: 850px;
  position: relative;
  transition: all 5s ease-in-out;
  -webkit-box-shadow: 0 0 28px 5px #dedede;
  -moz-box-shadow: 0 0 28px 5px #dedede;
  box-shadow: 0 0 28px 5px #dedede; }
  .enquiry .upper {
    display: flex;
    flex-direction: row; }
    @media (max-width: 768px) {
      .enquiry .upper {
        flex-direction: column; } }
  .enquiry .lower {
    display: flex;
    flex-direction: row; }
    @media (max-width: 768px) {
      .enquiry .lower {
        flex-direction: column; } }
    .enquiry .lower .check-box {
      padding: 3rem 3rem 3rem 3rem;
      width: 50%;
      font-family: 'Poppins', sans-serif;
      font-weight: 100; }
      @media (max-width: 768px) {
        .enquiry .lower .check-box {
          padding: 3rem 3rem 3rem 2rem;
          width: 100%; } }
      .enquiry .lower .check-box .flex div {
        width: 100%; }
    .enquiry .lower .available-paragraph {
      color: #7AE15F;
      margin-bottom: 1.5rem; }
  .enquiry img {
    width: 50%;
    max-height: 300px;
    object-fit: cover; }
    @media (max-width: 768px) {
      .enquiry img {
        display: none; } }
  .enquiry h3 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-weight: 400; }
  .enquiry .stars {
    margin-left: 1rem; }
    .enquiry .stars .icon-star:before {
      font-size: 0.8rem;
      margin-left: 0.3rem; }
    @media (max-width: 768px) {
      .enquiry .stars {
        margin-left: 0rem;
        margin-top: 1rem; } }
  .enquiry .enquire-info {
    padding: 4rem 3rem 0rem 3rem;
    background: #EDEDED;
    width: 50%; }
    @media (max-width: 768px) {
      .enquiry .enquire-info {
        width: 100%;
        padding: 3rem 2rem 2rem 2rem; } }
  .enquiry .flex-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .enquiry .flex-box {
        flex-direction: column; } }
  .enquiry .flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem; }
    .enquiry .flex div {
      width: 50%; }
      .enquiry .flex div input, .enquiry .flex div select {
        width: 100%;
        outline: none;
        border: 0;
        background: #F2F2F2;
        padding: 15px;
        margin-top: 5px;
        color: #666;
        font-family: 'Poppins', sans-serif; }
    .enquiry .flex div:nth-child(1) {
      margin-right: 15px; }
  .enquiry textarea {
    width: 100%;
    outline: none;
    border: 0;
    background: #F2F2F2;
    padding: 15px;
    margin-top: 5px;
    color: #666; }
  .enquiry .small-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .enquiry .small-info p {
      font-size: 0.8rem;
      font-weight: 100; }
  .enquiry .price {
    display: block;
    text-align: right; }
  .enquiry h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif; }
  .enquiry .close {
    position: absolute;
    top: 5px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: 100;
    text-decoration: none;
    color: #666; }
    .enquiry .close:hover {
      color: #70A5FB; }
  .enquiry .content {
    max-height: 30%;
    overflow: auto; }
  .enquiry form {
    padding: 3rem 0rem 3rem 3rem;
    width: 50%;
    font-family: 'Poppins', sans-serif;
    font-weight: 100; }
    @media (max-width: 768px) {
      .enquiry form {
        padding: 3rem 3rem 3rem 2rem;
        width: 100%; } }

@media screen and (max-width: 700px) {
  .box {
    width: 70%; }

  .enquiry {
    width: 100%;
    height: 100%;
    overflow: auto; } }
.menu-height {
  height: calc(100vh - 60px);
  opacity: 1;
  z-index: 1; }

.overflow-hidden {
  overflow-y: hidden !important; }

.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #70A5FB;
  display: block;
  margin: 11px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

/* ELEVEN */
#hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#hamburger-11.is-active {
  animation: smallbig 0.6s forwards; }

@keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }
#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-11.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg); }

#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg); }

td.ui-datepicker-unselectable.ui-state-disabled.reserved-right span {
  background: #eeeeee;
  background: -moz-linear-gradient(-45deg, #eeeeee 0%, #eeeeee 21%, #eeeeee 49%, #70A5FB 50%, #70A5FB 71%, #70A5FB 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #eeeeee), color-stop(21%, #eeeeee), color-stop(49%, #eeeeee), color-stop(50%, #70A5FB), color-stop(71%, #70A5FB), color-stop(100%, #70A5FB));
  background: -webkit-linear-gradient(-45deg, #70a5fc 0%, #eeeeee 21%, #eeeeee 49%, #72a6fc 50%, #70a5fc 71%, #70a5fc 100%);
  background: -o-linear-gradient(-45deg, #eeeeee 0%, #eeeeee 21%, #eeeeee 49%, #70A5FB 50%, #70A5FB 71%, #70A5FB 100%);
  background: -ms-linear-gradient(-45deg, #eeeeee 0%, #eeeeee 21%, #eeeeee 49%, #70A5FB 50%, #70A5FB 71%, #70A5FB 100%);
  background: linear-gradient(135deg, #eeeeee 0%, #eeeeee 21%, #eeeeee 49%, #70a5fc 50%, #70a5fc 71%, #70A5FB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='$blue-color', GradientType=1 ); }

td.ui-datepicker-unselectable.ui-state-disabled.reserved-left span {
  background: #70a5fd;
  background: -moz-linear-gradient(-45deg, #70A5FB 0%, #70A5FB 29%, #70A5FB 50%, #eeeeee 51%, #eeeeee 79%, #eeeeee 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #70A5FB), color-stop(29%, #70A5FB), color-stop(50%, #70A5FB), color-stop(51%, #eeeeee), color-stop(79%, #eeeeee), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(-45deg, #78a9fc 0%, #76a9fc 29%, #70a5fd 50%, #eeeeee 51%, #eeeeee 79%, #eeeeee 100%);
  background: -o-linear-gradient(-45deg, #70A5FB 0%, #70A5FB 29%, #70A5FB 50%, #eeeeee 51%, #eeeeee 79%, #eeeeee 100%);
  background: -ms-linear-gradient(-45deg, #70A5FB 0%, #70A5FB 29%, #70A5FB 50%, #eeeeee 51%, #eeeeee 79%, #eeeeee 100%);
  background: linear-gradient(135deg, #70A5FB 0%, #70A5FB 29%, #70A5FB 50%, #eeeeee 51%, #eeeeee 79%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue-color', endColorstr='#eeeeee', GradientType=1 ); }

td.ui-datepicker-unselectable.ui-state-disabled.reserved span {
  background: #70A5FB;
  color: #FFF; }

.all-guests {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem; }
  .all-guests select {
    margin-left: 0.5rem;
    color: #666;
    outline: none;
    padding: 3px 3px; }

.guests {
  color: #666;
  border: 0px;
  height: 1px;
  background: #ededed;
  width: 100%; }

#datepicker {
  min-height: 300px; }

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 10; }
  .loader video {
    width: 30%;
    height: 100%; }
    .loader video source {
      text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04) !important; }
    @media (max-width: 500px) {
      .loader video {
        width: 100%; } }

.submit {
  background: #70A5FB;
  border: 1px solid #70A5FB;
  color: #FFF;
  outline: none;
  padding: 15px 49px;
  position: relative;
  float: right;
  top: 3.5rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  .submit:hover {
    background: #FFF;
    color: #70A5FB; }
  @media (max-width: 768px) {
    .submit {
      float: left;
      top: 1rem; } }

/* language picker */
.wrapper-long {
  position: absolute;
  z-index: 2;
  height: 50px;
  width: 50px;
  margin-top: -89vh;
  right: 50px; }
  @media (max-width: 1024px) {
    .wrapper-long {
      margin-top: -91vh;
      right: 33px; } }
  @media (max-width: 500px) {
    .wrapper-long {
      margin-top: -89vh;
      right: 33px; } }

.languagepicker-wrap {
  position: absolute;
  display: block;
  height: 100%; }

.languagepicker {
  background-color: #70A5FB;
  display: inline-block;
  padding: 0;
  height: 40px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 0 50px 10px 0;
  vertical-align: top;
  float: left; }

.languagepicker:hover {
  /* don't forget the 1px border */
  height: 81px; }

.languagepicker a {
  color: #666;
  text-decoration: none; }

.languagepicker li {
  display: block;
  padding: 0px 20px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  line-height: 40px;
  border-top: 0px solid #EEE;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  .languagepicker li:hover {
    color: #FFF; }

.languagepicker a li:first-child {
  color: #fff; }

.languagepicker a li {
  color: #666; }

.languagepicker li img {
  margin-right: 5px; }

.roundborders {
  border-radius: 0px; }

.large:hover {
  /*
  don't forget the 1px border!
  The first language is 40px heigh,
  the others are 41px
  */
  height: 125px; }

/*# sourceMappingURL=custom-style.css.map */
