.container-bianco {
    background-color: white;

    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);

    overflow: hidden;

}










.spazio-minimo {

    padding-right: 7.5px;
    padding-left: 7.5px;


}


.lati-15 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}









.divisione {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 15px 25px 15px;
}




.divisione-solida {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 15px 25px 15px;
}




.divisione-destra {
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
}

.divisione-sinistra {
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
}



/* ######################################################################################################### */

.menu-superiore-m {}



.menu-superiore-m .nav-link {
    display: inline-block;
    padding: .4em 1em;
    color: white;
    font-size: 14px;
}

.menu-superiore-m .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}






/* ######################################################################################################### */




.calendario {
    display: block;
    margin-bottom: 10Px;
    padding: 0px;
    display: table;
    color: black;
}

.calendario:hover {

    color: #E99123;
}



.calendariodata {
    padding: 0px;
    display: table-cell;
    width: 70px;
}


.calendariogiorno {
    color: white;
    background-color: #E99123;
    display: block;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30Px;
}


.calendariogiorno strong {
    color: #FFF;
    background-color: #3C3733;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14Px;
}










/* ######################################################################################################### */







.btn-arancio {
    color: #fff;
    background-color: #E99123;
    border-color: #E99123;
}










.page-link {
    color: #E99123;
}








@media (min-width: 0px) and (max-width: 991.98px) {
    .post-rivista {
        padding: 0 40px 0 40px;
    }
}



.post-rivista {}

.post-rivista a img {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}



.post-rivista .corrente {
    background-color: #E99123;
    padding: 0.4em 0.8em 0.4em 0.8em;
    color: white;
    font-family: 'Muli';
    margin: 15px 0 15px 0;
}

.post-rivista .corrente span {
    font-size: 11px;
}


.post-rivista .articoli {}

.post-rivista .articoli a {
    display: block;
    font-size: 13px;
    font-family: 'Muli';
    font-weight: 400;
    color: black;
    padding-bottom: 3px;
    margin-bottom: 3px;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/

    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}


/* ######################################################################################################### */





.post-lista {
    overflow: hidden;
    margin-bottom: 15px;
}



.post-lista img {
    max-width: 90%;

}




.post-lista .link {
    width: 30%;
    display: block;
    margin-right: 15px;
    height: 120px;
}





.post-lista-approfondimenti .link {
    width: 25%;
    display: block;
    margin-right: 15px;
    height: 50px;
}






.post-lista .post-testi {
    width: 70%;
    font-size: 13px;
    color: grey;
}


.post-lista .post-testi .titolo {
    font-size: 18px;
    font-family: 'Muli';
    font-weight: 400;
}

.post-lista .post-testi .titolo a:hover {
    color: #E99123;
}



.post-lista .post-testi .titolo a {
    color: black;
}

.post-lista .post-testi .categorie {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    display: block;
}

.post-lista .post-testi .categorie a {
    font-size: 11px;
    line-height: 11px;
    vertical-align: top;
    color: #E99123;
}



.post-lista .post-testi .data {
    overflow: hidden;
    margin: 0px;
    padding: 0 0 5px 0;
    display: block;
    color: grey;

}





.post-lista .post-testi .categorie a:hover {
    color: black;
}









@media (min-width: 0px) and (max-width: 991.98px) {


    .post-lista .link {
        width: 20%;

    }


    .post-lista .post-testi {
        width: 80%;
    }



}






/* ######################################################################################################### */



.post-boxata {
    background-color: grey;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    height: 300px;
    margin-bottom: 15px;

}

.post-boxata:hover .post-img .mask {
    opacity: 0.4;
}

.post-boxata .post-sopra {

    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2em 0.6em 0.2em 0.6em;
    background-color: white;
    color: black;
    z-index: 2;
    font-size: 12px;
    font-family: 'Muli';
}

.post-boxata .post-testi {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0.8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    color: white;
    z-index: 1;
}

.post-boxata .post-testi .categoria {
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 0.2em 0;
    margin: 0px;
}




.post-boxata .post-testi .titolo {
    font-size: 22px;
    font-family: 'Muli';
    font-weight: 400;
    padding: 0 0 0.2em 0;
    margin: 0px;
    line-height: 1.12em;
    letter-spacing: -1px;
}

.post-boxata .post-testi .titolo a {
    color: white;
}

.post-boxata .post-testi .testo {
    padding: 0 0 0.2em 0;
    margin: 0px;
    font-weight: 300;
}

.post-boxata .post-img .simple {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.post-boxata .post-img .mask {
    content: ' ';
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.001;
    background: #000000;
    z-index: 0;
}


/* ######################################################################################################### */






.post-singole {
    background-color: white;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;

}



.post-singole:hover {
    /*background-color: rgba(1, 1, 1, 0.1);*/
    background-color: rgba(150, 150, 150, 0.2);
}




.post-singole .post-img {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 120px;
}


.post-singole .post-testi {
    width: 100%;
    padding: 0.4em 0.8em 0.4em 0.8em;

}

.post-singole .post-testi .titolo {
    font-size: 16px;
    font-family: 'Muli';
    font-weight: 400;
    padding: 0 0 0.2em 0;
    margin: 0px;
    line-height: 1.12em;
    letter-spacing: -1px;

}

.post-singole .post-testi .titolo a {
    color: black;
}


.post-singole .post-img .simple {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}




/* ######################################################################################################### */















.post-speciali {
    background-color: grey;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    height: 140px;
    margin-bottom: 15px;

}



.post-speciali:hover .post-img .mask {
    opacity: 0.4;
}




.post-speciali .post-sopra {
    overflow: hidden;
    background-color: #E99123;
    position: absolute;
    top: -15px;
    right: -60px;
    display: block;
    font-family: 'Muli';
    text-decoration: none;
    font-size: 11px;
    color: white;
    padding-left: 55px;
    padding-right: 50px;
    padding-top: 30px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.post-speciali .post-testi {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0.8em 0.8em 0.4em 0.8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    color: white;
    z-index: 1;
}


.post-speciali .post-testi .titolo {
    font-size: 18px;
    font-family: 'Muli';
    font-weight: 400;
    padding: 0 0 0.2em 0;
    margin: 0px;
    line-height: 1.12em;
    letter-spacing: -1px;
}

.post-speciali .post-testi .titolo a {
    color: white;
}

.post-speciali .post-testi .testo {
    padding: 0 0 0.2em 0;
    margin: 0px;
    font-weight: 300;
}


.post-speciali .post-img .simple {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.post-speciali .post-img .mask {
    content: ' ';
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.001;
    background: #000000;
    z-index: 0;
}






@media (min-width: 0px) and (max-width: 991.98px) {

    .post-speciali {
        height: 200px;
    }

}








/* ######################################################################################################### */

















/* ######################################################################################################### */



.post-magazine {
    background-color: grey;
    position: relative;
    overflow: hidden;
    background-position: top center;
    background-size: cover;
    height: 115px;
    margin-bottom: 15px;

}

.post-magazine:hover .post-img .mask {
    opacity: 0.4;
}






.post-magazine .post-sopra {
    overflow: hidden;
    background-color: #E99123;
    position: absolute;
    top: -15px;
    right: -60px;
    display: block;
    font-family: 'Muli';
    text-decoration: none;
    font-size: 11px;
    color: white;
    padding-left: 55px;
    padding-right: 50px;
    padding-top: 30px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.post-magazine .post-testi {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0.8em 0.8em 0.4em 0.8em;
    background: #E99123;
    color: white;
    z-index: 1;
}


.post-magazine .post-testi .titolo {
    font-size: 18px;
    font-family: 'Muli';
    font-weight: 400;
    padding: 0 0 0.2em 0;
    margin: 0px;
    line-height: 1.12em;
    letter-spacing: -1px;
}

.post-magazine .post-testi .titolo a {
    color: white;
}

.post-magazine .post-testi .testo {
    padding: 0 0 0.2em 0;
    margin: 0px;
    font-weight: 300;
}


.post-magazine .post-img .simple {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.post-magazine .post-img .mask {
    content: ' ';
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.001;
    background: #000000;
    z-index: 0;
}








@media (min-width: 0px) and (max-width: 991.98px) {

    .post-magazine {
        height: 200px;
    }

}








/* ######################################################################################################### */






























.post-approfondimenti {
    height: 263px;
}

.post-lista-approfondimenti {}

.post-lista-approfondimenti .post-testi .titolo {
    font-size: 16px;
}
























.post-webinar {

    height: 250px;
}




.post-webinar-titolo {
    font-size: 18px;
    font-family: 'Muli';
    font-weight: 400;
}

.post-webinar-titolo a {
    color: black;
}


.post-webinar-occhiello {
    font-size: 13px;
    color: grey;
}

.post-webinar-bottone {
    width: 100%;
    background-color: #E99123;
    border-color: #E99123;
}



.post-lista-webinar {}

.post-lista-webinar .post-testi .titolo {
    font-size: 16px;
    margin-bottom: 0px;
}



.post-lista-webinar .link {

    height: 0px;
}

























/* ######################################################################################################### */





.post-piulette {
    height: 150px;
    border-radius: 10px;

}





.post-piulette .post-testi .titolo {
    font-size: 18px;
}


/* ######################################################################################################### */







.footer {

    background-color: #E99123;
    padding-top: 25px;
    padding-bottom: 50px;
    color: white;
}







.footer .link {

    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: .5rem 1rem;
    color: white;

}



.footer .indirizzo {
    font-size: 13px;
    padding: 30px 0 30px 0;

}





.footer ul {
    margin: 0px;
    padding: 0px;
}

.footer ul li {
    text-align: center;
    margin-bottom: 12px;
}

.footer ul li a {
    color: white;
    padding: 0.5em 1em 0.5em 1em;
}

.footer ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}







.newsletter {

    background-color: rgba(233, 145, 35, 1);
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;

}

.newsletter:hover {

    background-color: rgba(181, 113, 27, 1);

}

.newsletter img {

    display: block;
    margin-left: auto;
    margin-right: auto
}











.networks {

    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
}

.networks a {
    color: white;

}






.networks a:hover {
    background-color: rgba(255, 255, 255, 0.2);

}


.networks h1 {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}










/* ##########################################################################################################################################################################*/
/* ##########################################################################################################################################################################*/
/* ##########################################################################################################################################################################*/
/* ##########################################################################################################################################################################*/
/* ##########################################################################################################################################################################*/


.post_primopiano {

    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /*border-bottom: 1px solid #eee;*/

}





.post_primopiano .post_item {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;

}


.post_primopiano .post_item .post_featured {

    height: 280px;
    margin-bottom: 0;
    background-position: center center;
    background-size: cover;

    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;


}




.post_primopiano .post_item:hover .post_featured {
    background-position: 60%;
}




.post_primopiano .post_item .post_header .post_title {
    font-size: 22px;
    padding: 0.8em 0.8em 0.4em 0.8em;

}


.post_primopiano .post_item .post_header .post_meta {
    padding: 0 0 0.4em 0.4em;
    margin: 0 0.8em 0 0.8em !important;

}


.post_primopiano .post_item .post_header {
    /*border-left: 1px solid #eee;*/
}

.post_primopiano .post_item .post_header::first-child {
    /*border-right: 1px solid #eee;*/
}




.post_primopiano .post_item .post_featured .mask,
.post_primopiano .post_item .post_featured img {
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
}





/* ---------------------------------------------------------------------------------------------------------------- */






.lista_notizie .post_item {
    background-color: transparent;
    text-align: left;
    overflow: hidden;
    position: relative;

    border-bottom: 1px solid #eee;
}

.lista_notizie .post_item:last-child {

    border-bottom: 0px solid #eee;
}


.lista_notizie .post_item {
    vertical-align: middle;
}




.lista_notizie .post_featured {
    float: none;
    display: inline-block;
    vertical-align: middle;
    /*width: 200px;*/
    height: 128px;
    width: 25%;
    margin: 0;
    margin-bottom: 2em;
}




.lista_notizie .post_featured+.post_body {
    display: inline-block;
    vertical-align: middle;
    /*width: calc(100% - 200px);*/
    width: 75%;
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}




@media (min-width: 0px) and (max-width: 991.98px) {
    .lista_notizie .post_featured {
        width: 120px;


    }

    .lista_notizie .post_featured+.post_body {
        width: calc(100% - 120px);
    }
}







.lista_notizie .post_item .post_header .post_title {
    padding: 0 0.8em 0.4em 0;
}












/* ------------------------------------------------------------------------------------------------------ */







.carosello-speciali2 {
    height: 200px;
    overflow: hidden;
    /*background-color: rosybrown;*/
}

.carosello-speciali2 .post-overaly-style {
    height: 200px;
}

.carosello-speciali2 .post-overaly-style.post-md {
    min-height: 200px;
}


.carosello-speciali2 .post_featured {
    height: 120px;
}

.carosello-speciali2 .post_title {
    font-size: 16px !important;
}