/* input(4089,47): run-time error CSS1030: Expected identifier, found '.'
input(4089,71): run-time error CSS1025: Expected comma or open brace, found ')' */
/* input(4087,47): run-time error CSS1030: Expected identifier, found '.'
input(4087,71): run-time error CSS1025: Expected comma or open brace, found ')' */
/*colours*/
/*themes*/
/*Cookie banners*/
.white {
  color: #fff;
}

.hv-white:hover {
  color: #fff;
}

.bc-white {
  border-color: #fff;
}

.theme1 {
  color: #E7494A;
}

.hv-theme1:hover {
  color: #E7494A;
}

.bc-theme1 {
  border-color: #E7494A;
}

.theme2 {
  color: #e4696c;
}

.hv-theme2:hover {
  color: #e4696c;
}

.bc-theme2 {
  border-color: #e4696c;
}

.theme3 {
  color: #e0e0e8;
}

.hv-theme3:hover {
  color: #e0e0e8;
}

.bc-theme3 {
  border-color: #e0e0e8;
}

.theme10 {
  color: #131e3a;
}

.hv-theme10:hover {
  color: #131e3a;
}

.bc-theme10 {
  border-color: #131e3a;
}

.theme18 {
  color: #9c9b9b;
}

.hv-theme18:hover {
  color: #9c9b9b;
}

.bc-theme18 {
  border-color: #9c9b9b;
}

.theme30 {
  color: #b6e3e9;
}

.hv-theme30:hover {
  color: #b6e3e9;
}

.bc-theme30 {
  border-color: #b6e3e9;
}

.red {
  color: #E7494A;
}

.hv-red:hover {
  color: #E7494A;
}

.bc-red {
  border-color: #E7494A;
}

.bg-white {
  background: #fff;
}

.bg-hv-white:hover {
  background: #fff;
}

.bg-theme1 {
  background: #E7494A;
}

.bg-hv-theme1:hover {
  background: #E7494A;
}

.bg-theme2 {
  background: #e4696c;
}

.bg-hv-theme2:hover {
  background: #e4696c;
}

.bg-theme3 {
  background: #e0e0e8;
}

.bg-hv-theme3:hover {
  background: #e0e0e8;
}

.bg-theme10 {
  background: #131e3a;
}

.bg-hv-theme10:hover {
  background: #131e3a;
}

.bg-theme11 {
  background: #2B354A;
}

.bg-hv-theme11:hover {
  background: #2B354A;
}

.bg-theme14 {
  background: #5cc8d4;
}

.bg-hv-theme14:hover {
  background: #5cc8d4;
}

.bg-theme27 {
  background: #e2f5f9;
}

.bg-hv-theme27:hover {
  background: #e2f5f9;
}

.bg-theme30 {
  background: #b6e3e9;
}

.bg-hv-theme30:hover {
  background: #b6e3e9;
}

.bg-theme31 {
  background: #faecec;
}

.bg-hv-theme31:hover {
  background: #faecec;
}

.bc-theme3 {
  border-color: #e0e0e8;
}

.bc-theme18 {
  border-color: #9c9b9b;
}

/*PLACEHOLDERS*/
.p-theme1::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #E7494A;
}

.p-theme1::-moz-placeholder {
  /* Firefox 19+ */
  color: #E7494A;
}

.p-theme1:-ms-input-placeholder {
  /* IE 10+ */
  color: #E7494A;
}

.p-theme1:-moz-placeholder {
  /* Firefox 18- */
  color: #E7494A;
}

/*PLACEHOLDERS*/
.p-white::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.p-white::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.p-white:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.p-white:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/*PLACEHOLDERS*/
.p-theme18::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9c9b9b;
}

.p-theme18::-moz-placeholder {
  /* Firefox 19+ */
  color: #9c9b9b;
}

.p-theme18:-ms-input-placeholder {
  /* IE 10+ */
  color: #9c9b9b;
}

.p-theme18:-moz-placeholder {
  /* Firefox 18- */
  color: #9c9b9b;
}

/*size dependant styling*/
.flag {
  width: 25px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.flag.en-GB {
  background-image: url(https://cdn2.ernalow.co.uk/_flags/gb.webp);
}
.flag.en-US {
  background-image: url(https://cdn2.ernalow.co.uk/_flags/us.webp);
}
.flag.de-DE {
  background-image: url(https://cdn2.ernalow.co.uk/_flags/de.webp);
}
.flag.fr-FR {
  background-image: url(https://cdn2.ernalow.co.uk/_flags/fr.webp);
}
.flag.es-ES {
  background-image: url(https://cdn2.ernalow.co.uk/_flags/es.webp);
}
.flag.en-IE {
  background-image: url(https://cdn2.ernalow.co.uk/_flags/ie.webp);
}
.flag.en-ZA {
  background-image: url(https://cdn2.ernalow.co.uk/_flags/za.webp);
}
.flag.en-NZ {
  background-image: url(https://cdn2.ernalow.co.uk/_flags/nz.webp);
}
.flag.en-AU {
  background-image: url(https://cdn2.ernalow.co.uk/_flags/au.webp);
}
.flag.en-CA {
  background-image: url(https://cdn2.ernalow.co.uk/_flags/ca.webp);
}
.flag.nl-NL {
  background-image: url(https://cdn2.ernalow.co.uk/_flags/nl.webp);
}

.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.6);
}
.modal-mask.quote-form-modal-mask {
  background: rgba(255, 255, 255, 0.9);
}

.modal-container {
  width: 90%;
  /*padding: 2rem;*/
  border-radius: 10px;
  margin: auto;
  margin-top: 5%;
  position: relative;
  box-sizing: border-box;
}
.modal-container .modal-body {
  position: relative;
}

.spinner-modal-image {
  height: 200px;
  position: relative;
}

.filter-modal .modal-wrapper {
  height: 100%;
}
.filter-modal .modal-wrapper .modal-container {
  left: 0;
  width: 100%;
  margin-top: 0;
  height: 100%;
}
.filter-modal .modal-wrapper .modal-container .modal-body {
  min-height: 100%;
}

@media (max-width: 767px) {
  .modal-mask.floating-modal .modal-wrapper {
    height: 100%;
  }
  .modal-mask.floating-modal .modal-wrapper .modal-container {
    display: flex !important;
    height: 100%;
    margin-top: 0;
  }
  .modal-mask.floating-modal .modal-wrapper .modal-container .modal-body {
    margin: auto;
  }
}
.apartment-modal .modal-container {
  width: 90%;
}

@media (min-width: 768px) {
  .spinner-modal-image {
    height: 350px;
  }

  .modal-container {
    position: absolute;
    top: 12%;
    left: 25%;
    width: 50%;
    margin-bottom: 3rem;
    margin-top: 0;
  }

  .filter-modal .modal-wrapper {
    height: initial;
  }
  .filter-modal .modal-wrapper .modal-container {
    position: absolute;
    top: 12%;
    left: 25%;
    width: 50%;
    margin-bottom: 3rem;
    margin-top: 0;
  }
  .filter-modal .modal-wrapper .modal-container .modal-body {
    min-height: initial;
  }
  .filter-modal.filter-modal-medium .modal-wrapper .modal-container {
    top: 10%;
    left: 10%;
    width: 80%;
  }
  .filter-modal.filter-modal-large .modal-wrapper .modal-container {
    top: 5%;
    left: 5%;
    width: 90%;
  }

  .apartment-modal .modal-container {
    left: 20%;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .filter-modal-small .modal-wrapper .modal-container {
    top: 12%;
    left: 30%;
    width: 40%;
  }
}
@media (min-width: 2000px) {
  .modal-container {
    position: absolute;
    top: 12%;
    left: 33%;
    width: 34%;
    margin-bottom: 3rem;
    margin-top: 0;
  }
}
.modal-with-border .modal-body {
  border: 2px solid #131e3a;
  border-radius: 25px;
}

.close-remove {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.close-remove:before, .close-remove:after {
  position: absolute;
  left: 6px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #E7494A;
}
.close-remove.theme10:before, .close-remove.theme10:after {
  background-color: #131e3a;
}
.close-remove:before {
  transform: rotate(45deg);
}
.close-remove:after {
  transform: rotate(-45deg);
}

.close-notice-wrapper {
  border-radius: 50%;
  padding: 2px 4px 1px 7px;
  border: 1px solid #131e3a;
  cursor: pointer;
  display: inline-block;
}
.close-notice-wrapper:hover {
  background: #131e3a;
}
.close-notice-wrapper:hover .close-notice:before, .close-notice-wrapper:hover .close-notice:after {
  background-color: white;
}
.close-notice-wrapper .close-notice {
  position: relative;
  width: 15px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
}
.close-notice-wrapper .close-notice:before, .close-notice-wrapper .close-notice:after {
  position: absolute;
  left: 6px;
  content: " ";
  height: 19px;
  width: 1px;
  background-color: #131e3a;
}
.close-notice-wrapper .close-notice:before {
  transform: rotate(45deg);
}
.close-notice-wrapper .close-notice:after {
  transform: rotate(-45deg);
}
.close-notice-wrapper.white {
  border: 1px solid #fff;
}
.close-notice-wrapper.white .close-notice:before, .close-notice-wrapper.white .close-notice:after {
  background-color: #fff;
}

.close {
  position: relative;
  width: 32px;
  height: 32px;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #9c9b9b;
  border-radius: 3px;
}

.close:hover:before, .close:hover:after {
  background-color: #c2c2c2;
  cursor: pointer;
}

.close.close-theme1 {
  width: 15px;
  height: 15px;
}
.close.close-theme1:before, .close.close-theme1:after {
  background-color: #E7494A;
  height: 15px;
}

.close.close-white {
  width: 22px;
  height: 22px;
}

.close.close-white:before, .close.close-white:after {
  background-color: #fff;
  height: 22px;
}

.close-button:hover .close:before, .close-button:hover .close:after {
  background-color: #5cc8d4;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

/*accommodation icons*/
.aico.search-grey {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/grey/Icons_Search.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.aico {
  display: inline-block;
  vertical-align: middle;
}
.aico.xxs {
  width: 19px;
  height: 19px;
}
.aico.xs {
  width: 23px;
  height: 23px;
}
.aico.s {
  width: 30px;
  height: 30px;
}
.aico.m {
  width: 38px;
  height: 38px;
}
.aico.l {
  width: 45px;
  height: 45px;
}
.aico.xl {
  width: 52px;
  height: 52px;
}
.aico.xxl {
  width: 60px;
  height: 60px;
}
.aico.xxxl {
  width: 75px;
  height: 75px;
}
.aico.hover:hover {
  opacity: 0.6;
}

/*light blue icons*/
.aico.search-blue {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/blue/Icons_Search.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*dark blue icons*/
.aico.search-midnight {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/midnight/Icons_Search.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*rust icons*/
.aico.search-red {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/red/Icons_Search.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*rust icons*/
.aico.bed-red {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/red/Icons_Bed.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*rust icons*/
.aico.flights-red {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/red/Icons_Flights.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*rust icons*/
.aico.private-transfers-red {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/red/Icons_Private-Transfers.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*rust icons*/
.aico.ski-pass-red {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/red/Icons_Ski-Pass.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*rust icons*/
.aico.central-location-red {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/red/Icons_Central-Location.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*white icons*/
.aico.search-white {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/white/Icons_Search.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*light blue icons*/
.aico.stay-blue {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/blue/Icons_Stay.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*light blue icons*/
.aico.flights-alt-blue {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/blue/Icons_Flights-Alt.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*light blue icons*/
.aico.transfers-blue {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/blue/Icons_Transfers.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*light blue icons*/
.aico.ski-pass-alt-blue {
  background: url(https://cdn2.ernalow.co.uk/images/icons/_Rebrand/blue/Icons_Ski-Pass-Alt.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.stats-circle {
  width: 100%;
}

@media (min-width: 576px) {
  .stats-circle {
    width: initial;
  }
}
/*Phone tooltip*/
.tooltiptext-phone {
  display: none;
  top: calc(100% - 1px);
  position: absolute;
  width: 270px;
  z-index: 102;
  text-transform: none;
}

.tooltip-phone:hover .tooltiptext-phone {
  display: block;
}

.phone-arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #131e3a;
}

.navigation {
  width: 100%;
  height: 100%;
  z-index: 3;
}

.mobile-nav-logo {
  width: 200px;
}

.footer-strip-content {
  border-top: 1px solid #E7494A;
}

.bg-theme13 {
  background: #ffdf80;
}

.bg-hv-theme13:hover {
  background: #ffdf80;
}

.bc-theme15 {
  border-color: #aee3e9;
}

/*margin auto*/
.mar-a {
  margin: auto;
}

@media (min-width: 0px) {
  /*padding and margin, from 0.25rem (1) to 4rem (16)*/
  /*padding */
  .pad2 {
    padding: 0.5rem;
  }

  /*padding */
  .pad3 {
    padding: 0.75rem;
  }

  /*padding */
  .pad4 {
    padding: 1rem;
  }

  /*padding */
  .pad6 {
    padding: 1.5rem;
  }

  /*padding */
  .pad8 {
    padding: 2rem;
  }

  /*padding */
  .pad0 {
    padding: 0rem;
  }

  /*padding horizontal */
  .padh1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  /*padding horizontal */
  .padh2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  /*padding horizontal */
  .padh3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  /*padding horizontal */
  .padh4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /*padding horizontal */
  .padh6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  /*padding horizontal */
  .padh8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /*padding horizontal */
  .padh10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  /*padding vertical */
  .padv1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  /*padding vertical */
  .padv2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  /*padding vertical */
  .padv3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  /*padding vertical */
  .padv4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  /*padding vertical */
  .padv6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  /*padding vertical */
  .padv8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  /*padding vertical */
  .padv9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  /*padding vertical */
  .padv11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  /*padding vertical */
  .padv12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /*padding left */
  .padl1 {
    padding-left: 0.25rem;
  }

  /*padding left */
  .padl2 {
    padding-left: 0.5rem;
  }

  /*padding left */
  .padl3 {
    padding-left: 0.75rem;
  }

  /*padding left */
  .padl4 {
    padding-left: 1rem;
  }

  /*padding left */
  .padl5 {
    padding-left: 1.25rem;
  }

  /*padding left */
  .padl6 {
    padding-left: 1.5rem;
  }

  /*padding left */
  .padl8 {
    padding-left: 2rem;
  }

  /*padding left */
  .padl10 {
    padding-left: 2.5rem;
  }

  /*padding right */
  .padr3 {
    padding-right: 0.75rem;
  }

  /*padding right */
  .padr4 {
    padding-right: 1rem;
  }

  /*padding right */
  .padr2 {
    padding-right: 0.5rem;
  }

  /*padding top */
  .padt1 {
    padding-top: 0.25rem;
  }

  /*padding top */
  .padt2 {
    padding-top: 0.5rem;
  }

  /*padding top */
  .padt3 {
    padding-top: 0.75rem;
  }

  /*padding top */
  .padt4 {
    padding-top: 1rem;
  }

  /*padding top */
  .padt6 {
    padding-top: 1.5rem;
  }

  /*padding top */
  .padt8 {
    padding-top: 2rem;
  }

  /*padding top */
  .padt10 {
    padding-top: 2.5rem;
  }

  /*padding top */
  .padt12 {
    padding-top: 3rem;
  }

  /*padding bottom */
  .padb1 {
    padding-bottom: 0.25rem;
  }

  /*padding bottom */
  .padb2 {
    padding-bottom: 0.5rem;
  }

  /*padding bottom */
  .padb3 {
    padding-bottom: 0.75rem;
  }

  /*padding bottom */
  .padb4 {
    padding-bottom: 1rem;
  }

  /*padding bottom */
  .padb6 {
    padding-bottom: 1.5rem;
  }

  /*padding bottom */
  .padb8 {
    padding-bottom: 2rem;
  }

  /*padding bottom */
  .padb10 {
    padding-bottom: 2.5rem;
  }

  /*padding bottom */
  .padb12 {
    padding-bottom: 3rem;
  }

  /*margin */
  .mar0 {
    margin: 0rem;
  }

  /*margin */
  .mar2 {
    margin: 0.5rem;
  }

  /*margin vertical */
  .marv2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  /*margin vertical */
  .marv6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  /*margin vertical */
  .marv4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  /*margin left */
  .marl2 {
    margin-left: 0.5rem;
  }

  /*margin left */
  .marl4 {
    margin-left: 1rem;
  }

  /*margin right */
  .marr1 {
    margin-right: 0.25rem;
  }

  /*margin right */
  .marr2 {
    margin-right: 0.5rem;
  }

  /*margin right */
  .marr4 {
    margin-right: 1rem;
  }

  /*margin right */
  .marr6 {
    margin-right: 1.5rem;
  }

  /*margin top */
  .mart0 {
    margin-top: 0rem;
  }

  /*margin top */
  .mart1 {
    margin-top: 0.25rem;
  }

  /*margin top */
  .mart2 {
    margin-top: 0.5rem;
  }

  /*margin top */
  .mart4 {
    margin-top: 1rem;
  }

  /*margin top */
  .mart8 {
    margin-top: 2rem;
  }

  /*margin top */
  .mart6 {
    margin-top: 1.5rem;
  }

  /*margin bottom */
  .marb2 {
    margin-bottom: 0.5rem;
  }

  /*margin bottom */
  .marb4 {
    margin-bottom: 1rem;
  }

  /*margin bottom */
  .marb6 {
    margin-bottom: 1.5rem;
  }

  /*width */
  .wid4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 4%;
  }

  .wid25 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }

  .wid27 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 27%;
  }

  .wid33 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
  }

  .wid35 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%;
  }

  .wid47 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 47%;
  }

  .wid48 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48%;
  }

  .wid50 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }

  .wid70 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
  }

  .wid80 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
  }

  .wid90 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
  }

  .wid100 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .wid65 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 65%;
  }

  /*position */
  .abs {
    position: absolute;
  }

  .rel {
    position: relative;
  }

  .fix {
    position: fixed;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .fn {
    float: none;
  }

  /*display */
  .hidden {
    display: none;
  }

  .block {
    display: block;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .flex {
    display: flex;
  }
}
@media (min-width: 576px) {
  /*padding and margin, from 0.25rem (1) to 4rem (16)*/
  /*padding right -small*/
  .padr4-small {
    padding-right: 1rem;
  }

  /*width -small*/
  .wid33-small {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
  }

  .wid47-small {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 47%;
  }

  .wid50-small {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }

  /*position -small*/
  .abs-small {
    position: absolute;
  }

  .rel-small {
    position: relative;
  }

  .fix-small {
    position: fixed;
  }

  .fl-small {
    float: left;
  }

  .fr-small {
    float: right;
  }

  .fn-small {
    float: none;
  }

  /*display -small*/
  .hidden-small {
    display: none;
  }

  .block-small {
    display: block;
  }

  .inline-small {
    display: inline;
  }

  .inline-block-small {
    display: inline-block;
  }

  .flex-small {
    display: flex;
  }
}
@media (min-width: 768px) {
  /*padding and margin, from 0.25rem (1) to 4rem (16)*/
  /*padding left -medium*/
  .padl6-medium {
    padding-left: 1.5rem;
  }

  /*padding right -medium*/
  .padr4-medium {
    padding-right: 1rem;
  }

  /*padding top -medium*/
  .padt0-medium {
    padding-top: 0rem;
  }

  /*padding top -medium*/
  .padt8-medium {
    padding-top: 2rem;
  }

  /*padding top -medium*/
  .padt12-medium {
    padding-top: 3rem;
  }

  /*padding bottom -medium*/
  .padb0-medium {
    padding-bottom: 0rem;
  }

  /*padding bottom -medium*/
  .padb12-medium {
    padding-bottom: 3rem;
  }

  /*margin top -medium*/
  .mart2-medium {
    margin-top: 0.5rem;
  }

  /*width -medium*/
  .wid15-medium {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 15%;
  }

  .wid33-medium {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
  }

  .wid35-medium {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%;
  }

  .wid40-medium {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
  }

  .wid45-medium {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
  }

  .wid48-medium {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48%;
  }

  .wid50-medium {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }

  .wid64-medium {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 64%;
  }

  .wid70-medium {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
  }

  .wid60-medium {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
  }

  /*position -medium*/
  .abs-medium {
    position: absolute;
  }

  .rel-medium {
    position: relative;
  }

  .fix-medium {
    position: fixed;
  }

  .fl-medium {
    float: left;
  }

  .fr-medium {
    float: right;
  }

  .fn-medium {
    float: none;
  }

  /*display -medium*/
  .hidden-medium {
    display: none;
  }

  .block-medium {
    display: block;
  }

  .inline-medium {
    display: inline;
  }

  .inline-block-medium {
    display: inline-block;
  }

  .flex-medium {
    display: flex;
  }
}
@media (min-width: 992px) {
  /*padding and margin, from 0.25rem (1) to 4rem (16)*/
  /*padding horizontal -large*/
  .padh4-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /*padding horizontal -large*/
  .padh8-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /*padding vertical -large*/
  .padv2-large {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  /*padding vertical -large*/
  .padv12-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /*padding left -large*/
  .padl2-large {
    padding-left: 0.5rem;
  }

  /*padding left -large*/
  .padl0-large {
    padding-left: 0rem;
  }

  /*padding right -large*/
  .padr3-large {
    padding-right: 0.75rem;
  }

  /*padding right -large*/
  .padr4-large {
    padding-right: 1rem;
  }

  /*padding top -large*/
  .padt0-large {
    padding-top: 0rem;
  }

  /*padding top -large*/
  .padt8-large {
    padding-top: 2rem;
  }

  /*padding top -large*/
  .padt10-large {
    padding-top: 2.5rem;
  }

  /*padding top -large*/
  .padt12-large {
    padding-top: 3rem;
  }

  /*padding bottom -large*/
  .padb0-large {
    padding-bottom: 0rem;
  }

  /*padding bottom -large*/
  .padb10-large {
    padding-bottom: 2.5rem;
  }

  /*padding bottom -large*/
  .padb12-large {
    padding-bottom: 3rem;
  }

  /*margin left -large*/
  .marl0-large {
    margin-left: 0rem;
  }

  /*margin top -large*/
  .mart12-large {
    margin-top: 3rem;
  }

  /*width -large*/
  .wid5-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 5%;
  }

  .wid10-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 10%;
  }

  .wid20-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
  }

  .wid25-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }

  .wid30-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
  }

  .wid33-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
  }

  .wid35-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%;
  }

  .wid40-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
  }

  .wid45-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
  }

  .wid50-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }

  .wid60-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
  }

  .wid67-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 67%;
  }

  .wid70-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
  }

  .wid80-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
  }

  .wid90-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
  }

  .wid75-large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }

  /*position -large*/
  .abs-large {
    position: absolute;
  }

  .rel-large {
    position: relative;
  }

  .fix-large {
    position: fixed;
  }

  .fl-large {
    float: left;
  }

  .fr-large {
    float: right;
  }

  .fn-large {
    float: none;
  }

  /*display -large*/
  .hidden-large {
    display: none;
  }

  .block-large {
    display: block;
  }

  .inline-large {
    display: inline;
  }

  .inline-block-large {
    display: inline-block;
  }

  .flex-large {
    display: flex;
  }
}
@media (min-width: 1200px) {
  /*padding and margin, from 0.25rem (1) to 4rem (16)*/
  /*padding horizontal -xlarge*/
  .padh0-xlarge {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  /*padding horizontal -xlarge*/
  .padh12-xlarge {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  /*padding top -xlarge*/
  .padt12-xlarge {
    padding-top: 3rem;
  }

  /*padding bottom -xlarge*/
  .padb3-xlarge {
    padding-bottom: 0.75rem;
  }

  /*width -xlarge*/
  .wid15-xlarge {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 15%;
  }

  .wid25-xlarge {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }

  .wid27-xlarge {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 27%;
  }

  .wid30-xlarge {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
  }

  .wid40-xlarge {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
  }

  .wid75-xlarge {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }

  /*position -xlarge*/
  .abs-xlarge {
    position: absolute;
  }

  .rel-xlarge {
    position: relative;
  }

  .fix-xlarge {
    position: fixed;
  }

  .fl-xlarge {
    float: left;
  }

  .fr-xlarge {
    float: right;
  }

  .fn-xlarge {
    float: none;
  }

  /*display -xlarge*/
  .hidden-xlarge {
    display: none;
  }

  .block-xlarge {
    display: block;
  }

  .inline-xlarge {
    display: inline;
  }

  .inline-block-xlarge {
    display: inline-block;
  }

  .flex-xlarge {
    display: flex;
  }
}
/*potitions*/
.l0 {
  left: 0px;
}

.r0 {
  right: 0px;
}

.t0 {
  top: 0px;
}

.b0 {
  bottom: 0px;
}

/*line height*/
.lh1 {
  line-height: 0.5rem;
}

.lh2 {
  line-height: 1rem;
}

.lh3 {
  line-height: 1.5rem;
}

/*border radius*/
.br0 {
  border-radius: 0px;
}

/*border radius*/
.br2 {
  border-radius: 10px;
}

/*border radius*/
.br4 {
  border-radius: 20px;
}

/*border radius*/
.br5 {
  border-radius: 25px;
}

/*border radius*/
.br0 {
  border-radius: 0px;
}

/*border radius*/
.br1 {
  border-radius: 5px;
}

/*border radius*/
.br2 {
  border-radius: 10px;
}

/*border radius*/
.br4 {
  border-radius: 20px;
}

/*border radius*/
.br5 {
  border-radius: 25px;
}

/*border width*/
.bw0 {
  border-width: 0px;
  border-style: solid;
}

/*border width*/
.bw1 {
  border-width: 1px;
  border-style: solid;
}

/*border width*/
.bw2 {
  border-width: 2px;
  border-style: solid;
}

/*border width*/
.bw0 {
  border-width: 0px;
  border-style: solid;
}

/*border width*/
.bw1 {
  border-width: 1px;
  border-style: solid;
}

.bbw1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.btw1 {
  border-top-width: 1px;
  border-top-style: solid;
}

/*font size*/
@media (min-width: 0px) {
  /*padding and margin, from 0.25rem (1) to 4rem (16)*/
  /*padding */
  .fs3 {
    font-size: 0.625rem !important;
  }

  /*padding */
  .fs4 {
    font-size: 0.75rem !important;
  }

  /*padding */
  .fs5 {
    font-size: 0.875rem !important;
  }

  /*padding */
  .fs6 {
    font-size: 1rem !important;
  }

  /*padding */
  .fs7 {
    font-size: 1.125rem !important;
  }

  /*padding */
  .fs8 {
    font-size: 1.25rem !important;
  }

  /*padding */
  .fs9 {
    font-size: 1.375rem !important;
  }

  /*padding */
  .fs12 {
    font-size: 1.75rem !important;
  }

  /*padding */
  .fs10 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  /*padding and margin, from 0.25rem (1) to 4rem (16)*/
}
@media (min-width: 768px) {
  /*padding and margin, from 0.25rem (1) to 4rem (16)*/
  /*padding -medium*/
  .fs3-medium {
    font-size: 0.625rem !important;
  }

  /*padding -medium*/
  .fs4-medium {
    font-size: 0.75rem !important;
  }

  /*padding -medium*/
  .fs5-medium {
    font-size: 0.875rem !important;
  }

  /*padding -medium*/
  .fs8-medium {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 992px) {
  /*padding and margin, from 0.25rem (1) to 4rem (16)*/
}
@media (min-width: 1200px) {
  /*padding and margin, from 0.25rem (1) to 4rem (16)*/
}
.fw-n {
  font-weight: normal;
}

.fw-600 {
  font-weight: 600;
}

.fw-b {
  font-weight: bold;
}

.fw-sb {
  font-weight: 500;
}

.ver-m {
  vertical-align: middle;
}

.ver-b {
  vertical-align: bottom;
}

.ttu {
  text-transform: uppercase;
}

.out0 {
  outline: 0;
}

/*text*/
@media (min-width: 0px) {
  .tc {
    text-align: center;
  }

  .tl {
    text-align: left;
  }

  .tr {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .tc-small {
    text-align: center;
  }

  .tl-small {
    text-align: left;
  }

  .tr-small {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .tc-medium {
    text-align: center;
  }

  .tl-medium {
    text-align: left;
  }

  .tr-medium {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .tc-large {
    text-align: center;
  }

  .tl-large {
    text-align: left;
  }

  .tr-large {
    text-align: right;
  }
}
.f-header {
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.pen {
  pointer-events: none;
}

.tdu {
  text-decoration: underline;
}

.hv-tdu:hover {
  text-decoration: underline;
}

.fade-on-hover:hover {
  opacity: 0.6;
}

.oh {
  overflow: hidden;
}

.oya {
  overflow-y: auto !important;
  -ms-overflow-y: auto !important;
}

.bx-theme5-2 {
  box-shadow: 0px 0px 5px #9c9b9b;
}

.bc-hv-theme10:hover {
  border-color: #131e3a;
}

.bc-hv-theme14:hover {
  border-color: #5cc8d4;
}

.bc-hv-white:hover {
  border-color: white;
}

.striped-background {
  background: url(https://cdn2.ernalow.co.uk/images/shared/Stripped_Background.svg);
  background-size: cover;
}

h1 p, h2 p, h3 p {
  margin: 0;
}

.price-line-through {
  background: #ffcccc;
}

.price-line-through.bg-theme31 {
  background: #faecec;
}

.price-line-through > span {
  position: relative;
}
.price-line-through > span:after {
  width: 100%;
  height: 1px;
  background: #d5544f;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: rotate(5deg);
}
.price-line-through > span.left:after {
  left: 0;
}

.accommodation-img {
  height: 15rem;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .bw1-large {
    border-width: 1px;
    border-style: solid;
  }
}
@media (min-width: 1700px) {
  .accommodation-img {
    height: 19rem;
  }
}
@keyframes shimmer {
  to {
    background-position-x: 0%;
  }
}
.shimmer {
  background: linear-gradient(-45deg, #e0e0e8 40%, #EFEFF3 50%, #e0e0e8 60%);
  background-size: 300% !important;
  background-position-x: 100%;
  animation: shimmer 1s infinite linear;
}

.discount-green {
  border: 1px solid #c5de8a;
  background: #f3f8e9;
}

.ski-weekly-month-container {
  border-right: none;
  width: 100%;
}

.ski-weekly-datepicker-active {
  background-color: #f7edec;
  cursor: default !important;
}

.ski-weekly-datepicker-week {
  border: 1px solid #f7edec;
  font-size: 10px;
}

.ski-weekly-datepicker-week-wrapper {
  padding: 0 !important;
}

.ski-weekly-button-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.ski-weekly-next-button-container {
  position: absolute;
  right: 20px;
  bottom: 64px;
}

.ski-weekly-next-button-icon {
  color: gainsboro;
  border: 1px solid gainsboro;
}

.ski-weekly-button {
  width: 72px;
  height: 30px;
  user-select: none;
}

.ski-weekly-datepicker-wrapper {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 100;
  top: -300px;
  left: 0px;
  font-size: 14px;
  height: 900px;
}

.erna-picker .ski-weekly-datepicker-wrapper {
  border: 1px solid #131e3a;
  border-radius: 0;
  position: fixed;
  top: 80px;
  width: 90%;
  left: 5%;
}

@media (min-width: 768px) {
  .ski-weekly-datepicker-wrapper {
    width: 675px;
    height: 400px;
    top: 38px;
  }

  .erna-picker .ski-weekly-datepicker-wrapper {
    top: 32px;
    right: 0;
    left: inherit;
    position: absolute;
    width: 675px;
  }

  .ski-weekly-month-container {
    border-right: solid gainsboro 1px;
    width: 35% !important;
  }

  .ski-weekly-datepicker-week {
    border: 1px solid #f7edec;
    font-size: 14px;
  }

  .ski-weekly-datepicker-week-wrapper {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .ski-weekly-datepicker-wrapper-left {
    left: -445px !important;
  }

  .ski-weekly-datepicker-wrapper-center {
    left: -120px !important;
  }
}
@media (min-width: 992px) {
  .ski-weekly-datepicker-wrapper {
    width: 850px !important;
  }

  .erna-picker .ski-weekly-datepicker-wrapper {
    width: 700px !important;
  }
  .erna-picker .ski-weekly-datepicker-wrapper-left {
    left: -399px !important;
  }
}
@media (min-width: 1200px) {
  .erna-picker .ski-weekly-datepicker-wrapper {
    right: inherit;
    left: 0 !important;
  }
}
/*@media (min-width: 1200px) {
    .ski-weekly-datepicker-wrapper {
        width: 800px !important;
        font-size: 16px !important;
    }
}

@media (min-width: 2000px) {
    .ski-weekly-datepicker-wrapper {
        width: 800px !important;
        font-size: 16px !important;
    }
}*/
.new-datepicker-wrapper input {
  font-size: 0.75rem !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .new-datepicker-wrapper {
    min-width: 800px;
    top: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
    background: #e2f5f9;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .new-datepicker-wrapper.open-left {
    right: 0;
    left: initial;
  }
  .new-datepicker-wrapper .datepicker-border {
    border-left: 1px solid #5cc8d4;
  }
}
.datepicker-week:hover .narrow-arrow {
  color: white !important;
}

.ski-weekly-month-container {
  border-right: none;
  width: 100%;
}

.ski-weekly-datepicker-active {
  background-color: #f7edec;
  cursor: default !important;
}

.ski-weekly-datepicker-week {
  border: 1px solid #f7edec;
  font-size: 10px;
}

.ski-weekly-datepicker-week-wrapper {
  padding: 0 !important;
}

.ski-weekly-button-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.ski-weekly-next-button-container {
  position: absolute;
  right: 20px;
  bottom: 64px;
}

.ski-weekly-next-button-icon {
  color: gainsboro;
  border: 1px solid gainsboro;
}

.ski-weekly-button {
  width: 72px;
  height: 30px;
  user-select: none;
}

.ski-weekly-datepicker-wrapper {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 100;
  top: -300px;
  left: 0px;
  font-size: 14px;
  height: 900px;
}

.erna-picker .ski-weekly-datepicker-wrapper {
  border: 1px solid #131e3a;
  border-radius: 0;
  position: fixed;
  top: 80px;
  width: 90%;
  left: 5%;
}

@media (min-width: 768px) {
  .ski-weekly-datepicker-wrapper {
    width: 675px;
    height: 400px;
    top: 38px;
  }

  .erna-picker .ski-weekly-datepicker-wrapper {
    top: 32px;
    right: 0;
    left: inherit;
    position: absolute;
    width: 675px;
  }

  .ski-weekly-month-container {
    border-right: solid gainsboro 1px;
    width: 35% !important;
  }

  .ski-weekly-datepicker-week {
    border: 1px solid #f7edec;
    font-size: 14px;
  }

  .ski-weekly-datepicker-week-wrapper {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .ski-weekly-datepicker-wrapper-left {
    left: -445px !important;
  }

  .ski-weekly-datepicker-wrapper-center {
    left: -120px !important;
  }
}
@media (min-width: 992px) {
  .ski-weekly-datepicker-wrapper {
    width: 850px !important;
  }

  .erna-picker .ski-weekly-datepicker-wrapper {
    width: 700px !important;
  }
  .erna-picker .ski-weekly-datepicker-wrapper-left {
    left: -399px !important;
  }
}
@media (min-width: 1200px) {
  .erna-picker .ski-weekly-datepicker-wrapper {
    right: inherit;
    left: 0 !important;
  }
}
/*@media (min-width: 1200px) {
    .ski-weekly-datepicker-wrapper {
        width: 800px !important;
        font-size: 16px !important;
    }
}

@media (min-width: 2000px) {
    .ski-weekly-datepicker-wrapper {
        width: 800px !important;
        font-size: 16px !important;
    }
}*/
.new-datepicker-wrapper input {
  font-size: 0.75rem !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .new-datepicker-wrapper {
    min-width: 800px;
    top: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
    background: #e2f5f9;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .new-datepicker-wrapper.open-left {
    right: 0;
    left: initial;
  }
  .new-datepicker-wrapper .datepicker-border {
    border-left: 1px solid #5cc8d4;
  }
}
.datepicker-week:hover .narrow-arrow {
  color: white !important;
}

.calendar-header {
  width: 100vw;
  font-size: 170%;
  text-align: center;
  background-color: transparent;
}

.calendar-header .month-name, .calendar-header button {
  display: inline-block;
}

.calendar-header .month-name {
  color: #000;
  font-size: 150%;
}

.calendar-header .current-month-value {
  color: #000;
}

.calendar-header .link, .calendar-header .link:hover, .calendar-header .link:active {
  text-decoration: none;
}

.calendar-header .calendar-prev-month-button {
  margin-right: 1vh;
}

.calendar-header .calendar-next-month-button {
  margin-left: 1vh;
}

.calendar-wrapper {
  box-sizing: border-box;
  display: inline-block;
  justify-content: center;
}

.days, .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 33px);
  max-width: 1024px;
  width: 100%;
  text-align: right;
  transition: transform 0.3s ease 0s;
  color: #131e3a;
  text-align: center;
}

.days {
  border-top: 1px solid #131e3a;
  border-left: 1px solid #131e3a;
}
.days > div {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #131e3a;
  border-right: 1px solid #131e3a;
}

.days .day:first-child {
  grid-column: 7/auto;
}

.empty {
  background: #d9d9e2;
}

#calendar > *.today {
  color: black;
  border: 0.1em solid black;
  border-radius: 100%;
}

#calendar > .day {
  border-radius: 100%;
  margin: 3px;
}

@media (min-width: 350px) {
  .days, .weekdays {
    grid-template-columns: repeat(7, 40px);
  }
}
@media (min-width: 450px) {
  .days, .weekdays {
    grid-template-columns: repeat(7, 45px);
  }
}
/*
@media (min-width: 992px) {
    .calendar-wrap {
        display: flex;
        flex-wrap: wrap;
    }
}*/
.new-quote .asd__wrapper {
  border-radius: 4px;
  left: auto !important;
  right: 0 !important;
  top: 100% !important;
  max-width: 603px;
}
.new-quote .asd__wrapper.self-drive-picker {
  left: 0px !important;
  right: initial !important;
}

.new-quote.right-datepicker .asd__wrapper {
  border-radius: 4px;
  left: 0 !important;
  right: auto !important;
  top: 100% !important;
  max-width: 603px;
}

.old-quote .asd__wrapper {
  border-radius: 4px;
  left: 0 !important;
  top: 100% !important;
  max-width: 603px;
}

.asd__days-legend {
  font-size: 16px;
}

.asd__month button {
  outline: 0;
}

.asd__month-name {
  font-size: 18px;
  color: #E7494A;
}

.asd__selected-date-one,
.asd__selected-date-two {
  background: #E7494A !important;
  outline: 0 !important;
  border: 0 !important;
}

.asd__day--enabled.asd__day--in-range,
.asd__day--hovered {
  background: #e4696c !important;
  outline: 0 !important;
  border: 1px solid white !important;
}

@media (max-width: 767px) {
  .old-quote .asd__wrapper,
.new-quote .asd__wrapper {
    top: 30px !important;
  }
  .old-quote .asd__wrapper.asd__wrapper--datepicker-open,
.new-quote .asd__wrapper.asd__wrapper--datepicker-open {
    position: fixed !important;
    right: calc( 50% - 150px) !important;
    left: calc( 50% - 150px) !important;
  }

  .datepicker-overlay.open:before {
    content: "";
    position: fixed;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .date-flex-large {
    display: flex;
  }
}
.datepicker-carousel .VueCarousel-navigation-next {
  right: calc(50% - 50px) !important;
  top: 17px !important;
}
.datepicker-carousel .VueCarousel-navigation-prev {
  left: calc(50% - 50px) !important;
  top: 17px !important;
}

.datepicker-toggle {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}

.datepicker-toggle-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://cdn2.ernalow.co.uk/images/icons/Blue/Icons_Calendar.svg);
}

.datepicker-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.datepicker-input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.submenu {
  width: 75%;
  z-index: 2;
  float: right;
}

.navigation {
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  z-index: 101;
  border-radius: 0 0 5px 5px;
}
.navigation .navigation-inner {
  position: relative;
  margin: 0rem 2rem 4rem 2rem;
}
.navigation .navigation-inner .menu-item {
  color: #131e3a;
  border-radius: 5px;
}
.navigation .navigation-inner .submenu-item {
  border-radius: 5px;
}
.navigation .navigation-inner .submenu-item a {
  color: #131e3a;
  text-underline-offset: 8px;
  border-radius: 5px;
}
.navigation .navigation-inner .submenu-item a.theme10 {
  color: #131e3a;
}

.need-inspiring-mobile {
  border-radius: 50px;
  border: 1px solid #5cc8d4;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #5cc8d4;
  cursor: pointer;
}
.need-inspiring-mobile:hover {
  background: #5cc8d4;
  color: white;
}

@media (min-width: 992px) {
  .navigation {
    border: 1px solid #e0e0e8;
    top: 88px;
    left: 2%;
    width: 96%;
    height: initial;
  }
  .navigation .navigation-inner {
    margin: 2rem 1.5rem;
    min-height: 350px;
  }
  .navigation .navigation-inner .menu-item {
    color: #131e3a;
    /*                &:hover {
        color: $theme10;
        background: $theme30;
        font-weight: bold;
    }*/
  }
  .navigation .navigation-inner .menu-item.theme10 {
    color: #131e3a;
  }
  .navigation .navigation-inner .submenu-item a {
    color: #131e3a;
  }
  .navigation .navigation-inner .submenu-item.submenu-item--last a:hover {
    color: #131e3a;
    background: #b6e3e9;
    font-weight: bold;
    text-decoration: underline;
  }
  .navigation .nav-margin {
    padding-top: 26px;
  }
  .navigation .nav-border-right {
    border-right: 1px solid #e0e0e8;
  }
}
#footer {
  display: block;
}

@media (max-width: 786px) {
  .slogan img.hide {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navigation {
    top: 96px;
  }
}
.tooltip {
  position: relative;
  cursor: pointer;
}
.tooltip i {
  width: 18px !important;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 140%;
  left: -6px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  display: block !important;
  color: #131e3a;
  border: 1px solid #e0e0e8;
  padding: 0.5rem;
  border-radius: 5px;
  background: white;
  font-size: 0.75rem;
  font-weight: normal;
}
.tooltip:hover .tooltiptext::after {
  content: " ";
  position: absolute;
  top: calc(100% - 4px);
  left: 20px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #e0e0e8;
  border-bottom: 1px solid #e0e0e8;
  transform: rotate(-45deg);
  background: white;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.checkbox {
  position: relative;
}
.checkbox label {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
}
.checkbox label i {
  display: none;
  padding-left: 3px;
  padding-top: 4px;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input:checked ~ label i {
  display: block;
}

.checkbox-v2 {
  position: relative;
}
.checkbox-v2 label {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 13px;
}
.checkbox-v2 label i {
  display: none;
  padding-left: 1px;
  padding-top: 1px;
}
.checkbox-v2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-v2 input:checked ~ label i {
  display: block;
}

.range-slider-alt {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  height: 12px;
}
.range-slider-alt input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e0e0e8;
}
.range-slider-alt input[type=number] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1.6em;
  -moz-appearance: textfield;
}
.range-slider-alt input[type=number]::-webkit-outer-spin-button,
.range-slider-alt input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.range-slider-alt input[type=number]:invalid,
.range-slider-alt input[type=number]:out-of-range {
  border: 2px solid #ff6347;
}
.range-slider-alt input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
.range-slider-alt input[type=range]::-webkit-slider-runnable-track,
.range-slider-alt input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.range-slider-alt input[type=range]:focus {
  outline: none;
}
.range-slider-alt input[type=range]:focus::-webkit-slider-runnable-track {
  background: #efefef;
}
.range-slider-alt input[type=range]:focus::-ms-fill-lower {
  background: #5cc8d4;
}
.range-slider-alt input[type=range]:focus::-ms-fill-upper {
  background: #efefef;
}
.range-slider-alt input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #efefef;
  border-radius: 25px !important;
  box-shadow: none;
  border: 0;
}
.range-slider-alt input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #5cc8d4;
  height: 16px;
  width: 16px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.narrow-arrow {
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  border-style: solid;
  margin-top: 0.25rem;
  vertical-align: middle;
}
.narrow-arrow.smaller {
  padding: 3px;
}
.narrow-arrow.large {
  padding: 7px;
}
.narrow-arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.narrow-arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.narrow-arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 7px;
}
.narrow-arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -2px;
}
.narrow-arrow.hover:hover {
  opacity: 0.6;
}

span:hover > .narrow-arrow.hover {
  opacity: 0.6;
}

/*quote*/
.quote-list-container .quote-list {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  background: white;
}
.quote-list-container .quote-list > div:not(.inspiration) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-y: auto;
  padding-top: 56px;
}
.quote-list-container .quote-list > div:not(.inspiration).border-theme10 {
  -webkit-box-shadow: 1px 0 0 #131e3a, -1px 0 0 #131e3a, 0 1px 0 #131e3a, 0 -1px 0 #131e3a, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #131e3a, -1px 0 0 #131e3a, 0 1px 0 #131e3a, 0 -1px 0 #131e3a, 0 3px 13px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
}
.quote-list-container .quote-list .with-scroll {
  height: 180px !important;
  overflow-y: scroll !important;
}
.quote-list-container.relative-on-mobile .quote-list {
  position: absolute;
  top: calc(100% + 1px);
  height: inherit;
  z-index: 10;
}
.quote-list-container.relative-on-mobile .quote-list > div:not(.inspiration) {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.quote-list-container.open .quote-list {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
}
.quote-list-container .number-buttons span {
  background: #E7494A;
  border: 1px solid #E7494A;
  height: 34px;
  width: 30%;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  font-size: 23px;
  line-height: 28px;
  box-sizing: border-box;
}
.quote-list-container .number-buttons span:first-child {
  border-radius: 5px 0 0 5px;
}
.quote-list-container .number-buttons span:last-child {
  border-radius: 0 5px 5px 0;
}
.quote-list-container .number-buttons span:hover {
  background: #e4696c;
  color: white;
  border: 1px solid #e4696c;
}
.quote-list-container .number-buttons span.disabled {
  background: #e1e0e0 !important;
  border: 1px solid #c8c8c8 !important;
}
.quote-list-container .number-buttons input {
  border: 1px solid #fff;
  height: 34px;
  width: 40%;
  padding: 0px 12px;
  float: left;
  color: #d1e659;
  font-weight: bold;
  box-sizing: border-box;
}

.sustainability-drop .quote-list-container .quote-list > div {
  top: 100px;
}

.number-buttons-alt .number-buttons-alt-button {
  background: transparent;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #131e3a;
  display: block;
  font-size: 32px;
  line-height: 22px;
  box-sizing: border-box;
  font-weight: normal;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 100;
  padding-top: 5px;
}
.number-buttons-alt .number-buttons-alt-button:hover {
  color: #2B354A;
}
.number-buttons-alt .number-buttons-alt-button.disabled {
  color: #e0e0e8;
  cursor: not-allowed;
}
.number-buttons-alt .number-buttons-alt-button.positive {
  line-height: 31px;
  padding-top: 1px;
}
.number-buttons-alt input {
  border: none;
  height: 30px;
  padding: 0px 7px;
  display: inline-block;
  color: #131e3a;
  font-size: 25px !important;
  box-sizing: border-box;
  outline: 0;
  background: transparent;
  vertical-align: middle;
  font-weight: 100;
}
.number-buttons-alt input.bg-white {
  background: white;
  border: 1px solid #131e3a;
  color: #131e3a;
}

.passenger-select-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0;
}

.phone-arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #131e3a;
  position: absolute;
  top: 0px;
}

.error {
  border-color: #f32929 !important;
  color: #f32929 !important;
}
.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f32929 !important;
}
.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #f32929 !important;
}
.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #f32929 !important;
}
.error:-moz-placeholder {
  /* Firefox 18- */
  color: #f32929 !important;
}
.error + i, .error + i + i {
  color: #f32929 !important;
}

.airport-drop-list.datepicker-variant {
  right: 0;
  left: inherit;
}

.airport-drop-list.destination-variant {
  left: 0 !important;
}

.sticky-quote {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  background: white;
  border-bottom: 1px solid #e0e0e8;
  box-shadow: 0px 0px 15px #e0e0e8;
}

.fixed-dropdown-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: white;
  box-shadow: 0 0 8px #e3e3e3;
}

@media (min-width: 992px) {
  .quote-list-container .quote-list {
    position: absolute;
    top: calc(100% + 1px);
    height: inherit;
    z-index: 10;
  }
  .quote-list-container .quote-list > div:not(.inspiration) {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0px;
  }

  .passenger-select-button {
    width: 30px;
    height: 30px;
  }
}
.dont-mind-tickbox > span {
  height: 24px;
  width: 24px;
  border-radius: 2px;
}
.dont-mind-tickbox > img {
  height: 20px;
  width: 24px;
}

@media (min-width: 768px) {
  .home-quote form {
    height: 338px;
  }
}
@media (min-width: 992px) {
  .airport-drop-list {
    width: 550px !important;
    border-width: 1px !important;
    border-style: solid;
  }
  .airport-drop-list > div {
    max-height: 550px !important;
  }

  .airport-drop-list.reduced-group-variant {
    width: 450px !important;
  }

  .destination-drop-list {
    width: 520px !important;
    height: 465px !important;
    border-width: 1px !important;
    border-style: solid;
  }

  .search-type-list {
    border-width: 1px !important;
    border-style: solid;
    width: 350px !important;
  }
  .search-type-list > div {
    max-height: 350px !important;
  }

  .rooms-drop-list {
    width: 300px !important;
    border-width: 1px !important;
    border-style: solid;
  }
  .rooms-drop-list > .oya {
    max-height: 400px !important;
  }
  .rooms-drop-list.room-drop-list--large {
    width: 350px !important;
  }

  .dont-mind-tickbox > span {
    height: 18px;
    width: 18px;
    border-radius: 2px;
  }
  .dont-mind-tickbox > img {
    height: 19px;
    width: 19px;
  }
}
@media (min-width: 1200px) {
  .airport-drop-list {
    left: calc((-550px + 100%)/2) !important;
    width: 550px !important;
  }

  .airport-drop-list.datepicker-variant {
    left: 0 !important;
    width: 750px !important;
  }

  .airport-drop-list.datepicker-variant.open-left {
    left: calc((-550px + 100%)/2) !important;
  }

  .airport-drop-list.reduced-group-variant {
    left: calc((-450px + 100%)/2) !important;
    width: 450px !important;
  }
}
/*Safari input fixes*/
input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.trip-type-0 {
  width: 22%;
  box-sizing: border-box;
}

.trip-type-1 {
  width: 25%;
  box-sizing: border-box;
}

.trip-type-2 {
  width: 30%;
  box-sizing: border-box;
}

.trip-type-3 {
  width: 23%;
  box-sizing: border-box;
}

.theme1 {
  color: #E7494A;
}

.hv-theme1:hover {
  color: #E7494A;
}

.bc-theme1 {
  border-color: #E7494A;
}

.theme14 {
  color: #5cc8d4;
}

.hv-theme14:hover {
  color: #5cc8d4;
}

.bc-theme14 {
  border-color: #5cc8d4;
}

.bg-home {
  background: url(https://cdn2.ernalow.co.uk/_bgs/heading-bg-full-5.jpg);
  background-size: 130%;
  background-position: 0 0;
}
.bg-home.alt-1 {
  background: url(https://cdn2.ernalow.co.uk/_bgs/heading-bg-full-1.jpg);
}
.bg-home.alt-2 {
  background: url(https://cdn2.ernalow.co.uk/_bgs/heading-bg-full-2.jpg);
}
.bg-home.alt-3 {
  background: url(https://cdn2.ernalow.co.uk/_bgs/heading-bg-full-3.jpg);
}
.bg-home.alt-4 {
  background: url(https://cdn2.ernalow.co.uk/_bgs/heading-bg-full-4.jpg);
}
.bg-home.alt-5 {
  background: url(https://cdn2.ernalow.co.uk/images/heading-bg-full.jpg);
}

.bg-home-quote {
  background: linear-gradient(to bottom, transparent, transparent 15%, #e0e0e8 15%, #e0e0e8);
}

@media (min-width: 768px) {
  .home-wrapper {
    padding-top: 230px;
  }

  .home-quote {
    margin-top: -180px;
  }

  .bg-home-quote {
    background: #e0e0e8;
  }
}
@media (min-width: 992px) {
  .bg-home {
    background-size: cover;
    background-position: 0 -30px;
  }
}
.image-carousel-new .VueCarousel-dot {
  margin-top: 0px !important;
  padding: 4px !important;
}
.image-carousel-new .VueCarousel-dot .VueCarousel-dot-button {
  border: 1px solid #131e3a;
  width: 15px !important;
  height: 15px !important;
  background: white !important;
}
.image-carousel-new .VueCarousel-dot--active .VueCarousel-dot-button, .image-carousel-new .VueCarousel-dot--active .VueCarousel-dot-button:focus {
  background: #131e3a !important;
  border: 1px solid #131e3a !important;
  outline: none;
}

.image-carousel-new.dots-on-image .VueCarousel-pagination {
  position: absolute;
  bottom: 50px;
}

.expired-page {
  min-height: 20rem;
}

@media (min-width: 992px) {
  .expired-page {
    height: 65rem;
  }
}
.custom-landing-styles p {
  margin-bottom: 1.5rem;
}
.custom-landing-styles h3 > p {
  margin-top: 1.5rem;
}

.snowflake-list ul {
  list-style: none;
}
.snowflake-list ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  background: url("https://cdn2.ernalow.co.uk/images/icons/_Rebrand/red/Icons_Snowflake.svg") no-repeat;
  width: 13px;
  height: 13px;
  margin-top: 6px;
}
.snowflake-list ul li {
  position: relative;
}
.snowflake-list ul li ul {
  list-style: disc;
}
.snowflake-list ul li ul li::before {
  display: none;
}

.list-padding ul li {
  padding-bottom: 1rem;
}
.list-padding ul li ul li {
  padding-bottom: 0.5rem;
}

.landing-nav-item .landing-nav {
  display: none;
  margin-top: -1px;
  text-transform: none;
  font-weight: normal;
  z-index: 2;
  overflow-y: auto;
}

.landing-nav-item .landing-nav.open {
  display: block;
}

@media (min-width: 768px) {
  .landing-nav-item .landing-nav {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .landing-nav-item .landing-nav.open {
    position: absolute;
    background: #efefef;
    max-height: 500px;
  }
  .landing-nav-item .landing-nav.open > div.clearfix {
    padding: 0 120px;
  }
}
@media (min-width: 992px) {
  .video-overlay-shadow {
    background: linear-gradient(0deg, rgba(19, 30, 58, 0.5), rgba(19, 30, 58, 0.5));
    height: 100%;
  }
}
.reviews-column {
  height: 600px;
  min-height: 300px;
}

.reviews-column-mobile {
  height: 300px;
}

@media (min-width: 584px) {
  .reviews-column-mobile {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .reviews-column {
    height: 100%;
  }
}
.ppc-packages-popup {
  width: 200px;
  bottom: 80px;
  left: calc(50% - 100px);
}
.ppc-packages-popup .down-arrow {
  height: 41px;
  width: 41px;
  position: relative;
}
.ppc-packages-popup .down-arrow:before {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background: #5cc8d4;
  position: absolute;
  left: 20px;
}
.ppc-packages-popup .down-arrow:after {
  content: "";
  display: block;
  transform: rotate(135deg) translate(9px, 13px);
  right: -10px;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 10px;
  border-top: 2px solid #5cc8d4;
  border-right: 2px solid #5cc8d4;
}
.ppc-packages-popup:hover .bc-theme14 {
  background: #5cc8d4;
}
.ppc-packages-popup:hover .down-arrow {
  background: #5cc8d4;
}
.ppc-packages-popup:hover .down-arrow:before {
  background: white;
}
.ppc-packages-popup:hover .down-arrow:after {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

@media (min-width: 768px) {
  .ppc-packages-popup {
    bottom: 0px;
  }
}
.view-accommodation {
  font-size: 20px;
}

.customer-quote {
  font-size: 20px;
}

.customer-quote-name {
  font-size: 16px;
}

@media (min-width: 768px) {
  .view-accommodation {
    font-size: 35px;
  }

  .customer-quote {
    font-size: 42px;
  }

  .customer-quote-name {
    font-size: 23px;
  }
}
.ppc-generic-header {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .ppc-generic-header {
    font-size: 70px;
    line-height: 74px;
  }
}
.bg-theme13 {
  background: #ffdf80;
}

.bg-hv-theme13:hover {
  background: #ffdf80;
}

.theme15 {
  color: #aee3e9;
}

.hv-theme15:hover {
  color: #aee3e9;
}

.bc-theme15 {
  border-color: #aee3e9;
}

.bc-theme15 {
  border-color: #aee3e9;
}

.quote-request-btn {
  text-shadow: none;
}

.home-carousel .VueCarousel-navigation {
  margin: 1rem 0;
  position: relative;
}
.home-carousel .VueCarousel-navigation:before {
  height: 1px;
  width: calc(100% - 170px);
  background: #131e3a;
  vertical-align: middle;
  display: block;
  content: "";
  position: absolute;
  left: 85px;
  top: 50%;
}
.home-carousel .VueCarousel-navigation .VueCarousel-navigation-prev {
  position: relative !important;
  transform: none !important;
  padding: 20px !important;
}
.home-carousel .VueCarousel-navigation .VueCarousel-navigation-prev .home-carousel-arrow-prev {
  background-image: url(https://cdn2.ernalow.co.uk/images/icons/icon-el-arrow-midnight-blue.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 90deg;
}
.home-carousel .VueCarousel-navigation .VueCarousel-navigation-prev .home-carousel-arrow-prev:hover {
  opacity: 0.6;
}
.home-carousel .VueCarousel-navigation .VueCarousel-navigation-prev .home-carousel-arrow-prev.white-arrow {
  background-image: url(https://cdn2.ernalow.co.uk/images/icons/icon-el-arrow-white.svg);
}
.home-carousel .VueCarousel-navigation .VueCarousel-navigation-next {
  transform: none !important;
  padding: 20px !important;
  top: 0 !important;
}
.home-carousel .VueCarousel-navigation .VueCarousel-navigation-next .home-carousel-arrow-next {
  background-image: url(https://cdn2.ernalow.co.uk/images/icons/icon-el-arrow-midnight-blue.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 270deg;
}
.home-carousel .VueCarousel-navigation .VueCarousel-navigation-next .home-carousel-arrow-next:hover {
  opacity: 0.6;
}
.home-carousel .VueCarousel-navigation .VueCarousel-navigation-next .home-carousel-arrow-next.white-arrow {
  background-image: url(https://cdn2.ernalow.co.uk/images/icons/icon-el-arrow-white.svg);
}

.accommodation-carousel {
  height: 100%;
}
.accommodation-carousel .VueCarousel-navigation-prev {
  transform: none !important;
  top: calc(50% - 27px) !important;
}
.accommodation-carousel .VueCarousel-navigation-next {
  transform: none !important;
  top: calc(50% - 27px) !important;
}
.accommodation-carousel .VueCarousel-navigation-button:hover > div {
  background: #aee3e9;
}
.accommodation-carousel .VueCarousel-navigation-button:hover .search-carousel-arrow:before {
  background: white;
}

.image-carousel-arrow-prev {
  background: white;
  width: 36px;
  height: 36px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.image-carousel-arrow-prev .narrow-arrow {
  margin-top: 13px;
  margin-left: 3px;
}
.image-carousel-arrow-prev.bg-theme27 {
  background: #e2f5f9 !important;
}
.image-carousel-arrow-prev:hover {
  background: #aee3e9 !important;
}

.image-carousel-arrow-next {
  background: white;
  width: 36px;
  height: 36px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.image-carousel-arrow-next .narrow-arrow {
  margin-top: 13px;
  margin-left: -3px;
}
.image-carousel-arrow-next.bg-theme27 {
  background: #e2f5f9 !important;
}
.image-carousel-arrow-next:hover {
  background: #aee3e9 !important;
}

.image-modal .modal-container {
  left: 5%;
  width: 90%;
  margin-left: 0px;
}

@media (min-width: 992px) {
  .image-modal .modal-container {
    left: 10%;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .image-modal .modal-container {
    left: 20%;
    width: 60%;
  }
}
.apartment-img {
  height: 19rem;
  background-position: center;
  background-size: cover;
}

.package-img {
  height: 19rem;
  background-position: center;
  background-size: cover;
}

@media (min-width: 576px) {
  .apartment-img {
    height: 100%;
  }
}
.VueCarousel-wrapper {
  height: 100%;
}
.VueCarousel-wrapper > div {
  height: 100%;
}

.check-icon {
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px 5px 4px 0;
  border-style: solid;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
  color: #E7494A;
  margin: 0px 0px 4px 0;
}
.check-icon.check-icon-ticker {
  border-width: 0 3px 3px 0;
}
.check-icon.theme14 {
  color: #5cc8d4;
}
.check-icon.white {
  color: white;
}

.uncheck-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.uncheck-icon:before, .uncheck-icon:after {
  position: absolute;
  left: 8px;
  content: " ";
  background-color: #5cc8d4;
  height: 18px;
  width: 1.5px;
}

.uncheck-icon:before {
  transform: rotate(45deg);
}

.uncheck-icon:after {
  transform: rotate(-45deg);
}

.summary-tab-closed {
  display: none;
}

@media (min-width: 1200px) {
  .booking-summary-wrapper {
    display: flex;
  }

  .booking-summary-bg {
    background: #e2f5f9;
    border-right: 1px solid #131e3a;
  }

  .summary-tab-closed {
    display: block !important;
  }
}
.video-text-title {
  color: #131e3a;
  font-size: 30px;
  line-height: 38px;
}

.video-text-content {
  font-size: 1rem;
  line-height: 1.8rem;
}

.lead-gen-slide {
  height: 100%;
  background: #e2f5f9;
}

@media (min-width: 992px) {
  .bw0-large {
    border: none;
  }

  .video-text-title {
    color: white;
    font-size: 40px;
    line-height: initial;
  }

  .video-text-content {
    font-size: 1.327rem;
    line-height: initial;
  }
}
@media (min-width: 1200px) {
  .video-text-title {
    color: white;
    font-size: 48px;
  }
}
.home-carousel .VueCarousel-navigation:before {
  background: white;
}

.video-section video {
  width: 190%;
  margin-left: 0%;
  height: auto;
}

.success-colour {
  color: #131e3a;
}

.new-gen-bg {
  background-size: cover;
  background-color: #E7494A;
}

@media (min-width: 992px) {
  .new-gen-bg {
    background-size: contain;
  }

  .video-section video {
    width: 140%;
    margin-left: -20%;
    height: auto;
  }
  .video-section video.smaller {
    width: 120%;
    margin-left: -10%;
    height: auto;
  }

  .txt-shadow {
    text-shadow: 1px 1px 2px #131e3a;
  }

  .success-colour {
    color: #e8f2aa;
  }
}
.lead-gen-action-section {
  background: #b6e3e9;
  color: #131e3a;
}

.success-colour {
  color: white;
}

.new-lead-gen-carousel .VueCarousel-dot--active .VueCarousel-dot-button, .new-lead-gen-carousel .VueCarousel-dot--active .VueCarousel-dot-button:focus {
  background: #3d3c3c !important;
  border: 1px solid #3d3c3c !important;
  outline: none;
}
.new-lead-gen-carousel .VueCarousel-dot--active + .VueCarousel-dot button,
.new-lead-gen-carousel .VueCarousel-dot:has(+ .VueCarousel-dot--active) button {
  background: #b2b1b1 !important;
}

.slogan-wrapper .slogan-dot {
  background: #131e3a;
}

@media (min-width: 1200px) {
  .slogan-wrapper {
    padding: 2rem 0;
  }
}
.lead-gen-slide-1 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide1.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-1 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-2 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide2.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-2 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-3 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide3.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-3 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-4 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide4.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-4 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-5 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide5.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-5 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-6 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide6.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-6 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-7 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide7.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-7 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-8 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide8.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-8 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-9 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide9.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-9 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-10 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide10.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-10 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-11 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide11.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-11 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-12 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide12.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-12 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-13 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide13.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-13 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-14 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide14.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-14 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-15 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide15.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-15 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-16 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide16.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-16 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-17 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide17.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-17 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-18 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide18.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-18 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-19 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide19.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-19 p {
  margin-top: 0.25rem;
}

.lead-gen-slide-20 {
  background-image: url(https://cdn2.ernalow.co.uk/images/shared/landing-pages/social-new/EL_CarouselSlide20.jpg);
  background-position: top center;
  background-size: cover;
}
.lead-gen-slide-20 p {
  margin-top: 0.25rem;
}

.lead-gen-banner-text > div:first-child {
  line-height: 30px;
}

@media (min-width: 992px) {
  .lead-gen-banner-text > div:first-child {
    font-size: 34px !important;
    line-height: 42px;
  }
}
.lead-gen-action-section {
  line-height: 30px;
}

.lead-gen-book-now-text {
  line-height: 2rem;
}

.slogan {
  background: #E7494A;
}

@media (max-width: 767px) {
  .new-gen-bg {
    background: #E7494A !important;
  }

  .slogan-wrapper {
    background: #e2f5f9;
    color: #131e3a;
  }
}
.new-gen-bg {
  background-size: contain;
}

