@charset "UTF-8";
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Black.eot");
  src: url("../fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Black.woff2") format("woff2"), url("../fonts/Avenir-Black.woff") format("woff"), url("../fonts/Avenir-Black.ttf") format("truetype"), url("../fonts/Avenir-Black.svg#Avenir-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Roman.eot");
  src: url("../fonts/Avenir-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff"), url("../fonts/Avenir-Roman.ttf") format("truetype"), url("../fonts/Avenir-Roman.svg#Avenir-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Heavy.eot");
  src: url("../fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Heavy.woff2") format("woff2"), url("../fonts/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir-Heavy.ttf") format("truetype"), url("../fonts/Avenir-Heavy.svg#Avenir-Heavy") format("svg");
  font-weight: 800;
  font-style: normal;
}

/*
    Colours
*/
/* 
    @media (min-width: $MEDIUM_SCREEN) {

    }
    */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 20, 2018 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

video {
  margin: auto;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.row {
  margin: auto 20px;
  position: relative;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.row.edge-to-edge {
  height: 600px;
  margin: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .row.edge-to-edge {
    height: 650px;
  }
}

@media (min-width: 1290px) {
  .row.nudge-homepage-right {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@media (min-width: 742px) {
  .row {
    margin: auto;
    width: 654px;
  }
}

@media (min-width: 1024px) {
  .row {
    width: 965px;
  }
}

@media (min-width: 1290px) {
  .row {
    width: 1280px;
  }
}

.dev .col {
  background-color: rgba(0, 0, 0, 0.1);
}

.col {
  float: left;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.col::after {
  content: "";
  clear: both;
  display: table;
}

.col.no-horizontal-padding-small-screen {
  padding: 10px 0;
}

@media (min-width: 742px) {
  .full {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .two-thirds {
    width: 66.66%;
  }
  .two-thirds.tablet-full-width {
    width: 100%;
  }
}

@media (min-width: 1290px) {
  .two-thirds.tablet-full-width {
    width: 66.66%;
  }
}

@media (min-width: 1024px) {
  .half {
    width: 50%;
  }
  .half.tablet-full-width {
    width: 100%;
  }
}

@media (min-width: 1290px) {
  .half.tablet-full-width {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .third {
    width: 33.333%;
  }
  .third.tablet-full-width {
    width: 100%;
  }
}

@media (min-width: 1290px) {
  .third.tablet-full-width {
    width: 33.33%;
  }
}

@media (min-width: 1024px) {
  .quarter {
    width: 25%;
  }
  .quarter.tablet-full-width {
    width: 100%;
  }
}

@media (min-width: 1290px) {
  .quarter.tablet-full-width {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .fifth {
    width: 20%;
  }
  .fifth.tablet-full-width {
    width: 100%;
  }
}

@media (min-width: 1290px) {
  .fifth.tablet-full-width {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .sixth {
    width: 16.666%;
  }
  .sixth.tablet-full-width {
    width: 100%;
  }
}

@media (min-width: 1290px) {
  .sixth.tablet-full-width {
    width: 16.666%;
  }
}

.row.balance {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 1024px) {
  .row.balance .half {
    width: calc(50% - 1em);
  }
}

@media (min-width: 1024px) {
  .row.balance .third {
    width: calc(33.333% - 1em);
  }
}

@media (min-width: 1024px) {
  .row.balance .quarter {
    width: calc(25% - 1em);
  }
}

@media (min-width: 1024px) {
  .row.balance .fifth {
    width: calc(20% - 1em);
  }
}

@media (min-width: 1024px) {
  .row.balance .sixth {
    width: calc(16.666% - 1em);
  }
}

.col > .row {
  width: calc(100% + 1.25em);
  margin-left: -.65em;
}

@media (min-width: 400px) {
  .has-hero .first-row {
    margin-top: -50px;
  }
}

@media (min-width: 742px) {
  .has-hero .first-row {
    margin-top: -100px;
  }
}

@media (min-width: 1024px) {
  .has-hero .first-row {
    margin-top: -150px;
  }
}

@media (min-width: 1290px) {
  .has-hero .first-row {
    margin-top: -200px;
  }
}

.hero + .row {
  padding: .5em 1em;
  background: #fff;
  min-height: 17.5em;
}

@media (min-width: 742px) {
  .hero + .row {
    width: calc(654px - 2em);
    min-height: 25em;
  }
}

@media (min-width: 1024px) {
  .hero + .row {
    width: calc(965px - 2em);
  }
}

@media (min-width: 1290px) {
  .hero + .row {
    margin-top: -94px;
    width: calc(1280px - 2em);
  }
}

.hero + .row h1:first-child, .hero + .row h2:first-child, .hero + .row h3:first-child, .hero + .row h4:first-child, .hero + .row h5:first-child, .hero + .row h6:first-child {
  margin-top: 0;
}

.hero + .row--transparent {
  background: transparent;
}

.hero--tall + .row {
  margin-top: calc(-75vw + 8em);
  padding: .5em 1em;
  background: #fff;
}

@media (min-width: 742px) {
  .hero--tall + .row {
    margin-top: calc(-50vw + 8em);
    width: calc(654px - 2em);
  }
}

@media (min-width: 1024px) {
  .hero--tall + .row {
    margin-top: calc(-50vw + 14em);
    width: calc(965px - 2em);
  }
}

@media (min-width: 1290px) {
  .hero--tall + .row {
    margin-top: calc(-40vw + 14em);
    width: calc(1280px - 2em);
  }
}

.row--destinations-masthead {
  display: flex;
  padding: 0 !important;
  background: transparent !important;
  flex-flow: column wrap;
  margin-bottom: 3em;
}

@media (min-width: 742px) {
  .row--destinations-masthead {
    margin-top: -7em !important;
  }
}

@media (min-width: 1024px) {
  .row--destinations-masthead {
    width: calc(66.66% - 1.5em);
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: -10em !important;
  }
}

@media (min-width: 1290px) {
  .row--destinations-masthead {
    margin-top: -12.5em !important;
  }
}

.row--destinations-masthead .col {
  padding: 0;
}

.row--destinations-masthead .col.two-thirds {
  position: relative;
}

@media (min-width: 1024px) {
  .row--destinations-masthead .col.two-thirds {
    width: calc(66.66% - 1em);
    margin-right: 1em;
  }
}

.row--destinations-masthead .col .booking-tabs__slide {
  background: #fff;
}

body {
  font-family: "Avenir", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4em;
  color: #1d325c;
}

body {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  body {
    font-size: calc(14px + 2 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  body {
    font-size: 16px;
  }
}

body > .wrapper {
  background: #fff;
}

body input {
  font-family: "Avenir", sans-serif !important;
  font-size: 16px !important;
}

p {
  line-height: 1.4em;
  margin-bottom: 1em;
  color: #1d325c;
}

p {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  p {
    font-size: calc(14px + 2 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  p {
    font-size: 16px;
  }
}

p:last-child {
  margin-bottom: 0;
}

p a {
  color: #00b0ad !important;
  text-decoration: none;
  border-bottom: solid 1px #00b0ad;
}

p a:hover {
  border: none;
}

mark {
  background-color: #cfafd1;
  padding: 0 .5em;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  color: unset;
}

a:visited, a:hover, a:focus, a:active {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir", sans-serif;
  margin-bottom: .5em;
  margin-top: 1.5em;
  color: #00b0ad;
  font-weight: bold;
  line-height: 1.2em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: .5em;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #1d325c;
  font-weight: bold;
  font-size: .75em;
  display: block;
  line-height: 1.4em;
}

h1 {
  font-size: 28px;
}

@media screen and (min-width: 400px) {
  h1 {
    font-size: calc(28px + 14 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 26px;
}

@media screen and (min-width: 400px) {
  h2 {
    font-size: calc(26px + 11 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  h2 {
    font-size: 37px;
  }
}

h3 {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  h3 {
    font-size: calc(22px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-weight: normal;
}

h4 {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  h4 {
    font-size: calc(22px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-weight: normal;
}

h5 {
  font-size: 17px;
}

@media screen and (min-width: 400px) {
  h5 {
    font-size: calc(17px + 9 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  h5 {
    font-size: 26px;
  }
}

h6 {
  font-weight: normal;
}

h6 {
  font-size: 16px;
}

@media screen and (min-width: 400px) {
  h6 {
    font-size: calc(16px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  h6 {
    font-size: 22px;
  }
}

ul, ol {
  margin-bottom: 1em;
}

ul li, ol li {
  margin-bottom: .75em;
  position: relative;
  padding-left: 1em;
}

ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

ul li:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #00b0ad;
  position: absolute;
  left: 0;
  top: .5em;
  border-radius: 50%;
}

ol {
  counter-reset: li;
}

ol li {
  padding-left: 1.8em;
  margin-bottom: 1em;
  counter-increment: li;
}

ol li:before {
  content: counter(li);
  font-size: .75em;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: .2em;
  color: #fff;
  background-color: #00b0ad;
  width: 18px;
  text-align: center;
  line-height: 18px;
  display: block;
  border-radius: 50%;
}

blockquote {
  padding: 1em 0;
  border-top: solid 4px #00b0ad;
  border-bottom: solid 4px #00b0ad;
  text-align: left;
  max-width: 570px;
  margin: 2em 0;
  font-weight: bold;
  color: #00b0ad;
}

blockquote, blockquote p {
  line-height: 1.4em;
  color: #00b0ad;
}

blockquote, blockquote p {
  font-size: 16px;
}

@media screen and (min-width: 400px) {
  blockquote, blockquote p {
    font-size: calc(16px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  blockquote, blockquote p {
    font-size: 22px;
  }
}

blockquote strong, blockquote p strong {
  font-size: .65em;
  line-height: 1.25em;
  display: block;
  margin-top: 1em;
  color: inherit;
}

blockquote a:hover, blockquote p a:hover {
  color: #1d325c;
}

blockquote p:last-child {
  margin-bottom: 0;
}

header {
  background-image: url("../assets/images/2x/header-bg@2x.png");
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60px;
  margin-bottom: 33px;
  position: relative;
  width: 100%;
  z-index: 200;
}

@media (min-width: 742px) {
  header {
    background-image: url("../assets/images/2x/header-bg-tab1@2x.png");
    height: 90px;
    margin-bottom: 44px;
  }
}

@media (min-width: 1024px) {
  header {
    background-image: url("../assets/images/2x/header-bg-tab2@2x.png");
    height: 115px;
  }
}

@media (min-width: 1290px) {
  header {
    background-image: url("../assets/images/2x/header-bg-desktop@2x.png");
    background-repeat: auto;
  }
}

@media (min-width: 1290px) {
  header .wrapped-inner {
    height: 115px;
    margin: 0 auto;
    position: relative;
    width: calc( 1290px - 10px);
  }
}

header .wrapped-inner .logo {
  background-image: url("../assets/images/3x/flydsa-logo@3x.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 42px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 85px;
}

@media (min-width: 742px) {
  header .wrapped-inner .logo {
    height: 52px;
    left: 18px;
    top: 18px;
    width: 105px;
  }
}

@media (min-width: 1024px) {
  header .wrapped-inner .logo {
    height: 74px;
    left: 18px;
    top: 19px;
    width: 150px;
  }
}

@media (min-width: 1290px) {
  header .wrapped-inner .logo {
    left: 5px;
  }
}

header .wrapped-inner .search-form {
  background-color: #fff;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 11px;
  width: calc( 100vw - 150px);
}

@media (min-width: 742px) {
  header .wrapped-inner .search-form {
    max-width: 270px;
    right: 18px;
    top: 36px;
  }
}

@media (min-width: 1024px) {
  header .wrapped-inner .search-form {
    right: 120px;
  }
}

@media (min-width: 1290px) {
  header .wrapped-inner .search-form {
    right: 65px;
  }
}

@media (min-width: 1430px) {
  header .wrapped-inner .search-form {
    right: 5px;
  }
}

header .wrapped-inner .search-form label {
  display: none;
}

header .wrapped-inner .search-form input[type="text"] {
  border: none;
  font-size: 14px;
  height: 35px;
  margin: 0;
  position: absolute;
  padding: 0;
  padding-left: 10px;
  width: calc(100vw - 195px);
}

@media (min-width: 742px) {
  header .wrapped-inner .search-form input[type="text"] {
    font-size: 15px;
    max-width: 232px;
  }
}

header .wrapped-inner .search-form input[type="submit"] {
  background-image: url("../assets/images/1x/search.png");
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height: 100%;
  position: absolute;
  margin-right: 5px;
  text-indent: -9999em;
  right: 0;
  width: 22px;
}

header .peel-seal {
  display: none;
}

@media (min-width: 1024px) {
  header .peel-seal {
    background-image: url("../assets/images/3x/peel-logo@3x.png");
    background-position: 50% 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 19px;
    top: 0;
    height: 68px;
    width: 37px;
  }
}

.footer-quick-links {
  background: #00b0ad;
  margin-top: 80px;
}

@media (min-width: 742px) {
  .footer-quick-links {
    height: 125px;
    margin-top: 60px;
  }
  .footer-quick-links .col {
    float: left;
    width: 20%;
  }
  .footer-quick-links .col.car-hire {
    width: 21%;
  }
  .footer-quick-links .col.travel-money {
    width: 26%;
  }
  .footer-quick-links .col.duty-free {
    width: 33%;
  }
  .footer-quick-links .col a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer-quick-links .col img {
    max-width: 36px;
  }
}

@media (min-width: 1024px) {
  .footer-quick-links .col {
    width: 17%;
    margin-top: 29px;
    text-align: left !important;
  }
  .footer-quick-links .col img {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
  }
  .footer-quick-links .col a {
    display: inline-block;
    margin-left: 15px;
    margin-top: 0;
    vertical-align: middle;
  }
}

@media (min-width: 1290px) {
  .footer-quick-links .col {
    width: 29%;
  }
  .footer-quick-links .col.car-hire {
    width: 23%;
  }
  .footer-quick-links .col.travel-money {
    width: 26%;
  }
  .footer-quick-links .col.duty-free {
    width: 22%;
  }
}

.footer-quick-links .shop-header {
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (min-width: 742px) {
  .footer-quick-links .shop-header {
    display: none;
  }
}

@media (min-width: 1024px) {
  .footer-quick-links .shop-header {
    display: none !important;
  }
}

@media (min-width: 1290px) {
  .footer-quick-links .shop-header {
    display: block !important;
    max-width: 270px !important;
  }
}

.footer-quick-links .shop-header-small {
  display: none;
}

@media (min-width: 742px) {
  .footer-quick-links .shop-header-small {
    display: block;
    margin-top: 22px;
    max-width: 93px !important;
  }
}

@media (min-width: 1024px) {
  .footer-quick-links .shop-header-small {
    margin-top: -8px !important;
    max-width: 113px !important;
  }
}

@media (min-width: 1290px) {
  .footer-quick-links .shop-header-small {
    display: none !important;
  }
}

.footer-quick-links .shop-icon {
  display: block;
  margin: auto;
  width: 45px;
}

.footer-quick-links .shop-icon.travel {
  width: 40px;
}

.footer-quick-links .shop-icon.shopping {
  width: 52px;
}

.footer-quick-links .quarter {
  text-align: center;
}

@media (min-width: 1290px) {
  .footer-quick-links .quarter {
    text-align: left;
  }
}

.footer-quick-links .btn {
  display: inline-block;
  margin: 20px auto 0;
  min-width: 40px;
  font-size: 14px;
}

@media (min-width: 742px) {
  .footer-quick-links .btn {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .footer-quick-links .btn {
    font-size: 14px;
  }
}

@media (min-width: 1290px) {
  .footer-quick-links .btn {
    font-size: 14px;
  }
}

@media (min-width: 1290px) {
  .footer-quick-links .btn {
    margin-left: 20px;
    margin-top: 14px;
  }
}

footer {
  background: #0B9D99;
  color: #fff;
  padding: 30px 0 15px;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 742px) {
  footer {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  footer {
    font-size: 14px;
  }
}

@media (min-width: 1290px) {
  footer {
    font-size: 14px;
  }
}

@media (min-width: 742px) {
  footer {
    line-height: 20px;
  }
}

@media (min-width: 1024px) {
  footer {
    line-height: 20px;
  }
}

@media (min-width: 1290px) {
  footer {
    line-height: 20px;
  }
}

@media (min-width: 742px) {
  footer .row:first-child .col {
    display: inline-block;
  }
  footer .row:first-child .col:first-child {
    width: 170px;
    height: 600px;
  }
  footer .row:first-child .col.site-links {
    width: 230px;
    height: 270px;
  }
}

@media (min-width: 1024px) {
  footer .row:first-child .col:first-child {
    height: 270px;
    width: 160px;
  }
  footer .row:first-child .col.site-links {
    width: 199px;
  }
}

@media (min-width: 1290px) {
  footer .row:first-child .col:first-child {
    width: 188px;
  }
  footer .row:first-child .col.site-links {
    width: 270px;
  }
}

footer .site-brand img {
  height: 57px;
  width: auto;
}

footer h5 {
  color: #1d325c;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 742px) {
  footer h5 {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  footer h5 {
    font-size: 16px;
  }
}

footer h5 i {
  float: right;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #1d325c;
  margin-top: 7px;
}

@media (min-width: 742px) {
  footer h5 i {
    display: none;
  }
}

footer h5.open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

footer a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
}

footer a:hover {
  text-decoration: underline;
}

footer .expander {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.7s;
  -ms-transition: max-height 0.7s;
  -moz-transition: max-height 0.7s;
  -o-transition: max-height 0.7s;
  transition: max-height 0.7s;
}

@media (min-width: 742px) {
  footer .expander {
    max-height: 200px;
  }
}

footer .expander.expanded {
  max-height: 200px;
}

footer .site-links a {
  display: block;
}

footer .social-links a {
  margin-right: 5px;
}

footer .social-links a img {
  width: 30px;
}

footer .legal-links {
  margin-top: 50px;
}

footer .legal-links a {
  margin-right: 5px;
}

footer .award {
  display: none;
}

@media (min-width: 742px) {
  footer .award {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
  }
}

footer p {
  color: #2EBEBC;
}

footer p small {
  font-size: 12px;
}

.navigation {
  margin-top: -33px;
  position: absolute;
  width: 100%;
  z-index: 200;
}

@media (min-width: 742px) {
  .navigation {
    margin-top: -44px;
  }
}

.navigation .items {
  background-color: rgba(0, 176, 173, 0.97);
  height: auto;
  max-height: 0;
  overflow: hidden;
  width: auto;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

@media (min-width: 1024px) {
  .navigation .items {
    height: 44px;
    overflow: visible;
    text-align: center;
  }
}

.navigation .items .items-inner {
  padding: 20px;
}

@media (min-width: 1024px) {
  .navigation .items .items-inner {
    background-image: url("../assets/images/1x/header-tab-large.png");
    background-position: 50% 0;
    background-size: auto 44px;
    background-repeat: repeat-x;
    padding: 0;
    text-align: left;
    left: 50%;
    padding-left: 15px;
  }
}

@media (min-width: 1290px) {
  .navigation .items .items-inner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}

.navigation .items .item {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .navigation .items .item {
    display: inline-block;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 13px;
    padding-bottom: 11px;
    width: auto !important;
  }
  .navigation .items .item a {
    color: #fff;
    text-decoration: none;
  }
  .navigation .items .item a .title {
    font-size: 16px;
    font-weight: 800;
  }
  .navigation .items .item a .title--home {
    background-image: url("../assets/images/1x/nav-home-icon.png");
    background-size: 22px auto;
    background-position: 3px 50%;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999em;
  }
  .navigation .items .item--home {
    padding-left: 0;
    padding-top: 5px;
  }
  .navigation .items .item--home:hover {
    background-image: url("../assets/images/1x/header-tab-large.png") !important;
    opacity: 0.5;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .navigation .items .item:hover {
    background-image: url("../assets/images/1x/header-tab-large-active.png");
    background-position: 50% 0;
    background-size: auto 44px;
    background-repeat: repeat-x;
  }
}

@media (min-width: 1290px) {
  .navigation .items .item {
    padding-left: 41px;
    padding-right: 41px;
  }
  .navigation .items .item--home {
    padding-left: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 46px;
  }
}

.navigation .items .item--hide-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .navigation .items .item--hide-mobile {
    display: inline-block;
  }
}

.navigation .items .item--button {
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 742px) {
  .navigation .items .item--button {
    display: inline-block;
    vertical-align: top;
    width: calc( 50% - 10px);
  }
}

@media (min-width: 1024px) {
  .navigation .items .item--button {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 13px;
    text-transform: none;
  }
}

@media (min-width: 1290px) {
  .navigation .items .item--button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.navigation .items .item--button a {
  color: #fff;
  text-decoration: none;
}

.navigation .items .item--button-purple {
  background-color: #b27eb5;
}

@media (min-width: 742px) {
  .navigation .items .item--button-purple {
    margin-right: 15px;
  }
}

@media (min-width: 1024px) {
  .navigation .items .item--button-purple {
    background-color: transparent;
    margin-right: 0;
  }
}

.navigation .items .item--button-blue {
  background-color: #1d325c;
}

@media (min-width: 1024px) {
  .navigation .items .item--button-blue {
    background-color: transparent;
  }
}

.navigation .items .item--has-sub-item {
  margin-top: 30px;
}

@media (min-width: 742px) {
  .navigation .items .item--has-sub-item {
    display: inline-block;
    vertical-align: top;
    width: 24%;
  }
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item {
    margin-top: 0;
  }
}

.navigation .items .item--has-sub-item .desktop-title {
  display: none;
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item .desktop-title {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    padding-right: 20px;
    display: block;
  }
  .navigation .items .item--has-sub-item .desktop-title .arrow {
    background-image: url("../assets/images/1x/parking-arrow-down-white.png");
    background-position: 50% 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 7px;
    margin-left: -6px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 12px;
  }
}

@media (min-width: 1024px) and (min-width: 742px) {
  .navigation .items .item--has-sub-item .desktop-title .arrow {
    display: none;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .navigation .items .item--has-sub-item .desktop-title .arrow {
    background-image: url("../assets/images/1x/menu-down.png");
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
  }
}

.navigation .items .item--has-sub-item .title {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  position: relative;
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item .title {
    top: 66px;
    text-align: left;
    padding-left: calc( 50% - 492px);
    left: 0;
    position: absolute;
    width: auto;
    padding-right: 20px;
    display: none;
  }
  .navigation .items .item--has-sub-item .title .arrow {
    display: none !important;
  }
}

@media (min-width: 1290px) {
  .navigation .items .item--has-sub-item .title {
    padding-left: calc( 50% - 635px);
    top: 83px;
    width: auto;
    font-size: 17px;
  }
}

.navigation .items .item--has-sub-item .title .arrow {
  background-image: url("../assets/images/1x/parking-arrow-down-white.png");
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 7px;
  margin-left: -6px;
  position: absolute;
  right: 0;
  top: 6px;
  width: 12px;
}

@media (min-width: 742px) {
  .navigation .items .item--has-sub-item .title .arrow {
    display: none;
  }
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item .title .arrow {
    background-image: url("../assets/images/1x/menu-down.png");
    display: block;
  }
}

.navigation .items .item--has-sub-item .sub-items {
  height: 0;
  overflow: hidden;
}

@media (min-width: 742px) {
  .navigation .items .item--has-sub-item .sub-items {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item .sub-items {
    background-color: rgba(39, 179, 178, 0.97);
    display: block;
    left: 0;
    min-height: 150px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    right: 0;
    text-align: left;
    top: 43px;
    width: 100%;
    -webkit-transition: opacity 0.7s;
    -ms-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }
}

.navigation .items .item--has-sub-item .sub-items .sub-items-inner {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 520px;
  padding-right: 465px;
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item .sub-items .sub-items-inner {
    padding-top: 71px;
    padding-bottom: 24px;
    width: 590px;
    padding-right: 395px;
  }
}

@media (min-width: 1290px) {
  .navigation .items .item--has-sub-item .sub-items .sub-items-inner {
    padding-top: 81px;
    padding-bottom: 35px;
    padding-right: 548px;
    width: 720px;
  }
}

.navigation .items .item--has-sub-item .sub-items .sub-item {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

@media (min-width: 742px) {
  .navigation .items .item--has-sub-item .sub-items .sub-item {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item .sub-items .sub-item {
    font-size: 16px;
    display: inline-block;
    width: 32.5%;
  }
}

.navigation .items .item--has-sub-item .sub-items .sub-item:first-child {
  margin-top: 10px;
}

.navigation .items .item--has-sub-item .sub-items .sub-item a {
  text-decoration: none;
}

.navigation .items .item--has-sub-item .sub-items .sub-item a:hover {
  text-decoration: underline;
}

.navigation .items .item--has-sub-item .sub-items .newsletter {
  display: none;
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item .sub-items .newsletter {
    left: 50%;
    margin-left: 132px;
    position: absolute;
    top: 0;
    width: 400px;
    display: block;
    padding-top: 15px;
  }
  .navigation .items .item--has-sub-item .sub-items .newsletter h4 {
    margin-bottom: 17px;
  }
}

@media (min-width: 1290px) {
  .navigation .items .item--has-sub-item .sub-items .newsletter {
    margin-left: 276px;
    padding-top: 32px;
  }
  .navigation .items .item--has-sub-item .sub-items .newsletter h4 {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item-expanded {
    background-image: url("../assets/images/1x/header-tab-large-active.png");
    background-position: 50% 0;
    background-size: auto 44px;
    background-repeat: repeat-x;
  }
}

.navigation .items .item--has-sub-item-expanded .title .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item-expanded .title {
    display: block;
    z-index: 100;
  }
}

.navigation .items .item--has-sub-item-expanded .sub-items {
  height: auto;
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item-expanded .sub-items {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item:hover {
    background-image: url("../assets/images/1x/header-tab-large-active.png");
    background-position: 50% 0;
    background-size: auto 44px;
    background-repeat: repeat-x;
  }
  .navigation .items .item--has-sub-item:hover .title .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .navigation .items .item--has-sub-item:hover .title {
    display: block;
    z-index: 100;
  }
}

@media (min-width: 1024px) {
  .navigation .items .item--has-sub-item:hover .sub-items {
    height: auto;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .navigation .items .item--has-sub-item:hover .sub-items {
    opacity: 1;
    pointer-events: auto;
  }
}

.navigation .newsletter {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .navigation .newsletter {
    display: none;
  }
}

.navigation .newsletter h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  position: relative;
}

@media (min-width: 1290px) {
  .navigation .newsletter h4 {
    font-size: 17px;
  }
}

.navigation .newsletter p {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 742px) {
  .navigation .newsletter p {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .navigation .newsletter p {
    margin-bottom: 0px;
  }
}

.navigation .newsletter .input-with-btn {
  width: 100%;
}

@media (min-width: 1024px) {
  .navigation .newsletter .input-with-btn {
    margin-top: 8px;
  }
}

.navigation .newsletter .input-with-btn input {
  font-size: 14px;
  float: left;
  height: 36px;
  margin-right: 5px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100vw - 180px);
}

@media (min-width: 742px) {
  .navigation .newsletter .input-with-btn input {
    max-width: 224px;
  }
}

.navigation .newsletter .input-with-btn button {
  background-color: #1d325c;
  color: #fff;
  margin-top: 0;
  font-family: 'avenir';
  font-weight: 800;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 13px;
  height: 36px;
  width: 110px;
  float: left;
}

.navigation .nav-trigger {
  height: 0px;
  width: 20px;
  background-color: red;
}

.navigation .nav-handle {
  background-color: #00b0ad;
  background-image: url("../assets/images/1x/header-tab.png");
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  width: 100%;
  height: 33px;
}

@media (min-width: 742px) {
  .navigation .nav-handle {
    height: 44px;
  }
}

@media (min-width: 1024px) {
  .navigation .nav-handle {
    display: none;
  }
}

.navigation .nav-handle .inner {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  left: 50%;
  margin-left: -100px;
  margin-top: 2px;
  position: absolute;
  width: 200px;
  text-align: center;
}

@media (min-width: 742px) {
  .navigation .nav-handle .inner {
    font-size: 16px;
    margin-top: 7px;
  }
}

.navigation .nav-handle .inner .arrow {
  background-image: url("../assets/images/1x/menu-down.png");
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 7px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation--open-mobile .items {
  max-height: 1024px;
}

@media (min-width: 1024px) {
  .navigation--open-mobile .items {
    height: 44px;
  }
}

.navigation--open-mobile .nav-handle .inner .arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation--fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
}

.nav-click-blanket {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 190;
  display: none;
  -webkit-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

@media (min-width: 1024px) {
  .nav-click-blanket--active {
    display: block;
  }
  .nav-click-blanket--active-visible {
    opacity: 1;
  }
}

.row.banner-parking {
  height: auto;
  margin-bottom: 35px;
  z-index: 100;
}

@media (min-width: 742px) {
  .row.banner-parking {
    margin-bottom: 18px;
  }
}

@media (min-width: 1024px) {
  .row.banner-parking {
    margin-bottom: 0;
  }
}

.row.banner-parking:not(.row.banner-parking--sidebar) {
  position: relative;
  z-index: 100;
}

@media (min-width: 742px) {
  .row.banner-parking:not(.row.banner-parking--sidebar) {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .row.banner-parking:not(.row.banner-parking--sidebar) {
    height: 650px;
  }
}

.row.banner-parking .col {
  padding: 0;
}

.row.banner-parking .banner {
  background-image: url("../assets/images/1x/banner-bg.png");
  background-size: 100% auto;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  width: 100%;
  height: 322px;
}

@media (min-width: 742px) {
  .row.banner-parking .banner {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .row.banner-parking .banner {
    height: 650px;
  }
}

@media (min-width: 1290px) {
  .row.banner-parking .banner {
    height: 745px;
  }
}

.row.banner-parking .banner .tri {
  -webkit-transform: rotate(45deg) translate(50%, -50%);
  -ms-transform: rotate(45deg) translate(50%, -50%);
  -moz-transform: rotate(45deg) translate(50%, -50%);
  -o-transform: rotate(45deg) translate(50%, -50%);
  transform: rotate(45deg) translate(50%, -50%);
  background: #00b0ad;
  height: 500px;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
}

@media (min-width: 742px) {
  .row.banner-parking .banner .tri {
    height: 700px;
    width: 700px;
  }
}

@media (min-width: 1024px) {
  .row.banner-parking .banner .tri {
    height: 1400px;
    width: 1400px;
  }
}

@media (min-width: 1290px) {
  .row.banner-parking .banner .tri {
    height: 1700px;
    width: 1700px;
  }
}

.row.banner-parking .heading {
  margin: auto 20px;
  position: absolute;
  top: 20px;
}

@media (min-width: 742px) {
  .row.banner-parking .heading {
    left: 50%;
    margin: 20px auto;
    width: 654px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  .row.banner-parking .heading {
    width: 965px;
  }
}

@media (min-width: 1290px) {
  .row.banner-parking .heading {
    width: 1280px;
  }
}

.row.banner-parking h1 {
  font-size: 39px;
  line-height: 34px;
  height: auto;
  margin: 0;
}

@media (min-width: 742px) {
  .row.banner-parking h1 {
    font-size: 69px;
    line-height: 61px;
    top: 15px;
    width: 609px;
  }
}

@media (min-width: 1024px) {
  .row.banner-parking h1 {
    font-size: 86px;
    line-height: 78px;
    top: 45px;
    width: 715px;
  }
}

@media (min-width: 1290px) {
  .row.banner-parking h1 {
    font-size: 93px;
    line-height: 85px;
    top: 45px;
    width: 820px;
  }
}

.parking-container {
  width: 294px;
  margin: 0 auto;
  margin-top: -68px;
  position: relative;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 742px) {
  .parking-container {
    margin-top: -155px;
    width: 609px;
  }
}

@media (min-width: 1024px) {
  .parking-container {
    width: 925px;
  }
}

@media (min-width: 1290px) {
  .parking-container {
    width: 1240px;
  }
}

.parking-container.holidays-flights {
  margin-top: 20px;
}

@media (min-width: 1290px) {
  .parking-container.holidays-flights {
    width: 400px;
    margin-top: 16px;
  }
}

.parking-container.holidays-flights .parking-inner {
  margin-top: 0;
}

.parking-container.holidays-flights .parking-inner .tab-holder {
  height: 53px;
}

@media (min-width: 742px) {
  .parking-container.holidays-flights .parking-inner .tab-holder {
    height: 50px;
  }
}

.parking-container.holidays-flights .parking-inner .tab-holder .tab {
  width: calc( 50% - 1px);
  height: 53px;
}

@media (min-width: 742px) {
  .parking-container.holidays-flights .parking-inner .tab-holder .tab {
    width: calc( 50% - 1.5px);
    height: 50px;
  }
}

@media (min-width: 1024px) {
  .parking-container.holidays-flights .parking-inner .tab-holder .tab {
    width: calc( 50% - 2px);
  }
}

@media (min-width: 1290px) {
  .parking-container.holidays-flights .parking-inner .tab-holder .tab {
    width: calc( 50% - 2.5px);
  }
}

.parking-container.holidays-flights .parking-inner .tab-holder .tab .text {
  margin-left: 42px;
}

@media (min-width: 742px) {
  .parking-container.holidays-flights .parking-inner .tab-holder .tab .text {
    margin-left: 0;
  }
}

.parking-container.holidays-flights .parking-inner .tab-holder .tab .icon {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: block;
  height: 44px;
  width: 44px;
}

.parking-container.holidays-flights .parking-inner .tab-holder .tab--parking {
  display: none;
}

.parking-container.holidays-flights .parking-inner .tab-holder .tab--premium-lounge {
  display: none;
}

.parking-container.holidays-flights .parking-inner .tab-holder .tab--holidays {
  margin-left: 0;
}

@media (min-width: 1290px) {
  .parking-container.holidays-flights .parking-inner .slide-holder form {
    margin-right: 34px;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(1) {
    width: 332px;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(1) .fake-text-input {
    width: 330px;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(2), .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(2) .fake-text-input, .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) .fake-text-input {
    width: 163px;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) {
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(4), .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(5) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(4) .fake-text-input, .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(5) .fake-text-input {
    width: 163px;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(6) {
    width: 100%;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--holidays .form-row:nth-child(6) input {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(1), .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) {
    width: 332px;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(1) .fake-text-input, .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) .fake-text-input {
    width: 330px;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) {
    border-top: none;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(3), .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(4), .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(3) .fake-text-input, .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(4) .fake-text-input, .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) .fake-text-input {
    width: 163px;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(4) {
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) {
    width: calc(50% + 0.5px);
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(6) {
    width: 49%;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding-top: 12px;
    padding-left: 12px;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(7) {
    width: 100%;
    height: 70px;
  }
  .parking-container.holidays-flights .parking-inner .slide-holder .slide--flights .form-row:nth-child(7) input {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
}

.parking-container.holidays-flights-small {
  margin-top: 20px;
  margin-left: calc(50% - 147px);
}

@media (min-width: 742px) {
  .parking-container.holidays-flights-small {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .parking-container.holidays-flights-small {
    width: 100%;
    margin-top: 0;
  }
}

@media (min-width: 1290px) {
  .parking-container.holidays-flights-small {
    width: 400px;
    margin-top: 0px;
  }
}

.parking-container.holidays-flights-small .parking-inner {
  margin-top: 0;
}

.parking-container.holidays-flights-small .parking-inner .tab-holder {
  height: 53px;
}

@media (min-width: 742px) {
  .parking-container.holidays-flights-small .parking-inner .tab-holder {
    height: 50px;
  }
}

.parking-container.holidays-flights-small .parking-inner .tab-holder .tab {
  width: calc( 50% - 1px);
  height: 53px;
}

@media (min-width: 742px) {
  .parking-container.holidays-flights-small .parking-inner .tab-holder .tab {
    width: calc( 50% - 1.5px);
    height: 50px;
  }
}

@media (min-width: 1024px) {
  .parking-container.holidays-flights-small .parking-inner .tab-holder .tab {
    width: calc( 50% - 2px);
  }
}

@media (min-width: 1290px) {
  .parking-container.holidays-flights-small .parking-inner .tab-holder .tab {
    width: calc( 50% - 2.5px);
  }
}

.parking-container.holidays-flights-small .parking-inner .tab-holder .tab .text {
  margin-left: 42px;
}

@media (min-width: 742px) {
  .parking-container.holidays-flights-small .parking-inner .tab-holder .tab .text {
    margin-left: 0;
  }
}

.parking-container.holidays-flights-small .parking-inner .tab-holder .tab .icon {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: block;
  height: 44px;
  width: 44px;
}

.parking-container.holidays-flights-small .parking-inner .tab-holder .tab--parking {
  display: none;
}

.parking-container.holidays-flights-small .parking-inner .tab-holder .tab--premium-lounge {
  display: none;
}

.parking-container.holidays-flights-small .parking-inner .tab-holder .tab--holidays {
  margin-left: 0;
}

@media (min-width: 1024px) {
  .parking-container.holidays-flights-small .parking-inner .slide-holder {
    min-height: 507px;
  }
}

@media (min-width: 1290px) {
  .parking-container.holidays-flights-small .parking-inner .slide-holder {
    min-height: 516px;
  }
}

@media (min-width: 1024px) {
  .parking-container.holidays-flights-small .parking-inner .slide-holder .head {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .parking-container.holidays-flights-small .parking-inner .slide-holder form {
    margin-right: 19px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(1) {
    width: 300px;
    width: 100%;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(1) .fake-text-input {
    width: 271px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(2), .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(2) .fake-text-input, .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) .fake-text-input {
    width: 135px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) {
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(4), .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(5) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(4) .fake-text-input, .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(5) .fake-text-input {
    width: 135px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(6) {
    width: 100%;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(6) input {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(1), .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) {
    width: 100%;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(1) .fake-text-input, .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) .fake-text-input {
    width: 271px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) {
    border-top: none;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(3), .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(4), .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(3) .fake-text-input, .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(4) .fake-text-input, .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) .fake-text-input {
    width: 135px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(4) {
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) {
    width: calc(50% + 0.5px);
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(6) {
    width: 49%;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding-top: 12px;
    padding-left: 12px;
    font-size: 12px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(6) .fake-selector {
    margin-right: 0;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(6) .label {
    font-size: 12px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(7) {
    width: 100%;
    height: 70px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(7) input {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
}

@media (min-width: 1290px) {
  .parking-container.holidays-flights-small .parking-inner .slide-holder form {
    margin-right: 34px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(1) {
    width: 332px;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(1) .fake-text-input {
    width: 330px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(2), .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(2) .fake-text-input, .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) .fake-text-input {
    width: 163px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) {
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(4), .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(5) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(4) .fake-text-input, .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(5) .fake-text-input {
    width: 163px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(6) {
    width: 100%;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--holidays .form-row:nth-child(6) input {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(1), .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) {
    width: 332px;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(1) .fake-text-input, .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) .fake-text-input {
    width: 330px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) {
    border-top: none;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(3), .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(4), .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(3) .fake-text-input, .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(4) .fake-text-input, .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) .fake-text-input {
    width: 163px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(4) {
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) {
    width: calc(50% + 0.5px);
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(6) {
    width: 49%;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding-top: 12px;
    padding-left: 12px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(7) {
    width: 100%;
    height: 70px;
  }
  .parking-container.holidays-flights-small .parking-inner .slide-holder .slide--flights .form-row:nth-child(7) input {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
}

@media (min-width: 1024px) {
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder form {
    margin-right: 19px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row label {
    left: 7px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row .fake-text-input {
    padding-left: 7px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(1) {
    width: 300px;
    width: 100%;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(1) .fake-text-input {
    width: 255px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(2), .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(2) .fake-text-input, .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) .fake-text-input {
    width: 129px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) {
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(4), .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(5) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(4) .fake-text-input, .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(5) .fake-text-input {
    width: 129px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(6) {
    width: 100%;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(6) input {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(1), .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) {
    width: 100%;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(1) .fake-text-input, .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) .fake-text-input {
    width: 255px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) {
    border-top: none;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(3), .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(4), .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(3) .fake-text-input, .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(4) .fake-text-input, .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) .fake-text-input {
    width: 129px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(4) {
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) {
    width: calc(50% + 0.5px);
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(6) {
    width: 49%;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding-top: 12px;
    font-size: 12px;
    padding-left: 4px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(6) .fake-selector {
    margin-right: 0;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(6) .label {
    font-size: 12px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(7) {
    width: 100%;
    height: 70px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(7) input {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
}

@media (min-width: 1290px) {
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder form {
    margin-right: 34px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(1) {
    width: 332px;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(1) .fake-text-input {
    width: 330px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(2), .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(2) .fake-text-input, .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) .fake-text-input {
    width: 163px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(3) {
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(4), .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(5) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(4) .fake-text-input, .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(5) .fake-text-input {
    width: 163px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(6) {
    width: 100%;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--holidays .form-row:nth-child(6) input {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(1), .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) {
    width: 332px;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(1) .fake-text-input, .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) .fake-text-input {
    width: 330px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(2) {
    border-top: none;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(3), .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(4), .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) {
    border-top: none;
    width: 50%;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(3) .fake-text-input, .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(4) .fake-text-input, .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) .fake-text-input {
    width: 163px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(4) {
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(5) {
    width: calc(50% + 0.5px);
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(6) {
    width: 49%;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding-top: 12px;
    padding-left: 12px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(7) {
    width: 100%;
    height: 70px;
  }
  .parking-container.holidays-flights-small--default .parking-inner .slide-holder .slide--flights .form-row:nth-child(7) input {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
}

.parking-container.holidays-flights-parking-only {
  margin-top: 20px;
  margin-left: calc(50% - 147px);
}

@media (min-width: 742px) {
  .parking-container.holidays-flights-parking-only {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .parking-container.holidays-flights-parking-only {
    width: 100%;
    margin-top: 0;
  }
}

@media (min-width: 1290px) {
  .parking-container.holidays-flights-parking-only {
    width: 400px;
    margin-top: 0px;
  }
}

.parking-container.holidays-flights-parking-only .parking-inner {
  margin-top: 0;
}

.parking-container.holidays-flights-parking-only .parking-inner .tab-holder {
  height: 53px;
}

@media (min-width: 742px) {
  .parking-container.holidays-flights-parking-only .parking-inner .tab-holder {
    height: 50px;
  }
}

.parking-container.holidays-flights-parking-only .parking-inner .tab-holder .tab {
  width: calc( 50% - 1px);
  height: 53px;
}

@media (min-width: 742px) {
  .parking-container.holidays-flights-parking-only .parking-inner .tab-holder .tab {
    width: calc( 50% - 1.5px);
    height: 50px;
  }
}

@media (min-width: 1024px) {
  .parking-container.holidays-flights-parking-only .parking-inner .tab-holder .tab {
    width: calc( 50% - 2px);
  }
}

@media (min-width: 1290px) {
  .parking-container.holidays-flights-parking-only .parking-inner .tab-holder .tab {
    width: calc( 50% - 2.5px);
  }
}

.parking-container.holidays-flights-parking-only .parking-inner .tab-holder .tab .text {
  margin-left: 42px;
}

@media (min-width: 742px) {
  .parking-container.holidays-flights-parking-only .parking-inner .tab-holder .tab .text {
    margin-left: 0;
  }
}

.parking-container.holidays-flights-parking-only .parking-inner .tab-holder .tab .icon {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: block;
  height: 44px;
  width: 44px;
}

.parking-container.holidays-flights-parking-only .parking-inner .tab-holder .tab--parking {
  width: 100%;
}

.parking-container.holidays-flights-parking-only .parking-inner .tab-holder .tab--premium-lounge {
  display: none;
}

.parking-container.holidays-flights-parking-only .parking-inner .tab-holder .tab--holidays {
  display: none;
}

.parking-container.holidays-flights-parking-only .parking-inner .tab-holder .tab--flights {
  display: none;
}

@media (min-width: 1024px) {
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .head {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder form {
    margin-right: 19px;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(1) {
    width: 300px;
    width: 100%;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(1) .fake-text-input {
    width: 123px;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(2) {
    width: 300px;
    width: 100%;
    border-right: 1px solid #D5D5D4;
    border-left: 1px solid #D5D5D4;
    border-top: 0;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(2) .fake-text-input {
    width: 123px;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(3) {
    width: 300px;
    width: 100%;
    border-right: 1px solid #D5D5D4;
    border-left: 1px solid #D5D5D4;
    border-top: 0;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(3) input {
    width: 226px;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(4) {
    width: 300px;
    width: 100%;
    border: none;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(4) input {
    margin-left: 55px;
  }
}

@media (min-width: 1290px) {
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder form {
    margin-right: 34px;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(1) {
    width: 300px;
    width: 100%;
    border-right: 1px solid #D5D5D4;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(1) .fake-text-input {
    width: 150px;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(1) .fake-text-input.edge-right {
    width: 164px;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(2) {
    width: 300px;
    width: 100%;
    border-right: 1px solid #D5D5D4;
    border-left: 1px solid #D5D5D4;
    border-top: 0;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(2) .fake-text-input {
    width: 150px;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(2) .fake-text-input.edge-right {
    width: 164px;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(3) {
    width: 300px;
    width: 100%;
    border-right: 1px solid #D5D5D4;
    border-left: 1px solid #D5D5D4;
    border-top: 0;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(3) input {
    width: 305px;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(4) {
    width: 300px;
    width: 100%;
    border: none;
  }
  .parking-container.holidays-flights-parking-only .parking-inner .slide-holder .slide--parking .form-row:nth-child(4) input {
    margin-left: 96px;
  }
}

.parking-container .parking-inner {
  margin-top: -40px;
}

@media (min-width: 742px) {
  .parking-container .parking-inner {
    margin-top: -50px;
  }
}

.parking-container .tab-holder {
  width: 100%;
  font-size: 0;
  height: 40px;
}

@media (min-width: 742px) {
  .parking-container .tab-holder {
    height: 50px;
  }
}

.parking-container .tab-holder .tab {
  background-color: #c1c1c1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  height: 40px;
  line-height: 15px;
  margin-left: 2px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: calc( 25% - 1.5px);
}

@media (min-width: 742px) {
  .parking-container .tab-holder .tab {
    height: 50px;
    font-size: 18px;
    line-height: 16px;
    margin-left: 3px;
    width: calc( 25% - 2.25px);
  }
}

@media (min-width: 1024px) {
  .parking-container .tab-holder .tab {
    font-size: 20px;
    margin-left: 4px;
    width: calc( 25% - 3px);
  }
}

@media (min-width: 1290px) {
  .parking-container .tab-holder .tab {
    margin-left: 5px;
    width: calc( 25% - 3.75px);
  }
}

.parking-container .tab-holder .tab:first-child {
  margin-left: 0;
}

.parking-container .tab-holder .tab .text {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .parking-container .tab-holder .tab .text br {
    display: none;
  }
}

.parking-container .tab-holder .tab .icon {
  display: none;
}

@media (min-width: 742px) {
  .parking-container .tab-holder .tab .icon {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
    display: block;
    height: 44px;
    width: 44px;
  }
}

.parking-container .tab-holder .tab--active.tab--parking, .parking-container .tab-holder .tab:hover.tab--parking {
  background-color: #F1A806;
}

.parking-container .tab-holder .tab--active.tab--holidays, .parking-container .tab-holder .tab:hover.tab--holidays {
  background-color: #E93F76;
}

.parking-container .tab-holder .tab--active.tab--flights, .parking-container .tab-holder .tab:hover.tab--flights {
  background-color: #1FABE3;
}

.parking-container .tab-holder .tab--active.tab--premium-lounge, .parking-container .tab-holder .tab:hover.tab--premium-lounge {
  background-color: #B27EB5;
}

@media (min-width: 742px) {
  .parking-container .tab-holder .tab--parking .text {
    left: 62px;
  }
}

.parking-container .tab-holder .tab--parking .icon {
  background-image: url("../assets/images/1x/booking-widget-car.png");
  margin-top: 5px;
  margin-left: 8px;
}

@media (min-width: 742px) {
  .parking-container .tab-holder .tab--holidays .text {
    left: 47px;
  }
}

.parking-container .tab-holder .tab--holidays .icon {
  background-image: url("../assets/images/1x/booking-widget-parasol.png");
  margin-left: 2px;
  margin-top: 4px;
}

@media (min-width: 742px) {
  .parking-container .tab-holder .tab--flights .text {
    left: 47px;
  }
}

.parking-container .tab-holder .tab--flights .icon {
  background-image: url("../assets/images/1x/booking-widget-plane.png");
  margin-left: 2px;
  margin-top: 5px;
}

@media (min-width: 742px) {
  .parking-container .tab-holder .tab--premium-lounge .text {
    left: 52px;
  }
}

.parking-container .tab-holder .tab--premium-lounge .icon {
  background-image: url("../assets/images/1x/booking-widget-sofa.png");
  margin-left: 3px;
  margin-top: 5px;
}

.parking-container .slide-holder {
  background-color: #fff;
}

.parking-container .slide-holder .slide {
  display: none;
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.parking-container .slide-holder .slide--active {
  display: block;
}

.parking-container .slide-holder .slide .head {
  color: #1d325c;
  font-size: 14px;
  font-weight: 900;
  padding-top: 18px;
  text-align: center;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide .head {
    font-size: 15px;
    padding-top: 24px;
  }
  .parking-container .slide-holder .slide .head br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide .head {
    font-size: 17px;
    padding-top: 29px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--only-parking .head {
    opacity: 0;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
}

@media (min-width: 1290px) {
  .parking-container .slide-holder .slide--only-parking .head {
    opacity: 0;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
  }
}

.parking-container .slide-holder .slide .errors {
  margin: 12px;
}

.parking-container .slide-holder .slide .errors p {
  color: red;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.parking-container .slide-holder .slide .errors.hide {
  display: none;
}

.parking-container .slide-holder .slide form {
  margin: 0 12px;
  margin-top: 18px;
  font-size: 0;
  padding-bottom: 20px;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide form {
    margin: 0 19px;
    margin-top: 22px;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide form {
    margin-top: 30px;
    padding-bottom: 26px;
  }
}

@media (min-width: 1290px) {
  .parking-container .slide-holder .slide form {
    margin: 0 34px;
    margin-top: 28px;
    margin-right: 24px;
    padding-bottom: 37px;
  }
}

.parking-container .slide-holder .slide form #swapLocations {
  background-image: url("../assets/images/1x/parking-swap.png");
  background-size: 17px auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  text-indent: -9999em;
  height: 20px;
  width: 17px;
  position: absolute;
  right: 6px;
  top: 7px;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide form #swapLocations {
    right: 8px;
    top: 11px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide form #swapLocations {
    right: 14px;
    top: 8px;
  }
}

@media (min-width: 1290px) {
  .parking-container .slide-holder .slide form #swapLocations {
    right: 9px;
  }
}

.parking-container .slide-holder .slide form .form-row {
  box-sizing: border-box;
  border-bottom: 1px solid #D5D5D4;
  display: inline-block;
  font-size: 14px;
  height: 64px;
  position: relative;
  vertical-align: top;
  width: 100%;
  border-left: 1px solid #D5D5D4;
  border-right: 1px solid #D5D5D4;
}

.parking-container .slide-holder .slide form .form-row.error {
  border: 2px solid red !important;
}

.parking-container .slide-holder .slide form .form-row.no-border {
  border: none;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide form .form-row {
    height: 77px;
  }
}

.parking-container .slide-holder .slide form .form-row .fake-text-input {
  background-image: url("../assets/images/1x/widget-arrow-down-blue.png");
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: calc( 100% - 11px) 50%;
  color: #5C5C5B;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  padding-top: 5px;
  padding-left: 11px;
  padding-right: 24px;
  height: 28px;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide form .form-row .fake-text-input {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide form .form-row .fake-text-input {
    padding-left: 13px;
    font-size: 16px;
  }
}

.parking-container .slide-holder .slide form .form-row .fake-text-input .inner {
  height: 22px;
  overflow: hidden;
}

.parking-container .slide-holder .slide form .form-row .fake-text-input.is-touched {
  color: #1D325C;
}

.parking-container .slide-holder .slide form .form-row .fake-text-input.edge-right {
  border-right: 1px solid #D5D5D4;
}

.parking-container .slide-holder .slide form .form-row .fake-selector {
  box-sizing: border-box;
  font-size: 0;
  cursor: pointer;
  font-weight: 800;
  margin-bottom: 5px;
  padding-left: 3px;
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide form .form-row .fake-selector {
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
  }
}

.parking-container .slide-holder .slide form .form-row .fake-selector .icon {
  background-image: url("../assets/images/1x/checkbox-unchecked.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 15px;
  height: 15px;
}

.parking-container .slide-holder .slide form .form-row .fake-selector .label {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide form .form-row .fake-selector .label {
    font-size: 14px;
    font-weight: 400;
  }
}

.parking-container .slide-holder .slide form .form-row .fake-selector.selected .icon {
  background-image: url("../assets/images/1x/checkbox-checked.png");
}

.parking-container .slide-holder .slide form .form-row input {
  font-size: 14px;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide form .form-row input {
    font-size: 15px;
  }
}

.parking-container .slide-holder .slide form .form-row input[type="text"] {
  background-color: #F5F5F5;
  border: none;
  color: #5C5C5B;
  box-sizing: border-box;
  padding-right: 5px;
  padding-left: 5px;
}

.parking-container .slide-holder .slide form .form-row input[type="submit"] {
  border-radius: 8px;
  border: none;
  display: block;
  cursor: pointer;
  color: #1D325C;
  height: 35px;
  font-weight: bold;
  font-size: 14px !important;
  margin: 0 auto;
  margin-top: 22px;
  text-transform: uppercase;
  width: 144px;
  -webkit-appearance: none;
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide form .form-row input[type="submit"] {
    height: 37px;
    font-size: 15px !important;
    margin-left: 20px;
    margin-top: 20px;
  }
}

.parking-container .slide-holder .slide form .form-row select {
  display: none;
}

.parking-container .slide-holder .slide form .form-row label {
  font-weight: 900;
  position: absolute;
  font-size: 14px;
  top: 10px;
  left: 11px;
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide form .form-row label {
    font-size: 15px;
    top: 6px;
    left: 13px;
  }
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--parking form .form-row {
    width: 285px;
  }
}

.parking-container .slide-holder .slide--parking form .form-row .fake-text-input {
  position: absolute;
}

.parking-container .slide-holder .slide--parking form .form-row input[type="submit"] {
  background-color: #F1A806;
}

.parking-container .slide-holder .slide--parking form .form-row input[type="submit"]:hover {
  background-color: #d89705;
}

.parking-container .slide-holder .slide--parking form .form-row:nth-child(1) {
  border-bottom: 0;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(1) {
    border-bottom: 1px solid #D5D5D4;
  }
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) {
    border-left: 0;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) {
    border-right: 0;
  }
}

.parking-container .slide-holder .slide--parking form .form-row:nth-child(1), .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) {
  border-top: 1px solid #D5D5D4;
}

.parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input {
  top: 30px;
  width: 134px;
}

.parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input.from-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input.to-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input.from-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input.to-time {
  left: 134px;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input {
    top: 40px;
    width: 144px;
  }
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input.from-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input.to-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input.from-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input.to-time {
    left: 144px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(1), .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) {
    width: 269px;
  }
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input {
    top: 40px;
    width: 130px;
  }
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input.from-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input.to-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input.from-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input.to-time {
    left: 130px;
  }
}

@media (min-width: 1290px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(1), .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) {
    width: 365px;
  }
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input {
    top: 40px;
    width: 180px;
  }
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input.from-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(1) .fake-text-input.to-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input.from-time, .parking-container .slide-holder .slide--parking form .form-row:nth-child(2) .fake-text-input.to-time {
    left: 180px;
  }
}

.parking-container .slide-holder .slide--parking form .form-row:nth-child(3) {
  height: 41px;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(3) {
    height: 44px;
    width: 570px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(3) {
    width: 185px;
    border-right: 1px solid #D5D5D4;
    border-top: 1px solid #D5D5D4;
    height: 77px;
  }
}

@media (min-width: 1290px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(3) {
    width: 286px;
  }
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(3) label {
    top: 13px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(3) label {
    top: 6px;
    left: 13px;
  }
}

.parking-container .slide-holder .slide--parking form .form-row:nth-child(3) input[type="text"] {
  position: absolute;
  right: 8px;
  top: 6px;
  height: 28px;
  width: 146px;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(3) input[type="text"] {
    width: 450px;
    height: 32px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(3) input[type="text"] {
    right: 12px;
    top: 34px;
    width: 155px;
  }
}

@media (min-width: 1290px) {
  .parking-container .slide-holder .slide--parking form .form-row:nth-child(3) input[type="text"] {
    width: 256px;
  }
}

.parking-container .slide-holder .slide--parking form .form-row:last-child {
  border-bottom: none;
  border-left: none;
  border-right: none;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--parking form .form-row:last-child {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--parking form .form-row:last-child {
    width: 164px;
    height: 77px;
  }
}

@media (min-width: 1290px) {
  .parking-container .slide-holder .slide--parking form .form-row:last-child {
    width: 165px;
  }
}

.parking-container .slide-holder .slide--holidays form .form-row .fake-text-input {
  position: absolute;
  top: 30px;
}

.parking-container .slide-holder .slide--holidays form .form-row input[type="submit"] {
  color: #fff;
  background-color: #E93F76;
}

.parking-container .slide-holder .slide--holidays form .form-row input[type="submit"]:hover {
  background-color: #dc1958;
}

.parking-container .slide-holder .slide--holidays form .form-row:nth-child(1) {
  border-top: 1px solid #D5D5D4;
}

.parking-container .slide-holder .slide--holidays form .form-row:nth-child(1) .fake-text-input {
  width: 268px;
}

.parking-container .slide-holder .slide--holidays form .form-row:nth-child(2), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(3), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(5) {
  display: inline-block;
  vertical-align: top;
  width: 135px;
}

.parking-container .slide-holder .slide--holidays form .form-row:nth-child(2) .fake-text-input, .parking-container .slide-holder .slide--holidays form .form-row:nth-child(3) .fake-text-input, .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4) .fake-text-input, .parking-container .slide-holder .slide--holidays form .form-row:nth-child(5) .fake-text-input {
  width: 132px;
}

.parking-container .slide-holder .slide--holidays form .form-row:nth-child(2), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4) {
  border-right: 0;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--holidays form .form-row .fake-text-input {
    top: 40px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(1) {
    width: 203px;
    border-right: 0;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(1) .fake-text-input {
    width: 200px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(2), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(3), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(5) {
    border-top: 1px solid #D5D5D4;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(2) {
    width: 128px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(2) .fake-text-input {
    width: 127px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(3) {
    border-right: 0;
    width: 67px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(3) .fake-text-input {
    width: 66px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4) {
    width: 106px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4) .fake-text-input {
    width: 107px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(5) {
    width: 67px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(5) .fake-text-input {
    width: 64px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(1) {
    width: 319px;
    border-right: 0;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(1) .fake-text-input {
    width: 315px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(2), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(3), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(5) {
    border-top: 1px solid #D5D5D4;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(2) {
    width: 141px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(2) .fake-text-input {
    width: 139px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(3) {
    border-right: 0;
    width: 72px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(3) .fake-text-input {
    width: 68px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4) {
    width: 120px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4) .fake-text-input {
    width: 119px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(5) {
    width: 71px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(5) .fake-text-input {
    width: 70px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(6) {
    width: 160px;
  }
}

@media (min-width: 1290px) {
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(1) {
    width: 444px;
    border-right: 0;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(1) .fake-text-input {
    width: 438px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(2), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(3), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4), .parking-container .slide-holder .slide--holidays form .form-row:nth-child(5) {
    border-top: 1px solid #D5D5D4;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(2) {
    width: 185px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(2) .fake-text-input {
    width: 180px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(3) {
    border-right: 0;
    width: 119px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(3) .fake-text-input {
    width: 111px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4) {
    width: 164px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(4) .fake-text-input {
    width: 159px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(5) {
    width: 104px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(5) .fake-text-input {
    width: 99px;
  }
  .parking-container .slide-holder .slide--holidays form .form-row:nth-child(6) {
    width: 165px;
  }
}

.parking-container .slide-holder .slide--flights form .form-row .fake-text-input {
  position: absolute;
  top: 30px;
}

.parking-container .slide-holder .slide--flights form .form-row input[type="submit"] {
  color: #fff;
  background-color: #1FABE3;
}

.parking-container .slide-holder .slide--flights form .form-row input[type="submit"]:hover {
  background-color: #1a9bcf;
}

.parking-container .slide-holder .slide--flights form .form-row:nth-child(1) {
  border-top: 1px solid #D5D5D4;
}

.parking-container .slide-holder .slide--flights form .form-row:nth-child(1) .fake-text-input {
  width: 268px;
}

.parking-container .slide-holder .slide--flights form .form-row:nth-child(2) .fake-text-input {
  width: 268px;
}

.parking-container .slide-holder .slide--flights form .form-row:nth-child(3), .parking-container .slide-holder .slide--flights form .form-row:nth-child(4), .parking-container .slide-holder .slide--flights form .form-row:nth-child(5), .parking-container .slide-holder .slide--flights form .form-row:nth-child(6) {
  display: inline-block;
  vertical-align: top;
  width: 135px;
}

.parking-container .slide-holder .slide--flights form .form-row:nth-child(3) .fake-text-input, .parking-container .slide-holder .slide--flights form .form-row:nth-child(4) .fake-text-input, .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) .fake-text-input {
  width: 133px;
}

.parking-container .slide-holder .slide--flights form .form-row:nth-child(3), .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) {
  border-right: 0;
}

.parking-container .slide-holder .slide--flights form .form-row:nth-child(6) {
  padding-top: 11px;
  border-bottom: none;
  border-right: none;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(1) {
    width: 285px;
    border-right: 0;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(1) .fake-text-input {
    top: 40px;
    width: 285px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(2) {
    border-top: 1px solid #D5D5D4;
    width: 286px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(2) .fake-text-input {
    top: 40px;
    width: 285px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3), .parking-container .slide-holder .slide--flights form .form-row:nth-child(4), .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) {
    height: 48px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3) label, .parking-container .slide-holder .slide--flights form .form-row:nth-child(4) label, .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) label {
    top: 15px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3) .fake-text-input, .parking-container .slide-holder .slide--flights form .form-row:nth-child(4) .fake-text-input, .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) .fake-text-input {
    top: 10px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3) {
    border-right: 0;
    width: 234px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3) .fake-text-input {
    left: 113px;
    width: 121px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(4) {
    border-right: 0;
    width: 220px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(4) .fake-text-input {
    left: 88px;
    width: 121px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) {
    border-right: 1px solid #D5D5D4;
    width: 117px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) .fake-text-input {
    left: 61px;
    width: 54px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(6) {
    border: none;
    width: 160px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(7) {
    width: 252px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(1) {
    width: 272px;
    border-right: 0;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(1) .fake-text-input {
    width: 266px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(2) {
    border-top: 1px solid #D5D5D4;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(2) {
    width: 272px;
    border-right: 0;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(2) .fake-text-input {
    width: 266px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3), .parking-container .slide-holder .slide--flights form .form-row:nth-child(4), .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) {
    border-top: 1px solid #D5D5D4;
    height: 77px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3) label, .parking-container .slide-holder .slide--flights form .form-row:nth-child(4) label, .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) label {
    top: 6px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3) .fake-text-input, .parking-container .slide-holder .slide--flights form .form-row:nth-child(4) .fake-text-input, .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) .fake-text-input {
    top: 40px;
    left: 0;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3) {
    width: 133px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3) .fake-text-input {
    width: 130px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(4) {
    width: 133px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(4) .fake-text-input {
    width: 130px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) {
    border-right: 1px solid #D5D5D4;
    width: 77px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) .fake-text-input {
    width: 71px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(6) {
    border: none;
    width: 347px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(7) {
    width: 252px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(7) input[type="submit"] {
    margin-top: 28px;
  }
}

@media (min-width: 1290px) {
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(1) {
    width: 318px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(1) .fake-text-input {
    width: 317px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(2) {
    border-top: 1px solid #D5D5D4;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(2) {
    width: 318px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(2) .fake-text-input {
    width: 317px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3) {
    width: 150px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(3) .fake-text-input {
    width: 145px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(4) {
    width: 150px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(4) .fake-text-input {
    width: 147px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) {
    border-right: 1px solid #D5D5D4;
    width: 80px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(5) .fake-text-input {
    width: 75px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(6) {
    border: none;
    position: absolute;
    padding-top: 5px;
    top: 211px;
    left: 34px;
    width: 347px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(7) {
    width: 100px;
    height: 130px;
  }
  .parking-container .slide-holder .slide--flights form .form-row:nth-child(7) input[type="submit"] {
    margin-top: 20px;
  }
}

.parking-container .slide-holder .slide--premium-lounge form .form-row .fake-text-input {
  position: absolute;
  top: 30px;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--premium-lounge form .form-row .fake-text-input {
    top: 40px;
  }
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--premium-lounge form .form-row label {
    top: 13px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--premium-lounge form .form-row label {
    top: 6px;
    left: 13px;
  }
}

.parking-container .slide-holder .slide--premium-lounge form .form-row input[type="submit"] {
  color: #fff;
  background-color: #B27EB5;
}

.parking-container .slide-holder .slide--premium-lounge form .form-row input[type="submit"]:hover {
  background-color: #a86eac;
}

.parking-container .slide-holder .slide--premium-lounge form .form-row input[type="text"] {
  position: absolute;
  right: 8px;
  top: 6px;
  height: 28px;
  width: 146px;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--premium-lounge form .form-row input[type="text"] {
    height: 32px;
    width: 143px;
    top: 37px;
    right: 14px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--premium-lounge form .form-row input[type="text"] {
    right: 12px;
    top: 35px;
    width: 155px;
  }
}

.parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) {
  border-top: 1px solid #D5D5D4;
}

.parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) .fake-text-input {
  width: 134px;
}

.parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) .fake-text-input.from-time {
  left: 134px;
}

.parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(2) {
  height: 44px;
}

@media (min-width: 742px) {
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) {
    width: 402px;
    border-right: 0;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) .fake-text-input {
    width: 202px;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) .fake-text-input.from-time {
    left: 200px;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(2) {
    border-top: 1px solid #D5D5D4;
    width: 169px;
    height: 77px;
  }
}

@media (min-width: 1024px) {
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) {
    width: 541px;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) .fake-text-input {
    width: 268px;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) .fake-text-input.from-time {
    left: 268px;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(2) {
    width: 182px;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(3) {
    width: 160px;
  }
}

@media (min-width: 1290px) {
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) {
    width: 724px;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) .fake-text-input {
    width: 360px;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(1) .fake-text-input.from-time {
    left: 360px;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(2) {
    width: 292px;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(2) input[type="text"] {
    width: 265px;
  }
  .parking-container .slide-holder .slide--premium-lounge form .form-row:nth-child(3) {
    width: 163px;
  }
}

.row.parking-only {
  padding: 0;
}

@media (min-width: 1290px) {
  .row.parking-only {
    width: calc(1350px - 2em);
  }
}

.row.parking-only .col {
  padding: 0;
}

.row.parking-only .col .pre-text {
  width: 295px;
  margin: 0 auto;
}

@media (min-width: 742px) {
  .row.parking-only .col .pre-text {
    width: 609px;
  }
}

@media (min-width: 1024px) {
  .row.parking-only .col .pre-text {
    width: 925px;
  }
}

@media (min-width: 1290px) {
  .row.parking-only .col .pre-text {
    width: 1239px;
  }
}

.row.parking-only .col .pre-text p {
  color: #00b0ad;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 50px;
  margin-top: 15px;
}

@media (min-width: 742px) {
  .row.parking-only .col .pre-text p {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .row.parking-only .col .pre-text p {
    font-size: 24px;
  }
}

@media (min-width: 1290px) {
  .row.parking-only .col .pre-text p {
    font-size: 26px;
    margin-top: 53px;
  }
}

.row.parking-only .parking-container {
  margin-top: 73px;
  margin-left: -6.5px;
}

@media (min-width: 340px) {
  .row.parking-only .parking-container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .row.parking-only .parking-container {
    margin-top: 90px;
  }
}

@media (min-width: 1290px) {
  .row.parking-only .parking-container {
    margin-top: 105px;
  }
}

.row.parking-only .parking-container .tab-holder .tab--flights, .row.parking-only .parking-container .tab-holder .tab--premium-lounge, .row.parking-only .parking-container .tab-holder .tab--holidays {
  display: none;
}

.row.parking-only .parking-container .tab-holder .tab--parking {
  width: 100%;
  cursor: auto;
}

.row.parking-only .parking-container .tab-holder .tab--parking .text {
  margin-left: 58px;
}

@media (min-width: 742px) {
  .row.parking-only .parking-container .tab-holder .tab--parking .text {
    margin-left: 0;
  }
}

.row.parking-only .parking-container .tab-holder .tab--parking .text .right {
  display: none;
}

@media (min-width: 1024px) {
  .row.parking-only .parking-container .tab-holder .tab--parking .text .right {
    display: inline;
    float: right;
    font-size: 17px;
    padding-right: 10px;
  }
}

.row.parking-only .parking-container .tab-holder .tab--parking .icon {
  background-image: url("../assets/images/1x/booking-widget-car.png");
  margin-top: 5px;
  margin-left: 8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: block;
  height: 44px;
  width: 44px;
}

.banner-parking--sidebar .parking-container {
  margin: auto;
  position: static !important;
  -webkit-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  -moz-transform: translateX(0%) !important;
  -o-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}

@media (min-width: 400px) {
  .banner-parking--sidebar .parking-container {
    border: solid 1px palegreen;
  }
}

@media (min-width: 742px) {
  .banner-parking--sidebar .parking-container {
    border: solid 1px rebeccapurple;
  }
}

@media (min-width: 1024px) {
  .banner-parking--sidebar .parking-container {
    border: solid 1px tomato;
  }
}

@media (min-width: 1290px) {
  .banner-parking--sidebar .parking-container {
    border: solid 1px mediumturquoise;
  }
}

.tabs--flex {
  display: flex;
  justify-content: space-between;
}

.tabs--flex .tab {
  flex-basis: calc(50% - 3px);
  display: flex !important;
  align-items: center;
  padding: 0 38px !important;
}

@media (min-width: 742px) {
  .tabs--flex .tab {
    padding: 0 1em !important;
  }
}

.tabs--flex .tab .icon {
  position: static !important;
  margin-right: 1em;
  margin-left: 0 !important;
}

.tabs--flex .tab .text {
  margin: 0 !important;
  position: static !important;
  height: auto !important;
}

@media (min-width: 742px) {
  form.holidays-widget {
    width: 390px;
  }
}

@media (min-width: 1024px) {
  form.holidays-widget {
    width: 670px;
  }
}

@media (min-width: 1290px) {
  form.holidays-widget {
    width: 724px;
  }
}

@media (min-width: 742px) {
  form.holidays-widget .form-row:nth-child(2) {
    float: left;
    margin-right: 15px;
    width: 48%;
  }
  form.holidays-widget .form-row:nth-child(3) {
    float: left;
    width: 48%;
  }
}

@media (min-width: 1024px) {
  form.holidays-widget .form-row:nth-child(1) {
    float: left;
    margin-right: 29px;
    width: 271px;
  }
  form.holidays-widget .form-row:nth-child(2) {
    width: 170px;
  }
  form.holidays-widget .form-row:nth-child(3) {
    width: 182px;
  }
}

@media (min-width: 1290px) {
  form.holidays-widget .form-row:nth-child(1) {
    margin-right: 43px;
    width: 291px;
  }
  form.holidays-widget .form-row:nth-child(2) {
    margin-right: 18px;
    width: 188px;
  }
  form.holidays-widget .form-row:nth-child(3) {
    width: 184px;
  }
}

@media (min-width: 742px) {
  form.holidays-widget .form-row select[name="flyFromTo"] {
    margin-bottom: 20px;
    margin-top: 4px;
  }
}

form.holidays-widget .form-row label[for="departureDateTo"], form.holidays-widget .form-row input[name="departureDateTo"] {
  float: left;
  margin-right: 18px;
  width: 119px;
}

@media (min-width: 742px) {
  form.holidays-widget .form-row label[for="departureDateTo"], form.holidays-widget .form-row input[name="departureDateTo"] {
    width: 111px;
  }
}

@media (min-width: 1024px) {
  form.holidays-widget .form-row label[for="departureDateTo"], form.holidays-widget .form-row input[name="departureDateTo"] {
    margin-right: 12px;
    width: 112px;
  }
}

@media (min-width: 1290px) {
  form.holidays-widget .form-row label[for="departureDateTo"], form.holidays-widget .form-row input[name="departureDateTo"] {
    margin-right: 17px;
    width: 115px;
  }
}

form.holidays-widget .form-row label[for="departureDateTo"] {
  margin-bottom: 10px;
}

@media (min-width: 742px) {
  form.holidays-widget .form-row label[for="departureDateTo"] {
    margin-bottom: 0;
  }
}

form.holidays-widget .form-row input[name="departureDateTo"] {
  margin-bottom: 6px;
}

form.holidays-widget .form-row label[for="nNights"], form.holidays-widget .form-row input[name="nNights"] {
  width: 118px;
  float: left;
  padding-left: 0;
}

@media (min-width: 742px) {
  form.holidays-widget .form-row label[for="nNights"], form.holidays-widget .form-row input[name="nNights"] {
    width: 57px;
  }
}

@media (min-width: 1024px) {
  form.holidays-widget .form-row label[for="nNights"], form.holidays-widget .form-row input[name="nNights"] {
    width: 46px;
  }
}

@media (min-width: 1290px) {
  form.holidays-widget .form-row label[for="nNights"], form.holidays-widget .form-row input[name="nNights"] {
    width: 54px;
  }
}

form.holidays-widget .form-row label[for="flexibility"], form.holidays-widget .form-row select[name="flexibility"] {
  float: left;
  margin-right: 18px;
  width: 119px;
}

@media (min-width: 742px) {
  form.holidays-widget .form-row label[for="flexibility"], form.holidays-widget .form-row select[name="flexibility"] {
    width: 103px;
  }
}

@media (min-width: 1024px) {
  form.holidays-widget .form-row label[for="flexibility"], form.holidays-widget .form-row select[name="flexibility"] {
    margin-right: 12px;
    width: 104px;
  }
}

@media (min-width: 1290px) {
  form.holidays-widget .form-row label[for="flexibility"], form.holidays-widget .form-row select[name="flexibility"] {
    margin-right: 17px;
    width: 105px;
  }
}

form.holidays-widget .form-row label[for="flexibility"] {
  margin-bottom: 4px;
}

form.holidays-widget .form-row select[name="flexibility"] {
  margin-bottom: 6px;
  margin-top: 0;
}

form.holidays-widget .form-row label[for="nAdults"], form.holidays-widget .form-row input[name="nAdults"] {
  width: 118px;
  float: left;
  padding-left: 0;
}

@media (min-width: 742px) {
  form.holidays-widget .form-row label[for="nAdults"], form.holidays-widget .form-row input[name="nAdults"] {
    width: 66px;
  }
}

@media (min-width: 1024px) {
  form.holidays-widget .form-row label[for="nAdults"], form.holidays-widget .form-row input[name="nAdults"] {
    width: 46px;
  }
}

@media (min-width: 1290px) {
  form.holidays-widget .form-row label[for="nAdults"], form.holidays-widget .form-row input[name="nAdults"] {
    width: 60px;
  }
}

form.holidays-widget .form-row input[name="nAdults"] {
  margin-bottom: 24px;
  width: 61px;
}

@media (min-width: 742px) {
  form.holidays-widget .form-row input[name="nAdults"] {
    width: 65px;
  }
}

@media (min-width: 1290px) {
  form.holidays-widget .form-row input[name="nAdults"] {
    width: 61px;
  }
}

form.holidays-widget .form-row input[type="submit"] {
  background-color: #e93f76;
  color: #fff;
  display: block;
  font-family: "Avenir", sans-serif;
  font-weight: bold;
  font-size: 13px;
  height: 37px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}

form.holidays-widget .form-row input[type="submit"].only-mobile {
  display: block;
}

@media (min-width: 742px) {
  form.holidays-widget .form-row input[type="submit"].only-mobile {
    display: none;
  }
}

form.holidays-widget .form-row input[type="submit"].not-mobile {
  display: none;
}

@media (min-width: 742px) {
  form.holidays-widget .form-row input[type="submit"].not-mobile {
    display: block;
  }
}

@media (min-width: 742px) {
  form.holidays-widget .form-row input[type="submit"] {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  form.holidays-widget .form-row input[type="submit"] {
    width: 255px;
    height: 42px;
    font-size: 17px;
    bottom: 43px;
  }
}

form.flights-widget {
  display: block;
}

form.flights-widget .form-row > * {
  display: none;
}

form.flights-widget .form-row label[for="flightTo"] {
  display: block;
  position: absolute;
  left: 70px;
  top: 65px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row label[for="flightTo"] {
    left: 262px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row label[for="flightTo"] {
    left: 91px;
    top: 73px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row label[for="flightTo"] {
    left: 264px;
  }
}

form.flights-widget .form-row label[for="flightFrom"] {
  display: block;
  position: absolute;
  left: 15px;
  top: 65px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row label[for="flightFrom"] {
    left: 22px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row label[for="flightFrom"] {
    left: 37px;
    top: 73px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row label[for="flightFrom"] {
    left: 23px;
  }
}

form.flights-widget .form-row .swap {
  background-image: url("../assets/images/1x/parking-swap.png");
  background-size: 17px auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 17px;
  left: 105px;
  position: absolute;
  text-indent: -9999em;
  top: 67px;
  width: 17px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row .swap {
    left: 240px;
    top: 103px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row .swap {
    left: 129px;
    top: 75px;
  }
}

form.flights-widget .form-row select[name="flightTo"], form.flights-widget .form-row select[name="flightFrom"] {
  display: none;
  left: 15px;
  position: absolute;
  top: 85px;
  width: 263px;
}

form.flights-widget .form-row select[name="flightTo"].show, form.flights-widget .form-row select[name="flightFrom"].show {
  display: block;
}

@media (min-width: 742px) {
  form.flights-widget .form-row select[name="flightTo"], form.flights-widget .form-row select[name="flightFrom"] {
    left: 22px;
    display: block;
    width: 215px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row select[name="flightTo"], form.flights-widget .form-row select[name="flightFrom"] {
    left: 37px;
    top: 93px;
    width: 294px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row select[name="flightTo"], form.flights-widget .form-row select[name="flightFrom"] {
    left: 23px;
    width: 215px;
  }
}

@media (min-width: 742px) {
  form.flights-widget .form-row select[name="flightTo"] {
    display: block;
    left: 262px;
    width: 215px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row select[name="flightTo"] {
    display: none;
    left: 37px;
    top: 93px;
    width: 294px;
  }
  form.flights-widget .form-row select[name="flightTo"].show {
    display: block;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row select[name="flightTo"] {
    left: 263px;
    display: block;
    width: 215px;
  }
}

form.flights-widget .form-row label[for="flightDepart"] {
  display: block;
  position: absolute;
  left: 15px;
  top: 132px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row label[for="flightDepart"] {
    left: 77px;
    top: 146px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row label[for="flightDepart"] {
    left: 514px;
    top: 73px;
    width: 114px;
  }
}

form.flights-widget .form-row input[name="flightDepart"] {
  display: block;
  position: absolute;
  left: 15px;
  top: 154px;
  width: 116px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row input[name="flightDepart"] {
    left: 77px;
    top: 171px;
    width: 103px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row input[name="flightDepart"] {
    left: 377px;
    top: 98px;
    width: 103px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row input[name="flightDepart"] {
    left: 513px;
    width: 103px;
  }
}

form.flights-widget .form-row label[for="flightReturn"] {
  display: block;
  position: absolute;
  left: 163px;
  top: 132px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row label[for="flightReturn"] {
    left: 197px;
    top: 146px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row label[for="flightReturn"] {
    left: 497px;
    top: 73px;
    width: 103px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row label[for="flightReturn"] {
    left: 623px;
    width: 215px;
  }
}

form.flights-widget .form-row input[name="flightReturn"] {
  display: block;
  position: absolute;
  left: 163px;
  top: 154px;
  width: 116px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row input[name="flightReturn"] {
    left: 197px;
    top: 171px;
    width: 103px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row input[name="flightReturn"] {
    left: 497px;
    top: 98px;
    width: 103px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row input[name="flightReturn"] {
    left: 623px;
    width: 103px;
  }
}

form.flights-widget .form-row .radio {
  display: block;
  position: absolute;
  left: 15px;
  width: 190px;
  height: 20px;
}

form.flights-widget .form-row .radio input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  padding: 0;
  margin: 0;
}

@media (min-width: 742px) {
  form.flights-widget .form-row .radio input[type="radio"] {
    top: 4px;
  }
}

form.flights-widget .form-row .radio input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 1px;
  height: auto;
  padding: 0;
  margin: 0;
}

@media (min-width: 742px) {
  form.flights-widget .form-row .radio input[type="checkbox"] {
    top: 4px;
  }
}

form.flights-widget .form-row .radio label {
  position: absolute;
  left: 20px;
}

form.flights-widget .form-row .radio.one {
  top: 198px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row .radio.one {
    left: 493px;
    top: 88px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row .radio.one {
    left: 37px;
    top: 144px;
    width: 100px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row .radio.one {
    left: 25px;
  }
}

form.flights-widget .form-row .radio.two {
  top: 222px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row .radio.two {
    left: 493px;
    top: 109px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row .radio.two {
    left: 141px;
    top: 144px;
    width: 100px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row .radio.two {
    left: 133px;
  }
}

form.flights-widget .form-row .radio.three {
  top: 247px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row .radio.three {
    left: 395px;
    top: 180px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row .radio.three {
    left: 541px;
    top: 144px;
    width: 150px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row .radio.three {
    left: 655px;
  }
}

form.flights-widget .form-row label[for="flightTravelers"] {
  display: block;
  position: absolute;
  left: 216px;
  top: 200px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row label[for="flightTravelers"] {
    left: 314px;
    top: 147px;
    width: 103px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row label[for="flightTravelers"] {
    left: 615px;
    top: 73px;
    width: 70px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row label[for="flightTravelers"] {
    left: 734px;
    width: 215px;
  }
}

form.flights-widget .form-row input[name="flightTravelers"] {
  display: block;
  position: absolute;
  left: 215px;
  top: 223px;
  width: 63px;
}

@media (min-width: 742px) {
  form.flights-widget .form-row input[name="flightTravelers"] {
    left: 314px;
    top: 170px;
    width: 64px;
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row input[name="flightTravelers"] {
    left: 615px;
    top: 98px;
    width: 63px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row input[name="flightTravelers"] {
    left: 734px;
    width: 63px;
  }
}

form.flights-widget .form-row input[type="submit"] {
  background-color: #1fabe3;
  color: #fff;
  display: block;
  position: absolute;
  font-family: "Avenir", sans-serif;
  font-weight: bold;
  font-size: 13px;
  height: 37px;
  margin: 0 auto;
  top: 281px;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

form.flights-widget .form-row input[type="submit"].only-mobile {
  display: block;
}

@media (min-width: 742px) {
  form.flights-widget .form-row input[type="submit"].only-mobile {
    display: none;
  }
}

form.flights-widget .form-row input[type="submit"].not-mobile {
  display: none;
}

@media (min-width: 742px) {
  form.flights-widget .form-row input[type="submit"].not-mobile {
    display: block;
  }
}

@media (min-width: 742px) {
  form.flights-widget .form-row input[type="submit"] {
    background-color: #e93f76;
    position: absolute;
    left: 50%;
    top: 239px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  form.flights-widget .form-row input[type="submit"] {
    width: 255px;
    height: 42px;
    font-size: 17px;
    top: 176px;
  }
}

@media (min-width: 1290px) {
  form.flights-widget .form-row input[type="submit"] {
    top: 185px;
  }
}

.pika-single {
  padding-bottom: 4px;
  width: 266px;
}

.pika-single * {
  font-family: 'Avenir';
}

@media (min-width: 1290px) {
  .pika-single {
    width: 305px;
  }
}

.pika-single .pika-lendar {
  width: 266px;
  margin: 0;
}

@media (min-width: 1290px) {
  .pika-single .pika-lendar {
    width: 305px;
  }
}

.pika-single .pika-lendar .pika-title {
  background-color: #1d325c;
  height: 30px;
}

@media (min-width: 1290px) {
  .pika-single .pika-lendar .pika-title {
    height: 35px;
  }
}

.pika-single .pika-lendar .pika-title .pika-label {
  background-color: transparent;
  color: #fff;
}

@media (min-width: 1290px) {
  .pika-single .pika-lendar .pika-title .pika-label {
    margin-top: 3px;
  }
}

.pika-single .pika-lendar .pika-title .pika-prev, .pika-single .pika-lendar .pika-title .pika-next {
  background-size: 9px 14px;
}

@media (min-width: 1290px) {
  .pika-single .pika-lendar .pika-title .pika-prev, .pika-single .pika-lendar .pika-title .pika-next {
    margin-top: 3px;
  }
}

.pika-single .pika-lendar .pika-title .pika-prev {
  opacity: 1;
  margin-left: 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAMAAADKSsaaAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMAzQ/6ua2UU0Eb9vDv0caiiYZ1bWljWU45MSgKBtruq8UAAABNSURBVAjXLcxHEoAwEANBnMAm5zz//ybUrnXqg6RCYvtK8XoaKxpwUTDBLlhhFhxQCs6aoDsD+SH9XJRPkKJkBG+Vm6NLythicuE21wcQpQPvYpjR7wAAAABJRU5ErkJggg==");
}

.pika-single .pika-lendar .pika-title .pika-next {
  opacity: 1;
  margin-right: 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAMAAADKSsaaAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMAzfYPua2UU0Hw79HGoomGdW1pY1lOOTEoHhgKBpNX6NQAAABNSURBVAjXNcxHEoAwEANBnMDknJn/fxNq1+iiPqiU7ebINIYqqs4aOyudhy4Ncgi3cgRzKYuPqoDd/uEqGGASLNALoqXV4xL/pIfGSb8YmAPpDkfY4wAAAABJRU5ErkJggg==");
}

.pika-single .pika-lendar .pika-table thead th {
  padding-top: 8px;
  padding-bottom: 6px;
}

@media (min-width: 1290px) {
  .pika-single .pika-lendar .pika-table thead th {
    padding-top: 12px;
  }
}

.pika-single .pika-lendar .pika-table thead th abbr {
  color: #1d325c;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid #D5D5D4;
  width: 100%;
  display: block;
}

.pika-single .pika-lendar .pika-table tbody td button {
  background-color: transparent;
  text-align: center;
  color: #1d325c;
  padding: 8px 5px;
  width: 32px;
  margin: 0 auto;
}

@media (min-width: 1290px) {
  .pika-single .pika-lendar .pika-table tbody td button {
    padding: 12px 5px;
    width: 40px;
  }
}

.pika-single .pika-lendar .pika-table tbody td.is-disabled button {
  color: #5C5C5B;
}

.pika-single .pika-lendar .pika-table tbody td.is-today button {
  font-weight: normal;
}

.pika-single .pika-lendar .pika-table tbody td.is-selected button {
  border-radius: 50%;
  background-color: #00b0ad;
  box-shadow: none;
}

.sel-ect-outer {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 2000;
}

.sel-ect-outer.expanded {
  display: block;
}

.sel-ect-outer .label {
  background-color: #1d325c;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  padding-top: 5px;
  padding-left: 18px;
  height: 30px;
}

.sel-ect-outer .sel-ect-inner {
  max-height: 230px;
  overflow: hidden;
  overflow-y: scroll;
}

.sel-ect-outer .sel-ect-inner .item {
  color: #5C5C5B;
  cursor: pointer;
  padding-left: 18px;
  padding: 5px 0 5px 18px;
}

.sel-ect-outer .sel-ect-inner .item.first-child {
  margin-top: 8px;
}

.sel-ect-outer .sel-ect-inner .item.selected {
  color: #1d325c;
  font-weight: 800;
}

.btn, strong a {
  background: #B0B7C6;
  border-radius: 8px !important;
  font-size: 14px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 742px) {
  .btn, strong a {
    font-size: 14px !important;
  }
}

@media (min-width: 1024px) {
  .btn, strong a {
    font-size: 15px !important;
  }
}

@media (min-width: 1290px) {
  .btn, strong a {
    font-size: 15px !important;
  }
}

.btn:hover, strong a:hover {
  background-color: #A7A7A6;
}

.btn.block, strong a.block {
  display: block;
}

.btn.blue, strong a.blue {
  background-color: #1d325c;
  color: #fff;
}

.btn.blue:hover, strong a.blue:hover {
  background-color: #111d35;
}

.btn.purple, strong a.purple {
  background-color: #b27eb5;
}

.btn.purple:hover, strong a.purple:hover {
  background-color: #723372;
}

.btn.green, strong a.green {
  background-color: #00b0ad;
}

.btn.green:hover, strong a.green:hover {
  background-color: #11827c;
}

strong a {
  background-color: #1d325c;
  color: #fff !important;
  border: none;
}

strong a:hover {
  background-color: #233d6f;
}

.newsletter {
  color: #B0B7C6;
}

.newsletter h4 {
  color: #fff;
}

.newsletter .input-with-btn {
  margin-top: 15px;
}

.newsletter .input-with-btn::after {
  content: "";
  clear: both;
  display: table;
}

@media (min-width: 742px) {
  .newsletter .input-with-btn {
    width: 270px;
  }
}

@media (min-width: 1024px) {
  .newsletter .input-with-btn {
    width: 100%;
  }
}

.newsletter .input-with-btn button {
  border: none;
  color: #1d325c;
  float: right;
  margin: 0;
  padding: 7px 10px;
  margin-top: 2px;
}

@media (min-width: 742px) {
  .newsletter .input-with-btn button {
    margin-right: 10px;
  }
}

.newsletter .input-with-btn input {
  border: none;
  color: #000;
  font-family: "Avenir", sans-serif;
  margin: 0px 0 0;
  padding: 8px 10px;
  width: 140px;
}

@media (min-width: 1024px) {
  .newsletter .input-with-btn input {
    width: 180px;
  }
}

@media (min-width: 1290px) {
  .newsletter .input-with-btn input {
    width: 290px;
    width: 180px;
  }
}

.blocklist {
  list-style: none;
}

.blocklist:not(:first-child) {
  margin-top: 1.5em;
}

.blocklist__item {
  padding-left: 0;
  margin-bottom: .25em;
  text-transform: uppercase;
}

.blocklist__item:after {
  display: none;
}

.blocklist__item a {
  line-height: 1.2em;
  padding: .75em 1.75em .75em .75em;
  padding-left: .75em;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  display: block;
  background: #F5F5F5;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blocklist__item a svg {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  transform: translateY(-50%);
  right: .75em;
  display: none;
}

.blocklist__item a svg path {
  fill: #1d325c;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blocklist__item a[target="_blank"] svg {
  display: block;
}

.blocklist__item a:hover {
  background: #1d325c;
  color: #F5F5F5;
}

.blocklist__item a:hover svg path {
  fill: #F5F5F5;
}

.infobox {
  display: block;
  padding: .75em;
}

.infobox + .infobox {
  margin-top: 1em;
}

p + .infobox, .row + .infobox {
  margin-top: 1.5em;
}

.infobox__title {
  position: relative;
  padding: .5em 1.5em .5em .75em;
  margin: -.75em -.75em .75em -.75em;
  font-weight: bold;
}

.infobox__title {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .infobox__title {
    font-size: calc(14px + 3 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .infobox__title {
    font-size: 17px;
  }
}

.infobox__title:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: .75em;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}

.infobox__content {
  display: block;
}

.infobox__content--primary {
  display: block;
  margin-bottom: .75em;
}

.infobox__content--secondary {
  display: block;
  padding: .5em 1.5em .5em .75em;
  font-weight: bold;
}

.infobox__content--secondary a {
  margin-right: .5em;
}

.infobox {
  background: #ebedf1;
}

.infobox__title {
  background: #B0B7C6;
  color: #fff;
}

.infobox__content {
  color: #1d325c;
}

.infobox__content--primary {
  color: #000;
}

.infobox__content--secondary {
  background: #fff;
}

.infobox--blue {
  background: #d4effa;
}

.infobox--blue .infobox__title {
  background: #1fabe3;
}

.infobox--blue .infobox__content {
  color: #1d325c;
}

.infobox--blue .infobox__content--primary {
  color: #1d325c;
}

.infobox--blue .infobox__content--secondary {
  background: #fff;
  color: #1fabe3;
}

.infobox--purple {
  background: #ebd3eb;
}

.infobox--purple .infobox__title {
  background: #843b84;
}

.infobox--purple .infobox__content {
  color: #1d325c;
}

.infobox--purple .infobox__content--primary {
  color: #1d325c;
}

.infobox--purple .infobox__content--secondary {
  background: #fff;
  color: #843b84;
}

.infobox--pink {
  background: #f9c8d8;
}

.infobox--pink .infobox__title {
  background: #e93f76;
}

.infobox--pink .infobox__content {
  color: #1d325c;
}

.infobox--pink .infobox__content--primary {
  color: #1d325c;
}

.infobox--pink .infobox__content--secondary {
  background: #fff;
  color: #e93f76;
}

.infobox--green {
  background: #e3ffff;
}

.infobox--green .infobox__title {
  background: #00b0ad;
}

.infobox--green .infobox__content {
  color: #1d325c;
}

.infobox--green .infobox__content--primary {
  color: #1d325c;
}

.infobox--green .infobox__content--secondary {
  background: #fff;
  color: #00b0ad;
}

.infobox--brown {
  background: #dbdbdb;
}

.infobox--brown .infobox__title {
  background: #5c5c5b;
}

.infobox--brown .infobox__content {
  color: #1d325c;
}

.infobox--brown .infobox__content--primary {
  color: #1d325c;
}

.infobox--brown .infobox__content--secondary {
  background: #fff;
  color: #5c5c5b;
}

.infobox--yellow {
  background: #fde4ad;
}

.infobox--yellow .infobox__title {
  background: #f1a806;
}

.infobox--yellow .infobox__content {
  color: #1d325c;
}

.infobox--yellow .infobox__content--primary {
  color: #1d325c;
}

.infobox--yellow .infobox__content--secondary {
  background: #fff;
  color: #f1a806;
}

.infobox--darkgreen {
  background: #cdf8f6;
}

.infobox--darkgreen .infobox__title {
  background: #149992;
}

.infobox--darkgreen .infobox__content {
  color: #1d325c;
}

.infobox--darkgreen .infobox__content--primary {
  color: #1d325c;
}

.infobox--darkgreen .infobox__content--secondary {
  background: #fff;
  color: #149992;
}

/* ==========================================================================
   FAQs
   ========================================================================== */
.accordions {
  display: block;
}

.accordions__wrap {
  position: relative;
  padding: 0;
  margin: auto auto 1em;
  width: 100%;
  border-bottom: dotted 2px #B0B7C6;
}

.accordions__accordion {
  padding: .5em 0;
  border-top: dotted 2px #B0B7C6;
}

.accordions__accordion--active {
  margin-bottom: 15px;
}

@media (min-width: 400px) {
  .accordions__accordion--active {
    margin-bottom: 20px;
  }
}

.accordions__accordion--active .accordions__accordion__answer {
  height: auto;
  display: block;
}

.accordions__accordion__question {
  position: relative;
  margin: 0 !important;
  padding: .25em 1.5em .25em 0;
  font-weight: bold;
  color: #1d325c;
  cursor: pointer;
}

.accordions__accordion__question {
  font-size: 16px;
}

@media screen and (min-width: 400px) {
  .accordions__accordion__question {
    font-size: calc(16px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .accordions__accordion__question {
    font-size: 22px;
  }
}

.accordions__accordion__question svg {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.accordions__accordion--active .accordions__accordion__question svg {
  transform: translateY(-50%) rotate(-180deg);
}

.accordions__accordion__question svg path {
  fill: #1d325c;
}

.accordions__accordion__answer {
  overflow: hidden;
  display: none;
}

.accordions__accordion__answer p:last-child {
  margin-bottom: 0;
}

.accordion__content {
  margin-top: .75em;
}

.hero {
  position: relative;
  margin-bottom: 1.5em;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 140px;
}

@media (min-width: 742px) {
  .hero {
    height: 285px;
  }
}

@media (min-width: 1024px) {
  .hero {
    height: 380px;
  }
}

@media (min-width: 1290px) {
  .hero {
    height: 420px;
  }
}

.hero--tall {
  padding-top: 75%;
}

@media (min-width: 742px) {
  .hero--tall {
    padding-top: 60%;
  }
}

@media (min-width: 1024px) {
  .hero--tall {
    padding-top: 50%;
  }
}

@media (min-width: 1290px) {
  .hero--tall {
    padding-top: calc(40% + 2em);
  }
}

.hero__content {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 45px);
}

@media (min-width: 742px) {
  .hero__content {
    width: 654px;
    top: 57px;
  }
}

@media (min-width: 1024px) {
  .hero__content {
    width: 965px;
    top: 66px;
  }
}

@media (min-width: 1290px) {
  .hero__content {
    width: 1280px;
  }
}

.hero__content h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 30px;
}

@media (min-width: 742px) {
  .hero__content h1 {
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .hero__content h1 {
    margin-top: 25px;
  }
}

@media (min-width: 1290px) {
  .hero__content h1 {
    margin-top: 20px;
  }
}

.hero__title {
  font-size: 30px;
}

@media (min-width: 742px) {
  .hero__title {
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .hero__title {
    font-size: 65px;
  }
}

@media (min-width: 1290px) {
  .hero__title {
    font-size: 70px;
  }
}

.hero__title--medium {
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 2.5em;
}

.hero__title--small {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 900;
}

@media (min-width: 742px) {
  .hero__title--small {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .hero__title--small {
    font-size: 32px;
  }
}

@media (min-width: 1290px) {
  .hero__title--small {
    font-size: 34px;
  }
}

.hero__title--primary, .hero__title--secondary {
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1em;
}

@media (min-width: 742px) {
  .hero__title--primary, .hero__title--secondary {
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .hero__title--primary, .hero__title--secondary {
    font-size: 65px;
  }
}

@media (min-width: 1290px) {
  .hero__title--primary, .hero__title--secondary {
    font-size: 70px;
    line-height: 66px;
  }
}

.hero__title--primary {
  color: #fff;
}

video {
  margin: auto !important;
}

.row.banner-parking .hero-video-holder .banner {
  height: 222px;
  overflow: hidden;
}

@media (min-width: 742px) {
  .row.banner-parking .hero-video-holder .banner {
    height: 484px;
  }
}

@media (min-width: 1024px) {
  .row.banner-parking .hero-video-holder .banner {
    height: 636px;
    position: relative;
  }
}

@media (min-width: 1290px) {
  .row.banner-parking .hero-video-holder .banner .tri-wrap {
    position: absolute;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: 636px;
  }
}

.row.banner-parking .hero-video-holder .banner .tri-wrap .tri {
  opacity: 1;
  background-color: rgba(4, 160, 152, 0.5);
  margin-top: 50px;
}

@media (min-width: 742px) {
  .row.banner-parking .hero-video-holder .banner .tri-wrap .tri {
    margin-top: 94px;
  }
}

@media (min-width: 1024px) {
  .row.banner-parking .hero-video-holder .banner .tri-wrap .tri {
    margin-top: 99px;
  }
}

@media (min-width: 1290px) {
  .row.banner-parking .hero-video-holder .banner .tri-wrap .tri {
    margin-top: 0px;
  }
}

.row.banner-parking .hero-video-holder .banner .weather-block {
  display: none;
}

@media (min-width: 1024px) {
  .row.banner-parking .hero-video-holder .banner .weather-block {
    display: block;
    position: absolute;
    right: 20px;
    top: 270px;
    width: 200px;
    height: 100px;
  }
  .row.banner-parking .hero-video-holder .banner .weather-block .weather-title {
    background-color: #4fc8c6;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 900;
    height: 25px;
    padding-top: 4px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 74px;
  }
  .row.banner-parking .hero-video-holder .banner .weather-block .weather-primary {
    font-size: 50px;
    color: #FFCC00;
    letter-spacing: -2px;
    position: absolute;
    right: 25px;
    top: 50px;
    text-align: right;
    width: 175px;
    height: 30px;
  }
  .row.banner-parking .hero-video-holder .banner .weather-block .weather-primary-small {
    font-size: 28px;
    color: #FFCC00;
    letter-spacing: -2px;
    position: absolute;
    right: 0px;
    top: 42px;
    text-align: right;
    width: 23px;
    height: 30px;
  }
  .row.banner-parking .hero-video-holder .banner .weather-block .weather-secondary {
    font-size: 16px;
    font-weight: 800;
    color: #FFCC00;
    position: absolute;
    right: 0px;
    top: 90px;
    text-align: right;
    width: 200px;
    height: 30px;
  }
  .row.banner-parking .hero-video-holder .banner .weather-block .weather-icon {
    position: absolute;
    right: 0px;
    top: 125px;
    text-align: right;
    width: 60px;
    height: 45px;
  }
}

@media (min-width: 1290px) {
  .row.banner-parking .hero-video-holder .banner .weather-block {
    right: auto;
    left: 50%;
    margin-left: 436px;
  }
}

@media (min-width: 742px) {
  .row.banner-parking .hero-video-holder .heading {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .row.banner-parking .hero-video-holder .heading {
    margin-top: 30px;
  }
}

@media (min-width: 1290px) {
  .row.banner-parking .hero-video-holder .heading {
    width: 1278px;
    margin-left: auto;
    margin-right: auto;
  }
}

.row.banner-parking .hero-video-holder .heading h1 {
  margin-top: 2px;
}

@media (min-width: 742px) {
  .row.banner-parking .hero-video-holder .heading h1 {
    margin-left: 14px;
  }
}

@media (min-width: 1290px) {
  .row.banner-parking .hero-video-holder .heading h1 {
    margin-left: 0;
  }
}

.row.banner-parking .hero-video-holder .heading h1 span {
  display: block;
  font-size: 34px;
  line-height: 28px;
  font-weight: 900;
}

@media (min-width: 742px) {
  .row.banner-parking .hero-video-holder .heading h1 span {
    font-size: 69px;
    line-height: 58px;
  }
}

@media (min-width: 1024px) {
  .row.banner-parking .hero-video-holder .heading h1 span {
    font-size: 80px;
    line-height: 66px;
  }
}

.slider {
  margin: 0 30px 1.5em;
}

@media (min-width: 742px) {
  .slider {
    width: calc(654px - 20px);
    margin: 0 auto 1.5em;
  }
}

@media (min-width: 1024px) {
  .slider {
    width: calc(965px - 20px);
  }
}

@media (min-width: 1290px) {
  .slider {
    width: calc(1280px - 20px);
  }
}

.slider * {
  outline: 0;
}

.slider .slick-dots {
  display: flex !important;
  justify-content: center;
  flex-flow: row nowrap;
  margin-top: 1em;
}

.slider .slick-dots li {
  padding: 0;
}

.slider .slick-dots li:after {
  display: none;
}

.slider .slick-dots li button {
  background: #A7A7A6;
  border: none;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 .5em;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 50%;
  outline: none;
}

.slider .slick-dots li.slick-active button {
  background: #00b0ad;
}

.slider__slide {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

@media (min-width: 742px) {
  .slider__slide {
    height: 400px;
  }
}

.slider__slide img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.slider__slide[data-corner]:before {
  content: attr(data-corner);
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  z-index: 5;
  font-weight: bold;
  text-transform: uppercase;
}

.slider__slide[data-corner]:before {
  font-size: 16px;
}

@media screen and (min-width: 400px) {
  .slider__slide[data-corner]:before {
    font-size: calc(16px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .slider__slide[data-corner]:before {
    font-size: 22px;
  }
}

.slider__slide[data-corner]:after {
  content: '';
  position: absolute;
  top: -2.5em;
  right: -4.5em;
  width: 13em;
  height: 6em;
  transform: rotate(45deg);
  background: #843b84;
  z-index: 4;
}

.slider__overlay {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 15;
  width: auto;
  height: auto;
}

.slider__overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: -175%;
  right: 20%;
  width: 300%;
  height: 550%;
  transform: rotate(36deg);
  z-index: -1;
  background: rgba(0, 176, 173, 0.7);
}

.slider__slide-title--small {
  margin: 0 !important;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
}

.slider__slide-title--small {
  font-size: 17px;
}

@media screen and (min-width: 400px) {
  .slider__slide-title--small {
    font-size: calc(17px + 9 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .slider__slide-title--small {
    font-size: 26px;
  }
}

.slider__slide-title--main {
  margin: .25em 0 .25em;
}

.slider__slide-title--main {
  font-size: 28px;
}

@media screen and (min-width: 400px) {
  .slider__slide-title--main {
    font-size: calc(28px + 14 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .slider__slide-title--main {
    font-size: 42px;
  }
}

.slider__slide-title--main strong {
  display: block;
  font-weight: bold;
  line-height: 1em;
}

.slider__slide-desc {
  color: #fff;
  font-weight: lighter;
  min-width: 200px;
  max-width: 280px;
}

.slider__slide-desc {
  font-size: 17px;
}

@media screen and (min-width: 400px) {
  .slider__slide-desc {
    font-size: calc(17px + 9 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .slider__slide-desc {
    font-size: 26px;
  }
}

.slider__slide-link {
  font-size: 12px;
}

@media screen and (min-width: 400px) {
  .slider__slide-link {
    font-size: calc(12px + 2 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .slider__slide-link {
    font-size: 14px;
  }
}

.slider-nav {
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

@media (min-width: 742px) {
  .slider-nav {
    width: calc(654px - 20px);
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .slider-nav {
    width: calc(965px - 20px);
    justify-content: flex-start;
  }
}

@media (min-width: 1290px) {
  .slider-nav {
    width: calc(1280px - 20px);
  }
}

.slider-nav__header {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 5px;
}

.slider-nav__header h1 {
  color: #1d325c;
}

.slider-nav__header h1 {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  .slider-nav__header h1 {
    font-size: calc(22px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .slider-nav__header h1 {
    font-size: 28px;
  }
}

.slider-nav__header a {
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.5em;
}

.slider-nav__header a:hover {
  text-decoration: none;
}

@media (min-width: 1290px) {
  .slider-nav__header a {
    display: none;
  }
}

.slider-nav__pagination {
  background: #f1a806;
  flex-basis: 50%;
  position: relative;
}

.slider-nav__pagination {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  .slider-nav__pagination {
    font-size: calc(22px + 15 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .slider-nav__pagination {
    font-size: 37px;
  }
}

@media (min-width: 742px) {
  .slider-nav__pagination {
    flex-basis: 36%;
  }
}

@media (min-width: 1290px) {
  .slider-nav__pagination {
    flex-basis: 25%;
  }
}

.slider-nav__pagination:after {
  content: '';
  position: absolute;
  top: 50%;
  right: .5em;
  transform: translateY(-5px);
  width: 1px;
  height: 1px;
  border: solid 10px transparent;
  border-top-color: #fff;
}

.slider-nav__navigation {
  display: block;
  margin: 0;
  line-height: 2em;
  padding: 0 .5em;
  font-weight: bold;
  border: none;
  background: inherit;
  width: 180px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  width: 100%;
  color: #fff;
}

.slider-nav__navigation {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  .slider-nav__navigation {
    font-size: calc(22px + 15 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .slider-nav__navigation {
    font-size: 37px;
  }
}

.slider-nav__location {
  flex-basis: calc(50% - 1em);
  line-height: 2em;
  padding: 0 .5em;
  color: #843b84;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  background: #fff;
}

.slider-nav__location {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  .slider-nav__location {
    font-size: calc(22px + 15 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .slider-nav__location {
    font-size: 37px;
  }
}

@media (min-width: 742px) {
  .slider-nav__location {
    flex-basis: 30.33%;
  }
}

@media (min-width: 1290px) {
  .slider-nav__location {
    flex-basis: 25%;
  }
}

.slider-nav__destination {
  display: none;
  text-align: center;
}

@media (min-width: 1290px) {
  .slider-nav__destination {
    display: inline-block;
    margin-left: 70px;
    margin-top: 6px;
    vertical-align: top;
    font-weight: 900;
    font-size: 15px;
  }
}

.slider-nav__destination a {
  margin-bottom: 0;
  width: 190px;
}

.slider-nav__timing {
  background: #b27eb5;
  color: #843b84;
  display: none;
  position: relative;
  flex-basis: 30.33%;
  max-width: 180px;
  height: 2em;
}

.slider-nav__timing {
  font-size: 26px;
}

@media screen and (min-width: 400px) {
  .slider-nav__timing {
    font-size: calc(26px + 11 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .slider-nav__timing {
    font-size: 37px;
  }
}

@media (min-width: 742px) {
  .slider-nav__timing {
    display: inline-block;
    width: 104px;
    height: 31px;
    font-size: 18px;
    font-weight: 900;
    text-align: right;
    padding-top: 16px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  .slider-nav__timing {
    font-size: 20px;
    margin-left: 118px;
    height: 38px;
    width: 130px;
    padding-top: 19px;
    padding-right: 15px;
  }
}

@media (min-width: 1290px) {
  .slider-nav__timing {
    margin-left: 76px;
    padding-right: 20px;
    width: 141px;
    font-size: 22px;
  }
}

.slider-nav__timing svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35%;
  height: 60%;
}

.slider-nav__timing svg path {
  fill: #f1a806;
}

.slider-nav__timing .flight-icon {
  background-image: url("../assets/images/1x/booking-widget-plane.png");
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  margin: 0;
  top: 3px;
  left: -3px;
  position: absolute;
}

@media (min-width: 1024px) {
  .slider-nav__timing .flight-icon {
    width: 57px;
    height: 57px;
    top: 0;
    left: 0;
  }
}

@media (min-width: 1290px) {
  .slider-nav__timing .flight-icon {
    left: 5px;
  }
}

.slider-nav__timing__time {
  position: absolute;
  left: 35%;
  top: 50%;
  width: 65%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.slider-nav__timing__time {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  .slider-nav__timing__time {
    font-size: calc(22px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .slider-nav__timing__time {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .destination-desc {
    margin-top: 20px;
  }
}

.slider-bg {
  position: relative;
}

.slider-bg .slider-bg__hero {
  background-image: url("../assets/images/1x/destination-map-hero.png");
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  position: relative;
}

@media (min-width: 742px) {
  .slider-bg .slider-bg__hero {
    height: 286px;
  }
}

@media (min-width: 1024px) {
  .slider-bg .slider-bg__hero {
    height: 419px;
  }
}

.slider-bg .slider-nav {
  width: 100%;
  margin: 0;
  margin-top: -160px;
  z-index: 5;
  position: relative;
  font-size: 0;
}

@media (min-width: 742px) {
  .slider-bg .slider-nav {
    margin-top: -286px;
    display: block;
  }
}

@media (min-width: 1024px) {
  .slider-bg .slider-nav {
    margin-top: -419px;
  }
}

.slider-bg .slider-nav__header {
  padding-left: 10px;
  padding-right: 10px;
  height: 44px;
  max-width: 294px;
  margin: 0 auto;
}

@media (min-width: 742px) {
  .slider-bg .slider-nav__header {
    padding-left: 0;
    padding-right: 0;
    max-width: 652px;
    height: 81px;
  }
}

@media (min-width: 1024px) {
  .slider-bg .slider-nav__header {
    max-width: 964px;
    height: 111px;
  }
}

@media (min-width: 1290px) {
  .slider-bg .slider-nav__header {
    max-width: 1280px;
    height: 109px;
  }
}

.slider-bg .slider-nav__header h1 {
  font-size: 18px;
  font-weight: 800;
}

@media (min-width: 742px) {
  .slider-bg .slider-nav__header h1 {
    font-size: 26px;
    margin-top: 45px;
  }
}

@media (min-width: 1024px) {
  .slider-bg .slider-nav__header h1 {
    font-size: 32px;
  }
}

@media (min-width: 1290px) {
  .slider-bg .slider-nav__header h1 {
    font-size: 34px;
    margin-top: 75px;
  }
}

.slider-bg .slider-nav__header a {
  font-size: 15px;
  font-weight: 800;
}

@media (min-width: 742px) {
  .slider-bg .slider-nav__header a {
    font-size: 16px;
    margin-top: 37px;
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .slider-bg .slider-nav__header a {
    font-size: 17px;
    margin-right: 0;
  }
}

.slider-bg .slider-nav__pagination {
  height: 35px;
}

@media (min-width: 742px) {
  .slider-bg .slider-nav__pagination {
    height: 47px;
    overflow: hidden;
    margin-left: calc(50% - 325px);
    display: inline-block;
    vertical-align: top;
    width: 270px;
  }
}

@media (min-width: 1024px) {
  .slider-bg .slider-nav__pagination {
    height: 57px;
    overflow: hidden;
    margin-left: calc(50% - 481px);
    display: inline-block;
    vertical-align: top;
    width: 343px;
  }
}

@media (min-width: 1290px) {
  .slider-bg .slider-nav__pagination {
    margin-left: calc(50% - 639px);
    width: 376px;
  }
}

.slider-bg .slider-nav__navigation {
  font-size: 18px;
  font-weight: 800;
}

@media (min-width: 742px) {
  .slider-bg .slider-nav__navigation {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .slider-bg .slider-nav__navigation {
    font-size: 32px;
    margin-top: -5px;
  }
}

@media (min-width: 1290px) {
  .slider-bg .slider-nav__navigation {
    font-size: 34px;
  }
}

.slider-bg .slider-nav__location {
  color: #1d325c;
  background-color: #fff;
  font-size: 18px;
}

@media (min-width: 742px) {
  .slider-bg .slider-nav__location {
    height: 47px;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    min-width: 240px;
  }
}

@media (min-width: 1024px) {
  .slider-bg .slider-nav__location {
    height: 57px;
    font-size: 32px;
    min-width: 326px;
  }
}

@media (min-width: 1290px) {
  .slider-bg .slider-nav__location {
    font-size: 34px;
    min-width: 333px;
  }
}

.slider-bg .slider {
  margin: 0;
  height: 173px;
  position: relative;
  z-index: 5;
}

@media (min-width: 742px) {
  .slider-bg .slider {
    margin: 0 auto;
    width: 650px;
    height: 337px;
  }
}

@media (min-width: 1024px) {
  .slider-bg .slider {
    width: 964px;
    height: 501px;
  }
}

@media (min-width: 1290px) {
  .slider-bg .slider {
    width: 1280px;
  }
}

@media (min-width: 742px) {
  .slider-bg .slider .slick-track {
    width: 650px;
  }
}

@media (min-width: 1024px) {
  .slider-bg .slider .slick-track {
    width: 964px;
  }
}

.slider-bg .slider .slick-track .slick-slide {
  max-height: 173px;
}

@media (min-width: 742px) {
  .slider-bg .slider .slick-track .slick-slide {
    max-height: 337px;
  }
}

@media (min-width: 1024px) {
  .slider-bg .slider .slick-track .slick-slide {
    max-height: 501px;
    height: 501px;
  }
}

.destination-filter select {
  background-color: #F5F5F5;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #1d325c;
  font-family: "Avenir", sans-serif;
  height: 33px;
  margin-bottom: 9px;
  margin-top: 6px;
  text-align: center;
  width: 200px;
}

@media (min-width: 742px) {
  .destination-filter select {
    height: 40px;
  }
}

.destination-filter span {
  color: #00b0ad;
  display: inline;
  font-family: "Avenir", sans-serif;
  font-weight: 800;
}

@media (min-width: 742px) {
  .destination-filter span {
    margin-left: 50px;
  }
}

@media (min-width: 1024px) {
  .destination-filter span {
    margin-left: 120px;
  }
}

@media (min-width: 1290px) {
  .destination-filter span {
    margin-left: 280px;
  }
}

.destination-filter button {
  background-color: #00b0ad;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir", sans-serif;
  font-weight: 800;
  font-size: 13px;
  height: 37px;
  margin: 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}

.destination-filter a {
  color: #1d325c;
  font-weight: bold;
}

.destinations-list-title {
  font-size: 17px;
  margin-top: 0 !important;
  margin-bottom: 10px;
}

@media (min-width: 742px) {
  .destinations-list-title {
    margin-left: 20px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .destinations-list-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1290px) {
  .destinations-list-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.get-ahead-title {
  display: none;
  font-size: 17px;
}

.destinations-list {
  margin: 0 30px 1.5em;
}

@media (min-width: 742px) {
  .destinations-list {
    width: calc(654px - 20px);
    margin: 0 auto 1.5em;
  }
}

@media (min-width: 1024px) {
  .destinations-list {
    width: calc(965px - 20px);
  }
}

@media (min-width: 1290px) {
  .destinations-list {
    width: calc(1280px - 20px);
  }
}

.destinations-list--other {
  margin: 0;
}

@media (min-width: 742px) {
  .destinations-list--other {
    width: calc(654px - 20px);
    margin: 0;
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .destinations-list--other {
    width: calc(965px - 20px);
  }
}

@media (min-width: 1290px) {
  .destinations-list--other {
    width: 840px;
    margin-bottom: 30px;
  }
}

.destinations-list--other .destinations-list__destinations {
  width: 100%;
}

@media (min-width: 742px) {
  .destinations-list--other .destinations-list__destinations {
    margin: 0;
    margin-left: 0;
  }
}

.destinations-list--other .destinations-list__destination {
  width: 295px;
  height: 233px;
  padding-top: 0;
}

@media (min-width: 742px) {
  .destinations-list--other .destinations-list__destination {
    width: 294px;
    margin: 0;
    height: 234px;
  }
  .destinations-list--other .destinations-list__destination:first-child {
    margin-right: 20px;
    margin-left: 0px;
  }
}

@media (min-width: 1290px) {
  .destinations-list--other .destinations-list__destination {
    width: 400px;
    height: 314px;
  }
  .destinations-list--other .destinations-list__destination:nth-child(3) {
    display: none;
  }
  .destinations-list--other .destinations-list__destination:first-child {
    margin-right: 20px;
  }
}

.destinations-list__destinations {
  margin: 0;
  margin-left: -.5em;
  text-align: center;
  width: calc(100% + 1em);
}

@media (min-width: 742px) {
  .destinations-list__destinations {
    margin: 0;
    margin-left: 0;
  }
}

.destinations-list__destination {
  background: #aaa;
  width: calc(100% - 1em);
  padding-top: calc(100% / 2);
  margin: .5em;
  display: inline-block;
  position: relative;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.destinations-list__destination:nth-child(3) {
  display: none;
}

@media (min-width: 742px) {
  .destinations-list__destination {
    width: calc(50% - 1.9em);
    padding-top: calc(100% / 2);
    margin: .5em;
  }
}

@media (min-width: 1024px) {
  .destinations-list__destination {
    width: calc(33.33% - 1.8em);
    padding-top: calc(50% / 2);
    margin: .75em;
  }
  .destinations-list__destination:nth-child(3) {
    display: block;
  }
}

@media (min-width: 1290px) {
  .destinations-list__destination {
    width: calc(33.33% - 2em);
  }
}

.destinations-list__destination--tall {
  padding-top: calc(100% + 1em);
}

@media (min-width: 1024px) {
  .destinations-list__destination--tall {
    padding-top: calc(50% + 1.5em);
  }
}

.destinations-list__destination--wide {
  width: calc(66.66% - 2em);
}

.destinations-list__destination[data-corner]:before {
  content: attr(data-corner);
  position: absolute;
  top: 8px;
  left: 8px;
  color: #fff;
  z-index: 5;
  font-weight: bold;
  text-transform: uppercase;
}

.destinations-list__destination[data-corner]:before {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .destinations-list__destination[data-corner]:before {
    font-size: calc(14px + 3 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .destinations-list__destination[data-corner]:before {
    font-size: 17px;
  }
}

.destinations-list__destination[data-corner]:after {
  content: '';
  position: absolute;
  top: -3.15em;
  left: -5.15em;
  width: 13em;
  height: 6em;
  transform: rotate(-45deg);
  background: #843b84;
  z-index: 4;
}

.destinations-list__content {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 2;
  text-align: left;
  width: 90%;
}

.destinations-list__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 1em;
  font-weight: 900;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.95);
}

.destinations-list__title strong {
  display: block;
  font-size: 17px;
  line-height: 1em;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.95);
}

.destinations-list__filters {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

@media (min-width: 1024px) {
  .destinations-list__filters {
    justify-content: center;
  }
}

.destinations-list__filter-title {
  width: 100%;
  text-align: center;
  margin-bottom: .5em;
  font-weight: bold;
  color: #00b0ad;
}

.destinations-list__filter-title {
  font-size: 17px;
}

@media screen and (min-width: 400px) {
  .destinations-list__filter-title {
    font-size: calc(17px + 9 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .destinations-list__filter-title {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .destinations-list__filter-title {
    width: auto;
    margin: 0 .5em 0 0;
  }
}

.destinations-list__filter {
  width: calc(50% - 1em);
  margin-bottom: 1em;
  text-align: center;
  position: relative;
  background: #F5F5F5;
}

@media (min-width: 742px) {
  .destinations-list__filter {
    width: calc(33.33% - 1em);
  }
}

@media (min-width: 1024px) {
  .destinations-list__filter {
    width: calc(20% - 1em);
    margin: 1em 1em .75em;
    max-width: 180px;
  }
}

.destinations-list__filter:after {
  content: '';
  position: absolute;
  right: .75em;
  top: 50%;
  transform: translateY(-25%);
  border: solid 5px transparent;
  border-top-color: #000;
}

.destinations-list__filter select {
  display: block;
  width: 100%;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: none;
  padding: .75em;
  color: #000;
}

.destinations-list__loadmore {
  margin-top: 1em;
  text-align: center;
}

.destinations-list__loadmore-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #A7A7A6;
}

.destinations-list__loadmore-button:hover {
  color: #818180;
}

.destinations-list__loadmore-button__spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 .75em;
  position: relative;
  border: solid 1px #A7A7A6;
}

.destinations-list__loadmore-button__spinner svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.destinations-list__loadmore-button__spinner svg.load path {
  fill: #A7A7A6;
}

.destinations-list__loadmore-button__spinner svg.loading {
  transform: translate(-50%, -50%);
  display: none;
}

.destinations-list__loadmore-button__spinner--loading {
  border: none;
}

.destinations-list__loadmore-button__spinner--loading svg.load {
  display: none;
}

.destinations-list__loadmore-button__spinner--loading svg.loading {
  display: block;
}

.destinations-list__loadmore-button__text {
  font-size: 16px;
}

@media screen and (min-width: 400px) {
  .destinations-list__loadmore-button__text {
    font-size: calc(16px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .destinations-list__loadmore-button__text {
    font-size: 22px;
  }
}

.load-more {
  font-family: "Avenir", sans-serif;
  font-weight: 800;
  text-align: center;
}

.load-more a {
  color: #A7A7A6;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

.load-more a:hover {
  background: #F5F5F5;
  text-decoration: underline;
}

.destinations-svg {
  background-image: url("../assets/images/1x/premium-bg-mobile.png");
  background-size: 100% auto;
  background-position: 50% 50%;
  width: 300px;
  height: 250px;
  margin-left: -2px;
  margin-top: 10px;
}

@media (min-width: 742px) {
  .destinations-svg {
    background-image: url("../assets/images/1x/premium-bg-medium.png");
    margin-top: 30px;
    width: 650px;
    height: 112px;
  }
}

@media (min-width: 1024px) {
  .destinations-svg {
    background-image: url("../assets/images/1x/premium-bg-large.png");
    margin-top: 40px;
    width: 965px;
    height: 160px;
  }
}

@media (min-width: 1290px) {
  .destinations-svg {
    background-image: url("../assets/images/1x/premium-bg-largest.png");
    position: absolute;
    width: 390px;
    right: 27px;
    top: 51px;
    height: 314px;
  }
}

.destinations-svg a {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #1fabe3;
  position: absolute;
  padding-top: 10px;
  box-sizing: border-box;
  bottom: 14px;
  left: 14px;
  border-radius: 8px;
  width: 145px;
  text-align: center;
  height: 37px;
}

@media (min-width: 742px) {
  .destinations-svg a {
    font-size: 14px;
    left: auto;
    right: 20px;
    line-height: 16px;
    bottom: 29px;
    width: 73px;
    height: 50px;
  }
}

@media (min-width: 1024px) {
  .destinations-svg a {
    font-size: 15px;
    right: 24px;
    padding-top: 12px;
    line-height: 16px;
    bottom: 22px;
    width: 145px;
    height: 40px;
  }
}

@media (min-width: 1290px) {
  .destinations-svg a {
    right: auto;
    left: 22px;
    width: 141px;
    height: 39px;
  }
}

.destinations-svg a:hover {
  background-color: #1a9bcf;
}

.destinations-svg__link:hover {
  cursor: pointer;
  fill: #1d325c;
}

@media (min-width: 742px) {
  .destination-holder {
    width: 100%;
  }
}

.destination-holder .row {
  width: 294px;
  margin: 0 auto;
  padding-top: 15px;
}

@media (min-width: 742px) {
  .destination-holder .row {
    width: 650px;
    padding-top: 25px;
  }
}

@media (min-width: 1024px) {
  .destination-holder .row {
    width: 964px;
    padding-top: 36px;
  }
}

@media (min-width: 1290px) {
  .destination-holder .row {
    width: 1280px;
    padding-top: 40px;
    position: relative;
  }
}

.destination-holder .row.ignore-rows .col:first-child, .destination-holder .row.ignore-rows .col:nth-child(2) {
  width: 100%;
}

.destination-holder .row .col {
  padding: 0;
}

@media (min-width: 1024px) {
  .destination-holder .row .col {
    width: 100%;
  }
}

@media (min-width: 1290px) {
  .destination-holder .row .col {
    width: 33.3333%;
  }
  .destination-holder .row .col:first-child, .destination-holder .row .col:nth-child(2) {
    width: 66%;
  }
  .destination-holder .row .col:nth-child(3) {
    position: absolute;
    width: 435px;
    right: 0;
    top: 40px;
  }
}

.destination-holder .row .col h3.destination-pull {
  font-size: 20px;
  font-weight: 900;
}

@media (min-width: 742px) {
  .destination-holder .row .col h3.destination-pull {
    display: inline-block;
    vertical-align: top;
    width: 283px;
    margin-right: 20px;
    font-size: 22px;
    font-style: normal;
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .destination-holder .row .col h3.destination-pull {
    font-size: 24px;
    width: 450px;
  }
}

@media (min-width: 1290px) {
  .destination-holder .row .col h3.destination-pull {
    font-size: 26px;
    width: 376px;
  }
}

.destination-holder .row .col .description {
  color: #1d325c;
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
  line-height: 19px;
}

@media (min-width: 742px) {
  .destination-holder .row .col .description {
    width: 294px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 22px;
    margin-top: 3px;
  }
}

@media (min-width: 1024px) {
  .destination-holder .row .col .description {
    margin-left: 14px;
    font-size: 16px;
    line-height: 23px;
    width: 450px;
    margin-top: 4px;
  }
}

@media (min-width: 1290px) {
  .destination-holder .row .col .description {
    margin-left: 20px;
    width: 380px;
  }
}

.destination-holder .row .col .description h4 {
  font-size: 17px;
}

@media (min-width: 742px) {
  .destination-holder .row .col .description h4 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .destination-holder .row .col .description h4 {
    font-size: 20px;
  }
}

@media (min-width: 1290px) {
  .destination-holder .row .col .description h4 {
    font-size: 22px;
  }
}

.expander-boxes {
  width: 292px;
  margin-top: 30px;
  margin-left: -15px;
  margin-bottom: 30px;
}

@media (min-width: 742px) {
  .expander-boxes {
    margin-bottom: 42px;
    width: 609px;
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .expander-boxes {
    width: 833px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1290px) {
  .expander-boxes {
    width: 1030px;
    margin-top: 60px;
    margin-bottom: 68px;
  }
}

@media (min-width: 340px) {
  .expander-boxes {
    margin-left: auto;
    margin-right: auto;
  }
}

.expander-boxes .expander-head {
  background-color: #1d325c;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  height: 48px;
  padding-top: 7px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 742px) {
  .expander-boxes .expander-head {
    height: 30px;
    padding-top: 10px;
    font-size: 18px;
  }
  .expander-boxes .expander-head br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .expander-boxes .expander-head {
    font-size: 20px;
    height: 35px;
  }
}

@media (min-width: 1290px) {
  .expander-boxes .expander-head {
    font-size: 22px;
  }
}

.expander-boxes .expander-head .text {
  position: relative;
  z-index: 10;
}

.expander-boxes .expander-head .arrow-squish {
  -webkit-transform: scale(1, 0.5);
  -ms-transform: scale(1, 0.5);
  -moz-transform: scale(1, 0.5);
  -o-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}

.expander-boxes .expander-head .arrow-squish .arrow-element {
  background-color: #1d325c;
  position: absolute;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  left: 50%;
  bottom: -29px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1024px) {
  .expander-boxes .expander-head .arrow-squish .arrow-element {
    bottom: -38px;
  }
}

.expander-boxes .expander-body {
  margin-top: 20px;
}

@media (min-width: 742px) {
  .expander-boxes .expander-body {
    font-size: 0;
  }
}

@media (min-width: 742px) {
  .expander-boxes .expander-body .inner-col {
    width: calc( 50% - 5px);
    display: inline-block;
    vertical-align: top;
  }
  .expander-boxes .expander-body .inner-col:nth-child(odd) {
    margin-right: 10px;
  }
}

.expander-boxes .expander-body .expand {
  background-color: #F8F8F8;
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 50px;
  -webkit-transition: max-height 0.7s;
  -ms-transition: max-height 0.7s;
  -moz-transition: max-height 0.7s;
  -o-transition: max-height 0.7s;
  transition: max-height 0.7s;
}

@media (min-width: 742px) {
  .expander-boxes .expander-body .expand {
    max-height: 70px;
  }
}

@media (min-width: 1024px) {
  .expander-boxes .expander-body .expand {
    max-height: 80px;
  }
}

@media (min-width: 1290px) {
  .expander-boxes .expander-body .expand {
    max-height: 85px;
  }
}

.expander-boxes .expander-body .expand--open {
  max-height: 300px;
}

.expander-boxes .expander-body .expand--open .expand-control .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.expander-boxes .expander-body .expand .expand-control {
  height: 50px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 742px) {
  .expander-boxes .expander-body .expand .expand-control {
    height: 70px;
  }
}

@media (min-width: 1024px) {
  .expander-boxes .expander-body .expand .expand-control {
    height: 80px;
  }
}

@media (min-width: 1290px) {
  .expander-boxes .expander-body .expand .expand-control {
    height: 85px;
  }
}

.expander-boxes .expander-body .expand .expand-control .icon {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 37px;
  margin-top: 6px;
  margin-left: 8px;
}

@media (min-width: 742px) {
  .expander-boxes .expander-body .expand .expand-control .icon {
    width: 55px;
    height: 40px;
    margin-top: 14px;
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .expander-boxes .expander-body .expand .expand-control .icon {
    width: 80px;
    height: 64px;
    margin-left: 15px;
    margin-top: 8px;
  }
}

@media (min-width: 1290px) {
  .expander-boxes .expander-body .expand .expand-control .icon {
    margin-left: 17px;
  }
}

.expander-boxes .expander-body .expand .expand-control .icon--one {
  background-image: url("../assets/images/1x/parking-dropdown-1.png");
}

.expander-boxes .expander-body .expand .expand-control .icon--two {
  background-image: url("../assets/images/1x/parking-dropdown-2.png");
}

.expander-boxes .expander-body .expand .expand-control .icon--three {
  background-image: url("../assets/images/1x/parking-dropdown-3.png");
}

.expander-boxes .expander-body .expand .expand-control .icon--four {
  background-image: url("../assets/images/1x/parking-dropdown-4.png");
}

.expander-boxes .expander-body .expand .expand-control .icon--five {
  background-image: url("../assets/images/1x/parking-dropdown-5.png");
}

.expander-boxes .expander-body .expand .expand-control .icon--six {
  background-image: url("../assets/images/1x/parking-dropdown-6.png");
}

.expander-boxes .expander-body .expand .expand-control .icon--seven {
  background-image: url("../assets/images/1x/parking-dropdown-7.png");
}

.expander-boxes .expander-body .expand .expand-control .icon--eight {
  background-image: url("../assets/images/1x/parking-dropdown-8.png");
}

.expander-boxes .expander-body .expand .expand-control .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 900;
  margin-left: 15px;
  margin-top: 5px;
}

@media (min-width: 742px) {
  .expander-boxes .expander-body .expand .expand-control .title {
    font-size: 18px;
    margin-top: 17px;
  }
}

@media (min-width: 1024px) {
  .expander-boxes .expander-body .expand .expand-control .title {
    font-size: 20px;
    margin-left: 30px;
    margin-top: 10px;
  }
}

@media (min-width: 1290px) {
  .expander-boxes .expander-body .expand .expand-control .title {
    font-size: 22px;
    margin-top: 12px;
  }
}

.expander-boxes .expander-body .expand .expand-control .arrow {
  background-image: url("../assets/images/1x/parking-dropdown-arrow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
}

@media (min-width: 742px) {
  .expander-boxes .expander-body .expand .expand-control .arrow {
    right: 10px;
  }
}

@media (min-width: 1024px) {
  .expander-boxes .expander-body .expand .expand-control .arrow {
    right: 15px;
  }
}

@media (min-width: 1290px) {
  .expander-boxes .expander-body .expand .expand-control .arrow {
    right: 17px;
  }
}

.expander-boxes .expander-body .expand .expand-content {
  margin-left: 8px;
  margin-right: 8px;
  border-top: 3px solid #fff;
  margin-top: 8px;
  margin-bottom: 10px;
}

@media (min-width: 742px) {
  .expander-boxes .expander-body .expand .expand-content {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .expander-boxes .expander-body .expand .expand-content {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 8px;
  }
}

@media (min-width: 1290px) {
  .expander-boxes .expander-body .expand .expand-content {
    margin-left: 17px;
    margin-right: 17px;
  }
}

.expander-boxes .expander-body .expand .expand-content h3 {
  font-size: 16px;
  color: #1d325c;
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .expander-boxes .expander-body .expand .expand-content h3 {
    font-size: 17px;
  }
}

@media (min-width: 1290px) {
  .expander-boxes .expander-body .expand .expand-content h3 {
    font-size: 18px;
  }
}

.expander-boxes .expander-body .expand .expand-content p {
  font-size: 15px;
}

@media (min-width: 1024px) {
  .expander-boxes .expander-body .expand .expand-content p {
    font-size: 16px;
  }
}

.expander-boxes .expander-body .expand .expand-content a {
  color: #00b0ad;
  font-weight: 900;
  font-size: 15px;
}

@media (min-width: 1024px) {
  .expander-boxes .expander-body .expand .expand-content a {
    font-size: 16px;
  }
}

@media (min-width: 1290px) {
  .expander-boxes .expander-body .expand .expand-content a {
    font-size: 17px;
  }
}

.row.parking-table {
  background-color: #FEFCF5;
  width: 100%;
  margin: 0;
}

.row.parking-table .row-inner {
  width: 292px;
  margin: 0 auto;
}

@media (min-width: 742px) {
  .row.parking-table .row-inner {
    width: 609px;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner {
    width: 833px;
  }
}

@media (min-width: 1290px) {
  .row.parking-table .row-inner {
    width: 1030px;
  }
}

.row.parking-table .row-inner .head {
  color: #F1A806;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  padding-top: 35px;
}

@media (min-width: 742px) {
  .row.parking-table .row-inner .head {
    font-size: 19px;
    padding-top: 40px;
  }
  .row.parking-table .row-inner .head br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner .head {
    font-size: 20px;
    padding-top: 48px;
  }
}

@media (min-width: 1290px) {
  .row.parking-table .row-inner .head {
    font-size: 22px;
    padding-top: 60px;
  }
}

.row.parking-table .row-inner .table-rows {
  font-size: 0;
  margin-top: 22px;
}

@media (min-width: 1290px) {
  .row.parking-table .row-inner .table-rows {
    margin-top: 30px;
  }
}

.row.parking-table .row-inner .table-rows .table-row .box {
  display: inline-block;
  vertical-align: top;
  height: 38px;
  box-sizing: border-box;
  margin-bottom: 6px;
}

@media (min-width: 742px) {
  .row.parking-table .row-inner .table-rows .table-row .box {
    height: 35px;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner .table-rows .table-row .box {
    height: 38px;
  }
}

.row.parking-table .row-inner .table-rows .table-row .box--name {
  background-color: #fff;
  font-size: 15px;
  width: 121px;
  padding-top: 10px;
  font-weight: 800;
  padding-left: 8px;
}

@media (min-width: 742px) {
  .row.parking-table .row-inner .table-rows .table-row .box--name {
    padding-top: 8px;
    width: 130px;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner .table-rows .table-row .box--name {
    font-size: 17px;
    width: 158px;
  }
}

@media (min-width: 1290px) {
  .row.parking-table .row-inner .table-rows .table-row .box--name {
    width: 208px;
  }
}

.row.parking-table .row-inner .table-rows .table-row .box--pre-book {
  background-color: #fff;
  text-align: center;
  width: 100px;
  font-size: 14px;
  padding-top: 10px;
  margin-right: 6px;
}

@media (min-width: 742px) {
  .row.parking-table .row-inner .table-rows .table-row .box--pre-book {
    padding-top: 8px;
    font-size: 15px;
    width: 152px;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner .table-rows .table-row .box--pre-book {
    font-size: 17px;
    width: 204px;
  }
}

@media (min-width: 1290px) {
  .row.parking-table .row-inner .table-rows .table-row .box--pre-book {
    width: 214px;
  }
}

.row.parking-table .row-inner .table-rows .table-row .box--same-day {
  display: none;
}

@media (min-width: 742px) {
  .row.parking-table .row-inner .table-rows .table-row .box--same-day {
    background-color: #fff;
    padding-top: 8px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    width: 146px;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner .table-rows .table-row .box--same-day {
    font-size: 17px;
    width: 204px;
  }
}

@media (min-width: 1290px) {
  .row.parking-table .row-inner .table-rows .table-row .box--same-day {
    width: 286px;
  }
}

.row.parking-table .row-inner .table-rows .table-row .box--saving {
  display: none;
}

@media (min-width: 742px) {
  .row.parking-table .row-inner .table-rows .table-row .box--saving {
    background-color: #fff;
    padding-top: 8px;
    font-size: 15px;
    display: inline-block;
    width: 100px;
    margin-right: 14px;
    text-align: center;
    font-weight: 800;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner .table-rows .table-row .box--saving {
    font-size: 17px;
    width: 138px;
    margin-right: 20px;
  }
}

@media (min-width: 1290px) {
  .row.parking-table .row-inner .table-rows .table-row .box--saving {
    width: 191px;
    margin-right: 12px;
  }
}

.row.parking-table .row-inner .table-rows .table-row .box--book {
  width: 65px;
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner .table-rows .table-row .box--book {
    width: 109px;
  }
}

@media (min-width: 1290px) {
  .row.parking-table .row-inner .table-rows .table-row .box--book {
    width: 118px;
  }
}

.row.parking-table .row-inner .table-rows .table-row .box--book .book-btn {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background-color: #1d325c;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 900;
}

.row.parking-table .row-inner .table-rows .table-row .box--book .book-btn:hover {
  background-color: #111d35;
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner .table-rows .table-row .box--book .book-btn {
    font-size: 15px;
  }
}

.row.parking-table .row-inner .table-rows .table-row .box--orange {
  background-color: #F1A806;
  color: #fff;
}

.row.parking-table .row-inner .table-rows .table-row--head .box {
  font-weight: 900;
  color: #1d325c;
}

@media (min-width: 742px) {
  .row.parking-table .row-inner .table-rows .table-row--head .box {
    height: 42px;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner .table-rows .table-row--head .box {
    height: 38px;
  }
  .row.parking-table .row-inner .table-rows .table-row--head .box br {
    display: none;
  }
}

.row.parking-table .row-inner .table-rows .table-row--head .box--name, .row.parking-table .row-inner .table-rows .table-row--head .box--pre-book, .row.parking-table .row-inner .table-rows .table-row--head .box--same-day, .row.parking-table .row-inner .table-rows .table-row--head .box--saving, .row.parking-table .row-inner .table-rows .table-row--head .box--book {
  background-color: transparent;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner .table-rows .table-row--head .box--name, .row.parking-table .row-inner .table-rows .table-row--head .box--pre-book, .row.parking-table .row-inner .table-rows .table-row--head .box--same-day, .row.parking-table .row-inner .table-rows .table-row--head .box--saving, .row.parking-table .row-inner .table-rows .table-row--head .box--book {
    padding-top: 8px;
  }
}

.row.parking-table .row-inner .table-rows .table-row--head .box--saving {
  color: #F1A806;
  text-align: center;
  padding-top: 10px;
}

@media (min-width: 1024px) {
  .row.parking-table .row-inner .table-rows .table-row--head .box--saving {
    padding-top: 8px;
  }
}

.row.parking-table .under-rows {
  margin-top: 20px;
  margin-bottom: 35px;
}

@media (min-width: 742px) {
  .row.parking-table .under-rows {
    width: 528px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .under-rows {
    margin-top: 30px;
    margin-bottom: 48px;
    width: 704px;
  }
}

@media (min-width: 1290px) {
  .row.parking-table .under-rows {
    margin-bottom: 60px;
    width: 899px;
  }
}

.row.parking-table .under-rows .under-row {
  border-bottom: 1px dashed #D0D0CF;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 1024px) {
  .row.parking-table .under-rows .under-row {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.row.parking-table .under-rows .under-row:first-child {
  border-top: 1px dashed #D0D0CF;
}

.row.parking-table .under-rows .under-row .title, .row.parking-table .under-rows .under-row .value {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

@media (min-width: 742px) {
  .row.parking-table .under-rows .under-row .title, .row.parking-table .under-rows .under-row .value {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .under-rows .under-row .title, .row.parking-table .under-rows .under-row .value {
    font-size: 17px;
  }
}

.row.parking-table .under-rows .under-row .title {
  font-weight: 800;
  width: 125px;
  padding-left: 8px;
}

@media (min-width: 742px) {
  .row.parking-table .under-rows .under-row .title {
    width: 140px;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .under-rows .under-row .title {
    width: 156px;
  }
}

.row.parking-table .under-rows .under-row .value {
  width: 145px;
  text-align: center;
  padding-right: 8px;
}

@media (min-width: 742px) {
  .row.parking-table .under-rows .under-row .value {
    width: 365px;
  }
}

@media (min-width: 1024px) {
  .row.parking-table .under-rows .under-row .value {
    width: 526px;
  }
}

@media (min-width: 1290px) {
  .row.parking-table .under-rows .under-row .value {
    width: 722px;
  }
}

.parking-rates {
  margin-top: 36px;
  margin-bottom: 36px;
}

@media (min-width: 742px) {
  .parking-rates {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

@media (min-width: 1024px) {
  .parking-rates {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

@media (min-width: 1290px) {
  .parking-rates {
    margin-top: 74px;
    margin-bottom: 74px;
  }
}

.parking-rates .row {
  width: 295px;
  margin: 0 auto;
}

@media (min-width: 742px) {
  .parking-rates .row {
    width: 609px;
  }
}

@media (min-width: 1024px) {
  .parking-rates .row {
    width: 833px;
  }
}

@media (min-width: 1290px) {
  .parking-rates .row {
    width: 1030px;
  }
}

.parking-rates .row .col {
  padding: 0;
}

.parking-rates h3 {
  color: #00b0ad;
  font-size: 17px;
  width: 295px;
  margin: 0 auto;
  margin-bottom: 22px;
}

@media (min-width: 742px) {
  .parking-rates h3 {
    width: 609px;
    font-size: 18px;
    margin-bottom: 26px;
  }
}

@media (min-width: 1024px) {
  .parking-rates h3 {
    width: 833px;
    font-size: 20px;
    margin-bottom: 37px;
  }
}

@media (min-width: 1290px) {
  .parking-rates h3 {
    width: 1030px;
    font-size: 22px;
    margin-bottom: 54px;
  }
}

.parking-rates .accordions__accordion {
  padding: 0.9em 0;
}

.parking-rates .accordion__content {
  padding-bottom: 5px;
  margin-top: 3em;
}

.parking-rates .accordion__content h4 {
  font-size: 17px;
}

@media (min-width: 742px) {
  .parking-rates .accordion__content h4 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .parking-rates .accordion__content h4 {
    font-size: 20px;
  }
}

@media (min-width: 1290px) {
  .parking-rates .accordion__content h4 {
    font-size: 22px;
  }
}

.parking-rates table {
  width: 100%;
  max-width: 296px;
}

.parking-rates table tr {
  border-bottom: 1px solid #D0D0CF;
}

.parking-rates table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.row.parking-adverts {
  margin: 0;
}

@media (min-width: 742px) {
  .row.parking-adverts {
    margin: 0 auto;
    height: 640px;
  }
}

@media (min-width: 1024px) {
  .row.parking-adverts {
    width: 924px;
    height: 670px;
  }
}

@media (min-width: 1290px) {
  .row.parking-adverts {
    width: 1240px;
    height: 400px;
  }
}

.row.parking-adverts .divider {
  height: 3px;
  background-color: #D0D0CF;
  width: 100%;
  margin-top: 50px;
}

.row.parking-adverts h3 {
  font-size: 17px;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (min-width: 742px) {
  .row.parking-adverts h3 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .row.parking-adverts h3 {
    font-size: 20px;
  }
}

@media (min-width: 1290px) {
  .row.parking-adverts h3 {
    font-size: 22px;
    margin-top: 60px;
  }
}

.row.parking-adverts .standard-width {
  width: 280px;
  margin: 0 auto;
}

@media (min-width: 742px) {
  .row.parking-adverts .standard-width {
    width: 100%;
  }
}

@media (min-width: 742px) {
  .row.parking-adverts .get-ahead {
    display: none;
  }
}

@media (min-width: 1290px) {
  .row.parking-adverts .get-ahead {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.row.parking-adverts .large-mpu {
  width: 300px;
  height: 250px;
  margin: 0 auto;
}

@media (min-width: 742px) {
  .row.parking-adverts .large-mpu {
    width: 650px;
    height: 80px;
    position: absolute;
    top: 390px;
    left: 50%;
    margin-left: -325px;
  }
  .row.parking-adverts .large-mpu > div {
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 1024px) {
  .row.parking-adverts .large-mpu {
    width: 728px;
    height: 90px;
    position: absolute;
    top: 430px;
    margin-left: -364px;
  }
}

@media (min-width: 1290px) {
  .row.parking-adverts .large-mpu {
    width: 300px;
    height: 250px;
    left: 0;
    top: 120px;
    margin-left: 0;
  }
}

@media (min-width: 742px) {
  .row.parking-adverts .our-retailers {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 1290px) {
  .row.parking-adverts .our-retailers {
    left: 320px;
  }
}

.row.parking-adverts .retailers {
  width: 295px;
  height: 172px;
  margin: 0 auto;
  border-bottom: 1px solid #D0D0CF;
  border-top: 1px solid #D0D0CF;
  position: relative;
}

@media (min-width: 742px) {
  .row.parking-adverts .retailers {
    position: absolute;
    width: 315px;
    height: 248px;
    top: 90px;
    left: 0;
  }
}

@media (min-width: 1024px) {
  .row.parking-adverts .retailers {
    width: 448px;
    height: 268px;
    top: 110px;
  }
}

@media (min-width: 1290px) {
  .row.parking-adverts .retailers {
    height: 250px;
    left: 320px;
    top: 120px;
  }
}

.row.parking-adverts .retailers .retailer {
  opacity: 0;
}

.row.parking-adverts .retailers .retailer--one img {
  width: 60%;
}

.row.parking-adverts .retailers .retailer--two img {
  width: 55%;
}

.row.parking-adverts .retailers .retailer--three img {
  width: 60%;
}

.row.parking-adverts .retailers .retailer--four img {
  width: 45%;
}

.row.parking-adverts .retailers .retailer--five img {
  height: 55%;
}

.row.parking-adverts .retailers .retailer img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 742px) {
  .row.parking-adverts .plan-trip-title {
    position: absolute;
    top: 0;
    right: 0;
    width: 315px;
  }
}

@media (min-width: 1024px) {
  .row.parking-adverts .plan-trip-title {
    width: 448px;
  }
}

.row.parking-adverts .plan-trip {
  background-image: url("../assets/images/1x/trip-small.png");
  background-size: cover;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  width: 295px;
  height: 233px;
  margin: 0 auto;
}

@media (min-width: 742px) {
  .row.parking-adverts .plan-trip {
    width: 315px;
    right: 0;
    top: 90px;
    height: 248px;
    position: absolute;
  }
}

@media (min-width: 1024px) {
  .row.parking-adverts .plan-trip {
    background-image: url("../assets/images/1x/trip-large.png");
    width: 448px;
    height: 250px;
    top: 110px;
  }
}

@media (min-width: 1290px) {
  .row.parking-adverts .plan-trip {
    top: 120px;
  }
}

.row.parking-adverts .plan-trip a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  padding-top: 8px;
  display: block;
  font-size: 14px;
  position: absolute;
  background-color: #1d325c;
  border-radius: 8px;
  width: 92px;
  height: 27px;
  right: 20px;
  bottom: 20px;
}

@media (min-width: 1024px) {
  .row.parking-adverts .plan-trip a {
    width: 135px;
    height: 29px;
    font-size: 15px;
    padding-top: 11px;
  }
}

.row.parking-adverts .plan-trip a:hover {
  background-color: #111d35;
}

.introbox {
  margin: .5em;
  padding: 1em;
  background: #A7A7A6;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.introbox:before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: solid 2.25em #000;
  border-bottom-color: #000;
  transform: rotate(45deg);
  transform-origin: center center;
  position: absolute;
  top: -2.25em;
  right: -2.25em;
  opacity: .2;
}

.introbox + .col:not(.introbox) {
  margin: .5em;
}

.introbox__title {
  margin-top: 0 !important;
  margin-bottom: auto !important;
  justify-self: flex-start;
  color: #fff;
  font-weight: bold;
}

.introbox__title {
  font-size: 16px;
}

@media screen and (min-width: 400px) {
  .introbox__title {
    font-size: calc(16px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .introbox__title {
    font-size: 22px;
  }
}

.introbox__content {
  margin-top: 1em;
  color: #fff;
}

.introbox__link {
  margin-bottom: 0;
}

.introbox--blue {
  background-color: #1fabe3;
}

.introbox--purple {
  background-color: #843b84;
}

.introbox--pink {
  background-color: #e93f76;
}

.introbox--green {
  background-color: #00b0ad;
}

.introbox--brown {
  background-color: #5c5c5b;
}

.introbox--yellow {
  background-color: #f1a806;
}

.introbox--darkgreen {
  background-color: #149992;
}

.flight-times {
  position: relative;
  margin-bottom: 55px;
  font-size: 12px;
}

@media (min-width: 742px) {
  .flight-times {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .flight-times {
    font-size: 14px;
  }
}

@media (min-width: 1290px) {
  .flight-times {
    font-size: 14px;
  }
}

@media (min-width: 742px) {
  .flight-times {
    max-width: 854px;
    margin: 0 auto;
    margin-bottom: 22px;
    margin-top: 32px;
    font-size: 14px;
  }
}

@media (min-width: 742px) and (min-width: 742px) {
  .flight-times {
    font-size: 14px;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times {
    font-size: 14px;
  }
}

@media (min-width: 742px) and (min-width: 1290px) {
  .flight-times {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .flight-times {
    margin-top: 44px;
    margin-bottom: 20px;
  }
}

.flight-times .ft-tabs {
  height: 100%;
  position: absolute;
  width: 100%;
}

.flight-times .ft-tabs a.tab {
  background: #c1c1c1;
  box-sizing: border-box;
  color: #fff;
  height: 50px;
  float: left;
  font-weight: 800;
  font-size: 17px;
  padding: 0;
  padding-top: 16px;
  text-align: center;
  text-decoration: none;
  width: 49%;
}

@media (min-width: 742px) {
  .flight-times .ft-tabs a.tab {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .flight-times .ft-tabs a.tab {
    font-size: 20px;
    text-align: left;
  }
}

@media (min-width: 1290px) {
  .flight-times .ft-tabs a.tab {
    font-size: 22px;
  }
}

.flight-times .ft-tabs a.tab:first-child {
  margin-right: 2%;
}

@media (min-width: 742px) {
  .flight-times .ft-tabs a.tab:first-child {
    margin-right: 0.5%;
  }
}

.flight-times .ft-tabs a.tab.selected {
  background-color: #00b0ad;
}

.flight-times .ft-tabs a.tab.selected.departures {
  background-color: #1d325c;
}

@media (min-width: 742px) {
  .flight-times .ft-tabs a.tab {
    background-color: #c1c1c1;
    background-image: url("../assets/images/1x/depatures-icon.png");
    background-repeat: no-repeat;
    background-position: 10px 14px;
    background-size: auto 25px;
    padding: 15px 0 0 57px;
    width: 175px;
  }
  .flight-times .ft-tabs a.tab.arrivals {
    background-image: url("../assets/images/1x/arrivals-icon.png");
    background-position: 10px 16px;
    background-size: 36px auto;
  }
}

@media (min-width: 1024px) {
  .flight-times .ft-tabs a.tab {
    width: 205px;
    margin-right: 0.5%;
    font-size: 22px;
    padding-top: 14px;
  }
}

.flight-times .ft-tabs .search {
  display: none;
  display: block;
  background-color: #f5f5f5;
  bottom: -30px;
  height: 32px;
  margin-top: 11px;
  position: absolute;
  right: 0;
  width: 183px;
}

.flight-times .ft-tabs .search input {
  background-color: transparent;
  border: none;
  color: #5c5c5b;
  height: 30px;
  padding-left: 5px;
  width: 130px;
}

.flight-times .ft-tabs .search input[type="submit"] {
  background-image: url("../assets/images/1x/search.png");
  background-size: 80% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  width: 30px;
}

@media (min-width: 742px) {
  .flight-times .ft-tabs .search {
    bottom: auto;
    float: right;
    position: relative;
    width: 135px;
  }
  .flight-times .ft-tabs .search input {
    font-size: 12px !important;
    width: 95px;
  }
  .flight-times .ft-tabs .search input[type="submit"] {
    width: 30px;
  }
}

@media (min-width: 1024px) {
  .flight-times .ft-tabs .search {
    width: 208px;
  }
  .flight-times .ft-tabs .search input {
    font-size: 16px !important;
    width: 168px;
  }
}

.flight-times .ft-tabs a.all {
  bottom: -25px;
  font-weight: 800;
  font-size: 14px;
  position: absolute;
  left: 3px;
}

@media (min-width: 742px) {
  .flight-times .ft-tabs a.all {
    top: 15px;
    left: 405px;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .flight-times .ft-tabs a.all {
    left: 495px;
  }
}

.flight-times p.ft-intro {
  clear: both;
  display: none;
  font-weight: 800;
  padding: 40px 20px;
  text-align: center;
}

@media (min-width: 742px) {
  .flight-times p.ft-intro {
    display: block;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .flight-times p.ft-intro {
    font-size: 17px;
  }
}

.flight-times .ft-content {
  padding-top: 61px;
}

@media (min-width: 1024px) {
  .flight-times .ft-content {
    padding-top: 63px;
  }
}

.flight-times .ft-content#ft-arrivals table tbody tr:nth-child(odd) {
  background: #f5fcfc;
}

.flight-times table {
  text-align: center;
  background: #fff;
  width: 100%;
  border-bottom: solid 14px #fff;
}

.flight-times table td {
  padding: 10px 0;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .flight-times table td {
    padding: 14px 0;
  }
}

.flight-times table thead {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 742px) {
  .flight-times table thead {
    font-size: 12px;
  }
}

@media (min-width: 742px) and (min-width: 742px) {
  .flight-times table thead {
    font-size: 14px;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times table thead {
    font-size: 14px;
  }
}

@media (min-width: 742px) and (min-width: 1290px) {
  .flight-times table thead {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .flight-times table thead {
    font-size: 16px;
  }
}

.flight-times table tfoot {
  background-color: #00b0ad;
}

.flight-times table tfoot p {
  color: #fff;
}

.flight-times table tbody {
  font-size: 14px;
}

@media (min-width: 742px) {
  .flight-times table tbody {
    font-size: 12px;
  }
}

@media (min-width: 742px) and (min-width: 742px) {
  .flight-times table tbody {
    font-size: 14px;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times table tbody {
    font-size: 14px;
  }
}

@media (min-width: 742px) and (min-width: 1290px) {
  .flight-times table tbody {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .flight-times table tbody {
    font-size: 16px;
    font-weight: 400;
  }
}

.flight-times table tbody tr:nth-child(odd) {
  background: #f6f7f8;
}

.flight-times table tbody .status {
  font-size: 10px;
}

@media (min-width: 742px) {
  .flight-times table tbody .status {
    font-size: 12px;
  }
}

@media (min-width: 742px) and (min-width: 742px) {
  .flight-times table tbody .status {
    font-size: 14px;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times table tbody .status {
    font-size: 14px;
  }
}

@media (min-width: 742px) and (min-width: 1290px) {
  .flight-times table tbody .status {
    font-size: 14px;
  }
}

.flight-times table .airline.icon {
  background-size: auto 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.flight-times table .airline.icon.icon-bh-air {
  background-image: url("../assets/images/1x/airline-bh-air-logo.png");
}

.flight-times table .airline.icon.icon-ryan-air {
  background-image: url("../assets/images/1x/airline-ryan-air-logo.png");
}

.flight-times table .airline.icon.icon-easyjet {
  background-image: url("../assets/images/1x/airline-easyjet-logo.png");
}

.flight-times table .airline.icon.icon-flybe {
  background-image: url("../assets/images/1x/airline-flybe-logo.png");
}

.flight-times table .airline.icon.icon-wizz {
  background-image: url("../assets/images/1x/airline-wizz-logo.png");
}

.flight-times table .airline.icon.icon-tui {
  background-image: url("../assets/images/1x/airline-tui-logo.png");
}

.flight-times table .airline.icon.icon-klm {
  background-image: url("../assets/images/1x/airline-klm-logo.png");
}

.flight-times table .airline.icon.icon-aireuropa {
  background-image: url("../assets/images/1x/airline-aireuropa-logo.png");
}

.flight-times table .flight-no {
  width: 68px;
}

@media (min-width: 742px) {
  .flight-times table .flight-no {
    width: 100px;
  }
}

@media (min-width: 742px) {
  .flight-times table .from {
    width: 300px;
  }
}

.flight-times table .no-mob {
  display: none;
}

@media (min-width: 742px) {
  .flight-times table .no-mob {
    display: block;
  }
}

@media (min-width: 742px) {
  .flight-times .conc-text {
    display: none;
  }
}

.flight-times .full-text {
  display: none;
}

@media (min-width: 742px) {
  .flight-times .full-text {
    display: block;
  }
}

.flight-times.full {
  margin-top: -67px;
}

@media (min-width: 742px) {
  .flight-times.full {
    margin-top: -68px;
  }
}

@media (min-width: 1290px) {
  .flight-times.full {
    max-width: 1140px;
  }
}

@media (min-width: 742px) {
  .flight-times.full .ft-tabs a.tab {
    text-align: left;
    width: 214px;
  }
}

@media (min-width: 1024px) {
  .flight-times.full .ft-tabs a.tab {
    width: 270px;
  }
}

.flight-times.full .search-flight-form {
  margin-top: 67px;
  padding: 0;
  background: #F5F5F5;
}

@media (min-width: 742px) {
  .flight-times.full .search-flight-form {
    margin-top: 4px;
    width: 172px;
  }
}

@media (min-width: 1024px) {
  .flight-times.full .search-flight-form {
    width: 205px;
  }
}

.flight-times.full .search-flight-form input {
  width: calc(100% - 36px);
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 742px) {
  .flight-times.full .search-flight-form input {
    height: 34px;
  }
}

.flight-times.full .search-flight-form .search-icon {
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 742px) {
  .flight-times.full .search-flight-form .search-icon {
    height: 22px;
  }
}

.flight-times.full .ft-content {
  padding-top: 180px;
}

@media (min-width: 742px) {
  .flight-times.full .ft-content {
    padding-top: 60px;
  }
}

.flight-times.full table thead {
  display: none;
}

@media (min-width: 742px) {
  .flight-times.full table thead {
    display: table-row-group;
  }
  .flight-times.full table thead tr {
    position: relative;
    height: 50px;
    width: 100%;
  }
  .flight-times.full table thead tr.date-row td {
    width: 100%;
    margin-top: 7px;
    font-weight: bold;
  }
  .flight-times.full table thead tr td {
    float: left;
    width: 49%;
    font-size: 14px;
  }
}

@media (min-width: 742px) and (min-width: 742px) {
  .flight-times.full table thead tr td {
    text-align: center !important;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times.full table thead tr td {
    font-size: 15px;
  }
}

@media (min-width: 742px) and (min-width: 1290px) {
  .flight-times.full table thead tr td {
    font-size: 16px;
  }
}

@media (min-width: 742px) {
  .flight-times.full table thead tr td .mob-label {
    display: inline;
    font-weight: bold;
  }
}

@media (min-width: 742px) and (min-width: 742px) {
  .flight-times.full table thead tr td .mob-label {
    display: none;
  }
}

@media (min-width: 742px) {
  .flight-times.full table thead tr td.flight-no {
    text-align: left;
    margin-left: 0.5%;
  }
}

@media (min-width: 742px) and (min-width: 742px) {
  .flight-times.full table thead tr td.flight-no {
    width: 20%;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times.full table thead tr td.flight-no {
    width: 15%;
  }
}

@media (min-width: 742px) {
  .flight-times.full table thead tr td.airline {
    display: none;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times.full table thead tr td.airline {
    display: block;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times.full table thead tr td.airline {
    width: 15%;
  }
}

@media (min-width: 742px) {
  .flight-times.full table thead tr td.from {
    text-align: right;
  }
}

@media (min-width: 742px) and (min-width: 742px) {
  .flight-times.full table thead tr td.from {
    width: 20%;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times.full table thead tr td.from {
    width: 24%;
  }
}

@media (min-width: 742px) {
  .flight-times.full table thead tr td.scheduled {
    text-align: left;
    margin-left: 0.5%;
  }
}

@media (min-width: 742px) and (min-width: 742px) {
  .flight-times.full table thead tr td.scheduled {
    width: 20%;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times.full table thead tr td.scheduled {
    width: 15%;
  }
}

@media (min-width: 742px) {
  .flight-times.full table thead tr td.expected {
    text-align: right;
  }
}

@media (min-width: 742px) and (min-width: 742px) {
  .flight-times.full table thead tr td.expected {
    width: 20%;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times.full table thead tr td.expected {
    width: 15%;
  }
}

@media (min-width: 742px) {
  .flight-times.full table thead tr td.status {
    display: none;
  }
}

@media (min-width: 742px) and (min-width: 742px) {
  .flight-times.full table thead tr td.status {
    display: block;
    width: 19%;
  }
}

@media (min-width: 742px) and (min-width: 1024px) {
  .flight-times.full table thead tr td.status {
    width: 15%;
  }
}

.flight-times.full table tbody {
  height: 100%;
}

.flight-times.full table tbody tr {
  position: relative;
  height: 50px;
  width: 100%;
}

.flight-times.full table tbody tr.date-row td {
  width: 100%;
  margin-top: 7px;
  font-weight: bold;
}

.flight-times.full table tbody tr td {
  float: left;
  width: 49%;
  font-size: 14px;
}

@media (min-width: 742px) {
  .flight-times.full table tbody tr td {
    text-align: center !important;
  }
}

.flight-times.full table tbody tr td .mob-label {
  display: inline;
  font-weight: bold;
}

@media (min-width: 742px) {
  .flight-times.full table tbody tr td .mob-label {
    display: none;
  }
}

.flight-times.full table tbody tr td.flight-no {
  text-align: left;
  margin-left: 0.5%;
}

@media (min-width: 742px) {
  .flight-times.full table tbody tr td.flight-no {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .flight-times.full table tbody tr td.flight-no {
    width: 15%;
  }
}

.flight-times.full table tbody tr td.airline {
  display: none;
}

@media (min-width: 1024px) {
  .flight-times.full table tbody tr td.airline {
    display: block;
  }
}

@media (min-width: 1024px) {
  .flight-times.full table tbody tr td.airline {
    width: 15%;
  }
}

.flight-times.full table tbody tr td.from {
  text-align: right;
}

@media (min-width: 742px) {
  .flight-times.full table tbody tr td.from {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .flight-times.full table tbody tr td.from {
    width: 24%;
  }
}

.flight-times.full table tbody tr td.scheduled {
  text-align: left;
  margin-left: 0.5%;
}

@media (min-width: 742px) {
  .flight-times.full table tbody tr td.scheduled {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .flight-times.full table tbody tr td.scheduled {
    width: 15%;
  }
}

.flight-times.full table tbody tr td.expected {
  text-align: right;
}

@media (min-width: 742px) {
  .flight-times.full table tbody tr td.expected {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .flight-times.full table tbody tr td.expected {
    width: 15%;
  }
}

.flight-times.full table tbody tr td.status {
  display: none;
}

@media (min-width: 742px) {
  .flight-times.full table tbody tr td.status {
    display: block;
    width: 19%;
  }
}

@media (min-width: 1024px) {
  .flight-times.full table tbody tr td.status {
    width: 15%;
  }
}

.flight-times.full table tfoot tr td {
  padding: 6px 0;
}

@media (min-width: 1290px) {
  #front-page .flight-times {
    margin-top: 64px;
    margin-bottom: 50px;
  }
}

.search-flight-form {
  clear: both;
  padding-top: 10px;
}

@media (min-width: 742px) {
  .search-flight-form {
    clear: none;
    float: right;
    padding: 0;
    width: 163px;
  }
}

@media (min-width: 1024px) {
  .search-flight-form {
    width: 183px;
  }
}

.search-flight-form .search-flight {
  background: #F5F5F5;
  display: block;
  outline: none;
  border: none;
  color: #1fabe3;
  font-weight: bold;
  height: 43px;
  padding: .5em;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  text-transform: uppercase;
  -webkit-appearance: none;
}

.search-flight-form .search-flight::placeholder {
  color: #1d325c;
  font-weight: normal;
  text-transform: none;
}

@media (min-width: 742px) {
  .search-flight-form .search-flight {
    float: left;
    height: 43px;
    margin-top: 5px;
    width: 129px;
  }
}

@media (min-width: 1024px) {
  .search-flight-form .search-flight {
    width: 149px;
  }
}

.search-flight-form .search-icon {
  display: none;
  background-color: #F5F5F5;
  border: none;
  height: 29px;
  width: 20px;
  margin: 5px 0 0 0;
  padding: .5em;
  overflow: hidden;
  text-indent: -999px;
  background-image: url(../assets/images/1x/search.png);
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
}

@media (min-width: 742px) {
  .search-flight-form .search-icon {
    display: block;
  }
}

/*
 * jQuery Slot Machine v4.0.0
 * https://github.com/josex2r/jQuery-SlotMachineundefined
 *
 * Copyright 2014 Jose Luis Represa
 * Released under the MIT license
 */
.slotMachineNoTransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.slotMachineBlurFast {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.slotMachineBlurMedium {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.slotMachineBlurSlow {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.slotMachineBlurTurtle {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.destination-spinner {
  margin-top: 12px;
  margin-bottom: 24px;
}

@media (min-width: 742px) {
  .destination-spinner {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .destination-spinner {
    margin-bottom: 36px;
  }
}

@media (min-width: 1290px) {
  .destination-spinner {
    margin-bottom: 46px;
  }
}

.destination-spinner__header {
  background-color: #1fabe3;
  margin: 0 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (min-width: 742px) {
  .destination-spinner__header {
    width: calc(654px - 20px);
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .destination-spinner__header {
    width: calc(965px - 20px);
    padding-bottom: 14px;
    padding-top: 14px;
  }
}

@media (min-width: 1290px) {
  .destination-spinner__header {
    width: calc(1280px - 20px);
  }
}

.destination-spinner__header-inner {
  color: #fff;
  font-family: "Avenir", sans-serif;
  text-align: center;
  font-weight: 900;
  font-size: 22px;
}

@media (min-width: 742px) {
  .destination-spinner__header-inner {
    font-size: 24px;
  }
}

@media (min-width: 1290px) {
  .destination-spinner__header-inner {
    font-size: 26px;
  }
}

.destination-spinner__spinner {
  margin: 0 30px 1.5em;
}

@media (min-width: 742px) {
  .destination-spinner__spinner {
    width: calc(654px - 20px);
    margin: 0 auto 1.5em;
  }
}

@media (min-width: 1024px) {
  .destination-spinner__spinner {
    width: calc(965px - 20px);
  }
}

@media (min-width: 1290px) {
  .destination-spinner__spinner {
    width: calc(1280px - 20px);
  }
}

.destination-spinner__destinations {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.destination-spinner__destinations:before, .destination-spinner__destinations:after {
  content: '';
  width: 1px;
  height: 1px;
  border: solid 2em #fff;
  background: #fff;
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all .5s;
}

.destination-spinner__destinations:before {
  left: -2em;
}

.destination-spinner__destinations:after {
  right: -2em;
}

.destination-spinner__destinations--spining:before, .destination-spinner__destinations--spining:after {
  filter: blur(2px);
}

.destination-spinner__destinations--spining:before {
  left: -3.5em;
}

.destination-spinner__destinations--spining:after {
  right: -3.5em;
}

.destination-spinner__destination {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.destination-spinner__destination {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  .destination-spinner__destination {
    font-size: calc(22px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .destination-spinner__destination {
    font-size: 28px;
  }
}

.destination-spinner__content {
  text-align: center;
}

.destination-spinner__title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: bold;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.95);
  letter-spacing: .075em;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.destination-spinner__title {
  font-size: 26px;
}

@media screen and (min-width: 400px) {
  .destination-spinner__title {
    font-size: calc(26px + 11 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .destination-spinner__title {
    font-size: 37px;
  }
}

.destination-spinner__title strong {
  display: block;
  font-size: .5em;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.95);
}

.twitter-holder h3 {
  color: #1da1f2;
  font-size: 17px;
}

@media (min-width: 742px) {
  .twitter-holder h3 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .twitter-holder h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1290px) {
  .twitter-holder h3 {
    font-size: 22px;
  }
}

.twitter-holder h3 img {
  height: 30px;
  margin-right: 16px;
}

.facebook-holder {
  display: none;
}

@media (min-width: 1024px) {
  .facebook-holder {
    display: block;
  }
}

.facebook-holder h3 {
  color: #335692;
  font-size: 17px;
}

@media (min-width: 742px) {
  .facebook-holder h3 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .facebook-holder h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1290px) {
  .facebook-holder h3 {
    font-size: 22px;
  }
}

.facebook-holder h3 img {
  height: 30px;
  margin-right: 16px;
}

.facebook-holder .facebook-box {
  overflow: hidden;
  border-top: 1px solid #ebedf0;
}

.facebook-holder .facebook-box .fb-page {
  margin-top: -114px;
}

@media (min-width: 742px) {
  .tweets .col {
    width: 50%;
  }
  .tweets .col:nth-child(2) {
    display: none;
  }
  .tweets .col:nth-child(3) {
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .tweets .col {
    width: 33.33%;
  }
  .tweets .col:nth-child(2) {
    display: block;
  }
  .tweets .col:nth-child(3) {
    padding-top: 15px;
  }
}

.tweets .row .col > h3 {
  color: #00b0ad !important;
  color: #1b97f1;
  font-size: 17px;
  margin-bottom: 15px;
}

@media (min-width: 742px) {
  .tweets .row .col > h3 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .tweets .row .col > h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1290px) {
  .tweets .row .col > h3 {
    font-size: 22px;
  }
}

.tweets .row .col > h3 .right {
  color: #1d325c;
  display: inline;
  float: right;
  font-size: 14px;
}

@media (min-width: 742px) {
  .tweets .row .col > h3 .right {
    font-size: 16px;
  }
}

.tweets .tweet {
  display: none;
  background-image: url("../assets/images/1x/twitter-top.png");
  background-size: 16px auto;
  background-position: calc(100% - 14px) 18px;
  background-repeat: no-repeat;
}

@media (min-width: 742px) {
  .tweets .tweet {
    display: block;
  }
}

.tweets .tweet:first-child {
  display: block;
}

.tweets .tweet h3 {
  color: #00b0ad;
}

.tweets .tweet, .tweets .article-snippet {
  background-color: #F0FAFA;
  padding: 15px 12px;
  margin-bottom: 20px;
}

.tweets .tweet h3, .tweets .article-snippet h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

@media (min-width: 742px) {
  .tweets .tweet h3, .tweets .article-snippet h3 {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .tweets .tweet h3, .tweets .article-snippet h3 {
    font-size: 16px;
  }
}

@media (min-width: 1290px) {
  .tweets .tweet h3, .tweets .article-snippet h3 {
    font-size: 16px;
  }
}

.tweets .tweet h4, .tweets .article-snippet h4 {
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0;
}

@media (min-width: 742px) {
  .tweets .tweet h4, .tweets .article-snippet h4 {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .tweets .tweet h4, .tweets .article-snippet h4 {
    font-size: 15px;
  }
}

@media (min-width: 1290px) {
  .tweets .tweet h4, .tweets .article-snippet h4 {
    font-size: 16px;
  }
}

.tweets .tweet p, .tweets .article-snippet p {
  font-size: 16px;
}

@media (min-width: 742px) {
  .tweets .tweet p, .tweets .article-snippet p {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .tweets .tweet p, .tweets .article-snippet p {
    font-size: 15px;
  }
}

@media (min-width: 1290px) {
  .tweets .tweet p, .tweets .article-snippet p {
    font-size: 16px;
  }
}

.tweets .article-snippet {
  background-color: #F5F5F5;
  padding: 0;
}

.tweets .article-snippet img {
  width: 100%;
  height: auto;
}

.tweets .article-snippet h3 {
  padding: 15px;
  font-size: 15px;
}

@media (min-width: 742px) {
  .tweets .article-snippet h3 {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .tweets .article-snippet h3 {
    font-size: 17px;
  }
}

@media (min-width: 1290px) {
  .tweets .article-snippet h3 {
    font-size: 17px;
  }
}

.tweets .article-snippet h3 a {
  text-decoration: none;
}

.tweets .article-snippet h3 a:hover {
  text-decoration: underline;
}

.tweets .article-snippet h4 {
  color: #1d325c;
  font-size: 14px;
  padding: 0 15px 15px 15px;
}

.tweets-horizontal .divider {
  height: 3px;
  background-color: #D0D0CF;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
}

@media (min-width: 742px) {
  .tweets-horizontal .tweet {
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }
  .tweets-horizontal .tweet:first-child {
    display: inline-block;
  }
  .tweets-horizontal .tweet:nth-child(odd) {
    margin-right: 15px;
  }
  .tweets-horizontal .tweet:nth-child(3) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .tweets-horizontal .tweet {
    width: 29.6%;
  }
  .tweets-horizontal .tweet:nth-child(2) {
    margin-right: 15px;
  }
  .tweets-horizontal .tweet:nth-child(3) {
    display: inline-block;
    margin-right: 0;
  }
}

@media (min-width: 1290px) {
  .tweets-horizontal .tweet {
    width: 30.5%;
  }
}

.tweets__tweet-inner {
  padding-left: 35px;
  padding-bottom: 20px;
}

.tweets__tweet-inner a {
  text-decoration: none;
  color: #2EBEBC;
  font-weight: 800;
}

.tweets__tweet-link {
  background-image: url("../assets/images/1x/twitter-link.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  margin-left: 33px;
  overflow: hidden;
  text-indent: -9998em;
  vertical-align: middle;
  width: 18px;
}

.tweets__tweet-date {
  color: #8196a1;
  display: inline-block;
  font-size: 12px;
  float: right;
  vertical-align: middle;
}

.tweets__title, .feed__title {
  display: flex;
  align-items: center;
}

.tweets__title svg, .feed__title svg {
  margin-right: 8px;
  width: 28px;
  height: 28px;
}

.tweets__handle {
  margin-bottom: 20px;
  padding-left: 34px;
  position: relative;
}

.tweets__handle h4 {
  margin-bottom: 0 !important;
  color: #000;
}

.tweets__handle img {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 52%;
  border-radius: 50%;
}

.view-more-articles {
  float: right;
  text-align: right;
}

.parking-promo {
  background: no-repeat;
  background-size: cover;
  display: block;
  height: 200px;
  margin: auto;
  width: 250px;
  background-image: url("../assets/images/2x/square-addvert@2x.png");
}

@media (min-width: 742px) {
  .parking-promo {
    background-image: url("../assets/images/2x/rec-advert@2x.png");
    height: 100px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .parking-promo {
    background-image: url("../assets/images/2x/square-addvert@2x.png");
    height: 240px;
  }
}

@media (min-width: 1290px) {
  .parking-promo {
    height: 320px;
    margin-top: 100px;
  }
}

.avg-temprature {
  display: block;
  margin-bottom: 40px;
  margin-top: 56px;
}

@media (min-width: 742px) {
  .avg-temprature {
    display: inline-block;
    vertical-align: top;
    width: 289px;
    margin-left: 19px;
    margin-top: 51px;
  }
}

@media (min-width: 1024px) {
  .avg-temprature {
    margin-top: 38px;
    width: 321px;
  }
}

@media (min-width: 1290px) {
  .avg-temprature {
    margin-top: 116px;
  }
}

.avg-temprature__wrap {
  display: flex;
}

.avg-temprature__key {
  flex-basis: 7%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-left: .75em;
}

.avg-temprature__label {
  color: #B0B7C6;
  font-weight: bold;
  font-size: 8px;
  padding-top: 9px;
}

.avg-temprature__bars {
  height: 125px;
  flex-basis: 100%;
  display: flex;
}

@media (min-width: 1024px) {
  .avg-temprature__bars {
    height: 133px;
  }
}

.avg-temprature__bar {
  flex-grow: 1;
  margin: 0 .15em;
  justify-content: space-between;
  position: relative;
}

.avg-temprature__bar:first-child {
  margin-left: 0;
}

.avg-temprature__bar:last-child {
  margin-right: 0;
}

.avg-temprature__bar:after {
  content: '';
  display: block;
  width: 100%;
  height: 2.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f1a806;
  transition: all 1s cubic-bezier(0.06, 0.76, 0.62, 0.92);
  transition-delay: 2s;
}

.avg-temprature__bar:before {
  color: #B0B7C6;
  content: attr(data-month);
  display: block;
  font-size: 8px;
  position: absolute;
  top: calc(100% + .5em);
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.avg-temprature__bar[data-value="34"]:after {
  height: 34%;
}

.avg-temprature__bar[data-value="1"]:after {
  height: 1%;
}

.avg-temprature__bar[data-value="2"]:after {
  height: 2%;
}

.avg-temprature__bar[data-value="3"]:after {
  height: 3%;
}

.avg-temprature__bar[data-value="4"]:after {
  height: 4%;
}

.avg-temprature__bar[data-value="5"]:after {
  height: 5%;
}

.avg-temprature__bar[data-value="6"]:after {
  height: 6%;
}

.avg-temprature__bar[data-value="7"]:after {
  height: 7%;
}

.avg-temprature__bar[data-value="8"]:after {
  height: 8%;
}

.avg-temprature__bar[data-value="9"]:after {
  height: 9%;
}

.avg-temprature__bar[data-value="10"]:after {
  height: 10%;
}

.avg-temprature__bar[data-value="11"]:after {
  height: 11%;
}

.avg-temprature__bar[data-value="12"]:after {
  height: 12%;
}

.avg-temprature__bar[data-value="13"]:after {
  height: 13%;
}

.avg-temprature__bar[data-value="14"]:after {
  height: 14%;
}

.avg-temprature__bar[data-value="15"]:after {
  height: 15%;
}

.avg-temprature__bar[data-value="16"]:after {
  height: 16%;
}

.avg-temprature__bar[data-value="17"]:after {
  height: 17%;
}

.avg-temprature__bar[data-value="18"]:after {
  height: 18%;
}

.avg-temprature__bar[data-value="19"]:after {
  height: 19%;
}

.avg-temprature__bar[data-value="20"]:after {
  height: 20%;
}

.avg-temprature__bar[data-value="21"]:after {
  height: 21%;
}

.avg-temprature__bar[data-value="22"]:after {
  height: 22%;
}

.avg-temprature__bar[data-value="23"]:after {
  height: 23%;
}

.avg-temprature__bar[data-value="24"]:after {
  height: 24%;
}

.avg-temprature__bar[data-value="25"]:after {
  height: 25%;
}

.avg-temprature__bar[data-value="26"]:after {
  height: 26%;
}

.avg-temprature__bar[data-value="27"]:after {
  height: 27%;
}

.avg-temprature__bar[data-value="28"]:after {
  height: 28%;
}

.avg-temprature__bar[data-value="29"]:after {
  height: 29%;
}

.avg-temprature__bar[data-value="30"]:after {
  height: 30%;
}

.avg-temprature__bar[data-value="31"]:after {
  height: 31%;
}

.avg-temprature__bar[data-value="32"]:after {
  height: 32%;
}

.avg-temprature__bar[data-value="33"]:after {
  height: 33%;
}

.avg-temprature__bar[data-value="34"]:after {
  height: 34%;
}

.avg-temprature__bar[data-value="35"]:after {
  height: 35%;
}

.avg-temprature__bar[data-value="36"]:after {
  height: 36%;
}

.avg-temprature__bar[data-value="37"]:after {
  height: 37%;
}

.avg-temprature__bar[data-value="38"]:after {
  height: 38%;
}

.avg-temprature__bar[data-value="39"]:after {
  height: 39%;
}

.avg-temprature__bar[data-value="40"]:after {
  height: 40%;
}

.avg-temprature__bar[data-value="41"]:after {
  height: 41%;
}

.avg-temprature__bar[data-value="42"]:after {
  height: 42%;
}

.avg-temprature__bar[data-value="43"]:after {
  height: 43%;
}

.avg-temprature__bar[data-value="44"]:after {
  height: 44%;
}

.avg-temprature__bar[data-value="45"]:after {
  height: 45%;
}

.avg-temprature__bar[data-value="46"]:after {
  height: 46%;
}

.avg-temprature__bar[data-value="47"]:after {
  height: 47%;
}

.avg-temprature__bar[data-value="48"]:after {
  height: 48%;
}

.avg-temprature__bar[data-value="49"]:after {
  height: 49%;
}

.avg-temprature__bar[data-value="50"]:after {
  height: 50%;
}

.avg-temprature__bar[data-value="51"]:after {
  height: 51%;
}

.avg-temprature__bar[data-value="52"]:after {
  height: 52%;
}

.avg-temprature__bar[data-value="53"]:after {
  height: 53%;
}

.avg-temprature__bar[data-value="54"]:after {
  height: 54%;
}

.avg-temprature__bar[data-value="55"]:after {
  height: 55%;
}

.avg-temprature__bar[data-value="56"]:after {
  height: 56%;
}

.avg-temprature__bar[data-value="57"]:after {
  height: 57%;
}

.avg-temprature__bar[data-value="58"]:after {
  height: 58%;
}

.avg-temprature__bar[data-value="59"]:after {
  height: 59%;
}

.avg-temprature__bar[data-value="60"]:after {
  height: 60%;
}

.avg-temprature__bar[data-value="61"]:after {
  height: 61%;
}

.avg-temprature__bar[data-value="62"]:after {
  height: 62%;
}

.avg-temprature__bar[data-value="63"]:after {
  height: 63%;
}

.avg-temprature__bar[data-value="64"]:after {
  height: 64%;
}

.avg-temprature__bar[data-value="65"]:after {
  height: 65%;
}

.avg-temprature__bar[data-value="66"]:after {
  height: 66%;
}

.avg-temprature__bar[data-value="67"]:after {
  height: 67%;
}

.avg-temprature__bar[data-value="68"]:after {
  height: 68%;
}

.avg-temprature__bar[data-value="69"]:after {
  height: 69%;
}

.avg-temprature__bar[data-value="70"]:after {
  height: 70%;
}

.avg-temprature__bar[data-value="71"]:after {
  height: 71%;
}

.avg-temprature__bar[data-value="72"]:after {
  height: 72%;
}

.avg-temprature__bar[data-value="73"]:after {
  height: 73%;
}

.avg-temprature__bar[data-value="74"]:after {
  height: 74%;
}

.avg-temprature__bar[data-value="75"]:after {
  height: 75%;
}

.avg-temprature__bar[data-value="76"]:after {
  height: 76%;
}

.avg-temprature__bar[data-value="77"]:after {
  height: 77%;
}

.avg-temprature__bar[data-value="78"]:after {
  height: 78%;
}

.avg-temprature__bar[data-value="79"]:after {
  height: 79%;
}

.avg-temprature__bar[data-value="80"]:after {
  height: 80%;
}

.avg-temprature__bar[data-value="81"]:after {
  height: 81%;
}

.avg-temprature__bar[data-value="82"]:after {
  height: 82%;
}

.avg-temprature__bar[data-value="83"]:after {
  height: 83%;
}

.avg-temprature__bar[data-value="84"]:after {
  height: 84%;
}

.avg-temprature__bar[data-value="85"]:after {
  height: 85%;
}

.avg-temprature__bar[data-value="86"]:after {
  height: 86%;
}

.avg-temprature__bar[data-value="87"]:after {
  height: 87%;
}

.avg-temprature__bar[data-value="88"]:after {
  height: 88%;
}

.avg-temprature__bar[data-value="89"]:after {
  height: 89%;
}

.avg-temprature__bar[data-value="90"]:after {
  height: 90%;
}

.avg-temprature__bar[data-value="91"]:after {
  height: 91%;
}

.avg-temprature__bar[data-value="92"]:after {
  height: 92%;
}

.avg-temprature__bar[data-value="93"]:after {
  height: 93%;
}

.avg-temprature__bar[data-value="94"]:after {
  height: 94%;
}

.avg-temprature__bar[data-value="95"]:after {
  height: 95%;
}

.avg-temprature__bar[data-value="96"]:after {
  height: 96%;
}

.avg-temprature__bar[data-value="97"]:after {
  height: 97%;
}

.avg-temprature__bar[data-value="98"]:after {
  height: 98%;
}

.avg-temprature__bar[data-value="99"]:after {
  height: 99%;
}

.avg-temprature__bar[data-value="100"]:after {
  height: 100%;
}

.avg-temprature__title {
  font-weight: bold;
  font-size: 15px;
}

@media (min-width: 742px) {
  .avg-temprature__title {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .avg-temprature__title {
    font-size: 17px;
  }
}

.flight-days {
  display: block;
}

@media (min-width: 742px) {
  .flight-days {
    display: inline-block;
    width: 285px;
    vertical-align: top;
    margin-left: 23px;
    margin-top: 51px;
  }
}

@media (min-width: 1024px) {
  .flight-days {
    margin-top: 38px;
    margin-left: 165px;
    width: 358px;
  }
}

@media (min-width: 1290px) {
  .flight-days {
    width: 356px;
    margin-left: 97px;
    margin-top: 116px;
  }
}

.flight-days__title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 15px;
}

@media (min-width: 742px) {
  .flight-days__title {
    font-size: 16px;
  }
}

.flight-days__days {
  display: flex;
  flex-flow: row nowrap;
}

.flight-days__day {
  flex-grow: 1;
  margin: 0 .15em;
  text-align: center;
  background: #F5FCFC;
  padding-top: 12.5%;
  padding-bottom: 2.5%;
  position: relative;
  height: 21px;
}

@media (min-width: 1024px) {
  .flight-days__day {
    padding-bottom: 5.5%;
  }
}

.flight-days__day:first-child {
  margin-left: 0;
}

.flight-days__day:last-child {
  margin-right: 0;
}

.flight-days__day:before {
  content: attr(data-day);
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #843b84;
  display: block;
  font-weight: bold;
  font-size: 17px;
}

@media (min-width: 742px) {
  .flight-days__day:before {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .flight-days__day:before {
    font-size: 23px;
  }
}

@media (min-width: 1290px) {
  .flight-days__day:before {
    font-size: 24px;
  }
}

.flight-days__day .flight-icon {
  opacity: 0;
  background-image: url("../assets/images/1x/booking-widget-plane.png");
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: -7px;
}

.flight-days__day svg {
  width: 60%;
  visibility: hidden;
}

.flight-days__day svg path {
  fill: #f1a806;
}

.flight-days__day--active {
  background: #B8E9E8;
}

.flight-days__day--active .flight-icon {
  opacity: 1;
}

.flight-days__day--active svg {
  visibility: visible;
}

.flight-days__logos {
  padding-top: 20px;
  font-size: 0;
}

@media (min-width: 742px) {
  .flight-days__logos {
    width: 314px;
    right: 0;
    float: right;
    margin-top: -46px;
  }
}

@media (min-width: 1024px) {
  .flight-days__logos {
    width: 360px;
    margin-right: 85px;
    margin-top: -35px;
  }
}

@media (min-width: 1290px) {
  .flight-days__logos {
    margin-right: 40px;
  }
}

.flight-days__logos .logo-holder {
  display: inline-block;
  width: 33%;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 20px;
}

.flight-days__logos .logo-holder svg,
.flight-days__logos .logo-holder img {
  width: 80%;
  max-width: 80px;
  margin-right: 1.5em;
}

@media (min-width: 742px) {
  .flight-days__logos .logo-holder svg,
  .flight-days__logos .logo-holder img {
    width: 67%;
  }
}

.airline-logos {
  height: 100px;
  width: 100%;
  background-color: rgba(0, 0, 255, 0.5);
}

.airline-logos .blocks {
  background-color: rgba(255, 0, 0, 0.5);
  font-size: 0;
}

.airline-logos .blocks .block {
  width: 33%;
  display: inline-block;
}

.warning-message {
  background: #e93f76;
  color: #fff;
  position: relative;
  z-index: 200;
}

.warning-message strong {
  background: #9C2C4F;
  padding: 11px;
  margin-right: 10px;
  display: none;
}

@media (min-width: 1024px) {
  .warning-message strong {
    display: inline;
  }
}

.articles {
  display: block;
  padding-top: 0;
}

.articles__controls {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1em;
}

.articles__controls-top {
  display: none;
}

.articles__filters {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  margin-bottom: 1.5em;
}

.articles__filters:first-of-type {
  margin-bottom: 0;
}

@media (min-width: 742px) {
  .articles__filters {
    margin-top: 18px;
    flex-basis: 50%;
  }
  .articles__filters:first-of-type {
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .articles__filters {
    flex-basis: 38%;
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 25px;
  }
  .articles__filters:first-of-type {
    margin-bottom: 25px;
  }
}

@media (min-width: 1290px) {
  .articles__filters {
    flex-basis: 9%;
  }
}

.articles__label {
  color: #1d325c;
  font-weight: bold;
  flex-grow: 1;
  margin-right: 0;
  padding-right: 0;
  display: none;
}

.articles__label {
  font-size: 16px;
}

@media screen and (min-width: 400px) {
  .articles__label {
    font-size: calc(16px + 4 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .articles__label {
    font-size: 20px;
  }
}

@media (min-width: 742px) {
  .articles__label {
    display: block;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .articles__label {
    font-size: 17px;
  }
}

.articles__select {
  margin-right: 1em;
}

.articles__select {
  width: calc(50% - 1em);
  text-align: center;
  position: relative;
  background: #F5F5F5;
  flex-grow: 2;
}

@media (min-width: 742px) {
  .articles__select {
    width: calc(33.33% - 1em);
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .articles__select {
    width: calc(33.33% - 1em);
    margin: 0 1em;
    max-width: 200px;
  }
}

.articles__select:last-child {
  margin-right: 0;
}

.articles__select:after {
  content: '';
  position: absolute;
  right: .75em;
  top: 50%;
  transform: translateY(-25%);
  border: solid 5px transparent;
  border-top-color: #000;
}

.articles__select select {
  display: block;
  width: 100%;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: none;
  padding: 6px;
  color: #1d325c;
  font-size: 14px;
  font-family: "Avenir", sans-serif;
}

.articles__select select:invalid {
  color: #5C5C5B;
}

@media (min-width: 742px) {
  .articles__select select {
    font-size: 15px;
    width: 140px;
    padding: 10px;
  }
}

.articles__pagination {
  flex-basis: 100%;
  text-align: center;
}

@media (min-width: 742px) {
  .articles__pagination {
    margin-top: 18px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .articles__pagination {
    flex-basis: calc(66.66% - 1em);
    flex-grow: 2;
    text-align: right;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.articles__pagination a, .articles__pagination span {
  display: inline-block;
  text-decoration: none;
  padding: 8px 1em;
  font-size: 14px;
  color: #5C5C5B;
  font-weight: 900;
}

@media (min-width: 1024px) {
  .articles__pagination a, .articles__pagination span {
    text-align: center;
  }
}

@media (min-width: 742px) {
  .articles__pagination a, .articles__pagination span {
    padding: 10px 0;
    width: 40px;
    margin-left: 3px;
    font-size: 15px;
  }
}

.articles__pagination a {
  background: #F5F5F5;
  color: #5C5C5B;
}

.articles__pagination a:hover {
  background: #e8e8e8;
}

.articles__pagination span {
  color: #F5F5F5;
  background: #5C5C5B;
}

.articles__pagination .prev,
.articles__pagination .next {
  display: inline-block;
  position: relative;
}

.articles__pagination-top {
  display: none;
}

@media (min-width: 742px) {
  .articles__pagination-top {
    display: flex;
    flex-basis: 15%;
  }
}

@media (min-width: 1024px) {
  .articles__pagination-top {
    display: block;
    flex-basis: 0%;
  }
}

.articles__pagination-bottom {
  text-align: right;
}

.articles__pagination-bottom span, .articles__pagination-bottom a {
  text-align: center;
}

.articles__articles {
  display: block;
  width: calc(100% + 1em);
  margin-bottom: 1.5em;
  margin-left: -.5em;
}

.articles__article {
  display: inline-block;
  margin: .5em;
}

@media (min-width: 580px) {
  .articles__article {
    width: calc(50% - 1em);
  }
}

@media (min-width: 1024px) {
  .articles__article {
    width: calc(33.33% - 1em);
  }
}

.articles__article-feature img {
  display: block;
  width: 100%;
}

.articles__article-feature img:hover {
  opacity: .95;
}

.articles__article-content {
  padding: 1em;
  background: #F5F5F5;
}

.articles__article-content p {
  font-weight: bold;
}

.articles__article-content p a {
  text-decoration: none;
  border: none;
}

.articles__article-thumbnail {
  display: block;
  margin: 0 auto 1em;
  width: auto;
  max-width: 100%;
}

article.category-latest-news .row.article-item, article.category-careers .row.article-item {
  padding: 0;
}

@media (min-width: 1290px) {
  article.category-latest-news .row.article-item, article.category-careers .row.article-item {
    padding: 0 40px;
  }
}

article.category-latest-news .row.article-item h3, article.category-careers .row.article-item h3 {
  font-size: 20px;
}

@media (min-width: 742px) {
  article.category-latest-news .row.article-item h3, article.category-careers .row.article-item h3 {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  article.category-latest-news .row.article-item h3, article.category-careers .row.article-item h3 {
    font-size: 32px;
    margin-top: 30px !important;
  }
}

@media (min-width: 1290px) {
  article.category-latest-news .row.article-item h3, article.category-careers .row.article-item h3 {
    font-size: 34px;
  }
}

article.category-latest-news .row.article-item .date, article.category-careers .row.article-item .date {
  color: #1d325c;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 17px;
}

@media (min-width: 742px) {
  article.category-latest-news .row.article-item .date, article.category-careers .row.article-item .date {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  article.category-latest-news .row.article-item .date, article.category-careers .row.article-item .date {
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 25px;
  }
}

@media (min-width: 1290px) {
  article.category-latest-news .row.article-item .date, article.category-careers .row.article-item .date {
    font-size: 22px;
  }
}

@media (min-width: 1290px) {
  article.category-latest-news .row.article-item .col, article.category-careers .row.article-item .col {
    padding: 10px 0;
  }
}

article.category-latest-news .row.article-item .col img, article.category-careers .row.article-item .col img {
  max-width: 100%;
  margin-bottom: 26px;
}

@media (min-width: 742px) {
  article.category-latest-news .row.article-item .col img, article.category-careers .row.article-item .col img {
    max-width: 294px;
  }
  article.category-latest-news .row.article-item .col img.align-right, article.category-careers .row.article-item .col img.align-right {
    float: right;
    margin-left: 20px;
  }
  article.category-latest-news .row.article-item .col img.align-left, article.category-careers .row.article-item .col img.align-left {
    float: left;
    margin-right: 20px;
  }
  article.category-latest-news .row.article-item .col img.align-centre, article.category-careers .row.article-item .col img.align-centre {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  article.category-latest-news .row.article-item .col img, article.category-careers .row.article-item .col img {
    max-width: 400px;
  }
  article.category-latest-news .row.article-item .col img.align-right, article.category-careers .row.article-item .col img.align-right {
    float: right;
    margin-left: 35px;
  }
  article.category-latest-news .row.article-item .col img.align-left, article.category-careers .row.article-item .col img.align-left {
    float: left;
    margin-right: 35px;
  }
}

@media (min-width: 1290px) {
  article.category-latest-news .row.article-item .col img, article.category-careers .row.article-item .col img {
    max-width: 610px;
  }
}

@media (min-width: 1024px) {
  article.category-latest-news .row.article-item .col p, article.category-careers .row.article-item .col p {
    font-size: 16px;
  }
}

article.category-latest-news .row.article-item .col h4, article.category-careers .row.article-item .col h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5em;
}

@media (min-width: 742px) {
  article.category-latest-news .row.article-item .col h4, article.category-careers .row.article-item .col h4 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  article.category-latest-news .row.article-item .col h4, article.category-careers .row.article-item .col h4 {
    font-size: 20px;
  }
}

@media (min-width: 1290px) {
  article.category-latest-news .row.article-item .col h4, article.category-careers .row.article-item .col h4 {
    font-size: 22px;
  }
}

.form-widget {
  display: block;
}

.form-widget__header {
  display: flex;
  align-items: center;
  padding: .5em 1em;
  background: #f1a806;
  font-weight: bold;
  color: #fff;
}

.form-widget__header {
  font-size: 20px;
}

@media screen and (min-width: 400px) {
  .form-widget__header {
    font-size: calc(20px + 8 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .form-widget__header {
    font-size: 28px;
  }
}

.form-widget__header svg, .form-widget__header img {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 1em;
}

.form-widget__header svg path, .form-widget__header img path {
  fill: #1d325c;
}

.form-widget__header img {
  width: 32px;
  height: 32px;
  margin-right: .5em;
}

.form-widget__content {
  border: solid 1px #D6D6D6;
  padding: 1em;
  background: #fff;
}

.form-widget__content {
  font-size: 20px;
}

@media screen and (min-width: 400px) {
  .form-widget__content {
    font-size: calc(20px + 4 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .form-widget__content {
    font-size: 24px;
  }
}

.form-widget__title {
  color: #1d325c;
  text-align: center;
  margin-bottom: 1.5em;
}

.form-widget__title {
  font-size: 16px;
}

@media screen and (min-width: 400px) {
  .form-widget__title {
    font-size: calc(16px + 6 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .form-widget__title {
    font-size: 22px;
  }
}

.form-widget__form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.form-widget__form {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .form-widget__form {
    font-size: calc(14px + 2 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .form-widget__form {
    font-size: 16px;
  }
}

.form-widget__label {
  display: block;
  margin-bottom: .25em;
}

.form-widget__label {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .form-widget__label {
    font-size: calc(14px + 2 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .form-widget__label {
    font-size: 16px;
  }
}

.form-widget__fieldset {
  width: calc(50% - 1em);
  margin-bottom: 1em;
}

@media (min-width: 742px) {
  .form-widget__fieldset {
    width: calc(22.5% - 1em);
  }
  .form-widget__fieldset--main {
    width: 25%;
  }
  .form-widget__fieldset--secondary {
    margin-left: -1.5em;
  }
}

@media (min-width: 1024px) {
  .form-widget__fieldset, .form-widget__fieldset--main {
    width: calc(50% - 1em);
    margin-bottom: 1em;
  }
  .form-widget__fieldset--secondary {
    margin-left: unset;
  }
}

.form-widget__fieldset--full {
  flex-basis: 100%;
}

.form-widget__fieldset--full [type="text"] {
  width: calc(100% - 1em);
}

.form-widget__fieldset input {
  background: #F5F5F5;
  padding: .5em .5em;
  border: none;
  display: block;
  text-align: left;
  max-width: calc(100% - 1em);
}

.form-widget__fieldset input {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .form-widget__fieldset input {
    font-size: calc(14px + 1 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .form-widget__fieldset input {
    font-size: 15px;
  }
}

.form-widget__fieldset [type="submit"] {
  background: #f1a806;
  color: #1d325c;
  padding-left: 2em;
  padding-right: 2em;
  width: auto;
  margin: auto;
  margin-bottom: 0;
  margin-top: .5em;
  cursor: pointer;
}

.form-widget__fieldset [type="submit"]:hover {
  color: #f1a806;
  background: #1d325c;
}

.form-widget__fieldset [type="date"] {
  border: none;
  text-align: center;
}

.form-widget__time {
  display: flex;
}

.form-widget__time .ui-spinner {
  display: flex;
  margin-right: 1em;
  position: relative;
  font-size: 10px;
  color: #fff;
}

.form-widget__time .ui-spinner:last-child {
  margin-right: 0;
}

.form-widget__time .ui-spinner:last-child:before {
  content: ':';
  position: absolute;
  left: -.7em;
  font-weight: bold;
  top: 5px;
  color: #000;
}

.form-widget__time .ui-spinner input {
  padding: .7em .5em;
}

.form-widget__time .ui-spinner .ui-spinner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 50%;
  position: absolute;
  right: 0;
}

.form-widget__time .ui-spinner .ui-spinner-button.ui-spinner-up {
  top: 0;
  background: #294783;
}

.form-widget__time .ui-spinner .ui-spinner-button.ui-spinner-down {
  bottom: 0;
  background: #1d325c;
}

.form-widget__time input {
  display: inline-block;
  width: calc(100% - 15px);
}

.banner-parking {
  display: block;
}

.banner-parking--sidebar {
  margin-top: 30px;
}

.booking-tabs__tabs {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.booking-tabs__tab {
  position: relative;
  color: #fff;
  font-family: "Avenir", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: #c1c1c1;
  flex-basis: calc(50% - 2.35em);
  padding: .5em 0 .5em 2.25em;
  cursor: pointer;
}

.booking-tabs__tab {
  font-size: 16px;
}

@media screen and (min-width: 400px) {
  .booking-tabs__tab {
    font-size: calc(16px + 10 * ((100vw - 400px) / 624));
  }
}

@media screen and (min-width: 1024px) {
  .booking-tabs__tab {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .booking-tabs__tab {
    font-size: 22px;
  }
}

.booking-tabs__tab--active.booking-tabs__tab--blue {
  background-color: #1fabe3;
}

.booking-tabs__tab--active.booking-tabs__tab--pink {
  background-color: #e93f76;
}

.booking-tabs__tab:before {
  content: '';
  display: block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  left: .5em;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.booking-tabs__tab--holidays:before {
  background-image: url("../assets/images/2x/parking-umbrella.png");
}

.booking-tabs__tab--flights:before {
  background-image: url("../assets/images/2x/parking-plane.png");
}

.booking-tabs__slides {
  border: solid 1px #D6D6D6;
  border-top: 0;
  background: #fff;
}

.booking-tabs__slide {
  padding: .75em;
  outline: none;
}

.booking-tabs__slide-title {
  color: #1d325c;
  text-align: center;
  font-weight: bold;
  width: 80%;
  margin: auto;
  margin-bottom: .75em;
}

.booking-tabs__slide-title {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .booking-tabs__slide-title {
    font-size: calc(14px + 3 * ((100vw - 400px) / 624));
  }
}

@media screen and (min-width: 1024px) {
  .booking-tabs__slide-title {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .booking-tabs__slide-title {
    font-size: 16px;
  }
}

.booking-tabs__form {
  color: #1d325c;
}

.booking-tabs__form input[type="submit"] {
  margin: auto;
  border: none;
  display: inline-block;
  padding: .75em 2.5em;
  background-color: #D6D6D6;
  color: #1d325c;
  outline: none;
  text-transform: uppercase;
  font-weight: bold;
}

.booking-tabs__form input[type="submit"]:hover {
  cursor: pointer;
}

.booking-tabs__form .form-row {
  margin-bottom: 1em;
  width: 100%;
  position: relative;
}

.booking-tabs__form .form-row:last-of-type {
  margin-bottom: .5em;
}

.booking-tabs__form .form-row--submit {
  text-align: center;
}

.booking-tabs__form .form-row label {
  display: block;
  width: 100%;
  margin-bottom: .25em;
}

.booking-tabs__form .form-row select {
  width: 100%;
  background-color: #D6D6D6;
  background-image: url("../assets/images/1x/parking-arrow-down-selected.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 7.5px) center;
  padding: .5em 1.75em .5em .5em;
  border: none;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.booking-tabs__form .form-row input:not([type="submit"]) {
  display: block;
  width: calc(100% - 1em);
  background: #D6D6D6;
  padding: .5em;
  border: none;
}

.booking-tabs__form .form-row input[type="submit"] {
  background: #e93f76;
  color: #fff;
  -webkit-appearance: none;
}

.booking-tabs__form .form-row input[type="submit"]:hover {
  background-color: #e62866;
}

.booking-tabs__form .form-row.full {
  width: 100%;
}

.booking-tabs__form .form-row.half {
  width: 48%;
}

@media (min-width: 742px) {
  .booking-tabs__form .form-row.half {
    width: 33%;
  }
}

@media (min-width: 1024px) {
  .booking-tabs__form .form-row.half {
    width: 48%;
  }
}

@media (min-width: 742px) {
  .booking-tabs__form .form-row.single {
    width: 13.5%;
  }
}

@media (min-width: 1024px) {
  .booking-tabs__form .form-row.single {
    width: 48%;
  }
}

.booking-tabs__form--holidays {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.booking-tabs__form--flights {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.booking-tabs__form--flights #swapLocations {
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: translateY(60%) rotate(90deg);
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../assets/images/1x/parking-swap.png");
  cursor: pointer;
}

@media (min-width: 742px) {
  .booking-tabs__form--flights #swapLocations {
    transform: translateY(60%) rotate(0deg);
    bottom: 50%;
    right: calc(100% + 20px);
  }
}

@media (min-width: 1024px) {
  .booking-tabs__form--flights #swapLocations {
    right: 0;
    bottom: 100%;
    transform: translateY(60%) rotate(90deg);
  }
}

@media (min-width: 1290px) {
  .booking-tabs__form--flights #swapLocations {
    transform: translateY(60%) rotate(0deg);
    bottom: 50%;
    right: calc(100% + 10px);
  }
}

.booking-tabs__form--flights #swapLocations:hover {
  opacity: .9;
}

.booking-tabs__form--flights .form-row.half-swap {
  width: 100%;
}

@media (min-width: 742px) {
  .booking-tabs__form--flights .form-row.half-swap {
    width: calc(50% - 30px);
  }
}

@media (min-width: 1024px) {
  .booking-tabs__form--flights .form-row.half-swap {
    width: 100%;
  }
}

@media (min-width: 1290px) {
  .booking-tabs__form--flights .form-row.half-swap {
    width: calc(50% - 20px);
  }
}

.booking-tabs__form--flights .form-row.half {
  width: 48%;
}

@media (min-width: 742px) {
  .booking-tabs__form--flights .form-row.half {
    width: 48.5%;
  }
}

@media (min-width: 1024px) {
  .booking-tabs__form--flights .form-row.half {
    width: 48%;
  }
}

@media (min-width: 742px) {
  .booking-tabs__form--flights .form-row.travelers {
    width: 48.5%;
  }
}

@media (min-width: 1024px) {
  .booking-tabs__form--flights .form-row.travelers {
    width: 100%;
  }
}

.booking-tabs__form--flights .form-row.radios {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

@media (min-width: 742px) {
  .booking-tabs__form--flights .form-row.radios {
    width: 48.5%;
  }
}

@media (min-width: 1024px) {
  .booking-tabs__form--flights .form-row.radios {
    width: 100%;
  }
}

.booking-tabs__form--flights .form-row.radios .radio {
  width: auto;
  position: relative;
  padding-left: 25px;
  margin-right: 2em;
  margin-bottom: .5em;
}

.booking-tabs__form--flights .form-row.radios .radio.checkbox {
  width: 100%;
  margin-right: 0;
  position: relative;
}

.booking-tabs__form--flights .form-row.radios input[type="radio"],
.booking-tabs__form--flights .form-row.radios input[type="checkbox"] {
  position: absolute;
  left: 0;
  display: inline-block;
  width: auto;
  height: 1em;
  top: 50%;
  transform: translateY(-75%);
}

.booking-tabs__form--flights input[type="submit"] {
  background: #1fabe3 !important;
  color: #fff;
}

.booking-tabs__form--flights input[type="submit"]:hover {
  background-color: #1a9bcf;
}

#picker-holder {
  z-index: 500;
}

.image-caption {
  display: block;
}

.image-caption__image {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.image-caption__caption {
  padding: .5em .75em;
  background: white;
  background: #F5F5F5;
}

.search-result {
  display: block;
}

.search-result .search-forms {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  max-width: 400px;
  background: #F5F5F5;
  padding: 1em;
}

.search-result .search-forms label {
  width: 40%;
}

.search-result .search-forms input {
  width: 60%;
}

.search-result .search-forms button {
  color: #fff;
  display: inline-block;
  font-weight: 800;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1d325c;
  border: none;
  font-size: 14px;
  margin-left: auto;
  margin-top: 1em;
  text-decoration: none;
}

@media (min-width: 742px) {
  .search-result .search-forms button {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .search-result .search-forms button {
    font-size: 14px;
  }
}

@media (min-width: 1290px) {
  .search-result .search-forms button {
    font-size: 14px;
  }
}

.search-result .search-forms button svg {
  display: none;
}

.search-result__result {
  margin-bottom: 3.5em;
}

.search-result__result .screen-reader-text {
  display: none;
}

.search-result__title {
  font-size: 17px;
}

@media screen and (min-width: 400px) {
  .search-result__title {
    font-size: calc(17px + 5 * ((100vw - 400px) / 890));
  }
}

@media screen and (min-width: 1290px) {
  .search-result__title {
    font-size: 22px;
  }
}

.search-result__pagination {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.search-result__pagination-link {
  display: block;
  margin: 0 .5em;
}

.search-result__pagination-link a {
  color: #fff;
  display: inline-block;
  font-weight: 800;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1d325c;
  font-size: 14px;
  text-decoration: none;
}

@media (min-width: 742px) {
  .search-result__pagination-link a {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .search-result__pagination-link a {
    font-size: 14px;
  }
}

@media (min-width: 1290px) {
  .search-result__pagination-link a {
    font-size: 14px;
  }
}

.gform_wrapper {
  display: block;
  background: #fff;
  padding: .5em 1.5em 1.5em 1.5em;
  margin-top: 1.5em;
}

.gform_wrapper .half {
  width: 100%;
}

@media (min-width: 1024px) {
  .gform_wrapper .half {
    width: calc(50% - 1em);
  }
}

.gform_wrapper .third {
  width: 100%;
}

@media (min-width: 1024px) {
  .gform_wrapper .third {
    width: calc(33.333% - 1em);
  }
}

.gform_wrapper .two-thirds {
  width: 100%;
}

@media (min-width: 1024px) {
  .gform_wrapper .two-thirds {
    width: calc(66.66% - 1em);
  }
}

.gform_wrapper .quarter {
  width: 100%;
}

@media (min-width: 1024px) {
  .gform_wrapper .quarter {
    width: calc(25% - 1em);
  }
}

.gform_wrapper .fifth {
  width: 100%;
}

@media (min-width: 1024px) {
  .gform_wrapper .fifth {
    width: calc(20% - 1em);
  }
}

.gform_wrapper .sixth {
  width: 100%;
}

@media (min-width: 1024px) {
  .gform_wrapper .sixth {
    width: calc(16.666% - 1em);
  }
}

.gform_wrapper .validation_error {
  border: solid 1px firebrick;
  color: firebrick;
  background: #fcf0f0;
  padding: 1.5em;
  margin-bottom: 2em;
}

.gform_fields {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.gfield {
  padding-left: 0;
  width: 100%;
}

.gfield:after {
  display: none;
}

.gfield_label {
  color: #1d325c;
  font-weight: bold;
  display: block;
  margin-bottom: .25em;
}

.gform_button {
  background: #B0B7C6;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 800;
  margin-bottom: 10px;
  padding: 8px 3em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #1d325c;
  color: #fff;
}

@media (min-width: 742px) {
  .gform_button {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .gform_button {
    font-size: 15px;
  }
}

@media (min-width: 1290px) {
  .gform_button {
    font-size: 16px;
  }
}

.gform_button:hover {
  cursor: pointer;
  background-color: #294783;
}

.ginput_container {
  display: flex;
}

.ginput_container textarea, .ginput_container input {
  flex-grow: 1;
  padding: .5em;
  border: none;
  background: #F5F5F5;
  min-height: 20px;
  display: block;
  max-width: 100%;
}

.ginput_container select {
  flex-grow: 1;
  padding: .65em;
  background-color: #F5F5F5;
  background-image: url("../assets/images/1x/parking-arrow-down-selected.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 7.5px) center;
  border: none;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gfield_description {
  font-size: .75em;
  width: 100%;
}

.gfield_description.validation_message {
  color: firebrick;
}

.gfield_radio,
.gfield_checkbox {
  display: flex;
  align-items: center;
}

.gfield_radio li,
.gfield_checkbox li {
  position: relative;
  margin: 0 2em 0 0;
  display: flex;
  padding-left: 0;
}

.gfield_radio li input,
.gfield_checkbox li input {
  margin-right: .5em;
}

.gfield_radio li:after,
.gfield_checkbox li:after {
  display: none;
}

.hide-required .gfield_required {
  display: none;
}

.gfield_error .gfield_label {
  color: firebrick;
}

.gfield_error .ginput_container_checkbox {
  border-left: solid 5px firebrick;
  padding-left: .5em;
}

.clear-multi {
  display: flex;
  width: 100%;
  max-width: 330px;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.clear-multi > .ginput_container {
  width: calc(33.33% - .5em);
  display: inline-block;
  text-align: center;
  position: relative;
}

.clear-multi > .ginput_container input {
  width: calc(100% - 1em);
}

.clear-multi > .ginput_container select {
  width: 100%;
}

.clear-multi > .ginput_container label {
  display: block;
  text-align: center;
  font-size: .75em;
  font-weight: bold;
  color: #A7A7A6;
}

.clear-multi > .ginput_container i {
  position: absolute;
  left: calc(100% + 4px);
  top: 3px;
  font-style: normal;
  font-weight: bold;
}

.newsletter-overlay {
  background-color: #FFCB27;
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  cursor: default !important;
  display: none;
  height: 374px;
  max-width: 660px;
  min-height: 50px;
  padding: 0;
  width: 295px;
}

@media (min-width: 742px) {
  .newsletter-overlay {
    height: 323px;
    width: 608px;
  }
}

@media (min-width: 1024px) {
  .newsletter-overlay {
    width: 790px;
  }
}

.newsletter-overlay .fancybox-close-small {
  background-image: url("../assets/images/1x/news-signup-close.png");
  background-size: 28px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 7px;
  margin-right: 4px;
}

.newsletter-overlay__header {
  background: deepskyblue;
  background-image: url("../assets/images/1x/news-signup-mobile.png");
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 57px;
}

@media (min-width: 742px) {
  .newsletter-overlay__header {
    background-image: url("../assets/images/1x/news-signup-small-tab.png");
  }
}

@media (min-width: 1024px) {
  .newsletter-overlay__header {
    background-image: url("../assets/images/1x/news-signup-large.png");
    background-size: auto 100%;
  }
}

.newsletter-overlay__title {
  background-image: url("../assets/images/1x/news-signup-icon.png");
  background-size: 53px auto;
  background-position: 17px 8px;
  background-repeat: no-repeat;
  padding-left: 81px;
  font-size: 26px;
  margin: 0;
  margin-top: 29px;
  height: 100px;
}

@media (min-width: 742px) {
  .newsletter-overlay__title {
    background-size: 63px auto;
    background-position: 99px 22px;
    font-size: 29px;
    padding-left: 178px;
    padding-top: 17px;
    padding-right: 50px;
  }
}

@media (min-width: 1024px) {
  .newsletter-overlay__title {
    background-size: 57px auto;
    background-position: 59px 5px;
    font-size: 26px;
    padding-left: 137px;
    padding-top: 13px;
    padding-right: 0px;
    height: 78px;
  }
}

@media (min-width: 1290px) {
  .newsletter-overlay__title {
    background-position: 39px 5px;
    padding-left: 120px;
    font-size: 28.5px;
  }
}

.newsletter-overlay__title span {
  display: none;
}

.newsletter-overlay__title strong {
  color: #00b0ad;
  line-height: 24px;
}

.newsletter-overlay__form {
  padding: 0 17px;
}

@media (min-width: 742px) {
  .newsletter-overlay__form {
    padding-top: 10px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .newsletter-overlay__form {
    padding-top: 0;
    text-align: left;
  }
}

.newsletter-overlay__form input {
  border: none;
  outline: none;
  padding: 6px;
  width: 100%;
}

@media (min-width: 742px) {
  .newsletter-overlay__form input {
    display: inline-block;
    vertical-align: top;
    width: 250px;
  }
}

@media (min-width: 1024px) {
  .newsletter-overlay__form input {
    margin-left: 140px;
    width: 200px;
  }
}

.newsletter-overlay__form button {
  margin-left: calc(50% - 72px);
  margin-top: 28px;
  left: 50%;
  border: none;
  background: #2EBEBC;
  cursor: pointer;
  width: 144px;
}

.newsletter-overlay__form button:hover {
  background: #149992;
}

@media (min-width: 742px) {
  .newsletter-overlay__form button {
    display: inline-block;
    margin-left: 11px;
    margin-top: 0;
    vertical-align: top;
    width: 120px;
  }
}

@media (min-width: 1024px) {
  .newsletter-overlay__form button {
    margin-left: 20px;
  }
}

.newsletter-overlay__footnote {
  line-height: 16px;
  padding: 0 18px;
  padding-top: 12px;
  font-size: 14px;
}

.newsletter-overlay__footnote a {
  color: #2EBEBC !important;
  border-bottom: solid 1px #2EBEBC;
}

@media (min-width: 742px) {
  .newsletter-overlay__footnote {
    padding-top: 33px;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .newsletter-overlay__footnote {
    padding-top: 20px;
    font-size: 11.5px;
    text-align: center;
  }
}

.c-panel__map {
  padding-top: 50%;
  position: relative;
  margin-bottom: 2em;
}

@media (min-width: 1024px) {
  .c-panel__map {
    padding-top: 0%;
    position: static;
  }
}

.c-panel__over-logo {
  background-image: url("../assets/images/1x/map-overlay.png");
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 20;
  width: 27px;
  height: 36px;
  display: none;
}

@media (min-width: 742px) {
  .c-panel__over-logo {
    display: block;
    width: 57px;
    height: 96px;
    left: 18px;
    top: 1px;
  }
}

@media (min-width: 1024px) {
  .c-panel__over-logo {
    display: block;
    width: 82px;
    height: 110px;
    left: 18px;
    top: 13px;
  }
}

.c-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-marker {
  display: none;
}

.not-found-form form {
  display: flex;
  flex-flow: row wrap;
  border: solid 1px #D6D6D6;
  width: calc(100% - 3em);
  max-width: 400px;
  background: #fff;
  padding: 1em 1.5em 1.5em;
}

.not-found-form form [type="submit"] {
  width: 100px;
  background: #1d325c;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.not-found-form form [type="submit"] svg {
  display: none;
}

.not-found-form form label {
  width: 100%;
  display: block;
  margin-bottom: .5em;
}

.not-found-form form input {
  flex-grow: 1;
  padding: 1em;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

.square-advert {
  height: 250px;
  position: relative;
  left: 50%;
  width: 300px;
  margin-bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 742px) {
  .square-advert {
    margin-bottom: 34px;
  }
}

@media (min-width: 1290px) {
  .square-advert {
    margin-top: 76px;
  }
}

.rec-advert {
  height: 90px;
  margin: auto;
  width: 728px;
}

.wrapper {
  background-position: 50% 53px !important;
  background-repeat: no-repeat !important;
}

/* This file should be at the end as it will be overriding many default styles */
.color-white {
  color: #fff;
}

.color-green {
  color: #00b0ad;
}

.color-darkblue, .color-dark-blue {
  color: #1d325c;
}

.color-lightblue, .color-light-blue {
  color: #1fabe3;
}

.color-brown {
  color: #5c5c5b;
}

.color-yellow {
  color: #f1a806;
}

.color-pink {
  color: #e93f76;
}

.color-orange {
  color: #F1A806;
}

.color-light-purple, .color-lightpurple {
  color: #b27eb5;
}

.color-dakrpurple, .color-dark-purple {
  color: #843b84;
}

.bg-green {
  color: #00b0ad;
}

.bg-darkblue {
  color: #1d325c;
}

.bg-lightblue {
  color: #1fabe3;
}

.bg-brown {
  color: #5c5c5b;
}

.bg-yellow {
  color: #f1a806;
}

.bg-pink {
  color: #e93f76;
}

.bg-lightpurple {
  color: #b27eb5;
}

.bg-dakrpurple {
  color: #843b84;
}

.utility-pull-up {
  margin-top: -190px;
  position: relative;
  z-index: 10;
}

.center {
  text-align: center;
}

.invisible {
  visibility: hidden;
}

.first-row {
  padding-top: 2em;
}

.hr-divider {
  border: none;
  background: #D6D6D6;
  margin: 30px 0 30px;
  height: 3px;
}

@media (min-width: 742px) {
  .hr-divider {
    margin: 38px 0 38px;
  }
}

@media (min-width: 1024px) {
  .hr-divider {
    margin: 55px 0 55px;
  }
}

@media (min-width: 1290px) {
  .hr-divider {
    margin: 69px 0 69px;
  }
}

@media (min-width: 742px) {
  .hr-divider.skinny {
    width: 610px;
    margin: 38px auto 38px auto;
  }
}

@media (min-width: 1024px) {
  .hr-divider.skinny {
    width: 924px;
    margin: 55px auto 55px auto;
  }
}

@media (min-width: 1290px) {
  .hr-divider.skinny {
    width: 1239px;
    margin: 19px auto 19px auto;
  }
}
