@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//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");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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







@font-face {
    font-family: 'ProximaNova';
    src: url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Bold.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Bold.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Bold.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Bold.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Light.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Light.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Light.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Light.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Regular.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Regular.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Regular.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Regular.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Nomad-2019/Proxima-Nova-Font/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://cdn2.hubspot.net/hubfs/2383742/Oryx-2019/avenir-condensed/AvenirNextLTPro-Cn.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2383742/Oryx-2019/avenir-condensed/AvenirNextLTPro-Cn.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Oryx-2019/avenir-condensed/AvenirNextLTPro-Cn.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Oryx-2019/avenir-condensed/AvenirNextLTPro-Cn.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Oryx-2019/avenir-condensed/AvenirNextLTPro-Cn.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2383742/Oryx-2019/avenir-condensed/AvenirNextLTPro-Cn.svg#AvenirNextLTPro-Cn') format('svg');
    font-weight: normal;
    font-style: normal;
}









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

*{box-sizing: border-box;}	
*:focus{outline:none;}
body{margin:0px; font-family:'Proxima Nova Lt'; font-weight:400; font-size: 18px; line-height: 26px; color:#fff; overflow-x:hidden;}
body *{box-sizing: border-box;}
ul{margin:0px; padding:0px;}
ul li{list-style:none;}
a{ -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; text-decoration:none; font-size:16px; line-height:26px; color:#fff; text-transform:uppercase; font-family:'Proxima Nova Rg'; font-weight:400;}
a:hover, a:focus{text-decoration:none; color:#0699af; }
.row-fluid [class*="span"].no-height{min-height: auto;}
.row-fluid [class*="span"]{min-height:auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-family:'Proxima Nova Rg'; font-weight:400; color:#fff; }
h1 { font-size: 80px; line-height:81px; font-family:'ProximaNova'; font-weight:bold; }
h2 { font-size:40px; line-height:1.44; } 
h3 { font-size: 26px; line-height: 32px; }
p {margin:0;padding:0;}

::placeholder {color: #000000; opacity: 1;}
:-ms-input-placeholder {color: #000000;}
::-ms-input-placeholder { color: #000000;}

.bgimg img{display:none;}
.bgmain{background-repeat:no-repeat; background-position:center; background-size:cover;}

.fl100 { width:100%; float:left; }
.text-left, .text-left h2, .text-left p { text-align:left }
/* Slick Arrow */
.slick-slider .slick-arrow{background:none; border:none; padding:0px; z-index:11; position:absolute; top:50% ; transform: translateY(-50%); left:0px; width:20px; height: 30px; font-size:0px; color:#fff; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; cursor:pointer;}
.slick-slider .slick-arrow.slick-prev:before { display:none; }
.slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:40px; line-height:26px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:before { display:none; }
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:40px; line-height:26px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0px;}

/* Slick Dots */
.slick-slider .slick-dots{position:absolute; line-height:0px; left:0; right:0; bottom:-78px; text-align:center;}
.slick-slider .slick-dots li{ display:inline-block; margin:0 5px; }
.slick-slider .slick-dots li button{width:8px; height:8px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:0px; cursor:pointer; opacity:.5; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; font-size:0px; } 
.slick-slider .slick-dots li.slick-active button{opacity:1;}

/* Header Section */
.row-fluid .header_section {padding: 50px 0 20px;width: 100%;position: fixed;top: 0;left: 0;z-index: 999; -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;; background-image: linear-gradient(180deg, #00090f 0%, rgba(0, 9, 15, 0) 100%); }
.row-fluid .header_section.headerfidex {background-color: #00111b; padding: 25px 0 20px; }
.row-fluid .header_section .header-logo { width: 190px; float: left; }
.row-fluid .header_section .head-menu-wrap { width: calc(100% - 190px); float: left; margin: 0px; }
.row-fluid .header_section .header-logo img { max-width: 160px; height: auto; max-height: 47px; -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;; }
.row-fluid .header_section .mainmenu { width: 100%; float: left; text-align: right; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal { line-height: 0px; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li { padding: 0px 12px; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.hs-menu-depth-1:last-child { padding-right:0px; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li a { font-size: 16px; font-weight: 300; font-family:'Proxima Nova Lt'; line-height: 27px; text-overflow: unset; max-width: 100%; padding: 10px 5px; position: relative; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li a:before { content: ''; position: absolute; bottom: 3px; left: 0; width: 100%; height: 2px; background-color: #fff; opacity: 0; visibility: hidden; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.active a:before { opacity:1; visibility:visible; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li a ul { text-align: left; }
.header_popup.fancybox-content { padding: 0px; max-width: 570px; }
.header_popup.fancybox-content .form_style { padding: 40px 48px 45px; }
.header_popup.fancybox-content .form_style .form-title { padding-bottom: 15px; }
.header_popup.fancybox-content  button.fancybox-button svg path {fill: #000; }
/* Sticky Header*/
.row-fluid .header_section.headerfidex {padding: 14px 0 11px;}
.row-fluid .header_section.headerfidex .header-logo img { max-width: 140px; }


/* Footer Section */
.row-fluid .footer-section { position: relative; z-index: 1; padding: 140px/*180px*/ 0 73px; background-repeat: no-repeat; background-size: cover; background-position: center 77%; }
.row-fluid .footer-section:before, .row-fluid .footer-section:after { content: ''; position: absolute; width: 100%; left: 0; height: 50%/*50%*/; opacity:0; z-index: -1; }
.row-fluid .footer-section:before { background-image: linear-gradient(180deg, #00111b 0%, rgba(0, 17, 27, 0) 100%); top: 0; }
.row-fluid .footer-section:after { background-image: linear-gradient(180deg, rgba(0, 9, 15, 0) 0%, #00090f 100%); /*opacity: 0.8;*/ bottom: 0; }
.row-fluid .footer-section .footer-content { padding: 80px 0 0; }
.row-fluid .footer-section.v2 .footer-content { padding: 0px 0 0; }
.row-fluid .footer-section .footer-content .footer-title h2 { font-family:'Proxima Nova Rg'; font-weight: 400; text-transform: uppercase; }
.row-fluid .footer-section .footer-content .footer-title h2 a { font-size: inherit; line-height: inherit; color: inherit; }
.row-fluid .footer-section .footer-content .footer-para p { padding-top: 14px; opacity: 0.7; color:#fff; }
.row-fluid .footer-section .footer-content .copyright-text { font-size: 14px; padding-top: 31px/*71px*/; opacity:0.7; }
.row-fluid .footer-section .footer-bottom { width: 100%; float: left; margin-top: 30px; }

/*====== Contact Page =======*/
.row-fluid .contact-hero { position: relative; z-index: 1; height:529px; text-align: center; }
.row-fluid .contact-hero:before, .row-fluid .contact-hero:after { content: ''; position: absolute; left: 0; right: 0; width: 100%; z-index: -1; }
.row-fluid .contact-hero:before { top: 0; height: 20%/*80%*/; background-image: linear-gradient(180deg, #00090f 0%, rgba(0, 9, 15, 0) 100%); display:none; }
.row-fluid .contact-hero:after { bottom: 0; height: 5%/*40%*/; background-image: linear-gradient(to top, #00111b 0%, rgba(0, 17, 27, 0) 100%); }

/* Form Section */
.row-fluid .form-section { background-color: #00111b; padding: 0 0 70px; position:relative; overflow:hidden; }
.row-fluid .form-section .container { max-width: 1005px; }
.row-fluid .form-section .form-sec-inner { margin-top:70px /*-70px*/; position: relative; z-index: 1; }
.row-fluid .form-section .left-side-section { width: 41%; padding-right: 68px; }
.row-fluid .form-section .right-side-section { width: 59%; float: left; margin: 50px 0 0; padding-left: 5px; }
.row-fluid .form-section .left-side-section .left-title h2,.row-fluid .form-section .left-side-section .left-title h3 { position: relative; padding: 0 0 18px 9px; }
.row-fluid .form-section .left-side-section .left-title h2:before,.row-fluid .form-section .left-side-section .left-title h3:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #0699af; }
.row-fluid .form-section .left-side-section .left-content { padding: 57px 0 42px; border-bottom: 2px solid #0699af; }
.row-fluid .form-section .left-side-section .left-content p { opacity: 0.7; padding: 0 0 15px; }
.row-fluid .form-section .left-side-section .map-box { max-width: 100%; width: 100%; padding-top: 93px; }
.row-fluid .form-section .left-side-section .map-box iframe { width: 100%; height: 365px; }

/* Form Style */
.row-fluid .form_style { width: 100%; float: left; padding:30px 35px 35px/*50px 48px 55px*/;  background-color: #fff; margin: 0; }
.row-fluid .form_style .form-title { font-size: 40px; line-height: 57px; font-family:'Proxima Nova Rg'; text-transform: uppercase; margin: 0px; color: #000; font-weight: 400; padding-bottom:25px; }
.row-fluid .form_style form { width: 100%; float: left; }
.row-fluid .form_style form fieldset { max-width: 100%; }
.row-fluid .form_style form .hs-form-field { margin-bottom: 10px; }
 .row-fluid .form_style form .hs-form-field.hs_phone select { -webkit-appearance: none;  /*padding: 23px 30px 27px;*/ width:30% !important;} 
.row-fluid .form_style form .hs-fieldtype-intl-phone.hs-input input{width:68% !important;}
.row-fluid .form_style form .hs-form-field .input { margin: 0px; }
.row-fluid .form_style form .hs-form-field label span:not(:empty) { font-size: 18px; font-weight: 400; line-height: 28px; color: #000; font-family: 'Proxima Nova Rg';}
.row-fluid .form_style form .hs-form-field label span:empty,.row-fluid .form_style form .hs-form-field label span:empty + span.hs-form-required { display:none; }
.row-fluid .form_style form .hs-form-field input, .row-fluid .form_style form .hs-form-field textarea, .row-fluid .form_style form .hs-form-field select { width: 100% !important; font-size: 18px; font-weight: 400; padding: 18px 20px 16px/*23px 30px 19px*/; line-height: 24px/*28px*/; border-radius: 0px; color: #000; font-family: 'Proxima Nova Rg'; background-color: #f1f1f1; border: 0px; box-shadow: none; display: block;  box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; -o-box-sizing: border-box !important; -ms-box-sizing: border-box !important; box-shadow: none !important; }
.row-fluid .form_style form .hs-form-field select { height:58px; padding:0 20px;  -webkit-appearance: none; appearance: none; background-image: url('https://cdn2.hubspot.net/hubfs/2383742/caret-down.png'); background-repeat: no-repeat; background-position: 97% center; background-size: 12px;}
.row-fluid .form_style form .hs-form-field input, .row-fluid .form_style form .hs-form-field textarea { -webkit-appearance: none; }
.row-fluid .form_style form .hs-form-field input::placeholder, .row-fluid .form_style form .hs-form-field textarea::placeholder { color: #000000; }
.row-fluid .form_style form .hs-form-field input:focus, .row-fluid .form_style form .hs-form-field textarea:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25); }
.row-fluid .form_style form .hs-form-field > label > span:empty + span.hs-form-required { display: none; }
.row-fluid .form_style form fieldset.form-columns-2 > .hs-form-field { width: 50%; float: left; }
.row-fluid .form_style form fieldset.form-columns-2 > .hs-form-field:first-child { padding-right: 5px; }
.row-fluid .form_style form fieldset.form-columns-2 > .hs-form-field:last-child { padding-left: 5px; }
.row-fluid .form_style form .hs-form-field > ul.hs-error-msgs { margin-top: 8px; }
.row-fluid .form_style form .hs-form-field > ul.hs-error-msgs > li { display: block; }
.row-fluid .form_style form .hs-form-field > ul.hs-error-msgs > li > .hs-error-msg { font-size: 15px; }
.row-fluid .form_style form .hs-form-field textarea { resize: none; height: 120px; padding: 20px 20px; }
.row-fluid .form_style form .hs_submit { width: 100%; float: left; }
.row-fluid .form_style form .hs_submit input.hs-button { -webkit-appearance: none; letter-spacing:1px;   font-family: 'Proxima Nova Rg'; /* font-family: 'Avenir Next LT Pro'; */ width: 100%; background: #0699af; padding:15px 15px 13px/*24px 15px 20px*/; border: 2px solid #0699af; cursor: pointer; font-weight: 600; text-align: center; font-size: 16px; line-height: 26px; border-radius: 0px; text-transform: uppercase; color: #fff; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.row-fluid .form_style form .hs_submit input.hs-button:hover { background-color: #fff; color: #0699af; }
.row-fluid .form_style form .hs_country_1 .input { position: relative; }
.row-fluid .form_style form .hs_country_1 .input select { -webkit-appearance: none; }
.row-fluid .form_style form .hs_country_1 .input:before { content: '\f0d7'; font-family: 'FontAwesome'; pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%); right: 10px; color: #000; font-size: 16px; }
.row-fluid .form_style form .hs_error_rollup { display: none; }
.row-fluid .form_style .submitted-message { font-size: 20px; text-transform: capitalize; color: #000; font-family: 'Proxima Nova Rg'; font-weight: 700;  }
.row-fluid .form_style form .hs-form-field ul.inputs-list > li { padding: 0px 0 0 26px; position: relative; margin: 10px 0 !important; }
.row-fluid .form_style form .hs-form-field ul.inputs-list > li label { position: unset; font-family: 'Proxima Nova Rg'; font-weight: 400; font-size: 1rem; line-height: 1.5; color: #212529;  }
.row-fluid .form_style form .hs-form-field .hs-form-checkbox span { font-family: 'Proxima Nova Rg'; font-weight: 400; font-size: 1rem; line-height: 1.5; color: #212529; }
.row-fluid .form_style form .hs-form-field ul.inputs-list > li label input[type="checkbox"] { -webkit-appearance: none; border: none !important; background-color: unset; margin: 0px; padding: 0px !important; }
.row-fluid .form_style form .hs-form-field ul.inputs-list > li label input[type="checkbox"]:focus {border:0px !important; box-shadow: none; }
.row-fluid .form_style form .hs-form-field ul.inputs-list li input[type="checkbox"] + span { position: unset; }
.row-fluid .form_style form .hs-form-field ul.inputs-list li input[type="checkbox"] + span:before { content: ''; cursor:pointer; position: absolute; height: 16px; width: 16px; display: inline-block; padding: 0px; z-index: 5; background-color: #f1f1f1; border: 1px solid #d2c0c2; top: 50%; transform: translateY(-50%); left: 0px; }
.row-fluid .form_style form .hs-form-field ul.inputs-list li input[type="checkbox"] + span:after { content: '\f00c'; cursor:pointer; display:none; font-family: FontAwesome; color: #383838; position: absolute; top: 50%; transform: translateY(-50%); left: 2px; z-index: 5; font-size: 11px; }
.row-fluid .form_style form .hs-form-field ul.inputs-list li input[type="checkbox"]:checked+span:after { display: block}
.row-fluid .form_style form .hs-form-field .hs-fieldtype-intl-phone { position: relative; }
.row-fluid .form_style form .hs-form-field .hs-fieldtype-intl-phone:before { content: '\f0d7'; font-family: 'FontAwesome'; position: absolute;top: 50%; transform: translateY(-50%);left: 123px; color: #000; font-size: 16px; pointer-events: none; }

.contact-popup.fancybox-content { padding: 0px; }
.contact-popup.fancybox-content .form_style form .hs-form-field input, .contact-popup.fancybox-content .form_style form .hs-form-field textarea, .contact-popup.fancybox-content .form_style form .hs-form-field select { padding: 12px 20px 11px; }
.contact-popup.fancybox-content .form_style form .hs_submit input.hs-button { padding: 10px 15px 8px; }
.contact-popup.fancybox-content .form_style form .hs-form-field select { padding: 14px 20px 13px; }
.contact-popup.fancybox-content .form_style form .hs-form-field ul.hs-error-msgs > li { padding-left:0px; }

/*====== Yatchs Details Page =======*/
/* Yatch Details Hero */
.row-fluid .yatch-detail-hero { width: 100%; float: left; position: relative; }
.row-fluid .yatch-detail-hero .yatch-detail-hero-image { width: 100%; float: left; position: relative; z-index: 1; }
/* .row-fluid .yatch-detail-hero .yatch-detail-hero-image:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #00090f; opacity: 0.2; z-index: 0; } */
.row-fluid .yatch-detail-hero .yatch-detail-hero-image img { max-width: 100%; height: auto; }
.row-fluid .yatch-detail-hero .hero-bottom-menu { width: 100%; float: left; background-color: #044d7d; padding: 26px 0 17px; -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;; }
.row-fluid .yatch-detail-hero .hero-bottom-menu { position: fixed; opacity:0.95;  left: 0; bottom: 0; z-index: 998; float: none; }
.tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu { bottom:auto; top: 72px; }
/* .row-fluid .yatch-detail-hero .hero-bottom-menu > div { max-width: 1182px; width: 100%; float: none; margin: 0 auto; padding-left: 15px; padding-right: 15px; } */
.row-fluid .yatch-detail-hero .hero-bottom-menu .left-title { width:230px; float:left; padding-right:15px; }
.row-fluid .yatch-detail-hero .hero-bottom-menu .left-title h2 { font-size: 30px; }
.row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu { padding: 15px 0 15px 15px; width:calc(100% - 230px); float:left; }
.row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul { line-height: 0px; text-align: right; }
.row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul > li { display: inline-block; line-height: 0px; margin-right: 20px; }
.row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul > li:last-child { margin-right: 0px; }
.row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul > li > a { display: inline-block; font-size:14px; padding:4px 0; position:relative; line-height: 17px; font-weight: 700; color: #fff; }
.row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul > li > a:before {content: ''; opacity:0; visibility:hidden;  position: absolute;bottom: 0px;height: 2px;width: 100%;background-color: #fff;     -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease;}
.row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul > li a.active:before { opacity:1; visibility:visible;  }
.tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu { padding: 0; font-size: 22px; }
.tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title h2 { font-size: 22px; }
.tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu { padding: 10px 0 10px 15px; }
.tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title { padding-top:0px; }
.tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title h2 { line-height: 45px; }
.row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu label {display: none; }

/* SUV Section */
.row-fluid .suv-section { width: 100%; float: left; text-align: center; padding: 74px 0; }
.row-fluid .suv-section .suv-para { width: 100%; float: left; padding-top: 11px; }
.row-fluid .suv-section .suv-title h2,.row-fluid .suv-section .suv-title h3 { color: #01121c; text-transform: uppercase; text-align:left; }
.row-fluid .suv-section .suv-title.text-center h2,.row-fluid .suv-section .suv-title.text-center h3 { text-align:center; }
.row-fluid .suv-section .suv-para p { color: #000000; font-family: 'Proxima Nova Rg'; font-weight: 400; font-size: 16px; line-height: 28px; padding:15px 0 0; }
.row-fluid .suv-section .suv-para p:first-child { padding-top:0px; }
.row-fluid .suv-section .container { max-width: 1120px; }
.row-fluid .suv-section { padding: 74px 0 34px; }
.row-fluid .banner-section { padding: 50px 0 0; }
.row-fluid .banner-image { width: 100%; float: left; }
.row-fluid .banner-image img { max-width: 100%; height: auto; }

/*====== Blog Page =======*/
/* hs-blog-listing */
.hs-blog-listing  .blog-main { padding: 70px 0; }
.hs-blog-listing .row-fluid .blog-main .news-title h1 { font-size:60px; line-height:61px; }
.hs-blog-listing .row-fluid .blog-main .news-title h2,.hs-blog-listing .row-fluid .blog-main .news-title h3 { text-transform: uppercase; padding-bottom:3px; }
.hs-blog-listing .row-fluid .blog-main .news-title p { padding-top: 15px; color:#fff;  opacity:0.7; }
.row-fluid .post_group-wrap { display: block; width: auto; float: none; margin-left: -15px; margin-right: -15px; }
.row-fluid .post_group { width: 100%; float: left; }
.hs-blog-listing .row-fluid .blog-main { width: 100%; float: left; background-color: #00111b; }
.hs-blog-listing .blog-main .post_group { margin-top: 0/*-115px*/; position: relative; z-index: 2; }
.row-fluid .post_group .post-item { width: 50%; float: left; padding: 55px 15px; }
.row-fluid .post_group .post-item .hs-featured-image-wrapper { position:relative; overflow:hidden; }
.row-fluid .post_group .post-item .hs-featured-image-wrapper .hs-featured-image { width: 100%; max-width: 100%; float: left; height: 450px; background-repeat: no-repeat; background-size: cover; background-position: center center; margin: 0px; -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;; }
.row-fluid .post_group .post-item .post_item-inner:hover .hs-featured-image-wrapper .hs-featured-image { -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);; }
.row-fluid .post_group .post-item .post-body { padding-top: 30px; }
.row-fluid .post_group .post-item .post-header { padding: 0 0 29px; margin-bottom: 15px; border-bottom: 2px solid #0699af; }
.row-fluid .post_group .post-item .post-header .date-time { color: #fff; font-size: 16px; line-height: 28px; font-family:'Proxima Nova Rg'; font-weight: 400; }
.row-fluid .post_group .post-item .post-header .post-title h3 { margin-top: 10px; }
.row-fluid .post_group .post-item .post-header .post-title h3 a { display: inline-block; color:#fff; font-family:'ProximaNova'; font-weight:700; font-size: 100%; line-height: inherit; }
.row-fluid .post_group .post-item .post_item-inner:hover .post-header .post-title h3 a { color:#0699af; }
.row-fluid .post_group .post-item .post-content .post-para { padding-top: 15px; opacity: 0.7; }
/* Load More */
.row-fluid .blog_load-more { text-align: center; }
.row-fluid .blog_load-more .load-more { display: inline-block; font-family:'ProximaNova'; font-weight: 700; color: #0699af; letter-spacing: 0.5px; text-transform: uppercase; font-size: 19px; line-height: 26px; padding: 10px 15px; background-color: #fff; cursor: pointer; }
.row-fluid .blog_load-more .load-more:hover { background-color: #0699af; color: #fff; }

/* hs-blog-Post */
.hs-blog-post .row-fluid .blog-main { padding: 0 0 70px; background-color: #00111b; }
.row-fluid .blog_inner { width: 100%; float: left; }
.row-fluid .blog_inner .blog_inner_title { width: 100%; float: left; margin-bottom: 25px; border-bottom: 2px solid #0699af; padding-bottom: 15px; }
.row-fluid .blog_inner .blog_inner_title h2 { letter-spacing: 0px; text-transform: uppercase; font-family:'ProximaNova'; font-weight: 700; font-size: 40px; line-height: 48px; }
.row-fluid .blog_inner .blog_inner_title .author-name { width: 100%; font-family: 'Proxima Nova Rg'; float: left; font-weight: 400; font-size: 18px; line-height: 26px; color: #fff; margin-top: 15px; }
.row-fluid .blog_inner .blog_inner_title .author-name a.author-link { line-height: inherit; color: inherit; font-size: inherit; }
.row-fluid .blog_inner .blog_inner_title .author-name a.author-link:hover { color:#0699af; }
.row-fluid .blog_inner .post-body { width: 100%; float: left; }
.row-fluid .blog_inner .post-body p, .row-fluid .blog_inner .post-body p span { color: #fff !important; }
.row-fluid .blog_inner .post-body p { margin: 15px 0; float: left; }
.row-fluid .blog_inner .post-body p img { max-width: 100%; height: auto; }
.row-fluid .blog_inner .blog_topic { width: 100%; float: left; margin: 30px 0 0; }
.row-fluid .blog_inner .blog_topic p { color: #fff; font-size: 16px; }
.row-fluid .blog_inner .blog_topic p a.topic-link { display: inline-block; color: #fff; text-transform: capitalize; margin: 0 1px 0 4px; font-size: inherit; line-height: inherit; }
.row-fluid .blog_inner .blog_topic p a.topic-link:hover { color: #0699af; }
.row-fluid .social-sharing { width: 100%; float: left; margin: 30px 0 0; }
.row-fluid .social-sharing p { font-family:'Proxima Nova Rg'; font-weight: 400; color: #fff; display: inline-block; margin-right: 8px; vertical-align: middle; }
.row-fluid .social-sharing ul { line-height: 0px; display: inline-block; vertical-align: middle; }
.row-fluid .social-sharing ul > li { display: inline-block; vertical-align: middle; line-height: 0px; margin: 0 4px; }
.row-fluid .social-sharing ul > li > a { color: #000; line-height: 30px; height: 30px; width: 30px; border-radius: 100%; background-color: #fff; text-align: center; display: inline-block; }
.row-fluid .social-sharing ul > li > a:hover { background-color: #0699af; color: #fff; }


@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1170px;} }
@media(min-width:1240px){ .container, .row-fluid .container[class*="span"]{width:1182px;} }

@media(min-width:1440px){
  .boat-section .boat-top-box .boat-main-image img { max-height: 650px;  object-fit: cover; }
  
/*====== Yatchs Details Page =======*/
  /* Yatch Details Hero */
  .row-fluid .yatch-detail-hero .yatch-detail-hero-image img { width: 100% !important; object-fit: cover; max-height: 889px;}
  .row-fluid .banner-image img { max-height: 545px; width: 100% !important; object-fit: cover; }
}

@media(min-width:1600px){
  .row-fluid .yatch-detail-hero .yatch-detail-hero-image img { max-height: unset;}
}

@media (max-width:1199px){
/* Common CSS */
  .slick-slider .slick-dots { bottom: -40px; }
  h1 { font-size:60px; line-height:61px; }
/* Header Section */
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li { padding: 0 8px; }
  
/* Footer Section */
  .row-fluid .footer-section { padding: 130px 0 73px; }
  .row-fluid .footer-section .footer-content { padding: 60px 0 0; }
  .row-fluid .footer-section.v2 .footer-content { padding: 0px 0 0; }
  .row-fluid .footer-section .footer-content .copyright-text { padding-top: 31px/*61px*/; }

/*====== Yatchs Details Page =======*/
  .row-fluid .yatch-detail-hero .hero-bottom-menu { padding: 17px 0; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title { width: 140px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title h2 { font-size: 26px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu { padding:7px 0 5px 15px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul > li { margin-right: 10px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul > li > a { font-size: 14px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu { width: calc(100% - 140px); }
  
  .row-fluid .suv-section { padding: 74px 0 34px /*65px 0*/; }
/*====== Contact Page =======*/
  .row-fluid .form_style form .hs-form-field .hs-fieldtype-intl-phone:before { left: 117px; }
  
/*====== BLog Page =======*/
  /* hs-blog-listing */
  .hs-blog-listing  .blog-main { padding: 50px 0; }
  .row-fluid .post_group .post-item .hs-featured-image-wrapper .hs-featured-image {  height: 360px; }
  .hs-blog-listing .blog-main .post_group { margin-top: 0/*-75px*/; }
  .row-fluid .post_group .post-item { padding: 35px 15px; }  
  .row-fluid .blog_load-more { padding-top: 25px; }
  
}

@media(min-width:992px){
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper {text-align: left;  background-color: rgba(0, 17, 27, 0.5);}
  .row-fluid .header_section.headerfidex .mainmenu .hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper { background-color: #00111b; }
}

@media (max-width:991px){
   
   
   
  .mainmenu, .mainmenu *{display: block;float: none;position: static;top: auto;right: auto;left: auto;bottom: auto;padding: 0px;margin: 0px;background-image: none;background-color: transparent;
    border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none; max-width: none;width: 100%;height: auto;
    line-height: 1; font-weight: normal;text-decoration: none;text-indent: 0px;text-align: left;color: #fff;}
  a.mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: 0px; right: calc((100% - 740px ) / 2); width: 44px; height: 44px; padding: 12px 10px;
    z-index: 99999999999; -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase;
    border-radius: 6px; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in;}
  a.mobile-trigger:hover { text-decoration: none; color: #0699af;}
  a.mobile-trigger span{ display: inline;}
  a.mobile-trigger span:before{ position: absolute; content: 'Menu'; }
  a.mobile-trigger span:after{ position: relative; right: 2px; content: 'Close'; 
    background-color: #fff; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{ -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background: transparent; top: -2px;}
  .mobile-open a.mobile-trigger span:after{ opacity: 1; }

  /* Toggle Button Icon & Animations */
  a.mobile-trigger i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s; -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s;
    transition-duration: 0s; transition-delay: .2s;}
  a.mobile-trigger i:before, a.mobile-trigger i:after { position: absolute; content: '';}
  a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width: 24px; height: 3px; background-color: #fff; display: inline-block;}
  a.mobile-trigger i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
  a.mobile-trigger i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
  .mobile-open a.mobile-trigger i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
  .mobile-open a.mobile-trigger i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);background:#fff;}
  .mobile-open a.mobile-trigger i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0);background:#fff;}

  /* Child Toggle Button */
  span.child-triggerm { display: block !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important; min-width: 55px !important; height: 47px !important; 
    padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20);}
  span.child-triggerm:hover { text-decoration: none;}

  /* Child Toggle Button Icon & Animations */
  span.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
  span.child-triggerm span:after { position: absolute; content: '';}
  span.child-triggerm span, span.child-triggerm span:after { width: 10px; height: 1px; background-color: #fff; display: block;}
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #FFF; }
  span.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
    transition-duration: .2s;}
  span.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
    transition-duration: .2s;}
  span.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
    transition-duration: .2s;}

  /* Menu Styles on Mobile Devices */ 
  .mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .hs-menu-children-wrapper{ display: none;} 
  .mainmenu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none;}
  .mainmenu.js-enabled .hs-menu-flow-horizontal{ position: absolute; top: 100%; left: 0px; width: 100%; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 17, 27, .65); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 17, 27, .65);
    box-shadow: 0px 5px 5px 0px rgba(0, 17, 27, .65);background:#00111b;}
  .mainmenu .hs-menu-flow-horizontal{ padding: 20px 0 0 0; background-color: #fff; width: 100%; z-index: 8888;}
  .mainmenu .hs-menu-flow-horizontal > ul > li{ position: relative;}
  .mainmenu .hs-menu-flow-horizontal > ul > li a{ font-size: 17px; line-height: 45px; overflow: visible;  }
  .mainmenu .hs-menu-flow-horizontal ul li{ border-top: 1px dotted rgba(255, 255, 255, 0.35); }
  .mainmenu .hs-menu-flow-horizontal ul li:first-child { border: 0px; }
  .mainmenu .hs-menu-flow-horizontal ul li a{ padding: 0 10px;}
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{ color: #0699af; }
  .mainmenu .hs-menu-flow-horizontal > ul ul li{ /*background-color: rgba(255, 255, 255, .08);*/}
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{ text-indent: 10px; font-size: 16px; }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{ text-indent: 30px; }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{ text-indent: 50px;}
  .mainmenu.js-enabled .hs-menu-flow-horizontal {    background: rgba(0, 17, 27, 0.6);}
  .row-fluid .header_section.headerfidex .mainmenu.js-enabled .hs-menu-flow-horizontal { background: rgba(0, 17, 27, 1); }
  
/* Header Section */
  .row-fluid .header_section.headerfidex { padding:20px 0 15px; }
  .row-fluid .header_section.headerfidex {padding: 14px 0;}
  .row-fluid .header_section > div { position: relative; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li { padding: 0; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li a { padding: 10px 15px; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li a:before { display:none; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li ul li a {    width: 100%;     max-width: 100%;}
  
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul > li > a { font-size:13px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul { text-align:center; }
  
}

@media (max-width:991px){
/* Common CSS */
  .slick-slider .slick-dots { bottom: -28px; }
  h1 { font-size:45px; line-height:45px; }
  h2 { font-size: 35px; line-height: 41px; }  
 
/* Header Section */
  .header_popup.fancybox-content .form_style form .hs-form-field .hs-fieldtype-intl-phone:before {left: 124px; }
  
/* Footer Section */
  .row-fluid .footer-section { padding: 100px 0 53px; }
  .row-fluid .footer-section .footer-content { padding: 50px 0 0; }
  .row-fluid .footer-section.v2 .footer-content { padding: 0px 0 0; }
  .row-fluid .footer-section .footer-content .copyright-text { padding-top: 30px; }
  
/*========= Contact Page ==========*/
/*   .row-fluid .contact-hero { padding: 220px 0 150px; } */
  .row-fluid .contact-hero { height:400px; }
  /* Form Section */
  .row-fluid .form-section { padding: 0 0 50px; }
  .row-fluid .form-section .form-sec-inner { margin-top: 50px/*-50px*/; }
  .row-fluid .form-section .left-side-section .left-content { padding: 37px 0 22px; }
  .row-fluid .form-section .left-side-section .map-box { padding-top: 60px; }
  .row-fluid .form-section .left-side-section .map-box iframe { height: 320px; }
  .row-fluid .form-section .left-side-section { padding-right: 30px; }
  .row-fluid .form_style { padding: 40px 30px 45px; }
  .row-fluid .form_style .form-title { font-size: 35px; line-height: 41px; padding-bottom: 20px; }
  .row-fluid .form_style form fieldset.form-columns-2 > .hs-form-field:first-child { padding-right: 0px; }
  .row-fluid .form_style form fieldset.form-columns-2 > .hs-form-field:last-child { padding-left: 0px; }
  .row-fluid .form_style form fieldset.form-columns-2 > .hs-form-field { width: 100%; }
  .row-fluid .form_style form .hs-form-field .hs-fieldtype-intl-phone:before { left: 90px; }
  
  
/*====== Yachts Details Page =======*/
  /* Yacht Hero Section */
  .row-fluid .yatch-detail-hero .hero-bottom-menu { position: relative;  padding: 15px 0 20px; top:0px; bottom:auto; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title { width: 100%; text-align:center;  padding-right:0px; float: left;  }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title h2 { font-size: 20px; line-height: 30px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu { float: left; padding: 10px 0 3px; width:100%; text-align:center;}
  
  .tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu { position:fixed; padding: 10px 0 15px; top:69px/*81px*/; bottom:auto; }
  .tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu { padding: 5px 0 3px; }
  .tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title h2 { line-height:35px; }
  
  
  
  
  /* SUV Section */
  .row-fluid .suv-section { padding: 74px 0 34px/*50px 0*/; }
  
/*====== BLog Page =======*/
  /* hs-blog-listing */
  .hs-blog-listing .row-fluid .blog-main { padding: 40px 0 50px; }
  .hs-blog-listing .row-fluid .blog-main .news-title h1 { font-size:45px; line-height:45px; }
  .hs-blog-listing .blog-main .post_group { margin-top: 0px/*-50px*/; }
  .row-fluid .post_group .post-item { padding: 20px 15px; }
  .row-fluid .post_group .post-item .hs-featured-image-wrapper .hs-featured-image { height: 273px; }
  .row-fluid .post_group .post-item .post-body { padding-top: 20px; }
  .row-fluid .post_group .post-item .post-header { padding: 0px 0 24px; margin-bottom: 8px; }
  
  /* hs-blog-post */
  .row-fluid .blog_inner .blog_inner_title h2 { font-size: 35px; line-height: 41px; }
  .row-fluid .blog_inner .blog_inner_title .author-name { margin-top: 10px; }
  
}

@media (max-width:767px){
/* Common CSS */
  h1 { font-size: 36px; line-height: 40px; }
  h2 { font-size: 31px; line-height: 40px; }
  h3 { font-size: 24px; line-height: 30px; }
/* Header Section */
  .row-fluid .header_section { z-index:1011; }
  a.mobile-trigger { right: 6px; }
  .row-fluid .header_section { padding: 20px 0;}
  .header_popup.fancybox-content .form_style {padding: 40px 35px 45px; }
  .header_popup.fancybox-content .form_style form .hs-form-field .hs-fieldtype-intl-phone:before {left: auto;  right: 10px;}
  .row-fluid .header_section .header-logo { padding-top:9px; }
  .row-fluid .header_section .header-logo img { max-width: 120px; padding-top: 0px; }
  .row-fluid .header_section.headerfidex .header-logo img { max-width: 110px; padding-top: 0px;  }
  
/* Footer Section */
  .row-fluid .footer-section { padding: 70px 0 40px; }
  
/*========= Contact Page ==========*/
/*   .row-fluid .contact-hero { padding: 160px 0 100px; } */
  .row-fluid .contact-hero { height:300px; }
  .row-fluid .contact-hero:after { height:2%; }
  
  /* Form Section */
  .row-fluid .form-section { padding:30px 0 30px; }
  .row-fluid .form-section .form-sec-inner { margin-top: 0px; }
  .row-fluid .form-section .left-side-section { padding-right: 0px; width: 100%; }
  .row-fluid .form-section .left-side-section .left-title h2,.row-fluid .form-section .left-side-section .left-title h3 { padding: 0 0 10px 0px; }
  .row-fluid .form-section .left-side-section .map-box iframe { height: 365px; }
  .row-fluid .form-section .left-side-section .map-box { padding-top: 40px; }
  .row-fluid .form-section .left-side-section .left-content { padding: 27px 0 20px; }
  .row-fluid .form-section .left-side-section .left-content p { padding-bottom: 10px; }
  .row-fluid .form-section .right-side-section { width: 100%; padding: 50px 0 0; margin-top:0px; }
  .row-fluid .form_style { padding: 30px 15px 35px; }
  .row-fluid .form_style .form-title { font-size: 27px; line-height: 34px; padding-bottom: 15px; }
  .row-fluid .form_style form .hs-form-field input, .row-fluid .form_style form .hs-form-field textarea, .row-fluid .form_style form .hs-form-field select { padding: 18px 15px 14px; }
  .row-fluid .form_style form .hs-form-field select { padding: 19px 15px 17px; }
  .row-fluid .form_style form .hs-form-field textarea { height: 100px; }
  .row-fluid .form_style form .hs_submit input.hs-button { padding: 18px 15px 16px; }
  .row-fluid .form_style form .hs-form-field .input .hs-input { width: 100% !important; }
  .row-fluid .form_style form .hs-form-field.hs_phone select { margin-bottom:10px; }
  .row-fluid .form_style form .hs-form-field .hs-fieldtype-intl-phone:before { left: auto; right: 10px;top: 18px; transform: translateY(0px);}
  
/*====== Yachts Details Page =======*/
  /* Yachts Hero Section */
  .row-fluid .yatch-detail-hero { position: relative;}
  .row-fluid .yatch-detail-hero .hero-bottom-menu { /*position: fixed; overflow:hidden; top:-60px;*/ position:relative;  /*z-index:1;*/ padding: 10px 0; transition:all 400ms linear; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu:before, .row-fluid .yatch-detail-hero .hero-bottom-menu:after { content: ''; position: absolute; top: 0; bottom: 0; width: 200px; height: 100%; z-index: 0; background-color: #044d7d;  display:none;}
  .row-fluid .yatch-detail-hero .hero-bottom-menu:before { right: 100%; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu:after { left: 100%; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title { width: 140px; padding-top:5px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu { max-width: 200px; width: 100%; float: right; position: relative; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu label { display:block; letter-spacing: 0.2px; max-width: 200px; width: 100%; float: right; text-align: left; border: 1px solid #054c7a; background: #054c7a; padding: 10px 10px 10px 10px; font-size: 14px; text-transform:uppercase; font-weight:700; line-height: 18px; position: relative; color: #fff; font-family: 'Proxima Nova Rg'; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu label:before { content: '\f0d7'; font-family: 'FontAwesome'; position: absolute; top: 50%; transform: translateY(-50%); font-size: 14px; right: 0px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu, .tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu { padding: 0px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul { display:none; text-align: left; position: absolute; top: 100%; left: 0px; width: 100%; background-color: #044d7d; padding: 10px 0 10px;}
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul li { width: 100%; float: left; margin: 0px; padding: 2px 10px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul li a { font-size: 14px; padding: 5px 0; line-height: 20px; display: block; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul > li > a:before { left: 0; height: 1px; }
  .tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu { overflow:visible; padding: 10px 0; z-index: 1010; }
  .tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title { padding-top: 3px; }
  .mobile-open.tp_fixed .row-fluid .hero-bottom-menu {z-index: 0; }
  
  /* SUV Section */
  .row-fluid .suv-section { padding:50px 0 25px /*40px 0*/; }
  .row-fluid .banner-section { padding: 25px 0; }
  
/*====== BLog Page =======*/
  /* hs-blog-listing */
  .hs-blog-listing .row-fluid .blog-main { padding: 35px 0 40px; }
  .hs-blog-listing .row-fluid .blog-main .news-title h1 { font-size:36px; line-height:40px; }
  .hs-blog-listing .blog-main .post_group { margin-top: 0; }
  .row-fluid .post_group .post-item { width: 100%; }
  .row-fluid .post_group .post-item .hs-featured-image-wrapper .hs-featured-image { height: auto; padding: 39%; }
  .row-fluid .post_group .post-item .post-header { padding: 0 0 20px; }
  .row-fluid .post_group .post-item .post-header .post-title { height: auto !important; }
  .row-fluid .post_group .post-item .post-content { height: auto !important; }
  .row-fluid .post_group .post-item .post-content .post-para { padding-top: 10px; }
  .row-fluid .blog_load-more { padding-top: 20px; }
  
  /* hs-blog-Post */
  .row-fluid .blog_inner .blog_inner_title h2 {  font-size: 31px; line-height: 40px; }
  .row-fluid .blog_inner .blog_topic {margin-top: 25px;  }
  
}

@media (max-width:480px){
  .row-fluid .yatch-detail-hero .yatch-detail-hero-image img { height: 350px; object-fit: cover; width: 100% !important; }  
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul > li:first-child { padding-top:0px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu ul > li { display: inline-block; margin: 0; padding: 5px 6px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu { max-width: 130px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title h2, .tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title h2 { font-size: 17px; line-height: 24px; text-align: left; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title { width: 120px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .right-menu { max-width: 152px; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu { padding:10px 0; }
  .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title { padding-top:10px; } 
  .tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu { padding: 5px 0; }
  .tp_fixed .row-fluid .yatch-detail-hero .hero-bottom-menu .left-title { padding-top: 9px; }
  
  .header_popup.fancybox-content .form_style .hs_cos_wrapper_type_form form .hs-form-field .hs-fieldtype-intl-phone select.hs-input,.header_popup.fancybox-content .form_style .hs_cos_wrapper_type_form form .hs-form-field .hs-fieldtype-intl-phone input.hs-input { width:100% !important;  }
  .row-fluid .form_style form .hs-form-field .hs-fieldtype-intl-phone select,.row-fluid .form_style form .hs-form-field .hs-fieldtype-intl-phone input { width:100% !important;  }
  
/*====== BLog Page =======*/
  /* hs-blog-Post */
  .row-fluid .blog_inner .blog_topic { margin-top: 25px; }
  .row-fluid .social-sharing { text-align: center; }
  .row-fluid .social-sharing p { width: 100%; float: left; text-align: center; margin-bottom: 10px; }
  .row-fluid .social-sharing ul { width: 100%; float: left; }
  
/*====== Representative Page =======*/
  .representative-hero .normal-hero-title h1 { word-break: break-all; font-size:30px; }
  
}


