/* Add Google WebFonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');



* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input:not([type="radio"]) {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.obbligatorio {
    border-color: #dd0000;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    width: 100%;
}

strong {
    font-weight: 700;
}

div.wrapper,
form#aspnetForm {
    min-height: 100%;
    margin: 0px auto;
    position: relative;
}

h1 {
    color: #231f20;
}

.content h2 {
    text-transform: inherit;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    /*top: -15px;*/
    margin-top: 0px;
    color: #231f20;
}

.content .dx h2 {
    padding: 20px;
}

.content .news_riepilogo h2 {
    padding: 35px 0px 15px 0px;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -1px;
}

.content h2.h2_home,
.content h1.h2_home {
    text-transform: inherit;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    top: 0px;
    color: #231f20;
    text-align: center;
    letter-spacing: -1px;
}

.content h1.h2_home {
    margin: 10px 0px 20px 0px;
}

.content h2.h2_home {
    margin: 30px 0px 0px 0px;
}


.content .sx.intro h2.h2_home {
    margin: 0px 0px 30px 0px;
}

.content .dx.numeri h2.h2_home {
    width: 91%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.content .dx.cento h2.h2_home {
    margin: 0px 0px 30px 0px;
}

.content .news_home h2.h2_home {
    margin: 0px;
}

    .content .news_home h2.h2_home hr {
        width: 100px;
        position: relative;
        clear: both;
        margin: 20px auto 50px auto;
    }


.content h2.h2_home hr,
.content h1.h2_home hr,
.content .corpo .news_riepilogo h2 hr {
    width: 100px;
    position: relative;
    clear: both;
    margin: 20px auto 0px auto;
}


.content .dati h2 {
    font-size: 17px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    top: 0px;
    color: #231f20;
    padding-top: 14px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    font-weight: bold;
    margin-bottom: 9px;
}


.content .sx h3 {
    width: 100%;
    clear: both;
    position: relative;
}

.content h1 {
    color: #231f20;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.content .sx.intro h1,
.content .sx.intro .btn {
    display: none;
}


.footer h2 {
    color: #231f20;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    height: 19px;
    margin-top: 10px;
}


    .footer h2 strong {
        color: #231f20;
        font-weight: normal;
        margin: 10px;
    }

.content ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content .dx ul {
    margin: 30px;
}

    .content .dx ul li {
        margin-bottom: 10px;
        list-style-image: none;
        list-style-position: inside;
        font-size: 15px;
        color: #231f20;
        list-style-type: none;
        background-image: url(../img/bullet_big.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 22px;
        padding: 3px 10px 2px 34px;
    }

.content ul li {
    margin-bottom: 15px;
    list-style-image: url(../img/bullet.png);
    list-style-position: inside;
    font-size: 15px;
    color: #231f20;
}

.content ul.documenti li {
    margin-bottom: 15px;
    list-style-position: inside;
    font-size: 15px;
    color: #666666;
    background-image: url(../img/foglio.png);
    background-size: auto auto;
    background-position: 9px 6px;
}

.content ul.riepilogo.cartelle li {
    list-style-image: none;
    list-style-type: none;
    padding: 5px;
    padding-left: 30px;
    background: url(../img/documenti.png) no-repeat;
}





p {
    color: #231f20;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

img {
    border: none;
    max-width: 100%;
}


a {
    color: #231f20;
    text-decoration: none;
}

    a:hover {
        color: #231f20;
        text-decoration: underline;
    }

::selection {
    background: #DEDEDE; /* Safari */
}

::-moz-selection {
    background: #DEDEDE; /* Firefox */
}

input:focus {
    outline: none;
}

.cento {
    width: 100% !important;
}

.alert {
    margin: 10px auto;
    color: #E00;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: block;
}


.btn {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    border: 1px solid #231f20;
    padding: 5px;
    cursor: pointer;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    padding: 10px 30px;
    text-align: center;
    margin: 0px;
    font-size: 13px;
    background-color: transparent;
    color: #231f20;
    font-weight: 600;
}

    .btn a {
        color: #231f20;
    }

    .btn:hover {
        text-decoration: none;
        background-color: #231f20;
        color: #fff;
    }


    .btn.big {
    }



.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.clear {
    clear: both;
}




div.header {
    /*natale

    background-image: url(../img/bg_ladisa.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-bottom: 20px; 
    z-index: 999;
    position: relative;
    height: auto;
    clear: both;


  */
    z-index: 999;
    position: relative;
    height: auto;
    clear: both;
}

div.content {
    height: auto;
    overflow: auto;
    clear: both;
    padding-bottom: 0px;
}


div.footer {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0px;
    background-color: #f2f3f3;
    clear: both;
    height: 222px;
}


/*module*/


.modulo {
    width: 640px;
    margin-top: 20px;
    border-spacing: 0px 10px;
}

    .modulo tr td {
        padding: 5px;
    }

    .modulo tr th {
        background: #e6e6e6;
        color: #427fc1;
        padding: 10px;
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.select_module {
    position: relative;
    width: 400px;
    padding: 5px;
    margin: 0px;
    background-color: white;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.field_module {
    float: left;
    position: relative;
    height: 35px !important;
    border: 1px solid #e3e3e3;
    background: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    margin: 0;
    width: 100%;
    overflow: auto;
    padding: 5px;
    color: #231f20;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
}

.field_module.obbligatorio,
.field_note.obbligatorio {
	border: 1px solid red;
background-color: #ff00001a;
}

label.obbligatorio,
label.obbligatorio a {
    color: red;
}


.field_note {
    border: 1px solid #e3e3e3;
    background: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0;
    height: 200px !important;
    overflow: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.label_check a {
    color: #666;
    text-decoration: underline;
}

.label_check input {
    position: relative;
    margin-right: 5px;
    top: 2px;
}

.label_module {
    float: left;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: #4e4e4e;
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}




.campo_form {
    width: 50%;
    position: relative;
    float: left;
    padding: 0px 10px 10px 10px;
}

.pathway {
    position: relative;
    width: 70%;
    width: -webkit-calc(100% - 370px);
    width: -moz-calc(100% - 370px);
    width: calc(100% - 370px);
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .pathway a {
        margin-left: 5px;
        margin-right: 5px;
    }

        .pathway a:hover {
            margin-left: 5px;
            margin-right: 5px;
        }


.sx {
    position: relative;
    float: left;
    width: 65%;
}

.dx {
    position: relative;
    float: right;
    width: 35%;
}

.content .sx.intro {
    width: 50%;
    padding: 45px 20px 0px 0px;
    margin: 0px;
}

.content .dx.numeri {
    width: 50%;
    padding: 45px 20px 0px 0px;
    margin: 0px;
}

.content .sx.intro {
    width: 50%;
}

.sx.unico {
    width: 100%;
}

.content .corpo .sx {
    width: 35%;
}

    .content .corpo .sx .ladisaascolta img {
        position: relative;
        float: left;
        width: 100%;
        margin-right: 0px;
    }


.content .corpo .dx {
    width: 65%;
}

.menu {
    position: relative;
    clear: both;
    width: 100%;
}

hr {
    border-top: 1px solid #ccc;
    border-left: none;
    height: 1px;
    width: 100%;
    border-right: none;
    border-bottom: none;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
    clear: both;
}

.cerca {
    float: right;
    padding: 8px 12px;
    position: relative;
    background-color: white;
    width: 220px;
    border: none;
    background: #f1f1f1;
}

.cercabtn {
    background: url(../img/cerca.png) no-repeat;
    border-width: 0px;
    top: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.newsletter {
    float: right;
    padding: 5px;
    position: relative;
    background-color: white;
    width: 100%;
    border: 1px solid #ccc;
}

    .cerca input[type="text"],
    .newsletter input[type="text"] {
        border: none;
        background-color: transparent;
        width: 96%;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        color: #000;
        font-size: 12px;
    }

    .cerca input[type="image"],
    .newsletter input[type="image"] {
        position: relative;
        width: 16px;
        top: 2px;
    }

.logo {
    position: relative;
    float: left;
    margin-bottom: 15px;
}

.footer .box {
    position: relative;
    float: left;
    width: auto;
    display: none;
    margin-right: 35px;
}

.video_home {
    width: 100%;
    margin: 20px 0px;
}

    .video_home iframe {
        width: 100%;
        height: 450px;
    }

.topmenu {
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

    .topmenu ul {
        list-style-type: none;
    }

    .topmenu .dx ul {
        position: relative;
        float: right;
    }

        .topmenu .dx ul li {
            margin-right: 3px;
        }

            .topmenu .dx ul li a {
                padding-left: 5px;
                padding-right: 5px;
                padding-top: 2px;
                padding-bottom: 2px;
                border: 1px solid white;
            }

                .topmenu .dx ul li a.select, .topmenu .dx ul li a:hover {
                    border: 1px solid black;
                    color: #231f20;
                }

    .topmenu ul li {
        position: relative;
        float: left;
        font-size: 12px;
        padding: 10px 6px;
        display: block;
    }

        .topmenu ul li a {
            top: 0px;
        }

            .topmenu ul li a:hover {
                text-decoration: none;
                color: #231f20;
            }

    .topmenu .dx {
        text-align: right;
    }



        .topmenu .dx.cinquanta, .topmenu .sx.cinquanta {
            width: auto;
            text-align: left;
        }


.areariservata {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    float: right;
    padding-left: 31px;
}


    .areariservata img {
        position: absolute;
        left: 6px;
        top: -2px;
    }

    .areariservata a {
        color: #231f20;
    }

        .areariservata a:hover {
            text-decoration: none;
        }

.logo img {
    height: 110px;
    /*  natale
  margin-bottom: 30px;*/
}

.content .sx, .content .dx {
    margin: 20px 0px;
}

.footer .sx, .footer .dx {
    margin: 20px 0px;
}

.footer .sx {
    float: right;
    width: 50%;
}

.footer .dx {
    float: left;
    width: 50%;
}

.content .sx {
    width: 63%;
}

    .content .sx p, .content .dx p {
        margin-bottom: 10px;
    }

    .content .sx .btn, .content .dx .btn {
        margin-top: 10px;
        position: relative;
        float: left;
    }


    .content .sx .news_riepilogo .btn {
        float: inherit;
        margin: 30px 0px 0px 0px;
        text-transform: inherit;
        font-weight: 600;
    }


    .content .sx.intro p {
        margin-bottom: 21px;
        line-height: 21px;
    }


.boxes .banner,
.areariservata_box {
    margin: 0% 1% 2% 1%;
    position: relative;
    float: left;
    height: auto;
    border: 1px solid #bcbec0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+63,f1f2f2+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 63%, rgba(241,242,242,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 63%,rgba(241,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 63%,rgba(241,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f2f2',GradientType=0 ); /* IE6-9 */
}

.boxes .banner {
    width: 20%;
    padding: 15px;
    cursor: pointer;
    min-height: 250px;
}

    .boxes .banner.areariservata_box {
        cursor: inherit;
        width: 34%;
        margin-left: 0%;
    }

    .boxes .banner.dovesiamo_banner {
        margin-right: 0%;
    }



.content .boxes .banner.areariservata_box h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    top: 0px;
    color: #231f20;
    text-align: center;
    border-bottom: 1px solid #bcbec0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}

.content .boxes .banner h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    top: 0px;
    color: #231f20;
    text-align: center;
    border-top: 1px solid #bcbec0;
    padding-top: 15px;
    margin-top: 15px;
}

.content .boxes .banner.dovesiamo_banner h2 {
    padding-top: 5px;
}

.content .boxes .banner h2 small {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
}

.slideshow_home .areariservata_box {
    height: 293px;
    overflow: hidden;
}


.areariservata_box .label_module {
    width: 30%;
    margin: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #231f20;
    font-size: 12px;
    padding: 12px 5px;
}

.areariservata_box .field_module {
    width: 65%;
    margin: 5px 0px;
    margin-bottom: 0px;
    float: right;
    border: 1px solid #bcbec0;
}

.areariservata_box p {
    width: 98%;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
    margin-top: 0px;
    margin-bottom: 0px !important;
    text-align: right;
    position: relative;
    clear: both;
    color: #4e4e4e;
}

    .areariservata_box p a {
        color: #4e4e4e;
    }


.content .dx .areariservata_box .btn {
    margin-bottom: 5px;
}

.areariservata_box p a:hover {
    text-decoration: underline;
}


.btn.big {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px;
    text-transform: inherit;
    font-weight: 600;
    margin-top: 10px;
    /*background-image:url(../img/bullet_up.png);
    background-repeat:no-repeat;
    background-position: center right;*/
}

.cifre {
    width: 480px;
    clear: both;
    color: #231f20;
    height: auto;
    overflow: auto;
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
}


    .cifre img {
        margin-right: 31px;
    }

.content .cifre h2 {
    color: #231f20;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0px;
    text-align: left;
}

.cifre strong {
    color: #231f20;
    display: block;
    font-size: 24px;
    letter-spacing: 0px;
}

.cifre div {
    margin: 0px;
    font-size: 14px;
    position: absolute;
    z-index: 9;
    line-height: 23px;
    letter-spacing: -1px;
}

    .cifre div.pasti {
        top: 188px;
        left: 0px;
        right: 30px;
    }

    .cifre div.strutture {
        top: 140px;
        right: 0px;
    }

    .cifre div.dipendenti {
        top: 140px;
        left: 0px;
    }

    .cifre div.anni {
        top: 100px;
        left: 0px;
        right: 30px;
    }

    .cifre div.row.counter-item {
        width: 100%;
        margin: 0px;
    }


.content .sx.cinquanta,
.content .dx.cinquanta {
    width: 49%;
}

.certificazioni, .formazione, .analisi, .customer {
    position: relative;
    float: left;
    border: 1px solid #dadada;
    padding: 13px;
    text-transform: uppercase;
    width: 48%;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    height: 153px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    font-size: 15px;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

    .certificazioni:hover, .formazione:hover, .analisi:hover, .customer:hover {
        cursor: pointer;
        background-color: #dadada;
        color: #666;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }





.boxes .banner div.img {
    text-align: center;
    padding: 13px 0px;
}

    .boxes .banner div.img div {
    }

    .boxes .banner div.img img {
        height: 133px;
    }

.certificazioni img, .formazione img, .analisi img, .customer img {
    margin-bottom: 20px;
    margin-top: 5px;
}



.certificazioni {
    margin-bottom: 20px;
}

.formazione {
    margin-bottom: 20px;
    float: right;
}

.analisi {
}

.customer {
    float: right;
}

.ladisaascolta {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    clear: both;
    color: #666;
    height: auto;
    overflow: auto;
}

.content .sx .ladisaascolta h1 {
    text-align: center;
}

.content .sx .ladisaascolta {
    border: 1px solid #dadada;
    padding: 10px;
}

.ladisaascolta img {
    position: relative;
    float: left;
    width: 25%;
    margin-right: 15px;
}

.ladisaascolta p {
    line-height: 24px;
    margin-top: 20px;
}

.pathway {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666;
    clear: both;
}

.corpo .pathway {
    padding-top: 0px;
    margin-top: 0px;
    padding: 20px;
    margin: 0px;
}

.corpo hr {
    border-top: 1px solid #bcbec0;
    width: 96%;
    position: relative;
    clear: both;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 1px;
    margin: 0% 3%;
}

.social {
    background-color: #f7f7f7;
    height: auto;
    overflow: auto;
    display: none;
}

    .social iframe, .social .fb_iframe_widget {
        width: 100% !important;
    }

.newsletter_box h1 {
    color: #9e9e9e;
    text-shadow: 0 1px 0 white;
    background: url(../img/mail.png) no-repeat left top;
    padding-left: 35px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.newsletter {
    width: 90%;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    padding: 11px;
    position: relative;
    float: left;
    margin-top: 10px;
    border: none;
}

.newsletter_box .btn {
    float: right !important;
}

.footer .box ul {
    margin-bottom: 30px;
    margin-top: 0px;
}

    .footer .box ul li {
        list-style: none;
        margin-bottom: 5px;
        font-size: 13px;
    }

        .footer .box ul li a {
            color: #666;
        }

.dati {
    position: relative;
    float: left;
    margin-right: 13%;
}

.corpo .sx .dati {
    width: 100%;
    text-align: center;
}

    .corpo .sx .dati h3 {
        width: 100%;
        clear: both;
        margin-top: 10px;
    }

.content .sx .dati p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
}

.scrollup {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 4em;
    right: 2em;
    display: none;
    text-indent: -9999px;
    background: url(../img/top_move.png) no-repeat;
    z-index: 99;
}

.dati p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
}

    .dati p a {
        color: #666666;
        text-decoration: underline;
    }

        .dati p a:hover {
            color: #231f20;
        }


.dati table {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.dati img.logo_footer {
    height: 87px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.dati table tr td {
    text-align: center;
    padding: 10px 5px;
}

    .dati table tr td img {
        height: 20px;
    }

.credits {
    font-size: 10px;
    color: #231f20;
    text-align: center;
    border-top: 1px solid #fff;
    padding: 15px;
    width: 100%;
    clear: both;
    font-weight: 600;
}


    .credits .container {
        position: relative;
    }



.intempra {
    position: absolute;
    right: 0px;
    top: -4px;
}

.articolo_home img {
    width: 25%;
    position: relative;
    float: left;
    margin-right: 20px;
}

.sx .box_news {
    margin-bottom: 20px;
    display: inline-block;
}


ul.riepilogo,
.content ul.riepilogo {
    margin: 0px;
    padding: 20px 30px 20px 20px;
}

    .content ul.riepilogo li {
        margin-bottom: 13px;
        list-style-image: none;
        list-style-type: none;
        list-style-position: inside;
        font-size: 15px;
        background-image: url(../img/bullet_big.png);
        background-repeat: no-repeat;
        background-position: 0px 1px;
        background-size: auto 25px;
        padding: 5px 10px 2px 40px;
    }

    ul.riepilogo li a {
        color: #231f20;
    }


        ul.riepilogo li a:hover {
            color: #808285;
            text-decoration: none;
        }

.corpo .ladisaascolta {
    border-top: 1px solid #dadada;
    border-bottom: none;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.content .corpo .sx, .content .corpo .dx {
    margin-top: 20px;
}

.content .corpo.articolo .sx,
.content .corpo.articolo .dx {
    margin-top: 0px;
}

.content .corpo .dx#print strong {
    color: #231f20;
}

.corpo .dx .camera_wrap {
    margin-bottom: 20px;
}

.corpo .dx p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}


.corpo.articolo .dx p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
    padding: 0px 20px;
}

.news {
    position: relative;
    float: left;
    height: 135px;
    clear: both;
    margin-top: 20px;
    border: 1px solid #f0f0f0;
    line-height: 20px;
    max-height: 135px;
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
}

    .news .testo {
        height: 107px;
        overflow: hidden;
    }

.content .dx .news .testo h2 {
    padding: 0px;
    margin-bottom: 5px;
    font-size: 15px;
}

.corpo.articolo .dx .news .testo p {
    margin-bottom: 0px;
    padding: 0px 0px;
}

.content .dx .news .testo ul li {
    font-size: 14px;
}

.content .dx .news ul {
    margin: 0px;
}

.filtraper .field_module {
    width: 300px;
    margin: 0px 10px;
}

.filtraper {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    height: 36px;
}

.fotogallery .news {
    width: 32%;
    clear: inherit;
    margin: 0.5%;
    max-height: inherit;
    height: auto;
    padding: 10px 10px 20px 10px;
    text-align: center;
    min-height: 290px;
}

    .fotogallery .news .box_img img,
    .fotogallery .news .box_img div img {
        max-height: 192px;
        max-width: 100%;
        /* max-width: inherit; */
        /* max-height: inherit; */
        height: inherit;
    }


    .fotogallery .news a {
        color: #231f20;
        font-weight: 600;
        font-size: 16px;
    }


    .fotogallery .news .box_img {
        width: 100%;
        height: 195px;
        margin: 0px;
        /* max-height: 195px; */
        margin-bottom: 20px;
        display: table;
    }

.stampa .news {
    position: relative;
    float: left;
    height: auto;
    clear: both;
    margin-bottom: 0px;
    border-top: 1px solid #f0f0f0;
    border-bottom: none;
    line-height: 20px;
    max-height: 123px;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.news .box_img {
    height: 106px;
    width: 150px;
    position: relative;
    float: left;
    background-color: white;
    margin-right: 10px;
    background-image: url(../img/img_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    display: block;
}

    .news .box_img img,
    .news .box_img div img {
        height: 109px;
        width: auto;
        max-width: inherit;
        max-height: inherit;
    }

.news a {
    color: #808286;
}

    .news a:hover {
        color: #231f20;
        text-decoration: none;
    }

.news span {
    color: #808286;
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    margin: 5px 0px;
    font-weight: 600;
}

.articolo_img img {
    width: 100%;
    margin-bottom: 0px;
}

.articolo_img {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
}

.corpo.articolo .dx .articolo_img {
    margin: 20px 0px;
    padding: 0px 20px;
}


.articolo .articolo_img a {
    /*display: grid;*/
    display:inline-block
}

h1.h1_titolo {
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
    background: #808285;
    text-align: left;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    bottom: 0px;
    font-weight: 600;
}

.content .corpo.articolo .sx h2.h2_titolo,
.content .corpo.articolo .sx h1.h2_titolo {
    color: #231f20;
    top: 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
    background: #f2f3f3;
    text-align: left;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    bottom: 0px;
    font-weight: 600;
}

.pdf {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 42px;
}


.alimentazione {
    cursor: pointer;
    margin-bottom: 20px;
    color: #2e2e2e;
    font-size: 17px;
    font-weight: normal;
    padding: 25px 15px;
    border: 1px solid #dadada;
    text-transform: uppercase;
    text-shadow: 0 1px 0 white;
    text-align: left;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 88px;
    background-image: url(../images/giornale.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}


    .alimentazione:hover {
        background-color: #dadada;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }

#ctl00_lb_messaggio {
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px;
    color: rgb(202, 0, 0);
    text-shadow: 1px 0px white;
}

.content ul.stelle_legenda li {
    list-style-type: none;
    margin-bottom: 15px;
    list-style-image: none;
    list-style-position: inside;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #666666;
    background-position: left center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.content .video {
    padding: 20px 0px;
    margin: 20px 0px;
    border-bottom: 1px solid #bcbec0;
    height: auto;
    display: inline-block;
    width: 100%;
}

.video_meta {
    width: 50%;
    float: right;
    padding: 0px 10px;
}

    .video_meta p {
    }




.content .video h1 {
    color: #231f20;
    text-transform: inherit;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.corpo .dx .video p {
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 0px;
}

.content .video iframe {
    width: 100% !important;
    height: 280px !important;
    margin-top: 0px;
}

.areadipendenti {
    color: #231f20;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0px;
}


    .areadipendenti a:hover {
        text-decoration: none;
    }


.areariservata_box #lb_messaggio {
    position: relative;
    font-weight: 600;
    color: #E00000;
    font-size: 12px;
    top: -10px;
    width: 100%;
    margin: 0px 17px;
    text-transform: uppercase;
}

.pag_datarpt_paginazione {
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
    bottom: 10px;
}

    .pag_datarpt_paginazione.selected a {
        background-color: #ccc;
        color: #fff !important;
    }


.share,
.content ul.share {
    position: relative;
    float: right;
    margin: 0px 0px 10px 0px;
    min-width: 130px;
}


    .share img {
        height: 16px;
    }


    .share .btn {
        padding: 0px;
        background: none;
        margin-bottom: 0px;
        display: block;
        color: #808285;
        text-transform: inherit;
        font-size: 14px;
        border: none;
        font-weight: 500;
    }


        .share .btn:hover {
            color: #231f20;
            background: transparent;
        }



    .share li,
    .content ul.share li {
        position: relative;
        float: right;
        list-style-type: none;
        margin: 5px;
        margin-bottom: 0px;
        list-style-image: none;
        list-style-position: inside;
        font-size: 15px;
        color: #231f20;
        background-image: none;
        padding: 0px;
    }


.news_home {
    background: #f2f3f3;
    padding: 30px 0px;
    margin-top: 20px;
}


.leggi {
    text-align: center;
}

    .leggi .btn {
        display: inline-block;
        float: inherit;
        margin: 30px 0px 0px 0px;
    }


.news_riepilogo {
    background-color: #f2f3f3;
    padding: 20px 20px 20px 20px;
}


    .news_riepilogo .leggi {
        text-align: center;
        width: 100%;
        display: inline-block;
    }


#divWG {
    margin: 20px 0px !important;
}
