/*  --  BOOTSTRAP OVERRIDE  --  */

@media (min-width:1470px) {
    .container {
        width: 1440px;
    }
}

/*  --  GENERAL  --  */
html {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

.container.content p,
.container.content li {
    font-size: 18px;
}

/*overiding umrbaco css*/
ins {
    text-decoration: none !important;
}


#wrap {
    min-height: 100%;
    margin-bottom: -328px;
    background-color: #F2F5F9;
    padding-bottom: 200px;
}

    #wrap:after {
        content: '';
        display: block;
        height: 328px;
    }

.red-button {
    border: 0;
    border-radius: 0;
    background-color: #EC6446;
    height: 47px;
    padding: 0 28px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    margin-right: 10px;
    transition: .2s;
}

#button_external_iframe {
    margin-right: 0;
    margin-top: 5px;
}

.red-button:hover {
    background-color: #CF492C;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {

    #wrap {
        padding-bottom: 50px;
    }
}

.intro-video {
    padding: 0;
}

/*	--  MENU  --  */
.menu {
    width: 100%;
    height: 98px;
    background-color: #002661;
    position: fixed;
    z-index: 1000;
    transition: .2s;
}

    .menu.headroom--not-top {
        height: 78px;
    }

.menu-bumper {
    width: 100%;
    height: 98px;
    clear: both;
    overflow: hidden;
}

.menu .container {
    position: relative;
}

.menu .navbar-default {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.menu .navbar {
    margin-bottom: 0;
    min-height: 98px;
}

.menu.headroom--not-top .navbar {
    min-height: 78px;
}

.menu .navbar-header {
    height: 98px;
}

.menu.headroom--not-top .navbar-header {
    height: 78px;
}

.menu .navbar-brand {
    margin-right: 36px;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu.headroom--not-top .navbar-brand > img {
    width: 80%;
}

.menu .navbar-nav > li {
    /* margin-left: 22px;  */
    margin-left: 10px;
    position: relative;
}

    .menu .navbar-nav > li:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: calc(50% - 10px);
        width: 20px;
        height: 10px;
        background-image: url(../assets/img/svg/triangolo_tendina.svg);
        background-repeat: no-repeat;
        opacity: 0;
        bottom: -10px;
    }

    .menu .navbar-nav > li.open:before {
        transition: .2s;
    }

    .menu .navbar-nav > li.open:before {
        opacity: 1;
        bottom: -1px;
    }

    .menu .navbar-nav > li > a {
        padding: 0;
        font-weight: bold;
        line-height: 98px;
    }

.menu.headroom--not-top .navbar-nav > li > a {
    line-height: 78px;
}

.menu .navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.menu .navbar-default .navbar-nav > .active > a, .menu .navbar-default .navbar-nav > .active > a:focus, .menu .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: transparent;
}

.menu .navbar-default .navbar-nav > .open > a:hover, .menu .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
    color: #FFF;
}

.menu .dropdown.col-xs-12 > .dropdown-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 98px;
    padding-top: 49px;
    padding-bottom: 33px;
    margin: 0;
    float: none;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.dropdown-menu_title {
    font-size: 15px;
    color: #2859A5;
    font-weight: bold;
    line-height: 33px;
    margin: 0;
    text-transform: uppercase;
}

    .dropdown-menu_title.dropdown-menu_title__top {
        margin-top: 30px;
    }

.menu .dropdown-menu li a {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
}

.menu .dropdown-menu_container {
    xxdisplay: flex;
    xxjustify-content: center;
}

.menu .dropdown-menu_col {
    margin-right: 90px;
    float: left;
}

    .menu .dropdown-menu_col:last-of-type {
        margin-right: 0;
    }

.menu .dropdown-menu_item__top {
    margin-top: 33px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .menu .navbar-brand {
        margin-right: 20px;
    }

    .menu .navbar-header {
        width: 200px;
    }

    .menu .navbar-brand > img, .menu.headroom--not-top .navbar-brand > img {
        width: 100%;
    }

    .menu .navbar-nav > li > a {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .menu {
        background-color: #002463;
        /* height: 143px; */
        height: auto;
    }

        .menu.headroom--not-top {
            height: auto;
        }

    .menu-bumper {
        height: 143px;
    }

    .menu .navbar-header {
        width: 100%;
        display: flex;
        justify-content: center;
        float: none;
    }

    .menu .navbar-brand {
        margin-right: 0;
        justify-content: center;
    }

    .menu .navbar > .container .navbar-brand {
        position: relative;
        z-index: 1000;
        margin-left: 0;
    }

    .menu.headroom--not-top .navbar-brand > img {
        width: auto;
    }

    .menu .container > .navbar-collapse {
        margin-left: -30px;
        margin-right: -30px;
        background-color: #001D4E;
    }

    /* .menu .navbar-nav { */
    /* float: none; */
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: center; */
    /* } */

    /* .menu .navbar-nav > li > a { */
    /* line-height: 45px; */
    /* } */

    /* .menu .navbar-nav > li { */
    /* margin-left: 84px; */
    /* } */

    /* .menu .navbar-nav > li:first-of-type { */
    /* margin-left: 0; */
    /* } */

    /* .menu .navbar-nav > li > a:before { */
    /* content: ''; */
    /* position: absolute; */
    /* top: 5px; */
    /* bottom: 5px; */
    /* right: -43px; */
    /* width: 2px; */
    /* background-color: #1A478F; */
    /* } */

    .menu .navbar-nav > li:last-of-type > a:before {
        display: none;
    }

    .menu.headroom--not-top .navbar-nav > li > a {
        line-height: 45px;
    }

    /* .menu .dropdown-menu { */
    /* top: 143px; */
    /* } */

    .menu.headroom--not-top > .dropdown-menu {
        top: 123px;
    }

    /* .menu .dropdown-menu_container { */
    /* width: 100% !important; */
    /* padding: 0 10px !important; */
    /* } */

    /* .menu .dropdown-menu_col { */
    /* margin-right: 45px; */
    /* } */
    .menu .navbar-nav > li.open:before {
        bottom: -6px;
    }

    .menu.headroom--not-top .navbar-nav > li.open:before {
        bottom: 0;
    }

    .menu .dropdown-menu li a {
        font-size: 14px;
        line-height: 25px;
    }
}

@media screen and (max-width: 767px) {

    .menu {
        height: auto;
        position: relative;
    }

        .menu.headroom--not-top {
            height: auto;
        }

    .menu-bumper {
        height: 0;
    }

    .menu .navbar-header, .menu.headroom--not-top .navbar-header {
        height: 62px;
        margin-top: 43px;
    }

    .menu .navbar-brand {
        float: none;
        margin-right: 0;
        justify-content: center;
    }

    .menu.headroom--not-top .navbar-brand > img {
        width: auto;
    }

    .menu .navbar-default .navbar-collapse {
        border-color: transparent;
        border-top: 0;
        overflow: visible;
    }

    /* .menu .navbar-nav { */
    /* margin: 0 -15px; */
    /* display: flex; */
    /* } */

    /* .menu .navbar-nav > li { */
    /* margin-left: 0; */
    /* width: 50%; */
    /* text-align: center; */
    /* position: static; */
    /* } */


    .menu .navbar-nav > li:first-of-type:before {
        left: calc(25% - 10px);
    }

    .menu .navbar-nav > li:nth-child(2):before {
        left: calc(75% - 10px);
    }

    /* .menu .navbar-nav > li:last-of-type { */
    /* display: none; */
    /* } */

    .menu .navbar-nav > li > a, .menu.headroom--not-top .navbar-nav > li > a {
        line-height: 45px;
    }



    /* .menu .navbar-default .navbar-nav > .open, .menu .navbar-default .navbar-nav > .open { */
    /* background-color: #001E4D; */
    /* } */

    /* .menu .navbar-default .navbar-nav > li:first-of-type > a:after { */
    /* content: ''; */
    /* width: 1px; */
    /* height: 36px; */
    /* background-color: #1D498D; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 4px; */
    /* } */

    /* .menu .navbar-default .navbar-nav > li:nth-child(2) > a:before { */
    /* content: ''; */
    /* width: 1px; */
    /* height: 36px; */
    /* background-color: #1D498D; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 4px; */
    /* } */

    .menu .navbar-nav .open .dropdown-menu {
        width: 100%;
        background-color: #FFF;
        /*position: absolute;
         margin-top: 52px; */
    }

    .menu .navbar-fixed-bottom .navbar-collapse, .menu .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }

    .menu .dropdown-menu {
        position: relative;
        padding-top: 4px;
        padding-bottom: 30px;
        /* border-bottom: 3px solid #002661 !important; */
    }

    .menu .dropdown-menu_container {
        flex-direction: column;
    }

    .menu .dropdown-menu_col {
        width: 100%;
        overflow: hidden;
        height: 35px;
        float: none;
        margin-right: 0;
    }

    .dropdown-menu_section-title {
        color: #2859A5;
        font-weight: bold;
        line-height: 22px;
        margin: 0;
        margin-top: 21px;
    }

    .menu .dropdown-menu_col.expanded {
        height: auto;
    }

    .menu .dropdown-menu_item__top {
        margin-top: 0;
    }

    .dropdown-menu_title {
        font-size: 16px;
        text-transform: none;
        color: #000;
        line-height: 23px;
        height: 24px;
        border-bottom: 1px solid #A7A7A7;
        margin-top: 11px;
        font-weight: normal;
        position: relative;
    }

        .dropdown-menu_title.dropdown-menu_title__top {
            margin-top: 11px;
        }

        .dropdown-menu_title:before {
            content: '';
            position: absolute;
            right: 5px;
            top: 0;
            width: 11px;
            height: 24px;
            background-image: url('../assets/img/svg/freccia_accordion.svg');
            background-position: center;
            background-repeat: no-repeat;
            transition: .2s;
        }

    .menu .dropdown-menu_col.expanded .dropdown-menu_title:before,
    .transform-caret .dropdown-menu_title:before {
        transform: rotate(180deg);
    }

    .dropdown-menu_title:first-letter {
        text-transform: capitalize;
    }

    .menu .dropdown-menu li a {
        line-height: 23px;
        height: 24px;
        border-bottom: 1px solid #A7A7A7;
        margin-top: 11px;
        display: block;
        padding: 0 10px;
    }

        .menu .dropdown-menu li a.dropdown-menu_title {
            padding: 0;
        }

            .menu .dropdown-menu li a.dropdown-menu_title img {
                position: relative;
                bottom: 3px;
                left: 5px;
            }

            .menu .dropdown-menu li a.dropdown-menu_title:before {
                display: none;
            }
}

/*  --  LOGIN + NOTIFICHE  --  */

.menu_login {
    position: absolute;
    right: 15px;
    top: 0;
    height: 98px;
    overflow: hidden;
    z-index: 999;
    padding-bottom: 30px;
}

.menu.headroom--not-top .menu_login {
    height: 78px;
}

.menu_login.expanded {
    height: auto;
}

.menu.headroom--not-top .menu_login.expanded {
    height: auto;
}

.menu_login_buttons {
    height: 98px;
    display: flex;
    align-items: center;
}


.menu.headroom--not-top .menu_login_buttons {
    height: 78px;
}

.menu_login_button {
    font-size: 14px;
    color: #EC6446;
    font-weight: bold;
    line-height: 49px;
    background-repeat: no-repeat;
    background-position: left center;
    transition: .2s;
}

    .menu_login_button:hover {
        color: #CC4E32;
        text-decoration: none;
    }

.menu_login .menu_login_buttons_button {
    padding: 0;
    background: none;
    border: 0;
    width: 55px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

    .menu_login .menu_login_buttons_button:first-of-type {
        margin-right: 10px;
        margin-left: 45px;
    }

    .menu_login .menu_login_buttons_button span {
        position: absolute;
        right: 2px;
        bottom: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        background-color: #EC6446;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
    }

.menu_login_box {
    margin-top: 128px;
    width: 270px;
    border: 1px solid #FFF;
    padding: 0 26px;
    background-color: #ECF0F6;
}

.menu_login_button.logoff {
    font-size: 10px;
}

.welcome-label {
    color: #EC6446;
}

.menu.headroom--not-top .menu_login_box {
    margin-top: 108px;
}

.menu_login_box.first_load {
    opacity: 0;
}

.menu_login_box_title {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #002661;
    font-weight: bold;
    line-height: 56px;
    margin: 0;
    margin-top: 4px;
    text-align: center;
}

.menu_login_box label {
    font-size: 15px;
    color: #002661;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 0;
}

.menu_login_box input[type="text"], .menu_login_box input[type="password"] {
    width: 100%;
    height: 33px;
    border: 1px solid #6C81A2;
    background-color: #FFF;
    margin-bottom: 12px;
    padding: 0 10px;
    outline: none;
    font-size: 14px;
}

.menu_login_box_lost-password {
    font-size: 14px;
    color: #002661;
    line-height: 23px;
    margin: 8px 0;
    text-decoration: underline;
    display: inline-block;
}

    .menu_login_box_lost-password:hover {
        color: #002661;
    }

.menu_login_box button[type="submit"] {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    line-height: 43px;
    width: 100%;
    height: 43px;
    margin: 0;
    margin-top: 11px;
    padding: 0;
    background: none;
    border: 0;
    background-color: #EC6446;
    text-transform: uppercase;
    transition: .2s;
}

    .menu_login_box button[type="submit"]:hover {
        background-color: #CC4E32;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    }

.menu_login_box_registrati {
    font-size: 16px;
    color: #EC6446;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
    margin-top: 13px;
    margin-bottom: 17px;
}

    .menu_login_box_registrati a {
        color: #EC6446;
        text-decoration: underline;
    }

@media screen and (min-width: 768px) and (max-width: 991px) {

    .menu_login {
        left: 15px;
    }

        .menu_login .menu_login_buttons_button {
            position: absolute;
            top: 26px;
            right: 0;
        }

    .menu.headroom--not-top .menu_login .menu_login_buttons_button {
        top: 20px;
    }

    .menu_login .menu_login_buttons_button:first-of-type {
        right: 65px;
    }

    .menu_login_box {
        margin-left: calc(100% - 270px);
    }
}

@media screen and (max-width: 767px) {

    .menu_login {
        /* height: 33px; */
        height: auto;
        left: 15px;
        top: 10px;
        padding-bottom: 0;
    }

        .menu_login .menu_login_buttons, .menu.headroom--not-top .menu_login, .menu.headroom--not-top .menu_login_buttons {
            /* height: 33px; */
            height: 45px;
        }

    .menu_login_button {
        background-size: auto 33px;
        line-height: 33px;
        padding-left: 41px;
    }

    .menu_login .menu_login_buttons_button {
        width: 53px;
        height: 33px;
        position: absolute;
        right: 0;
    }

        .menu_login .menu_login_buttons_button:first-of-type {
            margin: 0;
            right: 53px;
        }

    .menu_login_box {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: 128px;
    }
}

/* UmbracoForms */
.umbraco-forms-field-wrapper input[type="checkbox"] {
    margin-top: -15px;
    margin-left: 0;
}

.umbraco-forms-page .btn.primary {
    border: 0;
    border-radius: 0;
    background-color: #EC6446;
    height: 47px;
    padding: 0 28px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    margin-right: 10px;
    transition: .2s;
}

    .umbraco-forms-page .btn.primary:hover {
        background-color: #CF492C;
    }

/*  --  BLAZY  --  */
.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}

    .b-lazy.b-loaded {
        opacity: 1;
    }

/*  --  SLIDESHOW  --  */

.slideshow {
    height: 594px;
    position: relative;
    z-index: 999;
}

    .slideshow .slideshow_item {
        height: 594px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.slideshow_item__type-1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
}

    .slideshow_item__type-1 .slideshow_item_title {
        font-family: 'Raleway', sans-serif;
        font-size: 40px;
        color: #FFF;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 50px;
        margin: 0;
        margin-bottom: 7px;
        background-color: #838389;
        padding: 0 18px;
        display: inline-block;
    }

    .slideshow_item__type-1 .cta {
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
        color: #FFF;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 58px;
        margin: 0;
        margin-top: 26px;
        background-color: #EC6446;
        padding: 0 45px;
        display: inline-block;
        transition: .2s;
    }

        .slideshow_item__type-1 .cta a {
            color: #FFF;
        }

            .slideshow_item__type-1 .cta a:hover {
                color: #FFF;
                text-decoration: none;
                /*
            background-color: #CC4E32;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
                */
            }

        .slideshow_item__type-1 .cta:hover {
            text-decoration: none;
            background-color: #CC4E32;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
        }

.slideshow_item__type-2 {
    padding-top: 133px;
    padding-left: 30px;
}

    .slideshow_item__type-2 .slideshow_item_title {
        font-family: 'Raleway', sans-serif;
        font-size: 41px;
        color: #FFF;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 43px;
        margin: 0;
    }

    .slideshow_item__type-2 .slideshow_item_subtitle {
        font-family: 'Raleway', sans-serif;
        font-size: 28px;
        color: #FFF;
        font-weight: 600;
        font-style: italic;
        text-transform: uppercase;
        line-height: 33px;
        margin: 0;
    }

    .slideshow_item__type-2 .cta {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

        .slideshow_item__type-2 .cta a {
            font-family: 'Lato', sans-serif;
            font-size: 13px;
            color: #EC6446;
            font-weight: bold;
            line-height: 29px;
            text-transform: uppercase;
            background-color: #FFF;
            text-decoration: none;
            padding: 0 17px;
            padding-right: 35px;
            display: inline-block;
            position: relative;
        }

            .slideshow_item__type-2 .cta a:before {
                content: '';
                position: absolute;
                width: 12px;
                height: 29px;
                left: -7px;
                top: 0;
                background-color: #FFF;
                -webkit-transform: skew(-200deg);
                -moz-transform: skew(-200deg);
                transform: skew(-200deg);
            }

            .slideshow_item__type-2 .cta a:after {
                content: '';
                position: absolute;
                width: 12px;
                height: 29px;
                right: -7px;
                top: 0;
                background-color: #FFF;
                -webkit-transform: skew(200deg);
                -moz-transform: skew(200deg);
                transform: skew(200deg);
            }

            .slideshow_item__type-2 .cta a svg {
                position: absolute;
                right: 12px;
                top: 11px;
                transition: .2s;
            }

            .slideshow_item__type-2 .cta a:hover svg {
                right: 18px;
            }

            .slideshow_item__type-2 .cta a .cls-1 {
                fill: #EC6446;
            }

.owl-dots-container {
    margin: 0 auto;
    height: 7px;
    display: flex;
    flex-direction: row;
}

    .owl-dots-container .owl-dot {
        display: flex;
        flex: 1;
        background-color: #B5E2F7;
        cursor: pointer;
        transition: .4s;
    }

        .owl-dots-container .owl-dot.active {
            background-color: #EC6446;
        }

@media screen and (max-width: 767px) {

    .slideshow.owl-carousel.owl-loaded, .owl-dots-container {
        display: none;
    }
}

/*  --  COMUNICATI  --  */

.comunicati_container {
    position: relative;
}

.comunicati {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 20px;
}

    .comunicati ~ .archivio_link {
        position: absolute;
        top: 15px;
        right: 100px;
        margin-top: 0;
        z-index: 1000;
    }

    .comunicati .owl-nav {
        position: absolute;
        top: 10px;
        right: 0;
    }

        .comunicati .owl-nav > div {
            display: inline-block;
        }

            .comunicati .owl-nav > div:first-child {
                margin-right: 7px;
                min-height: 119px
            }

            .comunicati .owl-nav > div .cls-1 {
                fill: #fff;
                stroke: #535353;
                stroke-width: 1px;
            }

            .comunicati .owl-nav > div .cls-2 {
                transition: .2s;
                fill: none;
                stroke: #434343;
                stroke-width: 2px;
                fill-rule: evenodd;
            }

            .comunicati .owl-nav > div.disabled .cls-2 {
                stroke: silver;
            }

.comunicati_item {
    padding-top: 23px;
    padding-bottom: 30px;
}

.comunicati_item_data {
    font-size: 15px;
    color: #0E408D;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 23px;
    margin: 0;
}

.comunicati_item_title {
    font-size: 17px;
    color: #f23c12;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}

.comunicati_item p {
    font-size: 15px;
    color: #001E4D;
    line-height: 18px;
    margin: 0;
}

.comunicati_item_cta {
    font-size: 15px;
    color: #001E4D;
    line-height: 18px;
    font-weight: bold;
    font-style: italic;
    margin: 0;
    position: relative;
}

    .comunicati_item_cta:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #3D4D6B;
    }

    .comunicati_item_cta:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #BCC0C8;
    }

    .comunicati_item_cta:hover {
        color: #001E4D;
        text-decoration: none;
    }

        .comunicati_item_cta:hover:after {
            display: none;
        }

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .comunicati_item {
        margin-right: 50px;
    }
}

@media screen and (max-width: 767px) {

    .comunicati {
        padding: 0 15px;
    }

    .comunicati_item_data, .comunicati_item_cta, .comunicati_item p {
        font-size: 13px;
    }

    .comunicati_item_title {
        font-size: 15px;
    }

    .comunicati .owl-nav {
        display: block;
        position: absolute;
        top: calc(50% - 10px);
        left: 0;
        right: 0;
    }

        .comunicati .owl-nav svg {
            width: 20px;
            height: 20px;
        }

        .comunicati .owl-nav .owl-prev {
            position: absolute;
            left: -10px;
        }

        .comunicati .owl-nav .owl-next {
            position: absolute;
            right: -10px;
        }

        .comunicati .owl-nav > div .cls-1 {
            fill: #fff;
            stroke: #535353;
            stroke-width: 1px;
        }

        .comunicati .owl-nav > div .cls-2 {
            transition: .2s;
            fill: none;
            stroke: #434343;
            stroke-width: 2px;
            fill-rule: evenodd;
        }

    .comunicati .archivio_link {
        z-index: 1;
    }
}

/*  --  INTRO  --  */

.intro {
    display: flex;
    align-items: stretch;
    background: #000;
}

.intro_left {
    background-color: #ECF0F6;
}

.intro_left_container {
    width: 585px;
    float: right;
    background-image: url(../assets/img/svg/logoM.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 96px;
    padding-bottom: 80px;
    padding-left: 15px;
}

@media screen and (max-width: 1469px) {

    .intro_left_container {
        width: 100%;
    }
}

.intro_left_title {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    color: #2B2B2B;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
}

.intro_left p {
    font-size: 16px;
    color: #2B2B2B;
    line-height: 24px;
    margin: 0;
    margin-top: 27px;
}

.intro_left_cta {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-style: italic;
    position: relative;
}

    .intro_left_cta:before {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #D9DCE2;
    }

    .intro_left_cta:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #4C4D50;
    }

    .intro_left_cta:hover {
        color: #000;
        text-decoration: none;
    }

.intro_right {
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .intro_left_container {
        width: 375px;
        padding-top: 55px;
        padding-bottom: 40px;
    }

    .intro_left_title {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {

    .intro_left_container {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-top: 45px;
        padding-bottom: 42px;
    }

    .intro_left_title {
        font-size: 23px;
        line-height: 27px;
    }

    .intro_left p {
        font-size: 15px;
    }
}

/*  --  NEWS LARGE  --  */

.news-large {
    width: 100%;
    height: 271px;
    background-image: url(../assets/img/large-news.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-large_data {
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 11px;
    line-height: 22px;
    text-transform: uppercase;
}

.news-large_title,
.news-large_title a {
    font-size: 35px;
    color: #EC6446;
    font-weight: bold;
    margin: 0;
    margin-bottom: 4px;
    line-height: 35px;
}

.news-large_content {
    font-size: 17px;
    color: #FFF;
    line-height: 26px;
    margin-bottom: 0;
}

/*  --  NEWS  --  */

.news_full {
    background-color: #F2F5F9;
}

.news_container {
    display: flex;
    align-items: stretch;
}

.news {
    background-color: #F2F5F9;
    padding-left: 26px;
    position: relative;
}

.archivio_link {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #8C8C8C;
    font-weight: 500;
    line-height: 20px;
    padding-left: 30px;
    margin-top: 22px;
    margin-bottom: 17px;
    float: right;
    background-image: url(../assets/img/svg/archivio.svg);
    background-position: left center;
    background-repeat: no-repeat;
    transition: .2s;
}

    .archivio_link:hover {
        color: #8C8C8C;
        background-position: 4px center;
    }

.news_col_title {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #09357A;
    font-weight: 800;
    line-height: 29px;
    min-height: 58px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 29px;
}

.news_item {
    padding-bottom: 16px;
}

    .news_item:last-of-type {
        margin-bottom: 35px;
    }

.news_item_data {
    font-size: 15px;
    color: #0E408D;
    font-weight: bold;
    line-height: 23px;
    margin: 0;
    text-transform: uppercase;
}

.news_item_title {
    font-size: 18px;
    color: #EC6446;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}

.news_item p {
    font-size: 15px;
    color: #001E4D;
    line-height: 18px;
    margin: 0;
}

.news_item_cta {
    font-size: 15px;
    color: #001E4D;
    line-height: 18px;
    font-weight: bold;
    font-style: italic;
    position: relative;
}

    .news_item_cta:before {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #001E4D;
    }

    .news_item_cta:hover {
        color: #001E4D;
    }

.news:nth-child(2) {
    background-color: #FFF;
}

.news:nth-child(3) {
    background-color: #F2F5F9;
}

    .news:nth-child(2) .news_item_title, .news:nth-child(3) .news_item_title {
        color: #001E4D;
    }


@media screen and (min-width: 768px) and (max-width: 991px) {

    .news_col_title {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {

    .news {
        background-color: #FFF;
        padding-left: 15px;
    }

    .news_container {
        display: block;
    }

    .news .archivio_link {
        margin-top: 0;
        margin-bottom: -20px;
    }

    .news:first-child .archivio_link {
        margin-top: 48px;
    }

    .news_col_title {
        min-height: 24px;
        font-size: 20px;
        line-height: 24px;
        padding-right: 90px;
        margin-bottom: 22px;
    }

    .news_item {
        padding-bottom: 22px;
    }

        .news_item:last-of-type {
            margin-bottom: 18px;
        }

    .news_item_data {
        font-size: 14px;
        line-height: 21px;
    }

    .news_item_title {
        font-size: 16px;
        line-height: 19px;
    }

    .news_item p, .news_item_cta {
        font-size: 14px;
        line-height: 17px;
    }
}

/*  --  CAMPAGNE PROMOZIONALI  --  */

.campagne-promozionali {
    background-color: #ECEFF6;
    border-top: 5px solid #CFD6E0;
    border-bottom: 1px solid #F5F7FA;
    position: relative;
    padding-top: 52px;
    padding-bottom: 21px;
}

.campagne-promozionali_title {
    font-size: 15px;
    color: #09357A;
    font-weight: 900;
    line-height: 79px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 15px;
}

.campagne-promozionali .container {
    position: relative;
}

.campagne-promozionali .archivio_link {
    position: absolute;
    right: 15px;
    float: none;
    top: -27px;
    margin: 0;
}

.campagne-promozionali_carousel {
    padding-top: 15px;
    padding-bottom: 32px;
}

    .campagne-promozionali_carousel .owl-stage {
        display: flex;
        justify-content: stretch;
    }

.campagne-promozionali_carousel_item {
    padding-bottom: 59px;
    min-height: 135px;
    height: 100%;
    text-align: center;
    position: relative;
}

.campagne-promozionali_carousel_item_title {
    font-size: 30px;
    color: #EC6446;
    font-weight: bold;
    line-height: 34px;
    margin: 0;
}

.campagne-promozionali_carousel_item_subtitle {
    font-size: 18px;
    color: #09357A;
    font-weight: bold;
    line-height: 27px;
    margin: 0;
}

.campagne-promozionali_carousel_item_cta {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .campagne-promozionali_carousel_item_cta a {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 39px;
        height: 39px;
        display: inline-block;
        padding: 0 34px;
        background-color: #EC6446;
        transition: .2s;
    }

        .campagne-promozionali_carousel_item_cta a:hover {
            color: #FFF;
            text-decoration: none;
            background-color: #CC4E32;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
        }

.campagne-promozionali_carousel .owl-nav {
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
    text-align: right;
}

    .campagne-promozionali_carousel .owl-nav > div {
        display: inline-block;
    }

        .campagne-promozionali_carousel .owl-nav > div:first-child {
            margin-right: 7px;
        }

        .campagne-promozionali_carousel .owl-nav > div .cls-1 {
            fill: #fff;
            stroke: #535353;
            stroke-width: 1px;
        }

        .campagne-promozionali_carousel .owl-nav > div .cls-2 {
            transition: .2s;
            fill: none;
            stroke: #434343;
            stroke-width: 2px;
            fill-rule: evenodd;
        }

        .campagne-promozionali_carousel .owl-nav > div.disabled .cls-2 {
            stroke: #ECF0F6;
        }

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .campagne-promozionali_carousel_item_title {
        font-size: 25px;
    }

    .campagne-promozionali_carousel_item_subtitle {
        font-size: 17px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .campagne-promozionali_carousel_item_title {
        font-size: 24px;
    }

    .campagne-promozionali_carousel_item_subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    .campagne-promozionali {
        padding: 0 15px;
    }

    .campagne-promozionali_title {
        font-size: 14px;
        margin-top: 0;
        text-align: center;
    }

    .campagne-promozionali_carousel_item_title {
        font-size: 27px;
        line-height: 27px;
    }

    .campagne-promozionali_carousel_item_subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .campagne-promozionali_carousel {
        position: relative;
        padding-top: 0;
        padding-bottom: 25px;
    }

        .campagne-promozionali_carousel .owl-nav {
            position: absolute;
            top: calc(50% - 27px);
            left: -20px;
            right: -20px;
            width: auto;
        }

            .campagne-promozionali_carousel .owl-nav > div {
                position: absolute;
                left: 0;
            }

            .campagne-promozionali_carousel .owl-nav .owl-next {
                left: auto;
                right: 0;
            }

            .campagne-promozionali_carousel .owl-nav:before {
                display: none;
            }

            .campagne-promozionali_carousel .owl-nav svg {
                width: 20px;
                height: 20px;
            }
}

/*  --  TITOLI PIU' VENDUTI  --  */

.titoli-piu-venduti {
    padding-top: 72px;
}

.titoli-piu-venduti_title {
    font-family: 'Raleway', sans-serif;
    font-size: 37px;
    color: #09357A;
    font-weight: 800;
    line-height: 39px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.titoli-piu-venduti_subtitle {
    font-size: 14px;
    color: #626262;
    line-height: 19px;
    margin: 0;
    text-align: center;
}

    .titoli-piu-venduti_subtitle:first-letter {
        text-transform: capitalize;
    }

.titoli-piu-venduti_carousel {
    margin-top: 22px;
    margin-bottom: 80px;
}

.titoli-piu-venduti_carousel_item {
    width: 132px;
    height: auto;
    background-position: center;
    background-size: cover;
}

.titoli-piu-venduti_carousel_item_img {
    width: 100%;
    height: 207px;
    background-position: center;
    background-size: cover;
}

.titoli-piu-venduti_carousel_item_autore {
    font-size: 15px;
    color: #EC6446;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 4px;
}

.titoli-piu-venduti_carousel_item_titolo {
    font-size: 13px;
    color: #09357A;
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: bold;
}

.titoli-piu-venduti_carousel_item_casa {
    font-size: 11px;
    color: #09357A;
    text-transform: uppercase;
    margin: 0;
    margin-top: 6px;
}

.titoli-piu-venduti_carousel_item_prezzo {
    font-size: 11px;
    color: #09357A;
    margin: 0;
    margin-top: 6px;
}

.titoli-piu-venduti_carousel_item_cta {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 20px;
    background-color: #EC6446;
    border: 0;
    margin: 0;
    margin-top: 6px;
    display: inline-block;
    line-height: 30px;
    transition: .2s;
}

    .titoli-piu-venduti_carousel_item_cta:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #CC4E32;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    }

.titoli-piu-venduti_carousel .owl-nav {
    position: absolute;
    top: -71px;
    right: 0;
}

    .titoli-piu-venduti_carousel .owl-nav > div {
        display: inline-block;
    }

        .titoli-piu-venduti_carousel .owl-nav > div:first-child {
            margin-right: 7px;
        }

        .titoli-piu-venduti_carousel .owl-nav > div .cls-1 {
            fill: #fff;
            stroke: #535353;
            stroke-width: 1px;
        }

        .titoli-piu-venduti_carousel .owl-nav > div .cls-2 {
            transition: .2s;
            fill: none;
            stroke: #434343;
            stroke-width: 2px;
            fill-rule: evenodd;
        }

        .titoli-piu-venduti_carousel .owl-nav > div.disabled .cls-2 {
            stroke: silver;
        }

@media screen and (min-width: 768px) and (max-width: 991px) {

    .titoli-piu-venduti_title {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {

    .titoli-piu-venduti {
        padding-top: 36px;
    }

    .titoli-piu-venduti_title {
        font-size: 23px;
        line-height: 28px;
        text-align: left;
        width: calc(100% - 50px);
    }

    .campagne-promozionali .archivio_link .titoli-piu-venduti_subtitle {
        top: 5px;
    }

    .titoli-piu-venduti_carousel {
        margin-top: 58px;
        margin-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .titoli-piu-venduti_carousel .owl-nav {
            top: -41px;
            left: calc(50% - 30px);
        }
}

/*  --  TITOLI SELEZIONATI  --  */

.titoli-selezionati {
    border-top: 5px solid #DAE2EE;
    background-color: #ECF0F6;
    padding-top: 46px;
}

.titoli-selezionati_top_left {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.titoli-selezionati_top_right {
    width: calc(100% - 100px);
    float: left;
}

.titoli-selezionati_title {
    font-family: 'Raleway', sans-serif;
    font-size: 37px;
    color: #EC6446;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0;
}

.titoli-selezionati_subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #09357A;
    font-weight: bold;
    line-height: 23px;
    margin: 0;
    margin-top: 7px;
}

.titoli-selezionati_carousel {
    margin-top: 90px;
}

.titoli-selezionati_carousel_item {
    margin-bottom: 61px;
}

.titoli-selezionati_carousel_item_autore {
    font-size: 16px;
    color: #09357A;
    font-weight: bold;
    line-height: 19px;
    margin: 0;
    text-align: center;
}

.titoli-selezionati_carousel_item_title {
    font-size: 18px;
    color: #EC6446;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
    text-align: center;
}

.titoli-selezionati_carousel_item_subtitle {
    font-size: 13px;
    color: #09357A;
    line-height: 20px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.titoli-selezionati_carousel_item_cta {
    margin-top: 13px;
    text-align: center;
}

    .titoli-selezionati_carousel_item_cta a {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        color: #FFF;
        font-weight: bold;
        line-height: 39px;
        height: 39px;
        margin: 0;
        text-transform: uppercase;
        padding: 0 34px;
        background-color: #EC6446;
        display: inline-block;
        transition: .2s;
    }

        .titoli-selezionati_carousel_item_cta a:hover {
            color: #FFF;
            text-decoration: none;
            background-color: #CC4E32;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
        }

.titoli-selezionati_carousel .owl-nav {
    position: absolute;
    top: -53px;
    left: 0;
    width: 100%;
    text-align: right;
}

    .titoli-selezionati_carousel .owl-nav:before {
        content: '';
        width: calc(100% - 99px);
        height: 1px;
        position: absolute;
        top: 12px;
        left: 0;
        background-color: #DAE2EE;
    }

    .titoli-selezionati_carousel .owl-nav > div {
        display: inline-block;
    }

        .titoli-selezionati_carousel .owl-nav > div:first-child {
            margin-right: 7px;
        }

        .titoli-selezionati_carousel .owl-nav > div .cls-1 {
            fill: #fff;
            stroke: #535353;
            stroke-width: 1px;
        }

        .titoli-selezionati_carousel .owl-nav > div .cls-2 {
            transition: .2s;
            fill: none;
            stroke: #434343;
            stroke-width: 2px;
            fill-rule: evenodd;
        }

        .titoli-selezionati_carousel .owl-nav > div.disabled .cls-2 {
            stroke: silver;
        }

@media screen and (min-width: 768px) and (max-width: 991px) {

    .titoli-selezionati_title {
        font-size: 32px;
    }

    .titoli-selezionati_subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    .titoli-selezionati_top_right {
        width: 100%;
        margin-top: -80px;
    }

    .titoli-selezionati_title {
        font-size: 25px;
        line-height: 30px;
        height: 80px;
        display: flex;
        align-items: center;
        margin-left: 100px;
    }

    .titoli-selezionati_subtitle {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }

    .titoli-selezionati_carousel {
        margin-top: 78px;
    }

        .titoli-selezionati_carousel .owl-nav {
            top: -62px;
            text-align: center;
            padding-top: 21px;
        }

            .titoli-selezionati_carousel .owl-nav:before {
                height: 2px;
                width: 100%;
                top: 0;
            }

    .titoli-selezionati_carousel_item_autore {
        font-size: 15px;
    }

    .titoli-selezionati_carousel_item_title {
        font-size: 16px;
        line-height: 19px;
    }

    .titoli-selezionati_carousel_item_subtitle {
        font-size: 12px;
        line-height:
    }
}

/*  --  FOOTER  --  */

footer {
    background-color: #002661;
    padding-top: 38px;
    padding-bottom: 43px;
    position: relative;
    z-index: 800;
}

.footer_title {
    font-size: 16px;
    color: #FFF;
    font-weight: 800;
    line-height: 36px;
    margin: 0;
    text-transform: uppercase;
}

.footer_indirizzo {
    font-size: 18px;
    color: #FFF;
    line-height: 41px;
    margin: 0;
    margin-bottom: 27px;
    padding-left: 28px;
    position: relative;
}

    .footer_indirizzo svg {
        position: absolute;
        width: 19px;
        left: 0;
        top: 3px;
    }

.footer_links {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

    .footer_links a {
        font-size: 12px;
        color: #FFF;
        line-height: 20px;
    }

.footer_info {
    font-size: 15px;
    color: #FFF;
    line-height: 28px;
    margin: 0;
}

    .footer_info:first-of-type {
        margin-top: 5px;
    }

.footer_social {
    font-size: 15px;
    color: #FFF;
    line-height: 34px;
    margin-top: 4px;
    padding-right: 48px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 37px;
    display: inline-block;
    transition: .2s;
}

    .footer_social:hover {
        color: #FFF;
        padding-right: 39px;
        text-decoration: none;
    }

    .footer_social.facebook {
        background-image: url(../assets/img/svg/facebook.svg);
    }

    .footer_social.instagram {
        background-image: url(../assets/img/svg/facebook.svg);
    }

    .footer_social.linkedin {
        background-image: url(../assets/img/svg/linkedin.svg);
    }



#footer_map {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    background-size: cover;
    background-position: center;
}

.footer_info-azienda {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
    margin: 0;
}

.footer-copyright {
    height: 39px;
    background-color: #001E4D;
}

    .footer-copyright p {
        font-size: 12px;
        color: #164EA4;
        line-height: 39px;
        margin: 0;
        float: left;
    }

        .footer-copyright p:last-of-type {
            float: right;
        }

        .footer-copyright p a {
            color: #164EA4;
        }

            .footer-copyright p a:hover {
                text-decoration: none;
            }

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .footer_indirizzo {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {

    footer {
        padding-top: 50px;
    }

    .footer_title {
        font-size: 15px;
    }

    .footer_indirizzo {
        font-size: 16px;
    }

    .footer_title__margin-top {
        margin-top: 30px;
    }

    .footer_info {
        font-size: 14px;
    }


    .footer_info-azienda {
        margin-top: 29px;
    }

    .footer-copyright {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .footer-copyright p {
            float: none;
            line-height: 16px;
        }

            .footer-copyright p:last-of-type {
                float: none;
            }
}

/*  --  BREADCRUMB  --  */

.breadcrumb {
    background-color: #FFF;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

    .breadcrumb ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

        .breadcrumb ul li {
            color: #002661;
            line-height: 44px;
        }

            .breadcrumb ul li a {
                color: #002661;
            }

            .breadcrumb ul li #imghelp {
                vertical-align: text-top;
                margin-right: 3px;
            }

        .breadcrumb ul .float-right {
            float: right;
        }

        .breadcrumb ul .float-left {
            float: left;
        }

/*  --  STATIC CONTENT  --  */

.static-content {
    padding-top: 48px;
}

.static-content_image {
    width: 100%;
    height: 261px;
    margin-bottom: 55px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.static-content_cta {
    display: block;
    height: 59px;
    font-size: 20px;
    color: #FFF;
    font-weight: 900;
    text-decoration: none;
    line-height: 59px;
    padding: 0 23px;
    background-color: #002661;
    transition: .2s;
    text-transform: uppercase;
}

    .static-content_cta:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #01204F;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
    }

    .static-content_cta:active {
        color: #FFF;
        text-decoration: none;
        background-color: #002661;
        box-shadow: none;
    }

.static-content p {
    font-size: 16px;
    color: #002661;
    line-height: 25px;
    margin-bottom: 18px;
}

    .static-content p a {
        color: #002661;
        font-weight: bold;
    }

    .static-content p span {
        color: #002661;
        font-weight: bold;
    }

.static-content_box_1-2 {
    padding: 10px;
}

.static-content_box_image, .static-content_box_image-logo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.static-content_box_1-2 .static-content_box_image {
    height: 300px;
}

.static-content_box_1-2 .static-content_box_image-logo {
    height: 80px;
    background-size: contain;
    margin: 10px;
}

.static-content_box_1-2 .static-content_box_text {
    background-color: #FFF;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.static-content_box_text .static-content_box_text_big {
    font-size: 18px;
    color: #002661;
    line-height: 26px;
}

.static-content_box_text-link {
    font-size: 18px;
}

.static-content_section_title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #002661;
    font-weight: 800;
    line-height: 83px;
    text-transform: uppercase;
    margin: 0;
}

.static-content_image ~ .static-content_section_title {
    line-height: 24px;
    margin-bottom: 30px;
}

.assistenza_box .static-content_section_title {
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: -20px;
}

.static-content_subtitle {
    font-size: 18px;
    color: #EC6446;
    font-weight: bold;
    line-height: 27px;
    margin: 0;
}

.static-content_subtitle__mt {
    margin-top: 16px;
}

.static-content_title ~ .static-content_section_title {
    line-height: 30px;
}

.static-content ul ~ .static-content_section_title {
    margin-top: 18px;
}

.static-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .static-content ol li,
    .static-content ul li {
        font-size: 16px;
        line-height: 25px;
        color: #002661;
        position: relative;
        padding-left: 38px;
    }

        /* ????
.static-content p ~ ul {
    margin-top: -15px;
}
*/
        .static-content ul li:before {
            content: '';
            width: 6px;
            height: 6px;
            background-color: #002661;
            border-radius: 50%;
            position: absolute;
            left: 3px;
            top: calc(50% - 3px);
        }

.static-content .static-content_list__margin-left {
    margin-left: 35px;
}

.static-content p ~ .static-content_list__margin-left {
    margin-top: -18px;
}

.static-content .static-content_list__mb {
    margin-bottom: 46px;
}

.bg-danger {
    background-color: #FBE0DA;
    min-height: 33px;
    font-size: 20px;
    color: #EC6446;
    font-weight: bold;
    line-height: 33px;
    margin-top: 46px;
    margin-bottom: 19px;
}

.static-content_btn {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    line-height: 44px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 44px;
    background-color: #EC6446;
    transition: .2s;
}

    .static-content_btn:hover {
        text-decoration: none;
        color: #FFF;
        background-color: #CC4E32;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    }

.static-content_title {
    font-size: 20px;
    color: #2B2B2B;
    font-weight: bold;
    font-style: italic;
    line-height: 23px;
    margin: 0;
    margin-bottom: 23px;
}

.static-content_list__offset {
    margin-left: 36px;
}

.static-content_paragraph_title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #002661;
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 15px;
}

.static-content_adress {
    font-weight: normal;
    padding-left: 21px;
    position: relative;
    display: inline-block;
}

    .static-content_adress:before {
        content: '';
        width: 2px;
        height: calc(100% - 16px);
        position: absolute;
        top: 8px;
        left: 0;
        background-color: #000;
    }

.static-content_modulo {
    width: 100%;
    height: 151px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 49px;
}

.static-content_modulo_title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #002661;
    font-weight: 800;
    line-height: 26px;
    height: 26px;
    margin: 0;
    margin-bottom: 9px;
    padding-left: 36px;
    position: relative;
}

    .static-content_modulo_title svg {
        width: 26px;
        height: 26px;
        fill: #EC6446;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 0;
    }

.static-content_modulo ul {
    margin-left: 36px;
    min-height: 50px;
}

    .static-content_modulo ul li {
        padding-left: 9px;
    }

        .static-content_modulo ul li:before {
            width: 5px;
            height: 1px;
            border-radius: 0;
            left: 0;
            top: calc(50% + 1px);
        }

@media screen and (max-width: 767px) {

    .static-content_title {
        font-size: 18px;
    }

    .static-content_paragraph_title {
        font-size: 18px;
    }

    .static-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .static-content_section_title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .static-content_title ~ .static-content_section_title {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .static-content_btn {
        font-size: 16px;
    }

    .bg-danger {
        padding: 20px 0;
    }
}

/*  --  WHITE-BOX  --  */

.white-box_container {
    display: flex;
    align-items: stretch;
    margin-bottom: 22px;
}

.white-box {
    background-color: #FFF;
    padding: 25px 21px;
    flex: 1;
    margin: 0 15px;
}

    .white-box:first-of-type {
        margin-left: 0;
    }

    .white-box:last-of-type {
        margin-right: 0;
    }

.white-box_container__padding .white-box {
    padding: 25px 60px;
}

.white-box_container p ~ ul {
    margin-top: 20px;
    margin-left: 30px;
}

.white-box_title {
    font-size: 16px;
    color: #002661;
    font-weight: bold;
    line-height: 13px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 28px;
}

.white-box p {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

@media screen and (max-width: 767px) {

    .white-box_container {
        display: block;
    }

    .white-box {
        margin: 20px 0;
    }

        .white-box:last-of-type {
            margin-bottom: 40px;
        }
}

/*  --  ONPAGE LOGIN  --  */

.onpage-login {
    padding: 4px 35px 28px 28px;
    background-color: #083781;
}

.onpage-login_title {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #EC6446;
    font-weight: bold;
    line-height: 57px;
    margin: 0;
}

.onpage-login label {
    font-size: 14px;
    color: #FFF;
    font-weight: normal;
    line-height: 23px;
    display: block;
    margin: 0;
    margin-top: 11px;
}

.onpage-login input[type="text"], .onpage-login input[type="password"] {
    width: 100%;
    height: 43px;
    border: 0;
    background: none;
    background-color: #FFF;
    outline: none;
    padding: 0 15px;
}

.onpage-login_lost-password {
    font-size: 14px;
    color: #FFF;
    line-height: 11px;
    margin: 26px 0;
    display: block;
    text-decoration: underline;
}

    .onpage-login_lost-password:hover {
        color: #FFF;
    }

.onpage-login button[type="submit"] {
    width: 100%;
    height: 43px;
    background: none;
    background-color: #EC6446;
    border: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    transition: .2s;
}

    .onpage-login button[type="submit"]:hover {
        background-color: #CC4E32;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    }

.centrale-xs {
    height: 410px;
    background-image: url(../assets/img/background_xs.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.centrale-md {
    height: 650px;
    background-image: url(../assets/img/background.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 230px;
}

.testo {
    width: 100%;
    position: relative;
    text-align: center;
    color: #002661;
    font-size: 16px;
}

/*  --  ONPAGE REGISTRAZIONE  --  */

.onpage-registrazione {
    padding: 4px 35px 28px 28px;
    background-color: #83D0F5;
}

    .onpage-registrazione .onpage-login_title {
        color: #002661;
    }

    .onpage-registrazione label {
        color: #083781;
    }

    .onpage-registrazione input[type="text"]:last-of-type {
        margin-bottom: 29px;
    }

    .onpage-registrazione label a {
        text-transform: uppercase;
        text-decoration: underline;
        color: #083781;
    }

        .onpage-registrazione label a:hover {
            color: #083781;
        }

    .onpage-registrazione .checkbox {
        margin-top: 0;
        margin-bottom: 9px;
    }

        .onpage-registrazione .checkbox label {
            margin-top: 0;
        }

            .onpage-registrazione .checkbox label span {
                line-height: 22px;
                display: inline-block;
                position: relative;
                top: -6px;
                left: 14px;
            }

    .onpage-registrazione input[type="checkbox"] {
        -webkit-appearance: none !important;
        moz-appearance: none !important;
        width: 22px;
        height: 22px;
        background-color: #FFF;
        position: relative;
    }

        .onpage-registrazione input[type="checkbox"]:after {
            content: ' ';
            position: absolute;
            top: 3px;
            left: 2px;
            font-size: 18px;
            line-height: 0.8;
            color: #417838;
            transition: all .2s;
        }

        .onpage-registrazione input[type="checkbox"]:not(:checked):after {
            opacity: 0;
            transform: scale(0);
        }

        .onpage-registrazione input[type="checkbox"]:checked:after {
            opacity: 1;
            transform: scale(1);
        }

    .onpage-registrazione form > span {
        font-size: 14px;
        color: #083781;
        line-height: 37px;
        display: block;
        margin-bottom: 17px;
    }

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .onpage-login_title {
        line-height: 20px;
        margin: 18px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .onpage-login_title {
        line-height: 20px;
        margin: 18px 0;
    }

    .onpage-login_title {
        line-height: 20px;
        margin: 18px 0;
    }

    .onpage-registrazione .checkbox label span {
        font-size: 13px;
        left: 10px;
    }
}

@media screen and (max-width: 767px) {

    .onpage-login {
        margin-top: 30px;
    }

    .onpage-login_title {
        line-height: 20px;
        margin: 18px 0;
    }

    .onpage-registrazione .checkbox label span {
        font-size: 12px;
        left: 10px;
        top: 6px;
    }

    .onpage-registrazione input[type="checkbox"] {
        width: 17px;
        height: 17px;
    }

        .onpage-registrazione input[type="checkbox"]:after {
            font-size: 16px;
        }
}

/*  --  EDITORI DISTRIBUITI  --  */

.ricerca-editore {
    background-color: #E5E8EC;
}

.ricerca-editore_title {
    font-size: 16px;
    color: #2B2B2B;
    font-weight: normal;
    line-height: 83px;
    margin: 0;
}

.ricerca-editore form {
    width: 100%;
    height: 43px;
    margin: 20px 0;
}

    .ricerca-editore form input[type="text"] {
        width: calc(100% - 107px);
        height: 100%;
        background: none;
        background-color: #FFF;
        border: 0;
        margin: 0;
        margin-right: 2px;
        padding: 0 20px;
        outline: none;
        font-size: 22px;
        float: left;
    }

    .ricerca-editore form button[type="submit"] {
        width: 105px;
        height: 100%;
        border: 0;
        margin: 0;
        padding: 0;
        background: none;
        background-color: #EC6446;
        float: left;
        transition: .2s;
        background-image: url(../assets/img/svg/ricerca.svg);
        background-size: 30px auto;
        background-repeat: no-repeat;
        background-position: center;
    }

        .ricerca-editore form button[type="submit"]:hover {
            background-color: #CC4E32;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
        }

.ricerca-editore_indice {
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none;
    margin-top: 10px;
}

    .ricerca-editore_indice li {
        display: inline-block;
    }

        .ricerca-editore_indice li a {
            font-size: 16px;
            color: #2B2B2B;
            line-height: 53px;
            margin: 0 7px;
        }

        .ricerca-editore_indice li:first-child a {
            margin-left: 0;
        }

        .ricerca-editore_indice li.selected a {
            text-decoration: underline;
            font-weight: bold;
        }

.ricerca-editore_risultati {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    min-height: 240px;
}

    .ricerca-editore_risultati li a {
        color: #2B2B2B;
        line-height: 35px;
        text-transform: uppercase;
    }

    .static-content ul.reti-promozionali_list li.selected a,
    .ricerca-editore_risultati li.selected a,
    .show_promotional_network.selected {
        text-decoration: underline;
        color: #EC6446;
    }

    .ricerca-editore_risultati li a:hover {
        text-decoration: underline;
        color: #EC6446;
    }

.ricerca-editore_dettaglio {
    position: fixed;
    width: 460px;
    background-color: #FFF;
    padding-left: 20px;
    padding-bottom: 18px;
    z-index: 900;
}

    .ricerca-editore_dettaglio > button {
        display: none;
    }

.ricerca-editore_dettaglio_titolo {
    font-size: 16px;
    color: #EC6446;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
    margin-top: 15px;
}

.ricerca-editore_dettaglio_info {
    font-size: 16px;
    color: #2B2B2B;
    margin: 0;
}

.ricerca-editore_dettaglio p {
    font-size: 16px;
    color: #2B2B2B;
    margin-bottom: 0px;
}

    .ricerca-editore_dettaglio p a, .ricerca-editore_dettaglio p a span {
        color: #337ab7;
    }

.ricerca-editore_dettaglio span {
    color: black;
    font-weight: 700;
}

.ricerca-editore_dettaglio_titolo span {
    margin-left: 5px;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .ricerca-editore_dettaglio {
        width: 455px;
    }

    .ricerca-editore_dettaglio_info {
        font-size: 12px;
        line-height: normal;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .ricerca-editore_dettaglio {
        width: 345px;
    }

    .ricerca-editore_dettaglio_info {
        font-size: 12px;
        line-height: normal;
    }
}

@media screen and (max-width: 767px) {

    .ricerca-editore_title {
        text-align: center;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .ricerca-editore form {
        height: auto;
        margin-top: 0;
    }

        .ricerca-editore form input[type="text"] {
            width: 100%;
            height: 43px;
            float: none;
        }

        .ricerca-editore form button[type="submit"] {
            width: 100%;
            float: none;
            height: 43px;
            margin-top: 20px;
        }

    .ricerca-editore_indice {
        margin-top: 20px;
    }

        .ricerca-editore_indice li a {
            line-height: 40px;
        }

    .ricerca-editore_dettaglio {
        width: 100%;
        left: 0;
        z-index: 1000;
        top: 120px;
        border: 1px solid #CCC;
    }

        .ricerca-editore_dettaglio > button {
            display: block;
            margin-right: 7px;
        }

        .ricerca-editore_dettaglio .close {
            font-size: 30px;
        }
}

/*  --  RETI PROMOZIONALI  --  */

.static-content .panel-group {
    margin-top: 15px;
}

.static-content .panel-default > .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #2B2B2B;
    text-transform: uppercase;
}

.static-content .panel-title {
    font-weight: bold;
    line-height: 25px;
    position: relative;
}

    .static-content .panel-title:before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #C0C0C0;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .static-content .panel-title a:hover {
        text-decoration: none;
    }

.static-content .panel-heading-opener {
    height: 19px;
    width: 19px;
    z-index: 500;
    background-image: url(../assets/img/svg/triangolo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.static-content div.panel-heading-opener {
    float: right;
}

.static-content span.panel-heading-opener {
    display: inline-block;
    top: 3px;
}


.static-content .panel-group .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

.reti-promozionali_list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 6px;
    list-style: none;
}

.static-content ul.reti-promozionali_list li {
    padding-left: 10px;
}

    .static-content ul.reti-promozionali_list li:before {
        display: none;
    }

    .static-content ul.reti-promozionali_list li a {
        font-size: 14px;
        color: #002661;
        font-weight: bold;
        text-decoration: underline;
        text-transform: uppercase;
        line-height: 28px;
        margin-bottom: 7px;
    }

.static-content .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.static-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
}

/*  --  CHI SIAMO  --  */

.chi-siamo_title {
    font-size: 18px;
    color: #002661;
    font-weight: 900;
    line-height: 26px;
    font-style: italic;
    margin: 0;
    margin-bottom: 80px;
    margin-top: 15px;
    padding: 0 45px;
    position: relative;
}

    .chi-siamo_title:before {
        content: '\201C';
        font-size: 125px;
        line-height: 44px;
        color: #C3C7CD;
        position: absolute;
        top: 15px;
        left: 0;
    }

    .chi-siamo_title:after {
        content: '\201C';
        font-size: 125px;
        color: #C3C7CD;
        line-height: 44px;
        position: absolute;
        bottom: 15px;
        right: 0;
        transform: rotate(180deg);
    }

    .chi-siamo_title span {
        display: block;
        color: #EC6446;
        font-style: normal;
        font-weight: normal;
    }

        .chi-siamo_title span b {
            font-weight: bold;
        }

.chi-siamo_bottom {
    padding: 37px 29px;
    margin-top: 32px;
    background-color: #E6EAF0;
}

    .chi-siamo_bottom p {
        font-size: 15px;
        color: #484848;
        line-height: 22px;
        margin-left: 37px;
    }

        .chi-siamo_bottom p a {
            color: #484848;
            text-decoration: none;
        }

            .chi-siamo_bottom p a:hover {
                text-decoration: underline;
            }

.chi-siamo_bottom_title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #002661;
    line-height: 15px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 31px;
}

.chi-siamo_bottom_link {
    font-size: 16px;
    color: #002661;
    font-weight: bold;
    text-decoration: underline;
    line-height: 22px;
    display: block;
    padding-left: 37px;
    background-image: url(../assets/img/download.png);
    background-position: left top;
    background-repeat: no-repeat;
}

    .chi-siamo_bottom_link:hover {
        color: #002661;
    }

.chi-siamo_storia {
    padding: 24px 30px;
    background-color: #FFF;
    margin-top: 50px;
}

    .chi-siamo_storia p {
        font-size: 15px;
        color: #484848;
        margin: 0;
        line-height: 22px;
        padding-left: 15px;
        position: relative;
    }

        .chi-siamo_storia p:before {
            content: '';
            width: 2px;
            height: calc(100% - 10px);
            position: absolute;
            top: 7px;
            left: 0;
            background-color: #E0E4EA
        }

.chi-siamo_storia_title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #002661;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 11px;
}

.chi-siamo_storia_anno {
    font-size: 18px;
    color: #EC6446;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    margin-top: 17px;
    margin-bottom: 5px;
    margin-left: 5px;
}

/*  --  SHORT NEWS  --  */

.short-news_row {
    display: flex;
    align-items: stretch;
    margin-top: 26px;
}

.short-news_col {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #FFF;
}

.short-news_item {
    padding: 0 19px;
    padding-bottom: 46px;
}

.short-news_item_data {
    font-size: 15px;
    color: #0E408D;
    font-weight: bold;
    line-height: 31px;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
}

.short-news_item_title {
    font-size: 22px;
    color: #EC6446;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
}

.short-news_item p {
    font-size: 15px;
    color: #001E4D;
    line-height: 18px;
    margin: 0;
    margin-top: 18px;
}

.short-news_item_cta {
    font-size: 15px;
    color: #001E4D;
    line-height: 18px;
    margin: 0;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

    .short-news_item_cta:hover {
        color: #001E4D;
    }

.short-news_pagination {
    margin-top: 41px;
    text-align: center;
}

.short-news_pagination_container {
    min-width: 737px;
    height: 37px;
    background-color: #E6E6E6;
    display: inline-block;
    text-align: center;
}

.short-news_pagination_container_text {
    font-size: 14px;
    color: #002661;
    font-weight: bold;
    line-height: 37px;
    margin: 0 10px;
}

    .short-news_pagination_container_text:hover {
        text-decoration: none;
    }

.short-news_pagination_text__disabled {
    color: #4167A2;
}

    .short-news_pagination_text__disabled:hover {
        color: #4167A2;
    }

.short-news_pagination_prev:before {
    content: '\00ab ';
    position: relative;
    bottom: 1px;
}

.short-news_pagination_next:after {
    content: ' \00bb';
    position: relative;
    bottom: 1px;
}

.short-news_pagination_num {
    font-family: 'Roboto Condensed', sans-serif;
    color: #002661;
    line-height: 20px;
    width: 20px;
    display: inline-block;
}

    .short-news_pagination_num:hover {
        text-decoration: none;
        color: #4167A2;
    }

.short-news_pagination_num__selected {
    background-color: #4167A2;
    color: #FFF;
    font-weight: bold;
}

    .short-news_pagination_num__selected:hover {
        color: #FFF;
    }

@media screen and (max-width: 767px) {

    .short-news_row {
        display: block;
        margin-top: 0;
    }

    .short-news_col {
        margin-top: 26px;
    }

    .short-news_col {
        width: calc(100% - 30px);
    }

    .short-news_pagination_container {
        padding-top: 8px;
    }

    .short-news_pagination_container_text {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .short-news_pagination_container {
        min-width: 100%;
    }

    .dropdown-menu .menu-list.col-2,
    .dropdown-menu .menu-list.col-3,
    .dropdown-menu .menu-list.col-4,
    .dropdown-menu .menu-list.col-5 {
        column-count: 1 !important;
    }
}

/*  --  APP  --  */

.sub-menu {
    width: 100%;
    height: 52px;
    background-color: #0E3778;
    position: fixed;
    top: 98px;
    transition: .2s;
}

    .sub-menu ul {
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sub-menu ul li a {
            font-size: 15px;
            color: #FFF;
            text-decoration: none;
            margin: 0 9px;
            padding-left: 15px;
            background-image: url(../assets/img/svg/X_link-rapidi.svg);
            background-size: 12px auto;
            background-repeat: no-repeat;
            background-position: left center;
            display: block;
        }

.app_iframe iframe {
    width: 100%;
    height: 800px;
}

.app_iframe.double {
    width: 100%;
    padding: 0;
}

.sub-menu ~ .menu-bumper {
    height: 210px;
}

.headroom--not-top ~ .sub-menu {
    top: 78px;
}

/*  --  ASSISTENZA CLIENTI  --  */

.numero-verde {
    /* width: 100%; */
    padding-top: 14px;
    padding-bottom: 23px;
    background-color: #FFF;
    border: 1px solid #DCDCDC;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 60px;
    position: relative;
    text-align: center;
}

    .numero-verde.jumbotron {
        border-radius: 0;
    }

    .numero-verde:before {
        content: '';
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 2px solid #002661;
        position: absolute;
        top: 4px;
        left: 4px;
    }

    .numero-verde span {
        display: block;
        text-align: center;
    }

        .numero-verde span:before {
            content: "";
            display: inline-block;
            width: 31px;
            height: 31px;
            margin-right: 10px;
            background: transparent url('../assets/img/svg/assistenza.svg') 0 0 no-repeat;
            vertical-align: sub;
        }

.numero-verde_numero {
    font-size: 24px;
    color: #09357A;
    line-height: 48px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    padding-left: 0;
    background-image: none;
    background-size: auto;
}

.numero-verde p {
    font-size: 16px;
    color: #2B2B2B;
    line-height: 20px;
    margin: 0;
    text-align: center;
}

.assistenza_title {
    font-size: 18px;
    color: #EC6446;
    line-height: 21px;
    font-weight: bold;
    margin: 0;
    margin-top: 39px;
}

.assistenza_mail {
    font-size: 16px;
    color: #002661;
    line-height: 19px;
    margin: 0;
    text-decoration: none;
}

    .assistenza_mail:hover {
        color: #002661;
        text-decoration: none;
    }

.assistenza_fax {
    font-size: 16px;
    color: #2B2B2B;
    line-height: 20px;
    margin: 0;
}

/****** pagination - general (taken from Rese)*/

.pagination_wrapper {
    margin-top: 41px;
    text-align: center;
}

.item-pagination_left {
    float: left;
}

    .item-pagination_left label {
        font-size: 14px;
        color: #727272;
        font-weight: normal;
        margin: 0;
        margin-right: 7px;
        line-height: 32px;
    }

    .item-pagination_left select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 70px;
        height: 42px;
        border: 1px solid #B5B5B5;
        background-color: #F2EEEE;
        border-radius: 0;
        background-image: url(../assets/img/svg/freccia_giu.svg);
        background-repeat: no-repeat;
        background-position: right 7px center;
        padding: 0;
        padding-left: 10px;
        font-size: 14px;
        color: #292929;
        font-weight: bold;
        outline: none;
    }

.item-pagination_right {
    float: right;
    padding-top: 3px;
}

.item-pagination_right_text {
    font-size: 16px;
    color: #002661;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 26px;
}

    .item-pagination_right_text:hover {
        text-decoration: none;
        color: #002661;
    }

    .item-pagination_right_text.item-pagination_right_prev {
        margin-right: 11px;
    }

        .item-pagination_right_text.item-pagination_right_prev::before {
            content: '\00ab';
            margin-right: 5px;
        }

    .item-pagination_right_text.item-pagination_right_disabled {
        color: #89A0C4;
    }

    .item-pagination_right_text.item-pagination_right_next {
        margin-left: 11px;
    }

        .item-pagination_right_text.item-pagination_right_next::after {
            content: '\00bb';
            margin-left: 5px;
        }

.item-pagination_right_num {
    font-size: 16px;
    color: #002661;
    font-weight: bold;
    line-height: 26px;
    padding: 0 6px;
    display: inline-block;
}

    .item-pagination_right_num:hover {
        text-decoration: none;
        color: #002661;
    }

    .item-pagination_right_num.selected {
        color: #FFF;
        background-color: #EC6446;
        padding: 0 9px;
    }

        .item-pagination_right_num.selected:hover {
            color: #FFF;
        }

/***  ****/

.waiting {
    opacity: 0.3;
    cursor: wait;
}

.book-wrapper {
    display: none;
    position: fixed;
    z-index: 10000000;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.8);
}

body.waiting {
    opacity: 1;
    cursor: pointer;
}

    body.waiting .book-wrapper {
        display: block;
    }

.book {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    border: 5px solid #002661;
    width: 100px;
    height: 60px;
}

.book__page {
    position: absolute;
    left: 50%;
    top: -5px;
    margin: 0 auto;
    border-top: 5px solid #002661;
    border-bottom: 5px solid #002661;
    border-right: 5px solid #002661;
    background: #FFFFFF;
    width: 50px;
    height: 60px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: flip 1.2s infinite linear;
    animation: flip 1.2s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .book__page:nth-child(1) {
        z-index: -1;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    .book__page:nth-child(2) {
        z-index: -2;
        -webkit-animation-delay: 2.8s;
        animation-delay: 2.8s;
    }

    .book__page:nth-child(3) {
        z-index: -3;
        -webkit-animation-delay: 4.2s;
        animation-delay: 4.2s;
    }

@-webkit-keyframes flip {

    0% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
    }

    20% {
        background: #dfe4ec;
    }

    29.9% {
        background: #dfe4ec;
    }

    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #FFFFFF;
    }

    54.999% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #FFFFFF;
    }

    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #FFFFFF;
    }
}

@keyframes flip {

    0% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
    }

    20% {
        background: #dfe4ec;
    }

    29.9% {
        background: #dfe4ec;
    }

    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #FFFFFF;
    }

    54.999% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #FFFFFF;
    }

    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #FFFFFF;
    }
}

.app_iframe iframe {
    margin-top: 20px;
    width: 100%;
    height: 800px;
}

/********   *******/

select.filter {
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    height: 42px;
    border: 1px solid #B5B5B5;
    background-color: #F2EEEE;
    border-radius: 0;
    background-image: url(../assets/img/svg/freccia_giu.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding: 0;
    padding-left: 15px;
    font-size: 20px;
    color: #292929;
    font-weight: bold;
    outline: none;
}

    select.filter.small {
        height: 30px;
        font-size: 14px;
        line-height: 14px;
    }

/*  --  NEWS ACCORDION  --  */

.news-accordion {
    margin-top: 30px;
    padding: 20px 50px 51px 20px;
    background-color: #FFF;
}

.news-accordion_row {
    height: 59px;
    border-bottom: 2px solid #BDBDBD;
    overflow: hidden;
}

    .news-accordion_row.open {
        height: auto;
    }

.news-accordion_row_data {
    width: 152px;
    margin: 0;
    display: block;
    font-size: 15px;
    color: #0E408D;
    font-weight: bold;
    line-height: 57px;
    float: left;
    text-transform: uppercase;
    padding-top: 2px;
}

.news-accordion_row_title_container {
    width: calc(100% - 152px - 24px);
    float: left;
    display: flex;
    flex-direction: column;
}

.news-accordion_row_title {
    float: left;
    font-size: 22px;
    color: #EC6446;
    font-weight: bold;
    margin: 0;
    line-height: 57px;
    cursor: pointer;
}

    .news-accordion_row_title.homepage:before {
        display: block;
        content: ' ';
        float: left;
        position: relative;
        top: 5px;
        background-size: contain;
        width: 28px;
        height: 20px;
        background-repeat: no-repeat;
        background-image: url(../assets/img/svg/news_vista.svg);
    }

.news-accordion_row_title_container .news-accordion_row_title {
    line-height: 30px;
}

.news-accordion_row_title_container .news-accordion_row_subtitle {
    margin: 0;
    display: block;
    font-size: 15px;
    color: #0E408D;
    font-weight: bold;
    line-height: 27px;
    float: left;
    text-transform: uppercase;
}

.news-accordion_row button {
    width: 24px;
    height: 24px;
    border: 0;
    margin: 0;
    margin-top: 16px;
    padding: 0;
    background: none;
    float: right;
}

    .news-accordion_row button svg .croce_su {
        opacity: 1;
        transition: .2s;
    }

.news-accordion_row.open button svg .croce_su {
    opacity: 0;
}

.news-accordion_row p {
    font-size: 15px;
    color: #001E4D;
    line-height: 20px;
    margin-bottom: 14px;
}

.croce {
    fill: #838389;
}

@media screen and (max-width: 1023px) {

    .news-accordion_row {
        height: 145px;
        position: relative;
    }

    .news-accordion_row_data {
        width: 100%;
        float: none;
    }

    .news-accordion_row_title_container {
        width: 100%;
        float: none;
    }

    .news-accordion_row button {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
    }
}

/*  --  NEWS LARGE  --  */

.news-large {
    width: 100%;
    height: 271px;
    background-image: url(../assets/img/large-news.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-large_data {
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 11px;
    line-height: 22px;
    text-transform: uppercase;
}

.news-large_title {
    font-size: 35px;
    color: #EC6446;
    font-weight: bold;
    margin: 0;
    margin-bottom: 4px;
    line-height: 35px;
}

.news-large_content {
    font-size: 17px;
    color: #FFF;
    line-height: 26px;
    margin-bottom: 0;
}

.autocomplete-suggestions {
    background: #fff;
    padding: 10px;
    overflow: auto;
}

.autocomplete-suggestion {
    margin-bottom: 5px;
}

/*  --  NUMERI  --  */

.numeri {
    margin-top: 51px;
}

.numeri_text p {
    font-size: 20px;
    color: #002661;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
    text-align: center;
}

    .numeri_text p.text-white {
        color: #FFF;
    }

    .numeri_text p span {
        font-size: 40px;
        line-height: 40px;
    }

.numeri_text.numeri_text__left p {
    text-align: left;
}

.numeri_text.numeri_text__bottom-left {
    display: block !important;
    position: relative;
}

    .numeri_text.numeri_text__bottom-left p {
        position: absolute;
        bottom: 7px;
        left: 13px;
        text-align: left;
    }

.numeri_img {
    background-size: cover;
    background-position: center;
}

.numeri_1-1_or {
    width: 100%;
    height: 192px;
    margin-bottom: 30px;
    display: flex;
}

    .numeri_1-1_or .numeri_img {
        display: flex;
        flex: 0.56;
        height: 100%;
    }

    .numeri_1-1_or .numeri_text {
        display: flex;
        flex: 0.44;
        height: 100%;
        background-color: #FFF;
        justify-content: center;
        align-items: center;
    }

.numeri_1-1_ve {
    width: 100%;
    height: 192px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

    .numeri_1-1_ve .numeri_img {
        display: flex;
        flex: 0.57;
        height: 100%;
    }

    .numeri_1-1_ve .numeri_text {
        display: flex;
        flex: 0.43;
        height: 100%;
        background-color: #FFF;
        justify-content: center;
        align-items: center;
    }

.numeri_1-2 {
    width: 100%;
    height: 414px;
    margin-bottom: 30px;
    display: flex;
}

    .numeri_1-2 .numeri_text, .numeri_1-1 .numeri_text {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        background-position: center;
    }

.numeri_1-1 {
    width: 100%;
    height: 192px;
    margin-bottom: 30px;
    display: flex;
}

.numeri_2-1_or {
    width: 100%;
    height: 192px;
    display: flex;
}

    .numeri_2-1_or .numeri_img {
        display: flex;
        flex: 0.66;
        height: 100%;
    }

    .numeri_2-1_or .numeri_text {
        display: flex;
        flex: 0.34;
        height: 100%;
        background-color: #FFF;
        justify-content: center;
        align-items: center;
    }

/*  --  ORGANIGRAMMA  --  */

.organigramma_legenda {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #DCDCDC;
    text-align: right;
    margin-bottom: 53px;
}

.organigramma_legenda_item {
    font-size: 16px;
    color: #002661;
    font-weight: bold;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin-left: 26px;
}

    .organigramma_legenda_item:before {
        content: '';
        width: 19px;
        height: 19px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 3px;
    }

    .organigramma_legenda_item:first-child:before {
        background-color: #DC2214;
    }

    .organigramma_legenda_item:last-child:before {
        background-color: #4978E2;
    }

.organigramma_item {
    width: 100%;
    height: 165px;
    display: block;
    background-color: #FFF;
    text-align: center;
    margin-bottom: 4px;
    position: relative;
}

.organigramma_item_title {
    font-size: 16px;
    color: #002661;
    font-weight: normal;
    line-height: 31px;
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
}

.organigramma_item_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center 65px;
    background-repeat: no-repeat;
}

.organigramma_item__big .organigramma_item_link {
    height: calc(50% - 33px);
    background-position: center;
}

    .organigramma_item__big .organigramma_item_link:first-of-type {
        top: 45px;
    }

    .organigramma_item__big .organigramma_item_link:last-of-type {
        top: auto;
        bottom: 20px;
    }

.organigramma_item__small .organigramma_item_link {
    background-position: center 55px;
}

.organigramma_item__small .organigramma_item_link__small {
    background-position: center 70px;
}

.organigramma_col {
    position: relative;
}

    .organigramma_col:before {
        content: '';
        position: absolute;
        top: -11px;
        left: 4px;
        width: 24px;
        height: 1px;
        background-color: #002661;
    }

    .organigramma_col:after {
        content: '';
        position: absolute;
        bottom: -11px;
        left: 4px;
        width: 24px;
        height: 1px;
        background-color: #002661;
    }

    .organigramma_col .organigramma_item:before {
        content: '';
        width: 1px;
        height: calc(100% + 4px);
        position: absolute;
        top: 0;
        left: -11px;
        background-color: #002661;
    }

    .organigramma_col .organigramma_item:first-of-type:before {
        height: 80px;
        top: -11px;
    }

    .organigramma_col .organigramma_item:first-of-type:after {
        content: '';
        width: 1px;
        height: 73px;
        position: absolute;
        left: -11px;
        bottom: -4px;
        background-color: #002661;
    }

    .organigramma_col .organigramma_item:last-of-type {
        margin-bottom: 0;
    }

        .organigramma_col .organigramma_item:last-of-type:after {
            content: '';
            width: 1px;
            height: 80px;
            position: absolute;
            bottom: -11px;
            left: -11px;
            background-color: #002661;
        }

    .organigramma_col > svg {
        width: 14px;
        height: auto;
        position: absolute;
        left: -9px;
        top: 47px;
    }

    .organigramma_col .organigramma_item.organigramma_item__big {
        height: 176px;
    }

    .organigramma_col .organigramma_item.organigramma_item__small {
        height: 142px;
    }

.organigramma_col__offset {
    margin-top: 180px;
}

    .organigramma_col__offset svg {
        top: 37px;
    }

    .organigramma_col__offset .organigramma_item:first-of-type:before {
        height: 70px;
    }

    .organigramma_col__offset .organigramma_item:first-of-type:after {
        height: 60px;
    }

    .organigramma_col__offset .organigramma_item:last-of-type:after {
        height: 67px;
    }

.organigramma-gruppo {
    margin-top: 50px;
}

.organigramma-gruppo_item {
    width: 100%;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 33px 0;
    position: relative;
}

    .organigramma-gruppo_item ul {
        margin: 0;
        list-style: none;
        padding: 0;
        text-align: center;
    }

        .organigramma-gruppo_item ul li {
            font-size: 14px;
            color: #002661;
            line-height: 30px;
            margin: 0;
            padding: 0;
        }

            .organigramma-gruppo_item ul li span {
                color: #EC6446;
                font-weight: bold;
            }

.organigramma-gruppo_item_title ~ ul {
    margin-top: 38px;
}

.organigramma-gruppo_item_title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #002661;
    font-weight: 900;
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
}

.organigramma-gruppo_item_emmelibri {
    margin-top: 281px;
}

    .organigramma-gruppo_item_emmelibri:before {
        content: '';
        width: 1px;
        height: 281px;
        background-color: #002661;
        position: absolute;
        top: -281px;
        left: 50%;
    }

.organigramma-gruppo_item__left {
    margin-bottom: 30px;
}

    .organigramma-gruppo_item__left:first-child:before {
        content: '';
        width: 1px;
        height: 30px;
        background-color: #002661;
        position: absolute;
        bottom: -30px;
        left: 50%;
    }

    .organigramma-gruppo_item__left:nth-child(3):before, .organigramma-gruppo_item__left:nth-child(4):before {
        content: '';
        width: 374px;
        height: 1px;
        background-color: #002661;
        position: absolute;
        top: 50%;
        left: -374px;
    }

.organigramma-gruppo_item:nth-child(5):before {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #002661;
    position: absolute;
    top: -15px;
    left: 50%;
}

.organigramma-gruppo_item:nth-child(5):after {
    content: '';
    width: 720px;
    height: 1px;
    background-color: #002661;
    position: absolute;
    top: -15px;
    left: calc(50% - 720px);
}

@media screen and (max-width: 1469px) {

    .organigramma-gruppo_item__left:nth-child(3):before, .organigramma-gruppo_item__left:nth-child(4):before {
        width: 307px;
        left: -307px;
    }

    .organigramma-gruppo_item:nth-child(5):after {
        width: 585px;
        left: calc(50% - 585px);
    }
}

@media screen and (max-width: 1199px) {

    .organigramma-gruppo_item__left:nth-child(3):before, .organigramma-gruppo_item__left:nth-child(4):before {
        width: 258px;
        left: -258px;
    }

    .organigramma-gruppo_item:nth-child(5):after {
        width: 485px;
        left: calc(50% - 485px);
    }
}

.ufficio-item {
    background-color: #FFF;
    padding: 32px 0;
    padding-left: 33px;
}

@media screen and (max-width: 991px) {

    .ufficio-item {
        margin-bottom: 31px;
    }
}

.ufficio-item ~ .ufficio-item {
    margin-top: 31px;
}

@media screen and (max-width: 991px) {

    .ufficio-item ~ .ufficio-item {
        margin-top: 0;
    }
}

.ufficio-item_title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #002661;
    font-weight: 900;
    margin: 0;
    margin-bottom: 34px;
    line-height: 31px;
    text-transform: uppercase;
}

.ufficio-item_ruolo {
    font-size: 14px;
    color: #EC6446;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
}

.ufficio-item_value {
    font-size: 14px;
    color: #002661;
    line-height: 17px;
    margin: 0;
    margin-bottom: 11px;
}

.ufficio-item_value__img {
    padding-left: 26px;
    background-image: url(../assets/img/ufficio_ruolo.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.ufficio-item_separator {
    width: 90%;
    height: 1px;
    background-color: #D0D0D0;
    margin-top: 9px;
    margin-bottom: 13px;
}

.ufficio-item_mail {
    font-size: 14px;
    color: #002661;
    font-weight: bold;
    margin: 0;
    margin-top: 9px;
    margin-bottom: 8px;
    display: inline-block;
    line-height: 13px;
    padding-left: 25px;
    background-image: url(../assets/img/ufficio_mail.png);
    background-position: left center;
    background-repeat: no-repeat;
}

    .ufficio-item_mail:hover {
        color: #002661;
    }

/* KPI */
.kpi {
    background-color: #002661;
    padding-bottom: 44px;
    overflow: auto;
}

.kpi_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
}

.kpi_item_value {
    width: 126px;
    height: 126px;
    border: 3px solid #EC6446;
    border-radius: 50%;
    display: block;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 21px;
}

.kpi_item_caption {
    font-size: 18px;
    color: #FFF;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

/*  MONITOR LANCI NOVITA'  */

.monitor_form {
    padding-bottom: 28px;
    background-color: #ECF0F4;
    border-bottom: 1px solid #B5B5B5;
    display: flex;
}

    .monitor_form .container {
        display: flex;
    }

    .monitor_form label {
        font-size: 14px;
        color: #353535;
        font-weight: normal;
        line-height: 23px;
        display: block;
        margin: 0;
        margin-top: 15px;
    }

    .monitor_form input {
        width: 100%;
        height: 43px;
        border: 1px solid #B5B5B5;
        background-color: #FFF;
        padding: 0 14px;
        font-size: 20px;
        color: #565656;
    }

.monitor_form_lancio {
    width: 204px;
    margin-right: 29px;
}

    .monitor_form_lancio input:first-of-type {
        width: 110px;
    }

    .monitor_form_lancio input:last-of-type {
        width: calc(100% - 133px);
    }

    .monitor_form_lancio span {
        width: 23px;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        color: #565656;
    }

.monitor_form_anno {
    width: 269px;
    margin-right: 35px;
}

.monitor_form_editore {
    width: 269px;
    margin-right: 35px;
}

    .monitor_form_editore select,
    .monitor_form_anno select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 43px;
        border: 1px solid #B5B5B5;
        background-color: #E3E8EE;
        border-radius: 0;
        background-image: url(../assets/img/svg/freccia_giu.svg);
        background-repeat: no-repeat;
        background-position: right 7px center;
        padding: 0;
        padding-left: 10px;
        font-size: 14px;
        color: #292929;
        font-weight: bold;
        outline: none;
    }

.monitor_form_button {
    width: 195px;
    height: 43px;
    border: 0;
    background-color: #EC6446;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #F2EEEE;
    font-weight: bold;
    padding: 0;
    margin-top: 38px;
    transition: .2s;
}

    .monitor_form_button:hover {
        background-color: #CC4E32;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    }

    .monitor_form_button:active {
        background-color: #EC6446;
        box-shadow: none;
    }

.monitor_form_reset {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #646464;
    text-decoration: underline;
    height: 43px;
    margin-left: auto;
    margin-top: 38px;
    border: 0;
    background: none;
    transition: .2s;
}

    .monitor_form_reset:hover {
        color: #444;
    }

    .monitor_form_reset:active {
        color: #646464;
    }

.monitor_top {
    width: 100%;
    height: 120px;
    background-color: #002661;
    padding: 10px 10px 0 10px;
    margin-top: 50px;
    margin-bottom: 42px;
}

.monitor_top_titolo {
    width: 100%;
    height: 31px;
    background-color: #4B7AC2;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 31px;
    text-align: center;
}

.monitor_top_header {
    width: 100%;
    margin-top: 12px;
    display: flex;
}

.monitor_top_header_col {
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    margin: 0;
    margin-right: 45px;
    line-height: 24px;
}

    .monitor_top_header_col span {
        display: block;
        font-weight: normal;
    }

    .monitor_top_header_col:first-child {
        margin-left: 17px;
    }

    .monitor_top_header_col:last-child {
        margin-left: auto;
        margin-right: 29px;
    }

@media screen and (min-width: 1470px) {

    .monitor_top_header_col {
        margin-right: 90px;
    }
}

.monitor_table_header {
    height: 49px;
    display: flex;
    border-bottom: 2px solid #D1D1D1;
}

.monitor_table_header_col {
    font-size: 15px;
    color: #EC6446;
    font-weight: bold;
    margin: 0;
    line-height: 27px;
}

    .monitor_table_header_col a {
        width: 100%;
        height: 13px;
        display: block;
        background-repeat: no-repeat;
        /*background-image: url(../assets/img/order_default.png);*/
        cursor: pointer !important;
    }

    .monitor_table_header_col:first-child {
        width: 274px;
        padding-left: 11px;
    }

        .monitor_table_header_col:first-child a {
            background-position: 24px center;
        }

    .monitor_table_header_col:nth-child(2) {
        width: 64px;
    }

        .monitor_table_header_col:nth-child(2) a {
            background-position: 25px center;
        }

    .monitor_table_header_col:nth-child(3) {
        width: 148px;
    }

        .monitor_table_header_col:nth-child(3) a {
            background-position: 60px center;
        }

    .monitor_table_header_col:nth-child(4) {
        width: 113px;
    }

        .monitor_table_header_col:nth-child(4) a {
            background-position: 40px center;
        }

    .monitor_table_header_col:nth-child(5) {
        width: 113px;
    }

        .monitor_table_header_col:nth-child(5) a {
            background-position: 40px center;
        }

    .monitor_table_header_col:nth-child(6) {
        width: 133px;
    }

        .monitor_table_header_col:nth-child(6) a {
            background-position: 55px center;
        }

    .monitor_table_header_col:nth-child(7) {
        width: 154px;
    }

        .monitor_table_header_col:nth-child(7) a {
            background-position: 60px center;
        }

    .monitor_table_header_col:last-child {
        width: 150px;
    }

        .monitor_table_header_col:last-child a {
            background-position: 55px center;
        }

    .monitor_table_header_col.order_top a {
        /*background-image: url(../assets/img/order_top.png);*/
    }

    .monitor_table_header_col.order_bottom a {
        /*background-image: url(../assets/img/order_bottom.png);*/
    }

@media screen and (min-width: 1470px) {

    .monitor_table_header_col:first-child {
        width: 284px;
        padding-left: 11px;
    }

    .monitor_table_header_col:nth-child(2) {
        width: 114px;
    }

    .monitor_table_header_col:nth-child(3) {
        width: 178px;
    }

    .monitor_table_header_col:nth-child(4) {
        width: 143px;
    }

    .monitor_table_header_col:nth-child(5) {
        width: 143px;
    }

    .monitor_table_header_col:nth-child(6) {
        width: 163px;
    }

    .monitor_table_header_col:nth-child(7) {
        width: 184px;
    }

    .monitor_table_header_col:last-child {
        width: 180px;
    }
}

.monitor_table_row {
    height: 52px;
    border-bottom: 2px solid #D1D1D1;
    overflow: hidden;
}

.monitor_table_row_visible {
    height: 52px;
    display: flex;
}

.monitor_table_row.open {
    height: auto;
    background-color: #EBF3FB;
}

.monitor_table_row button {
    width: 24px;
    height: 24px;
    border: 0;
    margin: 0;
    margin-top: 13px;
    padding: 0;
    background: none;
}

    .monitor_table_row button svg .croce_su {
        opacity: 1;
        transition: .2s;
    }

.monitor_table_row.open button svg .croce_su {
    opacity: 0;
}

.monitor_table_row_value {
    font-size: 14px;
    color: #083781;
    margin: 0;
    line-height: 52px;
}

    .monitor_table_row_value b {
        margin-right: 15px;
    }

    .monitor_table_row_value:first-child {
        width: 274px;
        padding-left: 11px;
    }

    .monitor_table_row_value:nth-child(2) {
        width: 64px;
    }

    .monitor_table_row_value:nth-child(3) {
        width: 148px;
    }

    .monitor_table_row_value:nth-child(4) {
        width: 113px;
    }

    .monitor_table_row_value:nth-child(5) {
        width: 113px;
    }

    .monitor_table_row_value:nth-child(6) {
        width: 133px;
    }

    .monitor_table_row_value:nth-child(7) {
        width: 154px;
    }

    .monitor_table_row_value:nth-child(8) {
        width: 150px;
    }

    .monitor_table_row_value:last-child {
        margin-left: auto;
        margin-right: 10px;
    }

@media screen and (min-width: 1470px) {

    .monitor_table_row_value:first-child {
        width: 284px;
    }

    .monitor_table_row_value:nth-child(2) {
        width: 114px;
    }

    .monitor_table_row_value:nth-child(3) {
        width: 178px;
    }

    .monitor_table_row_value:nth-child(4) {
        width: 143px;
    }

    .monitor_table_row_value:nth-child(5) {
        width: 143px;
    }

    .monitor_table_row_value:nth-child(6) {
        width: 163px;
    }

    .monitor_table_row_value:nth-child(7) {
        width: 184px;
    }

    .monitor_table_row_value:nth-child(8) {
        width: 180px;
    }
}

.monitor_table_row_bottom {
    padding: 11px 29px 29px 19px;
}

.monitor_table_row_bottom_header {
    height: 30px;
    display: flex;
}

.monitor_table_row_bottom_header_col {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
}

    .monitor_table_row_bottom_header_col a {
        width: 11px;
        height: 13px;
        /*background-image: url(../assets/img/order_default_gray.png);*/
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 4px;
    }

    .monitor_table_row_bottom_header_col.order_top a {
        /*background-image: url(../assets/img/order_top_gray.png);*/
    }

    .monitor_table_row_bottom_header_col.order_bottom a {
        /*background-image: url(../assets/img/order_bottom_gray.png);*/
    }

    .monitor_table_row_bottom_header_col:first-child {
        width: 170px;
    }

    .monitor_table_row_bottom_header_col:nth-child(2) {
        width: 168px;
    }

    .monitor_table_row_bottom_header_col:nth-child(3) {
        width: 137px;
    }

    .monitor_table_row_bottom_header_col:nth-child(4) {
        width: 132px;
    }

    .monitor_table_row_bottom_header_col:nth-child(5) {
        width: 155px;
    }

    .monitor_table_row_bottom_header_col:nth-child(6) {
        width: 172px;
    }

@media screen and (min-width: 1470px) {

    .monitor_table_row_bottom_header_col:first-child {
        width: 314px;
    }

    .monitor_table_row_bottom_header_col:nth-child(2) {
        width: 198px;
    }

    .monitor_table_row_bottom_header_col:nth-child(3) {
        width: 167px;
    }

    .monitor_table_row_bottom_header_col:nth-child(4) {
        width: 162px;
    }

    .monitor_table_row_bottom_header_col:nth-child(5) {
        width: 175px;
    }

    .monitor_table_row_bottom_header_col:nth-child(6) {
        width: 202px;
    }
}

.monitor_tale_row_bottom_row {
    min-height: 29px;
    display: flex;
    border-top: 1px solid #D1D1D1;
}

.monitor_table_row_bottom_row_value {
    font-size: 14px;
    color: #3D3D3D;
    margin: 0;
    line-height: 28px;
}

    .monitor_table_row_bottom_row_value:first-child {
        width: 170px;
    }

    .monitor_table_row_bottom_row_value:nth-child(2) {
        width: 168px;
    }

    .monitor_table_row_bottom_row_value:nth-child(3) {
        width: 137px;
    }

    .monitor_table_row_bottom_row_value:nth-child(4) {
        width: 132px;
    }

    .monitor_table_row_bottom_row_value:nth-child(5) {
        width: 155px;
    }

    .monitor_table_row_bottom_row_value:nth-child(6) {
        width: 172px;
    }

@media screen and (min-width: 1470px) {

    .monitor_table_row_bottom_row_value:first-child {
        width: 314px;
    }

    .monitor_table_row_bottom_row_value:nth-child(2) {
        width: 198px;
    }

    .monitor_table_row_bottom_row_value:nth-child(3) {
        width: 167px;
    }

    .monitor_table_row_bottom_row_value:nth-child(4) {
        width: 162px;
    }

    .monitor_table_row_bottom_row_value:nth-child(5) {
        width: 175px;
    }

    .monitor_table_row_bottom_row_value:nth-child(6) {
        width: 202px;
    }
}




/* */


.menu .navbar-nav {
    background-color: #002661;
}

    .menu .navbar-nav li.col-xs-12 {
        flex: 1;
        width: auto;
    }


.dropdown-menu .menu-list {
    column-gap: 45px;
    /* column-count: 2; */
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .dropdown-menu .menu-list.col-1 {
        column-count: 1;
    }

    .dropdown-menu .menu-list.col-2 {
        column-count: 2;
    }

    .dropdown-menu .menu-list.col-3 {
        column-count: 3;
    }

    .dropdown-menu .menu-list.col-4 {
        column-count: 4;
    }

    .dropdown-menu .menu-list.col-5 {
        column-count: 5;
    }

.cont-button {
    position: relative;
    display: flex;
}

    .cont-button:before {
        content: "";
        display: inline-block;
        background: transparent url('../assets/img/svg/login.svg') 0 50% no-repeat;
        width: 50px;
        margin-right: 10px;
    }

    .cont-button > ul {
        margin: 0;
        padding: 5px 0 0 0;
        list-style: none;
    }

.menu_login_button {
    font-size: 14px;
    color: #EC6446;
    font-weight: bold;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: left center;
    transition: .2s;
}

.comunicati ~ .archivio_link {
    z-index: 10;
}

.dropdown-menu .dropdown-menu {
    position: relative;
    float: none;
    display: none;
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .archivio_link {
        font-size: 0;
    }

    .campagne-promozionali .archivio_link {
        top: 5px;
        right: 0;
    }

    .intro {
        display: block;
    }

    .menu_login {
        overflow: visible;
    }

    .menu_login_buttons:before {
        top: -12px;
    }

    .menu .navbar-nav > li:before {
        content: '';
        width: 0;
        height: 0;
        background-image: none;
    }

    .menu .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .menu .navbar-nav .open .dropdown-menu .dropdown-menu {
            padding: 0;
        }

            .menu .navbar-nav .open .dropdown-menu .dropdown-menu a {
                padding: 0;
            }

    .collapse > ul > li:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #1A478F;
        width: 2px;
    }

    .menu .navbar-nav li.col-xs-12 {
        width: 100%;
        padding: 0;
        z-index: 5000;
    }

    .menu .navbar-nav > li {
        border-bottom: 4px solid #002661;
        border-top: 4px solid #002661;
        margin-left: 0;
    }

    .menu .navbar-default .navbar-nav > li > a {
        position: relative;
    }

    .menu .dropdown-menu li a {
        line-height: 23px;
        height: 24px;
        border-bottom: 1px solid #A7A7A7;
        margin-top: 11px;
        display: block;
        padding: 0 10px;
    }

    .menu .navbar-nav > li:last-of-type {
        display: block;
    }

    .menu .navbar-nav > li:nth-child(odd):after,
    .menu .navbar-nav > li:nth-child(even):after {
        right: auto;
        top: auto;
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        width: 80%;
        left: 50%;
        margin-left: -40%;
        height: 1px;
        background-color: #1A478F;
    }

    .menu .navbar-nav > li:last-child:after {
        background-color: transparent;
    }

    .dropdown-menu_title {
        font-size: 16px;
        text-transform: none;
        color: #000;
        line-height: 23px;
        height: 24px;
        border-bottom: 1px solid #A7A7A7;
        margin-top: 11px;
        font-weight: normal;
        position: relative;
    }

    .dropdown-menu .menu-list {
        column-gap: normal;
        column-count: auto;
        width: 100%;
    }

    .welcome-label {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-header {
        width: auto;
        display: block;
        float: left;
    }

    .menu {
        height: auto;
    }

    .menu_login {
        left: auto;
    }

    .menu .main-navbar > .dropdown.col-xs-12 > .dropdown-menu {
        top: 124px;
    }

    .menu .navbar-nav li.col-sm-6 {
        width: 50%;
    }

    .menu .navbar-nav > li {
        border-bottom: 4px solid #002661;
        border-top: 4px solid #002661;
        margin-left: 0;
        font-size: 11px;
        flex: 1;
    }

        .menu .navbar-nav > li > a {
            line-height: 18px;
        }

    .menu .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
        display: block;
        max-width: none;
    }

    .menu .navbar-nav {
        width: 100%;
        display: flex;
    }

    .dropdown-menu .dropdown-menu {
        display: block !important;
        padding-right: 10px;
    }

    .collapse > ul > li:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #1A478F;
        width: 2px;
    }

    .menu .navbar-nav > li:last-child:after {
        background-color: transparent;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .menu .main-navbar > .dropdown.col-xs-12 > .dropdown-menu {
        top: 98px;
    }

    .menu.headroom--not-top .main-navbar > .dropdown.col-xs-12 > .dropdown-menu {
        top: 78px;
    }

    .menu {
        height: auto;
    }

        .menu .dropdown-menu li a {
            padding-left: 0;
            padding-right: 0;
            display: block;
            max-width: none;
        }

    .dropdown-menu .dropdown-menu {
        display: block !important;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .menu {
        height: auto;
    }
        /* .menu .navbar-nav{ */
        /* max-width:calc(100% - 460px); */
        /* } */
        .menu .navbar-nav li {
            padding-right: 0;
            padding-left: 0;
            margin-left: 15px;
        }

        .menu .dropdown-menu li a {
            padding-left: 0;
            padding-right: 0;
            display: block;
            max-width: none;
        }

        .menu .main-navbar > .dropdown.col-xs-12 > .dropdown-menu {
            top: 98px;
        }

        .menu.headroom--unpinned .main-navbar > .dropdown.col-xs-12 > .dropdown-menu,
        .menu.headroom--not-top .main-navbar > .dropdown.col-xs-12 > .dropdown-menu {
            top: 78px;
        }

        .menu .main-navbar > .dropdown.col-xs-12:nth-child(5) > .dropdown-menu {
            top: 196px;
        }

        .menu .navbar-brand {
            margin-right: 20px;
        }

    .dropdown-menu .dropdown-menu {
        display: block !important;
        padding-right: 10px;
    }

    .menu .navbar-nav li.dropdown li {
        margin-left: 0;
    }
}

@media (min-width: 1470px) {
    .menu .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
        display: block;
        max-width: none;
    }

    .menu .navbar-nav li.dropdown li {
        margin-left: 0;
    }

    .menu.headroom--not-top .main-navbar > .dropdown.col-xs-12 > .dropdown-menu {
        top: 78px;
    }

    .menu .main-navbar > .dropdown.col-xs-12 > .dropdown-menu,
    .menu .main-navbar > .dropdown.col-xs-12:nth-child(5) > .dropdown-menu {
        top: 98px;
    }

    .dropdown-menu .dropdown-menu {
        display: block !important;
        padding-right: 10px;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE10 + specific styles go here */

    .news-accordion_row_title.homepage:before {
        background-image: url(../assets/img/svg/news_vista.png);
        background-size: 20px 20px;
    }

    .cont-button:before {
        background: transparent url('../assets/img/svg/login.png') 0 50% no-repeat;
        background-size: 45px 45px;
    }

    .archivio_link {
        background-image: url(../assets/img/svg/archivio.png);
        background-size: 20px 20px;
    }
}

.news-cont-collapsible {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 2px solid #BDBDBD;
    padding: 5px 0;
}

    .news-cont-collapsible button {
        width: 24px;
        height: 24px;
        border: 0;
        margin: 0;
        margin-top: 16px;
        padding: 0;
        background: none;
        float: right;
    }





        .news-cont-collapsible button svg .croce_su {
            opacity: 1;
        }

        .news-cont-collapsible button.open svg .croce_su {
            opacity: 0;
        }

    .news-cont-collapsible .collapsing,
    .news-cont-collapsible .collapse.show {
        transition-duration: 2s;
    }

div[class*=pagination] div[id*=news] {
    visibility: hidden;
    display: block;
    position: relative;
    top: -78px; /* this value must match header height */
}

.cont-button li:first-child a.menu_login_button {
    font-size: 18px;
}

.menu .dropdown.col-xs-12 > .dropdown-menu {
    max-height: 80%;
    overflow: auto;
}




.menu_login_buttons .cont-button a[href="/login/"],
.menu_login_buttons .cont-button a[href="/logoff"] {
    font-size: 10px;
}



.welcome-label {
    color: #EC6446;
}

.mrg-label {
    margin-left: 30px;
    margin-bottom: 5px;
}

.label-file {
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

.label-size {
    color: #333;
    font-size: 11px;
}

.lab-modal {
    margin-right: 12%;
}

.react-datepicker {
    font-size: 1.3rem !important;
}

.react-datepicker__current-month {
    font-size: 1.5rem !important;
}

.react-datepicker__header {
    padding-top: 6px !important;
}

.react-datepicker__navigation {
    top: 13px !important;
}

.react-datepicker__day-name, .react-datepicker__day {
    margin: 0.5rem !important;
}


@media screen and (min-width: 1024px) {
    .bread-ticket-border {
        border-right: 1px solid lightgray;
    }
}

.cont-bread-ticket {
    padding-left: 0px !important;
    border-bottom: 2px solid lightgray;
    padding-top: 1.5%;
}

.bread-ticket {
    text-align: center;
    margin-bottom: 10px;
}

.bread-ticket-link.active {
    font-weight: 600;
    color: #002661;
}



    .bread-ticket-link.active:hover {
        text-decoration: none;
        cursor: auto;
    }


.bread-ticket-link {
    font-weight: 600;
    color: lightgray;
}

    .bread-ticket-link:hover {
        text-decoration: underline;
        cursor: pointer;
        color: #23527c;
    }
