/*
 Theme Name:   TWH Bootstrap Starter
 Theme URI:    http://thewestharbour.com
 Description:  Bootstrap Starter Child Theme
 Author:       The West Harbour
 Author URI:   http://thewestharbour.com
 Template:     wp-bootstrap-starter
 Version:      1.0.0
*/

@import url("../wp-bootstrap-starter/style.css");

/* General Styling */

@font-face {
    font-family: 'cocogooseregular';
    src: url('cocogoose_font-webfont.woff2') format('woff2'),
         url('cocogoose_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html{
    font-size: 18px;
    /*width: 100%;
    overflow-x: hidden;
    left: 0;
    position: relative;*/
}
  
body{
    font-family: filson-pro, sans-serif;
    font-size: 1rem;
    line-height: 1.7rem;
    color: #39412E;
}

h1, h2, h3, h4, h5, h6{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: normal;
}

h1, body:not(.theme-preset-active) #page-sub-header h1{
    font-size: 2.5rem;
    line-height: 2.8rem;
    color: #fff;
    font-family: 'cocogooseregular';
}

h2{
    font-size: 2.78rem;
    line-height: 3rem;
    color: #39412E;
    padding-bottom: 0.5rem;
    font-family: 'cocogooseregular';
}

h2.has-subheading{
    margin-top: 0.5rem;
}

h2.line-heading{
    max-width: max-content;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

h2.line-heading:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    /* right: 0; */
    top: 50%;
    background-color: #39412E;
    z-index: -2;
}

h2.line-heading:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: -1;
}

h3{
    color: #39412E;
    font-size: 1.6667rem;
    line-height: 2rem;
    font-family: 'cocogooseregular';
}

h4{
    font-size: 1.2222rem;
    text-transform: none;
    color: #39412E;
    font-weight: 700;
}

h5{
    color: #005284;
    font-size: 1rem;
    font-weight: 700;
}

h6{
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0;
}

a, i, header#masthead, .navbar-brand, .navbar-brand img, input[type=submit]{
    transition: 0.5s all ease;
}

a{
    color: #FF8705;
    text-decoration: underline;
}

hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #FF8705 !important;
    max-width: 6rem !important;
}

hr.stretched, hr.is-style-wide{
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    max-width: 100vw !important;
}

ul.buttons, ul.socials{
    padding-inline-start: 0;
}

ul.socials a:hover{
    color: #005284 !important;
}

ul.buttons li{
    list-style: none;
    display: inline-block;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
}

a.button, input[type=submit], .wp-block-advgb-button a, .wp-block-advgb-button a:hover{
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    padding-top: 1rem;
    font-weight: normal;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 2rem;
    color: #fff;
    background: #39412E;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'cocogooseregular';
    box-shadow: none;
}

a.button:hover, input[type=submit]:hover, .wp-block-advgb-button a:hover{
    background: #005284;
}

a.button:not(.stripped), .wp-block-advgb-button:not(.stripped) a{
    text-align: center;
}

a.button.orange:not(:hover){
    background: #FF8705 !important;
}

a.button.outline, .wp-block-advgb-button.is-style-outlined a{
    background: none;
    color: #39412E;
    border-color: #39412E;
}

a.button.outline:hover,.wp-block-advgb-button.is-style-outlined a:hover{
    color: #005284;
    border-color: #005284;
    background: none;
}

a.button.stripped, input[type=submit], .wp-block-advgb-button.stripped a, .wp-block-advgb-button.stripped a:hover{
    color: #FF8705 !important;
    background: none !important;
    border: none;
    padding: 0;
    text-align: left;
}

a.button.stripped:after, input[type=submit]:after, .wp-block-advgb-button.stripped a:after{
    content: "\27F6";
    padding-left: 0.5rem;
}

a.button.stripped:hover, input[type=submit]:hover, .wp-block-advgb-button.stripped a:hover{
    padding-left: 1rem;
    color: #005284 !important;
}

.socials li{
    display: inline;
    font-size: 1.5rem;
    margin-right: 1rem;
}
  
.container{
    max-width: 72.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.row{
    width: 100%;
    margin: 0 auto;
}

/* Added Components */

.hideme{
    opacity: 0;
    transition: 1s all ease;
}

.row .hideme:nth-of-type(2), .delay-show{
    transition-delay: 0.33s;
}

.row .hideme:nth-of-type(3), .delay-show-long{
    transition-delay: 0.67s;
}

.row .hideme:nth-of-type(4), .delay-show-longer{
    transition-delay: 1s;
}

.row .hideme:nth-of-type(5), .delay-show-longest{
    transition-delay: 1.33s;
}

.hideme.unhidden{
    opacity: 1;
}

.slider{
    width: 100%;
    margin: 0 auto;
}

.slick-slide{
    margin: 0;
}

.slick-slide img{
    width: 100%;
}

.slick-prev:before, .slick-next:before{
    color: black;
}

.slick-slide{
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active{
    opacity: .5;
}

.slick-current{
    opacity: 1;
}

.slick-dots{
    left: 0;
}

.slider .slick-dots li{
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0.25rem;
    padding: 0;
    cursor: pointer;
}

.slider .slick-dots li button,
body .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0.5rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slider .slick-dots li button:before,
body .slick-dots li button::before{
    font-family: 'slick';
    font-size: 1rem;
    line-height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #FF8705;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider .slick-dots li.slick-active button:before,
#tours .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #FF8705;
}

.helpie-faq h3.collection-title{
    display: none !important;
}

.helpie-faq.accordions .accordion{
    border: none !important;
    border-bottom: 1px solid #FF8705 !important;
}

.helpie-faq.accordions.custom-styles .accordion .accordion__item{
	border: none !important;
}

.helpie-faq.accordions.custom-styles .accordion .accordion__item .accordion__header{
    background: transparent !important;
    border: none !important;
    border-top: 1px solid #FF8705 !important;
    padding: 1.5rem 0 !important;
}

.helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title{
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}

.helpie-faq.accordions.custom-styles .accordion .accordion__item .accordion__body{
    background: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 0.9rem !important;
}

/* .helpie-faq.accordions .accordion__body p:first-of-type,
.helpie-faq.accordions .accordion__body p:last-of-type{
    display: none;
} */

.helpie-faq.accordions.custom-styles .accordion .accordion__item .accordion__header:before,
.helpie-faq.accordions.custom-styles .accordion .accordion__item .accordion__header:after{
    background: #FF8705 !important;
}

.advgb-columns-container{
    width: calc(100% + 30px);
    margin-left: -15px;
}

.wp-block-advgb-column{
    padding-left: 15px;
    padding-right: 15px;
}

.advgb-column-inner.contain{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 30rem;
}

.collapseomatic{
    color: #FF8705;
    padding-bottom: 0;
    display: block;
    margin-bottom: 1rem;
    background-position: left center;
}

.wp-block-advgb-map{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.wp-block-advgb-map.full-stretch{
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw !important;
}

.wp-block-advgb-map.full-stretch .advgb-map-content{
    min-height: 25vw !important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .gform_wrapper textarea{
    border-radius: 0.5rem;
    border: 1px solid #39412E;
    padding: 0.5rem;
    color: #39412E;
    font-size: 1rem;
}

body .gform_wrapper input::placeholder, body .gform_wrapper textarea::placeholder{
    opacity: 0.5;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, 
body .gform_wrapper textarea:focus{
    border-color: #FF8705;
}

body .gform_wrapper select{
    border-radius: 0.5rem;
    border: 1px solid #39412E;
    height: 2.5rem;
    color: #39412E;
}

body .gform_wrapper input.datepicker_with_icon{
    width: calc(100% - 30px) !important;
}

body .gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,
body .gform_wrapper ul.gform_fields li.gfield{
    padding: 0;
    border: none;
}

body .gform_wrapper h2.gsection_title{
    font-size: 1.5rem;
}

body .gform_wrapper .percentbar_blue{
    background: #005284;
}

body .gform_wrapper .gform_page_footer{
    margin-top: 1rem;
    padding-top: 1rem;
    border: none;
}

body .gform_wrapper .gform_page_footer .button.gform_previous_button,
body .gform_wrapper .gform_page_footer .button.gform_next_button{
    border: none;
    background-color: #FF8705;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

g{
    fill: #FF8705;
}

.wp-block-table.is-style-stripes{
    border-bottom: none;
}

/* Navigation */

header#masthead{
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    padding: 0 1.5rem;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

header#masthead.scrolled{
    box-shadow: rgb(0 0 0 / 8%) 0 0 1.5rem;
    background: #fff;
}

header#masthead .container{
    max-width: 100%;
    padding: 0;
}

.navbar-brand{
    background-image: url(images/logo_2022_wht.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15rem;
    height: 5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0;
}

header#masthead.scrolled .navbar-brand{
    height: 4rem;
}

.navbar-brand img{
    opacity: 0;
    height: 6rem;
    width: auto;
}

header#masthead.scrolled .navbar-brand img{
    opacity: 1;
    height: 4rem;
}

.navbar-brand a{
    display: block;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
    color: #fff;
    padding: 1.5rem 1.5rem;
    padding-bottom: 1rem;
    font-size: 0.9rem;
    text-decoration: none;
    border-bottom: 0.25rem solid transparent;
    font-family: 'cocogooseregular';
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover{
    font-weight: inherit;
    border-color: #fff;
    color: #fff;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.active:not(.menu-item-has-children) > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.active:not(.menu-item-has-children) > a:hover{
    opacity: 0.5;
    border-color: transparent;
    cursor: default;
    font-weight: 400;
}

body:not(.theme-preset-active) header#masthead.scrolled .navbar-nav > li > a{
    color: #39412E;
}

body:not(.theme-preset-active) header#masthead.scrolled .navbar-nav > li > a:hover{
    color: #FF8705;
    border-color: #FF8705;
}

.dropdown-menu{
    background: #39412E;
    border: 0;
}

.dropdown-menu a{
    text-decoration: none;
    font-size: 0.8rem;
    color: #fff;
}

.dropdown-menu a.dropdown-item:hover{
    background: #FF8705;
    color: #fff;
}

#menu-item-50 a{
    margin-bottom: 0.5rem;
}

#menu-item-54{
    border-top: 1px solid #fff;
}

#menu-item-54 a{
    margin-top: 0.5rem;
}

/* Header */

#page-sub-header, body:not(.theme-preset-active) #page-sub-header{
    background-color: #d0d0d0 !important;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: left;
    padding-top: 0;
}

#page-sub-header .overlay{
    padding-top: 18rem;
    padding-bottom: 3rem;
/*     background: rgba(0,0,0,0.25); */
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.33655469023546913) 14%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 72%, rgba(0,0,0,0.5) 100%);
}

#page-sub-header .container{
    position: relative;
}

body:not(.theme-preset-active) #page-sub-header p{
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-weight: 400;
    max-width: 100%;
    margin: 0 0 1.5rem 0;
}

.page-header_inner{
    width: 100%;
    max-width: 37.5rem;
    margin: 0;
    float: right;
}

.page-header_inner h1{
    float: right;
}

a.page-scroller{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 2rem;
    text-decoration: none;
}

/* Content Area */

#content img, div.rounded{
    border-radius: 0.5rem !important;
}

#content img.no-round{
    border-radius: 0 !important;
}

#content .has-medium-font-size{
    font-size: 1.333rem;
    line-height: 2rem;
    color: #FF8705;
}

#content .has-small-font-size, #content small{
    font-size: 0.85rem;
    line-height: 1.2rem;
}

#content p, #content ul, #content ol, .wp-block-image{
    margin-bottom: 1.5rem;
}

#content ul li ul{
    margin-bottom: 0;
}

#content blockquote{
    width: 100%;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
}

#content blockquote p{
    font-size: 1.3333rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}

#content blockquote cite{
    font-size: 0.9rem;
    font-style: italic;
    padding-left: 1rem;
}

section{
    width: 100%;
    position: relative;
}

.row.center{
    text-align: center;
}

.row.center .button{
    text-align: center;
}

div.extra-padding_top, section.extra-padding_top,
div.extra-padding, section.extra-padding{
    margin-top: 4rem;
}

div.extra-padding_bottom, section.extra-padding_bottom,
div.extra-padding, section.extra-padding{
    margin-bottom: 4rem;
}

#content.site-content{
    padding-top: 6rem;
    padding-bottom: 0;
    overflow-x: hidden;
}

#page.remove-banner-space #content.site-content{
    padding-top: 0;
}

#page.remove-banner-space .entry-content{
    margin-top: 0;
}

.content-box_inner{
    width: 100%;
    max-width: 37.5rem;
    margin: 0 auto;
}

.content-box_inner.full{
    width: calc(100vw);
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 0;
    margin-left: calc(-50vw);
    margin-right: 0;
}

.content-box_inner.full .advgb-columns-container{
    width: 100%;
    max-width: 72.5rem;
    margin-left: auto;
    margin-right: auto;
}

.content-box_inner.full .advgb-columns-container .advgb-column-inner{
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
}

.content-box_inner.widest, .row.widest{
    max-width: 47.5rem;
}

.content-box_inner.wider, .row.wider{
    max-width: 42.5rem;
}

.content-box_inner.wide, .row.wide{
    max-width: 37.5rem;
}

.content-box_inner.thin, .row.thin{
    max-width: 32.5rem;
}

.content-box_inner.thinner, .row.thinner{
    max-width: 27.5rem;
}

.content-box_inner.thinnest, .row.thinnest{
    max-width: 22.5rem;
}

#main section{
    margin-bottom: 4rem;
}

#main section.no-margin{
    margin-bottom: 0;
}

#main section.add-margin{
    margin-top: 8rem;
}

div.rounded{
    border-radius: 0.5rem;
}

section.has-dark-bg, section.has-dark-bg.accordion, div.has-dark-bg,
section.has-light-bg, section.has-light-bg.accordion, div.has-light-bg{
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
}

div.has-dark-bg, div.has-light-bg{
    margin-bottom: 4rem;
}

.dark-bg, .light-bg{
    width: 100%;
    height: 100%;
    padding: 4rem 2rem;
}

.dark-bg.less-padding, .light-bg.less-padding{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.dark-bg.less-horz-padding, .light-bg.less-horz-padding{
    padding-left: 1rem;
    padding-right: 1rem;
}

.dark-bg.no-stretch, .light-bg.no-stretch{
    height: auto;
}

.dark-bg{
    background-color: #39412E;
    color: #fff;
}

.dark-bg.blue{
    background-color: #005284;
}

.has-dark-bg{
    color: #fff;
}

.has-dark-bg h2, .has-dark-bg h3, .has-dark-bg h4, .has-dark-bg h5, .has-dark-bg h6, .has-dark-bg a, .has-dark-bg a.button.outline,
.dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg a, .dark-bg a.button.outline{
    color: #fff;
    border-color: #fff;
}

.has-dark-bg a.button:not(.outline, .stripped),
.dark-bg a.button:not(.outline, .stripped){
    color: #39412E;
    background: #fff;
}

.has-dark-bg a.button.stripped:hover, .has-dark-bg input[type=submit]:hover,
.dark-bg a.button.stripped:hover, .dark-bg input[type=submit]:hover{
    color: #fff;
}

.light-bg{
    background-color: #F6F8F9;
}

figure.bg-stretch{
    position: relative;
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

img.bg-stretch, figure.bg-stretch img, div.bg-stretch{
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

figure.bg-stretch img{
    position: relative;
    min-height: 17.5rem;
    height: 33.3333vw;
    max-height: 35rem;
}

figure.bg-stretch.show-top img{
    object-position: center -6rem;
}

img.limit-height{
    height: 33.3333vw;
    min-height: 17.5rem;
    object-fit: cover;
    object-position: center;
}

.footprint-bg{
    position: absolute;
    width: 100vw;
    max-width: 60rem;
    height: 100%;
    left: calc(50% + 6vw);
    bottom: 0;
    z-index: -2;
    overflow: hidden;
}

.footprint-bg img{
    width: 100%;
    height: auto;
    opacity: 0.16;
    margin-bottom: -10vw;
}

div.no-top-space, figure.no-top-space, section.no-top-space{
    margin-top: 0 !important;
}

div.no-bottom-space, figure.no-bottom-space, section.no-bottom-space{
    margin-bottom: 0 !important;
}

.clear{
    clear: both;
}

/* Footer */

body:not(.theme-preset-active) footer#colophon{
    color: #fff;
    background-color: #FF8705;
}

footer#colophon{
    font-size: 0.9rem;
    line-height: 1.6rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
}

footer#colophon .container{
    max-width: 112.50rem;
}

footer#colophon h3{
    color: #fff;
    font-size: 1rem;
}

footer#colophon ul{
    list-style: none;
    padding-inline-start: 0;
}

footer#colophon ul:not(.socials) li{
    padding-bottom: 0.25rem;
}

.footer_logo img{
    margin-bottom: 2rem;
    max-width: 10rem;
    height: auto;
}

.footer_nav a{
    text-decoration: none;
}

.footer_nav a:hover{
    text-decoration: underline;
}

.footer_contact-list i{
    margin-right: 0.5rem;
}

.footer_contact-list{
    margin-bottom: 2rem;
}

.site-info{
    padding-top: 4rem;
    text-align: center;
    font-size: 0.8rem;
}

/* Homepage */

.home #page-sub-header .overlay{
    padding-top: 24rem;
}

.tours_list_inner{
    padding-right: 45px;
}

section#tours .tours_list .slick-slide{
    padding-right: 30px;
}

.tours_slider, .tours_slider .slick-list, .tours_slider .slick-track, .tours-slider .slick-slide, .tours_slider .slick-slide div{
    height: 100%;
}

.tours_slider-item{
    border: 1px solid #f0f0f0;
}

.tours_slider img, .tours_list_inner img{
    width: 100%;
    height: 33.333vw;
    min-height: 25rem;
    transition: 0.5s all ease;
}

.tours_list_inner img:hover{
    opacity: 0.7;
}

/* #tours .tours_text{
    align-items: flex-start;
} */

#tours .slick-dots{
    position: relative;
}

#tours .slick-dots li.slick-active-alt, #tours .slick-dots li.slick-active{
    opacity: 1;
}

section#fun .fun-mosaic_left img{
    width: 100%;
    height: 100%;
    min-height: 30rem;
    object-fit: cover;
    object-position: center;
}

section#fun .fun-mosaic_right img{
    width: 100%;
    height: auto;
    min-height: 15rem;
    max-height: 20rem;
    margin-bottom: 30px;
    object-fit: cover;
    object-position: center;
}

section#fun .fun_book{
    background: #005284;
    color: #fff;
    padding: 2rem;
    height: auto;
    min-height: calc(15rem - 15px);
    margin-bottom: 0;
    height: auto;
    font-size: 0.9rem;
}

section#fun .fun_book h3{
    color: #fff;
}

.booking-form_email{
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: 1px solid #fff;
    background: none;
    width: 100%;
    margin-bottom: 1rem;
}

.booking-form_email::placeholder{
    color: #fff;
    opacity: 0.5;
}

.home-bg{
    width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50vw;
    z-index: -3;
}

.home-bg img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

section#directions .dark-bg{
    background: #2D3033;
    z-index: -3;
}

/* Other Pages */

.page:not(.home, .page-id-32) section#book{
    margin-top: 4rem;
}

.page:not(.home) section#book .dark-bg{
    z-index: -2;
}

.page:not(.home) section#book .footprint-bg{
    bottom: auto;
    top: -10vw;
    height: calc(100% + 10vw);
    overflow: hidden;
    left: calc(50% - 6rem);
}

.page:not(.home) section#book .footprint-bg img{
    margin-top: -10rem;
}

body:not(.home) .helpie-faq.accordions .accordion__body{
    background-color: #F6F8F9;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
}

/* Tour Pages */

.tour_facts img{
    margin-bottom: 2rem;
}

.tour_excerpt .button.stripped:after{
    content: "\2193";
}

.tour_excerpt .button.stripped.active:after{
    content: "\2191";
}

/* Laptop */

@media (max-width: 1400px) {

    img.limit-height{
        height: 40vw;
    }

}

@media (max-width: 1199px) {

    #page-sub-header{
        padding-top: 5rem;
        background-position: center center !important;
    }

    #page-sub-header, #content.site-content, footer#colophon{
        position: relative;
        top: 6rem;
    }
    
    header#masthead{
        background-color: #39412E;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .navbar-brand, .navbar-brand img{
        height: 4rem;
    }
    
    .navbar-light .navbar-toggler{
        color: #fff;
        border: none;
    }

    .navbar-toggler-icon{
        filter: invert(100%);
        -webkit-filter: invert(100%);
    }

    header#masthead.scrolled .navbar-toggler-icon{
        filter: invert(0);
        -webkit-filter: invert(0);
    }

    #menu-main{
        margin-top: 2rem;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        padding: 0.25rem;
    }

    .navbar-nav .dropdown-menu{
        background: #39412E;
        margin-bottom: 1rem;
    }

    .dropdown-menu .dropdown-item{
        padding: 0.5rem;
    }

}

/* Tablet */

@media (max-width: 991px) {

	.navbar-brand{
		width: 10rem;
	}
	
	.page-header_inner, .page-header_inner h1{
		float: none;
	}
	
	.page-header_inner{
		margin-left: auto;
		margin-right: auto;
	}
	
	#page-sub-header .overlay {
    	padding-top: 16rem;
    	padding-bottom: 2rem;
	}
	
	#page:not(.remove-banner-space) #content.site-content {
    	padding-top: 2rem;
	}
	
	#main section{
		margin-bottom: 2rem;
	}
    
    div.extra-padding_top, section.extra-padding_top{
        margin-top: 2rem;
    }
    
    div.extra-padding_bottom, section.extra-padding_bottom {
    	margin-bottom: 2rem;
	}
	
	#main section.add-margin {
    	margin-top: 2rem;
	}

    section.has-dark-bg.has-bg-stretch, section.has-light-bg.has-bg-stretch,
	section.has-dark-bg, section.has-light-bg,
    div.has-dark-bg, div.has-light-bg{
    	padding-top: 2rem;
    	padding-bottom: 2rem;
	}
	
	.dark-bg, .light-bg {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

    #content img:not(.ui-datepicker-trigger){
        min-width: 100%;
    }

    img.flex-img_stretch-mobile{
        width: 100vw;
        max-width: 100vw;
        left: 50%;
        margin-left: -50vw;
        height: 40vw;
        min-height: 15rem;
        object-fit: cover;
        object-position: center;
        position: relative;
        margin-bottom: 2rem;
    }

    img.flex-img_reduce-mobile{
        width: 100%;
        height: 40vw;
        min-height: 20rem;
        object-fit: cover;
        object-position: center;
    }

    footer#colophon{
        padding-top: 4rem;
    }

    .tours_list, .tours_text ul.slick-dots{
        display: none !important;
    }

    #tours .slick-dots{
        bottom: 0;
    }

    .fun_intro.center{
        text-align: left;
    }

    .fun-mosaic_left img{
        margin-bottom: 30px;
    }

    .fun-mosaic_right img{
        display: none;
    }

    section#island.has-dark-bg, section#island.has-dark-bg h2, section#island.has-dark-bg h6{
        color: #39412E;
    }

}

@media (max-width: 782px) {

    html{
        margin-top: 0 !important;
    }
    
    h1, body:not(.theme-preset-active) #page-sub-header h1{
        font-size: 3rem;
        line-height: 3.2rem;
    }

    h2{
        font-size: 2.5rem;
        line-height: 3.1rem;
    }

}

/* Mobile */

@media (max-width: 650px) {
    
    html{
        font-size: 18px;
    }
    
    h1, body:not(.theme-preset-active) #page-sub-header h1{
        font-size: 2.8rem;
        line-height: 3.4rem;
    }

    h2{
        font-size: 2rem;
        line-height: 2.7rem;
    }

}

@media (max-width: 575px) {

    .d-xs-none{
        display: none !important;
    }
    
    .button, .buttons li{
        width: 100%;
    }

}

/* Min Widths */

@media (min-width: 0px) {

    .col-1 figure.flex-img_stretch.stretch-left img,
    .col-1 img.flex-img_stretch.stretch-left,
    .col-1 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 500%));
        margin-left: calc((-50vw + 600%));
    }

    .col-1 figure.flex-img_stretch.stretch-right img,
    .col-1 img.flex-img_stretch.stretch-right,
    .col-1 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 500%));
        margin-right: -8.3333%;
    }

    .col-2 figure.flex-img_stretch.stretch-left img,
    .col-2 img.flex-img_stretch.stretch-left,
    .col-2 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 200%));
        margin-left: calc((-50vw + 300%));
    }

    .col-2 figure.flex-img_stretch.stretch-right img,
    .col-2 img.flex-img_stretch.stretch-right,
    .col-2 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 200%));
        margin-right: -16.6667%;
    }
    
    .col-3 figure.flex-img_stretch.stretch-left img,
    .col-3 img.flex-img_stretch.stretch-left,
    .col-3 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 100%));
        margin-left: calc((-50vw + 200%));
    }

    .col-3 figure.flex-img_stretch.stretch-right img,
    .col-3 img.flex-img_stretch.stretch-right,
    .col-3 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 100%));
        margin-right: -25%;
    }

    .col-4 figure.flex-img_stretch.stretch-left img,
    .col-4 img.flex-img_stretch.stretch-left,
    .col-4 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 50%));
        margin-left: calc((-50vw + 150%));
    }

    .col-4 figure.flex-img_stretch.stretch-right img,
    .col-4 img.flex-img_stretch.stretch-right,
    .col-4 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 50%));
        margin-right: -33.3333%;
    }

    .col-5 figure.flex-img_stretch.stretch-left img,
    .col-5 img.flex-img_stretch.stretch-left,
    .col-5 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 20%));
        margin-left: calc((-50vw + 120%));
    }

    .col-5 figure.flex-img_stretch.stretch-right img,
    .col-5 img.flex-img_stretch.stretch-right,
    .col-5 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 20%));
        margin-right: -41.6667%;
    }
    
    .col-6 figure.flex-img_stretch.stretch-left img,
    .col-6 img.flex-img_stretch.stretch-left,
    .col-6 div.flex-img_stretch.stretch-left{
        width: calc((50vw));
        margin-left: calc((-50vw + 100%));
    }

    .col-6 figure.flex-img_stretch.stretch-right img,
    .col-6 img.flex-img_stretch.stretch-right,
    .col-6 div.flex-img_stretch.stretch-right{
        width: calc((50vw));
        margin-right: -50vw;
    }

    .col-7 figure.flex-img_stretch.stretch-left img,
    .col-7 img.flex-img_stretch.stretch-left,
    .col-7 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 16.3333%));
        margin-left: calc((-50vw + 83.6667%));
    }

    .col-7 figure.flex-img_stretch.stretch-right img,
    .col-7 img.flex-img_stretch.stretch-right,
    .col-7 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 16.3333%));
    }
    
    .col-8 figure.flex-img_stretch.stretch-left img,
    .col-8 img.flex-img_stretch.stretch-left,
    .col-8 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 25%));
        margin-left: calc((-50vw + 75%));
    }

    .col-8 figure.flex-img_stretch.stretch-right img,
    .col-8 img.flex-img_stretch.stretch-right,
    .col-8 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 25%));
    }

    .col-9 figure.flex-img_stretch.stretch-left img,
    .col-9 img.flex-img_stretch.stretch-left,
    .col-9 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 33.3333%));
        margin-left: calc((-50vw + 66.6667%));
    }

    .col-9 figure.flex-img_stretch.stretch-right img,
    .col-9 img.flex-img_stretch.stretch-right,
    .col-9 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 33.3333%));
    }

    .col-10 figure.flex-img_stretch.stretch-left img,
    .col-10 img.flex-img_stretch.stretch-left,
    .col-10 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 40%));
        margin-left: calc((-50vw + 60%));
    }

    .col-10 figure.flex-img_stretch.stretch-right img,
    .col-10 img.flex-img_stretch.stretch-right,
    .col-10 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 40%));
    }

    .col-11 figure.flex-img_stretch.stretch-left img,
    .col-11 img.flex-img_stretch.stretch-left,
    .col-11 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 45.4545%));
        margin-left: calc((-50vw + 54.5455%));
    }

    .col-11 figure.flex-img_stretch.stretch-right img,
    .col-11 img.flex-img_stretch.stretch-right,
    .col-11 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 45.4545%));
    }

    .col-12 figure.flex-img_stretch.stretch-left img,
    .col-12 img.flex-img_stretch.stretch-left,
    .col-12 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 50% + 15px));
        margin-left: calc((-50vw + 50% - 15px));
    }

    .col-12 figure.flex-img_stretch.stretch-right img,
    .col-12 img.flex-img_stretch.stretch-right,
    .col-12 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 50% + 15px));
    }

    .advgb-is-one-fifth-mobile figure.flex-img_stretch.stretch-left img,
    .advgb-is-one-fifth-mobile img.flex-img_stretch.stretch-left,
    .advgb-is-one-fifth-mobile div.flex-img_stretch.stretch-left{
        width: calc((50vw - 150%));
        margin-left: calc((-50vw + 250%));
    }

    .advgb-is-one-fifth-mobile figure.flex-img_stretch.stretch-right img,
    .advgb-is-one-fifth-mobile img.flex-img_stretch.stretch-right,
    .advgb-is-one-fifth-mobile div.flex-img_stretch.stretch-right{
        width: calc((50vw - 150%));
        margin-right: -20%;
    }
    
    .advgb-is-one-quarter-mobile figure.flex-img_stretch.stretch-left img,
    .advgb-is-one-quarter-mobile img.flex-img_stretch.stretch-left,
    .advgb-is-one-quarter-mobile div.flex-img_stretch.stretch-left{
        width: calc((50vw - 100%));
        margin-left: calc((-50vw + 200%));
    }

    .advgb-is-one-quarter-mobile figure.flex-img_stretch.stretch-right img,
    .advgb-is-one-quarter-mobile img.flex-img_stretch.stretch-right,
    .advgb-is-one-quarter-mobile div.flex-img_stretch.stretch-right{
        width: calc((50vw - 100%));
        margin-right: -25%;
    }

    .advgb-is-one-third-mobile figure.flex-img_stretch.stretch-left img,
    .advgb-is-one-third-mobile img.flex-img_stretch.stretch-left,
    .advgb-is-one-third-mobile div.flex-img_stretch.stretch-left{
        width: calc((50vw - 50%));
        margin-left: calc((-50vw + 150%));
    }

    .advgb-is-one-third-mobile figure.flex-img_stretch.stretch-right img,
    .advgb-is-one-third-mobile img.flex-img_stretch.stretch-right,
    .advgb-is-one-third-mobile div.flex-img_stretch.stretch-right{
        width: calc((50vw - 50%));
        margin-right: -33.33333%;
    }
    
    .advgb-is-half-mobile figure.flex-img_stretch.stretch-left img,
    .advgb-is-half-mobile img.flex-img_stretch.stretch-left,
    .advgb-is-half-mobile div.flex-img_stretch.stretch-left{
        width: calc((50vw));
        margin-left: calc((-50vw + 100%));
    }

    .advgb-is-half-mobile figure.flex-img_stretch.stretch-right img,
    .advgb-is-half-mobile img.flex-img_stretch.stretch-right,
    .advgb-is-half-mobile div.flex-img_stretch.stretch-right{
        width: calc((50vw));
        margin-right: -50vw;
    }
    
    .advgb-is-two-thirds-mobile figure.flex-img_stretch.stretch-left img,
    .advgb-is-two-thirds-mobile img.flex-img_stretch.stretch-left,
    .advgb-is-two-thirds-mobile div.flex-img_stretch.stretch-left{
        width: calc((50vw + 25%));
        margin-left: calc((-50vw + 75%));
    }

    .advgb-is-two-thirds-mobile figure.flex-img_stretch.stretch-right img,
    .advgb-is-two-thirds-mobile img.flex-img_stretch.stretch-right,
    .advgb-is-two-thirds-mobile div.flex-img_stretch.stretch-right{
        width: calc((50vw + 25%));
    }

    .advgb-is-three-quarters-mobile figure.flex-img_stretch.stretch-left img,
    .advgb-is-three-quarters-mobile img.flex-img_stretch.stretch-left,
    .advgb-is-three-quarters-mobile div.flex-img_stretch.stretch-left{
        width: calc((50vw + 33.3333%));
        margin-left: calc((-50vw + 66.6667%));
    }

    .advgb-is-three-quarters-mobile figure.flex-img_stretch.stretch-right img,
    .advgb-is-three-quarters-mobile img.flex-img_stretch.stretch-right,
    .advgb-is-three-quarters-mobile div.flex-img_stretch.stretch-right{
        width: calc((50vw + 33.3333%));
    }

    .advgb-is-four-fifths-mobile figure.flex-img_stretch.stretch-left img,
    .advgb-is-four-fifths-mobile img.flex-img_stretch.stretch-left,
    .advgb-is-four-fifths-mobile div.flex-img_stretch.stretch-left{
        width: calc((50vw + 37.5%));
        margin-left: calc((-50vw + 62.5%));
    }

    .advgb-is-four-fifths-mobile figure.flex-img_stretch.stretch-right img,
    .advgb-is-four-fifths-mobile img.flex-img_stretch.stretch-right,
    .advgb-is-four-fifths-mobile div.flex-img_stretch.stretch-right{
        width: calc((50vw + 37.5%));
    }

    .advgb-is-full-mobile figure.flex-img_stretch.stretch-left img,
    .advgb-is-full-mobile img.flex-img_stretch.stretch-left,
    .advgb-is-full-mobile div.flex-img_stretch.stretch-left{
        width: calc((50vw + 50% + 15px));
        margin-left: calc((-50vw + 50% - 15px));
    }

    .advgb-is-full-mobile figure.flex-img_stretch.stretch-right img,
    .advgb-is-full-mobile img.flex-img_stretch.stretch-right,
    .advgb-is-full-mobile div.flex-img_stretch.stretch-right{
        width: calc((50vw + 50% + 15px));
    }
}

@media (min-width: 576px) {

    .col-sm-1 figure.flex-img_stretch.stretch-left img,
    .col-sm-1 img.flex-img_stretch.stretch-left,
    .col-sm-1 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 500%));
        margin-left: calc((-50vw + 600%));
    }

    .col-sm-1 figure.flex-img_stretch.stretch-right img,
    .col-sm-1 img.flex-img_stretch.stretch-right,
    .col-sm-1 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 500%));
        margin-right: -8.3333%;
    }

    .col-sm-2 figure.flex-img_stretch.stretch-left img,
    .col-sm-2 img.flex-img_stretch.stretch-left,
    .col-sm-2 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 200%));
        margin-left: calc((-50vw + 300%));
    }

    .col-sm-2 figure.flex-img_stretch.stretch-right img,
    .col-sm-2 img.flex-img_stretch.stretch-right,
    .col-sm-2 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 200%));
        margin-right: -16.6667%;
    }
    
    .col-sm-3 figure.flex-img_stretch.stretch-left img,
    .col-sm-3 img.flex-img_stretch.stretch-left,
    .col-sm-3 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 100%));
        margin-left: calc((-50vw + 200%));
    }

    .col-sm-3 figure.flex-img_stretch.stretch-right img,
    .col-sm-3 img.flex-img_stretch.stretch-right,
    .col-sm-3 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 100%));
        margin-right: -25%;
    }

    .col-sm-4 figure.flex-img_stretch.stretch-left img,
    .col-sm-4 img.flex-img_stretch.stretch-left,
    .col-sm-4 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 50%));
        margin-left: calc((-50vw + 150%));
    }

    .col-sm-4 figure.flex-img_stretch.stretch-right img,
    .col-sm-4 img.flex-img_stretch.stretch-right,
    .col-sm-4 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 50%));
        margin-right: -33.3333%;
    }

    .col-sm-5 figure.flex-img_stretch.stretch-left img,
    .col-sm-5 img.flex-img_stretch.stretch-left,
    .col-sm-5 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 20%));
        margin-left: calc((-50vw + 120%));
    }

    .col-sm-5 figure.flex-img_stretch.stretch-right img,
    .col-sm-5 img.flex-img_stretch.stretch-right,
    .col-sm-5 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 20%));
        margin-right: -41.6667%;
    }
    
    .col-sm-6 figure.flex-img_stretch.stretch-left img,
    .col-sm-6 img.flex-img_stretch.stretch-left,
    .col-sm-6 div.flex-img_stretch.stretch-left{
        width: calc((50vw));
        margin-left: calc((-50vw + 100%));
    }

    .col-sm-6 figure.flex-img_stretch.stretch-right img,
    .col-sm-6 img.flex-img_stretch.stretch-right,
    .col-sm-6 div.flex-img_stretch.stretch-right{
        width: calc((50vw));
        margin-right: -50vw;
    }

    .col-sm-7 figure.flex-img_stretch.stretch-left img,
    .col-sm-7 img.flex-img_stretch.stretch-left,
    .col-sm-7 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 16.3333%));
        margin-left: calc((-50vw + 83.6667%));
    }

    .col-sm-7 figure.flex-img_stretch.stretch-right img,
    .col-sm-7 img.flex-img_stretch.stretch-right,
    .col-sm-7 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 16.3333%));
    }
    
    .col-sm-8 figure.flex-img_stretch.stretch-left img,
    .col-sm-8 img.flex-img_stretch.stretch-left,
    .col-sm-8 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 25%));
        margin-left: calc((-50vw + 75%));
    }

    .col-sm-8 figure.flex-img_stretch.stretch-right img,
    .col-sm-8 img.flex-img_stretch.stretch-right,
    .col-sm-8 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 25%));
    }

    .col-sm-9 figure.flex-img_stretch.stretch-left img,
    .col-sm-9 img.flex-img_stretch.stretch-left,
    .col-sm-9 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 33.3333%));
        margin-left: calc((-50vw + 66.6667%));
    }

    .col-sm-9 figure.flex-img_stretch.stretch-right img,
    .col-sm-9 img.flex-img_stretch.stretch-right,
    .col-sm-9 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 33.3333%));
    }

    .col-sm-10 figure.flex-img_stretch.stretch-left img,
    .col-sm-10 img.flex-img_stretch.stretch-left,
    .col-sm-10 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 40%));
        margin-left: calc((-50vw + 60%));
    }

    .col-sm-10 figure.flex-img_stretch.stretch-right img,
    .col-sm-10 img.flex-img_stretch.stretch-right,
    .col-sm-10 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 40%));
    }

    .col-sm-11 figure.flex-img_stretch.stretch-left img,
    .col-sm-11 img.flex-img_stretch.stretch-left,
    .col-sm-11 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 45.4545%));
        margin-left: calc((-50vw + 54.5455%));
    }

    .col-sm-11 figure.flex-img_stretch.stretch-right img,
    .col-sm-11 img.flex-img_stretch.stretch-right,
    .col-sm-11 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 45.4545%));
    }

    .col-sm-12 figure.flex-img_stretch.stretch-left img,
    .col-sm-12 img.flex-img_stretch.stretch-left,
    .col-sm-12 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 50% + 15px));
        margin-left: calc((-50vw + 50% - 15px));
    }

    .col-sm-12 figure.flex-img_stretch.stretch-right img,
    .col-sm-12 img.flex-img_stretch.stretch-right,
    .col-sm-12 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 50% + 15px));
    }

}

@media (min-width: 768px) {

    .wp-block-advgb-columns.switched .wp-block-advgb-column:first-of-type{
		order: 2;
	}

	.wp-block-advgb-columns.switched .wp-block-advgb-column:nth-of-type(2){
		order: 1;
    }

    figure.flex-img_stretch{
        position: relative;
    }

    figure.flex-img_stretch img, div.flex-img_stretch{
        left: 0;
    }

    figure.show-mobile-only{
        display: none !important;
    }

    .col-md-1 figure.flex-img_stretch.stretch-left img,
    .col-md-1 img.flex-img_stretch.stretch-left,
    .col-md-1 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 500%));
        margin-left: calc((-50vw + 600%));
    }

    .col-md-1 figure.flex-img_stretch.stretch-right img,
    .col-md-1 img.flex-img_stretch.stretch-right,
    .col-md-1 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 500%));
        margin-right: -8.3333%;
    }

    .col-md-2 figure.flex-img_stretch.stretch-left img,
    .col-md-2 img.flex-img_stretch.stretch-left,
    .col-md-2 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 200%));
        margin-left: calc((-50vw + 300%));
    }

    .col-md-2 figure.flex-img_stretch.stretch-right img,
    .col-md-2 img.flex-img_stretch.stretch-right,
    .col-md-2 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 200%));
        margin-right: -16.6667%;
    }
    
    .col-md-3 figure.flex-img_stretch.stretch-left img,
    .col-md-3 img.flex-img_stretch.stretch-left,
    .col-md-3 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 100%));
        margin-left: calc((-50vw + 200%));
    }

    .col-md-3 figure.flex-img_stretch.stretch-right img,
    .col-md-3 img.flex-img_stretch.stretch-right,
    .col-md-3 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 100%));
        margin-right: -25%;
    }

    .col-md-4 figure.flex-img_stretch.stretch-left img,
    .col-md-4 img.flex-img_stretch.stretch-left,
    .col-md-4 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 50%));
        margin-left: calc((-50vw + 150%));
    }

    .col-md-4 figure.flex-img_stretch.stretch-right img,
    .col-md-4 img.flex-img_stretch.stretch-right,
    .col-md-4 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 50%));
        margin-right: -33.3333%;
    }

    .col-md-5 figure.flex-img_stretch.stretch-left img,
    .col-md-5 img.flex-img_stretch.stretch-left,
    .col-md-5 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 20%));
        margin-left: calc((-50vw + 120%));
    }

    .col-md-5 figure.flex-img_stretch.stretch-right img,
    .col-md-5 img.flex-img_stretch.stretch-right,
    .col-md-5 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 20%));
        margin-right: -41.6667%;
    }
    
    .col-md-6 figure.flex-img_stretch.stretch-left img,
    .col-md-6 img.flex-img_stretch.stretch-left,
    .col-md-6 div.flex-img_stretch.stretch-left{
        width: calc((50vw));
        margin-left: calc((-50vw + 100%));
    }

    .col-md-6 figure.flex-img_stretch.stretch-right img,
    .col-md-6 img.flex-img_stretch.stretch-right,
    .col-md-6 div.flex-img_stretch.stretch-right{
        width: calc((50vw));
        margin-right: -50vw;
    }

    .col-md-7 figure.flex-img_stretch.stretch-left img,
    .col-md-7 img.flex-img_stretch.stretch-left,
    .col-md-7 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 16.3333%));
        margin-left: calc((-50vw + 83.6667%));
    }

    .col-md-7 figure.flex-img_stretch.stretch-right img,
    .col-md-7 img.flex-img_stretch.stretch-right,
    .col-md-7 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 16.3333%));
    }
    
    .col-md-8 figure.flex-img_stretch.stretch-left img,
    .col-md-8 img.flex-img_stretch.stretch-left,
    .col-md-8 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 25%));
        margin-left: calc((-50vw + 75%));
    }

    .col-md-8 figure.flex-img_stretch.stretch-right img,
    .col-md-8 img.flex-img_stretch.stretch-right,
    .col-md-8 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 25%));
    }

    .col-md-9 figure.flex-img_stretch.stretch-left img,
    .col-md-9 img.flex-img_stretch.stretch-left,
    .col-md-9 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 33.3333%));
        margin-left: calc((-50vw + 66.6667%));
    }

    .col-md-9 figure.flex-img_stretch.stretch-right img,
    .col-md-9 img.flex-img_stretch.stretch-right,
    .col-md-9 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 33.3333%));
    }

    .col-md-10 figure.flex-img_stretch.stretch-left img,
    .col-md-10 img.flex-img_stretch.stretch-left,
    .col-md-10 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 40%));
        margin-left: calc((-50vw + 60%));
    }

    .col-md-10 figure.flex-img_stretch.stretch-right img,
    .col-md-10 img.flex-img_stretch.stretch-right,
    .col-md-10 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 40%));
    }

    .col-md-11 figure.flex-img_stretch.stretch-left img,
    .col-md-11 img.flex-img_stretch.stretch-left,
    .col-md-11 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 45.4545%));
        margin-left: calc((-50vw + 54.5455%));
    }

    .col-md-11 figure.flex-img_stretch.stretch-right img,
    .col-md-11 img.flex-img_stretch.stretch-right,
    .col-md-11 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 45.4545%));
    }

    .col-md-12 figure.flex-img_stretch.stretch-left img,
    .col-md-12 img.flex-img_stretch.stretch-left,
    .col-md-12 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 50% + 15px));
        margin-left: calc((-50vw + 50% - 15px));
    }

    .col-md-12 figure.flex-img_stretch.stretch-right img,
    .col-md-12 img.flex-img_stretch.stretch-right,
    .col-md-12 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 50% + 15px));
    }

    .advgb-is-one-fifth-tablet figure.flex-img_stretch.stretch-left img,
    .advgb-is-one-fifth-tablet img.flex-img_stretch.stretch-left,
    .advgb-is-one-fifth-tablet div.flex-img_stretch.stretch-left{
        width: calc((50vw - 150%));
        margin-left: calc((-50vw + 250%));
    }

    .advgb-is-one-fifth-tablet figure.flex-img_stretch.stretch-right img,
    .advgb-is-one-fifth-tablet img.flex-img_stretch.stretch-right,
    .advgb-is-one-fifth-tablet div.flex-img_stretch.stretch-right{
        width: calc((50vw - 150%));
        margin-right: -20%;
    }
    
    .advgb-is-one-quarter-tablet figure.flex-img_stretch.stretch-left img,
    .advgb-is-one-quarter-tablet img.flex-img_stretch.stretch-left,
    .advgb-is-one-quarter-tablet div.flex-img_stretch.stretch-left{
        width: calc((50vw - 100%));
        margin-left: calc((-50vw + 200%));
    }

    .advgb-is-one-quarter-tablet figure.flex-img_stretch.stretch-right img,
    .advgb-is-one-quarter-tablet img.flex-img_stretch.stretch-right,
    .advgb-is-one-quarter-tablet div.flex-img_stretch.stretch-right{
        width: calc((50vw - 100%));
        margin-right: -25%;
    }

    .advgb-is-one-third-tablet figure.flex-img_stretch.stretch-left img,
    .advgb-is-one-third-tablet img.flex-img_stretch.stretch-left,
    .advgb-is-one-third-tablet div.flex-img_stretch.stretch-left{
        width: calc((50vw - 50%));
        margin-left: calc((-50vw + 150%));
    }

    .advgb-is-one-third-tablet figure.flex-img_stretch.stretch-right img,
    .advgb-is-one-third-tablet img.flex-img_stretch.stretch-right,
    .advgb-is-one-third-tablet div.flex-img_stretch.stretch-right{
        width: calc((50vw - 50%));
        margin-right: -33.33333%;
    }
    
    .advgb-is-half-tablet figure.flex-img_stretch.stretch-left img,
    .advgb-is-half-tablet img.flex-img_stretch.stretch-left,
    .advgb-is-half-tablet div.flex-img_stretch.stretch-left{
        width: calc((50vw));
        margin-left: calc((-50vw + 100%));
    }

    .advgb-is-half-tablet figure.flex-img_stretch.stretch-right img,
    .advgb-is-half-tablet img.flex-img_stretch.stretch-right,
    .advgb-is-half-tablet div.flex-img_stretch.stretch-right{
        width: calc((50vw));
        margin-right: -50vw;
    }
    
    .advgb-is-two-thirds-tablet figure.flex-img_stretch.stretch-left img,
    .advgb-is-two-thirds-tablet img.flex-img_stretch.stretch-left,
    .advgb-is-two-thirds-tablet div.flex-img_stretch.stretch-left{
        width: calc((50vw + 25%));
        margin-left: calc((-50vw + 75%));
    }

    .advgb-is-two-thirds-tablet figure.flex-img_stretch.stretch-right img,
    .advgb-is-two-thirds-tablet img.flex-img_stretch.stretch-right,
    .advgb-is-two-thirds-tablet div.flex-img_stretch.stretch-right{
        width: calc((50vw + 25%));
    }

    .advgb-is-three-quarters-tablet figure.flex-img_stretch.stretch-left img,
    .advgb-is-three-quarters-tablet img.flex-img_stretch.stretch-left,
    .advgb-is-three-quarters-tablet div.flex-img_stretch.stretch-left{
        width: calc((50vw + 33.3333%));
        margin-left: calc((-50vw + 66.6667%));
    }

    .advgb-is-three-quarters-tablet figure.flex-img_stretch.stretch-right img,
    .advgb-is-three-quarters-tablet img.flex-img_stretch.stretch-right,
    .advgb-is-three-quarters-tablet div.flex-img_stretch.stretch-right{
        width: calc((50vw + 33.3333%));
    }

    .advgb-is-four-fifths-tablet figure.flex-img_stretch.stretch-left img,
    .advgb-is-four-fifths-tablet img.flex-img_stretch.stretch-left,
    .advgb-is-four-fifths-tablet div.flex-img_stretch.stretch-left{
        width: calc((50vw + 37.5%));
        margin-left: calc((-50vw + 62.5%));
    }

    .advgb-is-four-fifths-tablet figure.flex-img_stretch.stretch-right img,
    .advgb-is-four-fifths-tablet img.flex-img_stretch.stretch-right,
    .advgb-is-four-fifths-tablet div.flex-img_stretch.stretch-right{
        width: calc((50vw + 37.5%));
    }

    .advgb-is-full-tablet figure.flex-img_stretch.stretch-left img,
    .advgb-is-full-tablet img.flex-img_stretch.stretch-left,
    .advgb-is-full-tablet div.flex-img_stretch.stretch-left{
        width: calc((50vw + 50% + 15px));
        margin-left: calc((-50vw + 50% - 15px));
    }

    .advgb-is-full-tablet figure.flex-img_stretch.stretch-right img,
    .advgb-is-full-tablet img.flex-img_stretch.stretch-right,
    .advgb-is-full-tablet div.flex-img_stretch.stretch-right{
        width: calc((50vw + 50% + 15px));
    }

    .pp-multiple-authors-layout-boxed ul li > div:nth-child(1){
        flex: 0 0 6rem !important;
    }

    figure.alignleft, figure.aligncenter, figure.alignright{
        max-width: 50%;
        height: auto;
    }

    figure.alignleft figcaption, figure.aligncenter figcaption, figure.alignright figcaption{
        margin-bottom: 0 !important;
    }

    figure.alignleft, figure.aligncenter, figure.alignright{
        margin-bottom: 0.1rem;
    }
    
    .columned p{
        column-count: 2;
        column-gap: 2rem;
    }

}

@media (min-width: 992px) {

	.flex-row{
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
		flex-direction: row;
		align-content: stretch;
	}

	.flex-row.aligned{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.flex-row:before, .flex-row:after{
		display: none;
	}

	.flex-row.switched .flex-col:first-of-type{
		order: 2;
	}

	.flex-row.switched .flex-col:nth-of-type(2){
		order: 1;
    }

    .flex-img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: relative;
    }

    .flex-img_stretch{
        width: 100%;
        max-width: 100vw;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: relative;
    }

    #content .flex-row img.flex-img_stretch.stretch-right{
        border-radius: 0 !important;
        border-top-left-radius: 0.5rem !important;
        border-bottom-left-radius: 0.5rem !important;
    }

    #content .flex-row img.flex-img_stretch.stretch-left{
        border-radius: 0 !important;
        border-top-right-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    .col-lg-1 figure.flex-img_stretch.stretch-left img,
    .col-lg-1 img.flex-img_stretch.stretch-left,
    .col-lg-1 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 500%));
        margin-left: calc((-50vw + 600%));
    }

    .col-lg-1 figure.flex-img_stretch.stretch-right img,
    .col-lg-1 img.flex-img_stretch.stretch-right,
    .col-lg-1 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 500%));
        margin-right: -8.3333%;
    }

    .col-lg-2 figure.flex-img_stretch.stretch-left img,
    .col-lg-2 img.flex-img_stretch.stretch-left,
    .col-lg-2 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 200%));
        margin-left: calc((-50vw + 300%));
    }

    .col-lg-2 figure.flex-img_stretch.stretch-right img,
    .col-lg-2 img.flex-img_stretch.stretch-right,
    .col-lg-2 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 200%));
        margin-right: -16.6667%;
    }
    
    .col-lg-3 figure.flex-img_stretch.stretch-left img,
    .col-lg-3 img.flex-img_stretch.stretch-left,
    .col-lg-3 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 100%));
        margin-left: calc((-50vw + 200%));
    }

    .col-lg-3 figure.flex-img_stretch.stretch-right img,
    .col-lg-3 img.flex-img_stretch.stretch-right,
    .col-lg-3 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 100%));
        margin-right: -25%;
    }

    .col-lg-4 figure.flex-img_stretch.stretch-left img,
    .col-lg-4 img.flex-img_stretch.stretch-left,
    .col-lg-4 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 50%));
        margin-left: calc((-50vw + 150%));
    }

    .col-lg-4 figure.flex-img_stretch.stretch-right img,
    .col-lg-4 img.flex-img_stretch.stretch-right,
    .col-lg-4 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 50%));
        margin-right: -33.3333%;
    }

    .col-lg-5 figure.flex-img_stretch.stretch-left img,
    .col-lg-5 img.flex-img_stretch.stretch-left,
    .col-lg-5 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 20%));
        margin-left: calc((-50vw + 120%));
    }

    .col-lg-5 figure.flex-img_stretch.stretch-right img,
    .col-lg-5 img.flex-img_stretch.stretch-right,
    .col-lg-5 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 20%));
        margin-right: -41.6667%;
    }
    
    .col-lg-6 figure.flex-img_stretch.stretch-left img,
    .col-lg-6 img.flex-img_stretch.stretch-left,
    .col-lg-6 div.flex-img_stretch.stretch-left{
        width: calc((50vw));
        margin-left: calc((-50vw + 100%));
    }

    .col-lg-6 figure.flex-img_stretch.stretch-right img,
    .col-lg-6 img.flex-img_stretch.stretch-right,
    .col-lg-6 div.flex-img_stretch.stretch-right{
        width: calc((50vw));
        margin-right: -50vw;
    }

    .col-lg-7 figure.flex-img_stretch.stretch-left img,
    .col-lg-7 img.flex-img_stretch.stretch-left,
    .col-lg-7 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 16.3333%));
        margin-left: calc((-50vw + 83.6667%));
    }

    .col-lg-7 figure.flex-img_stretch.stretch-right img,
    .col-lg-7 img.flex-img_stretch.stretch-right,
    .col-lg-7 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 16.3333%));
    }
    
    .col-lg-8 figure.flex-img_stretch.stretch-left img,
    .col-lg-8 img.flex-img_stretch.stretch-left,
    .col-lg-8 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 25%));
        margin-left: calc((-50vw + 75%));
    }

    .col-lg-8 figure.flex-img_stretch.stretch-right img,
    .col-lg-8 img.flex-img_stretch.stretch-right,
    .col-lg-8 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 25%));
    }

    .col-lg-9 figure.flex-img_stretch.stretch-left img,
    .col-lg-9 img.flex-img_stretch.stretch-left,
    .col-lg-9 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 33.3333%));
        margin-left: calc((-50vw + 66.6667%));
    }

    .col-lg-9 figure.flex-img_stretch.stretch-right img,
    .col-lg-9 img.flex-img_stretch.stretch-right,
    .col-lg-9 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 33.3333%));
    }

    .col-lg-10 figure.flex-img_stretch.stretch-left img,
    .col-lg-10 img.flex-img_stretch.stretch-left,
    .col-lg-10 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 40%));
        margin-left: calc((-50vw + 60%));
    }

    .col-lg-10 figure.flex-img_stretch.stretch-right img,
    .col-lg-10 img.flex-img_stretch.stretch-right,
    .col-lg-10 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 40%));
    }

    .col-lg-11 figure.flex-img_stretch.stretch-left img,
    .col-lg-11 img.flex-img_stretch.stretch-left,
    .col-lg-11 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 45.4545%));
        margin-left: calc((-50vw + 54.5455%));
    }

    .col-lg-11 figure.flex-img_stretch.stretch-right img,
    .col-lg-11 img.flex-img_stretch.stretch-right,
    .col-lg-11 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 45.4545%));
    }

    .col-lg-12 figure.flex-img_stretch.stretch-left img,
    .col-lg-12 img.flex-img_stretch.stretch-left,
    .col-lg-12 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 50% + 15px));
        margin-left: calc((-50vw + 50% - 15px));
    }

    .col-lg-12 figure.flex-img_stretch.stretch-right img,
    .col-lg-12 img.flex-img_stretch.stretch-right,
    .col-lg-12 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 50% + 15px));
    }

    .align-content{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
    }
    
    .content-box_inner.no-center-lg{
        margin: 0;
    }

    .col-lg-12 img.flex-img_stretch{
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        height: 33vw;
        min-height: 25rem;
    }

    figure.alignleft, figure.alignright{
        max-width: 50%;
    }

    section#tours .tours_slider{
        width: calc(50vw + 20rem);
        left: 0;
    }

    .tours-list_mobile{
        display: none !important;
    }

}

@media (min-width: 1024px) {
    
    .advgb-is-one-fifth-desktop figure.flex-img_stretch.stretch-left img,
    .advgb-is-one-fifth-desktop img.flex-img_stretch.stretch-left,
    .advgb-is-one-fifth-desktop div.flex-img_stretch.stretch-left{
        width: calc((50vw - 150%));
        margin-left: calc((-50vw + 250%));
    }

    .advgb-is-one-fifth-desktop figure.flex-img_stretch.stretch-right img,
    .advgb-is-one-fifth-desktop img.flex-img_stretch.stretch-right,
    .advgb-is-one-fifth-desktop div.flex-img_stretch.stretch-right{
        width: calc((50vw - 150%));
        margin-right: -20%;
    }
    
    .advgb-is-one-quarter-desktop figure.flex-img_stretch.stretch-left img,
    .advgb-is-one-quarter-desktop img.flex-img_stretch.stretch-left,
    .advgb-is-one-quarter-desktop div.flex-img_stretch.stretch-left{
        width: calc((50vw - 100%));
        margin-left: calc((-50vw + 200%));
    }

    .advgb-is-one-quarter-desktop figure.flex-img_stretch.stretch-right img,
    .advgb-is-one-quarter-desktop img.flex-img_stretch.stretch-right,
    .advgb-is-one-quarter-desktop div.flex-img_stretch.stretch-right{
        width: calc((50vw - 100%));
        margin-right: -25%;
    }

    .advgb-is-one-third-desktop figure.flex-img_stretch.stretch-left img,
    .advgb-is-one-third-desktop img.flex-img_stretch.stretch-left,
    .advgb-is-one-third-desktop div.flex-img_stretch.stretch-left{
        width: calc((50vw - 50%));
        margin-left: calc((-50vw + 150%));
    }

    .advgb-is-one-third-desktop figure.flex-img_stretch.stretch-right img,
    .advgb-is-one-third-desktop img.flex-img_stretch.stretch-right,
    .advgb-is-one-third-desktop div.flex-img_stretch.stretch-right{
        width: calc((50vw - 50%));
        margin-right: -33.33333%;
    }
    
    .advgb-is-half-desktop figure.flex-img_stretch.stretch-left img,
    .advgb-is-half-desktop img.flex-img_stretch.stretch-left,
    .advgb-is-half-desktop div.flex-img_stretch.stretch-left{
        width: calc((50vw));
        margin-left: calc((-50vw + 100%));
    }

    .advgb-is-half-desktop figure.flex-img_stretch.stretch-right img,
    .advgb-is-half-desktop img.flex-img_stretch.stretch-right,
    .advgb-is-half-desktop div.flex-img_stretch.stretch-right{
        width: calc((50vw));
        margin-right: -50vw;
    }
    
    .advgb-is-two-thirds-desktop figure.flex-img_stretch.stretch-left img,
    .advgb-is-two-thirds-desktop img.flex-img_stretch.stretch-left,
    .advgb-is-two-thirds-desktop div.flex-img_stretch.stretch-left{
        width: calc((50vw + 25%));
        margin-left: calc((-50vw + 75%));
    }

    .advgb-is-two-thirds-desktop figure.flex-img_stretch.stretch-right img,
    .advgb-is-two-thirds-desktop img.flex-img_stretch.stretch-right,
    .advgb-is-two-thirds-desktop div.flex-img_stretch.stretch-right{
        width: calc((50vw + 25%));
    }

    .advgb-is-three-quarters-desktop figure.flex-img_stretch.stretch-left img,
    .advgb-is-three-quarters-desktop img.flex-img_stretch.stretch-left,
    .advgb-is-three-quarters-desktop div.flex-img_stretch.stretch-left{
        width: calc((50vw + 33.3333%));
        margin-left: calc((-50vw + 66.6667%));
    }

    .advgb-is-three-quarters-desktop figure.flex-img_stretch.stretch-right img,
    .advgb-is-three-quarters-desktop img.flex-img_stretch.stretch-right,
    .advgb-is-three-quarters-desktop div.flex-img_stretch.stretch-right{
        width: calc((50vw + 33.3333%));
    }

    .advgb-is-four-fifths-desktop figure.flex-img_stretch.stretch-left img,
    .advgb-is-four-fifths-desktop img.flex-img_stretch.stretch-left,
    .advgb-is-four-fifths-desktop div.flex-img_stretch.stretch-left{
        width: calc((50vw + 37.5%));
        margin-left: calc((-50vw + 62.5%));
    }

    .advgb-is-four-fifths-desktop figure.flex-img_stretch.stretch-right img,
    .advgb-is-four-fifths-desktop img.flex-img_stretch.stretch-right,
    .advgb-is-four-fifths-desktop div.flex-img_stretch.stretch-right{
        width: calc((50vw + 37.5%));
    }

}

@media (min-width: 1200px) {

    .col-xl-1 figure.flex-img_stretch.stretch-left img,
    .col-xl-1 img.flex-img_stretch.stretch-left,
    .col-xl-1 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 500%));
        margin-left: calc((-50vw + 600%));
    }

    .col-xl-1 figure.flex-img_stretch.stretch-right img,
    .col-xl-1 img.flex-img_stretch.stretch-right,
    .col-xl-1 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 500%));
        margin-right: -8.3333%;
    }

    .col-xl-2 figure.flex-img_stretch.stretch-left img,
    .col-xl-2 img.flex-img_stretch.stretch-left,
    .col-xl-2 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 200%));
        margin-left: calc((-50vw + 300%));
    }

    .col-xl-2 figure.flex-img_stretch.stretch-right img,
    .col-xl-2 img.flex-img_stretch.stretch-right,
    .col-xl-2 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 200%));
        margin-right: -16.6667%;
    }
    
    .col-xl-3 figure.flex-img_stretch.stretch-left img,
    .col-xl-3 img.flex-img_stretch.stretch-left,
    .col-xl-3 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 100%));
        margin-left: calc((-50vw + 200%));
    }

    .col-xl-3 figure.flex-img_stretch.stretch-right img,
    .col-xl-3 img.flex-img_stretch.stretch-right,
    .col-xl-3 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 100%));
        margin-right: -25%;
    }

    .col-xl-4 figure.flex-img_stretch.stretch-left img,
    .col-xl-4 img.flex-img_stretch.stretch-left,
    .col-xl-4 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 50%));
        margin-left: calc((-50vw + 150%));
    }

    .col-xl-4 figure.flex-img_stretch.stretch-right img,
    .col-xl-4 img.flex-img_stretch.stretch-right,
    .col-xl-4 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 50%));
        margin-right: -33.3333%;
    }

    .col-xl-5 figure.flex-img_stretch.stretch-left img,
    .col-xl-5 img.flex-img_stretch.stretch-left,
    .col-xl-5 div.flex-img_stretch.stretch-left{
        width: calc((50vw - 20%));
        margin-left: calc((-50vw + 120%));
    }

    .col-xl-5 figure.flex-img_stretch.stretch-right img,
    .col-xl-5 img.flex-img_stretch.stretch-right,
    .col-xl-5 div.flex-img_stretch.stretch-right{
        width: calc((50vw - 20%));
        margin-right: -41.6667%;
    }
    
    .col-xl-6 figure.flex-img_stretch.stretch-left img,
    .col-xl-6 img.flex-img_stretch.stretch-left,
    .col-xl-6 div.flex-img_stretch.stretch-left{
        width: calc((50vw));
        margin-left: calc((-50vw + 100%));
    }

    .col-xl-6 figure.flex-img_stretch.stretch-right img,
    .col-xl-6 img.flex-img_stretch.stretch-right,
    .col-xl-6 div.flex-img_stretch.stretch-right{
        width: calc((50vw));
        margin-right: -50vw;
    }

    .col-xl-7 figure.flex-img_stretch.stretch-left img,
    .col-xl-7 img.flex-img_stretch.stretch-left,
    .col-xl-7 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 16.3333%));
        margin-left: calc((-50vw + 83.6667%));
    }

    .col-xl-7 figure.flex-img_stretch.stretch-right img,
    .col-xl-7 img.flex-img_stretch.stretch-right,
    .col-xl-7 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 16.3333%));
    }
    
    .col-xl-8 figure.flex-img_stretch.stretch-left img,
    .col-xl-8 img.flex-img_stretch.stretch-left,
    .col-xl-8 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 25%));
        margin-left: calc((-50vw + 75%));
    }

    .col-xl-8 figure.flex-img_stretch.stretch-right img,
    .col-xl-8 img.flex-img_stretch.stretch-right,
    .col-xl-8 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 25%));
    }

    .col-xl-9 figure.flex-img_stretch.stretch-left img,
    .col-xl-9 img.flex-img_stretch.stretch-left,
    .col-xl-9 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 33.3333%));
        margin-left: calc((-50vw + 66.6667%));
    }

    .col-xl-9 figure.flex-img_stretch.stretch-right img,
    .col-xl-9 img.flex-img_stretch.stretch-right,
    .col-xl-9 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 33.3333%));
    }

    .col-xl-10 figure.flex-img_stretch.stretch-left img,
    .col-xl-10 img.flex-img_stretch.stretch-left,
    .col-xl-10 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 40%));
        margin-left: calc((-50vw + 60%));
    }

    .col-xl-10 figure.flex-img_stretch.stretch-right img,
    .col-xl-10 img.flex-img_stretch.stretch-right,
    .col-xl-10 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 40%));
    }

    .col-xl-11 figure.flex-img_stretch.stretch-left img,
    .col-xl-11 img.flex-img_stretch.stretch-left,
    .col-xl-11 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 45.4545%));
        margin-left: calc((-50vw + 54.5455%));
    }

    .col-xl-11 figure.flex-img_stretch.stretch-right img,
    .col-xl-11 img.flex-img_stretch.stretch-right,
    .col-xl-11 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 45.4545%));
    }

    .col-xl-12 figure.flex-img_stretch.stretch-left img,
    .col-xl-12 img.flex-img_stretch.stretch-left,
    .col-xl-12 div.flex-img_stretch.stretch-left{
        width: calc((50vw + 50% + 15px));
        margin-left: calc((-50vw + 50% - 15px));
    }

    .col-xl-12 figure.flex-img_stretch.stretch-right img,
    .col-xl-12 img.flex-img_stretch.stretch-right,
    .col-xl-12 div.flex-img_stretch.stretch-right{
        width: calc((50vw + 50% + 15px));
    }

    .content-box_inner.no-center-xl{
        margin: 0;
    }

    section#tours .tours_slider{
        width: calc(50vw + 23.3333% + 20rem);
        left: 0;
    }

}