/* @import url('http://example.com/example_style.css'); */
@import url('../../../hubfs/Camp_2022/fonts/font-awesome.css');
@import url('https://fonts.googleapis.com/css?family=Signika:300,400,600,700');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("../../../hubfs/Camp_2022/Images/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("../../../hubfs/Camp_2022/Images/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("../../../hubfs/Camp_2022/Images/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("../../../hubfs/Camp_2022/Images/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../../../hubfs/Camp_2022/Images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(../../../hubfs/Camp_2022/Images/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@media (max-width:568px){
  .hs-menu-wrapper script { display: none; }
}

@font-face {
    font-family: 'selimaregular';
    src: url('../../../hubfs/Camp_2022/fonts/selima_-webfont.eot');
    src: url('../../../hubfs/Camp_2022/fonts/selima_-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../../hubfs/Camp_2022/fonts/selima_-webfont.woff') format('woff'),
        url('../../../hubfs/Camp_2022/fonts/selima_-webfont.ttf') format('truetype'),
        url('../../../hubfs/Camp_2022/fonts/selima_-webfont.svg#selimaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'NexaBold';
    src:
        url('../../../hubfs/Camp_2022/fonts/NexaBold.eot?#iefix') format('embedded-opentype'),  
        url('../../../hubfs/Camp_2022/fonts/NexaBold.otf')  format('opentype'),
        url('../../../hubfs/Camp_2022/fonts/NexaBold.woff') format('woff'), 
        url('../../../hubfs/Camp_2022/fonts/NexaBold.ttf')  format('truetype'),
        url('../../../hubfs/Camp_2022/fonts/NexaBold.svg#NexaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lucida Grande';
    src: url('../../../hubfs/Camp_2022/fonts/LucidaGrande-Bold.eot');
    src: url('../../../hubfs/Camp_2022/fonts/LucidaGrande-Bold.eot') format('embedded-opentype'),
        url('../../../hubfs/Camp_2022/fonts/LucidaGrande-Bold.woff2') format('woff2'),
        url('../../../hubfs/Camp_2022/fonts/LucidaGrande-Bold.woff') format('woff'),
        url('../../../hubfs/Camp_2022/fonts/LucidaGrande-Bold.ttf') format('truetype'),
        url('../../../hubfs/Camp_2022/fonts/LucidaGrande-Bold.svg#LucidaGrande-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lucida Grande';
    src: url('../../../hubfs/Camp_2022/fonts/LucidaGrande.eot');
    src: url('../../../hubfs/Camp_2022/fonts/LucidaGrande.eot?') format('embedded-opentype'),
        url('../../../hubfs/Camp_2022/fonts/LucidaGrande.woff2') format('woff2'),
        url('../../../hubfs/Camp_2022/fonts/LucidaGrande.woff') format('woff'),
        url('../../../hubfs/Camp_2022/fonts/LucidaGrande.ttf') format('truetype'),
        url('../../../hubfs/Camp_2022/fonts/LucidaGrande.svg#LucidaGrande') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 
  font-family: 'selimaregular', sans-serif;
  font-family: 'NexaBold', sans-serif;
  font-family: 'Signika', sans-serif;
*/








/* ex. 






*/


/* ex. -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; */


/* ex. -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);;  */


*{box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
body{margin:0px; font-weight: normal;color: #999999; color:#999999; font-size: 14px; line-height:22px;font-family:  'Signika', sans-serif ; font-weight:400;  }
input{font-family:  'Signika', sans-serif ; font-weight:400; }
ul{margin:0px; }
/*ul li{list-style:none;}*/
strong{font-weight:700;}
a{ -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; text-decoration:none; color: #b6b800;}
a:hover, a:focus{text-decoration:none; }
img {height:auto;}

::-webkit-input-placeholder{opacity:0.35; color:#fff;}
::-moz-placeholder{opacity:0.35;color:#fff;}
:-ms-input-placeholder{opacity:0.35;color:#fff;}
:-moz-placeholder{opacity:0.35;color:#fff;}

body a.cta_button.cimg { overflow: hidden; border: 2px solid #477057; background: none !important; padding: 0 !important; border-radius: 0 !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; }

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{font-family: 'Signika', sans-serif ; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input { margin-bottom: 0; }
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{font-family:  'Signika', sans-serif ; font-weight:400; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}
h1,h2,h3,h4,h5,h6{margin-top:0px; font-weight:700; color:#3b3b3b; margin-bottom:10px;}
.submitted-message { text-align: center; font-size: 16px; }

.hs-form .hs_checkbox ul { list-style: none; padding: 0; }

h1 {font-size:100px; line-height:90px;color:#fff; font-family:  'selimaregular', sans-serif ; font-weight: normal;}
h2 {font-family:  'selimaregular', sans-serif ;font-size: 50px;line-height:60px;color: #245634; font-weight: normal;}
h3 {font-size: 40px;line-height:48px;color: #477057;font-family:  'selimaregular', sans-serif ;font-weight: normal;letter-spacing: -1.01px;}
h4 {font-size: 35px;line-height:42px;color: #477057;font-family:  'Signika', sans-serif ; font-weight:400;}

.hs-responsive-embed.hs-responsive-embed-instagram { padding:0; }
.hs-responsive-embed.hs-responsive-embed-instagram iframe { height: 951px; }

.breadcrumb { padding:0; margin-top: -20px; padding-bottom: 50px; }
.breadcrumb li { position: relative; display: inline-block; vertical-align: middle; color: #b1b1b1; font-style: italic; padding: 0 20px 0 0; font-size: 16px; }
.breadcrumb li a { color: #b1b1b1; display: inline-block; vertical-align: middle; }
.breadcrumb li a:hover { color: #b6b800; }
.breadcrumb li:after { content:''; width: 6px; height: 2px; background: #b1b1b1; position: absolute; right: 4px; top: 50%; }
.breadcrumb li:last-child:after { display:none; }


.row-fluid [class*="span"].no-height{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}
.row-fluid [class*="span"]{min-height:auto;}
.hs-error-msgs label{display:block; font-size:13px; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px);}
.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width: none; white-space: inherit; overflow: visible;}

.white-font, .white-font h2, .white-font h3, .white-font h4 { color:#fff;}
.grey-font, .grey-font h2, .grey-font h3, .grey-font h4 { color: #999999;}

.btn a { font-size:18px; line-height:18px; font-family: 'NexaBold', sans-serif ; display:inline-block; color:#fff; padding:14px 40px; border-radius:23px; font-weight:700; box-sizing: border-box !important; text-align:center;}
.primary-btn a { background-color:#b5b712; min-width: 203px;  }
.btn.primary-btn a:hover { background-color:#477057;}

.secondary-btn a {background-color:#477057; }
.btn.secondary-btn a:hover { background-color:#b5b712;}


.font-30, .font-30 h2, .font-30 h3, .font-30 h4 {font-size: 30px; line-height:38px;}
.font-25, .font-25 h2, .font-25 h3, .font-25 h4 {font-size: 25px; line-height:34px;} 
.font-24, .font-24 h2, .font-24 h3, .font-24 h4 {font-size: 24px; line-height:32px;}
.font-20, .font-20 h2, .font-20 h3, .font-20 h4 {font-size: 20px; line-height:28px;}
.font-18, .font-18 h2, .font-18 h3, .font-18 h4 {font-size: 18px; line-height:26px;}

.align_center { text-align:center; }

/* Default Form Code */
.default-form .hs-form .hs-form-field > label span.hs-form-required{display:none;}
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 12px); margin:0 6px;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 12px); margin:0 6px;}

@media (max-width:767px){
    .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0;}
    .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input{width:100%;}
}

/* Slick css */
.slick-slider .slick-arrow{background:none; border:none; z-index:7; position:absolute; top:45%; left:0; width:50px; height: 50px; font-size:0px; color:#fff; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; cursor:pointer;}
.slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
/* .slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome;} */
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}

.slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:20px; text-align:center; padding: 0; }
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;}

.slick-slider button.slick-prev:after { content:''; width:16px; height:37px; background-image:url(../../../hubfs/Camp_2022/Images/left-arrow.png);display:block; margin:0 auto;}
.slick-slider button.slick-next:after { content:''; width:16px; height:37px; background-image:url(../../../hubfs/Camp_2022/Images/right-arrow.png);display:block;margin:0 auto;}


/* Header CSS */

.row-fluid .top-header {background-color: #477057; padding:3px 0; position: relative;z-index: 99; }
.row-fluid .top-header ul { margin:0;}
.row-fluid .top-header ul li { padding:0 5px; display:inline-block;vertical-align: middle;}
.row-fluid .top-header ul li:last-child { padding-right:0;}
.row-fluid .top-header ul li a { color:#fff; font-family: 'Signika', sans-serif ; font-weight:300; padding:0;}
.row-fluid .top-header ul li a:hover { color:#b5b712;}
.row-fluid .top-header .lang { position: relative; }
.row-fluid .top-header .lang .lang_switcher_class { position: absolute; right: 90px; top: 28px; width: auto; }
.row-fluid .top-header .lang .globe_class { width: 50px; position: relative; background-size: 20px; background-position: left center; }
.row-fluid .top-header .lang .globe_class ul li:first-child { display: none; }
.row-fluid .top-header .lang .lang_list_class:after { display: none; }
.row-fluid .top-header .lang .lang_list_class:before { display: none; }
.row-fluid .top-header .lang .lang_list_class li { background: #515E6B; padding: 5px 10px; border: none; }
.row-fluid .top-header .lang .lang_list_class li a { padding: 3px 0 3px 26px; display: block; font-weight: 600; font-size: 0; }
.row-fluid .top-header .lang.es .lang_list_class li a { background-image: url(../../../hubfs/Camp_2022/Images/lang-eng.png); background-repeat:no-repeat; background-size:20px; background-position:left center; }
.row-fluid .top-header .lang.es .lang_list_class li a:before { content:'ENG'; font-weight: 600; font-size: 14px; }
.row-fluid .top-header .lang.es .globe_class { background-image: url(../../../hubfs/Camp_2022/Images/lang-esp.png); }
.row-fluid .top-header .lang.es .globe_class:before { content:'ESP'; position: absolute; right: 0; top: 0; color: #fff; font-weight: 600; }
.row-fluid .top-header .lang.en .globe_class { background-image: url(https://cdn2.hubspot.net/hubfs/5540962/img/lang-eng.png); }
.row-fluid .top-header .lang.en .globe_class:before { content:'ENG'; position: absolute; right: 0; top: 0; color: #fff; font-weight: 600; }
.row-fluid .top-header .lang.en .lang_list_class li a { background-image: url(https://cdn2.hubspot.net/hubfs/5540962/img/lang-esp.png); background-repeat:no-repeat; background-size:20px; background-position:left center; }
.row-fluid .top-header .lang.en .lang_list_class li a:before { content:'ESP'; font-weight: 600; font-size: 14px; }

.row-fluid .main-header { position: absolute;left: 0; top: 0px; padding-top:5px; padding-bottom:5px; z-index: 2;}
.row-fluid .main-header:after { content:''; width:100%; height:150%; background-image:url('../../../hubfs/Camp_2022/Images/header-bg.png'); background-repeat:no-repeat; background-size:cover;position: absolute; top: -1px; background-position: bottom;z-index:0;left:0;}
.row-fluid .main-header .logo-wrap {position: relative;  z-index: 2;}
.row-fluid .main-header .logo-wrap img { max-width:170px; }
.row-fluid .main-header .nav-menu { text-align:right; margin-top:2px;position:static; z-index: 1; margin-left:0;}
.row-fluid .main-header .nav-menu .mainmenu ul li a { font-size:16px; line-height:24px; font-family: 'NexaBold', sans-serif ; color:#fff; padding:10px; font-weight: normal; letter-spacing: 0.5px;padding-bottom:25px;}
.row-fluid .main-header .nav-menu .mainmenu ul li a:hover { color:#b5b712}
.row-fluid .main-header .nav-menu .mainmenu ul li a.btn { padding: 9px 20px; }
.row-fluid .main-header .nav-menu .mainmenu ul li.hs-item-has-children {position:static;}
.row-fluid .main-header .nav-menu .mainmenu ul li.hs-item-has-children > a { position:relative;}
.row-fluid .main-header .nav-menu .mainmenu ul li.hs-item-has-children > a:after { content:'';background-image:url('../../../hubfs/Camp_2022/Images/menu-arrow.svg'); width: 7px; height: 5px; position: absolute; right: 0px; top:20px; background-size: contain;background-repeat: no-repeat;}
.row-fluid .main-header .nav-menu .mainmenu ul li.contCTAm { border: none; }
.row-fluid .main-header .nav-menu .mainmenu ul li.contCTAm .header-btn { padding: 20px 0 0 0;  }
.row-fluid .main-header .nav-menu .mainmenu ul li.contCTAm .header-btn a.cta_button { padding: 9px 20px; }
.row-fluid .main-header .nav-menu .mainmenu ul { margin-right:30px; top: 45px;}
.row-fluid .main-header .header-btn { margin:0;position: relative; z-index: 2;}
ul.mobile-menu > li.active-branch > a{color:#b5b712 !important;}


.row-fluid .banner-section { min-height:675px; background-position:top; padding:100px 0 0; position:relative;z-index:1;display: flex; align-items: center; justify-content: center;}
.row-fluid .banner-section:after { content:''; width:100%; height:100%; background-color:rgba(0,0,0,0.35); position:absolute; top:0; left:0;z-index:-1;}
.row-fluid .banner-section .banner-social-icon ul { list-style: none; padding: 0; width: 30px; text-align: center; }
.row-fluid .banner-section .banner-social-icon ul li { margin-bottom:3px;}
.row-fluid .banner-section .banner-social-icon ul li a { font-size:30px; color:#fff;}
.row-fluid .banner-section .banner-social-icon ul li a:hover { color:#b5b712}
.row-fluid .banner-section .banner-title {float:right; /*padding-left:50px;*/}
.row-fluid .banner-section .banner-title .hero-sub-title { padding-left:0;}
.row-fluid .banner-section .banner-caption > .row-fluid-wrapper .row-fluid {display: flex; align-items: center; justify-content: space-between;}
/* .row-fluid .banner-section .banner-caption { margin-top:50px;} */

.row-fluid .about-content-part { position:relative;padding: 70px 0;z-index: 3;}

.row-fluid .about-content-part:before { content:''; width:100%; height:160px; background-image:url(../../../hubfs/Camp_2022/Images/banner-btm-shape.svg); position:absolute; top:-45px; z-index:0;}
.row-fluid .about-content-part .right-content-wrap { float:right; width:60%; letter-spacing: -0.6px; font-weight: 400;position: relative;  z-index: 1;}
.row-fluid .about-content-part .right-content-wrap img { margin:15px 0;}
.row-fluid .about-content-part .right-content-wrap p:first-child { margin-top:0;}
.row-fluid .about-content-part .right-content-wrap h3 { font-size:30px; line-height:38px; font-family: 'Signika', sans-serif ; font-weight:700; color: #245634; margin-bottom:5px;}
.row-fluid .about-content-part .right-content-wrap h3 + p { margin-top:0;}

.row-fluid .about-content-part .side-menu { position:absolute; z-index:1; max-width: 34%; width:100%;background-color: #477057;margin-top: 20px;padding: 25px 25px 15px 15%;}
.row-fluid .about-content-part .side-menu:before { content:''; width:100%; height:65px; background-image:url(../../../hubfs/Camp_2022/Images/side-menu-top-shape.svg); position:absolute; top:-35px; left:0; background-repeat:no-repeat;background-size: cover; background-position: 99% 100%;z-index: -1;}
.row-fluid .about-content-part .side-menu h4 { letter-spacing:0;font-family: 'Signika', sans-serif ; font-weight:700;}
.row-fluid .about-content-part .side-menu ul li a {padding: 0; font-size:18px; line-height:26px; color:#fff; letter-spacing:0.5px; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;}
.row-fluid .about-content-part .side-menu ul li a:hover { font-family: 'Signika', sans-serif ; color: #b5b712;}
.row-fluid .about-content-part .side-menu ul li { margin-bottom:8px; width:100%;}
.row-fluid .about-content-part .side-menu ul li.active a { color: #b5b712 !important; position: relative; background-image: url(../../../hubfs/Camp_2022/Images/comment-seperator.svg); background-repeat: no-repeat; background-position: left bottom; background-size: contain; }

.row-fluid .instagram-section {text-align: center;padding-bottom: 50px;}
.row-fluid .instagram-section .section-title { margin-bottom:20px;}
.row-fluid .instagram-section .section-title h3 { display: inline-block; vertical-align: middle; font-size:25px; line-height:32px; color:#477057;  margin:0 0 0 7px;font-family: 'Signika', sans-serif ; font-weight:400;letter-spacing: 0;font-weight: normal}
.row-fluid .instagram-section .section-title i { display: inline-block; vertical-align: middle; font-size:30px; color:#477057;}
.row-fluid .instagram-section .section-title > * { display:inline-block; vertical-align:middle;}
.row-fluid .instagram-section #pics ul li { display:inline-block;}
.row-fluid .instagram-section #pics ul li img { max-height:116px;}

.row-fluid .download-cta {padding: 210px 0 120px; position:relative;}
.row-fluid .download-cta:after { content:''; width:100%; height:100%; position:absolute; bottom:-1px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,292929+47,292929+100&0+0,1+85 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(41,41,41,0.55) 70%, rgba(41,41,41,1) 90%, rgba(41,41,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(41,41,41,0.55) 70%,rgba(41,41,41,1) 90%,rgba(41,41,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(41,41,41,0.55) 70%,rgba(41,41,41,1) 90%,rgba(41,41,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#292929',GradientType=0 ); /* IE6-9 */}
.row-fluid .download-cta .download-content-wrap { display: flex; align-items: center; justify-content: center; position:relative;z-index:1;padding-left: 50px;}
.row-fluid .download-cta .download-content-wrap .cta-img {float: left;}
.row-fluid .download-cta .download-content-wrap .cta-content {width: calc(100% - 350px); float: left; padding-left: 50px; }
.row-fluid .download-cta .download-content-wrap .cta-content h3 { font-family: 'NexaBold', sans-serif ; color:#fff;}
.row-fluid .download-cta .download-content-wrap .cta-content p {margin: 35px 0; color: #fff; font-size: 20px; line-height: 28px; font-weight: normal;letter-spacing: -0.5px;}
.row-fluid .download-cta .download-content-wrap .cta-content a { min-width:296px;letter-spacing: 0.5px;}
 
.footer-container-wrapper { background-color: #292929;}
.footer-container-wrapper .footer-section { padding:0 0 5px; position:relative;}
.footer-container-wrapper .footer-section:before { content:''; width:100%; height:60px; background-image:url(../../../hubfs/Camp_2022/Images/footer-top-img.svg); position:absolute; top:-75px; background-repeat:no-repeat;    background-size: 102%;
    background-position: -10px 100%;z-index: 1;}
.footer-container-wrapper ul li { display:inline-block;}
.footer-container-wrapper .footer-menu ul { text-align:right; margin:4px 0 0;}
.footer-container-wrapper .footer-menu ul li a { color:#fff; font-size:16px; line-height:24px; font-family: 'NexaBold', sans-serif ; padding:0 10px;font-weight: normal; letter-spacing: 0.5px;}
.footer-container-wrapper .footer-menu ul li a:hover { color:#b5b712}
.footer-container-wrapper .footer-logo-wrap, .footer-container-wrapper .footer-menu {display: inline-block;vertical-align: middle;float: none; margin:0;}
.footer-container-wrapper .footer-logo-wrap img { max-width: 196px; }
.footer-container-wrapper .footer-section .top-shape img { height:65px;}
.footer-container-wrapper .legals { padding-top:30px; }
.footer-container-wrapper .legals a { font-size:12px; color: #777; }

.row-fluid .about-content-part .right-content-wrap .team-member-detail { display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between; margin-bottom:10px;}
.row-fluid .about-content-part .right-content-wrap .team-member-detail .member-photo {width: 180px; float: left;}
.row-fluid .about-content-part .right-content-wrap .team-member-detail .member-photo img {width: 180px; height: 180px; border-radius: 50%; box-shadow: 0 0 17px rgba(0, 0, 0, 0.5);}
.row-fluid .about-content-part .right-content-wrap .team-member-detail .member-content {width: calc(100% - 180px); padding-left: 90px;}
.row-fluid .about-content-part .right-content-wrap .team-member-detail .member-content h2 { font-size:40px; line-height:48px; color:#477057; margin:0;}
.row-fluid .about-content-part .right-content-wrap .team-member-detail .member-content p { margin-top:15px;}
.row-fluid .about-content-part .right-content-wrap .team-member-detail .member-content p span { color:#b5b712;}

.row-fluid .about-content-part .right-content-wrap .single-press-post { margin-bottom:60px;    display: flex;}
.row-fluid .about-content-part .right-content-wrap .single-press-post .press-post-img { width: 241px; float:left; }
.row-fluid .about-content-part .right-content-wrap .single-press-post .press-post-img img { width: 100%; box-shadow: 2px 3px 17px rgba(0, 0, 0, 0.5); border-radius: 22px; background-color: #d8d8d8; object-fit: cover;margin:0;}
.row-fluid .about-content-part .right-content-wrap .single-press-post .press-content-wrap {width: calc(100% - 241px); padding-left: 50px;}
.row-fluid .about-content-part .right-content-wrap .single-press-post .press-content-wrap h4 { font-family: 'Signika', sans-serif ; font-weight:700;}
.row-fluid .about-content-part .right-content-wrap .single-press-post .press-content-wrap p { margin-top:0;}
.row-fluid .about-content-part .right-content-wrap .single-press-post .press-content-wrap .primary-btn a {letter-spacing: 0;}

.row-fluid .about-content-part .container { position:relative;}
.row-fluid .about-content-part .sidebar-logo { position:absolute; top:580px; width:230px;left:0;}
.row-fluid .about-content-part blockquote { text-align:center; color:#477057; margin: 70px 30px;}

.home-template .banner-section { min-height:735px;}
.home-template .banner-section h1 { font-size:75px; line-height:90px;}

.home-template .home-video {position:absolute; left:0; top:0;z-index:-1;width: 100%; height: 100%;} 
.home-template .home-video video { /* width: 100%; */ object-fit: cover; position: absolute; left: 0; top: 0; min-width: 100%; min-height: 100%; }
.home-template .home-video img { position: absolute; min-height: 100%; width: auto; max-width: none; min-width: 100%; height: auto; left: 0; bottom: 0; }

.row-fluid .intro-section{ position:relative; z-index:3; padding-bottom:80px;background:#fff;}
.row-fluid .intro-section:before,.row-fluid .work-with-section:before { content:''; width:100%; height:160px; background-image: url(../../../hubfs/Camp_2022/Images/banner-btm-shape.svg); position: absolute; top: -50px; z-index: 0;}
.row-fluid .intro-section .container { position:relative; z-index:2;}
.row-fluid .intro-section .content-part { padding-top: 50px;}
.row-fluid .intro-section .content-part img { margin-bottom:20px;}
.row-fluid .intro-section .content-part h3 { text-transform:uppercase; }
.row-fluid .intro-section .content-part .btn { margin-top:35px;}
.row-fluid .intro-section .content-part .btn  a { min-width:203px;}
.row-fluid .intro-section .content-part .font-24 span {letter-spacing:-0.6px;}
.row-fluid .intro-section .img-part {margin-top: -41px;padding-left: 110px;}

.row-fluid .logo-section { background-color:#477057;position:relative; padding-top: 30px;z-index: 4;}
/* .row-fluid .logo-section:before {content:''; width:100%; height:50px; background-image:url(https://cdn2.hubspot.net/hubfs/5540962/EcoCamp_2019/Images/logo-bg-shape-top.svg); position:absolute;    top: -30px;left: 0;background-size: 101%; background-repeat: no-repeat;  background-position: top;}
.row-fluid .logo-section:after { content:''; width:100%; height:50px; background-image:url(https://cdn2.hubspot.net/hubfs/5540962/EcoCamp_2019/Images/logo-bg-shape-btm.svg); position:absolute;    bottom: -40px;left: 0;background-size: 102%; background-repeat: no-repeat;  background-position: bottom;}  */
.row-fluid .logo-section .logos-wrap {  padding-bottom:20px;}
.row-fluid .logo-section .single-logo { display:inline-block; vertical-align:middle; padding:0 10px;}
.row-fluid .logo-section .section-title { margin-bottom:20px;}
.row-fluid .logo-section .section-title h4 { font-family: 'NexaBold', sans-serif ; }
.row-fluid .logo-section .top-shape img {height:56px;}
.row-fluid .logo-section .btm-shape img {height:51px;}

.top-shape { position:absolute; bottom:98%; left:-1px; right:0;}
.top-shape img {object-position: 0 0;object-fit: cover; width:100%; }
.btm-shape {position:absolute;top:98%; left: 0; right: 0; }
.btm-shape img {object-position: 0 0;object-fit: cover; width:100%; }

.row-fluid .domes-connect-section { padding:70px 0; }
.row-fluid .domes-connect-section .section-title { margin-bottom:50px;}
.row-fluid .domes-connect-section .domes-wrap { max-width: 950px; margin: 0 auto;width: 100%; display: inline-block;}
.row-fluid .domes-connect-section .domes-wrap > div { margin-left:-15px; margin-right:-15px;}
.row-fluid .domes-connect-section .domes-wrap .single-dome-wrap { width:calc(33.33% - 30px); margin:0 15px; text-align:center; float:left;}
.row-fluid .domes-connect-section .domes-wrap .single-dome-wrap .dome-img { width:260px; height:260px;border-radius:50%; box-shadow: 0 0 17px rgba(0, 0, 0, 0.5); overflow:hidden; background-position:25%; margin: 0 auto 20px;}
.row-fluid .domes-connect-section .domes-wrap .single-dome-wrap p { font-size:19px; line-height:26px; margin-bottom:0; }
.row-fluid .domes-connect-section .btn { margin-top:25px;}
.row-fluid .domes-connect-section .btn.secondary-btn a { font-size: 15px; padding: 10px 23px;}

.row-fluid .our-stories-section .sub-title { max-width:535px; margin:20px auto 30px; float:none;}
.row-fluid .our-stories-section .section-title { margin-bottom:15px;}
.row-fluid .our-stories-section .section-title .btn a { min-width:203px;}
.row-fluid .our-stories-section .adventure-slider .adventure-single-slide > div {min-height: 555px;    background-size: cover; background-repeat: no-repeat;}
.row-fluid .our-stories-section .adventure-slider-wrap { position:relative;}
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide { position:relative;}
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption { position:absolute; z-index:2;top:90px; background-image:url(../../../hubfs/Camp_2022/Images/slider-caption-bg.svg);width: 639px; top: 0; bottom: 0; padding: 100px 80px 100px 80px; right:0;}
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption h4 { letter-spacing: -0.76px;text-transform: uppercase; font-family: 'NexaBold', sans-serif ;}
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption > span {font-size: 19px;line-height: 27px;font-family: 'NexaBold', sans-serif ;letter-spacing: -0.48px; padding-bottom: 15px; display: inline-block; margin-bottom: 15px; position:relative; width:100%;}
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption > span:after {content:''; width:100%; height:3px;background-image:url(../../../hubfs/Camp_2022/Images/seperator-img.svg); position:absolute; bottom:0;background-repeat: no-repeat; left:0}
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption p {font-size: 22px; line-height: 30px; letter-spacing: -0.55px;}
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption .duration-wrap {font-size: 19px; line-height:27px;letter-spacing: -0.48px; font-family: 'Signika', sans-serif ; font-weight:700;}
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption .duration-wrap > span { padding-right:25px;}
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption .duration-wrap span span {font-family:  'Signika', sans-serif ; font-weight:400; }
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .duration-wrap span ul { display: inline-block; margin-left: 15px; padding:0; }
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .duration-wrap span ul li {display: inline-block; vertical-align:middle; padding:0 3px;}
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .duration-wrap span ul li:before { content:''; width:27px; height:19px; background-image:url(../../../hubfs/Camp_2022/Images/empty-shoe-img.svg); display:block;
    background-repeat: no-repeat;}
.row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .duration-wrap span:last-child { padding-right:0;}
.row-fluid .our-stories-section .adventure-slider-wrap .duration-wrap span ul.rating1 li:first-child:before {background-image:url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .our-stories-section .adventure-slider-wrap .duration-wrap span ul.rating2 li:first-child:before,
.row-fluid .our-stories-section .adventure-slider-wrap .duration-wrap span ul.rating2 li:nth-child(2):before {background-image:url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .our-stories-section .adventure-slider-wrap .duration-wrap span ul.rating3 li:first-child:before,
.row-fluid .our-stories-section .adventure-slider-wrap .duration-wrap span ul.rating3 li:nth-child(2):before,
.row-fluid .our-stories-section .adventure-slider-wrap .duration-wrap span ul.rating3 li:nth-child(3):before {background-image:url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .our-stories-section .adventure-slider-wrap .duration-wrap span ul.rating4 li:first-child:before,
.row-fluid .our-stories-section .adventure-slider-wrap .duration-wrap span ul.rating4 li:nth-child(2):before,
.row-fluid .our-stories-section .adventure-slider-wrap .duration-wrap span ul.rating4 li:nth-child(3):before,
.row-fluid .our-stories-section .adventure-slider-wrap .duration-wrap span ul.rating4 li:nth-child(4):before{background-image:url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .our-stories-section .adventure-slider-wrap .duration-wrap span ul.rating5 li:before {background-image:url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .our-stories-section .top-shape { top:-1px; bottom:inherit;z-index:2;}
.row-fluid .our-stories-section .top-shape img {height:56px;}
.row-fluid .our-stories-section .btm-shape { top:inherit; bottom:-1px;z-index:2;left:-1px;}
.row-fluid .our-stories-section .btm-shape img { object-position: 1px;height:55px;}


.row-fluid .efforts-section { padding:70px 0 50px;}
.row-fluid .efforts-section > .row-fluid-wrapper { position:relative;}
.row-fluid .efforts-section .section-title { margin-bottom:60px;}
.row-fluid .efforts-section .btn { margin-top:50px;}
.row-fluid .efforts-section .slick-list { width:100%; float:right;padding-left: 0 !important;}
.row-fluid .efforts-section .slick-list .slick-slide { opacity:0.09}
.row-fluid .efforts-section .slick-list .slick-slide.slick-current.slick-active { opacity:1;}
.row-fluid .efforts-section .video-slider-wrap { float:right;}
.row-fluid .efforts-section .slider-nav-part { background-color:#477057; position:absolute; top:0; bottom:0; }
.row-fluid .efforts-section .slider-nav-part .slick-arrow {position: absolute; top: 0;right: 70px; font-size: 0; border: 0; background: transparent; width: 66px;height: 66px; cursor:pointer; padding:0;}
.row-fluid .efforts-section .slider-nav-part .slick-arrow.slick-prev:after {content:''; width:66px; height:66px; background-image:url(../../../hubfs/Camp_2022/Images/white-circle-left-arrow.png);display: block; background-repeat: no-repeat; }
.row-fluid .efforts-section .slider-nav-part .slick-arrow.slick-next:after {content:''; width:66px; height:66px; background-image:url(../../../hubfs/Camp_2022/Images/white-circle-right-arrow.png);display: block;background-repeat: no-repeat; }
.row-fluid .efforts-section .slider-nav-part .slick-arrow.slick-prev {top:50px;}
.row-fluid .efforts-section .slider-nav-part .slick-arrow.slick-next {top:140px;}
.row-fluid .efforts-section .slider-nav-part .pagingInfo {position:absolute;bottom: 60px;right: 70px; color: #b5b712; font-weight: 700; font-size:50px; line-height:58px;z-index:2;}
.row-fluid .efforts-section .slider-nav-part .pagingInfo span { color:#fff;font-size:80px; line-height:85px; margin-right:5px;}
.row-fluid .efforts-section .slider-nav-part .slick-dots { display:none !important;}
.row-fluid .efforts-section .slider-nav-part .top-shape {bottom:inherit; top:-60px;}
.row-fluid .efforts-section .slider-nav-part .top-shape img { height:150px;object-position: 100% 0;}
.row-fluid .efforts-section .slider-nav-part .btm-shape {top:initial; bottom:-30px;}
.row-fluid .efforts-section .slider-nav-part .btm-shape img { height:150px;object-position: 100% 0;}

.progress {display: block;  width: 160px;height: 4px; border-radius: 0; overflow: hidden;/* background-color: #b8ba3b;*/ background-image:url(../../../hubfs/Camp_2022/Images/slider-nav-path.png); background-repeat: no-repeat;background-size: cover; transition: background-size .4s ease-in-out;position:absolute;bottom: 50px;z-index: 2;    right: 70px;}
/* .progress[style="background-size: 0% 100%;"] {background-size: 20% 100% !important;} */
.progress .sr-only {  position: absolute;width: 1px; height: 5px; padding: 0;margin: 0px; overflow: hidden; background-image: url(../../../hubfs/Camp_2022/Images/slider-pagi-line.svg);background-size:cover;clip:unset;transition: width .4s ease-in-out;background-position: 0 -1px;width:20%;}
.progress .sr-only[style="width: 0%;"] {width:20% !important;}


.row-fluid .experience-section { padding-bottom:50px;}
.row-fluid .experience-section .section-title { margin-bottom:20px;}
.row-fluid .experience-section .blog-wrap .hs-rss-item {box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); width: calc(100% - 60px) !important; margin: 0 30px;display: flex !important; flex-direction: column-reverse; position:relative; overflow:visible;}
.row-fluid .experience-section .blog-wrap .hs-rss-module {margin-left: -30px;margin-right: -30px; }
.row-fluid .experience-section .blog-wrap .hs-rss-item  > div, .row-fluid .experience-section .blog-wrap .hs-rss-item > div img { width:100%;}
.row-fluid .experience-section .blog-wrap .hs-rss-item .hs-rss-item-text { padding:20px 25px 35px;}
.row-fluid .experience-section .blog-wrap .hs-rss-item a.hs-rss-title span { font-size: 18px; line-height:25px; color:#477057; margin-bottom:20px; font-family: 'NexaBold', sans-serif ;}
.row-fluid .experience-section .blog-wrap .slick-track {padding-bottom:50px;}
.row-fluid .experience-section .blog-wrap .hs-rss-description a {font-size: 18px;line-height:18px;background-color: #477057;display:inline-block; min-width:197px; padding:14px 15px; color:#fff;border-radius: 23px; text-align:center; font-family: 'NexaBold', sans-serif ;position: absolute; bottom: -23px; left: 50%; transform: translateX(-50%);}
.row-fluid .experience-section .blog-wrap .hs-rss-description a:hover { background-color:#b5b712;}
.row-fluid .experience-section .blog-wrap .slick-slider button.slick-next:after { background-image:url(../../../hubfs/Camp_2022/Images/green-arrow-right.png);}
.row-fluid .experience-section .blog-wrap .slick-slider button.slick-prev:after { background-image:url(../../../hubfs/Camp_2022/Images/green-arrow-left.png);}
.row-fluid .experience-section .slick-slider .slick-arrow.slick-next { right:-40px;}
.row-fluid .experience-section .slick-slider .slick-arrow.slick-prev { left:-40px;}

.row-fluid .award-section { padding:70px 0 90px;}
.row-fluid .award-section .section-title { margin-bottom:30px; }
.row-fluid .award-section .section-title h2 { color:#477057;}
.row-fluid .award-section .award-logo { text-align:center;}
.row-fluid .award-section .award-content h4 { font-family: 'NexaBold', sans-serif ;letter-spacing: -0.5px; color:#999999; margin-bottom:20px; }
.row-fluid .award-section .award-content .btn a { font-size:18px;padding: 6px 33px; margin-top: 25px; padding: 14px 40px; }

.row-fluid .tripadvisor-slider-section { position:relative; padding:0 0 120px;}
.row-fluid .tripadvisor-slider-section .top-shape { top:-1px; bottom:inherit;z-index:2;}
.row-fluid .tripadvisor-slider-section .top-shape img {height:51px;}
.row-fluid .tripadvisor-slider-section .btm-shape { top:inherit; bottom:-2px;z-index:2;left:-1px;}
.row-fluid .tripadvisor-slider-section .btm-shape img { object-position: 1px;height:56px;}
.row-fluid .tripadvisor-slider-section .bg-img { width:100%; position:relative;}
.row-fluid .tripadvisor-slider-section .bg-img:before { content:''; width:100%; height:100%; position:absolute; background-color:rgba(0,0,0,0.35); left:0; top:0;}
.row-fluid .tripadvisor-slider-section .single-slide { margin: 20px 0 0px;    max-width: 820px;}
.row-fluid .tripadvisor-slider-section .single-slide img { margin:0 auto 40px;}
.row-fluid .tripadvisor-slider-section .single-slide h4 { font-family: 'NexaBold', sans-serif ; font-size:22px; line-height:30px; letter-spacing: -0.55px;text-transform: uppercase; color:#fff;}
.row-fluid .tripadvisor-slider-section .single-slide p { font-family: 'NexaBold', sans-serif ; font-size:22px; line-height:30px; letter-spacing: -0.55px; color:#fff;    margin-bottom: 30px;}
.row-fluid .tripadvisor-slider-section .slick-slider .slick-arrow { top:55%;}
.row-fluid .tripadvisor-slider-section .tripadvisor-slider {padding-top:24px;}
.row-fluid .tripadvisor-slider-section .tripadvisor-slider .logo-wrap {margin-bottom: 20px;}
.row-fluid .tripadvisor-slider-section {padding-bottom:150px;}
.row-fluid .tripadvisor-slider-section .slick-slider .slick-arrow { top: 20%;}

.row-fluid .logo-section.page-btm-logo {padding: 30px 0 10px;}
.row-fluid .logo-section.page-btm-logo .single-logo { padding:0 30px;}
.row-fluid .logo-section.page-btm-logo .logos-wrap { padding-bottom:0;}

.home-template .instagram-section { margin-top:110px;}

.row-fluid .photogallery-slider-wrap { padding:70px 0;position: relative;}
.row-fluid .photogallery-slider-wrap h3 { font-size:30px; line-height:38px; font-family: 'Signika', sans-serif ; font-weight:700; color:#999999;}
.row-fluid .gallery-slider .top-shape { top:0;z-index:1;}
.row-fluid .gallery-slider .btm-shape { bottom: 0;top: inherit;}
.row-fluid .gallery-slider .single-slide .image-wrap { position:relative;}
.row-fluid .gallery-slider .single-slide .image-wrap:before { content:''; width:50%; height:100%;background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
opacity: 0.73; position:absolute; top:0; left:0;}
.row-fluid .gallery-slider button.slick-prev:after { width: 66px; height: 66px; background-image: url(../../../hubfs/Camp_2022/Images/white-circle-left-arrow.png);background-repeat: no-repeat; background-size: cover;}
.row-fluid .gallery-slider button.slick-next:after { width: 66px; height: 66px; background-image: url(../../../hubfs/Camp_2022/Images/white-circle-right-arrow.png);background-repeat: no-repeat; background-size: cover;}
.row-fluid .gallery-slider button.slick-prev { left:150px; top:140px;}
.row-fluid .gallery-slider button.slick-next { top:250px; left:150px;}
.row-fluid .gallery-slider .gallery-content {font-size: 24px; line-height: 32px; letter-spacing: -0.6px; max-width: 1050px; margin: 30px auto 0;}
.row-fluid .gallery-slider .gallery-content h4 { margin-bottom:25px;font-size: 24px; line-height: 32px; letter-spacing: -0.6px; color:#999999;}
.row-fluid .gallery-slider .image-wrap .slide-img { min-height:645px; background-position:center;background-size: cover;}
.row-fluid .photogallery-slider-wrap .pagingInfo { position:absolute; top:50%;z-index:2;    color: #b8ba3b; font-size: 50px; line-height: 50px; font-weight: 700; left: 55px; }
.row-fluid .photogallery-slider-wrap .pagingInfo span {font-size: 80px; color: #fff;}
.row-fluid .photogallery-slider-wrap .progress { top:57%; left:50px;}


.row-fluid .about-content-part .right-content-wrap  .single-comment-wrap { padding-bottom:20px; position:relative; margin-bottom:35px;}
.row-fluid .about-content-part .right-content-wrap  .single-comment-wrap:after { content:''; width:100%; height:4px; background-image:url(../../../hubfs/Camp_2022/Images/comment-seperator.svg);position:absolute; bottom:0;    background-repeat: no-repeat;
    left: 0; background-size: 100%;}
.row-fluid .about-content-part .right-content-wrap  .single-comment-wrap:last-child:after { display:none;}
.row-fluid .about-content-part .right-content-wrap  .single-comment-wrap:last-child { margin-bottom:0; padding-bottom:0;}
.guest-comment-template .row-fluid .tripadvisor-slider-section { margin-bottom:80px;}

.row-fluid .banner-section .banner-caption .hero-sub-title { font-size:30px; line-height:38px; font-family: 'NexaBold', sans-serif ; color:#fff; }
.tours-template .row-fluid .banner-section .banner-title { padding-left:0;}
.tours-template .row-fluid .banner-section {background-position:center;}

.row-fluid .testimonial-quote-section {background-color: #477057;position: relative; z-index: 2; padding: 20px 0;}
.row-fluid .testimonial-quote-section .btm-shape img {height:55px;}
.row-fluid .testimonial-quote-section .quote-wrap {max-width: 870px; margin: 0 auto; float: none; font-family: 'Signika', sans-serif ; font-weight:300;font-size: 20px;}
.row-fluid .testimonial-quote-section .quote-wrap .sub-title  { font-family: 'NexaBold', sans-serif ; margin-bottom:20px;}

.row-fluid .ecocamp-adventure-section { padding:80px 0 30px;}
.row-fluid .ecocamp-adventure-section .sub-title { letter-spacing: -0.26px; font-family: 'NexaBold', sans-serif ; max-width: 730px; margin: 0 auto; float: none;}
.row-fluid .ecocamp-adventure-section .section-title { margin-bottom:75px;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap {margin-left: -37px;margin-right: -37px;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .adventure-single-box {width: calc(33.33% - 74px); margin: 0 37px; float:left; min-height: 465px; margin-bottom: 62px;position: relative;background-size: cover;
    background-position: center;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .figure-caption { background: rgba(0, 0, 0, 0.6) ;position: absolute; bottom: 0; padding: 20px; background-repeat: no-repeat; background-size: cover; background-position: 99% 0;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .figure-caption h4 {font-family: 'NexaBold', sans-serif ;font-size: 15px; line-height: 20px; font-weight: 700;letter-spacing: 0.2px;margin: 0;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap { display: inline-block; padding: 10px 0; width: 100%; border-top: 1px solid #fff; margin-top: 10px; border-bottom: 1px solid;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap > span { font-family: 'Signika', sans-serif ; font-size:12px; line-height:18px; font-weight:400; }
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap span span { font-weight:700; display: inline-block; vertical-align: middle;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap > span:last-child { margin:0;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon {display: inline-block; vertical-align: middle; padding:0; }
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon li { position:relative;display:inline-block; vertical-align:middle; padding: 0 3px;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon li:before {content:''; width:18px; height:12px; background-image:url(../../../hubfs/Camp_2022/Images/empty-shoe-img.svg);display:block;background-repeat: no-repeat;background-size: 100%;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating1 li:first-child:before {background-image:url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating2 li:first-child:before,
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating2 li:nth-child(2):before
{background-image:url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating3 li:first-child:before,
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating3 li:nth-child(2):before,
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating3 li:nth-child(3):before
{background-image:url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating4 li:first-child:before,
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating4 li:nth-child(2):before,
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating4 li:nth-child(3):before,
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating4 li:nth-child(4):before
{background-image:url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating5 li:first-child:before,
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating5 li:nth-child(2):before,
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating5 li:nth-child(3):before,
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating5 li:nth-child(4):before,
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap .difficulty-icon.rating5 li:nth-child(5):before
{background-image:url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .btn  {text-align: center;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .btn a { min-width: 141px;font-size: 12px; font-weight: 700; letter-spacing: 0.2px; padding: 5px 10px; background-color: #9ba400; text-transform: capitalize;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .btn a:hover { background-color:#477057;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .adventure-single-box .icon-img {padding-left: 30px;padding-top: 10px; color:#fff;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .adventure-single-box .icon-img span, .row-fluid .ecocamp-adventure-section .adventure-box-wrap .adventure-single-box .icon-img span img { display:inline-block; vertical-align:middle;}
.row-fluid .ecocamp-adventure-section .adventure-box-wrap .adventure-single-box .icon-img span {padding: 0; width: 22px; height: 23px; border: 1px solid #fff;display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; margin-right:5px;}

.row-fluid .ecocamp-extension-section { padding-bottom:100px;}
.row-fluid .ecocamp-extension-section .sub-title {max-width: 1030px; width:100%; font-family: 'NexaBold', sans-serif ;letter-spacing: -0.26px;}
.row-fluid .ecocamp-extension-section .adventure-slider-wrap .adventure-single-slide .figure-caption h4 i {text-transform: none;}
.row-fluid .our-stories-section.ecocamp-extension-section .adventure-slider-wrap .slick-dots { position:absolute; bottom:-40px;z-index: 3;}
.row-fluid .our-stories-section.ecocamp-extension-section .adventure-slider-wrap .slick-dots li button {width: 17px;  height: 17px; background-color: rgba(0,0,0,0.44);}
.row-fluid .our-stories-section.ecocamp-extension-section .adventure-slider-wrap  .slick-arrow.slick-next { right:-100px;}
.row-fluid .our-stories-section.ecocamp-extension-section .adventure-slider-wrap  .slick-arrow.slick-prev { left:-100px;}

.landing-page-template .row-fluid .main-header { top:0;}
.landing-page-template .row-fluid .main-header:after { height:130%;}
.landing-page-template .row-fluid .main-header .logo-wrap { margin-top:15px;}

.row-fluid .main-body-part { height:calc(100vh - 120px); position:relative; padding:170px 0; margin-bottom:35px;}
.row-fluid .main-body-part:before { content:''; width:100%; height:100%; background-color:rgba(0,0,0,0.64); position:absolute; top:0;left:0;}
.row-fluid .main-body-part .container { position:relative;}
.row-fluid .main-body-part h3 { font-family: 'NexaBold', sans-serif ;font-weight:700;letter-spacing: -1.01px; margin-bottom:40px;}
.row-fluid .main-body-part .right-part .sub-title { font-size:20px; line-height:28px;font-family: 'Signika', sans-serif ; font-weight:400; margin-bottom:40px;}
.row-fluid .main-body-part .right-part .download-form-wrap fieldset { max-width:100%; margin-bottom:30px;}
.row-fluid .main-body-part .right-part .download-form-wrap fieldset .input { margin:0;}
.row-fluid .main-body-part .right-part .download-form-wrap fieldset.form-columns-2 > div { width:46%;}
.row-fluid .main-body-part .right-part .download-form-wrap fieldset.form-columns-2 > div.hs-firstname { float:left;}
.row-fluid .main-body-part .right-part .download-form-wrap fieldset.form-columns-2 > div.hs-lastname { float:right;}
.row-fluid .main-body-part .right-part .download-form-wrap fieldset label { font-size:18px; color:#fff;font-weight:700;letter-spacing: -0.4px;transform: none;}
.row-fluid .main-body-part .right-part .download-form-wrap fieldset input { background:transparent;border-bottom: 1px solid #fff;color: #fff;padding: 10px 0; font-weight: 400;margin:0;}
.row-fluid .main-body-part .right-part .download-form-wrap .hs-submit input[type="submit"] {font-size:18px; font-family: 'NexaBold', sans-serif ; background-color:#b5b712;border-radius: 23px;
    padding: 12px; max-width: 296px;}
.row-fluid .main-body-part .right-part .download-form-wrap .hs-submit { margin-top:30px;}
.row-fluid .main-body-part .right-part .download-form-wrap .hs-error-msgs { position:absolute; margin-top:10px;}
.row-fluid .main-body-part .right-part .download-form-wrap .hs-error-msgs label {transform:none;}
.row-fluid .main-body-part .container > .row-fluid-wrapper > .row-fluid  { display:flex; align-items:center; justify-content:center;}
.row-fluid .main-body-part .right-part .download-form-wrap .hs-submit input[type="submit"]:hover { background-color:#477057;}

.row-fluid .banner-section .banner-caption .hero-content { max-width:900px; text-align: center; }
.row-fluid .banner-section .hero-content .banner-title { padding-left:0;}
.tour-page-template .row-fluid .banner-section .banner-caption>.row-fluid-wrapper .row-fluid { justify-content:flex-start;}
.row-fluid .banner-section .hero-content h1 { position:relative;  z-index: 1;}
/*.row-fluid .banner-section .hero-content h1:after { content:''; width:100%; height:100%;background-image:url(https://cdn2.hubspot.net/hubfs/5540962/EcoCamp_2019/Images/banner-title-bg.svg);position:absolute; left:0;     z-index: -1;
    background-repeat: no-repeat; background-size: auto;}*/
.row-fluid .banner-section .tour-banner-detail { position:relative; margin-top: 25px;padding-top:25px;}
.row-fluid .banner-section .tour-banner-detail:before {content:''; width:100%; height:4px; background-image:url(../../../hubfs/Camp_2022/Images/seperator-img.svg);position: absolute;left: 0;top: 0; background-repeat: no-repeat; background-size: cover;} 
.row-fluid .banner-section .tour-banner-detail span { font-size:19px; line-height:26px; letter-spacing: -0.48px;font-weight: 400; margin-right:30px;min-width: 150px;  display: inline-block;}
.row-fluid .banner-section .tour-banner-detail span strong { font-weight:700;display: inline-block; vertical-align: middle;}
.row-fluid .banner-section .tour-banner-detail .duration-wrap { margin-bottom:10px;}
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul {display: inline-block; vertical-align: middle; margin-left:10px; padding:0; }
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul li {position:relative;display: inline-block; vertical-align: middle; margin-right:5px;}
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul li:before { content:'';width:26px; height:18px; background-image: url(../../../hubfs/Camp_2022/Images/empty-shoe-img.svg); display: block;background-repeat: no-repeat;}
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating1 li:first-child:before {background-image: url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating2 li:first-child:before,
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating2 li:nth-child(2):before
{background-image: url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating3 li:first-child:before,
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating3 li:nth-child(2):before,
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating3 li:nth-child(3):before
{background-image: url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating4 li:first-child:before,
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating4 li:nth-child(2):before,
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating4 li:nth-child(3):before,
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating4 li:nth-child(4):before
{background-image: url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating5 li:first-child:before,
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating5 li:nth-child(2):before,
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating5 li:nth-child(3):before,
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating5 li:nth-child(4):before,
.row-fluid .banner-section .tour-banner-detail .duration-wrap ul.rating5 li:nth-child(5):before
{background-image: url(../../../hubfs/Camp_2022/Images/filled-shoe-img.svg);}

.row-fluid .about-content-part .left-part{ position:relative;font-weight: 400;letter-spacing: -0.6px; width: 60%;}
.row-fluid .about-content-part .left-part h3 { font-family: 'Signika', sans-serif ;font-size:30px;line-height:38px;font-weight:700;margin-top: 50px;}
.row-fluid .about-content-part .right-side-menu { position:sticky; top:60px;width:35%;margin: 0;float: right; background-color: #477057; padding: 50px;}
.row-fluid .about-content-part .right-side-menu h4 { font-size:25px; line-height:33px;}
.row-fluid .about-content-part .right-side-menu ul { font-size: 18px; font-weight: 400; line-height: 24px; /*max-width: 320px;*/ margin-bottom: 35px; }
.row-fluid .about-content-part .right-side-menu ul li { margin: 10px 0;}
.row-fluid .about-content-part .right-side-menu .btn a:hover {background-color:#fff; color:#477057;}
.row-fluid .about-content-part .right-side-menu .top-shape {bottom:99%;left:0;}
.row-fluid .about-content-part .right-side-menu .top-shape img {height:50px;}
.row-fluid .about-content-part .right-side-menu .btm-shape img {height:30px;}

@media (max-width:1199px){
  .row-fluid .about-content-part .right-side-menu { position:relative; top:0; width:35%;margin: 0;float: right; background-color: #477057; padding: 50px;}
}

/* right-side-menu-relative */
 
.row-fluid .about-content-part .right-side-menu-sticky { position:relative;width:35%;margin: 0;float: right; background-color: #477057; padding: 50px;}
.row-fluid .about-content-part .right-side-menu-sticky h4 { font-size:25px; line-height:33px;}
.row-fluid .about-content-part .right-side-menu-sticky ul { font-size: 18px; font-weight: 400; line-height: 24px; /*max-width: 320px;*/ margin-bottom: 35px; }
.row-fluid .about-content-part .right-side-menu-sticky ul li { margin: 10px 0;}
.row-fluid .about-content-part .right-side-menu-sticky .btn a:hover {background-color:#fff; color:#477057;}
.row-fluid .about-content-part .right-side-menu-sticky .top-shape {bottom:99%;left:0;}
.row-fluid .about-content-part .right-side-menu-sticky .top-shape img {height:50px;}
.row-fluid .about-content-part .right-side-menu-sticky .btm-shape img {height:30px;}




.tour-page-template .row-fluid .photogallery-slider-section .slide-img {min-height: 558px;background-size: cover;  background-position: center; background-repeat: no-repeat;}
.tour-page-template .row-fluid .photogallery-slider-section .gallery-slider .single-slide { position:relative;}
.tour-page-template .row-fluid .photogallery-slider-section .gallery-slider .single-slide:before {    content: ''; width: 50%; height: 100%; background-image: linear-gradient(270deg,rgba(0,0,0,0) 0%,#000 100%); opacity: .73; position: absolute; top: 0; left: 0;z-index:1;}
.tour-page-template .row-fluid .photogallery-slider-wrap .pagingInfo {top:70%;}
.tour-page-template .row-fluid .photogallery-slider-wrap .progress {top:80%;}
.tour-page-template .row-fluid .photogallery-slider-wrap .btm-shape { bottom:7px;}
.tour-page-template .row-fluid .photogallery-slider-wrap { padding-top:20px;}


.row-fluid .itinerary-section { margin-top:30px; position:relative; background-color:#477057;padding:15px 0;}
.row-fluid .itinerary-section .btm-shape img { height:51px;}
.row-fluid .itinerary-section  .container { position:relative;z-index:1;}
.row-fluid .itinerary-section .btn a:hover {background-color:#fff; color:#477057;}
.row-fluid .itinerary-section h4 {margin-bottom:35px;}
.row-fluid .itinerary-section .itinerary-wrap { text-align: center; display: block; margin-left: -14px;margin-right: -14px; font-size:0; }
.row-fluid .itinerary-section .itinerary-wrap > div { font-size:14px; margin: 0 14px; display: inline-block; vertical-align: top; text-align: left; max-width: 145px; }
.row-fluid .itinerary-section .itinerary-wrap > div strong { width:100%; float:left;}
.row-fluid .itinerary-section .btn { margin-top:35px;}
.row-fluid .itinerary-section .top-shape img {height:55px;}

.row-fluid .video-section {padding: 110px 0 40px; text-align: center;}
.row-fluid .video-section .container > div { padding:0 15px;}
/*.row-fluid .video-section .container > div iframe { width:100%;min-height:662px;}*/

.domes-template .row-fluid .banner-section .banner-title { padding-left:0;}
/* .domes-template .row-fluid .banner-section .banner-content {max-width:490px;} */
.domes-template .row-fluid .banner-section .banner-caption > .row-fluid-wrapper .row-fluid {justify-content:flex-start}
/* .domes-template .row-fluid .banner-section .banner-caption h1 { font-size:50px; line-height:58px;} */

.row-fluid .domes-intro-section { position: relative; z-index: 2; background: #e0e9e5;padding: 20px 0;}
.row-fluid .domes-intro-section .top-shape {bottom:99%;left:-2px; margin-bottom: -2px; }
.row-fluid .domes-intro-section .top-shape img {height:55px;object-position: 1px 0px;}
.row-fluid .domes-intro-section .btm-shape img {height:51px;}
.row-fluid .domes-intro-section h2 { font-size: 55px;line-height:62px;color:#477057;}
.row-fluid .domes-intro-section .sub-title { font-size:22px; line-height:30px;color:#477057;font-family: 'NexaBold', sans-serif ;}
.row-fluid .domes-intro-section .section-title { max-width:550px; margin:0 auto; float:none;}

.row-fluid .domes-detail-section { padding-bottom:100px;}
.row-fluid .domes-detail-section .single-dome-section{margin-top: 95px;  display: flex; align-items: center; justify-content: center; flex-direction: row;}
.row-fluid .domes-detail-section .single-dome-section .dome-content-wrap { text-align:center; width: 50%;}
.row-fluid .domes-detail-section .single-dome-section .dome-content-wrap > div {max-width: 550px;  margin: 0 auto;}
.row-fluid .domes-detail-section .single-dome-section .dome-content-wrap h3 { font-size: 62px;line-height:70px;letter-spacing: -1.57px;color:#477057;}
.row-fluid .domes-detail-section .single-dome-section .dome-content-wrap h4 { font-family: 'NexaBold', sans-serif ;letter-spacing: -0.6px;font-weight: 700;}
.row-fluid .domes-detail-section .single-dome-section .dome-content-wrap p {    font-size: 18px;line-height:26px;font-weight: 400; letter-spacing: -0.45px; margin-bottom:25px;}
.row-fluid .domes-detail-section .single-dome-section .dome-img-wrap { width:50%;max-height: 634px;position:relative;}
.row-fluid .domes-detail-section .single-dome-section .dome-img-wrap > img { max-height: 634px;height: 100%;object-fit: cover;}
.row-fluid .domes-detail-section .single-dome-section .dome-img-wrap .top-shape {bottom:inherit;top:-1px;}
.row-fluid .domes-detail-section .single-dome-section .dome-img-wrap .top-shape img {height:40px;}
.row-fluid .domes-detail-section .single-dome-section .dome-img-wrap .btm-shape {top:inherit;bottom:0}
.row-fluid .domes-detail-section .single-dome-section .dome-img-wrap .btm-shape img {height:40px;}
.row-fluid .domes-detail-section .single-dome-section:nth-child(even) .dome-img-wrap .top-shape img, .row-fluid .domes-detail-section .single-dome-section:nth-child(even) .dome-img-wrap .btm-shape img {object-position: right;}
.row-fluid .domes-detail-section .single-dome-section:nth-child(even){flex-direction:row-reverse;}

.domes-template .row-fluid .our-stories-section .adventure-slider-wrap { margin-bottom: 120px;}
.domes-template .row-fluid .our-stories-section .btm-shape { bottom:0px;}
.domes-template .row-fluid .our-stories-section .adventure-slider-wrap .slick-dots {position: absolute; margin: 0; z-index: 3; bottom: -40px;}
.domes-template .row-fluid .our-stories-section .adventure-slider-wrap .slick-dots li button {width:17px; height:17px; background-color:rgba(0,0,0,0.44);}

.dome-page-template .banner-section .banner-caption > .row-fluid-wrapper .row-fluid { justify-content:flex-start;}
.dome-page-template .banner-section .banner-caption h1:after { display:none;}
.dome-page-template .banner-section .banner-caption h1 { padding-left:0;font-size:82px;line-height:90px;margin-bottom: 15px;}

.row-fluid .interior-dome-section { background-color: #e0e9e5; position:relative;z-index: 2;color:#050200; font-size:19px; line-height:27px;padding: 40px 0;}
.row-fluid .interior-dome-section .top-shape {z-index: -1; bottom: 98%;}
.row-fluid .interior-dome-section .top-shape img { height:58px;}
.row-fluid .interior-dome-section .btm-shape { z-index:-1;}
.row-fluid .interior-dome-section .btm-shape img { height:58px;}
.row-fluid .interior-dome-section ul li { display:inline-block;vertical-align:middle;margin:0 12px 0 0;}
.row-fluid .interior-dome-section ul li span { font-weight:600;}
.row-fluid .interior-dome-section ul li > * { display:inline-block; vertical-align:middle;}
.row-fluid .interior-dome-section ul li img { margin-right:5px;}
.row-fluid .interior-dome-section .logo-img-wrap img {height:auto;}

.row-fluid .inside-dome-section {position:relative;}
.row-fluid .inside-dome-section .top-shape { bottom:inherit;top:-55px;}
.row-fluid .inside-dome-section .top-shape img {height:58px;}
.row-fluid .inside-dome-section h2 { margin-bottom:20px;font-size: 62px; line-height: 70px;color:#477057;}
.row-fluid .inside-dome-section .section-title {position:relative;z-index:1;padding-top: 20px;background-color: #e0e9e5;}
.row-fluid .inside-dome-section .inside-dome-slider .single-slide {max-height:675px; padding:0 6px;}
.row-fluid .inside-dome-section .inside-dome-slider .single-slide img {object-fit:cover;object-position:center;}
.row-fluid .inside-dome-section .dome-gallery-slider { background:#fff; position: relative; margin-bottom: 60px;}
.row-fluid .inside-dome-section .dome-gallery-slider .btm-shape { z-index: 2; top: inherit; bottom: -2px;}
.row-fluid .inside-dome-section .dome-gallery-slider .btm-shape img {height:57px;}
.row-fluid .inside-dome-section .slick-dots { bottom:-25px;z-index: 3;}
.row-fluid .inside-dome-section .slick-dots li button {background-color: #040201;width:17px; height:17px;}
.row-fluid .inside-dome-section  button.slick-prev:after {background-image:url(../../../hubfs/Camp_2022/Images/white-circle-left-arrow.png);width:66px; height:66px;background-repeat:no-repeat;}
.row-fluid .inside-dome-section  button.slick-prev {left:5%;}
.row-fluid .inside-dome-section  button.slick-next:after {background-image:url(../../../hubfs/Camp_2022/Images/white-circle-right-arrow.png);width:66px; height:66px;background-repeat:no-repeat;}
.row-fluid .inside-dome-section  button.slick-next {right:5%;}

.row-fluid .our-dome-section { padding-top:50px;}
.row-fluid .our-dome-section .section-title { margin-bottom:50px;}
.row-fluid .our-dome-section .dome-type-wrap {margin-left: -34px; margin-right: -34px; display: table; text-align: center; }
.row-fluid .our-dome-section .dome-type-wrap .single-type-col {width: calc(25% - 68px); display: inline-block; vertical-align: top; margin: 0 34px;}
.row-fluid .our-dome-section .dome-type-wrap .single-type-col .img-wrap img {max-height:168px;object-fit:cover;filter: drop-shadow(3px -2px 10px rgba(0,0,0,0.5));}
.row-fluid .our-dome-section .dome-type-wrap .single-type-col .img-wrap { margin-bottom:25px;}
.row-fluid .our-dome-section .dome-type-wrap .single-type-col .content-wrap{font-size: 16px; line-height:24px;font-weight: 400; letter-spacing: -0.4px; padding: 0 30px;}
.row-fluid .our-dome-section .single-type-col .content-wrap .btn a {font-size: 15px;padding: 10px 24px;}
.row-fluid .our-dome-section .section-seperator { margin:100px 0;}
.row-fluid .our-dome-section .section-seperator img {width:100% !important;}

.pillar-page-template .main-header {top:0;}
.row-fluid .pillar-body-part {position: relative; z-index:99;}
.row-fluid .pillar-body-part .top-shape {top: -40px; bottom: inherit;}
.pillar-page-template .row-fluid .banner-section .banner-title {padding-left:80px;}
.row-fluid .pillar-body-part .contents_section {padding:70px 0;}
.row-fluid .pillar-body-part .sticky-nav-wrap {width:35%;position:sticky;top:20%;}
.row-fluid .pillar-body-part .sticky-nav-wrap:after {content:''; width:25px; height:100%; position:absolute; top:0; right:0;background-image:url(../../../hubfs/Camp_2022/Images/nav-side-pattern.svg);}
.row-fluid .pillar-body-part .sticky-nav-wrap .content-list {background-color:#477057;position: absolute; width: 100%;padding-right: 50px; top:35px;padding-left:250px;}
.row-fluid .pillar-body-part .sticky-nav-wrap .content-list .top-shape img {height:60px;}
.row-fluid .pillar-body-part .sticky-nav-wrap .content-list .btm-shape img {height:60px;}
.row-fluid .pillar-body-part .sticky-nav-wrap .nav-social-media {position:relative;float:left;}
.row-fluid .pillar-body-part .sticky-nav-wrap .nav-social-media ul li a {font-size:30px;}
.row-fluid .pillar-body-part .sticky-nav-wrap .nav-social-media ul li a i {color:#fff;}
.row-fluid .pillar-body-part .sticky-nav-wrap .nav-social-media ul li a:hover i {color:#b5b712;}
.row-fluid .pillar-body-part .sticky-nav-wrap .menu-list { float:left;padding-left:35px; position:relative; max-width: 290px;  width: 100%;}
.row-fluid .pillar-body-part .sticky-nav-wrap .menu-list ul {font-size: 18px;line-height: 25px;color:#fff;counter-reset: menu-item-counter;}
.row-fluid .pillar-body-part .sticky-nav-wrap .menu-list h4 {font-weight:700;font-size:25px; line-height:32px;}
.row-fluid .pillar-body-part .sticky-nav-wrap .menu-list ul li {margin:8px 0;counter-increment: menu-item-counter;}
.row-fluid .pillar-body-part .sticky-nav-wrap .menu-list ul li a:before {content:counter(menu-item-counter)'. ';}
.row-fluid .pillar-body-part .sticky-nav-wrap .menu-list ul li a {color:#fff;opacity:0.15}
.row-fluid .pillar-body-part .sticky-nav-wrap .menu-list ul li a.active:hover {color:#b5b712;}
.row-fluid .pillar-body-part .sticky-nav-wrap .menu-list ul li a.active {opacity:1;font-weight:700;}
.row-fluid .pillar-body-part .sticky-nav-wrap .btn {position: relative; z-index: 2; margin-top: 30px;}
.row-fluid .pillar-body-part .sticky-nav-wrap .btn a:hover {background-color:#fff;color:#477057;}
.row-fluid .pillar-body-part .sticky-nav-wrap .side-shape { position:absolute; top:-40px; right:-6px;overflow: hidden; bottom: -60px;}
.row-fluid .pillar-body-part .contents_main { width:65%; float:right;counter-reset: menu-item-counter;}
.row-fluid .pillar-body-part .contents_main .contents_box {counter-increment: menu-item-counter;}
.row-fluid .pillar-body-part .contents_main .contents_box h4:before {content:counter(menu-item-counter)'. '}
.row-fluid .pillar-body-part .contents_main span img {margin:35px 0;}
.row-fluid .pillar-body-part .contents_main .contents_text {letter-spacing: -0.6px; font-weight: 400;}
.pillar-sticky { left: 0; position: fixed;top: 7px; width: 100%; z-index: 99;padding:30px 0; transition:all ease 0.2s;transform:translateY(-180px);}
.pillar-sticky.fixed {transform:translateY(0);}
/* .pillar-sticky.fixed {display:block;} */
.pillar-sticky .section-ttl ul {counter-reset: menu-item-counter;}
.pillar-sticky .section-ttl ul li {counter-increment: menu-item-counter;opacity:0; visibility:hidden;}
.pillar-sticky .section-ttl ul li.active { opacity:1; visibility:visible;}
.pillar-sticky .section-ttl ul li:before {content:counter(menu-item-counter)'. '}
.pillar-sticky .logo {width:30%; float: left;}
.pillar-sticky .section-ttl { width: 70%; float: left; position: relative; text-align: left; padding-left: 35px;}
.pillar-sticky .section-ttl ul li {position:absolute;top: 15px; font-size: 35px; font-weight: 700; letter-spacing: -0.88px;color:#fff;}
.pillar-sticky .btm-shape{z-index: -1; bottom: -10px; top: inherit;}
.pillar-sticky .btm-shape img {filter: drop-shadow( 0 7px 18px rgba(0, 0, 0, 0.22));}

.pillar-page-template .footer-section:before { background-image:url(../../../hubfs/Camp_2022/Images/piller-footer-shape.png);top:-45px;}
.pillar-page-template .footer-section .container {position:relative; z-index:2;}
.pillar-page-template .footer-section .top-shape {display:none;}
.pillar-page-template .main-header {z-index:999;}
.pillar-page-template .progressbar-wrapper {width: 100%;height: 15px; position: fixed;top: 0; background-color: #2a5034;z-index:1;}
.pillar-page-template .progressbar-wrapper .bar-long {height:15px;background-color:rgba(71, 112, 87, 0.17);}

.sticky-nav-wrap .sidemenu-arrow {position: absolute; right: -50px; background: #477057; padding: 15px; top: 25px; z-index: 22;}
.sticky-nav-wrap .sidemenu-arrow img {width: 35px;}

.blog-template div.banner-section { padding-top:150px; padding-bottom: 100px; }
.blog-template .banner-section .banner-title {padding-left:0;}
.blog-template .banner-section h1 {max-width:800px;}
.blog-template .banner-section {background-position:center; background-size: cover; }
.blog-template .blog-inner-hero-section h1 {max-width:100%;}
.blog-template .blog-inner-hero-section .banner-social-icon {float: left; width: 5.982905983%;}
.blog-template .blog-inner-hero-section .banner-caption {width: 91.45299145300001%; float: left; margin-left: 2.564102564%;}
.blog-template .blog-inner-hero-section .hero-sub-title a {color:#fff;margin-right: 150px; margin-bottom: 15px;display: inline-block;}
.blog-template .blog-inner-hero-section .hero-sub-title a:hover {color:#b5b712;}

.topic-section {background-color:#477057;position:relative;z-index:2;padding:10px 0 30px; text-align: center;}
.topic-section .post-filter-wrap ul li a {color:#fff;font-size:20px; line-height:28px;font-weight:300;}
.topic-section .post-filter-wrap ul li a:hover {color:#b5b712;}
.topic-section .post-filter-wrap ul li {display:inline-block;vertical-align:middle;padding:0 15px;}
.topic-section .btm-shape img {height:51px;}

.latest-posts-wrap {padding:100px 0;position: relative; z-index: 2;}
.latest-posts-wrap h2 { margin-bottom:40px;text-align:center;}
.blog-listing-wrapper {padding:0 15px;}
.post-listing .post-item {width:calc(33.33% - 60px); margin:0 30px;float:left;box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);background-color: #ffffff;margin-bottom:80px;position:relative;}
.blog-listing-wrapper .post-listing {margin-left:-15px; margin-right:-15px;}
.post-listing .post-item:nth-child(3n){clear:right;}
.post-listing .post-item:nth-child(3n + 1){clear:left;}
.post-listing .post-item .hs-featured-image-wrapper a {width: 100%; float: left; max-height: 250px;overflow:hidden;}
.post-listing .post-item .hs-featured-image-wrapper a img {min-height: 250px; width: 100%; max-width: 100%; object-fit: cover;}
.post-listing .post-item h4 {font-size:18px; line-height:25px;font-family: 'NexaBold', sans-serif ;}
.post-listing .post-item h4 a{ color: #245634;}
.post-listing .post-item .blog-post-content {float:left; padding:25px 20px 40px;}
.post-listing .post-item .blog-post-content a.more-link  {font-size: 18px; line-height: 18px; background-color: #477057; display: inline-block; min-width: 197px; padding: 14px 15px; color: #fff; border-radius: 23px; text-align: center; font-family: 'NexaBold',sans-serif; position: absolute; bottom: -23px; left: 50%; transform: translateX(-50%);}
.post-listing .post-item .blog-post-content a.more-link:hover {background-color: #b5b712;}
.blog-listing-wrapper .hs-author-profile { padding-top: 70px; }
.blog-listing-wrapper .hs-author-profile .hs-author-avatar img { width: 100%; max-width: 200px; margin: 0 auto 30px auto; border-radius: 300px; display: block; }
.blog-listing-wrapper .hs-author-profile .hs-author-bio { max-width: 400px; margin: 0 auto; padding-bottom: 100px; text-align: center; }

.subscribe-newsletter-section { padding:30px 0; background-color:#477057;position:relative;}
.subscribe-newsletter-section h3 {text-align:center;font-size:30px; line-height:38px; font-family: 'Signika', sans-serif ;font-weight:700;margin-bottom:40px;}
.subscribe-newsletter-section form {max-width:920px; margin:0 auto;}
.subscribe-newsletter-section form fieldset {max-width:100%;}
.subscribe-newsletter-section form fieldset .hs-fieldtype-text  { width:calc(33.33% - 60px) !important; margin:0 30px; }
.subscribe-newsletter-section form fieldset > div .input {margin-right:0 !important;}
.subscribe-newsletter-section form label span {font-size: 18px;font-weight: 700; letter-spacing: -0.4px;font-family: 'Signika', sans-serif ;}
.subscribe-newsletter-section form input {background: transparent; padding: 10px 0; border-bottom: 1px solid #fff;margin-top:15px;color:#fff;}
.subscribe-newsletter-section .btm-shape img {height:51px;}
.subscribe-newsletter-section form input[type="submit"] {max-width:195px; border-radius: 23px; border: 0; background-color: #b5b712; padding: 14px 0; margin: 0 auto; float: none; display: inline-block;font-family: 'NexaBold', sans-serif ;font-size:17px; line-height:17px;}
.subscribe-newsletter-section form input[type="submit"]:hover {background-color:#fff; color:#477057;}
.subscribe-newsletter-section form .actions {text-align: center; margin-top: 30px;}
.most-read-post-section {padding:100px 0;}
.most-read-post-section h2 {margin-bottom:50px;}
.most-read-post-section .post-listing .post-item { height:auto !important;}
.subscribe-newsletter-section form .hs-error-msgs { list-style: none; margin: 0; }
.subscribe-newsletter-section form .hs-error-msgs label {text-align:center;transform:none; color: #ff6d6d; font-size: 12px; text-align: left; display: block; line-height: 1; }
.subscribe-newsletter-section form .hs_error_rollup .hs-error-msgs {display:none !important;}

.blog-section .post-body {letter-spacing: -0.6px; font-weight:400; max-width: 893px; margin: 0 auto; font-size:16px; }
.blog-section .post-body h3 span {font-size: 35px; line-height:42px; font-weight: 400;letter-spacing: -0.88px; font-family: 'Signika', sans-serif ;}
.blog-section .post-body img {margin:25px 0;}
.blog-section .post-body blockquote {position:relative;color: #797979;}
.blog-section .post-body blockquote:before {content:''; width:5px; height:100%; background-color:#b5b712;position:absolute; left:-35px;}
.blog-section .post-body p {position:relative; font-size:20px; }
.blog-section .post-body .container {width:100% !important; padding:0 !important; }

.related-post-section {padding-bottom:100px;}
.related-post-section .post-inner {width: calc(33.33% - 60px); float: left;margin:0 30px;text-align: center; box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.related-post-section .post-inner .featured-image {min-height:250px;background-size:cover; }
.related-post-section h2 {margin-bottom:50px;}
.related-post-section .post-inner .cont { padding: 25px 20px 40px; text-align: left; }
.related-post-section .post-inner h3 {text-align:center;}
.related-post-section .post-inner h3 a {color: #245634; font-family: 'NexaBold',sans-serif; font-size: 18px; line-height: 25px; display: block; text-align: left; }
.related-post-section .post-meta a {font-size: 19px;line-height:27px; font-weight: 400;letter-spacing: -0.48px;margin: 0 20px 0 0;color:#477057;}
.related-post-section .post-meta a:hover {color:#b5b712;}
.related-post-section .post-content {font-size: 16px; font-weight: 400; letter-spacing: -0.5px; padding-bottom: 10px; }
.related-post-section .post-text a { border-radius: 23px; background-color: #477057; font-weight: 700; display: inline-block; color: #fff; margin-top: 10px; font-family: 'NexaBold',sans-serif; position: relative; bottom: -23px; min-width: 197px; padding: 14px 15px; font-size: 18px; line-height: 18px; }
.related-post-section .post-text a:hover {background-color:#b5b712;}

.topic-section .widget-module span.filter-link-count {display:none;}

.blog-inner-hero-section {position:relative;}
.blog-inner-hero-section:after {content:'';width: 100%; height: 160px; background-image: url(../../../hubfs/Camp_2022/Images/banner-btm-shape.svg);  position: absolute;
    bottom: -130px;  z-index: 2;}

.about-author-sec { max-width: 700px; margin: 50px auto 0 auto; }
.about-author-sec .authImg img { max-width: 150px; width: 100%; margin: 0 auto 30px; display: block; border-radius: 50%; }
.about-author-sec .cont { text-align:center; }

.faq-template .banner-section h1 {font-size:82px; line-height:90px;}

.faq-section {position:relative;padding: 100px 0;z-index:2;}
.faq-section:before {content:''; width: 100%; height: 160px; background-image: url(../../../hubfs/Camp_2022/Images/banner-btm-shape.svg);  position: absolute;
    top:-40px;  z-index: 1;}
.faq-section .container {position:relative;z-index:1;text-align:center;}
.faq-section .accordion {padding:25px 0;max-width: 650px;}
.faq-section .accordion > li > a.toggle {font-size: 30px;line-height:38px;color: #245634;font-weight: 700;margin-bottom: 20px; padding-bottom: 20px; position: relative;display: inline-block;width:100%;    cursor: pointer;}
.faq-section .accordion > li > a:after {content:''; width:100%; height:4px; background-image:url(../../../hubfs/Camp_2022/Images/seperator-img.svg); position:absolute;bottom:0;left:0;background-size: cover;}
.faq-section .accordion > li > a:before {content:''; width: 21px; height: 18px; background-image: url(../../../hubfs/Camp_2022/Images/down-arrow.png); position: absolute; right: 10px; top: 20px;background-repeat:no-repeat;}
.faq-section .accordion ul.inner li a {font-size: 25px;line-height:32px;  font-weight: 400;color:#477057;}
.faq-section .accordion ul.inner {margin-bottom:30px;}
.faq-section .accordion ul.inner li {margin:10px 0;}
.faq-section .accordion ul.inner li .inner {font-size: 25px;line-height:32px;font-weight: 400;line-height: 41px;}
.faq-section .accordion ul.inner li a.active {font-weight:700;}
.faq-section .faq-section-content {max-width: 720px;margin: 0 auto; float: none;display: inline-block; text-align: left;font-size: 24px; line-height: 32px; font-weight: 400; letter-spacing: -0.6px;}
.faq-section .faq-section-content .header-content {margin-bottom:20px;}
.faq-section .faq-section-content .header-content a {color:#477057;}
.faq-section .faq-section-content .header-content a:hover {color:#b5b712;}
.faq-section .faq-section-content .search-box { box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5);border-radius: 15px; background-color: #ffffff; overflow: hidden; max-width: 550px; margin-bottom: 40px;position:relative;}
.faq-section .faq-section-content .search-box input {border-radius: 16px 16px 2px 2px; border: 2px solid #b8ba3b;margin:0;background-image: url(../../../hubfs/Camp_2022/Images/);background-repeat: no-repeat; background-position: 10px 50%; padding: 15px 110px 12px 50px;}
.faq-section .faq-section-content .search-box > span {font-size: 14px;line-height:20px;font-weight: 700;position: absolute; right: 35px; top: 14px;color:#b5b712;}
.faq-section .faq-section-content .search-box .search-keyword-wrap {text-align:center;padding: 6px 10px 11px;}
.faq-section .faq-section-content .search-box .search-keyword-wrap strong {color: #071e22;font-size: 16px;line-height:24px;}
.faq-section .faq-section-content .search-box .search-keyword-wrap ul li {padding:0 20px;display:inline-block;position:relative;}
.faq-section .faq-section-content .search-box .search-keyword-wrap ul li:after {content:''; width: 2px; height: 20px;background-color: #9b9b9b; position: absolute; right: -3px; top: 9px;}
.faq-section .faq-section-content .search-box .search-keyword-wrap ul li:last-child:after {display:none;}
.faq-section .faq-section-content .search-box .search-keyword-wrap ul li a {color: #071e22;font-size: 16px;line-height:24px;}
.faq-section .faq-section-content .search-box .search-keyword-wrap > * {display:inline-block; }
.faq-section .faq-section-content .search-box input::-webkit-input-placeholder{color: #9b9b9b;font-size: 20px;font-weight: 700;opacity:1;}
.faq-section .faq-section-content .search-box input::-moz-placeholder{color: #9b9b9b;font-size: 20px;font-weight: 700;opacity:1;}
.faq-section .faq-section-content .search-box input:-ms-input-placeholder{color: #9b9b9b;font-size: 20px;font-weight: 700;opacity:1;}
.faq-section .faq-section-content .search-box input:-moz-placeholder{color: #9b9b9b;font-size: 20px;font-weight: 700;opacity:1;}


/* Advance Menu CSS */

.home-template .row-fluid .megamenu-wrap {min-height: 735px;}

.row-fluid .megamenu-wrap { position: absolute;z-index: 1; min-height: 675px; padding: 150px 0;width: 100%; left: 0; margin: 0; top: 0;text-align:left;opacity:0;visibility:hidden;transition:all linear 0.8s; display: flex;
    align-items: center; justify-content: center;background-position: top; background-size:101%; }
.row-fluid .megamenu-wrap:before {content:''; width:100%; height:100%; background-color:rgba(0,0,0,0.5);position:absolute;left:0; top:0;z-index:-1;}
.row-fluid .megamenu-wrap:after {content: ''; width: 100%; height: 135px;  background-image: url(../../../hubfs/Camp_2022/Images/header-bg.png);  background-repeat: no-repeat;
    background-size: cover; position: absolute; top: -1px; background-position: bottom;left:0;}
.row-fluid .megamenu-wrap .menu-title {text-align:left;}
.row-fluid .megamenu-wrap .menu-title .sub-title {font-size:22px; line-height:30px; font-family: 'NexaBold', sans-serif ;font-weight:700; padding-right: 20px; margin-bottom: 40px; margin-top: 15px;}
.row-fluid .megamenu-wrap .child-menu-wrap .single-child{ display: flex;align-items: center; justify-content: center; flex-direction: column;}
.row-fluid .megamenu-wrap .child-menu-wrap .single-child a {font-size:19px; line-height:26px;font-family: 'NexaBold', sans-serif ;color:#fff;text-align:center;}
.row-fluid .megamenu-wrap .child-menu-wrap .single-child .menu-img { width: 117px; height: 117px; display: block; background: transparent; border: 3px solid #acae12; border-radius: 50%; overflow: hidden;    display: flex;
    align-items: center; justify-content: center;}
.row-fluid .megamenu-wrap .child-menu-wrap .single-child .menu-img:hover {background:#acae12;transition:all ease 0.4s;}
.row-fluid .megamenu-wrap .child-menu-wrap .single-child .child-menu-item {margin-top:20px;}
.row-fluid .megamenu-wrap .child-menu-wrap .single-child a {padding:0 !important;}
.row-fluid .megamenu-wrap .child-menu-wrap .single-child a:hover {color:#acae12;}
.row-fluid .megamenu-wrap .container > .row-fluid-wrapper > .row-fluid  {    display: flex; align-items: center; justify-content: center;}
.row-fluid .main-header .nav-menu .mainmenu ul.mobile-menu ul.sub-menu {display:none ;} 
.row-fluid .main-header .nav-menu .mainmenu ul li > a {z-index:2;position:relative; display: block; }
.row-fluid .main-header .nav-menu .mainmenu ul.mobile-menu li:hover > .megamenu-wrap {opacity:1; visibility:visible; background-size:100%;}
.row-fluid .megamenu-wrap .banner-social-icon ul {min-width:auto;background-color:transparent;    margin: 0 !important; float: left;}
.row-fluid .megamenu-wrap .banner-social-icon ul li a { font-size:30px !important; padding:0 !important;}
.row-fluid .megamenu-wrap .banner-social-icon ul li {border-bottom:0;margin-bottom:3px;}

.row-fluid .megamenu-wrap.dome-menu .child-menu-wrap {max-width:470px;}

.row-fluid .megamenu-wrap.sustain-menu .menu-title h2 {font-size: 100px;}
.row-fluid .megamenu-wrap.sustain-menu .menu-title .sub-title {font-size:30px; line-height:38px;}
.row-fluid .megamenu-wrap.sustain-menu .menu-right-part {padding-left:50px;}

.row-fluid .megamenu-wrap.torres-menu .menu-title h2  {font-size:100px;}
.row-fluid .megamenu-wrap.torres-menu .menu-right-part .single-child {width:20%; margin:0;}
.row-fluid .megamenu-wrap.torres-menu .menu-right-part .child-menu-wrap {max-width: 800px; margin: 0 auto; float: none;}

.row-fluid .megamenu-wrap.adventure-menu {background-position:bottom;}
.row-fluid .megamenu-wrap.adventure-menu .menu-title h2 {font-size:68px;}
.row-fluid .megamenu-wrap.adventure-menu .child-menu-wrap {    max-width: 960px;  margin: 0 auto;float:none;}
.row-fluid .main-header .nav-menu .mainmenu .megamenu-wrap.adventure-menu .child-menu-item a{font-size:24px; font-family: 'Signika', sans-serif ;font-weight:400;padding:0;}

.row-fluid .megamenu-wrap.blog-menu {background-position:center;}
.row-fluid .megamenu-wrap.blog-menu  .menu-title h2 {font-size:99px;line-height:85px}

.row-fluid .main-header .nav-menu .mainmenu ul li.hs-menu-item:nth-child(2) > a:after, .row-fluid .main-header .nav-menu .mainmenu ul li.hs-menu-item:nth-child(5) > a:after {content: ''; background-image: url(../../../hubfs/Camp_2022/Images/menu-arrow.svg); width: 7px; height: 5px; position: absolute; right: 0px; top: 20px; background-size: contain; background-repeat: no-repeat;}
.row-fluid .main-header .nav-menu .mainmenu ul li.active>a { color: #b5b712; }

/* ERROR 500 Page */
.row-fluid .error-hero { width: 100%; float: left; padding: 327px 0 430px; }
.row-fluid .error-hero:after { content: ''; width: 100%; height: 100%; position: absolute; bottom: -1px; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(41, 41, 41, 0.55) 60%, rgba(41, 41, 41, 1) 80%, rgba(41, 41, 41, 1) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(41, 41, 41, 0.55) 60%, rgba(41, 41, 41, 1) 80%, rgba(41, 41, 41, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(41, 41, 41, 0.55) 60%, rgba(41, 41, 41, 1) 80%, rgba(41, 41, 41, 1) 100%) }
.row-fluid .error-hero .banner_content { width: 100%; float: left; text-align: center; }
.row-fluid .error-hero  .primary-btn { text-align: center; padding-top: 20px; }
.row-fluid .error-hero .banner_content h4 { color: #fff; font-family: 'NexaBold', sans-serif; margin-top: 16px; }

/* Error 404 */
.row-fluid .error-404-hero { min-height: 1114px;}
.row-fluid .error-404-hero .banner_content { padding-top: 170px;}
.row-fluid .error-404-hero .banner_content h4 { margin-top:26px; }

/* Work with Us */
.row-fluid .work-with-section { width: 100%; float: left; position: relative; z-index: 3; padding: 57px 0 0; }
.row-fluid .work-with-section:before { z-index:-1; }
.row-fluid .work-with-section .sub-title { font-size:20px; line-height:23px; color:#686868; }
.work_module { width: 100%; float: left; padding: 29px 0 0; }
.work_module h3 { font-family: 'Signika', sans-serif; font-size: 24px; line-height: 30px; font-weight: 600; text-align: center; }
.work_module .work-group { width: 100%; float: left; padding-top: 38px; }
.work_module .work-group .work-box { width: 100%; float: left; padding: 30px 35px 35px; margin-bottom: 42px; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
.work_module .work-group .work-box:last-child{ margin-bottom:0px; }
.work_module .work-group .work-box h4 { margin-bottom: 20px; font-size:18px; line-height:23px; font-family: 'NexaBold', sans-serif; }
.work_module .work-group .work-box .work_para { width: 100%; float: left; font-size:16px; line-height:23px; }
.work_module .work-group .work-box .work_btn { width: 100%; float: left; padding-top: 35px; }
.row-fluid .work-with-section .container { max-width: 706px; }
.row-fluid .new_title h1 { max-width: 706px; margin: 0 auto; text-align: left; }

/* Privacy Policy */
.row-fluid .policy_section { width: 100%; float: left; padding: 10px 0  0; }
.row-fluid .policy_section .container { max-width: 950px; }
.row-fluid .policy_content { width: 100%; float: left; }
.row-fluid .policy_content p { font-family:'Lucida Grande'; font-weight:400; display: block; clear: both; padding: 25px 0; margin: 0; color: #686868; }
.row-fluid .policy_content h3 {  font-family:'Lucida Grande'; font-weight: 700; padding: 25px 0; margin: 0px; color: #245634; }

.contSimple { font-size: 18px; line-height: 1.4; }
.contSimple p { font-size: 18px; }

@media (min-width:768px) { 
  
  .row-fluid .top-header .lang .lang_switcher_class { right: 90px; top: 38px; }
  
  .container, .row-fluid .container[class*="span"]{width:750px;} 
  .row-fluid .main-header .nav-menu { padding-top: 20px; }
  
  .about-author-sec .authImg img { max-width: 120px; }
  .about-author-sec .cont { text-align:left; }
  
  
}
@media (min-width:992px) { 
  
  .row-fluid .top-header .lang .lang_switcher_class { top: 40px; }

  .container, .row-fluid .container[class*="span"]{width:970px;} 
  .row-fluid .main-header .nav-menu { padding-top: 10px; }
  .row-fluid .main-header { padding-bottom: 0; }
  
  .row-fluid .about-content-part .right-content-wrap .single-press-post { margin-bottom: 20px; display: inline-block; vertical-align: top; width: 50%; float: left; padding: 30px; }
  .row-fluid .about-content-part .right-content-wrap .single-press-post .press-content-wrap { width: 100%; padding: 0; }
  .row-fluid .about-content-part .right-content-wrap .single-press-post .press-post-img { width: auto; float: none; }
  .row-fluid .about-content-part .right-content-wrap .single-press-post .press-post-img img { object-fit: initial; width: auto; display: block; height: 200px; margin: 0 auto 30px auto; }
  
  .row-fluid .about-content-part .right-content-wrap .team-member-detail { display: initial; vertical-align: top; width: 50%; float: left; text-align: center; }
  .row-fluid .about-content-part .right-content-wrap .team-member-detail .member-photo { float: none; margin: 0 auto 20px auto; }
  .row-fluid .about-content-part .right-content-wrap .team-member-detail .member-content { width: 100%; padding: 0 20px; }

  
}
@media (min-width:1280px) { .container, .row-fluid .container[class*="span"]{width:1230px;} 
  .row-fluid .about-content-part .right-content-wrap .team-member-detail { width: 33.33333333%; }
}
/* @media (min-width:1430px) { .container, .row-fluid .container[class*="span"]{width:1430px;} }
@media (min-width:1630px) { .container, .row-fluid .container[class*="span"]{width:1630px;} } */


/*RESPONSIVE-MENU-CSS*/

  .ebiz-toggle{padding:10px 0; background-color:transparent; float:right; border:none; cursor:pointer; width: 43px; position:relative; z-index:9;}
  .ebiz-toggle .icon-bar{margin: auto; background-color:#fff; border-radius:1px; display:block; height:3px; position:relative; width:22px; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; }
  .ebiz-toggle .icon-bar + .icon-bar{margin-top:4px;}
  .ebiz-toggle .icon-bar:nth-child(1), .ebiz-toggle .icon-bar:nth-child(3){top:0; transform:rotate(0deg); -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg);}
  .ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1){top:7px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}
  .ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(2){opacity:0;}
  .ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3){top:-7px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
  .mainmenu .mobile-menu span.mobile-toggle{width:30px; height:30px; position:absolute; right:20px; top:6px; background-color:#b5b712; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; }
  .mainmenu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before{content:""; background-color:#fff; height:16px; width:2px; position:absolute; left:14px; top:7px; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; }
  .mainmenu .mobile-menu span.mobile-toggle:before{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; }
  .mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:after{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
  .mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:before{opacity:0; background-color:#fff; -ms-transform:rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
  .mainmenu .hs-menu-wrapper ul{float:left; padding:0; width:auto; min-width:250px;}
  .mainmenu .hs-menu-wrapper > ul > li > a{max-width:none; width:auto;}
  .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display:block;max-width:none;min-width:auto;overflow:visible;text-align:left;text-overflow:inherit;white-space:inherit;width:auto;}
  .mainmenu .hs-menu-wrapper ul ul{background-color:#477057; min-width:250px;}
  .mainmenu .hs-menu-wrapper ul ul li { border-bottom:1px solid rgba(255,255,255,0.1);}


/*hover event for desktops*/
@media (min-width:768px){
  .header-container-wrapper { z-index: 3; position: relative; }
  .row-fluid .main-header .logo-wrap img { max-width:196px; }
  
    .top-search > span{display:none;}
    .top-search .g-search{position:static; width: auto;}
    .row-fluid .our-stories-section .adventure-slider-wrap .slick-dots { display:none !important;}
    .row-fluid .our-stories-section.ecocamp-extension-section .adventure-slider-wrap .slick-dots { display:block !important;} 
    .domes-template .row-fluid .our-stories-section .adventure-slider-wrap .slick-dots  { display:block !important;}
   
  .blog-listing-wrapper .hs-author-profile { text-align: center; padding-bottom: 80px; }
  .blog-listing-wrapper .hs-author-profile .hs-author-avatar { display: inline-block; vertical-align: middle; max-width: 200px; }
  .blog-listing-wrapper .hs-author-profile .hs-author-bio { display: inline-block; vertical-align: middle; max-width: 380px; padding: 0 0 0 50px; }
  
}
@media(min-width:2000px){
    .row-fluid .logo-section .top-shape img { height:75px;}   
    .row-fluid .logo-section .btm-shape img { height:76px;}
    
    .row-fluid .intro-section:before,.row-fluid .work-with-section:before {top: -54px;background-repeat: no-repeat;background-size: cover;}
    
    .row-fluid .our-stories-section .top-shape img { height:68px;}
    .row-fluid .our-stories-section .btm-shape img { height:73px;}
    
    .row-fluid .tripadvisor-slider-section .top-shape img { height:68px;}
    .row-fluid .tripadvisor-slider-section .btm-shape img {height:73px;}
    
    .row-fluid .interior-dome-section .top-shape img {height:77px;}
    .row-fluid .interior-dome-section .btm-shape img {height: 68px;}
    
    .row-fluid .domes-detail-section .single-dome-section .dome-img-wrap .btm-shape {bottom: -1px;}
    
    .row-fluid .inside-dome-section .top-shape img {height:74px;}
    .row-fluid .inside-dome-section .btm-shape img {height: 68px;}
    .row-fluid .inside-dome-section .dome-gallery-slider .btm-shape img {height: 73px;}
    
    .row-fluid .main-header:after {height: 175%; top: -2px;}
    
    .row-fluid .about-content-part:before {background-repeat: no-repeat; background-size: cover;}
    
    .row-fluid .domes-intro-section .top-shape img {height: 73px;}
    .row-fluid .domes-intro-section .btm-shape img {height:68px;}
    
    .row-fluid .gallery-slider .top-shape img {height:55px;}
    
    .row-fluid .inside-dome-section .btm-shape img {height:57px;}
    
    .faq-section:before { top: -45px;background-repeat: no-repeat; background-size: cover;}
    
    .footer-container-wrapper .footer-section .top-shape img {height:85px;}
    .footer-container-wrapper .footer-section:before {height:80px;top: -95px;}
    
    .landing-page-template .row-fluid .main-header:after {height: 150%;}
    .landing-page-template .footer-container-wrapper .footer-section:before{height:76px;}
    
    .row-fluid .itinerary-section .top-shape img {height: 74px;}
    .row-fluid .itinerary-section .btm-shape img {height: 68px;}
}

    
    

@media (min-width:1200px){

  .row-fluid .top-header .lang .lang_switcher_class { top: 3px; right: 0; background: #3E4B59; padding: 0; width: 70px; }
  .row-fluid .top-header .lang .lang_list_class { transform: none; left: 0; top: 100%; padding: 0; width: 70px; overflow: hidden; }
  .row-fluid .top-header .lang .globe_class { padding: 5px 0 5px 10px; height: 30px; background-position: 10px center; width: 100%; }
  .row-fluid .top-header .lang.es .globe_class:before,
  .row-fluid .top-header .lang.en .globe_class:before { right: 10px; top: 4px; }
  
  
  .row-fluid .main-header .nav-menu { padding-top: 5px; }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { left: 100%; margin-left: 1px; }
  .row-fluid .main-header { padding-top: 28px; }
  
  .ebiz-toggle, .mainmenu .mobile-menu span.mobile-toggle{display:none;}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {opacity:1; visibility:visible;}
  .row-fluid .main-header .nav-menu .mainmenu ul.mobile-menu { padding-left:65px; }
  .row-fluid .main-header .nav-menu.es .mainmenu ul.mobile-menu { padding-left:45px; }
/*   .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display:inline-block !important;} */

/*   .row-fluid .main-header .nav-menu { width:100%;} */
  
  .mainmenu .hs-menu-wrapper ul { display:inline-block !important;}
/*   .row-fluid .main-header .nav-menu .mainmenu { width:100%;} */
     .sticky-nav-wrap .sidemenu-arrow {display:none;}
    
    .back-btn {display:none !important;}
    ul.mobile-menu > li > .mobile-toggle  {display:none !important;}
    .mainmenu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before { display:none;}
  .tour-page-template .row-fluid .photogallery-slider-section .slide-img { min-height: 750px; }
  
}

@media(min-width:1280px){
  .row-fluid .main-header .nav-menu .mainmenu ul.mobile-menu { padding-left: 150px; }
  .row-fluid .main-header .nav-menu.es .mainmenu ul.mobile-menu { padding-left: 120px; }
}

@media(min-width:1430px){
  .row-fluid .main-header .nav-menu .mainmenu ul.mobile-menu { padding-left: 110px; }
}

@media(min-width:1600px){
    .row-fluid .photogallery-slider-section .container { width:1386px;}
    .row-fluid .about-content-part .container { width:1386px;}
    .tour-page-template .row-fluid .photogallery-slider-section .container {width:1230px;}
    .domes-template .banner-section .container { width:1386px;}
    .row-fluid .our-dome-section .container {width:1588px}
    .pillar-body-part .container {width:1386px;}
    .pillar-body-part .pillar-sticky .container {width:1230px;}
}




@media (max-width:1800px)
{ 
  .row-fluid .about-content-part .side-menu {padding-left:11%;}
  .row-fluid .main-body-part .left-part img { max-width:380px;}
  .landing-page-template .footer-container-wrapper .footer-section .top-shape { bottom:95%;}
  .landing-page-template .footer-container-wrapper .footer-section .container { position:relative; z-index:2;}
    .row-fluid .about-content-part .right-side-menu .btm-shape img { height:30px;} 
    .row-fluid .pillar-body-part .sticky-nav-wrap .content-list {padding-left: 180px;}
}

@media (max-width:1619px){
  
  .row-fluid .about-content-part .side-menu { padding-left:7%;max-width: 32%;}
  .row-fluid .about-content-part .side-menu:before {top: -30px;}  
    
  .row-fluid .our-stories-section .adventure-slider-wrap .top-shape img {height:45px;}
  .row-fluid .tripadvisor-slider-section .top-shape img { height:60px; object-position:100%;}
    
  .row-fluid .about-content-part .right-content-wrap .single-comment-wrap:after {    background-position: -38px 0px;}  
   .landing-page-template .footer-container-wrapper .footer-section .top-shape img {height: 60px;}
    .landing-page-template .footer-container-wrapper .footer-section:before {top:-77px;}
    
    .row-fluid .inside-dome-section .inside-dome-slider .single-slide img {height: 500px;}
    .row-fluid .our-dome-section .dome-type-wrap .single-type-col .content-wrap { padding:0 20px;}
    .row-fluid .pillar-body-part .sticky-nav-wrap .content-list { padding-left: 100px;}
    .pillar-sticky .section-ttl {padding-left:60px;}
    .pillar-sticky .btm-shape {left:-3px;right:-6px;}
    .row-fluid .main-body-part {  height:100%;}
}
@media (max-width:1429px){
  
  h1 {font-size: 85px; line-height: 75px;}
  
  .row-fluid .main-header .nav-menu .mainmenu ul { margin:0; }
  .row-fluid .main-header .nav-menu .mainmenu ul li a {font-size: 14px;padding: 8px 10px;} 
  .row-fluid .main-header .header-btn { float:right;}
  .row-fluid .main-header .header-btn a { font-size:14px;padding: 6px 12px;border-radius: 20px;min-width:1px;}
  .row-fluid .main-header .nav-menu { float:right;}
  .row-fluid .main-header .nav-menu .mainmenu ul li:last-child a { padding-right:0;} 
  
  .row-fluid .banner-section {min-height: 700px;}
  .row-fluid .about-content-part .side-menu {padding-left: 3%;}
  .row-fluid .about-content-part .side-menu:before { top:-10px;}
  
  .footer-container-wrapper .footer-menu ul li a { font-size:13px;}
  
  .row-fluid .about-content-part .right-content-wrap .team-member-detail { padding-left:0;}
/*   .row-fluid .about-content-part .right-content-wrap .team-member-detail .member-content { padding-left:40px;} */
    
    .row-fluid .efforts-section .slick-list .slick-slide iframe {max-width: 620px;  height: 350px;}
    
    .row-fluid .intro-section .img-part {margin-top: -30px;}
    .top-shape {bottom:99%;}
    .row-fluid .logo-section.page-btm-logo { padding:10px 0;}
    .row-fluid .efforts-section .slider-nav-part .slick-arrow.slick-prev {top:20px;}
    .row-fluid .efforts-section .slider-nav-part .slick-arrow.slick-next {top:100px;}
    .row-fluid .efforts-section .slider-nav-part .pagingInfo span { font-size:70px; line-height:70px;} 
    .progress {width:150px;}
    .row-fluid .domes-connect-section .domes-wrap .single-dome-wrap h3 {font-size: 39px; line-height:46px;}
    
    .row-fluid .gallery-slider .image-wrap .slide-img { min-height:500px;}
    
    .row-fluid .gallery-slider button.slick-prev {left: 120px; top: 100px;}
    .row-fluid .gallery-slider button.slick-next {top: 190px; left: 120px;}
    .row-fluid .photogallery-slider-wrap .pagingInfo { left:35px;}
    .row-fluid .photogallery-slider-wrap .progress { left:40px;}
    
    .row-fluid .ecocamp-adventure-section .adventure-box-wrap .adventure-single-box {  width: calc(33.33% - 54px);margin: 0 27px 40px;}
    .row-fluid .ecocamp-adventure-section .adventure-box-wrap { margin-left:-27px; margin-right:-27px;}
    
    .row-fluid .main-body-part { padding:140px 0; margin-bottom:15px;}
    .landing-page-template .footer-container-wrapper .footer-section:before { top: -66px;}
    .landing-page-template .footer-container-wrapper .footer-section .top-shape img { height: 48px;}
    
    /*.row-fluid .video-section .container>div iframe { min-height: 495px;}*/
    
    .row-fluid .domes-intro-section .top-shape img {height:40px;}
    .row-fluid .domes-detail-section .single-dome-section .dome-img-wrap>img { max-height: 434px; }
    
    .row-fluid .ecocamp-adventure-section .adventure-box-wrap .duration-wrap>span {width:100%; float:left;}
    .row-fluid .interior-dome-section ul li img {max-width:50px;}
    .row-fluid .interior-dome-section {font-size:14px; line-height:22px;}
    .row-fluid .interior-dome-section .interior-dome-wrap { text-align:right;}
    .row-fluid .interior-dome-section ul li { margin-right:7px;}
    .row-fluid .our-dome-section .dome-type-wrap .single-type-col {    width: calc(25% - 40px);margin: 0 20px;}
    .row-fluid .our-dome-section .dome-type-wrap { margin-left:-20px;margin-right:-20px;}
    .row-fluid .our-dome-section .dome-type-wrap .single-type-col .img-wrap img {max-height: 118px;}
    .row-fluid .our-dome-section .dome-type-wrap .single-type-col .content-wrap {padding:0 5px;}
    .row-fluid .our-dome-section .dome-type-wrap .single-type-col .content-wrap h3 {font-size:32px; line-height:40px;}
    .row-fluid .our-dome-section .section-seperator {  margin: 60px 0;}
    
    .row-fluid .pillar-body-part .sticky-nav-wrap .content-list { padding-left: 40px;}
    .pillar-sticky .btm-shape img {height:120px;}
    
    .post-listing .post-item .hs-featured-image-wrapper a img {min-height: 170px;}
    .post-listing .post-item .hs-featured-image-wrapper a {max-height: 170px;}
    
    .blog-template .blog-inner-hero-section h1 {font-size:75px; line-height:82px;}
    .related-post-section .post-inner .featured-image { min-height: 190px;}
    
    .home-template .row-fluid .megamenu-wrap {min-height:500px;}
    .row-fluid .megamenu-wrap {padding: 100px 0;min-height: 500px;}
    .row-fluid .megamenu-wrap .menu-title .sub-title {margin-bottom:15px;}
    .row-fluid .megamenu-wrap.torres-menu .menu-title h2 { font-size: 90px;}
    .row-fluid .megamenu-wrap.blog-menu .menu-title h2 {font-size:90px;}
    .row-fluid .megamenu-wrap.blog-menu {    background-position: top;}
    
    
}
@media (max-width:1199px){
  
  /*
  
  */
  .row-fluid .main-header .nav-menu .ebiz-toggle.ebiz-menuopen { background: #467057; }
  .row-fluid .main-header .nav-menu .ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1) { display: inline-block; vertical-align: middle; }
  .row-fluid .main-header .nav-menu .ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3) { top: -15px; display: inline-block; vertical-align: middle; }
  .row-fluid .main-header .nav-menu .mainmenu { float:right;}
  .row-fluid .main-header .nav-menu .mainmenu ul.mobile-menu:after { content: " "; display: block; position: fixed; left: 0; top: 0; width: 100%; height: 60px; background: #467057; z-index: 8; }
  .row-fluid .main-header .nav-menu { position:inherit;}
   ul.mobile-menu {position: fixed; width: 100%; right: 0;text-align: left;z-index: 8; top: 0px;background: #477057; padding-bottom:15px;display:inline-block;transform: translateX(100%);height: 100vh; padding-top: 130px; overflow: auto; }
  .row-fluid .main-header .header-btn { padding: 15px 10px 0;width: 100%;}
  .row-fluid .main-header .nav-menu .mainmenu ul ul.sub-menu {padding: 0 15px 15px;}
  .row-fluid .main-header .nav-menu .mainmenu ul li.hs-item-has-children>a:after { display:none;}
  .row-fluid .main-header .nav-menu .mainmenu ul.mobile-menu ul.sub-menu .sub-menu { padding-left: 10px; }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul { padding-bottom: 15px; }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before { display: block; }
  
  body.ebiz-menuopen ul.mobile-menu {transform:translateX(0);left:0; }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{position:static; opacity:1; visibility: visible; display:none; width:100%;}
  .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{display:none;}
  .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu li{float:none; border-bottom: 1px solid rgba(255,255,255,0.1);}
    
  
  .row-fluid .about-content-part { padding:40px 0;}
  .row-fluid .about-content-part .side-menu { padding-left:25px;}
  .row-fluid .about-content-part .right-content-wrap { width:65%;}
  .row-fluid .about-content-part .side-menu:before { background-size:105%;}
  
  .row-fluid .download-cta .download-content-wrap .cta-img { max-width:250px;}
  .row-fluid .download-cta .download-content-wrap .cta-img img { height:auto;}
  
  .row-fluid .download-cta {padding: 150px 0 80px;}
    
  .row-fluid .about-content-part .sidebar-logo { top:510px;}
    
  .row-fluid .intro-section .img-part {margin-top: -25px;}
  .row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption { padding:80px;}
  .row-fluid .efforts-section .slick-list .slick-slide iframe { max-width: 560px; height: 310px;}
  .row-fluid .efforts-section .slider-nav-part .slick-arrow {width: 46px; height: 46px;}
  .row-fluid .efforts-section .slider-nav-part .slick-arrow.slick-prev:after, .row-fluid .efforts-section .slider-nav-part .slick-arrow.slick-next:after {background-size: 100%; width:46px; height:46px;}
  .row-fluid .efforts-section .slider-nav-part .slick-arrow.slick-next { top:80px;}
  .row-fluid .tripadvisor-slider-section .single-slide { margin-bottom:0;}
  .row-fluid .logo-section.page-btm-logo .btm-shape img { height:40px;}
  .row-fluid .experience-section .slick-slider .slick-arrow.slick-next { right:-20px}
  .row-fluid .experience-section .slick-slider .slick-arrow.slick-prev { left:-20px}
  .row-fluid .experience-section .blog-wrap .hs-rss-module { margin-left: -15px;margin-right: -15px;}
  .row-fluid .experience-section .blog-wrap .hs-rss-item {margin: 0 15px;width:calc(100% - 30px) !important}
    
  .row-fluid .photogallery-slider-wrap { padding:40px 0;}
  .row-fluid .gallery-slider .image-wrap .slide-img { min-height: 400px;}
  
   .row-fluid .gallery-slider .top-shape img {height:38px;}
   .row-fluid .gallery-slider button.slick-prev:after, .row-fluid .gallery-slider button.slick-next:after { width:46px; height:46px;}
  .row-fluid .gallery-slider button.slick-prev { left: 70px; top: 70px;}
  .row-fluid .gallery-slider button.slick-next { top: 140px; left: 70px;}
    
    .row-fluid .photogallery-slider-wrap .pagingInfo { top:45%;font-size: 42px; line-height: 42px;}
  .row-fluid .photogallery-slider-wrap .pagingInfo span {font-size: 68px;line-height: 68px;}
    .row-fluid .photogallery-slider-wrap .progress {left: 30px;top: 55%;width: 140px;}
    
    .row-fluid .our-stories-section.ecocamp-extension-section .adventure-slider-wrap .slick-arrow.slick-next { right:0;}
    .row-fluid .our-stories-section.ecocamp-extension-section .adventure-slider-wrap .slick-arrow.slick-prev { left:0;}
    
    .row-fluid .experience-section .slick-slider .slick-arrow {width: 30px; height: 30px;}
    .row-fluid .experience-section .slick-slider .slick-arrow.slick-prev { left:-10px;}
    .row-fluid .experience-section .slick-slider .slick-arrow.slick-next { right:-10px;}
    
    .row-fluid .main-body-part { height:100%;}
    .row-fluid .main-body-part .left-part { width:35%;}
    .row-fluid .main-body-part .left-part img { max-width:100%;}
    .row-fluid .main-body-part .right-part { width:65%; margin:0;padding-left:50px;}
    .landing-page-template .footer-container-wrapper .footer-section:before { top: -70px;}
    
    .tour-page-template .row-fluid .photogallery-slider-section .slide-img {min-height: 630px;}
    .tour-page-template .row-fluid .photogallery-slider-wrap .pagingInfo { top: 66%;}
    
    .tour-page-template .row-fluid .gallery-slider .top-shape { top:-1px;}
    .tour-page-template .row-fluid .gallery-slider .top-shape img { height: 31px;}
    .tour-page-template .row-fluid .photogallery-slider-wrap .btm-shape { bottom: 6px;}
    
    .row-fluid .domes-detail-section .single-dome-section .dome-content-wrap>div { padding:0 15px; max-width:100%;}
    .row-fluid .domes-detail-section .single-dome-section { margin-top:55px;}
    .row-fluid .domes-detail-section .single-dome-section .dome-content-wrap h3 { font-size:55px; line-height:62px;}
    .row-fluid .domes-detail-section .single-dome-section .dome-img-wrap>img { max-height: 390px;} 
    
    .row-fluid .interior-dome-section .logo-img-wrap { width:100%; text-align:center;}
    .row-fluid .interior-dome-section .interior-dome-wrap { text-align: center; width: 100%; margin: 15px 0 0;}
    .row-fluid .interior-dome-section {padding:10px 0;}
    .row-fluid .inside-dome-section .inside-dome-slider .single-slide img { height: 370px;}
    .row-fluid .inside-dome-section button.slick-prev:after,  .row-fluid .inside-dome-section button.slick-next:after {width:46px; height:46px;background-size: cover;}
    
    .pillar-page-template .row-fluid .main-header::after {height:110%;}
    .row-fluid .pillar-body-part .contents_section { padding: 40px 0;}
    .row-fluid .pillar-body-part .contents_main {width:60%;}
    .pillar-sticky .section-ttl { padding-left: 90px;}
    .row-fluid .pillar-body-part .sticky-nav-wrap .menu-list {    max-width: 240px;padding-left: 25px;}
    .row-fluid .pillar-body-part .sticky-nav-wrap .content-list {    padding-right: 20px;}
    .row-fluid .pillar-body-part .sticky-nav-wrap .btn a {padding: 14px 20px;}
    
    .topic-section {padding:10px 0;}
    .latest-posts-wrap {padding:70px 0;}
    .post-listing .post-item {width: calc(33.33% - 40px);margin: 0 20px 60px;}
    .most-read-post-section { padding-bottom: 40px;}
    .related-post-section { padding-bottom: 80px;} 
    .blog-template .blog-inner-hero-section h1 {font-size:60px; line-height:68px;}
    .blog-template .blog-inner-hero-section .hero-sub-title a {margin-right:90px;}
    
    .row-fluid .main-header { z-index:9;}
    
    .megamenu-wrap {background: #477057;z-index: 9; background-image: none !important;opacity:1; visibility:visible;display: inline-block;position:fixed; width: 100%;    transform: translateX(100%);
    transition: all ease 0.8s;left: 0;  height: 100vh;top:0;padding-top: 150px;}
    .megamenu-wrap:before, .row-fluid .megamenu-wrap:after {display:none;}
    .megamenu-wrap .banner-social-icon {display:none;}
    .megamenu-wrap .menu-left-part {display:none;}
    .megamenu-wrap .menu-right-part .menu-title {display:none;}
    .megamenu-wrap .child-menu-wrap {max-width:100% !important;}
    .megamenu-wrap .menu-right-part {width:100%;margin:0;} 
    .megamenu-wrap .child-menu-wrap .single-child {width:100%; display: inline-block;margin:0; border-bottom: 1px solid rgba(255,255,255,0.1);  padding:10px 20px;}
    .megamenu-wrap .child-menu-wrap .single-child .menu-img {border:0; width:70px; height:70px;  display: flex; align-items: center;justify-content: center;}
    .megamenu-wrap .child-menu-wrap .single-child > div {display: inline-block;vertical-align: middle;}
    .megamenu-wrap .child-menu-wrap .single-child .child-menu-item a {color:#fff;font-weight:700;margin-left: 15px;}
    .megamenu-wrap .child-menu-wrap .single-child .child-menu-item a:hover {color:#b5b712;}
    .megamenu-wrap.open {transform:translateX(0);}
    .megamenu-wrap .back-btn {    display: inline-block; font-size: 14px; line-height: 22px; color: #fff; padding: 0 35px; margin-bottom: 15px;font-weight: 700;}
    .megamenu-wrap .back-btn span {text-decoration: underline;cursor:pointer;transition:all ease 0.4s;}
    .megamenu-wrap .back-btn span:hover {color:#b5b712;}
    .mainmenu .mobile-menu span.mobile-toggle {display:none;}
    .megamenu-wrap.torres-menu .menu-right-part .single-child {width:100%;}
    
    .ebiz-menuopen .row-fluid .main-header {top:0;position:fixed;transition:all ease 0.8s;}
    .ebiz-menuopen .megamenu-wrap .container {width:100%;padding:0;}
    
    ul.mobile-menu ul.sub-menu {display:none;}
    ul.mobile-menu {}
    ul.mobile-menu > li {padding: 10px 15px; border-bottom: 1px solid rgba(255,255,255,0.1);position: relative;}
    ul.mobile-menu > li > a {color:#fff;font-weight:700;}
    ul.mobile-menu > li > a:hover {color:#b5b712;}
    ul.mobile-menu .header-btn {padding:10px 15px;}
    ul.mobile-menu .header-btn.primary-btn a:hover {background-color:#fff;color:#477057;} 
    ul.mobile-menu > li > .mobile-toggle {position: absolute;top: 10px; width: 20px; height: 20px; right: 15px;cursor:pointer;}
    ul.mobile-menu > li > .mobile-toggle:before {content:'>>'; width:20px; height:20px; display:block;background: transparent;color: #fff;    left: 0;
    top: 0;}
    
    .sustain-menu, .blog-menu {display:none;}
 
/* Error 5oo Page */
   .row-fluid .error-hero { padding: 250px 0 330px; }
   .row-fluid .error-404-hero .banner_content{ padding-top: 0; }
    
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul.mobile-menu li { padding: 0; }
    .row-fluid .main-header .nav-menu .mainmenu ul.mobile-menu ul.sub-menu { padding: 0; }
    .row-fluid .main-header .nav-menu .mainmenu ul li.hs-item-has-children>a { width: 100%; }
    
    .row-fluid .main-header .nav-menu .mainmenu ul li.hs-menu-item:nth-child(2)>a:after, .row-fluid .main-header .nav-menu .mainmenu ul li.hs-menu-item:nth-child(5)>a:after { display: none !important; }
    .row-fluid .main-header .nav-menu .mainmenu ul.mobile-menu ul.sub-menu { display: none; }
    .row-fluid .main-header .nav-menu .mainmenu ul li.hs-item-has-children>a:after { display: none !important; }
    
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>.ebiz-menuopen+ul.mobile-menu {top:0; padding-top:70px; padding-left: 20px; padding-right: 20px; }
    .row-fluid .main-header .nav-menu .mainmenu ul li { position: relative; }
    .row-fluid .main-header .nav-menu .mainmenu ul li .child-trigger { cursor: pointer; position: absolute; top: 0; left: 0; width: 100%; height: 40px; z-index: 2; }
    .row-fluid .main-header .nav-menu .mainmenu ul li .child-trigger:after { content: ''; position: absolute; position: absolute; content: "\f101"; font-family: Fontawesome; top: 50%; color: #fff; font-size: 26px; transform: translateY(-50%); right: 15px; }
    .row-fluid .main-header .nav-menu .mainmenu ul li .child-trigger.child-open:after { transform: rotate(90deg); top: 12px; }
    .row-fluid .main-header .nav-menu .mainmenu ul li.hs-item-has-children { position: relative !important; float: left; width: 100%; }
    .row-fluid .main-header .nav-menu .mainmenu ul li { float: left; width: 100%; }
       
}
@media (max-width:991px){
  
  h1 { font-size:60px; line-height:45px;}
  h2 { font-size:44px;line-height:52px;}
  h3 { font-size:38px; line-height:44px;}
  h4 { font-size:33px; line-height:41px;}
  
  .font-24, .font-24 h2, .font-24 h3, .font-24 h4 { font-size:22px; line-height:30px;}
  .font-25, .font-25 h2, .font-25 h3, .font-25 h4 { font-size:23px; line-height:32px;}
  .font-30, .font-30 h2, .font-30 h3, .font-30 h4 { font-size:28px; line-height:36px;}
  
  
  .row-fluid .main-header:after { height:120%;}
  .row-fluid .main-header .nav-menu { margin:0;}
  .row-fluid .main-header .nav-menu .ebiz-toggle { padding-top:0;}
  ul.mobile-menu { box-shadow: 1px 2px 5px rgba(0,0,0,0.5);}
  
  .row-fluid .banner-section {min-height: 525px; padding-top:50px;}
  .row-fluid .about-content-part .side-menu:before { top: -5px;}
  
  .row-fluid .about-content-part .right-content-wrap h3 { font-size:26px; line-height:32px;}
  
  .row-fluid .about-content-part .side-menu { margin-top:5px;}
  
  .row-fluid .download-cta .download-content-wrap { padding-left:0;flex-direction: column;}
  .row-fluid .download-cta .download-content-wrap .cta-img { margin-bottom:15px;}
  .row-fluid .download-cta .download-content-wrap .cta-content { width:100%; padding:0;}
  
  .footer-container-wrapper .footer-logo-wrap, .footer-container-wrapper .footer-menu { width:100%; text-align:center;}
  .footer-container-wrapper .footer-section:before { background-size:cover;}
  .footer-container-wrapper .footer-menu ul { text-align:center;}
  .footer-container-wrapper .footer-logo-wrap { margin-bottom:20px;}
  
  .row-fluid .about-content-part .right-content-wrap .team-member-detail { flex-direction:column;}
  .row-fluid .about-content-part .right-content-wrap .team-member-detail .member-content { width:100%; padding-left:0;}
  
  .row-fluid .about-content-part .right-content-wrap .single-press-post { flex-direction:column;}
  .row-fluid .about-content-part .right-content-wrap .single-press-post .press-content-wrap { width:100%; padding-left:0;}
  .row-fluid .about-content-part .right-content-wrap .single-press-post .press-post-img { margin:0 auto 20px auto; }
    
    .row-fluid .about-content-part blockquote { margin:40px 15px;}
    
   .home-template .banner-section h1 {font-size: 66px; line-height: 70px;}
    
    .row-fluid .intro-section .content-part { padding-top:30px;}
    .row-fluid .intro-section .img-part { margin-top: -20px;padding-left: 30px;} 
    .row-fluid .logo-section .logos-wrap { padding-bottom: 20px;}
    .row-fluid .logo-section .single-logo { max-width:120px;}
    .row-fluid .logo-section .single-logo img { height:auto;} 
    .row-fluid .logo-section .btm-shape img { height:50px;}
    .row-fluid .domes-connect-section .domes-wrap .single-dome-wrap {width: calc(49% - 30px); display: inline-block;float: none; margin-bottom:60px;}
    
    .row-fluid .our-stories-section .adventure-slider .adventure-single-slide > div {min-height: 495px;}
    .row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption { padding: 70px 40px; width:560px;}
    
    .row-fluid .efforts-section .slick-list .slick-slide iframe { max-width: 430px; height: 240px;}    
    .row-fluid .efforts-section .slider-nav-part .slick-arrow { right:30px;}
    .row-fluid .efforts-section .slider-nav-part .slick-arrow.slick-prev { top:0;}
    .row-fluid .efforts-section .slider-nav-part .slick-arrow.slick-next { top:60px;}
    .row-fluid .efforts-section .slider-nav-part .pagingInfo { bottom:30px; right:30px;}
    .progress { bottom:20px; right:30px;width:120px;}
    .row-fluid .efforts-section .slider-nav-part .pagingInfo span {  font-size: 60px; line-height: 60px;}
    .row-fluid .efforts-section .slider-nav-part .pagingInfo { font-size:40px; line-height:48px;}
    .row-fluid .experience-section { padding-bottom: 30px;}
    .row-fluid .award-section { padding: 40px 0 60px;} 
    .row-fluid .logo-section.page-btm-logo .single-logo { max-width:100%;}
    .row-fluid .logo-section.page-btm-logo .btm-shape { top:88%; z-index:-1;}
    .home-template .instagram-section { margin-top:70px;}
    
    
    .row-fluid .tripadvisor-slider-section {padding: 0 0 70px;}
    .guest-comment-template .row-fluid .tripadvisor-slider-section { margin-bottom: 40px;}
    
    .row-fluid .ecocamp-adventure-section .adventure-box-wrap {margin-left: -22px; margin-right: -22px;}
    .row-fluid .ecocamp-adventure-section .adventure-box-wrap .adventure-single-box { width: calc(50% - 44px); margin: 0 22px 40px;}
    .row-fluid .ecocamp-adventure-section .section-title { margin-bottom: 45px;}
    .row-fluid .our-stories-section .sub-title { margin-bottom:0;}
    
    .row-fluid .download-cta { padding: 150px 0 120px;}
    
    .row-fluid .main-body-part .left-part, .row-fluid .main-body-part .right-part { width:100%;}
    .row-fluid .main-body-part .container>.row-fluid-wrapper>.row-fluid { flex-direction:column;}
    .row-fluid .main-body-part .left-part img { max-width:250px; margin:0 auto 20px;}
    .row-fluid .main-body-part .left-part { text-align:center;}
    .row-fluid .main-body-part .right-part { padding-left:0;}
    .row-fluid .main-body-part h3, .row-fluid .main-body-part .right-part .sub-title { margin-bottom:20px;}
    .landing-page-template .footer-container-wrapper .footer-section:before { top: -40px;} 
    .landing-page-template .footer-container-wrapper .footer-logo-wrap {padding-top:30px;}
    .row-fluid .main-body-part {padding:140px 0 90px;}
    
    .tour-page-template .row-fluid .banner-section {min-height: 505px;}
  .tour-page-template .row-fluid .photogallery-slider-section .slide-img { min-height: 450px; }
    .row-fluid .about-content-part .right-side-menu { padding:30px;}
    
    .tour-page-template .row-fluid .about-content-part {padding-bottom:20px;}
    .row-fluid .itinerary-section .itinerary-wrap { display:inline-block;}
    .row-fluid .itinerary-section .itinerary-wrap > div { margin-bottom:20px;}
    .row-fluid .itinerary-section .itinerary-wrap > div:nth-child (3n) {clear:right;}
    .row-fluid .itinerary-section .itinerary-wrap > div:nth-child (3n+1) {clear:left;}
    .row-fluid .itinerary-section .btn {  margin-top: 15px;}
    /*.row-fluid .video-section .container>div iframe { min-height: 375px;}*/
    
    .row-fluid .domes-intro-section h2 { font-size:50px; line-height:62px;}
    .row-fluid .domes-detail-section { padding-bottom: 60px;}
    
    .dome-page-template .row-fluid .banner-section { min-height: 455px;}
    .row-fluid .inside-dome-section .btm-shape img {height:25px;}
    .row-fluid .inside-dome-section .inside-dome-slider .single-slide img { height: 280px;}
    .row-fluid .our-dome-section .dome-type-wrap {margin-left: -15px;margin-right: -15px;}
    .row-fluid .our-dome-section .dome-type-wrap .single-type-col {width: calc(50% - 30px); margin:20px 15px 20px 15px;}
    .row-fluid .our-dome-section .section-seperator {  margin: 40px 0;}
    .dome-page-template .banner-section .banner-caption h1 {font-size:70px; line-height:78px;}
    .row-fluid .domes-detail-section .single-dome-section .dome-content-wrap h3 {font-size:50px; line-height:58px;}
    .row-fluid .inside-dome-section h2 {font-size:55px; line-height:62px;}
    .row-fluid .our-dome-section .section-title { margin-bottom: 20px;}
    .row-fluid .our-dome-section .dome-type-wrap .single-type-col .img-wrap img { max-height: 168px;}
    
    .pillar-sticky .section-ttl {  padding-left: 70px;} 
    .pillar-sticky .section-ttl ul li {font-size:28px; line-height:34px;}

    .row-fluid .pillar-body-part .sticky-nav-wrap {width:70%;transition:all ease 0.4s; transform:translateX(-100%);}
    .row-fluid .pillar-body-part .sticky-nav-wrap .content-list .top-shape img, .row-fluid .pillar-body-part .sticky-nav-wrap .content-list .btm-shape img {height:100%;}
    .sticky-nav-wrap .sidemenu-arrow {right:-65px;}
    .row-fluid .pillar-body-part .sticky-nav-wrap .content-list {transition:all ease 1s; transform:translateX(-100%);}
    .row-fluid .pillar-body-part .sticky-nav-wrap .content-list.open { transform:translateX(100%);z-index:99;}
    .row-fluid .pillar-body-part .sticky-nav-wrap .menu-list {max-width:calc(100% - 100px); float:right;}
    .row-fluid .pillar-body-part .contents_main {width:100%;}
    .row-fluid .pillar-body-part .contents_section {padding-top:0;}
    
    .post-listing .post-item {width:calc(50% - 30px); margin:0 15px 60px;}
    .post-listing .post-item:nth-child(3n){clear:none;}
    .post-listing .post-item:nth-child(3n + 1){clear:none;}
    .post-listing .post-item:nth-child(2n){clear:right;}
    .post-listing .post-item:nth-child(2n + 1){clear:left;}
    
    .subscribe-newsletter-section form fieldset .hs-fieldtype-text {    width: calc(33.33% - 30px) !important;margin: 0 15px;}
    
    .blog-template .blog-inner-hero-section h1 { font-size: 44px; line-height: 52px;}
    .latest-posts-wrap {padding-top:40px;}
    .topic-section {margin-bottom:40px;}
    .row-fluid .banner-section .banner-caption .hero-sub-title {margin-bottom: 5px; font-size: 25px;line-height: 32px;}
    .related-post-section .post-inner {    width: calc(50% - 40px);margin: 0 20px 20px;}
    
    .faq-template .banner-section h1 {font-size:70px; line-height:78px;}
    .faq-section {padding: 60px 0;}
    
/* Error 500 Page */
    .row-fluid .error-hero {  padding: 170px 0 270px; }
    .row-fluid .error-hero .banner_content h4 { font-size: 28px; }
    
  .team-member-detail .member-photo { margin: 0 auto; }
  .team-member-detail .member-content h2 { text-align: center; }
  .team-member-detail .member-content p { text-align: center; }

}
@media (max-width:767px)
{
  
  h1 { font-size:54px; line-height:55px;}
  h2 { font-size:40px;line-height:48px;}
  h3 { font-size:36px; line-height:44px;}
  h4 { font-size:30px; line-height:38px;}
  
  .font-24, .font-24 h2, .font-24 h3, .font-24 h4 { font-size:20px; line-height:28px;}
  .font-25, .font-25 h2, .font-25 h3, .font-25 h4 { font-size:21px; line-height:29px;}
  .font-30, .font-30 h2, .font-30 h3, .font-30 h4 { font-size:26px; line-height:34px;}
  
  .row-fluid .main-header { width:100%;}
  .row-fluid .main-header .logo-wrap { float:left;}
  .row-fluid .main-header .nav-menu .ebiz-toggle { padding-top:10px;}
  
  .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > .ebiz-menuopen + ul.mobile-menu { padding-left: 10px; padding-right: 10px; }
  
  .row-fluid .banner-section .banner-img {display:none;}
  
  .row-fluid .about-content-part .side-menu { width: calc(100% - 30px); max-width: 100%; position: relative; margin: 0 15px 20px;}
  .row-fluid .about-content-part .right-content-wrap { width:100%;}
  .row-fluid .about-content-part .right-content-wrap h3 { font-size:24px; line-height:32px;}
  
  .row-fluid .about-content-part .right-content-wrap .single-press-post { margin-bottom:30px;}
    
    .row-fluid .about-content-part .sidebar-logo { position:relative; top:inherit;margin: 0 auto 15px;}
    .row-fluid .about-content-part blockquote { margin:20px 15px;}
    
    .home-template .banner-section .banner-social-icon { width:6%; float:left;}
    .home-template .banner-section .banner-title { width:calc(100% - 6%);}
    .home-template .home-video video {height:100%;}
    
    .row-fluid .intro-section:before,.row-fluid .work-with-section:before  {height: 80px;background-repeat: no-repeat;top: -40px; background-size: cover; background-position: top;}
    .row-fluid .intro-section .img-part { margin-top: 30px; padding-left: 0; text-align: center;}
    .row-fluid .intro-section { padding-bottom:50px;}
    .row-fluid .banner-section {min-height: 350px;}
    .home-template .banner-section h1 { font-size: 50px; line-height: 58px;}
    .row-fluid .domes-connect-section .domes-wrap>div {margin-left: 0;margin-right: 0;}
    .row-fluid .domes-connect-section .domes-wrap .single-dome-wrap {width: 100%;margin: 0 0 60px;}
    .row-fluid .domes-connect-section .section-title { margin-bottom: 30px;} 
    .row-fluid .domes-connect-section .btn { margin-top: 25px;} 
    .row-fluid .domes-connect-section { padding: 70px 0 50px;}
    .row-fluid .efforts-section { padding: 40px 0 50px;} 
    .row-fluid .efforts-section .section-title { margin-bottom: 30px;}
    .row-fluid .efforts-section .video-slider-wrap {width:100%; float:left;}
    .row-fluid .efforts-section .slick-list { padding-left:0px !important;}
    .row-fluid .efforts-section .slick-list .video-single-slide { text-align:center;}
    .row-fluid .efforts-section .slider-nav-part { position:relative;padding:20px;background-color: transparent;}
    .row-fluid .efforts-section .slider-nav-part .top-shape, .row-fluid .efforts-section .slider-nav-part .btm-shape, .row-fluid .efforts-section .slider-nav-part .pagingInfo, .progress { display:none;}
    .row-fluid .efforts-section .row-fluid  { display:flex; flex-direction:column-reverse;}
    .row-fluid .efforts-section .slider-nav-part .slick-arrow { display:none;}
    .row-fluid .efforts-section .slider-nav-part .slick-dots { display:block !important; text-align:center;}
    .row-fluid .efforts-section .slider-nav-part .slick-dots li { display:inline-block; vertical-align:middle; margin: 0 5px;}
    .row-fluid .efforts-section .slider-nav-part .slick-dots li button { font-size:0; border:0; background-color:#477057; opacity:0.5; width:7px; height:7px; border-radius:50%;padding:0;}
    .row-fluid .efforts-section .slider-nav-part .slick-dots li.slick-active button { opacity:1;}
    .row-fluid .efforts-section .btn { margin-top: 20px;}
    .row-fluid .experience-section .blog-wrap .hs-rss-module { margin:0;}
    .row-fluid .blog-wrap .slick-slider .slick-dots { position:relative; margin-bottom:20px; bottom: 0;}
    .row-fluid .blog-wrap .slick-slider .slick-dots li button {    background-color: #477057;}
    .row-fluid .award-section .award-logo { margin-bottom:20px;}
    .row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption { width:100%; padding:70px 65px;background-repeat: no-repeat; background-position: 20px 0;background-size: cover;}
    .row-fluid .our-stories-section .adventure-slider-wrap .slick-slider .slick-arrow { display:none !important;}
    .row-fluid .our-stories-section .adventure-slider-wrap .slick-dots { bottom:40px;}
    .row-fluid .our-stories-section .adventure-slider .adventure-single-slide > div {  min-height: 465px;} 
    .row-fluid .logo-section .single-logo { max-width: 49%;  width: 100%; margin-bottom: 20px;}
    
    .row-fluid .tripadvisor-slider-wrap .slick-slider .slick-arrow { display:none !important;}
    .row-fluid .tripadvisor-slider-wrap .slick-slider .slick-dots {position:relative; bottom:inherit; margin-top: 30px;}
    .row-fluid .tripadvisor-slider-section {padding:0 0 50px;}
    .row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption { position:relative;}
    
    .row-fluid .photogallery-slider-wrap { padding: 10px 0 20px;}
    .row-fluid .gallery-slider .image-wrap .slide-img { min-height: 300px;}
    .row-fluid .photogallery-slider-wrap .pagingInfo { display:none;}
    .row-fluid .gallery-slider button.slick-prev, .row-fluid .gallery-slider button.slick-next { display:none !important;}
    .row-fluid .gallery-slider .slick-dots {position: relative; margin: 30px 0 0;}
    .row-fluid .gallery-slider .slick-dots li button { background-color:#477057;}
    
    .row-fluid .about-content-part .right-content-wrap .single-comment-wrap { padding-bottom: 15px; margin-bottom: 15px;}
    
    .tours-template .row-fluid .banner-section .banner-caption >.row-fluid-wrapper .row-fluid  {justify-content: flex-start;}
    .tours-template .row-fluid .banner-section .banner-caption .banner-social-icon { margin-right:35px;}
    .row-fluid .ecocamp-adventure-section .adventure-box-wrap .adventure-single-box { width: calc(50% - 30px);margin: 0 15px 40px;}
    .row-fluid .ecocamp-adventure-section .adventure-box-wrap { margin-left:-15px; margin-right:-15px;}
    
    
    .row-fluid .main-body-part .right-part .download-form-wrap fieldset.form-columns-2>div { width:100%; margin-bottom:30px;}
    .row-fluid .main-body-part .right-part .download-form-wrap fieldset.form-columns-2 .hs-lastname { margin-bottom:0}
    
    .row-fluid .banner-section .banner-caption .hero-content { padding-left:40px;max-width:100%;}
    .row-fluid .banner-section .banner-caption .hero-sub-title { margin-bottom:0;}
    .row-fluid .about-content-part .right-side-menu {width: 96%; margin: 0 auto;}
    .row-fluid .about-content-part .left-part { width:100%; margin-top:30px;}
   
    
    .row-fluid .about-content-part .row-fluid-wrapper .row-fluid  { display:flex;flex-direction:column-reverse;}
    .row-fluid .about-content-part .left-part h3 { margin-top:20px;}
    .row-fluid .about-content-part .left-part { padding-right:15px;}
    .tour-page-template .row-fluid .photogallery-slider-wrap .btm-shape { bottom: 58px;}
    /*.row-fluid .video-section .container>div iframe { min-height: 315px;}*/
    .row-fluid .video-section { padding: 90px 0 20px; }   
    .row-fluid .about-content-part .right-side-menu ul { max-width:100%;}
    .tour-page-template .row-fluid .photogallery-slider-section .slide-img {  min-height: 300px;}
    
    .domes-template .row-fluid .banner-section .banner-content {max-width:100%;padding-left:40px;}
  .row-fluid .banner-section .banner-title {max-width:100%;padding-left:40px;}
    .row-fluid .banner-section .banner-caption .hero-sub-title {font-size:24px; line-height:32px; padding-left:40px;}
    .row-fluid .domes-intro-section .btm-shape img {height:40px;}
    .row-fluid .domes-detail-section .single-dome-section {flex-direction: column-reverse; margin-top:35px; }
    .row-fluid .domes-detail-section .single-dome-section .dome-content-wrap, .row-fluid .domes-detail-section .single-dome-section .dome-img-wrap{ width:100%;}
    .row-fluid .domes-detail-section .single-dome-section:nth-child(even){flex-direction:column-reverse;}
    .domes-template .row-fluid .our-stories-section .btm-shape { bottom: -1px;}
    .domes-template .row-fluid .our-stories-section .adventure-slider-wrap { margin-bottom: 90px;}
    
    .row-fluid .ecocamp-extension-section { padding-bottom: 70px;}
    
    .row-fluid .interior-dome-section ul li {margin:0 7px 15px;}
    
    .dome-page-template .banner-section .banner-caption h1 { font-size: 60px;  line-height: 68px;}
    
    .pillar-sticky .logo {width:100%; text-align:center;}
    .pillar-sticky .btm-shape img { height: 150px;} 
    .pillar-sticky .section-ttl {width:100%; text-align:center;}
    .pillar-sticky .section-ttl ul li {    left: 50%; transform: translateX(-50%); width: 100%;font-size:22px; line-height:30px;}
    .row-fluid .pillar-body-part .top-shape {top:-30px;}
    
    .row-fluid .pillar-body-part .sticky-nav-wrap .content-list .top-shape img, .row-fluid .pillar-body-part .sticky-nav-wrap .content-list .btm-shape img {height:50px;}
    .row-fluid .pillar-body-part .sticky-nav-wrap .menu-list {max-width: calc(100% - 35px);}
    .row-fluid .pillar-body-part .sticky-nav-wrap .side-shape {display:none;}
    
    .blog-template .banner-section .banner-social-icon {float:left; width: 6%;}
    .blog-template .banner-section .banner-caption {float:left;width:calc(100% - 10%);}
    .blog-template .row-fluid .banner-section .banner-caption>.row-fluid-wrapper .row-fluid {justify-content: flex-start;}
    .latest-posts-wrap {padding-top:30px;}
    .most-read-post-section {padding-top:90px;padding-bottom:0;}
    .topic-section {padding:10px 0 0;}
    
    .blog-template .blog-inner-hero-section .hero-sub-title a { margin-right: 50px;} 
    
    .faq-section .faq-section-content .search-box {max-width:100%;}
    .faq-template .banner-section h1 {font-size:62px; line-height:70px;}
    .faq-section .faq-section-content {max-width:100%;}
    .faq-section {padding:40px 0;}
    .faq-section .faq-section-content {font-size:20px; line-height:28px;}
    .faq-section .accordion>li>a.toggle {font-size: 22px;line-height: 30px;margin-bottom: 15px; padding-bottom: 15px;}
    .faq-section .accordion>li>a:before {top:10px;}
    .faq-section .accordion ul.inner li a { font-size: 18px; line-height: 26px;}
    .faq-section .accordion ul.inner li .inner {font-size:18px; line-height:26px;}
    .faq-section .accordion ul.inner { margin-bottom: 15px;}
    
/* Error 500 Page */
    .row-fluid .error-hero { padding: 190px 0 200px; }
    .row-fluid .error-hero .banner_content h4 { font-size: 24px; margin-top: 10px; }
    .row-fluid .error-hero .primary-btn { padding-top: 10px; }

/* Work with Us */
    .row-fluid .work-with-section { padding: 40px 0 0; }
    .work_module { padding: 25px 0 0; }
    .work_module .work-group { padding-top: 30px; }
    .work_module .work-group .work-box { padding: 25px 20px 30px; margin-bottom:30px; }
    .work_module .work-group .work-box h4 { margin-bottom: 15px; }
    .work_module .work-group .work-box .work_btn { padding-top: 25px; }

/* Privacy Policy */
    .row-fluid .policy_section { padding:10px 0 0; }
    .row-fluid .policy_section .container { max-width: 100%; }
    .row-fluid .policy_content p { padding: 15px 0; }
    .row-fluid .policy_content h3 { padding: 20px 0; }
    
} 

@media (max-width:575px){
  
  h1 { font-size:50px; line-height:55px;}
  h2 { font-size:36px;line-height:44px;}
  h3 { font-size:32px; line-height:40px;}
  h4 { font-size:28px; line-height:36px;}
  
  .font-24 { font-size:18px; line-height:25px;}
  
  .row-fluid .banner-section .container { position: relative; padding-left: 40px; }
  .row-fluid .banner-section .hero-content h1 { padding-left:0; }
  .row-fluid .banner-section .banner-social-icon { position: absolute; left: 5px; top: 0; }
  .row-fluid .banner-section .banner-title { padding-left:10px;}
  .row-fluid .banner-section .hero-sub-title { padding-left:0;}
  .row-fluid .top-header ul li { width:auto;}
  
  .row-fluid .download-cta { padding:30px 0 120px;}
  .row-fluid .download-cta .download-content-wrap .cta-content p { margin:20px 0;}
   .footer-container-wrapper .footer-section .top-shape { display:none;}
    .footer-container-wrapper .footer-section {padding-top:10px;}
  .footer-container-wrapper ul li { width:auto;}
    
    .top-shape img { height:30px;}
    .row-fluid .logo-section .single-logo { max-width:49%; margin-bottom:20px;}
    .row-fluid .logo-section .logos-wrap { padding-bottom:0;}
    
    .row-fluid .efforts-section .video-slider {padding:0 15px;}
    .row-fluid .efforts-section .slick-list .slick-slide iframe { max-width:100%;}
    
    
    .row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption .duration-wrap>span { width:100%; float:left;}
    .row-fluid .our-stories-section .adventure-slider-wrap .adventure-single-slide .figure-caption { background-position:-20px 0; padding: 70px 15px;}
    .row-fluid .our-stories-section .adventure-slider-wrap .slick-dots { bottom: 20px;}
    .row-fluid .experience-section .blog-wrap .hs-rss-item { width: calc(100% - 20px) !important; margin: 0 10px;}
    .row-fluid .experience-section .blog-wrap .slick-track { padding-bottom: 30px;}
    .row-fluid .tripadvisor-slider-section .btm-shape img { height:40px;}
    
    .row-fluid .gallery-slider .image-wrap .slide-img { min-height: 230px;}
    
    .row-fluid .ecocamp-adventure-section .adventure-box-wrap .adventure-single-box {width:100%; margin:0 0 25px;}
    .row-fluid .ecocamp-adventure-section .adventure-box-wrap { margin-left:0; margin-right:0;}
    .row-fluid .main-body-part { margin-bottom:0;}
    .landing-page-template .footer-container-wrapper .footer-section:before { top: -20px;}
    .row-fluid .domes-connect-section {  padding: 40px 0 50px;} 
    
    .tour-page-template .row-fluid .banner-section { min-height: 595px;} 
    .row-fluid .banner-section .banner-caption .hero-content {padding-left:0;}
    .tour-page-template .row-fluid .photogallery-slider-section .slide-img { min-height: 190px;}
    .row-fluid .itinerary-section .itinerary-wrap { margin-left:0; margin-right:0;}
    .row-fluid .itinerary-section .itinerary-wrap>div { width:100%; margin:0 0 20px; max-width: none; }
    /*.row-fluid .video-section .container>div iframe {  height: 100%; min-height: 150px;}*/
    
    .domes-template .row-fluid .banner-section .banner-content { padding-left:0;}
    .row-fluid .banner-section .banner-caption .hero-sub-title { font-size: 20px; line-height: 28px; padding-left:10px; }
    .row-fluid .domes-intro-section h2 { font-size: 44px; line-height: 50px;} 
    .row-fluid .domes-detail-section .single-dome-section .dome-content-wrap h3 { font-size: 46px; line-height: 52px;}
    .row-fluid .domes-detail-section .single-dome-section:nth-child(odd)  .dome-content-wrap h3  { margin-top:20px;}
    .row-fluid .domes-detail-section { padding-bottom: 40px;}
    
    .row-fluid .our-dome-section .dome-type-wrap .single-type-col {width:100%;margin: 0 0 25px;}
    .row-fluid .our-dome-section .dome-type-wrap {margin-left:0; margin-right:0;}
    .row-fluid .interior-dome-section .btm-shape img { height: 25px;}
    
    .dome-page-template .banner-section .banner-caption h1 { font-size: 52px;  line-height: 60px;} 
    .row-fluid .our-dome-section .section-seperator img { width: auto !important; height: 60px; object-fit: cover;}
    .row-fluid .our-dome-section .section-seperator { margin: 30px 0;}
    .row-fluid .inside-dome-section .section-title {padding-top:0;}
    .row-fluid .inside-dome-section h2 {font-size: 42px; line-height: 50px;margin-bottom: 0;}
    
    .row-fluid .pillar-body-part .sticky-nav-wrap .menu-list {max-width:100%; padding-left:0;}
    .row-fluid .pillar-body-part .sticky-nav-wrap {width:100%;}
    .row-fluid .pillar-body-part .sticky-nav-wrap .nav-social-media {width:100%;text-align:center;margin-bottom:20px;}
    .row-fluid .pillar-body-part .sticky-nav-wrap .nav-social-media li {display:inline-block; vertical-align:middle;padding:0 10px;}
    
    .topic-section .top-shape {bottom:98%;}
    .post-listing .post-item {width:100%; margin:0 0 40px;}
    .topic-section .post-filter-wrap ul li a {font-size:17px; line-height:26px;}
    .topic-section .post-filter-wrap ul li{padding:0 9px;}
    .topic-section .top-shape { bottom: 96%;} 
    .subscribe-newsletter-section form fieldset .hs-fieldtype-text {width:100% !important; margin:0;}
    .subscribe-newsletter-section form input {width:100% !important;}
    
    .blog-template .blog-inner-hero-section h1 { font-size: 30px; line-height: 1; }
    .blog-template .banner-section .banner-caption{width:100%;}
    .blog-template .blog-inner-hero-section .hero-sub-title a {margin-bottom:5px;}
    .related-post-section .post-inner { width: 100%; margin: 0 0 20px;}
    
    .faq-template .banner-section h1 {font-size:50px; line-height:58px;}
    .faq-section .faq-section-content .search-box .search-keyword-wrap ul li {padding:0 10px;}
    .faq-section .faq-section-content {font-size:16px; line-height:24px;} 
    .faq-section .faq-section-content .search-box .search-keyword-wrap ul li:after {top:2px;}
    .row-fluid .intro-section:before,.row-fluid .work-with-section:before {top:-25px;}
    
/* Error 500 Page */
    .row-fluid .error-hero { padding: 160px 0 155px; }
    .row-fluid .error-hero:after{background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(41,41,41,0.55) 70%,rgba(41,41,41,1) 90%,rgba(41,41,41,1) 100%); background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(41,41,41,0.55) 70%,rgba(41,41,41,1) 90%,rgba(41,41,41,1) 100%); background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(41,41,41,0.55) 70%,rgba(41,41,41,1) 90%,rgba(41,41,41,1) 100%)}
    .row-fluid .policy_content { font-size:18px; }
    
}


/* FIXED */

.pagination { margin: 20px 0; float: left; width: 100%; }
.pagination ul { display: inline-block; *display: inline; margin-bottom: 0; margin-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *zoom: 1; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.pagination ul > li { display: inline; }
.pagination ul > li > a, .pagination ul > li > span { float: left; padding: 4px 12px; line-height: 20px; text-decoration: none; background-color: #477057; border: 1px solid #477057; color: #fff; border-left-width: 0; }
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span { background-color: #b5b713; }
.pagination ul > .active > a, .pagination ul > .active > span { color: #ffffff; cursor: default; }
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus { color: #999999; cursor: default; background-color: transparent; }
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-left-width: 1px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px; }
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; }
.pagination-centered { text-align: center; }
.pagination-right { text-align: right; }
.pagination-large ul > li > a,
.pagination-large ul > li > span { padding: 11px 19px; font-size: 17.5px; }
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span { -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-topleft: 6px; }
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span { -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; }
.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span { -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; }
.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span { -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; }
.pagination-small ul > li > a, .pagination-small ul > li > span { padding: 2px 10px; font-size: 11.9px; }
.pagination-mini ul > li > a, .pagination-mini ul > li > span { padding: 0 6px; font-size: 10.5px; }



.megamenu-wrap { display:none !important; }
.mobile-menu { display:none; }
.row-fluid .main-header .nav-menu .mainmenu ul li.hs-menu-item:nth-child(2)>a:after, .row-fluid .main-header .nav-menu .mainmenu ul li.hs-menu-item:nth-child(5)>a:after { display:none; }

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 { position: relative !important; }
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 10px 15px; }
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; background:none; }
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a.mobile-toggle { display:none; }
.row-fluid .main-header .nav-menu .mainmenu ul li.hs-item-has-children>a:after { display:block; content: ''; background-image: url(../../../hubfs/Camp_2022/Images/menu-arrow.svg); width: 7px; height: 5px; position: absolute; right: 0px; top: 17px; background-size: contain; background-repeat: no-repeat; }

@media(min-width:1199px){
    .row-fluid .main-header .nav-menu .mainmenu ul.mobile-menu ul.sub-menu { display: block; min-width: 0; margin: 0; white-space: nowrap; }
}


/*.row-fluid .banner-section:after { background:none;}*/
.row-fluid .efforts-section .video-slider-wrap { float: none; text-align: center; width: 100%; margin: 0; }
.row-fluid .efforts-section .video-slider .slick-list { padding:0!important; }

.feedreader_box .hs-rss-item-image-wrapper { height: 240px; position: relative; overflow: hidden; }
.feedreader_box .hs-rss-item-image-wrapper .hs-rss-featured-image { position: absolute; top: 0; min-height: 100%; width: auto !important; max-width: none; height: 105%; left: 50%; transform: translate(-50%,0); }






.mainmenu { position: relative; }
.mainmenu .search { position: absolute; right: 45px; top: 0; z-index: 3; }
.mainmenu .search .fa-search { font-size: 20px; color: #fff; padding: 8px; cursor: pointer; position: absolute; right: 0; top: 0; background: none; border: none; }
.mainmenu .search .fa-search.smovil { display: block; }
.mainmenu .search .fa-search.sdesk { display: none; }
.mainmenu .search .contSearch { position: absolute; top: 0; right: 40px; width: 210px; pointer-events: none; opacity: 0; transition: all 0.2s ease; }
.mainmenu .search .contSearch input { margin: 0; height: 36px; padding: 0 10px; }
.mainmenu .search.open .contSearch { pointer-events: initial; opacity: 1; }

@media(min-width:768px){
  .mainmenu .search { top: -10px; }
}
@media(min-width:992px){
  .mainmenu .search { top: 0; }
}

@media(min-width:1200px){
  .mainmenu .search { right: 0; }
  .mainmenu .search .contSearch { right: 35px; }
  .mainmenu .search .contSearch { width: 560px; }
  
  .row-fluid .main-header .nav-menu .mainmenu ul.sub-menu li.hs-item-has-children { position: relative; padding-right: 40px; }
  .row-fluid .main-header .nav-menu .mainmenu ul.sub-menu li .child-trigger:after { content: ''; position: absolute; position: absolute; content: "\f101"; font-family: Fontawesome; top: 50%; color: #fff; font-size: 26px; transform: translateY(-50%); right: 15px; }
  
}
@media(min-width:1280px){
  .mainmenu .search { right: 95px; }
  .mainmenu .search .contSearch { width: 570px; }
  
	.row-fluid .main-body-part { height:100%;}
	
}
@media(min-width:1430px){
  .mainmenu .search { right: 80px; }
  .nav-menu.es .mainmenu .search { right: 60px; }
  .mainmenu .search .contSearch { width: 630px; }

  .row-fluid .main-header .nav-menu.es .mainmenu ul.mobile-menu { padding-left: 100px; }
  .row-fluid .main-header .nav-menu .mainmenu ul li.hs-item-has-children>a:after { top: 20px; }
  
}



/* Start Modal Style */
.modal .modal-body { padding-top: 40px; padding-bottom: 30px; }
.modal .modal-body .widget-type-form,
.modal .modal-body .hs_cos_wrapper_type_form { background: none; padding: 0; }
.modal .modal-body .hs-form-field>label { color: #5a6671; }
.modal .modal-body .hs-button.primary, input[type="submit"] { color: #fff; background: #00d875; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }
.modal .modal-body .actions { text-align: center; }

.modal button.close { z-index: 2; font-size: 34px; font-weight: 300; line-height: 1; position: absolute; right: 10px; top: 0; }

.modal.fade, .modal-backdrop.fade {opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.modal.fade.in { opacity: 1; }
.modal .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; }
.modal .close:hover,
.modal .close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5; }

.modal button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: transparent; border: 0; }
.modal-open { overflow: hidden; }
.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; }
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; }
.modal .modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); }
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }
.modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; }
.modal-backdrop.in { filter: alpha(opacity=50); opacity: .5; }
.modal .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; }
.modal .modal-header .close { margin-top: -2px; }
.modal .modal-title { margin: 0; line-height: 1.42857143; }
.modal .modal-body { position: relative; padding: 15px; display: table; width: 100%; }
.modal .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
.modal .modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; }
.modal .modal-footer .btn-group .btn + .btn { margin-left: -1px; }
.modal .modal-footer .btn-block + .btn-block { margin-left: 0; }
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 768px) {
  .modal .modal-dialog { width: 1000px; margin: 30px auto; }
  .modal .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); }
  .modal.modal-sm { width: 300px; }
}
@media (min-width: 992px) {
  .modal.modal-lg { width: 1000px; }
}
  
.modal .modal-header:before,
.modal .modal-header:after,
.modal .modal-footer:before,
.modal .modal-footer:after { display: table; content: " "; }

.modal .modal-header:after,
.modal .modal-footer:after { clear: both; }
/* End Modal Style */


/*copiado de cascada.travel*/

.formGenerico form.hs-form fieldset {
  max-width: 100%;
}

.button_section_selected{
  float: left;
  /*width: 150px;*/
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-family: Signika;
  font-size: 24px;
  color: #477057;
  /*
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;  
  border-left: solid 2px #b5b712;
  border-top: solid 2px #b5b712;
  border-right: solid 2px #b5b712;
  border-bottom: solid 0px #b5b712;*/
  border: solid 0px white;
  background-image: url(../../../hubfs/Camp_2022/Images/seperator-img.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 15px 15px 5px 15px;
  background-color: white;  

}
.button_section_unselected{
  font-family: Signika;
  font-size: 24px;
  color: #999999;
  margin-bottom: 30px;
  cursor: pointer;
  float: left;
  font-weight: bold;
  /*width: 150px;*/
  text-align: center;
  background-color: white;
  margin: 0px;
  border-bottom: solid 30px white;
  /*border-bottom: solid 2px #b5b712;*/
  padding: 15px 15px 5px 15px;
}
.show_section{
  display:block;
  /*border-top: solid 2px #b5b712;*/
}
.hide_section{
  display:none;
}

.row-fluid .about-content-part .seccion_menu_tours{
  position: sticky;
  top: 0;
  margin-bottom: 20px;
}

@media (max-width:1199px){
  /*.span12 .widget-span .widget-type-custom_widget .seccion_menu_tours{*/
  .row-fluid .about-content-part .seccion_menu_tours{
    position: relative;
    margin-bottom: 20px;
  }
}

.itinerario_detalle{
  display: block;
  padding: 20px;
  font-size: 20px;
  border-bottom: solid 2px #ccc;
}
.itinerario_detalle img{
  float:right;
  height: 150px;
  border-radius: 3px;
  box-shadow: -5px 5px 5px #eee;
}
.itinerario_detalle p{
  text-align: justify;
}
.dia_itinerario_seleccionado .titulo_itinerario{
  font-size: 22px;
  /*color: #477057;*/
  color: white;
}

.dia_itinerario_no_seleccionado .titulo_itinerario{
  font-size: 22px;
  color: #999999;
  
}

.dia_itinerario_seleccionado{
  background-color: #477057;
  border: solid 2px #477057;
  border-radius: 6px;
  cursor: pointer;
  margin: 10px;
  padding: 10px;
}
.dia_itinerario_no_seleccionado{
  border: solid 2px #ccc;
  border-radius: 6px;
  cursor: pointer;
  margin: 10px;
  padding: 10px;

}
.dia_itinerario_no_seleccionado:hover{  
  border: solid 2px #477057;
}

.dia_itinerario_no_seleccionado .titulo_itinerario:hover{
  color: green;
}


.btn_header_contact_us{
  cursor:pointer;
  background-color: #b5b712;
  min-width: 203px;
  font-size: 18px;
  line-height: 18px;
  font-family: 'NexaBold',sans-serif;
  display: inline-block;
  color: #fff;
  padding: 14px 40px;
  border-radius: 23px;
  font-weight: 700;
  box-sizing: border-box !important;
  text-align: center;vertical-align: middle;
  transition: all 200ms ease;
}

.btn_header_contact_us:hover{
  background-color: white !important;
  color: #477057 !important;
  transition: all 200ms ease !important;
}

.ContenidoModalAperturaFronteras{text-align: justify; padding:30px; font-size: medium;} 
.ContenidoModalAperturaFronteras ul{padding: 20px;} 
.ContenidoModalAperturaFronteras li{list-style: square;margin-bottom: 20px; display: revert !important;}  
.ContenidoModalAperturaFronteras a{color:white; text-decoration:underline;}

.covid_update{
    
    /* background-image: url(https://www.cascada.travel/hubfs/iconos/emblem-important-red.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px !important;
    height: 20px;
    float: right !important;
    margin-right: -35px;
    margin-top: 1px;
    margin: 5px !important;
    padding: 10px !important;
    cursor: pointer;
    font-size: small;
    font-weight: bold;
    color: white;
    text-decoration: underline; */
  
  /*
    position:absolute;
    right:0;
    /*background-image: url(https://f.hubspotusercontent10.net/hubfs/4167864/iconos/emblem-important-red.png);
    background-size: contain;
    background-repeat: no-repeat;     
    width: 20px;     
    height: 20px;     
    float: right;     
    margin: 5px !important;     
    padding: 10px !important; cursor: pointer;*/
  
  
    width: 210px !important;
    float: right !important;
    font-size: 15px;
    font-weight: normal;
    color: white;
    z-index: 2;
    margin-top: 0px;
    position: relative;
    text-align: right;
    cursor: pointer;
}

.covid_update:hover{color:#24A396;}


.precios_promocionales{
  font-size: large;
  color: #477057;
  margin-left: 15px
}