@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/* @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            */
/****************************************/

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


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

.ss360-content-container img {width: 60px; float: left; margin-right: 12px; margin-bottom: 6px; } 

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

* {box-sizing:border-box !important; -moz-box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -ms-box-sizing:border-box !important;}

body {font-family: 'Open Sans', sans-serif; color:#000; padding:0; margin:0; font-size:16px; line-height:24px;}
 
h1 {font-family: 'Open Sans', sans-serif; color:#72b12c; padding:0; margin:0; font-size:36px; line-height:46px;}
h2 {font-family: 'Open Sans', sans-serif; color:#72b12c; padding:0; margin:0; font-size:32px; line-height:36px;}
h3 {font-family: 'Open Sans', sans-serif; color:#72b12c; padding:0; margin:0; font-size:28px; line-height:32px;} 
h4 {font-family: 'Open Sans', sans-serif; color:#72b12c; padding:0; margin:0; font-size:24px; line-height:28px;}
h5 {font-family: 'Open Sans', sans-serif; color:#72b12c; padding:0; margin:0; font-size:18px; line-height:24px;}
h6 {font-family: 'Open Sans', sans-serif; color:#72b12c; padding:0; margin:0; font-size:16px; line-height:18px;}  
  
img { border:0; vertical-align: top; height:auto; max-width:100%; }
hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 
.clear { clear:both }
p { padding:10px 0; margin:0; }
a { text-decoration:none;     box-sizing: border-box !important;  overflow:hidden; outline:none; color:#ccc; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a.cta_button {     -moz-box-sizing: border-box !important;  -webkit-box-sizing: border-box !important;   box-sizing: border-box !important;}
a:hover { color:#000; }

input , button , textarea, select , 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"] { outline:none; border-bottom:1px solid #7a7a7a; border-top:none; border-right:none; border-left:none; background:#fff; height:50px; padding:0 5px; font-family: 'Open Sans', sans-serif; font-size:16px; width:100%;  border-radius:0 !important;}
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }

input[type=submit] , button { color: #fff; border: 1px solid #fff; width:auto; height:auto; background:url(https://cdn2.hubspot.net/hubfs/3799419/Bleko%202017/Images/blank.png) no-repeat left top; background-color:transparent;   font-size:18px; line-height:24px; font-weight:400; padding:10px 25px !important; display:inline-block; border-radius:0 !important; }  
input[type=submit]:hover , button:hover { background-color:#44B7BA;  }
.overview-section .hs-menu-wrapper.flyouts.hs-menu-flow-horizontal > ul > li > a{max-width: inherit;color:#72B12C;}

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; font-size:13px; line-height:18px; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:18px; height:18px; border:1px solid #003666; color:#fafafa; background:transparent;   }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:transparent; color:#fff; border-color:transparent; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#003666; position:absolute; left:-25px; top:0;  content: "\f046"; font-family:'FontAwesome'; width: 20px; line-height: 20px; font-size:20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; outline: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { margin:0; padding:0; list-style:none; }

.slick-arrow { position:absolute; top:50%; font-size:0; width:50px; min-width:auto; height:50px; line-height:80px; border:1px solid #fbb314; background:#fbb314; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index:2; color:#fff; }
.slick-arrow:hover { background:#fac040; }
.slick-prev { left:0; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:38px; }
.slick-prev:before { content: "\f104"; left: -3px; position: relative; top:-26px;}
.slick-next { right:0; }
.slick-next:before { content: "\f105"; right: -3px; position: relative;  top:-26px; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  width:15px; height:15px; border:0 ; padding:0 !important; border-radius:100% !important; font-size:0;   cursor:pointer; min-width:auto;}
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }

::-webkit-input-placeholder { color: #000; font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px;}
::-moz-placeholder { color: #000; font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px;}
:-ms-input-placeholder { color: #000; font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px;}
:-moz-placeholder { color: #000; font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}

@media (min-width: 768px) {
.row-fluid .mainmenu {  }
body .row-fluid .blog-area { padding:0; }
.row-fluid .mainmenu .hs-menu-wrapper { line-height:0;} 
.row-fluid .mainmenu ul li { padding:0 ; float:left; width:auto;}
.row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:16px; white-space: normal; line-height:24px;  max-width:100%; transition:all .7s ease;  padding:10px 14px; text-transform: capitalize;  font-weight:600; color:#000; text-align:center; position:relative;      float: left;    width: 100%;}
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a {line-height:40px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { content:''; position:absolute; bottom:0; left:100%; right:100%; background:#fff; height:2px; opacity:0;  transition:all .7s ease; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#fff;  transition:all .7s ease;}
.home-page .row-fluid .header-section .mainmenu .hs-menu-wrapper ul li a:hover { color:#fff;  transition:all .7s ease;}
.home-page .row-fluid .header-section .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#72b12c;  transition:all .7s ease;}

.row-fluid .header-section .hs-menu-wrapper > ul > li > a:hover:before { right:0; left:0; opacity:1; transition:all .7s ease;}

.row-fluid .mainmenu .hs-menu-wrapper .hs-menu-children-wrapper { background:#656564; top:100px;   box-shadow: 0px 0 14px #000; -moz-box-shadow: 0px 0 14px #000; -webkit-box-shadow: 0px 0 14px #000; }  
.row-fluid .mainmenu .hs-menu-wrapper ul li:hover .hs-menu-children-wrapper { top:60px; transition:all .7s ease; }
.row-fluid .mainmenu .hs-menu-wrapper .hs-menu-children-wrapper:before { position:absolute; content:""; left:0; border-top:16px solid #656564; border-right:16px solid transparent; border-left:16px solid transparent; top: -16px;  transform: rotate(180deg);}
.row-fluid .mainmenu .hs-menu-wrapper .hs-menu-children-wrapper li { width:100%;}
.row-fluid .mainmenu .hs-menu-wrapper .hs-menu-children-wrapper li a { padding:8px 20px; color:#fff;  text-align:left;}
.row-fluid .mainmenu .hs-menu-wrapper .hs-menu-children-wrapper li a:hover { background:#72b12c;} 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%;}

.row-fluid .mainmenu ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children a:before {display:none; } 
.equal-height > div > div{display:flex;}
 
} 

.row-fluid  .wrapper { width:1200px !important; float:none !important; margin:0 auto !important; padding:0 15px;}
.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

.home-page .row-fluid .header-section { position:relative; background:#fff; margin-bottom:7px;}
.home-page .row-fluid .header-section .mainmenu ul li a:hover { color:#72b12c;}
.home-page .row-fluid .header-section .mainmenu ul li a:before { background:#72b12c; }

.row-fluid .header-section { padding:13px 0; background:rgba(255,255,255,0.5);  position:absolute; top:0; left:0; width:100%;}
.row-fluid .header-section .main-logo { float:none; display:inline-block;  width:auto;   vertical-align: middle;}
.row-fluid .header-section .mainmenu { float:none; display:inline-block;   width:auto;   vertical-align: middle; transition:all .7s ease;}  
.row-fluid .header-section .google-search { float:none; display:inline-block; width:auto;  vertical-align: middle; transition:all .7s ease;}

.row-fluid .header-section .top-button { margin:0 5px;  float:none; display:inline-block; vertical-align: middle;  width:auto;}
.row-fluid .header-section .top-button a { background:#72b12c; padding:9px 20px; color:#fff; transition:all .7s ease;}
.row-fluid .header-section .top-button a:hover { background:#656564; transition:all .7s ease;}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: normal; text-overflow: initial; word-break: keep-all;} 
.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:200px;}
.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:before { display:none;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { width:200px !important;}
/*-=-=-=footer-section-=-=*/

.row-fluid .footer-section { background:#323232; padding:48px 0; }
.row-fluid .footer-section h4 { font-size:24px; line-height:30px; padding-bottom:10px; font-weight:normal; color:#fff;}

.row-fluid .footer-section .footer-menus ul { padding:0; margin:0;}
.row-fluid .footer-section .footer-menus ul li {width:100%; float:left; }
.row-fluid .footer-section .footer-menus ul li a {width:100%; font-size:16px; word-break: keep-all; line-height:22px; color:#fff; float:left; padding:6px 0;  text-align:left; max-width:100%; white-space: normal; }
.row-fluid .footer-section .footer-menus ul li a:hover { color:#72b12c; padding-left: 5px;}
.row-fluid .footer-section .contact-info { font-size:16px; line-height:22px; color:#fff;}
.row-fluid .footer-section .contact-info p { padding:6px 0;}
 
 
@media (min-width:1220px) {
    
.row-fluid .footer-section .footer-box.menu-box { width:16%; float:left; margin-left:0; } 
.row-fluid .footer-section .footer-box.menu-box.blog-links { width:11%; }
.row-fluid .footer-section .footer-box.contact-box { width:20%; float:left; margin-left:0;}
.row-fluid .footer-section .footer-box.contact-box a:hover { color:#72b12c;}
    
}
.row-fluid .footer-section .footer-box.last-box {font-size:16px; line-height:22px; color:#fff; }
.row-fluid .footer-section .footer-box.last-box ul { list-style:none; padding:0; margin:0; width:100%;   float:none; }
.row-fluid .footer-section .footer-box.last-box ul li { width:auto; float:none;  display: inline-block; vertical-align: middle; padding:0 10px;}
.row-fluid .footer-section .footer-box.last-box ul a { width:100%; color:#fff; float:left; font-size:20px;     line-height: 24px; text-align:center; }
.row-fluid .footer-section .footer-box.last-box ul li a:hover { color:#72b12c;}
.row-fluid .footer-section .footer-box.last-box ul li:first-child a { font-size:30px;}

.row-fluid .footer-section .last-title { padding:35px 3px 25px; font-size:18px; line-height:28px;}
.row-fluid .footer-section .footer-box.last-box ul .back-bg { background:#ffffff; color:#323232;padding:5px; border-radius: 50%; width:34px; height:34px;}
.row-fluid .footer-section .footer-box.last-box ul .back-bg:hover { background:#ffffff; }


.row-fluid .hero-section { padding:280px 0 140px 0;  text-align:center;}
.row-fluid .hero-section h1 { font-size:40px; color:#72b12c;  line-height:48px; padding-bottom:5px; text-shadow: 1px 1px 12px #fff}
.row-fluid .hero-section h2 { font-size:40px; color:#fff;  line-height:48px; padding-bottom:5px; text-shadow: 2px 2px 6px #706f6f}
.row-fluid .hero-section .hero-sub { font-size:36px; line-height:50px; color:#fff; text-shadow: 2px 2px 6px #706f6f}
  
/*-=-=-=-=-google-=-search =-=-=-=*/

.row-fluid .google-search { margin: 0; background: transparent;  position:relative; padding-right:5px; z-index:55; }
.row-fluid .google-search .gsc-control-cse.gsc-control-cse-en {  padding: 0; float: left;  width: 100%;  background: transparent;   border: 0;}
.row-fluid .google-search .gsc-search-box.gsc-search-box-tools { border: 0;  width: 100%; float: left;  padding: 0;  margin: 0;}
.row-fluid .google-search .gsc-input-box { background:transparent;  height: 100%;  border: 0; padding: 0; box-shadow:none !important;}
.row-fluid .google-search .gsc-input input { float: right; width: 0 !important; padding: 0 !important; background:#72b12c !important; color:#fff; height: 40px !important;   font-size: 16px; transition:all .7s ease;}

.opan-search .row-fluid .google-search .gsc-input input  { width:105px !important; padding: 8px  10px  8px  10px !important;  transition:all .7s ease;}

.row-fluid .google-search table.gsc-search-box td { padding: 0;  width: 0;} 
.row-fluid .google-search table.gsc-search-box { margin: 0;  background: transparent;}  
.row-fluid .google-search .google-search .gsc-input-box {  background: transparent;} 
.row-fluid .google-search .gsc-search-box tr td:first-child { width: 88%; padding: 0;  background: transparent; border:0;}
.row-fluid .google-search .gsc-search-box tr td:first-child .gsib_a { width: 100%;}
.row-fluid .google-search .gsc-search-box tr td:nth-child(2) { float: right; width: 22%; background: transparent; position: absolute;    right: -16px;}
.row-fluid .google-search table.gsc-search-box td {  width: auto;}
.row-fluid .google-search .gsc-search-button {  position: relative; border: 0;  padding: 0;  margin: 0; float: right;  right:-8px; height: 39px; width:30px !important; cursor: pointer;}
.row-fluid .google-search .gsc-search-button input[type=image] { /*background: url('//info.hepacart.com/hubfs/Hepacart-2016/Image/right.png?t=1486169000876') no-repeat center center !important; */opacity: 0;}
.row-fluid .google-search .gsc-search-button-v2 {  width: 100% !important;}
.row-fluid .google-search .gsc-search-button:before { position: absolute; cursor: pointer; background:url('//cdn2.hubspot.net/hubfs/2720963/BlekoWebdesign-2017/Image/search-icon.png') no-repeat center center;  content: "";   line-height: 38px;font-family: 'FontAwesome';  color: #74c6f3;    font-size: 18px;    height: 100%;  padding: 0 13px; right: -16px;    width: 32px; top: 0;}
.row-fluid .google-search .gsst_a {  display: none;}

.google-search ::-webkit-input-placeholder { color: #fff; font-size: 16px; line-height:24px; font-family: 'Open Sans', sans-serif; letter-spacing: 0;  text-transform: capitalize; opacity: 1;}
.google-search :-moz-placeholder { color: #fff; font-size: 16px;  line-height:24px; font-family: 'Open Sans', sans-serif;  letter-spacing: 0;  text-transform: capitalize;  opacity: 1;}
.google-search ::-moz-placeholder { color: #fff; font-size: 16px;  line-height:24px; font-family: 'Open Sans', sans-serif; letter-spacing: 0;  text-transform: capitalize;  opacity: 1;}
.google-search :-ms-input-placeholder {color: #fff; font-size: 16px;  line-height:24px; font-family: 'Open Sans', sans-serif; letter-spacing: 0; text-transform: capitalize;  opacity: 1;}

.product-inner .product-item { padding-right:50px; }
.product-inner .product-content {margin-bottom:20px; }
.product-inner .product-imgtitle {margin-bottom:20px;  color:#72b12c; font-weight:bold;} 
.product-inner .pad-top { padding-top:8px;}
.product-inner .pad-top p {padding: 0;}
.product-inner .pad-top .border-box { border:3px solid #656564; text-align:center; color:#656564; padding:8px 10px;  margin-top: 8px; float: left; width: auto;  margin-right: 15px;}
 
.product-inner .product-left { padding-top:70px;}

.interesse-form { position:relative;}
.interesse-form form .input { margin:0 !important;}
.interesse-form:before { position: absolute; content: ''; background:#c7c7c6; left: -100%; width: 100%; height: 100%; top: 0; z-index: 9999999;}
.interesse-form form .hs-form-field label { font-size:16px; color:#656564;  line-height: 22px;  width: 100%; float: left;  padding-bottom: 7px;}

.interesse-form h3 { font-size:43px; line-height:50px; padding-bottom:15px;}
.interesse-form h3:empty { display:none;} 
.interesse-form form .hs-error-msgs li label {font-size:14px; color:red; }

.interesse-form { background:#c7c7c6; padding:30px 30px 30px 0 ; } 
.interesse-form input[type="text"],
.interesse-form input[type="email"],
.interesse-form input[type="tel"],
.interesse-form textare,
.interesse-form select {  background:#fff; border-bottom:0; height:42px; padding:11px 10px; margin-bottom: 15px;} 

.interesse-form textarea {height:100px; /*border-bottom:0 !important;*/ margin-bottom:20px;}

.interesse-form .hs-button  { color:#72b12c; border:2px solid #72b12c;     background-color: transparent; transition:all .7s ease; float:none; display:inline-block; font-size: 22px;  line-height: 27px; text-align:center; padding:10px 25px; margin-bottom:20px;}
.interesse-form .hs-button:hover { background-color:#72b12c; color:#fff; transition:all .7s ease;}
 

.mogelijk-interessant { padding:45px 20px 70px 0; } 
.mogelijk-interessant h3 { font-size:36px; line-height:42px; font-weight:400; padding-bottom:10px;}
.mogelijk-slider { padding:50px 0; } 
/*.mogelijk-slider .slick-list.draggable { padding:0 90px;}*/ 
/*.mogelijk-slider span .hs_cos_wrapper{ width:25%; float:left; padding:0 10px;}*/
.mogelijk-slider .mogelijk-img { height:200px; background-size:100% 100% !important; float:left; width:100%; }
.mogelijk-slider .mogelijk-box { width:100%; float:left; text-align:center;}
.mogelijk-slider .mogelijk-box h4 { color:#656564; font-size:16px; line-height:22px; width:100%; float:left; margin-top:10px;      word-break: keep-all}

.mogelijk-slider .slick-next.slick-arrow { right:5px;}
.mogelijk-slider .slick-prev.slick-arrow { border:0; background:url('https://cdn2.hubspot.net/hubfs/3799419/Bleko%202017/Images/prev-img.png') no-repeat center; padding:0 !important; width:30px; height:50px; background-size:100% 100% !important; } 
.mogelijk-slider .slick-next.slick-arrow { border:0; background:url('https://cdn2.hubspot.net/hubfs/3799419/Bleko%202017/Images/next-img.png') no-repeat center; padding:0 !important; width:30px; height:50px; background-size:100% 100% !important; } 
.mogelijk-slider .slick-prev.slick-arrow:before { display:none;}
.mogelijk-slider .slick-next.slick-arrow:before { display:none;}

.assortiment-btn { text-align:center;}
.assortiment-btn a {position:relative; color:#72b12c; border:2px solid #72b12c;  transition:all .7s ease; float:none; display:inline-block; font-size:35px; line-height:40px; text-align:center; padding:10px 25px; margin-bottom:20px;}
.assortiment-btn a:hover { background:#72b12c; color:#fff; transition:all .7s ease;}
.assortiment-btn a:before {  position: absolute;  content: "";  top: 0;  left: -24px; background: #fff;  width: 15px;  height: 100%;  opacity: 0; transition: all 1s ease;  z-index: 1; }
.assortiment-btn a:hover:before { left: 123%; transition: all 1s ease;  width: 20px;  opacity: 1;}


.product-right { background:#656564; padding:70px 30px; color:#fff;}
.product-right .veiligheidsinfo-box h2 { font-size:36px; line-height:40px; padding-bottom:10px;}

.download-btn { text-align:center;}
.download-btn a { position:relative; color:#72b12c; border:2px solid #72b12c;  margin-top:20px; transition:all .7s ease; float:left;  font-size:24px; line-height:30px; text-align:center; padding:8px 50px; margin-bottom:20px;}
.download-btn a:hover { background:#72b12c; color:#fff; transition:all .7s ease;}
.download-btn a:before {  position: absolute;  content: "";  top: 0;  left: -24px; background: #fff;  width: 15px;  height: 100%;  opacity: 0; transition: all 1s ease;  z-index: 1; }
.download-btn a:hover:before { left: 123%; transition: all 1s ease;  width: 20px;  opacity: 1;}


.werkvloer-box { margin-top:50px;}
.werkvloer-box h2 { font-size:36px; font-weight:300; color:#fff; line-height:40px; padding-bottom:10px;}
.werkvloer-box h2 span { color:#72b12c; font-weight: 600; }

.row-fluid .sameheight { width:100%; float:left;}
.row-fluid .greay-bg{ background:#656564; } 

.rss-section { margin-top:50px;}
.row-fluid .rss-section h2 { padding-bottom:15px;}
.row-fluid .rss-section .hs-rss-item  { width:100%; float:left; margin-bottom:25px;}
.row-fluid .rss-section .hs-rss-item .hs-rss-title { width:100%; float:left; font-size:24px; line-height:30px; word-break: keep-all; color:#fff;  padding-bottom:10px;}
.row-fluid .rss-section .hs-rss-item .hs-rss-description { width:100%; float:left;}
.row-fluid .rss-section .hs-rss-item .hs-rss-description a { width:100%; float:left; color:#72b12c;  text-transform: lowercase;  font-weight:bold; padding-top:10px;}
.row-fluid .rss-section .hs-rss-item .hs-rss-description a:hover { color:#000;}

/*=-=-=-=home-page-=-=-=-=-=-*/
 
.row-fluid .hero-product { padding:15px; height:550px; text-align:center; font-size:16px; line-height:26px; color:#fff; position:relative; width:50%; margin-left:0;}
.row-fluid .hero-product:before { position:absolute; content:""; background:rgba(0,0,0,0); top:0; left:0; width:100%; height:100%;   transition:all 0.7s ease;}
.row-fluid .hero-product:hover:before {     background: rgba(0,0,0,0.7); transition:all 0.7s ease; }

.row-fluid .hero-product .sameheight2 { position:absolute; z-index:999; top:50%; left:0; padding:20px; transform: translateY(-50%);  -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); }
.row-fluid .hero-product h3 {  font-size:40px; line-height:46px; font-weight:bold; color:#72b12c; padding-bottom:10px; text-shadow: 2px 2px 6px white; }
.row-fluid .hero-product:hover h3 { text-shadow: none; }
.row-fluid .hero-product .sub-heading {  font-size:36px; line-height:44px; font-weight:bold; color:#72b12c; text-shadow: 2px 2px 6px white; }
.row-fluid .hero-product:hover .sub-heading{ text-shadow: none; }
.row-fluid .chemicale-content { padding-top:0; opacity:0; transition:all .7s ease; height:0; }
.row-fluid .hero-product:hover .chemicale-content { opacity:1; padding-top:40px; transition:all .7s ease;  height:auto; }

.row-fluid .top-right  { text-align:right;}
.row-fluid .main-logo, .row-fluid .top-right { float: none; display: inline-block;   vertical-align: middle;margin: 0;}

.row-fluid .services-section { padding:70px 0;}
.row-fluid .services-main { width:100%; float:left;} 
.row-fluid .services-main span .hs_cos_wrapper { width:20%; float:left;}
.row-fluid .services-box {  width:100%; float:left; text-align:center;}
.row-fluid .services-box a { width:100%; float:left;}
.row-fluid .services-box h4 { font-size:30px; line-height:36px; color:#656564; font-weight:600; padding-top:20px; }

.row-fluid .services-text {/* width:70px; height:58px;*/ width:85px; height:85px; background-size:100% 204% !important; background-position:top center !important; float:none; display:inline-block; margin-bottom:20px; position:relative;      transition: all .7s ease;}
.row-fluid .services-box:hover .services-text {     background-position: bottom center !important;    transition: all .7s ease;}
.row-fluid .services-text:before { position:absolute; content:""; background:#656564; width:100%; height:5px; bottom:-30px; left:0; transition:all .7s ease;}
.row-fluid .services-box:hover .services-text:before { background:#72b12c; transition:all .7s ease;}

.row-fluid .reliable-section { padding:70px 0;  color:#706f6f; font-size:18px; line-height:26px; position:relative;}
.row-fluid .reliable-section h2 { font-size:43px; line-height:50px; color:#72b12c; padding-bottom:40px; text-align:center;} 
.row-fluid .reliable-section:before { position:absolute; content:""; width:800px; height:5px; left:50%;    margin-left: -400px; top:0; background:#72b12c; }

.row-fluid .meer-bleko { text-align:center;}
.row-fluid .meer-bleko a { color:#72b12c; position:relative;  border:2px solid #72b12c; margin:40px 0 0;  transition:all 1s ease; float:none; display:inline-block; font-size:35px; line-height:40px; text-align:center; padding:10px 25px; }
.row-fluid .meer-bleko a:hover { background:#72b12c; color:#fff; transition:all 1s ease;}
.row-fluid .meer-bleko a:before {  position: absolute;  content: "";  top: 0;  left: -24px; background: #fff;  width: 15px;  height: 100%;  opacity: 0; transition: all 1s ease;  z-index: 1; }
.row-fluid .meer-bleko a:hover:before { left: 123%; transition: all 1s ease;  width: 20px;  opacity: 1;}

 
.row-fluid .darkgrey-colr { background:#656564; }
.row-fluid .grey-colr { background:#c7c7c6; }
.row-fluid .challenge-box { padding:50px; color:#fff;}
.row-fluid .voor-box { padding:50px; }
.row-fluid .voor-box h3 {font-size:44px; line-height:50px; color:#656564; padding-bottom:30px; }

.row-fluid .challenge-box h3 {font-size:44px; line-height:50px; color:#fff; padding-bottom:30px; }
.row-fluid .voor-box ul li{ list-style-type: none;}
.row-fluid .voor-box ul li a { color:#fff; font-size:24px; line-height:30px; position:relative;}
.row-fluid .voor-box ul li a:before{content:'';width:7px;height:7px;background-color:#fff;display:inline-block;margin-right:10px;border-radius:100%;margin-bottom: 2px;transition:all 1s ease;}
.row-fluid .voor-box ul { color:#fff; margin:0; padding:0px ; margin-bottom:30px; }
.row-fluid .challeng-voor { width:50%; margin-left:0; }
.row-fluid .voor-box ul li a:hover:before{background-color:#72B12C;}
.row-fluid .voor-box ul li a:hover{color:#72B12C;} 

.row-fluid .challenge-btn a { color:#72b12c; position:relative;  border:2px solid #72b12c; /*margin:10px 0 40px ;*/  margin: 100px 0 30px; transition:all 1s ease; float:none; display:inline-block; font-size:35px; line-height:40px; text-align:center; padding:10px 25px; }
.row-fluid .challenge-btn a:hover { background:#72b12c; color:#fff; transition:all 1s ease;}
.row-fluid .challenge-btn a:before {  position: absolute;  content: "";  top: 0;  left: -24px; background: #fff;  width: 15px;  height: 100%;  opacity: 0; transition: all 1s ease;  z-index: 1; }
.row-fluid .challenge-btn a:hover:before { left: 123%; transition: all 1s ease;  width: 20px;  opacity: 1;}

.row-fluid .winkelschap-section { padding:100px 0;}
.row-fluid .winkelschap-section h2 { font-size:44px; line-height:50px; color:#656564; text-align:center;  padding-bottom:50px;}

.row-fluid .winkelschap-main { width:100%; float:left;  }
.row-fluid .winkelschap-main span .hs_cos_wrapper { width:25%; float:left;} 
.row-fluid .interessant-box h4 { color:#656564; font-weight:600; margin-bottom:15px;} 
.row-fluid .winkelschap-main span .hs_cos_wrapper:last-child .interessant-text{padding-right:100px;} 

/*.row-fluid .winkelschap-main span .hs_cos_wrapper:last-child .interessant-img img {padding-top:16px; max-width:100%;} */
   
.row-fluid .interessant-box { width:100%; float:left; text-align:left; padding-right:90px; position:relative;}
.row-fluid .interessant-box:before { position:absolute; content:"";  background:url('https://cdn2.hubspot.net/hubfs/2720963/BlekoWebdesign-2017/Image/next-img.png') no-repeat center; width:30px; height:40px; right:60px; top:90px;}
.row-fluid .interessant-img { /*width:120px; height:120px;*/ width:100%; height:auto;  float:none; display:table; background-size: 100% 100% !important; margin-bottom:20px;  }
.row-fluid .interessant-text { width:100%; float:left; font-size:16px;  color:#656564; }
.row-fluid .interessant-img img { max-width:100px;max-height:95px;}
.row-fluid .interessant-img{height:95px;}
.interessant-img > span {  display: table-cell;  vertical-align: middle;}

.row-fluid .winkelschap-main span .hs_cos_wrapper:last-child .interessant-box {padding-right:0; }
.row-fluid .winkelschap-main span .hs_cos_wrapper:last-child .interessant-box:before { display:none;}

.row-fluid .winkelschap-btn { text-align:center;}
.row-fluid .winkelschap-btn a { color:#72b12c; position:relative;  border:2px solid #72b12c; margin:50px 0 0;  transition:all 1s ease; float:none; display:inline-block; font-size:35px; line-height:40px; text-align:center; padding:10px 35px; }
.row-fluid .winkelschap-btn a:hover { background:#72b12c; color:#fff; transition:all 1s ease;}
.row-fluid .winkelschap-btn a:before {  position: absolute;  content: "";  top: 0;  left: -24px; background: #fff;  width: 15px;  height: 100%;  opacity: 0; transition: all 1s ease;  z-index: 1; }
.row-fluid .winkelschap-btn a:hover:before { left: 123%; transition: all 1s ease;  width: 20px;  opacity: 1;}

.row-fluid .whitepaper-section .whitepaper-box {padding: 50px; width:50%; margin-left:0; }
.row-fluid .whitepaper-section .whitepaper-box:first-child { padding-right:30px; }
.row-fluid .whitepaper-section .whitepaper-box h3 { color:#fff; font-size:44px; line-height:50px;}
.row-fluid .whitepaper-section .green-bg { background:#72b12c;}
.row-fluid .whitepaper-section .lightdark-bg { background:#656564;} 
 
.row-fluid .whitepaper-box .whitepaper-subtitle { color:#fff; font-size:44px; line-height:50px;}
.row-fluid .whitepaper-box .lees-btn { margin-top:20px;}
.row-fluid .whitepaper-box .lees-btn a {font-size:16px; line-height:20px; color:#fff;}
.row-fluid .whitepaper-box .lees-btn a:hover { color:#000;}

.row-fluid .white-down a { text-transform:lowercase; color:#fff; position:relative;  border:2px solid #fff; margin:50px 0 0;  transition:all 1s ease; float:none; display:inline-block; font-size:24px; line-height:30px; text-align:center; padding:10px 35px; }
.row-fluid .white-down a:hover { background:#72b12c; color:#fff; transition:all 1s ease;}
.row-fluid .white-down a:before {  position: absolute;  content: "";  top: 0;  left: -24px; background: #fff;  width: 15px;  height: 100%;  opacity: 0; transition: all 1s ease;  z-index: 1; }
.row-fluid .white-down a:hover:before { left: 123%; transition: all 1s ease;  width: 20px;  opacity: 1;}

.row-fluid .whitepaper-section .recent-post { margin-top:50px; }
.row-fluid .whitepaper-section .post-box { width:100%; float:left; margin-bottom:15px;} 
.row-fluid .whitepaper-section .post-title { color:#fff; font-size:20px; line-height:30px;}
.row-fluid .whitepaper-section .post-title a { color:#fff; font-size:20px; line-height:30px; padding-right: 10px;}
.row-fluid .whitepaper-section .post-content { color:#fff; font-size:16px; line-height:22px;}


.innerpage .product-inner  { background:#f9fbf2;} 
.row-fluid .product-right { width:31%; margin-left:0;}
.row-fluid .product-left { width:69%; margin-left:0;}
.mogelijk-slider .mogelijk-box { padding:0 35px; }

.row-fluid .inner-page { font-size:16px; color:#706f6f; line-height:26px;}
.row-fluid .inner-page h2 {font-size:36px; color:#72b12c; line-height:42px;  }

.row-fluid .private-section { width:100%; float:left; background:#72b12c; padding:30px 30px 30px 0; color:#706f6f; font-size:16px; line-height:24px; position:relative;}
.row-fluid .private-section:before { position: absolute; content: ''; background:#72b12c; left: -100%; width: 100%; height: 100%; top: 0; z-index: 9999999;}
.row-fluid .private-section h2 { color:#fff; padding-bottom:20px; font-size:44px; line-height:50px;}
.row-fluid .private-section .bekijk-onze { color:#fff; padding-top:10px; font-size:24px;}
.row-fluid .private-section .bekijk-onze a {  border:2px solid #fff; float:left; width:auto; padding:10px 20px; color:#fff; transition:all .7s ease;}
.row-fluid .private-section .bekijk-onze a:hover { background:#656564; transition:all .7s ease; }

/*-==--blog=-=-==-*/

.row-fluid .blog-area { padding:60px 0; background:#e0e0e0;} 
/*.hs-blog-listing .row-fluid .blog-area .blog-left { width:100%; }*/
/*.hs-blog-listing .row-fluid .blog-area .blog-right {display:none; } */ 
.hs-blog-listing.blekochemie-page-style8  .row-fluid .blog-area .blog-right { display:block;     padding: 60px 30px 60px;
    background: #656564;
    margin-left: 0;
    width: 31%; color:#fff; }

.row-fluid .post-item { /*width: 32.4%;*/ width:48%; margin: 0 1.4% 3.6% 0; float:left; -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1); box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1); position:relative;}
/*.row-fluid .post-item:nth-child(3n+3) {     margin-right: 0;}*/
.row-fluid .post-item .post-img { width:100%; float:left; height:292px;  background-size:cover !important; position:relative;}
.row-fluid .post-item .post-body { width:100%; float:left; padding:7.6% 6% 13%; color:#6b6861; background:#fff;}


.row-fluid .post-item .post-img:before { position:absolute; content:""; background:rgba(0,0,0,0.5); width:100%; height:100%; left:0; top:0; opacity:0; transition:all .7s ease;}
.row-fluid .post-item:hover .post-img:before { opacity:1;  transition:all .7s ease;}
.row-fluid .post-item:hover .more-link { background:#72b12c ;  } 
  
.row-fluid .post-item .author-link { color:#6b6861; width:auto; float:left; font-size:14px;}
.row-fluid .post-item .topic-link { color:#6b6861; font-size:14px;}
.row-fluid .post-item #hubspot-topic_data { width:auto; float:left; padding:0;}
.row-fluid .post-item #hubspot-topic_data i { color:#5ba1a2;}  
.row-fluid .post-item .post-date i{ color:#c5422a;}

.row-fluid .post-item .hubspot-editable { width:100%; float:left;} 
.row-fluid .post-item .hubspot-editable a { padding-right:10px;}
.row-fluid .post-item .hubspot-editable i { padding-right:4px;} 
.row-fluid .post-item .post-date { width:auto; float:left; font-size:14px; padding-right:10px;} 
  
.row-fluid .post-item h2 {font-size: 20px; line-height:26px; text-align: left;  font-weight: 300; width: 100%; float: left; color:#6b6861; margin-top:15px;}
.row-fluid .post-item h2 a {  color:#6b6861;}
.row-fluid .post-item h2 a:hover { color:#000;} 
.row-fluid .post-item .more-link { position: absolute; font-size: 22px;  bottom: -17px; left: 50%; width: 60px; height: 60px; line-height: 49px; background: #656564; color: #fff; text-align: center; border: 5px solid #fff; margin-left: -25px; -webkit-border-radius: 50%;border-radius: 50%; -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1); box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1); -webkit-transition: background .3s ease; -moz-transition: background .3s ease; -ms-transition: background .3s ease; -o-transition: background .3s ease; transition: background .3s ease;}
.row-fluid .post-item .sameheight { background:#fff;}

 
.row-fluid .blog-section { width:100%; float:left; text-align:center;} 
.row-fluid .blog-section .pagination { width:100%; float:left; padding:0; margin:0; list-style:none;  margin-top:30px;}
.row-fluid .blog-section .pagination li { display: inline-block; float:none; padding:3px 8px; vertical-align: top; text-align: center; width: 50px; height: 50px; line-height: 45px; background: #f3f3f3;  color: #599fcb; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease;  -o-transition: all .3s ease;   transition: all .3s ease;}
.row-fluid .blog-section .pagination li a { color:#72b12c; } 
.row-fluid .blog-section .pagination li:hover { background:#72b12c; transition: all .3s ease;}
.row-fluid .blog-section .pagination li:hover a { color:#fff;}
.row-fluid .blog-section .pagination li:first-child { width:70px;} 
.row-fluid .blog-section .pagination li:last-child { width:70px;}   

.row-fluid .blog-section .pagination li.disabled { display:none;}
.row-fluid .blog-section .pagination li.active {background:#72b12c; color:#fff; }
.row-fluid .blog-section .pagination li.active a { color:#fff;}

.hs-blog-post .row-fluid .blog-area { padding:0; background:#fff; }
.row-fluid .blog-area .blog-left { padding-top:60px; width:69%;} 
.blekochemie-page-style8 .row-fluid .blog-area .blog-left { padding-top:60px; width:69%;} 
.row-fluid .blog-area .blog-right { padding:60px 30px 60px; background:#656564; margin-left:0; width:31%; color:#fff; } 
.hs-blog-listing .row-fluid .blog-form.interesse-form { display:none;}

.row-fluid .blog-inner { width:100% ; float:left; text-align:left; color:#656564; padding-right:20px;}
.row-fluid .blog-post-wrapper #hs_cos_wrapper_name { width:100%; float:left; text-align:left;} 
.row-fluid .blog-inner h2, 
.row-fluid .blog-inner h3,
.row-fluid .blog-inner h4,
.row-fluid .blog-inner h5,
.row-fluid .blog-inner h6 { padding:30px 0 10px;}

.row-fluid .blog-inner ul {  padding:0;}
.row-fluid .blog-inner ul li { color:#706f6f; list-style:none; position:relative; padding-left:15px;}
.row-fluid .blog-inner ul li:before { position:absolute; content:""; background:#72b12c; width:8px; height:8px;  border-radius:50%; left:0; top:9px;}

.row-fluid .blog-post-wrapper #hubspot-author_data { width:100%; float:left; text-align:left; color:#656564; padding:15px 0 10px;}
.row-fluid .blog-post-wrapper .hs-author-label { width:auto; float:left; }
.row-fluid .blog-post-wrapper .author-link { color:#656564; font-size:16px;}

.row-fluid .blog-form { width:100%; float:left;  margin-top:30px;} 
.row-fluid .blog-form.interesse-form { background:#f6f6f6; width:100%; float:left;}
.row-fluid .blog-form.interesse-form:before  { background:#f6f6f6;}
.row-fluid .blog-form .hs-richtext { width:100%; float:left; }

.row-fluid .blog-form .hs-form .hs_firstname.field { padding:0 10px 10px 0;}
.row-fluid .hs-form fieldset .hs_lastname.field.hs-form-field { padding:0 0 10px 10px;}

.row-fluid .blog-sidebar .blog-email { width:100%; float:left; margin-bottom:30px;}
.row-fluid .blog-sidebar .blog-email h3 { font-size:24px; color:#72b12c; line-height:30px; padding-bottom:20px;}
.row-fluid .blog-sidebar .hs_email label span { color:#fff; padding-bottom:10px;  float:left; } 

.row-fluid .blog-sidebar .hs-button { color:#72b12c; position:relative;      letter-spacing: 0; background:transparent;  border:2px solid #72b12c; margin:10px 0 15px;  transition:all 1s ease; float:none; display:inline-block; font-size:24px; line-height:26px; text-align:center; padding:10px 35px; }
.row-fluid .blog-sidebar .hs-button:hover { background:#72b12c; color:#fff; transition:all 1s ease;}

.row-fluid .follow-box ul { width:100%; float:left; margin:20px 0;}
.row-fluid .follow-box ul { list-style:none; padding:0;  width:100%;   float:none; }
.row-fluid .follow-box ul li { width:auto; float:none;  display: inline-block; vertical-align: middle; padding:0 10px;}
.row-fluid .follow-box ul a { width:100%; color:#fff; float:left; font-size:20px;     line-height: 24px; text-align:center; }
.row-fluid .follow-box ul li a:hover { color:#72b12c;}
.row-fluid .follow-box ul li:first-child a { font-size:30px;}

.row-fluid .follow-box ul .back-bg { background:#ffffff; color:#656564;padding:5px; border-radius: 50%; width:34px; height:34px;}
.row-fluid .follow-box ul .back-bg:hover { background:#ffffff; }

.row-fluid .laatste-box { width:100%; float:left; color:#fff; margin-top:20px;}   
.row-fluid .laatste-box h3 { margin-bottom:12px;}

.row-fluid .sidebar-topic h3 { margin-bottom: 12px;}
.row-fluid .sidebar-topic ul { list-style:none; padding:0; margin:0; width:100%; float:left;}
.row-fluid .sidebar-topic ul li { width:100%; float:left;}
.row-fluid .sidebar-topic ul li a { color:#fff; font-size:18px; color:#fff;}
.row-fluid .sidebar-topic ul li a:hover { color:#000;} 
 

.row-fluid .overview-section { padding:60px 0;}
.row-fluid .overview-desc { padding:0 0 30px; text-align:center; color:#555;}
.row-fluid .overview-desc h2 { padding-bottom:15px;}
.row-fluid .overview-main { width:100%; float:left;}
.row-fluid .overview-main span .hs_cos_wrapper { width:25%; float:left; padding:0 15px; margin-bottom:30px;}
.row-fluid .overview-main .mogelijk-box { width:100%; float:left; text-align:center; border: 1px solid #ccc;   transition:all .7s ease;}
.row-fluid .overview-main .mogelijk-box:hover { background:#eee; transition:all .7s ease;}

.row-fluid .overview-main h3 { font-size:36px; line-height:42px; font-weight:400; padding-bottom:10px;}
.row-fluid .overview-main .mogelijk-img { height:200px; background-size:100% !important; float:none; display: inline-block; width:120px;      margin-top: 25px;}
.row-fluid .overview-main .mogelijk-box h4 { color:#656564; font-size:16px; line-height:22px; width:100%; float:left;padding: 16px 15px 0; margin:20px 0 10px;  border-top: 1px solid #ccc;   padding-top: 16px; word-break: keep-all;}
.row-fluid .overview-main .mogelijk-box .box-content{ width:100%; float:left;}
.row-fluid .overview-main .over-text { width:100%; float:left; padding:0 15px 15px; color:#555; word-break: keep-all;    font-size: 14px;    line-height: 24px;}
.row-fluid .overview-main .over-text .sameheight { word-break: keep-all;}

.product-right .veiligheidsinfo-box form .hs-button  {position: relative;}  text-transform: lowercase;  color: #72b12c;  border: 2px solid #72b12c;   margin-top: 20px;   transition: all .7s ease;    float: left;    font-size: 24px;    line-height: 30px;    text-align: center;    padding: 8px 50px;    margin-bottom: 20px; }
.product-right .veiligheidsinfo-box form .hs-button:hover { color:#fff; background:#72b12c;} 

.row-fluid .productsec { background:#fff; } 
.row-fluid .product-itemimg { padding-left:20px;}    
   
.content-page .interesse-form {padding:30px 30px 0 0; background:transparent;   }
.content-page .interesse-form:before { display:none;}
.interesse-form input[type="text"], .interesse-form input[type="email"], .interesse-form input[type="tel"], .interesse-form textarea, .interesse-form select { border:1px solid #ccc;}

.row-fluid .table-box table { width:100%; }
.row-fluid .table-box table td .table-img { height:100px;  margin-bottom:20px; float: left; width: 100%;    display: flex;    align-items: center;}
.row-fluid .table-box table td .table-img img { height:auto; max-width:90px;} 
.row-fluid .table-box table td .table-img + span { width:100%; float:left; text-align: center; font-weight: 700;}

.row-fluid .google-search { position:relative;height: 40px;}
.row-fluid .google-search #searchBox { width: 0; background: #72b12c; border:0; color: #fff; height: 40px; font-size: 16px; padding:0;   transition: all .7s ease;}
.opan-search .row-fluid .google-search #searchBox { width:105px; transition: all .7s ease;  padding:5px 15px;}
.close-search .row-fluid .google-search .close-btn { display:none;}

.row-fluid .google-search .search-btn { height:40px; float:right; padding:5px 0 5px 8px;  cursor:pointer;  width:40px;}
.row-fluid .google-search .close-btn { width:40px; height:40px; position:absolute; right:0; background:transparent; top:0; cursor:pointer;}

.opan-search .close-btn{display:none;}



@media (min-width:2500px){
  
  .row-fluid .private-section:before { display:none;} 
  .interesse-form:before { display:none;}
  
    
} 

@media (min-width: 992px) and (max-width: 1200px){
    
	.row-fluid .wrapper {  width:920px !important; }
    .row-fluid .footer-section .footer-box.last-box ul li { padding:0 3px;} 
        
    .assortiment-btn a { font-size: 26px; line-height: 34px; }
    .mogelijk-interessant { padding:30px 0;}
    .product-inner .product-item { padding-right:20px;}
    .product-inner .product-content h1 { font-size: 32px; line-height: 38px;}
    .product-inner .product-left { padding-top:40px;}
    .product-right { padding:40px 25px;}
    .werkvloer-box h2 {font-size: 22px;line-height: 28px;padding-bottom: 5px; } 
    .product-right .veiligheidsinfo-box h2 { font-size: 22px;line-height: 28px;padding-bottom: 5px;}
    .row-fluid .hero-section { padding:200px 0 120px 0;}  
   
    
    .row-fluid .hero-product { padding:80px 10px;} 
    .row-fluid .services-section { padding:40px 0;} 
    .row-fluid .services-box h4 { font-size: 22px;line-height: 28px;}
    .row-fluid .reliable-section { padding:50px 0; font-size: 18px;line-height: 28px;}
    .row-fluid .reliable-section h2 { font-size: 33px; padding-bottom: 20px; line-height: 38px;}
    .row-fluid .meer-bleko a { margin:20px 0;  font-size: 24px; line-height: 28px;}
    
    .row-fluid .voor-box { padding:25px;}
    .row-fluid .challenge-box  { padding:25px;}
    .row-fluid .voor-box h3 { font-size: 28px; padding-bottom: 10px; line-height: 36px;}
    .row-fluid .challenge-box h3  { font-size: 28px; padding-bottom: 10px; line-height: 36px;}
    .row-fluid .challenge-btn a { margin: 20px 0;  font-size: 22px; line-height: 28px;}  
    
    .row-fluid .winkelschap-section { padding:50px 0;}
    .row-fluid .interessant-box { padding:0 10px; text-align:center;} 
    .row-fluid .interessant-box:before { display:none; } 
    
    .row-fluid .winkelschap-btn a { margin-top:30px; font-size: 22px; line-height: 26px} 
    .row-fluid .whitepaper-section .whitepaper-box { padding:25px;}
    .row-fluid .whitepaper-box .whitepaper-subtitle { font-size: 26px;line-height: 30px;}
    .row-fluid .whitepaper-section .whitepaper-box h3 { font-size: 26px;line-height: 30px;}
    .row-fluid .whitepaper-section .recent-post { margin-top:20px;}
    
    .download-btn a { padding:8px 20px;}
    .row-fluid .private-section h2 { padding-bottom: 19px; font-size: 32px;line-height: 38px;}
    .row-fluid .rss-section h2 { font-size: 26px; line-height: 32px;}
    .mogelijk-slider .mogelijk-box { padding:0 25px;}   
    .mogelijk-interessant { padding-right:10px;}
     
    .row-fluid .post-item .post-body { padding:18px 18px 60px;} 
    .row-fluid .header-section .main-logo { width:10%;}
    .row-fluid .top-right { width:89%; line-height:0;} 
    .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:14px;}
    
    /*.row-fluid .google-search .gsc-search-button:before { right:-6px; } 
    .opan-search .row-fluid .google-search .gsc-search-box tr td:nth-child(2) { right: -8px; top: 15px;}
    .row-fluid .google-search .gsc-search-box tr td:nth-child(2) { right: 3px;top: 10px;}
    .opan-search .row-fluid .google-search .gsc-input input { width:200px !important;position: absolute;right: 28px; top: 15px;  }*/
    
    .row-fluid .google-search { padding-right: 0; margin-top:10px;}
    .row-fluid .google-search .gsc-search-box tr td:nth-child(2) { right: 12px; top: 5px;}
    
    .download-btn a { font-size:20px;}     
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { line-height:20px;}
    .row-fluid .header-section .top-button { margin:8px 0 0 0;}
      
    .row-fluid .overview-main span .hs_cos_wrapper { padding:0 10px; margin-bottom:20px; } 
     .row-fluid .winkelschap-main span .hs_cos_wrapper:last-child .interessant-text{padding-right:0;}   
}


@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper {  width:720px !important; }	
    .row-fluid .post-item { width:96%; clear:both; }
    .row-fluid .footer-section .footer-box { width:33.33%; float:left; margin-left:0; margin-bottom:15px;}
    .row-fluid .mainmenu ul li a { padding:6px 10px; font-size: 14px;}
    .assortiment-btn a { font-size: 26px; line-height: 34px; }
    .mogelijk-interessant { padding:30px 0;}
    .product-inner .product-item { padding-right:20px;}
    .product-inner .product-content h1 { font-size: 32px; line-height: 38px;}
    .product-inner .product-left { padding-top:40px;}
    .product-right { padding:40px 25px;}
    .werkvloer-box h2 {font-size: 22px;line-height: 28px;padding-bottom: 5px; }
    .product-right .veiligheidsinfo-box h2 { font-size: 22px;line-height: 28px;padding-bottom: 5px;}
    .row-fluid .hero-section { padding:200px 0 120px 0;}
    
    .row-fluid .hero-product { padding:80px 10px;} 
    .row-fluid .services-main span .hs_cos_wrapper { width:25%; margin-bottom:15px;}
    .row-fluid .services-section { padding:40px 0;} 
    .row-fluid .services-box h4 { font-size: 22px;line-height: 28px;}
    .row-fluid .reliable-section { padding:50px 0; font-size: 18px;line-height: 28px;}
    .row-fluid .reliable-section h2 { font-size: 33px; padding-bottom: 20px; line-height: 38px;}
     .row-fluid .meer-bleko a { margin:20px 0;  font-size: 24px; line-height: 28px;}
    
    .row-fluid .voor-box { padding:25px;}
    .row-fluid .challenge-box  { padding:25px;}
    .row-fluid .voor-box h3 { font-size: 28px; padding-bottom: 10px; line-height: 36px;}
    .row-fluid .challenge-box h3  { font-size: 28px; padding-bottom: 10px; line-height: 36px;}
    .row-fluid .challenge-btn a { margin: 20px 0;  font-size: 22px; line-height: 28px;}  
    
    .row-fluid .winkelschap-section { padding:50px 0;}
    .row-fluid .interessant-box { padding:0 10px; text-align:center;} 
    .row-fluid .interessant-box:before { display:none; }
    .row-fluid .winkelschap-btn a { margin-top:30px; font-size: 22px; line-height: 26px} 
    
    .row-fluid .whitepaper-section .whitepaper-box { padding:25px;}
    .row-fluid .whitepaper-box .whitepaper-subtitle { font-size: 26px;line-height: 30px;}
    .row-fluid .whitepaper-section .whitepaper-box h3 { font-size: 26px;line-height: 30px;}
    .row-fluid .whitepaper-section .recent-post { margin-top:20px;}
    
    .download-btn a { padding:8px 20px;}
    .row-fluid .private-section h2 { padding-bottom: 19px; font-size: 32px;line-height: 38px;}
    .row-fluid .rss-section h2 { font-size: 26px; line-height: 32px;}
    .mogelijk-slider .mogelijk-box { padding:0 20px;}
    
    
    .row-fluid .post-item .post-img { height:210px;}
    .row-fluid .post-item { margin-bottom:30px;}
    .row-fluid .post-item .post-body { padding:7.6% 6% 25%;}
    .row-fluid .blog-area .blog-right { width:35%;}
    
    .row-fluid .blog-area .blog-left  { width:65%;}
    .row-fluid .blog-sidebar .hs-button { padding:8px 20px; min-width: auto;}
    .interesse-form h3 { font-size: 28px; line-height: 44px;}
    
    .row-fluid .blog-post-wrapper h1 { font-size: 32px; line-height: 38px;}
    .row-fluid .header-section .google-search { width:auto;}
    .row-fluid .google-search .gsc-search-box tr td:nth-child(2) { right:-36px;}
    
    .row-fluid .header-section .main-logo { width:10%; float:left;}
    .row-fluid .main-logo, .row-fluid .top-right { float:left; width:auto;}

    .opan-search .row-fluid .google-search .gsc-input input { width:200px !important;}
    .row-fluid .header-section .google-search { position: absolute; right: 17px;top: 70px;  } 
    
    .row-fluid .header-section .top-button {width:auto; margin: 5px 0 20px; padding: 0 15px;}
    .row-fluid .header-section .top-button a { font-size:22px;}
    
    .row-fluid .overview-section { padding:40px 0;}
    .row-fluid .overview-main { width:100%; float:left; text-align:center;}
    .row-fluid .overview-main span .hs_cos_wrapper { width:33.33%;  padding:0 15px; margin-bottom:30px;  }
    
    .row-fluid .winkelschap-main span .hs_cos_wrapper:last-child .interessant-text{padding-right:0;}   
    .row-fluid .table-box table td { width:33.33% !important; float:left;}
    
}
 
@media (min-width: 30px) and (max-width: 767px){
	
	.row-fluid .wrapper { width:100% !important; padding:0 20px; float:left !important; }
	.blekochemie-page-style8 .row-fluid .blog-area .blog-left , .hs-blog-listing.blekochemie-page-style8 .row-fluid .blog-area .blog-right { width:100%; padding:0; margin:15px 0; }
    
    .row-fluid .header-section .google-search { position: absolute; right: 23px;top: 70px;  }
    .row-fluid .google-search .gsc-search-button:before { right:20px; }
    .row-fluid .header-section .main-logo img { height:auto; }
    .row-fluid .footer-section { text-align:center; padding:48px 0 10px;}
    .row-fluid .footer-section .footer-menus ul li a { text-align:center;}
    .row-fluid .footer-section .footer-box { margin-bottom:25px;}
    
    .content-page .interesse-form { padding:20px !important;}  
    .product-inner .product-left { padding:30px 0; text-align:center;}
    .product-inner .product-content h1 { font-size: 30px; line-height: 36px; }
    .product-inner .product-item { padding-right:0;} 
    .interesse-form form .hs-form-field label { text-align:left; }
    .product-inner .pad-top .border-box { float:none; display:inline-block;}
    
    
    .assortiment-btn a { font-size: 24px; line-height: 30px;}   
    .mogelijk-interessant { padding:30px 20px;}
    .product-right .veiligheidsinfo-box h2 { font-size: 26px; line-height: 30px;padding-bottom: 5px;}
    .product-right { padding:25px; text-align:center;}
    .download-btn a { float:none; display:inline-block; padding:10px 30px 14px 30px;}
    
    .row-fluid .whitepaper-section .whitepaper-box { width:100%; padding:25px; text-align:center; }
    .row-fluid .whitepaper-section .recent-post { margin-top:20px;}
    .row-fluid .white-down a { margin:30px 0;}
    .row-fluid .whitepaper-section .whitepaper-box h3 { font-size: 26px; line-height: 34px}
    
    .row-fluid .whitepaper-box .whitepaper-subtitle { font-size: 26px; line-height: 34px}
    .row-fluid .winkelschap-btn a { font-size: 26px; line-height: 32px;}
    .row-fluid .winkelschap-section { padding:50px 0;}
    .row-fluid .winkelschap-main span .hs_cos_wrapper { width:100%;}
    .row-fluid .interessant-box { padding-right:0; margin-bottom:20px; text-align:center;} 
    .row-fluid .interessant-box::before { display:none; }
    
    .row-fluid .hero-product { width:100%; padding:150px 0; height:auto;}
    .row-fluid .hero-product h3 { font-size: 30px; line-height: 38px;} 
    .row-fluid .hero-product .sub-heading { font-size: 30px; line-height: 38px;} 
    .row-fluid .reliable-section::before { width:100%; margin-left:0; left:0;}
    
    .row-fluid .sameheight { height:auto !important;} 
    .row-fluid .services-main span .hs_cos_wrapper { width:100%; margin-bottom:25px;}
    .row-fluid .services-section { padding:30px 0;}
    .row-fluid .reliable-section { padding:30px 0;  font-size: 18px;line-height: 24px; text-align:center;}
    .row-fluid .reliable-section h2 { font-size: 28px; line-height: 34px; padding-bottom:10px;}
    
    .row-fluid .meer-bleko a { margin:20px 0 0; font-size: 22px; line-height: 28px;} 
    .row-fluid .challeng-voor { width:100%; text-align:center; padding:25px;}          
    .row-fluid .voor-box ul { text-align:left;}
    .row-fluid .voor-box ul li a { font-size: 16px; line-height: 22px;}
    .row-fluid .voor-box h3 { font-size: 26px; line-height: 34px; padding-bottom: 20px;} 
    .row-fluid .challenge-box h3 { font-size: 28px; padding-bottom: 0;line-height: 38px;}
    .row-fluid .challenge-btn a { margin:20px 0; font-size: 20px;line-height: 28px;}
    .row-fluid .winkelschap-section h2 { font-size: 26px; line-height: 36px;} 
    
    .row-fluid .winkelschap-btn a { margin-top:20px;}
    .home-page .row-fluid .header-section { display: inherit;}
    
    .row-fluid .private-section { padding:30px 20px !important;}
    
    .row-fluid .product-right { width:100%; margin-left:0;}
    .row-fluid .product-left { width:100%; margin-left:0; padding-left:0 !important; padding-bottom:0;}
    .mogelijk-interessant h3 { font-size: 30px; line-height: 35px;}
    .mogelijk-slider .mogelijk-box { padding:0 10px; }
    .row-fluid .private-section h2 { padding-bottom: 10px; font-size: 28px;line-height: 34px;}
    .row-fluid .inner-page { font-size: 16px; line-height: 24px; padding:0 20px;}
    
    .row-fluid .post-item { width:100%; margin:0 0 30px;}
    .row-fluid .post-item .post-body { padding:18px 18px 58px;}
    .row-fluid .blog-area .blog-right { width:100%; }
    .row-fluid .blog-area .blog-left { width:100%; }
    
    /*.row-fluid .interesse-form:before { display:none;}*/
    .row-fluid .interesse-form > div{position:relative;}
    .row-fluid .blog-form .hs-form fieldset .hs_lastname.field.hs-form-field { padding:0; width:100%;}
    .row-fluid .blog-form .hs-form .hs_firstname.field { padding:0 !important; width:100% !important;}
    .row-fluid .blog-form .hs-form fieldset.form-columns-2 .field:first-child { width:100%; padding:0;}
    .row-fluid .blog-form .hs-form fieldset.form-columns-2 .field { width:100%; padding:0;}
    
    .row-fluid .blog-post-wrapper #hs_cos_wrapper_name { text-align:center;}
    .row-fluid .blog-inner  { text-align:center; padding:0;}
    .row-fluid .blog-post-wrapper .hs-author-label { float:none;}
    .row-fluid .blog-post-wrapper #hubspot-author_data { text-align:center;}
    .row-fluid .blog-inner ul { text-align:left;}  
    .interesse-form h3 {font-size: 30px; line-height: 40px; }
    
    .interesse-form .hs_submit { text-align:center; width:100%;}
    .interesse-form .hs-button { font-size: 18px; line-height: 24px;}
    .mogelijk-slider .mogelijk-img { float: none; width: 140px; display: inline-block;}
   .row-fluid .header-section .google-search { float:right;}
    
    .row-fluid .google-search .gsc-search-box tr td:nth-child(2) { right:-10px;}
    .row-fluid .google-search .gsc-search-button { right:5px;}
    .row-fluid .google-search .gsc-search-button:before { right:5px;}
    .opan-search .row-fluid .google-search .gsc-input input { width:144px !important; margin-right:35px !important;}
    .row-fluid .interesse-form fieldset .hs_lastname.field.hs-form-field { padding:0;}
   
    .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 ; width:100%; }
    .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0; width:100%; }
    .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 ;width:100%; }
    .row-fluid .private-section:before { display:none;} 
    
    .row-fluid .header-section .top-button {width:100%; margin: 5px 0 20px; padding: 0 15px;}
    .row-fluid .header-section .top-button a { font-size:22px;}
    
    .row-fluid .overview-section { padding:40px 0;}
    .row-fluid .overview-main { width:100%; float:left; text-align:center;}
    .row-fluid .overview-main span .hs_cos_wrapper { width:100%; float:none; display:inline-block; padding:0 15px; margin-bottom:30px; max-width:360px; }
    
    .row-fluid .overview-main .mogelijk-box { width:100%; float:left; text-align:center; border: 1px solid #ccc;   transition:all .7s ease;}
    .row-fluid .overview-main .mogelijk-box:hover { background:#eee; transition:all .7s ease;}
    .row-fluid .overview-main h3 { font-size:36px; line-height:42px; font-weight:400; padding-bottom:10px;}
    .row-fluid .overview-main .mogelijk-box h4 { color:#656564; font-size:16px; line-height:22px; width:100%; float:left; margin:20px 0 15px;  border-top: 1px solid #ccc;   padding-top: 16px; word-break: keep-all;}
    
    .row-fluid .winkelschap-main span .hs_cos_wrapper:last-child .interessant-text{padding-right:0;}   
    .row-fluid .winkelschap-main span .hs_cos_wrapper:last-child .interessant-img {padding-top:0;} 
    
    .row-fluid .overview-desc h3 { text-align:center !important;}
    .row-fluid .overview-desc p { text-align:center !important;}
    .download-btn a { padding:10px 20px !important;}
    .row-fluid .hero-product .sameheight2 { position:relative; z-index:999; top:0; left:0; padding:20px; transform: translateY(0%);  -webkit-transform: translateY(0%); -moz-transform: translateY(0%); }
    
    .product-inner .product-content table { width:100% !important;} 
    .product-inner .product-content table tr td { width:100% !important; float:left;}
    
    .opan-search .row-fluid .google-search #searchBox { width:130px;} 
  
  .interesse-form { padding-right:20px} 
  
} 

/*
@media (max-width: 530px){
     
    .row-fluid .header-section .google-search { width:100%; padding-top:20px;  margin-top: 0;}
    .row-fluid .google-search .gsc-search-button:before { right:8px; }
    
    
}*/

@media (min-width: 992px){

  a.mobile-trigger, a.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width: 991px){
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { width:100% !important;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { line-height: 28px; font-size: 18px;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper:before { display:none;}
    .row-fluid .mainmenu .hs-menu-wrapper .hs-menu-children-wrapper li a:hover { background:transparent;}
    
    
  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
 
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { width:100%; text-align:left;}
    .row-fluid .mainmenu .hs-menu-wrapper ul li a { text-align:left; font-size: 22px; color:#fff; font-weight:normal; width:100%; max-width:100%;}
    .row-fluid .mainmenu .hs-menu-wrapper ul li a:hover { color:#72b12c;}
   /* .row-fluid .header-section .mainmenu { position:absolute; left:-21px; width:100%; top:0;}*/
    .row-fluid .header-section .mainmenu { width:auto;}
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { line-height:26px;}
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { display:none; }

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


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 14px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      background: #455560; /* Background color */
      z-index: 99999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      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; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #455560;
      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; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .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; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -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);
  }
  .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);
  }

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

  a.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute !important;
      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);
  }
  a.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  a.child-triggerm span, a.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }
  
  a.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;
  }
  a.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;
  }
  a.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
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 18px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #455560; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > 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 */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }

  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .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; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

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

/***2018*/

.header-section .wrapper{ position:relative; }
.langswitcher{ position:absolute; right:-10px; top:52px; }
.globe_class { background: url(https://cdn2.hubspot.net/hubfs/3799419/globe.png)no-repeat !important; background-position: center left; border: 1px solid transparent; background-size:cover; width:30px !important; height:30px !important; border:0; }
/* .lang_list_class{ list-style:none ;} */
/* .globe_class:hover .lang_list_class { display: none !important; }  */
/* .lanSwitch {list-style:none; position: absolute; left: 35px; margin:0; padding:0; }
.lanSwitch li a{ color:#656564; padding:0 5px; display: inline-block; }
.lanSwitch li a:hover{ color:#72b12c;}
.lanSwitch:after{ content:'\f107'; font-family:fontawesome; position:absolute; right:-9px; top:0; color:#656564;}
.lanSwitch:hover:after{ color:#72b12c; }
.lanSwitch li:first-child a{ border:1px solid transparent; }
.lanSwitch li:last-child a{ border:2px solid #72b12c; left: 6px; position: absolute; } */


.lang_list_class:before{ display:none; }
.lang_list_class:after{ display:none; }
.lang_list_class { position: absolute; top: 4px; left: inherit; -webkit-transform: translateX(0); transform: translateX(0); text-align: center; z-index: 100; list-style-type: none; padding: 0; margin: 0; right:-40px; }
.lang_list_class li { text-transform: uppercase; position: relative; line-height: 1; font-size: 17px; padding: 0 5px 5px 5px; background-color:transparent; border-left: 0; border-right: 0; }
.lang_list_class li:first-child { padding-top: 0; border-top: 0; }
.lang_list_class li:first-child a{ border:2px solid transparent; }
.lang_list_class li:last-child{ border:2px solid  #72b12c; padding: 5px; left: 6px; position: absolute; }


.lang_list_class li a{ display:inline-block; }
.lang_list_class li a:hover{ color:#72b12c;}
.lang_list_class li:first-child:after{ content:'\f107'; font-family:fontawesome; position:absolute; right:-9px; top:0; color:#656564;}
.lang_list_class:hover:after{ color:#72b12c; }
.lang_list_class li:first-child:hover:after{ color:#72b12c; }



@media(max-width:1330px){
	
	.lanSwitch { position: absolute; left: 31px; }
  .lanSwitch:after{ right: -6px; }
  .newHeader .row-fluid .span11.top-right{ width: 84.452991%; }
  .langswitcher {right: 63px;}
  
}

@media(max-width:1200px){
	.lanSwitch li a{ padding:13px 5px; }
  .lanSwitch:after{ top:14px; }
   .langswitcher {right: 30%;top: 59%;}
}

@media(max-width:991px){
	
  .langswitcher { right: 17%; top: 21%; }
  .lanSwitch li a{padding: 4px 5px;}
  .lanSwitch:after{top: 5px;}
   .lanSwitch:after{right: -8px;}
  
}

@media(max-width:670px){
	 .langswitcher { right: 23%;}	
}

@media(max-width:497px){
		
  .langswitcher { right: 32%;}	
}

@media(max-width:364px){
		
  .langswitcher { right: 42%;}	
}