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

@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);

/* ==========================================================================
   HS COS Boilerplate v1.3.0
   ========================================================================== */

/* This responsive framework is required for all styles. */


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

img.alignRight{
    margin: 0 0 5px 15px;
}

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;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
}
@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 */
}

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

#calmonth, #calyear {
    display: inline;
}

/* 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 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 {
    font-size: 25px;
    display: inline-block;
    padding-right: 3px;
}
.about-author-sec {
    margin-top: 40px;
}
.about-author-sec img{
    border-radius: 50%;
    border: 1px solid #CCC;
    display: block;
}
.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;
    }
}

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

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




.padmenu>ul>li {font-size: 16px;}

/* sistemazione altezza video youtube */

.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 56.25% !important;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
}
/* ==========================================================================

   Index:

  1. BASE STYLES
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANOUS

  7. MOBILE MEDIA QUERIES

  8. Page E-COMMERCE 2018

  9. Page STARTUP 2018

   ========================================================================== */



/* ==========================================================================


   1. BASE STYLES


   ========================================================================== */

@font-face {
    font-family: 'Nunito';
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-SemiBold.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-SemiBold.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: optional;
    font-style: normal;
}



@font-face {
    font-family: 'Nunito';
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Regular.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Regular.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Regular.woff') format('woff');
    font-weight: normal;
    font-display: optional;  
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-ExtraLight.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-ExtraLight.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: optional;  
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Light.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Light.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Light.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Light.woff') format('woff');
    font-weight: 300;
    font-display: optional;  
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Bold.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Bold.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Nunito-Bold.woff') format('woff');
    font-weight: bold;
    font-display: optional;  
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Bold.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: 700;
    font-display: optional;  
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Light.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Light.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Light.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-display: optional;  
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-ExtraLight.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-ExtraLight.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 200;
    font-display: optional;  
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-SemiBold.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-SemiBold.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: optional;  
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Regular.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-display: optional;  
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    font-display: optional;
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Lora-Bold.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Lora-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Lora-Bold.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Lora-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Lora-Regular.eot');
    src: url('https://www.ictsviluppo.it/hubfs/fonts/Lora-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Lora-Regular.woff2') format('woff2'),
        url('https://www.ictsviluppo.it/hubfs/fonts/Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-display: optional;
    font-style: normal;
}

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


/**
 * Find the most consistently used font styles, colors, and container widths
 * for your site and assign them to the jinja variables below for easy use
 * and reference.
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.   
 *
 * 
 */

/* Colors */
    /*  */

    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */
  /*  */
  /*  */

/* Well Colors */






/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.page-center-b' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.page-center-c' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */



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


/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below.  Ignore the jinja comment tags.
  *
  * 
  */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/


/* search 2019 */

.hs-search-field__bar form {
  display: flex;
  padding-top: 10px;
}

.hs-search-field__bar form ::-webkit-input-placeholder { /* Webkit Browsers */
   color: #fff;
   opacity: 1; 
}
.hs-search-field__bar form :-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1; 
}
.hs-search-field__bar form ::-moz-placeholder { /* Firefox 19+ */
   color: #fff;
   opacity: 1; 
}
.hs-search-field__bar form :-ms-input-placeholder { /* IE10 */
   color: #fff;
   opacity: 1; 
}

.hs-search-field {
  position: relative;
}

.hs-search-field h3 {
  float: left;
  padding: 15px 10px 0 0;  
  font-size: 1.3em;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;  
  border: none !important;
  border-bottom: 1px solid #fff !important;
  background-color: transparent !important;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field__bar form label i {
    color: #fff;
    padding-top: 10px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;  
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color:  rgba(0,0,0, .1);
  outline: none;
}

@media (max-width: 480px) {
 
.hs-search-field {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
  
}


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


/**
 * Box Sizing
 *
 * Applies a natural box layout model to all elements so that width and padding
 * are essentially combined, making responsive styles easier to manage.
 */

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

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

/* Website background color and default font styles */
body {
    background: #fff;
    color: #444;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1170px;
    margin: 0 auto;
}

.container-fluid .row-fluid .page-center-c {
    float: none;
    max-width: 1250px;
    margin: 0 auto;  
}

a {
    text-decoration: none;
    color: #34495e;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:hover,
a:focus {
    color: #02172c;
}

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

.custom_error_message {padding-top: 100px;}

.cta_button p:first-child:first-letter {
  font-size: inherit;
  color: inherit;
  position: relative;
  display: block;
  margin: 0;
  float: none;
} 

.LP50 {
  max-width: 750px;
  margin: 0 auto !important;
  float: none !important;
}

.LP70 {
  max-width: 900px;
  margin: 0 auto !important;
  float: none !important;
}
/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p { margin: 10px 0; }

small { font-size: 0.625em;}
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 {
    font-family: 'Nunito Sans', sans-serif;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    font-weight: 400;
    line-height: 1.2em;    
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: 2.25em; }
h2 { font-size: 1.875em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.1em }
h5 { font-size: 0.875em; }
h6 { font-size: 0.75em; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

.text-center { text-align: center; }

.paddingtb20 {padding: 20px 0;}
.paddingtb40 {padding: 40px 0;}


/* ==========================================================================


   2. COS STRUCTURE


   ========================================================================== */


/* cookie banner */

/*#ccc #ccc-notify {top: 0 !important; bottom: inherit !important;}*/
#ccc #ccc-notify:empty {background: transparent !important;}


/* ==========================================================================
   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 {}

.width750px {max-width: 750px; margin: 0 auto !important; float: none !important;}
.width920px {max-width: 920px; margin: 0 auto !important; float: none !important;}
@media (max-width: 767px) {
  .width750px, .width920px {padding: 40px 20px !important;}  
}  

.footer_lp_nuova {
  display: flex; 
  column-gap: 40px; 
  align-items: center;
}

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

/* 2019 */

#topbar {
    background: #000000;
    padding: 5px 0;
}
#topbar .hs_cos_wrapper_type_rich_text ul li {list-style: none;}
#topbar .leftbar, #topbar .leftbar .hs_cos_wrapper_type_rich_text ul li.phone:before, #topbar .leftbar .hs_cos_wrapper_type_rich_text ul li.email:before {
    color: #ffffff;
}
#topbar .leftbar ul {
  float: left;
  list-style: none;
}
#topbar .leftbar .infodata {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
#topbar .hs_cos_wrapper_type_rich_text ul li.phone a:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
}
#topbar .leftbar .infodata a {
  color: #ffffff;
  margin-right: 10px;
}
#topbar .hs_cos_wrapper_type_rich_text ul li.email a:before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 5px;
}
#topbar .rightbar .socialmm {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
#topbar .rightbar .socialmm a {
    color: #ffffff;
}
#topbar .rightbar .socialmm a {
    margin-left: 10px;
}

@media (max-width: 800px) {
  
  #topbar {display: none;} 
}


.header-container-wrapper {
    position: relative;
    width: 100%;
    z-index: 9999;
}


.header-container {
    padding: 0;
    background: #fff;
    z-index: 9999;
}
.header-cta{
    margin-top: 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo a img {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    max-width: 150px;
    width: auto;
    margin: 0;
}

/* Header Small */
.small-header .header-container { padding: 0; }
.small-header .header-container .hs_cos_wrapper_type_logo a img {width: 150px !important;  margin: 0; }
.small-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {font-weight: 500; color: #333;}
.small-header .custom-menu-primary {padding-bottom: 20px;}
.small-header .background-top {display: none;}


/* ==========================================================================
   Content
   ========================================================================== */

.body-container {}

/* Unique Pages
   ========================================================================== */


/* risorse */

body.risorse h1, body.risorse h2, body.risorse h3, body.risorse h4
    font-family: 'Nunito Sans', sans-serif;   
} 
body.risorse p {
    font-family: 'Nunito', sans-serif;   
} 
body.risorse .blocco-risorse {
    max-width: 75%; 
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
    padding: 30px 15px;
}
body.moduli-hubspot .blocco-risorse {
    max-width: 80%; 
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
    padding: 50px 15px;
}
body.risorse #banner-background-image, body.moduli-hubspot #banner-background-image {min-height: 400px; text-align: center;}
body.risorse #banner-background-image h1, body.moduli-hubspot #banner-background-image h1 {padding-top: 50px;}
body.risorse #banner-background-image h3, body.moduli-hubspot #banner-background-image h3  {max-width: 75%; margin: 0 auto !important; background: transparent;}
body.risorse #offer-background-image {min-height: 200px; text-align: center;}
body.risorse #offer-background-image h2 {max-width: 75%; margin: 0 auto !important; color: #fff; padding: 55px 0;}
body.risorse .ebook {min-height: 600px;}
body.risorse .ebook h3 {min-height: 100px; line-height: 1.2;}
body.risorse .ebook .button a {
    color: #ff7d5c;
    font-size: 1.1em;
    font-weight: 500;
    padding-top: 30px;    
}
body.risorse .ebook .button a:after {
    content: '\f178';
    font-family: FontAwesome;
    padding-left: 8px;
}


/* pagina prezzi */
body.prezzi .background-image {display: none;}
body.prezzi #banner-background-image {
  height: 100%;
  min-height: 80vw;
  position: relative;
  z-index: 0;
}
body.prezzi #banner-background-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -1;
}












/* pagina contatti oct2017 */

body.contattioct2017 #banner-background-image {min-height: 750px;}

body.contattioct2017 #banner-background-image h1 {
    color: #fff;
    max-width: inherit;
    font-size: 3.125em;
    margin-bottom: 30px;
    margin-top: 90px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}
body.contattioct2017 #banner-background-image p {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 30px;
}

body.contattioct2017 #banner-background-image h3.prima-riga {
  	max-width: 100%;
    color: #fff;
    font-size: 1.875em;
    font-weight: 500;
    text-shadow: none;
    background: transparent;
    border: 6px solid;
    padding: 30px 10px;
    display: block;
    margin: 20px auto 40px;
    text-align: center;
}
body.contattioct2017 #banner-background-image h3 {
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    text-shadow: none;
    background: transparent;
    border: 6px solid;
    max-width: 350px;
    padding: 30px 10px;
    display: block;
    margin: 20px auto 40px;
    text-align: center;
}
body.contattioct2017 #banner-background-image h3 i {padding-right: 10px;}

body.contattioct2017 .section2 {padding: 75px 0 80px;}
body.contattioct2017 .section2 img {max-width: 250px;}
body.contattioct2017 .section2 p {font-size: 1.1em; margin: 0; padding-left: 15px;}
body.contattioct2017 .section2 p span  {margin-top: 20px; float: left;}
body.contattioct2017 .section2 h2 {
    color: #ff7d5c; 
    font-size: 3.125em; 
    font-weight: 500; 
    line-height: 1; 
    text-transform: uppercase; 
    padding: 10px;
    float: right;
    width: 100%;
}
body.contattioct2017 .section2 h4 {font-size: 1.25em; margin-bottom: 40px;}
body.contattioct2017 .section2 h4 a, body.contattioct2017 .section2 p a {color: #ff7d5c;}
body.contattioct2017 .section2 h4 span {font-size: 2.5em; font-weight: 500; color: #0000ff; padding-right: 20px;}
body.contattioct2017 .section2 h3 {
    color: #ff7d5c;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
    margin: 40px 0 20px;   
    padding-left: 15px;
}
body.contattioct2017 .section2 h2 span {text-decoration: underline;}


body.contattioct2017 .section6 {padding: 60px 0; background: #e5e5e5;}
body.contattioct2017 .section6 .titolo-modulo h2 {color: #0000ff; font-size: 2.8125em; font-weight: 600; line-height: 1.1; margin-top: 0; text-align: left; padding-left: 0; padding-top: 15px;}
body.contattioct2017 .section6 h2 {color: #000; font-size: 2.5em; font-weight: 500; line-height: 1;margin-top: 140px; text-align: right; padding-left: 190px;}
body.contattioct2017 .section6 h2 span {color: #ff7d5c; font-size: 1.75em; font-weight: 500; line-height: 1; text-decoration: underline;}

body.contattioct2017 input[type="text"], body.contattioct2017 input[type="password"], body.contattioct2017 input[type="datetime"], body.contattioct2017 input[type="datetime-local"], body.contattioct2017 input[type="date"], body.contattioct2017 input[type="month"], body.contattioct2017 input[type="time"], body.contattioct2017 input[type="week"], body.contattioct2017 input[type="number"], body.contattioct2017 input[type="email"], body.contattioct2017 input[type="url"], body.contattioct2017 input[type="search"], body.contattioct2017 input[type="tel"], body.contattioct2017 input[type="color"], body.contattioct2017 input[type="file"], body.contattioct2017 textarea, body.contattioct2017 select {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid;    
}
body.contattioct2017 textarea {
    width: 100% !important;
    min-height: 100px;
}    
body.contattioct2017 input[type="submit"], body.contattioct2017 input[type="submit"]:hover {
    height: 45px;
    background-color: #0000ff;
    border: none;
    color: #fff;
    border-color: #fff;
    border-radius: 0px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 500;
}

 
body.contattioct2017 #modulo label {
    text-transform: uppercase;
    color: #ff7d5c;
    font-size: 1.25em;    
}
body.contattioct2017 #modulo .hs-form-booleancheckbox label {
    font-size: 0.875em;    
    text-transform: inherit;
    color: #000;
}
body.contattioct2017 .ebook-ecommerce img {
    max-width: 100%;
    margin: 30px 0;
    display: block;
    float: right;
}    


@media (min-width: 982px) and (max-width: 1169px) {
body.contattioct2017 #banner-background-image h2 {padding: 0 15px;}    
body.contattioct2017 .section1-1, body.contattioct2017 .section2 {padding: 30px 15px !important;}

}

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

body.contattioct2017 #banner-background-image h2 {padding: 0 15px;}       

body.contattioct2017 .section6 h2 {padding-left: 90px;}
body.contattioct2017 .social-top {text-align: left;}
body.contattioct2017 .header-container {max-height: 130px;}
body.contattioct2017 .section1-1, body.contattioct2017 .section2 {padding: 30px 15px !important;}
}

@media (max-width: 918px) {body.contattioct2017 #banner-background-image h1 {font-size: 4.0625em;}  }
@media (max-width: 767px) {

body.contattioct2017 #banner-background-image h2 {padding: 0 15px; font-size: 3.125em;}  

body.contattioct2017 .section1-1 h2 {font-size: 2.5em;}

body.contattioct2017 .section6 h2 {padding-left: 90px;}
body.contattioct2017 .section2 h3 {font-size: 2.5em;}
body.contattioct2017 .background-top {display: none !important;}
body.contattioct2017 .header-container {max-height: 80px;}

body.contattioct2017 .section1-1, body.contattioct2017 .section2 {padding: 30px 15px !important;}

}

@media (max-width: 480px) {
body.contattioct2017 #banner-background-image h1 {margin-top: 50px;}
    
}

/* pagina About oct2017 */


body.aboutoct2017 #banner-background-image {min-height: 500px;
background: #f2825b; /* Old browsers */
background: -moz-linear-gradient(45deg, #f2825b 0%, #e55b2b 50%, #f07146 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #f2825b 0%,#e55b2b 50%,#f07146 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #f2825b 0%,#e55b2b 50%,#f07146 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body.aboutoct2017 #banner-background-image h1 {
    color: #fff;
    max-width: inherit;
    font-size: 3.125em;
    margin-top: 90px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}
body.aboutoct2017 #banner-background-image h1 span:before {content: '<';}
body.aboutoct2017 #banner-background-image h1 span:after {content: '>';}
body.aboutoct2017 #banner-background-image .member-top {
    float: left; 
    max-width: 105px;
}
body.aboutoct2017 #banner-background-image .member-top img:hover, body.aboutoct2017 #banner-background-image .member-top-simone img:hover {
-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
  -webkit-animation-name: tremble;    
}
body.aboutoct2017 #banner-background-image .member-top-simone {float: left; max-width: 117px;}
body.aboutoct2017 #banner-background-image .member-top p.role, body.aboutoct2017 #banner-background-image .member-top-simone p.role {font-size: 0.875em; min-height: 30px; padding: 0 5px;}
body.aboutoct2017 #banner-background-image .member-top p, body.aboutoct2017 #banner-background-image .member-top-simone p {
    color: #fff;
    font-size: 1.375em;
    text-align: center;
    line-height: 1.1;
}

body.aboutoct2017 .mission-vision {    margin: 0 auto;
    text-align: center;
  background: #ff7d5c;}

body.aboutoct2017 .mission-vision .accordion {margin-bottom:20px;margin-top:20px;}
body.aboutoct2017 .mission-vision .accordion_group {border: 2px solid #fff;border-radius:0px;background:transparent;}
body.aboutoct2017 .mission-vision .accordion_header {font-size:1.5em; color:#fff;}
body.aboutoct2017 .mission-vision .accordion .accordion_expanded_icon {display:none;}
body.aboutoct2017 .mission-vision .accordion .accordion_icon {color:#0000ff;}

body.aboutoct2017 .mission-vision .accordion_content {color:#fff;}

body.aboutoct2017 .testo-attivita {margin-bottom:35px;}

body.aboutoct2017 #banner-background-image h3 {
    color: #fff;
    font-size: 1.875em;
    font-weight: 500;
    text-shadow: none;
    background: transparent;
    max-width: 700px;
    padding: 0px 10px 50px;
    display: block;
    margin: 20px auto 20px;
    text-align: center;
}
body.aboutoct2017 #banner-background-image h3 i {padding-right: 10px;}

body.aboutoct2017 .section2 .intro-about h3 {font-size: 1.25em; color: #444; text-transform: inherit; line-height: 1.2; padding-bottom: 50px;}

body.aboutoct2017 .section2 {padding: 60px 0;}
body.aboutoct2017 .section2 p {font-size: 1em; margin: 0;}

body.aboutoct2017 .section2 h2 {
    color: #ff7d5c; 
    font-size: 3.125em; 
    font-weight: 500; 
    line-height: 1; 
    text-transform: uppercase; 
    padding: 10px 0 50px;
    text-align: center;
}
body.aboutoct2017 .section2 .team {
    float: left; 
    position: relative; 
    padding-bottom: 40px;    
}
body.aboutoct2017 .section2 .team .social-member {position: absolute; bottom: 60px;}

body.aboutoct2017 .row-flex {
 display: flex; 
}


#cf {
  position:relative;
  height:281px;
  width:150px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  background: #fff;
  max-width: 130px;
}

#cf img.top-img:hover {
  opacity:0;
}
#cf img.top:hover, #cf img.hover_effect {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}


body.aboutoct2017 .section2 .team .team-member-headshot img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    max-width: 150px;
    max-height: 100%;
    border: none;
    display: inline-block;
    width: 100%;
    height: auto;
}
body.aboutoct2017 .section2 h4 {font-size: 1.5em; margin-bottom: 20px; font-weight: 500; text-transform: uppercase; color: #000;}
body.aboutoct2017 .section2 h4 a, body.aboutoct2017 .section2 p a {color: #ff7d5c; font-size: 1.25em;}
body.aboutoct2017 .section2 h4 span {font-size: 2.5em; font-weight: 500; color: #0000ff; padding-right: 20px;}
body.aboutoct2017 .section2 h3 {
    color: #ff7d5c;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1;
    margin: 0;   
    text-transform: uppercase;
}


/* ICT lcoale */

.pulsante-app {
  background: #ff6600;
  color: #fff;
  width: 350px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;  
}

@media (max-width: 480px) {
  .pulsante-app {width: auto;}  
body.ictlocal  h2 {font-size: 30px !important;}
body.ictlocal h3 {font-size: 25px !important;}
body.ictlocal  h4 {font-size: 20px !important;}
  body.aboutoct2017 .row-flex {flex-flow: column wrap;}  
}


@media (min-width: 982px) and (max-width: 1169px) {
body.aboutoct2017 #banner-background-image h2 {padding: 0 15px;}    
body.aboutoct2017 .section1-1, body.aboutoct2017 .section2 {padding: 30px 15px !important;}
body.aboutoct2017 #banner-background-image .member-top {max-width: 85px;}
body.aboutoct2017 #banner-background-image .member-top-simone {max-width: 95px;}
body.aboutoct2017 #banner-background-image .member-top p, body.aboutoct2017 #banner-background-image .member-top-simone p {font-size: 1.25em}
#cf {width: 110px}
body.aboutoct2017 .section2 .team .social-member {bottom: 50px;}
body.aboutoct2017 #banner-background-image .team-top {
    margin: 0 auto !Important;
    width: 100% !important;
    float: none !important;
    text-align: center;
    max-width: 950px;
}

}

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

body.aboutoct2017 #banner-background-image h2 {padding: 0 15px;}   
body.aboutoct2017 #banner-background-image .team-top {
    margin: 0 auto !important;
    width: 100% !important;
    float: none !important;
    text-align: center;
    max-width: 750px;
}
body.aboutoct2017 #banner-background-image .member-top {max-width: 67px;}
body.aboutoct2017 #banner-background-image .member-top-simone {max-width: 75px;}
body.aboutoct2017 #banner-background-image .member-top p.role, body.aboutoct2017 #banner-background-image .member-top-simone p.role {font-size: 0.625em;}
body.aboutoct2017 #banner-background-image .member-top p, body.aboutoct2017 #banner-background-image .member-top-simone p {font-size: 0.875em;}
#cf {width: 88px;}
body.aboutoct2017 .section2 h4, body.aboutoct2017 .section2 h3 {font-size: 1.25em; text-align: left;}
body.aboutoct2017 .section2 h4 {margin-bottom: 0;}
body.aboutoct2017 .section2 p {font-size: 1em; line-height: 1.1;}
body.aboutoct2017 .social-top {text-align: left;}
body.aboutoct2017 .header-container {max-height: 130px;}
body.aboutoct2017 .section1-1, body.aboutoct2017 .section2 {padding: 30px 15px !important;}
}

@media (max-width: 918px) {body.aboutoct2017 #banner-background-image h1 {font-size: 4.0625em;}  }

@media (min-width: 640px) and (max-width: 767px) {
body.aboutoct2017 #banner-background-image .member-top {max-width: 100px;}
body.aboutoct2017 #banner-background-image .member-top-simone {max-width: 112px;}
body.aboutoct2017 #banner-background-image .member-top:nth-child(7) {clear: both;}
body.aboutoct2017 .section2 .team .social-member {position: relative; float: right; margin-top: 60px;}    
body.aboutoct2017 .section2 .team {padding-bottom: 0;}
    
}

@media (max-width: 767px) {

body.aboutoct2017 #banner-background-image h2 {padding: 0 15px; font-size: 3.125em;}  

body.aboutoct2017 .section1-1 h2 {font-size: 2.5em;}

body.aboutoct2017 .section2 h3 {font-size: 2.5em;}
body.aboutoct2017 .section2 .team .social-member {position: relative; float: right; margin-top: 60px;}    
body.aboutoct2017 .section2 .team {padding-bottom: 0;}
body.aboutoct2017 .background-top {display: none !important;}
body.aboutoct2017 .header-container {max-height: 80px;}

body.aboutoct2017 .section1-1, body.aboutoct2017 .section2 {padding: 30px 15px !important;}

}

@media (max-width: 639px) {
body.aboutoct2017 #banner-background-image h1 {margin-top: 50px;}
body.aboutoct2017 #banner-background-image .team-top {display: none;}    
}


/* dashport reports gen 2018 */

body.reporting-dashboard #banner-background-image {min-height: 550px;}
body.reporting-dashboard .titolo-sez-1 {text-align: center; padding-top: 40px; color: #ff7d5c;}
body.reporting-dashboard .section4 .box {padding: 20px 0;}
body.reporting-dashboard .section5 .img-circle {text-align: center;}
body.reporting-dashboard .section5 .img-circle img {border-radius: 100%; background: #ff7d5c;}
body.reporting-dashboard .section5 p span {font-size: 0.75em; color: #ccc;}
body.reporting-dashboard .section5 .cta-section1 {font-size: 1.25em;}
body.reporting-dashboard .section5 a.cta_button:hover {background: #0000ff !important;}

/* crm nov 2017 */

body.crmnov2017 #banner-background-image {min-height: 500px;}
body.crmnov2017 #banner-background-image h1 {
    color: #fff;
    max-width: inherit;
    font-size: 4.5em;
    margin-bottom: 25px;
    margin-top: 90px;
    line-height: 1;
    font-weight: 600;
}
body.crmnov2017 #banner-background-image h3 {
    color: #fff;
    font-size: 1.375em;
    max-width: inherit;
    margin-bottom: 15px;
    font-weight: 500;
    text-shadow: none;
    background: transparent;
    padding: 0;
}
body.crmnov2017 #banner-background-image h3 span {color: #ff7d5c;}
body.crmnov2017 .section1-0 {position: relative;}
a#cta_button_2072760_1fed5b2f-3250-4af5-902f-00210979a306 {
    border: 5px solid;
    padding: 10px;       
    float: right;
}
a#cta_button_2072760_1fed5b2f-3250-4af5-902f-00210979a306:hover {
    background: #ff7d5c;
    color: #fff;
}
body.crmnov2017 .section1-0 .cta-section1 {font-size: 1.875em; font-weight: 500; line-height: 1;}
body.crmnov2017 .section1-0 .cta-section1:after {
    content: '\f087'; 
    font-family:FontAwesome; 
    font-size: 2.5em; 
    padding-left: 20px;
    display: block;
    float: right;
    margin-top: -20px;
}
body.crmnov2017 .section2 {background: #f5f5f5; padding: 80px 0;}

body.crmnov2017 .comparazione {padding: 60px 0 30px;}

/* Style the tab */
body.crmnov2017 .comparazione .tab {
    margin-top:45px;
    float: left;
    width: 30%;
    height: auto;
}

/* Style the buttons inside the tab */
body.crmnov2017 .comparazione .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    margin-bottom:35px;
    width: 100%;
    border: 0.1px solid #ddd;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.1em;
}

body.crmnov2017 .comparazione .tab button span {float: right;}
body.crmnov2017 .comparazione .tab button span.grigio {color: #bbb; font-size: 0.75em;}
/* Change background color of buttons on hover */
body.crmnov2017 .comparazione .tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
body.crmnov2017 .comparazione div.tab button.active {
    background-color: #ddd;
}

/* Style the tab content */
body.crmnov2017 .comparazione .tabcontent {
    float: left;
    padding: 35px;
    width: 70%;
    border-left: none;
    height: auto;
}
body.crmnov2017 .comparazione .tabcontent h3, body.crmnov2017 .comparazione .tabcontent h4 {padding-left: 20px;}
body.crmnov2017 .comparazione .tabcontent .box1, 
body.crmnov2017 .comparazione .tabcontent .box2, 
body.crmnov2017 .comparazione .tabcontent .box3 {width: 33.33%; float: left; padding: 10px;} 

body.crmnov2017 .comparazione .tabcontent .box1 ul, 
body.crmnov2017 .comparazione .tabcontent .box2 ul, 
body.crmnov2017 .comparazione .tabcontent .box3 ul {padding: 0 10px;} 

body.crmnov2017 .comparazione .tabcontent ul li {list-style: none; padding: 5px 0;}
body.crmnov2017 .comparazione .tabcontent .box1 ul li.off:before, 
body.crmnov2017 .comparazione .tabcontent .box2 ul li.off:before, 
body.crmnov2017 .comparazione .tabcontent .box3 ul li.off:before {content: '\f05d'; font-family: FontAwesome; padding-right: 10px; color:#ddd;} 
body.crmnov2017 .comparazione .tabcontent .box1 ul li.on:before, 
body.crmnov2017 .comparazione .tabcontent .box2 ul li.on:before, 
body.crmnov2017 .comparazione .tabcontent .box3 ul li.on:before {content: '\f058'; font-family: FontAwesome; padding-right: 10px; color: #ff7d5c;}
body.crmnov2017 .comparazione .tabcontent .box1 ul li.on.tooltip:before, 
body.crmnov2017 .comparazione .tabcontent .box2 ul li.on.tooltip:before, 
body.crmnov2017 .comparazione .tabcontent .box3 ul li.on.tooltip:before {content: '\f056'; font-family: FontAwesome; padding-right: 10px; color: #ff7d5c;}

body.crmnov2017 .comparazione .tabcontent .tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;    
}

body.crmnov2017 .comparazione .tabcontent .tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #0000ff;
    color: #fff;
    font-size: 0.8125em;
    border-radius: 0px;
    padding: 10px 8px;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    left: 105%;
    opacity: 0;
    transition: 0.3s all linear;
}

body.crmnov2017 .comparazione .tabcontent .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 40%;
    left: -2%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #0000ff transparent transparent;
}

body.crmnov2017 .comparazione .tabcontent .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transition: 0.3s all linear;   
}

body.crmnov2017 .chiamaci {text-aligN: center;}
body.crmnov2017 .chiamaci h3, body.crmnov2017 .chiamaci a {color: #ff7d5c;}

body.crmnov2017 .section3 {padding-bottom: 80px;}
body.crmnov2017 .section3 h2, body.crmnov2017 .section3 h3 {text-align: center; color: #0000ff;}
body.crmnov2017 .contenitore-video {text-align: center;}
body.crmnov2017 .section3 .down:after {
    content: '\f078';
    font-family: FontAwesome;
    text-align: center;
    margin: 0 auto;
    font-size: 1.875em;
    padding: 0 0 30px;
    color: #0000ff;
    display: block;
}
body.crmnov2017 .section4 {padding: 80px 0; background: #f5f5f5;}
body.crmnov2017 .section4 .feature {padding: 10px 0;}
body.crmnov2017 .section4 .feature h3 {color: #ff7d5c;}

body.crmnov2017 .section5 {padding: 80px 0;}
body.crmnov2017 .section5 h2, body.crmnov2017 .section5 h3 {text-align: center; color: #0000ff;}
body.crmnov2017 .section5 .down:after {
    content: '\f078';
    font-family: FontAwesome;
    text-align: center;
    margin: 0 auto;
    font-size: 1.875em;
    padding: 0 0 30px;
    color: #0000ff;
    display: block;
}
body.crmnov2017 .section5 .twocols {padding: 60px 0;}
body.crmnov2017 .section5 .twocols h2 {color: #ff7d5c; text-align: left;}
body.crmnov2017 .section5 .twocols p span {font-weight: 500; line-height: 2;}

body.crmnov2017 .section6, body.crmnov2017 .section8, body.crmnov2017 .section10, body.crmnov2017 .section12 {padding: 80px 0; background: #f5f5f5;}
body.crmnov2017 .section6 h2, body.crmnov2017 .section8 h2, body.crmnov2017 .section10 h2, body.crmnov2017 .section12 h2 {color: #ff7d5c; text-align: right;}
body.crmnov2017 .section6 p, body.crmnov2017 .section8 p, body.crmnov2017 .section10 p, body.crmnov2017 .section12 p {text-align: right;}
body.crmnov2017 .section6 p span, body.crmnov2017 .section8 p span, body.crmnov2017 .section10 p span, body.crmnov2017 .section12 p span {font-weight: 500; line-height: 2;}

body.crmnov2017 .section7, body.crmnov2017 .section9, body.crmnov2017 .section11 {padding: 80px 0;}
body.crmnov2017 .section7 h2, body.crmnov2017 .section9 h2, body.crmnov2017 .section11 h2 {color: #ff7d5c; text-align: left;}
body.crmnov2017 .section7 p span, body.crmnov2017 .section9 p span, body.crmnov2017 .section11 p span {font-weight: 500; line-height: 2;}

body.crmnov2017 .last-section {padding: 80px 0;}
body.crmnov2017 .last-section h2 {text-align: center; color: #ff7d5c;}
body.crmnov2017 .last-section p {text-align: center;}
body.crmnov2017 .last-section .ancora {text-align: center; padding: 40px 0;}
body.crmnov2017 .last-section blockquote:before {content: '\f10d'; font-family: FontAwesome; color: #ff7d5c; font-size: 1.875em; padding-right: 10px;}
body.crmnov2017 .last-section blockquote:after {content: '\f10e'; font-family: FontAwesome; color: #ff7d5c; font-size: 1.875em; padding-left: 10px;}
body.crmnov2017 .last-section h4 {
    text-align: center;
    border-top: 1px solid #ddd;
    max-width: 800px;
    display: block;
    margin: 20px auto;
    padding-top: 20px;
    font-weight: 300;
}

body.crmnov2017 .fascia-arancio {
    text-align: center;
    height: 130px;
    background: #ff7d5c; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #ff7d5c , #ff3200); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ff7d5c, #ff3200); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ff7d5c, #ff3200); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ff7d5c , #ff3200); /* Standard syntax (must be last) */    
}    
body.crmnov2017 .fascia-arancio .cta-section1 {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1;
}
body.crmnov2017 .fascia-arancio .cta-section1:after {
    content: '\f087';
    font-family: FontAwesome;
    font-size: 2.5em;
    padding-left: 20px;
    display: block;
    float: right;
    margin-top: 0;
}
body.crmnov2017 .fascia-arancio a#cta_button_2072760_1fed5b2f-3250-4af5-902f-00210979a306 {
    border: 5px solid;
    padding: 10px;
    float: none;
    margin: 20px 0;
}

/* Video
   ========================================================================== */

.video-titolo h1 {font-weight: 300; color: white;}
#player.html5-video-player {background-color: #fff !important;}

.videoWrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 70%;
    width: 100px;
    height: 100px;
    transform: translate(-50%,-50%);
    border: 5px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 70%;
    width: 0;
    height: 0;
    transform: translate(-35%,-50%);
    border-left: 45px solid #fff;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #fff;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #fff;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

@media (max-width: 767px) {

a#cta_button_2072760_1fed5b2f-3250-4af5-902f-00210979a306 {float: none;}    
body.crmnov2017 .comparazione .tab {
    margin-top: 15px;
    float: none;
    width: 100%;
    height: auto;    
}
body.crmnov2017 .comparazione .tabcontent {
    float: none;
    padding: 15px;
    width: 100%;
    border-left: 0;
    height: 1200px;
}
body.crmnov2017 .comparazione .tabcontent .box1, body.crmnov2017 .comparazione .tabcontent .box2, body.crmnov2017 .comparazione .tabcontent .box3 {
    width: 100% !important;
    float: none;
    padding: 0;
}
body.crmnov2017 .comparazione .tabcontent .tooltip {
    position: relative;
    display: block;
    cursor: pointer;
}    
body.crmnov2017 .comparazione .tabcontent .tooltip .tooltiptext {left: inherit; right: 30%;}    
body.crmnov2017 .section4 .feature {padding: 10px;}    
}

@media (max-width: 640px) {

body.crmnov2017 .comparazione .tabcontent { height: 1300px;}
body.crmnov2017 .comparazione .tabcontent p {
    float: none !important;
    margin: 0 auto;
    text-align: center;
}  
}


@media (max-width: 400px) {
body.crmnov2017 .comparazione .tabcontent .tooltip .tooltiptext {display: none;}      
body.crmnov2017 .comparazione .tabcontent {height: 1350px;}

}


/* hubspot marketing */

body.hubspot-marketing .planes {padding: 60px 0 30px;}

/* Style the tab */
body.hubspot-marketing .planes .tab {
    margin-top:45px;
    float: left;
    width: 30%;
    height: auto;
}

/* Style the buttons inside the tab */
body.hubspot-marketing .planes .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    margin-bottom:35px;
    width: 100%;
    border: 0.1px solid #ddd;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.0625em;
  font-family: 'Nunito', sans-serif;
}

body.hubspot-marketing .planes .tab button span {float: right;}
body.hubspot-marketing .planes .tab button span.arancio {color: #ff7d5c; font-size: 0.8125em;}
/* Change background color of buttons on hover */
body.hubspot-marketing .planes .tab button:hover {
    background-color: #ddd;
}

body.hubspot-marketing .cta-right {float: right; padding-left: 20px;}

/* Create an active/current "tab button" class */
body.hubspot-marketing .planes div.tab button.active {
    background-color: #ddd;
}

/* Style the tab content */
body.hubspot-marketing .planes .tabcontent {
    float: left;
    padding: 35px;
    width: 70%;
    border-left: none;
    height: auto;
}
body.hubspot-marketing .planes .tabcontent h3, body.hubspot-marketing .planes .tabcontent h4 {padding-left: 20px;}
body.hubspot-marketing .planes .tabcontent h3 {color: #ff7d5c; font-weight: 600;}
 
body.hubspot-marketing .planes .tabcontent .box1,
body.hubspot-marketing .planes .tabcontent .box2, 
body.hubspot-marketing .planes .tabcontent .box3 {width: 33.33%; float: left; padding: 10px;} 

body.hubspot-marketing .planes .tabcontent .box2 ul, 
body.hubspot-marketing .planes .tabcontent .box3 ul {padding: 0 20px;} 

body.hubspot-marketing .planes .tabcontent ul li {list-style: none; padding: 5px 0; line-height: 1.2;}

ul li.off:before, 
body.hubspot-marketing .planes .tabcontent .box2 ul li.off:before, 
body.hubspot-marketing .planes .tabcontent .box3 ul li.off:before {content: '\f05d'; font-family: FontAwesome; padding-right: 10px; color:#ddd;} 

ul li.on:before, 
body.hubspot-marketing .planes .tabcontent .box2 ul li.on:before, 
body.hubspot-marketing .planes .tabcontent .box3 ul li.on:before {content: '\f058'; font-family: FontAwesome; padding-right: 10px; color: #ff7d5c;}

ul li.on.tooltip:before, 
body.hubspot-marketing .planes .tabcontent .box2 ul li.on.tooltip:before, 
body.hubspot-marketing .planes .tabcontent .box3 ul li.on.tooltip:before {content: '\f056'; font-family: FontAwesome; padding-right: 10px; color: #ff7d5c;}

body.hubspot-marketing .planes .tabcontent .tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;    
}

body.hubspot-marketing .planes .tabcontent .tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #0000ff;
    color: #fff;
    font-size: 0.8125em;
    border-radius: 0px;
    padding: 10px 8px;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    left: 105%;
    opacity: 0;
    transition: 0.3s all linear;
}

body.hubspot-marketing .planes .tabcontent .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 40%;
    left: -2%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #0000ff transparent transparent;
}

body.hubspot-marketing .planes .tabcontent .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transition: 0.3s all linear;   
}
body.hubspot-marketing .chiamaci {text-aligN: center;}
body.hubspot-marketing .chiamaci h3, body.hubspot-marketing .chiamaci a {color: #ff7d5c;}


body.hubspot-marketing .strumenti .box-service {
    background-color: #f3f3f3;
    margin: 20px 0 10px;
    padding: 20px;
  	width: 30%;
    border-bottom: 5px double #0000ff;   
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;     
    
}
body.hubspot-marketing .strumenti .box-service:nth-child(2n) {margin: 20px 5% 10px;}
body.hubspot-marketing .strumenti .box-service h4 {
    text-align: center;
    color: #111;
    font-weight: 500;    
}
body.hubspot-marketing .strumenti .box-service p {
    color: #444;    
    font-weight: 300; 
    min-height: 69px;   
    line-height: 1.2;
}
body.hubspot-marketing .strumenti .box-service:hover {
    background-color: #ff6600;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;      
}
body.hubspot-marketing .strumenti .box-service:hover p {color: #fff;}


/* hubspot service */
body.hubspot-service .modulo p {font-weight: normal;}
body.hubspot-service .body-container-wrapper {line-height:1.5em;}
body.hubspot-service #banner-background-image h1 {font-size: 3.125em !important;}
body.hubspot-service #banner-background-image .pulsante {position: absolute;  right: 0;  bottom: 20%;}  
body.hubspot-service #banner-background-image .pulsante a {color: #fff;  border: 2px solid;  padding: 10px 40px; transition: 0.3s all;}
body.hubspot-service #banner-background-image .pulsante a:hover {background: #ff7d5c; transition: 0.3s all;}

body.hubspot-service .sezione-video {padding: 80px 0;}
body.hubspot-service .sezione-video .testo-dx {text-align: right;}
body.hubspot-service .fascia-service {background: #e6e6e6; text-align: center; padding: 60px 0;}  
body.hubspot-service .fascia-service h2 {color: #ff7d5c; font-size: 2.1em; font-weight: 600;}
body.hubspot-service .fascia-service p {font-weight: 500; font-size: 1.25em;}
body.hubspot-service .sezione-citazione {margin-top:80px;margin-bottom:80px;}
body.hubspot-service .page-center.citazione {margin-bottom:130px;}
body.hubspot-service .page-center.metodo {margin-top:80px;margin-bottom:80px;}
body.hubspot-service .page-center.planes {margin-top:80px;margin-bottom:80px;}
body.hubspot-service .page-center.sezione-video {margin-top:80px;margin-bottom:80px;}
body.hubspot-service .testo-perc h2 {/*padding-top: 30px;*/font-size:2.1em;font-weight:600;}
body.hubspot-service .contenitore-perc h2 {color: #ff7d5c;  font-size: 12.6em; font-weight: 600;}
.testo-dx {text-align: right;}

body.hubspot-service .hs-tabs__nav {margin:65px 0 15px 0;}
body.hubspot-service .contenitore-perc p {
    color: #000 !important;     
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2;
}
body.hubspot-service .contenitore-perc p span {color: #ff7d5c;}
body.hubspot-service .contenitore-perc span.grigio {color: #9a9a9a; float: left;}
body.hubspot-service .pulsante-arancio {
		border: 2px solid #ff7d5c;
    max-width: 200px;
    float: right;
    padding: 10px;
    color: #ff7d5c !important;
    transition: 0.3s all;
} 
body.hubspot-service .pulsante-arancio:hover {background: #ff7d5c; color: #fff !important; transition: 0.3s all;}
body.hubspot-service .metodologia {background-color: #f3f3f3; padding: 40px 0;}

body.hubspot-service .metodologia h2 {font-weight: 600; font-size: 2.1em; text-align: center;}
body.hubspot-service .page-center .tutti-servizi {padding: 80px 0; margin-top: 100px; margin-bottom:100px;}
body.hubspot-service .tutti-servizi .lato-sx h4 {color: #000; font-weight: 600; margin-bottom: 15px;}
body.hubspot-service .tutti-servizi .lato-sx h3 {color: #ff7d5c; font-weight: 600; padding: 20px 0 40px;}
body.hubspot-service .tutti-servizi .lato-dx h4 {color: #ff7d5c; font-weight: 600; margin-bottom: 15px; position: relative;}
body.hubspot-service .tutti-servizi .lato-dx h4:before {
		position: absolute;
    top: 8px;
    left: -30px;
    color: #ff7d5c;
    content: '\f00c';
    font-family: FontAwesome;
    margin-top: -10px;  
}
body.hubspot-service .tutti-servizi .lato-dx p {margin-bottom: 20px;}
body.hubspot-service .nove-blocchi {
  	padding: 100px 0 80px;
    background: #e4f5fc; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e4f5fc 0%, #ffe7d9 0%, #d9d9ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e4f5fc 0%,#ffe7d9 0%,#d9d9ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e4f5fc 0%,#ffe7d9 0%,#d9d9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#d9d9ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body.hubspot-service .nove-blocchi h4 {color: #000; font-weight: 600; margin-bottom: 15px;}
body.hubspot-service .nove-blocchi h3 {color: #ff7d5c; font-weight: 600; padding: 20px 0 40px;}
body.hubspot-service .nove-blocchi .box-service {position: relative; padding-bottom: 40px;}
body.hubspot-service .nove-blocchi .box-service:before {
		position: absolute;
    top: 0;
    left: -30px;
    color: transparent;
    content: '---';
    border-bottom: 2px solid #ff7d5c;
    margin-top: -10px;  
}
body.hubspot-service .modulo {padding: 60px 0;}
body.hubspot-service .modulo h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.875em;
    font-weight: 500;
    color: #111;
    text-align: center;  
    padding: 10px 0 20px;    
}
body.hubspot-service .modulo h3 {
    color: #111;
    font-size: 1.1em;
    text-align: center;    
}

/* blog 2017 */

/* listing */

body.blogoct2017 .post-listing {display: flex; flex-flow: row wrap;}

body.blogoct2017 .post-item:first-child {width: 100%; min-height: inherit;}
body.blogoct2017 .post-item .custom_listing_comments {display: none;}

body.blogoct2017 .post-item:first-child .overlay {
    height: 500px;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
} 
body.blogoct2017 .post-item:first-child .post-header h2 {min-height: inherit; font-size: 1.2em; }
body.blogoct2017 .post-item:nth-child(2), body.blogoct2017 .post-item:nth-child(3) {
    width: 50%; 
    float: left;    
    margin: 0;
    padding: 0 40px 60px;
}
body.blogoct2017 .post-item h2 a {color: #ff7d5c;}
body.blogoct2017 .post-item:first-child h2 {padding-right: 40%; padding-top: 0px !important; padding-bottom: 10px; }
body.blogoct2017 .post-item:first-child h2 a {
    color: #fff;
    font-size: 2.5em;
    line-height: 1;
    padding-bottom: 10px;    
}
body.blogoct2017 .post-item:first-child .hs-listing-featured-image {width: 100%; min-height: 500px; filter: grayscale(0%);-webkit-filter: grayscale(0%);}

body.blogoct2017 .post-item:nth-child(2) .hs-listing-featured-image, body.blogoct2017 .post-item:nth-child(3) .hs-listing-featured-image {
    width: 100%; 
    height: 320px;     
}
body.blogoct2017 .post-item:nth-child(3n+0) {clear: right;}
body.blogoct2017 .post-item:nth-child(4) {clear: both;}
body.blogoct2017 .post-item {width: 30%; float: left; padding-bottom: 0;}
body.blogoct2017 .hs-listing-featured-image-wrapper {position: relative !important;}
body.blogoct2017 .hs-listing-featured-image-wrapper img {width: 100%;}
body.blogoct2017 .post-item .author-link, body.blogoct2017 .post-item .oi_post_date {color: #0000ff;}
body.blogoct2017 .post-item:first-child .author-link, body.blogoct2017 .post-item:first-child .oi_post_date {color: #fff;}
body.blogoct2017 .post-item #hubspot-author_data {font-family: 'Nunito', sans-serif;}

body.blogoct2017 .post-item:first-child #hubspot-author_data {font-size: 1.1em;}
body.blogoct2017 .post-item:first-child .post-body {visibility: hidden;}
body.blogoct2017 .post-item:first-child .post-body .leggitutto {visibility: visible;}
body.blogoct2017 .post-item:first-child .post-content-wrapper {
    position: absolute !important;
    top: 40%;
    left: 0;
    right: 0;    
    float: none;
    max-width: 1170px;
    margin: 0 auto;    
    color: #fff;
    z-index: 2;
}
body.blogoct2017 .post-item:first-child .post-content-wrapper a {color: #fff;}
body.blogoct2017 .post-item:first-child .leggitutto {
    position: absolute;
    left: 60%;
    top: 0;
    background: #ff7d5c;
    height: 120px;
    width: 120px;
    display: table;
    margin: 0;
}
body.blogoct2017 .post-item:first-child .leggitutto a {
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;    
}    
body.blogoct2017 .post-item:nth-child(2) .leggitutto {
    position: absolute;
    right: 0%;
    top: 270px;
    background: #ff7d5c;
    height: 115px;
    width: 115px;
    display: table;    
}
body.blogoct2017 .post-item:nth-child(3) .leggitutto {
    position: absolute;
    right: 0%;
    top: 270px;
    background: #ff7d5c;
    height: 115px;
    width: 115px;
    display: table;    
}
body.blogoct2017 .post-item:nth-child(2) .leggitutto a, body.blogoct2017 .post-item:nth-child(3) .leggitutto a {
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;    
} 
body.blogoct2017 .post-item .leggitutto {float: left; width: 100%;}
body.blogoct2017 .post-item:nth-child(2) .post-header h2, body.blogoct2017 .post-item:nth-child(3) .post-header h2 {
    padding-right: 20%;
    min-height: inherit;
}

body.blogoct2017 .post-item .post-header h2 {
    line-height: 1;
    padding-top: 20px;
		margin-bottom: 20px;  
}    
body.blogoct2017 .post-item .leggitutto a {
    font-size: 1.25em;
    color: #ff7d5c;
    text-transform: uppercase;
}    


body.blogoct2017 .hs-listing-featured-image {
    background-size: cover;
    height: 400px;
    width: 100%;
    background-position: center center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 1s linear;
    border: 1px solid #ddd;
}  
body.blogoct2017 .hs-listing-featured-image:hover {filter: grayscale(0%);-webkit-filter: grayscale(0%);}



body.blogoct2017 .blog-pagination {margin: 0 !important;}
body.blogoct2017 .pagination {
    list-style: none;
    padding: 0;
    margin: 0 auto !important;
    display: table !important;
    font-size: 0.9375em;
}
body.blogoct2017 .pagination li {
    float: left;
    padding: 5px 12px;
    border: 1px solid #ccc;
    background: #fff;
}
body.blogoct2017 .pagination li.disabled {
    pointer-events: none;
}
body.blogoct2017 .pagination li:first-child, body.blogoct2017 .pagination li:last-child {
    border: 0;
    background: transparent !important;
}
body.blogoct2017 .pagination>li>a, body.blogoct2017 .pagination>li>span {
    position: relative;
    float: none !important;
    padding: 0 !important;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000 !important;
    background-color: transparent !important;
    border: none !important;
    margin-left: -1px;
}
body.blogoct2017 .pagination .active {background: #ff7d5c;}
body.blogoct2017 .pagination .active a {
    color: #fff !important;
    background-color: transparent !important;
    border: none !important;
}
body.blogoct2017 .ctaacc2 {max-width: 800px; margin-left: 50px !important;}
body.blogoct2017 .cta-accademia h2 {color: #000; font-weight: 600; float: left; width: 30%; padding-top: 10px;}
body.blogoct2017 .cta-accademia h2:before {
    content: '\f19d';
    font-family: FontAwesome;
    font-size: 2.5em;
    padding-right: 10px;
    display: block;
    float: left;
    background: -webkit-linear-gradient(#ff7d5c, #0000ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;    
}

body.blogoct2017 .cta-casehistory h2 {color: #000; font-weight: 600; float: left; width: 20%; padding-top: 10px;}
body.blogoct2017 .cta-casehistory h2:before {
    content: '\f091';
    font-family: FontAwesome;
    font-size: 2.5em;
    padding-right: 10px;
    display: block;
    float: left;
    background: -webkit-linear-gradient(#0000ff, #ff7d5c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;    
}
body.blogoct2017 .cta-accademia p {color: #fff; float: left;}
body.blogoct2017 .cta-accademia p span {color: #fff;}

body.blogoct2017 .cta-accademia {
    padding: 80px 0 60px;
    margin: 30px 0 0;
    background-image: linear-gradient(to left, #ff7d5c 0%, #0000ff 100%);
}
body.blogoct2017 .cta-accademia .box-form {max-width: 700px; margin: 0 auto !important; float: none !important;}
body.blogoct2017 .cta-accademia h3 {text-align: center; color: #fff; font-weight: 600;}
body.blogoct2017 .cta-accademia .box-form label, body.blogoct2017 .cta-accademia .box-form label a {
    font-size: 18px;
    color: #fff;
}
body.blogoct2017 .cta-accademia .box-form input[type=email] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
}
body.blogoct2017 .cta-accademia .box-form  .legal-consent-container a {color: #fff;}
body.blogoct2017 .cta-accademia .box-form input[type=email]::-webkit-input-placeholder {
    color: #fff;
}

body.blogoct2017 .cta-casehistory p {color: #000; float: left; width: 80%;}
body.blogoct2017 .cta-casehistory p span {color: #0000ff;}
body.blogoct2017 .cta-casehistory {
    float: left;
    padding: 10px;
    margin: 30px 0;
    border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #0000ff 0%, #ff7d5c 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #0000ff 0%, #ff7d5c 100%);
    border-image: linear-gradient(to left, #0000ff 0%, #ff7d5c 100%);
    border-image-slice: 1;    
}

body.blogoct2017 .filter-posts {
    display: none;
    position: fixed; 
    right: 0;
    bottom: 0;
    max-width: 200px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
}
body.blogoct2017 .filter-posts h3 {color: #ff7d5c; font-weight: 500; padding-left: 5px;}
body.blogoct2017 .filter-posts h3:before {
    content: '\f02c';
    font-family: FontAwesome;
    position: absolute;
    left: -13px;
    font-size: 1.875em;
}
body.blogoct2017 .filter-posts ul {list-style: none; padding: 0;}
body.blogoct2017 .filter-posts ul li {padding: 5px 0; text-transform: uppercase;}
body.blogoct2017 .filter-posts ul li a:hover {color: #ff7d5c;}
body.blogoct2017 .filter-posts .filter-link-count {display: none;}
body.blogoct2017 .filter-posts #close {    
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    padding: 2px 7px;
    background: #ff7d5c;
    border-radius: 100%;
    color: #fff;    
}    
body.blogoct2017 .filter-posts .filter-expand-link {font-weight: 500;}

body.blogoct2017 .blog-single .hs-listing-featured-image-wrapper {position: relative !important;}
body.blogoct2017 .blog-single .hs-listing-featured-image {width: 100%; min-height: 400px; filter: grayscale(0%);-webkit-filter: grayscale(0%);}
body.blogoct2017 .blog-single h1 {font-size: 2.8125em; line-height: 1; max-width: 900px;}
body.blogoct2017 .blog-single .post-info {float: left; font-family: 'Nunito Sans', sans-serif; font-size: 1.1em;}
body.blogoct2017 .blog-single #hubspot-author_data {font-family: 'Nunito Sans', sans-serif; font-size: 1.1em;}
body.blogoct2017 .blog-single .hs-listing-featured-image-wrapper img {width: 100%; height: auto; filter: grayscale(0%);-webkit-filter: grayscale(0%);}
body.blogoct2017 .blog-single .hs-listing-featured-image-wrapper .post-header {
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
}
body.blogoct2017 .blog-single .overlay {
    height: 400px;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
} 

.progress-indicator-2 {
	position: fixed;
  z-index: 9999;
	top: 0;
	left: 0;
	height: 3px;
	background-color: #ff7d5c;
}

body.blogoct2017 .blog-single .hs-listing-featured-image-wrapper .post-header a {color: #fff;}
body.blogoct2017 .blog-single .single-post, body.blogoct2017 .blog-single .correlati, body.blogoct2017 .blocco-commenti {
  max-width: 700px; 
  margin: 0 auto !important; 
  float: none;
}
body.blogoct2017 .blog-single .social-share {
    text-align: center;
    background: #f5f5f5;
    padding: 10px 0 30px;
}    
body.blogoct2017 .blog-single .social-share .share {
    font-size: 1.5em;
    color: #ff7d5c;
    text-align: center;    
} 
body.blogoct2017 .blog-single .social-share a {font-size: 1.25em; padding: 0 3px; color: #0000ff;}
body.blogoct2017 .blog-single .social-share a:hover {color: #ff7d5c;}
body.blogoct2017 .blog-single .single-post .info-author {width: 80%; float: left;}
body.blogoct2017 .blog-single .single-post .info-author p span {float: left;}
body.blogoct2017 .blog-single .single-post .img-author {width: 20%; float: right;}

body.blogoct2017 .blog-single .single-post .about-author-sec img {
  border-radius: 0;
  border: none;
  display: block;
  max-width: 120px;
  float: right;
  margin: 0;
}
body.blogoct2017 .blog-single .single-post .about-author-sec {text-align: right;}
body.blogoct2017 .blog-single .single-post .about-author-sec .author-link {color: #0000ff; text-transform: uppercase;}
body.blogoct2017 .blog-single .single-post .about-author-sec a.hs-author-social-link, body.blogoct2017 .blog-single .single-post .about-author-sec a.hs-author-social-link:hover {
  background: transparent !important;
  color: #000;
  font-size: 1.25em;
  padding: 0 5px;    
}
body.blogoct2017 .blog-single .single-post .about-author-sec h4 {margin: 0;}
body.blogoct2017 .blog-single .correlati {border-bottom: none; padding-top: 30px;}
body.blogoct2017 .blog-single .correlati h3 {
  font-size: 1.875em;
  color: #ff7d5c;
  padding: 20px 0;
  text-transform: uppercase;
}    

body.blogoct2017 .blog-single .correlati .correlati-item { width: 200px; float: left; margin: 0 33px 0 0;}
body.blogoct2017 .blog-single .correlati .correlati-item:nth-child(2) {padding-bottom: 30px;}
body.blogoct2017 .blog-single .correlati .related-image {
    height: 200px;
    width: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 0.5s linear;
} 
body.blogoct2017 .blog-single .correlati .related-image:hover {filter: grayscale(0%); -webkit-filter: grayscale(0%);transition: 0.5s linear;}
body.blogoct2017 .blog-single .correlati .related-title {padding-top: 10px;}
body.blogoct2017 .blog-single .correlati .related-title a {
    color: #ff7d5c; 
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.1em;
    line-height: 1;
    font-weight: 500;    
}



/* banner DBB ago2019 */
.banner-DBB {
  background-image: url(https://www.ictsviluppo.it/hubfs/rivista_numero_due.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 460px;
  width: 350px;
  margin: 0;
  padding: 50px 30px 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
.banner-DBB h2 {
  font-size: 29px;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  line-height: 25px;
}
.banner-DBB h3 {
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  line-height: 25px;
  margin: 30px 0;
}
.banner-DBB p {
  font-size: 17px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  line-height: 21px;
}
.banner-DBB p.pulsante-DBB {
  background: #FFA700;
  color: #000;
  border-radius: 8px;
  padding: 5px 20px;
  max-width: 200px;
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin-bottom: 80px;
}

.banner-DBB .linguetta {
  display: none;
  position: absolute;
  background: #FFA700;
  border-radius: 0 0 50px 50px;
  width: 150px;
  text-align: center;
  color: #000;
  font-size: 13px;
  line-height: 1.3;
  padding: 5px 5px 10px;
  transform: rotate(90deg) translateY(127px);
  cursor: pointer;
}

.banner-DBB .close {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;  
}

@media (max-width: 1200px) {
  .banner-DBB .linguetta {display: block;}  
  .banner-DBB .close {display: block;}  
  .banner-DBB {
    display: none; /* problema google console */
    transform: translateX(100%);
    transition: 0.3s all linear;
  }
  #bDBB.open {
    transform: translateX(0);
    transition: 0.3s all linear;
  }
}

/* fine banner DBB */

body.blogoct2017 #comment-form {padding-bottom: 50px;}
body.blogoct2017 #comment-form .hs-form-field label {display: none;}
body.blogoct2017 #comment-form .hs_terms label, body.blogoct2017 #comment-form .hs_subscribe label {display: block; color:#000;}
body.blogoct2017 #comment-form .hs_subscribe label a {color: #000 !important;}
body.blogoct2017 #comment-form hs-form-booleancheckbox-display a {color: #000 !important;}
body.blogoct2017 #comment-form input[type="email"] {
    width: 100%;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}  
body.blogoct2017 .iscrizione-blog {display: none;}
body.blogoct2017 .hs-form-required {display: none;}
body.blogoct2017.footer-special .iscrizione-blog {
    display: block;
    background: #f4f4f4;
    width: 100%;
    position: fixed;
    top: initial;
    bottom: -1px;
    padding: 15px 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

body.blogoct2017 .iscrizione-blog h3 {float: left; width: 50%;}
body.blogoct2017 .iscrizione-blog form {float: right; width: 50%;}
body.blogoct2017 .iscrizione-blog input[type="email"] {
    width: 75%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
body.blogoct2017 .iscrizione-blog input[type="submit"] {
    position: absolute;
    top: 7px;
    right: 105px;
}
body.blogoct2017 .iscrizione-blog input[type="submit"]:hover {
    background: #00f;
}
body.blogoct2017 .iscrizione-blog label {font-weight: 400;}

body.blogoct2017 .iscrizione-blog #close {
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
    padding: 2px 7px;
    background: #ff7d5c;
    border-radius: 100%;
    color: #fff;      
    
}    

body.blogoct2017 .post-filter {position: absolute; top: 100%;}
body.blogoct2017 .post-filter ul {list-style: none;}
body.blogoct2017 .post-filter ul li {float: left; padding: 0 10px;}

body.blogoct2017 .blog-single .lista-correlati .dati-correlati {font-size: 13px;}  
body.blogoct2017 .blog-single .lista-correlati .leggitutto a {color: #ff7d5c;}  

body.blogoct2017 .blog-single .master-occhiello {padding-top: 100px;}

body.blogoct2017 .blog-single .dati-post {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;  
}
body.blogoct2017 .blog-single .link-topic {
 color: #C3C3C3; 
  text-transform:capitalize;
}
body.blogoct2017 .blog-single h1.post-title {
  color: #FF7A59;
  font-family: 'Lora', serif; 
  font-size: 55px;
  line-height: 1.1;
  max-width: 900px;
}
body.blogoct2017 .blog-single .occhiello {
  color: #6E6E6E;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0 30px;
  max-width: 600px;
}

body.blogoct2017 .blog-single .img-author {max-width: 50px;}
body.blogoct2017 .blog-single .img-author img {border-radius: 100%; margin-right: 20px;}
body.blogoct2017 .blog-single .dati {font-size: 14px; margin-left: 20px;}
body.blogoct2017 .blog-single .link-author {color: #EB661B; }
body.blogoct2017 .blog-single .ruolo { max-width: 600px; }
body.blogoct2017 .blog-single .ruolo span { display: none;}
body.blogoct2017 .blog-single .post-body {margin-top: 50px;}


body.blogoct2017 .blog-single .post-body {font-family: 'Lora', serif; font-size: 20px; line-height: 28px; letter-spacing: 0.3px;}

body.blogoct2017 .blog-single .post-body a {text-decoration: underline;}

@media (max-width: 600px) {
 
body.blogoct2017 .blog-single .master-occhiello { padding-top: 50px;} 
body.blogoct2017 .blog-single  h1.post-title  {font-size: 35px; line-height: 1.2; margin-bottom: 20px;}
body.blogoct2017 .blog-single .post-body h2  {font-size: 28px; line-height: 1;}
  
  
}

/* adv Virginia */

.hsg-cta-block__image-wrapper {
    text-align: center;
}  
.hsg-cta-block__image {
	overflow: hidden;
    display: block;
    border-radius: 50%;
    width: 70%;
  border: 2px solid #ff6000;
    margin: 0 auto;
}  
.hsg-cta-block__image img {
  	max-width: 100%;
  transition: transform .2s;
} 
.hsg-cta-block__image img:hover {
transform: scale(1.2);
}

.hsg-cta-block__content h2 {font-weight: 700; line-height: 1;}
.cta_button {margin: 20px 0 10px;}

@media (min-width: 768px) {
.hsg-cta-block__content-wrapper {
  	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  	position: relative;
}
.hsg-cta-block__content {
    order: 0;
    text-align: left;
}  
 
}

@media (max-width: 767px) {
  
  .hsg-cta-block__content-wrapper {flex-direction: column;}
  
}
@media (max-width: 480px) {
  .background-container {padding: 10px !important;}  
}

/* fine adv */

#blogsection {position: relative;}
#blogsection .blog-single .titolo-summary {
  font-size: 1.5em;
  font-family: 'Lora', serif;
  color: #FF7A59;
  margin-bottom: 25px;
}
#blogsection .blog-single #Summary {
    list-style: none;
    margin-top: 60px;
    padding: 0;
    position: relative;
    font-size: 18px;
    max-width: 500px;
    text-align: left;
}
#Summary li {margin-bottom: 10px; line-height: 1.3;}
#Summary li:before {
  content:"\f0da";
  font-family: FontAwesome;
  padding-right: 5px;
  color: #FF7A59;
}


@media (max-width: 1260px) {
#blogsection #Summary {
    position: relative !important;
    right: unset !important;
    display: flex;
    flex-flow: column wrap;
    margin: 0 auto;
} 
}

@media (min-width: 1137px) and (max-width: 1280px) {
body.blogoct2017 .post-item:first-child .post-content-wrapper {margin: 0 15px;}
body.blogoct2017 .post-item {
    width: 33%;
    float: left;
    margin: 0;
    padding: 0 15px 30px;
    min-height: 640px;
}
body.blogoct2017 .post-item:first-child {padding: 0 0 40px; min-height: inherit;}
body.blogoct2017 .post-item:nth-child(2), body.blogoct2017 .post-item:nth-child(3) {min-height: inherit;}
body.blogoct2017 .post-item:nth-child(4) {clear: left;}
body.blogoct2017 .hs-listing-featured-image { height: 300px; width: 100%;}    

}

@media (min-width: 769px) and (max-width: 1136px) {

body.blogoct2017 .post-item:first-child .post-content-wrapper {margin: 0 15px;}
body.blogoct2017 .post-item {
    width: 33%;
    float: left;
    margin: 0;
    padding: 0 15px 30px;
}
body.blogoct2017 .post-item:first-child {padding: 0 0 40px; min-height: inherit;}
body.blogoct2017 .post-item:nth-child(2), body.blogoct2017 .post-item:nth-child(3) {min-height: inherit;}
body.blogoct2017 .post-item:nth-child(4) {clear: left;}
body.blogoct2017 .hs-listing-featured-image { height: 300px; width: 100%;}

}


@media (min-width: 481px) and (max-width: 768px) {
body.blogoct2017 .blog-single .hs-listing-featured-image-wrapper .post-header {top: 30%;}
body.blogoct2017 .blog-single .post-body {padding: 25px 15px;}

body.blogoct2017 .blog-single .single-post .img-author {max-width: 20%;}
body.blogoct2017 .blog-single .single-post .about-author-sec img {max-width: 80px; float: left; padding-left: 5px;}
body.blogoct2017 .blog-single .single-post .info-author {padding-left: 15px;}
body.blogoct2017 .blog-single .correlati h3 {padding-left: 15px;}
body.blogoct2017 .blog-single .lista-correlati {float: none; margin: 0 15px;}
body.blogoct2017 .blog-single .correlati .correlati-item {width: 100%; float: none; margin: 0 0 20px;}
body.blogoct2017 .blog-single .correlati .related-image {width: 100%;}
body.blogoct2017 #comment-form {padding: 0 15px;}
body.blogoct2017 .post-footer {padding: 0 10px;}
body.blogoct2017 .post-item:first-child .post-content-wrapper {top: 35%; margin: 0 15px;}
body.blogoct2017 .post-item:first-child .leggitutto {left: initial; right: 0;}
body.blogoct2017 .post-item:nth-child(2), body.blogoct2017 .post-item:nth-child(3) {width: 100%; padding: 0 15px 20px;}
body.blogoct2017 .post-item:nth-child(2) .leggitutto {top: 50%;}
body.blogoct2017 .post-item:nth-child(3) .leggitutto {top: 55%};
body.blogoct2017 .post-item:nth-child(4) {clear: none; width: 100%; padding: 0 15px;}
body.blogoct2017 .post-item {width: 100%; float: none; padding: 0 15px 50px; margin: 0; min-height: inherit;}
body.blogoct2017 .post-item:first-child {padding: 0 0 40px;}
body.blogoct2017 .ctaacc2 {margin-left: 15px !important; margin-right: 15px;}
body.blogoct2017 .cta-accademia h2::before {float: none;}
body.blogoct2017 .cta-accademia h2, body.blogoct2017 .cta-casehistory h2 {font-size: 1.5625em;}
body.blogoct2017 .hs-listing-featured-image {width: 100%; height: 320px;}

}

@media (max-width: 640px) {
  body.blogoct2017  .initial-message-bubble {display: none !important;} 
}

@media (max-width: 480px) {
body.blogoct2017 .blog-single .hs-listing-featured-image-wrapper .post-header {top: 10%;}
body.blogoct2017 .blog-single .post-body {padding: 25px 15px;}
body.blogoct2017 .blog-single .single-post .img-author {max-width: 20%;}
body.blogoct2017 .blog-single .single-post .about-author-sec img {max-width: 50px; float: left; padding-left: 5px;}
body.blogoct2017 .blog-single .single-post .info-author {padding-left: 15px;}
body.blogoct2017 .blog-single .correlati h3 {padding-left: 15px;}
body.blogoct2017 .blog-single .lista-correlati {float: left; margin: 0 15px;}
body.blogoct2017 .blog-single .correlati .correlati-item {width: 100%; float: none; margin: 0 0 20px;}
body.blogoct2017 .blog-single .correlati .related-image {width: 100%;}
body.blogoct2017 #comment-form {padding: 0 15px;}
  body.blogoct2017 .post-footer {padding: 0 10px;}
body.blogoct2017 .post-item:first-child .post-content-wrapper {top: 20%; margin: 0 15px;}
body.blogoct2017 .post-item:first-child .leggitutto {left: initial; right: 0;}
body.blogoct2017 .post-item:nth-child(2), body.blogoct2017 .post-item:nth-child(3) {width: 100%; padding: 0 15px 20px;}
body.blogoct2017 .post-item:nth-child(2) .leggitutto {top: 50%;}
body.blogoct2017 .post-item:nth-child(3) .leggitutto {top: 55%};
body.blogoct2017 .post-item:nth-child(4) {width: 100%; padding: 0 15px;}
body.blogoct2017 .post-item {width: 100%; float: none; padding: 0 15px 50px; min-height: inherit;}
body.blogoct2017 .post-item:first-child {padding: 0 0 40px;}
body.blogoct2017 .ctaacc2 {margin-left: 15px !important; margin-right: 15px;}
body.blogoct2017 .cta-accademia h2::before {float: none;}
body.blogoct2017 .cta-accademia h2, body.blogoct2017 .cta-casehistory h2 {font-size: 1.5625em;}
body.blogoct2017 .hs-listing-featured-image {width: 100%; height: 320px;}

}

@media (max-width: 400px) {
body.blogoct2017 .post-item:first-child h2 a {font-size: 1.875em;}
body.blogoct2017 .post-item:nth-child(2) .leggitutto, body.blogoct2017 .post-item:nth-child(3) .leggitutto {
    position: relative; 
    background: transparent;
    height: inherit;
    width: inherit;
}    
body.blogoct2017 .post-item:nth-child(2) .leggitutto a, body.blogoct2017 .post-item:nth-child(3) .leggitutto a {color: #ff7d5c;}

}


/* author page */
body.blogoct2017 .hs-author-profile {padding: 0 40px; float: left; margin: 100px 0 30px; min-height: 220px; width: 100%;}
body.blogoct2017 .hs-author-profile .hs-author-avatar {float: left; padding-right: 20px;}
body.blogoct2017 .hs-author-profile .hs-author-avatar img {max-width: 100px;}
body.blogoct2017 .hs-author-profile .hs-author-name {font-size: 1.5em; margin-top: 30px; }

body.blogoct2017 .hs-author-profile h3 {
    margin: 10px 0 0; 
    border-bottom: 1px solid #ddd; 
    float: left; 
    width: 100%;    
    text-align: center;
    color: #ff7d5c;
    font-size: 1.875em;
    font-weight: 500;    
} 

body.blogoct2017 label, body.blogoct2017 label a {font-size: 13px; color: #444;}
body.blogoct2017 .legal-consent-container .hs-richtext  {color: #444;}


body.blogoct2017 input[type=submit] {
    background-color: #ff7d5c;
    color: white;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    font-size: 1.1em !important;
    cursor: pointer;
    float: right;
    transition: 0.2s all linear;
}
body.blogoct2017 input[type=submit]:hover {background-color: #0000ff !important; transition: 0.2s all linear;}

/* Set a style for all buttons */
body.blogoct2017 .pulsante-iscrizione-blog {
    background-color: #0000ff;
    color: white;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 2px 0;
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: 0.3s all linear;
}

body.blogoct2017 .pulsante-iscrizione-blog:hover {background-color: #ff7d5c; transition: 0.3s all linear;}

body.blogoct2017 #id01 input[type=email]::-webkit-input-placeholder {
    color: #fff;
}

body.blogoct2017 input[type=email]:-moz-placeholder {
    color: #fff;
}

body.blogoct2017 input[type=email]::-moz-placeholder {
    color: #fff;
}

body.blogoct2017 input[type=email]:-ms-input-placeholder {
    color: #fff;
}

body.blogoct2017 .submitted-message {text-align: center;}

body.blogoct2017 .posizione {position: relative;float: right; padding-top: 20px;}

/* The Modal (background) */
body.blogoct2017 .modal {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 300px;
    overflow: auto;
    background: linear-gradient(45deg, #ff7d5c, #0000ff);
    padding: 20px;
}

body.blogoct2017 .modal h4 {color: #fff; font-size: 1.3em; text-align: center; font-weight: normal;}
body.blogoct2017 .modal form.hs-form .hs-form-field ul.inputs-list {line-height: 1;}
body.blogoct2017 .modal .hs-richtext p, body.blogoct2017 .modal .hs-richtext a  {color: #fff;}
body.blogoct2017 .modal li {margin-bottom: 5px;}
body.blogoct2017 .modal form input[type=submit] {
    background-color: #ff7d5c;
    color: white;
    padding: 8px 20px;
    margin: 8px 0;
    border: none;
    font-size: 1.1em !important;
    cursor: pointer;
    float: right;
    transition: 0.2s all linear;
}  
body.blogoct2017 .modal form input[type=submit]:hover {background-color: #0000ff !important; transition: 0.2s all linear;}

/* Modal Content/Box */
body.blogoct2017 #hbspt-form-1517477955411-1874356645 form {
    color: #fff;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
body.blogoct2017 #id01 form label, body.blogoct2017 #id01 form label a {color: #fff !important;}

/* The Close Button (x) */
body.blogoct2017 .chiudi {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 2.5em;
    font-weight: bold;
    color: #f1f1f1;
}

body.blogoct2017 .chiudi:hover,
body.blogoct2017 .chiudi:focus {
    color: #ff7d5c;
    cursor: pointer;
}

/* Clear floats */
body.blogoct2017 .clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/* Homepage */
.background-image {
    display: none !important;
}
#banner-background-image{
    position: relative;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 480px;
    padding-top: 60px;
}


#banner-background-image h1 {
    color: #fff;
    /*max-width: 720px;*/
    font-size: 3.75em;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 1.2em;
}

#banner-background-image h3 {
    color: #fff;
    font-size: 1.375em;
    /*max-width: 680px;*/
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
#banner-background-image .subscribe-form h3{
    padding: 0px;
    background: none;
}
#banner-background-image .cta_solid_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Nunito Sans', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 0.875em;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
}
#banner-background-image .cta_solid_button:hover{
    border: 2px solid #FFF;
    background: #34495e;
    color: #FFF;
}
/*Hubspot */
.background-image-hubspot {
    display: none !important;
}
#banner-background-image-hubspot {
    position: relative;
    background-color: #f2851c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
}
#banner-background-image-hubspot h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    max-width: 720px;
    margin-bottom: 0px;
    margin-top: 30px;
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
#banner-background-image-hubspot h3 {
    color: #fff;
    font-size: 1.375em;
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
#banner-background-image-hubspot .subscribe-form h3{
    padding: 0px;
    background: none;
}
#banner-background-image-hubspot .cta_solid_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Nunito Sans', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 0.875em;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
}
#banner-background-image-hubspot .cta_solid_button:hover{
    border: 2px solid #FFF;
    background: #34495e;
    color: #FFF;
}

/* 2 box rss */


.post-title {line-height: 1.2;padding-top:2vh;}
.post-meta {font-size: 0.8125em;}
.readmore {
    float: right;
    padding: 5px 10px;
    background: #ff7d5c;
    margin-bottom: 40px; 
    transition: all .5s linear;
}
.readmore:hover {background: #000; transition: all .5s linear;}
.readmore a {color: #fff;}








/* test */

.background-image2 {display: none !important;}
#banner-background-image-chiaro {
    position: relative;
    background-color: #efefe8;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}

#banner-background-image2 {
    position: relative;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
}
#banner-background-image2 h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    max-width: 720px;
    margin-bottom: 0px;
    margin-top: 30px;
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
#banner-background-image2 h3 {
    color: #fff;
    font-size: 1.375em;
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
#banner-background-image2 .subscribe-form h3{
    padding: 0px;
    background: none;
}
#banner-background-image2 .cta_solid_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Nunito Sans', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 0.875em;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
}
#banner-background-image2 .cta_solid_button:hover{
    border: 2px solid #FFF;
    background: #34495e;
    color: #FFF;
}

.homepage .subscribe-form {
    background: rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    padding-bottom: 70px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.homepage .subscribe-form .title {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: 700;
}
.homepage .subscribe-form input[type="email"] {
    max-width: 400px;
    height: 37px;
}
.homepage .subscribe-form .hs_email {
    display: inline-block;
    width: 354px;
    margin-right: 5px;
    vertical-align: top;
}
.homepage .subscribe-form .hs_submit {
    display: inline-block;
}
.homepage .subscribe-form .hs-button.primary {
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0;
    border-color: #34495e;
    background: #34495e;
    text-transform: uppercase;
}
.homepage .subscribe-form .hs-button.primary:hover {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #34495e;
    color: #34495e;
}
.social-media {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0px;
}
.social-media:before {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #34495e;
    z-index: 1;
}
.social-media > .page-center {
    position: relative;
    z-index: 2;
}
.social-media a{
    padding-right: 5px;
}
.social-tagline {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    font-weight: 700;
    font-size: 0.8125em;
    text-align: right;
}
.logo-bar-background{
    background: #f5f5f5;
    height: 100px;
}

#offer-background-image{
    position: relative;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 450px;
}
#offer-background-image h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    max-width: 720px;
    margin-bottom: 0px;
    margin-top: 30px;
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
#offer-background-image h3 {
    color: #fff;
    font-size: 1.375em;
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
.offer-image { display: none !important; }

#offer-background-image .hs-form-field>label{
    color: #fff;
}
#offer-background-image .offer-form h3{
    background: none;
}
.homepage .main-content h2 { margin: 0px; }
.homepage .main-content .sub-headline { font-size: 1.1em; }
.faq-background { background: #f5f5f5; }

.homepage .fb_iframe_widget {
    top: -2px;
}
.homepage .fb_iframe_widget > span,
.homepage .linked-in-share {
    vertical-align: top !important;
}
.homepage #twitter-widget-0 {
    width: 80px !important;
}
.homepage .social-share-data {
    position: relative;
    top: 3px;
}




/* WP flexible columns */


body.WPflexcols #banner-background-image {min-height: 500px; position: relative;}
body.WPflexcols #banner-background-image h1 {
    color: #fff;
    max-width: inherit;
    font-size: 4.375em;
    margin-bottom: 25px;
    margin-top: 90px;
    line-height: 1;
    font-weight: 600;
}
body.connettori #banner-background-image h1 {margin-top: 20px !important;}
body.connettori .intro h3 span {color: #ff7d5c;}
body.WPflexcols #banner-background-image h3 {
    color: #fff;
    font-size: 1.375em;
    max-width: inherit;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-shadow: none;
    background: transparent;
    padding: 0;
}

body.WPflexcols #banner-background-image .cta-bkgimg  {position: absolute; bottom: 10%;}
body.WPflexcols #banner-background-image2 {min-height: 300px; background-attachment: fixed;}
body.WPflexcols #banner-background-image2 .seivalori {padding: 20px 0;}
body.WPflexcols #banner-background-image2 .seivalori  h2 {text-align: center; color: #fff; padding-bottom: 30px;}
body.WPflexcols #banner-background-image2 .seivalori h3 {background: none !important;}

body.WPflexcols .cta-libro {padding: 20px 0;}
body.WPflexcols .cta-libro h3 {padding: 80px 0;}

body.WPflexcols .sezione2col { max-width: 950px !important;  padding: 40px 0;}
body.WPflexcols .sezione2col .contenitore-txt h3 {color: #ff7d5c; font-weight: 600;}
body.WPflexcols .cta-gdd {padding: 40px 0; background: #f5f5f5;}

body.WPflexcols .linka {
    text-align: right;
    padding-top: 80px;
    position: absolute;
    right: 10%;
    bottom: 15%;
}
body.WPflexcols .risorse {max-width: 800px !important;}
body.WPflexcols .risorse .button {
    float: right;
    background: #ff7d5c;
    padding: 10px;
}
body.WPflexcols .risorse .button a {color: #fff;}
body.WPflexcols .cover {text-align: center;}
body.WPflexcols .cose h3 { text-align: center; color: #000; font-weight: 500;}
body.WPflexcols .fascia {text-align: center;}
body.WPflexcols  .fascia p {
    font-size: 1.1em;
    color: #fff;
    max-width: 750px;
    margin: 0 auto;
}
body.WPflexcols .fascia h3 {color: #ff7d5c; font-weight: 500;}
body.WPflexcols .sezione-faq {padding: 40px 0;}
body.WPflexcols .sezione-faq h2 {text-align: center; font-weight: 600; color: #ff7d5c; padding-bottom: 30px;}

body.WPflexcols .section1-0 {padding: 30px 0;}
body.WPflexcols .intro {text-align: center;}
body.WPflexcols .intro h2 {color: #000; font-weight: 500; padding: 0;}
body.WPflexcols .intro h2 span {color: #0000ff; }
body.WPflexcols .intro p {padding: 0 20%;}
body.WPflexcols .intro p span {color: #ff7d5c; }
body.WPflexcols .bkgrey {background: #f3f3f3;}
body.WPflexcols .borderbot {border-bottom: 1px solid #ddd;}
body.WPflexcols .borderbot img {padding: 0 0 10px;}

body.WPflexcols .scopri {
    background: transparent;
  	border: 2px solid #fff;
    color: #fff;
    padding: 8px 20px;
    max-width: 150px;
    float: right;  
	  transition: 0.3s all linear;  
}  
body.WPflexcols .scopri:hover {background: #ff7d5c; color: #000; border-color: #ff7d5c; transition: 0.3s all linear;}

body.WPflexcols .lista li { list-style-image: url(https://www.ictsviluppo.it/hubfs/check_verde.png); padding: 5px 0; font-size: 1.5em;}
body.WPflexcols .lista2 li { list-style-image: url(https://www.ictsviluppo.it/hubfs/check_viola.png); padding: 5px 0; font-size: 1.5em;}
    


body.WPflexcols .piattaforme h2 {text-align: center; color: #000; font-weight: 500; padding-bottom: 30px;}
body.WPflexcols .piattaforme h2 span {color: #ff7d5c;}
body.WPflexcols .piattaforma {width: 20%; margin: 0; float: left; text-align: center;}
body.WPflexcols .form-contatto h2 {color: #0000ff; font-weight: 500; text-align: center; margin: 0;}
body.WPflexcols .form-contatto h4 {font-size: 1.1em; text-align: center; margin: 0; padding-bottom: 20px;}
body.WPflexcols .form-contatto input[type="submit"] {font-size: 1.1em;}
body.WPflexcols .altri-servizi {text-align: center;}
body.WPflexcols .altri-servizi .titolo h2 {color: #000 !important; padding-bottom: 40px; font-weight: 400;}
body.WPflexcols .altri-servizi .titolo h2 span {font-weight: 500;}
body.WPflexcols .altri-servizi h2 {color: #ff7d5c; margin: 0; font-weight: 500;}
body.WPflexcols .altri-servizi h3 {margin: 0; padding-bottom: 10px;}
body.WPflexcols .altri-servizi h3 a {color: #0000ff; text-decoration: underline;}

body.WPflexcols .form-contatto ul.multi-container li {float: left; margin-right: 10px;}
body.WPflexcols .form-contatto ul.multi-container li:nth-child(7), body.WPflexcols .form-contatto ul.multi-container li:nth-child(11) {float: none; clear: right;}
body.WPflexcols .form-contatto legend {font-size: 1em;}

body.WPflexcols .fascia-growth {
 		padding: 40px 0;
  	background: #00f;
    background: -moz-linear-gradient(45deg, #00f 0%, #e55b2b 50%, #f07146 100%);
    background: -webkit-linear-gradient(45deg, #00f 0%,#e55b2b 50%,#f07146 100%);
    background: linear-gradient(45deg, #00f 0%,#e55b2b 50%,#f07146 100%);
  	color: #fff;
}
body.WPflexcols .fascia-growth h3 {font-size: 1.3em;}

body.gsuite #banner-background-image {min-height: 550px;}
body.gsuite #banner-background-image .logo {text-align: center;}
body.gsuite #banner-background-image .intro {text-align: center;}
body.gsuite #banner-background-image .intro h1 {font-size: 2.5em; margin: 0;}
body.gsuite #banner-background-image .intro .scopri {
    background: #ff7d5c;
    color: #fff;
 		border-color: #fff;
    transition: 0.3s all linear;
    padding: 10px 20px;
    max-width: 200px;
    margin: 30px auto;
    text-align: center;
    float: none;
    font-size: 1.25em;
}  
body.gsuite #banner-background-image .intro .scopri:hover {background: #0000ff;}
body.gsuite .offerta h2 {color: #ff7d5c; text-align: center; padding: 30px 0 50px;}
body.gsuite .come h2 {color: #0000ff; padding: 0 0 50px;}
body.gsuite .come h2 span {color: #ff7d5c;}
body.gsuite .come .come-sx p, body.gsuite .come .come-dx p {padding-right: 60px;}
body.gsuite .fascia-cta {max-width: 700px; margin: 0 auto !important; float: none;}

body.gsuite .fascia-cta .cta-sx .pcta {text-align: center; background: #ff7d5c; color: #fff; font-weight: 700; padding: 8px 15px; margin: 30px; transition: 0.2s all linear;}
body.gsuite .fascia-cta .cta-sx .pcta:hover {background: #0000ff; transition: 0.2s all linear;}
body.gsuite .fascia-cta .cta-dx .pcta {text-align: center; background: #0000ff; color: #fff; font-weight: 700; padding: 8px 15px; margin: 30px; transition: 0.2s all linear;}
body.gsuite .fascia-cta .cta-dx .pcta:hover {background: #ff7d5c; transition: 0.2s all linear;}
body.gsuite .intro p { padding: 30px 0 0;}


body.gsuite .contenitore {position: relative; padding: 30px 0;}
body.gsuite #banner-background-image2 {
  min-height: 750px; 
  background-attachment: inherit;
  background-repeat: no-repeat !important;
  background-position: -450px 100%;
  background-size: auto;
  background-color: #fff;
  overflow: hidden;
  z-index: -1;
}
body.gsuite .box-offerta {transition: 0.1s all linear;}
body.gsuite .box-offerta:hover {transform: scale(1.05); transition: 0.225s all linear;}
body.gsuite .background-image2 {display: none;}
body.gsuite .form-contatto {padding: 80px 0;}
body.gsuite .form-contatto h2, body.gsuite .form-contatto h4 {text-align: center;}
body.gsuite .form-contatto h4 {padding-bottom: 40px;}


@media (min-width: 1025px) and (max-width: 1260px) {
body.gsuite #banner-background-image2 {  background-position: -650px 100%;} 
body.gsuite .come {
    left: 500px;
    top: 50px;
    max-width: 100%;
  padding-right: 10px;
}  
  
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  
body.gsuite #banner-background-image { min-height: 600px}  
  
body.gsuite .form-contatto {padding: 100px 10px 80px !important;}
  
}

@media (max-width: 767px) {
  
body.gsuite #banner-background-image { min-height: 600px; height: 100%;}  
body.gsuite #banner-background-image .logo img {max-width: 200px;}  
body.gsuite .come h2 { padding: 30px 0 50px;}  
body.gsuite .come-dx {padding: 40px 0;}  
body.gsuite .offerta  {padding: 60px 10px !important;}
body.gsuite .come {float: none;  padding-right: 20px; padding-left: 20px;}  
body.gsuite .box-offerta {margin-bottom: 30px;}
body.gsuite .box-offerta:hover {transform: none;}  
body.gsuite .form-contatto { padding: 80px 10px !important;}  
body.three-column .focustime, .focustime-important {margin-bottom: 30px;}
body.three-column .padding5 .sx {margin-bottom: 40px;}  
body.three-column .padding5 .sx h2, body.three-column .padding5 .dx h2 {padding-top: 30px;}
  body.three-column #img-lp img {max-width: 200px;}  
}

@media (max-width: 640px) {
  
  body.WPflexcols .form-contatto ul.multi-container li {float: none;}  
body.WPflexcols .form-contatto ul.multi-container li:nth-child(7), body.WPflexcols .form-contatto ul.multi-container li:nth-child(11) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
  body.risorse #offer-background-image img.coccarda {float: none !important; margin: 0 auto !important; display: block;}
  
}  

/* WP MULTIRIGA */

body.WPmultiriga .riga-grigia {padding: 60px 0; background: #f5f5f5;}
body.WPmultiriga .riga-bianca {
		padding: 60px 0 0;
}
body.WPmultiriga  .riga-bianca-mw {
		padding: 60px 0 0;
    max-width: 65%;
    margin: 0 auto !important;
    text-align: center;
    float: none;  
}  
body.WPmultiriga #background-image {min-height: 450px;}
body.WPmultiriga h3 span, body.WPmultiriga h2 span {color: #ff7d5c;}
body.WPmultiriga h2 {font-weight: 600;}
body.WPmultiriga .boxdi4 {
		text-align: center; 
		margin: 0 auto !important;
  	float: none!important; 
  	max-width: 65% !important;
}  
body.WPmultiriga .cols4 {padding-bottom: 30px;}
body.WPmultiriga .body-container p {font-size: 1.25em;}
body.WPmultiriga .box1-4 h3 {font-weight: 500; padding-bottom: 10px;}
body.WPmultiriga .riga-bianca ul {padding: 0 20px;}
body.WPmultiriga .riga-bianca ul li {list-style-image: url('https://www.ictsviluppo.it/hubfs/aggiornamenti2017/check.png'); line-height: 1.5; font-size: 1.25em;}
body.WPmultiriga .linea {font-size: 1.25em;}
body.WPmultiriga .metodo h3 {font-weight: 500;}
body.WPmultiriga .metodo a {color: #ff7d5c;}
body.WPmultiriga .cta {padding: 60px 0;}
body.WPmultiriga .cta .cta_button:hover {background: #0000ff !important; transition: 0.3s linear;}

/* Reusable Components
   ========================================================================== */

/* FAQ Module */
.accordion { margin-bottom: 20px; }
.accordion_group {
    margin-bottom: 2px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #f0f0f0;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 1.1em;
    line-height: 16px;
    width: 100%;
    padding: 10px 15px;
}
.accordion_icon{
    color: #34495e;
    padding-right: 10px;
}
.accordion_content { padding: 10px 15px; }


/* Page Title Background */
.title-background{
    background: #f5f5f5;
}
.title-background h1, .title-background h2{
    margin-bottom: 0px;
}


/* Blog Subscribe Module */
.subscribe-form {
    background: #f5f5f5;
}
.subscribe-form .widget-type-blog_subscribe input[type="email"] {
    max-width: 400px;
    height: 38px;
    width: 100%;
    margin: 0;
}
.subscribe-form .hs_email {
    display: inline-block;
    width: 300px;
    margin-right: 5px;
    vertical-align: top;
}
.subscribe-form .hs_submit {
    display: inline-block;
}
.subscribe-form .hs-button.primary {
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-color: #34495e;
    margin: 0;
}
.subscribe-form .hs-button.primary:hover {
    background: #fff;
    border-style: solid;
    color: #34495e;
    border-color: #34495e;
    background: #34495e;
    border-width: 2px;
}
/* Hide blog subscribe label */
.widget-type-blog_subscribe label {
    display: none !important;
}
/* Team member Module */
.team-member-headshot img{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    max-width: 150px;
    max-height: 150px;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    width: 100%;
    border-color: #34495e;
    height: auto;
}
.team-member-social a{
    color: #34495e;
    font-size: 1.875em;
}
.three-column .team-member-social a {
    display: block;
}
.three-column .team-member-social i {
    padding: 0;
}

.three-column .sezione0 {
  padding:5%;}

.three-column .sezione1 {
	padding:5%;
}

.three-column .sezione2 {
	padding:5%;
  background-color:#f5f5f5; 
  color:#726e6e;
  width: 100%;
}

.three-column .sezione2b {
	padding:5% 10%;
  background-color:#ededed; 
  color:#726e6e;
  width: 100%;
}

.three-column .sezione3 {
  background-color:#1da1db; 
  color:#fff; 
  width: 100%;
 	padding-top:5%;
  padding-bottom:5%;
  padding-left:10%;
  padding-right:10%;
}

.three-column .sezione4 {
  background-color:#2d3e50; 
  color:#fff; 
  width: 100%;
 	padding-top:5%;
  padding-bottom:5%;
  padding-left:10%;
  padding-right:10%;
}

.three-column .titoloprincipale {
  min-height:250px;
  width:100%;
}

.focustime {
  text-align:center;
  border:1px solid #fff;
  color:#fff;
  padding:2%;
  height:160px!important;
  transition:1s;
}

.focustime:hover {
  color:#ff7d5c;
  background:#fff;
  border:1px solid #fff;
}

.focustime-important {
  text-align:center;
  background:#ff7d5c;
  border:1px solid #fff;
  color:#fff;
  padding:2.5% 2%;
  min-height:160px!important;
  transition:1s;
}

.focustime-important:hover {
  color:#ff7d5c;
  background:#fff;
  border:1px solid #fff;
}

.three-column .titoloprincipale h1 {
  text-align:center;
  font-size:3em;
  font-weight: 600;
  color:#fff;
}

.three-column .titoloprincipale h3 {
  text-align:center;
  font-size:1.5em;
  font-weight: 300;
  color:#fff;
}

.immagine-atf-overlay {background-color: rgba(0, 0, 0, 0.5); }

.immagine-atf  {
  background-image:url("https://media.giphy.com/media/xT9IgN8YKRhByRBzMI/giphy.gif");
  background-color:#000;
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
}

.immagine-atf2  {
  background-image:url("https://media.giphy.com/media/PLjLknpJih1WU/giphy.gif");
  background-color:#000;
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
}


.pulsante-aggancio{
  color:#ff7d5c;
  font-weight:600;
  text-align:center;
  border:1px solid #ff7d5c;
  text-transform:uppercase;
  padding:15px;
  float:left;
  height:auto;
  transition:1s;
}

.pulsante-aggancio-center{
  color:#ff7d5c;
  font-weight:600;
  text-align:center;
  border:1px solid #ff7d5c;
  text-transform:uppercase;
  padding:15px;
  float:none;
  margin: 0 auto;
  height:auto;
  transition:1s;
  max-width: 350px;
}

.pulsante-aggancio-center a {
color:#ff7d5c;
}

.pulsante-aggancio:hover, .pulsante-aggancio-center:hover {
  color:#fff;
  text-align:center;
  border:1px solid #ff7d5c;
  background-color:#ff7d5c;
  text-transform:uppercase;
}

.pulsante-aggancio-center a:hover {
color: #fff !important;
}

.titolo-form {
  text-align:center;}

.titolo-form h1 {font-weight:600;}

.titolo-form p {
  color:#ff7d5c;}

.team-member-social i{
    padding-right: 5px;
}
.team-member-social a:last-child i{
    padding-right: 0px;
}
.team-member-social a:hover,
.hs-author-social-links a.hs-author-social-link:hover {
    color: #ccc;
}
.team-member-name{
    margin: 0px;
    font-weight: 100;
}
.team-member-title{
    margin: 0px;
    color: #34495e;
    font-weight: 100;
}


/* Well Module */
#well{
    min-height: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}
#well .default{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    background: #34495e;
    border-color: #02172c;
}
#well .primary{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #74bdfc;
    border: 1px solid #428bca;
}
#well .success{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #8eea8e;
    border: 1px solid #5cb85c;
}
#well .danger{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #db7674;
    border: 1px solid #a94442;
}
#well .info{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #8df2ff;
    border: 1px solid #5bc0de;
}
#well .plain{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background:#f5f5f5;
    color: #444;
    border: 1px solid #ddd;
}
#well .small{
    padding: 20px;
}
#well .medium{
    padding: 24px;
}
#well .large{
    padding: 28px;
}

#well .close{
    float: right;
    padding: 3px 10px 0px 0px;
    cursor: pointer;
    color: #444;
}

/* Pricing Module */
.pricing-table h3.heading {
    color: #fff;
    margin: 0px;
    text-align: center;
    padding: 5px 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    background: #34495e;
    border-top-right-radius: 4px;
    }
.pricing-table .label{
    padding: 5px 10px;
    right: 15px;
    font-size: 0.75em;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: middle;
    background: #02172c;
}
.pricing-table .content {
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    }
.pricing-table .content ul{
    list-style: none;
    padding-left: 0px;

    }
.pricing-table .content ul li{
    padding: 10px 0px;
    }
.pricing-table .number{
    font-size: 3.75em;
    font-weight: 700;
    }
.pricing-table .currency{
    font-size: 1.5em;
    position: relative;
    top: -25px;
    }
.pricing-table .unit{
    font-size: 0.75em;
    color: #ccc;
    text-transform: uppercase;
    }
.pricing-table .content a{
    padding: 10px 25px;
}
.icon-width i {
    color: #34495e;
}

/* Rich Editor Checkmark Lists */
.hs_cos_wrapper_type_rich_text ul {
    padding-left: 25px;
}
.hs_cos_wrapper_type_rich_text ul li {
    list-style-image: url(https://www.ictsviluppo.it/hubfs/aggiornamenti2017/check.png);
}
.hs_cos_wrapper_type_rich_text ul li:before {
  display: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin-right: 8px;
    color: #34495e;
    font-size: 1.1em;
    height: 70px;
}

/* Tabber Module */
.body-container .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0 0 -2px;
}
.tabber-tabs > li {
    float: left;
}
.tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    display: block;
}
.tabber-tabs > .active > a,
.tabber-tabs > .active > a:hover,
.tabber-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tabber-content {
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    -o-border-radius: 0 4px 4px 4px;
    -ms-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}
.body-container .tabber-content ul {
    padding: 0;
    margin: 0;
}
.tabber-content .block h3 {
    display: none;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    float: left;
    width: 40%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width: 60%;
    padding: 0 0 0 15px;
}
.blog-tabber .hs-rss-item:last-child {
    margin-bottom: 10px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
display: block;
width: auto;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
float: left;
width: 40%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}

/* Testimonial */
.quote-box {
    background: #f5f5f5;
    padding: 30px;
    padding-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 30px;
}
.quote-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
    position: absolute;
    bottom: -20px;
    margin-left: -20px;
    left: 50%;
}
.quote {
    border: none;
    padding: 0;
    font-size: 0.875em;
    font-weight: 300;
    color: #666666;
    margin: 0px;
}
.details {
    font-size: 0.8125em;
}
.name {
    display: block;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
.quote-box .title {
    display: block;
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 0.8125em;
}
.quote-box .fa{
    font-size: 1.1em;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.img-rounded {
    border-radius: 6px;
}

.testimonial-headshot img{
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
    margin-top: -10px;
    /*border: 5px solid #f5f5f5;*/
}

/* Flex Slider */
.hs_cos_flex-slider .caption {
    background: #34495e;
}


/* Modular Selectors
   ========================================================================== */

/* Colors */
.accentColor1 { color: #34495e; }
.accentColor2 { color: #ccc; }
.accentColor3 { color: #ddd; }

/* Delays */
.delayp1 { animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s; }
.delayp3 { animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s; }
.delayp4 { animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s; }
.delayp5 { animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s; }
.delayp6 { animation-delay: .6s;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s; }
.delayp7 { animation-delay: .7s;
    -moz-animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -o-animation-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s; }
.delayp8 { animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s; }
.delayp9 { animation-delay: .9s;
    -moz-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -o-animation-delay: .9s;
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s; }
.delay1s { animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s; }
.delay2s { animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s; }

/* Paddings */
.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding30tb { padding: 30px 0px; }
.padding40tb { padding: 40px 0px; }
.padding45tb { padding: 45px 0px; }
.padding50tb { padding: 50px 0px; }
.padding60tb { padding: 60px 0px; }
.padding70tb { padding: 70px 0px; }
.padding80tb { padding: 80px 0px; }
.padding90tb { padding: 90px 0px; }
.padding100tb { padding: 100px 0px; }
.padding-special {padding: 78px 0 40px;}



/* ==========================================================================
   Footer
   ========================================================================== */
.partnerlogo {padding-top: 20px; border-top: 1px solid #333;}
#colophon {padding-bottom: 20px;}

@media (max-width:768px){
  .partnerlogo img {max-width: 200px; text-align:center;}
}

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


.footer-background,
.footer-container-wrapper .more-links a:hover,
.footer-container-wrapper .contact-us a:hover,
.footer-container-wrapper .about-us a:hover {
    color: #FFF;
}

.footer-background {background: #000; color: #fff !important; padding: 50px 0 15px 0; font-size: 0.8125em;}
.footer-background a {background: transparent;}
.footer-background .about-us h4, .footer-background .link-footer h4, .footer-background .contact-us h4 {font-weight: 500; font-size: 1.3em;}
.footer-background .contact-us .strutturati, 
.footer-background .contact-us .strutturati p, 
.footer-background .contact-us .strutturati a, 
.footer-background .contact-us .strutturati span a, 
.footer-background .contact-us .footerlink p,
.footer-background .contact-us .footerlink a,
.footer-background .mfooter,
.footer-background .about-us p {
    color: #fff !important;
    background-color: transparent !important;
    margin: 0;
    transition: 0.5s linear;
}

.footer-background ul li a span.primo  {color: #ff7d5c !important;}
.footer-background .contact-us .footerlink a:hover, .footer-background .mfooter:hover {color: #ff7d5c !important; transition: 0.5s linear;}
.footer-background .link-footer a:hover .ifooter {color: #fff;}
.footer-background .contact-us .mailfoo {
    color: #ff7d5c !important;
    background-color: transparent !important;
    margin: 0;
    transition: 0.5s linear;
}
.footer-background .contact-us .mailfoo:hover {color: #fff !important; transition: 0.5s linear;}

.footer-background .contact-us .ict {font-weight: 500;}

.footer-copyright {background: #ff7d5c; color: #fff;position:absolute;}
.footer-copyright a {color: #fff;}
.footer-copyright .social-footer .fb,
.footer-copyright .social-footer .tw,
.footer-copyright .social-footer .lk,
.footer-copyright .social-footer .gp { padding: 0 5px;}
.footer-copyright .social-footer a:hover {color: #0000ff;}

.footer-search {background: #ff7d5c; color: #fff; padding: 10px 0; }

.footer-container-wrapper .footer-copyright{padding: 10px 0px; font-size: 0.75em;}

/*.footer-container-wrapper .social-icons .fa{
    font-size: 1.25em;
    padding-right: 5px;
}*/

/* Back to Top */
.container-fluid .row-fluid .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    font-size: 1.25em;
    padding: 6px 8px 4px;
    border-radius: 100%;
    background: #0000ff;
    cursor: pointer;
}
.back-to-top a {
    color: #ff7d5c;
}


body.landing-page .header-container-wrapper {position: inherit;} /* tolgo la posizione fissa della header per le LP */

body.landing-page .hs_cos_gallery {
  max-width: 600px;
  margin: 0 auto;
}
body.landing-page h1 {line-height: 1;}

.loghi-partner-lp {
 background: #000;
  padding: 10px;
}
.loghi-partner-lp .page-center .row-fluid-wrapper .row-fluid {
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
 .loghi-partner-lp .page-center .row-fluid-wrapper .row-fluid {
    flex-flow: column wrap;
} 
  
}

body.LP-standard #banner-background-image {min-height: 600px !important; background-position: top center !important;}
body.LP-standard .section1-1 {background: #f5f5f5; text-align: center;}
body.LP-standard #banner-background-image h1.tre-righe {font-size: 5em;}
body.LP-standard #banner-background-image .titoli h1 {font-size: 4.685em; color: #fff; margin-top: 20px;}
body.LP-standard #banner-background-image h2 {font-size: 3.75em; color: #fff; margin-top: 60px; line-height: 1;} 

body.LP-standard .section1-1 h2 {color: #ff7d5c;}
body.LP-standard .section1-1 h2 span {color: #000000; text-decoration: none !important;}
body.LP-standard .section2 h2 span {color: #000000; text-decoration: none !important; font-weight: 400;}
body.LP-standard .section2 h3 {text-align: center; color: #0000ff; font-size: 37px; font-weight: 500;}
body.LP-standard .section2 span {text-align: left !important; color: #444;}
body.LP-standard .section2 .elenco-LP li {
  list-style: none; 
  text-indent: -12px; 
  padding-bottom: 10px;
  line-height: 1.2;
  margin-bottom: 20px;
}
body.LP-standard .section2 .elenco-LP li i {
    color: #ff7d5c;    
}
body.LP-standard .section-finale {
    background-image: url(https://www.ictsviluppo.it/hubfs/aggiornamenti2017/pattern-light.jpg); 
    background-size: cover;
    background-position: center center; 
    background-repeat: repeat-x;
    padding: 120px 0 40px;
}
body.LP-standard .section-finale .left-box {padding: 300px 70px;}
body.LP-standard .section-finale .left-box h3 {font-size: 37px; font-weight: 500; margin-top: 55px;}
body.LP-standard .section-finale .left-box h3 span {color: #ff7d5c;}
body.LP-standard .section-finale .left-box h4 {font-size: 23px; line-height: 1.5;}
body.LP-standard .section-finale .left-box h4 span {color: #ff7d5c;}
body.LP-standard .section-finale .form-landing {color: #fff;background:linear-gradient(to right, #ff7d5c , #ff3200);padding: 20px;}
body.LP-standard .section-finale .form-landing h3 {color: #fff; padding-bottom: 20px; font-size: 37px; font-weight: 500;}
}
body.LP-standard .section-finale .form-landing label span a {color: #fff !important;}
body.LP-standard .section-finale .form-landing .hs-button.primary {
    height: 45px;
    background-color: #0000ff;
    color: #fff;
    font-size: 1.1em;
    border:none;
    padding: 0 20px;
}
body.LP-standard .section-finale .form-landing .hs-button.primary:hover {background-color: #0000ff;}
body.LP-standard .section7 {padding: 40px 0;}
body.LP-standard .section7 h2 span {font-weight: 600;}
body.LP-standard .ultima-section {background: #f5f5f5; padding: 40px 0;}
body.LP-standard .ultima-section .team-solo {float: left; margin-right: 2%; width: 28%; font-size: 16px;}
body.LP-standard .ultima-section .testo-finale {float: right; width: 70%;}
body.LP-standard .ultima-section h3 {text-align: left;}
body.LP-standard .ultima-section h3 span {color: #ff7d5c; font-weight: 600;}

body.LP-standard .section8 {padding: 40px 0;}
body.LP-standard .section8 h3 {font-size: 37px; font-weight: 500; margin: 20px 0; text-align: center; color: #0000ff;}


/* LP standard short */

body.LP-standard-short #banner-background-image {min-height: 450px !important; background-position: top center !important;}
body.LP-standard-short .section1-1 {background: #f5f5f5; text-align: center; padding: 30px 0;}
body.LP-standard-short #banner-background-image h1.tre-righe {font-size: 5em;line-height: 1;}
body.LP-standard-short #banner-background-image h1 {margin-top: 20px !important;line-height: 0.8;} 
body.LP-standard-short #banner-background-image h2 {line-height: 1.2; font-size: 3.75em; color: #fff; margin-top: 40px;}
body.LP-standard-short .section1-1 h2 {color: #ff7d5c;}
body.LP-standard-short .section1-1 h2 span {color: #000000; text-decoration: none !important;}
body.LP-standard-short .section2 h2 span {color: #000000; text-decoration: none !important; font-weight: 400;}
body.LP-standard-short .section2 h3 {text-align: center; color: #0000ff; font-size: 37px; font-weight: 500;}
body.LP-standard-short .section2 span {text-align: left !important; color: #444;}
body.LP-standard-short .section2 .elenco-LP li {list-style: none; text-indent: -12px; padding-bottom: 10px;}
body.LP-standard-short .section2 .elenco-LP li i {
    color: #ff7d5c;    
}


body.LP-standard-short .section-finale {
    background-image: url(https://www.ictsviluppo.it/hubfs/aggiornamenti2017/pattern-light.jpg); 
    background-position: center center; 
    background-repeat: repeat-x;
    padding: 50px 0;
    max-height: 750px;
    margin-bottom: 0 !important;
}

body.LP-standard-short .section-finale .left-box {padding: 300px 70px;}
body.LP-standard-short .section-finale .left-box h3 {font-size: 37px; font-weight: 500; margin-top: -70px;}
body.LP-standard-short .section-finale .left-box h3 span {color: #ff7d5c;}
body.LP-standard-short .section-finale .left-box h4 {font-size: 23px; line-height: 1.5;}
body.LP-standard-short .section-finale .left-box h4 span {color: #ff7d5c;}
body.LP-standard-short .section-finale .form-landing {color: #fff;background:linear-gradient(to right, #ff7d5c , #ff3200);padding: 20px;}
body.LP-standard-short .section-finale .form-landing h3 {color: #fff; padding-bottom: 20px; font-size: 37px; font-weight: 500;}
}
body.LP-standard-short .section-finale .form-landing label span a {color: #fff !important;}
body.LP-standard-short .section-finale .form-landing .hs-button.primary {
    height: 45px;
    background-color: #0000ff;
    color: #fff;
    font-size: 1.25em;
    white-space: normal;
    border:none;
    padding: 0 20px;
}
body.LP-standard-short .section-finale .form-landing .hs-button.primary:hover {background-color: #0000ff;}
body.LP-standard-short .section7 {padding: 40px 0;}
body.LP-standard-short .section7 h2 span {font-weight: 600;}
body.LP-standard-short .ultima-section {background: #f5f5f5; padding: 40px 0;}
body.LP-standard-short .ultima-section .team-solo {float: left; margin-right: 2%; width: 28%; font-size: 16px;}
body.LP-standard-short .ultima-section .testo-finale {float: right; width: 70%;}
body.LP-standard-short .ultima-section h3 {text-align: left;}
body.LP-standard-short .ultima-section h3 span {color: #ff7d5c; font-weight: 600;}

body.LP-standard-short .section8 {padding: 40px 0;}
body.LP-standard-short .section8 h3 {font-size: 37px; font-weight: 500; margin: 20px 0; text-align: center; color: #0000ff;}

body.LP-img-bassa #banner-background-image { min-height: 200px;}

body.typ-standard #banner-background-image {min-height: 550px !important;}
body.typ-standard #banner-background-image h1 {font-size: 4em !important; margin-top: 20px !important}
body.typ-standard #banner-background-image h2 {font-size: 3.125em !important; color: #fff; padding-top: 60px;}

body.LP-standard .form-fullwidth {padding:45px;background-color:#ff7d5c;color:#fff;}


/*=========*/
/* LP2020 */
/*=========*/

body.LP2020 #banner-background-image {
  display: flex;
  align-items: center;
  min-height: 760px;
}

body.LP2020 #modulo {
  padding: 90px 0;
  background: #f6f6f6;
}

body.LP2020 #modulo .modulo {
  max-width: 950px;
  margin: 0 auto;
  float: none;
}




/* LP */
body.landing .legal-consent-container p, 
body.landing .legal-consent-container span,
body.landing .legal-consent-container ul li
{
  font-size: 13px;
  line-height: 1.2;
}
body.landing label {font-size: 16px;}
body.landing .hs-form-required {display: none;}
body.landing .page-center {max-width: 1080px;}
  
body.landing h2 {margin: 0 0 20px;}  
body.landing .img-DL {text-align: center;}
body.landing .intro {text-align: center;}
body.landing .intro h4 {font-weight: normal; }
body.landing .intro h1 {
 		font-size: 60px;
  	line-height: 0.8;
  	font-weight: 400;
  	margin: 0;
}
body.landing .intro .pulsante {
    display: block;
    max-width: 200px;
    margin: 30px auto;
    background: #707070;
    color: #fff;
    padding: 10px;
}
body.landing ul li {font-size: 25px; line-height: 2;}
body.landing  .background-modulo {background-color: #ddd;}
body.landing .modulo {
 		max-width: 750px;
  	margin: 0 auto 30px !important;
}
body.landing .modulo .titolo h2 {text-align: center;}
body.landing .modulo input[type="submit"] {
    display: flex;
    width: auto;
    justify-content: center;
    margin: 20px auto;
  	cursor: pointer;
}

body.landing #postCarousel {
    max-width: 800px;
    margin: 0 auto;  
}

/* ==========================================================================


   3. MAIN NAVIGATION


   ========================================================================== */


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


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

/* Parent List */

.custom-menu-primary {padding: 20px 0;}
.topmobile {display: none !important;}
.custom-menu-primary .hs-menu-wrapper > ul{
    background:transparent;
    padding-top: 0px;
    float: right;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    position: relative;
    color:#333333;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.0625em;
    padding: 10px;
    display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {padding-right: 0;}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#000000;
    background-color: transparent;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 10px!important;
    background: #fff;
    padding: 10px 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    /*background: #34495e;*/
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:#333333;
    padding: 7px 15px;
    font-size: 1em;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color:#000;
    text-decoration: none;
    background: #fff;
}

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

/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 0.8125em;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: #34495e;
}

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

.custom-menu-primary .hs-menu-wrapper > ul li .active a, .custom-menu-primary .hs-menu-wrapper > ul .active a {color: #ff7d5c !important;}





/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width:769px) {
  .custom-menu-primary .hs-menu-wrapper {
      display:block !important;
      background: transparent !important;
  }
}

/* Force header to trigger mobile layout on iPads */
@media (max-width: 768px){
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }
}




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


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

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

@media (max-width: 768px){


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

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

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

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

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

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 10px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    padding: 6px 12px;
    margin-top: -16px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border-color: transparent;
    color: #333; 
    margin-top:-5px;
    margin-bottom:9px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    background: #ff7d5c !important;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


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

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#000; /* Icon color */
    display: block;
  }

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


  /* Menu Styles on Mobile Devices
     ========================================================================== */

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

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
#a
  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/
    width: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color:#000000 !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover i {background: #000;}
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 0.875em; /* Font size of child lists */
    color: #fff;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

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

.open-popup-link i {display: none;}


}

@media (max-width: 480px) {
.top {display: none !important;}
.bottone-cerca {display: none !important;}
.social-top {display: none !important;}
.topmobile {display: block !important;}
.topinfo {float: left; margin: 0;}
.social-top-mobile {float: right; margin: 0}
body.aperitivi-lp #modulo input[type="text"],  
  body.aperitivi-lp #modulo input[type="email"],
  body.aperitivi-lp #modulo select
  {width: 100%;  }
}

/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS


   ========================================================================== */




/* Common Template Selectors
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.blog-sidebar ul, .sidebar ul{
    padding-left: 10px;
    list-style: none;
}

.sidebar.right{}
.sidebar.left{}

.sidebar-form {
    padding: 30px 20px;
    background: #efefef;
    margin: 20px 0;    
}

/* Common One Column Selectors */
body.site-page.one-column,
body.landing-page.one-column,
body.error-template.one-column,
body.subscription-template.one-column {}

body.site-page.one-column .hs_cos_wrapper_type_rich_text ul li:before {display: none;}

body.landing-page #flessibile .row-fluid-wrapper .row-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


body.site-page.one-column .main-content,
body.landing-page.one-column .main-content,
body.error-template .main-content,
body.password-template .main-content,
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column,
body.landing-page.two-column,
body.blog {}

body.site-page.two-column .main-content,
body.landing-page.two-column .main-content,
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column,
body.landing-page.three-column {}

body.site-page.three-column .main-content,
body.landing-page.three-column .main-content {}
body.body-noheader ul.inputs-list a {color: #fff;}
body.body-noheader input[type="submit"]:hover {background: transparent; border: 2px solid #FFF;}
body.body-noheader .agenda {text-align: center;}
body.body-noheader .testi_bianchi {max-width: 750px !important;}

/* Site Pages
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


body.thankyou .page-center {max-width: 1080px;}
body.thankyou .intro h1 {
 		font-size: 2em;
  	font-weight: 400;
  	text-align: center;
  	padding: 30px 0 50px;
  	line-height: 1.2;
}
body.thankyou .left-typ, body.thankyou .right-typ  {
		background: #fff;
    border: 1px solid #e6e7e8;
    height: auto;
    border-radius: 0px;
    padding: 40px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    top: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

body.thankyou .background-typ {background: #f5f5f5; padding-bottom: 80px;}

body.thankyou .left-typ img {max-width: 250px;}

body.thankyou .left-typ:hover, body.thankyou .right-typ:hover  {
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    box-shadow: 0 10px 50px -5px rgba(0,0,0,0.15);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

body.thankyou .left-typ .pulsante {
    display: block;
  	text-align: center;
    max-width: 200px;
    margin: 30px auto;
    background: #ff7d5c;
    color: #fff;
    padding: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);  
    transition: 0.3s all linear;
}
body.thankyou .left-typ a:hover .pulsante:after {
    content: "\f019";
    font-family: fontAwesome;
    padding-left: 10px;
    transition: 0.3s all linear;
}



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

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

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

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



/* ==========================================================================


   5. COS COMPONENTS


   ========================================================================== */


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


/* Blog Post Title */
.post-header h2  {
    margin-bottom: 0;
}

.post-header p{
    font-size: 0.8125em;
}

p.custom_listing_comments{
    float: right;
}

.hs-blog-social-share{
    float: left;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 30px;
}
.post-listing-simple {
    font-size: 1.5625em;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.post-body {padding-top: 15px;}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link { display: block; }
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 300px;
    max-width: 100%;
    display: inline-block !important;
    float: none!important;
    margin: 10px 0px 10px 0px;
}

/**
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping
 */
.social-sharing-wrapper {
    clear: both;
}
.hs-blog-social-share {
    padding: 10px 0 0 0;
    height: auto;
}


/**
 * Blog Commments
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.comment-date { font-size: 0.8125em; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
textarea.hs-input {width: 100% !important;}
#commenti {float: left; width: 100%;}
#commenti form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 90%;
}
#commenti input[type="email"] {width: 95% !important; max-width: inherit;}
#commenti textarea {width: 100% !important; max-width: inherit;}
#commenti input[type="checkbox"] {width: auto !important; max-width: inherit;}

/* Pagination */
.blog-pagination {
    text-align: center;
}
.blog-pagination .previous-posts-link {
    float: left;
}
.blog-pagination .next-posts-link {
    float: right;
}

/* Blog Author Page */

.hs-author-social-links a.hs-author-social-link {
    font-size: 1em;
    display: inline-block;
    padding-right: 5px !important;
    background: none !important;
    vertical-align: middle;
}

.linkmenu a {color: #fff !important;}
.footerlink a {    
    color: #aaa !important;
    background-color: #eee !important;
}
.footerlinkb a {color: #333366 !important;}
#hs_menu_wrapper_module_14574252181281583.active-branch>ul {float: left !important;}
#hs_menu_wrapper_module_14574252181281583.active-branch>ul>li {font-size: 0.875em !important;}


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


.blog-sidebar-filter-list li {
    padding: 2px 0;
}

/* Blog Modules */

.blog .blog-sidebar .widget-span {
    padding: 0px 0px 40px 0px;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field { margin-bottom: 15px; }


/* Labels */
body label {
    margin-bottom: 5px;
    font-weight: 500;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;  
  
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus, 
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    border-color: #34495e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

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

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

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


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

/* Form Field */

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus,
.hs_cos_wrapper_type_form input[type="datetime"]:focus,
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus,
.hs_cos_wrapper_type_form input[type="date"]:focus,
.hs_cos_wrapper_type_form input[type="month"]:focus,
.hs_cos_wrapper_type_form input[type="time"]:focus,
.hs_cos_wrapper_type_form input[type="week"]:focus,
.hs_cos_wrapper_type_form input[type="number"]:focus,
.hs_cos_wrapper_type_form input[type="email"]:focus,
.hs_cos_wrapper_type_form input[type="url"]:focus,
.hs_cos_wrapper_type_form input[type="search"]:focus,
.hs_cos_wrapper_type_form input[type="tel"]:focus,
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input[type="radio"] { width: auto; }
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

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

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

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

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

/* Error */
body .hs-common-error-message {}


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

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}
.iscriblog {
    background: #ff7d5c;
    padding: 15px;
    position: absolute;
    right: 0;
    font-size: 1.5em !important;
    top: 0;    
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.6s;
}
.iscriblog:hover {background: #0000ff; transition: 0.6s;}
.white-popup form label {color: #fff !important; font-weight: 400 !important; font-size: 0.8125em !important;}
.white-popup input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}    
.white-popup input[type="submit"] {
    position: absolute;
    top: 41%;
    right: 4%;    
    text-transform: uppercase;
    font-size: 1.1em;
    border: none !important;
}
.white-popup input[type="submit"]:hover {background: #0000ff !important;}
.white-popup a {color: #fff;}
.white-popup h3 {text-align: center;}
.white-popup .actions {text-align: right;}
.white-popup input[type="email"]::-webkit-input-placeholder {
    color: #fff !important;
}

.white-popup input[type="email"]:-moz-placeholder {
    color: #fff !important;
}

.white-popup input[type="email"]::-moz-placeholder {
    color: #fff !important;
}

.white-popup input[type="email"]:-ms-input-placeholder {
    color: #fff !important;
}


/* Inputs */
#hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
    width: 70%;
    float: left;
    margin-top: 2px;
    height: 36px;
}
.blog-sidebar #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"] {}


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

/* Label */
.widget-type-google_search label {
    font-size: 1.5em;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    display: none;
    text-rendering: optimizelegibility;
    margin: 0px 0px 20px;
}

/* Input */
.widget-type-google_search input[type="text"] {
    width: 60%;
    float: left;
    margin-top: 0px;
    height: 36px;
}
.widget-type-google_search input[type="focus"] {}

.widget-type-google_search .hs-button.primary {
    float: left;
    margin-left: 2px;
}

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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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

/* Form Error Selectors
   ========================================================================== */
.hsformerror{
    font-size: 0.75em !important;
    border: 0 !important;
    color: #FFF!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    z-index: 99999 !important;
    border-color: #34495e !important;
    background: #34495e !important;
}
.hsformerror .close-form-error {
    color: #34495e;
}
.hsformerror em {
    border-color: #34495e transparent transparent !important;
}




/* ==========================================================================
   Buttons
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Nunito Sans', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 0.875em;
    line-height: 1.42857143;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
    -webkit-appearance: none;
}
body .hs-button.primary {height:auto; max-width: 100%; white-space: normal; background-color: #ff7d5c; color: #fff; border-color: #fff; border-radius: 0px; padding: 5px 20px; font-size: 1.25em;}
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
		background-color: #0000ff;
    color: #FFF;
    transition: 0.3s all linear;
}

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


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

.hs-richtext p  {font-size:0.8125em !important; font-weight:normal;}




/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}

/* Blog comment "reply to" section */
.comment-reply-to{
    color: #444!important;
    background: none!important;
    padding-left: 0px!important;
}
.comment-reply-to:before{
    content: "\f112";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    font-size: 0.9375em;
    color: #34495e;
    vertical-align: top;
}
/* 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 {}


/* CTA Buttons
   ========================================================================== */

/**
 * Override global CTA styles by wrapping the CTA module in a module group
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags.
*/

/* CTA button with border */
.cta_border_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Nunito Sans', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 0.875em;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
    -webkit-appearance: none;
}
.cta_border_button:hover {
    border: 2px solid #FFF;
    color: #34495e;
    border-color: #34495e;
    background: #34495e;
    color: #FFF;
}

/* CTA button with Solid Background */
.cta_solid_button {
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Nunito Sans', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 0.875em;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #34495e;
    -webkit-appearance: none;
}
.cta_solid_button:hover {
    background: #FFF;
    border-style: solid;
    border-width: 2px;
    border-color: #34495e;
    background: #34495e;
    text-transform: uppercase;
}



/* ==========================================================================


   6. MISCELLANOUS


   ========================================================================== */
  
   

.social-footer {
    float: right;
    margin-top: 0px;
    color: #000!important;
}
.mfooter {color: #aaa;}
.ifooter {color:#ff7d5c; width: 15px; float: left;}
.divisore {margin: 5px 0; color: #ff7d5c; pointer-events: none;}
.link a {background-color:#eee;}
.strutturati {margin: 0 !important;}
.mailfoo {
    color: #aaa !important;
    background-color: #eee !important;    
}
.open-popup-link {
    float: right;
    height: 26px;
    border-radius: 0;
    /*border: 1px solid #ccc;*/
    padding: 1px 10px;
    /*background-color: #eee;*/
    color: #333;    
}
.contattifooter {
    color:#aaa !important; 
    background-color: #eee !important;
    margin: 0;
}
.contattifooter a {color:#aaa !important; background-color: #eee !important;}
.contattifooterb {
    color:#aaa !important; 
    background-color: #333366 !important;
}
.contattifooterb a {color:#aaa !important; background-color: #333366 !important;}

.markerfooter {color:#ff7d5c !important; margin:0;}
.paddingb {    
    padding-bottom: 20px;
    padding-top: 40px;
}
.sx {float: left;}
.dx {float: right;}
.txt100 .hs-rss-item-text {width: 100% !important;}
.txt100 .hs-rss-item {margin-bottom: 40px;}
.txt100 .hs-rss-title {font-size: 1.375em; line-height: 1;}
.txt100 .hs-rss-byline {padding-bottom: 10px;}

.correlati {
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 0 0 20px;
    margin: 40px 0;    
}

.related-post-item {width: 30% !important;}

.ebook-home {
list-style: none; 
display: table; 
margin: 0 auto; 
padding: 0;    
}
.ebook-home li p {text-align: center;}
.ebook-home li {
float: left; 
padding: 0 5px;    
}
.ebook-home img {min-height: 262px;}
.hs_cos_wrapper_type_rich_text .ebook-home li {list-style-image: none !important;}

.logo-hubspot {
    max-width: 75px;
    vertical-align: middle;
    padding-right: 0px;    
}





/* ==========================================================================


   7. MOBILE MEDIA QUERIES


   ========================================================================== */





/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1170px) {
    .container-fluid .row-fluid .page-center {
        padding: 10px;
    }
    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 10px;
    }
}


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


@media (max-width: 768px) {
    
    
    .header-container-wrapper{
        position: relative;
    }
    
    body.blogoct2017 .posizione {
    padding-top: 0;
    margin-top: -70px;
}       
    body.blogoct2017 .modal {width: 100%;}

    .header-container{
        padding: 0;
    }

    .header-container-wrapper .container-fluid .row-fluid .page-center{
        padding: 0;
    }

    .header-container .hs_cos_wrapper_type_logo a img {
        max-width: 250px;
        margin: 5px 0 5px 10px;
    }

    .row-fluid [class*="span"].header-cta{
        display: none !important;
    }

    /* General */
    .body-container-wrapper {
        padding-top: 0;
    }
    .padding40tb {
        padding: 25px 0;
    }
    .sidebar.right,
    .main-content,
    .blog-sidebar {
        margin: 25px 0;
    }

    /* Team Member Social */
    .three-column .team-member-social a {
        display: inline-block;
    }
    .three-column .team-member-social i {
        padding-right: 5px;
    }
    .three-column .team-member-social a:last-child i {
        padding-right: 0;
    }
    .team-member-name,
    .team-member-title {
        text-align: center;
    }

    /* Footer */
    

    .footer-container-wrapper .more-links a i {
        display: inline-block;
        width: auto;
    }
    .footer-container .about-us,
    .footer-container .more-links {
        margin-bottom: 25px;
        color: #fff;
    }

    /* Homepage */
    .service-group h4,
    .service-group-icon,
    #offer-background-image h1,
    #banner-background-image {
        text-align: center;
    }
  
  body.aboutoct2017 #banner-background-image {
    padding-top: 0px;
  }
body.aboutoct2017 #banner-background-image h1 {
  margin-top: 0px;
  }
        #banner-background-image-lp {
        max-height:500px!important;
        text-align: center;
    }

    .homepage .subscribe-form {
        padding-top: 10px;
    }

    .homepage .subscribe-form .hs_email {
        width: auto;
    }


    .homepage .subscribe-form {
        width: 100%;
    }
    .social-tagline {
        text-align: center;
        margin-bottom: 15px;
    }

    /* Blog */
    #comment-form {
        margin-bottom: 25px;
    }
}


/* PORTFOLIO 2019 */

body.portfolio2019 .post-listing {
  display: flex;
  flex-flow: row wrap;
}
body.portfolio2019 .post-listing a {  flex-basis: 25%;  }
body.portfolio2019 .post-listing .post-item {
  position: relative;
  background-size: cover;
  height: 300px;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;

}

body.portfolio2019 .post-listing .post-item .post-header h2 {
  padding: 20px; color: #fff;
  transition: 0.3s all linear;
}
body.portfolio2019 .post-listing .post-item .overlay {
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
body.portfolio2019 .post-listing .post-item:hover .post-header h2 {
  color: #FF7A59;
  text-shadow: 2px 2px 2px #000;
  transition: 0.3s all linear;
}


@media (min-width: 581px) and (max-width: 1024px) {
  body.portfolio2019 .post-listing a {  flex-basis: 33.33%;  }    
  
}

@media (min-width: 401px) and (max-width: 580px) {
  body.portfolio2019 .post-listing a {  flex-basis: 50%;  }    
  
}

@media (max-width: 400px) {
  body.portfolio2019 .post-listing a {  flex-basis: 100%;  }  
}

/* LISTINI */

body.listini ul li {margin-bottom: 10px;}
body.listini .sezione {  padding: 60px 0;}

body.inbound #sezione1 {
  background-color: #FF926B;
  color: #fff;
}
body.ecommerce .hs_cos_wrapper_type_rich_text ul li {
    list-style-image: url(https://www.ictsviluppo.it/hubfs/check-verde.png);
}
body.ecommerce #sezione1 {
  background-color: #44a123;
  color: #fff;
}
body.data-integration #sezione1 {
  background-color: #2ab2cc;
  color: #fff;
}

body.listini #sezione1 h1 {
  font-size: 55px;
  line-height: 1.2;
}
body.listini .prefazio {
  padding-top: 40px;
}
body.inbound h2 {
  position: relative; 
  color: #FF926B;
  margin-left: 20px;
  margin-bottom: 30px;
}
body.ecommerce h2 {
  position: relative; 
  color: #44a123;
  margin-left: 20px;
  margin-bottom: 30px;
}
body.data-integration h2 {
  position: relative; 
  color: #2ab2cc;
  margin-left: 20px;
  margin-bottom: 30px;
}
body.inbound h2:before {
  content: "";
  background-color: #FF926B;
  height: 50px;
  width: 10px;
  position: absolute;
  left: -20px;
}
body.ecommerce h2:before {
  content: "";
  background-color: #44a123;
  height: 50px;
  width: 10px;
  position: absolute;
  left: -20px;
}
body.data-integration h2:before {
  content: "";
  background-color: #2ab2cc;
  height: 50px;
  width: 10px;
  position: absolute;
  left: -20px;
}
body.listini #sezione2 p span {color: #FF926B;}

.box-listino {
  background: #FF926B;
  text-align: center;
  color: #fff;
}
.box-listino .grey {
  background: #f5f5f5;
  padding: 10px;
  color: #000;
}
.box-listino .grey ul {
  text-align: left;
}
.box-listino .grey span {
  font-size: 40px;
}
.box-inbound {
 display: inline-flex !important; 
  justify-content: center;
}
.box-inbound1 {
  position: relative;
  text-align: center;
  padding: 20px;
  background: #697370;
  color: #fff;  
  height: 273px;
  max-width: 300px;
}

.box-inbound2 {
  position: relative;
  text-align: center;
  padding: 20px;
  background: #575756;
  color: #fff;  
  height: 273px;
  max-width: 300px;
}
.box-inbound3 {
  position: relative;
  text-align: center;
  padding: 20px;
  background: #f39560;
  color: #fff;  
  height: 273px;
  max-width: 300px;    
}  
  
body.ecommerce .principale {
  background: #44a123;
  color: #fff;
  border-radius: 50px;
  position: relative;
  width: 400px;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 20px;  
  margin: 40px auto;
}
body.ecommerce .principale .prezzo {  
  position: absolute;
  right: 0;
  background: #455461;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: -10px;
}
body.data-integration .principale {
  background: #2ab2cc;
  color: #fff;
  border-radius: 50px;
  position: relative;
  width: 300px;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 20px;  
  margin: 40px auto;
}
body.data-integration .principale .prezzo {  
  position: absolute;
  right: 0;
  background: #455461;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: -20px;
}
body.ecommerce .intro-prezzo {
  background: #ddd;
  color: #000;
  font-size: 14px;
  padding: 40px 20px 10px;
  width: 250px;
  margin: -60px auto 30px;  
}
  
/* Landscape phones and smaller devices
   ========================================================================== */

@media (min-width: 481px) and (max-width: 800px) {
.ebook-home li {width: 50%;} 
body.LP-standard .section-finale .left-box, body.LP-standard-short .section-finale .left-box {padding: 70px 30px;}
body.LP-standard-short .section-finale {max-height: inherit !important; background-attachment: scroll;}
}

@media (max-width: 767px) {
body.LP-standard .ultima-section .team-solo {float: none; margin-right: 0; width: 100%; text-align: center;}
body.LP-standard .ultima-section .testo-finale {float: left; width: 100%; padding-top: 20px;}    
body.LP-standard .footer-copyright {width: 100%;}
body.LP-standard .ultima-section img {margin: 0 auto !important; float: none !important; display: block;}
  .footer-background  .linkmenu ul {margin-bottom: 30px;}
  .footer-background .indirizzi {padding: 20px 0;}
  
}


@media (min-width: 768px) and (max-width: 981px) {
   
body.homepageoct2017 .section4 .testo-ebook h3, body.homepageoct2017 .section4 .ebook h3 {font-size: 1.25em; padding: 0;}  
body.homepageoct2017 .all-news .fascia1 h3 {padding: 15px 25px;}  
 
body.WPflexcols #banner-background-image .cta-bkgimg { position: relative; padding-top: 120px;}  
body.hubspot-service #banner-background-image h1 {margin-top: 0 !important;}  
body.hubspot-service .sezione-video, body.hubspot-service .tutti-servizi {padding: 60px 10px !important;margin-top:60px;margin-bottom:60px;}  
body.hubspot-service .contenitore-perc h2 {font-size: 8.125em;}
}  

@media (max-width: 480px) {
.ebook-home li {float: none;} 
body.LP-standard .section-finale .left-box, body.LP-standard-short .section-finale .left-box   {padding: 50px 20px;}
body.LP-standard-short .section-finale {max-height: inherit !important; background-attachment: scroll;}
.pul_landing {padding-top: 30px;}
.pul_landing a {font-size: 1.1em !important;}
body.LP-standard-short .section-finale .form-landing .hs-button.primary {font-size: 0.9375em;}
}

@media (min-width: 320px) and (max-width: 800px) {
 
.widget-type-logo {text-align: center;}    
.bottone-cerca p {float: none;}
.top {padding: 0 10px;}
.social-top {margin-right: 0px;}
.widget-type-google_search input[type="text"] {margin-left:10px; width:40%;}
}

@media (min-width: 768px) {
.LP70 {
    max-width: 70% !important;
    float: none !important;
    margin: 0 auto !important;
}
.LP50 {
    max-width: 50% !important;
    float: none !important;
    margin: 0 auto !important;
}
}

/*   CUSTOM tom   */

.button-custom {
    width: auto;
    padding: 20px 30px;
    background-color: #ff7d5c;
    color: #fff;
    font-size: 1.5625em;
    font-weight: 500;
    text-transform: uppercase;
    border: 3px solid #ffffff;
}

.button-custom:hover {
    width: auto;
    padding: 20px 30px;
    background-color: #eeeeee;
    color: #ff7d5c;
    font-size: 1.5625em;
    font-weight: 500;
    text-transform: uppercase;
    border: 3px solid ;
}

.custom-text-marketing {
    font-size: 1.125em !important;
    color: #ff7d5c;
    text-align: left;
    padding: 15% 5%;
}

.button-custom-sales {
    width: auto;
    padding: 20px 30px;
    background-color: #ff7d5c;
    color: #ffffff !important;
    font-size: 1.25em;
    font-weight: 500;
    text-transform: uppercase;
    border: 3px solid #ffffff;
}

.button-custom-sales:hover {
    width: auto;
    padding: 20px 30px;
    background-color: #eeeeee;
    color: #ff7d5c;
    font-size: 1.25em;
    font-weight: 500;
    text-transform: uppercase;
    border: 3px solid ;
}

.custom-text-marketing h5 {
    text-align: center;
    color: #333333;
    font-size: 1.1em;
    font-weight: 300;
}

.custom-hover-block:hover {
    background-color: #ff7d5c;
}

.custom-hover-block:hover h5 {
    text-align: center;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 500;
}

.custom-hover-block:hover img {
    opacity:1 !important;
}

.custom-hover-block img {
    opacity:0.7;
}


.custom-text-12-icons h5 {
    text-align: center;
    color: #ff7d5c;
    font-size: 1.375em;
    font-weight: 500;
}

.custom-hover-12-blocks:hover {
    background-color: #eeeeee;
    padding: 10px;
}

.custom-hover-12-blocks {padding: 10px;}

.custom-hover-12-blocks:hover h5 {
    text-align: center;
    color: #222222;
    font-size: 1.375em;
    font-weight: 500;
}

.custom-hover-12-blocks:hover P {
    color: #333333 !important;

}

.custom-text-12-icons p {
    color: #555555 !important;
}

.custom-hover-12-blocks:hover img {
    opacity:1 !important;
}

.custom-hover-12-blocks img {
    opacity:0.7;
}


@media (min-width:1280px){
.padding-custom-slider {padding-top: 30px;}}

@media (min-width:981px) and (max-width:1279px){
.padding-custom-slider {padding-top: 30px;}}
body.hubspot-service .sezione-video, body.hubspot-service .tutti-servizi {padding: 60px 10px !important;}  

@media (max-width:980px){
.padding-custom-slider {padding-top: 30px;}}


@media (min-width: 1340px){
.slider-custom-text-h1 {
text-align: center;
font-size: 6.25em;
text-transform: uppercase;
color: #ffffff;
}
.slider-custom-text-p {
text-align: center;
font-size: 2.25em;
text-transform: uppercase;
color: #ffffff;
}}

@media (max-width: 1339px){
.slider-custom-text-h1 {
text-align: center;
font-size: 4.685em;
text-transform: uppercase;
color: #ffffff;
}
.slider-custom-text-p {
text-align: center;
font-size: 1.5625em;
text-transform: uppercase;
color: #ffffff;
}
}

.pul_landing a {
    color: white;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 3px solid #fff;
    font-size: 1.5625em;
    float:right; 
  	transition:1s;
}

.pul_landing a:hover {
    color: #ff7d5c;
  	background-color:#fff;
    border: 3px solid #fff;
  	box-shadow:0px 7px 15px #000;
}

@media (min-width: 768px) {
  .padding-l-r {
  	padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  body.WPmultiriga .riga-bianca, body.WPmultiriga .cta  {padding: 40px 10px !important;}  
  

}
@media (max-width:767px){

  
  .pul_landing h3 {text-align:center;}
  
  .pul_landing a { 
      float: none;
      text-align: center;
    	display:block;
    	margin:10px;
  }  
body.WPflexcols #banner-background-image a.cta_button {
    position: relative;
    text-align: center;
    margin: 0 auto;
    right: inherit;
}  
  body.WPflexcols .linka {
    text-align: center;
    padding: 30px 0;
    position: relative;
    right: inherit;
    bottom: inherit;
}
  .cose img {
    padding-right: 0;
    margin: 0 auto;
    display: block;
}
  .cose p, .cose h2 {padding: 0 20px;}
  .risultati p { padding: 0 20px;}
  
body.WPflexcols .piattaforma {
    width: 100%;
    margin: 5px 0;
    float: none;
    text-align: center;
}  
body.WPflexcols .scopri {
    float: none;
    margin: 0 auto 30px;
}  
  
  body.WPmultiriga .box1-4 .contenitore  {padding-bottom: 40px;}
  body.WPmultiriga .riga-bianca {padding: 40px 10px !important;}
  body.WPmultiriga .riga-grigia {padding: 40px 10px;}
  
  body.hubspot-service #banner-background-image .pulsante {position: relative;}  
  body.hubspot-service #banner-background-image h1 {margin-top: 0 !important;}
  body.hubspot-service .video {text-align: center; padding: 40px 0;}
  body.hubspot-service .tutti-servizi {padding: 80px 10px;}
  
body.hubspot-marketing .planes .tab, body.hubspot-service .planes .tab {
    margin-top: auto;
    float: none;
    width: 100%;
    height: auto;
}  
body.hubspot-marketing .planes .tabcontent, body.hubspot-service .planes .tabcontent {width: 100%; float: none; padding: 15px;}
body.hubspot-service .planes .tab p {text-align: center;}  
body.hubspot-service .page-center.planes { margin-top: 30px;  margin-bottom: 30px;}  
body.hubspot-marketing .planes .tabcontent .box1,
body.hubspot-marketing .planes .tabcontent .box2, 
body.hubspot-marketing .planes .tabcontent .box3 {width: 100%; float: none; padding: 10px;} 
body.hubspot-marketing .cta-right {float: none;}

  .footer-background .contact-us {padding-top: 30px;}  
  
}

@media (max-width: 689px) {
  body.hubspot-service #banner-background-image {padding: 40px 0;}

}

@media (max-width: 400px) {
body.homepageoct2017 .fascia2 .scopri-servizi, body.homepageoct2017 .fascia1 .scopri-hubspot {font-size: 1em;}  
body.three-column .titoloprincipale h1 {font-size: 2em;}
  
}  


  /*CSS ADD per la pagina ICT Connector*/
  .text_blu {
  	color: #0000ff !important;
    padding-top: 20px;
  }


/*SPECIAL TABLE GDPR*/

.tb_container {
	width: 100%;
  height: auto;
  display: table;
  vertical-align: top;
}

.tb_header {
	background-color: #ff7d5c;
  color: #fff;
  text-align: left;
}

.tb_body {
	background-color: #fff;
}

.tb_row {
}

.tb_column {
	float: left;
  width: 40%;
}

.tb_column:first-child {
  width: 20%;
}


/* BLOG TABLE*/
body {
  line-height: 1.25;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ddd;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
    width: 100% !important;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    width: 100%;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

/*LP WELFARE e APERITIVI*/

.fake_h1 {
	font-size: 2.25em !important;
}

.sfondo_grigio {
	background-color: #ededed !important;
}

.sfondo_grigio_chiaro {
	background-color: #f5f5f5 !important;
  padding-top: 5%;
}

.sfondo_blu {
	background-color: #2d3e50 !important;
}


.testi_bianchi { 
	color: #fff !important;
}

.padding-sezione {
	padding: 5% 0%;
}

body.body-noheader .body-container-wrapper {padding-top: 0 !important;}

.testi_arancio {
	color: #ff6600 !important;
}

.padding5 {
padding-left: 5%;
padding-right: 5%;}

.testi_blu {
	color: #0000ff !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
	display: inline !important;
}

.input .inputs-list p {font-size: 0.875em !important;}

.aperitivi-lp h4 {
	line-height: 1.4em;
  font-weight: 600;
}

.aperitivi-lp p {
	font-size: 1.1em;
  line-height: 1.4em;
}


/* ==========================================================================


   8. Page E-COMMERCE 2018


   ========================================================================== */
/*GENERAL*/

.ecomm2018 .container-fluid .row-fluid .page-center-b {
    float: none;
    max-width: 1270px;
    margin: 0 auto;
}

.ecomm2018 .grey-row, .ecomm2018 .grey-row2 {
  background-color: #f2f2f2;
}

.ecomm2018 .orangetxt {
  	color: #ff6600;
}

.ecomm2018 .bluetxt {
  	color: #2190af;
}

.ecomm2018 h2 {
		font-size: 2.4em;
   	font-weight: 600;
}

.p-b-60 {
	padding-bottom: 60px;
}

.p-t-60 {
	padding-top: 60px;
}

.ecomm2018 .page-center-b p {
	font-size: 1.25em;
}



/*HEADER and MENU CLASS*/

.ecomm2018 .header-container .logo-nero {display: block;}
.ecomm2018 .header-container .logo-bianco {display: none !important;}
.ecomm2018 .custom-menu-primary .hs-menu-wrapper > ul > li > a {font-weight: 500; color: #000;}
/*.ecomm2018 .small-header2 .header-container .logo-nero .hs_cos_wrapper_type_logo a img {
    width: 150px !important;
    max-width: inherit;
    margin: 0;
}*/
/*.ecomm2018 .small-header2 .header-container .logo-nero {display: block !important;}*/
.ecomm2018 .small-header2 .header-container .logo-bianco {display: none;}

.ecomm2018 .header-container {
    padding: 0;
    background: #fff;
    transition: 0.5s linear;
}
.ecomm2018 .small-header2 .header-container {
    padding: 0;
    background-color: #fff;
    transition: 0.5s linear;
}
.ecomm2018 .small-header2 .background-top {display: none;}
/*.ecomm2018 .small-header2 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: 500;
    color: #000;
}*/
.ecomm2018 .small-header2 .custom-menu-primary {padding-bottom: 20px;}
.ecomm2018 .custom-menu-primary .hs-menu-wrapper>ul ul {border-radius: 0px;}


/*BACKGROUND IMAGE*/

.ecomm2018 #banner-background-image-ecomm {
  position: relative;
  background-color: #ff7d5c;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
  min-height: 700px;
  display: flex;
  align-items: center;
}


.ecomm2018 #banner-background-image-ecomm h1 {
    color: #fff;
    font-size: 4em;
    margin-top: 25px;
    line-height: 1em;
  	font-weight: 700;
}

.ecomm2018 #banner-background-image-ecomm h3 {
    color: #fff;
    font-size: 2em;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    padding: 5px 5px 5px 10px;
  	max-width: 1000px;
  	margin: 0 auto;
}


/*BLUE BOX*/



.ecomm2018 .blue-box {
		position: absolute;
  	background-color: #0009b7;
  	max-width: 585px;
    color: #ffffff;
  	padding: 50px 80px;
    top: 720px;
}

.ecomm2018 .blue-box h4 {
		font-size: 1.5em;
  	padding-top: 15px;
}

.ecomm2018 .blue-box .pulsante {
    background: linear-gradient(to right, #ff3800 , #ff6600);
    max-width: 500px;
    margin: 30px auto 0;
    padding: 20px;
    font-size: 2.5em;
    font-weight: 600;
    color: #fff;  
}  

/*TEXT THIN - GREY BACKGROUND*/

.ecomm2018 .p-light-text p {
		font-weight: 200;
  	font-size: 2em;
  	margin: 0;
  	padding: 90px 0 100px 60px;
}

/* WHY ICT */

.ecomm2018 .background-image-ecomm2 {display: none;}
.ecomm2018 #banner-background-image-ecomm2 {
    position: absolute;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 550px;
  	right:0;
}


.ecomm2018  .list-why {
  max-width: 500px;
  height: 550px;  
  border-left: 1px solid #ddd;
}

.ecomm2018 .list-why-noborder {
  border:none!important;
}

.ecomm2018 .page-center-b h2, .ecomm2018 .page-center-b p {
	padding-left: 50px;
}

.ecomm2018 .list-why ul {
	padding-left: 50px;
  position: relative;
}

.ecomm2018 .list-why ul li {
  font-size: 1.25em;
	list-style: none;
  list-style-image: none;
  margin-bottom: 20px;
}

.ecomm2018 .list-why ul li span {color: #ff6600;}

.ecomm2018 .list-why ul li:before {
  	content: "\f058";
  	font-family: FontAwesome;
  	color: #0000ff;
    font-size: 2.1875em;
    display: inline;
    left: -18px;
    position: absolute;
}

/* Fascia blu */

.ecomm2018 .blue-row {
  background-color: #1d2963;
  padding: 60px 0;
}

.ecomm2018 .blue-row .sx h2 {
  	color: #fff;
    padding: 10px 0;
    margin: 0;
    font-size: 2.5em;
}

.ecomm2018 .blue-row .sx p {color: #fff; font-size: 1.25em;}
.ecomm2018 .blue-row .sx a {color: #fff;}
.ecomm2018 .blue-row .dx {text-align: center;}

.ecomm2018 .blue-row .dx .pulsante {
  background: linear-gradient(to right, #ff6600 , #ff3800);
  max-width: 500px;
  margin: 90px auto 0;
  padding: 20px;
  font-size: 2.5em;
  font-weight: 600;
  color: #fff;  
}  

/* Background image - sezione connetti il tuo gestionale */

.ecomm2018 .background-image-ecomm3 {display: none;}
.ecomm2018 #banner-background-image-ecomm3 {
    position: absolute;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 550px;
  	left:0;
}
.ecomm2018 .contenitore-connetti {
  float: right; 
  height: 500px;
	border-right: 1px solid #ddd;
}


.ecomm2018 .contenitore-connetti p {
		font-size: 2em;
    line-height: 1.2;
  	font-weight: 200;
    padding-right: 30px;  
}


.ecomm2018 .contenitore-connetti .pulsante {
    position: relative;
    color: #1d2963;
    text-decoration: underline;
  	margin-top: 30px;
    font-size: 2.5em;
  	font-weight: 600;
}

.ecomm2018 .contenitore-connetti .pulsante:after {
  content: url(https://www.ictsviluppo.it/hubfs/Ecommerce2018/frecce_down.png); 
  position: absolute;
  right: -8.5px;
  top: -130px;
}

.ecomm2018 .p-last-row {padding-bottom:45px;}

/* sezione con cta */

.ecomm2018 .grey-row2 {padding: 80px 0;}

/* Sezione form - Background image */

.ecomm2018 .background-row7 { background: #f2f2f2;}

.ecomm2018 .row7 {
  padding: 100px 0;
	border-left: 1px solid #ddd;  
}

.ecomm2018 .list-why2 ul {
	padding-left: 50px;
  position: relative;
}

.ecomm2018 .list-why2 ul li {
  font-size: 1.25em;
	list-style: none;
  list-style-image: none;
  margin-bottom: 20px;
}

.ecomm2018 .list-why2 ul li span {color: #ff6600;}

.ecomm2018 .list-why2 ul li:before {
  	content: "\f058";
  	font-family: FontAwesome;
  	color: #0000ff;
    font-size: 2.1875em;
    display: inline;
    left: -18px;
    position: absolute;
}

.ecomm2018 .background-image-ecomm4 {display: none;}
.ecomm2018 #banner-background-image-ecomm4 {
  	position: relative;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 1150px;
}

.ecomm2018 .contenitore-form {
    color: #fff;
		max-width: 500px;
  	margin: 0 auto !important;
  	float: none;
    position: relative;
    top: -50px;  
}

.ecomm2018 .contenitore-form input[type="text"],
.ecomm2018 .contenitore-form input[type="email"],
.ecomm2018 .contenitore-form input[type="tel"] {
	height: 50px;  
}
.ecomm2018 .contenitore-form textarea {height: 150px; min-height: unset;}


.ecomm2018 .contenitore-form a {color: #fff;}

.ecomm2018 .contenitore-form .actions {text-align: center;}

.ecomm2018 .contenitore-form ul li {font-size: 0.8125em;} 

.ecomm2018 .contenitore-form .hs-button.primary {
    height: auto;
  	margin-top: 10px;
    max-width: 100%;
    white-space: normal;
    background-color: #1d2963;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 3px 60px;
    font-size: 1.25em;
}
  body.shpl #banner-background-image-ecomm4 {min-height: 1350px !important;}    
.ecomm2018 #banner-background-image-ecomm4 .blue-box2 {
		position: relative;
  	background-color: #2190af;
  	max-width: 565px;
    color: #ffffff;
  	padding: 60px 90px;
    top: -75px;
    right: -15px;
}


.ecomm2018 #banner-background-image-ecomm4 .blue-box2 h4 {
		font-size: 1.5em;
  	padding-top: 15px;
}

/* I vantaggi di shopify - row9 */

.ecomm2018 .row9 {
  padding: 80px 0; 
}

.ecomm2018 .row9 h2 {padding-bottom: 20px;}
.ecomm2018 .row9 .sx h3, .ecomm2018 .row9 .dx h3 {color: #1d2963; font-weight: 600;}

.ecomm2018 .price__btn {width:100%!important;}
.ecomm2018 .price__btn:hover {background:#ff0000;}
.ecomm2018 .price__btn a {font-size:1.6em;}
.ecomm2018 .price__price {font-size:3em;}
.ecomm2018	.price__feat ul li {font-size:0.8em;}

.ecomm2018 .sx-h3-1 {
  position: relative;
	line-height: 55px;
  padding-left: 50px;
}
.ecomm2018 .sx-h3-1:before {
  	content: url(https://www.ictsviluppo.it/hubfs/Ecommerce2018/pronto_subito.png); 
  	position: absolute;
  	left: -28px;
}

.ecomm2018 .sx-h3-2 {
  position: relative;
	line-height: 55px;
  padding-left: 50px;
}
.ecomm2018 .sx-h3-2:before {
  	content: url(https://www.ictsviluppo.it/hubfs/Ecommerce2018/sicuro_affidabile.png); 
  	position: absolute;
  	left: -28px;
}

.ecomm2018 .sx-h3-3 {
  position: relative;
	line-height: 55px;
  padding-left: 50px;
}
.ecomm2018 .sx-h3-3:before {
  	content: url(https://www.ictsviluppo.it/hubfs/Ecommerce2018/pulito_prezioso.png); 
  	position: absolute;
  	left: -28px;
}

.ecomm2018 .row9 .sx p {padding-bottom: 30px;} 
.ecomm2018 .row9 .dx p {padding-bottom: 30px;}

.ecomm2018 .dx-h3-1 {
  position: relative;
	line-height: 55px;
  padding-left: 50px;
  text-align: left;  
}
.ecomm2018 .dx-h3-1:after {
  	content: url(https://www.ictsviluppo.it/hubfs/Ecommerce2018/liberi_da_codice.png); 
  	position: absolute;
  	left: -28px;
}

.ecomm2018 .dx-h3-2 {
  position: relative;
	line-height: 55px;
  padding-left: 50px;
  text-align: left;  
}
.ecomm2018 .dx-h3-2:after {
  	content: url(https://www.ictsviluppo.it/hubfs/Ecommerce2018/social_integrato.png); 
  	position: absolute;
  	left: -28px;
}

.ecomm2018 .dx-h3-3 {
  position: relative;
	line-height: 55px;
  padding-left: 50px;
  text-align: left;
}
.ecomm2018 .dx-h3-3:after {
  	content: url(https://www.ictsviluppo.it/hubfs/Ecommerce2018/hubspot_integrato.png); 
  	position: absolute;
  	left: -28px;
}


/* media query */

@media (min-width: 1127px) and (max-width: 1300px) {

.ecomm2018 .list-why {
    height: 650px;
    margin-left: 20px !important;
    padding-right: 20px;
}  
.ecomm2018 .p-light-text p {padding: 90px 0 150px 60px;}  
  .ecomm2018 #banner-background-image-ecomm2 {min-height: 650px;}  
.ecomm2018 .contenitore-connetti {
    height: auto;
    margin-right: 20px;
  padding-bottom: 50px;
}    
  .ecomm2018 .row7 {margin-left: 20px !important;}    
  .ecomm2018 .row9 .sx,   .ecomm2018 .row9 .dx  {padding: 0 20px 0 50px;}
  
}
@media (min-width: 982px) and (max-width: 1169px) {
.ecomm2018 .blue-box {
  position: relative; 
  padding: 60px;
  top: 100px;
  }  
  
}
@media (min-width: 982px) and (max-width: 1126px) {

  .ecomm2018 #banner-background-image-ecomm {padding: 150px 0 90px;}  
  .ecomm2018 h2 {font-size: 2.2em;}  
  .ecomm2018 .grey-row {padding: 0 0 90px 0;}  
.ecomm2018 .blue-box {
  position: relative; 
  padding: 60px;
  top: 100px;
  }
.ecomm2018 .list-why {
    height: 650px;
    margin-left: 20px !important;
    padding-right: 20px;
}  
.ecomm2018 .p-light-text p {padding: 90px 0 150px 60px;}  
  .ecomm2018 #banner-background-image-ecomm2 {min-height: 650px;}  
.ecomm2018 .contenitore-connetti {
    height: 750px;
    margin-right: 20px;
}  
  
  .ecomm2018 #banner-background-image-ecomm4 .blue-box2 {padding: 90px 50px;} 
  .ecomm2018 #banner-background-image-ecomm3 {min-height: 750px;}  
  .ecomm2018 .row7 {margin-left: 20px !important;}  
  .ecomm2018 .row7 img {padding-right: 20px;}  
  .ecomm2018 #banner-background-image-ecomm4 {min-height: 1150px;}   
  body.shpl #banner-background-image-ecomm4 {min-height: 1250px !important;}    
.ecomm2018 .sx-h3-1::before,
.ecomm2018 .sx-h3-2::before,
.ecomm2018 .sx-h3-3::before,
.ecomm2018 .dx-h3-1::after,
.ecomm2018 .dx-h3-2::after,
.ecomm2018 .dx-h3-3::after  
  {
  position: relative; 
  top: 20px;
  }
  
  .ecomm2018 .row9 .dx p {padding-right: 10px;}  
.ecomm2018 .dx-h3-1::after,
.ecomm2018 .dx-h3-2::after,
.ecomm2018 .dx-h3-3::after 
  {left: 20px; }
  
}


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

  .ecomm2018 #banner-background-image-ecomm {padding: 150px 0 90px;}  
  .ecomm2018 h2 {font-size: 2.2em;}  
  .ecomm2018 .grey-row {padding: 0 0 90px 0;}
.ecomm2018 .blue-box {
  position: relative; 
  padding: 60px;
  top: 100px;
  }
.ecomm2018 .list-why {
    height: 650px;
    margin-left: 20px !important;
    padding-right: 20px;
}  
  .ecomm2018 #banner-background-image-ecomm2 {min-height: 650px;}  
.ecomm2018 .contenitore-connetti {
    height: 750px;
    margin-right: 20px;
}  
  
  .ecomm2018 #banner-background-image-ecomm4 .blue-box2 {padding: 90px 50px;} 
  .ecomm2018 #banner-background-image-ecomm3 {min-height: 750px;}  
  .ecomm2018 .row7 {margin-left: 20px !important;}  
  .ecomm2018 .row7 img {padding-right: 20px;}  
  .ecomm2018 #banner-background-image-ecomm4 {min-height: 1250px;}  
.ecomm2018 .sx-h3-1::before,
.ecomm2018 .sx-h3-2::before,
.ecomm2018 .sx-h3-3::before,
.ecomm2018 .dx-h3-1::after,
.ecomm2018 .dx-h3-2::after,
.ecomm2018 .dx-h3-3::after  
  {
  position: relative; 
  top: 20px;
  }
.ecomm2018 .dx-h3-1::after,
.ecomm2018 .dx-h3-2::after,
.ecomm2018 .dx-h3-3::after 
  {left: 20px; }
  
  .ecomm2018 .row9 .dx p {padding-right: 20px;}  
  
}

@media (max-width: 767px) {

  .ecomm2018 #banner-background-image-ecomm {
    height: auto;
    min-height: unset;
    padding: 40px 0;
  }  
.ecomm2018 .blue-box {
    position: relative;
    top: 40px;
    margin: 0 auto !important;
}  
  .ecomm2018 .p-light-text p {padding: 90px 0 60px; text-align: center;}  
  .ecomm2018 #banner-background-image-ecomm2 {position: relative;}  
  .ecomm2018 .list-why { height: 100%; padding-bottom: 40px; margin-left: 50px !important;}  
  .ecomm2018 .blue-row .sx h2, .ecomm2018 .blue-row .sx p {text-align: center;}  
  .ecomm2018 #banner-background-image-ecomm3 {position: relative;}  
  .ecomm2018 .contenitore-connetti {margin-right: 50px; height: auto; padding-bottom: 50px;}  
  .ecomm2018 .row7 {margin-left: 50px !important; padding-right: 50px;} 
  .ecomm2018 .row7 img {margin: 50px auto 0; display: block;}  

  .ecomm2018 .list-why2 .p-t-60  {padding-top: 0;}
.ecomm2018 #banner-background-image-ecomm4 {min-height: 1250px;}  
.ecomm2018 #banner-background-image-ecomm4 .blue-box2 {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 80px auto;  
}  

  .ecomm2018 .row9 {padding-left: 50px !important; padding-right: 50px !important;}
  .ecomm2018 .contenitore-form {padding: 0 10px;} 
  
}

@media (max-width: 390px) {
  
  .ecomm2018 #banner-background-image-ecomm h1 {font-size: 3em;}
  .ecomm2018 .blue-box {padding: 60px 20px;}  
  .ecomm2018 .blue-box h2 {font-size: 2.3em;}  
  .ecomm2018 #banner-background-image-ecomm2 {background-position: center center;}
  .ecomm2018 .list-why {height: 800px; padding-right: 10px;}  
  .ecomm2018 .contenitore-connetti {height: auto; padding-bottom: 50px;}  
  .ecomm2018 .p-light-text p {padding: 60px 20px 60px;}  
  .ecomm2018 #banner-background-image-ecomm4 .blue-box2 {padding: 60px;}  
  .ecomm2018 .contenitore-form {padding: 0 10px; }  
  .ecomm2018 .contenitore-form .hs-button.primary {margin-bottom: 50px;}  
  .ecomm2018 #banner-background-image-ecomm4 .blue-box2 .orangetxt {word-wrap: initial;}  
  
}

@media (max-width: 335px) {
  .ecomm2018 .list-why {height: 850px;}  
  .ecomm2018 .contenitore-connetti {height: auto; padding-bottom: 50px;} 
  
  }


/* ==========================================================================


   9. Page STARTUP 2018


   ========================================================================== */
/*GENERAL*/

.startup .container-fluid .row-fluid .page-center-b {
    float: none;
    max-width: 1270px;
    margin: 0 auto;
}

.startup .grey-row {
  background-color: #f2f2f2;
}

.startup .orangetxt {
  	color: #ff6600;
}

.startup .bluetxt {
  	color: #2190af;
}

.startup h2 {
		font-size: 2.5em;
   	font-weight: 600;
  	line-height: 1;
  	padding-bottom: 20px;
}

.p-b-60 {
	padding-bottom: 60px;
}

.p-t-60 {
	padding-top: 60px;
}

.startup .page-center-b p {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 200;
}



/*HEADER and MENU CLASS*/

.startup .header-container .logo-nero {display: block;}
.startup .header-container .logo-bianco {display: none !important;}
.startup .custom-menu-primary .hs-menu-wrapper > ul > li > a {font-weight: 500; color: #000;}

.startup .small-header3 .header-container .logo-bianco {display: none;}

.startup .header-container {
    padding: 0;
    background: #fff;
    transition: 0.5s linear;
}
.startup .small-header3 .header-container {
    padding: 0;
    background-color: #fff;
    transition: 0.5s linear;
}
.startup .small-header3 .background-top {display: none;}

.startup .small-header3 .custom-menu-primary {padding-bottom: 20px;}
.startup .custom-menu-primary .hs-menu-wrapper>ul ul {border-radius: 0px;}


/*BACKGROUND IMAGE*/

.startup #banner-background-image-ecomm {
    position: relative;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 700px;
  	padding: 180px 0 90px;
}


.startup #banner-background-image-ecomm h1 {
    color: #fff;
    font-size: 4em;
    margin-top: 25px;
    line-height: 1.4em;
  	font-weight: 700;
}

.startup #banner-background-image-ecomm h3 {
    color: #fff;
    font-size: 2em;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    padding: 5px 5px 5px 10px;
  	max-width: 1000px;
  	margin: 0 auto;
}


/*BLUE BOX*/

.startup .blue-box {
		position: absolute;
  	background-color: #2190af;
  	max-width: 585px;
    color: #ffffff;
  	padding: 60px;
    top: 620px;
}

.startup .blue-box .percento {font-size: 8em;}
.startup .blue-box h4 {
		font-size: 1.5em;
}

.startup .blue-box .pulsante {
    background: linear-gradient(to right, #ff3800 , #ff6600);
    width: 100%;
    padding: 30px;
    margin: 30px auto 0;
    font-size: 2em;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 0;
}  

/*TEXT THIN - GREY BACKGROUND*/

.startup .p-light-text {padding-bottom: 118px;}

.startup .p-light-text p {
		font-weight: 200;
  	font-size: 2.5em;
    padding: 90px 0 0 60px;
}
.startup .txt-pe {
    padding: 0 0 0 60px !important;
    font-size: 2em !important;
}

.startup .p-light-text ul {
    font-weight: 200;
    font-size: 2em;
		padding: 0 0 0 60px;
    margin: 0;
}  

/* WHY ICT */

.startup .background-image-ecomm2 {display: none;}
.startup #banner-background-image-ecomm2 {
    position: absolute;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 630px;
  	right:0;
}


.startup  .list-why {
  max-width: 500px;
  height: 630px;  
}

.startup .page-center-b h2, .startup .page-center-b p {
	padding-left: 50px;
}

/* Fascia blu */

.startup .blue-row {
  background-color: #1d2963;
  padding: 60px 0;
}

.startup .blue-row .sx h2 {
  	color: #fff;
    padding: 10px 0;
    margin: 0;
    font-size: 2.5em;
}

.startup .blue-row .sx p {color: #fff; font-size: 1.25em;}
.startup .blue-row .sx a {color: #fff;}
.startup .blue-row .dx {text-align: center;}

.startup .blue-row .dx .pulsante {
  background: linear-gradient(to right, #ff6600 , #ff3800);
  max-width: 500px;
  margin: 50px auto 0;
  padding: 20px;
  font-size: 2.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;  
}  

/* Background image - sezione connetti il tuo gestionale */

.startup .background-image-ecomm3 {display: none;}
.startup #banner-background-image-ecomm3 {
    position: absolute;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 630px;
  	left:0;
}
.startup .contenitore-connetti {
  float: right; 
  height: 630px;
}


.startup .contenitore-connetti p {
		font-size: 1.5em;
    line-height: 1.2;
  	font-weight: 200;
    padding-right: 30px;  
}


.startup .contenitore-connetti .pulsante {
    position: relative;
    color: #1d2963;
    text-decoration: underline;
  	margin-top: 30px;
    font-size: 2.5em;
  	font-weight: 600;
}

.startup .contenitore-connetti .pulsante:after {
  content: url(https://www.ictsviluppo.it/hubfs/Ecommerce2018/frecce_down.png); 
  position: absolute;
  right: -8.5px;
  top: -130px;
}

/* sezione con cta */

.startup .black-row {padding: 60px 0; background-color: #000; text-align: center; color: #fff;}

/* Sezione form - Background image */

.startup .background-row7 { background: #f2f2f2;}

.startup .row7 {
  padding: 100px 0;
}
.startup .row7 .coccarda {text-align: center;}


.startup .background-image-ecomm4 {display: none;}
.startup #banner-background-image-ecomm4 {
  	position: relative;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 1100px;
}

.startup .contenitore-form {
    color: #fff;
		max-width: 500px;
  	margin: -30px auto 0 !important;
  	float: none;
}

.startup .contenitore-form input[type="text"],
.startup .contenitore-form input[type="email"],
.startup .contenitore-form input[type="tel"] {
	height: 50px;  
}
.startup .contenitore-form textarea {height: 200px;}


.startup .contenitore-form a {color: #fff;}

.startup .contenitore-form .actions {text-align: center;}

.startup .contenitore-form ul li {font-size: 0.8125em;} 

.startup .contenitore-form .hs-button.primary {
    height: auto;
  	margin-top: 10px;
    max-width: 100%;
    white-space: normal;
    background-color: #1d2963;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 3px 60px;
    font-size: 1.25em;
}

.startup #banner-background-image-ecomm4 .blue-box2 {
		position: relative;
  	background-color: #2190af;
  	max-width: 565px;
    color: #ffffff;
  	padding: 40px 60px;
    top: -130px;
    right: -15px;
}




.startup #banner-background-image-ecomm4 .blue-box2 h4 {
    font-size: 1.75em;
    padding: 40px 0;
}



/* media query */


@media (min-width: 982px) and (max-width: 1079px) {

  .startup #banner-background-image-ecomm {padding: 150px 0 90px;}  
  .startup h2 {font-size: 2.2em;}  
  
.startup .blue-box {
  position: relative; 
  padding: 60px;
  top: 100px;
  }
.startup .list-why {
    height: 650px;
    margin-left: 20px !important;
    padding-right: 20px;
}  
  .startup .grey-row {padding-bottom: 90px;}  
  .startup .p-light-text {padding-bottom: 170px;}  
.startup .p-light-text p {padding: 220px 0 20px 60px;}   
  .startup .blue-row {padding: 60px 20px;}  
  .startup #banner-background-image-ecomm2 {min-height: 650px;}  
.startup .contenitore-connetti {
    height: 750px;
    margin-right: 20px;
}  
  
  .startup #banner-background-image-ecomm4 .blue-box2 {padding: 90px 50px;} 
  .startup #banner-background-image-ecomm3 {min-height: 750px;}  
  .startup .row7 {margin-left: 20px !important;}  
  .startup .row7 img {padding-right: 20px;}  
  .startup #banner-background-image-ecomm4 {min-height: 1200px;}  

  
}

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

  .startup #banner-background-image-ecomm {padding: 150px 0 90px;}  
  .startup h2 {font-size: 2.2em;}  
  .startup .grey-row {padding-bottom: 90px;}
.startup .p-light-text p {padding: 200px 0 0 60px;}    
  .startup .blue-row {padding: 60px 20px;}    
  .startup .blue-box {
  position: relative; 
  padding: 60px;
  top: 100px;
  }
.startup .blue-box .percento {font-size: 5.5em;}  
.startup .blue-box .pulsante {font-size: 1.7em;}
  
.startup .list-why {
    height: 850px;
    padding-right: 20px;
}  
  .startup #banner-background-image-ecomm2 {min-height: 850px;}  
.startup .contenitore-connetti {
    height: 850px;
  	text-align: left;
}  
  .startup #banner-background-image-ecomm3 {min-height: 850px;}  
  .startup .row7 img {padding-right: 20px;}  
  .startup #banner-background-image-ecomm4 {min-height: 1200px;}  

  
  
}

@media (max-width: 767px) {

  .startup #banner-background-image-ecomm {padding: 125px 0 90px;}  
.startup .blue-box {
    position: relative;
    top: 40px;
    margin: 0 auto !important;
}  
  .startup .p-light-text p {padding: 60px 20px 0px 60px;  }
  
.startup .p-light-text ul {
    padding: 0 0 0 60px;
}  
  .startup #banner-background-image-ecomm2 {position: relative;}  
  .startup .list-why { height: 100%; padding-bottom: 40px;}  
  .startup .blue-row .sx h2, .startup .blue-row .sx p {text-align: center;}  
  .startup #banner-background-image-ecomm3 {position: relative;}  
  .startup .row7 img {margin: 50px auto 0; display: block;}  
.startup .contenitore-connetti {
    float: none;
    height: auto;
}
  .startup .list-why2 .p-t-60  {padding-top: 0;}
.startup #banner-background-image-ecomm4 {min-height: 1250px;}  
.startup #banner-background-image-ecomm4 .blue-box2 {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 80px auto;
}  


  
}

@media (max-width: 390px) {
  .startup h2 {font-size: 2.4em;}
  .startup .blue-box .percento {font-size: 6em;}
  .startup .blue-box .pulsante {font-size: 1.5em;}  
  .startup #banner-background-image-ecomm h1 {font-size: 3em;}
  .startup .blue-box {padding: 60px 20px;}  
  .startup .blue-box h2 {font-size: 2.3em;}  
  .startup #banner-background-image-ecomm2 {background-position: center center;}
  .startup .list-why {height: 800px; padding-right: 10px;}  
  .startup .contenitore-connetti {height: auto;}  
  .startup .contenitore-form {padding: 0 10px;}  
  .startup .contenitore-form .hs-button.primary {margin-bottom: 50px;}  
.startup .page-center-b h2, .startup .page-center-b p {padding: 0 20px;}  
}


@media (max-width: 335px) {
  .startup .list-why {height: 850px;}  
  .startup .contenitore-connetti {height: auto;} 
  
  }

/* ==========================================================================


   10. Page TESI DI LAUREA 2018


   ========================================================================== */
/*GENERAL*/

.student .container-fluid .row-fluid .page-center-b {
    float: none;
    max-width: 1270px;
    margin: 0 auto;
}

.student .grey-row {
  background-color: #f2f2f2;
}

.student .orangetxt {
  	color: #ff6600;
}

.student .bluetxt {
  	color: #2190af;
}

.student h2 {
		font-size: 2.5em;
   	font-weight: 600;
  	line-height: 1;
  	padding-bottom: 20px;
}

.p-b-60 {
	padding-bottom: 60px;
}

.p-t-60 {
	padding-top: 60px;
}

.student .page-center-b p {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 200;
}

.student .page-center-b ul li {
    font-size: 1.5em;
    line-height: 1.4;
    font-weight: 200;
}


/*HEADER and MENU CLASS*/

.student .header-container .logo-nero {display: block;}
.student .header-container .logo-bianco {display: none !important;}
.student .custom-menu-primary .hs-menu-wrapper > ul > li > a {font-weight: 500; color: #000;}

.student .small-header3 .header-container .logo-bianco {display: none;}

.student .header-container {
    padding: 0;
    background: #fff;
    transition: 0.5s linear;
}
.student .small-header3 .header-container {
    padding: 0;
    background-color: #fff;
    transition: 0.5s linear;
}
.student .small-header3 .background-top {display: none;}

.student .small-header3 .custom-menu-primary {padding-bottom: 20px;}
.student .custom-menu-primary .hs-menu-wrapper>ul ul {border-radius: 0px;}


/*BACKGROUND IMAGE*/

.student .bg-page {
    position: relative;
    padding: 150px 0 80px;
    background: #e4f5fc; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e4f5fc 0%, #ffe7d9 0%, #d9d9ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e4f5fc 0%,#ffe7d9 0%,#d9d9ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e4f5fc 0%,#ffe7d9 0%,#d9d9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#d9d9ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.student .bg-page .bg-great {
      padding: 200px 0 200px;
}



.student .bg-page h1 {
    color: #ff7d5c;
    font-size: 4em;
    line-height: 1.4em;
  	font-weight: 700;
}

.student .bg-page h3 {
    color: #000;
    font-size: 2em;
    margin-top: 50px;
}

.student .bg-page h4 {
    color: #000;
     margin-top: 50px;
     font-size: 1.5em;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    padding: 5px 5px 5px 10px;
  	max-width: 1000px;
  	margin: 0 auto;
}

.student .bg-page .btn {
  margin:25px auto;
  padding: 15px 15px 15px 15px;
  font-family: 'Nunito', sans-serif;
  font-size: 2.0em;
  color: #ff7d5c;
  border: 2px solid #ff7d5c;
  max-width:400px;
  transition:1s;
}

.student .bg-page .btn:hover {
background: #ff7d5c; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ff7d5c 0%, #dd5500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ff7d5c 0%,#dd5500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ff7d5c 0%,#dd5500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d5c', endColorstr='#dd5500',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border: 2px solid transparent;
color: #fff;
box-shadow: 5px 5px 15px #999;
}

.student .btn {
  margin-top:25px;
  padding: 15px 15px 15px 15px;
  font-family: 'Nunito', sans-serif;
  font-size: 1.3em;
  color: #ff7d5c;
  border: 2px solid #ff7d5c;
  max-width:400px;
  transition:1s;
  text-align:center;
}

.student .btn:hover {
background: #ff7d5c; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ff7d5c 0%, #dd5500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ff7d5c 0%,#dd5500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ff7d5c 0%,#dd5500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d5c', endColorstr='#dd5500',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border: 2px solid transparent;
color: #fff;
box-shadow: 5px 5px 15px #999;
}




/*BLUE BOX*/

.student .blue-box {
		position: absolute;
  	background-color: #2190af;
  	max-width: 585px;
    color: #ffffff;
  	padding: 60px;
    top: 590px;
}

.student .blue-box .percento {font-size: 8em;}
.student .blue-box h4 {
		font-size: 1.5em;
}

.student .blue-box .pulsante {
    background: linear-gradient(to right, #ff3800 , #ff6600);
    width: 100%;
    padding: 30px;
    margin: 30px auto 0;
    font-size: 2em;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 0;
}  

/*TEXT THIN - GREY BACKGROUND*/

.student .p-light-text {
		font-weight: 300;
  	font-size: 1.4em;
    padding: 90px 0;
}

.student .p-light-text strong {
		color: #ff7d5c;
  	font-weight: bold;
}



/* WHY ICT */

.student .background-image-ecomm2 {display: none;}
.student #banner-background-image-ecomm2 {
    position: absolute;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 630px;
  	right:0;
}


.student  .list-why {
  max-width: 500px;
  height: 630px;  
}

.student .page-center-b h2, .student .page-center-b p {
	padding-left: 50px;
  padding-right: 50px;
}

.student .page-center-b ul {
	padding-left: 70px;
}

/* Fascia arancio */

.student .orange-row {
  background-color: #ff7d5c;
  padding: 60px 0;
}

.student .orange-row .sx h2 {
  	color: #fff;
    padding: 10px 0;
    margin: 0;
    font-size: 2.5em;
}

.student .grey-bg {
	background-color: #f5f5f5;
}

.student .orange-row .sx p {color: #fff; font-size: 1.25em;}
.student .orange-row .sx a {color: #fff;}
.student .orange-row .dx {text-align: center;}

.student .orange-row .dx .pulsante {
  background: linear-gradient(to right,#2190af, #222222);
  max-width: 500px;
  margin: 20px auto 0;
  padding: 20px;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;  
}  

/* Background image - sezione connetti il tuo gestionale */

.student .background-image-ecomm3 {display: none;}
.student #banner-background-image-ecomm3 {
    position: absolute;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 630px;
  	left:0;
}
.student .contenitore-connetti {
  float: right; 
  height: 630px;
}


.student .contenitore-connetti p {
		font-size: 1.5em;
    line-height: 1.2;
  	font-weight: 200;
    padding-right: 30px;  
}


.student .contenitore-connetti .pulsante {
    position: relative;
    color: #1d2963;
    text-decoration: underline;
  	margin-top: 30px;
    font-size: 2.5em;
  	font-weight: 600;
}

.student .contenitore-connetti .pulsante:after {
  content: url(https://www.ictsviluppo.it/hubfs/Ecommerce2018/frecce_down.png); 
  position: absolute;
  right: -8.5px;
  top: -130px;
}

/* sezione con cta */

.student .black-row {padding: 60px 0; background-color: #000; text-align: center; color: #fff;}

/* Sezione form - Background image */

.student .background-row7 { background: #f2f2f2;}

.student .row7 {
  padding: 100px 0;
}
.student .row7 .coccarda {text-align: center;}


.student .background-image-ecomm4 {display: none;}
.student #banner-background-image-ecomm4 {
  	position: relative;
    background-color: #ff7d5c;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 1100px;
}

.student .contenitore-form {
    color: #fff;
		max-width: 500px;
  	margin: -30px auto 0 !important;
  	float: none;
}

.form-full {
  	margin: 55px auto 0 !important;
}

.student .contenitore-form input[type="text"],
.student .contenitore-form input[type="email"],
.student .contenitore-form input[type="tel"] {
	height: 50px;  
}
.student .contenitore-form textarea {height: 200px;}

.student .p-tb-70 {padding-top:70px !important; padding-bottom: 70px !impprtant;}
.student .contenitore-form a {color: #fff;}

.student .contenitore-form .actions {text-align: center;}

.student .contenitore-form ul li {font-size: 0.8125em;} 

.student .p-l-70 {padding-left: 90px;}

.student .grey-bg p {
	  font-size: 1.1em;
    line-height: 1.2;
    font-weight: 200;
}
.student .contenitore-form .hs-button.primary {
    height: auto;
  	margin-top: 10px;
    max-width: 100%;
    white-space: normal;
    background-color: #1d2963;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 3px 60px;
    font-size: 1.25em;
}

.student #banner-background-image-ecomm4 .blue-box2 {
		position: relative;
  	background-color: #2190af;
  	max-width: 565px;
    color: #ffffff;
  	padding: 40px 60px;
    top: -80px;
    right: -15px;
  position: relative;
    background-color: #1d2963;
    max-width: 565px;
    color: #ffffff;
    padding: 40px 60px;
}


.student #banner-background-image-ecomm4 .blue-box2 h4 {
    font-size: 1.75em;
    padding: 40px 0;
}

.student .grad i {
  background: -webkit-linear-gradient(#0000ff, #ff7d5c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  padding-top: 90px;
  text-align: center;
}

.student .linea-box-arg {
  border: 2px solid #ff7d5c;
  padding: 30px 15px;
  margin-top: 30px;
 -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
cursor: pointer;
    min-height:260px;

}
 
.student .linea-box-arg h3 {
	text-align: center;
}
  
  
  .student .linea-box-arg a h3 img {
    	padding-bottom: 10px;

  }


.student .linea-box-arg a h3, .student .blue-box-arg a p  {
	color: #ff7d5c !important;
}


.student .blue-box-arg p {
	text-align: left !important;
  font-size: 1.1em;
}

.student .blue-box-arg p strong {
	font-weight: bold; 
  color: #ff7d5c;
}


.student .blue-box-arg {
	background-color: #2190af;
    color: #ffffff;
  	padding: 30px 15px;
  margin-top: 30px;
 -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
cursor: pointer;
}

.student .blue-box-arg:hover {
		background-color: #0000ff;
}

.student .blue-box-arg h3 {
	text-align: center;
}

.student .blue-box-arg a h3 img {
	padding-bottom: 10px;
}

.student .blue-box-arg a h3, .student .blue-box-arg a p  {
	color: white !important;
}

.student .blue-box-arg a h3:hover {
	color: #ff7d5c !important;
}

.student .blue-box-arg h3 a:hover {
  color: #ff7d5c;
}


.student .blue-box-arg p {
	text-align: left !important;
  font-size: 1.1em;
}

.student .blue-box-arg p strong {
	font-weight: bold; 
  color: #ff7d5c;
}


/* media query */


@media (min-width:769px){

  .student .bg-page h3 {margin-top:0;}
  .grad {text-align: center;}
	.student .p-l-70 {padding-left: 0px;}
  .student .p-light-text {
    font-weight: 300;
    font-size: 1.4em;
}
  .student .p-tb-70 {padding-top:70px; padding-bottom: 70px;}
    .student .bg-page h1 {
  font-size: 3.5em; line-height: 1.2em;} 
}
}

@media (min-width: 982px) and (max-width: 1079px) {

  .student #banner-background-image-ecomm {padding: 150px 0 90px;}  
  .student h2 {font-size: 2.2em;}  
  
.student .blue-box {
  position: relative; 
  padding: 60px;
  top: 100px;
  }
.student .list-why {
    height: 650px;
    margin-left: 20px !important;
    padding-right: 20px;
}  
  .student .grey-row {padding-bottom: 90px;}  
  .student .p-light-text {padding-bottom: 170px;}  
.student .p-light-text p {padding: 220px 0 20px 60px;}   
  .student .blue-row {padding: 60px 20px;}  
  .student #banner-background-image-ecomm2 {min-height: 650px;}  
.student .contenitore-connetti {
    height: 750px;
    margin-right: 20px;
}  
  
  .student #banner-background-image-ecomm4 .blue-box2 {padding: 90px 50px;} 
  .student #banner-background-image-ecomm3 {min-height: 750px;}  
  .student .row7 {margin-left: 20px !important;}  
  .student .row7 img {padding-right: 20px;}  
  .student #banner-background-image-ecomm4 {min-height: 1200px;}  

  
}

@media (min-width: 768px) and (max-width: 981px) {
  .student .bg-page {padding-top:200px;}
  
  .student #banner-background-image-ecomm4 .blue-box2 {

  }

  .student #banner-background-image-ecomm {padding: 150px 0 90px;}  
  .student h2 {font-size: 2.2em;}  
  .student .grey-row {padding-bottom: 90px;}
.student .p-light-text p {padding: 0 0 0 60px;}    
  .student .blue-row {padding: 60px 20px;}    
  .student .blue-box {
  position: relative; 
  padding: 60px;
  top: 100px;
  }
.student .blue-box .percento {font-size: 5.5em;}  
.student .blue-box .pulsante {font-size: 1.7em;}
  
.student .list-why {
    height: 850px;
    padding-right: 20px;
}  
  .student #banner-background-image-ecomm2 {min-height: 850px;}  
.student .contenitore-connetti {
    height: 850px;
  	text-align: left;
}  
  .student #banner-background-image-ecomm3 {min-height: 850px;}  
  .student .row7 img {padding-right: 20px;}  
  .student #banner-background-image-ecomm4 {min-height: 1200px;}  

  
  
}

@media (max-width: 767px) {
  
  .student .grey-bg {padding: 60px 10px; }
  .student .bg-page h3 {margin-top:0;}
  .grad {text-align: center;}
	.student .p-l-70 {padding-left: 0px;}
  .student .p-light-text {
    font-weight: 300;
    font-size: 1.4em;
    padding: 45px 0 90px;
}
  .student .p-tb-70 {padding-top:70px; padding-bottom: 70px;}
  .student #banner-background-image-ecomm {padding: 125px 0 90px;}  
.student .blue-box {
    position: relative;
    top: 40px;
    margin: 0 auto !important;
}  
  
.student .p-light-text ul {
    padding: 0 0 0 60px;
}  
  .student #banner-background-image-ecomm2 {position: relative;}  
  .student .list-why { height: 100%; padding-bottom: 40px;}  
  .student .blue-row .sx h2, .student .blue-row .sx p {text-align: center;}  
  .student #banner-background-image-ecomm3 {position: relative;}  
  .student .row7 img {margin: 50px auto 0; display: block;}  
.student .contenitore-connetti {
    float: none;
    height: auto;
}
  .student .list-why2 .p-t-60  {padding-top: 0;}
.student #banner-background-image-ecomm4 {min-height: 1250px;}  
.student #banner-background-image-ecomm4 .blue-box2 {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 80px auto;
}  

  .student .bg-page h1 {
  font-size: 3em; line-height: 1.2em;} 
}

@media (max-width: 390px) {
  .student h2 {font-size: 2.4em;}
  .student .blue-box .percento {font-size: 6em;}
  .student .blue-box .pulsante {font-size: 1.5em;}  
  .student #banner-background-image-ecomm h1 {font-size: 3em;}
  .student .blue-box {padding: 60px 20px;}  
  .student .blue-box h2 {font-size: 2.3em;}  
  .student #banner-background-image-ecomm2 {background-position: center center;}
  .student .list-why {height: 800px; padding-right: 10px;}  
  .student .contenitore-connetti {height: auto;}  
  .student .contenitore-form {padding: 0 10px;}  
  .student .contenitore-form .hs-button.primary {margin-bottom: 50px;}  
.student .page-center-b h2, .student .page-center-b p {padding: 0 20px;}  
}


@media (max-width: 335px) {
  .student .list-why {height: 850px;}  
  .student .contenitore-connetti {height: auto;} 
  
  }



/*ANIMATED ICON*/
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1, 1.1, 1.1);
  transform: scale3d(1, 1.1, 1.1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1, 1.1, 1.1);
  transform: scale3d(1, 1.1, 1.1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }

.pulse2 {
  -webkit-animation-name: pulse2;
  animation-name: pulse2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  }
  @-webkit-keyframes pulse2 {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.2, 1.1, 1.1);
  transform: scale3d(1.2, 1.1, 1.1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse2 {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.2, 1.1, 1.1);
  transform: scale3d(1.2, 1.1, 1.1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes tada {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  10%, 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes tada {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  10%, 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 10s;
  animation-timing-function: linear;
  }
  @-webkit-keyframes tada {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  10%, 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes tada {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  10%, 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

.t-40 {padding-top: 40px;}






/*********************************/
/*********************************/
/***** AGGIORNAMENTI 2019 *******/
/********************************/
/********************************/


.leadinModal.leadinModal-theme-default {padding-top: 200px !important;}

#sidebar-social {
position:absolute;
top:0;
left:-150px !important;
z-index:2;
width:100px;
}

#section6 {
  padding: 80px 0; 
}
#section6 h3 {color: #FF7A59; padding-bottom: 40px; font-size: 25px;}
#section6 .box-servizio {margin-bottom: 50px;}
#section6 .box-servizio h4 {font-size: 20px; margin: 0; }
#section6 .box-servizio p {margin: 0; font-size: 14px; padding-right: 50px; }
#section6 .box-servizio h4::first-letter {color: #FF6D54;}

#section9 .modulo {
  max-width: 800px;
  float: none;
  margin: 30px auto 0;
  
}
#section9 {
  background-color: #FF7A59;
  padding: 80px 0;
  color: #fff;
}

#section9 .contattaci {
   text-align: center; 
}

#section9 .modulo input, #section9 .modulo select {
  background-color: #FF7A59;
  border: 1px solid #fff;
  height: 35px;
  color: #ddd;
}
#section9 .modulo .legal-consent-container, #section9 .modulo .legal-consent-container p {font-size: 13px !important; line-height: 1;}
#section9 .modulo .legal-consent-container a {color: #fff;}
#section9 .modulo input[type="checkbox"] {height: inherit;}
#section9 .modulo input::-webkit-input-placeholder {
    color: #ddd;
}

#section9 .modulo input:-moz-placeholder {
    color: #ddd;
}

#section9 .modulo input::-moz-placeholder {
    color: #ddd;
}

#section9 .modulo input:-ms-input-placeholder {
    color: #ddd;
}

#section9 .modulo input[type="submit"] {
    background-color: #EA4E27;  
    text-transform: uppercase;
    width: 200px;
    font-size: 16px;  
}


/* pagina inbound marketing */

body.inbound-marketing .pacchetti {
  max-width: 900px;
  margin: 0 auto 50px !important;
  float: none;
}
body.inbound-marketing .pacchetti .singolo-pacchetto {
    background: #f5f5f5;
    padding: 20px 20px 0;
    height: 500px;
    position: relative;
    transition: 0.3s;
}
body.inbound-marketing .pacchetti .singolo-pacchetto:hover {
-webkit-box-shadow: 0px 15px 10px -5px rgba(221,221,221,1);
-moz-box-shadow: 0px 15px 10px -5px rgba(221,221,221,1);
box-shadow: 0px 15px 10px -5px rgba(221,221,221,1);
  transition: 0.3s;
}

body.inbound-marketing .pacchetti .singolo-pacchetto h3 {
  text-align: center;
  color: #FF8061;
  font-size: 25px;
}
body.inbound-marketing .pacchetti .singolo-pacchetto p {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #4A4A4A;
  margin-bottom: 20px;
}
body.inbound-marketing .pacchetti .singolo-pacchetto h4 {
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  color: #444;
}
body.inbound-marketing .pacchetti .singolo-pacchetto ul {padding-left: 0;}
body.inbound-marketing .pacchetti .singolo-pacchetto ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 200;
    font-size: 14px;
}
body.inbound-marketing .pacchetti .singolo-pacchetto ul li::before {
    display: inline-block;
    content: '\f058';
    font-family: FontAwesome;
    margin-right: 0.5rem;
    color: #FF8061;
    height: unset;
}

body.inbound-marketing .pacchetti .singolo-pacchetto .pulsante {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  margin: 0;
  text-align: center;  
  background: #FF8061;
  color: #fff;
}




/* media query 2019 */

@media (max-width: 1280px) {
  
  .page-center-c {padding-left: 15px; padding-right: 15px;}  
  #section6.page-center-c {padding-left: 15px; padding-right: 15px;}
}

@media (max-width: 1200px) {
  .footer_lp_nuova {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .footer_lp_nuova {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .footer_lp_nuova {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer_lp_nuova img {
    margin: 0 auto;
  }
}

@media (max-width: 1170px) {
 .dnd-section {
   padding-left: 15px;
   padding-right: 15px;
  }
}