@charset "UTF-8";
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, html body #mobile-container #container main section, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, html body #mobile-container #container main section, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
}

.pure-g {
  display: block;
}
.pure-g [class*=pure-u] {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
.pure-g:not(.pure-g-touch) {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -14px;
}
@media screen and (max-width: 767px) {
  .pure-g:not(.pure-g-touch) {
    margin-left: -3.5px;
    margin-right: -3.5px;
  }
}
.pure-g:not(.pure-g-touch) > * {
  box-sizing: border-box;
  padding: 0 7px;
}
@media screen and (max-width: 767px) {
  .pure-g:not(.pure-g-touch) > * {
    padding: 0 3.5px;
  }
}
.pure-g:not(.pure-g-touch).pure-g-compact {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
@media screen and (max-width: 767px) {
  .pure-g:not(.pure-g-touch).pure-g-compact {
    margin-left: -1.75px;
    margin-right: -1.75px;
  }
}
.pure-g:not(.pure-g-touch).pure-g-compact > * {
  padding: 0 3.5px;
}
@media screen and (max-width: 767px) {
  .pure-g:not(.pure-g-touch).pure-g-compact > * {
    padding: 0 1.75px;
  }
}
@media screen and (max-width: 767px) {
  .pure-g:not(.pure-g-touch) {
    margin-bottom: -7px;
  }
}
.pure-g:not(.pure-g-touch) > * {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .pure-g:not(.pure-g-touch) > * {
    margin-bottom: 7px;
  }
}
.pure-g:not(.pure-g-touch).pure-g-compact {
  margin-bottom: -7px;
}
@media screen and (max-width: 767px) {
  .pure-g:not(.pure-g-touch).pure-g-compact {
    margin-bottom: -3.5px;
  }
}
.pure-g:not(.pure-g-touch).pure-g-compact > * {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .pure-g:not(.pure-g-touch).pure-g-compact > * {
    margin-bottom: 3.5px;
  }
}

.jscroll-inner > .pure-g,
.jscroll-added > .pure-g {
  margin-bottom: 0;
}

.bg-primary {
  background-color: #6296c8 !important;
  color: #fff !important;
}

.bg-primary-light {
  background-color: #ecf3f9 !important;
}

.bg-secondary {
  background-color: #FFCC00 !important;
}

.bg-tertiary {
  background-color: #5F9CA6 !important;
  color: #fff !important;
}

.bg-quaternary {
  background-color: #669933 !important;
  color: #fff !important;
}

.bg-quaternary a {
  background-color: #669933 !important;
  color: #fff !important;
  text-decoration: underline;
}

.bg-grey-dark {
  background-color: #111 !important;
  color: #fff !important;
}

.bg-grey-dark-medium {
  background-color: #222 !important;
}

.bg-grey-light-medium {
  background-color: #ddd !important;
}

.bg-grey-light {
  background-color: #f2f2f2 !important;
}

.bg-grey-dark a,
.bg-grey-dark-medium a {
  color: #757575 !important;
}

.bg-grey-dark a:hover,
.bg-grey-dark-medium a:hover {
  color: #6296c8 !important;
}

.bg-white {
  background-color: #fff !important;
}

html {
  width: 100%;
  height: 100%;
}
html body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
}
html body #mobile-container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body #mobile-container {
    overflow: hidden;
  }
}
html body #mobile-container #container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  html body #mobile-container #container {
    padding-top: 55px;
  }
}
html body #mobile-container #container main {
  display: block;
  margin: 30px auto;
}
html body #mobile-container #container main.enquiry-contact-page {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  html body #mobile-container #container main {
    margin: 20px auto;
  }
}
html body #mobile-container #container main aside, html body #mobile-container #container main section {
  clear: both;
  overflow: hidden;
}
html body #mobile-container #container main aside:not(:last-child), html body #mobile-container #container main section:not(:last-child) {
  margin-bottom: 30px;
}
html body #mobile-container #container main aside > .button:last-child, html body #mobile-container #container main section > .button:last-child {
  margin-top: 20px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
html body #mobile-container #container main aside > .wysiwyg:not(:last-child), html body #mobile-container #container main section > .wysiwyg:not(:last-child) {
  margin-bottom: 20px;
}
html body #mobile-container #container main section:not(:last-child):after {
  display: block;
  content: " ";
  width: 50px;
  border-bottom: 3px solid #aaa;
  margin: 0 auto;
  padding-top: 30px;
}

#homepage #mobile-container #container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.margin-content {
  max-width: 1014px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .margin-content {
    padding: 0 20px;
  }
}

.flex-outer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

form button {
  border: 0;
  border-radius: 20px;
  cursor: pointer;
}
form input,
form select,
form textarea,
form button,
form .region-select {
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1em;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  color: #4f4f4f;
}
form input.error,
form select.error,
form textarea.error,
form button.error,
form .region-select.error {
  border: 1px solid #c93f3f;
}
form label {
  display: inline-block;
  margin: 8px 0;
}
form fieldset:not(:last-child) {
  margin-bottom: 20px !important;
}
form fieldset h3 {
  color: #6296c8;
  font-size: 1.2em;
}
form fieldset legend {
  color: #6296c8;
  font-size: 1.2em;
  padding-bottom: 15px;
}
form .custom-select {
  padding: 0 !important;
  position: relative;
}
form .custom-select[class*=bg-] {
  border-radius: 6px;
}
form .custom-select:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px 8px 5px 3px;
  pointer-events: none;
  line-height: 0.8em;
}
form .custom-select select {
  width: 100%;
  padding: 5px 25px 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .custom-select select::-ms-expand {
  display: none;
}
form .custom-select select optgroup {
  margin-top: 10px;
}
form span.custom-select {
  display: inline-block;
}
form textarea {
  height: 80px;
  box-sizing: border-box;
  padding: 10px;
  resize: vertical;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=date],
form input[type=tel],
form .region-select,
form textarea {
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
}
form label.error {
  color: #c93f3f;
}

.error input,
.error select,
.error textarea,
.errors-list {
  border: 1px solid #c93f3f;
  color: #c93f3f;
  background-color: #f2f2f2;
}
.error input li,
.error select li,
.error textarea li,
.errors-list li {
  padding: 10px;
}

p.error,
.error label {
  color: #c93f3f;
}

.preferred-contact-time .pure-u-1 h4 {
  font-weight: 100;
  margin-top: 15px;
  margin-bottom: 15px;
}

.preferred-contact-time .pure-u-1 p {
  margin-top: 10%;
}

@media screen and (max-width: 767px) {
  .preferred-month-label {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.preferred-month-flexbox-container {
  display: flex;
  flex-flow: row wrap;
  margin: -3px;
}
.preferred-month-flexbox-container .preferred-month-flexbox-column {
  flex-basis: 16.6666666667%;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .preferred-month-flexbox-container .preferred-month-flexbox-column .contact_time {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.preferred-contact-time .contact_time {
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
}

.preferred-contact-time input {
  display: none;
}

.honeypot {
  display: none;
}

#newsletter_categories {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #f1f8ff;
}
#newsletter_categories .newsletter_category {
  margin-bottom: 0;
}
#newsletter_categories .categories_description p {
  margin-bottom: 10px;
}

.enquiry-contact-page fieldset {
  padding: 15px;
  padding-bottom: 0;
  margin: 10px auto;
  margin-bottom: 0px !important;
}
.enquiry-contact-page .modal-header {
  margin-top: 20px;
}
.enquiry-contact-page .travel-details .modal-body {
  padding-bottom: 0;
}
.enquiry-contact-page .person-details {
  padding-bottom: 15px;
}
.enquiry-contact-page .travel-details fieldset,
.enquiry-contact-page .person-details fieldset {
  border: 2px solid #6296c8;
  border-radius: 10px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  line-height: 1.2em;
  margin-bottom: 0.7em;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 2.2em;
  text-align: center;
}

h2, .h2 {
  font-size: 1.7em;
  letter-spacing: 1px;
}

h3, .h3 {
  font-size: 1.3em;
  text-align: left;
}

h4, .h4 {
  font-size: 1.1em;
  line-height: 1.5em;
}

h1, h2, .h1, .h2 {
  font-weight: 300;
  text-align: center;
}

h4, .h4 {
  font-weight: 600;
}

section h2 {
  font-size: 2.2em;
}

.spacer-small {
  margin-top: 5px;
}

.spacer {
  margin-top: 20px;
}

.truncate {
  overflow: hidden;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  color: #4f4f4f;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
}
img.circle {
  border-radius: 50%;
}

hr {
  border: 0;
  width: 50px;
  border-bottom: 3px solid #aaa;
  margin: 20px auto;
}

a {
  color: #6296c8;
  transition: all 350ms;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
a.block {
  display: block;
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: inherit;
  transition: inherit;
  margin: 0 auto;
}
a.block:hover {
  text-decoration: none;
  background-color: #6296c8;
  color: #fff;
  border-color: #6296c8;
}
a.block .button {
  transition: inherit;
}

ul {
  list-style-type: none;
}
ul.checkmarks {
  display: inline-block;
}
ul.checkmarks li {
  text-align: left;
  background-image: url("/img/tick_icon.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  margin-bottom: 10px;
  padding-left: 30px;
}
ul.pipes {
  display: inline-block;
}
ul.pipes li {
  display: inline-block;
}
ul.pipes li:not(:last-child):after {
  content: "|";
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
p.no-margin {
  margin-bottom: 0;
}

.large {
  font-size: 1.2em;
}

small, .small {
  font-size: 0.8em;
}

strong, b, .bold {
  font-weight: 600;
}

em, .italic {
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

main > section#article:first-of-type > p,
main > section#article > .wysiwyg > p:first-of-type {
  font-size: 1.2em;
  text-align: center;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  main > section#article:first-of-type > p,
  main > section#article > .wysiwyg > p:first-of-type {
    font-size: 1.4em;
  }
}
main > section#summary:first-of-type > p,
main > section#summary > .wysiwyg > p,
main > section#overview .wysiwyg > p:first-of-type,
main > section.overview .wysiwyg > p:first-of-type {
  font-size: 1.2em;
  text-align: center;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  main > section#summary:first-of-type > p,
  main > section#summary > .wysiwyg > p,
  main > section#overview .wysiwyg > p:first-of-type,
  main > section.overview .wysiwyg > p:first-of-type {
    font-size: 1.4em;
  }
}
main .content-fader {
  position: relative;
  overflow: hidden;
  max-height: 170px;
}
main .content-fader .fade-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background-image: -moz-linear-gradient(top, transparent, #fff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.001)), color-stop(1, #fff));
}
main .content-fader:not(.expanded) {
  margin-bottom: 20px;
}
main .content-fader + p.read-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
main .content-fader + p.read-more > a {
  background-color: #f1f1f1;
  color: #5d5d5d;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  line-height: 0.8em;
  font-size: 0.8em;
  padding: 8px 9px;
}
main > section#overview > .wysiwyg > * + p:first-of-type,
main > section.overview > .wysiwyg > * + p:first-of-type {
  line-height: 1.5em !important;
  margin-bottom: 1em !important;
  text-align: left;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
main > section#details > .wysiwyg.larger > p {
  font-size: 1.2em;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  main > section#details > .wysiwyg.larger > p {
    font-size: 1.4em;
  }
}

table td, table th {
  padding: 5px 10px;
}
table th {
  font-weight: 600;
}
table thead {
  border-bottom: 1px solid #ddd;
}

/* Alerts */
.alert {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.19);
  font-size: 1.2em;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.5em;
  color: #fff;
  z-index: 9;
  display: none;
}
.alert.alert-warning {
  background-color: #ff6666;
}
.alert.alert-success {
  background-color: #669933;
}
.alert .fa {
  margin-left: 20px;
  position: relative;
  top: 0;
  cursor: pointer;
}
.alert a {
  text-decoration: underline;
}

blockquote {
  width: 65%;
  margin: 0 auto 20px auto;
  text-align: center;
  position: relative;
  font-size: 1.2em;
  font-style: italic;
}
blockquote:before, blockquote:after {
  font-size: 3em;
  color: #aaa;
  display: block;
  position: absolute;
}
blockquote:before {
  content: "“";
  left: -35px;
  top: 0;
}
blockquote:after {
  content: "”";
  text-align: right;
  right: -35px;
  top: 0;
}

.box {
  background-color: #f2f2f2;
  padding: 15px;
}
@media screen and (min-width: 568px) {
  .box {
    padding: 20px 25px;
  }
}
.box:not(:last-child) {
  margin-bottom: 20px;
}
.box h3 {
  line-height: 1.2em;
}

#brochure-bar {
  padding: 20px;
  background-size: cover;
  background-position: center;
  color: #fff;
  background-color: #6296c8;
  position: relative;
  overflow: hidden;
}
#brochure-bar h2 {
  font-size: 1.7em;
}
@media screen and (min-width: 768px) {
  #brochure-bar h2 {
    text-align: left;
    width: 50%;
  }
}
#brochure-bar img {
  height: 120px;
  box-shadow: 2px 2px 5px #757575;
  margin-top: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #brochure-bar img {
    position: absolute;
    top: -20px;
    transform: rotate(8deg);
    margin-top: 0;
    height: 220px;
  }
  #brochure-bar img:nth-of-type(1) {
    right: 20px !important;
  }
  #brochure-bar img:nth-of-type(2) {
    right: 100px !important;
  }
  #brochure-bar img:nth-of-type(3) {
    right: 180px !important;
  }
}
@media screen and (min-width: 1024px) {
  #brochure-bar img {
    position: absolute;
    top: -20px;
    transform: rotate(8deg);
    margin-top: 0;
    height: 220px;
  }
}
#brochure-bar img:nth-of-type(1) {
  right: 50px;
}
#brochure-bar img:nth-of-type(2) {
  right: 170px;
}
#brochure-bar img:nth-of-type(3) {
  right: 290px;
}
@media screen and (max-width: 767px) {
  #brochure-bar {
    text-align: center;
  }
}

.button {
  padding: 8px 50px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.1s ease-in-out 0s;
  letter-spacing: 1px;
  border: 1px solid #6296c8;
  font-weight: 600;
  font-size: 0.9em;
  color: #fff;
  background-color: #6296c8;
}
.button:hover:not([disabled]) {
  cursor: pointer;
  color: #6296c8;
  background-color: #fff;
  border-color: #6296c8;
}
.button.button-small, .button.button-ghost {
  padding: 5px 20px;
  border-radius: 15px;
}
.button.button-ghost {
  color: inherit;
  border-color: #fff;
  background: none;
}
.button.button-ghost:hover {
  background-color: #fff;
  color: #000;
}
.button[disabled] {
  transition-duration: 0s;
  background-color: #757575;
  border-color: #757575;
  cursor: progress;
}
.button.yellow {
  border: 1px solid #FFCC00;
  background-color: #FFCC00;
  color: #000;
}

a:hover .button {
  color: #6296c8;
  background-color: #fff;
  border-color: #6296c8;
}
a:hover .button.button-ghost {
  background-color: #fff;
  color: #000;
}

.enquire-mobile-button, .enquire-mobile-button:hover {
  background-color: #FFCC00 !important;
  color: #222 !important;
  border: none !important;
}

.climate-graph {
  width: 100%;
  height: 280px;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}
.climate-graph .climate-graph-container {
  position: absolute;
  width: 80%;
  height: 65%;
  left: 10%;
  top: 10%;
  font-size: 0.8em;
  color: #4f4f4f;
  border: 1px solid #4f4f4f;
  border-top: 0;
  text-align: center;
}
.climate-graph .climate-graph-container .climate-graph-scale {
  position: absolute;
  height: 100%;
  left: -20px;
  bottom: 0;
  text-align: right;
}
.climate-graph .climate-graph-container .climate-graph-scale + .climate-graph-scale {
  left: auto;
  right: -25px;
  text-align: left;
}
.climate-graph .climate-graph-container .climate-graph-scale li {
  font-size: 0.8em;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.climate-graph .climate-graph-container .climate-graph-scale li:last-child {
  height: 0;
}
.climate-graph .climate-graph-container .climate-graph-bars {
  position: relative;
  height: 100%;
  width: 8.25%;
  display: inline-block;
}
.climate-graph .climate-graph-container .climate-graph-bars > div {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 30%;
}
.climate-graph .climate-graph-container .climate-graph-bars > div.temp-max {
  background-color: #FFCC00;
}
.climate-graph .climate-graph-container .climate-graph-bars > div.temp-min {
  background-color: rgb(255, 234.6, 153);
}
.climate-graph .climate-graph-container .climate-graph-bars > div.rainfall {
  background-color: #6296c8;
}
.climate-graph .climate-graph-container .climate-graph-bars > div:first-child {
  left: 5%;
}
.climate-graph .climate-graph-container .climate-graph-bars > div:nth-child(2) {
  left: 35%;
}
.climate-graph .climate-graph-container .climate-graph-bars > div:nth-child(3) {
  left: 65%;
}
.climate-graph .climate-graph-container .climate-graph-bars > p {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 567px) {
  .climate-graph .climate-graph-container .climate-graph-bars:nth-child(2n+2) > p {
    bottom: -20px;
  }
}
.climate-graph .climate-graph-container .climate-graph-label {
  position: absolute;
  top: -25px;
  left: 0;
}
.climate-graph .climate-graph-container .climate-graph-label + .climate-graph-label {
  left: auto;
  right: 0;
}
.climate-graph .climate-graph-container .climate-graph-key {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  text-align: center;
}
.climate-graph .climate-graph-container .climate-graph-key > span {
  display: inline-block;
  height: 15px;
  margin-right: 5px;
}
.climate-graph .climate-graph-container .climate-graph-key > span:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 100%;
  margin-right: 10px;
  vertical-align: middle;
}
.climate-graph .climate-graph-container .climate-graph-key > span.temp-max:before {
  background-color: #FFCC00;
}
.climate-graph .climate-graph-container .climate-graph-key > span.temp-min:before {
  background-color: rgb(255, 234.6, 153);
}
.climate-graph .climate-graph-container .climate-graph-key > span.rainfall:before {
  background-color: #6296c8;
}

.consultant-grid > div {
  text-align: center;
  padding: 20px;
}
.consultant-grid > div h3 {
  margin-top: 20px;
}
.consultant-grid > div img {
  border-radius: 50%;
  max-width: 250px;
}
.consultant-grid > div .button {
  display: block;
  margin: 0 auto 30px;
  max-width: 250px;
}

#enquire-mobile {
  display: none;
  position: fixed;
  width: 50%;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #enquire-mobile {
    display: block;
    z-index: 9;
  }
}
#enquire-mobile a {
  display: block;
  padding: 8px 6px;
  background-color: #FFCC00;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

footer {
  margin-bottom: 20px;
}
#homepage footer {
  margin-left: auto;
  margin-right: auto;
}
footer#footer-why, footer#footer-cta {
  background-color: #f2f2f2;
  color: #757575;
  padding: 30px 0;
}
footer#footer-why h2, footer#footer-cta h2 {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 30px;
}
footer#footer-why h3, footer#footer-cta h3 {
  font-size: 1.7em;
  font-weight: 300;
  margin-bottom: 20px;
}
footer#footer-why h3 ~ p, footer#footer-cta h3 ~ p {
  font-weight: 600;
  margin-top: 15px;
}
footer#footer-why a.circle, footer#footer-cta a.circle {
  display: inline-block;
  text-align: center;
}
footer#footer-why a.circle > i, footer#footer-cta a.circle > i {
  display: block;
  width: 75px;
  height: 75px;
  line-height: 71px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 40px;
  border: 2px solid #6296c8;
  font-size: 2em;
}
footer#footer-why a.circle:hover > i, footer#footer-cta a.circle:hover > i {
  background-color: #6296c8;
  color: #fff;
}
footer#footer-menu {
  background-color: #ddd;
  color: #757575;
  padding: 30px 0;
}
footer#footer-menu p {
  font-size: 0.9em;
}
footer#footer-menu h2 + p {
  margin-bottom: 40px;
  font-size: 1em;
}
footer#footer-menu h2 + p .button {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  footer#footer-menu h2 + p {
    display: none;
  }
}
footer#footer-menu h3 {
  font-size: 0.8em;
  font-weight: 600;
}
footer#footer-menu a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9em;
}
footer#footer-menu li {
  margin-bottom: 10px;
}
footer#footer-menu #social-icons {
  margin-top: 20px;
}
footer#footer-menu #social-icons > a {
  display: inline-block;
  border: 2px solid #6296c8;
  border-radius: 20px;
  text-align: center;
  line-height: 24px;
  height: 30px;
  width: 30px;
}
footer#footer-menu #social-icons > a:hover {
  background-color: #6296c8;
  color: #fff;
}
footer#footer-logos {
  text-align: center;
}
footer#footer-logos a {
  display: inline-block;
  padding: 5px;
}
footer#footer-legal {
  text-align: center;
  font-size: 0.9em;
}
footer#footer-legal ul {
  text-transform: uppercase;
}
footer#footer-legal ul a {
  color: inherit;
}

.grecaptcha-badge {
  visibility: hidden;
}

header#header-membership {
  margin-top: 5px;
  font-size: 0.8em;
  text-align: right;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
header#header-membership > a {
  color: inherit;
}
header#header-membership > a i {
  color: #6296c8;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 2em;
}
header#header-membership > strong > a {
  color: #4f4f4f;
  margin-right: 10px;
}
header#header-membership strong {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  header#header-membership {
    display: none;
  }
}
header#header-menu {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header#header-menu {
    box-shadow: 0 6px 12px 0 rgba(50, 50, 50, 0.5);
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
  }
}
header#header-menu > * {
  display: inline-block;
  vertical-align: bottom;
}
header#header-menu > #logo {
  letter-spacing: 0;
}
header#header-menu > #logo > img {
  width: 75%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -15px;
}
@media screen and (max-width: 767px) {
  header#header-menu > #logo > img {
    top: 10px;
    width: 112px;
    height: 38px;
  }
}
header#header-menu > nav {
  /* Search */
  /* Menu interaction with hover states */
  /* li in submenu once with pseudo class :hover (CSS only) and class .hover (JS) */
}
header#header-menu > nav > ul {
  position: fixed;
  width: 230px;
  height: 100%;
  top: 0;
  padding-top: 70px;
  transition: left 0.3s ease 0s;
  background-color: #6296c8;
  text-align: center;
  display: inline-block;
  left: -230px;
}
@media screen and (min-width: 768px) {
  header#header-menu > nav > ul {
    background-color: transparent;
    position: static;
    top: auto;
    padding-top: 0;
    text-align: left;
    width: auto;
  }
}
header#header-menu > nav > ul > li {
  display: block;
}
@media screen and (min-width: 768px) {
  header#header-menu > nav > ul > li {
    display: inline;
  }
}
header#header-menu > nav > ul > li:not(:first-child):before {
  content: " ";
  border-left: 1px solid #ddd;
  height: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header#header-menu > nav > ul > li:not(:first-child):before {
    display: none;
  }
}
header#header-menu > nav > ul > li > a:not(.button) {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  position: relative;
  padding: 12px 0;
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  header#header-menu > nav > ul > li > a:not(.button) {
    color: #4f4f4f;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1024px) {
  header#header-menu > nav > ul > li > a:not(.button) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1280px) {
  header#header-menu > nav > ul > li > a:not(.button) {
    padding-left: 22px;
    padding-right: 22px;
  }
}
header#header-menu > nav > ul > li > a:not(.button):before {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ddd;
  left: calc(50% - 10px);
  display: none;
}
header#header-menu > nav > ul > li > a.button {
  color: #fff;
  margin-top: 20px;
}
header#header-menu > nav > ul > li #search-toggle {
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  display: none;
}
header#header-menu > nav > ul > li #search-toggle:focus {
  outline: 0;
}
@media screen and (min-width: 768px) {
  header#header-menu > nav > ul > li #search-toggle {
    color: #aaa;
    display: inline;
  }
}
header#header-menu > nav > ul > li .submenu {
  height: 420px;
  bottom: -400px;
  position: absolute;
  z-index: 999;
}
header#header-menu > nav > ul > li:hover > a {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  header#header-menu > nav > ul > li:hover > a {
    color: #6296c8;
  }
}
header#header-menu > nav > ul > li:not(:last-child):hover > a:before,
header#header-menu > nav > ul > li:hover .submenu {
  display: none;
}
@media screen and (min-width: 768px) {
  header#header-menu > nav > ul > li:not(:last-child):hover > a:before,
  header#header-menu > nav > ul > li:hover .submenu {
    display: block;
  }
}
header#header-menu > nav #search {
  position: fixed;
  left: -250px;
  right: inherit;
  top: 20px;
  display: block;
  width: auto;
  z-index: 555;
}
@media screen and (min-width: 768px) {
  header#header-menu > nav #search {
    background-color: #f2f2f2;
    position: absolute;
    left: inherit;
    right: 0;
    top: 100%;
    padding: 20px;
    display: none;
  }
}
header#header-menu > nav #search.show {
  display: block;
}
header#header-menu > nav #search input, header#header-menu > nav #search button {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: 0.8em;
}
header#header-menu > nav #search input {
  border-radius: 6px;
  border: 1px solid #fff;
  width: 140px;
}
header#header-menu > nav #search button {
  background-color: #6296c8;
  cursor: pointer;
  width: auto;
  color: #fff;
}
header#header-menu > nav .submenu {
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  box-sizing: border-box;
  width: 260px;
  margin-top: 15px;
  display: none;
  background-color: #ddd;
  height: 400px;
  font-size: 0.9em;
}
@media screen and (min-width: 1280px) {
  header#header-menu > nav .submenu {
    left: 240px;
  }
}
header#header-menu > nav .submenu a:not(.button) {
  color: inherit;
}
header#header-menu > nav .submenu li {
  width: 240px;
}
header#header-menu > nav .submenu li:first-child {
  padding-top: 13px;
}
header#header-menu > nav .submenu li:last-child {
  position: absolute;
  bottom: 15px;
}
header#header-menu > nav .submenu li a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 15px;
  width: 100%;
  line-height: 1.3em;
}
header#header-menu > nav .submenu li p a {
  padding: 0;
}
header#header-menu > nav .submenu > li {
  padding-left: 20px;
  padding-right: 25px;
}
header#header-menu > nav .submenu > li > a {
  position: relative;
}
header#header-menu > nav .submenu > li > ul {
  z-index: 1;
  width: 720px;
  height: 100%;
  position: absolute;
  left: 240px;
  top: 0;
  border-left: 1px solid white;
  display: none;
  background-color: #ddd;
}
header#header-menu > nav .submenu > li > ul > li {
  padding-left: 20px;
  padding-right: 20px;
}
header#header-menu > nav .submenu > li:first-child > ul,
header#header-menu > nav .submenu > li > ul > li:first-child .submenu-image {
  display: block;
}
header#header-menu > nav .submenu .submenu-image {
  height: 100%;
  width: 66%;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  padding: 15px 20px 15px 0;
  display: none;
  background: none !important;
}
header#header-menu > nav .submenu .submenu-image > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
header#header-menu > nav .submenu .submenu-image span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  padding: 2px 5px;
  bottom: 0;
  color: #fff;
}
header#header-menu > nav .submenu .submenu-image .image-caption {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  header#header-menu > nav > ul > li:hover > a {
    color: #6296c8;
  }
  header#header-menu > nav > ul > li:not(:first-child):hover > a:before {
    display: inherit;
  }
  header#header-menu > nav > ul > li:hover .submenu {
    display: inherit;
  }
  header#header-menu > nav .submenu.css-only > li:hover > ul,
  header#header-menu > nav .submenu > li.hover > ul,
  header#header-menu > nav .submenu > li > ul > li:hover .submenu-image {
    display: block;
  }
  header#header-menu > nav .submenu.css-only > li:hover > a:not(.button):after,
  header#header-menu > nav .submenu > li.hover > a:not(.button):after,
  header#header-menu > nav .submenu:not(:hover) > li:first-child > a:after {
    position: absolute;
    content: " ";
    right: -33px;
    top: calc(50% - 10px);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
  }
  header#header-menu > nav .submenu.css-only > li:hover > a:not(.button):before,
  header#header-menu > nav .submenu > li.hover > a:not(.button):before,
  header#header-menu > nav .submenu:not(:hover) > li:first-child > a:before {
    position: absolute;
    content: " ";
    right: -33px;
    top: calc(50% - 10px);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ddd;
    margin-top: 2px;
    z-index: 2;
  }
  header#header-menu > nav .submenu.css-only > li:hover > a,
  header#header-menu > nav .submenu > li.hover > a,
  header#header-menu > nav .submenu.css-only li:hover > ul:not(:hover) > li:first-child > a,
  header#header-menu > nav .submenu li.hover > ul:not(:hover) > li:first-child > a,
  header#header-menu > nav .submenu:not(:hover) li:first-child > a,
  header#header-menu > nav .submenu > li > ul > li:hover > a {
    background-color: #4f4f4f;
    color: #fff;
    text-decoration: none;
  }
}
header #mobile-menu-toggle,
header #mobile-call {
  position: absolute;
  top: 12px;
  color: #222;
  font-size: 2.5em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  header #mobile-menu-toggle,
  header #mobile-call {
    display: none;
  }
}
header #mobile-menu-toggle {
  left: 15px;
}
header #mobile-call {
  right: 15px;
}

body.menu-open {
  overflow-x: hidden;
}
body.menu-open #container { /* margin-left: 230px !important; */ }
body.menu-open #header-menu {
  transition: left 0.3s ease 0s;
  left: 230px;
}
body.menu-open #header-menu ul {
  transition: left 0.3s ease 0s;
  left: 0;
}
body.menu-open #header-menu #search {
  transition: left 0.3s ease 0s;
  left: 20px !important;
}
body.menu-open #header-menu #mobile-menu-toggle {
  color: #6296c8;
}

#hero {
  overflow: hidden;
  height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #hero {
    height: 400px;
  }
}
#hero .hero-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
#hero .hero-image {
  height: 320px;
}
@media screen and (min-width: 768px) {
  #hero .hero-image {
    height: 400px;
  }
}
#hero .hero-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
#hero.carousel .hero-image {
  margin-right: 2px;
}
#hero .hero-caption {
  position: absolute;
  bottom: 10px;
  right: 18px;
  border-radius: 5px;
  font-size: 0.8em;
  padding: 2px 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  visibility: hidden;
}
#hero .gradient-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 100%);
  height: 300px;
  margin-top: -300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #hero .gradient-overlay {
    margin-top: -300px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 100%);
  }
}
#hero .homepage-slider-button {
  font-size: 18px;
  font-weight: 400;
  color: white !important;
  margin-top: 30px;
  height: 40px;
  line-height: 22px;
}
#hero .homepage-slider-button:hover {
  color: #6296c8 !important;
}
@media screen and (max-width: 767px) {
  #hero .homepage-slider-button {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    height: 30px;
    line-height: 12px;
  }
}
#hero .hero-overlay {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
  width: 100%;
  pointer-events: auto;
}
@media screen and (max-width: 1054px) {
  body#homepage #hero .hero-overlay {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 1054px) {
  body#homepage #hero .hero-overlay {
    padding-left: 0 !important;
  }
}
body#homepage #hero .hero-overlay {
  max-width: 1014px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #hero .hero-overlay {
    padding: 20px 50px;
  }
}
#hero .hero-overlay h1, #hero .hero-overlay .h1, #hero .hero-overlay .h2 {
  color: #fff;
  text-shadow: 2px 2px 6px rgb(0, 0, 0);
  text-align: center;
}
#hero .hero-overlay h1, #hero .hero-overlay .h1 {
  font-weight: 600;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  #hero .hero-overlay h1, #hero .hero-overlay .h1 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  #hero .hero-overlay h1, #hero .hero-overlay .h1 {
    font-size: 26px;
  }
}
#hero .hero-overlay .h2 {
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #hero .hero-overlay .h2 {
    font-size: 1.15em;
  }
}
#hero .hero-ribbon {
  position: absolute;
  top: 35px;
  left: 0;
  padding: 20px 15px;
  background-color: #6296c8;
  color: #fff;
  text-align: center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media screen and (max-width: 767px) {
  #hero .hero-ribbon {
    top: 15px;
    padding: 10px;
    background-color: rgba(98, 150, 200, 0.9);
  }
}
#hero .car-hire-badge {
  position: absolute;
  top: 55px;
  left: 83px;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  z-index: 5;
  border-radius: 3px 0 0 3px;
  text-align: left;
}
#hero .car-hire-badge img {
  height: 105px;
}
@media screen and (min-width: 567px) {
  #hero .car-hire-badge {
    left: 80px;
  }
}
@media screen and (min-width: 768px) {
  #hero .car-hire-badge {
    left: initial;
    transform: rotate(15deg);
    right: 90px;
    top: 30px;
  }
}
@media screen and (min-width: 1279px) {
  #hero .car-hire-badge {
    right: 295px;
  }
}
#hero .car-hire-ribbon {
  position: absolute;
  padding: 10px;
  background-color: rgb(181, 88, 34);
  color: #fff;
  text-align: center;
  top: 60px;
  left: 0;
  border-radius: 0 3px 3px 0;
}
#hero .car-hire-ribbon p span.mobile-hidden {
  display: none;
}
@media screen and (min-width: 567px) {
  #hero .car-hire-ribbon {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  #hero .car-hire-ribbon {
    left: initial;
    right: 0;
    top: 35px;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1279px) {
  #hero .car-hire-ribbon {
    padding: 20px 15px;
  }
  #hero .car-hire-ribbon p span.mobile-hidden {
    display: inline;
  }
}
#hero .summer-sale-badge {
  position: absolute;
  top: 24px;
  right: 224px;
  transform: rotate(17deg);
  z-index: 5;
  border-radius: 3px 0 0 3px;
  text-align: right;
}
#hero .summer-sale-badge img {
  height: 115px;
}
@media screen and (max-width: 1023px) {
  #hero .summer-sale-badge {
    right: 195px;
  }
}
@media screen and (max-width: 767px) {
  #hero .summer-sale-badge {
    top: 10px;
    right: 185px;
  }
}
@media screen and (max-width: 567px) {
  #hero .summer-sale-badge {
    transform: rotate(-17deg);
    text-align: left;
    top: 49px;
    left: 84px;
    right: initial;
  }
}
#hero .summer-sale-ribbon {
  position: absolute;
  top: 35px;
  right: 0;
  padding: 20px 15px;
  background-color: #f7c71e;
  color: #fff;
  text-align: center;
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 767px) {
  #hero .summer-sale-ribbon {
    top: 15px;
    padding: 10px;
    background-color: #f7c71e;
  }
}
@media screen and (max-width: 567px) {
  #hero .summer-sale-ribbon {
    top: 60px;
    left: 0;
    right: initial;
    border-radius: 0 3px 3px 0;
  }
  #hero .summer-sale-ribbon span.mobile-hidden {
    display: none;
  }
  #hero .summer-sale-ribbon span.capitalize-me {
    text-transform: uppercase;
  }
}
#hero .free-singapore-stopover-badge {
  position: absolute;
  top: 24px;
  right: 380px;
  transform: rotate(17deg);
  z-index: 5;
  border-radius: 3px 0 0 3px;
  text-align: right;
}
#hero .free-singapore-stopover-badge img {
  height: 115px;
}
@media screen and (max-width: 1023px) {
  #hero .free-singapore-stopover-badge {
    right: 332px;
  }
}
@media screen and (max-width: 767px) {
  #hero .free-singapore-stopover-badge {
    top: 10px;
    right: 185px;
  }
}
@media screen and (max-width: 567px) {
  #hero .free-singapore-stopover-badge {
    transform: rotate(-17deg);
    text-align: left;
    top: 49px;
    left: 154px;
    right: initial;
  }
}
#hero .free-singapore-stopover-ribbon {
  position: absolute;
  top: 35px;
  right: 0;
  padding: 20px 15px;
  background-color: #90577F;
  color: #fff;
  text-align: center;
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 767px) {
  #hero .free-singapore-stopover-ribbon {
    top: 15px;
    padding: 10px;
    background-color: #90577F;
  }
}
@media screen and (max-width: 567px) {
  #hero .free-singapore-stopover-ribbon {
    top: 60px;
    left: 0;
    right: initial;
    border-radius: 0 3px 3px 0;
  }
  #hero .free-singapore-stopover-ribbon span.mobile-hidden {
    display: none;
  }
  #hero .free-singapore-stopover-ribbon span.capitalize-me {
    text-transform: uppercase;
  }
}
#hero .sydney-experience-badge {
  position: absolute;
  top: 24px;
  right: 380px;
  transform: rotate(17deg);
  z-index: 5;
  border-radius: 3px 0 0 3px;
  text-align: right;
}
#hero .sydney-experience-badge img {
  height: 115px;
}
@media screen and (max-width: 1023px) {
  #hero .sydney-experience-badge {
    right: 332px;
  }
}
@media screen and (max-width: 767px) {
  #hero .sydney-experience-badge {
    top: 10px;
    right: 185px;
  }
}
@media screen and (max-width: 567px) {
  #hero .sydney-experience-badge {
    transform: rotate(-17deg);
    text-align: left;
    top: 49px;
    left: 154px;
    right: initial;
  }
}
#hero .sydney-experience-ribbon {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #f7c71e;
  text-align: center;
  border-radius: 3px 0 0 3px;
}
#hero .sydney-experience-ribbon a {
  color: #fff;
  display: block;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  #hero .sydney-experience-ribbon {
    top: 15px;
    background-color: #f7c71e;
  }
  #hero .sydney-experience-ribbon a {
    padding: 10px;
  }
}
@media screen and (max-width: 567px) {
  #hero .sydney-experience-ribbon {
    top: 60px;
    left: 0;
    right: initial;
    border-radius: 0 3px 3px 0;
  }
  #hero .sydney-experience-ribbon span.mobile-hidden {
    display: none;
  }
  #hero .sydney-experience-ribbon span.capitalize-me {
    text-transform: uppercase;
  }
}
#hero .free-refund-badge {
  position: absolute;
  top: 24px;
  right: 370px;
  transform: rotate(17deg);
  z-index: 5;
  border-radius: 3px 0 0 3px;
  text-align: right;
}
#hero .free-refund-badge img {
  height: 115px;
}
@media screen and (max-width: 1023px) {
  #hero .free-refund-badge {
    right: 327px;
  }
}
@media screen and (max-width: 767px) {
  #hero .free-refund-badge {
    top: 10px;
    right: 185px;
  }
}
@media screen and (max-width: 567px) {
  #hero .free-refund-badge {
    transform: rotate(-17deg);
    text-align: left;
    top: 49px;
    left: 218px;
    right: initial;
  }
}
#hero .free-refund-ribbon {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #679934;
  text-align: center;
  border-radius: 3px 0 0 3px;
}
#hero .free-refund-ribbon a {
  color: #fff;
  display: block;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  #hero .free-refund-ribbon {
    top: 15px;
    background-color: #679934;
  }
  #hero .free-refund-ribbon a {
    padding: 10px;
  }
}
@media screen and (max-width: 567px) {
  #hero .free-refund-ribbon {
    top: 60px;
    left: 0;
    right: initial;
    border-radius: 0 3px 3px 0;
  }
  #hero .free-refund-ribbon span.mobile-hidden {
    display: none;
  }
  #hero .free-refund-ribbon span.capitalize-me {
    text-transform: uppercase;
  }
}
#hero .slider-indicators {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
#hero .slider-controls i {
  display: none;
}

.mapboxgl-map .mapboxgl-popup {
  z-index: 3;
}
.mapboxgl-map .mapboxgl-popup.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: rgba(255, 255, 255, 0.9);
}
.mapboxgl-map .mapboxgl-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.mapboxgl-map .mapboxgl-popup .mapboxgl-popup-tip {
  animation: popup-tip 1000ms ease;
}
.mapboxgl-map .mapboxgl-popup .mapboxgl-popup-content {
  background-color: rgba(255, 255, 255, 0.9);
  animation: popup 400ms ease;
  max-width: 310px;
}
.mapboxgl-map .marker-title {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2em;
  color: #6296c8;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.mapboxgl-map .marker-title a {
  color: #6296c8;
  font-weight: 600;
}
.mapboxgl-map .marker-description {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
.mapboxgl-map .marker-description img {
  float: right;
  width: 120px;
  margin: 5px 0 10px 10px;
}

#map-container {
  height: 300px;
}
#map-container:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  #map-container {
    height: 500px;
  }
}
#map-container .marker-title {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2em;
  color: #6296c8;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
#map-container .marker-title a {
  color: #6296c8;
  font-weight: 600;
}
#map-container .marker-description {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
#map-container .marker-description img {
  float: right;
  width: 120px;
  margin: 5px 0 10px 10px;
}
#map-container .leaflet-top, #map-container .leaflet-bottom {
  z-index: 1;
}

#map {
  transition: opacity 200ms ease;
}
#map.loading {
  opacity: 0;
}
#map .marker {
  background-color: rgba(255, 255, 255, 0.6);
  border: 4px solid rgba(122, 122, 122, 0.2);
  padding: 2px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  transition: background-color 500ms ease, opacity 1000ms ease 1000ms;
  opacity: 1;
  animation: marker-leg 1000ms ease;
  cursor: pointer;
  z-index: 2;
}
#map .marker:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
#map .marker.hoverState {
  background-color: rgba(255, 255, 255, 0.9);
}
#map .marker.background {
  opacity: 0.2;
}
#map .marker.hidden {
  opacity: 0;
  display: none;
}
#map .marker.leg {
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-radius: 10px;
  animation: marker-leg 1000ms ease;
  z-index: 1;
}
#map .marker.itinerary-option {
  font-size: 1em;
}
#map .marker.itinerary-option span.fa {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#map .marker.itinerary-option.fade {
  opacity: 0.2;
}
#map .marker.itinerary-option.fade:hover {
  opacity: 0.8;
}
#map .marker p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#map .marker span.fa {
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#map .marker .marker--pointer {
  border: 10px solid rgba(255, 255, 255, 0);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#map.map--sail-n-rail .mapboxgl-popup .mapboxgl-popup-content {
  padding: 0;
  overflow: hidden;
  max-width: 500px;
}
#map.map--sail-n-rail .mapboxgl-popup .mapboxgl-popup-content .marker-hero {
  padding: 20px;
  position: relative;
  min-height: 100px;
  background-size: cover;
  background-position: center;
}
#map.map--sail-n-rail .mapboxgl-popup .mapboxgl-popup-content .marker-hero .marker-title {
  font-size: 2em;
  line-height: 1.3em;
  text-shadow: 2px 2px 6px rgb(0, 0, 0);
  text-align: center;
}
#map.map--sail-n-rail .mapboxgl-popup .mapboxgl-popup-content .marker-hero .marker-title a {
  color: #fff;
}
#map.map--sail-n-rail .mapboxgl-popup .mapboxgl-popup-content .marker-hero p.h2 {
  color: #fff;
  font-size: 1em;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #map.map--sail-n-rail .mapboxgl-popup .mapboxgl-popup-content .marker-hero p.h2 {
    font-size: 1.2em;
  }
}
#map.map--sail-n-rail .mapboxgl-popup .mapboxgl-popup-content .marker-content {
  padding: 20px;
}
#map.map--sail-n-rail .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  z-index: 1;
  color: white;
}

#map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: wait;
}

#map-infobox {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  bottom: 0;
  transform: translateY(0%);
  transition: transform 200ms ease;
  z-index: 3;
}
#map-infobox.hide {
  transform: translateY(100%);
}
#map-infobox .map-infobox--close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
}
#map-infobox .map-infobox--close:hover {
  opacity: 0.6;
}
#map-infobox .map-infobox--close.dark {
  color: #4f4f4f;
  text-shadow: none;
}
#map-infobox .marker-hero {
  padding: 30px 20px;
  position: relative;
  min-height: 100px;
  background-size: cover;
  background-position: center;
}
#map-infobox .marker-hero .marker-hero-content {
  text-align: center;
}
#map-infobox .marker-hero .marker-title {
  font-size: 1.2em;
  line-height: 1.3em;
  text-shadow: 2px 2px 6px rgb(0, 0, 0);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #map-infobox .marker-hero .marker-title {
    font-size: 1.5em;
  }
}
#map-infobox .marker-hero .marker-title a {
  color: #fff;
}
#map-infobox .marker-hero p.h2 {
  color: #fff;
  font-size: 1em;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #map-infobox .marker-hero p.h2 {
    font-size: 1.2em;
  }
}
#map-infobox .marker-content {
  padding: 20px;
}
#map-infobox .marker-continent {
  padding: 20px;
}
#map-infobox .marker-continent .marker-title {
  font-size: 1.8em;
  line-height: 1.3em;
  text-shadow: none;
  text-align: center;
}
#map-infobox .marker-continent .marker-title a {
  color: #4f4f4f;
}

#map-back {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
}
#map-back > a {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 20px;
  transition: background-color 200ms ease;
  display: block;
  color: #000;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
#map-back > a:hover {
  background-color: rgb(255, 255, 255);
}
#map-back > a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#map .marker-cta-container, #map-infobox .marker-cta-container {
  text-align: center;
}
#map .marker-cta-container .marker-cta, #map-infobox .marker-cta-container .marker-cta {
  display: inline-block;
  background-color: #6296c8;
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #6296c8;
  padding: 10px 30px;
  transition: background-color 500ms ease, color 800ms ease;
}
#map .marker-cta-container .marker-cta:hover, #map-infobox .marker-cta-container .marker-cta:hover {
  background-color: white;
  color: #6296c8;
}

#map-no-results {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #map-no-results {
    padding: 50px;
  }
}
#map-no-results.hide {
  display: none;
}
#map-no-results h4 {
  font-size: 2.5em;
  text-align: center;
}
#map-no-results p a {
  display: inline-block;
  background-color: #6296c8;
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #6296c8;
  padding: 5px 10px;
  transition: background-color 500ms ease, color 800ms ease;
}
#map-no-results p a:hover {
  background-color: white;
  color: #6296c8;
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  80% {
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes popup-tip {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes marker-leg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal .modal-header {
  font-weight: 700;
  font-size: 1.2em;
  color: #6296c8;
  padding: 0 20px;
}
.modal .modal-header a {
  color: inherit;
}
.modal .modal-body {
  padding: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.modal.is-ajax .modal-header {
  background-color: #6296c8;
  background-image: url("/shared/img/logos/inverted/wexas_noest.png");
  background-repeat: no-repeat;
  background-position: top 12px right 15px;
  background-size: 95px;
  color: #fff;
  padding: 15px 130px 15px 15px;
  min-height: 55px;
}
.modal.is-ajax .modal-body a {
  font-weight: 700;
}

.pagination {
  text-align: center;
  margin: 20px 0;
}
.pagination:before {
  content: "Page";
  text-transform: uppercase;
  padding-right: 15px;
}
.pagination li {
  display: inline-block;
  margin-right: 10px;
}
.pagination li a, .pagination li.active {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 28px;
}
.pagination li a {
  border: 1px solid #ddd;
  color: #000;
}
.pagination li.active {
  border: 1px solid #6296c8;
  background-color: #6296c8;
  color: #fff;
}
.pagination li:hover a {
  text-decoration: none;
  color: #6296c8;
}
.pagination li.disabled {
  display: none;
}

.panel > a {
  display: block;
  height: 230px;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .panel > a {
    height: 300px;
  }
}
.panel > a:hover:after {
  content: " ";
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: calc(-100% - 5px);
}
#page-404-thumbnails .panel > a:hover:after {
  top: 0;
}
.panel > a.panel-filler:hover:after {
  top: 0;
}
.panel > a.gallery-panel.hover-fix:hover:after {
  content: " ";
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: calc(-100% - 5px);
}
.panel > a.gallery-panel:hover:after {
  content: " ";
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: -100%;
}
.panel > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.panel > a > .panel-overlay {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px 20px 50px;
  text-shadow: 2px 2px 6px rgb(0, 0, 0);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
}
.panel > a > .panel-overlay:before {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  left: 30px;
  top: 4px;
  color: #6296c8;
  text-shadow: none;
}
.panel > a > .panel-overlay h3 {
  line-height: 1.2em;
}
.panel > a > .panel-ribbon {
  position: absolute;
  top: 0;
  left: 50px;
  background-color: #6296c8;
  color: #fff;
  text-align: center;
  padding: 25px 15px;
  text-transform: uppercase;
  line-height: 1.3em;
  z-index: 5;
}
.panel > a > .car-hire-badge {
  position: absolute;
  top: 25px;
  right: 100px;
  transform: rotate(15deg);
  z-index: 5;
  border-radius: 3px 0 0 3px;
  text-align: right;
}
.panel > a > .car-hire-badge img {
  height: 105px;
}
@media screen and (max-width: 1023px) {
  .panel > a > .car-hire-badge {
    right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .panel > a > .car-hire-badge {
    top: 10px;
    right: 80px;
  }
}
@media screen and (max-width: 567px) {
  .panel > a > .car-hire-badge {
    text-align: left;
    top: 10px;
    right: 80px;
  }
}
.panel > a > .car-hire-ribbon {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 20px 15px;
  background-color: rgb(181, 88, 34);
  color: #fff;
  text-align: center;
  border-radius: 3px 0 0 3px;
  z-index: 4;
}
.panel > a > .car-hire-ribbon p span.mobile-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .panel > a > .car-hire-ribbon {
    top: 15px;
    padding: 10px;
    background-color: rgba(181, 88, 34, 0.9);
  }
}
@media screen and (max-width: 567px) {
  .panel > a > .car-hire-ribbon {
    top: 15px;
    padding: 10px;
    background-color: rgba(181, 88, 34, 0.9);
  }
}
@media screen and (min-width: 1279px) {
  .panel > a > .car-hire-ribbon p span.mobile-hidden {
    display: inline;
  }
}
.panel > a > .summer-sale-badge {
  position: absolute;
  top: 19px;
  right: 109px;
  transform: rotate(15deg);
  z-index: 5;
  border-radius: 3px 0 0 3px;
  text-align: right;
}
.panel > a > .summer-sale-badge img {
  height: 135px;
}
@media screen and (max-width: 1023px) {
  .panel > a > .summer-sale-badge {
    right: 97px;
  }
}
@media screen and (max-width: 767px) {
  .panel > a > .summer-sale-badge {
    top: 2px;
    right: 85px;
  }
}
@media screen and (max-width: 567px) {
  .panel > a > .summer-sale-badge {
    text-align: left;
    top: 2px;
    right: 85px;
  }
}
.panel > a > .summer-sale-ribbon {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 20px 15px;
  background-color: #f7c71e;
  color: #fff;
  text-align: center;
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 767px) {
  .panel > a > .summer-sale-ribbon {
    top: 15px;
    padding: 10px;
  }
}
@media screen and (max-width: 567px) {
  .panel > a > .summer-sale-ribbon {
    top: 15px;
    padding: 10px;
  }
}
.panel > a > .free-singapore-stopover-badge {
  position: absolute;
  top: 19px;
  right: 180px;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  z-index: 5;
  border-radius: 3px 0 0 3px;
  text-align: right;
}
.panel > a > .free-singapore-stopover-badge img {
  height: 135px;
}
@media screen and (max-width: 1023px) {
  .panel > a > .free-singapore-stopover-badge {
    right: 160px;
  }
}
@media screen and (max-width: 767px) {
  .panel > a > .free-singapore-stopover-badge {
    top: 2px;
    right: 85px;
  }
}
@media screen and (max-width: 567px) {
  .panel > a > .free-singapore-stopover-badge {
    text-align: left;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    top: -10px;
    right: 158px;
  }
}
.panel > a > .free-singapore-stopover-ribbon {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 20px 15px;
  background-color: #90577F;
  z-index: 4;
  color: #fff;
  text-align: center;
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 767px) {
  .panel > a > .free-singapore-stopover-ribbon {
    top: 15px;
    padding: 10px;
  }
}
@media screen and (max-width: 567px) {
  .panel > a > .free-singapore-stopover-ribbon {
    top: 15px;
    padding: 10px;
  }
}
.panel > a > .sydney-experience-badge {
  position: absolute;
  top: 19px;
  right: 180px;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  z-index: 5;
  border-radius: 3px 0 0 3px;
  text-align: right;
}
.panel > a > .sydney-experience-badge img {
  height: 135px;
}
@media screen and (max-width: 1023px) {
  .panel > a > .sydney-experience-badge {
    right: 160px;
  }
}
@media screen and (max-width: 767px) {
  .panel > a > .sydney-experience-badge {
    top: 2px;
    right: 85px;
  }
}
@media screen and (max-width: 567px) {
  .panel > a > .sydney-experience-badge {
    text-align: left;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    top: -10px;
    right: 158px;
  }
}
.panel > a > .sydney-experience-ribbon {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #f7a903;
  z-index: 4;
  color: #fff;
  text-align: center;
  border-radius: 3px 0 0 3px;
}
.panel > a > .sydney-experience-ribbon object a {
  color: #fff;
  display: block;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .panel > a > .sydney-experience-ribbon {
    top: 15px;
  }
  .panel > a > .sydney-experience-ribbon object a {
    padding: 10px;
  }
}
@media screen and (max-width: 567px) {
  .panel > a > .sydney-experience-ribbon {
    top: 15px;
  }
  .panel > a > .sydney-experience-ribbon object a {
    padding: 10px;
  }
}
.panel > a > .free-refund-badge {
  position: absolute;
  top: 19px;
  right: 145px;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  z-index: 6;
  border-radius: 3px 0 0 3px;
  text-align: right;
}
.panel > a > .free-refund-badge img {
  height: 135px;
}
@media screen and (max-width: 1023px) {
  .panel > a > .free-refund-badge {
    right: 128px;
  }
}
@media screen and (max-width: 767px) {
  .panel > a > .free-refund-badge {
    top: 3px;
    right: 211px;
  }
}
@media screen and (max-width: 567px) {
  .panel > a > .free-refund-badge {
    text-align: left;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    top: 0px;
    right: 128px;
  }
}
.panel > a > .free-refund-ribbon {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #679934;
  z-index: 5;
  color: #fff;
  text-align: center;
  border-radius: 3px 0 0 3px;
}
.panel > a > .free-refund-ribbon object a {
  color: #fff;
  display: block;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .panel > a > .free-refund-ribbon {
    top: 15px;
  }
  .panel > a > .free-refund-ribbon object a {
    padding: 10px;
  }
}
@media screen and (max-width: 567px) {
  .panel > a > .free-refund-ribbon {
    top: 15px;
  }
  .panel > a > .free-refund-ribbon object a {
    padding: 10px;
  }
}
.panel > *:not(a) {
  margin: 20px 30px;
}
.panel > *:not(a).panel-special {
  color: #6296c8;
  text-transform: uppercase;
}
.panel > *:not(a) .fa {
  margin-right: 5px;
}
.panel.panel-hide {
  display: none;
}

.item-grid form {
  margin-bottom: inherit !important;
}
.item-grid .item-grid-show {
  text-align: center;
}

#product-search {
  transition: top 0.4s ease-in-out;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) {
  #product-search {
    padding: 12px 12px 10px;
    box-shadow: 4px 5px 11px -4px rgba(0, 0, 0, 0.21);
    border-radius: 50px;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  #product-search > div {
    margin-bottom: 0;
  }
}
#product-search h2 {
  text-align: center;
  font-size: 1.4em;
  cursor: pointer;
}
#product-search button[type=submit] {
  font-size: 1.2em;
  transition: all 0.2s ease-in-out;
  width: auto;
  height: 33px;
  display: block;
  margin: 0 auto;
  color: #6296c8;
  border-color: #6296c8;
}
@media screen and (min-width: 768px) {
  #product-search button[type=submit] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.4em;
  }
}
#product-search button[type=submit]:hover {
  background-color: #6296c8;
  color: #fff;
}
#product-search button[type=submit] > span {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #product-search button[type=submit] > span {
    display: none;
  }
}
#product-search .custom-select select {
  font-weight: 600;
  font-size: 0.8em;
  padding: 8px 20px 6px 8px;
  border-radius: 30px;
  text-transform: uppercase;
  background-color: #6296c8;
  color: #fff;
  border: 0;
}
#product-search .custom-select select option:not(:first-child) {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  #product-search .custom-select select {
    font-size: 0.9em;
    padding: 10px 25px 9px 10px;
  }
}
#product-search .custom-select:after {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #product-search .custom-select:after {
    padding: 12px 12px 5px 3px;
  }
}

#share {
  display: none;
  position: fixed;
  right: 0;
  top: 101px;
}
@media screen and (max-width: 1279px) {
  #share {
    display: none;
  }
}
#share a {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  margin-bottom: 5px;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 1.6em;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  #share a {
    margin-bottom: 0;
    display: inline-block;
    border-right-width: 1px;
    border-bottom-width: 0;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  #share a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
#share a#share-facebook {
  background-color: #3B5998;
}
#share a#share-twitter {
  background-color: #4099FF;
}
#share a#share-pinterest {
  background-color: #cb2027;
}
#share a#share-google-plus {
  font-size: 1.4em;
  background-color: #dd4b39;
}

.slider {
  position: relative;
}
.slider .slider-indicators {
  text-align: center;
}
.slider .slider-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
}
.slider .slider-indicators li.active {
  background-color: #6296c8;
}
.slider .slider-controls i {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 4em;
  padding: 5px 17px 8px;
}
.slider .slider-controls i.fa-angle-left {
  left: 0;
}
.slider .slider-controls i.fa-angle-right {
  right: 0;
}
.slider ul.slides {
  margin-bottom: 20px;
}
.slider ul.slides li {
  padding: 0;
}
.slider ul.slides li a.panel {
  background-size: cover;
  background-position: center;
  display: block;
}
.slider ul.slides li p {
  text-align: center;
  color: #4f4f4f;
}
.slider.carousel .slider-indicators {
  text-align: center;
}
.slider#survey-slider ul.slides li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 100%;
}
.slider#survey-slider ul.slides li > div {
  padding-top: 40px;
}
.slider#survey-slider .slider-controls i {
  color: #6296c8;
}
.slider#consultant-carousel ul.slides {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.slider#consultant-carousel ul.slides > div {
  overflow: visible;
}
.slider#consultant-carousel ul.slides li a {
  height: auto;
}
.slider#consultant-carousel ul.slides li .consultant-image-container {
  margin: 0 auto;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.slider#consultant-carousel ul.slides li .consultant-image-container > img {
  width: 100%;
}
.slider#consultant-carousel .slider-controls i {
  top: 70px;
  color: #6296c8;
}
@media screen and (max-width: 767px) {
  .slider#consultant-carousel .slider-controls i {
    display: none;
  }
}
.slider#logo-carousel ul.slides {
  width: 40%;
  margin: 0 auto;
}
.slider#logo-carousel ul.slides > div {
  overflow: visible;
}
.slider#logo-carousel ul.slides li {
  padding: 0 10px;
}
.slider#logo-carousel ul.slides li a {
  height: auto;
}
.slider#logo-carousel ul.slides li .logo-image-container {
  margin: 0 auto;
  width: auto;
  max-height: 50px;
  overflow: hidden;
  text-align: center;
}
.slider#logo-carousel ul.slides li .logo-image-container > img {
  display: inline;
  height: auto;
  max-height: 50px;
}
.slider#logo-carousel .slider-controls i {
  display: none;
  padding: 5px 0 8px;
}
@media screen and (max-width: 767px) {
  .slider#logo-carousel .slider-controls i {
    display: none;
  }
}
.slider#article-carousel .slider-controls i {
  top: 150px;
}
.slider#article-carousel .panel {
  padding: 20px;
}
.slider.product-image-slider-mobile .slick-slide {
  margin: 5px;
}

.squeeze {
  width: 100%;
  position: fixed;
  box-sizing: border-box;
  padding: 10px 0;
  color: #fff;
  background-color: #6296c8;
  left: 0;
}
.squeeze h3 {
  font-size: 1.4em;
  margin: 0;
}
.squeeze p {
  margin: 2px 0 7px;
}
.squeeze .close {
  cursor: pointer;
  float: right;
}
.squeeze#squeeze-header {
  top: -400px;
  z-index: 100;
  transition: top 0.4s ease-in-out;
}
.squeeze#squeeze-header.show {
  top: 0;
}
.squeeze#squeeze-header .custom-select:after {
  color: #6296c8;
}
.squeeze#squeeze-header .button {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}
.squeeze#squeeze-footer {
  bottom: -100%;
  z-index: 8;
  transition: bottom 1.2s ease-in-out;
  padding-bottom: 50px;
}
.squeeze#squeeze-footer.show {
  bottom: 0;
}
.squeeze#squeeze-footer h2, .squeeze#squeeze-footer p {
  margin-bottom: 10px;
}

#sticky-header {
  position: sticky;
  top: -1px;
  z-index: 111;
  overflow: hidden;
  background: #f2f2f2;
  background: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 50%, #6296c8 50%, #6296c8 100%);
}
body#homepage #sticky-header {
  max-width: none;
}
@media screen and (max-width: 767px) {
  #sticky-header {
    display: none;
  }
}
#sticky-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#sticky-header.fixed #sticky-header-container {
  border-bottom: 1px solid #ddd;
}
#sticky-header #sticky-header-container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f2f2f2;
  color: #757575;
  height: 50px;
}
body#homepage #sticky-header #sticky-header-container {
  max-width: 1014px;
}
#sticky-header #sticky-header-container #sticky-logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #sticky-header #sticky-header-container #sticky-logo {
    margin-left: 15px !important;
  }
}
body#homepage #sticky-header #sticky-header-container #sticky-logo {
  margin-left: 0;
}
#sticky-header #sticky-header-container #sticky-logo > div {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #6296c8;
  text-align: center;
  border-radius: 50%;
}
#sticky-header #sticky-header-container #sticky-logo > div > span {
  background: url("/shared/img/logos/wexas_new_highres.png") no-repeat;
  background-size: 90px;
  width: 27px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sticky-header #sticky-header-container #sticky-cta {
  text-align: right;
}
@media screen and (min-width: 768px) {
  #sticky-header #sticky-header-container #sticky-cta {
    background-color: #6296c8;
  }
}
#sticky-header #sticky-header-container #sticky-cta ul {
  display: inline-block;
}
#sticky-header #sticky-header-container #sticky-cta ul li {
  display: none;
  text-align: center;
  word-spacing: normal;
}
@media screen and (min-width: 768px) {
  #sticky-header #sticky-header-container #sticky-cta ul li {
    display: inline-block;
  }
}
#sticky-header #sticky-header-container #sticky-cta ul li:last-child > a {
  padding: 0 20px;
  background-color: #FFCC00;
  color: #222;
}
#sticky-header #sticky-header-container #sticky-cta ul li:last-child > a:hover, #sticky-header #sticky-header-container #sticky-cta ul li:last-child > a.form-locked:hover {
  background-color: #fff !important;
  color: #222 !important;
}
#sticky-header #sticky-header-container #sticky-cta ul li:last-child > a.form-locked {
  background-color: red !important;
}
#sticky-header #sticky-header-container #sticky-cta ul li > a {
  height: 50px;
  line-height: 48px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}
#sticky-header #sticky-header-container #sticky-cta ul li > a:hover {
  background-color: #fff;
  color: #6296c8;
}
#sticky-header #sticky-header-container #sticky-cta ul li > a > * {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
#sticky-header #sticky-header-container #sticky-cta ul li > a i {
  margin-right: 5px;
  font-size: 2em;
}
#sticky-header #sticky-header-container #sticky-cta ul li > a > span {
  font-size: 0.8em;
}
#sticky-header #sticky-header-container #breadcrumbs li {
  display: inline-block;
  font-size: 0.8em;
  line-height: 50px;
}
#sticky-header #sticky-header-container #breadcrumbs li:not(:first-child):before {
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  content: "\f054";
  font-size: 0.5em;
  margin: 0 5px;
}
@media screen and (max-width: 1023px) {
  #sticky-header #sticky-header-container #breadcrumbs li.secondary {
    display: none;
  }
}

#tabs {
  background-color: #fff;
  width: 100%;
  border: 0;
  text-align: center;
  position: sticky;
  top: 49px;
  overflow: hidden;
  height: 60px;
  transition: height 200ms;
}
@media screen and (min-width: 768px) {
  #tabs {
    z-index: 111;
    height: auto;
  }
}
#tabs.open {
  height: auto;
}
#tabs.open ul {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#tabs.fixed {
  margin-top: 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #tabs.fixed {
    position: fixed;
    left: 0;
    top: 50px;
    margin-top: 0;
    z-index: 99;
  }
}
#tabs ul {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 200ms ease;
}
@media screen and (min-width: 768px) {
  #tabs ul {
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-bottom: 3px solid #6296c8;
    max-width: 1200px;
    margin: 0 auto;
  }
}
#tabs ul li {
  display: block;
  line-height: 50px;
  height: 50px;
  width: auto;
  margin: 0;
  text-transform: uppercase;
  transition: all 100ms ease;
}
@media screen and (min-width: 768px) {
  #tabs ul li {
    display: inline-block;
    padding: 0 15px;
  }
}
#tabs ul li a {
  font-size: 0.8em;
  color: #4f4f4f;
  transition: all 100ms ease;
  padding: 15px 0;
}
#tabs ul li:hover {
  background-color: #ecf3f9;
}
#tabs ul li:hover a {
  color: #6296c8;
}
#tabs ul li.active {
  background-color: #6296c8;
}
#tabs ul li.active a {
  color: #fff;
}
#tabs #tabs-toggle {
  background: #f2f2f2;
  margin: 10px;
  padding: 15px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #tabs #tabs-toggle {
    display: none;
  }
}

#tooltip {
  position: fixed;
  top: -30px;
  left: -30px;
  margin-right: 10px;
  transition: top 200ms ease, left 200ms ease;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: none;
  padding: 3px;
}
#tooltip > p {
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  background-color: #222;
  border: 1px solid #757575;
  border-radius: 8px;
  padding: 7px;
}

.wysiwyg ul, .wysiwyg ol {
  margin: 0 0 1em 0.5em;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin: 0 0 0.5em 5%;
  padding: inherit;
  line-height: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg .note-video-clip {
  max-width: 100%;
}
.wysiwyg table {
  margin: 0 auto;
}
@media screen and (max-width: 567px) {
  .wysiwyg table {
    font-size: 0.8em;
  }
}
.wysiwyg table tr:nth-child(even) {
  background-color: #ddd;
}
.wysiwyg table th {
  background-color: #6296c8;
  color: #fff;
}
.wysiwyg i {
  font-style: italic;
}

.cookie-warning-container {
  position: relative;
  top: 0;
  background-color: #6296c8;
  z-index: 99;
  min-height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cookie-warning {
  text-align: center;
}
.cookie-warning p {
  color: #ffffff;
  font-size: 14px;
}
.cookie-warning a.cookie-warning-yes {
  color: #ffffff;
  text-decoration: underline;
}
.cookie-warning a.cookie-warning-yes:hover {
  cursor: pointer;
}

.cookie-warning,
.cookie-warning-no-more-info {
  width: 300px;
  margin: 0 auto;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 568px) {
  .cookie-warning,
  .cookie-warning-no-more-info {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .cookie-warning-container {
    position: relative;
    top: auto;
  }
  .cookie-warning,
  .cookie-warning-no-more-info {
    width: 740px;
  }
}
@media screen and (max-width: 767px) {
  #brochures #hero {
    display: none;
  }
}
#brochures #hero .hero-overlay {
  display: none;
}
#brochures main {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #brochures main {
    position: relative;
    top: -280px;
    margin-bottom: -250px !important;
    border: 2px solid transparent;
  }
}
@media screen and (min-width: 1024px) {
  #brochures main {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
#brochures main section, #brochures main aside, #brochures html body #mobile-container #container main section, html body #mobile-container #container #brochures main section {
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  #brochures main section, #brochures main aside, #brochures html body #mobile-container #container main section, html body #mobile-container #container #brochures main section {
    padding: 0 20px;
  }
}
#brochures main section#brochure-stages, #brochures main aside#brochure-stages, #brochures html body #mobile-container #container main section#brochure-stages, html body #mobile-container #container #brochures main section#brochure-stages {
  margin-top: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 1024px) {
  #brochures main section#brochure-stages, #brochures main aside#brochure-stages, #brochures html body #mobile-container #container main section#brochure-stages, html body #mobile-container #container #brochures main section#brochure-stages {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
#brochures main section#brochure-stages:after, #brochures main aside#brochure-stages:after, #brochures html body #mobile-container #container main section#brochure-stages:after, html body #mobile-container #container #brochures main section#brochure-stages:after {
  display: none;
}
#brochures main section#brochure-stages > div, #brochures main aside#brochure-stages > div, #brochures html body #mobile-container #container main section#brochure-stages > div, html body #mobile-container #container #brochures main section#brochure-stages > div {
  padding: 5px 0 20px;
  text-align: center;
}
#brochures main section#brochure-stages > div.active, #brochures main aside#brochure-stages > div.active {
  background-color: #6296c8;
  color: #fff;
}
@media screen and (max-width: 567px) {
  #brochures main section#brochure-stages > div:not(.active), #brochures main aside#brochure-stages > div:not(.active) {
    display: none;
  }
}
#brochures main section#brochure-stages > div:not(:last-child), #brochures main aside#brochure-stages > div:not(:last-child) {
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
#brochures main section#brochure-stages > div strong, #brochures main aside#brochure-stages > div strong {
  font-size: 2.5em;
  line-height: initial;
}
@media screen and (min-width: 568px) {
  #brochures #custom-brochures {
    column-count: 2;
    -webkit-column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  #brochures #custom-brochures {
    column-count: 3;
    -webkit-column-count: 3;
  }
}
#brochures #custom-brochures > div {
  margin-bottom: 20px;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  width: 100%;
}
#brochures #custom-brochures > div img {
  float: left;
  height: 66px;
  margin: 0 10px 10px 0;
}
#brochures #custom-brochures > div h3 {
  margin-top: 3px;
}
#brochures #custom-brochures > div label {
  display: block;
  clear: both;
  font-size: 0.9em;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 8px;
  cursor: pointer;
  text-indent: -27px;
  padding: 5px 0 5px 30px;
}
#brochures #custom-brochures > div label.selected {
  clear: both;
  background-color: #6296c8;
  color: #fff;
  border-color: #6296c8;
}
#brochures #custom-brochures > div label[for^=pdf_brochure].selected {
  background-color: #757575;
  border-color: #757575;
}
#brochures label[for^=brochure] {
  border: 2px solid transparent;
  padding: 10px;
  border-radius: 20px;
  line-height: 1.5em;
}
#brochures label[for^=brochure].selected {
  border-color: #6296c8;
}
#brochures button.fixed {
  position: fixed;
  top: initial;
  bottom: -2px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  border-radius: inherit;
  z-index: 100;
}
#brochures #brochure-summary {
  background-color: #6296c8;
  color: #fff;
  padding: 15px;
  font-size: 0.9em;
}
#brochures #brochure-summary h3 {
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: inherit;
  line-height: 1.5em;
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
}
#brochures #brochure-summary ul {
  margin-bottom: 20px;
  list-style: inherit;
}
#brochures #brochure-summary ul li {
  margin-left: 20px;
  line-height: 1.5em;
}

#contact-us #contact-telephone {
  padding: 85px 0;
  font-size: 1.2em;
  text-align: center;
  background-color: #6296c8;
  color: #fff;
}
#contact-us #contact-telephone strong {
  font-size: 2em;
  display: block;
  padding: 20px 0;
}
#contact-us.embedded-enquiry-form {
  background-color: #f2f2f2;
  border-radius: 20px;
}
@media all and (min-width: 768px) {
  #contact-us.embedded-enquiry-form {
    padding: 30px;
  }
}
@media all and (max-width: 767px) {
  #contact-us.embedded-enquiry-form {
    padding: 15px;
  }
}
#contact-us .modal-header, #contact-us legend {
  margin-bottom: 20px;
}
#contact-us .validated input:invalid {
  border: 1px solid #c93f3f;
  color: #c93f3f;
  background-color: #f2f2f2;
}
#contact-us .text-warning p {
  color: #c93f3f;
}

#cruise-search {
  padding: 20px;
  background-color: #f2f2f2;
}
#cruise-search label, #cruise-search a {
  display: inline-block;
  margin: 8px 15px 8px 0;
  color: inherit;
}
#cruise-search button {
  margin-right: 20px;
}

.info-icons {
  text-align: center;
}
.info-icons i {
  color: #ddd;
  margin-bottom: 10px;
  font-size: 3em;
}

#travel-guide {
  position: relative;
}
@media screen and (min-width: 768px) {
  #travel-guide > section {
    width: calc(100% - 260px);
    padding-right: 20px;
  }
}
#travel-guide > nav {
  background: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  min-height: 500px;
  padding: 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  #travel-guide > nav {
    display: block;
  }
}
#travel-guide > nav.fixed {
  position: fixed;
}
#travel-guide > nav.fixed.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
}
#travel-guide > nav h2 {
  font-size: 1.4em;
}
#travel-guide > nav > a {
  padding-left: 10px;
  font-size: 0.8em;
}
#travel-guide > nav ul {
  padding-left: 10px;
  margin-bottom: 20px;
}
#travel-guide > nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
#travel-guide > nav ul li.active a {
  font-size: 1em;
  color: #4f4f4f;
}
#travel-guide > nav ul li a {
  color: #aaa;
  font-size: 0.8em;
}
#travel-guide > nav ul li a:hover {
  color: #4f4f4f;
}

#homepage .homepage-tiles {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #homepage .homepage-tiles {
    display: flex;
    align-items: stretch;
  }
  #homepage .fill-image-tile a {
    height: calc(100% - 4px) !important;
  }
  #homepage .fill-image-tile a .panel-overlay {
    margin-bottom: 0 !important;
  }
}
#homepage #large-screen-display {
  display: none;
}
@media screen and (min-width: 1280px) {
  #homepage #large-screen-display {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  #homepage #small-screen-display {
    display: none;
  }
}
#homepage #hero {
  height: 300px;
}
@media screen and (min-width: 768px) {
  #homepage #hero {
    height: 300px;
  }
  #homepage #hero .hero-overlay {
    width: 80%;
    left: 10%;
    padding: 10px 0;
  }
  #homepage #hero .hero-overlay p {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  #homepage #hero {
    height: 500px;
  }
}
#homepage #hero .hero-overlay {
  width: 100%;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: initial;
  bottom: 40px;
  text-align: left;
  outline: 0;
}
@media screen and (max-width: 767px) {
  #homepage #hero .hero-overlay {
    bottom: 10px;
  }
}
#homepage #hero .hero-overlay p {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: left;
  text-shadow: -1px 1px 2px #000;
}
@media screen and (min-width: 1024px) {
  #homepage #hero .hero-overlay p {
    font-size: 64px;
    line-height: 72px;
  }
}
#homepage #hero .hero-overlay p span {
  font-style: italic;
}
#homepage #hero .hero-overlay img {
  display: inline-block;
  width: 70%;
  max-width: 100px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #homepage #hero .hero-overlay img {
    max-width: 200px;
  }
}
@media screen and (max-width: 568px) {
  #homepage #hero.hero-video {
    height: 300px;
  }
}
#homepage #hero.hero-video video {
  position: absolute;
  top: 0;
  left: 1px;
}
@media screen and (max-width: 568px) {
  #homepage #hero.hero-video video {
    transform: translateY(-25%) translateX(-35%);
  }
}
#homepage #hero .hero-video-overlay {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: initial;
}
#homepage #hero .hero-video-overlay-text {
  width: 80%;
  left: 10%;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: initial;
  bottom: 40px;
  text-align: left;
  outline: 0;
  padding: 10px 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #homepage #hero .hero-video-overlay-text {
    width: calc(85% - 40px);
    padding: 0;
    bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #homepage #hero .hero-video-overlay-text {
    padding-bottom: 15px;
  }
}
#homepage #hero .hero-video-overlay-text p {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
  text-align: left;
  text-shadow: -1px 1px 2px #000;
}
@media screen and (min-width: 768px) {
  #homepage #hero .hero-video-overlay-text p {
    font-size: 64px;
    line-height: 72px;
  }
}
#homepage #hero .hero-video-overlay-text p span {
  font-style: italic;
}
#homepage #hero .hero-image {
  height: 300px;
  background-size: cover;
}
#homepage #hero .hero-image picture {
  width: 100%;
  height: 100%;
  display: flex;
}
#homepage #hero .hero-image picture img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #homepage #hero .hero-image {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  #homepage #hero .hero-image {
    height: 500px;
  }
}
#homepage #hero a {
  color: inherit;
}
#homepage #hero span#iconic-text {
  font-style: initial;
}
#homepage #hero .iconic-text-span {
  display: none;
}
#homepage .wysiwyg p {
  font-size: 1.2em;
  text-align: left;
  font-weight: 300;
}
#homepage .panel.holiday-sale > a {
  height: auto;
}
#homepage .panel > a {
  height: auto;
}
@media screen and (min-width: 768px) {
  #homepage .panel > a {
    height: 220px;
  }
}
#homepage .panel > a:hover:after {
  position: relative;
  bottom: calc(100% + 5px);
}
#homepage .panel > a > .panel-overlay {
  padding-left: 40px;
}
@media screen and (max-width: 567px) {
  #homepage .panel > a > .panel-overlay {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #homepage .panel > a > .panel-overlay {
    margin-bottom: 4px;
  }
}
#homepage .panel > a > .panel-overlay:before {
  display: none;
}
@media screen and (min-width: 568px) {
  #homepage .panel > a > .panel-overlay:before {
    left: 20px;
    display: inherit;
  }
}
#homepage .panel > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homepage .panel.panel-logo {
  height: 220px;
}
@media screen and (max-width: 767px) {
  #homepage .panel.panel-logo {
    height: auto !important;
  }
}
#homepage .panel.panel-logo > * {
  padding: 10px;
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #homepage .panel.panel-logo > * {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#homepage .panel.panel-logo a#feefo {
  color: inherit;
}
#homepage .panel.panel-logo a#feefo span {
  font-weight: bold;
  font-size: 1.2em;
}
#homepage .panel.panel-logo a img {
  padding: 15px;
}
#homepage .panel.panel-large > a {
  height: auto;
}
@media screen and (min-width: 768px) {
  #homepage .panel.panel-large > a {
    height: 340px;
  }
}
@media screen and (min-width: 1024px) {
  #homepage .panel.panel-large > a {
    height: 440px;
  }
}
#homepage #established {
  font-size: 2em;
  line-height: 1.2em;
  color: #6296c8;
  text-align: center;
  border-left: 1px dashed #aaa;
  box-sizing: border-box;
}
#homepage #about-us {
  text-align: center;
  padding-top: 15%;
}
#homepage #about-us > div {
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 1px solid #6296c8;
  text-align: center;
  border-radius: 50%;
}
#homepage #about-us > div > span {
  background: url("/shared/img/logos/wexas_new_highres.png") no-repeat;
  background-size: 270px;
  width: 80px;
  height: 70px;
  display: inline-block;
  position: relative;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#homepage #about-us > h3 {
  color: #6296c8;
  text-shadow: none;
  left: 25px;
  margin-top: 10px;
  text-align: center;
}
#homepage #about-us:hover:after {
  display: none;
}
#homepage .free-singapore-stopover,
#homepage .holiday-sale,
#homepage .home-car-hire,
#homepage .homepage-offer {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#homepage .free-singapore-stopover img,
#homepage .holiday-sale img,
#homepage .home-car-hire img,
#homepage .homepage-offer img {
  max-height: 110px;
}
@media screen and (min-width: 768px) {
  #homepage .free-singapore-stopover img,
  #homepage .holiday-sale img,
  #homepage .home-car-hire img,
  #homepage .homepage-offer img {
    max-height: 120px;
    margin-top: 20px;
  }
}
#homepage .free-singapore-stopover h3,
#homepage .holiday-sale h3,
#homepage .home-car-hire h3,
#homepage .homepage-offer h3 {
  color: rgb(208, 88, 23);
  text-shadow: none;
  left: 25px;
  text-align: center;
}
#homepage .free-singapore-stopover h3 sup,
#homepage .holiday-sale h3 sup,
#homepage .home-car-hire h3 sup,
#homepage .homepage-offer h3 sup {
  vertical-align: super;
  font-size: 12px;
}
#homepage .free-singapore-stopover a:hover:after,
#homepage .holiday-sale a:hover:after,
#homepage .home-car-hire a:hover:after,
#homepage .homepage-offer a:hover:after {
  display: none;
}
#homepage .holiday-sale-container {
  background-color: #f7c71e;
  border-radius: 25px;
}
#homepage .holiday-sale-container.panel-logo div {
  width: 100%;
}
#homepage .holiday-sale a {
  overflow: hidden;
}
#homepage .holiday-sale h3 {
  margin-top: -7px;
  color: black;
}
#homepage .holiday-sale img {
  transform: rotate(23deg);
  max-height: 180px;
  margin-left: 26px;
}
#homepage .free-singapore-stopover-container {
  background-color: #90577F;
  margin-left: -5px;
  padding: 0;
  border-radius: 0;
}
#homepage .free-singapore-stopover-container.panel-logo div {
  padding: 0;
  width: 100%;
  height: 100%;
}
#homepage .free-singapore-stopover-container.panel-logo div img {
  padding: 0;
}
#homepage .free-singapore-stopover a {
  overflow: hidden;
  height: 100%;
}
#homepage .free-singapore-stopover h3 {
  margin-top: -7px;
  color: white;
}
#homepage .free-singapore-stopover img {
  transform: rotate(23deg);
  margin-left: 26px;
}
#homepage #quote-large {
  background-color: #f2f2f2;
  width: 80%;
  margin: 14px auto;
  letter-spacing: 1px;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  outline: 1px solid #ddd;
  outline-offset: -20px;
}
#homepage #quote-large p:first-of-type {
  text-transform: uppercase;
}
#homepage #quote-large p:first-of-type span:first-child {
  line-height: 1.2em;
  font-size: 2em;
  font-weight: 300;
  color: #6296c8;
}
#homepage #quote-large p:first-of-type span:last-child {
  font-size: 0.8em;
}
#homepage #quote-large p:last-of-type {
  font-size: 0.8em;
}
#homepage .homepage-slider-button {
  display: inline-block;
}
#homepage .feefo-badge {
  overflow: hidden;
}
#homepage .feefo-stuff {
  text-align: center;
  max-width: 100%;
}

#product .hero-overlay {
  top: auto;
  transform: none;
  bottom: 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #product .hero-overlay {
    bottom: 60px;
  }
}
#product .hero-overlay h1, #product .hero-overlay .h1, #product .hero-overlay .h2 {
  text-align: left;
}
#product .rating {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#product .rating.rating-standard {
  color: #a1aa93;
  border-color: #a1aa93;
}
#product .rating.rating-superior {
  color: #969ea9;
  border-color: #969ea9;
}
#product .rating.rating-deluxe {
  color: #a6996c;
  border-color: #a6996c;
}
#product .rating.rating-ultra {
  color: #c5ab21;
  border-color: #c5ab21;
}
#product .rating:hover {
  background-color: #f2f2f2;
  border: 1px solid #6296c8;
  color: #222;
}
#product section > h3 {
  text-align: center;
}
#product section > h3 small {
  font-weight: normal;
}
#product i.meal {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #aaa;
  color: #fff;
  font-size: 1.4em;
}
#product #summary form {
  display: inline;
}
@media screen and (max-width: 767px) {
  #product .box {
    text-align: center;
  }
  #product .box h3 {
    text-align: center;
  }
  #product .box .wysiwyg {
    text-align: left;
  }
}
#product #special-offer {
  text-transform: uppercase;
  color: #6296c8;
}
#product .cta-enquire {
  padding: 10px 0;
}
#product .cta-enquire.center {
  text-align: center;
}
#product .truncate {
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
#product .truncate .fade-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background-image: -moz-linear-gradient(top, transparent, #ecf3f9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #ecf3f9));
}
#product #practical-information {
  padding-bottom: 20px;
}
#product #cabins-decks div#cabin-deck-tabs {
  overflow: hidden;
}
#product #cabins-decks div#cabin-deck-tabs ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-collapse: collapse;
  list-style: none;
  text-align: center;
}
#product #cabins-decks div#cabin-deck-tabs ul li {
  display: table-cell;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-collapse: collapse;
  transition: all 100ms ease;
  line-height: 50px;
}
#product #cabins-decks div#cabin-deck-tabs ul li:hover {
  background-color: #f9f9f9;
}
#product #cabins-decks div#cabin-deck-tabs ul li a {
  display: block;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
#product #cabins-decks div#cabin-deck-tabs ul li.active {
  background-color: #f2f2f2;
}
#product #cabins-decks div#cabins div.cabin div.cabin-image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #product #cabins-decks div#cabins div.cabin div.cabin-image {
    text-align: initial;
  }
  #product #cabins-decks div#cabins div.cabin div.cabin-image img {
    float: left;
    margin-right: 20px;
    max-width: 350px;
  }
}

.main-pricing {
  padding: 0;
}
.main-pricing .offer-summary {
  margin-bottom: 0;
  padding: 20px 0;
  background-color: #6296c8;
  color: white;
}
@media screen and (max-width: 767px) {
  .main-pricing .offer-summary {
    padding: 20px 0;
  }
}
.main-pricing .offer-summary .offer-summary-content {
  display: block;
  width: 100%;
}
.main-pricing .offer-summary .offer-summary-content .pricing-tagline {
  padding: 0 20px;
}
.main-pricing .offer-summary h3, .main-pricing .offer-summary p {
  padding-left: 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .main-pricing .offer-summary h3, .main-pricing .offer-summary p {
    padding-left: 0;
  }
}
.main-pricing .offer-summary h3 strong, .main-pricing .offer-summary p strong {
  font-weight: 800;
}
.main-pricing .offer-summary .rating.rating-standard:not(:hover) {
  background-color: #a1aa93;
  border-color: #FFF !important;
  color: #FFF !important;
}
.main-pricing .offer-summary .rating.rating-superior:not(:hover) {
  background-color: #969ea9;
  border-color: #FFF !important;
  color: #FFF !important;
}
.main-pricing .offer-summary .rating.rating-deluxe:not(:hover) {
  background-color: #a6996c;
  border-color: #FFF !important;
  color: #FFF !important;
}
.main-pricing .offer-summary .rating.rating-ultra:not(:hover) {
  background-color: #c5ab21;
  border-color: #FFF !important;
  color: #FFF !important;
}
.main-pricing .offer-summary .offer-tabs > ul {
  margin: 0;
  padding: 0;
  width: auto;
  list-style-type: none;
}
.main-pricing .offer-summary .offer-tabs > ul > li a {
  text-decoration: none;
  padding: 12px 20px;
  display: block;
  color: #FFF;
}
.main-pricing .offer-summary .offer-tabs > ul > li a div.offer-title {
  display: inline-block;
  max-width: 150px;
}
.main-pricing .offer-summary .offer-tabs > ul > li a span.offer-chevron {
  float: right;
}
.main-pricing .offer-summary .offer-tabs > ul > li a span.offer-from {
  float: right;
  margin-right: 10px;
  color: #ddd;
  font-size: 14px;
}
.main-pricing .offer-summary .offer-tabs > ul > li a span.offer-saving {
  font-size: 14px;
  font-weight: 600;
}
.main-pricing .offer-summary .offer-tabs > ul > li.selected-tab a {
  background-color: #ecf3f9;
  color: #6296c8;
}
.main-pricing .offer-summary .offer-tabs > ul > li.selected-tab a span.offer-from {
  color: #6296c8;
}
.main-pricing .offer-summary .offer-tabs > ul > li.selected-tab a span.offer-saving {
  color: #6296c8;
}
.main-pricing .offer-panel {
  margin-bottom: 0;
  padding: 20px 25px;
  background-color: #ecf3f9;
}
.main-pricing .offer-panel .offer-panel-content {
  display: block;
  width: 100%;
}
.main-pricing .offer-panel .offer-panel-special {
  margin: 0 20px 20px 20px;
  padding: 0;
  border: 3px solid #6296c8;
  color: #6296c8;
  text-align: center;
}
.main-pricing .offer-panel .offer-panel-special .offer-panel-special__detail,
.main-pricing .offer-panel .offer-panel-special .offer-panel-special__label {
  flex-direction: column;
  margin-bottom: 0;
  padding: 15px;
}
.main-pricing .offer-panel .offer-panel-special .offer-panel-special__detail p {
  margin-bottom: 3px;
}
.main-pricing .offer-panel .offer-panel-special .offer-panel-special__label {
  vertical-align: middle;
  background-color: #6296C8;
  color: #FFF;
  text-transform: uppercase;
}
.main-pricing .offer-panel .internal-notes-toggle {
  margin-top: 5px;
}
.main-pricing .offer-panel .internal-notes-toggle a, .main-pricing .offer-panel .internal-notes-toggle a:hover, .main-pricing .offer-panel .internal-notes-toggle a:active, .main-pricing .offer-panel .internal-notes-toggle a:visited {
  color: #757575;
}
.main-pricing .offer-panel .internal-notes {
  background-color: #ddd;
  margin-top: 20px;
  padding: 10px;
  font-size: 0.9em;
}
.main-pricing .offer-panel .offer-pricing {
  margin-bottom: 20px;
  text-align: center;
}
.main-pricing .offer-panel .offer-pricing h3, .main-pricing .offer-panel .offer-pricing h4 {
  text-align: center;
}
.main-pricing .offer-panel .offer-pricing h3 {
  margin-bottom: 6px;
}
.main-pricing .offer-panel .offer-pricing h4 {
  font-weight: 500;
  margin-bottom: 12px;
}
.main-pricing .offer-panel table.pricing-breakdown {
  width: 100%;
  font-size: 0.85em;
}
.main-pricing .offer-panel table.pricing-breakdown thead tr {
  border-bottom: 3px solid #aaa;
}
.main-pricing .offer-panel table.pricing-breakdown tr th,
.main-pricing .offer-panel table.pricing-breakdown tr td {
  text-align: left;
}
.main-pricing .offer-panel table.pricing-breakdown tr th.text-right,
.main-pricing .offer-panel table.pricing-breakdown tr td.text-right {
  text-align: right;
}
.main-pricing .offer-panel table.pricing-breakdown tbody tr:last-of-type {
  border-bottom: 2px solid #aaa;
}
.main-pricing .offer-panel table.pricing-breakdown tfoot > tr.final-row {
  font-size: 1.2em;
}

#travel_alert {
  background-color: #f2f2f2;
  color: #b44b41;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}

#coronavirus_alert {
  position: relative;
  background-color: #f2f2f2;
  color: #333;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
  text-shadow: 0px 0px 1px #ccc;
}
#coronavirus_alert a {
  color: #333;
  text-decoration: underline;
  text-shadow: 0px 0px 1px #ccc;
}
@media screen and (max-width: 767px) {
  #coronavirus_alert {
    margin-bottom: 7px;
    background-image: none;
  }
}

#expired-notes {
  background-color: #f2f2f2;
  border-radius: 15px;
  margin-top: 40px;
}
#expired-notes legend {
  padding: 0 10px;
  font-size: 120%;
  margin-left: 15px;
}
#expired-notes .note-wrapper {
  margin: 15px;
  background-color: #ddd;
  border-radius: 15px;
  padding: 10px;
}
#expired-notes .note-wrapper .notes-header {
  background-color: #ccc;
  padding: 10px;
  border-radius: 10px;
}
#expired-notes .wexas-badge {
  background-color: #6296C8;
  font-size: 75%;
  font-weight: 700;
  color: #fff;
  border-radius: 0.25em;
  padding: 2px 8px;
  margin-left: 15px;
}

#register #register-process {
  margin-bottom: 20px;
}
#register #register-process > div {
  background-color: #ddd;
  text-align: center;
  padding: 15px;
  display: inline-block;
}
#register #register-process > div.active {
  background-color: #4f4f4f;
  color: #fff;
}
#register label {
  border: 2px solid transparent;
}
#register label.selected {
  border-color: #6296c8;
}

#reviews td {
  padding: 10px 20px;
}
#reviews .positive {
  color: #669933;
}
#reviews .negative {
  color: #c93f3f;
}
#reviews .comment {
  border-left: 1px solid #6296c8;
  border-bottom: 1px solid #6296c8;
  padding: 0 0 10px 20px;
}
#reviews .comment span {
  font-weight: bold;
  color: #6296c8;
}

#search-page button {
  font-size: 1.4em;
  border: 0;
}
#search-page #search-filter {
  line-height: 1.5em;
  text-align: center;
  font-weight: 300;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #search-page #search-filter {
    font-size: 1.4em;
  }
}

.gsc-results-wrapper-visible .gs-web-image-box .gs-image, .gsc-results-wrapper-visible .gs-promotion-image-box .gs-promotion-image {
  max-width: 120px !important;
  height: 100px !important;
  object-fit: cover !important;
}
.gsc-results-wrapper-visible .gs-image {
  display: table;
}

.gcsc-more-maybe-branding-root, .gcsc-more-maybe-branding-box {
  display: none !important;
}

.gsc-control-cse.desktop-device .gs-web-image-box, .gsc-control-cse.desktop-device .gs-promotion-image-box {
  width: 130px !important;
}

body.desktop-device .gsc-input {
  padding-right: 5px !important;
}

/* Mobile-specific styles */
.gsc-control-cse.mobile-device td.gsc-search-button {
  padding-left: 0 !important;
}
.gsc-control-cse.mobile-device td.gsc-search-button button.gsc-search-button {
  border: 2px solid #6296c8 !important;
}

.sailnrail-filter {
  overflow: hidden;
}
.sailnrail-filter h2 {
  text-align: center;
  font-size: 1.8em;
}
.sailnrail-filter .sailnrail-filter--item {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  background-color: #fff;
  transition: background-color 200ms ease, opacity 200ms ease;
  opacity: 1;
}
.sailnrail-filter .sailnrail-filter--item.not-active {
  opacity: 0.4;
}
.sailnrail-filter .sailnrail-filter--item.active {
  background-color: #f2f2f2;
}
.sailnrail-filter .sailnrail-filter--item:hover {
  opacity: 1;
  background-color: #f9f9f9;
}
.sailnrail-filter .sailnrail-filter--item a {
  font-size: 1em;
  color: #4f4f4f;
  display: block;
  padding: 20px;
  border: 1px solid rgb(221, 221, 221);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .sailnrail-filter .sailnrail-filter--item a {
    font-size: 1.2em;
  }
}
.sailnrail-filter .sailnrail-filter--item a span.fa {
  font-size: 1.2em;
}

#snr-map-container {
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
#snr-map-container #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#snr-map-container .map-loading {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #aaa;
  animation: fa-spin 300ms infinite steps(8);
}

#product-grid {
  transition: opacity 200ms ease;
}
#product-grid.loading {
  opacity: 0;
}
#product-grid .panel {
  transition: opacity 200ms ease;
  opacity: 1;
}
#product-grid .panel.hide {
  opacity: 0;
}

#related_articles section:after {
  display: block;
  content: " ";
  width: 50px;
  border-bottom: 3px solid #aaa;
  padding-top: 30px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.sprite-accreditations {
  background-image: url("/img/sprites/accreditations.png?v=2");
  background-repeat: no-repeat;
  display: block;
}

.sprite-accreditations-ABTA {
  width: 114px;
  height: 58px;
  background-position: -5px -5px;
}

.sprite-accreditations-ABTOT {
  width: 127px;
  height: 55px;
  background-position: -91px -78px;
}

.sprite-accreditations-ATOL {
  width: 58px;
  height: 58px;
  background-position: -129px -5px;
}

.sprite-accreditations-FCO {
  width: 68px;
  height: 58px;
  background-position: -5px -73px;
}

.sprite-accreditations-IATA {
  width: 81px;
  height: 58px;
  background-position: -5px -141px;
}

.sprite-accreditations-IIP {
  width: 188px;
  height: 58px;
  background-position: -197px -5px;
}

@font-face {
  font-family: "fontello";
  src: url("/fonts/fontello.eot?6231431");
  src: url("/fonts/fontello.eot?6231431#iefix") format("embedded-opentype"), url("/fonts/fontello.woff2?6231431") format("woff2"), url("/fonts/fontello.woff?6231431") format("woff"), url("/fonts/fontello.ttf?6231431") format("truetype"), url("/fonts/fontello.svg?6231431#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/fonts/fontello.svg?6231431#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-temperature:before {
  content: "\e800";
} /* '' */
.icon-newsletter:before {
  content: "\e801";
} /* '' */
.icon-rainfall:before {
  content: "\e802";
} /* '' */
.icon-brochure:before {
  content: "\e803";
} /* '' */
@media screen and (min-width: 768px) {
  .desktop-hide, .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-hide, .desktop-only {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}