/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('//fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,700i');

@import url('//fonts.googleapis.com/css?family=Open+Sans:400');

@import url('//fonts.googleapis.com/css?family=Mallanna');

@import url('//fonts.googleapis.com/css?family=Palanquin:100,200,300,400,500,600,700');
@import url('//fonts.googleapis.com/css?family=Rock+Salt');

@font-face {
  font-family: "et-line";
  src: url("//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Fonts/et-line.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Fonts/et-line.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Fonts/et-line.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "simple-line-icons";
  src: url("//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Fonts/Simple-Line-Icons.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Fonts/Simple-Line-Icons.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Fonts/Simple-Line-Icons.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'opaltour';
  src:  url('//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Fonts/opaltour.eot?63bz33');
  src:  url('//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Fonts/opaltour.eot?63bz33#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Fonts/opaltour.ttf?63bz33') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Fonts/opaltour.woff?63bz33') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 991px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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;}

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* 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; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Poppins,sans-serif;
  font-size: 14px;
  line-height: 1.62857;
  color: #666;
  background-color: #fff;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 11px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.1;
}

h1, h2, h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1, h2, h3, h4, h5, h6 {

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
  line-height: 1.1;
  color: #000;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {}

/* Anchor Links */
a { 
  color: #000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

[class^="opaltour-icon-"], [class*=" opaltour-icon-"] {
  font-family: 'opaltour' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opaltour-icon-pinterest-p:before {
  content: "\e900";
}
.opaltour-icon-twitter:before {
  content: "\e901";
}
.opaltour-icon-google:before {
  content: "\e902";
}
.opaltour-icon-home:before {
  content: "\e903";
}
.opaltour-icon-like:before {
  content: "\e904";
}
.opaltour-icon-office:before {
  content: "\e905";
}
.opaltour-icon-social-facebook:before {
  content: "\e906";
}
.opaltour-icon-heart-o:before {
  content: "\e907";
}
.opaltour-icon-heart:before {
  content: "\e908";
}
.opaltour-icon-image:before {
  content: "\e90d";
}
.opaltour-icon-images:before {
  content: "\e90e";
}
.opaltour-icon-pacman:before {
  content: "\e916";
}
.opaltour-icon-bullhorn:before {
  content: "\e91a";
}
.opaltour-icon-connection:before {
  content: "\e91b";
}
.opaltour-icon-podcast:before {
  content: "\e91c";
}
.opaltour-icon-mic:before {
  content: "\e91e";
}
.opaltour-icon-book:before {
  content: "\e91f";
}
.opaltour-icon-library:before {
  content: "\e921";
}
.opaltour-icon-stack:before {
  content: "\e92e";
}
.opaltour-icon-cart:before {
  content: "\e93a";
}
.opaltour-icon-coin-dollar:before {
  content: "\e93b";
}
.opaltour-icon-coin-euro:before {
  content: "\e93c";
}
.opaltour-icon-coin-pound:before {
  content: "\e93d";
}
.opaltour-icon-coin-yen:before {
  content: "\e93e";
}
.opaltour-icon-location:before {
  content: "\e947";
}
.opaltour-icon-location2:before {
  content: "\e948";
}
.opaltour-icon-map:before {
  content: "\e94b";
}
.opaltour-icon-calendar:before {
  content: "\e953";
}
.opaltour-icon-download:before {
  content: "\e960";
}
.opaltour-icon-upload:before {
  content: "\e961";
}
.opaltour-icon-user:before {
  content: "\e971";
}
.opaltour-icon-user-tie:before {
  content: "\e976";
}
.opaltour-icon-spinner:before {
  content: "\e97b";
}
.opaltour-icon-spinner2:before {
  content: "\e983";
}
.opaltour-icon-key:before {
  content: "\e98e";
}
.opaltour-icon-wrench:before {
  content: "\e991";
}
.opaltour-icon-equalizer:before {
  content: "\e992";
}
.opaltour-icon-cogs:before {
  content: "\e995";
}
.opaltour-icon-bug:before {
  content: "\e999";
}
.opaltour-icon-stats-bars:before {
  content: "\e99c";
}
.opaltour-icon-trophy:before {
  content: "\e99e";
}
.opaltour-icon-gift:before {
  content: "\e99f";
}
.opaltour-icon-spoon-knife:before {
  content: "\e9a3";
}
.opaltour-icon-fire:before {
  content: "\e9a9";
}
.opaltour-icon-bin:before {
  content: "\e9ad";
}
.opaltour-icon-airplane:before {
  content: "\e9af";
}
.opaltour-icon-truck:before {
  content: "\e9b0";
}
.opaltour-icon-target:before {
  content: "\e9b3";
}
.opaltour-icon-power-cord:before {
  content: "\e9b7";
}
.opaltour-icon-list:before {
  content: "\e9ba";
}
.opaltour-icon-list2:before {
  content: "\e9bb";
}
.opaltour-icon-menu:before {
  content: "\e9bd";
}
.opaltour-icon-flag:before {
  content: "\e9cc";
}
.opaltour-icon-eye:before {
  content: "\e9ce";
}
.opaltour-icon-bookmark:before {
  content: "\e9d2";
}
.opaltour-icon-star-empty:before {
  content: "\e9d7";
}
.opaltour-icon-star-half:before {
  content: "\e9d8";
}
.opaltour-icon-star-full:before {
  content: "\e9d9";
}
.opaltour-icon-heart2:before {
  content: "\e9da";
}
.opaltour-icon-man:before {
  content: "\e9dc";
}
.opaltour-icon-plus:before {
  content: "\ea0a";
}
.opaltour-icon-minus:before {
  content: "\ea0b";
}
.opaltour-icon-info:before {
  content: "\ea0c";
}
.opaltour-icon-cross:before {
  content: "\ea0f";
}
.opaltour-icon-checkmark:before {
  content: "\ea10";
}
.opaltour-icon-arrow-up-left:before {
  content: "\ea31";
}
.opaltour-icon-arrow-up:before {
  content: "\ea32";
}
.opaltour-icon-arrow-up-right:before {
  content: "\ea33";
}
.opaltour-icon-arrow-right:before {
  content: "\ea34";
}
.opaltour-icon-arrow-down-right:before {
  content: "\ea35";
}
.opaltour-icon-arrow-down:before {
  content: "\ea36";
}
.opaltour-icon-arrow-down-left:before {
  content: "\ea37";
}
.opaltour-icon-arrow-left:before {
  content: "\ea38";
}
.opaltour-icon-table:before {
  content: "\ea71";
}
.opaltour-icon-linkedin:before {
  content: "\eaca";
}
.opaltour-icon-safari:before {
  content: "\eadd";
}
.opaltour-icon-file-word:before {
  content: "\eae1";
}
.opaltour-icon-svg:before {
  content: "\eae9";
}
.opaltour-icon-IcoMoon:before {
  content: "\eaea";
}
.opaltour-icon-smile:before {
  content: "\e9e1";
}
.opaltour-icon-available:before {
  content: "\f02d";
  font-family: Fontawesome;
}





/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.header-top {
  background-color: #b2d511;
  font-size: 12px;
  padding: 5px 0;
  text-transform: none;
  display: block;
}

.header-top .menu-top {
  width: 33.33333% !important;
  margin: 0 !important;
}

.header-top .menu-top ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-top .menu-top ul.menu li {
  display: inline-block;
  float: inherit;
  line-height: 32px;
  color: #fff;
  padding: 0 10px;
  border-left: 1px solid #26245b;
}

.header-top .menu-top ul.menu li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

.header-social {
  margin: 0 !important;
  width: 33.33333% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.header-social ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.header-social ul.social li {
  display: inline-block;
  line-height: 32px;
  color: #fff;
  border: none;
  padding: 0;
  float: inherit;
}

.header-social ul.social li a {
  color: #ffffff;
  background: #87a51a;
  display: block;
  font-size: 7px;
  height: 32px;
  line-height: 32px;
  margin-right: 2px;
  text-align: center;
  width: 32px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  white-space: normal !important;
}

.header-social ul.social li a i {
  font-size: 10px;
  line-height: 31px;
}

.account-links {
  margin: 0 !important;
  width: 33.33333% !important;
}

.account-links ul.account-links.dropdown {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
  width: 100% !important;
}

.account-links ul.account-links.dropdown li a {
  color: #fff;
}

.account-links ul.account-links.dropdown li:first-child {
  padding: 0 7px 0 10px;
}

.header-social ul.social li a:hover {
  background: #6e8617;
}

.header-bottom {
  background: #fff;
  color: #000;
}

.account-links ul.account-links.dropdown li {
  line-height: 32px;
  display: inline-block;
  border-left: 1px solid #26245b;
  color: #fff;
  padding: 0 10px;
}


.header-bottom .page-center {
  position: relative;
}

.search-box-wrapper {
  display: none !important;
}

.header-search {
  top: 0;
  right: 15px;
  width: auto !IMPORTANT;
  padding: 45px 0;
  position: absolute;
}

.header-search span.wpo-search {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 30px;
}

.open-site-search .search-box-wrapper {
  display: block !important;
  position: absolute;
  float: left;
  width: 350px;
  top: 100%;
  z-index: 1000;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  right: 0;
}

.search-box-wrapper .hs-search-field__bar form {
  border: 1px solid #e5e5e5;
  width: 350px;
  background: #fff;
  display: table;
}

.open-site-search .header-search span.wpo-search:before {
  content: "\f00d";
}

.search-box-wrapper .hs-search-field__bar input.hs-search-field__input {
  height: 50px;
  border: none;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 14px;
  line-height: 1.62857;
  color: #666;
  font-family: Poppins, sans-serif;
}

.search-box-wrapper .hs-search-field__bar input.hs-search-field__input:focus {
  outline: none;
}

.search-box-wrapper .hs-search-field__bar form .input-large.btn-search {
  background: transparent;
  border: none;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #666;
  text-align: center;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.search-box-wrapper .hs-search-field__bar form .input-large.btn-search input.fa {
  background: transparent;
  padding: 10px 0 10px 10px;
  border: none;
}

.search-box-wrapper .hs-search-field__bar form .input-large.btn-search:hover input {
  color: #b1d823 !important;
}

.header-wrapper {
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 999;
}

.opal-breadscrumb.banner-area {
  background-size: cover !important;
  margin-bottom: 1px;
  position: relative;
  text-align: center;
  box-shadow: inset 0 -150px 200px 0 #002d3a;
}

.opal-breadscrumb.banner-area .breadcrumb-inner {
  border-bottom: 1px solid hsla(0,0%,100%,.23);
  display: block;
}

.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul {
  margin: 0;
  padding: 20px 0;
  position: relative;
  text-align: left;
  z-index: 1;
  list-style: none;
  background-color: transparent;
  display: block;
}

.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul li {
  display: inline-block;
  color: #fff;
}

.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul li a {
  color: #fff;
  font-size: 12px;
}

.opal-breadscrumb.banner-area .title-breadcrumb {
  padding: 60px 0;
  display: block;
}

.opal-breadscrumb.banner-area .title-breadcrumb {
  padding: 60px 0;
  display: block;
}

.opal-breadscrumb.banner-area .title-breadcrumb h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-top: 22px;
  margin-bottom: 11px;
  line-height: 1.1;
}


.header-wrapper.type2 .box-user span.text-light:hover {
  color: #b1d823;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

#back-to-top{
  z-index: 9999;
  position: fixed;
  left: auto;
  right: 20px;
  bottom: 30px;
  margin: 0;
  color: #999;
  background-color: #222f3f;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s; 
  color: #b1d823;
}

#back-to-top:hover {
  color: #fff !important;
  box-shadow: inset 0 0 0 30px #363382;
}

.footer-bottom {
  background: #2a424f;
  color: #ccc;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.footer-middle {
  background: #375d7a;
}

.footer-middle .middle-left-col {
  padding-top: 20px;
}

.footer-middle h5 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  margin-top: 11px;
  line-height: 1.1;
}

.footer-middle h5:before {
  background-color: #b1d823;
  bottom: 8px;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: -15px;
  width: 7px;
  height: 7px;
}

.footer-middle h6 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 40px;
  position: relative;
  font-family: Poppins,monospace;
  margin-top: 11px;
  line-height: 1.1;
}

.footer-middle .middle-left-col {
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer-middle ul {
  margin-top: 0;
  margin-bottom: 11px;
}

.footer-middle ul li {
  color: #fff;
  font-weight: 300;
}

.footer-middle .middle-left-col {
  padding-top: 20px;
  padding-bottom: 30px;
  border-right: 1px solid #ffffff;
}

.footer-middle .middle-right-col {
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer-middle .middle-right-col ul {
  margin: 0;
  padding-left: 40px;
  list-style: disc;
}

.footer-middle .middle-right-col ul li {
  float: none !important;
  margin-bottom: 11px;
  color: #fff;
  display: list-item;
}

.footer-middle .middle-right-col ul li a {
  color: #ffffff;
}

.footer-wrapper {
  background-color: #447296;
  color: #ffffff;
  font-weight: 300;
  padding-top: 60px;
}

.footer-top .footer-social-col a {
  padding: 10px;
  margin: 3px;
  background: #1E73BE;
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
  background-color: #ffffff;
}

.footer-top .footer-social-col a i {
  width: 1em;
  height: 1em;
  text-align: center;
  font-size: 20px;
  color: #1e73be;
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}

.sl-social-instagram:before {
  content: "\e609";
}

.footer-top .footer-social-col a i {
  width: 1em;
  height: 1em;
  text-align: center;
  font-size: 20px;
  color: #1e73be;
  font-family: 'FontAwesome';
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-rendering: auto;
  speak: none;
  font-weight: normal;
}

.footer-top .footer-social-col a i.sl-social-instagram {
  font-family: 'simple-line-icons';
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  speak: none;
  font-weight: normal;
}

.footer-top .clients h6 {
  color: #ffffff;
  font-size: 25px;
  padding-top: 0px;
  padding-bottom: 15px;
  margin-top: 0px;
  font-style: normal;
  letter-spacing: -1px;
  font-family: Poppins,monospace;
  border-bottom: 1px solid #ccc;
  margin-bottom: 36px;
  font-weight: 500;
  line-height: 1.1;
}

.footer-top .clients p {
  margin: 0;
}

.footer-top {
  padding-bottom: 20px;
}

.footer-top .clients p a {
  color: #ffffff;
  background: #42BCE2;
  display: inline-block;
  transition: all .3s;
  text-transform: uppercase;
  border: 2px solid #42BCE2;
  padding-top: 10px;
  padding: 10px 50px;
}

.footer-top .clients p a:last-child {
  margin-left: 14px;
}

.footer-bottom p {
  margin: 0;
  font-weight: normal;
}

.footer-top .clients p a:hover {
  background: #fff;
  color: #42BCE2;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  margin-right: 50px;
  float: none;
  padding: 0;
  text-align: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  float: inherit !important;
  margin-top: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #000;
  font-family: Poppins,monospace;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  padding: 45px 18px;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.custom-menu-primary {
  margin: 0 0 0 8px !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  background: transparent;
  color: #b1d823;
}

.custom-menu-primary .hs-menu-wrapper > ul li a > b.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-width: 3px;
}

.search-icon {
  cursor: pointer;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after {
  height: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  background: #b1d823;
  bottom: 0;
  content: "";
  height: 0;
  line-height: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  left: 0;
  -webkit-transition: width .5s ease 0s,height .5s ease 0s;
  transition: width .5s ease 0s,height .5s ease 0s;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
  min-width: 270px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .4s cubic-bezier(.25,.46,.45,.94) 0s;
  transition: all .4s cubic-bezier(.25,.46,.45,.94) 0s;
  text-align: left;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding: 9px 30px;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: #666;
  display: block;
  font-family: Poppins,sans-serif;
  font-weight: 500;
  min-height: inherit;
  padding: 0;
  text-transform: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.62857;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child > a i {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a .caret {
  border-width: 4px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  background: transparent;
  color: #b1d823;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
  border-color: #b1d823;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover ul.hs-menu-children-wrapper {
  opacity: 1;
  top: 0;
  transform: translate(0);
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
  border-color: transparent;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
/* Menu Styles on Mobile Devices
========================================================================== */  

@media (min-width: 992px) {

  /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
  .custom-menu-primary {
    height: auto !important;
  }

  a.child-trigger {
    display: none !important;
  }

  .header-wrapper .topbar-mobile {
    display: none;
  }

  .mobile-icon,
  .close-icon {
    display: none !important;
  }

  .header-bottom {
    line-height: 30px;
  }

  .header-bottom .hs_cos_wrapper_type_logo {
    margin-top: 30px;
    float: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li ul.hs-menu-children-wrapper {
    left: 100% !important;
    position: absolute !important;
    transform: translateY(60px);
    visibility: hidden !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    -webkit-transition: all .3s ease-out 0s !important;
    transition: all .3s ease-out 0s !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    top: 0 !important;
    transform: translate(0);
    visibility: visible !important;
  }

  .plan-pareja-lay .opal-breadscrumb.banner-area {
    min-height: 800px;
  }

  .plan-pareja-lay .opal-breadscrumb.banner-area .title-breadcrumb h2 {
    font-size: 80px;
  }

  .plan-pareja-lay .opal-breadscrumb.banner-area .title-breadcrumb {
    height: auto;
    max-height: 267px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .tour-list-wrapper-long-content-item > div:hover .thumbnail img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .tour-list-wrapper-long-content-item > div:hover a.book-btn{
    opacity: 1;
  }

  .tour-list-wrapper-long-content-item > div .thumbnail:after {
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .tour-list-wrapper-long-content-item > div:hover .thumbnail:after {
    background: rgba(0,0,0,.6);
  }

  .similar-plans-content-wrap.short-content .view-details{
    display:none;
  }

  .error-404-lay .opal-breadscrumb.banner-area {
    margin-top: -121px;
    padding-top:121px;
  }

  .opaltour-tour-item > div:hover {
    box-shadow: 0 25px 30px 0 rgba(0,0,0,.15);
  }

  .opaltour-tour-item > div:hover .top-wrap img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .opaltour-tour-item > div:hover .content {
    background: rgba(0,0,0,.6);
    bottom: 0;
  }

  .opaltour-tour-item > div .content .view-details{
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a{
    color: #b1d823;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after {
    height: 4px;
    opacity: 1;
  }

  .footer-top .clients p a:first-child {
    position: relative;
    left: -9px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch {
    border-color: #b1d823;
  }

  .header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #b1d823;
  }

  .header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after {
    bottom: -1px;
  }

  .header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a > b.caret {
    color: #b1d823;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child:hover {
    border-color: #b1d823;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a > b {
    color: #b1d823;
  }

  .header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after {
    bottom: -1px;
  }

  body.hs-lay.amazonate-tours-lay.plan-pareja-lay .opal-breadscrumb.banner-area {
    background-attachment: fixed !important;
    min-height: 800px !important;
  }

}

@media (max-width: 991px) {
  body, html {
    height: 100%;
  }

  /* Show the Mobile and Close Icons */
  .mobile-icon,
  .close-icon {
    display: block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper {
    max-width: 100%;
    height: 100%;
    position: relative;
  }

  #site-wrapper-inner {
    overflow-x: hidden;
  }

  /* Provide room in header for the toggle button */ 
  .header-container-wrapper .page-center{
    padding-right: 0px;
  }

  /* Provide spacing for the menu ul */
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
  }

  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: fixed;
    z-index: 1000;
    left: -65%;
    top: 0;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 100% !important;
    min-height: 100% !important;
    overflow-y: auto !important;
    top: 0;
    bottom: 0;
    width: 65% !important;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    text-align: left;
    background: #fff;
    margin: 0 !important;
  }

  a.mobile-icon {
    line-height: 48px;
    width: 48px;
    height: 48px;
    position: fixed;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
    float: left;
    top: 0;
    left: 0;
  }

  a.mobile-icon span {
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.62857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
  }

  a.mobile-icon span i {
    color: #fff;
    font-size: 20px;
  }

  /* Set Link Colors */
  .custom-menu-primary a { color: ;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23.4px;
  }
  .custom-menu-primary a:hover { color: ; }

  /* All Main Containers Display FULL Width By Default */
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    -webkit-transition: -webkit-all 500ms ease;
    -moz-transition: -moz-all 500ms ease;
    -o-transition: -o-all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    left:0;
  }

  /* All Main Containers Display PARTIAL Width On Icon Click */
  .show-mobile-nav .header-wrapper, 
  .show-mobile-nav .body-container-wrapper, 
  .show-mobile-nav .footer-container-wrapper{  
    left:65%;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .show-mobile-nav .custom-menu-primary{
    left:0;     
  }


}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}

.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}

.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

.hs-richtext {
  margin-bottom: 36px;
}

form.hs-form fieldset {
  margin-bottom: 30px;
}

.hs-form-field > label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

span.hs-form-required {
  color: #E80000;
  margin-left: 3px;
}

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"],
input[type="file"], textarea, select {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.714;
  border: 1px solid #e5e5e5;
  font-family: Poppins, sans-serif;
  min-height: 27px;
  color: #666;
}
select {  
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.62857;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.hs-input {
  max-width:550px;
}
.plantilla-colegios-row .hs-input {
  max-width:100%;
}
.hs-input.invalid.error{
  border: 1px solid #E80000;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}
ul.hs-error-msgs.inputs-list {
  color: #E80000;
  margin: 0;
  padding: 0!important;
  position: relative;
  top: 5px;
  list-style: none;
}
textarea {
  height: 200px;
  border-color: rgb(169,169,169);
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #bbb !important;
  opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #bbb !important;
  opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
  color: #bbb !important;
  opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #bbb !important;
  opacity:1;
} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  width: auto;
  height: auto;
  vertical-align: inherit;
  margin: 0;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 1.714;
  padding: 1px 6px;
  display: inline-block;
  font-weight: 400;
  color: #666;
  font-family: Poppins, sans-serif;
  margin: 6px 0 11px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */

/* Blog */

.header-wrapper.type2 .header-bottom {
  background: transparent;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 0 1px;
  width: 100%;
  z-index: 9999;
}
.header-wrapper.type2 .custom-logo {
  margin-top: 30px;
}
.header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #fff;
}
.header-wrapper.type2 .custom-menu-primary {
  margin: 0 0 0px -24px !important;
}
.header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul {
  margin-right: 0;
}
.header-wrapper.type2 .header-search {
  top: -5px;
  right: 39px;
}
.header-wrapper.type2 .header-search span.wpo-search {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  background: #ccced1;
  color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0;
  width: 38px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.header-wrapper.type2 .header-search span.wpo-search:hover {
  background: #b1d823;
}

.header-wrapper.type2 .open-site-search .search-box-wrapper {
  top: 96%;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  right: -24px;
}

.blog .opal-breadscrumb.banner-area {
  box-shadow: none;
}

.box-user ul.dropdown-menu {
  border: medium none;
  border-radius: 0;
  display: block;
  margin-top: 0;
  min-width: 150px;
  padding: 15px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 1px;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}

iframe {
  max-width: 100% !important;
}

.box-user:hover ul.dropdown-menu {
  top: calc(100% + 45px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.box-user {
  position: absolute;
  top: 44px;
  right: 15px;
  margin-left: 0;
}

.box-user span.text-light {
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.box-user ul.dropdown-menu ul {
  padding: 0;
  margin: 0;
}

.box-user ul.dropdown-menu ul ul.account-links.dropdown {
  position: relative;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 0 0 40px;
}

.box-user ul.dropdown-menu ul ul.account-links.dropdown span.fa {
  display: none;
}

.box-user ul.dropdown-menu ul ul.account-links.dropdown a {
  color: #666;
  font-weight: 300;
  padding-left: 1px;
  cursor: pointer;
}

.box-user ul.dropdown-menu ul ul.account-links.dropdown a:hover {
  color: #b1d823;
}

body.header2 .opal-breadscrumb.banner-area {
  margin-top: -121px;
  padding-top: 121px;
}

.header2.fixed .header-wrapper.type2 .header-bottom {
  background: #447296;
  border: none;
}

.blog {
  background-color: #E5E8DC;
}

.blog-listing-wrapper .post-listing .post-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.hs-featured-image-wrapper a.hs-featured-image-link {
  display: block;
  text-align: center;
  overflow: hidden;
}

.hs-featured-image-wrapper a.hs-featured-image-link img.hs-featured-image {
  -webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
  transition: opacity 1s ease 0s,transform 1s ease 0s;
  border: 0;
  height: auto;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  float: none;
}

.blog-listing-wrapper .post-listing .post-item:hover img.hs-featured-image,
.post-col:hover  img.hs-featured-image{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-listing-wrapper .post-listing .post-item h2 {
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 22px;
}

.blog-listing-wrapper .post-listing .post-item h2 a {
  color: #000;
}

.blog-listing-wrapper .post-listing .post-item h2 a:hover {
  color: #b1d823 !important;
}

.blog-listing-wrapper .post-listing .post-item .entry-meta {
  clear: both;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3333333333;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
}

.blog-listing-wrapper .post-listing .post-item .entry-meta .entry-category {
  padding: 0 5px 0 0;
}

.author, .edit-link, .entry-category, .entry-date, .meta-sep {
  font-size: 12px;
}

.entry-meta span.meta-sep {
  font-size: 7px;
  margin: 3px 5px;
  display: inline-block;
}

.author a, .edit-link a, .entry-category a, .entry-date a, .meta-sep a {
  color: #999;
  font-weight: 400;
}

body.blog.topic-page header.topic-archive-header h1.archive-title span {
  text-transform: capitalize;
}

span.entry-date span {
  font-weight: 400;
  margin: 0;
}

.entry-category a {
  color: #b1d823;
}

span.entry-date {
  color: #666;
}

.entry-category a:hover {
  text-decoration: underline !important;
}



header.topic-archive-header {
  display: none;
}

body.blog.topic-page header.topic-archive-header {
  display: block;
}

body.blog.topic-page header.topic-archive-header h1.archive-title {
  font-size: 36px;
  color: #000;
  margin: 0 0 30px !important;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.1;
}

.blog.hs-blog-post .blog-content {
  margin-bottom: 50px;
  padding: 40px;
  background: #fff;
  overflow: hidden;
}

.section.post-header h1 {
  color: #000;
  font-size: 30px !important;
  font-weight: 600;
  margin-bottom: 30px !important;
  margin-top: 22px;
  line-height: 1.1;
}

.blog-post-wrapper .post-body {
  padding: 0 15px;
}

.blog .opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul li:not(:first-child):before {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  margin: 0 10px;
}

.blog-post-wrapper .post-body p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.post-col {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.opal-social-share {
  margin: 0 0 20px;
}

.bo-social-icons [class^=bo-social-] {
  color: #fff;
  display: inline-block;
  margin: 10px 5px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 36px;
  width: 36px;
  height: 36px;
  background: #e8e8e8;
  color: #999;
  transition: all .2s ease-out 0s;
}

.bo-social-icons:first-child [class*=bo-social-] {
  margin-top: 0;
}

.opal-social-share .bo-sicolor .bo-social-facebook {
  background: #3b5998;
}

.bo-social-icons.bo-sicolor [class*=bo-social-] {
  color: #fff;
  margin-bottom: 10px;
}

.opal-social-share .bo-sicolor .bo-social-twitter {
  background: #00bdec;
}

.opal-social-share .bo-sicolor .bo-social-linkedin {
  background: #1b92bd;
}

.opal-social-share .bo-sicolor .bo-social-tumblr {
  background: #395874;
}

.opal-social-share .bo-sicolor .bo-social-google {
  background: #d94a39;
}

.opal-social-share .bo-sicolor .bo-social-pinterest {
  background: #b8242a;
}

.bo-social-icons [class^=bo-social-]:hover {
  background: #000 !important;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.nav-links {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 30px;
  display: block;
}

.nav-links a>div {
  background-color: #fff;
  float: none !important;
  font-size: 18px;
  font-weight: 500;
  padding: 25px 0;
}

.nav-links .meta-nav {
  display: block;
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  margin-bottom: 7px;
  position: relative;
}

.nav-links a {
  display: block;
  padding: 0 10px;
  width: 50%;
  float: left;
  color: #000;
}

.nav-links a>div.pull-right {
  text-align: right;
}

.nav-links a:hover {
  color: #b1d823;
}

#comments-listing {
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.related-topics {
  display:none;
}

.hs-blog-post .related-topics {
  display:block;
}

.hs-blog-post .related-topics h4.related-post-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.1;
}

.hs-blog-post .related-topics h4.related-post-title span {
  padding: 20px 0;
  display: block;
}

.hs-blog-post .related-topics article.tag-colegio-gaia:nth-child(3n) {
  padding-right: 0;
}

.hs-blog-post .related-topics article.tag-colegio-gaia {
  float: left;
  padding-right: 15px;
  display: inline-block;
  width: 33%;
  margin-bottom: 30px;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .post-info {
  background: #fff;
  padding: 15px 0;
}

article.tag-colegio-gaia .post-info .entry-header,
article.tag-colegio-gaia .post-info .entry-summary, 
article.tag-colegio-gaia .post-info .page-content {
  font-weight: 300;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  margin-bottom: 20px;
  line-height: 25px;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta {
  clear: both;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3333333333;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta .post-meta {
  margin-bottom: 5px;
  display: block;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta .post-meta span.entry-date {
  display: inline-block;
  font-size: 12px;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta .post-meta span.entry-date span.date-post {
  color: #b1d823;
  font-size: 24px;
  font-weight: 400;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta .post-meta span.entry-date span.month-post {
  color: #b1d823;
  font-weight: 400;
  margin: 0;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta h3.entry-title {
  margin-top: 0;
  position: relative;
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta h3.entry-title a {
  color: #000;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta h3.entry-title a:hover {
  color: #b1d823 !important;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta .entry-desc {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 30px;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta .view-detail.pull-left a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta .view-detail.pull-left a i {
  color: #b1d823;
  padding: 0 5px;
}

.hs-blog-post .related-topics article.tag-colegio-gaia .entry-meta .view-detail.pull-left a:hover {
  color: #b1d823 !important;
}

.header-search span.wpo-search:hover {
  color: #b1d823;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 10px;
}

body.search-page {
  background-color: #f1f2ea;
}

body.search-page .body-container-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.search-page .body-container-wrapper .hs-search-field input.hs-search-field__input {
  height: 50px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: navajowhite;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 14px;
  line-height: 1.62857;
  color: #666;
}

body.search-page .body-container-wrapper .hs-search-field input.hs-search-field__input:focus {
  outline:0;
}


body.search-page .body-container-wrapper .hs-search-field {
  max-width: 600px;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

body.search-page .body-container-wrapper .hs-search-field span.input-group-addon.input-large.btn-search {
  display: table-cell;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #666;
  text-align: center;
  background: #fff;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

body.search-page .body-container-wrapper .hs-search-field span.input-group-addon.input-large.btn-search input.fa {
  background: transparent;
  padding: 10px 0 10px 10px;
  border: 0;
}

body.search-page .body-container-wrapper .hs-search-field span.input-group-addon.input-large.btn-search input:hover {
  color: #b1d823;
}

.hs-search-results__listing li a {
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 22px;
  display: block;
}

.hs-search-results__listing li p {
  margin: 0 0 11px;
  font-weight: 300;
  line-height: 25px;
}

article.tag-colegio-gaia img.hs-featured-image {
  -webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
  transition: opacity 1s ease 0s,transform 1s ease 0s;
}

.hs-blog-post .related-topics article.tag-colegio-gaia:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #b1d823;
}

.base-rate-price p span {
  font-weight: 300;
  word-wrap: break-word;
  line-height: 25px;
  font-family: Poppins,sans-serif;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  margin-bottom: -8px;
}

body.hs-lay.cotizador-lay.type2 .body-wrap .page-center .main-content {
  padding: 0;
}

body.hs-lay.cotizador-lay.type2 .body-wrap {
  padding: 0;
}

body.hs-lay.cotizador-lay.type2 .body-wrap .page-center {
  padding-left: 0;
  padding-right: 0;
}

/* Cotizador Form Layout */

body.hs-lay.cotizador-lay .body-wrap {
  padding-top: 30px;
  background-color: #E5E8DC;
}

body.hs-lay.cotizador-lay .body-wrap .page-center {
  background: #fff;
  padding: 20px;
}

body.hs-lay.cotizador-lay .body-wrap .page-center .main-content {
  padding-left: 15px;
  padding-right: 15px;
}

body.hs-lay.cotizador-lay .body-wrap .main-content h2 {
  font-size: 30px;
  margin-top: 22px;
  margin-bottom: 11px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.1;
}


.cotizador-lay.type2 .opal-breadscrumb.banner-area {
  box-shadow: none;
}

body.hs-lay.cotizador-lay.type2 .body-wrap .page-center {
  background: transparent;
}

body.hs-lay.cotizador-lay.type2 .main-content a:hover {
  color: #d3d327;
}

body.hs-lay.cotizador-lay.type2 .main-content form .hs-form-field > label {
  line-height: 2;
  margin-bottom: 5px;
  font-weight: 400;
}

body.hs-lay.cotizador-lay.type2 .main-content form .hs-input {
  max-width: 100%;
  padding: 6px 12px;
  line-height: 1;
  min-height: 42px;
}

body.hs-lay.cotizador-lay.type2 .main-content form .hs-form-field {
  margin: 22px 0 11px;
}

body.hs-lay.cotizador-lay.type2 .main-content form .hs-form-field:first-child {
  margin-top: 2px;
}

body.hs-lay.cotizador-lay.type2 .main-content form input.hs-button.primary.large {
  color: #fff;
  background-color: #e83c69;
  border-color: #e52557;
  border-radius: 0;
  padding: 15px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  margin: 13px 0 0;
  border: 0;
}

body.hs-lay.cotizador-lay.type2 .main-content form input.hs-button.primary.large:hover {
  color: #fff;
  background-color: #d8194b;
  border-color: #b81640;
}

body.hs-lay.cotizador-lay.type2 .body-wrap .page-center {
  background: transparent;
  max-width: 1200px;
  padding: 15px;
}

/* Home Layout */

.hs-lay.home-lay .home-banner-area {
  margin-top: -122px;
  height: 100% !important;
  margin-left: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hs-lay.home-lay .home-banner-area img {
  position: relative;
  max-width: calc(100% + 4px) !important;
}

.hs-lay.home-lay .home-banner-area .page-center {
  padding-top: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-lay.home-lay .home-banner-area .banner-content {
  width: 100%;
  padding-top: 60px;
}

.hs-lay.home-lay .home-banner-area h3 {
  z-index: 6;
  white-space: nowrap;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 6px 0 -25px 0px;
}

.hs-lay.home-lay .home-banner-area h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-family: "Open Sans";
  margin: -4px 0 0 -19px;
}

.hs-lay.home-lay .home-banner-area h1 {
  white-space: nowrap;
  font-size: 119px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-family: Georgia, serif;
  line-height: normal;
  margin: 0 0 0 -26px;
}

.hs-lay.home-lay .form-wrapper {
  background: #edf2e1;
  position: relative;
  z-index: 99;
  margin-top: -5px;
  padding-top: 22px;
  padding-bottom: 30px;
}

.hs-lay.home-lay .form-wrapper .hs-form-field {
  width: 14.52991452991453%;
  display: inline-block;
  margin-left: 2.564102564102564%;
  vertical-align: top;
}

.hs-lay.home-lay .form-wrapper .hs-form-field:first-child {
  margin-left: 0;
}

.hs-lay.home-lay .form-wrapper .hs_submit.hs-submit {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.564102564102564%;
  margin-bottom: 25px;
}

.hs-lay.home-lay .row1-wrapper {
  padding-top: 40px;
}


.hs-lay.home-lay .row1-wrapper h3 {
  color: #9ebd24;
  font-family: Palanquin;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  padding-top: 00px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
}

.hs-lay.home-lay .row1-wrapper h2 {
  color: #447296;
  font-family: Mallanna;
  font-size: 22px;
  font-weight: 300;
  line-height: 0px;
  text-align: center;
  padding-top: 00px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 32px;
  font-style: normal;
  letter-spacing: -1px;
}

.hs-lay.home-lay .owl-wrapper {
  padding: 40px 0 0;
  margin: 0 0 30px;
  float: left;
}

.hs-lay.home-lay .owl-wrapper .owl-item {
  padding: 0 15px;
  width: 33.33% ;
  display: inline-block;
  vertical-align: top;
  float: left;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap {
  overflow: hidden;
  position: relative;
  display: block;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap img {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap span.featured.label-featured {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  background: #b1d823;
  padding: 3px 40px;
  right: -30px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: inset 0 -130px 70px -70px #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap .entry-meta {
  border-top: 1px solid hsla(0,0%,100%,.22);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin: 0;
  z-index: 1;
  clear: both;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3333333333;
  overflow: hidden;
  width: 100%;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap a.btn {
  border: none;
  font-weight: 600;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  font-size: 12px;
  line-height: 1.62857;
  border-radius: 3px;
  text-decoration: none;
  text-transform:uppercase;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap .entry-meta .price ins.price-value {
  color: #b1d823;
  font-size: 14px;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap .entry-meta .price {
  width: 60%;
  float: left;
  text-align: center;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap .entry-meta .price span.price-title {
  color: #fff;
  font-size: 12px;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap .entry-meta .people {
  float: right;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap .entry-meta .people span.value {
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap .entry-meta .people span.value:before {
  bottom: 0;
  color: #d3d327;
  left: 0;
  margin-right: 5px;
  content: "\f007";
  font-family: Fontawesome;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap .entry-meta .duration span.label {
  display: none;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap .entry-meta .duration {
  float: right;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3333333333;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap .entry-meta .duration span.value {
  color: #fff;
  position: relative;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .top-wrap .entry-meta .duration span.value:before {
  content: "\f133";
  font-family: Fontawesome;
  bottom: 0;
  color: #d3d327;
  left: 0;
  margin-right: 8px;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content h3.title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  font-family: Poppins;
  letter-spacing: 0;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content span.location {
  color: #999;
  display: block;
  font-size: 12px;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-weight: 300;
  text-align: center;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content span.location:before {
  content: "\f041";
  margin-right: 5px;
  font-family: Fontawesome;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content .description {
  border-top: 1px solid #e5e5e5;
  min-height: 110px;
  padding-top: 17px;
  text-align: center;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content .description p {
  margin: 0;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content footer .view-details {
  width: 50%;
  text-align: center;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content footer {
  position: relative;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content footer .view-details a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

body.hs-lay.cotizador-lay.type2 .main-content form .hs-input:focus {
  border-color: #69bf29;
  outline: 0;  
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content footer .view-details a:after {
  font-family: Fontawesome;
  color: #e83c69;
  content: "\f101";
  margin-left: 7px;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content footer .view-details a:hover {
  color: #d3d327;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content h3.title a:hover {
  color: #d3d327;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid:hover {
  box-shadow: 0 25px 30px 0 rgba(0,0,0,.15);
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid:hover .top-wrap:after {
  background: rgba(0,0,0,.6);
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid .content {
  background: #fff;
  font-weight: 300;
  padding: 30px;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid:hover .top-wrap a.btn {
  opacity: 1;
}

.hs-lay.home-lay .owl-wrapper .owl-item .tour-grid:hover .top-wrap a.btn:hover {
  background: #d8194b;
  box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  color: #fff;
  text-decoration: none;
  text-transform:uppercase;
}

.hs-lay.home-lay .row2-wrapper {
  text-align: center;
  background: #e4eae8;
  padding: 20px 0 30px;
}

.hs-lay.home-lay .row2-wrapper h2 {
  color: #9ebd24;
  font-family: Palanquin;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  padding-top: 00px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
}

.hs-lay.home-lay .row2-wrapper h3 {
  color: #447296;
  font-family: Palanquin;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 8px;
  line-height: 30px;
  font-style: normal;
  letter-spacing: -1px;
  padding-top: 22px;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .title-wrap {
  display: none;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related {
  float: none;
  padding-top: 40px;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .top-wrap img {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .top-wrap a.btn {
  border: none;
  font-weight: 600;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 1.62857;
  border-radius: 3px;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .entry-meta {
  clear: both;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3333333333;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid hsla(0,0%,100%,.22);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin: 0;
  z-index: 1;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .entry-meta .price {
  width: 60%;
  float: left;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .entry-meta .price span.price-title {
  color: #fff;
  font-size: 12px;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .entry-meta ins.price-value {
  color: #b1d823;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .entry-meta .people {
  float: right;
  display: block;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .entry-meta .people span.value {
  font-size: 12px;
  margin-left: 5px;
  color: #fff;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .entry-meta .people span.value:before {
  bottom: 0;
  color: #d3d327;
  left: 0;
  margin-right: 7px;
  content: "\f007";
  font-family: Fontawesome;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .entry-meta .duration {
  float: right;
  margin-right: 5px;
  display: block;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .entry-meta .duration span.value {
  position: relative;
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .entry-meta .duration span.value:before {
  content: "\f133";
  font-family: Fontawesome;
  bottom: 0;
  color: #d3d327;
  left: 0;
  margin-right: 7px;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .opaltour-tour-item > div:hover .top-wrap img {
  -webkit-transform: 0 0;
  transform: 0 0;
}

.opaltour-tour-item > div:hover .top-wrap:after {
  background: rgba(0,0,0,.6);
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .content h3 {
  font-size: 20px;
  margin: 0 0 12px;
  font-weight: 400;
  line-height: 1.1;
  padding-top: 0;
  font-family: Poppins;
  letter-spacing: 0;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .content span.location {
  color: #999;
  display: block;
  font-size: 12px;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-weight: 300;
}

.hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .content span.location:before {
  content: "\f041";
  margin-right: 8px;
  font-family: Fontawesome;
}

.hs-lay.home-lay .row4-wrapper {
  background: #E5E8DC;
}

.hs-lay.home-lay .row4-wrapper {
  background: #E5E8DC;
  padding: 20px 0;
}


section.adventure-ecoturistica.clearfix {
  text-align: center;
  background-color: #509bad;
  padding: 20px 0;
  background-position: top center;
}

section.adventure-ecoturistica h3.kc_title {
  color: #ffffff;
  font-family: Palanquin;
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 0px;
  margin-bottom: 8px;
  line-height: 30px;
  font-style: normal;
  letter-spacing: -1px;
  margin-top: 22px;
  text-align: center;
}

.hs-lay.home-lay .row4-wrapper h3 {
  color: #9ebd24;
  font-family: Palanquin;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  padding-top: 00px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
}

.hs-lay.home-lay .row4-wrapper .two-col-eq-content-wrap {
  padding-top: 35px;
  clear: both;
  display: block;
  padding-bottom: 20px;
}

section.adventure-ecoturistica h2.kc_title {
  color: #ffffff;
  font-family: Palanquin;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  padding-top: 00px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
}

section.adventure-ecoturistica .kc_row.kc_row_inner {
  padding-top: 20px;
}


.ui-tabs-menu-wrap .content ul li {
  cursor: text;
}

section.adventure-ecoturistica .kc_row.kc_row_inner {
  width: calc(100% + 30px);
}

section.adventure-ecoturistica .kc_row.kc_row_inner .kc_column_inner .kc_wrapper.kc-col-inner-container {
  height: 100%;
  display: block;
}

.kc-flipbox.kc-flip-container {
  perspective: 1000;
  -webkit-perspective: 1000;
  min-height: 50px;
  float: left;
  width: 100%;
}

.kc-flip-container .flipper {
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  position: relative;
  height: 100%;
  float: left;
  width: 100%;
}

section.adventure-ecoturistica .front,
section.adventure-ecoturistica .back {
  width: 555px;
  height: 555px;
}

.kc-flip-container .front {
  border: 1px solid #ebebeb;
  z-index: 2;
  -webkit-transform: rotateY(0);
  float: left;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.kc-flip-container .front .front-content {
  float: left;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
}

.kc-flip-container .front .front-content h3 {
  margin: 0 0 20px;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 45px;
  margin-top: 200px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.1;
}

.kc-flip-container .front .front-content p {
  color: #666;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
}

.kc-flipbox.kc-flip-container:hover .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.kc_column_inner.span6 .kc-flipbox.kc-flip-container .flipper .back {
  background: linear-gradient(rgba(51, 138, 29, 0.59), rgba(24, 65, 92, 0.63)), transparent url(//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Images/aventuraBack.jpg) 0% 0%/auto repeat scroll !important;
}

.kc_column_inner.span6.col2 .kc-flipbox.kc-flip-container .flipper .back {
  background: linear-gradient(rgba(51, 138, 29, 0.59), rgba(24, 65, 92, 0.63)), transparent url(//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Images/ecoturismoBack.jpg) 0% 0%/auto repeat scroll !important;
}

.kc_column_inner.span6 .kc-flipbox.kc-flip-container .flipper .back .des {
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  overflow-y: auto;
}

.kc_column_inner.span6 .kc-flipbox.kc-flip-container .flipper .back .des h3 {
  margin: 0 0 20px;
  float: left;
  width: 100%;
  font-size: 18px;
  color: #444;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
  margin-top: 200px;
}

.kc_column_inner.span6 .kc-flipbox.kc-flip-container .flipper .back .des p {
  color: #ffffff;
  margin-bottom: 20px;
}

.kc_column_inner.span6 .kc-flipbox.kc-flip-container .flipper .back .des a.button {
  background: #C13740;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

.kc-flip-container .back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  border: 4px solid #ddd;
  left: 0;
}

.hs-lay.home-lay .row4-wrapper .two-col-eq-content-wrap h3 {
  color: #2a798c;
  font-family: Palanquin;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  padding-top: 00px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 32px;
}

.hs-lay.home-lay .row4-wrapper {
  background: #E5E8DC;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hs-lay.home-lay .row4-wrapper .page-center.content-wrapper > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.accomodation-wrapper .accomodation-row {
  padding-left: 10px;
  padding-right: 10px;
}

.two-column-gallery .right-div {
  margin: 0;
  width: 50%;
}

.two-column-gallery .right-gallery {
  margin: 0;
  width: 50%;
}

.two-column-gallery .left-gallery {
  width: 50%;
}

.two-column-gallery .left-div {
  margin: 0;
  width: 50%;
}

.accomodation-wrapper .accomodation-col {
  height: 100%;
}

.accomodation-wrapper .accomodation-col .kc-image-hover-effects {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.accomodation-wrapper .accomodation-col .kc-image-hover-effects>a {
  float: left;
  width: 100%;
}

.accomodation-wrapper .accomodation-col .kc-image-hover-effects a img {
  transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
  float: left;
  max-width: 100%;
}

.accomodation-wrapper .accomodation-col .overlay-effects {
  padding: 20px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
}

.accomodation-wrapper .accomodation-col .kc-image-hover-effects:hover .overlay-effects {
  opacity: 1;
  transform: scale(1);
}

.kc-image-hover-effects .overlay-effects,
.kc-image-hover-effects .overlay-effects .content-button a,
.kc-image-hover-effects .overlay-effects .content-desc, 
.kc-image-hover-effects .overlay-effects .content-title, 
.kc-image-hover-effects a img {
  transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
}

.kc-image-hover-effects .overlay-effects .content-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin: 20px 0 15px;
  margin: 0 0 7px;
  margin: 0 0 7px;
  opacity: 0;
  transform: translate(-40px,0);
}

.kc-image-hover-effects:hover .overlay-effects .content-desc,
.kc-image-hover-effects:hover .overlay-effects .content-title {
  opacity: 1;
  transform: translate(0,0);
}

.kc-image-hover-effects .overlay-effects .content-desc {
  font-weight: 400;
  padding: 0;
  color: rgba(255,255,255,.7);
  margin: 0;
  opacity: 0;
  transform: translate(-40px,0);
  transition-delay: .15s;
}

.accomodation-wrapper .accomodation-row.two-col {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  float: left;
}

.tours-two-col-equal-group {
  display: inline-block;
  width: 100%;
}

.tours-two-col-equal-group .content {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}

body.hs-lay.cotizador-lay .body-wrap .main-content .tours-two-col-equal-group .content h2,
.tours-two-col-equal-group .content h2 {
  color: #363382;
  font-size: 24px;
  text-transform: inherit;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}

.tours-two-col-equal-group .content .tours-group .trip-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.tours-two-col-equal-group .content .tours-group .trip-item .image-group img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tours-two-col-equal-group .content .tours-group .trip-item:hover .image-group img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.tours-two-col-equal-group .content .tours-group .trip-item .info-group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  opacity: 1;
  background: rgba(0,0,0,.3);
}

.tours-two-col-equal-group .content .tours-group .trip-item .info-group .inner-info-group {
  background: transparent;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: inherit;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.tours-two-col-equal-group .content .tours-group .trip-item .info-group .inner-info-group h3 {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 5px;
}

.tours-two-col-equal-group .content .tours-group .trip-item .info-group .inner-info-group h3 a {
  text-decoration: none;
  color: #fff;
}

.tours-two-col-equal-group .content .tours-group .trip-item .info-group .inner-info-group ul {
  text-align: center;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 11px;
  list-style: none;
}

.tours-two-col-equal-group .content .tours-group .trip-item .info-group .inner-info-group ul li {
  font-weight: 600;
  display: inline-block;
}

.tours-two-col-equal-group .content .tours-group .trip-item .info-group .inner-info-group ul li span {
  color: #ccc;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.tours-two-col-equal-group .content .tours-group .trip-item .info-group .inner-info-group h3:hover a {
  color: #e83c69;
}

.tours-two-col-equal-group .tours-group,
.tours-two-col-equal-group .tours-group .inner-group {
  height: 100%;
}

.planes-lay .opal-breadscrumb.banner-area {
  box-shadow: none;
}

.planes-lay .row1-group {
  padding-top: 59px;
}

.planes-tour-list-item {
  display: flex;
  margin: 0 0 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.planes-tour-list-item .inner-group {
  padding: 0 15px;
  -moz-flex: 1;
  flex: 1;
}

.planes-tour-list-item > div {
  -moz-flex: 1;
  flex: 1;
}

.planes-tour-list-item .inner-group .image-group {
  max-height: 278px;
  min-width: 370px;   
  overflow: hidden;
  position: relative;
}

.planes-amazonate-two-col-group .top-group h3 {
  color: #b0d623;
  font-family: Rock Salt;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding: 1px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 30px;
  font-style: normal;
  letter-spacing: -1px;
}

.planes-amazonate-two-col-group .bottom-group {
  margin: 0 -15px 30px !important;
  width: calc(100% + 30px);
  padding-top: 20px;
}

.planes-tour-list-item .inner-group .tour-content {
  background: #fff;
  font-weight: 300;
  padding: 30px;
  text-align: center;
}

.planes-tour-list-item .inner-group .image-group img {
  max-width: inherit;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.planes-tour-list-item .inner-group .image-group span.label-featured {
  background: #b1d823;
  padding: 3px 40px;
  right: -30px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}

.planes-tour-list-item .inner-group .image-group a.btn {
  border: none;
  font-weight: 600;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.62857;
  border-radius: 3px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.planes-tour-list-item:hover .inner-group .image-group img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.planes-tour-list-item:hover .inner-group .image-group a.btn {
  opacity: 1;
}

.planes-tour-list-item .inner-group .image-group:after {
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.planes-tour-list-item:hover .inner-group .image-group:after {
  background: rgba(0,0,0,.6);
}

.planes-tour-list-item:hover {
  box-shadow: 0 25px 30px 0 rgba(0,0,0,.15);
}

.planes-tour-list-item .inner-group .tour-content a:hover {
  color: #d3d327;
}

.planes-tour-list-item .inner-group .tour-content span.location {
  margin-bottom: 10px;
  color: #999;
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.planes-tour-list-item .inner-group .tour-content span.location:before {
  content: "\f041";
  margin-right: 8px;
  font-family: Fontawesome;
}

.planes-tour-list-item .inner-group .tour-content .description {
  margin-bottom: 10px;
}

.planes-tour-list-item .inner-group .tour-content .price {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 13px ;
  padding-bottom: 13px;
}

.planes-tour-list-item .inner-group .tour-content .price span.price-title {
  color: #999;
  font-size: 12px;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.planes-tour-list-item .inner-group .tour-content .price ins.price-value {
  font-size: 18px;
  color: #b1d823;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.planes-tour-list-item .inner-group .tour-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.1;
  font-family: Poppins;
}

.planes-tour-list-item .inner-group .tour-content .entry-meta .duration {
  float: left;
  margin-right: 5px;
  font-size: 12px;
}

.planes-tour-list-item .inner-group .tour-content .entry-meta .duration span.label {
  display: none;
}

.planes-tour-list-item .inner-group .tour-content .entry-meta .duration span.value {
  font-size: 12px;
  position: relative;
  margin-left: 5px;
  color: #999;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.planes-tour-list-item .inner-group .tour-content .entry-meta span {
  display: inline-block;
}

.planes-tour-list-item .inner-group .tour-content .entry-meta .duration span.value:before {
  content: "\f133";
  font-family: Fontawesome;
  bottom: 0;
  color: #d3d327;
  left: 0;
  margin-right: 5px;
}

.planes-tour-list-item .inner-group .tour-content .entry-meta .people {
  float: left;
  margin-right: 5px;
  vertical-align: top;
}

.planes-tour-list-item .inner-group .tour-content .entry-meta .people span.value {
  font-size: 12px;
  margin-left: 5px;
  color: #999;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.planes-tour-list-item .inner-group .tour-content .entry-meta .people span.value:before {
  font-family: Fontawesome;
  content: "\f007";
  bottom: 0;
  color: #d3d327;
  left: 0;
  margin-right: 5px;
}

.planes-tour-list-item a.btn:hover {
  opacity: 1;
  background: #d8194b;
  box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.62857;
  border-radius: 3px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.planes-tour-list-item .inner-group .tour-content .entry-meta {
  position: relative;
  clear: both;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3333333333;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
}


/* Shop Layout */


body.header2.shop-lay .opal-breadscrumb.banner-area {
  box-shadow: none;
}

body.header2 .shop-row {
  background: #E5E8DC;
  margin-top: -1px;
  padding-top: 1px;
}

body.header2 .shop-row .page-center {
  max-width: 1200px;
}

.shop-list-wrapper .opaltour-breadcrumb {
  background: transparent;
  border: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px;
}

.shop-list-wrapper .opaltour-breadcrumb .display-mode {
  margin-top: 10px;
}

.shop-list-wrapper .opaltour-breadcrumb .display-mode > a {
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 16px;
  padding: 8px;
  color: #cdcdcd;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.shop-list-wrapper .opaltour-breadcrumb .display-mode > a i {
  margin: 0;
}

.shop-list-wrapper .opaltour-breadcrumb .display-mode a.shop-full:before {
  content: "\f00b";
  margin-left: 2px;
}

.shop-list-wrapper .opaltour-breadcrumb .display-mode > a.active {
  color: #363382;
}

.shop-list-wrapper .product-wrapper.show2 {
  display: none;
}

.shop-list-wrapper .product-block {
  display: block;
  position: relative;	
  z-index: 0;
  margin-bottom: 20px;
}

.shop-list-wrapper .product-wrapper.show1 > div {
  margin-left: -15px;
  margin-right: -15px;
}

.shop-list-wrapper .product-block figure.image {
  position: relative;
  margin: 0;
  margin-bottom: 15px;
}

.shop-list-wrapper .product-wrapper.show1 .product-inner {
  width: 25%;
  padding: 0 15px;
}

.shop-list-wrapper .product-block figure.image a {
  display: block;
  overflow: hidden;
  position: relative;
}

.shop-list-wrapper .product-block figure.image a img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.shop-list-wrapper .product-block figure.image a .image-effect {
  top: 0;
  position: absolute;
  overflow: hidden;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}	

.shop-list-wrapper .product-block figure.image a img.image-hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.shop-list-wrapper .product-block figure.image:hover a .image-effect {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.shop-list-wrapper .product-block h3.name {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  font-weight: 400;
  height: 20px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 10px;
}

.shop-list-wrapper .product-block h3.name a:hover {
  color: #d3d327;
}

.shop-list-wrapper .product-block span.price {
  line-height: 1.6em;
  display: block;
  min-height: 30px;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.25em;
}

.shop-list-wrapper .product-block span.price>* {
  color: #000;
  font-size: 16px;
  display: block;
  overflow: hidden;
  min-height: 30px;
  display: inline-block;
}

.shop-list-wrapper.long-item .product-wrapper.show1 {
  display: none;
}

.shop-list-wrapper.long-item .product-wrapper.show2 {
  display: block;
}

.shop-list-wrapper .product-block figure.image:hover a img.image-hover {
  -webkit-transform: translate(100%);
  transform: translate(100%);
}

.shop-list-wrapper .product-wrapper.show2 h3.name {
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}

.shop-list-wrapper .product-wrapper.show2 .right-col {
  text-align: right;
}

.shop-list-wrapper .product-wrapper.show2 .right-col .button-groups.add-button a.button.product {
  color: #fff;
  background: #363382;
  font-weight: 400;
  border-radius: 0;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
}

.products-bottom-wrap {
  padding: 10px 20px;
  border-top: 1px solid #e5e5e5;
  margin: 40px 0;
}

.products-bottom-wrap .woocommerce-result-count {
  float: right;
  margin: 8px 0;
}

/* Product Layout */

body.header2.product-lay .opal-breadscrumb.banner-area {
  box-shadow: none;
}

.product-lay .shop-row h1 {
  color: #000;
}

.product-lay .shop-row .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.product-lay .shop-row .hs_cos_gallery_main img {
  cursor: pointer;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails {
  padding: 0;
  margin: -45px 0 0 0;
}

.product-lay .shop-row .hs_cos_gallery_main ul.slick-dots {
  bottom: -120px;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails .slick-list.draggable {
  padding: 0 !important;
}

.product-lay .shop-two-column .left-column {
  padding-bottom: 100px;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails button.slick-arrow {
  bottom: 0;
  top: 25%;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  bottom: 0;
  width: 35px;
  height: 35px;
  box-shadow: inset 0 0 0 1px #b1d823;
  font-size: 11px;
  font-size: 0;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails button.slick-arrow.slick-prev {
  left: -60px;
  opacity: 0;
  z-index: 1;
  right: 0;
  top: auto;
  bottom:20px;
  line-height: 32px;
  position: absolute;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  color: #363382;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails button.slick-arrow.slick-next {
  right: -60px !important;
  left: auto;
  z-index: 1;
  right: 0;
  top: auto;
  bottom:20px;
  line-height: 32px;
  position: absolute;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  color: #363382;
  opacity: 0;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails button.slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-rendering: auto;
  speak: none;
  font-weight: normal;
  font-size: 11px;
  color: #000;
  opacity: 1;
  line-height: 35px;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails button.slick-arrow.slick-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-rendering: auto;
  speak: none;
  font-weight: normal;
  font-size: 11px;
  color: #000;
  opacity: 1;
  line-height: 35px;
}


.search-box-wrapper .hs-search-field__bar form .input-large.btn-search:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top: 18px;
  right: 12px;
  cursor:pointer;
}

.search-box-wrapper .hs-search-field__bar form .input-large.btn-search input.fa {
  width: 20px;
  height: 43px;
  background: transparent;
  font-size: 0;
  position: relative;
  z-index: 98;
  margin: 0;
}

.search-box-wrapper .hs-search-field__bar form .input-large.btn-search {
  position: relative;
  z-index: 99;
}

.search-box-wrapper .hs-search-field__bar form .input-large.btn-search:before {
  z-index: 96;
}

.search-box-wrapper .hs-search-field__bar form .input-large.btn-search:hover:before{
  color: #b1d823;
}

.hs-search-field__suggestions a:hover {
  background: none;
}

.hs-search-field__suggestions #results-for {
  color: #000;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails:hover button.slick-arrow,
.product-lay .shop-row .hs_cos_gallery_thumbnails:hover button.slick-arrow.slick-prev,
.product-lay .shop-row .hs_cos_gallery_thumbnails:hover button.slick-arrow.slick-next {
  opacity:1;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails button.slick-arrow:hover {
  color: #fff;
  box-shadow: inset 0 0 0 30px #ffca00;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails button.slick-arrow:hover:before {
  color: #fff;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails:hover button.slick-arrow.slick-next {
  right: -45px !important;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails:hover button.slick-arrow.slick-prev {
  left: -45px;
}

.product-lay .shop-row .hs_cos_gallery_main ul.slick-dots li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  width: auto;
  height: auto;
}

.product-lay .shop-row .hs_cos_gallery_main ul.slick-dots li button {
  background: #999;
  border-radius: 30px;
  display: block;
  opacity: .8;
  width: 12px;
  height: 12px;
  padding: 0;
}

.product-lay .shop-row .hs_cos_gallery_main ul.slick-dots li button:before {
  display: none;
}

.product-lay .shop-row .hs_cos_gallery_main ul.slick-dots li.slick-active button {
  background: #b1d823 !important;
  opacity: 1;
}

.couples-plan-wrapper p.price {
  color: #000;
  font-size: 30px;
  font-weight: 700 !important;
}

.couples-plan-wrapper .product_meta {
  clear: both;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  margin-top: 20px;
}

.couples-plan-wrapper .product_meta span.posted_in {
  display: block;
  font-weight: 300;
  color: #000;
}
.couples-plan-wrapper .product_meta span.posted_in a {
  font-weight: 300;
  color: #666;
  font-size: 14px;
}


/* tour css */


.hs-lay .body-container .page-center{
  padding-top:0;
  padding-bottom:0;
}

.amazonate-tours-lay .body-container a {
  text-decoration: none;
  color: #000;
}
.amazonate-tours-lay .opal-breadscrumb.banner-area {
  min-height: 460px;
  box-shadow:none;
}
.amazonate-tours-lay .opal-breadscrumb.banner-area:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.amazonate-tours-lay .opal-breadscrumb.banner-area .title-breadcrumb {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 50%;
}
.opal-breadscrumb.banner-area .title-breadcrumb h2 span {
  display: block;
  color: #ccc;
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 10px;
  text-transform: uppercase;
}

.amazonate-tours-lay .body-container{
  background-color: #e5e8dc;
}
.widget-span.custom-content-group {
  padding: 40px;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto!important;
  float: none!important;
  padding-top:39px;
}
.custom-content-group .page-center {
  padding-left: 0!important;
  padding-right: 0!important;
}
.tours-row .one-col-title-with-link-wrap {
  display: none;
}
.tours-row .one-col-title-with-link-wrap {
  display: none;
}
.main-tabber-menu {
  border-bottom: 1px solid #eee;
  border-color: #e5e5e5;
}
.main-tabber-menu:after,.main-tabber-menu:before {
  content: " ";
  display: table;
  width: 100%;
}
.main-tabber-menu .one-col-title-with-link-wrap {
  display: inline-block;
  float: left;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.main-tabber-menu .one-col-title-with-link-wrap.active:before,
.main-tabber-menu .one-col-title-with-link-wrap:hover:before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ef114c;
  bottom: -2px;
  top: auto !important;
}
.main-tabber-menu .one-col-title-with-link-wrap a {
  color: #999;
  font-size: 14px;
  font-weight: 600;
  padding: 20px;
  text-align: center;
  text-transform: inherit;
  display: block;
}
.main-tabber-menu .one-col-title-with-link-wrap a i {
  margin-right: 3px;
}
[class^="opaltour-icon-"], [class*=" opaltour-icon-"] {
  font-family: 'opaltour' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-tabber-menu .one-col-title-with-link-wrap.active a{
  color: #000;
}
.main-tabber-menu .one-col-title-with-link-wrap.active a i,
.main-tabber-menu .one-col-title-with-link-wrap:hover a i{
  color: #ef114c;
}
.main-tabber-menu {
  margin-bottom: 31px;
}
.custom-content-group h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px;
  color: #000;
  line-height: 1.1;
}
.custom-content-group p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #666;
}
.custom-content-group h6.kc_title {
  color: #447296;
  font-family: 'Palanquin',sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 40px;
  position: relative;
  margin-top: 11px;
  line-height: 1.1;
  font-size: 25px;
}
.image-with-descr-inner-wrappe h6.kc_title {
  padding-top: 10px;
}
.ui-tabs-menu-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #d4dedc;
  display: inline-block;
  background-color: #ffffff;
  border-right: none!important;
}
.ui-tabs-menu-wrap ul li {
  border: 1px solid #d4dedc;
  background-color: #ffffff;
  border-left: none!important;
  border-bottom: none!important;
  margin: 0;
  float: left;
  color: #333;
  box-shadow: none;
  cursor: pointer;
  border-top: none;
}
.ui-tabs-menu-wrap ul:after,.ui-tabs-menu-wrap ul:before {
  display: table;
  line-height: 0;
  content: "";
}
.ui-tabs-menu-wrap ul li a {
  padding: 0 30px;
  text-decoration: none;
  outline: 0;
  display: block;
  line-height: 50px;
}
.amazonate-tours-lay .ui-tabs-menu-wrap ul li a{
  color: #6b6b6b;
  font-weight: 300;
}
.ui-tabs-menu-wrap ul li a i {
  font-family: 'FontAwesome';
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-rendering: auto;
  speak: none;
  font-weight: normal;
}
.ui-tabs-menu-wrap ul li:first-child a i.fa-leaf:before,
.ui-tabs-menu-wrap ul li:last-child a i.fa-leaf:before{
  content: "\f072";
}

.ui-tabs-menu-wrap ul li a:hover,
.ui-tabs-menu-wrap ul li.active a:hover{
  background-color: #fafccc;
}
.amazonate-tours-lay .ui-tabs-menu-wrap ul li.active a:hover{
  color: #000;
}
.ui-tabs-menu-wrap ul li.active a {
  color: #ffffff;
  background-color: #b1d823;
}
.image-with-descr-tabber-content-wrap .tabber-content > div {
  border: 1px solid #d4dedc;
  padding: 30px 30px 0px;
  background-color: #fafcef;
  font-weight:300;
  display:none;
}
.image-with-descr-tabber-content-wrap .tabber-content {
  margin-top: -7px;
}
.img-with-des-col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.image-with-descr-tabber-content-wrap .img-with-des-col.col-left {
  width: 33.33%;
}
.image-with-descr-tabber-content-wrap .img-with-des-col.col-right {
  width: 66.66%;
}
.image-with-descr-tabber-content-wrap .image-wrap {
  position: relative;
  overflow: hidden;
}
.image-with-descr-tabber-content-wrap .image-wrap img {
  transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
  margin: 10px 0;
}
.image-with-descr-tabber-content-wrap .overlay-effects {
  padding: 20px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
}
.image-with-descr-tabber-content-wrap .image-wrap:hover .overlay-effects {
  opacity: 1;
  transform: scale(1);
}
.image-with-descr-tabber-content-wrap .overlay-content .content-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 7px;
  opacity: 0;
  transform: translate(-40px,0);
  transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
}
.image-with-descr-tabber-content-wrap .overlay-content .content-desc {
  color: rgba(255,255,255,.7);
  margin: 0;
  opacity: 0;
  transform: translate(-40px,0);
  transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
  transition-delay: .15s;
}
.image-with-descr-tabber-content-wrap .image-wrap:hover .overlay-content .content-title,
.image-with-descr-tabber-content-wrap .image-wrap:hover .overlay-content .content-desc {
  opacity: 1;
  transform: translate(0,0);
}
.image-with-descr-tabber-content-wrap .img-with-des-col.col-right ol {
  margin-top: 0;
  margin-bottom: 11px;
  line-height:25px;
}
b, strong {
  font-weight: 700;
}
.image-with-descr-tabber-content-wrap .tabber-content > div.active{
  display:block;
}
.widget-span.tours-row {
  display: none;
}
.widget-span.tours-row.active {
  display: block;
}
.full-width-spacer-wrap {
  padding-top: 30px;
  margin-bottom: 30px;
  line-height: 25px;
  padding-bottom: 11px;
}
.full-width-spacer-wrap .divider_line {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
}
.image-with-descr-wrapper {
  margin-bottom: 30px;
}
.base-rate-content-wrap .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.base-rate-item {
  float: left;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.base-rate-inner-item {
  font-weight: 300;
  background: #fff;
  border: 1px solid #e6e8ed;
}

.base-rate-title h4.plan-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 20px 0;
  border: none;
  line-height: 1.1;
}
.base-rate-image {
  overflow: hidden;
  display: block;
}
.base-rate-image img {
  margin: 10px 0;
  vertical-align: middle;
  -webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
  transition: opacity 1s ease 0s,transform 1s ease 0s;
}
.base-rate-inner-item:hover {
  background: #f5f6fa;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
}
.base-rate-inner-item:hover .base-rate-image img {
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
  opacity: .8;
  filter: alpha(opacity=80);
}
.base-rate-price {
  padding-top: 0px;
  color: #000;
  padding-bottom: 30px;
}
.base-rate-price span {
  font-size: 30px;
}
.base-rate-price p {
  margin: -5px 0 10px;
  line-height: 25px;
}
.base-rate-more-link {
  padding: 30px;
  margin-bottom: 30px;
}
.base-rate-more-link a {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  box-shadow: none;
  padding: 18px 60px;
  display: inline;
  border-radius: 3px !important;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.62857;
}
.base-rate-inner-item:hover .base-rate-more-link a {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.two-col-eq-content-wrap {
  margin-top: -15px;
  font-size: 12px;
  font-weight: 300;
}
.two-col-eq-content-wrap .two-col-eq-col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.two-col-eq-content-wrap ul {
  margin: 0;
  padding: 0;
  line-height: 25px;
}

.opaltour-single.tours-related .page-center {
  max-width: 1200px;
  padding: 0;
}
.opaltour-single.tours-related {
  padding: 0 15px;
  padding-top: 30px;
}
.opaltour-single.tours-related h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
  line-height: 1.1;
  color: #000;
}
.similar-plans-content-wrap .row {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.opaltour-tour-item {
  float: left;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 25%;
}
.opaltour-tour-item > div {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.opaltour-tour-item .top-wrap {
  overflow: hidden;
  position: relative;
}
.opaltour-tour-item .top-wrap img {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  vertical-align: middle;
}
.opaltour-tour-item .top-wrap:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: inset 0 -130px 70px -70px #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.opaltour-tour-item  .content {
  background: rgba(0,0,0,.6);
  bottom: 0;
  color: #fff;
  font-weight: 300;
  height: 100%;
  padding: 30px;
  position: absolute;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: none;
  bottom: -130px;
  overflow-y:auto;
}
.opaltour-tour-item .content h3.title {
  font-size: 20px;
  margin: 0 0 13px;
  font-weight: 400;
}
.opaltour-tour-item .content .price {
  margin-bottom: 13px;
}
.opaltour-tour-item .content h3.title a {
  color: #fff;
}
.opaltour-tour-item .content h3.title a:hover {
  color: #e83c69;
}
.opaltour-tour-item .content .price span {
  color: #fff;
  font-size: 12px;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.opaltour-tour-item .content .price .price-value {
  font-size: 14px;
  color: #b1d823;
  font-weight: 600;
  text-decoration: none;
}
.opaltour-tour-item span.featured.label-featured {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  background: #b1d823;
  padding: 3px 40px;
  right: -30px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.image-gallery-group-wrap p {
  line-height: 25px;
}
.image-gallery-group-wrap .gallery {
  margin-bottom: 1.6em;
}
.image-gallery-group-wrap .gallery .item {
  display: inline-block;
  max-width: 32%;
  vertical-align: top;
  overflow: hidden;
  margin: 0;
  margin-bottom: 4px;
}
.image-gallery-group-wrap .gallery .item:nth-child(3n),
.image-gallery-group-wrap .gallery .item:nth-child(3n+2) {margin-left: 1px;}
.image-gallery-group-wrap p {
  margin-bottom: 13px;
}
.image-gallery-group-wrap .gallery .item div.item a {
  color: #fff;
  display: block;
  position: relative;
}
.image-gallery-group-wrap .gallery .item a {
  display: block;
  position: relative;
  color: #fff;
}
.image-gallery-group-wrap .gallery .item a:before {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.image-gallery-group-wrap .gallery .item a:before,
.image-gallery-group-wrap .gallery .item a:after {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.image-gallery-group-wrap .gallery .item a:after {
  border: 1px solid hsla(0,0%,100%,.5);
  content: "\f00e";
  font-family: Fontawesome;
  height: 45px;
  left: 50%;
  line-height: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 45px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.image-gallery-group-wrap .gallery .item a:hover:before {
  background: rgba(0,0,0,.5);
}
.image-gallery-group-wrap .gallery .item a:hover:after {
  opacity: 1;
}
.image-gallery-group-wrap .gallery .item img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul {
  opacity: 1!important;
  visibility: visible !important;
  position: static!important;
}
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul {
  display: inline-block!important;
  padding: 0;
}
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul > li,
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul > li > a{
  display:inlin-block !important;
  width: auto!important;
}
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul li.active-branch > a {
  display: inline-block!important;
}

.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul.active-branch:before {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  margin: 0 10px;
}
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul.active-branch {
  display: inline-block!important;
}
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul ul.active-branch,
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul ul ul.active-branch {
  margin-left: -3px;
}
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul,
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul li > a,
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul li{
  display: none!important;
  width: auto!important;
}
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul.active-branch,
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul li.active-branch > a,
.opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul ul li.active-branch{
  display: inline-block!important;
  width: auto!important;
}
.image-with-descr-tabber-content-wrap .img-with-des-col.col-right.full-col {
  width: 100%;
}
/* Full Width Layout =========*/

.full-width-lay .body-container .page-center.content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.image-with-desc-and-title-col h5.kc_title {
  display: inline-block;
  font-size: 28px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-weight: 500;
  font-style: normal;
  color: #447296;
  font-family: Poppins,monospace;
  margin-top: 11px;
  line-height: 1.1;
  position: relative;
}
.image-with-desc-and-title-col h5.kc_title:before {
  background-color: #b1d823;
  bottom: 8px;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: -15px;
  width: 7px;
  height: 7px;
}
.cm-module .module-col {
  float: left;
}
.image-with-desc-and-title-wrap .module-col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.cm-module .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.image-with-desc-and-title-wrap.cm-module p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.image-with-desc-and-title-wrap.cm-module  .content-button a {
  color: #fff;
  background: #42BCE2;
  display: inline-block;
  transition: all .3s;
  text-transform: uppercase;
  border: 2px solid #42BCE2;
  padding: 10px 30px;
}
.image-with-desc-and-title-wrap.cm-module .content-button a:hover {
  background: #fff;
  color: #42BCE2;
}
.border-visible {
  margin-top: 30px;
  margin-bottom: 30px;
}
.border-visible .divider_line1 {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
}
.image-with-desc-and-title-wrap .image-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.image-with-desc-and-title-wrap .image-wrap:before {
  background: hsla(0,0%,100%,.1) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 559px;
  position: absolute;
  right: 755px;
  top: 0;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  -webkit-transition: all .6s ease-in-out 0s;
  transition: all .6s ease-in-out 0s;
  width: 600px;
}
.image-with-desc-and-title-wrap .image-wrap:hover:before {
  right: -900px;
}

/* =================== Two Column Right layout ========*/
.two-col-right-lay .body-container .page-center.content-wrapper {
  padding: 20px!important;
  background: #fff;
}
.widget-span.right-sidebar-col {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.widget-span.right-sidebar-col.left-col {
  width: 75%;
}
.widget-span.right-sidebar-col.right-col {
  width: 25%;
  border-left: 1px solid #c4c4c4;
}
.one-col-title-wrap h4 {
  color: #4a7296;
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 40px;
  position: relative;
  font-family: Poppins,monospace;
  margin-top: 11px;
  line-height: 1.1;
}
.one-col-content-with-title-wrap .one-col-content-title h5 {
  letter-spacing: -1px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  color: #447296;
  font-family: Poppins,monospace;
  position: relative;
  margin-top: 11px;
  line-height: 1.1;
  font-size: 20px;
}
.one-col-content-with-title-wrap .one-col-content-title h5:before {
  background-color: #b1d823;
  bottom: 8px;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: -15px;
  width: 7px;
  height: 7px;
}
.one-col-content-with-title-wrap p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.one-col-content-with-title-wrap ul {
  margin-top: 0;
}
.one-col-content-with-title-wrap hr {
  margin-top: 75px;
  margin-bottom: 36px;
  border-bottom: 1px solid #ccc;
  background: transparent;
}
.full-tabber-wrapp .ui-tabs-menu-wrap ul li {
  border: none;
  border-right: 1px solid #fff;
  background-color: #eff7de;
}
.full-tabber-wrapp .ui-tabs-menu-wrap ul {
  border: none;
}
.full-tabber-wrapp .ui-tabs-menu-wrap ul li a {
  color: #6a705d;
}
.full-tabber-wrapp .ui-tabs-menu-wrap ul li:hover a,
.full-tabber-wrapp .ui-tabs-menu-wrap ul li a:hover,
.image-with-descr-wrapper.full-tabber-wrapp .ui-tabs-menu-wrap ul li.active:hover a,
.image-with-descr-wrapper.full-tabber-wrapp .ui-tabs-menu-wrap ul li.active a:hover{
  background-color: #95aec2;
  color: #ffffff;
}
.image-with-descr-wrapper.full-tabber-wrapp .ui-tabs-menu-wrap ul li.active a {
  background-color: #447699;
  color: #fff;
}
.full-tabber-wrapp .image-with-descr-tabber-content-wrap .tabber-content > div {
  padding-bottom: 42px;
  border: none;
  border-bottom: 2px solid #447699;
  background-color: #f3f4f5;
}
.full-tabber-wrapp .content h4 {
  color: #4a7296;
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 0;
  position: relative;
  font-family: Poppins,monospace;
  margin-top: 11px;
  line-height: 1.1;
}
.image-with-descr-wrapper.full-tabber-wrapp .image-with-descr-tabber-content-wrap .tabber-content {
  margin-top: -6px;
}
.custom-two-col-right-row-one{
  padding-left:15px;
  padding-right:15px;
}
/* Trip Lay ============*/
.trip-lay .page-center.content-wrapper {
  max-width: 1200px;
  padding-top: 20px;
}
.trip-group-item-wrap .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.trip-group-item {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.trip-item > div {
  width: 100%;
  overflow: hidden;
}
.trip-group-item img {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  vertical-align: middle;
}
.trip-group-item a {
  display: block;
}
.trip-item {
  position: relative;
  text-align:center;
}
.trip-item .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  background: rgba(0,0,0,.3);
  opacity: 1;
}
.trip-item .info:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.1);
  opacity: 0.5;
}
.trip-item .info .inner-info {
  background: transparent;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: inherit;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.trip-item .info .title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 5px;
  position: relative;
  line-height: 1.1;
}
.trip-item .info .title a {
  text-decoration: none;
  color: #fff;
}
.trip-item .content ul{
  margin-top: 0;
  margin-bottom: 11px;
  padding: 0;
}
.trip-item .info .content ul li {
  display: inline-block;
  color: #ef114c;
  text-decoration: uppercase;
  font-weight: 600;
}
.trip-item .info ul li span {
  color: #ccc;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.trip-item:hover .thumbnail img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.trip-item .inner-info .title:hover a {
  color: #e83c69;
}
.two-col-right-lay .top-content h4 {
  color: #4a7296;
  font-family: Poppins,monospace;
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 40px;
  position: relative;
  margin-top: 11px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1.1;
}
/* =================== One Column layout ====================*/
.one-column-lay .body-container .page-center.content-wrapper {
  padding: 50px 0!important;
  background: transparent;
}
.one-column-lay .body-container {
  background: #fff;
}
.one-column-lay .body-container h3 {
  font-weight: 600;
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  color: #666;
}
.one-column-lay .body-container p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.one-column-lay .widget-span.right-sidebar-col.left-col {
  width: 66.66%;
}
.one-column-lay .widget-span.right-sidebar-col.right-col {
  width: 33.33%;
}
.one-column-lay .body-container ul,
.one-column-lay .body-container ol {
  margin-top: 0;
  margin-bottom: 11px;
}
.one-column-lay .full-width-spacer-wrap .spacer-height {
  display: none;
}
.one-column-lay .full-width-spacer-wrap {
  margin-bottom: 17px;
  padding-top: 28px;
}
img.fancybox-image {
  padding: 20px;
}


/* ===================== Tour Layout =====================*/
.full-width-content-with-bg-wrap {
  padding-top: 60px;
  padding-bottom: 50px;
}

.full-width-content-with-bg-wrap .content-wrap {
  padding: 0 25%;
}

.full-width-content-with-bg-wrap .content-wrap .content ul,
.full-width-content-with-bg-wrap .content-wrap .content ol {
  margin-top: 0;
  margin-bottom: 11px;
}

.full-width-content-with-bg-wrap .content-wrap .content h3 {
  color: #b0d623;
  font-family: Rock Salt,sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 13px;
  line-height: 30px;
  font-style: normal;
  letter-spacing: -1px;
  font-size: 20px;
}

body.search-page .body-container-wrapper .hs-search-field span.input-group-addon.input-large.btn-search input.fa {
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0;
}

.full-width-content-with-bg-wrap .content-wrap .content h3+p {
  line-height: normal;
}

.full-width-content-with-bg-wrap .content-wrap .content p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 20px;
}

.full-width-content-with-bg-wrap .content-wrap .content {
  padding-left: 7px;
  padding-right: 7px;
}

.cm-module.contact-with-bg-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}

.cm-module.contact-with-bg-wrap .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.contact-with-bg-wrap .module-col {
  width: 33.33%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.contact-with-bg-wrap .col-left {
  text-align: center;
  border-right: 1px solid #ffffff;
}

.contact-with-bg-wrap .col-left p {
  color: #ffffff;
  font-family: Palanquin;
  font-size: 24px;
  line-height: 80px;
  font-weight: 300;
  margin-bottom: 20px;
}

.contact-with-bg-wrap .col-center {
  padding-left: 50px;
}

.contact-with-bg-wrap .col-center ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.contact-with-bg-wrap .col-center ul:last-child {
  margin-bottom: 0;
}

.contact-with-bg-wrap .col-center ul:after,
.contact-with-bg-wrap .col-center ul:before {
  content: "";
  display: table;
  width: 100%;
}

.contact-with-bg-wrap .col-center ul > li {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.contact-with-bg-wrap .col-center ul > li:nth-child(2n+1) {
  width: 40%;
  clear: left;
}
.contact-with-bg-wrap .col-center ul > li:nth-child(2n) {
  width: 60%;
}
.contact-with-bg-wrap .col-center ul > li p {
  font-family: Palanquin;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}
.contact-with-bg-wrap .col-center ul > li h3 {
  font-weight: 600;
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  color:#fff;
}
.contact-with-bg-wrap .col-right {
  text-align: center;
}

.contact-with-bg-wrap .col-right a {    
  color: #447296;
  background-color: #fff6ab;
  font-size: 20px;
  line-height: 1.62857;
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  font-family: Poppins,monospace;
  -o-border-radius: 3px;
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  text-decoration: none;
  display: inline-block;
}
.contact-with-bg-wrap .col-right a:hover {
  color: #ffffff;
  background-color: #2a424f;
  box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

section {
  padding: 50px;
  text-align: center;
  background-repeat: no-repeat!important;
  background-attachment: fixed!important;
  overflow:hidden;
}
.amazonate-trip-lay .image-gallery-group-wrap h3.title {
  color: #ffffff;
  font-family: Palanquin;
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  padding-top: 0px;
  margin-top: 8px;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.1;
}
.amazonate-trip-row-2 h1 {
  color: #ffffff;
  font-family: Palanquin;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 1.1;
}
.amazonate-trip-lay .image-gallery-group-wrap .gallery .item {
  width: 33.33%;
  margin: 0;
  float: left;
  display: inline-block;
  overflow: visible;
  max-width: 32.7%;
}
.amazonate-trip-lay .image-gallery-group-wrap .gallery:after,
.amazonate-trip-lay .image-gallery-group-wrap .gallery:before {
  content: "";
  display: table;
  width: 100%;
}
.amazonate-trip-lay  .image-gallery-group-wrap .gallery {
  margin-bottom: 0;
}
.amazonate-trip-lay .image-gallery-group-wrap .gallery .item a:before,
.amazonate-trip-lay .image-gallery-group-wrap .gallery .item a:after{
  display:none
}
.image-gallery-group-wrap.without-light-box-image .gallery .item a{
  cursor:default;
}
.image-gallery-group-wrap .gallery .item img {
  vertical-align: middle;
}
/* ============== Hotel Layout ==================*/
.one-column-lay.hotel-lay .body-container .page-center.content-wrapper > div {
  padding-left: 15px;
  padding-right: 15px;
}
.hotel-tabber-group .ui-tabs-menu-wrap ul li a {
  background-color: #f2f5dc;
  color: #8a9279;
  font-family: Palanquin,sans-serif;
  font-weight: 600;
  background-color: #f6faed;
}
.hotel-tabber-group .ui-tabs-menu-wrap ul li {
  border: none;
  border-right: 1px solid #fff;
}
.hotel-tabber-group .ui-tabs-menu-wrap ul {
  margin: 0!important;
  border: 0;
}
.hotel-tabber-group .image-with-descr-tabber-content-wrap .tabber-content > div {
  border-color: transparent;
  margin: 0;
  background: #fff;
}
.hotel-tabber-group .ui-tabs-menu-wrap ul li.active a {
  color: #b2d511;
  background: #fff;
}
.hotel-tabber-group .image-with-descr-tabber-content-wrap .img-with-des-col.col-left {
  width: 66.66%;
}
.hotel-tabber-group .image-with-descr-tabber-content-wrap .img-with-des-col.col-right {
  width: 33.33%;
}
.hotel-tabber-group .image-with-descr-tabber-content-wrap .tabber-content > div {
  padding-bottom: 14px;
  border-bottom: 2px solid #b2d511;
}
.hotel-tabber-group .ui-tabs-menu-wrap ul li a:hover,
.hotel-tabber-group .ui-tabs-menu-wrap ul li.active a:hover{
  background-color: #f2f5dc;
}
.tab-map iframe{
  max-width:100%;
}
.hotel-tabber-group .image-with-descr-tabber-content-wrap .img-with-des-col.col-left.full-col{
  width:100%;
}
.gallery-title h5.kc_title {
  display: inline-block;
  font-size: 20px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  font-style: normal;
  color: #447296;
  font-family: Poppins,monospace;
  margin-top: 11px;
  line-height: 1.1;
}
.gallery-title h5.kc_title:before {
  background-color: #b1d823;
  bottom: 8px;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: -15px;
  width: 7px;
  height: 7px;
}
.hotel-image-garry-wrap .hs_cos_gallery_main {
  padding: 0!important;
  margin: 0!important;
}
.hotel-image-garry-wrap .slick-arrow {
  display: none!important;
}
.hotel-image-garry-wrap .slick-slide-inner-wrapper {
  padding: 0 15px;
}
.hotel-image-garry-wrap ul.slick-dots {
  margin-top:20px;
  margin:20px 0 0;
  padding:0;
}
.hotel-image-garry-wrap .slick-dots li {
  margin: 0 6px;
  width: 14px;
  height: 18px;
  text-align: center;
}
.hotel-image-garry-wrap .slick-dots li button:before {
  display: none!important;
}
.hotel-image-garry-wrap .slick-dots li button {
  background: #b1d823 !important;
  padding: 0!important;
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 3px;
  filter: Alpha(Opacity=30);
  opacity: 0.3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #999!important;
}
.hotel-image-garry-wrap .slick-dots li button:hover{
  filter: Alpha(Opacity=100);
  opacity:1;
}
.hotel-image-garry-wrap .slick-dots li.slick-active button {
  background: #b1d823 !important;
  opacity:1;
}
.hotel-image-garry-wrap {
  padding-bottom: 68px;
  border-bottom: 1px solid #b1d823;
  margin-bottom: 35px;
}
.hotel-row {
  padding-left: 15px;
  padding-right: 15px;
}
.base-rate-wrapper.base-rate-type-1 .base-rate-item, 
.base-rate-wrapper.base-rate-type-2 .base-rate-item {
  width: 50%;
}
.base-rate-wrapper.base-rate-type-3 .base-rate-item {
  width: 33.33%;
}
.base-rate-wrapper.base-rate-type-1 .base-rate-item:nth-child(2n+1), 
.base-rate-wrapper.base-rate-type-2 .base-rate-item:nth-child(2n+1),
.base-rate-wrapper.base-rate-type-3 .base-rate-item:nth-child(3n+1),
.base-rate-wrapper.base-rate-type-4 .base-rate-item:nth-child(4n+1){
  clear:left;
}
.hotel-row .image-with-descr-wrapper .inner-tab .content ul {
  margin-top: 0 !important;
  margin-bottom: 11px !important;
  padding: 0 0 0 24px !important;
  list-style: disc;
  font-family: Poppins,sans-serif;
  font-size: 14px;
  line-height: 1.62857;
  color: #666;
}

.hotel-row .image-with-descr-wrapper .inner-tab .content ul li {
  float: none;
  font-size: 14px;
  line-height: 1.62857;
  color: #666;
  font-weight: normal;
}
/* ======================== Templatetour Layout ===================*/
.two-col-content-with-image-wrap .module-col {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.templatetour-lay .body-container p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.two-col-content-with-image-wrap h4.kc_title {
  color: #1f677d;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 40px;
  position: relative;
  margin-top: 11px;
  line-height: 1.1;
}
.two-col-content-with-image-wrap .image-wrap {
  background-color: #000;
  overflow: hidden;
}
.two-col-content-with-image-wrap .image-wrap img {
  display: block;
  vertical-align: middle;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
  transition: opacity 1s ease 0s,transform 1s ease 0s;
}
.two-col-content-with-image-wrap .image-wrap:hover img {
  opacity: .5;
  filter: alpha(opacity=50);
  transform: scale3d(1.1,1.1,1);
}
.two-col-img-spacer {
  height: 50px;
}
.full-width-content-with-border {
  border: 1px solid #c4c4c4 !important;
  padding: 15px 15px 15px 15px;
}
.full-width-content-with-border ul {
  margin-top: 0;
  margin-bottom: 11px;
}
.templatetour-lay .body-container-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ========================= Ambiental Layout =========== */

.ambiental-lay .ambiental-row .page-center > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.ambiental-lay .widget-span.right-sidebar-col.right-col {
  border: 0;
}
.ambiental-row-one .right-sidebar-col {
  padding-top: 40px;
  border: 0!important;
}
.ambiental-row-one .page-center > div {
  Padding-bottom: 45px!important;
  margin-bottom: 37px!important;
  position: relative;
}
.ambiental-row-one .page-center > div:before {
  content: "";
  width: calc(100% - 30px);
  left: 15px;
  bottom: -1px;
  border-bottom: 1px solid #ccc;
  position: absolute;
}
.accordion-wrapper {
  margin-bottom: 24px;
  background: #fff;
  padding: 40px;
}

.accordion-wrapper .accr-item h3.accr-title a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 50px;
  position: relative;
  display: block;
}
.accordion-wrapper .accr-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion-wrapper .accr-item h3.accr-title {
  position: relative;
  cursor: pointer;
  min-height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: -1px;
  background: transparent;
  border: none;
}
.accordion-wrapper h3.accr-title > span {
  float: right;
  font-family: simple-line-icons;
  margin: 17px;
  color: #aaa;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  width: 16px;
  height: 16px;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url('//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Images/ui-icons_444444_256x240.png');
}
.accordion-wrapper .accr-item h3.accr-title a:before {
  color: #b1d823;
  content: "\f059";
  font-family: Fontawesome;
  font-size: 30px;
  left: 0;
  position: absolute;
}
.accordion-wrapper .acc_content-wrap .content {
  padding-left: 50px;
}
.accordion-wrapper .accr-item .acc_content-wrap {
  display: none;
}
.ambiental-row-two .right-sidebar-col.right-col .accordion-wrapper .accr-item .acc_content-wrap{
  display:block;
}
.accordion-wrapper .acc_content-wrap .content a:hover,
.accordion-wrapper .acc_content-wrap .content a:focus {
  color: #d3d327;
}
.accordion-wrapper h3.accr-title.active > span{
  background-image: url('//cdn2.hubspot.net/hubfs/4446162/Amazonate_August2018/Images/ui-icons_ffffff_256x240.png');
}
.accordion-wrapper .accr-item:last-child{
  border:none;
}
.three-col-content-with-img-wrap .module-col {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333333%;
  margin-bottom: 30px;
}
.three-col-content-with-img-wrap .image img {
  max-width: 100%;
  display: block;
}
.three-col-content-with-img-wrap .image a {
  display: block;
}
.three-col-content-with-img-wrap .image:hover img {
  opacity: 0.4;
}
.content-wrap-mod {
  float: left;
  width: 100%;
  padding: 26px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.content-wrap-mod h2.post-title-alt {
  line-height: 1.4;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  float: left;
  width: 100%;
}
.inicio-lay .body-container .content-wrap-mod .content p {
  font-size: 14px;
  color: #888;
  margin: 0 0 11px;
  line-height: 1.62857;
  font-weight: 400;
}
.content-wrap-mod .link-button a {
  float: left;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #000;
  font-size: 12px;
  line-height: 1;
}
.content-wrap-mod .link-button a:hover {
  border-color: #42BCE2;
  background: #42BCE2;
  color: #fff;
}
.content-wrap-mod h2.post-title-alt a:hover {
  color: #42BCE2;
}
.content-wrap-mod h2.post-title-alt a {
  color: #272727;
}





/* =============================== Inicio Layout  ==================*/
.inicio-lay .body-container page-center.content-wrapper {
  padding-top: 40px;
  padding-bottom: 50px;
}
.inicio-lay .body-container .page-center.content-wrapper {
  padding-top: 39px;
  padding-bottom: 50px;
}
.inicio-lay .body-container  h1 {
  color: #7fba22;
  font-family: Ramabhadra;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
  margin: 0 0 40px;
}
.inicio-lay .body-container p {
  margin: 20px 0;
  line-height: 1.5;
  font-weight: 300;
}
.three-col-content-with-img-wrap .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.image-with-descr-tabber-content-wrap .img-with-des-col.col-right ul {
  margin: 0;
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
  list-style-type: disc;
  display: block;
  margin-bottom: 21px;
}
.image-with-descr-tabber-content-wrap .img-with-des-col.col-right ul li {
  background: transparent;
  border: 0;
  float: none;
  line-height: 25px;
  color: #666;
}
.image-with-descr-tabber-content-wrap .img-with-des-col.col-right ul li a {
  color: #000;
  display: inline;
  padding: 0;
  line-height: 25px;
  cursor: pointer !important;
}
.image-with-descr-tabber-content-wrap .img-with-des-col.col-right ul li a:hover {
  background: transparent;
  color: #d3d327;
}
.kc-feature-boxes {
  padding-top: 30px;
  text-align: center;
  transition: all .3s ease 0s;
}

.kc-feature-boxes .content-icon i {
  color: #ffffff;
  font-size: 55px;
  text-align: center;
  display: inline-block;
  transition: all .3s ease 0s;
  font-family: 'FontAwesome';
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-rendering: auto;
  speak: none;
  font-weight: normal;
  line-height: 25px;
}

.kc-feature-boxes .content-title {
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 25px 0;
  color: #ffffff;
  font-size: 25px;
}

.kc-feature-boxes .content-desc {
  font-weight: 400;
  margin-bottom: 25px;
  color: #fff;
  line-height: 25px;
}

.kc-feature-boxes .content-button a {
  background-color: #ffffff;
  display: inline-block;
  padding: 7px 20px;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  transition: all .3s ease 0s;
  line-height: 25px;
}

.kc-feature-boxes .content-button a:hover {
  background-color: #447296;
  color: #fff;
}
body.hs-lay.amazonate-trip-lay .opal-breadscrumb.banner-area {
  box-shadow: none;
}

.full-width-content-with-bg-wrap.two-col {
  padding-top: 20px;
  padding-bottom: 20px;
}

.full-width-content-with-bg-wrap.two-col .module-col .content-wrap {
  padding: 0 15px;
}

.full-width-content-with-bg-wrap.two-col .module-col {
  width: 50%;
  margin: 0 !important;
}
.full-width-content-with-bg-wrap.two-col .module-col .content-wrap .content {
  padding: 0;
}

.full-width-content-with-bg-wrap.two-col .module-col .content-wrap .content h3 {
  margin-bottom: 13px;
}
/* ======================== Plantilla Colegios layout  ==============*/
.plantilla-colegios-lay .plantilla-colegios-col.right-col .one-col-title-with-link-wrap{
  display:none;
}
.widget-span.plantilla-colegios-row {
  display: none;
}
.widget-span.plantilla-colegios-row.active {
  display: block;
}
.widget-span.plantilla-colegios-col {
  margin-left: 0;
}
.widget-span.plantilla-colegios-col.left-col {
  width: 25%;
}
.widget-span.plantilla-colegios-col.right-col {
  width: 75%;
  padding: 20px 22px 20px;
  border: 1px solid #ddd;
}
.plantilla-colegios-lay .main-tabber-menu {
  border: none;
}
.plantilla-colegios-lay .main-tabber-menu .one-col-title-with-link-wrap {
  border: 1px solid #ddd;
  float: none!important;
  display: block;
  border-right:none;
}
.plantilla-colegios-lay .main-tabber-menu .one-col-title-with-link-wrap:before {
  display: none;
}
.plantilla-colegios-lay .main-tabber-menu .one-col-title-with-link-wrap+.one-col-title-with-link-wrap {
  border-top: none;
}
.plantilla-colegios-lay .main-tabber-menu .one-col-title-with-link-wrap a {
  width: 100%;
  display: block;
  padding: 12px 0 12px 20px;
  text-align: left;
  border: none;
  font-weight: 400;
  font-family: Poppins,sans-serif;
  color: #000;
}
.plantilla-colegios-lay .main-tabber-menu .one-col-title-with-link-wrap a:hover{
  background: #f7f7f7;
  color: #333;
}
.plantilla-colegios-lay .main-tabber-menu .one-col-title-with-link-wrap.active a,
.plantilla-colegios-lay .main-tabber-menu .one-col-title-with-link-wrap.active a:hover{
  background-color: #b2d511;
  color:#fff;
}
.plantilla-colegios-lay .one-col-content-with-title-wrap .one-col-content-title h5 {
  font-size: 28px;
}
.plantilla-colegios-lay .one-col-content-with-title-wrap p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.plantilla-colegios-lay .one-col-content-with-title-wrap br{
  display:none;
}
.plantilla-colegios-lay .one-col-content-with-title-wrap ul,
.plantilla-colegios-lay .one-col-content-with-title-wrap ol{
  margin-top: 0;
  margin-bottom: 11px;
}
.plantilla-colegios-lay .one-col-content-with-title-wrap .content h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 11px;
  line-height: 1.1;
}
.plantilla-colegios-col.right-col h3 {
  font-size: 24px;
  margin-top: 22px;
  margin-bottom: 11px;
  font-weight: 400;
  line-height: 1.1;
}
.hs-richtext hr {
  background-color: rgba(51,51,51,.1);
  border: 0;
  height: 1px;
  margin-bottom: 27px;
  margin-top: 22px;
}
div.plantilla-colegios-row-2 .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}
.hs-richtext p {
  font-weight: 700;
}
.plantilla-colegios-lay .plantilla-colegios-row-one {
  padding-top: 25px;
  padding-bottom: 25px;
}



/* =============================== Plan Pareja Amazonas Layout  ==================*/

.amazonate-tours-lay.plan-pareja-lay .widget-span.custom-content-group {
  padding: 0;
  background: transparent;
  max-width: 1200px;
  margin: 0 auto!important;
  float: none!important;
  padding-top: 0;
}
.amazonate-tours-lay.plan-pareja-lay .widget-span.custom-content-group .page-center{
  padding:0!important;
  max-width:100%!important;
}
.plan-pareja-row{
  padding: 40px;
  margin: 0 0 20px 0;
  background:#fff
}
.amazonate-tours-lay.plan-pareja-lay .main-tabber-menu{
  display:none;
}
.plan-pareja-row .hs_cos_wrapper_type_header h1 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px;
  line-height: 1.1;
}
.amazonate-tours-lay.plan-pareja-lay  .full-width-content-wrap p{
  font-size: 14px;
  line-height: 1.5;
}
ul.label {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  line-height: 1.62857;
}
.amazonate-tours-lay.plan-pareja-lay .cm-module.full-width-content-with-border {
  padding: 25px 40px 28px;
  border-color: #e5e5e5!important;
}
ul.label li {
  border-color: #e5e5e5;
  padding: 15px 0 15px;
  line-height: 1.62857;
}
ul.label li:first-child {
  padding-top: 0;
}
ul.label li:last-child {
  padding-bottom: 0;
}
ul.label li label {
  font-weight: 700;
  color: #000;
  min-width: 180px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.plan-pareja-lay.plan-pareja-lay .opal-breadscrumb.banner-area .title-breadcrumb {
  height: auto;
  max-height: 267px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
/* ==================== Contact us Layout ===============*/
h3.form-title {
  color: #9ebd24;
  font-family: Palanquin;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 40px;
  position: relative;
  font-size: 36px;
  line-height: 30px;
  margin-top: 16px;
}

h3.form-title:empty {
  display: none;
}
.contact-row-one iframe {
  max-width: 100%;
}

.contact-page-form .hs-form-field > label {
  margin-bottom: 0px;
  font-weight: 400;
}
.contact-page-form .field.hs-form-field {
  margin: 0 0 16px;
}
.contact-page-form span.hs-form-required{
  display:none;
}
.contact-page-form .hs-input{
  max-width:318px;
}
.contact-page-form .hs-button.primary {
  margin: 6px 0 11px;
}
.widget-span.contact-col {
  margin-left: 0;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-row-two > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.right-content.contact-col {
  padding-top: 44px;
}

.full-email-wrapper {
  text-align: center;
}

.full-email-wrapper .content-icon i {
  font-size: 55px;
  color: #42BCE2;
  text-align: center;
  font-family: 'et-line';
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-rendering: auto;
  speak: none;
  font-weight: normal;
}
.et-envelope:before {
  content: "\e028";
}
.full-email-wrapper .content-title {
  margin: 25px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #444;
}
.full-email-wrapper .content-desc {
  font-weight: 400;
  margin-bottom: 25px;
  color: rgba(86,86,86,.8);
  padding: 0;
}
/* ============================ Tour Layout ==============*/
.tour-lay .opal-breadscrumb.banner-area {
  margin-top: -121px;
  padding-top: 120px;
}
.opaltour-single.tours-related.tour-list-wrapper {
  padding: 0 0px;
  padding-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.tour-list-wrapper .opaltour-tour-item {
  margin-bottom: 0;
}
.tour-row{
  padding:0 15px;
}
.tour-lay .body-container .page-center.content-wrapper{
  max-width:1200px!important;
}
.opaltour-breadcrumb {
  margin-bottom: 30px;
  border: 1px solid #e9e9e9;
  padding: 5px 20px;
  background: #fff;
  overflow: hidden;
  display: block;
}
.opaltour-breadcrumb .display-mode {
  display: inline-block;
}
.opaltour-breadcrumb .count-tours {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  color: #999;
}
.opaltour-breadcrumb a {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #dbdbdb;
  font-weight: 400;
  line-height: 35px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
}
.opaltour-breadcrumb .display-mode a:hover {
  background: transparent;
  box-shadow: none;
  color: #363382;
}
.opaltour-breadcrumb a i {
  margin-right: 10px;
}
.opaltour-breadcrumb a i:before,
.tour-list-wrapper.long-item .short-content,
.tour-list-wrapper-long-content-wrap,
.long-content-col.col-right > div.tour-content .entry-meta .duration .label,
.long-content-col.col-right > div.tour-content .entry-meta .view-details{
  display: none;
}
.opaltour-breadcrumb .display-mode a:last-child:before {
  content: "\f03a";
}
.opaltour-breadcrumb .display-mode a:before {
  font-family: Fontawesome;
}
.opaltour-breadcrumb .display-mode a:first-child:before {
  content: "\f00a";
}
.opaltour-breadcrumb a.active,
.opaltour-breadcrumb a.active:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.tour-list-wrapper.long-item .tour-list-wrapper-long-content-wrap{
  display:block;
}
.tour-list-wrapper-long-content-item {
  padding: 0 15px;
}
.tour-list-wrapper-long-content-item > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.tour-list-wrapper-long-content-item .row {
  display: flex;
  margin: 0 0 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.long-content-col.col-left {
  max-height: 278px;
  min-width: 370px;
  overflow: hidden;
  position: relative;
  display: block;
  box-sizing: border-box;
  max-width: 570px;
}
.long-content-col {
  -moz-flex: 1;
  flex: 1;
}
.long-content-col.col-left img {
  max-width: inherit;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
}
.long-content-col.col-left .label-featured {
  background: #b1d823;
  padding: 3px 40px;
  right: -30px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}
.long-content-col.col-left  a.book-btn {
  border: none;
  font-weight: 600;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.62857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity:0;
}
.long-content-col.col-right{
  background: #fff;
  font-weight: 300;
  padding: 30px;
}
.long-content-col.col-right > div h3.title {
  font-size: 20px;
  margin: 0 0 10px !important;
  font-weight: 400;
  margin: 0 0 30px;
}
.long-content-col.col-right > div span.location {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #999;
  display: block;
  font-size: 12px;
}
.long-content-col.col-right > div .location:before {
  content: "\f041";
  margin-right: 8px;
  font-family: Fontawesome;
}
.long-content-col.col-right > div .description{
  margin-bottom: 10px;
}
.long-content-col.col-right > div .price {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px !important;
  padding-bottom: 13px !important;
}
.long-content-col.col-right > div .price span {
  color: #999;
  font-size: 12px;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.long-content-col.col-right > div .price ins.price-value {
  font-size: 18px;
  color: #b1d823;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.long-content-col.col-right > div.tour-content .entry-meta {
  margin: 0;
  clear: both;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3333333333;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.long-content-col.col-right > div.tour-content .entry-meta .duration{
  font-size: 12px;
  float: left;
  margin-right: 5px;
  color: #b1d823;
}
.long-content-col.col-right > div.tour-content .entry-meta .duration span {
  margin-left: 5px;
  color: #999;
  font-weight: 600 !important;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.long-content-col.col-right > div.tour-content .entry-meta .duration span:before {
  bottom: 0;
  color: #d3d327;
  left: 0;
  margin-right: 8px;
  content: "\f133";
  font-family: Fontawesome;
}

.long-content-col.col-right > div h3.title a {
  color: #000;
  text-decoration: none;
}
.long-content-col.col-right > div h3.title a:focus, 
.long-content-col.col-right > div h3.title a:hover {
  color: #d3d327;
}
.tour-list-wrapper-long-content-item > div:hover a.book-btn:hover {
  background: #d8194b;
  box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  color:#fff;
}

.tour-list-wrapper-long-content-item > div:hover {
  box-shadow: 0 25px 30px 0 rgba(0,0,0,.15);
}
.similar-plans-content-wrap.short-content .view-details a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.similar-plans-content-wrap.short-content .view-details a:after {
  color: #e83c69;
  content: "\f101";
  margin-left: 5px;
  font-family: Fontawesome;
}
.similar-plans-content-wrap.short-content .view-details a:hover {
  color: #e83c69;
}
.amazonate-tours-lay .hotel-image-garry-wrap .slick-slide-inner-wrapper a{
  cursor:default;
}

.loaction-tabber-wrapper h3.box-heading {
  float: left;
  margin-right: 0;
  margin-top: 22px;
  margin-bottom: 11px;
  color: #666;
  font-size: 24px;
}
.loaction-tabber-wrapper ul.nav.controls {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  border-bottom: 1px solid transparent;
}
.loaction-tabber-wrapper ul.nav.controls:after,
.loaction-tabber-wrapper ul.nav.controls:before {
  content: " ";
  display: table;
}
.loaction-tabber-wrapper ul.nav.controls li {
  display: inline-block;
  float: left;
  margin-bottom: -1px;
}
.loaction-tabber-wrapper ul.nav.controls li a {
  text-decoration: none;
  border: none !important;
  line-height: 50px;
  color: #FFF !important;
  text-align: center;
  background-color: #233354;
  padding: 10px;
  margin: 0;
  height: inherit;
  width: inherit;
  font-weight: 600;
  border-radius: 0 0 0 0;
  position: relative;
  display: block;
}
.loaction-tabber-wrapper ul.nav.controls li.active a {
  background-color: #ef114c;
  color: #fff;
}
.loaction-tabber-wrapper .tabber-item {
  position: relative;
}
.loaction-tabber-wrapper div#opaltour-tour-search-places {
  bottom: 25px;
  left: 10px;
  position: absolute;
  z-index: 1;
}
.loaction-tabber-wrapper .nearby-container {
  cursor: pointer;
  background-color: #FFF;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
}
.loaction-tabber-wrapper .nearby-container i {
  display: block;
  line-height: 40px;
}
.loaction-tabber-wrapper .nearby-container span {
  white-space: nowrap;
  width: 250%;
  display: block;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: #FFF;
  line-height: 40px;
  padding: 0 10px;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
}
.loaction-tabber-wrapper .nearby-container:hover span {
  visibility: visible;
  left: 100%;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.location-tabber-content .tabber-item {
  display: none;
}
.location-tabber-content .tabber-item.active {
  display: block;
}

.plan-pareja-lay a.tab-google-street-view-btn span {
  display: none;
}
.plan-pareja-lay .loaction-tabber-wrapper ul.nav.controls li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding:0;
}
.plan-pareja-lay .loaction-tabber-wrapper h3.box-heading{
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px;
}
.incio-banner-area {
  margin-top: -122px;
}
.incio-banner-area .hs-responsive-embed{
  padding-top: 0;
  padding-bottom: 31.3%;
  overflow: hidden;
}
.incio-banner-area .content {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translatey(-28%);
  width: 100%;
  max-width: 597px;
  right: 0;
  margin: 0 auto;
}
.incio-banner-area .content p {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 0;
}
.incio-banner-area .content h1 {
  font-size: 119px;
  line-height: 79px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-family: Georgia, serif;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 25px;
}
.incio-banner-area .content h2{
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-family: "Open Sans",sans-serif;
  margin: 0;
}
.incio-banner-area {
  position: relative;
}


/* =============== Error 404 ================*/

.error-404-lay {
  background-color: #e5e8dc;
}
.error-404-lay .main-content {
  text-align: center;
  padding-top: 167px;
}
.error-404-lay .main-content .widget-type-linked_image img {
  display: block;
  margin: 0 auto;
  margin-bottom: 39px;
}
.error-404-lay .main-content .custom_error_message h1 {
  color: #363382;
  display: block;
  font-family: Poppins;
  font-size: 30px;
  margin: 0 0 20px;
  position: relative;
  line-height: 1.62857;
}
.error-404-lay .main-content .custom_error_message h3 {
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}
.error-404-lay .main-content .custom_error_message p {
  margin: 0 0 11px;
  font-size: 16px;
}
.error-404-lay .custom_error_message {
  color: #000;
}
.error-404-lay .body-container .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 100px;
}
.opaltour-tour-item:focus{
  outline:none;
}
section.adventure-ecoturistica.clearfix {
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.two-col-right-lay .body-container,
.trip-lay,
.amazonate-trip-lay,
.hotel-lay.one-column-lay .body-container,
.templatetour-lay,
.tour-lay{
  background-color: #e5e8dc;
}
.two-col-right-lay .body-container .page-center.content-wrapper,
.one-column-lay.hotel-lay .body-container .page-center.content-wrapper{
  padding: 20px!important;
  background: #fff !important;
}
.full-width-lay .opal-breadscrumb.banner-area,
.two-col-right-lay .opal-breadscrumb.banner-area,
.trip-lay  .opal-breadscrumb.banner-area,
.one-column-lay   .opal-breadscrumb.banner-area,
.amazonate-trip-lay .opal-breadscrumb.banner-area,
.plantilla-colegios-lay .opal-breadscrumb.banner-area,
.tour-lay .opal-breadscrumb.banner-area,
.error-404-lay  .opal-breadscrumb.banner-area{
  box-shadow: none;
}
.trip-lay .opal-breadscrumb.banner-area {
  padding-top: 120px;
  margin-top: -120px;
}
.amazonate-tours-lay .opal-breadscrumb.banner-area{
  background-attachment: fixed !important;
}
.hs-search-field__suggestions a:hover {
  background: none;
}
.hs-search-field__suggestions #results-for {
  color: #000;
}

body.search-page .body-container-wrapper .hs-search-field span.input-group-addon.input-large.btn-search input.fa {
  font: normal normal normal 14px/1 FontAwesome;
}


.footer-no-nav-wrapper .footer-middle .middle-left-col {
  border: none;
}

.entry-meta {
  clear: both;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3333333333;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
}

.hs-template .opal-breadscrumb.banner-area .breadcrumb-inner {
  display: none;
}

.image-with-descr-tabber-content-wrap .img-with-des-col.col-right ol br {
  display: none;
}

.image-with-descr-tabber-content-wrap .img-with-des-col.col-right .content a:hover {
  color: #d3d327;
}

.hotel-image-garry-wrap.without-border-bottom {
  border-bottom: 0;
  padding-bottom: 23px;
  margin-bottom: 0;
}

.hotel-tabber-group .image-with-descr-tabber-content-wrap .tabber-content > div.half-col-wrapper .img-with-des-col {
  width: 50%;
}

.hotel-tabber-group .image-with-descr-tabber-content-wrap .img-with-des-col.col-left.full-col {
  width: 100%!important;
}

.amazonate-trip-lay.hs-content-id-6055193634 .amazonate-trip-row-2.section-bg.parallax div#hs_cos_wrapper_widget_1533808831724 .image-gallery-group-wrap .gallery .item {
  width: 50%;
  max-width: 50%;
}

ul.hs-error-msgs.inputs-list label {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: -5px;
}

body.landing-page .body-container-wrapper .page-center,
body.site-page .body-container-wrapper .page-center,
body.error-template.one-column.error500  .body-container-wrapper .page-center,
body.password-template .body-container-wrapper .page-center,
body.subscription-template .body-container-wrapper .page-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-container-wrapper input.hs-search-field__input ,
.body-container-wrapper input#hs-pwd-widget-password {
  max-width: 550px;
}

.product-lay .shop-row .hs_cos_gallery_thumbnails img {
  cursor: pointer;
}

body.hs-lay.amazonate-tours-lay.plan-pareja-lay .image-with-descr-tabber-content-wrap .image-wrap img {
  margin: 0;
}

.image-with-descr-tabber-content-wrap .img-with-des-col.col-right ul li br {
  display: none;
}

.image-with-descr-tabber-content-wrap .img-with-des-col.col-right ul li strong a {
  font-weight: bold;
}


.hs-content-id-6054149308 .ui-tabs-menu-wrap ul {
  border-top: 0;
}

.hs-content-id-6054149308 .ui-tabs-menu-wrap ul li {
  border-top: 1px solid #d4dedc;
}

.hs-lay.home-lay .form-wrapper .hs_submit.hs-submit input.hs-button.primary.large {
  margin: 0;
}

.no-content.opal-breadscrumb.banner-area {
  min-height: 223px;
}

.hs-lay.home-lay .home-banner-area {
  -webkit-font-smoothing: antialiased!important;  
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */


@media (min-width:768px){
  .amazonate-tours-lay .full-width-content-wrap {
    font-size: 12px;
    font-weight: 300;
    padding-left: 33.33%;
  }
  .amazonate-tours-lay .full-width-content-wrap:after,
  .amazonate-tours-lay .full-width-content-wrap:before {
    content: "";
    display: table;
    width: 100%;
  }
  .amazonate-tours-lay .full-width-content-wrap .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .amazonate-tours-lay .full-width-content-wrap hr {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    background: transparent;
    margin: 3px 0;
  }

  .hs-lay.home-lay .owl-wrapper .owl-item {
    width: 33.33% !important;
  }

  .home-owl-wrapper .slick-track {
    width: 100% !important;
  }
}


@media (max-width:1499px){
  .incio-banner-area .content p,
  .incio-banner-area .content h2{
    font-size: 23px;
    line-height: 23px;
  }
  .incio-banner-area .content h1{
    font-size: 93px;
    line-height: 62px;
  }
  .incio-banner-area .hs-responsive-embed {
    padding-bottom: 31.4%;
  }
  .incio-banner-area .content{
    max-width:463px;
  }
}


@media (max-width:1399px){
  .incio-banner-area .content p,
  .incio-banner-area .content h2{
    font-size: 17px;
    line-height: 1;
  }
  .incio-banner-area .content h1{
    font-size: 84px;
    line-height: 56px;
    padding-bottom: 18px;
  }
  .incio-banner-area .content{
    max-width:431px;
  }
}

@media(min-width:1150px) and (max-width:1350px){
  .hs-lay.home-lay .home-banner-area h3{
    font-size: 20px;
  }

  .hs-lay.home-lay .home-banner-area h1{
    font-size: 81px;
  }

  .hs-lay.home-lay .home-banner-area h2{
    font-size: 20px;
  }
}

@media (min-width: 1200px){
  .header-top .page-center,
  .header-bottom .page-center,
  .opal-breadscrumb.banner-area .breadcrumb-inner .page-center,
  .blog .body-container-wrapper .page-center,
  body.search-page .body-container-wrapper .page-center {
    max-width: 1200px !important;
  }
}



@media screen and (min-width: 999px){
  section.adventure-ecoturistica .kc_row.kc_row_inner  {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    clear: both;
  }
}


@media(max-width:1250px){
  .kc-flipbox.kc-flip-container:hover .flipper {
    left: 0;
  }

  section.adventure-ecoturistica .front, section.adventure-ecoturistica .back{
    width: 100%;
  }

  .kc_column_inner.span6.col2 {
    margin: 0 !important;
    padding: 0 0 0 20px;
  }
}



@media (max-width: 1300px) {
  .product-lay .shop-row .hs_cos_gallery_thumbnails {
    padding: 0 50px;
    margin: -45px 0 0 0;
  }

  .product-lay .shop-row .hs_cos_gallery_thumbnails:hover button.slick-arrow.slick-prev {
    left: 15px;
  }

  .product-lay .shop-row .hs_cos_gallery_thumbnails:hover button.slick-arrow.slick-next {
    right: 15px !important;
  }

  .product-lay .shop-row .hs_cos_gallery_main ul.slick-dots {
    bottom: -90px;
  }
}

@media (max-width: 1205px) {
  .account-links ul.account-links.dropdown li:last-child {
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 45px 9px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-right: 0;
    float: none;
    padding: 0;
    text-align: right;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li ul.hs-menu-children-wrapper {
    left: -100% !important;
    right: auto !important;
  }

  .footer-top .clients p a {
    padding-top: 10px;
    padding: 10px 35px;
  }

  .footer-top .clients p a:last-child {
    margin-left: 0px;
  }

  .header-wrapper.type2 .custom-menu-primary {
    margin: 0 0 0px 0px !important;
  }

  .header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 45px 5px;
  }
  .kc-image-hover-effects .overlay-effects .content-title {
    font-size: 20px;
  }
  .kc-image-hover-effects .overlay-effects .content-desc {
    font-size: 12px;
    line-height: normal;
  }
}

@media (max-width: 1199px){

  .hs-lay.home-lay .owl-wrapper {
    float: none;
    width: 100% !important;
  }
}



@media (min-width: 992px) and (max-width: 1199px){
  .header-top .page-center,
  .header-bottom .page-center,
  .opal-breadscrumb.banner-area .breadcrumb-inner .page-center,
  .blog .body-container-wrapper .page-center,
  body.search-page .body-container-wrapper .page-center,
  body.hs-lay.cotizador-lay .body-wrap .page-center,
  body.header2 .shop-row .page-center {
    max-width: 1000px !important;
  }

  .tour-lay .body-container .page-center.content-wrapper{
    max-width:1000px!important;
  }

  .hs-lay.home-lay .owl-wrapper {
    padding: 40px 0 0;
    margin: 0 0 30px;
    float: none;
    width: 100% !important;
  }
}

@media(min-width:992px) and (max-width:1149px){
  .hs-lay.home-lay .home-banner-area .banner-content {
    padding-top: 90px;
  }

  .hs-lay.home-lay .home-banner-area h3{
    font-size: 20px;
    margin: 6px 0 -15px 0px;
  }

  .hs-lay.home-lay .home-banner-area h1{
    font-size: 50px;
    margin: 0;
  }

  .hs-lay.home-lay .home-banner-area h2{
    font-size: 25px;
    margin-left:0;
  }
}


@media (max-width:1040px) and (min-width:768px){
  .ui-tabs-menu-wrap ul li a {
    padding: 0 13px;
  }
  .amazonate-tours-lay .ui-tabs-menu-wrap ul li a {
    padding: 0 30px;
  }
  .base-rate-more-link a {
    padding: 18px 20px;
  }
}


@media (max-width:1099px){
  .incio-banner-area .content p,
  .incio-banner-area .content h2{
    font-size: 21px;
    line-height: 21px;
  }
  .incio-banner-area .content h1{
    font-size: 68px;
    line-height: 45px;
  }
  .incio-banner-area .content{
    max-width:375px;
  }
}

@media(max-width:1000px) and (min-width:768px){
  section.adventure-ecoturistica .kc_row.kc_row_inner {
    width: 100% !important;
  }
}

@media(max-width:992px) and (min-width:768px){
  .accomodation-wrapper .accomodation-col .overlay-effects {
    padding: 10px;
  }
  .kc-image-hover-effects .overlay-effects .content-title {
    font-size: 15px;
  }

  .kc-image-hover-effects .overlay-effects .content-desc {
    font-size: 9px;
    line-height: normal;
  }

  section.adventure-ecoturistica .kc_row.kc_row_inner {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .header-top {
    display: none !important;
  }

  .header-bottom .header-search {
    display: none;
  }

  .topbar-mobile {
    width: 100% !important;
    background: #363382;
    display: table !important;
  }

  .topbar-mobile .header-search-top {
    line-height: 48px;
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-align: center;
    left: 48px;
    display: inline-block;
  }

  .topbar-mobile .header-contact {
    line-height: 48px;
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-align: center;
    margin: 0;
    left: 48px;
    display: inline-block;
  }

  .topbar-mobile span.fa {
    color: #fff;
    font-size: 20px;
  }

  .topbar-mobile .header-search-top:hover .search-box-wrapper {
    display: block!important;
    opacity: 1;
    visibility: visible;
    left: 0;
    right: auto;
    top: 100%;
    z-index: 99999;
    color: #fff;
    padding: 30px;
    background-color: #f8f6f0;
    filter: alpha(opacity=0);
    position: absolute;
    min-width: 270px;
    right: 0;
    text-align: left;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
  }

  .topbar-mobile .header-search-top:hover .search-box-wrapper form {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
  }

  .topbar-mobile .header-search-top:hover .search-box-wrapper form input.hs-search-field__input {
    font-size: 1.5rem;
    height: auto;
    padding: 9px 12px 7px;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .topbar-mobile .header-search-top:hover {
    background-color: #2e2c70 !important;
    cursor: pointer;
  }
  .topbar-mobile .header-search-top:hover .search-box-wrapper form .input-large.btn-search {
    line-height: 32px;
    background: #363382;
    position: relative;
    width: 52px;
    vertical-align: top;
    padding: 5px 12px;
    margin-top: -1px;
  }

  .topbar-mobile .header-search-top:hover .search-box-wrapper form .input-large.btn-search input.fa {
    color: #fff;
    border: none;
    font-size: 16px;
    background-color: transparent;
    padding: 0;
  }

  .header-contact .active-content {
    display: none;
  }

  .topbar-mobile .header-contact:hover {
    background-color: #2e2c70 !important;
    cursor: pointer;
  }

  .topbar-mobile .header-contact:hover .active-content {
    top: 100%;
    z-index: 99999;
    color: #fff;
    padding: 30px;
    background-color: #f8f6f0;
    filter: alpha(opacity=0);
    position: absolute;
    min-width: 270px;
    text-align: left;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0;
    right: auto;
  }

  .topbar-mobile .header-contact:hover .active-content ul {
    margin-top: 0;
    margin-bottom: 11px;
    padding: 0;
    list-style: none;
  }

  .topbar-mobile .header-contact:hover .active-content ul li {
    display: block;
    margin: 0;
    padding: 5px 0;
    line-height: normal;
  }

  .topbar-mobile .header-contact:hover .active-content ul li a {
    color: #000;
  }

  .topbar-mobile .header-contact:hover .active-content ul li a:hover {
    color: #d3d327;
  }

  .header-bottom {
    padding: 15px 0;
    text-align: center;
  }

  .header-bottom .span4.widget-span {
    width: 100% !important;
  }

  a.mobile-icon span:hover {
    background: #d8194b;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
  }

  .show-mobile-nav a.mobile-icon {
    left: 65%;
  }

  .show-mobile-nav .header-wrapper:before,
  .show-mobile-nav .body-container-wrapper:before,
  .show-mobile-nav .footer-container-wrapper:before {
    content: "";
    background-color: rgba(0,0,0,.2);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }

  a.close-icon {
    color: #fff;
    background-color: #b1d823 !important;
  }

  a.close-icon span.icon {
    padding: 14px 25px;
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-size: 12px;
    border-radius: 3px;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    height: 49px;
    display: inline-block;
  }

  .offcanvas-head button {
    padding: 14px 25px;
  }

  a.close-icon span {
    display: inline-block;
    width: auto;
    text-transform: capitalize;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    line-height: 1.62857;
    padding-left: 3.5px;
  }

  a.close-icon span.icon:hover {
    background: #d8194b;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    color: #363382;
  }

  a.close-icon span.icon:hover {
    background: #d8194b;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    color: #363382;
    border-color: #000;
  }

  a.close-icon span.icon i {
    padding-top: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-right: 0;
    float: none;
    padding: 0;
    text-align: right;
    padding: 0 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 14px 15px;
    text-align: left;
    line-height: 22px;
    text-transform: capitalize;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: normal;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: inherit !important;
    margin-top: 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    display: block;
  }

  .custom-menu-primary ul.hs-menu-children-wrapper {
    display: none;
  }

  a.child-trigger {
    position: absolute !important;
    right: 10px;
    top: 10px;
    width: 25px !important;
    height: 25px;
    border: 1px solid #e5e5e5;
    z-index: 9;
    background: #f5f5f5;
    padding: 0 !important;
  }

  a.child-trigger span {
    position: relative;
    width: 23px;
    font-weight: bold;
  }
  a.child-trigger span:after {
    font-family: FontAwesome;
    content: "\f107";
    top: 0;
    left: 7px;
    position: absolute;
    z-index: 9;
  }

  b.caret {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li i {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    background: transparent;
    color: #d3d327;
  }

  a.child-trigger:hover {
    position: absolute !important;
    right: 10px;
    top: 10px;
    width: 25px !important;
    height: 25px;
    border: 1px solid #e5e5e5;
    z-index: 9;
    background: #f5f5f5 !important;
    padding: 0 !important;
    color: #666 !important;
    cursor:pointer;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    border: 1px solid #ccc;
    padding: 5px 0 0;
    min-width:100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 0;
    border-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    white-space: nowrap !important;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 15px;
    text-indent: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    text-decoration: none;
    color: #373737;
    background-color: #f5f5f5;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal !important;
  }
  .footer-top .clients p a {
    padding-top: 10px;
    padding: 10px 20px;
  }

  .box-user {
    display: none;
  }

  .header-wrapper.type2 .header-bottom {
    z-index: 9999;
    background: #363382;
    text-align: center;
    border-top: 1px solid #f1f2ea;
    border-bottom: 0px solid #f1f2ea;
  }

  .header-wrapper.type2 .header-bottom {
    padding: 30px 0;
    text-align: center;
  }


  .header-wrapper.type2 .custom-logo {
    margin-top: 0;
  }

  .header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 15px;
    color: #000;
    text-transform: none;
  }

  .header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #d3d327;
  }

  body.hs-lay.cotizador-lay .body-wrap .page-center {
    background: #fff;
    padding: 20px;
    max-width: 95%;
  }

  .hs-lay.home-lay .home-banner-area {
    margin-top: -1px;
  }

  .hs-lay.home-lay .home-banner-area .banner-content {
    padding-top: 0;
  }

  .hs-lay.home-lay .home-banner-area h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 6px 0 -10px 0px;
  }

  .hs-lay.home-lay .home-banner-area h1{
    font-size: 61px;
    margin: 0;
  }

  .hs-lay.home-lay .home-banner-area h2{
    margin: -4px 0 0 0;
    font-size: 15px;
  }

  .planes-tour-list-item {
    display: block;
    margin: 0 0 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .planes-tour-list-item .inner-group .image-group {
    max-height: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  .planes-tour-list-item:hover .inner-group .image-group img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .planes-tour-list-item .inner-group .tour-content .description,
  .planes-tour-list-item .inner-group .tour-content span.location {
    margin-bottom: 20px;
  }

  .planes-tour-list-item:hover .inner-group .image-group:after {
    background: transparent;
  }
  .topbar-mobile .header-search-top:hover .search-box-wrapper form .input-large.btn-search {
    padding: 2px 0;
    position: absolute;
    top: 0px;
    height: 42px;
    vertical-align: middle;
    right: -1px;
    display: block;
  }

  .search-box-wrapper .hs-search-field__bar form {
    max-height: 42px;
  }

  .topbar-mobile .header-search-top:hover .search-box-wrapper form {
    padding-right: 52px;
  }

  .topbar-mobile .header-search-top:hover .search-box-wrapper form .input-large.btn-search input.fa {
    font-size: 0;
  }

  .search-box-wrapper .hs-search-field__bar form .input-large.btn-search:before {
    right: 19px;
    color: #fff;
    font-size: 16px;
    top: 12px;
  }

  .topbar-mobile .header-search-top:hover .search-box-wrapper form .input-large.btn-search:hover:before {
    color: #fff;
  }

  .header-wrapper.type2 a.mobile-icon {
    position: absolute;
    top: -79px;
    left: 0;
    z-index: 999;
  }

  .product-lay .shop-row .hs_cos_gallery_main ul.slick-dots {
    bottom: -60px;
  }

  .product-lay .shop-row .hs_cos_gallery_thumbnails button.slick-arrow.slick-next,
  .product-lay .shop-row .hs_cos_gallery_thumbnails button.slick-arrow.slick-prev {
    top: auto;
    bottom: 0;
  }

  .amazonate-tours-lay .opal-breadscrumb.banner-area {
    min-height: 400px;
  }
  .widget-span.custom-content-group {
    padding: 20px;
    padding-top: 19px;
  }
  .trip-group-item {
    width: 50%;
  }
  .long-content-col{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    max-height: 100% !important;
  }
  .tour-list-wrapper-long-content-item .row {
    display: block;
  }
  .long-content-col.col-left a.book-btn{
    opacity: 1;
  }
  .similar-plans-content-wrap.short-content .opaltour-tour-item,
  .opaltour-tour-item{
    width: 50% ;
  }
  .tour-lay .opal-breadscrumb.banner-area {
    margin-top: 0;
    padding-top: 0;
  }

  .similar-plans-content-wrap.short-content .opaltour-tour-item .content h3.title,
  .opaltour-tour-item .content h3.title{
    font-size: 16px;
  }
  .similar-plans-content-wrap.short-content  .content {
    background: rgba(0,0,0,.6);
    bottom: 0;
    color: #fff;
    font-weight: 300;
    height: 100%;
    padding: 30px;
    position: absolute;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .similar-plans-content-wrap.short-content .opaltour-tour-item > div:hover .top-wrap img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .incio-banner-area {
    margin-top: 0;
  }
  .incio-banner-area .content p,
  .incio-banner-area .content h2{
    font-size: 15px;
  }
  .incio-banner-area .content h1{
    font-size: 61px;
    line-height: 40px;
    padding-top: 0;
  }
  .incio-banner-area .content{
    max-width:305px;
  }
  .opaltour-tour-item .content {
    bottom: 0;
    background: rgba(0,0,0,.6);
  }
  .hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .content h3{
    font-size: 16px;
  }
  .hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .content .description{
    display:none;
  }
  .opaltour-tour-item .content .view-details {
    position: relative;
    text-align: left;
  }
  .hs-lay.home-lay .opaltour-tour-item .content .view-details {
    padding-left: 20px;
  }
  .opaltour-tour-item .content .view-details a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
  }
  .opaltour-tour-item .content .view-details a:after {
    color: #e83c69;
    content: "\f101";
    margin-left: 5px;
    font-family: Fontawesome;
  }
  .opaltour-tour-item .content .view-details a:hover {
    color: #e83c69;
  }
  .hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .top-wrap a.btn,
  .opaltour-single.tours-related .top-wrap a.btn{
    opacity: 1;
    font-size: 12px;
    line-height: 1.62857;
    border-radius: 3px;
    text-transform: uppercase;
  }
  .opaltour-tour-item > div:hover .top-wrap:after{
    background: rgba(0,0,0,0);
  }
  .hs-lay.home-lay .row2-wrapper .opaltour-single.tours-related .top-wrap a.btn:hover,
  .opaltour-single.tours-related .top-wrap a.btn:hover{
    background: #d8194b;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a{
    background: none;
    color: #363382!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after {
    height: 0px;
    opacity: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a.child-trigger,
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a.child-trigger,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a.child-trigger,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a.child-trigger,
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a.child-trigger,
  .custom-menu-primary .hs-menu-wrapper > ul li > a.child-trigger{
    background: #f5f5f5;
    color: #666 !important;
  }
  .remove-top-header .header-wrapper.type1 .topbar-mobile{
    display:none !important;
  }
  .header-wrapper {
    position: absolute;
  }
  .remove-top-header .header-wrapper.type1 {
    position: fixed;
    transform:translate3d(0,0,0)
  }
  .header2.fixed .header-wrapper.type2 .header-bottom {
    background: #363382;
    border-top: 1px solid rgba(0,0,0,.1);
  }
  a.mobile-icon {
    position: absolute;
    top: -63px;
    left: 0;
    z-index: 999;
  }
  .show-mobile-nav a.mobile-icon {
    left: 0;
  }
  .search-box-wrapper form input.hs-search-field__input:focus {
    border-color: #b1d823;
    outline: 0;
    box-shadow: none!important;
  }
  .search-box-wrapper .hs-search-field__bar input.hs-search-field__input {
    border: 1px solid #e5e5e5;
  }
  .search-box-wrapper .hs-search-field__bar form {
    border: 0;
    background: #363382;
  }
  .topbar-mobile .header-search-top:hover .search-box-wrapper form .input-large.btn-search:hover {
    background: #d8194b;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
  }
  .topbar-mobile .header-search-top:hover .search-box-wrapper form .input-large.btn-search {
    right: 0px;
    top: 5px;
    height: 34px;
  }
  .search-box-wrapper .hs-search-field__bar form .input-large.btn-search:before {
    top: 8px;
  }
  .header-wrapper.type2 .header-bottom {
    border-top: 1px solid rgba(0,0,0,.1);
  }

  .remove-top-header .header-bottom {
    position: fixed;
    width: 100% !important;
  }

  .remove-top-header.trip-lay .header-bottom {
    position: relative;
    width: 100% !important;
  }

  .header2.remove-top-header .header-bottom {
    position: relative;
    width: 100% !important;
  }




}  


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .footer-middle .middle-right-col {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .footer-middle ul li br {
    display: none;
  }

  .bottom-left-content {
    margin-bottom: 52px;
  }

  .footer-top .clients p a:last-child {
    margin-left: auto;
  }

  .footer-top .clients p a {
    padding-top: 10px;
    padding: 10px 20px;
    display: block;
    width: 171px;
    margin: 0 auto;
    text-align: center;
  }

  .footer-social-col {
    margin-bottom: 15px;
  }

  .footer-middle .middle-left-col {
    padding-top: 20px;
    padding-bottom: 30px;
    border-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 8px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 15px;
    position: relative;
  }

  .blog.hs-blog-post .blog-content {
    margin-bottom: 50px;
    padding: 20px;
    background: #fff;
    overflow: hidden;
  }

  .hs-blog-post .related-topics article.tag-colegio-gaia {
    float: none;
    padding-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-post-wrapper .post-body {
    padding: 0;
  }

  body.search-page .body-container-wrapper .hs-search-field {
    max-width: 100%;
    display: table;
    width: 100%;
  }

  .kc_column_inner.span6.col2 {
    padding: 0;
  }

  section.adventure-ecoturistica .front, section.adventure-ecoturistica .back {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  section.adventure-ecoturistica .kc_row.kc_row_inner {
    width: 100%;
  }

  .kc_column_inner.span6 .kc-flipbox.kc-flip-container:hover .flipper .back .des,
  .kc-flip-container .front .front-content{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .kc_column_inner.span6 .kc-flipbox.kc-flip-container:hover .flipper .back .des,
  .kc-flip-container .front .front-content{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .hs-lay.home-lay .form-wrapper .hs-form-field {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .hs-lay.home-lay .form-wrapper .hs_submit.hs-submit {
    margin-left: 0;
    margin-top: 15px;
  }

  .kc-flip-container .front .front-content h3,
  .kc_column_inner.span6 .kc-flipbox.kc-flip-container:hover .flipper .back .des h3{
    margin-top: 0;
  }

  .two-column-gallery .left-gallery ,
  .two-column-gallery .right-gallery {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
  }

  .two-column-gallery .left-div {
    margin: 0;
    width: 100%;
  }

  .accomodation-wrapper .accomodation-row.two-col {
    width: 100%;
    display: block;
    vertical-align: middle;
    margin: 0;
    float: none;
  }

  .two-column-gallery .left-div {
    margin: 0;
    width: 100%;
  }

  .two-column-gallery .right-div {
    margin: 0;
    width: 100%;
  }

  .accomodation-wrapper .accomodation-col .kc-image-hover-effects {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    max-width: 500px;
    margin: 0 auto 10px;
  }

  .accomodation-wrapper .accomodation-col .kc-image-hover-effects a img {
    transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
    float: none;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .tours-two-col-equal-group .content {
    width: 100%;
    float: none;
  }

  .tours-two-col-equal-group .content .tours-group .trip-item {
    height: auto !important;
  }

  .tours-two-col-equal-group .tours-group.no-img .trip-item {
    height: 50vw !important;
  }

  .shop-list-wrapper .product-wrapper.show1 .product-inner {
    width: 100%;
    padding: 0 15px;
  }

  .product-lay .shop-row .hs_cos_gallery_thumbnails button.slick-arrow.slick-next,
  .product-lay .shop-row .hs_cos_gallery_thumbnails button.slick-arrow.slick-prev {
    top: auto;
    bottom: 20px;
  }

  .product-lay .shop-row .hs_cos_gallery_main ul.slick-dots {
    bottom: -150px;
  }

  .image-with-desc-and-title-wrap .col-left,
  .base-rate-item{
    margin-bottom: 15px;
  }
  .base-rate-item:last-child{
    margin-bottom:0;
  }
  .widget-span.right-sidebar-col{
    border:none!important;
  }
  .ui-tabs-menu-wrap ul{
    width:100%;
    display:block;
  }
  .ui-tabs-menu-wrap ul li {
    float: none;
  }
  .image-with-descr-wrapper.full-tabber-wrapp .image-with-descr-tabber-content-wrap .tabber-content {
    margin-top: 0!important;
  }
  .image-with-descr-tabber-content-wrap .img-with-des-col.col-left {
    margin-bottom: 15px;
  }
  .main-tabber-menu .one-col-title-with-link-wrap {
    display: block;
    float: none;
  }.full-width-content-with-bg-wrap .content-wrap{
    padding: 0;
  }
  .full-width-content-with-bg-wrap .content-wrap .content h3 {
    margin-bottom: 14px;
  }
  .full-width-content-with-bg-wrap {
    padding-top: 61px;
  }
  .contact-with-bg-wrap .col-center ul:last-child,
  .image-gallery-group-wrap .gallery .item{
    margin-bottom: 20px !important;
  }
  .image-gallery-group-wrap .gallery .item:last-child{
    margin-bottom:0 !important;
  }

  .ambiental-lay .ambiental-row .page-center > div {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .ambiental-row-one .page-center > div {
    Padding-bottom: 44px!important;
  }
  .accordion-wrapper .acc_content-wrap .content {
    padding-left: 0;
  }
  .content-wrap-mod .link-button a,
  .content-wrap-mod{
    float: none;
  }
  .plantilla-colegios-lay .main-tabber-menu .one-col-title-with-link-wrap{
    border-right: 1px solid #ddd;
  }
  .plantilla-colegios-lay .main-tabber-menu .one-col-title-with-link-wrap:last-child{
    border-bottom:none;
  }
  form.hs-form fieldset .hs-form-field {
    padding: 0 0px 0 0;
    margin-bottom: 30px;
  }
  fieldset > div {
    width: 100%!important;
    float: none;
  }
  form.hs-form fieldset {
    margin-bottom: 0;
  }
  .image-with-descr-tabber-content-wrap .tabber-content {
    margin-top: 0;
  }
  .one-column-lay.hotel-lay .body-container .page-center.content-wrapper > div,
  .image-with-descr-tabber-content-wrap .tabber-content > div,
  .image-with-descr-tabber-content-wrap .img-with-des-col,
  .hotel-image-garry-wrap .slick-slide-inner-wrapper,
  .accordion-wrapper,
  .one-column-lay .widget-span.right-sidebar-col.left-col,
  .full-width-content-with-bg-wrap .content-wrap .content{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .widget-span.custom-content-group,
  .plan-pareja-row{
    padding-left: 15px;
    padding-right: 15px;
  }
  .cm-module .module-col,
  .widget-span.right-sidebar-col,
  .image-with-descr-tabber-content-wrap .img-with-des-col,
  .base-rate-item,
  .two-col-eq-content-wrap .two-col-eq-col,
  .image-gallery-group-wrap .gallery .item,
  .trip-group-item,
  .contact-with-bg-wrap .col-center ul > li,
  .widget-span.plantilla-colegios-col,
  .widget-span.contact-col{
    float: none !important;
    width:100% !important;
    max-width:100% !important;
  }
  .opaltour-tour-item{
    float:none;
    width:100%;
  }
  .home-lay .opaltour-tour-item{
    float:left
  }
  .opaltour-tour-item
  .contact-page-form .hs-input {
    max-width: 100%;
  }

  .incio-banner-area .content p,
  .incio-banner-area .content h2{
    font-size: 12px;
  }
  .incio-banner-area .content h1{
    font-size: 47px;
    line-height: 31px;
    padding-bottom: 10px;
  }
  .incio-banner-area .content{
    max-width:234px;
  }
  .incio-banner-area .content {
    max-height: 50%;
    overflow-y: auto;
  }

  .parallax,
  section {
    background-position: center center !important;
  }

  .hotel-tabber-group .image-with-descr-tabber-content-wrap .tabber-content > div.half-col-wrapper .img-with-des-col {
    width: 100%;
  }

  .contact-page-form .hs-input,
  .hs-input {
    max-width:  100% !important;
  }

  .similar-plans-content-wrap.short-content .opaltour-tour-item, .opaltour-tour-item {
    width: 100%;
  }

  .main-tabber-menu .one-col-title-with-link-wrap a i {
    margin-right: 3px;
    font-size: 14px;
  }


  body.hs-lay.amazonate-tours-lay .main-tabber-menu .one-col-title-with-link-wrap a {
    display: inline-block;
    text-indent: 0;
    font-size: 0;
  }

  .main-tabber-menu .one-col-title-with-link-wrap {
    display: inline-block;
    float: none;
  }

  .image-with-descr-tabber-content-wrap .img-with-des-col.col-right ul {
    padding-left: 40px;
     padding-right: 40px;
  }

  .widget-span.custom-content-group .full-width-content-wrap p {
    font-size: 12px;
  }

  .amazonate-tours-lay .opal-breadscrumb.banner-area .title-breadcrumb {
    top: auto;
    bottom: 0;
    padding-bottom: 0;
  }

  .contact-with-bg-wrap .col-left {
    text-align: center;
    border-right: 0;
  }

  .contact-with-bg-wrap .col-center {
    padding: 0;
  }

  .hs-lay.home-lay .row4-wrapper h3 {
    font-size: 25px;
  }

  .body-container-wrapper input.hs-search-field__input,
  .body-container-wrapper input#hs-pwd-widget-password,
  .body-container-wrapper  #email-prefs-form .email-edit {
    max-width: 100% !important;
  }

  .full-tabber-wrapp .image-with-descr-tabber-content-wrap .tabber-content > div {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  body.hs-lay.two-col-right-lay .full-tabber-wrapp .content h4 {
    font-size: 22px;
  }
}  

@media (max-width: 660px) {
  .product-lay .shop-row .hs_cos_gallery_main ul.slick-dots {
    bottom: -120px;
  }

}

@media (max-width: 600px) {
  .product-lay .shop-row .hs_cos_gallery_main ul.slick-dots {
    bottom: -120px;
  }
  .amazonate-trip-lay .image-gallery-group-wrap h3.title {
    font-size: 30px;
  }
}

@media (max-width: 550px) {
  .product-lay .shop-row .hs_cos_gallery_main ul.slick-dots {
    bottom: -100px;
  }
}

@media (max-width: 500px) {
  .product-lay .shop-row .hs_cos_gallery_main ul.slick-dots {
    bottom: -80px;
  }
}

@media (max-width: 450px) {
  .product-lay .shop-row .hs_cos_gallery_main ul.slick-dots {
    bottom: -70px;
  }
}



/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .nav-links a {
    display: block;
    padding: 0;
    width: 100%;
    float: left;
    color: #000;
  }

  .nav-links a>div.pull-right {
    text-align: left;
  }

  .hs-lay.home-lay .home-banner-area h2 {
    font-size: 13px;
  }

  .hs-lay.home-lay .home-banner-area h1 {
    font-size: 31px;
  }

  .hs-lay.home-lay .home-banner-area h3 {
    font-size: 14px;
  }

  .kc-image-hover-effects .overlay-effects .content-desc {
    font-size: 11px;
  }

  .kc-image-hover-effects .overlay-effects .content-title {
    font-size: 15px;

  }

  .incio-banner-area .content h1 {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 0;
  }
  .opal-breadscrumb.banner-area .title-breadcrumb {
    padding: 60px 10px;
    display: block;
  }

  .opal-breadscrumb.banner-area .title-breadcrumb h2 {
    font-size: 30px;
  }

  .opal-breadscrumb.banner-area .breadcrumb-inner .breadcrumb-menu-wrapp ul li a {
    color: #fff;
    font-size: 10px;
  }
  .page-center-index {
  text-align: center;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #0f1c37;  
}
}