/*
------------------------------------------------------------------------------ TRIP PAGE CONTENT

------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------
  EMBER FRAMEWORK SITE FRONT CSS - _site_variables.scss - SASS VARIABLES AND MIXINS
------------------------------------------------------------------------------------------------
  Created:  01-03-2015
  Author:   Ember Interactive (www.emberinteractive.co.uk)
  Website:  Ember Interactive Limited
------------------------------------------------------------------------------------------------
*/
/* Swoop Colours */
/* Breakpoints */
/* Mixins */
/* Reset all LIs that aren't in body content */
/* Override the bourbon mixin as ie8 doesn't support :: */
/* Add icon to element */
/* Hide text within icon link */
/* Switch Font smoothing settings */
/* Screen reader only text */
/* Column width */
/* Text Sizes */
.trip-summary {
  max-width: 740px;
  margin: 0 auto;
  padding: 45px 0 20px 0;
}

.trips-table-wrapper .page-title,
.ship-facts-wrapper .page-title {
  padding-top: 0;
}

.trips-table-alt {
  text-align: center;
}

.trips-table strong {
  font-weight: 700;
}

.trips-table-intro {
  padding-top: 24px;
}

.trips-table-intro p {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 0;
}
@media screen and (min-width: 833px) {
  .trips-table-intro p {
    font-size: 1.375rem;
    margin-bottom: 36px;
  }
}

.trips-table-supporting {
  border-top: 1px solid #272727;
  max-width: 740px;
  margin: 0 auto;
  padding: 36px 0 10px 0;
}
.trips-table-supporting ol, .trips-table-supporting ul {
  margin-bottom: 22px;
  padding-left: 20px;
}

.trips-table-inclusion {
  border-top: 3px solid #272727;
  padding: 1.4em 1.1em 1em;
}

.trips-table-inclusion-list {
  padding: 20px 20px 0 20px;
  margin-bottom: 40px;
}

.trips-table-inclusion-list ul {
  margin-bottom: 14px;
}

.js .trips-table-inclusion-list {
  overflow: hidden;
  border-bottom-color: #ffffff;
  position: relative;
  background-color: #f9f9f9;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.js .trips-table-inclusion-list:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.js .trips-table-inclusions.show-all .trips-table-inclusion-list {
  border-bottom-color: #272727;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.js .trips-table-inclusions.show-all .trips-table-inclusion-list:after {
  display: none;
}

.trips-table-inclusions-more {
  clear: both;
  text-align: center;
  display: none;
}

.js .trips-table-inclusions-more {
  display: block;
}

.trips-table .table-responsive {
  margin-bottom: 20px;
}

.trip-data-table {
  border-top: 4px solid #272727;
  margin-bottom: 40px;
  padding-top: 20px;
}

.trip-data-table td {
  border-right: 1px solid #272727;
}

.trip-data-table td,
.trip-data-table table td:last-child {
  border-bottom: 1px solid #272727;
}

.trip-data-table .data-table-data {
  text-align: center;
  width: 160px;
}

.ship-facts-wrapper .trip-data-table .data-table-data {
  text-align: left;
  width: 260px;
}

.trip-about-operator-content {
  max-width: 740px;
  margin: 0 auto;
  padding: 46px 0 10px 0;
}

.trips-table-foot p {
  font-size: 1em;
  text-align: center;
  margin-bottom: 32px;
}

.trips-itinerary {
  max-width: 740px;
  margin: 0 auto;
  padding-top: 40px;
}

.trips-itinerary h3 {
  font-size: 1.8em;
  text-align: center;
}

.trips-itinerary-list {
  font-size: 1em;
  margin: 0;
  list-style-type: none;
}

.trips-itinerary-list > li {
  margin-bottom: 40px;
}

.js .trips-itinerary-viewer {
  overflow: hidden;
  min-height: 400px;
  height: 0;
  margin-bottom: 20px;
  -webkit-transition: height 0.35s ease-out;
  transition: height 0.35s ease-out;
  position: relative;
}
.js .trips-itinerary-viewer::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
}

.js .trips-itinerary.show-all .trips-itinerary-viewer {
  height: auto;
}

.js-itinerary-toggle-btn {
  display: none;
}

.js .js-itinerary-toggle-btn {
  display: block;
}

/*.js .trips-itinerary-list>li {display: none;}
.js .trips-itinerary-list>li:first-child {display: block;}

.js .trips-itinerary-list.show-all>li {display: block;}*/
.trip-itinerary-details {
  font-size: 1.1em;
  margin: 0;
  list-style-type: none;
}

.trip-itinerary-details li {
  display: inline-block;
  padding-right: 40px;
}

.trip-banner-wrapper {
  text-align: center;
  position: relative;
}

.trip-banner-content {
  max-width: 930px;
  margin: 0 auto;
}

.trip-banner-content p,
.trip-banner-days p,
.trip-banner-price p,
.trip-banner-content .show-desktop {
  font-size: 1rem;
  margin-bottom: 26px;
}
@media screen and (min-width: 833px) {
  .trip-banner-content p,
.trip-banner-days p,
.trip-banner-price p,
.trip-banner-content .show-desktop {
    font-size: 1.375rem;
    margin-bottom: 36px;
  }
}

.trip-banner-content .show-desktop, .trip-banner-content .show-mobile {
  padding: 0 4px 0 0;
  line-height: 1.5;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1.5em;
}

.trip-banner .cta {
  clear: both;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.trip-banner .cta:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 500px) {
  .btn.btn-wrapper.shadow-lg {
    padding: 5px 6px 5px 6px;
  }
}

.about-operator {
  max-width: 740px;
  margin: 0 auto;
  padding: 45px 0 20px 0;
}

.trip-banner-days,
.trip-banner-price {
  width: 50%;
  text-align: center;
  float: left;
}

.trip-banner .btn {
  margin-right: 0;
}

.trip-banner-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.trip-banner-cta .btn {
  margin-right: 10px;
}

.trip-banner-cta .btn-wrapper {
  margin-right: 10px;
}

.trip-banner-cta .btn:last-child {
  margin-right: 0;
}

@media screen and (min-width: 45em) {
  .trips-table table thead {
    display: none;
  }

  .trips-table-intro p {
    margin-bottom: 0;
  }

  .trips-table .table-responsive {
    margin-bottom: 40px;
  }

  .currency-pick {
    font-size: 1.1em;
  }

  .trip-banner-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/*
---------------------------------------------------------------------------------- ADD-ONS TABLE

------------------------------------------------------------------------------------------------
*/
.add-ons-table {
  padding-top: 22px;
}

.add-ons-table .table tr td {
  padding-top: 4px;
  padding-bottom: 6px;
}
@media screen and (min-width: 45em) {
  .add-ons-table .table tr td {
    padding-top: 22px;
    padding-bottom: 24px;
  }
}

.add-ons-table .table thead {
  border: 1px solid #272727;
  border-bottom: 0;
  background-color: #8c97a2;
  color: #ffffff;
}

@media screen and (min-width: 45em) {
  .add-ons-table .table tbody {
    border-top: none;
  }
}
.add-ons-table .table-responsive {
  margin-bottom: 40px;
  padding-left: 1px;
}

.add-on-activity {
  position: relative;
}

.add-on-activity-icon,
.table img.add-on-activity-icon {
  position: absolute;
  left: 0;
  top: -2px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

.add-on-activity-title,
.table span.add-on-activity-title {
  clear: both;
  padding-left: 40px;
}
@media screen and (min-width: 45em) {
  .add-on-activity-title,
.table span.add-on-activity-title {
    padding-left: 50px;
  }
}

.trip-additional-content-block {
  max-width: 740px;
  margin: 0 auto;
  padding-bottom: 0;
}

/*
---------------------------------------------------------------------- QUESTIONS ABOUT THIS TRIP

------------------------------------------------------------------------------------------------
*/
.trip-question-card .summary-card-img {
  max-width: 140px;
  margin: 0 auto;
  padding-top: 40px;
}

.trip-question-card .summary-card-heading {
  padding-top: 1.1em;
  padding-bottom: 0.9em;
}

.read-more {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.read-more:hover {
  text-decoration: none;
  color: #e66c28;
}

.no-csstransforms .sticky-trip-cta-header {
  opacity: 0;
}

.sticky-trip-cta-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #1d3455;
  z-index: 500;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  opacity: 0;
}

.show-sticky-trip-cta-header .sticky-trip-cta-header {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.remove-sticky-trip-cta-header .sticky-trip-cta-header {
  opacity: 1;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.no-csstransforms .show-sticky-trip-cta-header .sticky-trip-cta-header {
  display: block;
  opacity: 1;
}

.sticky-trip-btns .btn {
  margin-right: 10px;
  font-size: 12px;
}

.sticky-trip-btns .btn:last-child {
  margin-right: 0;
}

@media screen and (min-width: 60em) {
  .sticky-trip-content p {
    font-size: 1em;
  }

  .sticky-trip-btns .btn {
    font-size: 0.9em;
  }
}
/*# sourceMappingURL=../maps/trip-page-e62ef345bd.css.map */
