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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body, html, .container, .row{font-family: 'lft_eticaregular' !important; color:#000000; }
body{ background:#ffffff !important;  background-image:none !important;}
a {color:#4AA6D8 }
.container{ background:#fff; font-family: 'lft_eticaregular' !important;}
.navbar-header, .nav, .navbar-nav, .navbar-default, .navbar, .navbar-collapse .collapse{ background:#fff}
.navbar-default{background:url(https://alyante.teamsystem.com/hubfs/alyante/sfondo_headline_multicolr.png) #FFFFFF top center no-repeat; padding-top:17px; border:0px; border-radius:0px; height:74px; box-shadow:0px 0px 25px rgba(0, 0, 0, 0.5); margin-bottom:0px; position: fixed; width: 100%; z-index: 999;}
.navbar-brand{ padding:9px 22px; }
.header_titolo img{ max-width:100%}
.no-padding{ padding:0px}
.no-padding-left { padding:0px}
.search{width: 30%; margin-right: -50px;}
.author-col{padding:0 0 10px 0;}
.cerca-ico{padding-top: 7px;    cursor: pointer; display:none !important}

h1, h2, h3, h4, h5, h6 {font-family: 'lft_etica_ltlight'; font-weight:normal; font-style:normal;}
h2 { font-size:22px;}
h3 { font-size:18px;}
.row.lista-post {    margin-left: 0px;}
.lista-post .item h2{font-size: 32px; margin-bottom:0px;}
.lista-post .item h2 a {color:#000;}
.lista-post2 .item h2{font-size: 30px;}
b, strong {font-family: 'lft_etica_sbsemibold'; font-weight:normal; font-style:normal;}

/* p{color:#000000;} */

.carousel-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 30px !important;
  color: #fff;
  text-align: center;
  text-shadow: none;
  filter: alpha(opacity=50);
  opacity: .5;
  height: 41px; width:41px; margin-top:-20px;
}




.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 13px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-toggle .icon-bar{
    -webkit-transition: all ease-out 500ms ;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
    }
.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
}
.icon-bar.corto {
    width: 14px;
    margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar.ptimox {
    transform: rotateZ(0deg);
    margin-top: 0px;
}
.navbar-toggle.collapsed .icon-bar.secondox {
    transform: rotateZ(0deg);
    margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar.corto {
    opacity: 1;
}
.navbar-toggle .icon-bar.ptimox {
    transform: rotateZ(45deg);
    margin-top: 8px;
}
.navbar-toggle .icon-bar.secondox {
    transform: rotateZ(-45deg);
    margin-top: -9px;
}

.navbar-toggle .icon-bar.corto {
    opacity: 0;
}




.carousel-control.left {
  background:#F1913A;
  margin-left:-15px;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background:#F1913A;
  margin-right:-15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 6px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -15px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -15px;
}
.glyphicon-chevron-right:before {
  content: "\e258";
}
.glyphicon-chevron-left:before {
  content: "\e257";
}
.carousel-inner img { width:100%}
.carousel-inner { background-color:#F6F6F6}

.carousel-indicators{ 
  background:#F1913A;
  position: absolute;
  bottom: 10px;
  left: 30%;
  z-index: 15;
  width: auto;
  margin-left: 0px;
  text-align: center;
  list-style: none;
  height:28px; padding:5px 10px; -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #0B72B5;
  border: 1px solid #0B72B5;
}
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
  
  
.item, .hs-author-bio { color:#000000}
h1 {color:#39A9DC; font-weight:normal; font-style:normal}
.item h1{ font-size:32px; color:#39A9DC; font-weight:normal; font-style:normal}
.item a.leggi { color:#FFFFFF; background:#EB6D58; padding:8px 15px 10px 15px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin-left:-3px; }
.item p, .item .pg { padding-top:5px; } .item .pg2 { padding-top:20px; display:none; }  .blog-feeds .item blockquote{ padding: 0px; border: 0px; font-size: 14px; }
.item p:last-child {padding-bottom:15px;}
.item p img { max-width:100%}
.borderBottom { border-bottom:solid 3px #f4f2f2; margin-bottom: 0px; padding-bottom: 20px;}
.item .dida { padding-left:22px !important}
ul.blog-feeds {list-style:none; padding:0px; margin:0px;} 
/*ul.blog-feeds li:first-child, ul.blog-feeds li:first-child+li { display:none;}    /*, ul.blog-feeds li:first-child+li+li */
.blog-feeds .hs-featured-image-wrapper, .blog-feeds img {display:none;}
.blog-feeds .item p{ padding:0px !important; margin:0px;}
.blog-feeds .item { }
.blog-feeds .img-list-hp {padding: 20px 0 2px 0;}
.blog-feeds .img-list-hp .sfimg { background-size:cover; background-position:center center; padding:30%; height:100%;}

.evidenza {position:relative; height:415px; background-repeat:no-repeat; background-size:cover !important; background-position:center center !important;}
.evid-titolo {position:absolute; bottom:0px; padding:20px; width:100%; background-color:rgba(0,0,0,0.6); font-size:35px; line-height:38px; color:#ffffff; font-family: 'lft_etica_ltlight'; }

.hpletti .evidenza {height:375px;}
.hpletti .evid-titolo {font-size:21px; line-height:24px; min-height:160px; }
.hpletti p {margin-top:10px;}

.gradiente{margin:7px 0px 0px; background: #FFC907;/*padding-bottom: 10px;*/}

.item p.cont-prev-list{ margin-top:-40px !important;}
.sp-top { padding-top:7px}

.navbar-brand>img {max-width:230px;}
.header-img{ background: url(https://lynfa.teamsystem.com/hubfs/Lynfa/sfondo_headline_STUDIO.png) repeat-x left bottom; height: 181px;}
.header_titolo { color:#ffffff;  background: transparent;}
.header_titolo .main-titolo {font-size:25px; font-family: 'lft_etica_sbsemibold'; text-align:left; margin-top: 130px; float:left;padding-left:15px;}
.header_titolo .sub-titolo  {font-size:25px; font-family: 'lft_etica_sbsemibold'; text-align:right; margin-top: 105px; float:right;padding-right:15px;}
.header_titolo .sub-titolo span { font-size: 16px;}

.header_titolo.header-new-disp .main-titolo {font-size:25px; font-family: 'lft_etica_ltlight'; text-align:left; margin-top: 130px; float:left;padding-left:75px;}
.header_titolo.header-new-disp .sub-titolo  {font-size:25px; font-family: 'lft_etica_ltlight'; text-align:right; margin-top: 130px; float:right;padding-right:102px;}

.hp-new .header-img{ height: 269px;}
.hp-new .header_titolo .main-titolo {font-size:48px; font-family: 'lft_etica_ltlight'; text-align:center; margin-top: 130px; float:none}
.hp-new .header_titolo .sub-titolo {font-size:25px; font-family: 'lft_etica_sbsemibold'; text-align:center; float:none; margin-top: 0px}



.hpletti { background:#ffffff; padding:15px 5px 25px 5px !important; margin-bottom:10px; margin-top:20px !important; border-top:0px !important; background-position:25px 20px !important}
.hpletti h3.tit {padding: 1px; color: #ffffff; font-size: 24px; background:#FFC907; line-height: 24px; margin:0 10px 5px 10px; text-align:center;}
.hpletti .witem {float:left !important; width:20% !important}
.hpletti .witem.anche {float:left !important; width:33.33333% !important}
.hpletti .item {margin:0 10px !important;}
.hpletti .item h3 { font-size:18px !important; margin-top: 15px !important; margin-bottom: 3px !important;font-family: 'lft_etica_ltlight';}
.hpletti .item p { font-size:12px !important; margin-bottom:0px !important;}
@media (max-width:758px) {.hpletti .item p.itimm{ display:none !important;}.hpletti .witem {float:none !important; width:100% !important; border-bottom:1px solid #D5D5D5; padding-bottom:10px}}

.appvideo { background:#ffffff; padding:15px 5px 25px 5px !important; margin-bottom:10px; margin-top:20px !important; border-top:0px !important; background-position:25px 20px !important}
.appvideo h3.tit {padding: 1px; color: #ffffff; font-size: 22px; background:#2096cf; line-height: 24px; margin:0 10px 5px 10px; text-align:center;}
.appvideo .witem {float:left !important; width:33.33333% !important}
.appvideo .item {margin:0 10px !important;}
.appvideo .item h3 { font-size:18px !important; margin-top: 15px !important; margin-bottom: 3px !important;font-family: 'lft_etica_ltlight';}
.appvideo .item p { font-size:16px !important; margin-bottom:0px !important;}
.appvideo .evidenza {height:375px;}
.appvideo .evid-titolo {font-size:22px; line-height:24px; min-height:160px;background: -moz-linear-gradient(top, rgba(0,0,0,0.46) 0%, rgba(0,0,0,0.46) 1%, rgba(0,0,0,0.93) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.46) 0%,rgba(0,0,0,0.46) 1%,rgba(0,0,0,0.93) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.46) 0%,rgba(0,0,0,0.46) 1%,rgba(0,0,0,0.93) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75000000', endColorstr='#ed000000',GradientType=0 ); }
.appvideo p {margin-top:10px;}
@media (max-width:758px) {.appvideo .item p.itimm{ display:none !important;}.appvideo .witem {float:none !important; width:100% !important; border-bottom:1px solid #D5D5D5; padding-bottom:10px}}

.fb_iframe_widget { top: -2px;}

a.linkTitolo:hover{text-decoration:none;}

.left-bar { padding-left:30px}
.cta2 a {display:block; margin-top:15px}

.iscriviti { color:#000; background:transparent;padding-bottom: 12px; padding-top: 12px; display:none;}
.iscriviti form { position: relative;margin: 0px;}
.iscriviti input[type=submit] { background:#1891D0; color:#fff; border:0px; line-height:26px;  margin:0px; width:100%; padding:5px;}
.iscriviti input {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border:0px; height: 35px; width: 97%; color:#000000;}
/*.iscriviti input[type=text] { width:70%} */
.iscriviti .hs-form-field, .iscriviti .hbspt-form .hs-form-field { width:70%; float:left; padding:0px;} 
.iscriviti .hs_submit,  .iscriviti .hbspt-form .hs_submit { width:30%; float:left;} 
.iscriviti .hs-form-required, .iscriviti .hs-form-field label {display:none;}
.iscriviti h4 {font-family: 'lft_etica_ltlight'; padding:15px 0px 7px 0px; color:#000; background:none; font-size:25px;}
.iscriviti .hbspt-form {margin-top:15px;}
.iscriviti .hs-form .actions{padding:0px !important; margin:0 15px 0 -12px;}
.iscriviti .form-title {display:none}
.iscriviti .hs-richtext {position:absolute; top:39px;}

.side-w {padding:13px 18px; margin:7px 0 14px 0;}
.side-tit {padding:20px 13px 5px 13px; font-size:24px; font-family: 'lft_etica_sbsemibold'; color:#ffffff;}
.side-img {background-size:cover; background-position:center center; padding:50px 0px; text-align:center; margin:7px 0;}
.side-txt {font-family: 'lft_etica_ltlight';}
.side-txt p {margin:0px;}
.side-txt ul {margin:10px 0px; padding:0px 15px;}
.side-txt a {text-decoration:underline; color:#000;}
.side-link {text-align: center;}
.side-w.guide {border:solid 1px #e31b7a;}
.side-w.guide .side-tit {background-color:#e31b7a;}


.modal-header { min-height: 16.42857143px; padding: 15px; border-bottom: 0px;}
.modal-header h3 {color:#1682C1; font-family: 'lft_etica_ltlight'; padding:0px 0px 7px 0px; color:#1682C1; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/dot.png) repeat-x bottom; font-size:32px}
.modal-body { font-size:16px}
.modal-footer {
    padding: 0px 15px 15px 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;}
.btn, .btn-default {color:#FFFFFF; background:#EB6D58; padding:8px 15px 10px 15px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin-left:-3px;}
.modal-header .close {font-size:30px;}

.guide_wdg { margin-top:40px; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/guide-ico.png) top right no-repeat; font-size:16px; color:#1682C1;  margin:0px 15px}
.guide_wdg a { text-decoration:none}
.guide_wdg h3{ padding:12px 0px 7px 0px; color:#1682C1; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/dot.png) repeat-x bottom; font-size:32px}
.guide_wdg ul { margin:0px 0px 8px 0px; padding:5px 0px; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/dot.png) repeat-x bottom; }

.guide_wdg ul li { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_3.jpg) left top; background-size:cover; min-height:80px;  width:100%; -webkit-border-top-right-radius: 12px; -webkit-border-bottom-left-radius: 12px; list-style:none; -moz-border-radius-topright: 12px; -moz-border-radius-bottomleft: 12px; border-top-right-radius: 12px; border-bottom-left-radius: 12px; padding:15px 0 0 12px; margin-bottom:15px}
/*
.guide_wdg ul li:first-child+li { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_2.jpg) left top; background-size:cover; }
.guide_wdg ul li:first-child+li+li { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_4.jpg) left top; background-size:cover; }
.guide_wdg ul li:first-child+li+li+li { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_1.jpg) left top; background-size:cover; }
.guide_wdg ul li .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_guide_ico.png) no-repeat; height:24px; width:66px;}
.guide_wdg ul li:first-child+li .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_ico.png) no-repeat; height:21px; width:70px;}
.guide_wdg ul li:first-child+li+li .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_presentazioni_ico.png) no-repeat; height:21px; width:117px;}
.guide_wdg ul li:first-child+li+li+li .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_brochure_ico.png) no-repeat; height:22px; width:94px;}
*/
.guide_wdg .titolo {font-size:24px; color:#fff; padding: 5px 22px 22px 10px; line-height:24px}

.guide_wdg_mini { margin-top:40px; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/guide-ico.png) top right no-repeat; font-size:16px; color:#1682C1;  margin:0px 15px}
.guide_wdg_mini a { text-decoration:none}
.guide_wdg_mini h3{ padding:12px 0px 7px 0px; color:#1682C1; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/dot.png) repeat-x bottom; font-size:32px}
.guide_wdg_mini ul { margin:0px 0px 8px 0px; padding:5px 0px; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/dot.png) repeat-x bottom; }
.guide_wdg_mini ul li { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/ico_guide-1.png) left top no-repeat; min-height:45px;  width:100%; padding:10px 0 0 55px; list-style:none; margin-bottom:15px}
/*
.guide_wdg_mini ul li:first-child+li { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/ico_ebooks-1.png) left top no-repeat; }
.guide_wdg_mini ul li:first-child+li+li { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/ico_presentazioni-1.png) left top no-repeat;  }
.guide_wdg_mini ul li:first-child+li+li+li { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/ico_brochures-1.png) left top no-repeat; }
.guide_wdg_mini ul li .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_guide_ico_mini.png) no-repeat; height:7px; width:44px;}
.guide_wdg_mini ul li:first-child+li .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_ico_mini.png) no-repeat; height:7px; width:44px;}
.guide_wdg_mini ul li:first-child+li+li .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_presentazioni_ico_mini.png) no-repeat; height:7px; width:77px;}
.guide_wdg_mini ul li:first-child+li+li+li .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_brohure_ico_mini.png) no-repeat; height:7px; width:60px;}
.guide_wdg_mini .titolo {font-size:16px; color:#1E81C5; padding: 5px 0px 0px 0px; line-height:16px}
*/

.guide_wdg ul li.guide { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_3.jpg) left top; background-size:cover; min-height:80px;  width:100%; -webkit-border-top-right-radius: 12px; -webkit-border-bottom-left-radius: 12px; list-style:none; -moz-border-radius-topright: 12px; -moz-border-radius-bottomleft: 12px; border-top-right-radius: 12px; border-bottom-left-radius: 12px; padding:15px 0 0 12px; margin-bottom:15px}
.guide_wdg ul li.ebook { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_2.jpg) left top; background-size:cover; }
.guide_wdg ul li.presentazioni { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_4.jpg) left top; background-size:cover; }
.guide_wdg ul li.brochure { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_1.jpg) left top; background-size:cover; }
.guide_wdg ul li.guide .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_guide_ico.png) no-repeat; height:24px; width:66px;}
.guide_wdg ul li.ebook .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_ico.png) no-repeat; height:21px; width:70px;}
.guide_wdg ul li.presentazioni .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_presentazioni_ico.png) no-repeat; height:21px; width:117px;}
.guide_wdg ul li.brochure .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_brochure_ico.png) no-repeat; height:22px; width:94px;}

.guide_wdg_mini ul li.guide { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/ico_guide-1.png) left top no-repeat; min-height:45px;  width:100%; padding:10px 0 0 55px; list-style:none; margin-bottom:15px}
.guide_wdg_mini ul li.ebook { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/ico_ebooks-1.png) left top no-repeat; }
.guide_wdg_mini ul li.presentazioni { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/ico_presentazioni-1.png) left top no-repeat;  }
.guide_wdg_mini ul li.brochure { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/ico_brochures-1.png) left top no-repeat; }
.guide_wdg_mini ul li.guide .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_guide_ico_mini.png) no-repeat; height:7px; width:44px;}
.guide_wdg_mini ul li.ebook .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_ico_mini.png?t=1443534729688) no-repeat; height:7px; width:44px;}
.guide_wdg_mini ul li.presentazioni .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_presentazioni_ico_mini.png) no-repeat; height:7px; width:77px;}
.guide_wdg_mini ul li.brochure .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_brohure_ico_mini.png?t=1443534852211) no-repeat; height:7px; width:60px;}
.guide_wdg_mini .titolo {font-size:16px; color:#1E81C5; padding: 5px 0px 0px 0px; line-height:16px}


.webinar_wdg { margin-top:40px; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/webinar-ico.png) top right no-repeat #F6F6F6; font-size:16px; color:#1682C1; padding:15px 20px}
.webinar_wdg h3{ padding:0px 0px 14px 0px; color:#1682C1; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/dot.png) repeat-x bottom; font-size:32px; line-height:20px}
.webinar_wdg ul { padding:0px 0px 20px 0px; margin:0px;}
.webinar_wdg ul li { padding:20px 0px; list-style:none; border-bottom:#fff solid 4px}

.webinar_wdg_quiz { margin-top:40px; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/ico-registraz_green.jpg) top right no-repeat #F6F6F6; font-size:16px; color:#33ad34; padding:15px 20px}
.webinar_wdg_quiz h3{ padding:0px 0px 14px 0px; color:#33ad34; background:url(//cdn2.hubspot.net/hubfs/5264012/dot-verde.jpg) repeat-x bottom; font-size:32px; line-height:20px}
.webinar_wdg_quiz ul { padding:0px 0px 20px 0px; margin:0px;}
.webinar_wdg_quiz ul li { padding:20px 0px; list-style:none; border-bottom:#fff solid 4px}
.webinar_wdg_quiz ul li a{ color:#33ad34;}

.footer { background:#676767 url(https://cdn2.hubspot.net/hubfs/5264012/Lynfa/footer-sf-1.png) repeat-x top; margin-top:0px; color:#fff; font-size:11px; padding:60px 0px 0px 10px;}
.footer h4 {  font-family: 'lft_etica_sbsemibold'; font-size:14px; padding-top: 20px;}
.footer p { margin:0px; padding:20px 0px 0px 0px;}
.footer ul { margin:0px !important; padding:0px !important; text-transform:inherit; font-size:12px; line-height:20px;}
.footer ul li { margin:0px !important; padding:0px !important; list-style:none; display:inherit; margin-right:10px !important;}
.footer ul li:before { content: ""; margin-right:0px !important; display:none; }
.footer ul li:first-child:before { content: ""; margin-right:0px !important; }
.footer ul li a { margin:0px !important; padding:0px !important; color:#fff; }
.footer ul li a:hover { color:#2B9BCF;}
.footer .Copyright {margin-top:50px; margin-bottom:35px; color: #fff;}
.footer ul.social-foot li {margin:5px 0px !important;}
.paggg { font-size:16px;}
.paggg-nav {padding-top:40px;}
.pag-next {background:url(https://cdn2.hubspot.net/hubfs/5264012/Lynfa/pag-next-1.jpg) no-repeat top right; height:41px; padding:9px 55px 0 0 ; }
.pag-next:hover {background:url(https://cdn2.hubspot.net/hubfs/5264012/Lynfa/pag-next-1.jpg) no-repeat top right; }
.pag-prev {background:url(https://cdn2.hubspot.net/hubfs/5264012/Lynfa/pag-prev-1.jpg) no-repeat top left; height:41px; padding:9px 0 0 55px; }
.pag-prev:hover {background:url(https://cdn2.hubspot.net/hubfs/5264012/Lynfa/pag-prev-1.jpg) no-repeat top left; }
.pag-all {padding:9px 0 0 0;}
.post-alyante { font-size:16px; line-height:22px;}
.post-alyante p {padding-top:20px;}
 .post-body blockquote { 
    padding: 20px 30px;
    margin:35px 0px 20px 0px;
    border: 0px;
    color: #1891D0;
    font-style: italic;
    font-size: 22px;
    line-height: 26px;
    background-image: url(https://cdn2.hubspot.net/hubfs/5264012/alyante/quote-bordo-1.png), url(https://cdn2.hubspot.net/hubfs/5264012/alyante/quote-bordo-1.png), url(https://cdn2.hubspot.net/hubfs/5264012/alyante/quote-bordo-1.png), url(https://cdn2.hubspot.net/hubfs/5264012/alyante/quote-bordo-1.png);
    background-repeat:no-repeat;
    background-position:top right, top left, bottom right, bottom left;
    border-right:1px solid #62524c;
    border-left:1px solid #62524c;
}
 .post-body ul {
    background: #EFEDEC;
    margin: 25px 25px 10px;
    padding: 25px 45px; list-style:none
}
.post-body ul li:before {
    content: "›"; margin-left:-15px; padding-right:10px; color:#1891D0;
}
.post-body h2 {    margin-bottom:;}
.gsc-selected-option-container {min-width: 100px!important;}
.cse input.gsc-input, input.gsc-input {min-width:150px;}

.blog_gee { margin-top:40px; background:none; background-position:10px 0px; font-size:16px; color:#1682C1;  margin:0px 15px}
.blog_gee a { text-decoration:none}
.blog_gee h3, .blog_gee h1{ padding:0px 0px 17px 25px; color:#1682C1; background:none; font-size:40px; margin-bottom:10px; border-bottom:#62524C solid 1px;}
.openlegendapopup{margin-bottom:40px; border-bottom:#62524C solid 1px;padding: 0 25px 8px; cursor:pointer; }
.padd-2{ padding:10px}
.blog_gee h3 .topic-tit{text-transform: capitalize;}

.blog_gee .item_blog_gee  { background:#F5F5F6; border:solid 1px #C5C6C8; padding:15px 10px; min-height:245px}
.blog_gee .item_blog_gee .cate { height:40px; width:100%; -webkit-border-top-right-radius: 12px; list-style:none; -moz-border-radius-topright: 12px; border-top-right-radius: 12px; padding:8px 0 0 12px; margin-bottom:15px}
.blog_gee .item_blog_gee .guide { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_3.jpg) left top; background-size:cover; }
.blog_gee .item_blog_gee .ebook { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_2.jpg) left top; background-size:cover; padding:9px 0 0 12px;}
.blog_gee .item_blog_gee .presentazioni { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_4.jpg) left top; background-size:cover; padding:11px 0 0 12px;}
.blog_gee .item_blog_gee .brochure { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_1.jpg) left top; background-size:cover; padding:9px 0 0 12px;}

.blog_gee .item_blog_gee .guide  .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_guide_ico.png) no-repeat; height:24px; width:66px;}
.blog_gee  .item_blog_gee .ebook .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_book_ico.png) no-repeat; height:21px; width:70px;}
.blog_gee  .item_blog_gee .presentazioni .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_presentazioni_ico.png) no-repeat; height:21px; width:117px;}
.blog_gee  .item_blog_gee .brochure .ico { background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/sf_brochure_ico.png) no-repeat; height:22px; width:94px;}

.blog_gee .item_blog_gee { font-size:14px;}
.blog_gee .item_blog_gee h4 { font-size:24px; margin-bottom:0px}
.blog_gee .item_blog_gee p { padding:0 0 2px 2px !important;}
.blog_gee .item_blog_gee a.download { color:#FFFFFF; background:#EB6D58; padding:8px 15px 10px 15px !important; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin-left:-3px;}
.blog_gee .item_blog_gee a.ebook-color{background:rgba(22,129,192,1.00);}
.blog_gee .item_blog_gee a.ebook-color:hover{background:rgba(22,129,192,0.80);}
.blog_gee .item_blog_gee a.guide-color{background: rgba(233,111,80,1.00);}
.blog_gee .item_blog_gee a.guide-color:hover{background: rgba(233,111,80,0.80);}
.blog_gee .item_blog_gee a.presentazioni-color{background:rgba(229,86,100,1.00);}
.blog_gee .item_blog_gee a.presentazioni-color:hover{background:rgba(229,86,100,0.80);}
.blog_gee .item_blog_gee a.brochure-color{background:rgba(240,144,58,1.00);}
.blog_gee .item_blog_gee a.brochure-color:hover{background:rgba(240,144,58,0.80);}

.dropdownTopic {float:right; margin:0px 10px}
.dropdownTopic .hs_cos_wrapper_type_rich_text, .dropdownTopic span { padding:0px; margin:0px}
a.filtra{ background:#FFFFFF; border-radius:0px; border:1px solid #C5C6C8; color: #C5C6C8; padding:0px}
a.filtra:hover{/*background:#2281C1;*/ color: #C5C6C8; border:1px solid #C5C6C8;}
.nome-dr-dow{ float:left; background:#fff; padding:5px 15px}
a.filtra .freccia {background:#2EAADD; float:left; padding:5px 10px}
a.filtra .caret { background:#2EAADD; color:#fff;}

/* eventi ************************************/
.eventiHead .categ { border-left:solid 1px #C5C6C8; padding:5px 10px}
.eventiHead .categList { border-left:solid 1px #C5C6C8; padding:0px 5px}
.eventiHead { font-size:14px !important; color:#26A1D7;  margin:0px; padding:10px 0px; margin-bottom:-1px; font-size:16px !important; font-weight:bold; color:#EB6D58; }
.eventiHead .nome-dr-dow { color:#26A1D7;}
.eventoDit { background:#fff; border: solid 1px #C5C6C8; padding:15px 0px; color:#000000;      /**/ margin:0px 0px -1px 0px;}
/**/ .noB { border:0px !important;}
.eventoDit:hover { background:#F5F5F6; color:#000000}
.eventoDit:hover .colore_2{ color:#000000}
.colore_2{ color:#000000}
.eventoDit .categ { border-left:solid 1px #C5C6C8; padding:5px 15px; min-height:170px;}
.eventoDit .categ2 { padding:5px 15px;  font-weight: bold; color: #1891D0; font-size:18px;}
.eventoDit h2 { padding-top:0px; margin-top:0px; font-size:24px !important; font-weight:bold; color:#1891D0; }
.eventoDit p { padding-bottom:0px; margin-bottom:0px}
.eventoDit a { text-decoration:underline;}
.eventoDit:hover a { text-decoration:underline; color:#1682c1;}
a.aBlocco, a.aBlocco:hover { text-decoration:none !important;}
.dropbtn {  background-color: #fff; min-width:100%; width:100%; max-wid th:100%; color: #2EAADD; padding: 0px; margin:0px; font-size: 14px; border: none; cursor: pointer; z-index:10000; /* border:1px solid #C5C6C8; */ }
.dropbtn .caret { background:#2EAADD; color:#fff;   /**/ color:#EB6D58; background:#ffffff; border-top: 5px dashed; border-right: 5px solid transparent; border-left: 5px solid transparent;}
.dropbtn .freccia {background:#2EAADD; float: right; padding:13px 10px;        /**/ background:#ffffff;}
.dropbtn .listTit { float:left; padding:5px 15px;       /**/ font-size:16px !important; font-weight:bold; padding:4px 15px;  color:#EB6D58; padding:5px;}
.dropbtn:focus {outline:0;}
.dropdown { position: relative; display: inline-block;padding: 0px 0 0 5px; margin:0px; font-size: 14px; min-width:100%; width:100%; max-wid th:100%; }
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index:10001; }
.dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; border-bottom:1px solid rgba(219,219,219,1.00); font-weight:normal; font-style:normal; font-size:14px !important;}
.dropdown-content a.current {background-color: #e1e1e1;}
.dropdown-content a:hover {background-color: #f1f1f1; }
.post-item{min-width:100% !important;}
.cta-ev-list {display:none; position: absolute; bottom: 20px;  left: 15px;}
.cta-ev-list a {-webkit-font-smoothing: antialiased !important; cursor: pointer !important; -moz-user-select: none !important; -webkit-user-select: none !important; -o-user-select: none !important; user-select: none !important; display: inline-block !important; font-weight: 700 !important; text-align: center !important; text-decoration: none !important;  font-family: sans-serif !important;  background: rgb(0,144,205) !important; color: rgb(255, 255, 255) !important; border-radius: 5px !important;  border-width: 0px !important; transition: all .4s ease !important;  -moz-transition: all .4s ease !important; -webkit-transition: all .4s ease !important; -o-transition: all .4s ease !important; text-shadow: none !important; line-height: 1.5em !important; padding: 10px 20px !important; font-size: 16px;}
.cta-ev-list a:hover {    background: #e5e5e5 !important; color: #0090CD !important;}

/* .dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropbtn { background-color: #fff; } */



/* NEW GUIDE ************************************/
.newDownHead .categList { border-left:0px; padding:0px 5px}
.newDownHead .categ { border-bottom: 2px solid #e5e5e5; border-left: 2px solid #e5e5e5; border-right: 2px solid #e5e5e5; padding: 6px 10px;}
.newDownHead { font-size:14px !important; color:#9a9a9a;  margin:0px 0px;  margin-bottom:-1px; font-size:14px !important; font-weight:normal; color:#9a9a9a; }
.newDownHead .nome-dr-dow { color:#9a9a9a;}
.newDownDit {background:#ffffff; padding:5px 0px; color:#26A1D7; margin:0px 10px 5px 0px; min-height:125px;}
/**/ .noB { border:0px !important;}
.newDownDit:hover { background:#F5F5F6; color:#ffffff}
.newDownDit:hover .colore_2{ }
.colore_2{ color:#868789}
.newDownDit .categ { border-left:solid 1px #C5C6C8; padding:5px 15px; }
.newDownDit .categ2 { padding:5px 15px; color: #1891D0; font-family: 'lft_etica_sbsemibold'; font-size: 18px; }
.newDownDit p { padding-bottom:0px; margin-bottom:0px; color:#666666;font-size: 16px;}
.newDownDit .bloccoSx, .newDownDit .bloccoDx {min-height:135px; display:table-cell; padding:10px 5px;} .nopadding {padding: 0px;}
.newDownDit .guide_featured_image {background-position:center center; background-size:cover; background-color:#e5e5e5; position: absolute; top: 0; width: 91%; height: 100%; }
.newDownDit .guide_argomento { background-color:#e5e5e5; height:100%; padding:0 5px; padding-top: 50px; position: absolute; top: 0; width: 91%; height: 100%; vertical-align:middle; text-align:center; font-size:14px; text-transform:none; color:#000000;} 

.newDownDit .guide_tipologia { background-color:#65bee8; background-repeat:no-repeat; background-position:center center;  position: absolute; top: 0; width: 91%; height: 100%;  } 
.newDownDit .guide_tipologia.whitepaper {       background-color:#225187; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/White-paper-1.png); } 
.newDownDit .guide_tipologia.ricerca {          background-color:#F26454; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/Ricerche-1.png); }
.newDownDit .guide_tipologia.guida {            background-color:#2384C6; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/Guide-1.png);}
.newDownDit .guide_tipologia.schedatecnica {    background-color:#B02860; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/Scheda-tecnica-1.png);} 
.newDownDit .guide_tipologia.documento {        background-color:#EF5FA2; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/Documento-1.png);}
.newDownDit .guide_tipologia.slide {            background-color:#734C9F; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/Slide-1.png);}
.newDownDit .guide_tipologia.infografica {      background-color:#65BD53; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/Infografica-1.png);}
.newDownDit .guide_tipologia.casodisuccesso {   background-color:#FAA937; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/Caso-di-successo-1.png);}
.newDownDit .guide_tipologia.presentazione {    background-color:#36BEB8; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/Presentazione-1.png);}
.newDownDit .guide_tipologia.e-book {           background-color:#29A2DB; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/Ebook-1.png);}
.newDownDit .guide_tipologia.tutorial {         background-color:#B42124; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/Tutorial-1.png);}
.newDownDit .guide_tipologia.brochure {         background-color:#3AC6F4; background-image:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/icone_guide_new/Brochure-1.png);}

.newDownDit h2 { padding-top:0px; margin-top:10px; font-size:24px !important; font-weight:bold; color:#000000 !important; }

.newDownDit .video_btn_cta_cont {display:table-cell; vertical-align:middle; text-align:center; padding: 85px 10px 0px 10px; margin-top:0px; background:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/play_ico-1.png) no-repeat  center top; width: 100%; float: left;}
.newDownDit .video_btn_cta { padding:8px 22px 6px; font-size:14px; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-transform:uppercase; color:#fff; background-color:#65BD53; font-family: 'lft_etica_sbsemibold'; font-weight:normal; font-style:normal;} 

.newDownDit .guide_btn_cta_cont {display:table-cell; vertical-align:middle; text-align:center; padding-top: 75px; margin-top:20px; background:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/download-ico-1.png) no-repeat  center top;}
.newDownDit .guide_btn_cta { padding:8px 22px 6px; font-size:14px; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-transform:uppercase; color:#fff; background-color:#1d6baf; font-family: 'lft_etica_sbsemibold'; font-weight:normal; font-style:normal;} 
.newDownDit .guide_btn_cta.whitepaper {       background-color:#225187; } /* #1d6baf */
.newDownDit .guide_btn_cta.ricerca {          background-color:#F26454; }
.newDownDit .guide_btn_cta.guida {            background-color:#2384C6; } /* #2a9ed4 */
.newDownDit .guide_btn_cta.schedatecnica {    background-color:#B02860; }
.newDownDit .guide_btn_cta.documento {        background-color:#EF5FA2; }
.newDownDit .guide_btn_cta.slide {            background-color:#734C9F; }
.newDownDit .guide_btn_cta.infografica {      background-color:#65BD53; }
.newDownDit .guide_btn_cta.casodisuccesso {   background-color:#FAA937; }
.newDownDit .guide_btn_cta.presentazione {    background-color:#36BEB8; }
.newDownDit .guide_btn_cta.e-book {           background-color:#29A2DB; }
.newDownDit .guide_btn_cta.tutorial {         background-color:#B42124; }
.newDownDit .guide_btn_cta.brochure {         background-color:#3AC6F4; }


.newDownDit h2.newvideo      {       color:#1d6baf; }
.newDownDit .guide_btn_cta.newvideo   {          background-color:#ed6c56; }

.approfondimento-cont {padding: 0 15px;}


a.aBlocco, a.aBlocco:hover { text-decoration:none !important;}
.newDownHead .dropbtn {  background-color: #fff; min-width:100%; width:100%; max-width:100%; color: #999999; padding: 0px; margin:0px; font-size: 14px; border: none; cursor: pointer; z-index:10000; border:2px solid #e5e5e5; margin-bottom:12px; }
.newDownHead .dropbtn .caret { background:#e5e5e5; color:#fff !important; border-top: 5px dashed; border-right: 5px solid transparent; border-left: 5px solid transparent;opacity: 1 !important;}
.newDownHead .dropbtn .freccia {background:#e5e5e5; color:#fff !important; float: right; padding:13px 10px 12px 10px; }
.newDownHead .dropbtn .listTit { float:left; padding:5px 15px;       /**/ font-size:14px !important; font-weight:normal; padding:4px 15px;  color:#999999; padding:5px;}
.newDownHead .dropbtn:focus {outline:0;}
.newDownHead .dropdown { position: relative; display: inline-block;padding: 0 2px 0 0px; margin:0px; font-size: 14px; min-width:100%; width:100%; max-wid th:100%; }
.newDownHead .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index:10001; }
.newDownHead .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; border-bottom:1px solid rgba(219,219,219,1.00); font-weight:normal; font-style:normal; font-size:14px !important;}
.newDownHead .dropdown-content a.current {background-color: #e1e1e1;}
.newDownHead .dropdown-content a:hover {background-color: #f1f1f1; }
.post-item{min-width:100% !important;}
/* .dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropbtn { background-color: #fff; } */



@media (max-width: 992px) {
.newDownDit .guide_btn_cta_cont { padding-top: 0px;}
.eventiHead .categ { display:none}
.eventiHead .categList { border-left:0px ; padding:0px; margin-bottom:15px}
.eventoDit .categ, .eventoDit .categ2 { border-left:0px;}
a.aBlocco, a.aBlocco:hover { text-decoration:none !important;}
.newDownDit .video_btn_cta_cont {padding-top: 0px; margin-top:20px; background:none;}
.newDownDit .guide_btn_cta_cont {padding-top: 0px; margin-top:20px; background:none;}
.eventoDit .categ {  min-height:auto;}
.approfondimento-cont {display:none}
.cta-ev-list {display:block; }
.con-btn-isc { padding-bottom:75px;}
}



.formDown { /*-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; padding:15px 30px 30px 30px;*/ background:#F5F5F6; padding:15px 15px 30px 15px; border:1px solid #C5C6C8; background-image:url(//cdn2.hubspot.net/hubfs/5264012/alyante/ico-registraz.jpg?t=1437582813945); background-repeat:no-repeat; background-position:top right;}
.formDown .hs_privacy ul, .formDown .hs_privacy li {list-style:none; padding:0px; margin:0px;}
.formDown input[type=checkbox] { margin-right:10px;}
.formDown .hs-form-field {margin-bottom:10px; margin-top: -10px;}
.formDown .hs_submit {text-align:center; margin-top:10px;}
.formDown .hs-button.primary {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #0090cd;
  background-image: none;
  border: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 24px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 #00004d;
  width: auto;
}

.formDown .inputs-list{list-style: none;
    padding-left: 0px;}
/* 


.formDown .hs-button.primary {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #0090cd;
  background-image: none;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  line-height: 30px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 #00004d;
  width: auto;
}*/
.formDown .hs-form-required {display:none;}
.formDown h3{ color:#65BD53 !important; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/dot.png) repeat-x bottom; padding-bottom:10px; padding-top:10px; margin-top:5px; font-size:22px; line-height:30px;}
.formDown h3 span { text-transform:uppercase; font-size:38px;}
.formDown h3 #hs_cos_wrapper_form_sub_tit{ font-size:22px !important; line-height:30px;}

.formDown.onside {margin:15px 0; background-image:none; background: #fff; border:1px solid #62524C; padding: 15px;}
.formDown.onside .hs-form .actions {padding:0px !important; margin-left: 0px;}
.formDown.onside h4{ color: #65BD53 !important; padding-top: 0; margin-top: 30px; font-size: 22px; line-height: 30px; min-height: 100px; background:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/compila-form-verde-medium-1.png) no-repeat right; padding: 10px 90px 5px 10px;font-family: 'lft_eticaregular'; font-weight: normal; font-style: normal; }
.formDown.onside .tit-img{text-align:center; margin-bottom:12px; display:none;}
.formDown.onside select {    padding: 6px 6px 4px 6px !important;}
textarea, .formDown.onside input, .formDown.onside select{ font-size: 12px; line-height: 12px; border: 1px solid #130C15;  border-radius: 5px; width:100% !important;}
.formDown.onside .hs-button.primary, .formDown.onside .hs-button.primary:hover {font-size:18px; height:auto; border-radius: 5px; text-transform:uppercase; background-image:none; box-shadow: none; border:0px; background-color:#65BD53; color:#fff; border:0px; line-height:26px;  margin:0px; padding: 5px 40px;}
.formDown.onside .video .hs-button.primary, .formDown.onside .video .hs-button.primary:hover {font-size:18px; width:auto; height:auto; border-radius: 5px; text-transform:uppercase; background-image:none; box-shadow: none; border:0px; background-color:#65BD53; color:#fff; border:0px; line-height:26px;  margin:0px; padding: 5px 40px;}
.formDown.onside input[type=checkbox], .formDown.onside input[type=radio]{ width:auto !important;}

 .formDown.onside.guide-form .hbspt-form{ margin-top: 15px} 
.formDown.onside.guide-form textarea, .formDown.onside.guide-form input, .formDown.onside.guide-form select{    font-size: 12px; line-height: 12px; border: 1px solid #130C15;  border-radius: 5px; width:100% !important; margin-bottom: 15px;}
.formDown.onside.guide-form .hs-form fieldset.form-columns-2 .input {margin-right:0px;}
.formDown.onside.guide-form .hs-form .form-columns-2 input, .formDown.onside.guide-form .hs-form .form-columns-2 select { width: 93% !important;  padding: 6px 5% !important; margin-right:0px;}
.formDown.onside.guide-form .hs-form .form-columns-2 .field:last-child {text-align:left;}
.formDown.onside.guide-form input[type=checkbox], .formDown.onside.guide-form input[type=radio]{ width:auto !important;}
.formDown.onside.guide-form h3 { color: #65BD53 !important; padding-top: 0; margin-top: 0px; font-size: 22px; line-height: 24px; min-height: 100px; background:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/compila-form-verde-medium-1.png) no-repeat right; padding: 10px 90px 5px 0px;font-family: 'lft_eticaregular'; font-weight: normal; font-style: normal; }
.formDown.onside.guide-form h3 #hs_cos_wrapper_form_sub_tit { font-size: 22px; line-height: 22px;}
.formDown.guide-form h3 span { text-transform:uppercase; font-size: 22px; line-height: 22px;}
.formDown.onside.guide-form .hs-button.primary { padding:5px;}

.formDown.onside.contatti-form textarea {height:100px;}
.formDown.onside.contatti-form textarea, .formDown.onside.contatti-form input, .formDown.onside.contatti-form select{    font-size: 12px; line-height: 12px; border: 1px solid #130C15;  border-radius: 5px; width:97% !important; margin-top: 15px;}
.formDown.onside.contatti-form .hs-form fieldset.form-columns-2 .input {margin-right:0px;}
.formDown.onside.contatti-form .hs-form .form-columns-2 input, .formDown.onside.contatti-form .hs-form .form-columns-2 select { width: 85% !important;  padding: 6px 5% !important; margin-right:0px;}
.formDown.onside.contatti-form .hs-form .form-columns-2 .field:last-child {text-align:left;}
.formDown.onside.contatti-form input[type=checkbox], .formDown.onside.contatti-form input[type=radio]{ width:auto !important;}
.formDown.onside.contatti-form h3 { color: #1891D0 !important; padding-top: 0; margin-top: 0px; font-size: 16px; line-height: 22px; min-height: 100px; background:none; padding: 10px 10px 5px 0px;font-family: 'lft_eticaregular'; font-weight: normal; font-style: normal; }
.formDown.onside.contatti-form h3 #hs_cos_wrapper_form_sub_tit { font-size: 16px; line-height: 22px;}
.formDown.contatti-form h3 span { text-transform:uppercase; font-size: 30px; line-height: 30px;}
.formDown.onside.contatti-form .hs-button.primary { padding:5px; background-color: #1891D0 }

.formDown.onside {margin-right:0px;}
.formDown.onside.eventi-form textarea, .formDown.onside.eventi-form input, .formDown.onside.eventi-form select{    font-size: 12px; line-height: 12px; border: 1px solid #130C15;  border-radius: 5px; width:96% !important; margin-top: 0px;}
.formDown.onside.eventi-form .hs-form fieldset.form-columns-2 .input {margin-right:0px;}
.formDown.onside.eventi-form .hs-form .form-columns-2 input, .formDown.onside.eventi-form .hs-form .form-columns-2 select { width: 85% !important;  padding: 6px 5% !important; margin-right:0px;}
.formDown.onside.eventi-form .hs-form .form-columns-2 .field:last-child {text-align:left;}
.formDown.onside.eventi-form .hs-form .form-columns-2 select { width: 100% !important; min-height: 31px;} 
.formDown.onside.eventi-form input[type=checkbox], .formDown.onside.eventi-form input[type=radio]{ width:auto !important;}
.formDown.onside.eventi-form h3 { color: #65BD53 !important; padding-top: 0; margin-top: 0px; font-size: 22px; line-height: 24px; min-height: 100px; background:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/compila-form-verde-medium-1.png) no-repeat right; padding: 10px 90px 5px 0px;font-family: 'lft_eticaregular'; font-weight: normal; font-style: normal; }
.formDown.onside.eventi-form h3 #hs_cos_wrapper_form_sub_tit { font-size: 22px; line-height: 22px;}
.formDown.eventi-form h3 span { text-transform:uppercase; font-size: 22px; line-height: 22px;}
.formDown.onside.eventi-form .hs-button.primary { padding:5px;}

.auguri-modal{display:flex;position: fixed; z-index: 9999;    background: rgba(0,0,0,0.5); width: 100%; height: 100%;}
.auguri-modal .inside {margin:auto; max-width:600px; color:#fff; cursor:pointer;}

.breadc{background:#EFECEB; margin: 0 15px 7px 0; padding: 5px 14px 4px 14px; color:#000000; font-family: 'lft_etica_sbsemibold';}
.breadc a {color:#000000;}
.articolohp h1 {font-size:46px; color:#000000; }
.social-articolo{ width: 100%;height: 50px; margin-top: 5px;}
.social-articolo .hs_cos_wrapper_type_blog_social_sharing{float: right; margin-right: -40px;}

.articolohp .sottotiolo {color:#1891D0; font-size:22px; line-height:24px; font-style: italic;}

.hs-error-msgs { padding:0px; margin:0px 0px 10px 0px;}
.hs-error-msgs li {list-style:none;}
.hs-error-msgs li label{margin:0px; padding:0px; color:#E3001B !important; font-size:12px;}

.blog_vid { margin-top:40px; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/vide-ico.jpg) no-repeat; background-position:10px 0px; font-size:16px; color:#1682C1;  margin:0px 15px}
.blog_vid a { text-decoration:none}
.blog_vid h3{ padding:0px 0px 17px 65px; color:#1682C1; background:url(//cdn2.hubspot.net/hubfs/5264012/alyante/dot.png) repeat-x bottom; font-size:40px; margin-bottom:40px}
.blog_vid .item_blog_gee { font-size:14px;}
.blog_vid .item_blog_gee h4 { font-size:24px; margin-bottom:3px; padding:0 0 7px 10px;}
.blog_vid .item_blog_gee .prev p { padding:0px;}
.blog_vid .item_blog_gee .prev { padding:10px 0 10px 10px; min-height:75px;}
 .thumb-video {border:1px solid #C5C6C8; height:auto; position:relative; background-size:cover;}
 .thumb-video .opa { position:absolute; background: transparent); width:100%; height:100%;transition: all 0.5s ease; -webkit-transition:  all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
 .thumb-video .opa:hover { background: rgba(209,211,212,0.00);}
 .thumb-video .play-ico { width:57px; height:57px; position:absolute; top:50%; left:50%; background:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/play_ico_wm-1.png); margin-top:-28px; margin-left:-28px;}
 .thumb-video .play-ico-big { width:177px; height:177px; position:absolute; top:50%; left:50%; background:url(https://cdn2.hubspot.net/hubfs/5264012/alyante/play_ico_wm-big-1.png); margin-top:-88px; margin-left:-88px;}
 .body-video { margin-top:15px;} .body-video img:first-child {display:none;} 


/* Orizzonte Studio ************************************/
.OS-breadc{background-color: #57b6e6; color: #fff; font-family: 'lft_eticaregular' ; margin: /* 30px 0 0*/ 0; }
.OS-breadc a{ color: #fff;}
.OS-b-title {background-color: #e5e5e5; margin: 20px 0;position: relative;}
.OS-cover-img {height: 100%;position: absolute;background-position: bottom left; background-size: cover; padding:0px;}
.OS-cover-img img{ height: 100%; min-width: 100%; object-fit: cover; object-position: 0;}
.OS-desc {padding: 40px 35px;}
.OS-desc h1 { font-size: 30px; font-family: 'lft_etica_sbsemibold' ; color: #000; margin: 10px 0;}
.OS-desc h2 { font-size: 17px; font-family: 'lft_etica_sbsemibold' ; color: #000; margin: 0 0 10px 0;}
.OS-desc p  {}
.OS-evento { min-width: 100% !important; border-top: 5px solid #ccc; margin: 10px 0; border-bottom: 5px solid #ccc; padding: 15px 0;}
.OS-evento a { color: #000; outline: 0px}
.OS-evento h2 {font-size: 28px;font-family: 'lft_etica_sbsemibold'; margin-top: 0px;}
.OS-evento h2, .OS-evento p { margin-bottom: 5px;}
.OS-evento .tipo {font-size: 24px; font-family:'lft_etica_sbsemibold'; }
.OS-evento .data {font-size: 24px; font-family:'lft_etica_sbsemibold'; color: #f66c06}
.OS-evento .orario {font-size: 18px; }
.OS-evento .thumb-video{background-size: contain; background-repeat: no-repeat;}
.OS-post {font-size:18px;}
.OS-post h1 {font-family:'lft_etica_sbsemibold';}
.OS-post .tipo {font-size: 24px; }
.OS-post .data {font-size: 24px; font-family:'lft_etica_sbsemibold'; }
.OS-post .orario {font-size: 18px; }
a.OS-cta-ev-list {background-color: #65bd53; font-size: 24px; font-family: 'lft_etica_sbsemibold'; color: #fff; border-radius: 15px; padding: 6px 40px;display: inline-block;text-align: center;}
a.OS-cta-ev-list:hover {background-color: #676767; font-size: 24px; font-family: 'lft_etica_sbsemibold'; color: #fff; text-decoration: none}
ul.OS-menu {display: inline-block; list-style: none; padding: 0px; margin: 0px;}
ul.OS-menu li {position: relative; }
ul.OS-menu > li:hover {font-family:'lft_etica_sbsemibold';cursor:pointer}
ul.OS-menu li ul { display:none !important; position: absolute; background: rgba(87,182,230,0.8); z-index: 1; margin-top: 0px!important; margin-left: -5px!important; min-width: 150px; list-style-image: url(https://cdn2.hubspot.net/hubfs/5264012/Orizzonte_Impresa/list-submenu-2-1.png)!important; padding: 10px 15px 10px 25px; font-size: 18px; font-family: 'lft_etica_sbsemibold'; text-transform: uppercase; line-height: 30px;}
ul.OS-menu li:hover ul { display:block !important;}
ul.OS-menu li ul li { padding: 5px 0 6px 5px; float: none !important;}
ul.OS-menu li ul li a {padding:0px !important; overflow: initial !important;}
ul.OS-menu .hs-menu-wrapper, .hs-menu-wrapper *{width:auto;}
@media (max-width:992px){
  .OS-b-title {background-color: #e5e5e5; margin: initial;position: initial;}
  .OS-cover-img { height: auto; /* padding-top: 40% */;position: initial;background-position: bottom left; background-size: cover;}
}


.videoWrapper {
    margin:0px; 
    position: relative;
    padding-bottom: 52.75%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.navbar-form{margin-bottom:0px!important;}
#submitbutton {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #0090cd;
    background-image: none;
    border: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 24px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 #00004d;
    width: auto;
}

#top-link-block{
    position: fixed; /* keeps it on the bottom once in view */
    bottom: -80px; /* height of link element */
    right: 14px; /* padding from the left side of the window */
    -webkit-transition: all ease-out 500ms ;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
}

#top-link-block.affix-top{
    position: fixed; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 14px; /* padding from the left side of the window */
}
#top-link-block.affix{
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 14px; /* padding from the left side of the window */
}

.newsletter-main-menu{ float:left;  cursor:pointer; padding: 10px 20px; color:#33AD34;}
.tag-list-lp, .newsletter-main-menu, .hs-form-field lable:first-child, .footer .openNewsletter {display:none;}
 .search{ display:;}
#hs_menu_wrapper_main_menu {float:left;}
.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 > ul li a {width:auto !important; max-width:320px !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li li a {font-family: 'lft_etica_ltlight'; color:#000000 !important;}
.faq-tit {color:#1891d0 !important;padding-bottom: 15px;}
.faq-intro{border-top:solid 1px #62524c; border-bottom:solid 1px #62524c; margin:0 0 30px 0; padding: 10px 0px;}
.faq-menu{ text-transform:uppercase;}
.faq-menu li a {border:solid 1px #dcdddf; padding:10px !important;}
.faq-menu li.active a { border:solid 1px #1c90cf; background:#1c90cf;}
.faq-menu li {margin-bottom:10px;}
.faq-breadc { font-size:14px;font-family: 'lft_etica_sbsemibold';}
.faq-body h2 {color:#1891d0; font-size:40px;}

.cerca-ico {
    padding-right: 0px !important;
}
@media (min-width: 900px) {
    .search{    position: fixed;
    background: #fff;
    width: 100%;
    left: 0px;
    top: 67px; padding:8px 20px;} .cerca-ico{display:block;}
    .search .gsc-input input.gsc-input { background:#E2E3E4 !important;}
    input.gsc-search-button { border-color: #1891D0 !important; background-color: #1891D0 !important}
    .search  .cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {  padding-right: 0px !important;}
    li.hs-menu-item{ border:none;}
    #hs_menu_wrapper_main_menu {float:left;}
    .main-menu.topicm ul li{font-size:18px ;font-family: 'lft_etica_sbsemibold'; font-weight:normal; font-style:normal;}
        .main-menu {font-size:16px;}
    .main-menu.topicm ul li a, .main-menu.topicm ul.active-branch li a, ul.main-menu li a {padding:6px 7px 6px 11px !important;}
    .main-menu.topicm ul li:before { font-family: 'lft_eticaregular'; font-weight:normal; font-style:normal; margin-top: 6px;}
    .main-menu ul, .main-menu ul.active-branch, ul.main-menu {background:transparent;color:#666666 !important; }
	.main-menu ul li, .main-menu ul.active-branch li, ul.main-menu li { height:34px !important;}
    .main-menu ul li:before {content: "\7c"; margin:5px 0px 0px -1px; position:absolute; color:#4AA6D8}
    .main-menu ul li:first-child:before {content: ""; margin:0px; position:absolute; color:;}
	.main-menu ul li:first-child, .main-menu ul.active-branch li:first-child, ul.main-menu li:first-child { background:transparent;color:#666666 !important;}
	.main-menu ul li:last-child, .main-menu ul.active-branch li:last-child, ul.main-menu li:last-child { background:transparent;color:#666666 !important; }
    .main-menu ul li a, .main-menu ul.active-branch li a, ul.main-menu li a{ padding:6px 5px !important; color:#666666 !important; margin:0px !important; border: none !important; text-decoration:none !important;}
    .main-menu ul li a:hover, ul.active-branch li a:hover { background:transparent;color:#4AA6D8 !important; }
	.main-menu ul li:hover, .main-menu ul.active-branch li:hover, ul.active-branch li.select, ul.main-menu li:hover, ul.main-menu li.select {  background:transparent;}
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {top: 20px; padding-top: 31px !important;}
    .hp-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {top: 20px; padding-top: 16px !important; border-bottom:1px solid #C7C7C7;}
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { border-bottom:1px solid #C7C7C7;}
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {background:#ffffff; border-radius:0px; font-size:14px; padding:0px !important;  border-left:1px solid #C7C7C7;  border-right:1px solid #C7C7C7;}
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {color:#fff !important; width:auto;}
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover {background:#1891D0; color:#fff;}
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:before {content: ""; margin:0px; position:absolute; color:#fff; padding-top: 16px !important;}

}
@media (min-width: 768px) {
    
    .newsletter-main-menu{background:transparent;  height:34px !important; float:left; padding:6px 20px 6px 10px !important; color:#666666 !important; margin:14px 0px 0px 0px !important; border: none !important; text-decoration:none !important; cursor:pointer; }
    .newsletter-main-menu:hover{background:transparent; }
    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
      position: absolute;
      top: 50%;
      z-index: 5;
      display: inline-block;
    }
}
.lista-topic-mobile .filtra {display:none;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul{ margin-bottom: 0px !important; margin-top: 14px;}



@media (max-width: 768px) {
.header_titolo .main-titolo {margin-top: 90px; float:left; font-size:20px;}
.header_titolo .sub-titolo { text-align: left; margin-top: 120px; float: none; padding-left: 15px; font-size:20px}
.header_titolo .sub-titolo span{ font-size:14px}
.hp-new .header_titolo .main-titolo {margin-top: 90px; font-size:35px; }
.hp-new .header_titolo .sub-titolo { text-align: center; margin-top: 10px; float: none; padding-left: 15px;font-size:25px;}

.header_titolo.header-new-disp .main-titolo {margin-top: 90px; float:left; padding-left:15px;}
.header_titolo.header-new-disp .sub-titolo { text-align: left; margin-top: 125px; float: none; padding-left: 15px;}

    .footer .foot-menu h4 {
        font-family: 'lft_etica_sbsemibold';
        font-size: 18px;
        padding-top: 20px;
        text-align: center;
    }
    .foot-menu .hs-menu-wrapper.hs-menu-flow-vertical ul {
        list-style: none;
        margin: 0;
        border-top: 1px solid rgba(255,255,255,0.5);
    }
    .footer .foot-menu ul li {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none;
        display: inherit;
        margin-right: 10px !important;
        font-size: 16px;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        line-height: 32px;
    }
    .footer .hs-menu-wrapper.hs-menu-flow-vertical ul li:nth-child(1),
    .footer .hs-menu-wrapper.hs-menu-flow-vertical ul li:nth-child(2),
    .footer .hs-menu-wrapper.hs-menu-flow-vertical ul li:nth-child(3){display:none;}
    .hide-xs{display:none;}
    ul.OS-menu li ul { margin-left: -14px!important;}
 	  .iscriviti { padding-bottom: 24px;}


}
@media (max-width: 992px) {
    .main-menu.topicm ul li{font-size:14px; padding-top:3px;}
    .main-menu ul li, .main-menu ul.active-branch li, ul.main-menu li {font-size:12px;padding-top:3px;}

    .carousel-indicators {
        bottom: 0px !important;
        left: inherit !important;
        right: 20px !important;}
    .hp-car img, .hp-car .carousel-indicators {display:none;}
    .hp-car .item .dida {}
    .newDownDit .bloccoSx { min-height: 125px; display: table; padding: 0 0px; width: 33%; float: left; }
    .newDownDit .bloccoDx { min-height: auto; display: table; padding: 15px;}
    .guide_desc {padding-top: 20px;clear: both;}
    .no992 { display:none !important; }
    .lista-topic-mobile { width:100%; /* padding: 0 10px; */}
    .lista-topic-mobile .nome-dr-dow{ color: #87888a;}
    .lista-topic-mobile .filtra {display:block; width:100%;} 
    .lista-topic-mobile a.filtra .freccia{ float:right;}
    .lista-topic-mobile a.filtra:hover, .lista-topic-mobile.open>.dropdown-toggle.btn-primary{ background-color:#fff !important;}
    .lista-topic-mobile.btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125); box-shadow: inset 0 0px 0px rgba(0,0,0,.125);background-color:#fff !important;}
    .lista-topic-mobile.btn-group.open>.dropdown-menu { width: 100%; padding: 15px 0;}
    .lista-topic-mobile .dropdown-menu li a{ color: #87888a; background: transparent; padding:5px 15px 5px 25px; border-radius: 15px; margin: 0 3px 6px 0; display: block;}
    .hidden-sm-down{display:none;}
    .sm-text-left { text-align:left}

}  
@media (min-width: 900px) {
    .mobile-nav-new{ position: absolute;}
}
@media (max-width: 900px) {
    .navbar-form {border:0px;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {float: none;}
    .navbar-nav { margin: 0px -15px; float: none !important;}
    .search{ display:block; background:#ffffff;width: 100%;    float: left !important;}  .cerca-ico{display:none;}
    .headernav {background:#ffffff;}
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {padding-left: 15px; opacity: 1; position: inherit;visibility: visible; margin-top: -10px;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 5px 20px; font-size: 12px; max-width:auto}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default .navbar-form { border-color: #e7e7e7; margin-top: 11px !important;}
    .navbar-default .navbar-collapse.in{height: 385px;     max-height: 300px; overflow: auto;box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3)}
    .navbar-form{padding-bottom:0px;}

    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    
    
    
    
    .mobile-nav-new.navbar-collapse.collapse {    overflow: auto!important;}
    .mobile-nav-new{ 
        position: fixed;
        z-index: 10;
        background: #fff;
        max-height: 100%;
        box-shadow: 0 0 25px rgba(0,0,0,0.5);
    }
    .mobile-nav-new .navbar-nav.topicm {
    	margin-top: 80px;
		text-align: center;
	}
	.mobile-nav-new .topicm .hs-menu-wrapper.hs-menu-flow-horizontal>ul >li> a {
		padding: 5px 20px;
		font-size: 15px;
		max-width: auto;
		color: #636669;
		max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
		border-bottom: 1px solid #3097D4;
        font-weight: 600;
        font-size: 18px;
	}
	.mobile-nav-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		display: block;
		white-space: nowrap;
		width: 100% !important;
        max-width: 100% !important;
		overflow: hidden;
		text-overflow: ellipsis;
		background: #3097D4;
		color: #fff !important;
        padding: 7px;
        font-size: 16px;
	}
	.mobile-nav-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		padding: 0px 15px;
		opacity: 1;
		position: inherit;
		visibility: visible;
		margin-top: 0px;
		background: #3097D4;
        display:none;
        opacity:0;
        margin-top: -6px;
	}
    .mobile-nav-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper.sub-menu-on{display:block; opacity:1;}
	.mobile-nav-new .main-menu.topicm ul li {
		font-size: 14px;
		padding-top: 0px;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
    .mobile-nav-new .main-menu.topicm ul li:last-child {border-bottom:0px;}
	.mobile-nav-new #hs_menu_wrapper_main_menu {
		float: none;
	}
	.mobile-nav-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
		display: list-item;
		padding: 0 30px;
	}
	.mobile-nav-new .bloggs .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		width: auto !important;
		max-width: 100% !important;
		color: #000;
		min-width: 100%;
		background-color: #e2e3e4;
		width: 100% !important;
		padding: 2px 20px;
        text-align: center;
        font-size: 16px;
	}
    .mobile-nav-new .search {
        max-width: 100% !important;
        min-width: 100% !important;
        margin: auto;
        margin: 20px 0px !important;
    }
    .mobile-nav-new .search .gsc-input input.gsc-input { background:#E2E3E4 !important;}

    
    
}

@media (max-width: 480px) {
    .no480 { display:none !important; }
    .newDownDit .bloccoSx { min-height: 125px; display: table; padding: 0 0px; width: 50%; float: left; }
}
@media (min-width: 992px) {
        .main-menu.topicm ul li{font-size:18px ;font-family: 'lft_etica_sbsemibold'; font-weight:normal; font-style:normal;}

	.main-menu ul li a, .main-menu ul.active-branch li a, ul.main-menu li a{ padding:6px 14px!important; color:#666666 !important}
	.carousel-control.right { left:66%; margin-left:-30px}
	.no-padding-left { padding:0px 15px 0px 0px}
    
    .lista-topic-mobile .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 100% !important;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
    }
    .footer .menu-home{ padding-left: 60px;}
}
.tags{ margin:20px 0px 15px 0px}
.tags ul, .panel-body ul li ul{ list-style: none; margin-left: 0px;}
.tags li { padding:0px; display:inline}
.tags li a { color: #87888a; background: #eee; padding: 5px 15px; border-radius: 15px; margin: 0 3px 6px 0; display: inline-block;}
.tags li a:hover { color:#4AA6D8; text-decoration:none; cursor:pointer;}
.tags ul {margin-bottom:0px; padding: 0px;}

/*
.tags ul, .panel-body ul li ul{ list-style: none; margin-left: 0px; padding-left: 35px; text-indent:-35px;}
.tags li { padding:0px; display:inline}
.tags ul li:before { content: "\7c"; margin:0px 10px 0px 6px; color:#4AA6D8 }
.tags ul li:first-child:before { content: normal; margin:0px 7px 0px 3px; }
.tags li a { color:#87888A;}
.tags li a:hover { color:#4AA6D8; text-decoration:none; cursor:pointer;}
.tags ul {margin-bottom:0px;}
.tags li:last-child a { color:#4AA6D8;}
*/

.topicdida {color:#000000}
.num-link {padding: 10px 15px 9px 15px; border:1px solid #f4f2f2; background:#f4f2f2; color:#b1b3b4;}
.num-link.active {background:#FFC907; color:#000;}
.list-left{float:left; margin-top:-10px; margin-right: 5px;}
.list-right {float:right; margin-top:-10px;}
.borderTop {border:0px;}
@media (min-width: 1200px) {
        .main-menu.topicm ul li{font-size:18px ;font-family: 'lft_etica_sbsemibold'; font-weight:normal; font-style:normal;}
        .main-menu {font-size:16px;}
.newDownHead .categList.argo { padding: 0 15px 0 0;}
.newDownHead .categList.tipod { padding: 0 13px 0 2px;}

  .container {
    width: 1132px;
  }
}
/* .hs-menu-wrapper {display:none !important;} */

/*bottone home blog*/
.bott-partecipa2 {
    display: block;
    margin-top: 20px;
    width: 260px;
    text-align: center;
    padding: 10px 20px;
    background-color: #eb6d57;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
}

.footer .openNewsletter {
    float: left;
    text-transform: uppercase;font-size: 12px; cursor:pointer;
}
.footer .openNewsletter:hover {color:#4AA6D8;}
.footer .openNewsletter:before { content: "\2e"; margin-right:10px !important; }

.footer .hs-menu-wrapper{
    float: left; }