/*
Theme Name: Outback Spirit v2.0.1
Theme URI: http://www.outbackspirittours.com.au
Description: Theme for WordPress 
Author: Outback Spirit
Version: 2.0.1
*/
#window-width {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    color: white;
    z-index: 999999;
    padding: 4px 10px;
    font-size: 14px;
}
@font-face {
    font-family: 'Domaine Display';
    src: url('../eot/domainedisplay-semibold.eot');
    src: url('../eot/domainedisplay-semiboldd41d.eot#iefix') format('embedded-opentype'), url('../woff/domainedisplay-semibold.woff') format('woff'), url('../ttf/domainedisplay-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    opacity: 1;
    transition: 0.5s opacity;
}
body.home {
    opacity: 1;
    transition: 1s opacity;
}

html{
    background: rgba(225,225,219, 0.4);
}

/* Fonts & defaults
-------------------------------------------------- */
body,
.sans {
    font-family: 'freight-sans-pro', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    color: #252520;
}
a {
    text-decoration: none;
    transition: all .16s;
    cursor: pointer;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
p {
    margin-bottom: 15px;
    font-size: 18px;
}
h1,
h2,
h3,
h4,
.serif {
    font-family: 'Domaine Display', serif;
    font-weight: 700;
    letter-spacing: 0px;
}
h1 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 900;
}
h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
}
h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
h4 {
    font-size: 24px;
    line-height: 30px;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
ul {
    padding-left: 30px;
}
li {
    margin-bottom: 4px;
}
.bg {
    background: #F3F3F1;
}
.sml {
    font-size: 80%;
    line-height: 80%;
    margin-bottom: 10px;
}
.lge {
    font-size: 140%;
    font-weight: 500;
    line-height: 120%;
}
.caps {
    text-transform: uppercase;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 5px;
}
table.terms {
    margin-bottom: 15px
}
table.terms td {
    border: 1px solid #000;
    padding: 5px 10px;
}
.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 30px;
}
ul.tiles {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
ul.tiles:last-child {
    margin-bottom: 60px;
}
.page-template-template-sale-landing ul.tiles:last-child {
    margin-bottom: 10px;
}
.footer ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
.footer li {
    line-height: 20px;
    list-style: outside none none;
    margin: 0 0 6px;
    padding: 0;
}
.page-template-default .row.bg {
    padding: 50px 0;
}
/* fix for blurry line */
.single-destination .main-wrap {
    margin-top: -1px;
}
/* Colors
-------------------------------------------------- */

a {
    color: #e86d1f
}

table.table tr td:nth-child(1),
table.table tr th {
    color: #7a1501;
}
h1,
h2,
h3 {
    color: #222
}
::-moz-selection {
    color: #fff;
    background: #e4d0cc;
}
::selection {
    color: #fff;
    background: #e4d0cc;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}
/* Tour and destination colors */
.o-90 {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.o-80 {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.o-70 {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.o-50 {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.o-50 {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.o-40 {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.o-30 {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.o-20 {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.o-15 {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  opacity: 0.15;
}
.o-10 {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.o-05 {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=05)";
  filter: alpha(opacity=05);
  opacity: 0.05;
}

.snapshot-wrap .snapshot .light, 
.snapshot-wrap .snapshot .light i, 
.snapshot-wrap .snapshot .light svg {
    color: rgba(255,255,255,0.7);
    fill: rgba(255,255,255,0.7);
}
/* .snapshot-wrap .snapshot * {
    border-color: rgba(255,255,255,0.2);
} */
.snapshot-wrap .slide-nav ul li.active {
    background: #fff;
}


.shade-bg,
.luxury-short-breaks-seven-spirit-bay .tile .shade-bg,
.postid-2440 .dates-wrapper .months button span,
.postid-2434 .dates-wrapper .months button span {
    background: rgba(74,100,56,1);
}
.shade-color, 
.luxury-short-breaks-seven-spirit-bay .tile .shade-color, 
.highlights .left li::before {
    color: rgba(74,100,56,1);
}
.shade-border{
    border-color: rgba(74,100,56,1);
}
.snapshot-wrap .slide-nav ul li.active a {
    background: rgba(74,100,56,0.8);
}
.fade-line {
    background: rgb(74,100,56); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(74,100,56,1) 50%,rgba(251,248,247,1) 100%);
}
.main-wrap svg {
    fill: rgb(74,100,56);
}


body[class*="tour-and-train"] .shade-bg{
    background: rgba(63,18,18,1);
}
[class*="bird"].shade-bg,
[class*="tour-and-train"].shade-bg {
    background: rgba(63,18,18,1) !important;
}
[class*="tour-and-train"] .shade-color, 
[class*="bird"] .shade-color,
body[class*="tour-and-train"] .highlights .left li::before {
    color: rgba(63,18,18,1);
}
[class*="tour-and-train"] .shade-border,
[class*="bird"] .shade-border{
    border-color:rgba(63,18,18,1);
}
body[class*="tour-and-train"] .snapshot-wrap .slide-nav ul li.active a,
body[class*="bird"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(63,18,18,1);
}
body[class*="tour-and-train"] .fade-line {
    background: rgba(63,18,18,1); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(63,18,18,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="tour-and-train"] .main-wrap svg {
    fill: rgba(63,18,18,1);
}
[class*="tour-and-train"] .header-row {
    background: rgba(63,18,18,1);
}


body[class*="kimberley"] .shade-bg{
    background: rgba(140,41,4,1);
}
[class*="bird"].shade-bg,
[class*="kimberley"].shade-bg {
    background: rgba(140,41,4,1) !important;
}
[class*="kimberley"] .shade-color, 
[class*="bird"] .shade-color,
body[class*="kimberley"] .highlights .left li::before {
    color: rgba(140,41,4,1);
}
[class*="kimberley"] .shade-border,
[class*="bird"] .shade-border{
    border-color: rgba(140,41,4,1);
}
body[class*="kimberley"] .snapshot-wrap .slide-nav ul li.active a,
body[class*="bird"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(140,41,4,0.8);
}
body[class*="kimberley"] .fade-line {
    background: rgb(140,41,4); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(140,41,4,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="kimberley"] .main-wrap svg {
    fill: rgba(140,41,4,1);
}
[class*="kimberley"] .header-row {
    background: rgba(140,41,4,0.1);
}


body[class*="arnhem"] .shade-bg {
    background: rgba(74,100,56,1);
}
[class*="arnhem"].shade-bg, 
[class*="fishing"].shade-bg, 
[class*="short-break"].shade-bg, 
[class*="christmas"].shade-bg {
    background: rgba(74,100,56,1) !important;
}
[class*="arnhem"] .shade-color, 
[class*="fishing"] .shade-color, 
[class*="short-break"] .shade-color, 
[class*="christmas"] .shade-color, 
body[class*="arnhem"] .highlights .left li::before {
    color: rgba(74,100,56,1);
}
[class*="arnhem"] .shade-border,
[class*="fishing"] .shade-border,
[class*="short-break"] .shade-border,
[class*="christmas"] .shade-border{
    border-color: rgba(74,100,56,1);
}
body[class*="arnhem"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(74,100,56,0.8);
}
body[class*="arnhem"] .fade-line {
    background: rgb(74,100,56); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(74,100,56,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="arnhem"] .main-wrap svg {
    fill: rgb(74,100,56);
}
[class*="arnhem"] .header-row {
    background: rgba(74,100,56,0.1);
}


body[class*="binns"] .shade-bg {
    background: rgba(164,34,27,1);
}
[class*="binns"].shade-bg {
    background: rgba(164,34,27,1) !important;
}
[class*="binns"] .shade-color, 
body[class*="binns"] .highlights .left li::before {
    color: rgba(164,34,27,1);
}
[class*="binns"] .shade-border {
    border-color: rgba(164,34,27,1);
}
body[class*="binns"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(164,34,27,0.8);
}
body[class*="binns"] .fade-line {
    background: rgb(164,34,27); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(164,34,27,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="binns"] .main-wrap svg {
    fill: rgb(164,34,27);
}
[class*="binns"] .header-row {
    background: rgba(164,34,27,0.1);
}

body[class*="gems"] .shade-bg {
    background: rgba(175, 123, 10 ,1);
}
[class*="gems"].shade-bg {
    background: rgba(175, 123, 10,1) !important;
}
[class*="gems"] .shade-color, 
body[class*="gems"] .highlights .left li::before {
    color: rgba(175, 123, 10,1);
}
[class*="gems"] .shade-border {
    border-color: rgba(175, 123, 10,1);
}
body[class*="gems"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(175, 123, 10,0.8);
}
body[class*="gems"] .fade-line {
    background: rgb(175, 123, 10); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(175, 123, 10,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="gems"] .main-wrap svg {
    fill: rgb(175, 123, 10);
}
[class*="gems"] .header-row {
    background: rgba(175, 123, 10,0.1);
}

body[class*="coastal"] .shade-bg {
    background: rgba(0,68,117,1);
}
[class*="coastal"].shade-bg {
    background: rgba(0,68,117,1) !important;
}
[class*="coastal"] .shade-color, 
body[class*="coastal"] .highlights .left li::before {
    color: rgba(0,68,117,1);
}
[class*="coastal"] .shade-border {
    border-color: rgba(0,68,117,1);
}
body[class*="coastal"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(0,68,117,0.8);
}
body[class*="coastal"] .fade-line {
    background: rgb(0,68,117); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(0,68,117,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="coastal"] .main-wrap svg {
    fill: rgb(0,68,117);
}
[class*="coastal"] .header-row {
    background: rgba(0,68,117,0.1);
}

body[class*="postid-3466"] .shade-bg {
    background: rgba(172,55,39,1);
}
[class*="postid-3466"].shade-bg {
    background: rgba(172,55,39,1) !important;
}
[class*="postid-3466"] .shade-color, 
body[class*="postid-3466"] .highlights .left li::before {
    color: rgba(172,55,39,1);
}
[class*="postid-3466"] .shade-border {
    border-color: rgba(172,55,39,1);
}
body[class*="postid-3466"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(172,55,39,0.8);
}
body[class*="postid-3466"] .fade-line {
    background: rgb(172,55,39); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(172,55,39,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="postid-3466"] .main-wrap svg {
    fill: rgb(172,55,39);
}
[class*="postid-3466"] .header-row {
    background: rgba(172,55,39,0.1);
}



body[class*="pilbara"] .shade-bg{
    background: rgba(175,123,10,1);
}
[class*="pilbara"].shade-bg {
    background: rgba(175,123,10,1) !important;
}
[class*="pilbara"] .shade-color, body[class*="pilbara"] .highlights .left li::before {
    color: rgba(175,123,10,1);
}
[class*="pilbara"] .shade-border{
    border-color: rgba(175,123,10,1);
}
body[class*="pilbara"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(175,123,10,0.8);
}
body[class*="pilbara"] .fade-line {
    background: rgb(175,123,10); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(175,123,10,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="pilbara"] .main-wrap svg {
    fill: rgb(175,123,10);
}
[class*="pilbara"] .header-row {
    background: rgba(175,123,10,0.1);
}


body[class*="york"] .shade-bg, body[class*="islands"] .shade-bg, body[class*="queensland"] .shade-bg {
    background: rgba(71,110,48,1);
}
[class*="york"].shade-bg, [class*="islands"].shade-bg, [class*="queensland"].shade-bg {
    background: rgba(71,110,48,1) !important;
}
[class*="york"] .shade-color, body[class*="york"] .highlights .left li::before, 
[class*="queensland"] .shade-color, body[class*="queensland"] .highlights .left li::before, 
[class*="islands"] .shade-color, body[class*="islands"] .highlights .left li::before {
    color: rgba(71,110,48,1);
}
[class*="york"] .shade-border, [class*="islands"] .shade-border, [class*="queensland"] .shade-border {
    border-color: rgba(71,110,48,1);
}
body[class*="york"] .snapshot-wrap .slide-nav ul li.active a, 
body[class*="queensland"] .snapshot-wrap .slide-nav ul li.active a, 
body[class*="islands"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(71,110,48,0.8);
}
body[class*="york"] .fade-line, body[class*="islands"] .fade-line, body[class*="queensland"] .fade-line {
    background: rgb(71,110,48); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(71,110,48,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="york"] .main-wrap svg,
body[class*="islands"] .main-wrap svg,
body[class*="queensland"] .main-wrap svg {
    fill: rgb(71,110,48);
}
[class*="york"] .header-row {
    background: rgba(71,110,48,0.1);
}


body[class*="central"] .shade-bg {
    background: rgba(168,31,19,1);
}
[class*="central"].shade-bg {
    background: rgba(168,31,19,1) !important;
}
[class*="central"] .shade-color, body[class*="central"] .highlights .left li::before {
    color: rgba(168,31,19,1);
}
[class*="central"] .shade-border{
    border-color: rgba(168,31,19,1);
}
body[class*="central"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(168,31,19,0.8);
}
body[class*="central"] .fade-line {
    background: rgb(168,31,19); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(168,31,19,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="central"] .main-wrap svg {
    fill: rgb(168,31,19);
}
[class*="central"] .header-row {
    background: rgba(168,31,19,0.1);
}


body[class*="lake-eyre"] .shade-bg,
body[class*="south-australia"] .shade-bg {
    background: rgba(0,68,117,1);
}
[class*="lake-eyre"].shade-bg,
[class*="south-australia"].shade-bg {
    background: rgba(0,68,117,1) !important;
}
[class*="lake-eyre"] .shade-color, 
body[class*="lake-eyre"] .highlights .left li::before,
[class*="south-australia"] .shade-color, 
body[class*="south-australia"] .highlights .left li::before {
    color: rgba(0,68,117,1);
}
[class*="lake-eyre"] .shade-border,
[class*="south-australia"] .shade-border{
    border-color: rgba(0,68,117,1);
}
body[class*="lake-eyre"] .snapshot-wrap .slide-nav ul li.active a,
body[class*="south-australia"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(0,68,117,0.8);
}
body[class*="lake-eyre"] .fade-line,
body[class*="south-australia"] .fade-line {
    background: rgb(0,68,117); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(0,68,117,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="lake-eyre"] .main-wrap svg,
body[class*="south-australia"] .main-wrap svg {
    fill: rgb(0,68,117);
}
[class*="lake-eyre"] .header-row,
[class*="south-australia"] .header-row {
    background: rgba(0,68,117,0.1);
}


body[class*="tasmania"] .shade-bg {
    background: rgba(18,90,90,1);
}
[class*="tasmania"].shade-bg {
    background: rgba(18,90,90,1) !important;
}
[class*="tasmania"] .shade-color, body[class*="tasmania"] .highlights .left li::before {
    color: rgba(18,90,90,1);
}
[class*="tasmania"] .shade-border{
    border-color: rgba(18,90,90,1);
}
body[class*="tasmania"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(18,90,90,0.8);
}
body[class*="tasmania"] .fade-line {
    background: rgb(18,90,90); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(18,90,90,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="tasmania"] .main-wrap svg {
    fill: rgb(18,90,90);
}
[class*="tasmania"] .header-row {
    background: rgba(18,90,90,0.1);
}


body[class*="canning"] .shade-bg {
    background: rgba(174,77,27,1);
}
[class*="canning"].shade-bg {
    background: rgba(174,77,27,1) !important;
}
[class*="canning"] .shade-color, body[class*="canning"] .highlights .left li::before {
    color: rgba(174,77,27,1);
}
[class*="canning"] .shade-border{
    border-color: rgba(174,77,27,1);
}
body[class*="canning"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(174,77,27,0.8);
}
body[class*="canning"] .fade-line {
    background: rgb(174,77,27); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(174,77,27,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="canning"] .main-wrap svg {
    fill: rgba(174,77,27,1);
}
[class*="canning"] .header-row {
    background: rgba(174,77,27,0.1);
}


body[class*="simpson"] .shade-bg {
    background: rgba(172,55,39,1);
}
[class*="simpson"].shade-bg {
    background: rgba(172,55,39,1) !important;
}
[class*="simpson"] .shade-color, body[class*="simpson"] .highlights .left li::before {
    color: rgba(172,55,39,1);
}
[class*="simpson"] .shade-border{
    border-color: rgba(172,55,39,1);
}
body[class*="simpson"] .snapshot-wrap .slide-nav ul li.active a {
    background: rgba(172,55,39,0.8);
}
body[class*="simpson"] .fade-line {
    background: rgb(172,55,39); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(172,55,39,1) 50%,rgba(251,248,247,1) 100%);
}
body[class*="simpson"] .main-wrap svg {
    fill: rgba(172,55,39);
}
[class*="simpson"] .header-row {
    background: rgba(172,55,39,0.1);
}

.custom-table .change-year.btn {
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    float: right;
    margin: 0;
}


body .shade-bg.not-stuck {
    background: none;
}
#Tour_Summary {
    width: 18px;
}
/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 490px;
    min-height: 100%;
}
.footer {
    background-color: #fff;
    bottom: 0;
    height: 500px;
    position: relative;
    width: 100%;
    padding: 30px 0;
    z-index: 9;
}
.footer h5 {
    color: #7a1501;
    font-weight: 600;
    font-size: 18px;
}
.footer ul li a {
    color: #252520;
    font-size: 16px;
    font-weight: 400;
}
.footer .contact {
    color: #7a1501;
    text-align: left;
    margin-top: 30px
}
.footer .contact a {
    color: #7a1501;
}
.footer .contact .phone {
    font-size: 30px;
    font-weight: 600;
}
.footer .contact a[href^="tel"] {
    color: #7a1501;
}
.footer .contact .phone i {
    font-size: 26px;
    color: #7a1501;
}
.footer .contact .email i {
    font-size: 14px;
    margin-right: 4px;
    color: #7a1501;
}
.footer .logo {
    float: left;
    margin: 5px 0 0;
    width: 240px;
    max-width: 100%;
}
.footer .jb img {
    max-width: 95%;
    margin: 12px auto 0;
}
.footer .jb span {
    font-size: 13px;
    text-align: center;
    display: block;
    color: #465A65;
    margin-top: 5px;
    line-height: 16px
}
.footer .trip-advisor {
    margin: 0 0 0 8px;
    display: inline-block;
    width: 100%;
}
.container-fluid.copyright {
    background: rgba(225,225,219, 0.4);
    color: #7c7c79;
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.container-fluid.copyright p {
    margin: 0;
    padding: 3px 0 5px;
    font-size: 13px;
}
.container-fluid.copyright a {
    color: #af7366;
}

/* Forms, buttons, inputs
-------------------------------------------------- */
.gfield_visibility_hidden {
    display: none !important;
}
.gform_wrapper {
    margin: 30px 0;
}

#gform_wrapper_1 {
    /* brochure form, contact form */
    margin: 60px 0 90px;
}
.gform_wrapper ul {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    padding: 0;
}
.gform_wrapper ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.gform_wrapper .top_label .gfield_label {
    font-weight: 500;
    font-size: 15px;
}
.gform_wrapper label {
    font-weight: 400
}
.admin-hidden-markup {
    display:none;
}
/* .gform_wrapper ::-moz-selection { color: #fff; background: #00529c; }
.gform_wrapper ::selection { color: #fff; background: #00529c; } */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper select,
.gform_wrapper textarea,
.chosen-container-multi .chosen-choices,
.ginput_container_select select,
.chosen-container-single .chosen-single,
.sg-survey .sg-body .sg-input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 4px;
    margin-bottom: 5px;
    outline: medium none;
    padding: 10px 10px;
    transition-duration: 0.17s;
    width: 100%;
    height: 38px;
    font-size: 17px;
}
.sg-survey .sg-body .sg-input {
    margin-right: 10px;
}
.sg-survey .sg-body .sg-input-checkbox {
    width: 38px;
}
.sg-survey .sg-body .sg-type-checkbox ul.sg-labels-right label {
    margin-left: 3.5em;
}
.sg-survey .sg-body .sg-input-menu,
.gfield select {
    padding: 5px 5px;
}
.name_prefix_select a.chosen-single,
.name_first input[type="text"],
.name_last input[type="text"] {
    margin-bottom: 0
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #bbb;
    background-image: none !important;
    box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 17px;
    font-weight: 400;
    color: #252520 !important;
    font-family: 'freight-sans-pro', sans-serif;
}

.chosen-container-multi .chosen-choices li.search-choice {
    padding: 5px 20px 5px 5px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: #fff;
    background: #F3F3F1;
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    color: #252520;
    line-height: 18px;
    margin: 0 6px 0 0;
    font-size: 15px;
}
.chosen-container .chosen-results li {
    line-height: 18px;
    font-size: 16px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 9px;
}
.chosen-container-single .chosen-single div b {
    background: url(../chosen-sprite.html) no-repeat 0 11px;
}
.ginput_container_select {
    box-shadow: none;
}
.chosen-single span {
    width: auto !important;
}


.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper input[type="text"]:active,
.gform_wrapper input[type="email"]:active,
.gform_wrapper textarea:active,
.gform_wrapper input[type="tel"]:active,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper select:focus {
    border-color: transparent transparent #e4d0cc transparent;
    border-bottom-width: 2px;
    background: #fff;
    box-shadow: none;
    outline: none;
    padding-left: 10px;
}
.gform_wrapper .ginput_container {
    display: inline-block;
    width: 100%;
}
.gform_wrapper .ginput_complex span {
    float: left;
    margin-right: 2%;
    width: 49%;
}
.gform_wrapper .ginput_complex span:nth-child(2n) {
    margin-right: 0%
}
.gform_wrapper .ginput_complex.ginput_container_address span:nth-child(1n) {
    margin-right: 0%
}
.gform_wrapper .ginput_complex.ginput_container_address span:nth-child(2n) {
    margin-right: 2%
}
.gform_wrapper .ginput_complex span.address_line_1 {
    width: 100%;
}

.gform_wrapper .ginput_container_name span.name_prefix {
    width: 18%;
}
.gform_wrapper .ginput_container_name span.name_first {
    width: 39%;
    margin-right: 2%
}
.gform_wrapper .ginput_container_name span.name_last {
    width: 39%;
    margin-right: 0
}
.gfield_description,
.dates-wrapper .tour-dates .reveal .internal li#field_10_10 .ginput_complex label {
    display: block;
    margin-bottom: 18px;
    margin-top: -7px;
    font-size: 14px;
    color: #888;
}
/* .address_country {
    background: white none repeat scroll 0 0;
    height: 48px;
    margin-bottom: 10px;
    position: relative;
}
.address_country:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #444444 transparent transparent transparent;
    pointer-events: none;
}
.address_country:before {
    width: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: transparent;
    content: '';
    pointer-events: none;
}
.address_country:hover:before {
    background: transparent;
}
.address_country select {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: 35px;
    border: 2px solid #eee;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.address_country select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.address_country select::-ms-expand {
    display: none;
}
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .address_country select {
        padding-right: 0;
    }
    .address_country:after,
    .address_country:before {
        display: none;
    }
} */
.ginput_container_checkbox ul {
    padding: 0;
}
.ginput_container_checkbox ul li label {
    padding: 0 0 0 10px;
    margin-bottom: 0
}
.ginput_container_checkbox input {
    width: 20px;
    height: 20px;
    margin: 0;
    float: left;
}

.back-to-map,
input[type="submit"],
.btn,
.button {
    background: #00529c;
    color: #fff;
    border-radius: 0px;
    display: inline-block;
    float: none;
    margin: 20px auto;
    padding: 12px 30px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #00529c;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition-duration: 0.2s;
}
.back-to-map:hover,
input[type="submit"]:hover,
.btn:hover:not(.year-btns .btn),
.button:hover {
    text-decoration: none;
    /* color: #252520; */
}
.back-to-map {
    float: none;
    margin: 30px auto;
    text-align: center;
    width: 260px;
    display: block;
}

/* Header area styles
-------------------------------------------------- */

header {
    overflow: visible
}
header .navbar {
    border: medium none;
    border-radius: 0;
    margin: 0;
}

header .navbar-header {
    float: none;
}
header .navbar-brand {
    height: auto;
    margin-top: -68px;
    padding: 0;
    position: absolute;
    width: 370px;
    z-index: 999;
}




header,
header .upper-wrap,
header .lower-wrap {
    z-index: 99;
    background: #fff;
}
header .upper-wrap {
    height: 86px;
    position: relative;
}
header .menu {
    list-style: none;
}
header .menu li {
    display: inline-block;
    margin: 0;
}
header .fa-search {
    font-size: 14px;
}
/* Header lower wrap
-------------------------------------------------- */

header .lower-wrap {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 50px 40px -25px rgba(0, 0, 0, 0.5) inset;
    clear: both;
    position: relative;
    background: transparent none repeat scroll 0 0;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, white 50%);
    transition: background-position 0s;
}
header .lower-wrap:after {
    opacity: 0;
}
header .lower-wrap .container {
    position: relative;
    height: 50px;
}
header .lower-wrap .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 50px;
}
header .lower-wrap .menu a {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 24px 14px;
    text-transform: uppercase;
    /* border-top: 1px solid transparent; */
}
header .lower-wrap .menu a:hover, header .lower-wrap .menu .active a {
    background: #fff;
    /* border-top: 1px solid rgba(0,0,0,0.1); */
    color: #252520;
}
/* header .lower-wrap .menu .active a, header .lower-wrap .menu .current-menu-parent a {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #252520;
} */
/* header nav .lower-wrap .menu .item-2685 a {
    background: #e86d1f;
    color: #fff;
} */
header nav.small .lower-wrap .menu .item-2685 a {
    background: #fff;
    color: #e86d1f;
}
header .lower-wrap .menu li:first-child {
    margin-left: -12px;
}
header .lower-wrap .phone {
    color: #fff;
    display: inline;
    font-size: 20px;
    padding-top: 14px;
    position: absolute;
    right: 15px;
    transition-duration: 0.5s;
    font-weight: 600;
}
header .lower-wrap .phone span {
    font-size: 15px;
    text-transform: uppercase;
}
header .lower-wrap .phone a[href^="tel"] {
    color: #fff;
}
/* white bg transition */
/* Lower wrap - once white */

header nav.small .lower-wrap {
    background-position: 0 -100%;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.2);
}
header nav.small .lower-wrap:after {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
header nav.small .lower-wrap .menu {
    position: absolute;
    right: 210px;
    margin-top: 0;
}
header nav.small .lower-wrap .menu li {
    margin-top: 0;
}
header nav.small .lower-wrap .menu a,
header nav.small .lower-wrap .phone {
    color: #252520;
}
header nav.small .lower-wrap .menu a {
    font-size: 15px;
    padding: 13px 9px;
}
header nav.small .lower-wrap .menu a:hover,
header nav.small .lower-wrap .menu .active a,
header nav.small .lower-wrap .menu .current-menu-parent a {
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,1);
}
header nav.small .lower-wrap .menu .dropdown ul a {
    box-shadow: none !important;
}
header nav.small .navbar-brand {
    height: auto;
    margin-top: -76px;
    padding: 0;
    position: fixed;
    width: 230px;
    z-index: 999;
}
header nav.small .lower-wrap .phone {
    padding-top: 10px;
}

header nav.small .lower-wrap .dropdown-menu a {
    padding: 6px 0;
}
/* Secondary menu */

header .secondary-wrap {
    float: right;
}
header .secondary-wrap .menu {
    margin: 15px 0 0px;
}
header .secondary-wrap .menu a {
    color: #252520;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 5px;
}
header .secondary-wrap .menu .orange a {
    color: #e86d1f;
}
/* Search in header */
header .subscribe {
    color: #e86d1f;
    background: #fff;
    font-size: 15px;
    border-radius: 30px;
    border: 1px solid #e86d1f;
    padding: 0 14px 1px;
    margin: 2px 15px 0 0;
    display: inline-block;
    line-height: 21px;
    font-weight: 400;
}
header .subscribe:hover {
    color: #fff;
    background: #e86d1f;
}
header .search {
    clear: right;
    float: right;
    margin: 0;
}
header .search-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #888;
    display: inline-block;
    float: left;
    margin: 2px -24px 0 0;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 999;
}
header .search-input {
    border-color: #aaa;
    border-radius: 20px;
    height: auto;
    padding: 1px 12px 1px 30px;
    width: 198px !important;
}
/* Dropdown menu */
    header #navbar ul li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
header .lower-wrap .dropdown-menu {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0px 0px 0px;
    border-top: 5px solid #7a1501;
}
header .lower-wrap .dropdown-menu .col {
    width: 54%;
    float: left;
    padding-bottom: 15px;
}
header .lower-wrap .dropdown-menu .col:last-child {
    width: 46%;
}
header .lower-wrap .dropdown-menu li, header .lower-wrap .dropdown-menu li:first-child {
    display: block;
    margin: 0;
    padding: 0 10px;
}


header .lower-wrap .dropdown-menu li a {
    transition: 0.15s;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #454540;
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px;
    padding: 3px 0;
    text-transform: none;
    border-bottom: 1px solid #ccc !important;
    line-height: 34px;
}
header .lower-wrap .dropdown-menu li.bold a {
    font-weight: 600;
}
header .lower-wrap .dropdown-menu li.item-347 a {
    border-bottom: none !important;
}

header .lower-wrap .dropdown-menu li.active a {
    font-weight: 500;
    padding-left: 0;
    color: #7a1501;
    background: none;
}
header .lower-wrap .dropdown-menu li a:hover {
    font-weight: 600;
    padding-left: 1px;
    color: #7a1501;
    background: none;
}
header .lower-wrap .dropdown-menu li:last-child {
    border: none;
    margin-bottom: 2px;
}

header .lower-wrap .dropdown-menu li.heading {
    font-family: 'Domaine Display';
}
header .lower-wrap .dropdown-menu li.heading a {
    font-weight: 700;
    cursor: default;
    color: #252520;
    border: none !important;
    font-size: 19px;
    padding: 18px 0 0px 0;
}
header .lower-wrap .dropdown-menu li.heading.item-789 a {
    padding-top: 48px;
}
header .lower-wrap .dropdown-menu li.heading a:hover {
    color: initial;
}


header .lower-wrap .item-2942.dropdown .dropdown-menu {
    max-width: 240px;
    border-top: none;
}
header .lower-wrap .item-2942.dropdown .dropdown-menu li:last-child a {
    border-bottom: none !important;
}


/* Snapshot section */

.snapshot-wrap {
    margin-top: -38px;
    padding: 0;
    position: relative;
    z-index: 10;
}
.single-tour .snapshot-wrap {
    margin-top: -212px;
    /* Move the Snapshot section up into the slider */
}
/* .snapshot-wrap .snapshot {
    height: 134px;
    padding: 20px;
    position: relative;
} */
.snapshot-wrap .snapshot {
    height: 104px;
    padding: 5px;
    position: relative;
}
.snapshot-wrap h1 {
    -webkit-animation-duration: 0.87s;
            animation-duration: 0.87s;
    color: #fff;
    left: 0;
    margin-top: -90px;
    position: absolute;
    line-height: 50px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.9), 0 0 3px rgba(0, 0, 0, 0.4);
}
.snapshot-wrap h1 .year {
    font-size: 50%;
    font-weight: 100;
    line-height: 20px;
}
.snapshot-wrap.stuck h1 .year {
    font-size: 79%;
    font-weight: 600;
    line-height: 20px;
    display: inline;
}
.snapshot-wrap .slide-nav {
    height: 38px;
    margin-top: 0;
    position: relative;
}

.snapshot-wrap.stuck .slide-nav {
    background: #000 none repeat scroll 0 0;
}
.snapshot-wrap.not-stuck .slide-nav .container {

}
.snapshot-wrap.not-stuck .slide-nav .container > div {
    background: #000;
    height: 38px;
}

.single-tour .free-text .btn.btn-lg {
    margin: 30px auto;
    padding: 10px 50px;
    font-size: 20px;
}
.single-destination .snapshot-wrap .slide-nav .container {
    background: #000 none repeat scroll 0 0;
    padding: 0;
    max-width: 1140px;
}

.single-destination .snapshot-wrap .slide-nav {
    margin-left: 15px;
    margin-right: 15px;
}
/* .snapshot-wrap .snapshot .internal {
    border: 1px solid rgba(255,255,255,0.2);
    display: block;
    height: 100%;
} */
.snapshot-wrap .snapshot .internal {
    display: block;
    height: 100%;
}
.snapshot-wrap .snapshot [class^="col-"],
.snapshot-wrap .snapshot [class*=" col-"] {
    display: inline-block;
    float: left;
    height: 100%;
    width: 20%;
    border-right: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    color: #fff;
}
.snapshot-wrap .snapshot [class^="col-"]:last-child,
.snapshot-wrap .snapshot [class*=" col-"]:last-child {
    border-right-width: 0;
}
.snapshot-wrap .snapshot .col-2 {
    width: 40%;
}
.snapshot-wrap .snapshot * {
    transition: all 0.2s ease-in-out;
    line-height: 16px;
}
.snapshot-wrap .snapshot span {
    display: block;
}
.snapshot-wrap .snapshot span.from_price, .snapshot-wrap .snapshot .col-2.last span {
    display: inline-block;
}
.snapshot-wrap .snapshot .light {
    font-size: 13px;
}
.snapshot-wrap .snapshot .col-1.first .text-wrap .light {
    display: none;
}
.snapshot-wrap .snapshot .icon-wrap {
    margin-top: 12px;
    margin-bottom: 4px;
}
.snapshot-wrap .snapshot .icon-wrap .light {
    display: inline-block;
    width: auto;
    position: relative;
    vertical-align: middle;
}
.snapshot-wrap .snapshot .icon-wrap .light:nth-child(2) {
    font-size: 16px;
}
.snapshot-wrap .snapshot .white {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}
.snapshot-wrap .snapshot .light i,
.snapshot-wrap .snapshot .light svg {
    font-size: 24px;
    margin: 2px 7px 2px auto;
    width: 24px;
}
.snapshot-wrap .snapshot .internal .last {
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: -0.5px;
    font-weight: 700;
}
.snapshot-wrap .snapshot .internal .last h4 {
    font-family: "freight-sans-pro", sans-serif;
    margin: 15px 0 16px;
    color: rgba(255,255,255,1);
    font-weight: 600;
    font-size: 16px;
}
.snapshot-wrap .snapshot .internal .last .small {
    display: inline;
    text-transform: none;
    font-size: 80%;
}
.snapshot-wrap .snapshot .internal .savings {
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
}
.snapshot-wrap .snapshot .internal .savings .lge {
    display: inline;
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
}
.snapshot-wrap .snapshot .internal .savings .sml {
    display: block;
    font-weight: 600;
    line-height: 14px;
    width: auto;
    margin: 0 0 8px;
}
.snapshot-wrap .snapshot .internal .x-sml {
    font-size: 11px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
}


.page-template-template-sale-landing-default .small p {
    font-size: 85%;
    line-height: 19px;
}

/* 
 * Small snapshot animation 
 */
.snapshot-wrap.stuck {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    margin: 50px auto 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.snapshot-wrap.stuck {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}
.snapshot-wrap.stuck .snapshot {
    height: 70px;
    /* Height of stuck snapshot area */
    
    padding: 15px 20px;
}
.snapshot-wrap.stuck .snapshot .internal {
    border: none;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
}
.snapshot-wrap.stuck .snapshot [class^="col-"],
.snapshot-wrap.stuck .snapshot [class*=" col-"] {
    border-right: none;
    border-color: #508c8d;
}

.snapshot-wrap.stuck .snapshot .light i,
.snapshot-wrap.stuck .snapshot .light svg {
    margin: 2px auto 1px;
}
/* .snapshot-wrap.stuck .snapshot .icon-wrap .light {
  font-size: 10px;
} */
.snapshot-wrap.stuck .snapshot .icon-wrap {
    float: left;
    margin-top: 0;
    width: 40px;
}
.snapshot-wrap.stuck .snapshot .icon-wrap .light i {
    margin-bottom: 4px;
    margin-top: 10px;
    font-size: 32px;
}
.snapshot-wrap.stuck .snapshot .icon-wrap .light:last-child {
    display: none;
}
.snapshot-wrap.stuck .snapshot .text-wrap {
    float: left;
    text-align: left;
    margin-left: 10px;
}
.snapshot-wrap.stuck .text-wrap .light {
    margin-top: 0;
}
.snapshot-wrap.stuck .snapshot .internal .last {
    text-align: left;
    text-transform: uppercase;
    max-width: 260px;
    font-size: 19px;
    line-height: 19px;
}
.snapshot-wrap.stuck .snapshot .internal .last h4 {
    margin: 0 0 2px;
}
.snapshot-wrap.stuck h1 {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin: 3px 0 0 0;
    position: absolute;
    text-align: left;
    width: 200px;
    text-shadow: none;
}
.lake-eyre-red-centre-field-of-light-extravaganza .snapshot-wrap.stuck h1 {
    margin-top: -3px;
}
.snapshot-wrap.stuck .snapshot .internal .lge-only {
    display: none;
}

.snapshot-wrap .slide-nav .container {
    position: relative;
}
.snapshot-wrap .slide-nav .brochure-request {
    background: #e46d2d;
    padding: 5px 20px;
    line-height: 26px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
    text-transform: uppercase;
}

.snapshot-wrap .slide-nav .brochure-request .icon {
    display: inline-block;
}
.snapshot-wrap .slide-nav .brochure-request a {
    padding: 0;
    display: inline-block;
}
.snapshot-wrap .slide-nav .brochure-request #small {
    display: none;
}
.snapshot-wrap .slide-nav .brochure-request .icon svg {
    fill: #fff;
    height: 26px;
    width: 26px;
    vertical-align: middle;
    padding: 1px 5px 2px 0;
}

.snapshot-wrap.stuck .slide-nav .brochure-request {
    right: 15px;
    top: -70px;
    height: 108px;
    padding: 15px 15px;
    max-width: 215px;
}
.snapshot-wrap.stuck .slide-nav .brochure-request #big, .snapshot-wrap.not-stuck .slide-nav .brochure-request h5 {
    display: none;
}
.snapshot-wrap.stuck .slide-nav .brochure-request #small {
    display: inline-block;
    float: right;
}
.snapshot-wrap.stuck .slide-nav .brochure-request #small {
    float: right;
    max-width: 115px;
}
.snapshot-wrap.stuck .slide-nav .brochure-request #small a {
    line-height: 18px;
    margin: 3px 0 0 0;
}
.snapshot-wrap.stuck .slide-nav .brochure-request #small i {
    font-size: 13px;
    margin-right: 4px;
}
.snapshot-wrap.stuck .slide-nav .brochure-request h5 {
    border-bottom: 1px solid #fff;
    padding: 0 0 6px;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600
}
.snapshot-wrap.stuck .slide-nav .brochure-request a {
    padding: 0;
    display: block;
    font-size: 15px;
    margin: 1px 0;
    font-weight: 600;
    text-transform: none
}

.snapshot-wrap.stuck .slide-nav .brochure-request .icon {
    display: inline-block;
    float: left;
    margin-right: 12px;
}
.snapshot-wrap.stuck .slide-nav .brochure-request .icon svg {
    height: 44px;
    width: 48px;
    padding: 1px 5px 2px 0;
}

/* Tour navbar section */
.snapshot-wrap .slide-nav a {
    color: #fff;
    display: block;
    padding: 9px 20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.5s ease;
}
.snapshot-wrap .slide-nav ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.snapshot-wrap .slide-nav ul li {
    display: inline-block;
    margin: 0;
    transition: all 0.5s ease;
}

.single-tour .btn.pdf {
    padding: 5px 15px;
    font-size: 16px;
    text-transform: none;
    margin: 0 0 25px;
}

.fa-li {
    left: -2.5em;
    width: 2.5em;
}
.image-cover {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 90%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    color: #fff;
}
.image-cover span {
    color: #fff;
    position: absolute;
    top: 47%;
    bottom: 50%;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    width: 100%;
    text-shadow: 0 1px 18px rgba(0,0,0,0.8), 0 -1px 12px rgba(0,0,0,0.7), 0 0 2px rgba(0,0,0,0.4);
}
.image-cover span i {
    font-size: 32px;
    display: inline-block;
    margin: -6px 0 0 10px;
    vertical-align: middle;
    font-weight: 300;
}
.controls-wrap .fa:before {
    padding: 0 5px;
}

.accom-vids .image-cover {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 60%;
    position: relative;
}
.accom-vids .col-sm-3:first-child .image-cover {
    margin-left: 0;
}
.accom-vids .col-sm-3:last-child .image-cover {
    margin-right: 0;
}
.accom-vids .image-cover span i {
    display: block;
    margin: 6px 0 0 0;
    font-size: 50px;
    text-shadow: 0 1px 18px rgba(0,0,0,0.8), 0 -1px 12px rgba(0,0,0,0.6), 1px 1px 1px rgba(0,0,0,0.7);
}
.accom-vids .image-cover h5 {
    display: block;
    text-align: center;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
}
.accom-vids .image-cover h5 span {
    font-size: 20px;
}
.accom-vids .image-cover .duration {
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0 1px 18px rgba(0,0,0,0.8), 0 -1px 12px rgba(0,0,0,0.7), 1px 1px 1px rgba(0,0,0,0.9);
}
.accom-vids .image-cover span {
    position: relative;
}
.accom-vids .col-sm-4 p {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 0 -5px 20px;
    background: rgb(74, 100, 56);
    padding: 12px 0;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5);
    z-index: 2;
    position: relative;
}
.accom-vids .col-sm-4 p a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.postid-363 .accom-vids h2 {
    margin-top:50px;
}
/* Tour content sections */
h2.text-center {
    padding-bottom: 20px;
    display: flex;
    flex: 1;
    width: 98%;
    margin: 40px auto 20px;
    line-height: 1em;
}
h2.text-center:before, h2.text-center:after{
  content: '';
  flex-grow: 1;
  margin: 0px 20px;
  background-size: 100% 1px;
  background-position: 0% 50%;
  background-repeat: repeat-x;
}
h2.text-center:before{
  background-image: linear-gradient(to right, transparent, black);
}
h2.text-center:after{
  background-image: linear-gradient(to left, transparent, black);
}


.single-tour .row.highlights {
    padding-top: 0;
    padding-bottom: 0px;
}
.single-tour .row.highlights .col-sm-6.left ul {
    padding: 10px 0 0 28px;
    list-style: none;
}
.single-tour .row.highlights .col-sm-6.left {
    padding: 20px 25px 0 0;
}
.single-tour .row.highlights .col-sm-6.left li {
    margin: 0 0 6px;
}
.single-tour .row.highlights .col-sm-6.left li svg {
    display: inline-block;
    height: 1em;
    left: 4px;
    position: absolute;
    text-align: center;
    width: 11px;
    line-height: inherit;
    margin-top: 5px;
}
.single-tour .row.highlights .col-sm-6.right .image-cover {
    cursor: pointer;
    transition-duration: 0.4s
}
.single-tour .row.highlights .col-sm-6.right .image-cover:hover {
    box-shadow: inset 0 0 25px rgba(0,0,0,0.1);
}
.map-zoom {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.6);
    right: 0;
    padding: 5px 10px;
    font-size: 12px;
}


.single-tour .row.inclusions .col-sm-6.right {
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 5px;
}
.single-tour .row.inclusions .col-sm-6.right ul {
    list-style: none;
    padding: 10px 0 0 3px;
}
.single-tour .row.inclusions .col-sm-6.right ul li {
    margin-bottom: 8px
}
.single-tour .row.inclusions .col-sm-6.right ul i {
    margin: 0 14px 0 0;
    font-size: 21px;
}

.single-tour .row.inclusions .heli {
    color: #8C2904;
    padding: 10px;
    margin-top: 15px;
    border: 2px solid #8C2904;
}
.single-tour .row.inclusions .heli .fa-helicopter {
    font-size: 40px;
    float: left;
    margin: 7px 25px 0 10px;
}
.single-tour .row.inclusions .heli h4 {
    font-family: 'freight-sans-pro', sans-serif;
    font-weight: 400;
    font-size: 21px;
    margin: 0 20px 0 0;
    padding: 0;
    line-height: 27px
}

.vid-or-gallery {
    padding: 0;
    width: 60%;
    height: 53%;
    overflow: hidden;
    margin: 0 0 0 -14px;
    background: transparent;
    display:none;
}
.vid-or-gallery.colsize-4 {
    padding: 0;
    width: 80%;
    height: 53%;
    overflow: hidden;
    margin: 0 0 0 -14px;
    background: transparent;
}

.vid-or-gallery .row, .vid-or-gallery .container-fluid, .vid-or-gallery .col-sm-6 {
    height: 100%;
}
.vid-or-gallery .col-sm-6 {
    overflow: hidden;
}
.vid-or-gallery .row a.image-cover {
    padding-bottom: 100%;
    z-index: 2;
    height: 200px;
    transition-duration: 0.7s;
    box-shadow: 0 0 150px rgba(0,0,0,0.4) inset;
    margin: 0 -10px;
    border: 5px solid #000;
    position: relative;
    text-align: center;
}
.vid-or-gallery .image-cover:hover {
    box-shadow: none;
    z-index: 0;
    border: 5px solid rgba(0,0,0,0.8);
}
.vid-or-gallery h5 {
    position: relative;
    top: 130px;
    color: #fff;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 6px rgba(0,0,0,0.7);
    margin: 0 auto;
    display: inline-block;
    z-index: 999;
    bottom: 45%;
    text-transform: uppercase;
    left: 0;
    right: 0;
}
.vid-or-gallery span {
    width: auto;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    padding: 8px 30px;
    background: rgba(0,0,0,0.7);
    border-radius: 2px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'freight-sans-pro', sans-serif;
    z-index: -10;
    top: 130px;
}
.vid-or-gallery h5 i {
    font-size: 24px;
    font-weight: 100;
}
.vid-or-gallery .duration {
    background: none;
    text-align: center;
    width: 120px;
    margin: 5px auto;
    display: block;
    z-index: 999;
    font-size: 15px;
    left: 0;
    right: 0;
    font-weight: 400;
    text-shadow: 0 1px 6px rgba(0,0,0,0.8), 0 -1px 12px rgba(0,0,0,0.9), 1px 0 2px rgba(0,0,0,0.9);
    border: none;
}
.single-tour .vid-or-gallery .col-xs-4 .duration {
    top: 60%;
}
.vid-or-gallery .fancybox-close-small {
    display: none;
}
.vid-gallery .fancybox-infobar, .vid-gallery .fancybox-toolbar, .vid-gallery .fancybox-caption-wrap {
    visibility: visible !important;
    z-index: 999999;
    opacity: 1;
}
.vid-gallery .fancybox-button--close {
    opacity: 1;
}

.single-tour .row.itinerary .table-wrap {
    padding: 0 15px 0px;
    box-shadow: 0 5px 8px -5px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}
.single-tour .row.itinerary  .col-xs-1 {
    width: 60px;
}

.single-tour .row.itinerary .col-xs-2 {
    width: 125px;
    padding: 0;
}
.single-tour .row.itinerary .col-xs-4 {
    width: 45%;
}
.single-tour .row.itinerary .col-xs-5 {
    width: calc( 55% - 185px );
}
.single-tour .row.itinerary .col-xs-10 {
    width: calc( 100% - 220px );
}
.single-tour .row.itinerary .header-row > div {
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    padding: 11px 15px 6px;
}
.single-tour .row.itinerary .header-row .col-xs-2.expand-all {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.single-tour .row.itinerary .header-row .day {
    text-align: center;
}
.single-tour .row.itinerary .header-row .expand-all span {
    border-radius: 50px;
    padding: 0 0;
    font-weight: 500;
    font-size: 16px;
    width: 110px;
    display: inline-block;
    text-align: center;
    background: rgba(255,255,255,0.3);
    margin-top: -4px;
    line-height: 26px;
    margin-bottom: 2px;
    text-transform: none;
    color: #fff;
}
.single-tour .row.itinerary .body-row > div:not(.description) {
    height: 60px;
    line-height: 58px;
    font-weight: 600
}
.single-tour .row.itinerary .body-row .day {
    height: 60px;
    text-align: center;
    line-height: 52px;
}
.single-tour .row.itinerary .body-row .day span {
    vertical-align: middle;
    font-weight: 600;
    font-size: 25px;
    overflow: auto;
    white-space: nowrap;
}
.single-tour .row.itinerary .body-row > div {
    cursor: pointer;
}
.single-tour .row.itinerary .body-row.odd > div {
    background-color:#fff;
}
.single-tour .row.itinerary .body-row.even > div {
    background-color:rgba(255,255,255,0.95);
}
/* .single-tour .row.itinerary .body-row.odd > div {
    background-color:rgba(255,255,255,0.15);
} */
.single-tour .row.itinerary .body-row .expand div, .single-tour .itinerary .header-row .expand-all span {
    cursor: pointer;
}
.single-tour .row.itinerary .body-row .expand div.shade-bg {
    border-radius: 50px;
    font-weight: 300;
    font-size: 15px;
    width: 120px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    display: block;
    position: relative;
    margin: 16px 0 0 0;
}
.single-tour .row.itinerary .body-row .expand span.outer {
    border-radius: 50px;
    font-weight: 400;
    font-size: 15px;
    width: 120px;
    height: 28px;
    line-height: 26px;
    text-align: center;
     display: block;
    position: relative;
}
.single-tour .row.itinerary .body-row.even > .expand span.outer {
    background-color:rgba(255,255,255,0.85);
}
.single-tour .row.itinerary .body-row.odd > .expand span.outer {
    background-color:rgba(255,255,255,0.85);
}
.single-tour .row.itinerary .body-row .expand .icon-wrapper {
    border-radius: 50px;
    font-weight: 300;
    font-size: 24px; 
    line-height: 28px;
    float: right;
    width: 26px;
    height: 26px;
    display: block;
    margin: 1px 0 0 0;
}
.single-tour .row.itinerary .body-row .expand i {
    border-radius: 50px;
    font-size: 24px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    display: block;
    margin: -1px 0 0 -1px;
}
.single-tour .row.itinerary .body-row.even > .expand .icon-wrapper i {
    background-color:rgba(255,255,255,0.7);
}
.single-tour .row.itinerary .body-row.odd > .expand .icon-wrapper i {
    background-color:rgba(255,255,255,0.7);
}
.single-tour .row.itinerary .body-row .description {
    padding: 10px 0 20px 0;
    display: none;
}

.single-tour .row.touring {
    padding-top: 60px;
}
.single-tour .row.touring .tile {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    /* border: 1px solid rgba(140,41,4,0.3); */
    min-height: 470px;
}
.single-tour .row.touring .tile img {
    padding: 0;
}
.single-tour .row.touring .tile h3 {
    padding: 20px 15px 10px 18px;
    min-height: unset;
    text-align: center;
    font-size: 23px
}
.single-tour .row.touring .tile .text {
    padding: 0 18px 30px;
/*     font-size: 18px; */
}

.single-tour .touring .multi-item-carousel {
    position: relative;
}
.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
  }
}
.multi-item-carousel .carousel-control.left,
.multi-item-carousel .carousel-control.right {
  background-image: none;
}
.multi-item-carousel .carousel-control {
    background: none;
    color: #641600;
    font-size: 35px;
    text-shadow: none;
    text-align: left;
    width: 70px;
}
.multi-item-carousel .carousel-control.left {
    margin-left: -10px;
}
.multi-item-carousel .carousel-control.right {
    text-align: right;
    margin-right: -10px;
}
.multi-item-carousel .carousel-control > span {
    padding: 285px 0 0 0;
}

.single-tour .row.availability {
    padding-top: 30px;
    padding-bottom: 90px;
}
.single-tour .row.availability .offers {
    padding-top: 10px;
    padding-bottom: 50px;
}


.single-tour .row.related {
    padding-top: 80px;
    padding-bottom: 90px;
}
.row.moments {
    min-height: 450px
}
.row.moments .moment-wrapper {
    padding: 20px 10px 0;
}
.row.moments #moments {
    margin: 10px auto 0;
}
.row.moments #moments .carousel-inner {
    margin: 0px auto 0;
    width: 85%;
}
.row.moments #moments h4 {
    font-weight: 500;
    margin: 40px 0 0;
    padding: 0;
    font-family: 'freight-sans-pro', sans-serif;
    color: #7a1501;
    font-size: 24px;
}
.itinerary h2.text-center {
    margin-top: 100px;
}
.row.moments #moments .carousel-inner {
    margin: 0px auto 20px;
    height: 100%;
}
.row.moments #moments {
    margin: 10px auto 0;
    height: 100%;
}
.row.moments .row.moments #moments .carousel-inner {
    margin: 0 auto 20px;
}
.row.moments #moments h4 {
    margin-top: 0;
    vertical-align: middle;
    position: relative;
    top: 0;
    bottom: 0;
}
.single-tour .row.moments #moments h4 {
    margin-top: 0;
    vertical-align: middle;
    position: relative;
    top: 0;
    bottom: 0;
}
.row.moments #moments .carousel-caption {
    position: unset;
    padding: 10px 20px 20px;
    top: 0;
    bottom: 0;
    height: auto;
}
.row.moments #moments p.moment {
    color: #777;
    text-shadow: none;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.row.moments #moment-image .image-cover {
    position: absolute;
    opacity: 0;
    width: 100%;
}
.row.moments #moments .carousel-control {
    background: none;
    color: #641600;
    font-size: 35px;
    text-shadow: none;
    text-align: left;
    width: 70px;
    padding-top: 0;
    position: absolute;
    height: 100%;
    display: block;
    top: 35%;
    bottom: 30%;
}
.row.moments #moments .carousel-control.right {
    text-align: right;
}

.row.moments .line {
    padding-bottom: 0px;
    display: flex;
    flex: 1;
    width: 98%;
    margin: 20px auto 0;
    line-height: 1em;
    color: rgba(100, 22, 0, 0.4);
    z-index: 7;
}
.row.moments .line:before, .row.moments .line:after{
  content: '';
  flex-grow: 1;
  margin: 0px 20px;
  background-size: 100% 1px;
  background-position: 0% 50%;
  background-repeat: repeat-x;
}
.row.moments .line.bottom:before, .row.moments .line.bottom:after{
  margin: 0;
  min-height: 2px
}
.row.moments .line:before{
  background-image: linear-gradient(to right, transparent, rgba(100, 22, 0, 0.4));
}
.row.moments .line:after{
  background-image: linear-gradient(to left, transparent, rgba(100, 22, 0, 0.4) );
}


.single-tour .availability .offer-wrap {
    background: #e46d2d;
    color: #fff;
    border: 2px solid #e46d2d;
    min-height: 266px;
}
.single-tour .availability .offer-wrap h4 {
    background: #e46d2d;
    color: #fff;
    font-family: 'freight-sans-pro', sans-serif;
    padding: 10px 0 14px 18px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin: 0 0 10px;
}
.single-tour .availability .offer-wrap.sale h4 {
    margin: 0;
    color: #252520;
}
.single-tour .availability .offer-wrap .date {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 10px 0px 18px;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 700;
}
.single-tour .availability .col-sm-3 .offer-wrap .date {
    font-size: 17px;
    letter-spacing: -0.6px;
    font-weight: 600;
}
.single-tour .availability .offer-wrap .caption {
    font-size: 38px;
    padding: 8px 18px 0;
    line-height: 33px;
    font-weight: 700;
    letter-spacing: -1px;
}
.single-tour .availability .col-sm-3 .offer-wrap .caption {
    font-size: 32px;
}

.caption .small {
    text-transform: none;
    font-size: 50%;
    letter-spacing: 0;
    margin-left: 2px;
}


.single-tour .row.availability .announce {
     padding:10px 5px 0 20px
}
.single-tour .tour-dates p.announce {
     margin-top:15px;
     font-weight:600
}
.single-tour .tour-dates td .announce {
     margin-top:15px;
     margin-left:15px;
     font-weight:600
}
.single-tour .announce-highlight {
    background: #e46d2d;
    padding: 8px 15px;
    color: #fff;
    border-style: double;
    border-width: 5px;
}


.single-tour .availability .offer-wrap .has-modal {
    cursor: pointer;
}
.single-tour .availability .offer-wrap .modal {
    color: #252520;
}
.single-tour .availability .offer-wrap .modal-header {
    background: #E46D2D;
    padding: 15px 20px 14px 30px;
}
.single-tour .availability .offer-wrap .modal-header i {
    color: #fff;
}
.single-tour .availability .offer-wrap .modal-header button {
    opacity: 0.7;
    margin: 3px 0 0 0;
}
.single-tour .availability .offer-wrap .modal-header button:hover i {
    opacity: 0.9;
}
.single-tour .availability .offer-wrap .modal-content {
    border-radius: 0
}
.single-tour .availability .offer-wrap .modal-body {
    padding-left: 30px;
    padding-right: 20px;
}
.single-tour .availability .offer-wrap .modal h4 {
    background: none;
    color: #fff;
    font-family: 'freight-sans-pro', sans-serif;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    margin: 2px 0 -5px;
    display: inline-block;
    letter-spacing: -0.2px;
    line-height: 20px;
}
.single-tour .availability .offer-wrap .modal ul {
    margin: 25px 0 5px;
    padding: 0;
}
.single-tour .availability .offer-wrap .modal ul li {
    margin: 0 0 15px;
    line-height: 17px;
    font-size: 17px;
}
.single-tour .availability .offer-wrap .modal ul li span.offer {
    font-size: 30px;
    width: auto;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #E46D2D;
    margin: 0 0 6px;
    line-height: 20px;
}
.single-tour .availability .offer-wrap .modal ul li span.offer.second {
    margin-top: -12px;
    font-size: 22px;
    margin-bottom: 12px;
    display: block
}
.single-tour .availability .offer-wrap .modal ul li span.offer .depart {
    font-size: 14px;
    width: auto;
    font-weight: 500;
    letter-spacing: 0;
    color: #252520;
}
.single-tour .availability .offer-wrap .modal ul li span.or_save {
    margin: -6px 0 10px;
    display: block;
    color: #E46D2D;
    font-weight: 600;
}
.single-tour .availability .offer-wrap .modal .modal-footer {
    text-align: left;
    padding: 10px 30px 5px;
}
.single-tour .availability .offer-wrap .modal .sale-info {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}
.single-tour .availability .offer-wrap .main {
    font-size: 34px;
    line-height: 33px;
    text-transform: uppercase;
    padding: 0 10px 0 18px;
}
.single-tour .availability .offer-wrap .lwr {
    padding: 0 0 0 18px;
    font-size: 14px;
}
.single-tour .availability .offer-wrap .foot {
    padding: 15px 18px 15px 18px;
    font-size: 15px;
    line-height: 17px;
    color: #232323;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.single-tour.postid-2218 .availability .offer-wrap .foot {
    display: none
}
.single-tour .availability .offer-wrap .foot p {
    font-weight: 500;
    color: #fff;
    margin-top: 58px;
    margin-bottom: 0;
    font-size: 16px;
}
.single-tour .availability .offer-wrap button:not(.close) {
    display: block;
    width: 100%;
    padding: 12px 10px;
    border: none;
    outline: none;
    text-transform: uppercase;
    margin: 15px auto 0;
    background: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
}
.single-tour .availability .col-sm-3 .offer-wrap button:not(.close) {
    font-size: 16px;
}
.single-tour .availability .offer-wrap.standard {
    background: #fff;
    color: #232323;
}
.single-tour .availability .offer-wrap .desc {
    font-size: 26px;
    padding: 0 18px;
    line-height: 29px;
    font-weight: 500;
}
.single-tour .availability .col-sm-3 .offer-wrap .desc {
    font-size: 19px;
    line-height: 26px;
}
.single-tour .availability .col-sm-3 .offer-wrap.standard .small {
    font-size: 13px;
    padding: 0 18px;
    line-height: 19px;
}

.single-tour .availability .offer-wrap .desc.sm {
    font-size: 20px;
    padding: 0 18px;
    line-height: 26px;
    font-weight: 500;
}
.tasmania.single-tour .availability .offer-wrap .desc.sm,
.south-australia.single-tour .availability .offer-wrap .desc.sm {
    font-size: 18px;
    padding: 0 18px;
    line-height: 22px;
    font-weight: 500;
}
.single-tour .availability .offer-wrap .table-wrap {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.single-tour .availability .offer-wrap ul {
    list-style: none;
    padding: 0 18px;
    display: inline-block;
    width: 100%;
}
.availability .offer-wrap ul li {
    margin: 0 0 1px;
    font-weight: 500;
}
.single-tour .availability .offer-wrap.standard ul li:first-child {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.single-tour .availability .offer-wrap ul li span {
    width: 50%;
    display: inline-block;
}
.single-tour .availability .offer-wrap ul li span:last-child {
    text-align: right;
}
.single-tour .availability .offer-wrap .modal ul li span:last-child {
    text-align: left;
}
.single-tour .availability .offer-wrap ul li span.depart {
    text-align: left;
    margin-top: 8px;
}
.single-tour .availability .offer-wrap .arrow-right {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #F3F3F1;
    position: absolute;
    left: 15px;
}
.single-tour .availability .offer-wrap.standard .arrow-right {
    border-left-color: #e46d2d;
}


.single-tour .availability .offer-wrap .modal span.month {
    display: block;
    width: auto;
}
.single-tour .availability .offer-wrap .modal span.month .txt {
    display: inline-block;
    width: 110px;
    font-weight: 600;
    line-height: 22px;
}
.single-tour .availability .offer-wrap .modal span.day {
    width: auto;
}
.single-tour .availability .offer-wrap .modal span.day:after {
    content: ',';
}
.single-tour .availability .offer-wrap .modal span.day:last-child:after {
    content: '';
}


.single-tour .cal-wrapper {
    background: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 20px 40px 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.single-tour .tour-data .inside {
    background: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 0 40px 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.single-tour .tour-data .inside form#book-now {
    margin: 0 -20px;
}
.single-tour .tour-data .inside form#book-now .btn{
    margin-bottom: 3px;
}
.single-tour .tour-data .alert.alert-warning {
    font-size: 14px;
    padding: 8px 10px;
    margin: 10px auto 0;
    display: block;
    text-align: center;
    border-radius: 0
}
.single-tour .tour-data .title {
    font-weight: 600;
    margin-top: 20px;
    line-height: 24px;
    font-size: 20px;
}
.single-tour .tour-data .days {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.single-tour .tour-data .price {
    font-weight: 600;
    margin: 8px 0 15px;
    border-bottom: 2px solid #252520;
    padding: 0 0 10px;
    color: #252520;
    display: block;
}
.single-tour .tour-data .price span {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.9px;
    margin-right: 10px
}
.single-tour .tour-data .from-to {
    margin-top: 20px;
}
.single-tour .tour-data .reverse {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: -5px;
}



.single-tour .dyn-offers .sale-title {
    font-weight: 700;
    font-size: 22px;
    color: #e86d1f;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}
.single-tour .dyn-offers .the-offer {
    color: #e86d1f;
    
}
.single-tour .dyn-offers .arrow-right {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 12px solid #e86d1f;
    margin: 0 8px -3px -20px;
    display: inline-block;
}
.single-tour .dyn-offers .offer-line {
    font-size: 20px;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    line-height: 28px;
    letter-spacing: -1px;
}
.single-tour .dyn-offers .offer-line strong {
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 38px;
}
.single-tour .dyn-offers .depart {
    display: block;
}
.single-tour .dyn-offers .or {
    display: block;
    margin: 1px 0 6px 0;
    font-weight: 700;
    font-size: 22px;
}
.single-tour .dyn-offers .depart:last-child {
    border-bottom: 1px solid #252520;
    padding-bottom: 15px;
}

.single-tour .dyn-offers .group, .dyn-offers .loyalty {
    color: #e86d1f;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 6px;
}
.single-tour .dyn-offers .group {
    padding-top: 6px
}
.single-tour .dyn-offers .line {
    border-bottom: 2px solid #252520;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.single-tour .tour-data .inside ul {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 14px;
}
.single-tour .tour-data .inside ul li {
    margin-bottom: 5px;
}

#dates {
    margin-top: -170px;
    margin-bottom: 170px;
    display: block;
}

.single-tour .legend form {
    float: right;
    margin: 0;
}
.single-tour .legend .btn.change-year:not(:hover) {
    padding: 0px 14px 1px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    border-width: 1px;
    color: #fff;
}
.single-tour .legend .btn.change-year:hover {
    background: #fff;
    padding: 1px 14px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    border-width: 1px;
}

.single-tour .legend .reverse {
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 50px;
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: inherit;
    padding: 1px;
    margin: 0 2px 0 0;
}
.single-tour .legend .both {
  border: 3px double rgba(0,0,0,0.4);
    border-radius: 50px;
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: inherit;
    padding: 1px;
    margin: 0 2px 0 0;
}




.dates-wrapper {
    padding: 0 15px 5px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.dates-wrapper .dates-header {
    margin: 0 -15px 20px;
}
.dates-wrapper .dates-header h3 {
    padding: 10px 30px;
    color: #fff;
    font-family: 'freight-sans-pro', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
    margin: 0;
}
.dates-wrapper .months p {
    font-weight: 500;
    margin: 0 0 16px;
}
.dates-wrapper .months button {
    border: none;
    padding: 0;
    transition-duration: 0.2s;
    margin: 0 5px 10px 0;
}
.dates-wrapper .months button span {
    display: block;
    padding: 10px 20px;
    transition-duration: 0.2s;
}
.dates-wrapper .months button:not(.active) span {
    background-color:rgba(255, 255, 255, 0.7);
}
.dates-wrapper .months button.active,
.dates-wrapper .months button.active:hover {
    color: #fff
}
.dates-wrapper .months button.active:hover span {
    background-color:rgba(255, 255, 255, 0.1);
    color: #fff
}
.dates-wrapper .months button:not(.active):hover span {
    background-color:rgba(255, 255, 255, 0.1);
    color: #fff;
}

.dates-wrapper .change-year-form {
    float: right;
}
.dates-wrapper .change-year-form button {
    color: #fff;
    margin: 0px 30px;
    padding: 10px 0 0;
}
.dates-wrapper .change-year-form button span {
    background-color: transparent;
}

.offer-name{
    font-size: small;
}

.single-tour .terms {
    float: right;
    text-align: right;
} 
.single-tour .terms .term {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.dates-wrapper .tour-dates .table {
    border: none;
    margin-bottom: 20px;
}
.dates-wrapper .tour-dates table {
    width: 100%;
    margin-top: 20px;
}

.full-booking-form .table-responsive table {
    width: 100%;
}
.dates-wrapper .tour-dates table thead tr {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.dates-wrapper .tour-dates table thead th,
.dates-wrapper .tour-dates table tbody td {
    border: none;
    padding: 5px 5px;
    text-align: center;
}
.dates-wrapper .tour-dates table thead th .w, .dates-wrapper .tour-dates table tbody td .w {
    padding: 0px;
    white-space: nowrap;
}
.dates-wrapper .tour-dates table tbody td .w span.dep {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #212121;
    font-weight: 400
}

.dates-wrapper .tour-dates .depart,
.dates-wrapper .tour-dates .conclude {
    width: 10%;
}
.dates-wrapper .tour-dates .start,
.dates-wrapper .tour-dates .end {
    width: 15%;
}
.dates-wrapper .tour-dates .fare {
    width: 20%;
}
.dates-wrapper .tour-dates .action {
    width: 150px;
}

.pricing-offer-applied{
    font-style: italic;
    color: #777;
    font-weight: 500;
}

.dates-wrapper .tour-dates .depart,
.dates-wrapper .tour-dates .conclude,
.dates-wrapper .tour-dates .start,
.dates-wrapper .tour-dates .end,
.dates-wrapper .tour-dates .offer,
.dates-wrapper .tour-dates .fare {
    position: relative;
    text-align: center;
}

.dates-wrapper .tour-dates tbody tr {
    background: #F3F3F1;
    font-weight: 500;
}
.dates-wrapper .tour-dates tbody tr > td {
    border-bottom: 8px solid #fff;
}
.dates-wrapper .tour-dates tbody td.dates i, 
.dates-wrapper .tour-dates tbody td.location i {
    right: -2px;
    bottom: -4px;
    position: relative;
    top: calc( 50% - 11px );
    color: #000000;
    font-size: 24px;
    height: 24px;
    padding-inline: 10px;
}

.dates-wrapper .tour-dates tbody td.offer .save {
    text-transform: uppercase;
}
.dates-wrapper .tour-dates tbody td.offer .amount {
    font-weight: 700;
    font-size: 20px;
}

.dates-wrapper .tour-dates tbody td.fare {
    font-size: 24px;
}
.dates-wrapper .tour-dates tbody td.fare .from {
    font-size: 18px;
}
.dates-wrapper .tour-dates tbody td.fare .amount {
    font-weight: 600;
    font-size: 20px;
}
.dates-wrapper .tour-dates tbody td.ff .amount {
    font-weight: 600;
    font-size: 20px;
}
.dates-wrapper .tour-dates tbody td.fare .pp {
    font-size: 70%;
}


.dates-wrapper .tour-dates tbody tr.red td.offer .w,
.dates-wrapper .tour-dates tbody tr.red td.fare .w {
    display: none;
}


.dates-wrapper .tour-dates tbody td.action {
    text-align: center;
}
.dates-wrapper .tour-dates tbody td.action .box {
    width: 120px;
    border: 3px solid #c8e5c5;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding: 4px 0 6px;
    margin: 6px 0;
    background: #f2f9f1;
    cursor: pointer
}
.dates-wrapper .tour-dates tbody td.action .box.green .booking.btn {
    width: 100%;
    height: 100%;
    border: none;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    background: #f2f9f1;
    cursor: pointer;
    color: #252520;
}
.dates-wrapper .tour-dates tbody td.action .box.green .booking.btn:hover,
.dates-wrapper .tour-dates tbody td.action .box.green .booking.btn:active {
    border: none;
    font-weight: 600;
    padding: 0;
    margin: 0;
    background: #f2f9f1;
    box-shadow: none;
}

.tour-dates .booking.btn:focus {
    outline: none;
    color: #aaa !important;
    cursor: wait !important;
}

.dates-wrapper .tour-dates tbody td.action .box.orange .booking.btn {
    width: 100%;
    height: 100%;
    border: none;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    background: #f3ecde;
    cursor: pointer;
    color: #252520;
}
.dates-wrapper .tour-dates tbody td.action .box.orange .booking.btn:hover,
.dates-wrapper .tour-dates tbody td.action .box.orange .booking.btn:active {
    border: none;
    font-weight: 600;
    padding: 0;
    margin: 0;
    background: #f3ecde;
    box-shadow: none;
}
.dates-wrapper .tour-dates tbody td.action .box.orange {
    border-color: #f4ddb0;
    background: #f3ecde;
}
.dates-wrapper .tour-dates tbody td.action .box.red {
    border-color: #f2b5b5;
    background: #f8e8e8;
}
.dates-wrapper .tour-dates tbody tr.closed td.action .box.red {
    background: transparent;
    border-color: transparent;
    color: #a49990;
    font-weight: 500;
    border-width: 1px;
}
.dates-wrapper .tour-dates tbody td.action .availability,
.dates-wrapper .tour-dates tbody td.action .cta {
    display: block;
    outline: none !important
}
.dates-wrapper .tour-dates tbody td.action .availability {
    text-transform: none
}
.dates-wrapper .tour-dates tbody td.action .cta {
    font-weight: 600;
    text-transform: uppercase
}
.dates-wrapper .tour-dates tbody tr.open td {
    border-color: #F3F3F1;
}

.dates-wrapper .tour-dates .reveal .internal {
    padding: 20px 30px;
}
.dates-wrapper .tour-dates .reveal .internal p {
    margin: 0;
}
.dates-wrapper .tour-dates .reveal .internal p span {
    text-transform: uppercase;
}
.dates-wrapper .tour-dates .reveal .internal .orange p span {
    color: #f09f01;
}
.dates-wrapper .tour-dates .reveal .internal .red p span {
    color: #d80808;
}

.dates-wrapper .tour-dates .waitlist-form, 
.dates-wrapper .tour-dates .callback-form {
    display: inline-block;
    border: 3px solid #ccc;
    padding: 0 30px 20px;
    margin: 25px 0 5px;
    width: 100%;
}

.dates-wrapper .tour-dates .reveal .internal li#field_10_2,
.dates-wrapper .tour-dates .reveal .internal li#field_10_4,
.dates-wrapper .tour-dates .reveal .internal li#field_10_6,
.dates-wrapper .tour-dates .reveal .internal #input_10_11_3_container {
    float: left;
    width: 48%;
    margin-right: 1%;
}

.dates-wrapper .tour-dates .reveal .internal li#field_10_1,
.dates-wrapper .tour-dates .reveal .internal li#field_10_3,
.dates-wrapper .tour-dates .reveal .internal li#field_10_5,
.dates-wrapper .tour-dates .reveal .internal #input_10_11_6_container  {
    float: left;
    width: 48%;
    margin-left: 1%;
}
.dates-wrapper .tour-dates .reveal .internal li#field_10_9,
.dates-wrapper .tour-dates .reveal .internal li#field_10_10,
.dates-wrapper .tour-dates .reveal .internal li#field_10_11 {
    float: left;
    width: 100%;
    margin-left: 0;
}
.dates-wrapper .tour-dates .reveal .internal li#field_10_9 textarea{
    height: 58px
}


.dates-wrapper .tour-dates .reveal .internal li#field_9_1,
.dates-wrapper .tour-dates .reveal .internal li#field_9_2,
.dates-wrapper .tour-dates .reveal .internal li#field_9_6,
.dates-wrapper .tour-dates .reveal .internal li#field_9_7 {
    float: left;
    width: 24%;
    margin-right: 1%;
}
.dates-wrapper .tour-dates .reveal .internal li#field_9_6 {
    margin-right: 0;
}
.dates-wrapper .tour-dates .reveal .internal li#field_9_3 {
    float: left;
    width: 68%;
}

.dates-wrapper .tour-dates .reveal .internal .gform_footer {
    float: right;
    width: 30%;
    text-align: right;
}
.dates-wrapper .tour-dates .reveal .internal .gform_footer .button {
    font-size: 17px;
    padding: 8px 25px;
    margin: 31px 2px 0;
}
.dates-wrapper .tour-dates .reveal .internal #gform_10 .button {
    margin-top: 10px;
}
.dates-wrapper .tour-dates .reveal .internal .gform_footer .button:hover {
    color: #eee;
}


input#sg_SubmitButton {
    color: #fff !important;
}
.qff-strip {
    background: #1E1E1E;
    text-align:center;
    color: #fff;
}
.home .qff-strip {
    background: rgb(74, 100, 56);
}
.qff-strip .internal {
    display: inline-block;
    margin: 10px auto 5px;
}
.qff-strip .internal .image {
    display: inline-block;
    text-align: right;
}
.qff-strip .internal .content {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.qff-strip .internal .content h4 {
    font-family: 'freight-sans-pro', sans-serif;
    margin: 10px 0 0 0;
    font-weight: 500;
}
.gform_footer.top_label {
    display: block;
    width: 100%;
    float: left;
}
.full-booking-form {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    padding: 0;
    background: #f9f9f9;
    margin: 30px 0;
}
.full-booking-form .gform_wrapper {
    padding: 0 30px 40px;
    background: #f9f9f8;
    margin: 0;
}
.full-booking-form .gform_wrapper h2.gsection_title {
    font-family: 'freight-sans-pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #7a1501;
    margin: 30px 0 15px;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
    padding: 10px 0 0;
}
.full-booking-form .gform_wrapper #field_16_69 h2.gsection_title {
    border-top: none;
    margin: 10px 0;
}
.full-booking-form .gform_wrapper #field_16_1 h2.gsection_title {
    border-top: none;
    margin: 10px 0;
}
.full-booking-form .gform_wrapper #field_25_69 h2.gsection_title {
    border-top: none;
    margin: 10px 0;
}
.full-booking-form .gform_wrapper #field_25_1 h2.gsection_title {
    border-top: none;
    margin: 10px 0;
}
.full-booking-form .gform_wrapper .booking-details p {
    margin: 0;
    font-size: 17px;
}
.full-booking-form .gform_wrapper .booking-details p strong {
    min-width: 150px !important;
    font-weight: 700;
    display: inline-block;
}
.full-booking-form .gform_wrapper .booking-details p span {
    margin: 0 20px 0 10px
}
.full-booking-form .gform_wrapper .booking-details p span.depart,
.full-booking-form .gform_wrapper .booking-details p span.from {
    margin-right: 30px
}
.full-booking-form .gform_hidden {
    float: left;
}
.full-booking-form .clearfix.separator {
    margin: -20px 0 20px;
}

.full-booking-form li.gfield {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0;
}
.full-booking-form li.gfield .gfield_label {
    margin-bottom: 2px;
}
.full-booking-form #gform_fields_25 li.gfield.gsection,
.full-booking-form #gform_fields_16 li.gfield.gsection,
.full-booking-form li.gfield.gsection {
    margin: 0;
    width: 100%;
}
.full-booking-form li.gfield.right {
    margin-left: 2%;
    margin-right: 0;
}
.full-booking-form li.gfield.suburb {
    margin-left: 2%;
    margin-right: 0;
    width: 28%
}
.full-booking-form li.gfield.postcode {
    margin-left: 2%;
    margin-right: 0;
    width: 18%
}
.full-booking-form li.gfield .ginput_container_radio li {
    display: inline-block;
    margin-right: 20px;
}
.full-booking-form li.gfield .ginput_container_radio li input[type="radio"] {
    margin-right: 7px;
}

.full-booking-form li.gfield_html .passenger,
.full-booking-form li.gfield_html .past  {
    font-weight: 600;
    display: inline-block;
    width: 48%
}
.full-booking-form li.gfield_html .past  {
    text-align: right
}
.full-booking-form li.gfield_html .passenger .name {
    font-weight: 300;
}
.full-booking-form li.gfield_html .past .icon i {
    font-size: 22px;
    margin: 1px 0 0 10px;
    display: inline-block;
    float: right;
}
.full-booking-form li.gfield_html .past .icon i.fa-times  {
    color: rgba(168,31,19,1);
}
.full-booking-form li.gfield_html .past .icon i.fa-check  {
    color: rgb(55, 188, 35);
}

.full-booking-form li.gfield.booking-details, 
.full-booking-form li.gfield.pricing-table, 
.full-booking-form #gform_fields_16 li.gfield.booking-details, 
.full-booking-form #gform_fields_16 li.gfield.pricing-table,
.full-booking-form #gform_wrapper_25 li.gfield.booking-details, 
.full-booking-form #gform_wrapper_25 li.gfield.pricing-table,
.full-booking-form #gform_wrapper_25 li.gfield.points-earn {
    background: #fff;
    padding: 20px;
    width: 100% !important;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.full-booking-form #gform_wrapper_25 li.gfield.points-earn {
    margin:30px 0 20px;

}
.full-booking-form #gform_wrapper_25 li.gfield.points-earn p {
    font-size: 15px;
    line-height: 19px;
    color: #777;
}
.full-booking-form #gform_wrapper_25 li.gfield.points-earn .title,
.full-booking-form #gform_wrapper_25 li.gfield.points-earn .points {
    text-transform: uppercase;
    font-size: 16px;
}
.full-booking-form #gform_wrapper_25 li.gfield.points-earn .points {
    font-weight: bold;
}

.full-booking-form #gform_wrapper_25 li.gfield.points-earn .points img{
    display: inline-block;
    margin: 0 12px 0 0;
}

.full-booking-form li.gfield.pricing-table .table tr td:nth-child(1), 
.full-booking-form li.gfield.pricing-table table.table tr th {
    color: #252520;
}
.full-booking-form li.gfield.pricing-table .table td, 
.full-booking-form li.gfield.pricing-table .table th {
    border: none;
    padding: 1px 5px;
}
.full-booking-form li.gfield.pricing-table .table thead th {
    font-weight: 600;
    padding-bottom: 6px
}
.full-booking-form li.gfield.pricing-table .table thead th span.fare-type {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-top: -4px;
}
.full-booking-form li.gfield.pricing-table .table thead th,
.full-booking-form li.gfield.pricing-table .table tbody td {
    text-align: right
}
.full-booking-form .gfield.pricing-table .single td {
    color: rgba(168,31,19,1);
}
.full-booking-form .gfield.pricing-table .net td {
    font-weight: 600;
}

.full-booking-form .gform_confirmation_wrapper {
    padding: 30px;
    margin-bottom: 30px;
}
.full-booking-form .gform_confirmation_message ul {
    padding-top: 20px;
    padding-bottom: 20px;
}
.full-booking-form .deposit-info {
    padding: 10px 25px;
    font-size: 15px;
    color: #777;
    background: #fff;
    margin-top: 10px;
}

.year-2021 .full-booking-form .gfield.pricing-table .early,
.year-2021 .full-booking-form .gfield.pricing-table .deposit {
    display: none;
}
.full-booking-form li.gfield.pricing-table .table .deposit th, 
.full-booking-form li.gfield.pricing-table .table .deposit td {
    padding-top: 6px !important;
    font-weight: 500;
    border-top: 1px dashed #ccc;
}
.full-booking-form li.gfield.pricing-table .table .net th, 
.full-booking-form li.gfield.pricing-table .table .net td {
    padding-bottom: 8px !important;
}

.full-booking-form #gform_fields_16 li.gfield,
.full-booking-form #gform_fields_25 li.gfield {
    display: inline-block;
    width: 31.33333%;
    margin-right: 1%;
    margin-bottom: 0;
}
.full-booking-form #gform_fields_16 li.gfield.fare-explainer,
.full-booking-form #gform_25 .fare-explainer {
    display: inline-block;
    width: 99.9%;
    margin-bottom: 40px;
    background: #fff;
    font-size: 13px;
    line-height: 17px;
    padding: 6px 15px 9px;
    border-radius: 4px;
    border: 1px solid #bbb;
    margin-top: 6px;
    color: #666;
    clear: both;
}
.full-booking-form #gform_fields_16 .fly-free.fare-explainer {
    margin-top: -30px;
    margin-bottom: 40px;
}
.full-booking-form #gform_fields_16 li.gfield.fare-explainer {
    display: none;
}
.full-booking-form #gform_fields_16 li#field_16_115 {
    display: inline-block;
}
.full-booking-form #gform_fields_16 li.gfield.fare-explainer strong,
.full-booking-form #gform_25 .fare-explainer strong {
    color: #7a1501;
}
.full-booking-form #gform_fields_16 .fly-free.fare-explainer a,
.full-booking-form #gform_fields_16 li.gfield.fare-explainer a,
.full-booking-form #gform_25 .fare-explainer a {
    margin-left: 0;
}

.full-booking-form #gform_fields_16 .fare-explainer span.fly-free {
    display: block;
    border-top: 1px solid #bbb;
    margin: 15px 0 0 0;
    padding: 15px 0 5px;
}

.full-booking-form #gform_fields_16 li#field_16_84 {
    width: 43.333%;
    margin-right: 9.6666%;
}
.full-booking-form #gform_fields_16 li#field_16_85 {
    margin-right: 1%;
}

.full-booking-form #gform_fields_16 li#field_16_91 {
    width: 100%;
    margin-right: 0%;
}
.full-booking-form #gform_fields_16 li#field_16_91 .address_line_1 {
    width: 31.3333%;
    margin-right: 1%;
}
.full-booking-form #gform_fields_16 li#field_16_91 .address_city {
    width: 19.6666%;
    margin-right: 1%;
}
.full-booking-form #gform_fields_16 li#field_16_91 .address_state {
    width: 15%;
    margin-right: 1%;
}
.full-booking-form #gform_fields_16 li#field_16_91 .address_zip {
    width: 10%;
    margin-right: 1%;
}
.full-booking-form #gform_fields_16 li#field_16_91 .address_country {
    width: 20%;
    margin-right: 0;
}


.full-booking-form .gsection_description {
    margin: -20px 0 20px 0;
    font-weight: 400;
    font-size: 15px;
    color: #666;
}

.full-booking-form #gform_fields_16 li#field_16_8,
.full-booking-form #gform_fields_16 li#field_16_9,
.full-booking-form #gform_fields_16 li#field_16_87,
.full-booking-form #gform_fields_16 li#field_16_92,
.full-booking-form #gform_fields_16 li#field_16_15,
.full-booking-form #gform_fields_16 li#field_16_26,
.full-booking-form #gform_fields_16 li#field_16_95,
.full-booking-form #gform_fields_16 li#field_16_88,
.full-booking-form #gform_fields_16 li#field_16_20,
.full-booking-form #gform_fields_16 li#field_16_21,
.full-booking-form #gform_fields_16 li#field_16_94,
.full-booking-form #gform_fields_16 li#field_16_89,
.full-booking-form #gform_fields_16 li#field_16_25,
.full-booking-form #gform_fields_16 li#field_16_16,
.full-booking-form #gform_fields_16 li#field_16_93,
.full-booking-form #gform_fields_16 li#field_16_90,
.full-booking-form #gform_fields_16 li#field_16_107,
.full-booking-form #gform_fields_16 li#field_16_108,
.full-booking-form #gform_fields_16 li#field_16_109,
.full-booking-form #gform_fields_16 li#field_16_110 {
    width: 21.7%;
    margin-right: 1%;
    float: left;
}

.deposit-message{
    background: #fff;
    padding: 10px 20px 0px 20px;
    width: 100% !important;
    /* box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%); */
    border-radius: 4px;
    margin-top: 10px;
}

.full-booking-form #gform_fields_16 li#field_16_86,
.full-booking-form #gform_fields_16 li#field_16_87,
.full-booking-form #gform_fields_16 li#field_16_88,
.full-booking-form #gform_fields_16 li#field_16_89,
.full-booking-form #gform_fields_16 li#field_16_90 {
    margin-right: 0;
}
.full-booking-form #gform_fields_16 li#field_16_101,
.full-booking-form #gform_fields_16 li#field_16_102,
.full-booking-form #gform_fields_16 li#field_16_103,
.full-booking-form #gform_fields_16 li#field_16_104 {
    width: 9%;
    margin-right: 1%;
    float: left;
}
.full-booking-form #gform_fields_16 li#field_16_97,
.full-booking-form #gform_fields_16 li#field_16_98,
.full-booking-form #gform_fields_16 li#field_16_99,
.full-booking-form #gform_fields_16 li#bedding-1,
.full-booking-form #gform_fields_16 li#bedding-2,
.full-booking-form #gform_fields_16 li#bedding-3,
.full-booking-form #gform_fields_16 li#bedding-4 {
    width: 100%;
    margin: 0;
}
.full-booking-form #gform_fields_16 li#field_16_97,
.full-booking-form #gform_fields_16 li#field_16_98,
.full-booking-form #gform_fields_16 li#field_16_99,
.full-booking-form #gform_fields_16 li#field_16_96,
.full-booking-form #gform_fields_16 li#bedding-1,
.full-booking-form #gform_fields_16 li#bedding-2,
.full-booking-form #gform_fields_16 li#bedding-3,
.full-booking-form #gform_fields_16 li#bedding-4  {
    width: 21.7%;
    margin: 0 0 0 78.1%;
    float: left;
}
.full-booking-form #gform_fields_16 li#field_16_106 {
    width: 52%;
    margin: 0 0 5px 0;
}
.full-booking-form #gform_fields_16 li#field_16_106 textarea {
    height: 60px;
    margin: 0;
}
.full-booking-form #gform_fields_16 li#field_16_106 .ginput_counter {
    font-size: 14px;
    margin-left: 2px;
    color: #777;
}



.full-booking-form #gform_fields_25 li.gfield.fare-explainer strong {
    color: #7a1501;
}
.full-booking-form #gform_fields_25 li.gfield.fare-explainer a {
    margin-left: 8px;
}
.full-booking-form #gform_fields_25 li#field_25_84 {
    width: 43.333%;
    margin-right: 9.6666%;
}
.full-booking-form #gform_fields_25 li#field_25_85 {
    margin-right: 1%;
}
.full-booking-form #gform_fields_25 li#field_25_91 {
    width: 100%;
    margin-right: 0%;
}
.full-booking-form #gform_fields_25 li#field_25_91 .address_line_1 {
    width: 31.3333%;
    margin-right: 1%;
}
.full-booking-form #gform_fields_25 li#field_25_91 .address_city {
    width: 19.6666%;
    margin-right: 1%;
}
.full-booking-form #gform_fields_25 li#field_25_91 .address_state {
    width: 15%;
    margin-right: 1%;
}
.full-booking-form #gform_fields_25 li#field_25_91 .address_zip {
    width: 10%;
    margin-right: 1%;
}
.full-booking-form #gform_fields_25 li#field_25_91 .address_country {
    width: 20%;
    margin-right: 0;
}

#field_25_83 h2.gsection_title {
    border: none;
}
.booking-form-v3 .passenger-1,
.booking-form-v3 .passenger-2,
.booking-form-v3 .passenger-3,
.booking-form-v3 .passenger-4 {
    border-bottom: 1px solid #ccc;
}

.full-booking-form li#field_25_8,
.full-booking-form li#field_25_9,
.full-booking-form li#field_25_92,
.full-booking-form li#field_25_15,
.full-booking-form li#field_25_26,
.full-booking-form li#field_25_95,
.full-booking-form li#field_25_20,
.full-booking-form li#field_25_21,
.full-booking-form li#field_25_94,
.full-booking-form li#field_25_25,
.full-booking-form li#field_25_16,
.full-booking-form li#field_25_93,
.full-booking-form li#field_25_107,
.full-booking-form li#field_25_108,
.full-booking-form li#field_25_109,
.full-booking-form li#field_25_110,
.full-booking-form li#field_25_120, 
.full-booking-form li#field_25_122, 
.full-booking-form li#field_25_124, 
.full-booking-form li#field_25_126,
.full-booking-form li.email 
{
    width: 20%;
    margin-right: 1%;
/*    float: left;*/
}
/* occupancy and bed configuration */
.full-booking-form li#field_25_86,
.full-booking-form li#field_25_87,
.full-booking-form li#field_25_88,
.full-booking-form li#field_25_89,
.full-booking-form li#field_25_90,
.full-booking-form li#field_25_97,
.full-booking-form li#field_25_98,
.full-booking-form li#field_25_99,
.full-booking-form li#field_25_96 
{
    width: 30%;
}

/* start of jbtc */
.full-booking-form li#field_25_132,
.full-booking-form li#field_25_135,
.full-booking-form li#field_25_137,
.full-booking-form li#field_25_138{
    width: 100%;
    margin-top: 20px;
}
.full-booking-form li#field_25_132 img,
.full-booking-form li#field_25_135 img,
.full-booking-form li#field_25_137 img,
.full-booking-form li#field_25_138 img{
    margin: 20px 0;
}

.full-booking-form li#field_25_101,
.full-booking-form li#field_25_102,
.full-booking-form li#field_25_103,
.full-booking-form li#field_25_104 
{
    width: 9%;
    margin-right: 1%;
    float: left;
}

/* travel club field */
.full-booking-form li.travel_club .ginput_container {
    width: 48%;
    margin: 0;
    display: block;
}
.full-booking-form li.travel_club input {
    width: 90%;
}
.full-booking-form li.travel_club button {
    background: transparent;
    border: none;
    outline: none;
}
.full-booking-form li.travel_club,
.full-booking-form li.qff 
{
    width: 100%;
    margin: 0;
}
.full-booking-form li.qff img {
    width: 130px;
    margin: 15px 30px 15px 0;
    float: left;
}
.full-booking-form li.qff .qff-info {
    margin: 7px 0 15px 0;
}

.full-booking-form li.qff .qff-info .msg.error {
    color: red
}
.full-booking-form li.qff .qff-info .fa-check {
    color: #13c913;
    margin-right: 2px;
    font-size: 24px;
    font-weight: 500;
    vertical-align: middle;
}



/*.full-booking-form li#field_25_97,
.full-booking-form li#field_25_98,
.full-booking-form li#field_25_99,
.full-booking-form li#field_25_96 
{
     width: 21.7%;
    margin: 0 0 0 78.1%; 
    float: left;
}*/
.full-booking-form li#field_25_106 {
    width: 52%;
    margin: 0 0 5px 0;
}
.full-booking-form li#field_25_106 textarea {
    height: 60px;
    margin: 0;
}
.full-booking-form li#field_25_106 .ginput_counter {
    font-size: 14px;
    margin-left: 2px;
    color: #777;
}




.booking-form-v2 .iframe-wrap {
    margin-top: 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.booking-form-v2 .iframe-wrap .responsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}


.booking-form-v2 {
    margin-bottom: 100px;
}
.booking-form-v2 input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.booking-form-v2 input::-webkit-outer-spin-button,
.booking-form-v2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.booking-form-v2 .booking-details {
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.booking-form-v2 .booking-details .tour-details {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    padding: 30px 40px;
    width: auto;
    display: inline-block;
    min-width: 60%;
}
.booking-form-v2 .booking-details .name {
  font-size: 30px;
  font-weight: 600
}
.booking-form-v2 .booking-details .dates,
.booking-form-v2 .booking-details .from-to {
  margin-bottom: 2px;
}

.booking-form-v2 .total-pax {
    clear: both;
    margin: 45px 0 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.booking-form-v2 .total-pax .button-minus, 
.booking-form-v2 .total-pax .button-plus {
    font-weight: normal;
    height: 34px;
    padding: 0 0 4px;
    width: 34px;
    position: relative;
    border: none;
    transition: all 300ms ease;
    background: #fff;
    border-radius: 50px;
    font-size: 24px;
    vertical-align: middle;
    line-height: 1rem;
    display: inline-block;
    margin-top: -20px;
}
.booking-form-v2 .total-pax .quantity-field {
    position: relative;
    height: 50px;
    text-align: center;
    width: 60px;
    display: inline-block;
    font-size: 50px;
    margin: 0;
    resize: vertical;
    border: none;
    font-weight: 700;
    background: none;
    padding: 0;
}
.booking-form-v2 .total-pax .button-plus {

}
.booking-form-v2 .total-pax input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}


.booking-form-v2 .room-type,
.booking-form-v2 .passenger,
.booking-form-v2 .primary-contact,
.booking-form-v2 .total-price {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    padding: 30px 40px !important;
    width: auto;
    display: inline-block;
    min-width: 100%;
    margin: 20px auto
}

.booking-form-v2 .room-type .gfield_description,
.booking-form-v2 .passenger h3,
.booking-form-v2 .primary-contact h3,
.booking-form-v2 .total-price h3 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin: 10px auto 30px;
    display: inline-block;
    width: 100%;
    font-family: 'Domaine Display', serif;
    color: #252520;
}

.booking-form-v2 .passenger .gfield_label {
    font-weight: 600;
    font-size: 24px;
    margin: 0 auto;
    color: #7a1501;
    text-align: center;
}
.booking-form-v2 .passenger .gfield_description {
    font-weight: 400;
    font-size: 15px;
    margin: 0 auto 15px;
    color: #555;
    text-align: center;
}


.booking-form-v2 .image-choice {
    margin: 30px 0 50px;
    padding: 0;
    text-align: center
}
.booking-form-v2 .image-choice.room-type {
    margin: 25px 0 10px;
    padding: 0;
    text-align: center
}
.booking-form-v2 .image-choice li {
    display: inline-block;
    transition: all 0.2s;
    vertical-align: top;
    text-align: center;
    padding: 5px 10px 5px !important;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.02);
    width: 170px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    background: #fafafa;
}
.booking-form-v2 .image-choice li.selected {
    border-color: #7a1501;
    background: #fff;
    /* box-shadow: 1px 1px 25px rgb(0 0 0 / 20%); */
}
.booking-form-v2 .image-choice input[type="radio"] {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.booking-form-v2 .image-choice li label {
    cursor: pointer;
    display: inline-block !important;
    line-height: 0;
    margin: 0 !important;
    padding: 10px 20px !important;
    text-align: center;
    width: 100% !important;
}
.booking-form-v2 .image-choice .wrap {
    display: inline-block !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    line-height: 0;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    background-color: transparent;
    border: none;
    border-radius: 50%;
}
.booking-form-v2 .image-choice .wrap img {
    padding: 0;
    margin: 0 auto 5px;
}
.booking-form-v2 .image-choice .wrap .text {
    line-height: 1.1;
    font-size: 18px;
    font-weight: 600;
}
.booking-form-v2 .fare-details {
    border: 1px solid #7a1501;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.booking-form-v2 .fare-details h4 {
    margin-top: 0;
    margin-bottom: 15px;
}
.booking-form-v2 .fare-details .prices {
    width: 320px;
    margin: 0 auto;
}
.booking-form-v2 .fare-details .prices span:empty {
    height: 0;
    display: none
}
.booking-form-v2 .fare-details .prices .base, .booking-form-v2 .fare-details .prices .past, .booking-form-v2 .fare-details .prices .offer, .booking-form-v2 .fare-details .prices .ss, .booking-form-v2 .fare-details .prices .total {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.booking-form-v2 .fare-details .prices .base span, .booking-form-v2 .fare-details .prices .past span, .booking-form-v2 .fare-details .prices .offer span, .booking-form-v2 .fare-details .prices .ss span, .booking-form-v2 .fare-details .prices .total span {
    float: right;
    text-align: right
}
.booking-form-v2 .fare-details .prices .total {
    font-weight: 700;
    color: #7a1501;
    margin-top: 5px;
}
.booking-form-v2 .fare-details .explainer {
    font-size: 75%;
    line-height: 17px;
    margin-top: 20px;
    display: inline-block;
    width: 90%;
    color: #666;
}
.booking-form-v2 #field_22_85,
.booking-form-v2 #field_22_86 {
    width: 49%;
    float: left;
}
.booking-form-v2 #field_22_85 {
    margin-right: 2%
}
.booking-form-v2 #field_22_106 textarea {
    height: 60px;
}
.booking-form-v2 input[type="text"]:focus, .booking-form-v2 input[type="email"]:focus, .booking-form-v2 textarea:focus, .booking-form-v2 input[type="text"]:active, .booking-form-v2 input[type="email"]:active, .booking-form-v2 textarea:active, .booking-form-v2 input[type="tel"]:active, .booking-form-v2 input[type="tel"]:focus, .booking-form-v2 select:focus {
    border-color: #999;
    border-bottom-width: 1px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.14);
    outline: none;
    padding-left: 10px;
}

.booking-form-v2 .total-price .prices {
    width: 320px;
    margin: 0 auto;
}
.booking-form-v2 .total-price .prices.passenger-1 {
    padding-bottom: 5px;
}
.booking-form-v2 .total-price .prices.passenger-2 span.total {
    border-top: 2px dashed #ddd;
    padding-top: 5px;
}

.booking-form-v2 .total-price .prices span:empty {
    height: 0;
    display: none
}
.booking-form-v2 .total-price .prices .total,
.booking-form-v2 .total-price .prices .deposit,
.booking-form-v2 .total-price .prices .total-deposit {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.booking-form-v2 .total-price .prices .total span, 
.booking-form-v2 .total-price .prices .deposit span,
.booking-form-v2 .total-price .prices .total-deposit span {
    float: right;
    text-align: right
}
.booking-form-v2 .total-price .prices .total-deposit {
    font-weight: 700;
    color: #7a1501;
    margin-top: 5px;
    border-top: 2px dashed #ddd;
    padding-top: 3px;
}

#gform_submit_button_22 {
    width: 320px;
    margin: -10px auto 20px;
    display: none;
    border-radius: 5px;
}
#gform_submit_button_22:hover {
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    border: 3px solid rgba(0,0,0,0.2);
}
.booking-form-v2 .validation_error {
    background: #f5cdaa;
    text-align: center;
    padding: 15px;
}



.payment-confirmation .result {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    padding: 20px 0 40px;
    margin-top: 80px;
    margin-bottom: 140px;
}
.payment-confirmation .result .success,
.payment-confirmation .result .error {
    padding: 0 30px;
}
.payment-confirmation .result h3,
.payment-confirmation .result p {
}
.payment-confirmation .result .info {
    margin: 20px auto 20px
}
.payment-confirmation .result .info p {
    margin: 0
}
.payment-confirmation .result .info .text-right {
    font-weight: 700
}




#gform_20 {
    max-width: 800px;
    margin: 0 auto 90px;
}
#gform_20 .ginput_container_name span.name_first,
#gform_20 #field_20_2 {
    width: 49%;
    margin-right: 2%;
    float: left;
}
#gform_20 .ginput_container_name span.name_last,
#gform_20 #field_20_3 {
    width: 49%;
    float: left;
}
#gform_20 #field_20_4 {
    width: 49%;
    display: inline-block;
    margin-top: 28px;
}
#gform_20 #field_20_1 span label,
#gform_20 #field_20_4 .instruction  {
    color: #999;
    font-size: 15px
}


.extra-info-form  {
    padding-top: 40px;
    padding-bottom: 80px;
}
.extra-info-form .details {
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 13%);
    padding: 15px 30px 10px;
}
#gform_21 li.gfield  {
    width: 49%;
    float: left;
    margin: 0 0 10px 1%;
}
#gform_21 li.gfield:nth-child(2n)  {
    margin: 0 1% 10px 0;
}
#gform_21 li.gfield textarea  {
    height: 68px;
}
#gform_21 li.gfield .ginput_container_name {
    float: left;
}

#gform_21 li.gfield.gfield_html {
    width: 100%;
    float: left;
    margin: 0;
}
#gform_21 li.gfield.gfield_html h6 {
    font-size: 18px;
    font-weight: bold
}
#gform_21 .gfield_description {
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 18px;
}
#gform_confirmation_wrapper_21 {
    margin-top: 30px;
}

.single-tour .row.call-out {
    padding: 110px 0 64px;
}
.single-tour .row.call-out .arrow-down {
  width: 0; 
  height: 0; 
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #F3F3F1;
  margin: -110px auto 30px;
}
.single-tour .row.call-out .far, .single-tour .row.call-out .fal, .single-tour .row.call-out .fa, .single-tour .row.call-out .brochure .icon {
    font-size: 40px;
    line-height: 40px;
    border-right: 2px solid;
    padding: 15px 30px 18px 30px;
    margin-top: -10px;
}
.single-tour .row.call-out .brochure .icon svg {
    width: 46px
}
.single-tour .row.call-out {
  text-transform: uppercase;
  font-size: 22px;
  text-align: left;
}
.single-tour .row.call-out span {
  display: block;
    font-weight: 600;
}
.single-tour .row.call-out a[href^="tel"] {
    color: inherit;
}
.modal-dialog {
    padding-top: 5%;
}
.brochure-modal .modal-content,
.subscribe-modal .modal-content {
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.6);
    background: #F3F3F1;
    border: none;
}
.brochure-modal .modal-header,
.subscribe-modal .modal-header {
    padding: 20px 25px 0;
    border-bottom: none;
}
.brochure-modal .modal-header .icon svg,
.subscribe-modal .modal-header .icon svg {
    width: 30px;
    float: left;
    margin: 4px 10px 0 0;
}
.brochure-modal .modal-body,
.subscribe-modal .modal-body {
    padding: 0 25px 10px;
}
.brochure-modal .modal-body .ginput_container_checkbox ul,
.subscribe-modal .modal-body .ginput_container_checkbox ul {
    padding: 0;
}
.brochure-modal .modal-body .button,
.subscribe-modal .modal-body .button {
    margin: 0;
    padding: 7px 20px;
    background: #7a1501;
    border-color: #7a1501;
    font-size: 16px;
}
.subscribe-modal a.chosen-single {
    padding: 6px 10px;
}
.brochure-modal .modal-body .button:hover,
.subscribe-modal .modal-body .button:hover {
    background: transparent;
    border-color: #7a1501;
    color: #7a1501;
}

.validation_message,
.brochure-modal .modal-body .error:not(input):not(textarea),
.subscribe-modal .modal-body .error:not(input):not(textarea) {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    font-size: 14px;
    padding: 5px 5px;
    margin: -5px auto 0;
    display: block;
    text-align: center;
    border-radius: 0;
}
#gform_wrapper_18 {
    margin: 20px 0;
}
#input_18_17 {
    /* brochure form images */
    margin: 0 0 0 3px;
}
#input_18_17 li {
    display: inline-block;
    position: relative;
    margin: 0 25px 0 0;
}
#input_18_17 li img,
#input_18_17 li input {
    cursor: pointer;
}
#input_18_17 li input {
    width: 30px;
    height: 30px;
    margin: 0;
    position: absolute;
    bottom: 45px;
    right: 0;
}
#input_18_17 li label {
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
    margin: 5px 0 20px;
    line-height: 26px;
}

#input_18_10 {
    margin: 15px 0 15px;
}

#field_18_21 {
    margin-top: 7px
}
#input_18_21 li {
    width: 50%;
    float: left;
}
#field_18_22 {
    display: none;
}


.footer ul li a.subscribe {
    background: #e86d1f;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 5px 15px 6px;
    margin-top: 5px;
    display: inline-block;
    border: 2px solid #e86d1f;
}
.footer ul li a.subscribe:hover {
    background: transparent;
    color: #e86d1f;
}
/* single destination page */
.slide-nav ul li a.active {
    background: #892904;
}
.slide-nav .request-brochure {
    float: right;
    background: #e86d1f;
}

.single-destination .row.first {
    padding-top: 0px;
}
.single-destination .row.first .shade-bg {
    height: 420px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-right: -15px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 40%;
}
.the-kimberley-top-end .row.first .shade-bg,
.simpson-desert .row.first .shade-bg {
    height: 460px;
}
.canning-stock-route .row.first .shade-bg {
    height: 440px;
}
.single-destination.binns-track .row.first .shade-bg {
    height: 490px;
}
.single-destination .row.first h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.single-destination .row.first .lead-text h2 {
    font-size: 26px;
    margin: 0;
    color: #222;
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    line-height: 32px;
    margin-bottom: 15px;
}
.single-lodge .row .image-cover,
.single-destination .row .image-cover {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom:75%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    color: #fff;
}
.single-lodge .row.first .image-cover {
    padding-bottom: 85%;
}
.single-lodge .lodge-tours h2 {
    margin-top: 40px;
}
.kati-thanda-lake-eyre .second.row .col-sm-6 .image-cover {
    padding-bottom: 87%;
}
.kati-thanda-lake-eyre .third.row .col-sm-pull-6 .image-cover {
    padding-bottom: 86%;
}
.kati-thanda-lake-eyre .btn.btn-sm.satelitte {
    padding: 5px 20px;
    font-size: 15px;
    margin: 0;
    border-radius: 30px;
}
.kati-thanda-lake-eyre .btn.btn-sm.satelitte:focus,
.kati-thanda-lake-eyre .btn.btn-sm.satelitte:active,
.kati-thanda-lake-eyre .btn.btn-sm.satelitte:hover {
    color: #fff;
}
.single-destination.postid-217 .row.third .image-cover {
    padding-bottom:85%;
}
.single-destination .row.tours h2 {
    font-size: 60px;
    margin: 50px auto 50px;
    line-height: 60px;
    text-align: center;
}

.single-destination .row.summary {
    padding-bottom: 60px;
}
.single-destination .row.summary h2 {
    margin: 0 auto;
}
.single-destination .row.summary p {
    width: 70%;
    margin: 0 auto 40px;
}
.single-destination .row.summary .reviews-logo {
    max-width: 180px;
    margin: 5px auto;
}
.single-destination .row.summary .more-dest a {
    margin: 4px 14px;
    color: #7a1501;
    border-bottom: 1px solid #7a150178;
    display: inline-block;
    padding: 2px 4px 3px;
    box-shadow: 0 12px 8px -8px rgba(0,0,0,0.04);
    text-shadow: 0 1px 1px rgb(255, 255, 255);
}

.infoIcon {
    margin-top: 5px;
    width: 10%;
    float: right;
    display: block;
    font-size: 13px;
  }

.infoIcon .fa-info-circle{
    vertical-align: super;
    font-weight: 400;
    }
  
  .infoIcon {
    position: relative;
  }
  
  .extraInfo {
    top: 20px;
    left: -55px;
    position: absolute;
    color: #ffffff;
    background-color: #7d7d7d;
    border-radius: 5px;
    padding: 2px 5px;
    width: 120px;
    text-align: center;
    display: none;
    /*   display: none; */
  }

  .infoText{
    display: none;
    font-size: 0px;
  }

  #booking-fail{
    color: #f00;
    font-size: 18px;
  }

  @media only screen and (max-width: 1200px) {
    .infoIcon{
        display: none;
        width: 0%
    }
    .infoText{
        display: block;
        font-size: 14px;
    }
  }
  
  .infoIcon:hover .extraInfo {
    display: block;
  }
  
  .infoIcon img {
    width: 15px;
  }

.year-btns {
    text-align: center;
}
.year-btns ol {
    margin: 0;
    padding: 0;
}
.year-btns .btn {
    padding: 5px 25px;
    margin: -10px 5px 40px;
    font-size: 18px;
    border-radius: 50px;
    border-width: 1px;
    background: rgba(74,100,56,1);
    border-color: rgba(74,100,56,1);
}
.year-btns .btn.active {
    color: #fff;
    box-shadow: 0 2px 9px 1px rgba(0,0,0,.15)
}
.year-btns .btn:not(.active) {
    background: #fff;
    opacity: 0.8;
    color: rgba(74,100,56,1);
}
.year-btns .btn.active span.check {
    margin-left: 5px;
    margin-right: -5px;
}
.year-btns .btn:not(.active) span.check {
    display: none;
}
.year-btns .btn.active span.view {
    display: none;
}
.year-btns .btn:hover {
    box-shadow: 0 1px 3px 0px rgba(0,0,0,.15);
    opacity: 1;
}



.page-template-template-terms-conditions .year-btns {
    margin-top: 50px;
}
.page-template-template-terms-conditions .year-btns .btn.active span.view {
    display: inline;
}
.page-template-template-terms-conditions .year-btns .btn {
    padding: 10px 25px;
    margin: 0px 5px 40px;
    text-transform: none;
    color: #00529c;
}
.page-template-template-terms-conditions .year-btns .btn.active {
    color: #fff;
}
.page-template-template-terms-conditions p {
    font-size: 17px;
}

.page-template-template-sale-landing .table.fares {
    margin-top: 80px;
    margin-bottom: 140px;
    text-align: center;
    font-size: 14px;
    margin-left: 210px;
    width: auto;
}
.page-template-template-sale-landing .table.fares .highlight-2, 
.page-template-template-sale-landing .table.fares tbody .highlight-2 td {
    background: #f3cd85;
}
.page-template-template-sale-landing .table.fares th {
    max-width: 340px;
}
.page-template-template-sale-landing .table.fares td {
    max-width: 440px;
}
.page-template-template-sale-landing .tile .explore {
    background: #7a1501;
    border-color: #7a1501;
}

.faqs .row {
    padding: 20px 0;
}
.faqs h3 {
    margin: 0 0 20px;
}
.faqs .panel {
    margin: 0;
}
.faqs .panel h5 {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 15px;
    font-size: 18px;
}
.faqs .panel h5 a {
    color: #252520;
    font-weight: 600;
    display: block;
    width: 100%;
}
.faqs .panel h5 a span {
    float: right;
    font-weight: 300;
    color: #888;
    font-size: 15px;
}
.faqs .panel-body {
    margin: 0px 2px 0px;
    padding: 0px 0px 20px;
}
.faqs .panel-body p {
    font-size: 17px;
}
.faqs .bg .panel-body {
    background: #fff;
}


.page-template-template-luggage .first {
    padding-top: 40px;
}
.page-template-template-luggage .second {
    padding-bottom: 100px;
}
.page-template-template-luggage h3 {
    margin: 30px 0 30px;
}
.page-template-template-luggage .fa-ul {
    margin-left: 1.9em;
}
.page-template-template-luggage .standout {
    padding: 20px;
    text-align: center;
    background: #f3e9e3;
    font-weight: 500;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
    margin: 15px 2px 40px;
}

.offers-wrap h4.year-2018 {
    text-align: center;
    font-family: 'freight-sans-pro', sans-serif;
    color: #e46d2d;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -30px;
    margin-bottom: 20px;
}

.offers-wrap .year-btns .btn:not(.active) {
    color: #00529c;
}
.offers-wrap .btn.btn-view {
    background: #fff;
    border: 1px solid #e46d2d;
    padding: 2px 12px 3px;
    font-size: 15px;
    line-height: 18px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 30px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 500;
    color: #e46d2d;
}
.offers-wrap .btn.btn-view:hover {
    background: #e46d2d;
    color: #fff;
}

.fade-line {
    margin: 60px 190px 20px;
    height: 1px;
    border: 0;
    background: rgb(140,41,4); /* Old browsers */
    background: linear-gradient(to right, rgba(251,248,247,1) 0%,rgba(140,41,4,1) 50%,rgba(251,248,247,1) 100%);
}
/* about & onboard page */

.page-template-template-onboard .main-wrap h4, .page-template-template-about .main-wrap h4, .single-destination .col-sm-6 h4 {
    font-family: 'freight-sans-pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #7a1501;
    margin: 0 0 10px;
}
.page-template-template-onboard .row.second .image-cover {
    padding-bottom: 95%;
}
.page-template-template-onboard .row.seventh .image-cover {
    padding-bottom: 96%;
}
.page-template-template-about .main-wrap .second {
    padding: 0;
}
.page-template-template-about .main-wrap img.awc {
    float: right;
    width: 220px;
    margin: 10px 5px 10px 10px;
}
.page-template-template-about .main-wrap img.awards {
    width: 380px;
    margin: 20px auto 0;
}

/* single pages */

.page-template-template-careers .main-wrap .text h2, 
.page-template-template-about .main-wrap .text h2, 
.page-template-template-onboard .main-wrap .text h2, 
.single-destination .text h2,
.single-lodge .text h2,
.single-tour .text h2 {
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 34px
}
.the-kimberley-top-end .row.second .text.left h2 {
    font-size: 26px;
}
.kati-thanda-lake-eyre .row.second .text.left h2 {
    font-size: 25px;
}
.kati-thanda-lake-eyre .row.third .text.right h2 {
    font-size: 26px;
}
.kati-thanda-lake-eyre .row.third .text.right h2:first-child {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 22px
}
.page-template-template-careers .main-wrap .text.full, 
.page-template-template-about .main-wrap .text.full, 
.page-template-template-onboard .main-wrap .text.full {
    padding-left: 0;
    padding-right: 0;
}
.page-template-template-careers .main-wrap .text.left, 
.page-template-template-about .main-wrap .text.left, 
.page-template-template-onboard .main-wrap .text.left, 
.single-destination .text.left,
.single-lodge .text.left,
.single-tour .text.left {
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.page-template-template-careers .main-wrap .text.right, 
.page-template-template-about .main-wrap .text.right, 
.page-template-template-onboard .main-wrap .text.right, 
.single-destination .text.right,
.single-lodge .text.right,
.single-tour .text.right {
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}



.text.left .wrap .internal, 
.text.right .wrap .internal,
.internal.lead {
    margin: 15px 0 0 0;
    font-size: 17px;
    font-weight: 400
}
.wrap .internal hr {
    border-top: 1px solid rgba(0,0,0,0.35);
    width: 50%;
    display: inline-block;
    padding: 10px 0;
    margin: 10px 0 0;
}




/* lake eyre tour pages */
/* body[class*="lake-eyre"].tour .row.inclusions .left {
    float: right;
}
body[class*="lake-eyre"].tour .row.inclusions .right {
    float: left;
    padding-right: 40px;
    padding-top: 20px;
    padding-left: 5px;
} */

body[class*="lake-eyre"].tour .row.aircraft-gallery .left h2{
    font-size: 27px;
}
body[class*="lake-eyre"].tour .row.aircraft-gallery .left ul li {
    margin-bottom: 0px
}

.kati-thanda-lake-eyre .row.third ul li {
    margin-bottom: 0;
}


/* canning and simpson destination text - long */
.text.expand .wrap {
    height: auto;
    vertical-align: unset;
}
.text.expand .wrap .internal {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    max-height: 330px;
    overflow: hidden;
    transition: height 100ms 0s;
}
.page-template-template-sale-landing-default .text.expand .wrap .internal {
    max-height: 380px;
}

.more-link {
    display: block;
    padding-top: 50px;
    margin-top: -45px;
    z-index: 8;
    position: relative;
    box-shadow: inset 0 -70px 20px -20px rgba(255, 255, 255,1);
}
.bg .more-link {
    box-shadow: inset 0 -70px 20px -20px rgba(243, 243, 241,1);
}
.less-link {
    margin: 10px 0 10px;
    display: block;
}


.single-destination .row .image-cover.full {
    padding-bottom: 100%;
}
/* .single-destination .expandable {
    overflow: hidden;
}
.single-destination .expandable .image-cover {
}
 */

.single h1 {
    color: #fff;
    margin: 0 0 20px;
    z-index: 9;
    position: relative;
    font-size: 50px;
}
.lake-eyre-red-centre-field-of-light-extravaganza h1 {
    font-size: 42px;
}
.tile {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.tile .img-wrap {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.tile .img-wrap img {
    position: absolute;
    bottom: 0;
}
.tile img {
    transition-duration: 0.2s;
    width: 100%;
}

.videos .tile:hover img {
    -webkit-transform: none;
            transform: none;
}
.videos .tile:hover h3 {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.tile h3 {
    color: #252520;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 2px;
    min-height: 70px;
    padding: 10px 5px 0 15px;
    transition-duration: 0.2s;
}
.tile h3 a{
    color: #252520;
}
.tile h3 a:hover {
    color: #132520;
}
.tile h5 {
    padding: 0 5px 8px 15px;
    color: #7a1501;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
}
.tile h5 .lwr {
    font-weight: 400;
    font-size: 15px
}
.tile h5 .sep {
    font-weight: 100;
    margin: 0 5px;
    color: #232323;
}
.tile h5 .light {
    font-weight: 100;
}

.tile .banner_wrap {
    margin-right: 3px;
    min-width: 100px;
    margin-top: 0px;
}
.tile .banner_container {
    margin: 0px;
    width: auto;
}

.tile .ribbon_edge {
/*     float: left;
    display: inline-block;
    position: relative;
    background: #e46d2d;
    width: 0px;
    height: 29px; */
}
/* .tile .ribbon_edge::before {
    content: '';
    top: 0px;
    left: -29px;
    border-color: #e46d2d transparent transparent;
    border-style: solid;
    border-width: 29px;
    height: 0px;
    width: 0px;
    position: relative;
    float: left;
}
.tile .ribbon_edge::after {
    content: '';
    top: -84px;
    left: -29px;
    border-color: transparent transparent #e46d2d;
    border-style: solid;
    border-width: 29px;
    height: 0px;
    width: 0px;
    position: relative;
    float: left;
} */


.tile .rectangle {
  display: inline-block;
  float: left;
}
.tile .rectangle h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    z-index: 9;
    padding: 9px 0 0 15px;
}
.tile .the-offer {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 30px;
    font-size: 24px;
    letter-spacing: -0.9px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 110px);
    color: #e86d1f;
}


.luxury-short-breaks-seven-spirit-bay .row .image-cover {
    padding-bottom: 85%;
}
.luxury-short-breaks-seven-spirit-bay .row.moments .image-cover {
    padding-bottom: 70%;
}

.luxury-short-breaks-seven-spirit-bay a.red-btn {
    font-size: 15px;
    background: #c74a1a;
    border: #c74a1a;
    font-weight: 600;
    padding-left: 14px;
    padding-right: 14px;
}



.tile a:hover,
.tile a:active,
.tile a:focus {
    color: #e86d1f
}
.tile .the-offer.status {
    width: 100%;
    padding: 0 15px;
}

.tile .the-offer .small {
    font-size: 65%;
    text-transform: none;
    letter-spacing: 0;
    margin-left: 2px;
}
.tile .the-offer span {
    font-size: 70%;
    letter-spacing: 0;
    margin-left: 0;
}
.tile .the-offer span.highlight {
    font-size: 85%;
}

.price {
    display: inline-block;
    padding: 9px 0 0 15px;
    font-weight: 700;
    line-height: 16px;
    font-size: 17px;
    letter-spacing: 0.3px;
    color: #7a1501;
}
.tile .pp {
    display: block;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 15px;
}
.tile .explore {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 18px;
    font-weight: 400;
    margin: 4px 10px 10px 0;
    padding: 8px 18px;
    text-align: right;
    transition-duration: 0.2s;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    background: rgba(74,100,56,1);
}
.tile .explore:active,
.tile .explore:focus {
    color: #fff;
}
.tile .explore .fa {
    margin: 4px 0 0 8px;
    display: inline-block;
    float: right;
}
.tile .explore:hover {
    background: #fff;
    color: #252520
}
/* .tile-11 {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
} */



.tile .image {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}
.tile .image .offer-tag {
  display: block;
  width: 100px;
  height: auto;
  position: absolute;
  top: 0;
  left: 15px;
}

.tile .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .4s ease;
}

.tile:hover .overlay {
  height: 100%;
}
/* .tile .overlay .caption {
    margin-top: 6px;
} */

.related h2 {
    padding-bottom: 20px;
}
.related .tile {
    background: #232323;
    height: 280px;
    transition-duration: 0.3s;
}
.related .tile:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.7)
}
.related .tile h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 20px;
    width: 90%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: -24px;
    left: 0;
    bottom: 0;
    right: 0;
    text-shadow: 0px 0px 18px rgba(0,0,0,0.9), 0px 0px 3px rgba(0,0,0,0.2);
}

.related .tile .foot {
    color: #fff;
    text-align: left;
    margin-top: -44px;
    z-index: 8;
    background: #232323;
    position: relative;
    height: 44px;
}
.related .tile .sep {
    display: inline-block;
}
.related .tile .explore {
    color: #fff;
    display: inline-block;
    float: right;
    margin: 0;
    padding: 10px 22px;
    text-align: center;
    transition-duration: 0.4s;
    text-transform: uppercase;
    border: none;
}
.related .tile .explore:hover {
    color: #fff;
}
.related .tile .explore .fa {
    transition-duration: 0.3s;
}
.related .tile .explore:hover .fa {
    margin: 3px -2px 0 10px;
}

.related .tile:hover img {
    -webkit-transform: none;
            transform: none;
    box-shadow: none;
}
.related .tile .foot .days {
    display: inline-block;
    text-align: left;
    float: left;
    margin: 11px 10px 0 15px;
    text-transform: uppercase;
}
.related .tile .foot .from {
    display: inline-block;
    margin: 11px 0 0 8px;
}
.related .tile .foot .from_price {
    font-weight: 600;
    letter-spacing: 0.5px
}
.related .tile .foot .pp {
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 15px;
    text-transform: none;
}


.arrow_box {
    padding: 5px 10px 5px 5px;
    width: auto;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 0;
    color: #fff;
    margin-top: 0;
    left: auto;
    float: right;
    font-size: 17px;
    background: #e46d2d;
    line-height: 20px;
    height: 30px;
    border-radius: 3px 0 0 3px;
    font-weight: 700;
}
.arrow_left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #e46d2d;
    position: absolute;
    left: -13px;
    top: 0;
    border-radius: 3px;
}


.home .destination .arrow_box {
    padding: 4px 5px 6px 20px;
    width: auto;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #fff;
    margin-top: 0;
    font-size: 17px;
    background: #e46d2d;
    line-height: 20px;
    height: 30px;
    border-radius: 0 3px 3px 0;
    font-weight: 700;
    right: auto;
    top: auto;
}
.home .destination .arrow_left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #e46d2d;
    border-right: none;
    position: absolute;
    right: -13px;
    left: auto;
    top: 0;
    border-radius: 3px;
}

.tiles .tour-id-817 .arrow_box {
    background: rgba(74,100,56,1);
}
.tiles .tour-id-817 .arrow_left {
    border-right: 15px solid rgba(74,100,56,1);
}
.home .related.popular {
    padding: 40px 0 50px
}
.home .related.popular h2 {
    padding: 0 0 30px
}
.home .related.popular .tile {
    height: auto;
    position: relative;
}
.home .related.popular .tile .image {
    position: relative;
    display: block;
}
.home .related.popular .tile h3 {
    font-size: 32px;
    top: 40%;
    left: auto;
    z-index: 1;
    right: auto;
    width: 100%;
    min-height: unset;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1;
    max-height: 40px;
}
.home .related.popular .tile h3 a {
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.6), 0 0 3px rgba(0, 0, 0, 0.2);
}
.home .related.popular .tile a.sml_link {
    font-size: 15px;
    top: 52%;
    left: auto;
    z-index: 1;
    right: auto;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 0 0;
    line-height: 1;
    max-height: 40px;
    color: #fff;
    position: absolute;
    text-shadow: 0 0 1px rgba(0,0,0,0.7), 0 0 10px rgba(0,0,0,0.9), 0 0 25px rgba(0,0,0,0.9);
}
.home .related.popular .tile .foot a {
    color: #fff;
}

.home .row.safe {
    padding: 60px 0 50px;
}
.home .safe h2 {
    margin-bottom: 40px !important;
}

.travel-update h2 {
    color: #7a1501;
    margin-top: 40px !important;
    margin-bottom: 50px !important;
    text-align: center;
}
.travel-update .tile {
    background: transparent;
}
.travel-update .tile, .home .safe .tile {
    box-shadow: none;
    text-align: center;
    background: transparent;
}
.travel-update .tile .icon,
.home .safe .tile .icon {
    width: 50%;
}
.travel-update .tile h3,
.safe .tile h3 {
    height: unset;
    min-height: unset;
    margin: 0 auto 14px;
}
.travel-update .tile p,
.home .safe .tile p {
    padding: 0;
}
.travel-update .tile a.btn,
.safe .tile a.btn {
    background: #7a1501;
    color: #fff;
    padding: 8px 20px;
    border: none;
    font-size: 17px;
    font-weight: 400;
    margin: 5px auto;
}
.travel-update .tile .fa,
.safe .tile .fa {
    margin: 4px 0 0 8px;
    display: inline-block;
    float: right;
}

.single-lodge .row.first .col-sm-6.left {
    padding-right: 50px;
    padding-left: 0;
}
.single-lodge .row.first .text.left .wrap .internal {
    margin: 5px 0 0 0;
}
.single-lodge .row.second .col-sm-6.right {
    padding-left: 50px;
    padding-top: 20px;
    padding-right: 0;
}

.single-lodge .row.second .col-sm-6.right ul {
    padding: 0 0 0 28px;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 30px;
}
.single-lodge .row.second .col-sm-6.right li {
    margin: 0 0 5px;
    line-height: 22px;
    font-size: 18px;
}
.single-lodge .row.second .col-sm-6.right li svg {
    display: inline-block;
    height: 1em;
    left: 50px;
    position: absolute;
    text-align: center;
    width: 11px;
    line-height: inherit;
    margin-top: 5px;
}
.single-lodge .row.third {
    padding: 0 0 30px;
}
.single-lodge .row.lodge-tours ul.tiles:last-child {
    margin-bottom: 0px;
}
.single-lodge .row.last {
    padding: 40px 0;
}
.single-lodge .row.last h3 {
    color: #252520;
    margin: 30px 0px 30px;
    padding: 0;
    font-size: 44px;
}
.single-lodge .tile .logo {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: auto;
}
.single-lodge .tile .text {
    display: block;
    height: 100px;
    margin: 0 auto;
    padding: 15px 15px;
    width: auto;
    font-size: 24px;
    color: #252520
}
.single-lodge .tile .desc {
    min-height: 130px;
    padding: 15px;
}
.single-lodge .tile a.explore {
    color: #fff;
}
.single-lodge .last .tile .explore {
    background: #e46d2d;
    float: left;
    margin: 0 0 15px 15px;
    border: 2px solid #e46d2d; 
}
.single-lodge .tile a.explore:hover {
    background: #fff;
    color: #e46d2d;
}
.single-lodge .fixed-side {
    background: #F3F3F1 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
    font-size: 14px;
    font-weight: 600;
    left: 0;
    margin-right: -2px;
    padding: 5px 14px 5px 13px;
    position: fixed;
    text-transform: uppercase;
    top: 50%;
    z-index: 8;
}
.single-lodge .fixed-side {
    color: #252520;
}
.single-lodge .fixed-side:hover {
    color: #e86d1f;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
    padding: 5px 18px 5px 13px;
    font-size: 13px;
}
.single-lodge .fixed-side:hover i {
    color: #252520;
}


/* videos page */
.row.bg.video-area {
    padding: 60px 0;
}
.video-area .tile {
    text-align: center;
}
.video-area .tile h2 {
    padding: 17px 0 15px;
    margin: 0;
    font-size: 28px;
}
.video-area .tile .overlay.fa {
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 100px;
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    line-height: 76px;
    height: 80px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    padding: 0px 0 0 8px;
    position: absolute;
    text-align: center;
    top: 170px;
    vertical-align: middle;
    transition: all .35s;
    box-shadow: 0 0 15px 40px rgb(0, 0, 0, 0.2) inset;
}

.video-area .tile a:hover .overlay.fa {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 15px 40px rgb(255, 255, 255) inset;
    color: #000
}
.video-area .arnhem-land .tile a:hover .overlay.fa {
    color: #4a6438;
}
.video-area .kimberley .tile a:hover .overlay.fa {
    color: #8c2904;
}
.video-area .cape-york .tile a:hover .overlay.fa {
    color: #476E30;
}
.video-area .pilbara .tile a:hover .overlay.fa {
    color: #af7b0a;
}
.video-area .canning .tile a:hover .overlay.fa {
    color: #ae3727;
}
.video-area .tasmania .tile a:hover .overlay.fa {
    color: #125a5a;
}

.video-area .tile .foot {
    min-height: 76px;
    padding: 20px 0;
}
.video-area .tile .foot .btn {
    width: 220px;
    background: #fff;
    border: 2px solid #7a1501;
    color: #7a1501;
    margin: 0 auto;
}
.video-area .tile .foot .btn i {
    margin: 0 10px 0 0;
}
.video-area .tile span.title {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    display: block;
}
/* .video-area .tile span.hover {
    animation-duration: 0.2s;
    display: none;
    font-family: 'freight-sans-pro';
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin-top: -190px;
    color: #fff
}
.video-area .tile span.hover span {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    color: #000;
    display: block;
    font-size: 12px;
    margin: 4px auto 0;
    padding: 2px 0 3px;
    width: 60px;
    text-shadow: none;
    font-weight: 200;
    line-height: 20px;
}
.video-area .tile a:hover span.hover {
    display: inline-block;
} */



/* offers page */
.offers-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.offers-wrap h2 {
    text-align: center;
    padding: 0 0 20px;
}
.offers-wrap .cond {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 30px
}
.offers-wrap .region {
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.offers-wrap .offer-head h3 {
    color: #fff;
    font-family: 'freight-sans-pro', sans-serif;
    padding: 10px 20px;
    font-size: 22px;
    display: inline-block;
    margin: 0;
}
.offers-wrap .offer-head .expand {
    border-radius: 50px;
    padding: 0 0;
    font-weight: 300;
    font-size: 15px;
    width: 130px;
    display: inline-block;
    text-align: center;
    background: rgba(255,255,255,0.3);
    margin: 14px 20px;
    line-height: 26px;
    text-transform: none;
    color: #fff;
    float: right;
    cursor: pointer;
}

.offer-table .col-xs-6.tour {
    width: 32%;
    border: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.offer-table .col-xs-2 {
    width: 22.666667%;
}
.offer-table .col-xs-3 {
    width: 34%;
}
.offer-table .col-xs-6 {
    width: 68%;
}
.offer-table .tour-row [class^="col-xs-"], .offer-table .tour-row [class*=" col-xs-"] {
    min-height: 100%;
    overflow-y: hidden;
    position: relative;
    height: 100%;
}
.offer-table .header-row [class^="col-xs-"], .offer-table .tour-row [class*=" col-xs-"].
.offer-table .tour-row [class^="col-xs-"], .offer-table .tour-row [class*=" col-xs-"] {
    padding: 0 10px 0 20px;
}

.offers-wrap .header-row {
    padding: 10px 5px;
    width: 100%;
    font-weight: 600;
    min-height: 45px;
    font-size: 16px;
}
.offers-wrap .header-row .tour {
   text-transform: uppercase;
}
.offers-wrap .header-row .col-xs-2 {
   letter-spacing: -0.6px
}
.offers-wrap .header-row i {
    margin-right: 10px;
    padding-left: 15px;
}


.offers-wrap .tour-row {
    padding: 0px 5px;
    width: 100%;
    height: 120px;
}
.offers-wrap .tour-row > div {
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 2px solid rgba(140,41,4,0.1);
}
.offers-wrap .tour-row .tour h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 25px;
}
.offers-wrap .tour-row .tour h5 a {
    color: #252520;
}
.offers-wrap .tour-row .tour h5 a:hover {
    color: #e46d2d;
}
.offers-wrap .tour-row .tour .sub {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.offers-wrap .tour-row .tour .sub .lwr {
    font-weight: 300;
}
.offers-wrap .tour-row .tour .price {
    font-size: 18px;
    padding: 0;
}
.offers-wrap .tour-row .tour .price .from_price {
    font-weight: 700;
}

.offers-wrap .tour-row .offer {
    text-transform: uppercase;
    line-height: 26px;
    font-size: 28px;
    letter-spacing: -0.3px;
}
.offers-wrap .tour-row .offer .highlight {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 900
}
.offers-wrap .tour-row .depart {
    font-size: 15px;
}

.offers-wrap .tour-row .offer-wrap {
    padding-left: 12px
}
.offers-wrap .tour-row .offer .small {
    text-transform: none
}
/* .offers-wrap .tour-row .offer-wrap:not(.offer-0) .offer {
    text-transform: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin: 10px 0 0 0;
    display: inline-block;
} */
.offers-wrap .tour-row .offer-wrap:not(.offer-0) .depart {
    font-size: 15px;
    display: inline-block;
}

.offers-wrap .offer-table {
    background: rgba(255,255,255,0.97);
    display: none;
}
.offers-wrap .offer-table .tour-row.even {
    background: #fff;
}


.offers-wrap .tour-row .banner_wrap {
    display: inline-block;
    float: left;
    height: auto;
    overflow: hidden;
    min-width: 30px;
    margin-left: -22px;
    position: absolute;
    top: 23px;
}
.offers-wrap .tour-row .banner_container {
    margin: 0px;
    width: auto;
    background: #e46d2d;
    height: 28px;
    display: inline-block;
}
.offers-wrap .tour-row .ribbon_edge {
    float: left;
    display: inline-block;
    position: relative;
    background: #e46d2d;
    width: 0px;
    height: 30px;
}
.offers-wrap .tour-row .ribbon_edge::before {
    content: '';
    top: 0px;
    left: -32px;
    border-color: #e46d2d transparent transparent;
    border-style: solid;
    border-width: 29px;
    height: 0px;
    width: 0px;
    position: relative;
    float: left;
}
.offers-wrap .tour-row .ribbon_edge::after {
    content: '';
    top: -97px;
    left: -32px;
    border-color: transparent transparent #e46d2d;
    border-style: solid;
    border-width: 29px;
    height: 0px;
    width: 0px;
    position: relative;
    float: left;
}


/* home page */
.home .main-wrap h2 {
    font-size: 40px;
    margin: 10px 0 5px;
    color: #7a1501;
    padding: 0;
    text-align: center;
}
.home .row.bg {
    padding: 40px 0 60px;
}
.home .find {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
}
.home .find p {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 0;
}

.home .aus-map {
    padding: 0 0 0 1%;
}
.home .aus-map img {
    margin: 0 auto;
    width: 97%;
}

.home .call-out {
    padding: 50px 0;
}


.line {
    width: 100%;
    position: relative;
    z-index: 9;
    border-bottom: 6px dotted transparent;
}
.home .home-tile .view {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 25px 9px;
    margin: 10px 0 0;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
}
.home .home-tile .view:hover {
    background: #fff !important;
    color: #252520;
}
.home .home-tile .view i {
    margin: 3px 0 0 12px;
    font-size: 19px;
    float: right;
}

.home .home-tile .available {
    font-weight: 600;
}
.home .destination .anchor {
    position: absolute;
    right: 0px;
    bottom: auto;
    width: 34px;
    height: 34px;
    z-index: 9;
    background: transparent;
    border-radius: 50px;
    box-shadow: 0 0 0 10px rgba(90,90,90,0.10);
}
/* offers page */

.offers-map .instruction {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 2px solid #252520;
    border-radius: 3px;
    color: #252520;
    font-family: freight-sans-pro;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    line-height: 22px;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 39%;
    width: 270px;
}
.row.offers-area {
    padding: 50px 0;
}
.row.offers-map {
    padding: 50px 0;
}
.row.offer-region {
    display: none;
}
.row.offer-region.active {
    display: block;
}
.row.offer-region h2 {
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
}
.marker {
    position: absolute;
    cursor: pointer;
    z-index: 3;
    padding: 5px 10px;
    width: 50px;
    height: 40px;
}

.aus-map .marker i {
    transition: all .4s;
    -webkit-animation-name: marker-pulsate;
            animation-name: marker-pulsate;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite
}
@-webkit-keyframes marker-pulsate {
    0% {
        /* -webkit-transform: scale(0.95, 0.95); */
        /* opacity: 1; */
        box-shadow: 0 0 0 14px rgba(90,90,90,0.3);
    }
    50% {
        /* -webkit-transform: scale(1.05, 1.05); */
        /* opacity: 0.7; */
        box-shadow: 0 0 0 7px rgba(90,90,90,0.1);
    }
    100% {
        /* -webkit-transform: scale(0.95, 0.95); */
        /* opacity: 1; */
        box-shadow: 0 0 0 14px rgba(90,90,90,0.3);
    }
}
.marker i {
    color: #888
}
.aus-map .marker i {
    font-size: 30px;
    box-shadow: 0 0 0 10px rgba(90,90,90,0.10);
    border-radius: 50px;
    position: absolute;
    top: auto;
    left: auto;
}
.aus-map .marker i.small {
    position: absolute;
    z-index: 2;
    color: #000;
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
}
.aus-map .marker:hover i:not(.small), .aus-map .marker.active i:not(.small) {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); 
    -webkit-animation-name: none; 
            animation-name: none;
}
.aus-map .marker:hover i.small, .aus-map .marker.active i.small {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); 
    color: rgba(255,255,255,0.9)
}
/* lake eyre */
.marker.kati-thanda-lake-eyre {
    left: 55%;
    top: 49%;
}
/* bird watching */
.marker.id-224 {
    left: 34%;
    top: 9%;
}
/* christmas */
.marker.id-779 {
    left: 47%;
    top: 0%;
}
/* fishing */
.marker.id-777 {
    left: 51.5%;
    top: 3%;
}
/* arnhem */
.marker.id-214 {
    left: 49%;
    top: 10%;
}
/* kimberley */
.marker.id-215 {
    left: 34%;
    top: 18%;
}
/* pilbara */
.marker.id-216 {
    left: 18%;
    top: 51%;
}
/* cape york */
.marker.id-217 {
    left: 67%;
    top: 14%;
}
/* east coast islands */
.marker.id-782 {
    left: 83%;
    top: 30.4%;
}
/* outback qld */
.marker.id-784 {
    left: 62%;
    top: 25%;
}
/* central */
.marker.id-218 {
    left: 49%;
    top: 38%;
}
/* binns */
.marker.id-2790 {
    left: 51%;
    top: 32%;
}
/* SA */
.marker.id-219 {
    left: 59.5%;
    top: 62%;
}
/* tasmania */
.marker.id-221 {
    left: 75.1%;
    top: 86.9%;
}
/* canning */
.marker.id-222 {
    left: 24%;
    top: 40%;
}
/* simpson */
.marker.id-223 {
    left: 56.8%;
    top: 43.9%;
}
/* tour & train */
.marker.id-5299 {
    top: 44%;
    left: 44%;
}

.the-map .destination {
    padding-top: 25px;
}
.destination .tile-wrap {
    background: #fff;
}
.destination .home-tile {
    display: none;
}
.destination .home-tile.active {
    display: block;
}
.destination .home-tile {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.destination .home-tile h3 {
    padding: 15px 20px 0;
    font-size: 22px;
    line-height: 28px;
}
.destination .home-tile p {
    padding: 24px 20px 10px;
}
.destination .home-tile .available {
    padding: 0px 20px 0;
    text-transform: uppercase;
}
.destination .home-tile .view {
    margin: 0 20px 25px;
}

.destination .home-tile h3 {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.destination .home-tile img {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}
.destination .home-tile p {
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}
.destination .home-tile .available {
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
}
.destination .home-tile .view {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}
.destination .home-tile .img-wrap {
    overflow: hidden;
    height: 220px;
    display: block;
    position: relative;
}
.destination .home-tile .img-wrap img {
    position: absolute;
    bottom: 0;
}

.booking .main-wrap {
    padding-top: 60px;
    padding-bottom: 90px;
}
.booking .tour-data .dl-horizontal {
    background: #fff;
    padding: 20px 10px 25px 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin-top: 20px;
}
.booking .gform_body li.gfield {
    margin: 10px 0 0;
}
.booking .gform_body li.gfield .ginput_container_select {
    height: 48px;
    margin-bottom: 10px;
}

.gform_validation_container {
    display: none !important;
    visibility: hidden !important;
}

#sidebar {
    float: right;
    width: 27%;
}

/* Slider */
.banner {
    margin-top: -50px;
    margin-bottom: 0;
/*     min-height: 700px; */
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9;
}
.banner .slide-image {
    min-height: 700px;
}
.banner {
    min-height: 900px;
}
.banner .slide-image {
    min-height: 900px;
}
.banner .carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 70px;
    font-weight: 100;
    height: 70px;
    line-height: unset;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-shadow: none;
    top: 45%;
    width: auto;
    z-index: 100;
}
.carousel:hover .carousel-control {
    opacity: 1;
}
.banner .carousel-control.left {
    left: 1%;
}
.banner .carousel-control.right {
    right: 1%;
}
.banner .carousel-control.left:hover,
.banner .carousel-control.right:hover {
    color: #fdfdfd;
}
.banner .carousel-control.left>span:nth-child(1) {
    left: 45%
}
.banner .carousel-control.right>span:nth-child(1) {
    right: 45%
}
.banner .play {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 600;
    left: 50%;
    margin: 0 0 0 -50px;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    top: 38%;
    vertical-align: middle;
    width: 90px;
    z-index: 999999;
    display: inline-block
}
.banner .play:hover {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1), 1px -2px 12px rgba(0, 0, 0, 0.5);
}
.banner .play i {
    border-radius: 100px;
    display: block;
    font-size: 42px;
    height: 90px;
    line-height: 88px;
    margin: 0px auto 5px;
    padding: 0 0 0 12px;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    text-shadow: none;
    transition-duration: 0.1s;
    border: 2px solid rgb(255, 255, 255, 1);
    color: #fff;
    box-shadow: 0 0 15px 40px rgba(0, 0, 0, 0.2) inset;
    font-weight: 600;
}
.banner .play:hover i {
    font-weight: 200;
    box-shadow: 0 0 15px 40px rgba(0, 0, 0, 0.2) inset, 0 0 25px 20px rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
    padding-top: 0px;
}
.banner .btn {
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    margin: 18px 10px 0 0;
    padding: 8px 30px;
    background: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 15px 40px rgba(0, 0, 0, 0.3) inset;
    float: left;
    clear: both;
}
.banner .btn:hover {
    background: #fff;
    color: #000;
    box-shadow: none;
}
#hero-slider .slide-text {
    left: 0;
    bottom: 6%;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: left;
    display: block
}
#hero-slider .slide-text > h1, #landing .slide h1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 14px;
    padding: 0 0 6px;
    border-bottom: 1px solid #fff;
    text-shadow: 0 0 65px rgba(0, 0, 0, 0.9), 0 -2px 45px rgba(0, 0, 0, 0.9), 0 2px 35px rgba(0, 0, 0, 0.9), 0 0 3px rgba(0, 0, 0, 0.7);
}
#hero-slider .slide-text > h1.with-img {
    border-bottom: none;
    max-width: 480px;
    display: block;
}
.home #hero-slider .slide-text {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: left;
    top: auto;
    bottom: 70px;
    display: inline-block
}
/* #landing .slide h1, .home #hero-slider .slide-text > h1 {
} */
#hero-slider .slide-text > p {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    animation-delay: 0.1s;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0;
    text-shadow: 0 5px 25px rgba(0, 0, 0, 0.8), -2px 1px 3px rgba(0, 0, 0, 0.6), 1px 2px 32px rgba(0, 0, 0, 0.8), 1px -2px 10px rgba(0, 0, 0, 0.7);
}
#hero-slider .slide-text > p span {
    text-shadow: 3px 1px 3px rgba(0, 0, 0, 0.6), 1px 2px 32px rgba(0, 0, 0, 0.8), 1px -2px 10px rgba(0, 0, 0, 0.7);
}
#hero-slider .slide-text > p span.pad {
    display: inline-block;
    margin-top: 7px;
}
.single-destination #hero-slider .slide-text p {
    font-weight: 700;
    letter-spacing: 0.3px;
    font-size: 24px;
}

.banner_wrap {
    margin-right: 36px;
    display: inline-block;
    float: left;
    margin-bottom: -20px;
    margin-top: -3px;
    position: relative;
}
.banner_container {
    margin: 0px;
    width: auto;
    background: #e46d2d;
    height: 32px;
    display: inline-block;
}
.rectangle {
  display: inline-block;
  float: left;
}
.rectangle h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    z-index: 9;
    padding: 0px 0 0 12px;
    font-weight: 700;
    line-height: 11px;
}
.ribbon_edge {
    float: left;
    display: inline-block;
    position: absolute;
    background: #e46d2d;
    width: 0px;
    height: 29px;
}
.ribbon_edge::before {
    content: '';
    top: 0px;
    left: -29px;
    border-color: #e46d2d transparent transparent;
    border-style: solid;
    border-width: 29px;
    height: 0px;
    width: 0px;
    position: absolute;
    float: left;
}
.ribbon_edge::after {
    content: '';
    top: -26px;
    left: -29px;
    border-color: transparent transparent #e46d2d;
    border-style: solid;
    border-width: 29px;
    height: 0px;
    width: 0px;
    position: absolute;
    float: left;
}
.single-destination .lead h1 {
    color: #222;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
}


#hero-slider .slide-text .btn {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#hero-slider .slide-image {
    background-position: bottom center;
    background-size: cover;
    box-shadow: 0 60px 40px -45px rgba(0, 0, 0, 0.6) inset, 0 -240px 80px -100px rgba(0, 0, 0, 0.5) inset;
}
.home-preview #hero-slider .slide-image {
    box-shadow: none;
}

.carousel-indicators {
    bottom: 0;
}



.fancybox-infobar-wrap {
    background: rgba(0,0,0,0.9);
    height: 52px;
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 99999;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.fancy-title {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 10px;
}
.fancy-title span {
    text-transform: none;
}
.fancy-caption {
    opacity: 0.8;
}
.fancybox-button--thumbs {
    width: 70px;
    font-size: 14px;
}
.fancybox-button--close {
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0 10px
}
.fancybox-button--close svg {
    width: 26px;
    float: right;
    margin: -1px 0 0 3px;
}
.fancybox-button--thumbs .fa {
    font-size: 18px;
    float: right;
    margin-top: 3px;
}


/* camps lodges */

.fixed {
    background-attachment: fixed;
}
.hidden {
    display: none;
}
.license {
    background: rgba(0,0,0,0.02);
    padding: 15px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
}

#landing {
    height: 100%;
    margin: -54px auto 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}



#landing .slide .wrapper {
    display: none;
}
#landing .active .slide .wrapper {
    display: inline-block;
}
#landing .active .slide br:last-of-type {
    display: none;
}



#landing ol {
    display: block;
    height: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-out 0s;
    width: 100%;
    padding: 0;
    /*   margin-top: -54px; */
}
#landing ol .slide {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
#landing .slide .wrapper {
    position: fixed;
    color: #fff;
    top: 40%;
    width: 100%;
    text-align: center;
}
#landing ol .slide .wrapper {
    opacity: 0;
    z-index: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; /* FF 4 */
    -webkit-transition: all 0.4s ease-in-out; /* Safari & Chrome */
    -o-transition: all 0.4s ease-in-out; /* Opera */
}
#landing ol.active .slide .wrapper {
    opacity: 1;
    z-index: 1;
}
#landing .slide .wrapper h4 {
    font-size: 30px;
    font-family: 'freight-sans-pro', sans-serif;
    font-weight: 400;
    margin: 0 auto 30px;
    width: 80%;
    text-shadow: 0 2px 11px rgba(0,0,0,0.9),0 -3px 12px rgba(0,0,0,0.9), 0 0px 2px rgba(0,0,0,0.7);
    letter-spacing: -0.5px;
    line-height: 36px;
}
#landing .slide .wrapper h1 {
    max-width: 800px;
    border-bottom: none;
    letter-spacing: -0.2px;
    font-size: 48px;
    line-height: 50px;
}
#landing .slide .wrapper a {
    font-size: 18px;
    color: #fff;
    border: 2px solid #e86d1f;
    padding: 9px 30px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
    font-weight: 500
}
#landing .slide .wrapper a:hover {
    background: #fff;
    color: #e86d1f;
    border: 0px solid #fff;
}
#landing ol .bg-image {
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    display: inline-block;
    height: 1000px;
    padding: 0;
    position: relative;
    width: 100%;
}
#landing .scroll {
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-decoration: none;
    z-index: 998;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.4);
    margin: -61px 0 26px 0;
    vertical-align: middle;
    position: fixed;
    bottom: 20px;
    text-align: center;
    left: 50%;
    width: 200px;
    margin-left: -100px;
}
#landing .scroll i {
    font-size: 34px;
    line-height: 34px;
    vertical-align: middle;
    margin: 0 14px 0 0;
}
#landing .scroll span {
    font-size: 22px;
    line-height: 34px;
    vertical-align: middle;
    -webkit-animation-name: pulsate;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}
@-webkit-keyframes pulsate {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

.in-page.search {
    margin: 0 auto 20px;
}
.in-page.search input {
    padding: 12px;
    height: auto;
    font-size: 17px;
}




.carousel-inner > .item {
/*     -webkit-backface-visibility: visible;
            backface-visibility: visible; */
}


/* Carousel Fading slide */
.carousel-fade .carousel-inner { }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.row.careers {
    padding: 90px 0 60px;
}
.row.careers .col-sm-12 p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 40px;
}

#field_18_16 {
    width: 49%;
    margin-top: -100px;
    float: right;
    position: relative;
    z-index: 99;
}

.row.brochures .col-sm-12 {
    font-weight: 500;
    font-size: 16px
}
.row.brochures .col-sm-2 {
    text-align: center;
}
.row.brochures .col-sm-2 .btn {
    padding: 5px 15px;
    font-size: 15px;
    display: block;
    margin: 15px auto 5px;
}
.row.brochures .col-sm-2 .link {
    display: block;
    margin-bottom: 30px;
}
@media (min-width:768px) {

    .row.brochures .col-sm-2 {
        width: 20%;
    }

}



.banner.video .overlay {
    width: 100%;
    height: 100%;
    box-shadow: inset 0 100px 200px 80px rgba(0,0,0,0.5);
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
}
.banner.video .embed-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    background: #000;
    animation-name: color;
    animation-duration: 3s;
    animation-iteration-count: 3;
}
.banner.video .embed-container iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 8
}

@keyframes color {
  0% {
    background-color: #000;
  }
  50% {
    background-color: #1c1f0d;
  }
  100% {
    background-color: #000;
  }
}


.banner.video .slide-text {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  text-align: left;
  top: auto;
  bottom: 70px;
  display: inline-block;
  z-index: 9
}
.banner.video .embed-container h1 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #fff;
  display: inline-block;
  font-size: 50px;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 60px;
  margin-bottom: 14px;
  padding: 0 0 6px;
  border-bottom: 1px solid #fff;
  text-shadow: 0 0 65px rgba(0, 0, 0, 0.9), 0 -2px 45px rgba(0, 0, 0, 0.9), 0 2px 35px rgba(0, 0, 0, 0.9), 0 0 3px rgba(0, 0, 0, 0.7);
}
.banner.video .embed-container p {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0;
  text-shadow: 0 5px 25px rgba(0, 0, 0, 0.8), -2px 1px 3px rgba(0, 0, 0, 0.6), 1px 2px 32px rgba(0, 0, 0, 0.8), 1px -2px 10px rgba(0, 0, 0, 0.7);
}



sup {
    top: -0.3em;
}
.note-sale {
    margin: 20px 5px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid rgba(168, 31, 19, 0.3);
    padding: 7px 15px 10px;
    color: ;
}

.terms-conditions #content h4 {
    font-family: 'freight-sans-pro', sans-serif;
}
.terms-conditions #content p > span {
    font-weight: 500;
}
.terms-conditions #content table td {
    border: 1px solid #ddd;
}
.terms-conditions .protection {
    background: #fff;
    padding: 20px 25px 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.15);
}

.table.fares {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
}
.table.fares th {
    text-transform: uppercase;
}
.table.fares thead th {
    text-align: center;
    padding: 15px 10px;
}
.table.fares tbody th {
    text-align: right;
}
.table.fares tbody th span {
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-transform: none;
}
.table.fares th,
.table.fares td {
    border: 1px solid #aaa !important;
    padding: 10px;
}
.table.fares thead th:nth-child(even),
.table.fares tbody td:nth-child(even) {
    background: #dce7f3;
}
.table.fares thead th:nth-child(odd),
.table.fares tbody td:nth-child(odd) {
    background: #f1e7dc;
}
.table.fares thead th:nth-child(1) {
    background: transparent;
    border-top: none !important;
    border-left: none !important;
}
.table.fares .highlight,
.table.fares tbody .highlight td {
    background: #f1c063;
}

.table.walk {
    background: #fff;
    box-shadow: 0 5px 8px -5px rgb(0 0 0 / 30%);
    margin: 0px 0 10px;
    border: none;
}

table.table.walk tr td,
table.table.walk tr th {
    border: none;
    color: #222;
}
table.table.walk tr th {
    color: #fff;
    text-transform: uppercase;
}
.table.walk tr td:nth-child(1) {
    font-weight: 600
}
.table.walk tr:nth-child(odd) {
    background: #fff;
}
.table.walk tr:nth-child(even) {
    background: rgba(255,255,255,0.95)
}

.table.walk tr td:last-child {
    white-space: normal;
}

.home .row.alert {
    padding-top: 50px;
    padding-bottom: 70px;
}
.home .alert h2 {
    color: #000;
    font-size: 34px;
    margin-bottom: 15px;
}
.home .alert p {
    margin-bottom: 5px;
}

.fishing-tours .row .logo {
    max-width: 450px;
}
.fishing-tours .text.left .wrap .internal {
    padding-right: 20px;
}
.fishing-tours .text.right .wrap .internal {
    padding-left: 20px;
}
.fishing-tours .col-sm-6 h3 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 26px;
}
.fishing-tours .col-sm-6 h4 {
    color: #c74a1a;
    font-size: 19px;
    font-weight: normal;
    margin-top: -25px;
    margin-bottom: 20px;
}
.fishing-tours .barra .col-sm-6 h4,
.fishing-tours .barra .col-sm-6 .red {
    color: #650c00;
}
.fishing-tours .col-sm-6 .red {
    color: #c74a1a;
    font-weight: 500;
}
.fishing-tours .col-sm-6 .gray {
    color: #666;
    font-size: 15px;
    margin-top: -2px;
    display: block;
}
.fishing-tours .col-sm-6 ul {
    margin-bottom: 25px
}
.fishing-tours .col-sm-6 p {

}
.fishing-tours .col-sm-6 p.small {
    font-size: 14px;
    line-height: 17px;
    font-style: italic;
    color: #666;
}
.fishing-tours .seventh {
    padding-top: 40px;
    padding-bottom: 40px;
}
.fishing-tours p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.fishing-tours .btn {
    padding: 8px 50px;
    border-radius: 8px;
}
.fishing-tours .btn:hover {
    color: #fff;
}


/* Make slide in box hidden off screen with fixed positioning 100% to the right */
.prompt {
    max-width: 600px;
    padding: 20px 30px;
    position: fixed;
    z-index: 100;
    top: auto;
    right: -100%;
    background: #fff;
    height: auto;
    box-shadow: 1px 1px 20px rgba(0,0,0,.2);
    transition: all .5s ease-in-out;
    bottom: 60px;
    border-left: 5px solid #7a1501;
}
/* Set positioning back to 0 when toggled opened */
.prompt.open {
    right: 0; 
}
.prompt p {
    margin: 10px 0 0;
}
.prompt button.btn {
    font-size: 15px;
    padding: 5px 20px;
    margin: 15px 10px 15px 0;
    border-color: #7a1501;
    border-width: 1px;
    border-radius: 0
}
.prompt button.btn.accept {
    background: #7a1501;
}
.prompt button.btn.accept:hover {
    color: #eee;
}
.prompt button.btn.decline {
    background: #fff;
    color: #7a1501;
}
a#view-eoi-modal {
    background: #e86d1f;
    border-color: #e86d1f;
    border-radius: 50px;
    margin: -18px auto 40px;
    width: 260px;
    text-align: center;
    display: block;
    padding: 3px 20px;
    font-size: 18px;
}
#gform_24 ul.gfield_checkbox {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    margin-bottom: 20px;
}
#gform_24 .top_label .gfield_label {
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
}

.about-journey-beyond .first {
    padding-top: 110px;
    padding-bottom: 110px;
}
.about-journey-beyond .first .col-sm-6.left {
    width: 40%;
    padding-right: 30px;
}
.about-journey-beyond .first .col-sm-6.left h2 {
    font-size: 20px;
    line-height: 28px;
}
.about-journey-beyond .first .col-sm-6.left p {
    font-size: 16px;
}
.about-journey-beyond .first .col-sm-6.left a {
    background: #e86d1f;
    color: #fff;
    padding: 6px 40px;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}
.about-journey-beyond .first .col-sm-6 {
    width: 60%;
    padding: 0;
}
.about-journey-beyond .first .col-sm-6 iframe {
    width: 100%;
    max-width: 100%;
}

.journey-beyond-travel-club .footer {
    position: relative;
}
.journey-beyond-travel-club .sg-survey {
    display: block;
    text-align: center;
}
.journey-beyond-travel-club .sg-question input,
.journey-beyond-travel-club .sg-question select {
    max-width: 600px;
    width: 100%;
    border: 1px solid #ccc;
}
.journey-beyond-travel-club .sg-media-box img {
    line-height: 0;
    margin: 0 auto;
}


.sg-survey .sg-body {
    font-family: 'freight-sans-pro', sans-serif !important;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    background-color: transparent;
    padding-bottom: 0
}
.sg-survey .sg-body .sg-content {
    padding: 0;
}

#sgE-6673430-1-23-box {
    border: 2px solid #ddd;
    padding: 0 7px 10px;
    margin-top: 10px;
}
.sg-survey .sg-body .sg-wrapper, .sg-survey .sg-body .sg-question-title, .sg-survey .sg-body .sg-question-title label {
    font-family: 'freight-sans-pro', sans-serif !important;
    font-size: 15px;
    font-weight: 500;
}
.sg-survey .sg-body .sg-header {
    background: transparent;
}
.sg-survey .sg-body .sg-question-options {
    padding: 0;
}
.sg-survey .sg-body .sg-type-group .sg-row-break {
    clear: none;
}
.sg-survey .sg-body .sg-wrapper {
    background-color: transparent;
}
.sg-survey .sg-body .sg-type-group .sg-group-item {
    position: relative;
    overflow: visible;
    padding: 0 10px 0.2em 10px;
    float: left;
    width: 50%
}
.sg-survey .sg-body .sg-question input[type="text"]:focus, .sg-survey .sg-body .sg-question input[type="number"]:focus, .sg-survey .sg-body .sg-question input[type="password"]:focus, .sg-survey .sg-body .sg-question textarea:focus, .sg-survey .sg-body .sg-input-menu:focus {
    border-color: #aaa;
    border-width: 1px;
    box-shadow: 0 0 5px #ccc;
}
.sg-survey .sg-body .sg-button-bar {
    direction: ltr;
    text-align: left;
}
.sg-survey .sg-body .sg-button:hover, .sg-survey .sg-body .sg-button:focus, .sg-survey .sg-body .sg-button:active {
    background: #00529c;
    color: #eee
}
.sg-survey .sg-body .sg-instructions h3 {
    font-size: 1.35em;
    margin: 20px 0 0;
}
.sg-survey .sg-body .sg-instructions p {
    line-height: 1.3em;
}
.sg-survey .sg-body .sg-question {
    margin: 0;
    border-bottom: none;
}
.sg-survey .sg-body .sg-type-group > .sg-question-options .sg-question-options {
    margin: .1em 0 0;
}
.brochure-modal .btn-sm {
    padding: 6px 30px;
    font-size: 14px;
}
.brochure-modal .btn-sm:hover {
    color: #fff;
}
/* brochure request */
#sgE-6673430-1-23-box .sg-group .sg-row-break:first-of-type {
    clear: none
}

#id-220.home-tile .arrow_box {
    display: none;
}

/* news */
.parent-pageid-3246 #content {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.parent-pageid-3246 #hero-slider .slide-text {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.alert {
    padding: 20px 50px;
    background: #f1d6a7;
    margin: 0;
}



.page-id-3267 .row .col-sm-6.right {
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 5px;
}
.page-id-3267 .row .col-sm-6.right {
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 5px;
}
.page-id-3267 .row .col-sm-6 .image-cover {
    padding-bottom: 120%;
}


.cape-york-calling ol {
    margin: 0;
    padding: 10px 0 5px 28px;
}
.cape-york-calling li {
  margin-bottom: 5px;
}
.cape-york-calling li::marker {
    font-size: 160%;
    font-weight: 600;
}


/* Layout fix for -> SJB-1150 :: Conditional display of pricing depending on it's status received from the API. if it's $0, show Sold Out instead, otherwise show the price */
.foot.foot_price_sold_out {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.foot.foot_price_sold_out .days{
    margin-top:0 !important;
}