/* Reset styles (meyerweb) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

body {
  background-color: #d4d4d4;
  color: #5d5d5d;
  font-family: "Questrial", Arial, sans-serif;
  -webkit-transition: padding 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out;
  -webkit-font-smoothing: antialiased;
}

#container {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

footer {
  padding: 20px 0;
  line-height: 1.2em;
}

hr {
  border-bottom: 0;
  border-top: 1px solid #ccc;
}

.page-margin {
  position: relative;
}

.relative {
  position: relative;
}

.access,
.slider-placeholder {
  position: absolute;
  left: -9999px;
}

.red {
  color: #c61932;
}

.ice {
  color: #85a6ac !important; /* Slightly darker than default bg-ice for readability */
}

.bg-ice {
  background-color: #94b5bb !important;
}

.error {
  color: #ff0000;
}

.black {
  color: #000;
}

.white,
a.white:hover {
  color: #fff;
}

.grey {
  color: #666 !important;
}

.bg-grey {
  background-color: #ebebeb;
}

.orange {
  color: #d39532;
}

.bg-orange {
  background-color: #d39532;
}

.bg-facebook {
  background-color: #3a5b97;
}

.bg-twitter {
  background-color: #33aade;
}

.bg-instagram {
  background-color: #3c4f56;
}

.bg-google-plus {
  background-color: #d34836;
}

h1, h2, h3, h4, fieldset legend {
  color: #94b5bb;
}

p, pre {
  margin: 1em 0;
}

main p {
  line-height: 1.5em;
}

a {
  color: #5d5d5d;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

.bold, strong, b, span[style="font-weight: bold;"] {
  font-weight: bold;
}

.bold-italic {
  font-weight: bold;
  font-style: italic;
}

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

.size-0-8 {
  font-size: 0.8em;
}

.size-1-2 {
  font-size: 1.2em;
}

.size-1-4 {
  font-size: 1.4em;
}

.size-1-5 {
  font-size: 1.5em !important;
}

.size-1-7 {
  font-size: 1.7em !important;
}

.size-2 {
  font-size: 2em;
}

.size-2-5 {
  font-size: 2.5em;
}

.centred {
  text-align: center;
}

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

.nowrap {
  white-space: nowrap;
}

.ucase {
  text-transform: uppercase;
}

.lcase {
  text-transform: lowercase;
}

.line-height-150 {
  line-height: 150%;
}

ul.horz li {
  display: inline-block;
  padding-right: 5px;
}

ul.horz li:last-child {
  padding-right: 0;
}

ul.horz.barred li:after {
  content: "|";
  padding-left: 5px;
}

ul.horz.barred li:last-child:after,
ul.horz.barred li.spacer-right:after {
  content: normal;
}

ul.bulleted {
  padding-left: 15px;
}

ul.bulleted li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}

.centred ul.bulleted {
  padding-left: 0;
}

.columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.spacer-left {
  margin-left: 35px;
}

.spacer-right {
  margin-right: 20px;
}

.spacer-right-large {
  margin-right: 60px;
}

.spacer-bottom {
  margin-bottom: 25px;
}

.padding {
  padding: 10px;
}

.padding-left {
  padding-left: 10px;
}

.padding-left-large {
  padding-left: 20px;
}

.padding-right {
  padding-right: 10px;
}

.padding-right-large {
  padding-right: 20px;
}

.padding-top {
  padding-top: 10px;
}

.border-box {
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

#header-container {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

#header {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
#header #contact-links {
  bottom: 14px;
  font-size: 1.2em;
}
#header #head-links {
  color: #666;
  top: 14px;
}
#header #head-links a {
  color: #666;
}
#header #head-links a:hover {
  color: #000;
}
#header #head-links li.active a {
  color: #000;
}
#header #logo {
  margin-top: 6px;
  position: relative;
}
#header #logo img {
  width: auto;
  max-width: 300px;
  max-height: 65px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #header #logo img {
    max-height: 30px;
  }
}

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

footer img.logo {
  width: 240px;
  height: 43px;
}
footer img.logo.canada {
  width: 156px;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  footer img.logo.canada {
    margin-left: 40px;
    margin-right: 40px;
  }
}

#brochure-bar {
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
#brochure-bar img {
  max-height: 200px;
}

#menu.fixed {
  position: fixed;
  top: 0;
}
#menu a {
  font-size: 0.8em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
#menu a:hover {
  text-decoration: none;
}
#menu ul li .fa {
  margin-left: 9px;
  vertical-align: -4px;
}
#menu li:first-child .fa {
  margin-left: 0;
}

#search {
  font-size: 0.8em;
}
#search button {
  color: #94b5bb;
  position: absolute;
  width: 28px;
  height: 20px;
  right: 1px;
  top: 3px;
  background-color: #fff;
  padding-left: 5px;
}
#search button .fa {
  position: relative;
  top: -8px;
  font-size: 160%;
}
#search input {
  padding-top: 8px;
  padding-bottom: 6px;
}

/* Floating menu */
#floating-menu {
  position: absolute;
  top: 550px;
  left: 0;
  width: 100%;
  z-index: 1;
}
#floating-menu.homepage {
  top: 690px;
}
#floating-menu.fixed {
  position: fixed;
  top: 50px;
}
#floating-menu .form-locked {
  background-color: red !important;
  color: white !important;
  border-color: red !important;
}
#floating-menu a {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border: 3px solid #DCDCDC;
  color: #505050;
  display: block;
  margin: 8px 0;
  text-decoration: none;
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
}
#floating-menu a:hover {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}
#floating-menu a:hover span {
  display: inline-block;
}
#floating-menu a.orange {
  border-color: #d39632;
  background-color: #d39632;
  color: #fff;
}
#floating-menu a.orange:hover {
  background-color: #fff;
  color: #d39632;
  border-color: #d39632;
}
#floating-menu ul {
  position: absolute;
  right: -97px;
}

#breadcrumbs {
  position: absolute;
  top: -25px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  color: #fff;
  text-shadow: 2px 2px 2px rgb(80, 80, 80);
}
#breadcrumbs a {
  color: #fff;
}
#breadcrumbs li {
  display: inline;
}
#breadcrumbs li:after {
  content: "/";
  padding-left: 4px;
}
#breadcrumbs li:last-child:after {
  content: normal;
  padding-left: 0;
}

#right-column .panels, #right-column .product-panel, #left-column .panels, #left-column .product-panel {
  margin: 0 10px;
}
#right-column .panel, #right-column .product-panel .product, #left-column .panel, #left-column .product-panel .product {
  padding-top: 0 !important;
  padding-bottom: 10px;
  margin-top: 20px;
}

main {
  background-color: #fff;
}
main h1 {
  display: inline-block;
}
main ol li {
  list-style: decimal;
}
main .introduction p a:not(.button) {
  color: #85a6ac; /* Slightly darker than default ice for readability */
}
main .content > p:first-child {
  padding: 0 30px;
}
main .content a:not(.button) {
  color: #85a6ac; /* Slightly darker than default ice for readability */
}
main .content article h3 {
  margin-bottom: 0.5em;
}
main .content h3, main .content h4 {
  clear: both;
  font-weight: bold;
}
main .content iframe {
  max-width: 100%;
}
main .content img {
  max-width: 100% !important;
}
main .content img[style*="float: left"] {
  margin: 0 15px 15px 0;
}
main .content img[style*="float: right"] {
  margin: 15px 0 0 15px;
}
main .content ol li {
  list-style: decimal;
}
main .content ol, main .content ul:not(.horz):not(.no-bullets) {
  line-height: 1.2em;
  padding-left: 20px;
  margin-left: 5%;
  margin-bottom: 20px;
}
main .content ol li, main .content ul:not(.horz):not(.no-bullets) li {
  margin-bottom: 10px;
  padding-left: 10px;
}
main .content table th {
  background-color: #94B5BB;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
main .content table tr:nth-child(even) {
  background-color: #C5C5C5;
}
main .content td, main .content th {
  padding: 5px 10px;
}
main .content ul:not(.horz):not(.no-bullets) li {
  list-style: disc;
}
@media screen and (min-width: 768px) {
  main .content-fader .fade-gradient {
    display: none;
  }
  main .content-fader + p.read-more {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main .content-fader {
    position: relative;
    overflow: hidden;
    max-height: 360px;
  }
  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;
    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 h3,
fieldset legend {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.2em;
}

main h3,
main h4,
fieldset legend {
  margin-bottom: 1em;
}

.panels a:hover {
  color: #000;
}
.panels .country-list a {
  display: block;
}
.panels .country-list li {
  text-transform: uppercase;
  background: url(/img/border_h3.png) repeat-x bottom;
}

.product-panel {
  margin-bottom: 10px;
}
.product-panel p {
  margin-top: 10px;
  line-height: 1.5em !important;
}
.product-panel .product {
  padding-bottom: 10px;
  margin-top: 20px;
}
.product-panel .product .tags a {
  color: rgb(93, 93, 93) !important;
}
.product-panel .product .tags a:hover {
  color: #000 !important;
}
.product-panel .product p.border-bottom {
  margin-bottom: inherit;
}
@media screen and (max-width: 767px) {
  .product-panel .product {
    text-align: center;
  }
}

.product-panel,
.panels {
  font-size: 0.9em;
}
.product-panel h2, .product-panel h3,
.panels h2,
.panels h3 {
  font-weight: normal !important;
  font-size: 1.4em;
  background: url(/img/border_h2.png) repeat-x bottom;
  color: #5d5d5d;
  padding-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.product-panel a:hover,
.panels a:hover {
  text-decoration: none;
}
.product-panel a:hover h2, .product-panel a:hover h3,
.panels a:hover h2,
.panels a:hover h3 {
  color: #000;
}

.free-refund-ribbon {
  z-index: 2;
  right: 0;
  top: 20px;
  display: block;
  position: absolute;
  background-color: #679934;
  color: #fff;
  white-space: nowrap;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  padding: 5px 15px;
}
.free-refund-ribbon a {
  color: white !important;
}

main nav {
  margin-bottom: 35px;
}
main nav a:hover {
  background-color: #333;
  color: #fff !important;
  text-decoration: none !important;
}
main nav a, main nav i {
  background-color: #f1f1f1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-size: 0.8em;
  padding: 10px 13px;
}
main nav i {
  background-color: #94b5bb;
  color: #fff;
}
main nav li {
  display: inline-block;
}
main nav li.active a, main nav li.active a:hover {
  background-color: #94b5bb;
  color: #fff;
}

.boxout {
  position: relative;
}
.boxout .slide-up {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 6px 5px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.boxout .slide-up h3 {
  color: #fff;
  margin: 0 0 3px !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em !important;
  line-height: 1.3em;
}
.boxout .slide-up p {
  display: none;
  font-size: 0.9em;
}
.boxout.lastfew {
  overflow: hidden;
  position: relative;
}
.boxout.lastfew:before {
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  background-color: #C61932;
  color: #fff;
  padding: 5px 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  white-space: nowrap;
  top: 30px;
  left: -40px;
  width: 100px;
  content: "Last few";
  text-align: center;
}
.boxout.halfterm {
  overflow: hidden;
  position: relative;
}
.boxout.halfterm:before {
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  background-color: #C61932;
  color: #fff;
  padding: 5px 40px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  white-space: nowrap;
  top: 30px;
  left: -40px;
  width: 100px;
  content: "Half-Term";
  text-align: center;
}

.sale-box {
  margin-bottom: 20px;
  padding: 20px 25px;
  color: #FFF;
}
.sale-box h1, .sale-box h2, .sale-box h3, .sale-box p {
  color: #FFF;
}
.sale-box h3 {
  margin-bottom: 12px;
  font-size: 22px;
}
.sale-box p {
  margin: 0;
  font-size: 16px !important;
  line-height: 24px;
}
.sale-box img {
  width: 100%;
}
.sale-box a {
  color: #FFF !important;
  text-decoration: underline;
}

#slider, #homepage-slider {
  position: relative;
  overflow: hidden;
}
#slider .slides li, #homepage-slider .slides li {
  background-size: cover;
  background-position: center;
}
#slider .slides li .caption, #homepage-slider .slides li .caption {
  position: absolute;
  padding: 0 4px;
  bottom: 90px;
  right: 0;
  background-color: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #000;
  visibility: hidden;
}
#slider picture, #homepage-slider picture {
  width: 100%;
  height: 100%;
  display: flex;
}
#slider picture img, #homepage-slider picture img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

#homepage-slider {
  max-height: 540px;
  height: 100%;
}
#homepage-slider picture.slider-background {
  position: relative;
  z-index: -2;
  width: 100%;
}
#homepage-slider .slick-slider {
  height: 100%;
}
#homepage-slider .slick-slider .slick-list {
  height: 100%;
}
#homepage-slider .slick-slider .slick-list .slick-track {
  height: 100%;
}
#homepage-slider .slick-slide {
  position: relative;
}
#homepage-slider .slider-overlay {
  min-height: 444px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#homepage-slider .slider-overlay .slider-text {
  display: block;
  text-align: center;
  margin: 30px auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  color: white;
  border-radius: 10px;
  max-width: 450px;
  font-size: 40px;
  width: 100%;
  display: none;
}
#homepage-slider .slider-overlay .slider-text a.button {
  text-transform: none;
  padding: 5px 40px;
  font-size: 40%;
  text-transform: uppercase;
}

#trips-slider .controls li,
#slider .controls li,
#filmstrip .controls li {
  position: absolute;
  z-index: 1;
  top: 45%;
  font-size: 1.5em;
  cursor: pointer;
  color: #94b5bb;
  padding: 13px 8px 11px;
  background-color: rgba(0, 0, 0, 0.7);
}
#trips-slider .controls li:last-child,
#slider .controls li:last-child,
#filmstrip .controls li:last-child {
  right: 0;
}

#trips-slider .controls li {
  position: absolute;
  z-index: 1;
  top: 45%;
  font-size: 1.5em;
  cursor: pointer;
  color: #94b5bb;
  padding: 13px 8px 11px;
  background-color: transparent;
}
#trips-slider .controls li.prev {
  left: -20px;
}
#trips-slider .controls li.next {
  right: -20px;
}

.slick-slider div {
  transition: none;
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 15px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 25px;
  width: 25px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  background-color: white;
  opacity: 0.7;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  height: 40px;
  width: 40px;
}
.slick-dots li.slick-active {
  height: 40px;
  width: 40px;
}
.slick-dots li.slick-active button {
  opacity: 1;
  height: 40px;
  width: 40px;
}

.tags {
  white-space: nowrap;
  overflow: hidden;
}
.tags a:hover {
  text-decoration: none;
  color: #000;
}
.tags a:hover span {
  display: inline;
}
.tags i:before {
  font-size: 1.4em;
  /* + span {
    display: inline;
  }*/
}
.tags span {
  display: none;
  vertical-align: 2px;
}

.thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}
@media screen and (min-width: 768px) {
  .thumbnail img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .thumbnail img {
    height: auto;
    width: 100%;
  }
}

.related-article-image {
  width: 100%;
  margin-bottom: 15px;
}

.panels .thumbnail, .product-panel .thumbnail {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  text-align: left;
}
.panels .thumbnail.thumbnail-special:before, .panels .thumbnail.thumbnail-exclusive:before, .product-panel .thumbnail.thumbnail-special:before, .product-panel .thumbnail.thumbnail-exclusive:before {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  background-color: #C61932;
  color: #fff;
  padding: 5px 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  white-space: nowrap;
}
.panels .thumbnail.thumbnail-special:before, .product-panel .thumbnail.thumbnail-special:before {
  top: 35px;
  left: -35px;
  content: "Special offer";
  z-index: 3;
}
.panels .thumbnail.thumbnail-exclusive:before, .product-panel .thumbnail.thumbnail-exclusive:before {
  content: "Exclusive offer";
  top: 40px;
  left: -40px;
  z-index: 2;
}

#gallery .caption {
  font-size: 0.8em;
  text-align: center;
}
#gallery .thumbnail {
  height: 150px;
  box-sizing: border-box;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
#team-members .overlay {
  word-wrap: break-word;
}
#team-members .thumbnail:hover .overlay {
  display: block;
}

input,
button,
select,
textarea {
  font-family: "Questrial", Arial, sans-serif;
  border: none;
  padding: 5px 6px;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #666;
  opacity: 1;
}

select {
  padding-top: 5px;
  padding-bottom: 3px;
  border-radius: 0 !important;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border-radius: 7px;
  border: 1px solid #666;
}

select, option, .custom-select {
  color: #666;
  border-radius: 7px !important;
}

select.active {
  color: #000;
}

.custom-select {
  position: relative;
}
.custom-select:after {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "\f078";
  padding: 7px 5px 7px 3px;
  pointer-events: none;
  line-height: initial;
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
}

span.custom-select {
  display: inline-block;
}

.custom-checkbox {
  display: inline-block;
  height: 45px;
  width: 45px;
  vertical-align: middle;
  text-align: center;
}
.custom-checkbox input {
  transform: scale(3);
  transform-origin: top center;
}

.custom-radio {
  display: inline-block;
  height: 45px;
  width: auto;
  vertical-align: middle;
  text-align: center;
}
.custom-radio input[type=radio] + .custom-radio__label i.custom-radio-deselect {
  display: inline-block;
}
.custom-radio input[type=radio] + .custom-radio__label i.custom-radio-select {
  display: none;
}
.custom-radio input[type=radio]:checked + .custom-radio__label i.custom-radio-deselect {
  display: none;
}
.custom-radio input[type=radio]:checked + .custom-radio__label i.custom-radio-select {
  color: green;
  display: inline-block;
}
.custom-radio input[type=radio] {
  display: none;
}

@-moz-document url-prefix() {
  .custom-checkbox {
    height: auto;
  }
  .custom-checkbox input {
    transform: scale(1);
  }
}
button {
  padding: 8px;
}

button, .button {
  color: #fff;
  width: 100%;
  line-height: 1.3em;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 17px;
}

.button {
  border: 1px solid #d39632;
  padding: 10px 20px 8px;
  display: block;
  letter-spacing: 0.5px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button:hover {
  background-color: #fff;
  color: #d39632;
  text-decoration: none;
}
.button.bg-ice {
  border-color: #94b5bb;
}
.button.bg-ice:hover {
  background-color: #fff;
  color: #85a6ac;
}
.button.inline {
  display: inline-block;
  width: auto;
}

.form-inverted input[type=text],
.form-inverted input[type=email],
.form-inverted input[type=tel],
.form-inverted select,
.form-inverted textarea {
  border: inherit;
}

.form-horizontal label {
  display: inline-block;
  margin: 6px 0;
}

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

#newsletter-signup {
  color: #fff;
  background-color: #006403;
  transition: background-color 1000ms linear;
  -webkit-transition: background-color 1000ms linear;
}

#newsletter-modal button,
#newsletter-modal input[type=text],
#newsletter-modal input[type=email],
#newsletter-modal input[type=tel],
#newsletter-modal select,
#newsletter-signup button,
#newsletter-signup input[type=text],
#newsletter-signup input[type=email],
#newsletter-signup input[type=tel],
#newsletter-signup select {
  height: 28px;
  border-radius: 7px;
}

#newsletter-social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}

form.bss-enquiry #additional_information::placeholder {
  font-size: small;
  font-style: italic;
}
form.bss-enquiry .one-more-thing {
  margin-bottom: 15px;
}
form.bss-enquiry .data-protection legend {
  margin-bottom: 0;
}
form.bss-enquiry .submit-button {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gsc-control-cse .gs-image {
  display: table;
}
.gsc-control-cse .gsc-webResult .gsc-url-top {
  padding-top: 5px;
}
.gsc-control-cse .gsc-table-result {
  padding-top: 5px;
}

.gsc-control-cse.desktop-device .gsc-results-wrapper-visible .gs-web-image-box, .gsc-control-cse.desktop-device .gsc-results-wrapper-visible .gs-promotion-image-box {
  width: 130px !important;
  padding: 0 !important;
}
.gsc-control-cse.desktop-device .gsc-results-wrapper-visible .gs-web-image-box .gs-image, .gsc-control-cse.desktop-device .gsc-results-wrapper-visible .gs-promotion-image-box .gs-promotion-image {
  max-width: 120px !important;
  height: 100px !important;
  object-fit: cover !important;
}

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

#gcse_header {
  padding-left: 0;
  margin-top: 0;
}

body.mobile-device #gcse_header {
  margin-bottom: 0;
}

body.desktop-device #gcse_results {
  padding-left: 10px;
}
body.desktop-device .gsc-input {
  padding-right: 5px;
}
body.desktop-device .gsc-search-button-v2 {
  border: 2px solid #d39632;
}

#filters {
  font-size: 1em;
}
#filters li {
  float: left;
  margin-right: 10px;
}
#filters select {
  border: 1px solid #aaa;
  padding: 3px 20px 2px 5px;
  bottom: 0.4em;
  position: relative;
}
#filters .custom-select:after {
  padding: 0 5px 0 3px;
}

#twitter {
  padding: 0 20px 20px;
}
#twitter a {
  color: #85a6ac;
}
#twitter a:hover {
  color: #85a6ac !important;
}
#twitter ul li {
  background: url(/img/border_twitter.png) no-repeat bottom center;
  padding: 20px 0;
  line-height: 1.5em;
}
#twitter ul li:last-child {
  background: none;
  padding-bottom: 0;
}

#topics {
  display: inline-block;
  text-align: left;
}
#topics h3 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  font-weight: bold;
  color: inherit;
  /*
  background-color: #94B5BB;
  padding: 10px 13px;
  color: #fff;
  */
}
#topics h3, #topics li {
  margin-bottom: 0.6em;
}

#share-enquire {
  position: absolute;
  top: 32px;
  width: 200px;
  margin: 0 0 10px 10px;
}

#social-icons {
  text-align: center;
}
#social-icons a {
  padding: 0 3px;
}

.pagination {
  text-align: center;
  font-weight: bold;
  color: #666;
  margin-top: 30px;
  margin-bottom: 10px;
}
.pagination li {
  display: inline;
  margin: 0 2px;
  padding-left: 0 !important;
}
.pagination li.active {
  background-color: #94b5bb;
  color: #fff;
}
.pagination li.active, .pagination li.disabled,
.pagination li a {
  padding: 7px 12px !important;
}
.pagination li:hover a {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.pagination li:first-child a, .pagination li:last-child a {
  background: none;
  color: inherit;
}
.pagination li:first-child.disabled:after,
.pagination li:first-child a:after {
  content: " Previous";
}
.pagination li:last-child.disabled:before,
.pagination li:last-child a:before {
  content: "Next ";
}
.pagination li a {
  background-color: #ebebeb;
}

.alert {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 2px solid #fff;
  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;
  color: #fff;
  z-index: 2;
}
.alert.alert-warning {
  background-color: red;
}
.alert.alert-success {
  background-color: #008000;
}
.alert .fa {
  margin-left: 20px;
  position: relative;
  top: 0;
  cursor: pointer;
}

.cookie-warning-container {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #a3bcc1;
  box-shadow: 0 1px 5px 1px rgba(50, 50, 50, 0.62);
  z-index: 9;
}

.cookie-warning {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  line-height: 11px;
  letter-spacing: 1px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.cookie-warning p {
  font-size: 90%;
  line-height: 20px;
  margin-top: 20px;
}

.cookie-warning a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 90%;
}

.cookie-warning a:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .cookie-warning {
    width: 85%;
  }
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

#pricing-tabs.js-flickity {
  margin-bottom: -5px;
}

#pricing-tabs .flickity-slider li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pricing-tabs .flickity-slider {
  left: -12% !important;
}

#pricing-tabs .flickity-slider li a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  border-bottom: none !important;
}

#pricing-tabs .flickity-slider li.is-selected a {
  background-color: #94b5bb;
  color: #ffffff;
  height: 100% !important;
}

ol.flickity-page-dots {
  display: none;
}

#pricing-tabs button.flickity-prev-next-button.previous {
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  #pricing-tabs .flickity-slider {
    left: -25% !important;
  }
}
.text-update-notification {
  color: #5d5d5d;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 0.5s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0% {
    color: #ebebeb;
  }
  14% {
    color: #e9e9e9;
  }
  28% {
    color: #e4e4e4;
  }
  42% {
    color: #e0e0e0;
  }
  56% {
    color: #dbdbdb;
  }
  70% {
    color: #d7d7d7;
  }
  84% {
    color: #d3d3d3;
  }
  100% {
    color: #5d5d5d;
  }
}
/* Standard syntax */
@keyframes example {
  0% {
    color: #ebebeb;
  }
  14% {
    color: #e9e9e9;
  }
  28% {
    color: #e4e4e4;
  }
  42% {
    color: #e0e0e0;
  }
  56% {
    color: #dbdbdb;
  }
  70% {
    color: #d7d7d7;
  }
  84% {
    color: #d3d3d3;
  }
  100% {
    color: #5d5d5d;
  }
}
#slider-range.slider-range-style-handle {
  width: 93%;
  background-color: lightgrey;
  height: 4px;
  margin-top: 8px;
  border: none;
}
#slider-range.slider-range-style-handle div.ui-slider-range {
  background-color: #a3bcc1;
  height: 4px;
}
#slider-range.slider-range-style-handle span.ui-slider-handle {
  background-color: #d39532;
  border-radius: 25px;
  margin-top: -4px;
}

/* When to go */
#when-to-go {
  width: 100%;
  background-color: #f1f1f2;
}
#when-to-go thead {
  color: #333;
  text-transform: uppercase;
}
#when-to-go td {
  font-size: 0.9em;
  width: 8.33%;
  vertical-align: middle;
  padding: 0;
}
#when-to-go td a, #when-to-go td span {
  padding: 6px 4px 4px;
  text-transform: uppercase;
  background-color: #888;
  font-weight: bold;
  font-size: 0.9em;
  display: block;
  color: #fff;
  line-height: 120%;
  margin: 5px 0;
}
#when-to-go td a:hover {
  background-color: #94b5bb;
  text-decoration: none;
}
#when-to-go td.winter {
  background-color: #eaf1f8;
}
#when-to-go td.spring {
  background-color: #ecf1e1;
}
#when-to-go td.summer {
  background-color: #f8f4e3;
}
#when-to-go td.autumn {
  background-color: #f9f2e6;
}
#when-to-go th {
  border-bottom: 1px solid #fff;
  padding: 10px 0 7px !important;
}
#when-to-go th.winter {
  background-color: #cadcf0;
}
#when-to-go th.spring {
  background-color: #d1dcb8;
}
#when-to-go th.summer {
  background-color: #f0e5bb;
}
#when-to-go th.autumn {
  background-color: #e8c8b4;
}
#when-to-go th, #when-to-go td {
  border-right: 1px solid #fff;
  text-align: center;
}
#when-to-go th:last-child, #when-to-go td:last-child {
  border-right: none;
}

.glance {
  padding: 15px;
  background: #ebebeb; /* Fallback for old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ebebeb",GradientType=0 ); /* IE6-9 */
}
.glance h2 {
  font-size: 1.3em;
  font-weight: bold;
}
.glance p {
  margin-top: 10px;
}
.glance .border-bottom {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.glance .seasonal_pricing {
  color: #c61932;
}

.refund-ribbon {
  background-color: #679934;
  color: #fff;
  white-space: nowrap;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.refund-ribbon a {
  color: white;
}

#itinerary {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  margin: 30px 0;
  padding: 30px 0;
  position: relative;
}
#itinerary li:not(:last-of-type) {
  margin-bottom: 2em;
}
#itinerary li h4 {
  font-size: 1.2em;
  font-weight: bold;
  color: inherit;
  text-transform: none;
}
#itinerary li h4 span.red {
  font-weight: normal;
}

#extensions li {
  list-style: none;
  border-top: 1px solid #cbcbcb;
  padding-top: 30px;
  margin-bottom: 30px;
}
#extensions li img {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}

#pricing-tabs {
  margin: 0;
}
#pricing-tabs li {
  margin: 0;
  padding: 0;
}
#pricing-tabs li a {
  background-color: #f1f1f1;
  color: #5D5D5D;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 7px 7px;
  display: inline-block;
  line-height: 1.2em;
  min-height: 60px;
  border-bottom: 3px solid #fff;
}
#pricing-tabs li a:hover {
  background-color: #333;
  color: #fff !important;
  text-decoration: none;
}
#pricing-tabs li.active a, #pricing-tabs li.active a:hover {
  background-color: #94b5bb;
  color: #fff !important;
}
#pricing-tabs li.active a {
  border-bottom: 3px solid #94b5bb;
}

#pricing {
  border: 2px solid #94b5bb;
  background-color: #ebebeb;
  padding: 10px;
  z-index: 99;
  position: relative;
}
#pricing p:last-child {
  margin-bottom: 0;
}
#pricing table.tbl-accordion {
  width: 90%;
  margin: 0 auto;
}
#pricing table.tbl-accordion > thead > tr > th {
  background-color: rgb(179.1828571429, 202.5657142857, 206.8171428571);
}
#pricing table.tbl-accordion > tbody > tr > td {
  padding: 0;
}
#pricing table.tbl-accordion table.tbl-accordion-nested {
  width: 100%;
  border-bottom: 1px solid rgb(179.1828571429, 202.5657142857, 206.8171428571);
}
#pricing table.tbl-accordion table.tbl-accordion-nested thead td {
  background-color: #94B5BB;
  color: #fff;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
#pricing table.tbl-accordion table.tbl-accordion-nested tbody {
  display: none;
}
#pricing table.tbl-accordion table.tbl-accordion-nested.expanded tbody {
  display: table-row-group;
}
#pricing .seasonal_pricing,
#pricing .seasonal_pricing {
  color: #c61932;
}

.pricing-breakdown {
  width: 100%;
}
.pricing-breakdown td {
  background-color: #d5d5d5;
}

.special-offer-tab-empty-label,
.special-offer-tab-label {
  font-stretch: ultra-condensed;
  display: block;
  position: relative;
  padding: 3px 10px;
  top: -10px;
  width: calc(100% - 12px);
  left: -7px;
  background-color: #fff;
  color: #cd1c31;
  font-size: 80%;
  border: 3px solid #f1f1f1;
}

.special-offer-tab-empty-label {
  background-color: #fff;
  border: 3px solid #fff;
}

.special-offer-tab-empty-label:empty {
  background-color: #0f0;
}

.is-selected .special-offer-tab-label {
  border: 3px solid #cd1c31;
  background-color: #cd1c31;
  color: #fff;
}

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

#filmstrip {
  position: relative;
  height: 410px;
  overflow: hidden;
}
#filmstrip .slides li {
  height: 410px;
  background-size: cover;
  background-position: center;
}

.tooltip {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 10px;
  line-height: normal;
  width: 200px;
  height: auto;
  text-align: left;
  border-radius: 5px;
  background-color: #94b5bb;
  visibility: hidden;
  color: #fff;
  text-transform: none;
  left: 0;
  -webkit-box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.4);
}
.rating .tooltip {
  font-size: 2em;
}
.tooltip.tooltip-right {
  left: auto;
  right: 0;
}
.tooltip.tooltip-right:after {
  left: auto;
  right: 13px;
}
.tooltip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #94b5bb transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 13px;
  content: " ";
}
.tooltip-container {
  position: relative;
}
.tooltip-container:hover .tooltip {
  visibility: visible;
}

#request-brochure p:nth-child(1) {
  margin: 0;
}

ul.metainfo {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 6px;
  font-size: 0.8em;
}
ul.metainfo > li {
  white-space: nowrap;
  line-height: 1.3em;
  margin-bottom: 0 !important;
}
ul.metainfo > li.tags {
  display: block;
  margin-top: 10px;
}
ul.metainfo > li.tags a {
  color: inherit;
}
ul.metainfo > li.tags a:hover {
  color: #000;
}

#contact {
  overflow: hidden;
}
#contact #call-box {
  color: #fff;
  margin-bottom: 15px;
  padding: 45px 5px;
}
#contact #call-box a {
  color: #fff;
  display: block;
  margin: 20px 0;
}
#contact ul.bulleted li {
  list-style: outside none disc;
}

form.bss-enquiry.validated input:invalid {
  border: 1px solid #ff0000;
  color: #ff0000;
}
form.bss-enquiry .text-warning p {
  color: #ff0000;
}
form.bss-enquiry p:nth-child(1) {
  margin: 0;
}

#feature-hero {
  height: auto;
  margin-bottom: 40px;
}
#feature-hero:first-of-type .highlight {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#feature-hero .title {
  font-size: 3.3em;
}
#feature-hero .title span {
  padding: 20px 26px 14px;
}
#feature-hero h1, #feature-hero h2, #feature-hero p {
  color: #FFF;
}
#feature-hero h1, #feature-hero h2 {
  font-size: 72px;
}
@media screen and (max-width: 767px) {
  #feature-hero h1, #feature-hero h2 {
    font-size: 36px;
  }
}
#feature-hero h1 sup, #feature-hero h2 sup {
  font-size: 24px;
  line-height: 0;
  position: relative;
  vertical-align: text-top;
  top: 0.5em;
}
@media screen and (max-width: 767px) {
  #feature-hero h1 {
    font-size: 48px;
  }
}
#feature-hero p.text-uppercase {
  text-transform: uppercase;
}
#feature-hero p.in-association {
  font-size: 18px;
  font-weight: 600;
}
#feature-hero .feature-hero__full-item {
  position: relative;
  overflow: hidden;
  height: 500px;
  max-width: 1280px;
  max-height: 500px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  color: #FFF;
  border-bottom: 2px solid #fff;
}
#feature-hero .feature-hero__full-item img.background {
  width: 100%;
  height: 500px;
  z-index: 50;
  object-fit: cover;
  overflow: hidden;
  font-family: "object-fit: cover;";
}
#feature-hero .feature-hero__full-item .feature-hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 36px 0;
  width: 100%;
  z-index: 52;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #feature-hero .feature-hero__full-item {
    height: 300px;
    max-height: 300px;
  }
  #feature-hero .feature-hero__full-item img.background {
    height: 300px;
  }
}
#feature-hero .feature-hero__half-item {
  position: relative;
  overflow: hidden;
  height: 400px;
  max-width: 1280px;
  max-height: 400px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  color: #FFF;
}
#feature-hero .feature-hero__half-item:first-of-type .feature-hero__border-gap {
  border-right: 1px solid #fff;
}
#feature-hero .feature-hero__half-item:last-of-type .feature-hero__border-gap {
  border-left: 1px solid #fff;
}
#feature-hero .feature-hero__half-item img.background {
  width: 100%;
  height: 400px;
  z-index: 50;
  object-fit: cover;
  overflow: hidden;
  font-family: "object-fit: cover;";
}
#feature-hero .feature-hero__half-item .feature-hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 36px 0;
  width: 100%;
  z-index: 52;
  text-align: center;
}
#feature-hero .feature-hero__half-item .feature-hero__after-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 52;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #feature-hero .feature-hero__half-item .feature-hero__after-content {
    bottom: 20px;
  }
}
#feature-hero .feature-hero__half-item .feature-hero__after-content .button {
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #FFF;
  border-radius: 8px;
  box-shadow: 2px 2px 2px #505050;
  text-shadow: 2px 2px 2px #060606;
  color: #FFF;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  #feature-hero .feature-hero__half-item .feature-hero__after-content .button {
    padding: 5px 10px 4px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #feature-hero .feature-hero__half-item {
    height: 200px;
    max-height: 200px;
  }
  #feature-hero .feature-hero__half-item h1 {
    font-size: 34px;
  }
  #feature-hero .feature-hero__half-item img.background {
    height: 200px;
  }
}
#feature-hero .background-vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 51;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
}
#feature-hero a:hover .background-vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 51;
  background: rgba(0, 0, 0, 0.5);
}
#feature-hero .highlight {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
}
#feature-hero .highlight .title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
#feature-hero .highlight .title span {
  background-color: rgba(0, 0, 0, 0.5);
}
#feature-hero .highlight:hover .overlay {
  display: block;
}
#feature-hero .highlight:hover .title span {
  background-color: inherit;
}
#feature-hero a:hover {
  text-decoration: none;
}

#feature-content h2, #feature-excursions h2, #feature-products h2, #feature-quotes h2, #feature-social h2, #feature-articles h2 {
  margin-bottom: 30px;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  #feature-content h2, #feature-excursions h2, #feature-products h2, #feature-quotes h2, #feature-social h2, #feature-articles h2 {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 42px;
  }
}

@media screen and (min-width: 768px) {
  #feature-slider #slider li .caption {
    bottom: 10px;
  }
}

#feature-content aside ol#breadcrumbs {
  top: -70px;
  z-index: 100;
}
#feature-content aside ol#breadcrumbs li a {
  color: #FFF;
  font-weight: 600;
}
#feature-content p {
  text-align: left;
  font-size: 18px;
  line-height: 22px;
}
#feature-content a {
  color: #85a6ac;
  font-weight: 500;
}
#feature-content .content-fader {
  position: relative;
  overflow: hidden;
  max-height: 170px;
}
#feature-content .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));
}
#feature-content .content-fader:not(.expanded) {
  margin-bottom: 20px;
}
#feature-content .content-fader + p.read-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
#feature-content .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;
}
@media screen and (max-width: 767px) {
  #feature-content .content {
    padding: 0 20px;
  }
}

#feature-articles .boxout {
  margin-bottom: 14px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#feature-quotes .quote-container:nth-child(odd) .quote {
  background: #5A5A5A;
  color: #FFF;
}
#feature-quotes .quote-container:nth-child(even) .quote {
  background: #BDBDBD;
  color: #5A5A5A;
}
#feature-quotes .quote {
  margin: 10px 5px;
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 16px;
}
#feature-quotes .quote:first-of-type {
  margin-top: 0;
}
#feature-quotes .quote i.fa {
  float: right;
  font-size: 32px;
  line-height: 16px;
}
#feature-quotes .quote p {
  margin: 0 0 12px 0;
}
#feature-quotes .quote p.quote-attribution {
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#feature-social ul.juicer-feed h1.referral {
  display: none !important;
}

#feature-articles .boxout {
  width: 100%;
  padding: 25px 10px;
  height: 168px;
}
#feature-articles .boxout.tall {
  height: 246px;
}
#feature-articles .pure-g > div:nth-child(2) .boxout.extra-tall,
#feature-articles .boxout.extra-tall {
  height: 300px;
  max-height: none;
}
#feature-articles .pure-g > div:nth-child(2) .boxout {
  max-height: 270px;
}
#feature-articles .product-panel {
  min-height: 408px;
}

#feature-slider, #feature-quotes, #feature-social, #feature-articles {
  margin-bottom: 50px;
}

#homepage h2 {
  margin-bottom: 30px;
  font-size: 3em;
}
#homepage section p {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
}
#homepage #who-we-are a {
  color: #85A6AC;
}
#homepage #who-we-are h3 {
  font-size: 1.3em;
  margin-bottom: 15px;
}
#homepage #who-we-are p {
  margin-bottom: 20px;
}
#homepage #slider li .caption {
  bottom: 10px;
}

#country-list li {
  display: inline-block;
  line-height: 1.2em;
}

#hero > div {
  height: 100%;
}
#hero > div:first-of-type .highlight {
  height: 100%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#hero > div:last-of-type .highlight {
  height: 50%;
}
#hero .highlight {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
}
#hero .highlight .title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
#hero .highlight .title span {
  background-color: rgba(0, 0, 0, 0.5);
}
#hero .highlight:hover .overlay {
  display: block;
}
#hero .highlight:hover .title span {
  background-color: inherit;
}
#hero a:hover {
  text-decoration: none;
}

#articles .boxout {
  margin-bottom: 14px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#recommendation a:hover {
  color: #d39632;
}
#recommendation a {
  color: #ffffff;
}
#recommendation h3 {
  font-size: 1.7em;
  margin-bottom: 0.7em;
}
#recommendation p {
  margin-bottom: 0.7em;
}

#feefologohere {
  opacity: 0.65;
}
@media (min-width: 767px) {
  #feefologohere {
    position: relative;
    bottom: 10px;
  }
}

form.bss-newsletter-signup.validated input:invalid {
  border: 1px solid #ff0000 !important;
  color: #ff0000;
}
form.bss-newsletter-signup .text-warning p {
  color: #ff0000;
}

.fancybox-skin {
  background-color: #fff;
}

.fancybox-title {
  font-family: "Questrial", Arial, sans-serif;
}

.pure-g [class*=pure-u] {
  font-family: "Questrial", Arial, sans-serif;
}
.pure-g.pure-g-padding {
  margin-left: -7px;
  margin-right: -7px;
}
.pure-g.pure-g-padding > div {
  box-sizing: border-box;
  padding: 0 7px;
}
.pure-g.pure-g-padding.pure-g-padding-small {
  margin-left: -3px;
  margin-right: -3px;
}
.pure-g.pure-g-padding.pure-g-padding-small > div {
  padding: 0 3px;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  width: inherit;
}

/* destinations show banner */
#destinations-show-banner {
  background: url(/img/dest_show_banner.jpg) no-repeat #c86c23;
  box-sizing: border-box;
  color: #fff;
  padding: 20px 20px 20px 420px;
}

.squeeze .fa-times {
  cursor: pointer;
}

/* Squeeze header */
#squeeze-header {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-top: 2px solid #94b5bb;
  padding: 10px 0;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  #squeeze-header #newsletter-modal {
    padding-bottom: 40px;
  }
}
#squeeze-header h2 {
  margin-bottom: 10px;
  font-size: 1.4em;
}
#squeeze-header p {
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  body.squeeze-header #squeeze-header {
    bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  body.squeeze-header #squeeze-header {
    bottom: 0;
  }
}

/* Squeeze footer */
#squeeze-footer {
  width: 100%;
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 10px;
  transition: bottom 1200ms ease-in-out;
  -webkit-transition: bottom 1200ms ease-in-out;
  -moz-transition: bottom 1200ms ease-in-out;
  -o-transition: bottom 1200ms ease-in-out;
  color: #fff;
  background-color: #6296C8;
}
#squeeze-footer h2, #squeeze-footer p {
  margin-bottom: 10px;
  color: white;
}
#squeeze-footer h2 {
  margin-bottom: 10px;
  font-size: 2em;
}
body.squeeze-footer #squeeze-footer {
  bottom: 0;
}

/* Print */
.print-show {
  display: none;
}

/* Unfloat the floating menu */
@media screen and (max-width: 1150px) {
  html {
    padding-bottom: 30px;
  }
  #floating-menu {
    position: fixed;
    background-color: #94B5BB;
    border-top: 2px solid #fff;
    top: auto !important;
    bottom: 0;
  }
  #floating-menu a {
    font-size: 1em;
    background: none;
    width: auto;
    height: auto;
    line-height: inherit;
    border: none !important;
    display: inline-block;
    color: #fff;
    font-weight: normal;
  }
  #floating-menu a i, #floating-menu a:hover i {
    display: inline;
    padding-right: 3px;
  }
  #floating-menu a span {
    display: inline;
  }
  #floating-menu a.orange {
    background-color: inherit;
    font-weight: bold;
  }
  #floating-menu a:hover {
    background: none !important;
    color: #000 !important;
    font-size: 1em;
    letter-spacing: inherit;
  }
  #floating-menu li {
    display: inline;
    margin: 0 15px;
  }
  #floating-menu ul {
    position: relative;
    right: auto;
    text-align: center;
  }
}
body.feefowidget-tether-target.tether-enabled {
  margin: 0 auto !important;
}

#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 {
    background-image: none;
  }
}