@import url("https://fonts.googleapis.com/css?family=Lato|Open+Sans|PT+Sans+Narrow");
  /**
   * Initial palette used to define the diff between the base color and each color from the palette. There can be as many colors as one wants.
   *
   * @Link https://ton.twitter.com/i/ton/data/dm/487926326314418176/487926326322823168/8M2k8xOp.png Initial color palette
   *

   */
  /**
   * Initial palette used to define the diff between the base color and each color from the palette. There can be as many colors as one wants.
   *
   * @Link https://ton.twitter.com/i/ton/data/dm/487926326314418176/487926326322823168/8M2k8xOp.png Initial color palette
   *

   */
/* Main font - for general content */
/* Used for headings, navbar text ... */
/* $spinnakerAlternative for general content */
/* Main font - for general content */
/* Main font - for general content */
/* Main font - for general content */
/* Alternative for general content */
/* Used for headings, navbar text */
/* Used for headings, navbar text ... */
/* style | variant | weight | size/line-height | family
italic small-caps bolder 16px/3 cursive;*/
body {
  /*noinspection CssUnknownTarget*/
  background: white url(../images/bg.png);
  color: #052e3c;
  font-family: "Lato", "Open Sans", "Helvetica-Neue,Helvetica", Arial, sans-serif; }

img {
  max-width: 100%; }

.wrap {
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 10px #888;
  -moz-box-shadow: 0 1px 10px #888;
  box-shadow: 0 1px 10px #888; }

.main-content,
.breadcrumbs,
.footnote,
.container-pad {
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans Narrow", "Helvetica-Neue,Helvetica", Arial, sans-serif;
  color: #40a6c2;
  font-weight: normal; }

p {
  line-height: 22px;
  margin-bottom: 10px; }

a {
  color: #40a6c2;
  cursor: pointer; }

a:hover {
  color: #052e3c;
  text-decoration: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .35s; }

hr {
  margin: 15px 0;
  border-color: #eee; }

hr.delimiter {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0; }

hr.hr-sm {
  margin: 5px 0; }

label {
  font-weight: 400;
  font-size: 13px; }

a.disabled {
  pointer-events: none; }

.calendar-widget h4, .side-column h4, .color-inherit, a:link, a:visited, .ui-datepicker td a.ui-state-default {
  color: #40a6c2; }

.main-content {
  margin-bottom: 60px;
  position: relative; }

.breadcrumbs {
  margin-top: 10px;
  margin-bottom: 10px; }

.footnote {
  text-align: right;
  color: #052e3c;
  display: none; }

.footnote p {
  margin: 0; }

.help-block {
  color: #052e3c; }

ul.inline, ol.inline {
  margin-left: 0;
  list-style: none; }

ul.inline > li, ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

#map_canvas label {
  width: auto;
  display: inline; }

#map_canvas img {
  max-width: none; }

/* =============================================================================
	JavaScript Helpers
   ========================================================================== */
/* Stops Highlighting when clicking/double-clicking. Useful on buttons. */
.disableTextSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* =============================================================================
	Text Align Classes
   ========================================================================== */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* =============================================================================
	Add / Remove buttons
   ========================================================================== */
.btn .btn-text {
  float: left;
  position: relative;
  top: 2px; }

.btn-add,
.btn-remove,
.btn-edit,
.btn-copy {
  float: left;
  position: relative;
  top: 2px;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle; }

.btn-add {
  /*noinspection CssUnknownTarget*/
  background: transparent url("../images/icons/plus-circle.png") no-repeat center center; }

.btn-remove {
  /*noinspection CssUnknownTarget*/
  background: transparent url("../images/icons/minus-circle.png") no-repeat center center; }

.btn-edit {
  /*noinspection CssUnknownTarget*/
  background: transparent url("../images/icons/document-pencil.png") no-repeat center center; }

.btn-copy {
  /*noinspection CssUnknownTarget*/
  background: transparent url("../images/icons/ui-toolbar--arrow.png") no-repeat center center; }

.btn-add.btn-bg-rounded,
.btn-remove.btn-bg-rounded {
  padding: 2px;
  background-color: #eee;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px; }

/* =============================================================================
	VERTICAL ALIGN IN DIV - PARENT DIV NEEDS A HEIGHT
   ========================================================================== */
.valign-parent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.valign-parent .valign-child {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

/* =============================================================================
	LANGUAGE SELECTOR
   ========================================================================== */
.language-toolbar {
  float: right;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px; }

.language-toolbar a:link,
.language-toolbar a:visited {
  color: #052e3c;
  text-decoration: none;
  display: block; }

.language-toolbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative; }

.language-toolbar .current-language {
  position: relative;
  border: 1px solid #ddd; }

.language-toolbar .current-language a {
  padding-right: 16px;
  background: rgba(240, 240, 240, 0.8);
  padding: 4px 10px;
  width: 90px;
  display: block; }

.language-toolbar .language-list {
  position: absolute;
  display: none;
  top: 26px;
  right: 0;
  width: 90px;
  padding: 10px;
  z-index: 100;
  background: #fff;
  border: 1px solid #ddd; }

.language-toolbar .language-list ul {
  margin: 0;
  float: none; }

.language-toolbar .caret {
  position: absolute;
  top: 10px;
  right: 10px; }

.iframe-body .language-toolbar {
  position: relative;
  top: 6px;
  margin-bottom: 10px; }

/* =============================================================================
	HERO UNIT
   ========================================================================== */
.hero-unit {
  padding: 0;
  position: relative;
  max-height: 260px;
  overflow: hidden;
  background: #fff; }

.hero-unit img {
  max-width: 100%;
  max-height: 260px; }

.hero-unit h1 {
  font-size: 40px;
  padding: 20px 0 10px 30px; }

.hero-unit h1 a:hover,
.hero-unit h1 a:active {
  text-decoration: none;
  opacity: 0.8; }

/* =============================================================================
	SHARE BAR
   ========================================================================== */
.share-bar {
  margin-bottom: 10px; }

.share-bar .google-share-container {
  margin-left: 30px; }

.share-bar {
  display: inline-block;
  float: right; }

.product-details .share-bar {
  top: -60px; }

.sharrre a.btn.dropdown-toggle {
  text-align: left;
  width: 102px;
  background-color: rgba(240, 240, 240, 0.8) !important;
  border: 1px solid #ddd !important;
  font-weight: normal !important;
  font-size: 13px !important;
  border-radius: 0 0 0 0 !important;
  float: right;
  box-shadow: none; }

.sharrre a.btn.dropdown-toggle .caret {
  float: right;
  display: none; }

.sharrre a.btn.dropdown-toggle .label {
  float: right; }

.iframe-body .sharrre a.btn.dropdown-toggle {
  top: 6px;
  margin-bottom: 10px; }

/* =============================================================================
	PRODUCTS
   ========================================================================== */
.products-price {
  font-weight: bold;
  line-height: 21px; }

.products-price .from {
  display: block;
  font-size: 16px;
  margin-bottom: 4px; }

.products-price .price {
  display: block;
  font-size: 28px; }

/* =============================================================================
	EXTRAS
   ========================================================================== */
.extras-price {
  font-weight: bold;
  line-height: 21px; }

.extras-price .price {
  display: block;
  font-size: 22px; }

.extras-read-more .extras-price {
  margin: 0 0 20px; }

/*Extras input has weird margin on right*/
.extras-read-more .input-quantities {
  margin-right: -4px; }

@-moz-document url-prefix() {
  .extras-read-more .input-quantities {
    margin-right: 0; } }
/*	LIST
-------------------------------------------------------------------------- */
.product-results {
  display: none; }

.products-list {
  margin-top: 20px; }

.products-list-image {
  float: left; }

.products-list-image a {
  float: left; }

.products-list-image img {
  max-width: 200px;
  min-width: 200px;
  width: 200px; }

.products-list-item {
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px; }

.session-picker .products-list-item {
  border: 0; }

.products-read-more .products-price {
  margin: 0 0 20px; }

.products-list-item-side {
  float: left; }

.products-list-item-overview h2 {
  margin-bottom: 10px;
  font-size: 21px; }

.products-list-item-overview h2 a:link,
.products-list-item-overview h2 a:visited {
  color: #052e3c; }

.products-list-item-overview p {
  word-wrap: break-word; }

/*Availability participants */
.session-picker .product-title a:active {
  color: #052e3c !important; }

.session-picker .current-date small {
  color: #052e3c;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  font-weight: normal; }

.session-picker .product-title a:active {
  color: #052e3c !important; }

.session-picker .session-date-nav a:visited {
  color: #052e3c;
  font-size: 14px;
  text-transform: uppercase; }

.extras-list-image {
  float: left; }

.extras-list-image a {
  float: left; }

.extras-list-image img {
  max-width: 100px;
  min-width: 50px;
  width: 100px; }

/*	DETAILS
-------------------------------------------------------------------------- */
.product-overview h1 {
  margin-bottom: 10px;
  color: #40a6c2; }

.product-details .fb_iframe_widget {
  width: 300px; }

.product-details {
  margin-top: 0; }

.product-details .product-main-image {
  float: left;
  margin-right: 10px; }

.product-details .product-overview {
  margin-bottom: 40px; }

.product-description h3 {
  text-transform: uppercase;
  color: #052e3c;
  margin: 0 0 10px;
  font-size: 18px; }

.product-description {
  color: #052e3c; }

.product-details .elastislide {
  margin: 0 0 30px; }

/*	SIDE COLUMN
-------------------------------------------------------------------------- */
.side-column {
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 0 20px 40px; }

.side-column .in {
  padding: 20px; }

.side-column h3 {
  color: #fff;
  padding: 10px 20px;
  position: relative;
  font-size: 20px; }

.side-column h3:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 20px; }

.side-column .btn-lg {
  padding: 10px 15px;
  display: block;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.side-column h4 {
  margin-bottom: 10px;
  position: relative; }

.side-column h4 small {
  color: inherit; }

.side-column select {
  font-weight: bold;
  padding: 4px 0  4px 4px; }

.side-column h4:not(.hr):before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ddd;
  position: absolute;
  bottom: 50%;
  margin-bottom: -10px;
  left: -20px; }

.side-column em.required,
.side-column span.required {
  display: none; }

.ui-datepicker {
  margin-bottom: 10px; }

.calendar-widget {
  padding: 20px;
  position: relative; }

.calendar-widget .participants {
  margin-bottom: 10px; }

.calendar-widget .control-label {
  float: left;
  text-align: left;
  width: calc(100% - 100px);
  color: #052e3c; }

.calendar-widget .controls {
  margin-left: 100px;
  margin-bottom: 10px; }

.calendar-widget .controls.price-shown {
  padding-top: 7px; }

.calendar-widget .control-group {
  margin-bottom: 0; }

.calendar-widget .price-unit {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-top: -3px; }

.calendar-widget .button-spacer {
  line-height: 2;
  float: left;
  margin-right: 10px;
  color: #052e3c;
  margin-bottom: 10px; }

.calendar-widget .no-cookies {
  display: none;
  background: rgba(180, 180, 180, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  color: #d82824;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  z-index: 9999; }

.calendar-widget .no-cookies p {
  margin-top: 55px;
  font-size: 1.1em; }

.calendar-widget .no-cookies a {
  color: #d82824;
  text-decoration: underline;
  font-size: 0.9em; }

.calendar-widget .no-cookies a:hover {
  text-decoration: none; }

.calendar-widget hr {
  border-top-color: #aaaaaa; }

input.input-quantities {
  width: 20px;
  text-align: center; }

.change-quantity {
  text-align: center; }

.change-quantity i {
  cursor: pointer;
  /* margin:2px; */
  color: #aaa;
  opacity: 0.5; }

.change-quantity .increase {
  padding: 15px;
  /*noinspection CssUnknownTarget*/
  background: url("../images/icons/plus-medium-01.png") no-repeat -3px 11px; }

.change-quantity .decrease {
  padding: 15px;
  /*noinspection CssUnknownTarget*/
  background: url("../images/icons/minus-medium-01.png") no-repeat 10px 11px; }

.side-column.contact-us {
  margin-bottom: 10px; }

.side-column a.btn-contactus:link,
.side-column a.btn-contactus:visited {
  /*noinspection CssUnknownTarget*/
  background: transparent url(../images/icons/mail-01.png) no-repeat right center;
  width: 91%;
  display: block;
  padding: 10px 5% 8px;
  text-align: left;
  color: #fff;
  font-weight: bold; }

.side-column a.btn-contactus:hover,
.side-column a.btn-contactus:active {
  opacity: 0.8;
  text-decoration: none; }

.side-column .note {
  font-size: 12px;
  color: #052e3c; }

.side-column h4 {
  color: #052e3c; }

.calendar-widget .timepicker-trigger {
  width: 60px; }

/* SIDE COLUMN FOR TRANSFERS */
.calendar-widget .transfer .controls {
  margin-left: 80px; }

.calendar-widget .transfer .control-label {
  width: 80px; }

.calendar-widget .transfer .checkbox-label {
  float: left;
  margin: 10px 0; }

.calendar-widget .transfer .onewayreturn label {
  margin: 7px 0; }

.calendar-widget .transfer select {
  max-width: 100%;
  margin-bottom: 5px; }

.calendar-widget .transfer input {
  max-width: 125px;
  margin-bottom: 5px; }

.calendar-widget .transfer .onewayreturn label {
  float: left;
  padding: 0 10px 0 5px; }

/* Book now button */
.booknow-button {
  text-transform: uppercase; }

/* =============================================================================
	SESSION PICKER / AVAILABILITY
   ========================================================================== */
.session-picker {
  margin: 20px 0; }

.session-picker th,
.session-picker td.session-cell {
  font-size: 14px;
  padding: 16px 8px 12px;
  text-align: center;
  width: 9%; }

.session-picker .book-now {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 2px; }

/* Empty session */
.session-picker td.session-empty {
  background: #eee !important;
  color: #aaa;
  font-size: 24px;
  line-height: .5; }

/* Empty sessions */
.session-picker td.session-empty:hover {
  background: #eee !important; }

/* Selected session */
.session-picker th.session-selected {
  background: #000; }

.session-picker .session-selected {
  color: #fff;
  font-weight: bold;
  border-top: none; }

/* remove table cell double border for selected column */
.session-picker td.session-cell {
  cursor: pointer; }

/* Top row (date navigation) */
.session-picker .session-date-nav {
  background: #eee; }

.session-picker .session-date-nav th {
  font-size: 14px; }

.session-picker .session-date-nav a:link,
.session-picker .session-date-nav a:visited {
  color: #052e3c;
  font-size: 14px;
  text-transform: uppercase; }

.session-picker .session-date-nav i {
  margin-top: 1px; }

/*
Links are already inline-blocks. Not sure why we have this.
.session-picker .session-date-nav .next-week { display:inline-block; }
.session-picker .session-date-nav .prev-week { display:inline-block; }
*/
/* Availability participants */
.availability-participants {
  margin: 10px 0 30px;
  color: #052e3c; }

.availability-participants .badge {
  margin-right: 4px;
  font-weight: normal;
  cursor: default;
  padding-top: 2px; }

.availability-participants label {
  margin-right: 25px; }

.session-picker .product-title {
  text-align: left; }

.session-picker .product-title a:link,
.session-picker .product-title a:visited {
  color: #052e3c !important;
  font-weight: normal; }

.session-picker .product-title a:hover,
.session-picker .product-title a:active {
  color: #052e3c !important; }

.session-picker .current-date {
  width: 60%;
  margin: 0 auto; }

.session-picker .current-date input {
  position: relative;
  top: -2px; }

.session-picker .current-date small {
  color: #052e3c;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  font-weight: normal; }

.session-picker .session-date {
  font-size: 12px; }

.session-picker .session-date span {
  display: block;
  text-transform: uppercase; }

.session-picker .session-date .session-date-day {
  font-size: 21px; }

.session-picker .choose-quantity {
  display: none; }

.session-picker .choose-quantity td {
  background: #f8f8f8 !important; }

.session-picker .choose-quantity td:hover {
  background: transparent; }

.session-picker .products-image {
  width: 20%; }

.session-picker .products-image img {
  border: 6px solid #fff; }

.session-picker .product-description {
  width: 76%;
  text-align: left;
  font-size: 16px; }

.session-picker .product-duration {
  margin: 10px 0; }

.session-picker .participants {
  margin: 20px 0; }

.session-picker .choose-quantity .control-label {
  float: left;
  padding-top: 5px;
  text-align: left;
  width: 120px;
  color: #052e3c; }

.session-picker .choose-quantity .controls {
  margin-left: 120px; }

.session-picker .choose-quantity .controls.price-shown {
  padding-top: 7px; }

.session-picker .choose-quantity .control-group {
  margin-bottom: 0; }

.session-picker .choose-quantity .price-unit {
  display: block;
  font-size: 11px; }

.session-picker .choose-quantity .session-close-link {
  float: right;
  opacity: 0.6; }

.session-picker .product-title {
  text-align: left;
  width: 37%; }

.session-picker .product-title a:link,
.session-picker .product-title a:visited {
  color: #052e3c !important;
  font-weight: normal; }

.session-picker .product-title a:hover,
.session-picker .product-title a:active {
  color: #052e3c !important; }

.session-picker .current-date {
  width: 60%;
  margin: 0 auto; }

.session-picker .current-date input {
  position: relative;
  top: -2px; }

.session-picker .current-date small {
  color: #052e3c;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  font-weight: normal; }

.session-picker .session-date {
  font-size: 12px; }

.session-picker .session-date span {
  display: block;
  text-transform: uppercase; }

.session-picker .session-date .session-date-day {
  font-size: 21px; }

.session-picker .choose-quantity {
  display: none; }

.session-picker .choose-quantity td:hover {
  background: transparent; }

.session-picker .products-image {
  width: 20%; }

.session-picker .products-image img {
  border: 6px solid #fff; }

.session-picker .product-description {
  width: 76%;
  text-align: left;
  font-size: 16px; }

.session-picker .product-duration {
  margin: 10px 0; }

.session-picker .participants {
  margin: 20px 0;
  clear: both; }

.session-picker .participants .btn-submit {
  margin-top: 20px; }

.session-picker .choose-quantity h1 {
  font-size: 21px; }

.session-picker .choose-quantity .control-label {
  float: left;
  padding-top: 5px;
  text-align: left;
  width: 120px;
  color: #052e3c; }

.session-picker .choose-quantity .controls {
  margin-left: 120px;
  white-space: nowrap; }

.session-picker .choose-quantity .controls.price-shown {
  padding-top: 7px; }

.session-picker .choose-quantity .control-group {
  margin-bottom: 0; }

.session-picker .choose-quantity .price-unit {
  display: block;
  font-size: 11px; }

.session-picker .choose-quantity .session-close-link {
  float: right;
  opacity: 0.6; }

.session-picker .filter td {
  text-align: center;
  padding: 16px 0 8px;
  color: #052e3c; }

.session-picker .filter select {
  position: relative;
  top: -4px;
  margin: 0 4px; }

.session-picker .book-actions {
  clear: both; }

.session-picker .timepicker {
  width: 80px; }

.session-picker .transfer .checkbox-label {
  float: left;
  margin: 10px 0; }

.session-picker .transfer .onewayreturn label {
  margin: 7px 0; }

.session-picker .transfer .onewayreturn label {
  float: left;
  padding: 0 10px 0 5px; }

.session-picker .transfer select {
  max-width: 135px;
  margin-bottom: 5px; }

.session-picker .transfer input {
  max-width: 125px;
  margin-bottom: 5px; }

.session-picker.no-cookies {
  display: none;
  background: rgba(180, 180, 180, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #d82824;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  z-index: 9999; }

.session-picker.no-cookies p {
  margin-top: 55px;
  font-size: 1.1em; }

.session-picker.no-cookies a {
  color: #d82824;
  text-decoration: underline;
  font-size: 0.9em; }

.session-picker.no-cookies a:hover {
  text-decoration: none; }

.multiple-prices-list {
  width: 100% !important; }

/* =============================================================================
	CHECKOUT
   ========================================================================== */
.checkout table {
  margin-top: 20px; }

.checkout .table-header {
  background: #eee; }

.checkout .surcharge td,
.checkout .cart-total td,
.checkout .gst td,
.checkout .due-now td {
  border: 0; }

.checkout .due-now td {
  font-weight: bold; }

.checkout .total,
.checkout .gst,
.checkout .due-now {
  background: #eee; }

.checkout .itemrow td {
  border: 0;
  border-bottom: 1px solid #ddd; }

.checkout thead th {
  border-bottom: 1px solid #ccc; }

.checkout .page-header {
  margin-top: 50px; }

.checkout .terms {
  color: #052e3c; }

.checkout .table tbody tr:hover td, .checkout .table tbody tr:hover th {
  background-color: inherit; }

.checkout small {
  font-size: 11px;
  color: #999;
  font-style: italic;
  display: block;
  margin: 5px 0 15px; }

.checkout .extra-image {
  max-width: 1px;
  white-space: nowrap; }

.checkout .extra-image img {
  max-width: 30px;
  height: auto; }

/* Checkout credit cards select */
.checkout .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.checkout .input-group .input-group-addon {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
  background: #ebeff0;
  border: 1px solid #e6e8e9;
  color: #2b3c4e;
  font-weight: 400;
  font-size: 12px;
  padding: 0 12px;
  height: 26px;
  background-image: -webkit-linear-gradient(top, #fff 0, #ebeff0 100%);
  background-image: linear-gradient(to bottom, #fff 0, #ebeff0 100%);
  background-repeat: repeat-x; }

.checkout .input-group .input-group-addon img {
  max-width: 26px !important;
  width: 26px !important;
  margin: 0 2px;
  display: inline-block; }

.item-remove a:visited {
  color: #052e3c; }

.footnote {
  text-align: right;
  color: #052e3c; }

.help-block {
  color: #052e3c; }

.check-out-submit input[type="submit"] {
  font-size: 21px;
  padding: 10px 30px; }

.checkout .item-custom-label {
  max-width: 60%;
  float: left; }

.checkout .item-price {
  float: right; }

.checkout .payment-logos {
  float: right;
  display: none; }

.checkout .payment-logos.active {
  display: block; }

.checkout .field-coupon {
  margin-right: 10px; }

.checkout .agent-code {
  float: right;
  padding-bottom: 10px; }

.checkout #contact_details .control-group > span.required {
  display: none; }

.checkout .payment-options {
  line-height: 28px; }

.checkout .payment-radio {
  padding: 5px; }

.checkout .payment-options input[type="radio"] {
  float: left;
  margin-right: 10px; }

.checkout .payment-option {
  line-height: 28px; }

.checkout .scrollable-text {
  padding: 10px;
  max-height: 240px;
  max-width: 540px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 0; }

/* =============================================================================
	OVERRIDE
   ========================================================================== */
h2 {
  line-height: 30px; }

.calendar-widget .ui-datepicker {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0; }

.control-label {
  font-weight: bold; }

.btn {
  font-weight: bold; }

.btn-submit {
  font-size: 14px;
  min-width: 90px;
  padding: 7px 15px 8px; }

.btn.btn-inverse {
  color: #fff;
  border: 0; }

.alert {
  padding: 16px 16px 8px; }

.alert ul {
  margin-top: 10px; }

.redeem {
  text-align: center;
  margin-top: 50px; }

.checkout .ui-datepicker {
  width: 17em; }

/*	ELASTISLIDE
-------------------------------------------------------------------------- */
.es-carousel-wrapper,
.es-carousel {
  background-color: #fafafa; }

.es-carousel ul li a {
  border-color: #fff; }

.product-details .es-carousel ul li a img {
  max-height: 80px; }

/** For iphone like devices, hide the slider image gallery, and show the simple image corousel. **/
/* Always hide the backup carousel unless a media query can be fulfilled */
.carousel-backup-wrapper {
  display: none; }

/*	DATEPICKER
-------------------------------------------------------------------------- */
.ui-datepicker table {
  margin: 0; }

.ui-datepicker .ui-datepicker-buttonpane {
  margin: 1px 0 0 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  opacity: 1; }

.ui-datepicker td a.ui-state-default {
  font-weight: bold;
  border: 1px solid transparent; }

#order-item-form .ui-datepicker {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0; }

.ui-datepicker-calendar .full {
  width: auto; }

.ui-datepicker td .ui-state-default {
  color: #000; }

.ui-datepicker td a.ui-state-default {
  /* moved to colours.css color:#00ADD4; */
  font-weight: bold;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.ui-datepicker td a.ui-state-default.ui-state-active,
.ui-datepicker td a.ui-state-default:hover {
  /* moved to colours.css background:#00ADD4; */
  color: #fff;
  webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/* Override effect for over and selected day */
.ui-datepicker td span.ui-state-default:hover {
  background: none;
  color: #000; }

/* Override effect for over day (span, not link) */
.ui-datepicker td .ui-state-disabled {
  border: none; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

/* Remove border and text shadows */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 4px; }

/* Today */
.ui-datepicker td.ui-datepicker-today a:link,
.ui-datepicker td.ui-datepicker-today a:visited,
.ui-datepicker td.ui-datepicker-today span,
.ui-datepicker td.ui-datepicker-today span:hover {
  background: #ccc;
  color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold; }

.ui-datepicker td.ui-datepicker-today a.ui-state-active {
  /* moved to colours.css background:#00ADD4; */
  color: #fff; }

/* Selected today */
/* Full */
.ui-datepicker td.full a:link,
.ui-datepicker td.full a:visited {
  color: #aaa;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: normal;
  border: 1px dotted #ddd; }

.ui-datepicker td.full.ui-datepicker-current-day a,
.ui-datepicker td.full a:hover,
.ui-datepicker td.full a:active {
  color: #bf3131;
  background: #fff !important;
  border: 1px dotted #bf3131; }

.ui-datepicker .datepicker-loading {
  width: 222px;
  height: 52px;
  position: absolute;
  z-index: 99999;
  /*noinspection CssUnknownTarget*/
  background: url(../images/date_loading.gif) no-repeat 48% 60% rgba(255, 255, 255, 0.6);
  padding: 80px 0;
  text-align: center; }

/* Loading overlay */
.availabilitypicker {
  position: relative; }

.rezdy-overlay-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(111, 204, 227, 0.7);
  z-index: 1000;
  display: none; }

.rezdy-overlay-loader .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -10px;
  z-index: 1001; }

.rezdy-overlay-loader:after {
  content: "Loading...";
  font-size: 14px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -25px;
  width: 100%;
  text-align: center;
  font-weight: 300; }

.rezdy-overlay-loader.active {
  display: block;
  display: table-cell; }

/* Timepicker
------------------------------------------------------------------------- */
.ui-timepicker-div .ui-widget-header {
  border: 0;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background: whiteSmoke;
  color: gray; }

.ui-timepicker-div dl {
  width: 80%;
  margin: 20px auto; }

.ui-timepicker-div dt {
  width: 40px;
  float: left;
  clear: left;
  line-height: 40px; }

.ui-timepicker-div dd {
  margin: 0 0 0 50px;
  line-height: 40px; }

.ui-timepicker-div + .ui-datepicker-buttonpane {
  display: none; }

.ui-timepicker-div select {
  width: 110px;
  position: relative;
  top: 5px; }

/* Loader Container
------------------------------------------------------------------------- */
.loading-container {
  position: relative; }

.loading-container .loading-splash {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.loading-container p {
  padding: 10px 20px;
  margin: 5px auto;
  width: 120px;
  font-size: 1.2em;
  background: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

/* =============================================================================
	ERRORS
   ========================================================================== */
.wrap.wrap-error {
  margin: 80px 0; }

.wrap.wrap-error .main-content {
  padding: 20px;
  margin: 0; }

.errorSummary .alert {
  margin-top: 0px;
  background-color: transparent;
  border: none;
  padding: 0; }

.alert {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

.errorSummary {
  background-color: rgba(163, 41, 41, 0.1);
  color: #c03;
  padding: 5px 5px;
  margin: 0 auto 10px;
  position: relative; }

.erroSummary a {
  color: #c03; }

.errorSummary ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.errorSummary ul li {
  border-bottom: 1px solid rgba(163, 41, 41, 0.2);
  display: block;
  padding: 5px 0; }

.errorSummary ul li:last-child {
  border-bottom: none; }

/* =============================================================================
	FOOTER
   ========================================================================== */
.footnote a:link,
.footnote a:visited {
  color: #052e3c;
  text-decoration: underline; }

.footnote a:hover,
.footnote a:active {
  text-decoration: none; }

/* =============================================================================
	IE FIXES
   ========================================================================== */
.lt-ie9 .wrap {
  overflow: hidden;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#052e3c, Strength=2, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#052e3c, Strength=2, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#052e3c, Strength=2, Direction=270); }

/* =============================================================================
	NEW CHECKOUT BOOKING FORM
   ========================================================================== */
/*Utils*/
.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.strong {
  font-weight: bold; }

.mb {
  margin-bottom: 10px; }

.ml {
  margin-left: 20px; }

.nmt {
  margin-top: 0 !important; }

.nmb {
  margin-bottom: 0 !important; }

.checkout a.remove {
  color: gray;
  font-size: 24px; }

.checkout a.remove:hover {
  text-decoration: none; }

/*Checkout Images*/
.checkout .product-image {
  max-width: 50px; }

.checkout .extras-image {
  max-width: 25px; }

.checkout .product-image img, .checkout .extras-image img {
  display: block;
  margin-bottom: 15px; }

/*Checkout Table
.checkout table {margin-top:10px;}
.checkout td strong {
  word-break: break-word;
}*/
.checkout .extras small {
  margin: -2px 0 15px; }

.checkout .table-compact {
  width: 100%;
  margin: 10px 0 10px; }

.checkout .table-compact tr td {
  padding: 4px 0;
  background: #fff;
  border-bottom: 1px dotted #f9f9f9;
  border-top: none; }

.checkout .table-compact td.qty {
  padding-left: 30px;
  padding-right: 2px;
  color: gray; }

.checkout .table-bordered {
  border: none;
  margin-top: 30px; }

.checkout .table-bordered thead th {
  border: none; }

.checkout .table-bordered td,
.checkout .table-bordered th {
  border: none;
  vertical-align: top !important;
  padding-top: 15px;
  padding-bottom: 15px; }

.checkout .item-product td {
  border-top: 1px solid #ddd;
  border-bottom: 0; }

.checkout .item-product.extras td {
  border-top: 1px dotted #ddd;
  border-bottom: 0; }

.checkout .voucher {
  border-top: 1px solid #ddd;
  background: #fff; }

.checkout .voucher .inner {
  padding: 20px; }

.checkout .table-total {
  margin-top: 0 !important; }

.checkout .table-bordered h3, .checkout .table-total h3, .checkout .voucher h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0; }

/*Checkout Columns*/
.checkout .table-header th {
  background: #fff;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: none; }

.checkout td.thumb {
  text-align: right; }

.checkout td.total, .checkout td.total:hover {
  text-align: right;
  vertical-align: top !important;
  background: #f9f9f9 !important;
  white-space: nowrap; }

.checkout tr.total td {
  background: #f9f9f9;
  text-align: right;
  padding-left: 2px;
  padding-right: 2px; }

.checkout tr.total td:first-child {
  width: 75%; }

.checkout tr.total td:last-child {
  width: 25%; }

.checkout tr.total.grand td {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  font-weight: bold;
  font-size: 16px; }

.checkout .date, .checkout .gray {
  font-weight: normal;
  display: block;
  color: gray;
  margin-bottom: 5px; }

.checkout .bt {
  padding-top: 2px;
  text-align: right;
  padding-bottom: 2px;
  border-top: 1px solid #fff; }

.checkout .bt:last-child {
  border-bottom: 1px solid #fff; }

.checkout .btn-pay {
  background: #62ba37;
  border: 2px solid #519b2e;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  border-radius: 3px;
  padding: 15px 15px;
  -webkit-box-shadow: 2px 2px 0 0 #519b2e;
  -moz-box-shadow: 2px 2px 0 0 #519b2e;
  box-shadow: 2px 2px 0 0 #519b2e;
  text-align: center;
  text-transform: uppercase;
  min-width: 250px; }

.checkout .btn-pay:hover {
  background: #60b444; }

.checkout h3 sup {
  font-size: 10px;
  margin-left: 2px;
  font-weight: normal; }

/* =============================================================================
	SOCIAL MEDIA NAV PILLS
   ========================================================================== */
.socialmedia .nav-pills > li > a {
  margin: 10px 0 0 10px;
  padding: 1px;
  width: 24px;
  height: 24px;
  border-radius: 100%; }

.socialmedia .nav-pills > li > a:hover {
  opacity: 0.8; }

.socialmedia {
  background-color: #fff; }

/* =============================================================================
	NAV TABS DROP
   ========================================================================== */
.nav-tabs {
  position: relative; }

.nav-tabs .tabdrop {
  float: right; }

.nav-tabs .dropdown-toggle .caret {
  border-top-color: #888;
  border-bottom-color: #888;
  margin-top: 6px; }

.nav-tabs .dropdown-toggle:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.dropdown-menu li a:hover {
  background-color: #888; }

.dropdown-menu {
  border-radius: 0;
  border: 1px solid #ddd; }

/* =============================================================================
	LINE TRHOUGH STYLE
   ========================================================================== */
h4.hr {
  display: table;
  white-space: nowrap;
  margin: 10px auto; }

h4.hr:before,
h4.hr:after {
  border-top: 1px solid #888;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%; }

h4.hr:before {
  right: 1.5%; }

h4.hr:after {
  left: 1.5%; }

/* =============================================================================
	PICKUP LOCATIONS
   ========================================================================== */
.pickup-details-container {
  display: none; }

.booking-pickup-container {
  margin-top: 10px; }

/* =============================================================================
	CUSTOM STYLES!
   ========================================================================== */
.nav-tabs > li > a {
  border-radius: 0;
  font-weight: 500; }

.btn {
  border-radius: 0; }

.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
  text-shadow: none;
  font-weight: normal; }

.checkout label {
  font-weight: normal; }

/*# sourceMappingURL=rezdy_bvc.css.map */
