/* Add Google WebFonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

.newsletter {
    background-color: #0E5B31;
    height: auto;
    overflow: auto;
    padding-bottom: 1em;
    margin-bottom: 1em;
    padding: 10px;
}

.corpo .newsletter p {
    font-size: 13px;
    color: white;
    line-height: 19px;
    margin-bottom: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    padding-top: 0.5em;
}

.logo div.prince {
    line-height: 18px;
    /*margin-top: 1em;*/
    display: none
}

    .logo div.prince h1 {
        font-size: 50px;
        font-weight: 700;
        color: #0E5B31;
        position: relative;
        float: left;
        margin-right: 10px;
    }

    .logo div.prince h2 {
        color: #004698;
        font-size: 14px;
        font-weight: 600;
        line-height: inherit;
        margin-top: 1em;
        position: relative;
        float: left;
    }

    .logo div.prince a {
        color: #0E5B31;
    }

.newsletter .label_check {
    color: white;
    font-size: 12px;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 0.5em;
}

    .newsletter .label_check a {
        color: white;
    }

    .newsletter .label_check input {
        /*left: 1em;*/
        top: 3px;
    }

.newsletter .cerca {
    margin-left: 1em;
    margin-right: 1em;
    width: calc(100% - 2em);
    margin-bottom: 0.5em;
}

h3 {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 700;
}

* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
}

.barra_sup {
    width: 100%;
    background-color: #333;
    color: white;
    padding: 5px;
    font-size: 12px;
}

    .barra_sup span {
        color: #3DB36A;
        font-size: 18px;
        position: relative;
        margin-left: 5px;
        margin-right: 5px;
        top: 3px;
    }

    .barra_sup a {
        color: white;
    }

        .barra_sup a:hover {
            color: #0E5B31;
        }

    .barra_sup .login {
        width: 50%;
        position: relative;
        float: left;
        height: auto;
        overflow: hidden;
        display: none;
    }

    .barra_sup .lingua {
        width: 50%;
        position: relative;
        float: right;
        text-align: right;
        height: auto;
        overflow: hidden;
    }

header {
    height: auto;
    margin-bottom: 20px;
}

div#header {
    height: auto;
    background-color: #f1f1f1;
    padding-top: 1em;
}

#header .logo img {
    height: 90px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.logo {
    width: 70%;
    position: relative;
    float: left;
}

    .logo div {
        width: 100%;
        min-height: 60px;
    }

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #333;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #3DB36A;
}

p {
    font-size: 15px;
    color: #333;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #333;
        text-decoration: none;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }
.corpo a {
    text-decoration: underline;
}
    .corpo a:hover {
        color: #3DB36A;
    }
::selection {
    background: #DEDEDE; /* Safari */
}

::-moz-selection {
    background: #DEDEDE; /* Firefox */
}

input:focus {
    outline: none;
}

ul li {
    list-style-image: none;
    list-style-type: none;
}

img {
    border: none;
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    text-decoration: none;
    background-color: #3DB36A;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: center;
    margin: 0px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 2px;
    display: inline-block;
}

    .btn:hover {
        text-decoration: none;
        background-color: #333;
        color: #fff;
    }

.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: auto;
}

.clear {
    clear: both;
}

div#wrapper {
    min-height: 100%;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

div#content {
    /*padding-bottom: 75px;*/
    padding-bottom: 90px;
    background-color: white;
    overflow: auto;
    clear: both;
}

div#footer {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0px;
    margin-top: 2em;
    border-top: 5px solid #333;
    padding: 20px;
    color: white;
    background: #333333;
}

.sede_footer {
    position: relative;
    float: left;
    width: 60%;
    padding-right: 1em;
    font-size: 1.5em;
    font-weight: 600;
    color: #696969;
    line-height: 1.6em;
}

    .sede_footer img {
        position: relative;
        float: left;
        height: 200px;
        margin-right: 1.5em;
    }

    .sede_footer span {
        color: #0E5B31;
        text-transform: uppercase;
        font-weight: 700;
    }

.mappa_footer {
    position: relative;
    float: right;
    width: 30%;
}

    .mappa_footer iframe {
        height: 200px;
        width: 100%;
        border: 3px solid white;
    }

.credits {
    text-align: center;
    color: #aaa;
    width: 100%;
}

    .credits strong {
        font-weight: 700;
        color: white;
    }
/*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: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.field_module {
    background: white;
    position: relative;
    height: 35px !important;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    width: 100%;
    overflow: auto;
    -moz-box-shadow: inset 2px 3px 3px #f5f4f4;
    -webkit-box-shadow: inset 2px 3px 3px #f5f4f4;
    box-shadow: inset 2px 3px 3px #f5f4f4;
    padding-right: 10;
    padding-left: 10px;
    color: #333;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field_note {
    border: 1px solid #e3e3e3;
    background: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    height: 200px !important;
    overflow: auto;
    -moz-box-shadow: inset 2px 3px 3px #f5f4f4;
    -webkit-box-shadow: inset 2px 3px 3px #f5f4f4;
    box-shadow: inset 2px 3px 3px #f5f4f4;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-size: 13px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.label_check a {
    color: #333;
    text-decoration: underline;
    font-weight: 600;
}

.label_check input {
    position: relative;
    float: left;
    margin-right: 5px;
    top: 2px;
}

.label_module {
    float: left;
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.alert {
    color: #7E7E7E;
    line-height: 20px;
    font-size: 11px;
}

.campo_form {
    width: 50%;
    padding-bottom: 0.5em;
    position: relative;
    float: left;
    padding-right: 1em;
}

.header_dx {
    float: right;
    width: 26%;
    position: relative;
    text-align: right;
}

    .header_dx span {
        font-weight: 800;
        text-transform: uppercase;
        color: #2CAD3C;
        font-size: 1em;
    }

    .header_dx a {
        font-size: 1.3em;
        font-weight: 600;
    }

.cerca {
    float: right;
    padding: 5px;
    position: relative;
    background: white;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
}

    .cerca input[type="text"] {
        border: none;
        color: #938e8e;
        font-family: "Open Sans", sans-serif;
        background-color: transparent;
        padding: 5px;
        width: calc(100% - 20px);
        position: relative;
        float: left;
    }

    .cerca input[type="image"] {
        position: relative;
        top: 4px;
        right: 3px;
    }

.header_dx table {
    position: relative;
    float: right;
    margin-top: 20px;
}

    .header_dx table img {
        width: 35px;
    }

.white {
    background-color: white;
}

.gray {
    background-color: #f1f1f1;
    padding-top: 3em;
    padding-bottom: 3em;
}

.centro {
    padding-top: 3em;
    padding-bottom: 3em;
}

    .gray h1, .centro h1 {
        color: #0E5B31;
        font-size: 2.5em;
        text-shadow: 0 1px 0 white;
    }

.gray .dx h1 {
    margin-bottom: 1em;
}

.gray .sx h1 {
    margin-top: 0.2em;
    margin-bottom: 1em;
}

.gray ul {
}

    .gray ul li {
        font-weight: 600;
        background-image: url(../img/bullet.png);
        background-repeat: no-repeat;
        background-position: left 0.4em;
        padding-left: 24px;
        margin-bottom: 10px;
        font-size: 1.1em;
    }

        .gray ul li a {
            color: #666;
        }

.gray .dx {
    background-color: #dedede;
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 0em;
}

.dx {
    position: relative;
    float: right;
    width: 48%;
}

.sx {
    position: relative;
    float: left;
    width: 48%;
}

.corpo .dx {
    width: 30%;
    margin-top: 4em;
}

.corpo .sx {
    width: 70%;
    padding-right: 2em;
    margin-top: 4em;
    margin-bottom: 20px;
}

    .corpo .sx.full {
        width: 100%;
        padding: 0em;
        margin: 30px 0px;
    }

.corpo .btn {
    /* width: auto; */
    /* font-size: 2em; */
    /* padding: 0.2em; */
    /* padding-left: 1em; */
    /* padding-right: 1em; */
    /* margin-top: 1em; */
}

.dx.home img {
    width: 100%;
}

.sx.home, .dx.home {
    width: 100%;
    margin: 30px 0px;
}

    .sx.home h1 {
        color: #0E5B31;
        display: inline-block;
        width: 100%;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .sx.home h2 {
        font-size: 18px;
        margin: 20px 0px;
        display: inline-block;
        width: 100%;
    }

    .sx.home p {
    }

    .sx.home img {
        margin: 0.2em;
    }

        .sx.home img:hover {
            margin: 0.2em;
            transform: rotate(360deg);
            -ms-transform: rotate(360deg); /* IE 9 */
            -webkit-transform: rotate(360deg); /* Opera, Chrome, and Safari */
            -moz-transition: all 1s linear 0s;
            -webkit-transition: all 1s linear 0s;
            -o-transition: all 1s linear 0s;
        }
/* modulo info */
/* modulo sx contatti */
.field_sx {
    width: 100%;
    height: auto;
    margin: 0px;
    margin-bottom: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    background: white;
    padding: 0.7em;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #666;
}

.info form, .info .form {
    width: 100%;
    margin: 0px;
    margin-top: 5px;
    clear: both;
    margin-bottom: 0px !important;
}

.info {
    width: 100%;
    padding: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f1f1;
}

    .info .cleared {
        float: none;
        clear: both;
        margin: 0px !important;
        padding: 0;
        border: none;
        font-size: 1px;
    }

    .info h1 {
        font-size: 3em;
        text-shadow: 0 1px 0 white;
        text-transform: uppercase;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }

    .info h2 {
        font-size: 2.2em;
        text-shadow: 0 1px 0 white;
        text-transform: uppercase;
        text-align: center;
        top: -12px;
        position: relative;
        margin-bottom: 0.5em;
        border-bottom: 1px solid #ccc;
        padding-bottom: 0.5em;
    }

    .info .btn {
        width: 100%;
        font-size: 2em;
        padding: 0.2em;
    }

.label {
    font-size: 0.8em;
    color: #666;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 600;
}

input[type="checkbox"] {
    position: relative;
    top: 2px;
    float: left;
    margin-right: 5px;
}

.all {
    text-align: right;
    text-transform: uppercase;
    color: #333;
    font-weight: 800;
    font-size: 1.5em;
    margin-top: 3em;
}

    .all a {
        color: #333;
    }

.highlights {
    height: auto;
    margin-bottom: 1em;
    max-height: 170px;
    overflow: hidden;
}

.img_news {
    height: 100px;
    width: 100px;
    display: table;
    position: relative;
    float: left;
    margin-right: 1em;
    background: white;
}

    .img_news div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .img_news div img {
            max-height: 100px;
            max-width: 100px;
            border: none;
        }

.testo_news {
    max-height: 165px;
    overflow: hidden;
}

.corpo .sx .testo_news h2 {
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-style: italic;
}

.testo_news h1 {
    font-size: 1em;
    text-shadow: none;
    font-weight: 600;
    color: #666;
    margin-bottom: 0.3em !important;
}
/* news */
.news_home {
    width: 220px;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

.new {
    text-align: center;
    position: relative;
    padding: 0px 15px 30px;
}

.data {
    text-align: center;
    margin-bottom: 2em;
}

.giorno {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 3em;
    color: #666;
    margin-top: 0.1em;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    line-height: 1em;
}

.mese {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #666;
    margin-top: 2px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.testo {
    margin-top: 41px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.more_btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    margin-top: 2em;
}

.new:hover .giorno {
    color: #3DB36A;
}

.new:hover .mese {
    color: #3DB36A;
}

.new:hover {
    color: #666;
}

    .new:hover .more_btn {
        color: #3DB36A;
    }

.giorno {
    color: #0E5B31;
}

.mese {
    color: #0E5B31;
}

.testo {
    color: #333;
    height: 125px;
    overflow: hidden;
    margin-top: 2em;
    margin-bottom: 1em;
}

.vline:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 100%;
    right: -12px;
    top: 0;
    background: #e2e0e0;
}

.box_news {
    background-color: #F7F7F7;
    margin-top: 4em;
}

.highlights_sx {
    background-color: #c6c6c6;
    overflow: auto;
}

    .highlights_sx .img_news {
        background: #dcdcdc;
    }

    .highlights_sx .testo_news h1 {
        color: #494949;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        max-height: 72px;
        font-size: 1em;
    }

    .highlights_sx .testo_news a {
        color: #000;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .highlights_sx .testo_news {
        max-height: 98px;
        overflow: hidden;
    }

    .highlights_sx .highlights {
        margin: 1em;
    }

.corpo .highlights_sx .titolo, .newsletter h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0.5em;
    border-bottom: 1px solid white;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    text-align: center;
}

.riepilogo {
    background-color: #f1f1f1;
    overflow: auto;
}

.corpo .riepilogo ul li a {
    color: #333;
    font-weight: 600; /* text-transform: uppercase; */
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 0px;
    background-image: url(../img/bullet_riepilogo.png);
    background-repeat: no-repeat;
    background-position: 14px 12px;
    padding-left: 36px;
    text-decoration: none;
}

.corpo .riepilogo ul li {
    border-bottom: 1px solid white;
}

.corpo .riepilogo ul {
    margin: 0px;
}

.corpo .riepilogo h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0.5em;
    border-bottom: 1px solid white;
    color: #0e5b31;
    font-size: 1.5em;
}

.corpo .sx h1 {
    color: #0E5B31;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 13px;
    font-size: 28px;
}

.corpo .sx h2 {
    /*font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 3em;
    font-style: italic;*/
}

.corpo .sx img {
    width: auto;
    max-width: 100%;
    margin-bottom: 3em;
}

.corpo p {
    color: #424242;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
}

    .corpo p strong {
        color: #212121;
    }

.corpo .sx ul li, .sx ul li {
    color: #333;
    font-weight: 600;
    line-height: 1.7em;
    font-size: 1em;
    margin-bottom: 0.8em;
    padding-left: 20px;
    background-image: url(../img/bullet_corpo.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.corpo .sx ul {
    margin-top: 2em;
    margin-bottom: 2em;
}

hr {
    height: 1px;
    background: #0E5B31;
    width: 100%;
    position: relative;
    clear: both;
    margin-top: 3em;
    margin-bottom: 1em;
    border: none;
}

.pathway {
    font-size: 1em;
    color: #0E5B31;
    width: 70%;
    position: relative;
    float: left;
    font-weight: 600;
    margin-bottom: 1em;
}

    .pathway a {
        font-weight: normal;
        color: #666;
    }

        .pathway a:hover {
            text-decoration: none;
        }

        .pathway a span {
            color: #333;
        }

form#mod {
    margin-top: 2em;
}
/* box login */
.boxdettaglio.login {
    margin-top: 0em;
    border: none;
    padding: 2em;
    padding-top: 0em;
    height: auto !important;
    min-height: 270px;
    border-right: 1px solid #e2e0e0;
}

    .boxdettaglio.login.last {
        border-right: none;
    }

.boxdettaglio.sx {
    color: #3e454c;
    position: relative;
    float: left;
}

.boxdettaglio.dx {
    position: relative;
    float: right;
}

.boxdettaglio {
    width: 50% !important;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2em;
}

    .boxdettaglio .btn {
        position: absolute;
        bottom: 0px;
        left: 1em;
        font-size: 1.5em;
    }

.corpo .boxdettaglio h1 {
    margin-bottom: 1em;
}
/* riepilogo news */
.corpo .sx .img_news div img {
    max-height: 100px;
    max-width: 100px;
    border: none;
    margin-bottom: 0em;
}

.corpo .sx .img_news {
}

.riepilogo_news {
    width: 100%;
    height: auto;
    border-top: 1px solid #e2e0e0;
    padding: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    overflow: auto;
}

    .riepilogo_news h1 {
        font-size: 1.2em !important;
    }

    .riepilogo_news .testo_news {
        max-height: inherit;
    }

        .riepilogo_news .testo_news h1 a {
            font-size: 1em;
            text-shadow: none;
            font-weight: 700;
            color: #666;
            margin-bottom: 0.3em !important;
        }

    .riepilogo_news .img_news div {
        vertical-align: inherit;
    }

#content ul.partnership {
    position: relative;
    width: 100%;
    height: auto;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 2em;
}

    #content ul.partnership a {
        text-decoration: none;
    }

    #content ul.partnership li {
        float: left;
        height: 290px;
        width: 202px;
        position: relative;
        margin: 5px;
        border: 1px solid #DFDFDF;
        padding: 5px;
    }

.partnership_img, .news_img {
    height: 120px;
    width: 100%;
    border: 1px solid #DFDFDF;
    background: white;
}

    .corpo .sx .partnership_img img, .news_img img {
        max-width: 100%;
        max-height: 120px;
        text-align: center;
        width: auto;
    }

#content ul.partnership li {
    background-image: none !important;
    width: 48%;
    margin-bottom: 2em;
}

    #content ul.partnership li h1 {
        color: #0E5B31;
        text-align: center;
        padding: 0px;
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        font-size: 1.5em;
    }

        #content ul.partnership li h1 a {
            color: #0E5B31;
        }

            #content ul.partnership li h1 a:hover {
                color: #3DB36A;
            }

    #content ul.partnership li p {
        color: rgb(133, 132, 132);
        padding: 5px;
        margin: 0px;
        max-height: 68px;
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

.partnership_logo {
    height: 150px;
    width: 100%;
    display: table;
}

    .partnership_logo div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.sx table {
    width: 100%;
    border-right: 1px solid #bebebe;
    text-align: center;
    margin-bottom: 2em;
    border-top: 1px solid #bebebe;
}

    .sx table tr td {
        padding: 10px;
        border-bottom: 1px solid #bebebe;
        border-left: 1px solid #bebebe;
        font-size: 13px;
        color: black;
    }

    .sx table tr th {
        font-size: 16px;
        background-color: #f1f1f1;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid #bebebe;
        border-left: 1px solid #bebebe;
        font-weight: 600;
        color: #666;
        padding: 10px;
    }

    .sx table .color1 {
        color: white;
        background-color: #6C3;
        font-weight: 600;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
        font-size: 14px;
        border-bottom: 1px solid #FFFFFF;
    }

    .sx table .color2 {
        color: #FFF;
        background-color: #FFBE00;
        font-weight: 600;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
        font-size: 14px;
        border-bottom: 1px solid #FFFFFF;
    }

    .sx table .color3 {
        color: white;
        background-color: #F33;
        font-weight: 600;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
        font-size: 14px;
        border-bottom: 1px solid #FFFFFF;
    }

    .sx table .color4 {
        color: white;
        background-color: rgba(0, 122, 185, 0.65);
        font-weight: 600;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
        font-size: 14px;
        border-bottom: 1px solid #FFFFFF;
    }

    .sx table .color5 {
        color: white;
        background-color: #0E5B31;
        font-weight: 600;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
        font-size: 14px;
        border-bottom: 1px solid #FFFFFF;
    }

    .sx table .color6 {
        color: #333;
        background-color: rgba(0, 122, 185, 0.2);
        font-weight: 600;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
        font-size: 14px;
        border-bottom: 1px solid #FFFFFF;
    }

.special {
    font-size: 37px;
    position: absolute;
    margin-left: -18px;
    margin-top: -16px;
}
/*modulo contatti messaggi di errore*/
input[type="text"].obbligatorio, textarea.obbligatorio, .field_module.obbligatorio {
    background-color: #fcc !important;
}

label.obbligatorio {
    color: #f00 !important;
    /*font-weight: bold;*/
}

    label.obbligatorio a {
        color: #f00 !important;
        /*font-weight: bold;*/
    }

.header_dx a.btn {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
}

.gallery {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.gallery img,
.corpo .sx .gallery img {
    width: auto;
    height: 100%;
    max-width: inherit;
}

.gallery a {
    height: 200px;
    display: inline-block;
    overflow: hidden;
    width: 31%;
    position: relative;
    float: left;
    margin: 1%;
    border: 1px solid #ccc;
    padding: 6px;
    text-align: center;
}


.allegato a {
font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    text-decoration: none;
    background-color: #3DB36A;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: center;
    margin: 0px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 2px;
    display: inline-block;
    padding-left: 35px;
    background-image: url(../img/pdf.png);
    background-repeat: no-repeat;
    background-position: 12px 13px;
}

.allegato a:hover {  
    color: white;
   }
   
.allegato a:before {
   content: 'Visualizza ';
}