/* ==========================================================================
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=Fjalla+One|PT+Sans:400,400i,700');
@font-face {
  font-family: Glyphicons Halflings;
  src: url("//cdn2.hubspot.net/hubfs/5493025/TT_Tecnosistemi_March2019%20Theme/Fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5493025/TT_Tecnosistemi_March2019%20Theme/Fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5493025/TT_Tecnosistemi_March2019%20Theme/Fonts/glyphicons-halflings-regular.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5493025/TT_Tecnosistemi_March2019%20Theme/Fonts/glyphicons-halflings-regular.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5493025/TT_Tecnosistemi_March2019%20Theme/Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* 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; }
/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

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

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: PT Sans,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden!important;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
  position: relative;
  background: #fff;
  color: #2c2c2c;
}

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

/* Highlighted Text */
::-moz-selection {
  background: #fabb00;
  color: #2c2c2c;
  text-shadow: none;
}
::selection {
  background: #fabb00;
  color: #2c2c2c;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #fabb00;
}
::-webkit-scrollbar-track {
  background: #eee;
}
/* =============== 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, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  font-weight: 400;
  font-family: Fjalla One;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px; 
  text-transform: uppercase;
}
h2 {
  color: #fabb00;
  font-size: 26px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

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

/* Lists */
ul, ol {
  margin: 0 0 10px;
  padding-left: 25px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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

div#site-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  margin: 0 auto;
  min-height: 100%;
}

div#site-wrapper-inner {
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
  box-shadow: 0 0 40px rgba(0,0,0,.1);
  width: 100%;
  margin-top: 0;
  background: #fff;
  position: relative;
}

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

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

.custom-logo {
  width: auto !important;
}
.custom-header {
  border-top: 4px solid #fabb00;
}

.custom-logo {
  width: 33.3333333333% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-header-top .page-center > div > div > div:last-child {
  width: 66.6666666667% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0 !important;
}

.custom-logo a img {
  margin: 15px 0;
  height: 48px;
  width: auto;
  margin-left: 15px;
}

.custom-logo a + img {
  display: none;
}

.custom-header-top .page-center > div > div {
  width: auto;
  margin: 0 -15px;
}

.menu-secondario {
  text-align: right;
}

.menu-secondario img#lente {
  width: 30px;
  height: auto;
  cursor: pointer;
}

.menu-secondario * {
  display: inline-block;
  vertical-align: middle;
}

.lang {
  margin: 0 10px;
}

.lang a {
  font-weight: 700;
  color: #2c2c2c;
}

.lang a.activelang {
  color: #fabb00;
}

a.button {
  color: #2c2c2c;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 20px;
  background: #fabb00;
  font-family: Fjalla One;
  border: 0;
  padding: 10px 20px 8px;
  font-size: 20px;
}
a.button:hover {
  background: #2c2c2c;
  color: #fabb00;
}
.socialbuttons {
  margin: 0 10px;
}

.socialbuttons img {
  width: 34px;
  height: 34px;
  margin: 0 2px;
}

.doublelink {
  height: 78px;
  width: 64px;
}

.doublelink a {
  display: block;
  height: 39px;
  width: 100%;
  line-height: 39px;
  text-align: center;
  font-family: Fjalla One;
}

.doublelink a.mytt {
  background: #2c2c2c;
  color: #fff;
}

.doublelink a.eweb {
  background: #fabb00;
  color: #2c2c2c;
}
a.mytt:hover {
  color: #fabb00;
}
a.eweb:hover {
  color: #fff;
}
.lang a:hover {
  color: #fabb00;
}
/* ==Header Search== */
.hs-top-search {
  position: relative;
  z-index: 9;
}

.hs-top-search form {
  margin: 0;
}

.hs-top-search form input[type="text"] {
  line-height: inherit;
  color: inherit;
  font: inherit;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 0!important;
  width: 100%;
  padding: 15px;
  display: block;
  border: 0;
  height: 50px;
  padding-right: 150px;
  font-family: Fjalla One;
  font-size: 20px;
  background: #fff!important;
}
.hs-top-search form input[type="text"]:focus {
  outline: none;
}
.hs-top-search form input[type="text"] + input {
  font: inherit;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #2c2c2c;
  font-family: Fjalla One;
  border: 0;
  display: inline-block;
  background: #fabb00;
  font-size: 22px;
  padding: 15px 40px 13px;
  line-height: 20px;
  -webkit-appearance: button;
  cursor: pointer;
  margin: 0!important;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: #dedede;
}
.hs-top-search form input[type="text"] + input:focus {
  background-color: transparent;
}

.hs-top-search form input[type="text"] + input:hover {
  background: #2c2c2c;
  color: #fabb00;
}





/* ==Blog Header== */
body:not(.blog) .menu-secondario.menu_blog {
  display: none;
}

.blog .menu-secondario:not(.menu_blog) {
  display: none;
}

.menu-secondario.menu_blog {
  margin-top: 20px;
}

.custom-header a.button {
  padding: 10px 20px 8px;
  font-size: 20px;
}

.blog .custom-logo a img {
  margin: 15px 0;
  height: auto;
  width: auto;
  margin-left: 15px;
  vertical-align: middle;
  max-width: 306.8px;
}
/* =============== Content =============== */

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

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

.body-container-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.blog .body-container-wrapper {
  margin-top: -1px;
}
body:not(.blog) .body-container-wrapper .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
body:not(.blog) .body-container-wrapper .page-center > div {
  padding: 0 15px;
}

/* ==Main Banner== */
.hs-hero {
  margin-top: -1px;
}
/* =============== Footer =============== */

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

.custom-footer {
  padding: 30px;
  border-top: 2px solid #fabb00;
  margin-top: 30px;
}

.custom-footer .page-center > div > div {
  width: auto;
  margin: 0 -15px;
}

.cm-ftr-col {
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.cm-ftr-col-1 {
  width: 33.3333333333% !important;
  left: 41.6666666667%;
}

.cm-ftr-col-2 {
  width: 25% !important;
  left: 41.6666666667%;
}

.cm-ftr-col-3 {
  right: 58.3333333333%;
  width: 41.6666666667% !important;
}

.cm-ftr-col h4, .cm-ftr-col h3.form-title {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.1;
}
.cm-ftr-col h3.form-title {
  margin-bottom: 16px;
}
.cm-ftr-links ul {
  margin: 0 0 20px !important;
  padding: 0 !important;
}

.cm-ftr-links ul li a {
  color: #2c2c2c;
  display: block;
  margin-top: 3px;
}

.cm-ftr-links {
  width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0 !important;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#logofooter {
  width: 240px;
  margin-bottom: 15px;
}

.custom-footer h5 {
  margin-bottom: 8px;
}
.custom-footer p {
  font-size: 13px;
  font-weight: 700;
  color: #666;
  margin: 0 0 10px;
}
.custom-footer .certificazioni {
  margin-bottom: 6px;
  font-size: 0;
}
.custom-footer .extralink {
  font-family: Fjalla One;
  margin-bottom: 15px;
}
.custom-footer .certificazioni img {
  display: inline-block;
  margin: 0 4px 4px 0;
  border: 1px solid #dedede;
  padding: 2px;
  width: 70px!important;
  height: auto!important;
}
.custom-footer .extralink a {
  color: #2c2c2c;
  text-transform: uppercase;
  font-size: 12px;
}
.visible-xs {
  display: none!important;
}

.cm-ftr-col-1 > div > div {
  width: auto;
  margin: 0 -15px;
}

.cm-ftr-col form input:not([type="submit"]):not([type="checkbox"]) {
  color: inherit;
  font: inherit;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
  width: 100%;
  border: 0;
  background: #dedede;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 17px;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.cm-ftr-col form input:not([type="submit"]):not([type="checkbox"]):focus {
  background: #fabb00;
}
.cm-ftr-col form label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #444;
  margin-bottom: 3px;
}

.cm-ftr-col form input[type="submit"] {
  font: inherit;
  margin: 0;
  line-height: inherit;
  -webkit-appearance: button;
  cursor: pointer;
  margin-top: 10px;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  background: #fabb00;
  color: #2c2c2c;
  font-family: Fjalla One;
  font-weight: 400;
  padding: 10px 20px 8px;
  margin-bottom: 5px;
  margin-top: 5px;
}


.custom-footer .hs-richtext.hs-main-font-element {
  margin: 25px 0 11px;
}

.custom-footer .hs-form-field > label ~ .input ul li {
  margin-bottom: 3px;
}

.custom-footer .hs-form-field > label ~ .input ul li input {
  margin-left: 0;
}

.custom-footer form.hs-form .hs-form-field ul.inputs-list li input {
  margin-left: 0;
}

.custom-footer .hs_accetto_termini_e_condizioni.hs-accetto_termini_e_condizioni {
  margin-bottom: 0;
}



.cm-ftr-col form {
  margin-top: 10px;
}
.custom-footer p a {
  color: #666;
  text-decoration: underline;
}
.custom-footer p a:hover {
  color: #fabb00;
}
.cd-overlay {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(250,188,0,.4);
  background-color: rgba(0,0,0,.4);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
  -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
  -o-transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
  transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
  transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s,-webkit-transform .3s 0s;
}
.sub-menu-active .cd-overlay,
.mobile-open .cd-overlay{
  opacity: 1;
  visibility: visible;
  transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
  -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
  -o-transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
  transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
  transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s,-webkit-transform .3s 0s;
}

.cm-ftr-links ul li a:hover,
.custom-footer .extralink a:hover {
  color: #fabb00;
}

div#scrolltotop {
  cursor: pointer;
}

/* ==Blog Footer== */

.blog .visible-temp {
  display: none;
}

body:not(.blog) .visible-blog {
  display: none;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

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



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

  .custom-menu-primary {
    width: 100% !important;
    position: relative;
    z-index: 3;
  }

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{ 
    display: block;
    position: static;
    padding: 0;
    height: auto;
    width: 100%;
    float: left;
    overflow: visible;
    background: #2c2c2c;
    border-bottom: 4px solid #fabb00;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    border-bottom: none;
    -webkit-transition: color .3s,-webkit-box-shadow .3s;
    transition: color .3s,-webkit-box-shadow .3s;
    -o-transition: color .3s,box-shadow .3s;
    transition: color .3s,box-shadow .3s;
    transition: color .3s,box-shadow .3s,-webkit-box-shadow .3s;
    font-weight: 700;
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{  
    color: #fabb00;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.clicked>a {
    color: #2c2c2c;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fabb00;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.clicked>a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.clicked>a:before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
    width: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fabb00;
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
    right: 15%;
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: width .3s,-webkit-transform .3s;
    -webkit-transition: width .3s,-webkit-transform .3s;
    -o-transition: width .3s,transform .3s;
    transition: width .3s,transform .3s;
    transition: width .3s,transform .3s,-webkit-transform .3s;
    right: 7px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fabb00;
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
    right: 15%;
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: width .3s,-webkit-transform .3s;
    -webkit-transition: width .3s,-webkit-transform .3s;
    -o-transition: width .3s,transform .3s;
    transition: width .3s,transform .3s;
    transition: width .3s,transform .3s,-webkit-transform .3s;
    right: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding-right: 30px !important;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    background-color: #fff;
    top: 54px;
    width: 100%;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0,0,0,.05);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: hidden !important;
  }
  body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul>li {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: static !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu > ul > li {
    height: 340px;
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu > ul > li > a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 26px;
    position: relative;
    color: #2c2c2c;
    font-weight: 400;
    font-family: Fjalla One;
    font-size: 1.6rem;
    margin-bottom: .6em;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu > ul > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
    right: 15%;
    content: "";
    width: 90%;
    left: 0;
    height: 2px;
    background: #2c2c2c;
    bottom: 0;
    display: block;
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li:last-child {
    margin: 0;
    border: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul>li>a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul>li>a:hover {
    color: #2c2c2c;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul>li.hs-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fabb00;
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
    right: 15%;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul>li.hs-item-has-children>a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fabb00;
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
    right: 15%;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu > ul > li > ul {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  ul ul li a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform,opacity;
    transition: opacity .3s,-webkit-transform .3s;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul> li > ul {
    transition: transform .3s,-webkit-transform .3s !important;
    visibility: visible !important;
    display: block !important;
    opacity: 1 !important;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul> li > ul>li>a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul>li>ul.is-move {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-left: 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul.clicked>li>a {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul {
    position: relative !important;
    left: 0 !important;
  }

  li.dl-back {
    display: none !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul>li>ul>li.dl-back {
    display: block !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul.clicked>li {
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul>li>ul>li.dl-back>a {
    padding-left: 20px;
    position: relative;  
    font-weight: 700;
    color: #fabb00 !important;
    text-transform: lowercase;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul>li>ul>li.dl-back>a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fabb00;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
    left: 1px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li>ul>li>ul>li.dl-back>a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fabb00;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
    left: 1px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li:nth-child(2)>a {
    background: url(//cdn2.hubspot.net/hubfs/5493025/TT_Tecnosistemi_March2019%20Theme/Images/ottimizzazione.png) 0 no-repeat;
    background-size: 20px auto;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li:nth-child(3)>a {
    background: url(//cdn2.hubspot.net/hubfs/5493025/TT_Tecnosistemi_March2019%20Theme/Images/sicurezza.png) 0 no-repeat;
    background-size: 20px auto;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li:nth-child(4)>a {
    background: url(//cdn2.hubspot.net/hubfs/5493025/TT_Tecnosistemi_March2019%20Theme/Images/multimedia.png) 0 no-repeat;
    background-size: 20px auto;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-mega-menu>ul>li:nth-child(5)>a {
    background: url(//cdn2.hubspot.net/hubfs/5493025/TT_Tecnosistemi_March2019%20Theme/Images/innovazione.png) 0 no-repeat;
    background-size: 20px auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li:not(.hs-mega-menu)>ul>li>ul {
    position: static !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li:not(.hs-mega-menu)>ul>li>a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 26px;
    position: relative;
    color: #2c2c2c;
    font-weight: 400;
    font-family: Fjalla One;
    font-size: 1.6rem;
    margin-bottom: .6em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li:not(.hs-mega-menu)>ul>li>ul>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #3a3f40;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform,opacity;
    transition: opacity .3s,-webkit-transform .3s;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s;
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li:not(.hs-mega-menu)>ul>li>ul>li>a:hover {
    color: #2c2c2c;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li:not(.hs-mega-menu)>ul>li>a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fabb00;
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
    right: 15%;
    content: "";
    width: 90%;
    left: 0;
    height: 2px;
    background: #2c2c2c;
    bottom: 0;
    display: block;
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li:not(.hs-mega-menu)>ul>li {
    height: 340px;
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 30%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li:not(.hs-mega-menu)>ul>li:last-child {
    margin-right: 0;
    border-right: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li>ul>li:nth-child(2)>a {
    background: url(//cdn2.hubspot.net/hubfs/5493025/TT_Tecnosistemi_March2019%20Theme/Images/edu.png) 0 no-repeat;
    background-size: 20px auto;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(.clicked)>ul * {
    visibility: hidden !important;
    display: none !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked ul{
    opacity: 1 !important;
    visibility: visible !important;
    display:block !important;
  }
  .custom-menu-primary.mobile.js-enabled {
    display: none !important;
  }

  body:not(.sub-menu-active) .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    overflow: hidden !important;
    visibility: hidden !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 991px){
  .custom-menu-primary.desktop.js-enabled {
    display: none !important;
  }
  /* 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;
    border-radius: 0px;
    -webkit-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;
    overflow-x: hidden !important;
  }
  body .custom-menu-primary.js-enabled * {
    overflow-x: hidden !important;
  }
  /* ===== Mobile Toggle Button ===== */
  .custom-header-top {
    position: relative;
  }  

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 13px;
    left: 6px;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
  }

  .mobile-trigger i span {
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #2e3233;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background .3s .3s;
    -o-transition: background .3s .3s;
    transition: background .3s .3s;
  }

  .mobile-trigger i span:before {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #2e3233;
    content: "";
    right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: -webkit-transform .3s .3s;
    -webkit-transition: -webkit-transform .3s .3s;
    -o-transition: transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s, -webkit-transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s;
    top: -6px;
  }

  .mobile-trigger i span:after {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #2e3233;
    content: "";
    right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: -webkit-transform .3s .3s;
    -webkit-transition: -webkit-transform .3s .3s;
    -o-transition: transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s, -webkit-transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s;
    top: 6px;
  }
  .mobile-open .mobile-trigger i span {
    background: rgba(46,50,51,0);
  }

  .mobile-open .mobile-trigger i span:before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
    background: #fabb00!important;
  }

  .mobile-open .mobile-trigger i span:after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
    background: #fabb00!important;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: none !important;
  }
  li.hs-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
  }

  li.hs-item-has-children > a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    position: fixed;
    top: 0;
    padding-left: 0;
    margin-bottom: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #2e3233;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 101;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;  
    -webkit-transition: all .3s ease !important;  
    -o-transition: all .3s ease !important;  
    transition: all .3s ease !important;
    visibility: hidden;
    right: -260px;
  }

  .mobile-open .custom-menu-primary.js-enabled {
    visibility: visible;
    right: 0;
  }


  /* Hide menu on mobile */

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #fabb00;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #3a3f40;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform,opacity;
    transition: opacity .3s,-webkit-transform .3s;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s;
    font-size: 14px;    
    font-weight: 700;
    padding-right: 34px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  }

  ul.clicked > li > a {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    left: auto !important;
    position: fixed !important;
    top: 0 !important;
    padding-left: 0;
    margin-bottom: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #2e3233;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 101;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s,-webkit-transform .3s !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: block !important;
    opacity: 1 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul.is-move {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .custom-menu-primary .hs-menu-wrapper ul li.dl-back-mob a {
    padding-left: 40px;
    color: #fabb00!important;
    position: relative !important;
    font-weight: 700;
  }

  .custom-menu-primary .hs-menu-wrapper ul li.dl-back-mob a:after {
    background: #fabb00;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }

  .custom-menu-primary .hs-menu-wrapper ul li.dl-back-mob a:before {
    background: #fabb00;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}

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


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

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

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


.img-wrapper {
  position: relative;
}

.hs-blog-post .page-center.content-wrapper {
  padding: 0 30px;
}

.hs-blog-post .page-center.content-wrapper > div {
  margin: 0 -15px;
}

.cm-breadcrumbs {
  width: 66.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin-bottom: 15px;
}

.hs-blog-social {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.3333333333%;
  text-align: right;
  margin-bottom: 15px;
}

.cm-breadcrumbs ol.breadcrumb {
  border-radius: 4px;
  list-style: none;
  margin-bottom: 0;
  padding: 20px 0;
  background: url('//cdn2.hubspot.net/hubfs/5493025/TT_Tecnosistemi_March2019%20Theme/Images/home.png') left 17px no-repeat #fff;
  background-size: 22px auto;
  padding-left: 28px;
}

.cm-breadcrumbs ol.breadcrumb >li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777;
}

.social_share {
  background-color: #fabb00;
  padding: 14px 10px;
}

.social_share .socialbuttons {
  font-family: Fjalla One;
  margin: 0 10px;
  text-align: center;
}
.social_share .socialbuttons span {
  display: inline-block;
  margin-right: 10px;
}
.social_share .socialbuttons img {
  width: 34px;
  height: 34px;
  margin: 0 2px;
  vertical-align: middle;
}

.hs-blog-post .blog-content {
  width: 66.6666666667% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-blog-post .blog-sidebar {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0 !important;
  width: 33.3333333333% !important;
}

.categoryname a {
  display: inline-block;
  background: #fabb00;
  color: #2c2c2c;
  padding: 5px 8px;
  font-family: Fjalla One;
  margin-bottom: 6px;
}
.categoryname a:hover {
  background: #2c2c2c;
  color: #fabb00;
}
.section.post-header .data_post {
  font-style: italic;
  margin-bottom: 3px;
  font-size: 13px;
  margin-top: 10px;
}

.section.post-header h1 {
  margin: 0 0 20px;
  text-transform: uppercase;
}

.blog-post-wrapper .social_share {
  margin: 30px 0 10px;
  background: transparent;
  border-top: 2px dashed #fabb00;
  border-bottom: 2px dashed #fabb00;
  padding-left: 5px;
}

.blog-post-wrapper .social_share .socialbuttons {
  text-align: left;
  margin: 0;
}

.blog-sidebar h3 {
  padding-bottom: 5px;
  border-bottom: 2px solid #fabb00;
  margin-bottom: 12px;
  font-size: 22px;
}

.blog-sidebar .info_post .data_post {
  font-style: italic;
  margin-bottom: 3px;
  font-size: 13px;
  margin-top: 10px;
}

.hs-sidebar-author {
  text-align: center;
  padding: 30px;
  margin-top: 30px;
  background: #fabb00;
}

.hs-sidebar-author img {
  border-radius: 50%;
  margin: 15px 0;
  vertical-align: middle;
  max-width: 150px;
}

.hs-sidebar-author h5 {
  font-size: 20px;
}

.hs-sidebar-author a.button {
  background: #2c2c2c;
  color: #fabb00;
}

.hs-sidebar-author a.button:hover {
  color: #fff;
}

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

/* ==Pop Slider== */
.pop-posts-item .wrp {
  position: relative;
  width: 100%;
  float: left;
  height: 100%;
}

.pop-posts-item .wrp .sliderimg {
  background-size: cover;
  display: block;
  max-width: 100%;
  height: auto;
  width: 33.333333%;
  float: left;
  background-position-x: center!important;
  min-height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
}

.pop-post-content {
  width: 66.666666%;
  float: left;
  position: absolute;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
}

.pop-posts {
  position: relative;
  -webkit-box-shadow: 0 8px 30px rgba(0,0,0,.1);
  box-shadow: 0 8px 30px rgba(0,0,0,.1);
}

.pop-post-content-inner {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 30px;
  left: 0;
  top: 50%;
}

.data_post {
  font-style: italic;
  margin-bottom: 10px;
}

.pop-post-content-inner h3 {
  font-size: 30px;
  margin: 0;
}

.intro-evidenza {
  margin: 15px 0;
}

.pop-post-content-inner a.button {
  font-family: Fjalla One;
  border: 0;
  display: inline-block;
  background: #fabb00;
  font-size: 22px;
  padding: 15px 40px 13px;
  line-height: 20px;
}
.pop-post-content-inner a.button:hover {
  background: #2c2c2c;
  color: #fabb00;
}
.pop-cats {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  background: #2c2c2c;
  color: #fabb00;
  font-weight: 700;
  padding: 4px 8px 6px;
}

.pop-cats a {
  color: #fabb00;
  display: block;
}

ul.slick-dots {
  padding-left: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 33.333333%;
  left: 0;
  bottom: 20px;
  margin: 0;
  background: transparent;
}

ul.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: transparent;
  border-width: 2px;
  width: 16px;
  height: 16px;
  margin: 0 2px;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li.slick-active {
  background: #fabb00;
}


/* ==3 Col Section== */
.hs-multi-posts-wrap {
  padding: 0 30px;
}

.hs-multi-posts {
  margin: 20px 0;
}

.multi-posts-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0 !important;
  width: 33.3333333333% !important;
  float: left;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.preview_post {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preview_post > .hs-item-image {
  width: 33.3333333333% !important;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-item-image img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
  width: 90px;
  height: auto;
  margin-bottom: 4px;
}

.hs-item-content {
  width: 66.6666666667% !important;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.info_post {
  vertical-align: middle;
  position: relative;
  left: -15px;
}

.info_post .data_post {
  margin-top: 3px;
  font-style: italic;
}

.info_post .titolo_post {
  font-family: Fjalla One;
  margin-top: 3px;
}

.info_post .categoria_blog {
  color: #fabb00;
  font-weight: 700;
}
.multi-posts-item h3 {
  padding-bottom: 5px;
  border-bottom: 2px solid #fabb00;
  margin-bottom: 12px;
  font-size: 22px;
}

.hs-multi-posts-wrap > div > div {
  width: auto;
  margin: 0 -15px;
}

img.img-responsive.foto_educational {
  margin-bottom: 10px;
}

.titolo_post_evidenza {
  color: #fabb00;
  font-weight: 700;
}
b, strong {
  font-weight: 700;
}

a.button {
  font-family: Fjalla One;
  border: 0;
  display: inline-block;
  background: #fabb00;
  font-size: 22px;
  padding: 15px 40px 13px;
  line-height: 20px;
}

span.post-content p {
  margin: 0 0 10px;
}

/* ==Main Listing== */
.post-item-inner img {
  float: none;
  width: auto;
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.post-item-inner a.topic-link {
  display: block;
  color: inherit;
}

.post-item-inner .topic-link-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  background: #2c2c2c;
  color: #fabb00;
  font-weight: 700;
  padding: 4px 8px 6px;
  z-index: 2;
}

.hs-post-content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 15px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.post-item:hover .hs-post-content {
  bottom: 5px;
}
.hs-post-content h4 {
  color: #fff;
  font-size: 20px;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(3n+1) {
  clear: left;
}
.blog-listing-wrapper .post-listing .post-item.hs-no-image {
  background: #2c2c2c;
  min-height: 300px;
}

.row.hs-no-image {
  margin: 0;
}
/* Blog Columns Wrapper */
.blog .content-wrapper {}


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  width: 33.333333%;
  float: left;
  position: relative;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper img {
  float: none;
  width: auto;
  max-width: 100%;
  margin: 0;
}
/* Read More Link */
a.more-link {
  display:inline-block;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


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

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {
  clear: both;
  margin: 50px 0 0px;
  text-align: center;
}
.blog-pagination a {
  display: inline-block;
  font: inherit;
  margin: 0;
  line-height: inherit;
  cursor: pointer;
  margin-top: 10px;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  background: #fabb00;
  color: #2c2c2c;
  font-family: Fjalla One;
  font-weight: 400;
  padding: 10px 20px 8px;
  margin-bottom: 5px;
}
.blog-pagination a:not(:last-child) {
  margin-right: 15px;
}
.blog-pagination > div {
  display: inline-block;
}

.blog-pagination a:not(.active) {
}
.blog-pagination a:hover:not(.active) {
  background: #2c2c2c;
  color: #fabb00;
}
.blog-pagination a.active {
  cursor: text;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
  div.post-listing-simple {
    padding: 0 30px;
  }
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 30px;
}

.blog .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}

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

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}


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


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

.hs_recaptcha {
  margin: 15px 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.form-title:empty {
  display: none;
}

.body-container h3.form-title {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase;
}

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

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {  
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #444;
  margin-bottom: 2px;
  text-transform: uppercase;
}

/* 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 {
  white-space: normal;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 0;
  background: #dedede;
  padding: 10px;
}
input[type="search"] {
  -webkit-appearance: none;
}

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 {
  background: #fabb00;
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

.hs-form-required {
  color: red;
}

/* Error */
.hs-error-msgs label{
  color: tomato !important;
  font-weight: 700 !important;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.body-container .hs-input.invalid.error {
  background: #dedede;
  -webkit-box-shadow: 0 4px 0 tomato;
  box-shadow: 0 4px 0 tomato;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* 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="submit"] {
  margin-top: 15px;
}
#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 {}.

.section.post-footer .hs_subscribe.hs-subscribe 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;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;
  margin: 10px 0 15px;
  font: inherit;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; 
  font-family: Fjalla One;
  border: 0;
  display: inline-block;
  background: #fabb00;
  font-size: 22px;
  padding: 15px 40px 13px;
  line-height: 20px;
  color: #2c2c2c;
  text-transform: uppercase;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background: #2c2c2c;
  color: #fabb00;
}

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


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

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


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

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


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

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


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

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


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

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

.landing-page.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul{
  padding:0 0 15px; 
}

.hs-search-field__bar{
  max-width: 600px;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important
}
.lp .mobile-trigger,
.lp .child-trigger {
  display: none !important;
}
.section.post-footer form {
  max-width: 500px;
}
.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-list-style li {
  display: inline-block;
}

ul.hs-menu-children-wrapper.open-menu-list {
  display: none !important;
}
.cm-footer-col {
  margin-left: 0 !important;	
}

.lp .custom-logo a + img {
  display: none !important;
}

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

@media (max-width: 1199px) {
  div#site-wrapper {
    max-width: 970px;
  }

  .cm-breadcrumbs,.hs-blog-social {
    width: 100%;
  }

  .cm-breadcrumbs {
    margin: 0;
  }

  .pop-posts-item .wrp .sliderimg {
    min-height: 313px;
  }

}

@media (max-width: 1199px) and (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 10px;
  }
}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {

  /*==Header==*/


  /*==Footer==*/

}
@media (max-width: 991px) {
  div#site-wrapper {
    max-width: 750px;
  }

  .custom-logo a img {
    margin-left: 0;
    margin: 10px 0 9px;
  }

  .custom-logo {
    width: 100% !important;
  }

  .custom-header {
    text-align: center;
    border-bottom: 1px solid #fabb00;
  }

  .custom-header-top .page-center > div > div > div:last-child {
    display: none !important;
  }

  .custom-logo a + img {
    height: auto;
    cursor: pointer;
    display: inline-block!important;
    position: absolute;
    width: 24px;
    right: 15px;
    top: 22px;
  }
  input#cercabutton {
    padding: 10px 20px 8px;
    font-size: 15px;
  }


  /*   ==Footer== */
  .cm-ftr-col-1 {
    width: 58.3333333333% !important;
    left: 0 !important;
  }

  .cm-ftr-col-2 {
    width: 41.6666666667% !important;
    left: 0 !important;
    right: auto;
  }

  .cm-ftr-col-3 {
    width: 100% !important;
    left: 0 !important;
  }

  #logofooter {
    width: 160px;
    margin-top: 30px;
  }

  .custom-footer p {
    margin: 0 0 10px;
  }
  .hs-top-search form input[type="text"] {
    padding-right: 90px;
  }


  /*   ==Blog== */
  .pop-cats a {
    display: block;
    line-height: 20px;
  }

  .pop-post-content-inner h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .intro-evidenza {
    display: none;
  }

  .pop-posts-item .wrp .sliderimg {
    min-height: 240px;
  }

  .pop-post-content-inner a.button {
    font-size: 15px;
    padding: 10px 35px 8px;
  }

  .multi-posts-item {
    width: 100% !important;
  }

  .multi-posts-item h3 {
    font-size: 20px;
  }

  a.button {
    font-size: 15px;
    padding: 10px 35px 8px;
  }

  .multi-posts-item:nth-child(2) {
    margin: 20px 0;
  }

  .preview_post > .hs-item-image {
    width: 16.6666666667% !important;
  }

  .hs-item-content {
    width: 83.3333333333% !important;
  }

  .info_post {
    position: static;
  }



  .blog .custom-logo a img {
    margin-left: 0;
    margin: 10px 0;
  }

  .hs-blog-post .blog-content,.hs-blog-post .blog-sidebar {
    width: 100% !important;
  }

  .section.post-header h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  body:not(.blog) h1 {
    font-size: 28px;
  }

  body:not(.blog) h2 {
    font-size: 23px;
  }

  body:not(.blog) h3 {
    font-size: 20px;
  }

  body:not(.blog) h4 {
    font-size: 17px;
  }
  .body-container h3.form-title {
    font-size: 28px;
  }
  .hs-button.primary, input[type="submit"], input[type="button"] {
    font-size: 15px;
    padding: 10px 35px 8px;
  }

  body:not(.blog) .body-container-wrapper .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

}

/* =============== Landscape tablet and smaller devices =============== */


@media (min-width: 768px) {

}


@media (max-width: 767px) {
  .landing-page.one-column .body-container form,  
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }

  .hs-search-field__bar{
    max-width: 100%;
  }

  .subscribe-options label{
    margin:0;
  }
  .body-container .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }

  .section.post-footer form {
    max-width: 100%;
  }
  div#site-wrapper {
    max-width: 100%;
  }
  div.post-listing-simple {
    padding: 0 15px;
  }
  /*==Header==*/
  .custom-logo a img {
    height: 35px;
  }

  .mobile-trigger {
    top: 5px;
  }

  .custom-logo a + img {
    top: 15px;
  }

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

  .hs-top-search form input[type="text"] + input:hover {
    background: #dedede;
    color: #2c2c2c;
  }
  /*==Footer==*/
  .visible-xs {
    display: block!important;
  }

  .custom-footer .certificazioni img {
    width: 50px!important;
  }

  .cm-ftr-col {
    width: 100% !important;
  }
  .cm-ftr-col h3.form-title {
    font-size: 17px;
    margin-bottom: 16px !important;
  }

  .cm-ftr-col h4, .cm-ftr-col h3.form-title {
    margin-bottom: 1px;
  }
  .cm-ftr-links {
    width: 100% !important;
  }
  /*   ==Blog== */
  .pop-cats {
    display: none;
  }

  .pop-post-content {
    width: 100%;
  }

  .pop-post-content-inner {
    padding: 25px;
    text-align: center;
  }

  .pop-post-content-inner .data_post {
    display: none;
  }

  .pop-posts-item .wrp .sliderimg {
    min-height: 300px;
  }

  ul.slick-dots {
    width: 100%;
  }

  ul.slick-dots li.slick-active {
    border-color: #fabb00;
  }

  ul.slick-dots li {
    border-color: #fabb00;
  }

  .pop-post-content-inner a.button {
    font-size: 13px;
    padding: 7px 15px 5px;
  }

  .hs-multi-posts-wrap {
    padding: 0 15px;
  }

  .preview_post > .hs-item-image,.hs-item-content {
    width: 100% !important;
    float: none;
  }

  .preview_post {
    display: block;
  }

  .post-item {
    width: 100% !important;
    max-width: 400px!important;
    float: none!important;
    margin: auto!important;
    text-align: center;
  }

  .post-item-inner .topic-link-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .post-item:hover .hs-post-content {
    bottom: 0;
  }
  /*   ==Blog Header== */
  .blog .custom-logo a img {
    margin-top: 14px;
    width: 180px;
    height: auto;
  }



  .cm-breadcrumbs ol.breadcrumb {
    margin-bottom: 10px!important;
    padding-bottom: 10px!important;
    padding-top: 10px!important;
    border-radius: 0!important;
    border-bottom: 1px solid #ccc;
    padding-left: 0!important;
    background: #fff!important;
  }

  .cm-breadcrumbs ol.breadcrumb >li {
    display: block;
    font-size: 14px;
    padding-bottom: 1px;
    padding-top: 1px;
  }
  .cm-breadcrumbs ol.breadcrumb a {
    text-decoration: underline;
  }
  .hs-blog-post .page-center.content-wrapper {
    padding: 0 15px;
  }

  .social_share .socialbuttons span {
    display: block!important;
    margin-bottom: 5px;
    margin-right: 0;
  }
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

  .section.post-body p img {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
  }

}

/* Override custom CSS */
.blog-post-banner-area {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.data_post.meta_post_item {
  margin-bottom: 10px !important;
}

.data_post.meta_post_item span {
  padding-right: 1rem;
}

ul.slick-dots {
  width: 100%;
}

.blog-wrapper {
  margin-top: 5rem;
  padding: 2rem;
}

/* Blog listing */
.blog-listing-wrapper {
  margin-bottom: 5rem;
}

.single-post {
  display: block;
  margin-bottom: 5rem;
}  
  
.meta-post {
  display: block;
  margin-bottom: 2rem;
}

.meta-post-item {
  padding-right: 1rem;
}

.meta-post-item-topic {
  text-transform: uppercase;
}

.post-featured-image {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.post-summary {
  width: 100%;
}

/* Side Col */
.side-search {
  margin-bottom: 3rem;
}

.subscription {
  background-color: rgba(250, 187, 0, 0.5);
  padding: 2rem;
  margin-bottom: 5rem;
}

.preview-topic-list {
 
  margin-bottom: 3rem;
}

.preview-topic-list ul {
  padding: 0;
  list-style: none;
  margin-bottom: .5rem;
}

.preview-topic-list ul li {
  margin-bottom: .5rem;
}

.social_share_title {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}

/* CUSTOM STYLE LANDING PAGE - THANK YOU PAGE*/
.landing-page.one-column .custom-header {
  border-bottom: 1px solid #fabb00;
}

.landing-page.one-column .body-container .full-space form {
  width: 80%;
}

.landing-page.one-column .opaque {
  background-color: #eee;
  padding-left: 16px;
  padding-right: 16px;
}

.landing-page.one-column .section {
  padding: 80px 32px;
}

@media (max-width: 479px) {
  .landing-page.one-column .body-container .full-space form {
    width: 100% !important;
  }
}

.three-column-blog {
  padding: 0 16px;
}

.three-column-blog h3 {
  margin-bottom: 32px;
}

.three-column-blog .hs-rss-item {
  width: 100%;
}

.thankyou-redirect {
  max-width: 100%;
  padding: 0 16px;
  margin-bottom: 32px;
}

a.hs-rss-title {
  font-family: Fjalla One;
  font-size: 20px;
  margin-bottom: 8px;
}

.hs-rss-byline {
  margin-bottom: 16px;
  font-size: 100%;
  opacity: 1;
  font-variant: normal;
  color: #9e9e9e;
}

.hs-rss-author {
  color: #2c2c2c;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: auto;
  float: none;
  padding: 0px;
}

.hs-rss-item.hs-with-featured-image {
  display: flex;
  flex-direction: column-reverse;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width: 100%;
  margin-bottom: 24px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  width: 100%;
}

.hs-related-blog-item.hs-with-featured-image, .hs-rss-item.hs-with-featured-image {
  overflow: hidden;
}

.hs-related-blog-item, .hs-rss-item {
  margin-bottom: 20px;
}

.hs-rss-description a {
  font-weight: 600;
}

@media (min-width: 768px) {
  .three-column-blog .hs-rss-item {
      width: 33%;
  }
  
  .thankyou-redirect {
    max-width: 60%;
  }  

  .three-column-blog .hs-rss-module.feedreader_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  
  .three-column-blog .hs-rss-item:nth-child(even) {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .landing-page.one-column .section {
    max-width: 1020px;
    margin: 0px auto !important;
    float: none !important;
    padding: 40px 32px;
  }
  
  .landing-page.one-column .section .box {
    margin-bottom: 32px;
  }
}