/*  --  START GENERAL  --  */
html {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    height: 100%;
}

row {
    margin-right: -15px!important;
    margin-left: -15px!important;
}

a {
    text-decoration: none;
    color: #337ab7;
}

.container.static-content a:hover {
    text-decoration: underline;
    color: #23527c;
}

.content p,
.content li {
    font-size: 18px;
}

.container {
    font-family: 'Lato', sans-serif !important;
    color: #002661;
}

#wrap {
    min-height: 100%;
    margin-bottom: -328px;
    background-color: #F2F5F9;
    padding-bottom: 200px;
}

    #wrap:after {
        content: '';
        display: block;
        height: 150px;
    }

/* START UMBRACO FORMS */
.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;
    }


.umbraco-forms-form {
    padding: 10px 0px 10px 0px;
}

.umbraco-forms-caption {
    font-size: 2em !important;
    line-height: 2em !important;
}

.umbraco-forms-field {
    clear: both;
}

    .umbraco-forms-field div label {
        display: inline;
    }

label.umbraco-forms-label {
    font-weight: bold;
    display: block;
    background: transparent !important;
}

.umbraco-forms-form small {
    display: block;
    float: left;
    clear: both;
    padding: 5px 5px 5px 200px;
}


.umbraco-forms-form fieldset {
    padding: 1em 1em 0em 0em;
    margin: 0 0 1.5em 0;
    border: none !Important;
}

.umbraco-forms-form .umbraco-forms-navigation {
    padding: 1em 0em;
}

.umbraco-forms-form legend {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea {
    margin: 0.5em 0;
    border: 1px solid #bbb;
}

.umbraco-forms-form select {
    margin: 0.5em 0;
    border: 1px solid #bbb;
    padding: 5px;
}

    .umbraco-forms-form input.text:focus, .umbraco-forms-form input.title:focus, .umbraco-forms-form textarea:focus, .umbraco-forms-form select:focus {
        border: 1px solid #666;
    }

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    max-width: 400px !important;
    padding: 5px;
    display: block;
    width: 95%;
}

.umbraco-forms-form textarea {
    height: 250px;
}

.umbraco-forms-form input.fileupload {
    height: auto !important;
}

.umbraco-forms-form span.checkboxlist, .umbraco-forms-form span.radiobuttonlist, .umbraco-forms-form span.checkbox {
    display: block;
    float: left;
    padding: 10px;
}

.umbraco-forms-form .checkboxlist label {
    float: left;
    clear: left;
}

.umbraco-forms-form .checkboxlist input, .umbraco-forms-form .radiobuttonlist input, .umbraco-forms-form .checkbox input {
    width: auto !important;
    height: auto !important;
    border: none !important;
    display: inline !important;
}

.umbraco-forms-form .hiddenfield {
    display: none;
}

.umbraco-forms-button {
    margin-right: 10px;
    padding: 2px 10px;
}

.umbraco-forms-error-message {
    padding: .8em;
    margin-bottom: .5em;
    border: 2px solid #FBC2C4;
}

.umbraco-forms-error-message {
    background: #FBE3E4;
    color: #8a1f11;
}

.umbraco-forms-form input.contourError, .umbraco-forms-form textarea.contourError, .umbraco-forms-form input.input-validation-error,
.umbraco-forms-form textarea.input-validation-error {
    background: #FBE3E4;
    border-color: #FBC2C4;
}

.umbraco-forms-form span.contourError, .umbraco-forms-form span.field-validation-error {
    color: #8a1f11 !important;
    background: transparent !important;
}

.umbraco-forms-form #recaptcha_widget_div {
    margin-left: 200px;
}

.umbraco-forms-form .field-validation-error {
    padding-left: 5px;
}

/*  --  END UMBRACO FORMS  --  */

/*  --  START ACCORDION  --  */
.accordion-item .accordion-button {
    background-color: #FFF !important;
    box-shadow: none !important;
    padding: 20px 0;
}

.interscambio-accordion_item {
    margin-top: 30px;
    padding: 20px 50px 51px 20px;
    background-color: #FFF;
}

    .accordion-item .accordion-button.collapsed::after, .accordion-item .accordion-button:not(.collapsed)::after {
        margin: 0;
        width: 24px;
        height: 24px;
    }

    .accordion-item .accordion-button.collapsed::after {
        background: url("../img/svg/accordion-plus-g.svg");
    }

    .accordion-item .accordion-button:not(.collapsed)::after {
        background: url("../img/svg/accordion-minus-g.svg");
    }
/*  --  END ACCORDION  --  */

/* -- START BUTTON -- */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        background-color: #e6e6e6 !important;
        border-color: #adadad !important;
    }

/* -- START BUTTON IFRAME -- */
#button_external_iframe {
    margin-right: 0;
    margin-top: 5px;
}

.app_iframe iframe {
    width: 100%;
    height: 800px;
}

.app_iframe.double {
    width: 100%;
    padding: 0;
}

.red-button {
    float: right;
    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;
}

    .red-button:hover {
        background-color: #CF492C;
    }
/* -- END BUTTON IFRAME -- */
/* -- END BUTTON -- */

@media screen and (max-width: 767px) {
    #wrap {
        padding-bottom: 8px;
    }

        #wrap:after {
            height: 350px;
        }
}

@media (min-width: 1470px) {
    .container {
        max-width: 1440px !important;
    }
}
/*  --  END GENERAL  --  */

/*  -- START  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;
    opacity: 1;
}

.static-content_cta {
    display: block;
    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;
    margin-top: 20px;
}

.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;
}


.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 ul li:before {
            content: '';
            width: 6px;
            height: 6px;
            background-color: #002661;
            border-radius: 50%;
            position: absolute;
            left: 3px;
            top: 10px;
        }

        .static-content ul li ul li {
            font-size: 16px;
            line-height: 25px;
            color: #002661;
            position: relative;
            padding-left: 38px;
        }

            .static-content ul li ul li:before {
                content: '';
                width: 12px;
                height: 4px;
                background-color: #002661;
                border-radius: 0%;
                position: absolute;
                left: 3px;
                top: 10px;
            }

.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: bolder;
    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;
    }
}
/*  -- END  STATIC CONTENT  --  */

/* -- START NEWS ACCORDION -- */
.news-accordion {
    margin: 48px 0;
    padding: 16px 32px;
    background-color: #FFF;
}

    .news-accordion p {
        font-size: 15px;
        color: #002661;
        line-height: 20px;
    }

.news-accordion_item {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 2px solid #BDBDBD !important;
}

.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: 30px;
    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(../img/svg/news-homepage.svg);
    }

.news-accordion_row_subtitle {
    margin: 0;
    display: block;
    font-size: 15px;
    color: #0E408D;
    font-weight: bold;
    line-height: 27px;
    float: left;
    text-transform: uppercase;
}

@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;
    }
}
/* -- END NEWS ACCORDION -- */

/* -- START NEWS ITEM -- */
.news-item_title_container {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
}

    .news-item_title_container .news-item_subtitle {
        margin: 0;
        display: block;
        font-size: 15px;
        color: #0E408D;
        font-weight: bold;
        line-height: 27px;
        float: left;
        text-transform: uppercase;
    }

.news-item_data {
    font-size: 15px;
    font-weight: bold;
    color: #0E408D;
    margin-bottom: 11px;
    line-height: 22px;
    text-transform: uppercase;
}

.news-item_title {
    font-size: 35px;
    color: #EC6446;
    font-weight: bold;
    margin: 0;
    margin-bottom: 4px;
    line-height: 35px;
}
/* -- END NEWS ITEM -- */

/* START LOADING BOOK */
.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;
    }
}
/* END LOADING BOOK */


/*  --  START HOME SECTION  --  */

/*  -- START SLIDESHOW  --  */
.slideshow {
    height: 594px;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

    .slideshow .tns-liveregion {
        display: none;
    }

    .slideshow .tns-nav {
        margin: 0 auto;
        width: 100%;
        height: 7px;
        display: flex;
        flex-direction: row;
        position: absolute;
        z-index: 999;
        bottom: 0px;
    }

        .slideshow .tns-nav button {
            display: flex;
            flex: 1;
            background-color: #B5E2F7;
            border: 0px;
            transition: .4s;
        }

            .slideshow .tns-nav button.tns-nav-active {
                background-color: #EC6446;
            }

.slideshow_carousel {
    display: flex;
    justify-content: stretch;
    position: relative;
}

    .slideshow_carousel .slideshow_item {
        display: flex !important;
        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;
            }

        .slideshow_item__type-1 .cta:hover {
            text-decoration: underline;
            background-color: #CC4E32;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
        }

.slideshow_item__type-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .slideshow_item__type-2 .container {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .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 {
        margin-top: auto;
        margin-bottom: 5px; 
        position: static;
        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;
            }

@media screen and (max-width: 767px) {
    .slideshow, .tns-nav {
        display: none;
    }
}
/*  -- END SLIDESHOW  --  */

/*  --  START COMUNICATI  --  */
.comunicati_container {
    position: relative;
    overflow: hidden;
}

    .comunicati_container .archivio_link {
        position: absolute;
        top: 15px;
        right: 100px;
        margin-top: 0;
    }

    .comunicati_container .tns-liveregion {
        display: none;
    }

    .comunicati_container .tns-controls {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 999;
    }

        .comunicati_container .tns-controls > button {
            border: none;
            background-color: transparent;
        }

            .comunicati_container .tns-controls > button .cls-1 {
                fill: #fff;
                stroke: #535353;
                stroke-width: 1px;
            }

            .comunicati_container .tns-controls > button .cls-2 {
                transition: .2s;
                fill: none;
                stroke: #434343;
                stroke-width: 2px;
                fill-rule: evenodd;
            }

.comunicati {
    display: flex;
    position: relative;
    padding-top: 20px;
}

.comunicati_item {
    position: relative;
    padding: 25px;
}

    .comunicati_item p {
        font-size: 15px;
        color: #001E4D;
        line-height: 18px;
        margin: 0;
    }

.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_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 (max-width: 767px) {

    .comunicati_container .archivio_link {
        z-index: 1;
        right: 10% !important;
    }

    .comunicati_container .tns-controls {
        display: block;
        position: absolute;
        top: calc(50% - 10px);
        left: 0;
        right: 0;
    }

        .comunicati_container .tns-controls > button:last-child {
            position: absolute;
            right: 0px;
        }

    .comunicati {
        padding: 0 25px;
    }

    .comunicati_item {
        padding: 35px 25px 35px 45px;
    }

        .comunicati_item_data, .comunicati_item_cta, .comunicati_item p {
            font-size: 13px;
        }

    .comunicati_item_title {
        font-size: 15px;
    }
}
/*  --  END COMUNICATI  --  */

/*  --  START KPI  --  */
.kpi {
    background-color: #002661;
    padding-bottom: 44px;
    overflow: auto;
    display: flex;
}

.kpi_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
    padding: 0 15px;
}

.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;
}


@media screen and (max-width: 991px) {
    .kpi {
        align-items: center;
        flex-direction: column;
    }
}
/*  --  END KPI  --  */

/*  --  START NEWS  --  */
.news_full {
    background-color: #F2F5F9;
}

.news_container {
    display: flex;
    align-items: stretch;
}

.news {
    background-color: #F2F5F9;
    padding: 0 25px;
    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(../img/svg/archivio.svg);
    background-position: left center;
    background-repeat: no-repeat;
    transition: .2s;
}

    .archivio_link:hover {
        color: #8C8C8C;
        background-position: 4px center;
        text-decoration: underline;
    }

.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: 30px 0px;
}

.news_item {
    padding-bottom: 16px;
}

    .news_item:last-of-type {
        margin-bottom: 35px;
    }

    .news_item a:hover {
        text-decoration: underline;
        color: #022661;
    }

.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(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 {
        padding: 25px 15px 0px 15px;
    }

    .news_container {
        display: block;
    }

    .news .archivio_link {
        margin-top: 0;
        margin-bottom: -20px;
    }

    .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;
    }
}
/*  --  END NEWS  --  */

/*  --  START CAMPAGNE PROMOZIONALI  --  */
.campagne-promozionali_title {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    color: #09357A;
    font-weight: 800;
    line-height: 29px;
    text-transform: uppercase;
    min-height: 45px;
    margin: 0;
    text-align: center;
}

.campagne-promozionali {
    background-color: #ECEFF6;
    border-top: 5px solid #CFD6E0;
    border-bottom: 1px solid #F5F7FA;
    padding: 40px 0px;
    position: relative;
    overflow: hidden;
}

    .campagne-promozionali .archivio_link {
        position: absolute;
        top: 15px;
        right: 150px;
    }

    .campagne-promozionali .tns-liveregion {
        display: none;
    }

    .campagne-promozionali .tns-controls {
        position: absolute;
        top: 30px;
        right: 30px;
        text-align: right;
        z-index: 999;
    }

        .campagne-promozionali .tns-controls:first-child {
            margin-right: 7px;
        }

        .campagne-promozionali .tns-controls > button {
            border: none;
            background-color: transparent;
        }

            .campagne-promozionali .tns-controls > button .cls-1 {
                fill: #fff;
                stroke: #535353;
                stroke-width: 1px;
            }

            .campagne-promozionali .tns-controls > button .cls-2 {
                transition: .2s;
                fill: none;
                stroke: #434343;
                stroke-width: 2px;
                fill-rule: evenodd;
            }

            .campagne-promozionali .tns-controls > button:disabled .cls-2 {
                stroke: #ECF0F6;
            }

.campagne-promozionali_carousel {
    padding-top: 15px;
    padding-bottom: 32px;
    display: flex;
    justify-content: stretch;
    position: relative;
}

.campagne-promozionali_carousel_item {
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 65px;
    min-height: 135px;
    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);
        }

@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;
    }

    .campagne-promozionali .tns-controls {
        margin-right: 0px !important;
        top: 40px;
        right: 15px;
    }

    .campagne-promozionali .archivio_link {
        right: 15px;
        top: -10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .campagne-promozionali .tns-controls {
        margin-right: 0px !important;
        top: 40px;
        right: 15px;
    }

    .campagne-promozionali .archivio_link {
        right: 15px;
        top: -10px;
    }

    .campagne-promozionali_title {
        font-size: 32px;
    }

    .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: 60px 15px;
    }

        .campagne-promozionali .archivio_link {
            position: relative;
            top: -10px;
            right: calc(50% - 45px);
        }

        .campagne-promozionali .tns-controls {
            top: calc(50% + 130px);
            right: calc(50% - 45px);
        }

    .campagne-promozionali_title {
        min-height: 24px;
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 12px;
        margin-right: -15px;
        margin-left: -15px;
    }

    .campagne-promozionali_carousel_item {
        min-height: unset;
        height: unset;
        padding-right: 40px;
        padding-left: 40px;
    }

    .campagne-promozionali_carousel_item_title {
        font-size: 18px;
        line-height: 22px;
    }

    .campagne-promozionali_carousel_item_subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .campagne-promozionali_carousel {
        margin: 20px 0px;
        padding: 0px;
    }
}
/*  --  END CAMPAGNE PROMOZIONALI  --  */

/*  --  START TITOLI PIU' VENDUTI  --  */
.titoli-piu-venduti {
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

    .titoli-piu-venduti .tns-liveregion {
        display: none;
    }

    .titoli-piu-venduti .tns-controls {
        position: absolute;
        top: 30px;
        right: 0px;
        text-align: right;
        z-index: 999;
    }

        .titoli-piu-venduti .tns-controls:first-child {
            margin-right: 7px;
        }

        .titoli-piu-venduti .tns-controls > button {
            border: none;
            background-color: transparent;
        }

            .titoli-piu-venduti .tns-controls > button .cls-1 {
                fill: #fff;
                stroke: #535353;
                stroke-width: 1px;
            }

            .titoli-piu-venduti .tns-controls > button .cls-2 {
                transition: .2s;
                fill: none;
                stroke: #434343;
                stroke-width: 2px;
                fill-rule: evenodd;
            }

.titoli-piu-venduti_title {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    color: #09357A;
    font-weight: 800;
    line-height: 29px;
    text-transform: uppercase;
    min-height: 45px;
    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;
    display: flex;
    justify-content: stretch;
    position: relative;
}

.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);
    }

/* -- START TITOLI PIU' VENDUTI - Applicazione Consultazione Catalogo -- */
#best-seller-titles-section .tns-controls,
#best-seller-foreign-titles-section .tns-controls,
#editorial-campaigns-section .tns-controls {
    top: 0px;
}

#editorial-campaigns-section .archivio_link {
    top: -15px;
}

#best-seller-titles-container-img {
    border: 1px solid #eee;
    text-align: center;
    position: relative;
}

    #best-seller-titles-container-img > img {
        height: 207px;
        background-position: center;
        background-size: cover;
        cursor: pointer;
    }

#content-action-buttons {
    display: none;
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
    transition: all .5s ease-out;
    box-shadow: 0 -3px 4px rgb(0 0 0 / 16%);
    border-radius: 4px 4px 0px 0px;
}

    #content-action-buttons > a > img {
        width: 45px;
        height: 45px;
        margin: 0px auto;
        cursor: pointer;
        padding: 4px;
    }

#best-seller-titles-container-img:hover > #content-action-buttons {
    display: block;
}
/* -- END TITOLI PIU' VENDUTI - Applicazione Consultazione Catalogo  -- */

@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: 25px 15px 0px 15px;
    }

        .titoli-piu-venduti .tns-controls {
            top: 18%;
            right: calc(50% - 45px);
        }

    .titoli-piu-venduti_title {
        min-height: 24px;
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .titoli-piu-venduti_subtitle {
        margin-top: -10px;
    }

    .titoli-piu-venduti_carousel {
        margin-top: 60px;
        margin-bottom: 40px;
        padding: 40px 0px;
    }
}
/*  --  END TITOLI PIU' VENDUTI  --  */

/* --   START SOCIAL WALL -- */
.social-wall {
    padding: 40px 0px;
}

.social-wall_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;
}

.social-wall_list {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
}

.social-wall_item {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}

.social-wall_item_date {
    font-size: 15px;
    color: #EC6446;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 23px;
    margin: 10px 10px 10px 0px;
}

.social-wall_item_img {
    width: 100%;
    height: 280px;
    background-position: center;
    background-size: cover;
}

.social-wall_item_text {
    font-size: 14px;
    color: #09357A;
    line-height: 24px;
    margin: 0;
}

    .social-wall_item_text:hover {
        text-decoration: none;
    }

.social-wall_item_footer {
    margin-top: 10px;
    border-top: 1px solid #d3d3d5;
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

    .social-wall_item_footer span {
        margin-right: 10px;
        color: #09357A;
        font-weight: 700;
    }

    .social-wall_item_footer .social_color {
        line-height: 40px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 25px;
        display: inline-block;
    }

        .social-wall_item_footer .social_color.facebook {
            background-image: url(../img/facebook_color.png);
            color: #1877F2;
            padding: 0px 30px;
        }

        .social-wall_item_footer .social_color.linkedin {
            background-image: url(../img/linkedin_color.png);
            color: #0077B5;
            padding: 0px 30px;
        }

#social-wall_item_share {
    width: 25px;
    height: 100%;
    align-self: center;
    margin-left: 60px;
}

.footer_social_color {
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    display: inline-block;
}

    .footer_social_color.facebook {
        background-image: url(../img/facebook_color.png);
        color: #1877F2;
        padding: 0px 30px;
    }

    .footer_social_color.linkedin {
        background-image: url(../img/linkedin_color.png);
        color: #0077B5;
        padding: 0px 30px;
    }

@media screen and (min-width: 768px) and (max-width: 991px) {
    .social-wall_title {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {

    .social-wall {
        padding: 25px 15px 0px 15px;
    }

    .social-wall_title {
        min-height: 24px;
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .social-wall_list {
        display: contents;
    }

    .social-wall_item {
        width: 100%;
        margin: 20px 0px;
        text-align: center;
    }
}
/* --   END SOCIAL WALL -- */
/*  --  END HOME SECTION  --  */

/* -- START TAB MENU - ANAGRAFICA TITOLI -- */
.cont-bread-ticket {
    padding-left: 0px !important;
    border-bottom: 2px solid lightgray;
    padding-top: 1.5%;
}

.cont-bread-ticket-row {
    padding-left: 0px !important;
    border-bottom: 2px solid lightgray;
    padding-top: 1.5%;
    display: flex; 
    flex-direction: row; 
    gap: 20px; 
}

.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: darkgray;
    text-transform: uppercase;
}

    .bread-ticket-link:hover {
        text-decoration: underline;
        cursor: pointer;
        color: #23527c;
    }

.help {
    background-color: #ec6446 !important;
    color: white !important;
    text-align: center;
    height: 35px !important;
    padding: 5px 10px !important;
    font-size: 14px;
}

.help-container {
    margin-top: -10px;
}

@media screen and (min-width: 1024px) {
    .bread-ticket-border {
        border-right: 1px solid lightgray;
    }
}
/* -- END MENU - ANAGRAFICA TITOLI -- */

/* -- START INBOUND MENU -- */
.lost-password {
    margin-left: 15px;
    position: relative;
    top: 20px;
}

.bassa {
    background-color: green;
}

.media {
    background-color: orange;
}

.alta {
    background-color: red;
}

.greenBtn {
    background-color: green !important;
    color: white !important;
}

.inb-img {
    width: 30px;
    height: 30px;
}

/* -- END INBOUND MENU-- */

/*  --  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;
        }

/*  --  RESE  --  */

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(../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;
    }

/*  --  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;
    width: 450px;
}

.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;
    }
}

/*  --  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(../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;
    background-color: #FFF;
    padding: 5px 15px;
    z-index: 900;
}

    .ricerca-editore_dettaglio .close {
        font-size: 30px;
        padding-left: 20px;
    }

    .ricerca-editore_dettaglio p {
        line-height: 30px;
        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_box.ricerca-editore_dettaglio .col-auto {
    width: auto;
}

.ricerca-editore_dettaglio_titolo {
    font-size: 16px;
    color: #EC6446;
    font-weight: bold;
    line-height: 28px;
    margin-top: 15px;
    float: left;
}

.ricerca-editore_dettaglio_info {
    font-size: 16px;
    color: #2B2B2B;
    margin: 0;
}

.ricerca-editore_dettaglio_titolo span {
    margin-left: 5px;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .ricerca-editore_box.ricerca-editore_dettaglio {
        width: 455px;
        position: relative;
        top: 20%;
    }

    .ricerca-editore_dettaglio_info {
        font-size: 12px;
        line-height: normal;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .ricerca-editore_box.ricerca-editore_dettaglio {
        width: auto;
        position: relative;
        top: 50%;
    }

    .ricerca-editore_dettaglio_info {
        font-size: 12px;
        line-height: normal;
    }
}

@media screen and (max-width: 767px) {
    .ricerca-editore_box.ricerca-editore_dettaglio {
        width: 100%;
    }

    .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: 15%;
        border: 1px solid #CCC;
        overflow-wrap: break-word;
    }

    .ricerca-editore_dettaglio_titolo {
        float: none;
    }
}

/*  --  RETI PROMOZIONALI  --  */

.static-content .panel-title {
    font-weight: bold;
    line-height: 25px;
    position: relative;
}

    .static-content .panel-title:before {
        content: '';
        width: 100%;
        background-color: #C0C0C0;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .static-content .panel-title a:hover {
        text-decoration: none;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

    .panel-title > a {
        color: inherit;
    }

.static-content .panel-heading-opener {
    height: 19px;
    width: 19px;
    z-index: 500;
    background-image: url(../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;
}

.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;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}


.light-grey {
    background-color: #F2F5F9 !important;
}

.label-file {
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

.no-float {
    float: none !important;
}

.croce {
    fill: #838389;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

/*  --  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;
        }
}
