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

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800');   
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* 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;}  
.custum-js {
  display: none !important;
}
.span12.widget-span.widget-type-cell.custom-header.fixed {
  width: 100%;
  z-index: 1000;
}
body{margin:0; padding:0; font-family: "Montserrat",sans-serif; font-weight: 400; background: #17181c none repeat scroll 0 0;}
.custom-header {
  background: #17181c none repeat scroll 0 0;
  padding: 21px 0;
}
.custom-menu-primary1 a {
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 300;  
  text-transform: uppercase;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width:100%;
}

.services-heading {
  margin: 0 auto;
  width: 54%;
}   
.services-heading h4 {
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.fitness-heading {
  padding: 15px 0 92px;
}
.span6.widget-span.widget-type-rich_text.fitness-section {
  background: #fff none repeat scroll 0 0;
  margin-left: 0;
  padding: 47px 75px 99px;
  width: 50%;
}
.span6.widget-span.widget-type-linked_image.fitness-image {
  width: 50%;
}
.sercices-heading > h2 {
  color: #1a1a1a;
  font-family: "Oswald",sans-serif;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
}
.sercices-heading > p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 300;
}
.sercices-heading li {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}
.sercices-heading > ul {
  padding-left: 10px;
}
.sercices-heading > a {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/right-arrow.png?t=1496136623150");
  background-position: 82% center;
  background-repeat: no-repeat;
  border: 1px solid #000;
  border-radius: 30px;
  color: #000;
  display: inline-block;
  font-family: "Oswald",sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 16px;
  padding: 12px 52px 12px 28px;
  text-decoration: none;
}
.sercices-heading > a:hover {
  border: 1px solid #000;
  color: #fff;
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/right-arrow2.png");
  background-color:#000;
}


.span6.widget-span.widget-type-rich_text.spa-section {
  background: #fff none repeat scroll 0 0;
  padding: 47px 85px 99px;
  width: 50%;
}
.span6.widget-span.widget-type-linked_image.spa-image {
  margin-left: 0;
  width: 50%;
}
.experience-left-text > h2 {
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  text-transform: uppercase;
}
.experience-right-text {
  text-align: center;
}
.experience-right-text p {  
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 37px;
  max-width: 365px;
  width: 100%;
}
.row-fluid .page-center[class*="span"] {
  float: none !important;
  margin: 0 auto !important;
  max-width: 1230px;
  padding: 0 15px;   
  width: 100%;
}
.video-section {
  padding: 0 60px;
}
.experience-text {
  padding: 40px 0;
}
.footer-heading {
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-bottom .page-center {
  padding: 0 75px !important;
}
.footer-heading {
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.copyright-text p {
  color: #7c7c7c;
  display: block;
  font-size: 12px;
  font-weight: 300;   
  margin: 50px 0 37px;
  text-align: center;
}
.copyright-text p span {
  margin: 0 3px;
}



.home-slider .hs_cos_flex-slider .caption {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-family: oswald;
  font-size: 70px;
  font-weight: 700;
  left: 3px;
  text-align: left;
  text-transform: uppercase;
  top: 17%;
  width: 50%;
}
.footer-container-wrapper {
  background: #0e0e0e none repeat scroll 0 0;
}  
.footer-container-wrapper h4 {
  color: #fff;
  font-family: oswald;
  font-weight: 500;
}
.footer-container-wrapper li {
  color: #fff;
  list-style: outside none none;
}
.footer-container-wrapper li a {
  color: #fff;
  list-style: outside none none;
}
.social-media li {
  margin-bottom: 4px;
}
.info li {  
  margin-bottom: 12px;  
}
.footer-container-wrapper ul {
  padding-left: 0;
}
.home-slider .caption > a {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/scroll-down-arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
  text-decoration: none;
}
.home-slider .caption > a:hover {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/scroll-down-arrow-hover.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #76b23b;
}
.hs-footer-company-copyright {
  color: #7c7c7c;
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin: 31px 0 37px;
}
.footer-container-wrapper li i {
  margin-right: 15px;
  font-size: 16px;
}
.footer-container-wrapper li {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 300;
  list-style: outside none none;
  line-height: 20px;
}
.footer-container-wrapper li a {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 300;
  list-style: outside none none;
  line-height: 20px;
  text-decoration: none;
}
.training-hours li span {
  display: table-cell;
  text-align: left;
  width: 50%;
}
.training-hours li {
  display: table;
  width: 100%;
}
.training-hours li p {
  display: table-cell;
  width: 50%;
}
.bottom-video {
  margin-bottom: 117px;
}
.info p {
  display: table-cell;
}
.footer-container-wrapper li {
  display: table;
}
.footer-heading h2 {
  font-size: 44px;
  font-weight: 600;
}
.home-slider .hs_cos_flex-control-nav {
  bottom: 40px;
  position: absolute;
  right: 15%;
  text-align: right;
  width: 100%;
}
.home-slider .hs_cos_flex-control-paging li a 
  color: #261610;
   overflow: hidden;
  
  
}
.home-slider .hs_cos_flex-control-nav li {
  overflow: hidden;
}

.home-slider .hs_cos_flex-control-paging li a.hs_cos_flex-active {
  background: #fff none repeat scroll 0 0;
  color: #fff;
   overflow: hidden;
  
}
.home-slider .hs_cos_flex-control-paging li a {
  color: transparent;
  overflow: hidden;  
}
/* ==========================================================================
  Packages
   ========================================================================== */

.page-title h1 {
  color: #fff;
  font-family: oswald;
  font-size: 70px;
  padding-top: 97px;
  text-transform: uppercase;
  
}
.packages-all-box {
  padding-bottom: 72px;
  padding-top: 95px;
}
.bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%; 
  height: auto;
}
.package-content h2 {
  color: #fff;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 29px;
  margin-top: 77px;
}
.package-content p {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  max-width: 766px;
  width:100%;
  line-height:30px;
}
.pack-box1 {
  background: #1c262e url(https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/pack-box-img1.png)  no-repeat scroll 92% 92%;
  color: #fff;
  height: 376px;
  padding: 40px 46px;
  margin-bottom: 30px;
}
.pack-box2 {
  background: #1c262e url(https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/pack-box-img2.png)  no-repeat scroll 92% 92%;
  color: #fff;
  height: 376px;
  padding: 40px 46px;
  margin-bottom: 30px;
}
.pack-box3 {
  background: #1c262e url(https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/pack-box-img3.png)  no-repeat scroll 92% 92%;
  color: #fff;
  height: 376px;
  padding: 40px 46px;
  margin-bottom: 30px;
}
.pack-box4 {
  background: #1c262e url(https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/pack-box-img4.png)  no-repeat scroll 92% 92%;
  color: #fff;
  height: 376px;
  padding: 40px 46px;
  margin-bottom: 30px;
}
.pack-set {
  border-bottom: 1px solid #63696f;
  display: table;
  padding-bottom: 14px;
  width: 100%;
  margin-bottom: 20px;
}
.pack-set h2 {
  display: table-cell;
  color: #a0ea7f;
  font-size:26px;
  font-family: oswald;
  text-align:left;
  font-weight:600;
}
.pack-set > a {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/join-rightarrow.png?t=1496221508398");
  background-position: right 80%;
  background-repeat: no-repeat;
  border-bottom: 2px solid;
  color: #a0ea7f;
  display: table-cell;
  font-family: oswald;
  padding-right: 27px;
  text-align: right;
  text-decoration: none;
  width: 55px;
}
.pack-box1 ul {
  list-style: inside none disc;
  padding: 0;
}
.pack-box2 ul {
  list-style: inside none disc;
  padding: 0;
}
.pack-box3 ul {
  list-style: inside none disc;
  padding: 0;
  display: table-cell;
}
.pack-box4 ul {
  list-style: inside none disc;
  padding: 0;
  display: table-cell;
}
.pack-box1 ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.pack-box2 ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.pack-box3 ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.pack-box4 ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.all-packages {
  padding: 95px 0 72px;
}
.pack-set > a:hover {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/joinpage-rightarrow2.png");
  border-color: #fff;
  color: #fff;
}

/******************************ABOUT US PAGE CSS START*******************************/

.about-content-box {
  color: #fff;
  padding: 23px 50px;
}
.about-content-box h2 {
  color: #fff;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.about-content-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  max-width: 371px;
  width: 100%;
}
.about-content-box > a {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/join-rightarrow.png?t=1496226953712");
  background-position: right 80%;
  background-repeat: no-repeat;
  border-bottom: 2px solid;
  color: #a0ea7f;
  display: inline-block;
  font-family: oswald;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 3px;
  padding-right: 27px;
  padding-top: 18px;
  text-decoration: none;
}
.about-content-box > a:hover {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/joinpage-rightarrow2.png?t=1496226953712");
  border-color: #fff;
  color: #fff;
}
.span12.widget-span.widget-type-cell.page-center.aboutus-content {
  padding: 147px 15px;
}
.founders-text {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/about-one-bg.png?t=1496291300666");
  background-position: right 0;
  background-repeat: no-repeat;
}
.about-bm {
  margin-bottom: 140px;
}
.tour-text {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/about-two-bg.png");
  background-position: left 0;
  background-repeat: no-repeat;
}
.policies-text {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/about-three-bg.png");
  background-position: right 0;
  background-repeat: no-repeat;
}
.tour-text {
  padding-top: 46px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {     visibility: hidden;     opacity: .6;     -webkit-transition: opacity 0.8s;     position: absolute;     z-index: 10;     left: 0;   background-color: rgba(25, 24, 28, 0.9); padding: 40px 50px 50px 10px; }
/******************************POLICIES PAGE CSS START*******************************/


.policies-content {
  color: #fff;
}
.policies-content h2 {
  color: #fff;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 53px;
  text-transform: uppercase;
}
.policies-content p {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  max-width: 766px;
  width: 100%;
}
.policies-content-area {
  border-bottom: 1px solid #4b4b4b;
  padding: 30px 0 112px;
}
.image-link-text a {
  color: #fff;
  text-align: center;
  text-decoration:none;
}
.image-link-text a:hover {
  color: #a0ea7f;
}
.image-link-text h2 {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/joinpage-rightarrow2.png?t=1496301147481");
  background-position: center 58%;
  background-repeat: no-repeat;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  margin: 0;
  padding: 130px 0 176px;
  text-align: center;
  text-transform: uppercase;
}
.image-link-text h2:hover {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/join-rightarrow.png?t=1496297006833");
}
.link-images {
  padding: 67px 0 135px;
}

/******************************TAKE A TOUR PAGE CSS START*******************************/

.take-tour-text p {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  max-width: 766px;
  width: 100%;
}
.span12.widget-span.widget-type-cell.page-center.takea-tour-content {
  padding: 100px 15px 0 15px;
}
.takeatour-fuulwidth-video .full-widthvideo {
  height: auto;
  margin: 90px 0;
  max-height: 616px;
  overflow: hidden;
}
.gallery-section h2 {
  color: #fff;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 66px;
  margin-top: 53px;
}
.custom-gallery2 {
  border-bottom: 1px solid #4b4b4b;
  padding-bottom: 60px;
}
.video-full-section {
  padding-bottom: 58px;
  padding-top: 86px;
}
/*********GALLERY CSS START*************/
.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  float: left;
  margin: 0 24px 24px 0;
  width: 32% !important;     
}
.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide:nth-child(3n+3) {
    margin: 0 0 24px 0;
}

.custom-gallery .slick-track {
  width: 100% !important;
}
.custom-gallery .slick-slide img {  
  display: block;
  width: 100% !important;
}

.custom-gallery .hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
  padding: 0;
}

.custom-gallery .hs_cos_gallery_main .slick-list, .hs_cos_gallery_thumbnails .slick-list, .hs_cos_gallery_lightbox .slick-list {
  max-height: 100%;
}
.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  height: 300px;
}
.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
  left: 0;
}

.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide:last-child {
  margin-right: 0;
}
.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper::before {
  background: rgba(0, 0, 0, 0) url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/zoom-icon.png?t=1496378454423") no-repeat scroll 0 0;
  content: "";
  height: 52px;
  left: 44%;
  position: absolute;
  right: 50%;
  top: 46%;
  width: 100%;
  z-index: 9999999;    
}

/*********GALLERY CSS END*************/ 

/******************************Our Founders PAGE CSS START*******************************/
.span12.widget-span.widget-type-cell.page-center.our-founders-content {
  padding: 133px 15px 0;
}
.profile-content h2 {
  color: #fff;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  margin: -16px 0 10px -37px;
  text-transform: uppercase;
}
.profile-content p {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin: 0 0 0 -37px;
  max-width: 545px;
  width: 100%;
}
.profile2-section {
  background: #1e252f none repeat scroll 0 0;
}
.profile3-content h2 {
  color: #fff;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 29px;
  text-transform: uppercase;
}
.profile3-content p {
  color: #fff;   
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  margin: 0 0 18px;
  max-width: 766px;
  width: 100%;
}
.profile3-section {
  border-bottom: 1px solid #4b4b4b;
  padding: 96px 0;
}
.profile2-section {
  padding: 80px 0;
}
.profile2-img img {
  float: right;
}
.profile1-section {
  padding-bottom: 80px;
}  
.slides.profile-content {
  margin: 0;
}
.custom-flexslider .flex-direction-nav li a {
  text-decoration: none;
}
.custom-flexslider .flex-direction-nav li { 
  float: left;
  list-style: outside none none;
  width: 21%;
}
.custom-flexslider .flex-direction-nav li a.flex-next {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/next-icon2.png");
  background-repeat: no-repeat;
  color: transparent;
  height: 18px;
  text-decoration: none;
  width: 100%;
}
.custom-flexslider .flex-direction-nav li a.flex-next:hover {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/next-icon-1.png?t=1496404738528");
}
.custom-flexslider .flex-direction-nav li a.flex-prev {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/previous-icon.png?t=1496404738528");
  background-repeat: no-repeat;
  color: transparent;
  height: 18px;
  text-decoration: none;
  width: 100%;
}
.custom-flexslider .flex-direction-nav li a.flex-prev:hover {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/previous-icon2.png");

}
.custom-flexslider .flex-control-paging li {
  display: inline-block;
  margin-right: 9px;
}

.custom-flexslider .flex-control-paging li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: transparent;
  display: inline-block;
  height: 10px;
  left: 51px;
  position: relative;
  top: 26px;
  width: 10px;
}
.custom-flexslider .flex-control-paging li a.flex-active {
  background: #98DE79 none repeat scroll 0 0;
  color: transparent;
}
.custom-flexslider .flex-control-paging {
  margin: 0;
  padding-left: 0;
}
.custom-flexslider .flex-direction-nav {
  margin: 0 0 0 -37px;
}
.profile-video {
  padding-top: 49px;
}
.profile-2-text {
  padding-left: 62px;
}
.profile-2-text h2 {
  margin-top: 53px;
}
.profile2-video {
  padding-top: 100px;
}

/******************************Services Post Template PAGE CSS START*******************************/
.bg-white {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.section.post-header.blog-top-banner {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;  
  width: 100%;
}
.blog-banner-left {
  background: #eceff4 none repeat scroll 0 0;
  float: left;
  /*height: 550px;*/
  width: 50%;
}
.blog-banner-right {
  float: left;
  width: 50%;
}
.section.post-header.blog-top-banner {
  margin: 0;
  padding: 0;
  position: relative;
}
.blog-banner-right img {
  height: auto;
  max-height: 550px;
  width: 100%;
}
.banner-left-text {
  padding-bottom: 60px;
  padding-left: 117px;
  padding-top: 40px;
}
.banner-left-text a {
  background: rgba(0, 0, 0, 0) url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/back-arrow.png?t=1496474532349") no-repeat scroll left center;
  color: #1e1e1e;
  font-family: oswald;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-left: 34px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}  
.banner-left-text a:hover {
  background: rgba(0, 0, 0, 0) url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/back-arrow2.png") no-repeat scroll left center;
  color: #76b23b;
} 

.banner-left-text h1 {
  color: #324458;
  font-family: oswald;
  font-size: 70px;
  line-height: 73px;
  padding-top: 97px;
  position: relative;
  text-transform: uppercase;
  top: 147px;
}
.page-center {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 15px;
  width: 100%;
}
.clear{clear:both;}
.blog-post-content h2 {
  color: #1e1e1e;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-post-content p {
  color: #1e1e1e;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  max-width: 759px;
  width: 100%;
}
.about-content-blog {
  padding-top: 64px;
}
.link-images-blog {
  padding-bottom: 120px;
  padding-top: 67px;
}
.custom-accordion .accordion-list {
  background: #eceff4 none repeat scroll 0 0;
  margin-bottom: 12px;
  padding: 27px;
}
.accordion-list .accordion-heading
{
  display : flex;
  flex-direction : row;
}
.accordion-list .accordion-heading > span
{
  flex : 1;
}
.custom-accordion .accordion-content p {
  font-weight: 400; 
}
.custom-accordion .accordion-heading i {
  border: 1px solid #314558;
  border-radius: 20px;
  color: #314558;
  cursor: pointer;
  float: right;
  font-size: 28px;
  font-weight: 100;
  height: 32px;
  margin-top: 10px;
  padding: 5px 4px 2px 3px;
  text-align: center;
  width: 32px;
}

.custom-accordion .accordion-heading span {
  color: #314558;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
}

.custom-accordion .accordion-content {
  color: #314558;
  font-size: 26px;
  font-weight: 600;
  margin-top: 47px;
  padding-bottom: 37px;
}
.custom-accordion {
  padding-bottom: 100px;
  padding-top: 100px;
}

.custom-accordion .accordion-content table {
    border-collapse: collapse;
}
.custom-accordion .accordion-content table, td, th {
    border: 2px solid #314558;
}
.custom-accordion .accordion-content table td:last-child {
  padding: 15px 5px;
  text-align: center;
}
.custom-accordion .accordion-content table td:first-child {
  padding: 15px 0 15px 45px;
}
.before-slider-heading h2 {
  color: #1e1e1e;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
}
.before-after-slider .hs_cos_flex-slider .hs_cos_flex-slides img {
  border-radius: 0;
  display: block;
  height: auto;
  max-height: 400px;
  width: 100%;
}

.before-after-slider .hs_cos_flex-control-paging {
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100px;
  z-index: 1;
}
.before-after-slider .hs_cos_flex-direction-nav {
  position: absolute;
  right: 0;  
  top: -56px;
  width: 200px;
}
.before-after-slider .hs_cos_flex-control-paging {
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 79px;
  text-align: right;
  top: -73px;
  width: 100px;    
  z-index: 2000;
}
.before-after-slider .hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: inherit;
}
.before-after-slider .hs_cos_flex-slider .hs_cos_flex-next {
  opacity: 1 !important;
  transition: none 0s ease 0s !important ;
  
}   
.before-after-slider .hs_cos_flex-slider .hs_cos_flex-prev {
  opacity: 1 !important;
  transition: none 0s ease 0s !important ;
  
}
.before-after-slider .hs_cos_flex-direction-nav a.hs_cos_flex-next {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/next-icon2.png?t=1496494148474");
  background-repeat: no-repeat;
  color: transparent;
  height: 18px;
  text-decoration: none;
  width: 100%;
}   
.before-after-slider .hs_cos_flex-direction-nav .hs_cos_flex-next {
  right: 0;
}
.before-after-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev {
  left: 0;
} 
.before-after-slider .hs_cos_flex-direction-nav a.hs_cos_flex-prev {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/previous-icon.png?t=1496494148474");
  background-repeat: no-repeat;
  color: transparent;
  height: 18px;
  text-decoration: none;
  width: 100%;
} 

.before-after-slider .hs_cos_flex-control-paging li a.hs_cos_flex-active {
  color: transparent;
  overflow: hidden;
}
.before-after-slider .hs_cos_flex-control-paging li a {
  color: transparent;
  overflow: hidden;

}
.center {    
  float: none !important;
  margin: 0 auto !important;
  max-width: 1230px;
  width: 100%;
}
.before-after-slider .hs_cos_flex-direction-nav a {
  position: inherit;
  margin: -17px 0 0;
}

/* ==========================================================================
                  BLOG ARTICLE LIGH CSS START 
   ========================================================================== */


.blog-light-toptext .post-header {
  bottom: 0;
  position: relative;
}
.blog-articale-light .blog-light-post img {
  height: auto;
  max-height: 439px;
  max-width: 739px;
  width: 100%;
}
.blog-light-banner {
  height: 552px;
  position: relative;
}

.blog-light-banner::before {
background: -moz-linear-gradient(top, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 20%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 20%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.blog-articale-light .post-header h1 {
  color: #1e1e1e;
  display: inline-block;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 47px;
  margin-top: 0;  
  max-width: 635px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;  
}
.blog-light-toptext #hubspot-author_data {
  color: #676767;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 635px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.blog-light-toptext {  
  text-align: center;
}
.policies-content p {
  color: #fff;
  display: inline-block;   
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  max-width: 766px;
  width: 100%;
}
.blog-light-post {
  text-align: center;
}
.blog-light-post img {
  float: none;
  margin: 43px 0;
  max-width: 70%;
  width: 100%;
}
.blog-light-toptext #hubspot-author_data a {
  color: #676767;
  text-decoration: none;
}
.blog-light-content {
  color: #1e1e1e;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  max-width: 635px;
  text-align: left;
  width: 100%;
  margin-top: 30px;
}

.blog-light-content h3 {
  font-family: oswald;
  font-size: 26px;
  font-weight: 600;
}
.blog-articale-light {
  text-align: center;   
}
.blog-articale-light .hs-blog-social-share {
  display: inline-block;
  max-width: 635px;
  width: 100%;
}
.related-post-title h3 {
  border-top: 1px solid #ddd;
  color: #1e1e1e;
  font-family: oswald;
  font-size: 44px;
  font-weight: 600;
  padding-top: 46px;
  text-transform: uppercase;
  width: 100%;
}
.container {width:100%; max-height:400px; background-color:#1d262f; }

.related-post-item {
  float: left;
  height: 400px;
  margin-bottom: 30px;
  width: 100%;

}
.related-image img {
  float: left;
  margin: 0 auto;
    
}
.related-image img.wide {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    
}
.related-image img.tall {
  max-height: 100%;
    max-width: 100%;
    width: auto;
    
}
    
    
.related-post-item .main-blog-text {
  padding: 85px 36px;
  text-align: left;
}
.related-title > a {
  text-decoration: none;
}
.socials-links1 img {
  margin: 0;
  width: 148px !important;
}
.socials-links1 li {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}
.socials-links1 {
  display: table;
  margin: 0 auto;
  max-width: 635px;
  padding-bottom: 40px;
  padding-top: 36px;
  width: 100%;
}
.socials-links1 > ul {
  margin: 0;
  padding: 0;
}
.socials-links1 li {
  display: table-cell;
  padding-right: 10px;        
  vertical-align: middle;
}
.socials-links1 li:first-child {
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 300;
  padding-right: 18px;
}



















/******************************MAIN BLOG CSS START*******************************/

.blog-nav li {
  display: inline;
}
.blog-nav li a {
  border: 1px solid #fff;
  border-radius: 27px;
  color: #fff;
  margin-right: 10px;
  padding: 10px 15px;
  text-decoration: none;
}
.blog-nav li a:hover {
  background: #a1ea7f none repeat scroll 0 0;
  border: 1px solid #000;
  color: #000;
}

.blog-nav ul {
  padding-left: 0;
  padding: 10px 0;
  
}
.main-blog .post-item {
  box-shadow: none;
  margin-left: 0;
  position: relative;
  width: 100%;
}
.main-blog .post-body .hs-featured-image {
  float: left;
  height: 400px;
}
.main-blog .post-item::before {
  background: #1D262F;
  position: relative;
}
.post-header.blog-main-header {
  position: relative;
}
.post-header.blog-main-header a {
  background-image: none;
  color: #fff;
  display: inline-block;
  font-family: oswald;
  font-size: 26px;
  font-weight: 600;
  max-width: 360px;
  padding: 0;
  width: 100%;
}
.post-header.blog-main-header a:hover {
  background-image: none;
  color:#fff;
}
.blog-main-content {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}
.blog-main-left {
  float: left;
  width: 50%;
}
.mainblog-right-section {
  background: #1d262f none repeat scroll 0 0;
  float: left;
/*   height:400px; */
  width: 50%;
}
.post-header.blog-main-header {
  padding: 0;
}    
.main-blog-text {
  padding: 61px 36px;  
}       
.blog-main-date .hubspot-editable {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 300;
  margin-top: 4px;
  text-transform: uppercase;
}
.blog-main-date .hubspot-editable a {
  color: #a6a6a6;
  text-decoration: none;
}
.main-blog .blog-pagination {
  float: left;
  text-align: center;
  width: 100%;
}
.main-blog .all-posts-link {
  border: 1px solid;
  border-radius: 20px;
  color: #a1ea7f;
  padding: 8px 28px;
  text-decoration: none;
}
.blog-pagination {
  float: left;
  margin: 34px 0 37px;
  text-align: center;
  width: 100%;
}
.bolg-main-post {
/*   height: 439px; */
  margin-bottom: 20px;
}
.read-more-btn > a {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/join-rightarrow.png?t=1496741084315");
  background-position: right 80%;
  background-repeat: no-repeat;
  border-bottom: 2px solid;
  color: #a0ea7f;
  font-family: oswald;
  padding-right: 27px;
  text-align: right;  
  text-decoration: none;
  width: 63px;
  padding-bottom: 1px;
}
.read-more-btn > a:hover {
  background-image: url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/joinpage-rightarrow2.png?t=1496741084315");
  border-color: #fff;
  color: #fff;
}
.read-more-btn {
  margin-top: 25px;
}   
.blog-main-date {
  margin-top: 14px;
}
.main-blog .all-posts-link {
  border: 1px solid;
  border-radius: 20px;
  color: #a1ea7f;
  font-family: oswald;
  font-size: 14px;
  padding: 13px 28px;
  text-decoration: none;  
  text-transform: uppercase;
}
.main-blog .all-posts-link:hover {
  background: #A1EA7F none repeat scroll 0 0;
  border: 1px solid #000;
  color: #000;
}
.post-header.blog-main-header h2 {
  margin-bottom: 0;
}
.blog-main-content h3 {
  margin-top: 0;
}





/* ==========================================================================
                  CUSTOM.CSS FILE CSS START 
   ========================================================================== */
/*===spa & Beauty services started===*/
.service-bg-color {
  background: #ecf0f4 none repeat scroll 0 0;
  padding:95px 0;
}
.service-left p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}
.service-right {
  text-align: right;
  padding-top: 152px;
}
.service-right a {
  background: rgba(0, 0, 0, 0) url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/black-arrow.png") no-repeat scroll right center;
  color: #1e1e1e;
  font-family: oswald;
  font-size: 14px;
  letter-spacing: 3px;
  padding-right: 23px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition:all 0.5s ease-in-out;
}
.service-right a:hover{background:rgba(0, 0, 0, 0) url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/scroll-down-arrow-hover.png") no-repeat scroll right center; color:#76b23b;}
.page-center.link-images2{padding-top:67px !important; padding-bottom:96px !important;}
.service-sec{background:#fff;}
.post-item {
  display: inline;
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
  width: 31.6239%;
  box-shadow: 0 0 28px #000000 inset;
  -moz-box-shadow: 0 0 28px #000000 inset;
}
.post-item::before {
 background: -moz-linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 75%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 75%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.post-header {
  bottom: 19px;
  padding-left: 32px;
  padding-right:32px;
  position: absolute;
  z-index: 200;
  width: auto;
}
.post-body .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}
.post-header h2 a{
  font-family: oswald;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color:#fff;
  text-decoration:none;
  background:url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/joinpage-rightarrow2.png?t=1496378454423") no-repeat;
  background-position:right center;
  padding-right: 33px;
}
.post-header h2 a:hover{
    background:url("https://www.carbonworldhealth.com/hubfs/Cwh%20May2017/join-rightarrow.png?t=1496378454423") no-repeat; 
    background-position:right center;
    color: #a0ea7f;
}
.blog-section {
  border-bottom: 1px solid silver;
  float: left;
  margin-bottom: 75px;
  padding-bottom: 75px;
  width: 100%;
}


/*===----------------------spa & Beauty services start new changes 23-06-2017==---------------=*/

.services-images-section {
  border-bottom: 1px solid silver;
  margin-bottom: 8px;
  padding-bottom: 76px;
  padding-top: 67px;
}

/*===-----------------------------spa & Beauty services End new changes 23-06-2017==--------------------=*/

/*===----------------------Skin Care services start new changes 23-06-2017==---------------=*/
/* .sub-services .post-item {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 17px;
  width: auto;
}
.sub-services .hs_cos_wrapper_widget:nth-child(3) .post-item {
  margin-right: 0;
}
.sub-services .hs_cos_wrapper_widget:nth-child(6) .post-item {
  margin-right: 0;
}
.sub-services .hs_cos_wrapper_widget:nth-child(9) .post-item {
  margin-right: 0;
}
.sub-services .hs_cos_wrapper_widget:nth-child(12) .post-item {
  margin-right: 0;
} */
/*===----------------------Skin Careservices End new changes 23-06-2017==---------------=*/

/*===----------------------Selected services page start new changes 23-06-2017==---------------=*/
.slected-services-banner img {
  height: auto;
  /*max-height: 550px;*/
  width: 100% !important;
}
.hs-content-id-5223359687 .blog-banner-left .services-banner-left-text h1 {
  top: 80px;
}

.services-banner-left-text h1 {
  color: #324458;
  font-family: oswald;
  font-size: 70px;
  line-height: 73px;
  padding-left: 0;
  text-align: center;
  text-transform: uppercase;
  top: 183px;
}
@media (min-width: 768px) {
    .services-banner-left-text h1 {
        font-size: 50px;
        padding-left: 8%;
        position: relative;
        text-align: left;
    }
}
@media (min-width: 1000px) {
    .services-banner-left-text h1 {
        font-size: 70px;
        padding-left: 16%;
        
    }
}
.span6.widget-span.widget-type-cell.blog-banner-left {
    height: auto;
  width: 50%;
  
}

@media (min-width: 768px) {
    .span6.widget-span.widget-type-cell.blog-banner-left { 
        height: 0;
    }
}
.span6.widget-span.widget-type-linked_image.slected-services-banner {
    margin: 0;
    max-height: 550px;
    overflow: hidden;
    width: 50%;
}
.about-carbon h2 {
  color: #1a1a1a;
  font-family: "Oswald",sans-serif;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.about-carbon p {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  max-width: 730px;
  width: 100%;
}
.about-carbon {
  padding-top: 58px;
}


@media (min-device-width: 320px) {
 img{max-width: 100%; height: auto;}
}

@media (min-device-width: 375px) {
 img{max-width: 100%; height: auto;}
}

@media (min-device-width: 414px) {
img{max-width: 100%; height: auto;}


}

 




/*===----------------------Selected services page start new changes 23-06-2017==---------------=*/

/*===join us started===*/
.join-us-content {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}
.join-us-head h1 {
  color: #fff;
  font-family: oswald;
  font-size: 44px;
  margin: 95px 0 0;
}
.join-us-content p {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  width: 50%;
}
.join-us-content span span {
  display: inline-block;
  font-weight: 300;
  width: 100%;
}
.join-us-bg{background:#ecf0f4; padding: 67px 0;}
.join-us-form .hs_firstname.field.hs-form-field {
  float: left;
  padding-right: 15px;
  width: 48%;
}
.join-us-form .hs_lastname.field.hs-form-field {
  float: right;
  padding-left: 15px;
  width: 48%;
  margin-bottom: 20px;
}
.join-us-form .hs_firstname.field.hs-form-field {
  float: left;
  padding-right: 15px;
  width: 48%;
  margin-bottom: 20px;
}
.join-us-form .hs_lastname.field.hs-form-field {
  float: right;
  padding-left: 15px;
  width: 48%;
  margin-bottom: 20px;
}
.join-us-form .hs_phone.field.hs-form-field {
  float: left;
  padding-right: 15px;
  width: 48%;
  margin-bottom: 20px;
}
.join-us-form .hs_email.field.hs-form-field {
  float: right;
  padding-left: 15px;
  width: 48%;
  margin-bottom: 20px;
}
.join-us-form .hs_packages.field.hs-form-field{
  float: left;
  padding-right: 15px;
  width: 48%;
  margin-bottom: 20px;
}
.join-us-form .hs_submit {
  float: right;
  padding-left: 15px;
  width: 48%;
  margin-bottom: 20px;
}
.join-us-form .field.hs-form-field label {
  color: #1e1e1e;
  display: block;
  font-weight: 300;
  padding-bottom: 10px;
}
.join-us-form .field.hs-form-field .hs-input {
  border: 1px solid #a0ea7f;
  min-height: 47px;
}
.join-us-form option {
  padding-top: 13px;
}
.join-us-form  .hs-button.primary.large {
  background: #17181c none repeat scroll 0 0;
  border: medium none;
  border-radius: 16px;
  color: #fff;
  font-family: oswald;  
  font-size: 18px;
  margin-top: 30px;
  padding: 8px 30px;
  cursor: pointer;
}
.join-us-form .hs-error-msgs li label {
  color: red !important;
}
.join-us-form .hs-error-msgs li {
  list-style: outside none none;
}
.join-us-form .hs-error-msgs {
  padding-left: 0 !important;
}







.join-us-form  .hs-button.primary.large:hover{background:#a0ea7f; color:#000;}
/*===join us end===*/




/* ==========================================================================
                  CUSTOM.CSS FILE CSS END 
   ========================================================================== */



/* ==========================================================================
                  RESPONSIVE CSS START 
   ========================================================================== */
@media screen and (min-width: 320px) and (max-width:360px) {

.about-content-box h2 { font-size: 30px;}
.footer-heading h2 { font-size: 30px;}

}
@media screen and (min-width: 320px) and (max-width:374px) {
.join-us-form .hs_submit {
  width: 38% !important;
}
.container {max-height:100%;}
.banner-left-text h1 {
  font-size: 53px;
}
.page-center .custom-accordion .accordion-heading span {
    font-size: 26px;
}
.page-center .custom-accordion .accordion-heading i {
    margin-top: 0;
}

.banner-left-text {
  padding-left: 63px;
}   


}
@media screen and (min-width: 320px) and (max-width:413px) {
.bg-img .page-title h1 {
  font-size: 36px;
img{max-width: 100%; height: auto;}
}  

}

@media screen and (min-width: 320px) and (max-width:480px) {
 
.post-item {
  margin-left: 0;
  width: 100%;
}
.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  width: 100% !important;
}
  
.profile-content h2 {
  letter-spacing: 2px;
  margin: 17px 0 10px -42px;
}
.custom-flexslider .flex-direction-nav li {
  width: 33%;
}
.profile2-video {
  padding-bottom: 50px;
  padding-top: 46px;
}
.join-us-form .hs_submit {
  width: 31%;
}
.blog-nav li {
  display: table;
  margin-top: 35px;  
  width: 100%;  
}
 .socials-links1 {
  padding-bottom: 0;
}
.socials-links1 li {
  display: block;
  margin-bottom: 20px;
}
.blog-nav li a {
  border: 1px solid #fff;
  border-radius: 27px;
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 192px !important;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;  
}
.banner-left-text h1 {
    color: #324458;
    font-family: oswald;
    font-size: 45px;
    line-height: 73px;
    padding-top: 97px;
    position: relative;
    text-transform: uppercase;
    top: 147px;
}   
.banner-left-text h1 {
    font-size: 45px;
}  

  
    
}
@media screen and (min-width: 481px) and (max-width:767px) {
.services-images-section {
  border-bottom: 0 none;
}      
.post-item {
  width: 30.624%;
}
.profile-content h2 {
  margin: 10px 0 10px -42px;
}
.container {max-height:100%;}

.custom-flexslider .flex-direction-nav li {
  width: 18%;
}
.join-us-form .hs_submit {
  width: 16%;
}
.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  width: 31% !important;
}
    
}
@media screen and (min-width: 320px) and (max-width:768px) {

.custom-header .row-fluid .span6{ width:100%;}
.about-content-box { padding: 0;}
.custom-header .about-content-box p { max-width: 100%; width: 100%;}
.about-content-box > a { margin-bottom: 3%;}
.about-bm {  margin-bottom: 30px;}
.span12.widget-span.widget-type-cell.page-center.aboutus-content {
  padding: 60px 15px;
}
.page-title h1 {
  font-size: 47px;

}
.services-heading {
  width: 100%;
}
.span6.widget-span.widget-type-linked_image.fitness-image {
  width: 100%;
}
.span6.widget-span.widget-type-rich_text.spa-section {
  padding: 15px;
  width: 100%;
}
.span6.widget-span.widget-type-linked_image.spa-image {
  width: 100%;
}
.fitness-heading {
  padding: 0 0 45px;
}
.home-slider .hs_cos_flex-slider .caption {
  font-size: 16px;
}
.sercices-heading > h2 {
  font-size: 32px;
}
.experience-left-text > h2 {
  font-size: 32px;
}
.video-section {
  padding: 0;
}
.experience-left-text > h2 {
  line-height: 40px;
}
.experience-right-text p {
  margin-top: 0;
}
.bottom-video {
  margin-bottom: 50px;
}
.custom-header .custom-menu-primary .hs-menu-wrapper > ul > li a {
  font-size: 12px;
  font-weight: 300;
}  
.span6.widget-span.widget-type-rich_text.fitness-section {
  padding: 15px;
  width: 100%;
}
.gallery-section h2 {
  margin-bottom: 42px;
  margin-top: 0;
}
.link-images2 .bg-img {
  margin-bottom: 30px;
}
.service-right {
  padding-top: 70px;
}
.service-bg-color {
  padding: 60px 0;
}
.mobile-trigger {
  right: 0 !important;
}
.profile2-video {
  padding-bottom: 50px;
  padding-top: 46px;
}
.span12.widget-span.widget-type-cell.page-center.our-founders-content {
  padding: 75px 15px 0;
}      
.blog-banner-left {
  width: 100%;
}
.banner-left-text h1 {
  top: 0;
}
.blog-banner-right {
  width: 100%;
} 
.blog-post-content p {
  display: inline;
  max-width: 100%;
  padding: 0 15px;
  width: 100%;
}
.custom-accordion .accordion-heading span {
  font-size: 31px;
}
.before-after-slider .hs_cos_flex-direction-nav {
  right: 103px;
  top: -17px;
}
.before-after-slider .hs_cos_flex-control-paging {
  right: 162px;
  text-align: center;
  top: -35px;
}
.image-link-text h2 {
  font-size: 32px;
}
.link-images-blog {
  padding-bottom: 48px;
  padding-top: 15px;
}
.custom-accordion {
  padding-bottom: 0;  
  padding-top: 100px;
}



}   

@media screen and (min-width: 768px) and (max-width:980px) {

.custom-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 8px;}
.about-content-box { padding: 0;}
.custom-header .row-fluid .span5 { width: 25%;}
.custom-header .span7.widget-span.widget-type-cell.custom-navigation-grp {
  float: right;
  width: 100%;
}
.mobile-trigger {
  right: 0 !important;
}
.blog-banner-left {
  height: 427px;
}
.banner-left-text h1 {
  font-size: 70px;
  line-height: 89px;
  padding-top: 80px;
  top: 0;
}
.main-blog-text {
  padding: 25px 25px;
}
.post-header.blog-main-header a {
  font-size: 25px;
}   
.related-post-item .main-blog-text {
  padding: 36px;
}
.training-hours li p {
  width: 41%;
}
.training-hours li span {
  width: 58%;
}
.footer-container-wrapper li {
  font-size: 11px;
}

}

@media screen and (min-width: 980px) and (max-width:1024px) {
.span6.widget-span.widget-type-cell.blog-banner-left {
  width: 50%;
  height: 550px;
}

.span6.widget-span.widget-type-linked_image.slected-services-banner {
  margin: 0;
  width: 50%;
  /*height: 550px;*/
}


.custom-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 7px;
}
.custom-header .span7.widget-span.widget-type-cell.custom-navigation-grp {
  float: left;
  width: 72%;
}
.custom-header .row-fluid .span5 {
  float: left;
  width: 25%;
}
.custom-header-bottom .custom-menu-primary1 {
  text-align: right;
}
.banner-left-text h1 {   
  top: 83px;
}
.main-blog-text {
  padding: 50px 36px;
}
.related-post-item .main-blog-text {
  padding: 64.5px 36px;
  text-align: left;
}
  



}
@media (min-width: 768px) and (max-width: 1024px) {
.blog-banner-left {
  height: 429px;
} 
.services-banner-left-text h1 {
  /*padding-left: 54px;*/
  top: 60px;
}




.home-slider .hs_cos_flex-slider .caption {
  top: 3%;
}
.custom-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 5px;}
.services-heading {
  width: 80%;
}
.sercices-heading > h2 {
  margin-top: 0;
}
.span6.widget-span.widget-type-linked_image.fitness-image {
  width: 100%;
}
.fitness-image img {
  width: 100% !important;
}  
.span6.widget-span.widget-type-rich_text.fitness-section {
  width: 100%;
   padding: 47px 53px 0;
}
.span6.widget-span.widget-type-rich_text.spa-section {
  width: 100%;
}
.span6.widget-span.widget-type-linked_image.spa-image {
  width: 100%;
}
.spa-image img {
  width: 100% !important;
}
.home-slider .hs_cos_flex-slider .caption {
  font-size: 40px;
}
.bottom-video {
  margin-bottom: 72px;
}
.custom-header .custom-menu-primary.js-enabled {
  top: -44px;
}
.custom-header .custom-menu-primary .hs-menu-wrapper > ul > li a {
  font-size: 12px;
  font-weight: 300;
}  
.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  width: 31% !important;
}
.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  height: 220px;
}  
.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper::before {
  left: 38%;
  right: 50%;
  top: 43%;
}
.link-images {
  padding: 67px 0 95px;
}
.post-item {
  width: 30.97%;
}
.profile-video {
  padding-top: 27px;
}
.custom-flexslider .flex-direction-nav li {
  width: 26%;
}
.profile2-video {
  padding-top: 54px;
}
.join-us-form .hs_submit {
  padding-left: 14px;
}
.join-us-form .hs_email.field.hs-form-field {
  padding-left: 14px;
}
.join-us-form .hs_lastname.field.hs-form-field {
  padding-left: 14px;
}
.join-us-form .hs_firstname.field.hs-form-field {
  padding-right: 14px;
}

.join-us-form .hs_submit {
  padding-left: 14px;
}
.center {
  padding: 0 15px;
}









}








@media(max-width:1024px){
.page-center {
  max-width: 90%;
}
.pack-box4 ul {
  display: table;
}
.pack-box4 {
  height: auto;
}
.pack-box3 ul {
  display: table;
}
.pack-box3 {
  height: auto;  
}
}   



@media(max-width:980px){
    
.footer-bottom .page-center {
  padding: 0 15px !important;
}
    
}


@media(max-width:767px){

.before-slider-heading h2 {
  margin-bottom: 48px;
  text-align: center;
}
.before-after-slider .hs_cos_flex-direction-nav {
  right: 49px !important;
}
.before-after-slider .hs_cos_flex-control-paging {
  right: 98px !important;
}
.hs-content-id-5223359687 .blog-banner-left .services-banner-left-text h1 {
  font-size: 41px;
}
.span6.widget-span.widget-type-cell.blog-banner-left {
  width: 100%;
}
.services-banner-left-text h1 {
  line-height: 73px;
  /*padding-left: 53px;*/
  top: 147px;
  font-size: 53px;  

}
.span6.widget-span.widget-type-linked_image.slected-services-banner {
  width: 100%;
}   
    
    
.services-images-section {
  border-bottom: 0 none;
}  
.custom-header {
  padding: 0;
}
.custom-header .custom-menu-primary.js-enabled {
  position: relative;
  top: -46px;
}
.custom-header .custom-menu-primary.js-enabled .hs-menu-wrapper {
  top: 17px;
}
.policies-content h2 {
  font-size: 32px;
  margin-top: 20px;
}
.policies-content-area {
  padding: 30px 0 57px;
}
.image-link-text h2 {
  font-size: 32px;
}
.image-link-text h2 {
  background-position: center 54%;
}
.link-images .bg-img {
  margin-bottom: 35px;
}
.link-images {
  padding: 49px 0 23px;
}
.custom-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  float: left;
  margin: 0 24px 20px 0;
  width: 100%;
}
.join-us-form .hs_firstname.field.hs-form-field {
  width: 100%;
}
.join-us-form .hs_lastname.field.hs-form-field {
  width: 100%;
}
.join-us-form .hs_phone.field.hs-form-field {
  width: 100%;
}
.join-us-form .hs_email.field.hs-form-field {
  width: 100%;
}
.join-us-form .hs_packages.field.hs-form-field {
  width: 100%;
}
.join-us-content p {
  width: 100%;
}
.blog-main-left {
  width: 100%;
}
.blog-main-left .hs-featured-image-wrapper a {
  display: block;
  }
.mainblog-right-section {
  width: 100%;
}
.related-post-item {
  height: auto;
}
.link-images-blog .bg-img {
  margin-bottom: 20px;
}

  
}

















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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}  

/* 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 */
@media screen and (min-width:767px) {
     /* .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      } */    
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 1439px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    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:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px !important;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/*****************************************/
/* TAKE A TOUR GALLERY CONTROLS    */
/*****************************************/ 
body .hs_cos_gallery_main .slick-prev, body .hs_cos_gallery_thumbnails .slick-prev, body .hs_cos_gallery_lightbox .slick-prev {
    left: 40px;
    z-index: 2;
}
body .hs_cos_gallery_main .slick-next, body .hs_cos_gallery_thumbnails .slick-next, body .hs_cos_gallery_lightbox .slick-next {
    right: 40px;
}
body .slick-prev:before, body .slick-next:before {
    font-size: 40px;
    opacity: 1;
}
/*****************************************/
/* TAKE A TOUR GALLERY CONTROLS END    */
/*****************************************/









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

#hs_cos_wrapper_blog_subscribe {
  text-align: left;
  max-width: 635px;
  margin: 0 auto;
  padding: 1em;
  background-color: #f5f8fa;
  display: block;
}
#hs_cos_wrapper_blog_subscribe label {
  font-size: 0.85em;
  display: block;
  margin-bottom: 8px;
}
#hs_cos_wrapper_blog_subscribe .field {
  margin-bottom: 10px;
}
#hs_cos_wrapper_blog_subscribe input[type=text],
#hs_cos_wrapper_blog_subscribe input[type=email] {
  border: 1px solid #dbdbdb;
}
#hs_cos_wrapper_blog_subscribe input[type=submit] {
  background-color: #75b23b;
  border: none;
  outline: none;
  padding: 12px 24px;
  border-radius: 30px;
  color: #fff;
  display: block;
  width: 100%;
}
#hs_cos_wrapper_blog_subscribe input[type=submit]:hover, #hs_cos_wrapper_blog_subscribe input[type=submit]:focus {
  background-color: #17181c;
}

.blog-list-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(min-content, max-content);
  gap: 30px;
  margin-bottom: 30px;
}

.blog-item-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 280px 1fr;
  gap: 0;
  background-color: #1d262f;
}
@media (min-width: 860px) {
  .blog-item-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.blog-item-container .blog-item-content-container {
  padding: 20px;
  background-color: #1d262f;
  color: #fff;
  text-align: left;
}
.blog-item-container .blog-item-content-container .blog-item-title a {
  color: #fff;
}
@media (min-width: 860px) {
  .blog-item-container .blog-item-content-container {
    padding: 61px 36px;
  }
}
.blog-item-container .blog-item-image-container {
  position: relative;
}
.blog-item-container .blog-item-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
}