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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans|Raleway:100,200,300,400,500,600,700,800,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
 @font-face {
	font-family:'FontAwesome';
	src:url('//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/FontAwesome/fontawesome-webfont.eot');
	src:url('//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),
	url('//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/FontAwesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
	url('//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/FontAwesome/fontawesome-webfont.woff?v=4.4.0') format('woff'),
	url('//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/FontAwesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),
	url('//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/FontAwesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal
}

@font-face {
	font-family:linecons;
	src:url(//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/linecons/linecons.eot);
	src:url(//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/linecons/linecons.eot?#iefix) format('embedded-opentype'),
	url(//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/linecons/linecons.ttf) format('truetype'),
	url(//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/linecons/linecons.woff) format('woff'),
	url(//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/linecons/linecons.svg#linecons) format('svg');
	font-weight:400;
	font-style:normal
}

@font-face {
	font-family: 'moon';
	src:url('//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/moon/moon.eot');
	src:url('//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/moon/moon.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/moon/moon.svg#moon') format('svg'),
		url('//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/moon/moon.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Fonts/moon/moon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


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

/* ============== Macros ============== */

/* Transition */




/* Border Radius */


/* Box Shadow */


/* Transform */




/* Animation */






/* Filter */


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

html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
} 
html {}
body {
    padding: 20px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #888;
    font-size: 14px;
    background-color: #fff;
    font-family: Open\ Sans, Arial, sans-serif;
    overflow-x: hidden;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
	float: none;
    width: 87%;
    max-width: 1100px;
	margin: 0 auto;
}

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
	display: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
    color: #444;
    font-family: Raleway, Arial, sans-serif;
}
h1 {
    line-height: 34px;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
}
h2 {
    line-height: 30px;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}
h3 {
    line-height: 26px;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}
h4 {
    line-height: 24px;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}
h5 {
    line-height: 22px;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
h6 {
    line-height: 20px;
    font-size: 13px;
    font-family: Montserrat, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}
.blog .blog-sidebar h3:first-child,
.sidebar.right h3:first-child,
.sidebar h3:first-child{
	padding-left: 15px !important;
	border-left: 3px solid #e5af5a !important;
	margin-top: 0;
	float: left;
	width: 100%;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
	color: #444;
	font-size: 13px;
	margin-bottom: 24px;
}
/* Anchor Links */
a {
    color: inherit;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration:none;
}
a:hover,
a:focus {
    color: #e5af5a;
    text-decoration: none;
}
:focus {
	outline: 0 none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
form ul,
form ol,
form li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

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

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


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

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

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

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


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


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

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

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


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

#custom_header.fixed,
#custom_header{
	position: relative;
	visibility: visible;
	border-bottom: 1px solid #ededed;
	min-height: 100px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	float: none;
	border-right: 0px;
	width: 100%;
	z-index: 999999;
	background-color: rgba(255,255,255,0);
}
.open-search #custom_header.fixed,
#custom_header.fixed{
	position: fixed;
	visibility: hidden;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.04);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.04);
	box-shadow: 0 3px 5px rgba(0,0,0,0.05);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: #fff;
	z-index:9999999;
}
#custom_header.fixed .page-center{
	float:none;
	margin:0 auto;
	max-width:1100px;
	width:87%;
}

/*logo*/
#custom_header .custom_header-col.logo{
	float: left;
	height: 100%;
	width:auto;
}
#custom_header .custom_logo{
	max-width:168px
}
#custom_header .custom_logo a{
	float: left;
	height: 100%;
}
#custom_header .custom_logo a img{
	display: block;
	visibility: visible;
	max-height: 100px;
	max-width: 100%;
	width:auto!important;
	top: 50%;
	position: relative;
	vertical-align: middle;
	border: 0;
}
.top_space{
	background-color: #fff;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1000;
	height: 20px;
}
.bottom_space{
	background-color: #fff;
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	height: 20px;
}
/*search*/

#custom_header .custom_header-col.search{
	padding-left: 40px;
	height: 100%;
	float: right;
	width:auto;
	margin-left:0;
}
#custom_header .custom_search > div{
	display: table;
	height:100px;
	vertical-align:middle;
}

#custom_header .custom_search > div > span{
	vertical-align: middle;
	display: table-cell;
}
#custom_header .custom_search > div > span > a{
	font-family: Montserrat, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #656565;
	margin-right: 0;
	font-size: 14px;
	float: left;
}
#custom_header .custom_search .icon-search {
    background-position: -48px 0;
}
[class^="icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search::before {
    content: "\f002";
}
.custom_header-search .page-center{
    max-width:1100px;
    width:87%;
    height: 100%;
    margin:0 auto;
    float:none;
}
.custom_header-search{
	position: absolute;
	left: 0;
	z-index: 1;
 	visibility: hidden; 
	width: 100%;
	height: 80px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background: #222;
}
.open-search .custom_header-search  {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}
.custom_header-search .widget-type-google_search{
	margin: 0;
	height: 100%;
}
.custom_header-search .widget-type-google_search input{
	background: transparent;
	border: none;
	font-size: 42px;
	font-weight: 300;
	font-family: Open Sans, Arial, sans-serif;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 80px;
	color: #888;
	-webkit-border-radius: 6;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;vertical-align: top;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	display: inline-block;
}
.custom_header-search .widget-type-google_search input:focus{
    color: #888;
}
.custom_header-search .widget-type-google_search .hs-button.primary{
	display: none;
}

#site-wrapper{
	background-color: #fff;
	position: relative;
	left: 0;
	z-index: 99;
	top: 0;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}
.open-search #site-wrapper{
	-webkit-transform: translate3d(0, 80px, 0);
	transform: translate3d(0, 80px, 0);
	overflow:hidden;
}
#custom_header.fixed { opacity: 0; } 

/*menu column*/
#custom_header .custom_header-col.menu{
	float: right;
	height: 100%;
	padding-right: 40px;
	border-bottom: 0px;
	margin: 0;
	width:auto;
}

/*sticky header */
@media (min-width:980px){
    .sticky-header.open-search #custom_header.fixed,
    .sticky-header #custom_header.fixed {
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-o-transform: translateY(0);
    	transform: translateY(0);
    	position: fixed;
    	visibility: visible;
    	background-color: rgba(255,255,255,.87);
        top: 0;
        left: 0;
        z-index: 999;
    }
    .sticky-header #custom_header.fixed {opacity: 1; }
    .sticky-header.open-search #site-wrapper{
    	overflow:visible;
    	transform:none!important;
    }

}
/*breadcrumbs*/
.custom_breadcrumbs{
	height: 100%;
	width: 100%;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.custom_breadcrumbs ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
}
.custom_breadcrumbs ul li{
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
}
.custom_breadcrumbs ul li:first-child{
	padding-left:0;
}
.custom_breadcrumbs ul li:first-child > a{
	font-weight:bold;
}
.hs-breadcrumb-menu-divider::before {
    content: ' > ';
    padding-left: 0;
	font-weight:bold;
	padding-right:4px;
}
/* =============== Content =============== */
.body-container {
    padding-top: 90px;
    padding-bottom: 90px;
}
.body-container .main-content,
.body-container .sidebar{
	margin-bottom: 30px;
}
.body-container .widget-type-header h1{
	text-align: center;
	text-transform: capitalize;
	line-height: 48px;
	letter-spacing: -3px;
	font-weight: 600;
	color: #444;
	font-size: 38px;
	width: 100%;
	font-weight:bold;
}

/* =============== Footer =============== */
/*footer top*/
#custom_footer{
	color: #818181;
	width: 100%;
	float: none;
}
#custom_footer .custom_footer-top{
	background-color: #ffffff;
	padding-top: 52px;
	padding-bottom: 52px;
	text-align:center;
}
#custom_footer .custom_footer-top h3:first-child{
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 600;
	color: #333;
	font-size: 13px;
	border-left: 0px;
	margin-bottom: 30px;
	padding-left: 30px;
	margin-top: 0;
	float: left;
	width: 100%;
	line-height: 20px;
}
#custom_footer .custom_footer-social ul{
	position: relative;
	left: 50%;
	width: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
#custom_footer .custom_footer-social ul li{
	margin: 0 10px;
	float: left;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	padding-bottom: 0;
	padding-top: 0;
	width: 32px;
	height: 32px;
}
#custom_footer .custom_footer-social ul li:first-child{
	margin-left:0;
}
#custom_footer .custom_footer-social ul li:last-child{
	margin-right:0;
}
#custom_footer .custom_footer-social ul li a{
	color: #b5b5b5;
	float: left;
	width: 100%;
}
#custom_footer .custom_footer-social ul li a:hover{
	color: #e5af5a;
}
#custom_footer .custom_footer-social ul li a i{
	float: left;
	line-height: 32px;
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
}
/*
 .icon-facebook::before {
    content: "\f09a";
}
*/
.icon-facebook::before {
    content: url('https://cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Social-logos/facebook-color.png');
}
.icon-twitter::before {
    content: url('https://cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Social-logos/twitter-color.png');
}
.icon-google::before {
    content: "\f1a0";
}
.icon-linkedin::before {
    content: url('https://cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Social-logos/linkedin-color.png');
}
.icon-youtube::before {
    content: url('https://cdn2.hubspot.net/hubfs/3416544/Mecalux_December2017/Social-logos/youtube-color.png');
}
/*footer bottom*/
#custom_footer .custom_footer-bottom:after{
	content:"";
	display:table;
	clear:both;
}
#custom_footer .custom_footer-bottom{
	background-color: #ffffff;
  border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
}

#custom_footer .custom_footer-bottom .custom_copyright{
	text-align:right;
  color: #333
}
#custom_footer .custom_footer-bottom .custom_copyright:after{
  content: ' - '
}
#custom_footer .custom_footer-bottom .custom_footer-menu{
	/*float:left;*/
	margin:0;
	width:auto;
  padding-left: 5px;
}
#custom_footer .custom_footer-bottom .custom_footer-menu ul{
	float: left;
	list-style: none;
	display: inline-block;
	margin: 0;
	border: none;
	width:100%;
}
#custom_footer .custom_footer-bottom .custom_footer-menu ul li{
	float: left;
	padding-left: 3px;
	margin-top: 5px;
	border-bottom: none;
	line-height: 15px;
	height: 11px;
}
#custom_footer .custom_footer-bottom .custom_footer-menu ul li:not(:last-child):after{
  content: ' - '
}
#custom_footer .custom_footer-bottom .custom_footer-menu ul li a{
	position: relative;
	color: #005198;
}
#custom_footer .custom_footer-bottom .custom_footer-menu ul li a:hover{
    color: #00aef0;
    text-decoration: none;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
@media (min-width: 980px) {

.custom-menu-primary .hs-menu-wrapper{
	float: left;
	width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	position: relative;
	height:100px;
  border-right: 1px solid #ddd;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    margin-right:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child{
	margin-left:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #006ece;
	font-size: 13px;
	position: relative;
	float: left;
	font-family: Raleway, Arial, sans-serif;
	top: 50%;
	margin-top: -10px;

}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
    content:"";
    margin-left:12px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:before{
    content:"";
    margin-right:12px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
	color: #00aef0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
	opacity: 1;
	min-width: 220px;
	list-style: none;
	margin: 0;
	top: 100%;
	padding: 0px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	background-color: #ffffff;
	margin-left: 0px;
	 -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
	color: #006ece;
	font-size: 12px;
	z-index: 50005;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	height: auto;
	display: block;
	width: 100%;
	background: rgba(255,255,255,0.0);
	border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important;
	transition: none!important;;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
	float: left;
	padding: 6px 14px;
	font-family: Raleway, Arial, sans-serif;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
	white-space:normal!important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active,
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
	background: rgba(255,255,255,0.05);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
	color: #00aef0;
}
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 980px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display: block !important;
    }
}

/* Vertical Menu */
.body-container .hs-menu-flow-vertical > ul > li > a {
	color: #656565;
	font-family:Raleway, "Oswald", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.body-container .hs-menu-flow-vertical > ul > li.active > a,
.body-container .hs-menu-flow-vertical > ul > li.active-branch > a,
.body-container .hs-menu-flow-vertical.flyouts > ul > li:hover > a,
.body-container .hs-menu-flow-vertical.no-flyouts > ul > li > a:hover {
    color: #e5af5a;;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul {
	background-color: #232323;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	padding: 5px 0;
	width: 200px;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important;
	transition: none!important;;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
	color: #ffffff;
	font-family:Raleway,  "Oswald", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal !important;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important;
	transition: none!important;;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li.active > a,
.body-container .hs-menu-flow-vertical.flyouts > ul ul li.active-branch > a {
	color: #1e99d5;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li:hover > a {
	background-color: rgba(30,153,213,0.07);
	color: #e5af5a;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul {
	background-color: transparent;
	box-shadow: none;
	padding: 5px 0;
	width: 100%;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li a {
	color: #262b2e;
	font-family:Raleway,  "Oswald", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal !important;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important;
	transition: none!important;;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li.active > a,
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li.active-branch > a {
    color: #e5af5a;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li:hover > a {
	color: #e5af5a;
}

@media (max-width: 767px) {
	.body-container .hs-menu-flow-vertical.flyouts > ul ul {
    	background-color: transparent;
    	box-shadow: none;
    	padding: 5px 0;
    	width: 100%;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
    	color: #262b2e;
    	font-family:Raleway,  "Oswald", Helvetica, Arial, Verdana, sans-serif;
    	font-size: 13px;
    	line-height: 17px;
    	padding: 5px 10px 5px 25px;
    	text-decoration: none;
    	text-transform: uppercase;
    	white-space: normal !important;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li.active > a,
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li.active-branch > a {
    	color: #1e99d5;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li:hover > a {
    	background-color: rgba(30,153,213,0.07);
    	color: #1e99d5;
    }
}
/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 979px) {

	/* Menu Reset */
	.custom-menu-primary,
	.custom-menu-primary .hs-menu-wrapper > ul,
	.custom-menu-primary .hs-menu-wrapper > ul li,
	.custom-menu-primary .hs-menu-wrapper > ul li a {
		display: block;
		float: none;
		position: static;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		padding: 0px;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		border: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; 
		max-width: none;
		width: 100%;
		height: auto;
		line-height: 1;  
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		color:#fff;
	}

	/* ===== Mobile Toggle Button ===== */
	.mobile-trigger {
		display: inline-block !important;
		cursor: pointer;
		position: absolute;
        top: 33px;
        left: 0;
		width: auto;
		height: auto;
		padding: 7px 10px 8px 0;
		background: transparent;
		border:0 none;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #005198;
	}
	.mobile-trigger:hover {
		border-color: transparent;
		color: #00aef0;
	}
	.mobile-open .mobile-trigger {
		border-color: transparent;
	}
    .mobile-trigger:before{
        content: "\f0c9";
        font-family: FontAwesome;
        font-size: 24px;
        line-height: 21px;
    }

	/* ===== Mobile Child Toggle Buttons ===== */
	.child-trigger {
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 55px !important;
		min-width: 55px !important;
		height: 41px !important;
		padding: 0 !important;
	}
	.child-trigger:hover {
		text-decoration: none;
	}
	.child-trigger i {
		position: relative;
		top: 50%;
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.child-trigger i:after {
		position: absolute;
		content: '';
	}
	.child-trigger i,
	.child-trigger i:after {
		width: 10px;
		height: 1px;
		background-color: #fff;
		display: block;
	}
	.child-trigger i:after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}  
	.child-trigger.child-open i {}
	.child-trigger.child-open i:after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	/* ===== Mobile Menu Styles ===== */  
	.custom-menu-primary.js-enabled {
		position: relative;
		padding-top: 0;
		margin: 0;
	}
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper {
		display: none;
	}  
	.custom-menu-primary ul.hs-menu-children-wrapper {
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}
	.custom-menu-primary.js-enabled .hs-menu-wrapper {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		background-color: #005198;
	}
	.custom-menu-primary.js-enabled .hs-menu-wrapper > ul{
		padding:20px 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li a {
		overflow: visible;
	}
	.custom-menu-primary .hs-menu-wrapper > ul li {
		border-top: 0 none;
		float:left!important;
	}
	.custom-menu-primary .hs-menu-wrapper >  ul li a {
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 600;
		color: #fff;
		font-size: 12px;
		margin: 0 auto;
		padding-left: 12%;
		width: 100%!important;
		margin-top: 8px;
		margin-bottom: 16px;
		line-height:26px;
	}
	.custom-menu-primary .hs-menu-wrapper >  ul li:last-child > a{
	    margin-bottom:8px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover {}
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background-color: transparent;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li {
		background-color: 0 none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		padding-left: 13%;
		color: #ffffff;
		font-size: 12px;
		text-transform:none;
		margin: 0 auto;
		float: left;
		width: 100%;
		margin-top: 8px;
		margin-bottom: 8px;
		font-weight:normal;
		letter-spacing:0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child > a {
	    margin-top:0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
		text-indent: 30px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
		text-indent: 50px;
	}
  
  #custom_footer .custom_footer-bottom .custom_copyright{
	text-align:center;
  color: #333
}
#custom_footer .custom_footer-bottom .custom_copyright:after{
  content: '' !important;
}
  
  #custom_footer .custom_footer-bottom .custom_footer-menu{
	margin:0;
	width:auto;
  padding-left: 5px;
}
  
  /* display: flex y justify-content: center para centrar el menú del footer */
#custom_footer .custom_footer-bottom .custom_footer-menu ul{
	list-style: none;  
  display: flex;
  justify-content: center;
	margin: 0;
	border: none;
	width:100%;
  
}
#custom_footer .custom_footer-bottom .custom_footer-menu ul li{
	padding-left: 3px;
	margin-top: 5px;
	border-bottom: none;
	line-height: 15px;
	height: 11px;
}
#custom_footer .custom_footer-bottom .custom_footer-menu ul li:not(:last-child):after{
  content: ' - ';
  display: inline-block;
}
#custom_footer .custom_footer-bottom .custom_footer-menu ul li a{
	/*position: relative;*/
	color: #005198;
}
#custom_footer .custom_footer-bottom .custom_footer-menu ul li a:hover{
    color: #00aef0;
    text-decoration: none;
}
}


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


/* =============== General Blog Styles =============== */
/*listing*/
.blog .hs-blog-header h1{
    text-align: center;
    margin-top: -10px;
    line-height: 48px;
    letter-spacing: -3px;
    font-weight: 900;
    color: #444;
    font-size: 38px;
    width: 100%;
    margin-bottom: 35px;
}
@media (-webkit-min-device-pixel-ratio:0) {
    .blog .hs-blog-header h1{
        font-weight:700;
    }
}


.blog .custom_subtitle-blog p{
	text-align:center;
	margin:0;
}
.blog .custom_blog-title{
    margin-bottom: 90px;
    padding-bottom: 30px;
}
.blog .blog-content{
	width: 75%;
	float: left;
	position: relative;
	min-height: 1px;
	margin:0
}
.blog .blog-sidebar{
	margin:0;
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.blog.hs-blog-listing .blog-sidebar{
    padding-left: 23px;
}
.blog.hs-blog-listing .post-item{
	width: 50%;
	padding-right:10px;
	padding-bottom:10px;

}
.post-item .inner{
	padding: 10px;
	border:1px solid #f4f4f4;
}

.post-header h2{
    margin-bottom: 15px;
}
.post-header h2 a:hover{
    opacity: .85;
    color:rgb(68, 68, 68);
}
.read-more-wrapper{
	margin-top:10px;
	margin-bottom: 22px;
	text-align:right;
}
a.more-link{
	border-radius: 5px;
	display: block;
	max-width: 100%;
	background-color: #c25f12;
	color: #ffffff;
	font-size: 12px;
	padding: 11px 16px;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
	background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
	background-repeat: repeat-x;
	background-size: 200%;
	background-position: 0 -100%;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	box-sizing: border-box;
	word-wrap: break-word;
	position: relative;
	top: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	line-height: normal;
}
.blog-pagination{
	text-align:center;
	margin-top:20px;
}
.blog-pagination .previous-posts-link{
	float:left;
}
.blog-pagination .next-posts-link{
	float:right;
}
h3.hs-author-listing-header{
    margin-top:30px;
}
/*post*/
.blog.hs-blog-post .blog-sidebar{
    margin-top:14px;
}
.blog.hs-blog-post .custom_blog-title{
    display:none;
}
.blog.hs-blog-post .post-header h1{
	text-transform: uppercase;
	line-height: 30px;
	color: #444;
	font-size: 18px;
	font-weight:600;
	margin-bottom:10px;
}
.blog.hs-blog-post .blog-content{
	padding-top: 35px;
}
.blog.hs-blog-post .body-container {
	padding-top: 46px;
}
.custom_date{
	line-height: 20px;
	color: #777;
	font-size: 11px;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 23px;
	padding: 6px 0px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.custom_date span{
	margin-right: 18px;
}
.custom_date i{
	margin-right: 7px;
	line-height: inherit;
	font-size: 14px;
	font-family: linecons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
}
.custom_date .author i.linecon-icon-user::before {
    content: "\e607";
}
.custom_date .date i.linecon-icon-calendar::before {
    content: "\e619";
}
.custom_date .comments i.icon-comment-o::before {
    content: "\f0e5";
}

.blog ul.social-list{
	float: right;
	margin-top: 0px;
	position: relative;
	list-style: none;
	opacity: 1;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.blog ul.social-list li{
	display: inline-block;
	float: left;
	padding-right: 10px;
}
.blog ul.social-list li a{
	width: 36px;
	height: 36px;
	float: left;
	background: #f1f1f1;
	margin-left: 0px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
.blog ul.social-list li a:hover{
    background-color: #e5af5a;
}
.blog ul.social-list li a:hover i{
    color:#fff;
}
.blog ul.social-list li a i{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 36px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	font-size: 14px;
	color: #888;
	cursor: pointer;
	outline: 0;
}
[class*="moon-"]::before, [class*=" moon-"]::before {
    font-family: 'moon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.moon-facebook::before {
    content: "\e498";
}
.moon-twitter::before {
    content: "\e49d";
}
.moon-google::before {
    content: "\e492";
}
.moon-tumblr::before {
    content: "\e4c2";
}
/*post pagination*/
.post-pagination .avia-post-prev{
	left: 0;
	position: fixed;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 9999999;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post-pagination .avia-post-prev .icon-wrap{
	position: relative;
	z-index: 100;
	display: block;
	padding: 16px 5px;
	-webkit-transition: border-width 0.3s 0.15s;
	transition: border-width 0.3s 0.15s;
	border: 0px solid #e5af5a;
	background: #e5af5a;
}
.post-pagination .avia-post-prev .icon-wrap i{
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 24px!important;
	width: 17px;
	text-align: center;
	color: #fff;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
}
.post-pagination .avia-post-prev .icon-wrap i.icon-angle-left::before {
    content: "\f104";
}
.post-pagination .avia-post-prev .entry-info-wrap{
	left: 0;
	padding: 5px 34px 0px 34px;
	min-width: 310px;
	height: 63px;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
	transform: translateY(-50%) translateX(-100%) scale(0.75);
	position: absolute;
	top: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.post-pagination .avia-post-prev .entry-info-wrap .entry-info{
    text-align:right;
    float:left;
    max-width:180px;
}
.post-pagination .avia-post-prev:hover .icon-wrap{
	border-top-width: 15px;
	border-bottom-width: 15px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.post-pagination .avia-post-prev:hover .entry-info-wrap{
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateY(-50%) translateX(0) scale(1);
	transform: translateY(-50%) translateX(0) scale(1);
}
.post-pagination .avia-post-prev .entry-info-wrap .entry-title{
	margin: 0;
	padding: 8px 0 10px;
	color: #222;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	padding-top: 0;
	margin-top: 0;
}
.post-pagination .avia-post-prev .entry-info-wrap .entry-image img{
	right: 12px;
	position: absolute;
	top: 10px;
	width: 65px;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.post-pagination .avia-post-next{
	right: 0;
	position: fixed;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 9999999;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post-pagination .avia-post-next .icon-wrap{
	position: relative;
	z-index: 100;
	display: block;
	padding: 16px 5px;
	-webkit-transition: border-width 0.3s 0.15s;
	transition: border-width 0.3s 0.15s;
	border: 0px solid #e5af5a;
	background: #e5af5a;
}
.post-pagination .avia-post-next .icon-wrap i{
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 24px!important;
	width: 17px;
	text-align: center;
	color: #fff;
	font-family:FontAwesome;
	text-rendering: auto;
}
.post-pagination .avia-post-next .icon-wrap i.icon-angle-right::before {
    content: "\f105";
}
.post-pagination .avia-post-next .entry-info-wrap{
	right: 0;
	padding: 5px 34px 0px 34px;
	min-width: 310px;
	height: 63px;
	text-align: left;
	-webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
	transform: translateY(-50%) translateX(100%) scale(0.75);
	position: absolute;
	top: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.post-pagination .avia-post-next:hover .icon-wrap{
	border-top-width: 15px;
	border-bottom-width: 15px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.post-pagination .avia-post-next:hover .entry-info-wrap{
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateY(-50%) translateX(0) scale(1);
	transform: translateY(-50%) translateX(0) scale(1);
}
.post-pagination .avia-post-next .entry-info-wrap .entry-title{
	margin: 0;
	padding: 8px 0 10px;
	color: #222;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	padding-top: 0;
	margin-top: 0;
}
.post-pagination .avia-post-next .entry-info-wrap .entry-image img{
	right: 37px;
	position: absolute;
	top: 10px;
	width: 65px;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0; 
}
/*related post*/
.related-posts{
	clear: both;
}
.related-posts .related-post-item{
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.related-posts .related-image{
	font-weight: bold;
	line-height: 20px;
}
.related-posts .related-image img{
	border: 2px solid #cfcfcf;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.related-posts .related-post-item .related-title{
	margin-left: 0;
	line-height: 1.5em;
	padding-left: 7px;
	margin-bottom: 7px;
	text-align: center;
	font-size: 13px;
	color:rgb(68, 68, 68);
	font-family:Raleway, Arial, sans-serif;
}
/*all post page*/
.post-listing-simple .hs-featured-image-wrapper{
	display:none;
	
}

.post-listing-simple .post-item .inner{
	border:0 none;
	padding:0 0 10px 0;
}

/* Other Blog Styles */
#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}
#hubspot-author_data .hs-author-avatar img {
	width: 50px;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: none;
	margin: 0px 0 20px 0px;
}
.hs-blog-social-share {
	padding: 10px 0 0 0;
	height: auto;
}
#comments-listing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.hs-blog-post #comment-form form ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display > span {
	position: relative;
    top: -2px;
}
.hs-blog-post #comment-form form .hs-button {
	margin-top: 15px;
}

/* =============== Blog Sidebar =============== */
.blog .blog-sidebar .widget-span {
	margin-bottom: 50px;
}
.blog.hs-blog-listing .blog-sidebar .widget-type-post_listing{
    display:none;
}
.blog .blog-sidebar .widget-type-post_listing input{
	max-width: 222px;
}
.blog .blog-sidebar .widget-type-post_listing ul {
	list-style:none;
	margin:0;
	padding:0;
}
.blog .blog-sidebar .widget-type-post_listing ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
.blog .blog-sidebar .widget-type-post_listing ul li a:after{
	content: "\f105";
	font-family: 'FontAwesome';
	float: right;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
/* =============== Blog Author Page and Author Bio =============== */
.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
	content: '';
	display: block;
	clear: both;
}
.hs-author-profile .hs-author-avatar {
	float: left;
	margin-right: 15px;
	max-width: 100px;
}
.hs-author-profile .hs-author-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 100%;
}
.hs-author-profile .hs-author-bio {
	overflow: hidden;
	padding-top: 15px;
}
.hs-author-profile h2.hs-author-name {
	margin: 0 0 10px 0;
}
.hs-author-profile .hs-author-social-section {
    margin: 15px 0 0;
}


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


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

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Form Title */
h3.form-title {
	padding-left: 15px;
	border-left: 3px solid #e5af5a;
	margin-top: 0;
	float: left;
	width: 100%;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
	color: #444;
	font-size: 13px;
	margin-bottom: 24px;
}

/* Labels and Legends */
.hs-form-field > label,
.body-container .widget-type-google_search label {
    font-weight: normal;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	display: inline-block;
	min-height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	line-height: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	width:100%;
	font-weight: normal;
	font-size: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
	border-color: rgba(82, 168, 236, 0.8);
	color: #000;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

.hs-input.invalid.error,
input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
    color: #b94a48;
}

/* Error */
form ul.hs-error-msgs {}
form ul.hs-error-msgs li label {}

/* Placeholder Text */
::-webkit-input-placeholder {
    color:#999;
} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	width: auto;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	font-family: sans-serif;
	background: #264a93;
	color: #fff;
	border-radius: 6px;
	border-width: 0px;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	text-shadow: none;
	line-height: 1.5em;
	padding: 6px 18px;
	font-size:14px;
}
.hs_submit .hs-button.primary.large {line-height:21px;}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #2951a1;
	color: #fff;
}

.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
	background: #1e3b75;
	color: #f4f4f4;
}

/*Button Height Fix*/
button::-moz-focus-inner, 
input::-moz-focus-inner {
border: 0 none;
padding: 0;
}
/* =============== Form Module Button =============== */

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


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

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


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

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


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

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


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


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}


.error-template,
.password-template,
.subscription-template {}

.subscription-template .checkbox-row input {
	position: relative;
	top: 7px;
}


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (-webkit-min-device-pixel-ratio:0) {
    .custom_header-search .widget-type-google_search input{
        height:80px;
    }
}

@media (max-width:1070px){
    #custom_header .custom_header-col.menu{
        padding-right:0;
    }
}
@media (max-width: 1024px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:after,
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:before{
        display:none;
    }
}
@media (min-width:980px){
     #custom_header .custom_header-col.menu.mobile{
        display:none!important;
    }
}
@media (max-width:979px){
	#custom_header .custom_header-col.logo{
		left: 50%;
		position: relative;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#custom_footer .custom_footer-top .page-center{
	    padding-bottom: 40px;
	}
    #custom_header .page-center .custom_header-col.menu,
    #custom_header .mobile-trigger{
    	display:none!important;
    }
    #custom_header .page-center .mobile-trigger{
        display:block!important;
    }
    #custom_header .custom_header-col.menu.mobile{
    	width:100%;
    	position:relative;
    }
    .landing-page #custom_header .page-center .mobile-trigger,
     .landing-page #custom_header .mobile-trigger{
        display:none!important;
    }

}
@media (min-width:768px) and (max-width:979px){
    .custom_header-search .page-center,
    .container-fluid .row-fluid .page-center{
        max-width:724px;
        width:100%;
        position:relative;
    }
}
@media (max-width: 767px) {
    #custom_footer .custom_footer-bottom .custom_footer-menu{
        float:none;
    }
    #custom_footer .custom_footer-bottom .custom_footer-menu ul{
        margin-top: 10px;
        margin-bottom:15px;
    }
    #custom_footer .custom_footer-bottom .custom_footer-menu ul li{
        width:auto;
    }
    .custom_header-search .page-center,
    .container-fluid .row-fluid .page-center{
        max-width:420px;
        width:100%;
        position:relative;
    }
    .blog .blog-sidebar,
    .blog .blog-content{
        width:100%;
    }
    .blog .blog-sidebar{
        margin-top:50px;
    }
    .blog.hs-blog-listing .post-item{
        width:100%;
        padding-right:0;
    }
    .related-posts{
        padding-top:20px;
    }
    .blog .blog-sidebar{
        padding-left:0;
        padding-right:0;
    }

}  

@media (max-width:480px){
    .custom_header-search .page-center,
    .container-fluid .row-fluid .page-center{
        max-width:300px;
    }
    #custom_header .custom_header-col.search{
        display:none;
    }
    #custom_header .custom_header-col.logo{
        float: right;
        left: 0;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .blog.hs-blog-listing .blog-content{
        padding-right:15px;
        padding-left:15px;
    }
}
@media (max-width: 479px) {
	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
		display: block !important;
		float: none;
		margin: 0 0 15px;
	}
	
}
@media (max-width:350px){
    #custom_footer .custom_footer-bottom .page-center{
        padding:0 4px;
    }
}

@media all and (-ms-high-contrast:none) {
    .custom-menu-primary {
        width:100%!important;
    }
}
@media (max-width:1100px) and (-ms-high-contrast:none){
    #custom_header .menu.custom_header-col{
        padding-right:0!important;
    }
}
