/* ---------- Color Module Styles ----------- */
/*@import "fonts/raleway/raleway-font.css";*/
@font-face {
    font-family: 'museo-sans';
    src: url('/themes/custom/lostinaustralia/css/fonts/museo-sans-300.eot');
    src: url('/themes/custom/lostinaustralia/css/fonts/museo-sans-300.eot?#iefix') format('embedded-opentype'),
         url('/themes/custom/lostinaustralia/css/fonts/museo-sans-300.woff') format('woff'),
         url('/themes/custom/lostinaustralia/css/fonts/museo-sans-300.ttf') format('truetype'),
         url('/themes/custom/lostinaustralia/css/fonts/museo-sans-300.svg#museo-sans') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-size: 75%;
    font-size: 87.5%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
}
html, body {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
  background: url('/themes/custom/lostinaustralia/css/../images/body_background.jpg') repeat;
 font-family: "Raleway", "museo-sans", sans-serif;
   font-size: 15px;
   font-weight: 300;
   line-height: 21px;
   color: #333;
   -moz-text-size-adjust: none;
   padding: 0;
}
h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin-bottom: 0.75em;
}
h2 {
    font-size: 1.5em;
    line-height: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}
h3 {
    font-size: 1.17em;
    line-height: 1.28205em;
    margin-top: 1.28205em;
    margin-bottom: 1.28205em;
    font-weight: bold;
}
h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-weight: bold;
}
h6 {
    font-size: 0.67em;
    line-height: 2.23881em;
    margin-top: 2.23881em;
    margin-bottom: 2.23881em;
}
p
{
   margin: 0;
}

p + p
{
   margin-top: 1em;
}

a,
.link
{
   text-decoration: none;
   color: #000;
}
a:hover, a:active, a:focus
{
   outline: none;
   color: #000;
}
.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}
b, strong {
    font-weight: bold;
}
#navbar-top {
  background-color: #055a8e;
}
.button, input[type=submit], input[type=button] {
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    background: #00c899;
    font-weight: 300;
    cursor: pointer;
    width: auto;
}
.button, input[type=submit], input[type=button],
input[type="search"] {
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.button:hover, input[type=submit]:hover, input[type=button]:hover,
input[type="search"]:hover {
    background-color: #01da99;
}
input[type=text], input[type=email], input[type=password], textarea, input[type="search"],
input[type=date],
input[type=tel] {
    background: none !important;
    border: 2px solid #ebebec !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
form input[type=text], form input[type=email], form input[type=password],
input[type=date],
input[type=tel] {
    height: 36px !important;
    padding: 5px 10px;
    font-size: 13px;
}
select.form-select {
    background-color: none !important;
    border: 2px solid #ebebec !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 5px 10px;
    height: 36px;
    font-size: 13px;
}
textarea.form-control {
    border-radius: 0;
    font-size: 13px;
}
.form-control:focus {
    box-shadow: none;
}
.nav-item .dropdown-item a.active {
  color: white;
}
.nav-link {
    color: #000;
    padding: 0;
    display: inline;
}
ul.nav.primary.nav-tabs,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #b9b5b5;
}
.nav-link:hover,
.nav-link:focus {
  color: #000;
}
a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

.site-footer {
    background: none;
    font-family: "Raleway", "MuseoSans", sans-serif;
    padding: 0;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}


/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}
menu, ol, ul {
    padding: 0 0 0 30px;
}

dl, menu, ol, ul {
    margin: 1.5em 0;
}
div#main .row {
    margin: 0;
    padding: 0;
}
main#content {
    margin: 0;
    padding: 0;
    flex: unset;
}
header > h1 {
  margin-bottom: 10px;
  font-family: "Raleway", "museo-sans", sans-serif;
  font-style: normal;
}
form label {
  font-size: 18px;
  line-height: 27px;
  display: block;
}
form .webform-flex--container {
  margin: 0;
}
form .js-form-item {
  margin: 0 0 15px !important;
}
form .form-actions {
  clear: both;
  text-align: right;
  margin-top: 1em;
  margin-bottom: 1em !important;
}
form .form-actions input {
  padding: 2px 20px;
}
.node__content {
    font-size: unset;
    margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
  opacity: 1;
}
a#main-content {
    display: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.5em 0.625em 1em;
}
legend {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    width: unset;
    float: unset;
    margin: unset;
}
fieldset.captcha .input-group {
    display: block;
}
fieldset.captcha .input-group .input-group-text {
    border: 0;
    padding: 0;
    background: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    color: #333;
}
fieldset.captcha .input-group input[type="text"] {
    margin: 0;
    width: 100%;
}
fieldset.captcha small.description,
form small.description .form-item .description {
    font-size: 11px;
    line-height: 13px;
    color: #f97356 !important;
    font-weight: 400;
    margin-top: 5px;
}
dl, dd, dt {
    margin: 0;
    padding: 0;
}
.media {
    text-align: center;
    margin: 30px 0;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    margin-bottom: 0;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
#cboxContent,
#cboxWrapper,
.cboxIframe {
    background: #000 !important;
}
button#cboxClose {
  left: 5px;
  right: auto;
  top: 6px;
  bottom: auto;
}
.modal-content.hidden {
    display: none;
}
.node .field--type-image, 
.field--name-field-media-image img {
    margin: 0;
    float: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    color: #333;
}
.ui-icon, .ui-widget-content .ui-icon {
    display: none;
}
.ui-widget-content {
    background: transparent !important;
}
figure {
    margin: 0;
}
#page-wrapper {
    position: relative;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.legend-popup {
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    background: #fff !important;
}
.legend-popup .ui-dialog-titlebar {
    display: none;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0;
    overflow: auto;
}
html > .extras, .ui-dialog {
    background: #fff;
}
.ui-front {
    z-index: 100;
}
.row.row-offcanvas {
    display: block;
}
input[type="search" i]::-webkit-search-cancel-button {
  opacity: 0;
  display: none;
}
#filters {
    display: none;
    position: fixed;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}
#filters .filter-wrapper {    
    max-width: 542px;
    position: relative;
    margin: 3rem auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 6rem);
}
#filters .filter-wrapper .filter-content {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 23px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 25px 40px 40px;
    position: relative;
    width: 100%;
}
#filters .close-filters {
    border: none;
    font-size: 24px;
    position: absolute;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    right: auto;
    top: -20px;
    left: -20px;
    background: url(/themes/custom/lostinaustralia/css/../images/X@1.png) #fff center center no-repeat;
    background-size: 17px 17px;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    font-size: 0;
}
#filters .filter-content>.filter-group {
    margin-bottom: 70px;
}
#filters .filter-content>.filter-group + .filter-group {
    margin-bottom: 40px;
}
.filter-wrapper .all-filters-wrapper {
    margin: 0 -15px;
    text-align: left;
    white-space: nowrap;
    padding: 5px 0 0;
}
.filter-wrapper .all-filters-wrapper .filter-group {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 15px;
}
#filters .filter-wrapper .filter-footer {
    margin: 25px 0 0;
}
.filter-wrapper .filter-footer .close-popup {
    background-color: transparent;
    color: #f15f5c;
    border: 2px solid #f15f5c;
    width: 100px;
}
.filter-wrapper .filter-footer .close-popup.cancel {
    background-color: transparent;
    color: #f15f5c;
    border: 0 none;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 200;
}
.filter-group h6 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin: 0;
}
.filter-group h6.slider-heading {
    font-size: 14px;
    margin: 0 0 10px;
    padding-left: 56px;
}
#filters .noUi-target .noUi-connects .noUi-connect {
    background: #67686a;
    height: 3px;
}
#filters .noUi-target {
    border: 0;
    height: 3px;
    box-shadow: none;
    background: #67686a;
    max-width: 280px;
    margin: 35px auto 0;
}
#filters .noUi-target .noUi-handle {
    border-radius: 100%;
    width: 14px;
    height: 14px;
    border: 2px solid #67686a;
    right: -12px;
}
#filters .noUi-target .noUi-handle:after, 
#filters .noUi-target .noUi-handle:before {
    display: none;
}
#filters .noUi-target .noUi-handle .noUi-tooltip {
    border: 0;
    padding: 0;
}
#filters .filter-wrapper>.filter-group span#priceValue,
#filters .filter-wrapper>.filter-group span#durationValue {
    display: none;
}
#filters input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
#filters label.css-label {
    background-image: url(/themes/custom/lostinaustralia/css/../images/checkboxes.png);
    background-size: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#filters input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 24px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    margin-top: 10px;
}
#filters input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}
.teaser {
    height: 258px;
    margin-bottom: 6px;
    position: relative;
    background: #faffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    margin-right: 6px;
}
.teaser .teaser-content {
    padding: 0 19px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 112px;
    z-index: 1;
    overflow: hidden;
    background: #faffff;
    margin-left: -5px;
    margin-right: -5px;
    text-align: left;
}
.teaser .teaser-footer {
    height: 40px;
    padding: 5px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #faffff;
    z-index: 2;
    padding: 0 0 10px;
}
.tour-teaser .teaser-footer {
    height: 72px;
}
.teaser .teaser-footer strong, .teaser .buspass-teaser strong {
    display: block;
    text-align: center;
    font-size: 37px;
    line-height: 37px;
    font-weight: 300;
    padding-bottom: 6px;
}
.tour-teaser .teaser-footer .currency, 
.buspass-teaser .teaser-footer .currency {
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    vertical-align: 8px;
}
.tour-teaser .teaser-footer .price, 
.buspass-teaser .teaser-footer .price {
    color: #f15f5c;
    vertical-align: top;
    font-family: Georgia,"Times New Roman",Times,serif;
}
.teaser, .teaser .teaser-content, .teaser .teaser-content .text, .teaser figure img, .teaser .teaser-footer {
    -webkit-transition: ease-in-out 0.5s all;
    -moz-transition: ease-in-out 0.5s all;
    -o-transition: ease-in-out 0.5s all;
    -ms-transition: ease-in-out 0.5s all;
    transition: ease-in-out 0.5s all;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.05);
}
.teaser:hover, .teaser.hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}
.tour-teaser .teaser-content .details {
    -webkit-transition: ease-in-out 0.5s all;
    -moz-transition: ease-in-out 0.5s all;
    -o-transition: ease-in-out 0.5s all;
    -ms-transition: ease-in-out 0.5s all;
    transition: ease-in-out 0.5s all;
    box-shadow: 0 0 1px rgba(255,255,255,0.05);
}
.teaser .teaser-content:after {
    content: '';
    bottom: 0;
    height: 40px;
    left: 0;
    right: 0;
    z-index: 3;
    position: absolute;
    background: -moz-linear-gradient(top,rgba(250,255,255,0) 0%,rgba(250,255,255,1) 100%);
    background: -webkit-linear-gradient(top,rgba(250,255,255,0) 0%,rgba(250,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(250,255,255,0) 0%,rgba(250,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00faffff',endColorstr='#faffff',GradientType=0);
}
.tour-teaser .teaser-content:after {
    bottom: 45px;
}
.teaser:hover .teaser-content, 
.teaser.hover .teaser-content {
    height: 158px;
    bottom: 45px;
}
.tour-teaser:hover .teaser-content, 
.tour-teaser.hover .teaser-content {
    bottom: 0;
    height: auto;
}
.teaser:not(.basic_page-teaser):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -5px;
    right: -5px;
    height: 122px;
    background: #faffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.teaser .teaser-footer.explore {
    opacity: 0;
    text-align: center;
}
.teaser .teaser-footer.explore div.button {
    margin: 3px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
}
.tour-teaser .teaser-content .details {
    line-height: 17px;
    height: 142px;
    padding-top: 4px;
}
.tour-teaser .details .field-label {
    color: #f15f5c;
    font-weight: 500;
    text-transform: uppercase;
}
.tour-teaser .teaser-content .details .duration .field-label {
    color: #00c899;
}
.tour-teaser .teaser-content .details .style .field-label {
    color: #ed9b01;
}
.tour-teaser .teaser-content {
    height: auto;
    max-height: 265px;
    bottom: 0;
}
.teaser h2 {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 400;
    margin: 15px 0 5px 0;
}
.tour-teaser {
    height: 343px;
}
.teaser figure {
    background: #000;
}
.tour-teaser figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.tour-teaser figure.map {
  display: none;
}
.teaser figure img {
    display: block;
}
.teaser figure img {
    width: 100%;
    height: auto;
}
.tour-teaser .highlights {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px 0;
    opacity: 0;
    -webkit-transition: ease-in-out 0.5s all;
    -moz-transition: ease-in-out 0.5s all;
    -o-transition: ease-in-out 0.5s all;
    -ms-transition: ease-in-out 0.5s all;
    transition: ease-in-out 0.5s all;
    background: #FFF;
    overflow: hidden;
}
.tour-teaser:hover .highlights, 
.tour-teaser.hover .highlights {
    opacity: 1;
}
.tour-teaser h3 {
    font-size: 21px;
    font-weight: 300;
    line-height: 25.2px;
    margin: 15px 0;
}
.tour-teaser .teaser-content {
    max-height: 350px;
}
.teaser:hover .teaser-footer.explore, 
.teaser.hover .teaser-footer.explore {
    opacity: 1;
}
.teaser>a.teaser-link-wrapper {
    display: block;
}
.teaser .badge {
    background: url(/themes/custom/lostinaustralia/css/../images/beam-small@2x.png) no-repeat;
    background-size: 92px 32px;
    position: absolute;
    top: 10px;
    left: -6px;
    width: 92px;
    height: 32px;
    padding: 5px 0 0 18px;
    font-size: 14px;
    font-weight: 500;
    color: #f97356;
    border-radius: 0;
}
.tour-teaser .badge {
    background: url(/themes/custom/lostinaustralia/css/../images/beam-medium.png) no-repeat;
    top: 15px;
    width: 108px;
    height: 37px;
    padding: 14px 0 0 13px;
    font-size: 21px;
    font-weight: 700;
    color: #f97356;
}
.node--type-landing-page .tour-teaser .badge {
    width: 122px;
    height: 51px;
    background-size: 111px 51px;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.range-slider {
  position: relative;
  width: 100%;
}
.range-slider input[type="range"] {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 2px;
  appearance: none;
  background: transparent;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  position: relative;
  z-index: 1;
}
body #cboxOverlay {
  background: #000;
}
body.node--type-gallery #cboxLoadedContent {
  margin: 30px 0 220px 30px;
}
body.node--type-landing-page #cboxLoadedContent {
  margin: 30px 0 40px 30px;
}
body.node--type-gallery #cboxMiddleRight,
body #cboxWrapper #cboxMiddleRight,
body #cboxWrapper #cboxTopRight {
  width: 30px;
  background: none;
}
body #cboxWrapper {
  background: #fff !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#cboxWrapper #cboxMiddleLeft,
#cboxWrapper #cboxTopLeft {
  width: 0;
}
#cboxWrapper #cboxTopCenter,
#cboxWrapper #cboxTopLeft,
body #cboxWrapper #cboxTopRight {
  height: 0;
  background: none;
}
#cboxWrapper #cboxBottomCenter {
  height: 10px;
}
#cboxWrapper #cboxBottomRight {
  width: 30px;
  height: 10px;
}
#cboxWrapper #cboxBottomLeft {
  width: 0;
  height: 10px;
}
#cboxWrapper #cboxTopLeft,
#cboxWrapper #cboxBottomLeft,
#cboxWrapper #cboxBottomCenter,
#cboxWrapper #cboxBottomRight {
  background: none;
}
body #cboxContent {
  background: #fff !important;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.node--type-gallery #cboxWrapper #cboxTitle {
  margin-bottom: 1.28205em;
  font-size: 1.17em;
  line-height: 1.28205em;
  position: absolute;
  background: rgba(255,255,255,0.7);
  bottom: 18px;
  left: 30px;
  right: 0;
  color: #535353;
  padding: 4px 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 180px;
  overflow: hidden;
  display: block;
  text-align: left;
  width: auto;
  font-weight: bold;
}
.node--type-gallery #cboxWrapper #cboxPrevious {
  left: 30px;
}
.node--type-gallery #cboxWrapper #cboxNext {
  left: 58px;
}
.node--type-gallery #cboxWrapper #cboxCurrent {
  left: 90px;
}
.node--type-tour .ui-widget.ui-widget-content,
.page-bookings .ui-widget.ui-widget-content {
    background: #fff !important;
    border: 0;
    border-radius: 0;
}
.node--type-tour .datepickerDialog,
.page-bookings .datepickerDialog {
    padding-bottom: 50px;
}
body.page-bookings #date-dialog {
    padding-bottom: 40px;
}
.datepickerDialog .ui-dialog-titlebar {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin: 10px 0 0 0;
    border: 0;
    background: none;
    padding-top: 50px;
}
.datepickerDialog .ui-dialog-titlebar {
    float: none;
    margin: 0;
}
.datepickerDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    right: auto;
    top: -7px;
    left: -16px;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0 none;
    outline: none;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background: url(/themes/custom/lostinaustralia/css/../images/X@1.png) #fff center center no-repeat;
    background-size: 17px 17px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    z-index: 2;
}
.datepickerDialog .ui-dialog-titlebar .ui-dialog-titlebar-close span {
  display: none;
}
.datepickerDialog .ui-datepicker .ui-datepicker-prev, 
.datepickerDialog .ui-datepicker .ui-datepicker-next {
    height: 18px;
    width: 18px;
    border: 0;
    cursor: pointer;
}
.datepickerDialog .ui-datepicker .ui-datepicker-prev span.ui-icon, 
.datepickerDialog .ui-datepicker .ui-datepicker-next span.ui-icon {
    background:none;
}
.datepickerDialog .ui-datepicker .ui-datepicker-prev.ui-state-disabled, 
.datepickerDialog .ui-datepicker .ui-datepicker-next.ui-state-disabled, 
.datepickerDialog .ui-datepicker .ui-datepicker-prev.ui-state-disabled.ui-state-hover, 
.datepickerDialog .ui-datepicker .ui-datepicker-next.ui-state-disabled.ui-state-hover {
    opacity: 0.2;
}
.datepickerDialog .ui-datepicker .ui-datepicker-prev {
    background: url(/themes/custom/lostinaustralia/css/../images/arrow-left.svg) no-repeat center center;
    position: absolute;
    top: 142px;
    left: -30px;
}
.datepickerDialog .ui-datepicker .ui-datepicker-next {
    background: url(/themes/custom/lostinaustralia/css/../images/arrow-right.svg) no-repeat center center;
    top: 142px;
    right: -30px;
}
.datepickerDialog table.ui-datepicker-calendar tr th {
    text-align: center;
    font-weight: bold;
    border: 0;
    padding: 1px;
    background: none;
}
.datepickerDialog table.ui-datepicker-calendar tr {
    background: none;
}
.datepickerDialog table.ui-datepicker-calendar tr th span {
    padding: 2px;
    background: transparent;
    display: block;
    color: #A0A0A0;
    font-size: 12px;
    font-weight: 400;
    font-family: "Raleway", "museo-sans", sans-serif;
    line-height: 16px;
}
.datepickerDialog table.ui-datepicker-calendar tr td {
    border: 1px solid #c8c9cc;
    padding: 0;
    width: calc(100% / 7);
    height: 39px;
    opacity: 1;
}
.datepickerDialog table.ui-datepicker-calendar tr td.available-seats {
    background-color: #ccf4eb;
}
.node--type-tour .ui-dialog.datepicker-tooltip .ui-dialog-titlebar,
.page-bookings .ui-dialog.datepicker-tooltip .ui-dialog-titlebar {
    display: none;
}
.node--type-tour .ui-dialog.datepicker-tooltip .ui-dialog-content,
.page-bookings .ui-dialog.datepicker-tooltip .ui-dialog-content {
    min-height: 20px !important;
    font-weight: 700;
    padding: 5px;
}
.node--type-tour .ui-dialog.datepicker-tooltip .ui-dialog-content.low-stock-warning,
.page-bookings .ui-dialog.datepicker-tooltip .ui-dialog-content.low-stock-warning {
    color: #f04767;
}
.node--type-tour .ui-dialog.datepicker-tooltip td.yes .ui-state-hover,
.node--type-tour .ui-dialog.datepicker-tooltip td.yes .ui-state-active,
.page-bookings .ui-dialog.datepicker-tooltip td.yes .ui-state-hover,
.page-bookings .ui-dialog.datepicker-tooltip td.yes .ui-state-active {
    background: rgba(0,200,153,0.4);
    color: #606060;
}
.node--type-tour .ui-dialog.datepicker-tooltip,
.page-bookings .ui-dialog.datepicker-tooltip {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.datepickerDialog table.ui-datepicker-calendar tr td .ui-state-default {
    border: 0;
    background: none;
    height: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    color: #A0A0A0;
    font-family: "Raleway", "museo-sans", sans-serif;
    padding: 2px;
    line-height: 16px;
}
.ui-datepicker td.yes a:after {
    content: attr(data-price);
    display: block;
    color: #333;
    font-weight: 500;
}
body .ui-widget-overlay {
    background: #000;
    opacity: 0.2;
}
div#date-dialog .ui-datepicker-inline {
    background: #fff;
    border: none;
    margin: 0 auto;
    text-align: center;
}
.node--type-tour .datepicker .action-bar .date-legend,
.page-bookings .datepicker .action-bar .date-legend {
    text-align: left;
    float: right;
    clear: right;
    margin-right: 2.5em;
    font-weight: 500;
   width: 10.4em;
}
.node--type-tour .datepicker .action-bar .date-legend span,
.page-bookings .datepicker .action-bar .date-legend span {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.2em;
    vertical-align: middle;
    font-weight: 300;
}
.node--type-tour .datepicker .action-bar .date-legend span:before,
.page-bookings .datepicker .action-bar .date-legend span:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 7px;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    top: -1px;
}
.node--type-tour .datepicker .action-bar .date-legend span.special:before,
.page-bookings .datepicker .action-bar .date-legend span.special:before {
    background-color: #ffcd46;
}
.node--type-tour .datepicker .action-bar .date-legend span.scheduled:before,
.page-bookings .datepicker .action-bar .date-legend span.scheduled:before {
    background-color: #01c899;
}
.node--type-tour .datepicker .action-bar .date-legend span.sold-out:before,
.page-bookings .datepicker .action-bar .date-legend span.sold-out:before {
    background-color:rgb(241, 81, 111);
}
.node--type-tour .datepickerDialog .datepicker .ui-widget-content,
.page-bookings .datepickerDialog .datepicker .ui-widget-content {
    border: 0;
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto;
}
.node--type-tour .datepickerDialog .datepicker .ui-datepicker-header,
.page-bookings .datepickerDialog .datepicker .ui-datepicker-header {
    border: 0;
    background: none;
}
.datepickerDialog .datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 16px;
    line-height: 10px;
    font-weight: 400;
    text-align: center;
    margin: 5px auto 0.85em;
    width: 95%;
    font-family: "Raleway", "museo-sans", sans-serif;
}
.node--type-tour .datepickerDialog .ui-dialog-buttonpane,
.page-bookings .datepickerDialog .ui-dialog-buttonpane {
    display: none;
}
body.node-type-tour #cboxWrapper {
    background: rgb(0, 0, 0) !important;
}
body.node-type-tour #cboxWrapper #cboxTopLeft {
    width: 5px;
    height: 5px;
}
body.node-type-tour #cboxWrapper #cboxTopCenter {
    height: 5px;
}
body.node-type-tour #cboxWrapper #cboxTopRight {
    width: 20px;
    height: 5px;
}
body.node-type-tour #cboxWrapper #cboxMiddleLeft {
    width: 5px;
}
body.node-type-tour #cboxWrapper #cboxMiddleRight {
    width: 20px;
}
body.node-type-tour #cboxWrapper #cboxLoadedContent {
    margin: 15px 0px 0px 15px;
}
body.node-type-tour #cboxWrapper #cboxContent {
    background: #000 !important;
}
body.node-type-tou #cboxWrapper #cboxBottomCenter {
    height: 15px;
}
body.node-type-tou #cboxWrapper #cboxBottomLeft {
    width: 5px;
    height: 15px;
}
body.node-type-tou #cboxWrapper #cboxBottomRight {
    width: 20px;
    height: 15px;
}
body.node-type-tou #cboxWrapper #cboxClose {
    inset: 2px auto auto 2px;
    width: 10px;
    height: 10px;
    background: url("/themes/custom/lostinaustralia/css/../images/close.png") left top no-repeat;
}
.datepickerDialog .action-bar .ui-datepicker-group-first {
    padding-top: 6px;
}
.ui-datepicker-multi .ui-datepicker-group input.book {
    font-size: 19px;
    height: 35px;
    margin: 10px 5px 0 5px;
    border-radius: 5px;
    line-height: 35px;
    padding: 0 40px;
    background: #f97356;
    font-weight: 400;
}
.datepickerDialog .action-bar .ui-datepicker-group-middle a {
    color: #f97356;
    font-size: 15px;
    line-height: 17px;
    margin-top: 1em;
    display: inline-block;
}
.node--type-tour .datepicker .action-bar .date-legend:first-child,
.page-bookings .datepicker .action-bar .date-legend:first-child {
    margin-top: 10px;
}
.form-select:focus {
    box-shadow: none;
}
.ui-dialog.extras-popup {
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10000;
}
.extras-popup .ui-dialog-titlebar {
    overflow: hidden;
    border: 0;
    background: none;
}
.extras-popup {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.extras-popup .ui-dialog-title {
    font-size: 24px;
    line-height: 28.8px;
    color: #f97356;
    margin-top: 10px;
    font-family: Georgia,"Times New Roman",Times,serif;
}
.ui-dialog.extras-popup .ui-dialog-titlebar-close {
    display: none;
}
.extras-popup .field--name-body {
    margin-bottom: 10px;
}
.node--type-tour .extras-popup.ui-widget.ui-widget-content {
    border: 0;
    border-radius: 0;
}
.ui-dialog.ui-widget {
    font-family: "Raleway", "museo-sans", sans-serif;
}
.datepickerDialog table.ui-datepicker-calendar tr td.yes.regular .ui-state-default {
    background-color: #ccf4eb;
}
.datepickerDialog table.ui-datepicker-calendar tr td.yes.regular .ui-state-active,
.datepickerDialog table.ui-datepicker-calendar tr td.yes.regular .ui-state-hover {
    background: rgba(0,200,153,0.4);
}
.datepickerDialog.ui-dialog .ui-dialog-title {
    width: 100%;
}
@media screen and (min-width: 768px) {
    #filters .filter-wrapper .filter-footer {
        display: none;
    }
    .tour-teaser:hover .teaser-content .details, 
  .tour-teaser.hover .teaser-content .details {
      height: 285px;
      bottom: 0;
  }
  .datepickerDialog .ui-dialog-titlebar {
    padding-top: 50px !important;
}
.visible-xs {
    display: none;
}
.page-bookings #date-dialog .ui-datepicker-group-last {
    float: right;
}
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  .teaser:not(.basic_page-teaser)::after {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
  }
  #filters .close-filters {
    display: none;
 }
 .filter-wrapper .all-filters-wrapper .filter-group {
    max-width: 100%;
    padding: 0 7%;
}
.filter-wrapper .all-filters-wrapper .filter-group {
    max-width: 100%;
    padding: 0 7%;
    width: 100%;
    display: block;
    margin: 1.5em 0 0;
}
#filters .filter-wrapper .filter-content h3 {
    font-size: 19px;
    font-weight: 500;
}
#filters .filter-wrapper {
    max-width: 100%;
    justify-content: center;
    width: 100%;
}
#filters .filter-wrapper .filter-content {
    overflow-y: auto;
    max-height: calc(100vh - 4rem);
}
.datepickerDialog .action-bar .data-price {
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 10px;
        font-size: 29px;
    }
    .datepickerDialog .action-bar .number-seats {
        font-weight: 500;
        padding: 0 0 1em;
        min-height: 21px;
        font-size: 22px;
        padding-bottom: 1.2em;
    }
    .ui-datepicker-multi .ui-datepicker-group input.book {
        font-size: 25px;
        line-height: 1.7em;
        height: 1.7em;
    }
    .datepicker .hidden-xs,
    .datepickerDialog .action-bar .ui-datepicker-group-first {
        display: none;
    }
    .node--type-tour .ui-widget.ui-widget-content.datepickerDialog,
    .page-bookings .ui-widget.ui-widget-content.datepickerDialog {
        top: 0 !important;
        left: 0 !important;
        right: 0;
        bottom: 0;
        z-index: 20000;
        padding-top: 2em;
    }
    .datepickerDialog .action-bar .ui-datepicker-group-middle a {
        font-size: 20px;
        font-style: italic;
        font-family: Georgia, "Times New Roman", Times, serif;
    }
    #date-dialog .action-bar.ui-datepicker-multi .ui-datepicker-group {
        width: 100%;
        float: none;
        text-align: center;
    }
    .datepickerDialog .action-bar .ui-datepicker-group-last {
        margin-top: 1.5em;
    }
    .node--type-tour .datepicker .action-bar .date-legend span,
    .page-bookings .datepicker .action-bar .date-legend span {
        font-size: 17px;
    }
    .node--type-tour .datepickerDialog .datepicker .ui-datepicker-header,
    .page-bookings .datepickerDialog .datepicker .ui-datepicker-header {
        margin-bottom: 5px;
        margin-top: 1em;
    }
    .datepickerDialog .datepicker .ui-datepicker-header .ui-datepicker-title {
        font-size: 26px;
    }
    .node--type-tour .datepicker .action-bar .date-legend,
    .page-bookings .datepicker .action-bar .date-legend {
        float: none;
        clear: both;
        width: 8.4em;
        margin: 4px auto;
    }
    .node--type-tour .datepickerDialog .datepicker .ui-widget-content,
    .page-bookings .datepickerDialog .datepicker .ui-widget-content {
        width: 26em !important;
    }
    .node--type-tour .datepicker .action-bar .date-legend:first-child,
    .page-bookings .datepicker .action-bar .date-legend:first-child {
        margin-top: 4px;
    }
    .datepickerDialog .ui-datepicker .ui-datepicker-prev {
        top: 5px;
        left: 10%;
        width: 15px;
        height: 15px;
    }
    .datepickerDialog .ui-datepicker .ui-datepicker-next {
        top: 5px;
        right: 10%;
        width: 15px;
        height: 15px;
    }
    .datepickerDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
        background: none;
        box-shadow: none;
        font-size: 21px;
        margin: 0;
        margin-top: -28px;
        left: 20px;
        top: 20px;
        right: auto;
        width: auto;
        height: auto;
        padding: .4em;
        border: 0;
        text-indent: unset;
        color: #f15f5c;
        border-radius: 0;
    }
    .node--type-tour .ui-widget.ui-widget-content.datepickerDialog .ui-dialog-titlebar,
    .page-bookings .ui-widget.ui-widget-content.datepickerDialog .ui-dialog-titlebar {
        padding-top: 40px;
        margin: 10px 0 0 0;
    }
    .node--type-tour .ui-widget.ui-widget-content.datepickerDialog .ui-dialog-titlebar span.ui-dialog-title,
    .page-bookings .ui-widget.ui-widget-content.datepickerDialog .ui-dialog-titlebar span.ui-dialog-title {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .node--type-tour .datepickerDialog .datepicker .ui-widget-content,
    .page-bookings .datepickerDialog .datepicker .ui-widget-content {
        width: 100% !important;
    }
}
@media screen and (max-width: 374px) {
    .datepickerDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
        font-size: 14px;
        line-height: normal;
    }
    .datepickerDialog .datepicker .ui-datepicker-header .ui-datepicker-title {
        font-size: 17px;
    }
    .datepickerDialog .action-bar .ui-datepicker-group-middle a {
        font-size: 15px;
    }
    .ui-datepicker-multi .ui-datepicker-group input.book {
        font-size: 19px;
        line-height: 35px;
    }
    .node--type-tour .datepicker .action-bar .date-legend span,
    .page-bookings .datepicker .action-bar .date-legend span {
        font-size: 13px;
    }
}