﻿
body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #454545;
    line-height: 24px;
}

a {
    color: #3276b1;
    /*border-bottom: 1px dashed #fff;
    text-decoration: none;*/
    transition: all .1s;
    cursor: pointer;
}

    a:hover, a:focus {
        color: #ED1C24;
        /*border-bottom: 1px dashed #ED1C24;*/
        text-decoration: none;
    }

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #323232;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #454545;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    color: #454545;
    line-height: 26px;
}

#top {
    position: fixed;
    bottom: 70px;
    right: 12px;
    display: inline-block;
    background-color: #153260;
    padding: 10px;
    border-radius: 22px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.pages-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #323232;
    line-height: 50px;
    display: block;
    margin-top: 10px;
}
strong {
    font-weight: 700;
}

img {
    max-width: 100%;
}

video {
    max-width: 100%;
}

.fw-bold {
    font-weight: 700;
}

.fw-bolder {
    font-weight: 900;
}

.page-article .wrapper-indice img.img-responsive {
    max-width: 100%;
}
.page-article .wrapper-indice .article-item .img-small > img.img-responsive {
    max-height: 84px;
}
.medium-paragraph {
    font-size: 18px;
    line-height: 34px;
}

::-moz-selection {
    background: #ED1C24;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ED1C24;
    color: #fff;
    text-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-ms-input-placeholder {
    color: #999;
}
.btn-primary {
    background-color: #3276B1;
    border-color: #3276B1;
    color: #fff !important;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #153260;
        border-color: #153260;
        color: #fff !important;
    }
a.btn:focus {
    color: inherit;
}
.sibebar-box {
    padding: 1px;
    border: 1px solid #e8e8e8;
    display: block;
}
    .sibebar-box img {
        width: 100%;
        object-fit: cover; /*CLS*/
    }
.sidebar__inner .sibebar-box img {
    max-height: 251px;
}
.wrapper-indice .image-wrapper > img {
    width: 100%;
    object-fit: cover;
}
#main-content .sibebar-box  img {
    max-height: 220px;
}
@media (min-width: 500px) {
    #main-content .sibebar-box img {
        max-height: 280px;
    }
}
@media (min-width: 600px) {
    #main-content .sibebar-box img {
        max-height: 340px;
    }
}
@media (min-width: 768px) {
    #main-content .sibebar-box img {
        max-height: 220px;
    }
}
@media (min-width: 992px) {
    #main-content .sibebar-box img {
        max-height: 301px;
    }
}
@media (min-width: 1200px) {
    #main-content .sibebar-box img {
        max-height: 351px;
    }
}
/******** FORM ********/
.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
    .validation-summary-errors ul li {
        font-size: 14px;
        font-weight: 600;
        color: #F44336;
        margin: 4px 0;
    }
/***** Top Menu *******/
.top-menu {
    background-color: #3276B1;
    color: #fff;
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 13px;
}
    .top-menu a {
        color: #fff;
        text-decoration: none;
        border-bottom: none;
        font-weight: bold;
    }

    .top-menu form {
        display: inline;
        margin-left: 10px;
        position: relative;
    }
    .top-menu form input {
        border: none;
        border-radius: 16px;
        line-height: 24px;
        padding: 4px 30px 4px 12px;
    }
        .top-menu form button {
            position: absolute;
            right:5px;
            border: none;
            padding: 0;
            background-color: transparent;
            height: 32px;
            width: 24px;
        }
        .top-menu form button > svg {
            width: 12px;
        }
    .top-menu .container > ul {
        float: right;
        height: 24px;
        list-style: none;
        margin: 4px 0;
        padding: 0;
    }
    .top-menu .container > ul > li {
        float: left;
        height: 24px;
        line-height: 24px;
        text-transform: uppercase;
        padding: 0 10px;
        border-right: 1px solid #ffffff;
        border-color: rgba(255,255,255,.2);
    }
        .top-menu .container > ul > li:last-child {
            border-right: none;
            padding-left: 0;
        }

    .top-menu .far {
        font-size:18px;
    }
    .top-menu .dropdown {
        display: inline-block;
    }
        .top-menu .dropdown a.dropdown-item {
            color: #343434;
            font-size: 14px;
            text-transform: none;
            font-weight: 400;
        }
            .top-menu .dropdown a.dropdown-item:active {
                color: #fff;
                background-color: #3276b1;
            }
        .top-menu .dropdown .dropdown-header {
            color: #343434;
            font-weight: 700;
            border-bottom: 2px solid;
        }
            .top-menu .dropdown .dropdown-header.fisco {
                border-color: #FE5722;
            }
            .top-menu .dropdown .dropdown-header.lavoro-fisco {
                border-color: #8BC34A;
            }
            .top-menu .dropdown .dropdown-header.lavoro {
                border-color: #296199;
            }
            .top-menu .dropdown .dropdown-header.ccnl {
                border-color: #A2194A;
            }
            .top-menu .dropdown .dropdown-header.legale {
                border-color: #9C27B0;
            }

        .fa-bordered {
            border: 1px solid #fff;
            width: 18px;
            line-height: 18px;
            border-radius: 9px;
            text-align: center;
            font-size: 12px;
            font-weight: normal;
        }
.btn-customized > svg {
    width: 10px;
    margin-top: -2px;
}
/*** Megamenu ***/
.top-menu .container {
    position: relative;
}
li.mega-dropdown > .dropdown-menu {
    margin-top: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
li.mega-dropdown > .dropdown-menu.show {
    display: flex;
}

.mega-dropdown {
    position: static !important;
}
@media (min-width: 768px) {
    li.mega-dropdown > .dropdown-menu.mega-dropdown-menu {
        /*left: -webkit-calc((-100vw + 760px)/2) !important;
        left: -moz-calc((-100vw + 760px)/2) !important;
        left: calc((-100vw + 760px)/2) !important;*/
        transform: translate3d(0px, 24px, 0px) !important;
    }
}
@media (min-width: 992px) {
    li.mega-dropdown > .dropdown-menu.mega-dropdown-menu {
        /*left: -webkit-calc((-100vw + 978px)/2) !important;
        left: -moz-calc((-100vw + 978px)/2) !important;
        left: calc((-100vw + 978px)/2) !important;*/
        transform: translate3d(0px, 24px, 0px) !important;
    }
}
@media (min-width: 1200px) {
    li.mega-dropdown > .dropdown-menu.mega-dropdown-menu {
        /*left: -webkit-calc((-100vw + 1167px)/2) !important;
        left: -moz-calc((-100vw + 1167px)/2) !important;
        left: calc((-100vw + 1167px)/2) !important;*/
        transform: translate3d(0px, 24px, 0px) !important;
    }
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
            font-size: .8rem;
            position: relative;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 8px 20px 0 0;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #888 !important;
                white-space: normal;
                border-bottom: 1px dotted #e8e8e8;
            }

            .mega-dropdown-menu > li > ul > li > i, .mega-dropdown-menu > li > ul > li > svg {
                font-size: .8rem;
                position: absolute;
                color: #dedede;
                right: 0;
                top: 9px;
                width: 20px;
                text-align: center;
            }
            .mega-dropdown-menu > li > ul > li.active > i, .mega-dropdown-menu > li > ul > li.active > svg {
                color: #8BC34A;
                fill: #8BC34A;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #222 !important;
        border-bottom: 1px dotted #ccc;
    }

    .mega-dropdown-menu .dropdown-header {
        color: #428bca;
        font-size: 18px;
        font-weight: bold;
        padding: 0;
        font-size: .9rem;
        margin-bottom:5px;
    }

/*** Section logo ***/
.section-logo {
    margin: 10px 0;
    height: 90px;
}
.header-logo {
    width: 100%;
    max-width: 220px;
    margin: 20px 0 10px;
}
@media (max-width: 768px) {
    .section-logo {
        height: 50px;
    }
}
/**** Navbar ****/
.navbar {
    font-family: Nunito, 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #f7f7f7;
    border-top: 1px solid #e8e8e8;
}
.navbar-nav .nav-item {
    margin-right: 4px;
}
.navbar-light .navbar-nav .nav-link {
    color: #343434;
    text-decoration: none;
    border-bottom: none;
}
/*.navbar-light .navbar-nav .nav-link.selected {
        color: #ED1C24;
    }*/
.flash-news {
    background-color: #153260;
    color: #fff;
    padding: 10px 0px;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 20px;
    min-height: 37px;
}
    .flash-news strong {
        color: #FFEB3B;
        font-weight: 700;
    }
    .flash-news a {
        color: #fff;
        font-weight: 700;
        border: none;
    }
/**** NavSidebar ****/
.nav-sidebar {
    margin: 20px 0;
}
    .nav-sidebar h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .nav-sidebar > div {
        padding: 6px 0;
    }
    .nav-sidebar a {
        color:#787878;
        font-weight: 600;
    }
        .nav-sidebar a:hover {
            color: #3276b1;
        }
        .nav-sidebar > div i {
            width: 22px;
            text-align: center;
            display: inline-block;
            color: #787878;
        }
/*** Newsticker ***/
.newsticker {
    overflow: hidden;
    width: 100%;
}

    .newsticker ul {
        margin: 0;
        padding: 0;
    }

        .newsticker ul li {
            width: 100%;
            overflow: hidden;
            /*white-space: nowrap;*/
            display: none;
            margin: 0;
            padding: 0;
            max-height: 35px;
        }

/** Animazione **/

.navbar-nav a.line-animation, .navbar-nav a.line-animation:visited, .navbar-nav a.line-animation:hover, .navbar-nav a.line-animation:active {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition: 0.2s color ease;
}

    .navbar-nav a.line-animation:hover {
        color: #232323;
    }

    .navbar-nav a.line-animation:after {
        content: "";
        transition: 0.2s all ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        bottom: 5px;
        height: 3px;
        width: 0;
        background: #ED1C24;
    }

    .navbar-nav a.line-animation:after {
        left: 0;
    }
    .navbar-nav a.line-animation:hover:after, .navbar-nav a.line-animation.selected:after {
        width: 100%;
    }

/*** Menu mobile overlay ***/
.hide-mobile {
    display: block !important;
}
.show-mobile {
    display: none !important;
}
@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
    .show-mobile {
        display: block !important;
    }
    .header-logo {
        width: 100%;
        max-width: 180px;
        margin: 0;
    }
    .nav-button {
        margin-top:10px;
    }
}

.main-menu {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.nav-open .main-menu {
    opacity: 1;
    visibility: visible;
    background: #153260;
}
/* Aggiungo la possibilità di scrollare */
.nav-open .main-menu {
    overflow: auto;
}
    .nav-open .main-menu::-webkit-scrollbar-track {
        background-color: rgba(255,255,255,.0);
    }
    .nav-open .main-menu::-webkit-scrollbar {
        background-color: rgba(255,255,255,.0);
    }
    .nav-open .main-menu::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,.3);
        border-radius: 10px;
    }
/* Fine - Aggiungo la possibilità di scrollare */
.main-menu .nav li a {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}

.main-menu .nav li {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
    text-align: center;
}

    .main-menu .nav li .nav-link {
        padding: 5px 10px 0;
        border-color: rgba(255,255,255,.4);
    }

    .main-menu .nav li.nav-separator {
        height: 20px;
    }

.nav-open .main-menu .nav li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}

.nav-button {
    position: relative;
    z-index: 1111;
    border: none;
    height: 42px;
    display: block;
    width: 50px;
    padding: 12px;
}
    .nav-button:hover {
        border: none;
    }
    .nav-button #nav-icon3 {
        width: 24px;
        height: 22px;
        display: inline-block;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        .nav-button #nav-icon3 span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #153260;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out
        }

            .nav-button #nav-icon3 span:nth-child(1) {
                top: 0
            }

            .nav-button #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
                top: 7px
            }

            .nav-button #nav-icon3 span:nth-child(4) {
                top: 14px
            }

.nav-open #nav-icon3 span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%
}

.nav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-open #nav-icon3 span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%
}
.nav-open .nav-button #nav-icon3 span {
    background-color: #fff;
}
.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}
.nav-open {overflow: hidden;}
/* Columns */
div.dropdown-multicol2 {
    width: 30em;
}
    div.dropdown-multicol2 > div.dropdown-col {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
/***** Wrapper *****/
.wrapper {
    display: block;
}

/**** Home *****/
.article-first {
    
}
    .article-first .img-big {
        /*width: 445px;
        height: 296px;*/
        display: block;
        overflow: hidden;
    }
        .article-first .img-big img {
            width: 100%;
            object-fit: cover; /*CLS*/
        }
    .article-first .title-main {
        font-size: 22px;
        /*color: #3276b1;*/
        font-weight: 700;
        line-height: 28px;
    }
        .article-first .title-main a {
            color: #343434;
        }
    .article-first .title-main a:hover {
        color: #3276b1;
    }
    .article-first .metadata {
        font-size: 14px;
        line-height: 18px;
        color: #aaa;
    }
    .article-first .metadata strong {
        font-weight: 700;
    }
    .article-first .text-abstract {
        font-size: 16px;
        line-height: 24px;
    }
.article-item {
    border-top: 1px solid #e8e8e8;
    padding:10px 0;
    position: relative;
}

    .article-item .img-small {
        top: 10px;
        left: 0;
        position: absolute;
        width: 125px;
        height: 83px;
        display: block;
        overflow: hidden;
    }
        .article-item .img-small img {
            width: 100%;
            object-fit: cover; /*CLS*/
            max-height: 84px;
        }
.article-item .article-data {
    padding-left: 135px;
    font-size: 13px;
    min-height: 85px;
    line-height: 24px;
}
    .article-item .article-data h3 {
        margin-bottom: 0;
        padding-top: 5px;
    }
    .article-item .article-data small {
        color: #aaa;
        font-size: 14px;
    }
        .article-item .article-data a {
            font-weight: 700;
            display: block;
            line-height: 22px;
            font-size: 19px;
        }
            .article-item .article-data a {
                color: #343434;
            }
            .article-item .article-data a:hover {
                color: #3276b1;
            }
.section-title {
    background: #f0f0f0;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    position: relative;
    background: #707070;
    display: block;
    padding: 0 10px;
}
        /*.section-title > span:after {
            position: absolute;
            right: 10px;
            font-family: "Font Awesome 5 Free";
            vertical-align: middle;
            display: inline-block;
            content: "\f103";
            font-weight: 900;
            color: #343434;
            opacity: .5;
        }*/
    .section-title.rosso {
        background: #ed1c24;
    }
    .section-title.arancio {
        background: #FE5722;
    }
    .section-title.blu {
        background: #296199;
    }
.sidebar-section {
    
}
    .sidebar-section .item-section {
        line-height: 18px;
        margin-bottom: 4px;
        padding-bottom: 2px;
    }
        .sidebar-section .item-section::after {
            content: '';
            width: 40px;
            height: 2px;
            background-color: #e8e8e8;
            display: inline-block;
        }
        .sidebar-section .item-section h3 {
            margin-bottom: 0;
        }
        .sidebar-section .item-section a {
            font-family: Nunito, Arial, Helvetica, sans-serif;
            color: #343434;
            font-weight: 700;
            font-size: 14px;
            display: block;
            line-height: normal;
        }
        .sidebar-section .item-section a:hover {
            color: #3276b1;
        }
        .sidebar-section .item-section > small {
            font-family: 'Open Sans', Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #787878;
            display: block;
        }
        .sidebar-section .item-section a:hover {
            color: #3276b1;
        }
    .sidebar-section.rinnovi-ccnl {
        background-color: #A2194A;
        padding-bottom: 6px;
    }
        .sidebar-section.rinnovi-ccnl .section-title {
            background-color: #A2194A;
            padding-left: 10px;
            padding-right:10px;
            margin-bottom: 0;
        }
        .sidebar-section.rinnovi-ccnl img {
            margin-bottom: 10px;
        }
        .sidebar-section.rinnovi-ccnl .item-section {
            padding: 0 10px 2px;
        }
        .sidebar-section.rinnovi-ccnl .item-section::after {
            background-color: rgba(255,255,255,.3);
        }
        .sidebar-section.rinnovi-ccnl .item-section:last-child::after {
            display:none;
        }
        .sidebar-section.rinnovi-ccnl .item-section a {
            color: rgba(255,255,255,.8);
        }
        .sidebar-section.rinnovi-ccnl .item-section a:hover {
            color: rgba(255,255,255,1);
        }
        .sidebar-section.rinnovi-ccnl .item-section > small {
            color: rgba(255,255,255,.5);
        }
.sidebar-circolare.lavoro, .sidebar-circolare.fisco, .sidebar-circolare.impresa {
    background-size: cover;
    background-position-y: center;
    font-weight: 700;
    font-size: 14px;
    border-radius: 2px;
    overflow: hidden;
}
.sidebar-circolare a {
    display: block;
    padding: 10px;
    color: rgba(255,255,255,.8);
    position: relative;
}
    .sidebar-circolare a:hover {
        color: rgba(255,255,255,1);
    }
    .sidebar-circolare a:after {
        vertical-align: middle;
        display: inline-block;
        position: absolute;
        right: -24px;
        top: -2px;
        background-image: url('../../../Shared/Img/dot-circle-solid-btn.svg');
        width: 48px;
        height: 48px;
        content: '';
    }
.sidebar-circolare.fisco {
    background-color: #FE5722;
}
.sidebar-circolare.lavoro {
    background-color: #296199;
}
.sidebar-circolare.impresa {
    background-color: #009688;
}
.sticky-bar {
    will-change: min-height;
}
.sidebar__inner {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
@media (max-width: 768px) {
    .article-first .img-big {
        max-width: 100%;
        height: auto;
    }
    .article-item {
        padding: 6px 0
    }
    .article-item .img-small {
        display:none;
    }
    .article-item .article-data {
        padding-left: 0;
        min-height: 0;
    }
    .sidebar__inner {
        margin-top: 20px;
    }
}
/***** Pagina articolo ******/
.breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-top: .5rem;
}
    .breadcrumb .breadcrumb-item {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
    }

    .breadcrumb .breadcrumb-item svg {
        width:11px;
        margin-top: -2px;
    }
        .breadcrumb .breadcrumb-item + .breadcrumb-item {
            padding-left: .3rem;
        }
            .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                color: #e8e8e8;
                padding-right: .3rem;
            }
.page-article h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin: 10px 0 20px;
}
.page-article .wrapper-indice {
    font-size: 18px;
    line-height: 28px;
}
.page-article .wrapper-indice hr {
    border-top: 1px dotted #e8e8e8;
}
    .page-article .wrapper-indice img {
        max-width: 450px;
    }
.page-article h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin: 40px 0 20px;
}
.page-article h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 30px 0 10px;
}
.article-attachment, .article-links {
    list-style: none;
    padding: 0;
}
    .article-attachment li, .article-links li {
        margin: 2px;
        position: relative;
    }
        .article-attachment li a svg, .article-links li a svg {
            fill: #aaa;
            margin-right: 4px;
            margin-top: -4px;
        }
        /*.article-attachment li:before, .article-links li:before {
            font-family: "Font Awesome 5 Free";
            vertical-align: middle;
            display: inline-block;
            position: absolute;
            left: 0;
            font-weight: 900;
            color: #aaa;
        }
        .article-attachment li:before {
            content: "\f56d";
        }
        .article-links li:before {
            content: "\f0c1";
        }*/
.article-date {
    display: block;
    margin: 30px 0 10px;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    text-align: center;
    color: #aaa;
    font-size: 14px;
}
.article-title-bottom {
    font-size: 24px;
    margin: 50px 0 20px;
    clear: both;
    font-weight: bold;
    display: block;
}
.author-title {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    margin: 0;
}
.title-download {
    font-size: 24px;
    line-height: normal;
}
.share-label {
    display: block;
}
.jssocials, .jssocials-shares {
    display: inline-block;
}
.jssocials-share-link {
    border-radius: 2px;
}
.jssocials-share-twitter .jssocials-share-link {
	background: #0f1419 !important;
}
    .jssocials-share-twitter .jssocials-share-link:hover {
        background: #000000 !important;
    }
.print-btn {
    padding: .5em .6em;
    color: #fff;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    margin: 0.3em 0.6em 0.3em 0;
    background-color: #ED1C24;
    float: right;
    margin-top: 8px;
    border-radius: 2px;
    cursor: pointer;
}
    .print-btn > i {
        width: 1em;
        vertical-align: middle;
        font-size: 1.5em;
        color:#fff;
    }
.btn.btn-stampa {
    background-color: #ED1C24;
    color: #fff;
    font-weight: bold;
}
    .btn.btn-stampa:hover, .btn.btn-stampa:focus {
        background-color: #d8131a;
        color: #fff;
    }
.btn-print {
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 8px 13px;
    border: solid 2px #e8e8e8;
}
.btn-print:hover {
    color: #3276b1;
    border-color: #ED1C24;
}
@media (max-width: 992px) {
    .btn-print > span {
        display:none;
    }
    .page-article h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .page-article h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .page-article h3 {
        font-size: 22px;
        line-height: 34px;
    }
}
a.print-btn:hover, a.print-btn:focus {
    background-color: #d50e16;
    color: #fff;
}
.page-article .allegato {
    padding: 10px 20px 10px 40px;
    display: block;
    border: 1px solid #e8e8e8;
    margin: 20px 0;
    font-size: 16px;
    line-height: 22px;
    background-color: #f7f7f7;
    position: relative;
    border-radius: 2px;
}
    .page-article .allegato:before {
        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 20px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #aaa;
        content: "\f56d";
    }
.table td, .table th {
    border: 1px solid #dee2e6;
}
/****** Pagina ricerca - Pagine servizi ********/
.filter-box, .widget-box {
    border: 1px solid #e8e8e8;
    padding: 20px;
    background-color: #F8F9FA;
}
    .filter-box .title, .widget-box .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #343434;
    }
.search-results article > h2, .article-list article > h2, .article-list-image article > h2 {
    font-size: 18px;
    margin: 0;
    line-height: 24px;
}
.widget-box ul {
    
}
    .widget-box ul li {
        border-top: 1px solid #e8e8e8;
    }
        .widget-box ul li a {
            color: #454545;
            display: block;
            padding: 8px 0 6px;
            line-height: 20px;
        }
        .widget-box ul li a:hover {
            color: #ED1C24;
        }
.article-list .item-modello {
    position: relative;
    padding-left: 60px;
}
    .article-list .item-modello h2 {
        padding-top: 2px;
    }
    .article-list .item-modello .icon {
        position: absolute;
        left: 0;
        width: 48px;
        height: 48px;
        text-align: center;
        border-radius: 24px;
        /*border: 1px solid;
        border-color: rgba(0,0,0,.2);*/
    }
        .article-list .item-modello .icon .fas {
            font-size: 24px;
            line-height: 48px;
            color: rgba(0,0,0,.2);
        }
.article-list .category ul {
    list-style: none;
    margin-top: 30px;
    /*padding: 10px;*/
    padding: 0px;
    /*background: #F8F9FA;*/
    border-bottom: 1px dotted #e8e8e8;
}
    .article-list .category ul li {
        display: inline-block;
        margin:0 12px 0 0;
        text-transform: uppercase;
        color: #121212;
        font-weight: 700;
        position: relative;
    }
        .article-list .category ul li:not(:last-child):after {
            /*font-family: "Font Awesome 5 Free";
            vertical-align: middle;*/
            display: inline-block;
            position: absolute;
            right: -20px;
            top: 4px;
            color: #aaa;
            /*font-weight: 900;
            content: '\f067';
            font-size: 12px;*/
            background-image: url(/Shared/Img/icon-plus.svg);
            width: 12px;
            height: 14px;
            content: '';
        }
        .article-list .category ul li:not(:first-child) {
            margin-left: 12px;
        }
.article-list .bordered, .article-list-image .bordered {
    border-bottom: 1px solid #F8F9FA;
    margin-top: 10px;
}
    .article-list .bordered:last-child, .article-list-image .bordered:last-child {
        border-bottom: none;
        margin-top: 10px;
    }
.article-list .item-circolare:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.article-list .item-circolare h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.article-list .item-circolare p {
    margin-bottom: 5px;
}
/* nuova UI circolari */
.article-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}

    .article-grid .item-circolare {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        max-width: 400px;
        flex: 1 1 100%; /* Singola colonna di default */
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

@media (min-width: 768px) {
    .article-grid .item-circolare {
        flex: 1 1 calc(50% - 32px); /* Due colonne su tablet e desktop */
    }
}

.article-grid .item-circolare h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 8px;
}

.article-grid .item-circolare h2 {
    font-size: 1.5rem;
    margin: 0;
}

.article-grid .item-circolare p {
    font-size: 1rem;
    color: #555;
}

.article-grid .text-align-center {
    width: 100%;
    text-align: center;
    margin-top: 16px;
}
/* fine nuova UI circolari */

.btn-richiedi-demo.verde {
    background-color: #8BC34A;
    border-color: #8BC34A;
}
.btn-richiedi-demo.arancio {
    background-color: #FE5722;
    border-color: #FE5722;
}
.btn-richiedi-demo.blu {
    background-color: #296199;
    border-color: #296199;
}
.btn-richiedi-demo.magenta {
    background-color: #A2194A;
    border-color: #A2194A;
}
.btn-richiedi-demo.viola {
    background-color: #9C27B0;
    border-color: #9C27B0;
}
.article-list .data-article a, .article-list .data-article, .article-list-image .data-article a, .article-list-image .data-article {
    color: #999;
}
    .article-list .data-article a:hover, .article-list-image .data-article a:hover {
        color: #343434;
    }
.article-list-image article {
    position: relative;
    padding-left: 240px;
    margin-top: 20px !important;
}
    .article-list-image article .img-small {
        position: absolute;
        width: 220px;
        left: 0;
        top: 0;
    }
@media (max-width: 768px) {
    .article-list-image article {
        padding-left: 0;
    }

        .article-list-image article .img-small {
            display: none;
        }
}
/****** Pagina speciale *******/
.speciale-list-article h2 {
    border-bottom: 1px dotted #e8e8e8;
    margin-bottom: 20px;
    font-weight: 700;
    /*color: #6c757d;*/
    font-size: 26px;
}
/*.speciale-list-article h2:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    color: #e8e8e8;
    content: '\f0c5';
    margin-right: 8px;
}*/
.speciale-list-article article {
    border-bottom: 1px dotted #e8e8e8;
    border-top: none;
    margin-bottom: 20px;
}
    .speciale-list-article article h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
        line-height: normal;
    }
    .speciale-list-article article p {
        line-height: normal;
        font-size: 14px;
        /* massimo 2 linee */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.showMorePosts {
    display: block;
    padding: 0 10px 10px;
    border-bottom: 1px dotted #e8e8e8;
    color: #3276b1 !important;
    font-weight: 700;
}
.showMorePosts i {
    font-size: 60%;
    color: #787878;
}
/****** Pagina redattori ******/
#page-content.author img {
    /*border: 1px solid #e8e8e8;*/
    padding: 1px;
    max-width: 200px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.list-article .icon {
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    overflow: hidden;
    display: block;
}
    .list-article .icon > * {
        display: block;
        display: block;
        text-align: center;
    }
    .list-article .icon > strong {
        background-color: #3276b1;
        color:#fff;
        font-size: 12px;
    }
    .list-article .icon > span {
        padding: 3px 5px;
        font-size: 20px;
    }
/**** I tuoi acquisti *****/
.list-buy-items li span {
    font-size: 12px;
    line-height: 28px;
}
    .list-buy-items li span.tipo-acquisto {
        background-color: #aaa;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        margin: auto 5px;
        padding: 0 5px;
        display: inline-block;
        width: 100px;
        text-align: center;
        border-radius: 3px;
    }
/****** Social *********/
.box-social {
    margin: 0 0 20px;
    text-align: center;
}
.box-social > span {
    font-size: 22px;
    font-weight: 100;
    color: #787878;
}
.box-social ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.box-social ul li {
    display: inline-block;
    padding: 0;
    margin: 2px;
}
    .box-social ul li a {
        border: 1px solid;
        border-radius: 50%;
        padding: 8px;
    }
        .box-social ul li a.facebook {
            border-color: #3b5998;
        }
        .box-social ul li a.linkedin {
            border-color: #0077b5;
        }
        .box-social ul li a.twitter {
            border-color: #55acee;
        }
        .box-social ul li a.youtube {
            border-color: #cd201f;
        }
    /*.box-social ul li .fab {
        font-size: 22px;
        border: 1px solid #232323;
        border-radius: 24px;
        line-height: 42px;
        width: 42px;
        height: 42px;
        text-align: center;
    }
        .box-social ul li .fab.fa-facebook-f {
            border-color: #3b5998;
            color: #3b5998;
        }
        .box-social ul li .fab.fa-linkedin-in {
            border-color: #0077b5;
            color: #0077b5;
        }
        .box-social ul li .fab.fa-twitter {
            border-color: #55acee;
            color: #55acee;
        }
        .box-social ul li .fab.fa-youtube {
            border-color: #cd201f;
            color: #cd201f;
        }*/
/****** Scadenzario ******/
.widget-scadenzario {
    /*min-height: 300px;*/
    margin: 30px 0;
}
.ui-datepicker .ui-datepicker-header {
    width: 100%;
    background: #f7f7f7;
    text-align: center;
    position: relative;
}
.ui-datepicker-prev, .ui-datepicker-next {
    position: absolute;
}
    .ui-datepicker-prev > span, .ui-datepicker-next > span {
        display:none;
    }
.ui-datepicker-prev {
    left: 10px;
}
.ui-datepicker-next {
    right: 10px;
}
    .ui-datepicker-prev:before, .ui-datepicker-next:before {
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        margin-top: 5px;
        content: '';
        width: 17px;
        height: 24px;
    }
.ui-datepicker-prev:before {
    background-image: url('../../../Shared/Img/double-left.svg');
}
.ui-datepicker-next:before {
    background-image: url('../../../Shared/Img/double-right.svg');
}
.ui-datepicker-title {
    
}
    .ui-datepicker-title .ui-datepicker-month {
        margin: 4px;
    }
    .ui-datepicker-title .ui-datepicker-year {
        margin: 4px;
    }
.ui-datepicker table.ui-datepicker-calendar {
    width: 100%;
    background: #f7f7f7;
}
    .ui-datepicker table.ui-datepicker-calendar tr td,
    .ui-datepicker table.ui-datepicker-calendar tr th {
        text-align: center;
        font-size: 14px;
    }
.footer-scadenzario {
    background: #f0f0f0;
    padding: 10px 15px 5px;
    margin-top: 5px;
}
.footer-scadenzario > .smart-form .custom-control {
    font-size: 12px;
    margin-right: 15px;
    display: inline-block;
}
    .footer-scadenzario > .smart-form .custom-control .custom-control-label {
        line-height: 24px;
    }
    .footer-scadenzario > .smart-form .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #3276b1;
        border-color: #3276b1;
    }
.ui-datepicker td .ui-state-default {
    /*background-color: #ed1c24;*/
    color: #aaa;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;
}
.ui-datepicker td.ui-datepicker-today {
    /*border: 1px solid #e8e8e8;*/
}
.ui-datepicker td.free-day .ui-state-default {
    background-color: #e8e8e8;
    color: #343434;
}
.ui-datepicker td.free-day .ui-state-hover {
    background-color: #3276b1;
    color: #fff;
}
.page-article ul .media:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
/***** Paginazione *******/
.pagination {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
    font-size: 12px;
}
    .pagination li {
        display: inline-block;
        margin: 2px;
    }
        .pagination li a {
            display: inline-block;
            background-color: #f0f0f0;
            color: #343434;
            width: 32px;
            line-height: 32px;
            border-radius: 16px;
        }
            .pagination li.active a, .pagination li a:hover {
                display: inline-block;
                background-color: #3276b1;
                color: #fff;
            }
/**** Forms ****/
.form-group .error {
    color: #ED1C24;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 0;
}
/**** Checkout ****/
.page-checkout .tab-content {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
}
.page-checkout .table td:last-child {
    min-width: 100px;
}
/******* Articolo non disponibile ********/
.box-non-disponibile {
    background-color: #f7f7f7;
    border-radius: 3px;
}
.box-non-disponibile > div {
    padding: 20px;
}
    .box-non-disponibile > .title {
        background-color: #3276b1;
        border-bottom: 2px solid #fff;
    }
        .box-non-disponibile > .title h3 {
            color: #fff;
            margin: 0;
            line-height: 30px;
        }
        .box-non-disponibile > .title strong {
            color: #fff;
            margin: 0;
            line-height: 30px;
            display: block;
            font-size: 24px;
        }
        .box-non-disponibile > .title span {
            color: #fff;
            margin: 0;
            line-height: 22px;
        }
    .box-non-disponibile > .price {
        border-bottom: 2px solid #fff;
    }
        .box-non-disponibile > .price p {
            margin: 0;
        }
    .box-non-disponibile > .solutions li {
        /*padding-left: 1.3em;*/
        margin: 2px;
        position: relative;
    }
        /*.box-non-disponibile > .solutions li:before {
            font-family: "Font Awesome 5 Free";
            vertical-align: middle;
            display: inline-block;
            position: absolute;
            left: 0;
            font-weight: 900;
            color: #aaa;
            content: '\f064';
        }*/
    .box-non-disponibile .title a {
        color: #FFEB3B;
    }
        .box-non-disponibile .title a:hover {
            color: #FFEB3B;
            border-bottom: 1px dotted #FFEB3B;
        }
.modal-checkout {

}
.modal-checkout h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom:20px;
}
.article-detail {

}
/***** Validation error *****/
.validation-summary-errors {
}
    .validation-summary-errors ul {
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .25rem;
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        list-style: none;
    }
        .validation-summary-errors ul li {

        }
/**** Select ****/
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    color: #495057;
    font-weight: 400;
    line-height: 38px;
}
.select2-container--default .select2-selection--single {
    border-color: #ced4da;
}
.select2-container .select2-selection--single {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top:6px;
}
/***** Social login *****/
#socialLoginList .btn {
    position: relative;
    padding-left: 30px;
    border: none;
}
    #socialLoginList .btn:before {
        /*font-family: "Font Awesome 5 Brands";
        font-weight: 900;*/
        vertical-align: middle;
        display: inline-block;
        position: absolute;
        left: 10px;
        color: #fff;
        width: 16px;
        height: 24px;
        background-position: center center;
        background-repeat: no-repeat;
    }
#socialLoginList .btn-Facebook {
    background-color: #3b5998;
}

#socialLoginList .btn-Google {
    background-color: #dc4e41;
}
#socialLoginList .btn-Facebook:before {
    content: ''; /*f39e*/
    background-image: url(/Shared/Img/icon_share_facebook.svg);
}
#socialLoginList .btn-Google:before {
    content: ''; /*f1a0*/
    background-image: url(/Shared/Img/icon_google.svg);
}
/**** Footer ****/
    .footer {
        margin: 50px 0 150px;
        text-align: center;
    }
.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav li {
    display: inline-block;
    margin: 6px;
}
    .footer-nav li a {
        text-transform: uppercase;
        font-weight: 700;
        color:#343434;
    }
/***** Navigazione utente *****/
.nav-sidebar.profile-link > div > svg {
    margin-top:-5px;
}
/***** Pacchetti *****/
.ls-pt-container .ls-column ul li:before {
    content: none;
}

.ls-pt-container .ls-column h2 > small {
    font-size: 65%;
    color: #808080;
}

.box-soluzione {
    overflow: hidden;
    background-color: #F9F5F5;
    text-align: center;
}

    .box-soluzione > hr {
        margin: 0;
        border: none;
        height: 1px;
        background: #fff;
        display: block;
    }

    .box-soluzione h3 {
        background: #F1EEEE;
        margin: 0;
        padding: 10px 0;
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 16px;
        line-height: 17px;
    }

        .box-soluzione h3 a {
            color: #333;
        }

            .box-soluzione h3 a:hover {
                color: #3276b1;
            }

    .box-soluzione .prezzo > strong {
        font-size: 22px;
        color: #3276b1;
    }

    .box-soluzione .prezzo > small {
        font-size: 65%;
    }

    .box-soluzione .tipo {
        font-weight: 700;
        font-size: 13px;
        color: #919191;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .box-soluzione > .vertical-line {
        position: absolute;
        width: 1px;
        height: 100%;
        display: block;
        background: #fff;
        top: 0;
        right: 0;
    }

    .box-soluzione .btn-acquista {
        padding: 10px 8px;
        display: block;
        font-weight: bold;
        background: #153260;
        border: 1px solid #153260;
        color: #fff;
        font-size: 14px;
        -webkit-transition: all .2s linear, color .2s linear;
        -moz-transition: all .2s linear, color .2s linear;
        -ms-transition: all .2s linear, color .2s linear;
        -o-transition: all .2s linear, color .2s linear;
        transition: all .2s linear, color .2s linear;
    }

        .box-soluzione .btn-acquista:hover {
            background: #3276b1;
            border: 1px solid #3276b1;
        }

    .box-soluzione ul {
        margin: 0;
        padding: 0;
        background-color: #F1EEEE;
    }

        .box-soluzione ul li {
            font-size: 14px;
            padding: 8px;
            font-weight: bold;
            border-bottom: 1px solid #fff;
        }

    .box-soluzione li:last-child {
        border-bottom: none;
    }

.box-soluzione-multipla {
    background: #f7f7f7;
    padding: 25px;
    margin-top: 30px;
    position: relative;
    border-radius: 3px;
}

    .box-soluzione-multipla > h2 {
        margin-top: 0;
        padding-top: 10px;
        text-transform: uppercase;
        border-top: 3px solid #153260;
        font-size: 26px;
        font-weight: 900;
    }

    .box-soluzione-multipla > .half-content {
        margin-left: 51%;
    }

    .box-soluzione-multipla > .half-bg {
        width: 49%;
        height: 100%;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        margin: -25px;
    }

        .box-soluzione-multipla > .half-bg.diritto {
            background-image: url(../img/bg_half_diritto.jpg);
        }

        .box-soluzione-multipla > .half-bg.imprese {
            background-image: url(../img/bg_half_imprese.jpg);
        }

    .box-soluzione-multipla .separator-bold {
        width: 40px;
        height: 3px;
        display: block;
        margin: 30px auto;
        background-color: #3276b1;
    }

@media (min-width: 997px) {
    .box-soluzione-multipla {
        transition: all 0.3s ease-in-out;
        -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0);
        -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0);
        box-shadow: 0px 10px 20px 0px rgba(0,0,0,0);
    }

        .box-soluzione-multipla:hover {
            margin-top: 25px;
            margin-bottom: 5px;
            -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
        }
}

@media (max-width: 765px) {
    .box-soluzione-multipla {
        margin-left: 13px !important;
        margin-right: 13px !important;
    }

        .box-soluzione-multipla > .half-content {
            margin-left: 0;
        }

        .box-soluzione-multipla > .half-bg {
            display: none;
        }
}

.image-middle-tables {
    width: 100%;
    height: 403px;
    background: #F9F5F5 url(../../../Shared/Img/pacchetti_img-middle-tables.jpg) no-repeat center center;
    background-size: cover;
    display: block;
}

.ls-pt-container .ls-features ul li span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-pacchetti {
    background: #F9F5F5;
    padding: 40px 0;
}

    .section-pacchetti.alternato {
        background: #F1EEEE;
    }

    .section-pacchetti p {
        line-height: 24px !important;
    }

    .section-pacchetti h2 {
    }

    .section-pacchetti h3 {
    }

    .section-pacchetti hr {
    }

.plus > li {
    position: relative;
}
.plus > li:before {
    /*font-family: 'Font Awesome 5 Free';*/
    /*content: '\f00c';*/
    /*font-weight: 900;*/
    background-image: url('../../../Shared/Img/icon-check.svg');
    margin: 0 5px 0 -27px;
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    left: 0;
}

@media (max-width: 768px) {
    .ls-pt-container .ls-column ul li:before {
        content: attr(data-feature) !important;
    }
}

/* new UI pacchetti */
.card-solution {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 15px;
    margin-top: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: background-color 0.3s linear;
    transition: box-shadow 0.3s;
}
    .card-solution:hover {
        box-shadow: rgba(100, 100, 111, 0.3) 0px 2px 8px 0px;
    }
    .card-solution > h2 {
        color: #3276b1;
        font-weight: 700;
        margin: 0 0 15px;
    }
    .card-solution .lbl-prezzo {
        font-size: 1.2rem;
        color: #787878;
        margin: 20px 0 30px;
    }
        .card-solution .lbl-prezzo strong {
            font-size: 3rem;
            font-weight: 900;
            color: #153260;
        }
    .card-solution .item-list-servizi li.featured-item {
        color: #3276b1;
        font-weight: 700;
    }

@media screen and (min-width: 768px) {
    .card-solution .row > .card-content-left {
        border-right: 1px solid #e8e8e8;
    }
    .card-solution .item-list-servizi {
        margin: 10px 0;
    }
    .card-solution .item-list-servizi li {
        float: left;
        width: 50%;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 767px) {
    .card-solution .row > .card-content-left {
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 20px;
    }
    .card-solution .item-list-servizi {
        margin: 10px 0 30px;
    }
    .card-solution .item-list-servizi li {
        float: none;
        width: 100%;
        margin-bottom: 2px;
    }
}
/* fine new UI pacchetti */

/**** Modal Pacchetti ****/
#more-detail-service .nome-servizio {
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 20px;
}
#more-detail-service h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
}
#more-detail-service h1 {
    font-size: 22px;
    line-height: 42px;
    margin-top: 20px;
}
/***********************/

/* Mobile navbar */
.main-menu nav {
    background: #153260;
    padding: 60px 0;
    text-align: center;
    margin: 0;
}
.main-menu nav ul {
    margin: 0;
}
.main-menu a {
    color: white;
    text-decoration: none;
}

.main-menu .menu,
.main-menu .submenu {
    list-style-type: none;
    padding:0;
}

.main-menu .item a {
    padding: 10px 15px;
    display: block;
}
.main-menu .item > a {
    font-weight: 700;
    text-transform: uppercase;
}

    .main-menu .item.button {
        padding: 9px 5px;
    }

    .main-menu .item:not(.button) a:hover,
    .main-menu .item a:hover::after {
        color: #fff;
    }

/*.main-menu .submenu {
    display: none;
}*/

.main-menu .submenu-active .submenu {
    display: block;
}

.main-menu .has-submenu i {
    font-size: 12px;
}

.main-menu .item.has-submenu.open {
    /*background: #112b54;*/
    padding-bottom: 10px;
}


.main-menu .has-submenu > a::after {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    content: "\f078";
    color: white;
    padding-left: 5px;
}

.main-menu .subitem a {
    padding: 8px 15px;
    display: block;
}
.main-menu .subitem.no a {
    opacity: .6;
}

.main-menu .submenu-active {
    background-color: #111;
    border-radius: 3px;
}
/* Fine Mobile navbar */


div.divFooter, div.divHeader {
    display: none;
}

/***** PAYWALL *****/
.non-paywall {
    position: fixed;
    background-color: rgba(255,255,255,.95);
    left: 20px;
    right: 20px;
    z-index: 9999;
    padding: 30px;
    top: 1vh;
    bottom: 3vh;
    height: 96vh;
    overflow-y: auto;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.3);
}

    .non-paywall .img-devices {
        width: 100%;
        max-width: 600px;
        display: inline-block;
    }

@media (min-width: 1200px) {
    .non-paywall {
        left: 10%;
        right: 10%;
    }
}

.non-paywall > div {
    text-align: center;
}
.stop-scroll {
    height: 100vh;
    overflow-y: hidden;
}
.box-paywall h2 {
    font-weight: 900;
    color: #153260;
}
.box-paywall .sep {
    display: block;
    width: 60px;
    height: 6px;
    border-radius: 3px;
    background-color: #3276B1;
    margin: 50px auto;
}
.box-paywall h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
}
.box-paywall h3 > span {
    font-weight: 900;
    font-size: 42px;
}
.box-paywall h4 {
    font-size: 20px;
}
.box-paywall .btn-cta {
    border: 3px solid #ED1C24;
    background-color: #ED1C24;
    color: #fff;
    padding: 12px 20px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 40px;
    display: block;
    width: 260px;
    margin: 40px auto 20px;
}
.box-paywall p {
    font-size: 18px;
}
@media (max-width: 768px) {
    .box-paywall h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .box-paywall h3 {
        font-size: 20px;
        line-height: 30px;
    }
        .box-paywall h3 > span {
            font-size: 24px;
        }
}
/***** Fine PAYWALL *****/
/***** ADV Google *****/
.adv-top {
    padding: 0 0 20px;
    text-align: center;
}
.adv-top > div {
    margin: auto;
}
.adv-sidebar {
    height: 250px;
    margin-bottom:25px;
}
.article-detail-sidebar {
    text-align: center;
}
@media (min-width: 768px) {
    .article-detail {
        position: relative;
        width: 100%;
    }
    .article-detail-content {
        padding-right: 285px;
        min-height: 1100px;
    }
    .article-detail-sidebar {
        position: absolute;
        top: 0;
        right: 0;
        width: 255px;
    }
    /*.article-detail {
        display: table;
        width: 100%;
    }

    .article-detail-content,
    .article-detail-sidebar {
        display: table-cell;
    }
    .article-detail-content {
        padding-right: 20px;
    }
    .article-detail-sidebar {
        width: 300px;
    }*/

    .article-detail-content .link_edotto, .article-detail-content .pubbliredazionale {
        background-color: #f3f3f3;
        border: 1px solid #e8e8e8;
        padding: 15px;
    }

    .article-detail-content .notabene, .article-detail-content .attenzione, .article-detail-content .esempio {
        background-color: #3276B1;
        color: #fff;
        padding: 30px 25px 20px;
        margin: 30px 0 40px;
        position: relative;
    }

    .article-detail-content .esempio {
        background-color: #8BC34A;
    }

    .article-detail-content .attenzione {
        background-color: #DB4437;
    }

        .article-detail-content .notabene:before, .article-detail-content .attenzione:before, .article-detail-content .esempio:before {
            font-size: 14px;
            font-weight: 700;
            background-color: #153260;
            color: #fff;
            padding: 8px 12px;
            position: absolute;
            top: -18px;
            left: 12px;
            display: inline-block;
        }

    .article-detail-content .notabene:before {
        content: 'NOTA BENE';
    }

    .article-detail-content .attenzione:before {
        content: 'ATTENZIONE';
        background-color: #8a0f0f;
    }

    .article-detail-content .esempio:before {
        content: 'ESEMPIO';
        background-color: #388E3C;
    }

}
/***** fine ADV Google *****/
.modal-content {
    border: none;
}
/**** VIDEO IN HOME ****/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/**** fine VIDEO IN HOME ****/


.custom-footer-v2 {
    font-size: 12px;
    line-height: 18px;
}

/* Filtro scadenzario */
.filtro-scadenzario {
    padding: 8px 30px 8px 13px;
    border: 2px solid #e8e8e8;
    color: #888;
    margin: 10px 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMS4wICBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAtLT48c3ZnIHZlcnNpb249JzEuMScgaWQ9J0xpdmVsbG9fMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgeD0nMHB4JyB5PScwcHgnIHZpZXdCb3g9JzAgMCAxNCAxNicgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTY7JyB4bWw6c3BhY2U9J3ByZXNlcnZlJz48c3R5bGUgdHlwZT0ndGV4dC9jc3MnPi5zdDB7ZmlsbDojQUFBQUFBO308L3N0eWxlPjxwYXRoIGNsYXNzPSdzdDAnIGQ9J00zIDFjMC0wLjYgMC40LTEgMS0xczEgMC40IDEgMXYxaDRWMWMwLTAuNiAwLjQtMSAxLTFzMSAwLjQgMSAxdjFoMS41QzEzLjMgMiAxNCAyLjcgMTQgMy41VjVIMFYzLjVDMCAyLjcgMC43IDIgMS41IDJIM1YxeiBNMTQgMTQuNWMwIDAuOC0wLjcgMS41LTEuNSAxLjVoLTExQzAuNyAxNiAwIDE1LjMgMCAxNC41VjZoMTRWMTQuNXonLz48L3N2Zz4=");
    background-position: right 5px bottom 13px;
    background-repeat: no-repeat;
    background-size: 14px 16px;
    cursor: pointer;
}

.filtro-scadenzario-checkbox {
    font-size: 14px;
    margin: 0 15px;
}

    .filtro-scadenzario-checkbox input[type="checkbox"] {
        accent-color: #3276B1;
    }

    .filtro-scadenzario-checkbox label {
        display: inline-block;
        margin-right: 30px;
    }
/* fine Filtro scadenzario */

.modal-autoheight .modal-body {
    position: relative;
    overflow-y: hidden;
    min-height: 100px !important;
}

.modal {
    z-index: 1200 !important
}

.modal-body .servizi > h4 {
    font-weight: 700;
    margin-top: 30px;
}


@media (min-width: 760px) {
    .openModalButtonProdotto.print-btn {
        display: none
    }
}

@media (max-width: 759px) {
    .openModalButtonProdotto.btn-print {
        display: none
    }
}

/* Mobile serach */
.mobile-search {
    max-width: 300px;
    margin: 10px auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
}
    .mobile-search input {
        border: none;
        width: 100%;
        padding-right: 32px;
    }
        .mobile-search input:focus {
            outline: none;
        }
    .mobile-search button {
        position: absolute;
        right: 10px;
        border: none;
        background: transparent;
        color: #999;
    }
/* fine Mobile serach */
/* articoli premium e gratuiti */
.badge {
    background-color: #787878;
    color: #fff;
}
    .badge.badge-free {
        background-color: #00c853;
    }
    .badge.badge-premium {
        background-color: #3276b1;
    }
/* fine articoli premium e gratuiti */
/* Podcast */
.podcast-box {
    border-top: 2px solid #ffc005;
    border-bottom: 2px solid #ffc005;
    position: relative;
}
.podcast-box h3 {
    padding-right: 90px;
}
    .podcast-box .btn {
        position: absolute;
        right: 0;
        top: 8px;
        background-color: #ffc005;
        border-color: #ffc005;
    }
        .podcast-box .btn:hover {
            background-color: #ebaf00;
            border-color: #ebaf00;
        }
    .podcast-box iframe {
        margin-bottom: 5px;
    }
/* fine Podcast */
/* Registrazione CTA */
.registrati-box {
    background-color: #f0f0f0;
    border-radius: 3px;
    margin-top: 32px;
    padding: 32px;
}
.page-article .registrati-box h3 {
    margin-top: 0px;
}
.page-article .registrati-box img {
    opacity: .5;
}
/* fine Registrazione CTA */

.btn.btn-lg {
    font-size: 1.25rem !important;
}