<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************** STYLE NUOVA GRAFICA APRILE 2019 */

/************************************** GENERICI */
body {
    background: #222;
    overflow-x: hidden;
}

.colmask {
    background: #FFF;
    /*padding-bottom: 20px;*/
}


.bordino {
    border-left: solid 1px #E5E5E5;
    padding-bottom: 30px;
}

a {
    transition: all 0.3s;
}

    a:hover,
    a:focus {
        color: #369;
    }

h1, .h1 {
    font-weight: 700;
}

h3, .h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border-bottom: solid 1px #E5E5E5;
    background: none;
    padding: 5px 0;
    margin: 0;
}

h4, .h4 {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    background: #eee;
    border-bottom: none;
    margin: 0 -15px 15px -15px;
    padding: 15px;
}

.titolo_ufficio {
    font-size: 22px;
    border-bottom: 1px dotted #036;
    color: #036;
    margin-left: 0;
    margin-right: 0;
    background: #FFF;
    margin-top: 10.5px;
    padding: 5px 0;
}

a[href ^="mailto:"] {
    padding: 0;
    background: none;
    content: "";
}

    a[href ^="mailto:"]:before {
        content: "\f0e0";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        margin-right: 3px;
    }

.btn {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 2px !important;
    border: none;
    font-weight: bold;
}

/************************************** HEADER */
.cercabox {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .cercabox .input-group .form-control {
        border: solid 1px #CCC;
        border-right: none;
    }

    .cercabox .input-group-btn:last-child &gt; .btn,
    .cercabox .input-group-btn:last-child &gt; .btn-group {
        margin-left: -1px;
        margin-top: 0;
        border: solid 1px #CCC;
        border-top-width: 1px;
        border-top-width: 1px;
        border-left: none;
        color: #036;
        padding-top: 7px;
    }

/* menu */
.navbar-nav {
    margin-top: 0;
    text-align: center;
    float: none;
}

    .navbar-nav &gt; li {
        float: none;
    }

.nav &gt; li {
    display: inline-block;
}

.navbar-default {
    background-color: #036;
    border-top: solid 1px #036 !important;
    border-bottom: solid 1px #036 !important;
}

    .navbar-default .navbar-nav &gt; li &gt; a {
        color: #FFF;
        background-color: #036;
        border: none;
        line-height: 18px;
        margin-right: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 700;
        padding: 8px 15px;
        letter-spacing: 0.04em;
    }

        .navbar-default .navbar-nav &gt; li &gt; a:hover,
        .navbar-default .navbar-nav &gt; li &gt; a:focus {
            color: #FFF;
            background-color: #369;
            border: none;
        }

    .navbar-default .navbar-nav &gt; .active {
        border-bottom: none;
        margin-bottom: 0;
    }

        .navbar-default .navbar-nav &gt; .active &gt; a,
        .navbar-default .navbar-nav &gt; .active &gt; a:hover,
        .navbar-default .navbar-nav &gt; .active &gt; a:focus {
            color: #036;
            background-color: #FFF;
            border: none;
            border-bottom-width: 0;
            border-bottom: none;
        }


/* icona menu */
#nav-icon3 {
    width: 30px;
    height: 22px;
    position: relative;
    margin: 15px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon3 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon3 span:nth-child(2),
        #nav-icon3 span:nth-child(3) {
            top: 10px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 20px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 15px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }


.dropdown-menu {
    font-size: 14px;
}

/* megamenu */
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: #369;
    color: #FFF;
}


.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100% !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: #369 !important;
    color: #FFF !important;
    margin-top: 0 !important;
    border: none;
}

    .mega-dropdown-menu &gt; li &gt; ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu &gt; li &gt; ul &gt; li {
            list-style: none;
        }

            .mega-dropdown-menu &gt; li &gt; ul &gt; li &gt; a {
                display: block;
                color: #FFF;
                padding: 3px 5px;
                font-size: 14px;
            }

    .mega-dropdown-menu &gt; li ul &gt; li &gt; a:hover,
    .mega-dropdown-menu &gt; li ul &gt; li &gt; a:focus {
        text-decoration: underline;
        color: #FFF;
        background-color: #369 !important;
    }

    .mega-dropdown-menu .dropdown-header {
    }


.breadcrumb {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 5px 15px;
    background: #EEE;
    border-bottom: none;
}

.breadcrumbWhite {
    background: #FFF;
    border-bottom: solid 1px #E5E5E5;
}


/************************************** FOOTER */
footer {
    background: #222;
    color: #FFF;
    border-top: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    footer a {
        color: #FFF;
    }

        footer a:hover,
        footer a:focus {
            color: #BBB;
            text-decoration: none;
        }

    footer .btn-link:hover,
    footer .btn-link:focus {
        color: #BBB;
        text-decoration: underline;
        background-color: transparent;
    }

    footer hr {
        border-top: 1px solid #555;
    }

    footer .link-footer a {
        padding: 20px 10px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.04em;
    }

        footer .link-footer a:hover,
        footer .link-footer a:focus {
            color: #BBB;
            text-decoration: none;
        }

    /* parte superiore footer */
    footer .contattiRecapiti {
        background: #525252;
        margin-bottom: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        footer .contattiRecapiti h1 {
            font-size: 28px;
            color: #FFF;
            margin-top: 0;
            margin-bottom: 30px;
        }

/*footer .contattiRecapiti .last {
            text-align: right;
        }*/


/************************************** HOMEPAGE */
.contenitoreFoto {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 40px;
    background: url('../images/smcv.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}

/* banner homepage */
.bottoniHome {
    /*padding-top: 50px;
    padding-bottom: 40px;*/
}

    .bottoniHome a {
        border: none;
        width: 100%;
        height: 75px;
        font-size: 16px;
        font-weight: bold;
        display: table;
        padding: 10px;
    }

    .bottoniHome .fas,
    .bottoniHome .fab {
        font-size: 28px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 40px;
    }

    .bottoniHome span {
        display: table-cell;
        vertical-align: middle;
        line-height: 18px;
        text-align: left;
        padding-left: 10px;
    }

    /* banner bianchi */
    .bottoniHome .btnHomeWhite {
        background: rgba(255, 255, 255, 0.75);
        color: #036;
        margin-bottom: 10px;
    }

        .bottoniHome .btnHomeWhite:hover,
        .bottoniHome .btnHomeWhite:focus {
            text-decoration: none;
            background: rgba(255, 255, 255, 1);
        }

    /* banner celesti */
    .bottoniHome .btnHomeCeleste {
        background: #3498db;
        color: #FFF;
        margin-bottom: 30px;
    }

        .bottoniHome .btnHomeCeleste:hover,
        .bottoniHome .btnHomeCeleste:focus {
            text-decoration: none;
            background: #5cb3ed;
        }

    /* banner blu */
    .bottoniHome .btnHomeBlu {
        background: #003366;
        color: #FFF;
        margin-bottom: 30px;
    }

        .bottoniHome .btnHomeBlu:hover,
        .bottoniHome .btnHomeBlu:focus {
            text-decoration: none;
            background: #369;
        }

/* banner custom */
/*.bottoniHome .telegram {
        background: #2399A3;
    }
    .bottoniHome .telegram:hover {
        background: #2399A3;
    }

    .bottoniHome .telegram {
        background: rgba(52, 152, 219, 0.8);
        color: #fff;
    }

        .bottoniHome .telegram:hover {
            text-decoration: none;
            background: rgba(52, 152, 219, 1);
            color: #fff;
        }*/


/* sezioni */
section.home {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

    section.home:nth-child(even) {
        background: #FFF;
    }

    section.home:nth-child(odd) {
        background: #EEE;
    }

    section.home h1 {
        font-size: 28px;
        color: #222;
        margin-top: 0;
        margin-bottom: 30px;
    }

a.btnArchivioNews {
    position: absolute;
    right: 15px;
    top: 0;
    content: "";
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #036;
}

    a.btnArchivioNews:hover,
    a.btnArchivioNews:focus {
        color: #369;
        text-decoration: none;
    }

    a.btnArchivioNews:before {
        font-family: "Font Awesome 5 Free";
        speak: none;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin-right: 5px;
        font-size: 18px;
        text-align: center;
        content: "\f101";
        color: #888;
    }

/* news */
.row-news {
    margin-left: -30px;
    margin-right: -30px;
}

.newsHome {
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 15px;
    border: none;
}

    .newsHome .news {
        width: 25%;
        display: table-cell;
        border: none;
    }

    .newsHome .newsWhite {
        background: #FFF;
    }

    .newsHome .newsGray {
        background: #EEE;
    }

    .newsHome .news-body {
        padding: 15px;
    }

        .newsHome .news-body p {
            font-size: 14px;
        }

        .newsHome .news-body .data {
            font-weight: bold;
        }

        .newsHome .news-body h3 {
            font-size: 18px;
            color: #3498db;
            border-bottom: none;
        }

/* archivio news */
.well_news {
    padding: 15px 5px;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: none;
    background: #EEE;
    font-size: 14px;
}

.newsTitle {
    margin-left: 13px;
    margin-right: 13px;
}

.allegati {
    margin-top: 10px;
    margin-left: 13px;
    margin-right: 13px;
}

.contNews {
    margin-left: 0;
    margin-right: 0;
}

/* link utili */
.linkUtili ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .linkUtili ul li {
        list-style-type: none;
        content: "";
        font-weight: bold;
        font-size: 16px;
        color: #036;
        display: table;
    }

        .linkUtili ul li:before {
            font-family: "Font Awesome 5 Free";
            speak: none;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            padding-right: 5px;
            font-size: 18px;
            text-align: center;
            content: "\f101";
            color: #888;
            display: table-cell;
        }

        .linkUtili ul li a {
            color: #036;
        }

            .linkUtili ul li a:hover,
            .linkUtili ul li a:focus {
                color: #369;
                text-decoration: none;
            }


/************************************** HOMEPAGE CON SLIDE */
.simple-slider {
    overflow: hidden;
    position: relative;
    height: 560px;
}

    .simple-slider .slider-wrapper {
        height: 100%;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
        transition-timing-function: cubic-bezier(.7, 0, .3, 1)
    }

    .simple-slider .slider-slide {
        background-size: cover;
        background-position: center;
        height: 100%;
        float: left
    }

    .simple-slider .slider-pagination {
        text-align: center;
        width: 100%;
        bottom: 0;
        position: absolute
    }

        .simple-slider .slider-pagination .pagination-bullet {
            display: inline-block;
            cursor: pointer;
            width: 30px;
            height: 15px;
            margin: 10px;
            background-color: #3498db;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

            .simple-slider .slider-pagination .pagination-bullet.is-active {
                background-color: #fff;
            }

    .simple-slider .slider-btn {
        width: 30px;
        height: 50px;
        top: 50%;
        cursor: pointer;
        background-repeat: no-repeat;
        position: absolute;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

        .simple-slider .slider-btn.slider-btn-prev {
            left: 20px;
            background-image: url(../img/prev.svg);
            background-position: left
        }

        .simple-slider .slider-btn.slider-btn-next {
            right: 20px;
            background-image: url(../img/next.svg);
            background-position: right
        }

.bottoniSlide {
    position: absolute;
    top: 15px;
}


/************************************** PAGINE INTERNE */
.ListaSezioni li,
#tabelle_Formattate ul.ListaSezioni li {
    border-bottom: none;
    position: relative;
    padding: 5px 8px;
}

    .ListaSezioni li a {
        content: "";
    }

        .ListaSezioni li a:after {
            font-family: "Font Awesome 5 Free";
            speak: none;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: "\f101";
            position: absolute;
            right: 10px;
            font-size: 16px;
            font-weight: bold;
        }

.riquadro_incarico_magistrato li,
.riquadro_info_sezione li {
    margin-left: 15px;
}

#div_Giuris_Gruppo table th {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
    border: solid 1px #036;
}

#div_Giuris_Gruppo table td {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 1px #E5E5E5;
}

.table-bordered &gt; tbody &gt; tr &gt; td {
    border: solid 1px #E5E5E5;
}

.mappa_google {
    width: 100%;
    padding: 0;
}


/* menu sinistro */
ul.menu-list li {
    border-bottom: solid 1px #E5E5E5;
    transition: all 0.3s;
}

    ul.menu-list li a {
        padding: 8px;
        font-size: 14px;
    }

        ul.menu-list li a:hover {
            background-color: #036;
            color: #FFF;
        }

    ul.menu-list li:hover {
        border-bottom: 1px solid #036;
    }


.campi_testo {
    vertical-align: middle;
}

.cerca_nel_sito {
    margin-top: 30px;
}


/************************************** COME FARE PER */
#header_cfp {
    border: none;
    border-bottom: none;
    float: none;
    margin: 0;
    padding: 0;
}

    #header_cfp ul {
        margin: 0;
        margin-top: 15px;
        padding: 0;
        position: relative;
        z-index: 700;
        border: none;
    }

        #header_cfp ul li {
            display: inline-block;
            margin: 0 8px 0 0;
            padding: 0;
            border: none;
        }

            #header_cfp ul li a {
                display: block;
                float: none;
                margin: 0;
                padding: 10px 15px;
                border: solid 1px #036;
                border-bottom: none;
                font-size: 12px;
                font-weight: bold;
            }

                #header_cfp ul li a.active, #header_cfp ul li a.active:hover {
                    border: solid 1px #036;
                }

.cfp-title {
    margin-top: -25px;
    margin-bottom: 30px;
    padding: 10px;
    display: block;
    font-size: 16px;
    position: relative;
    z-index: 800;
}

.cfp-table-title {
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    background: transparent;
}


/************************************** RESPONSIVE */
@media (max-width: 767px) {
    .cercabox {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .navbar-nav {
        text-align: left;
        width: 100%;
        margin: auto;
        margin-top: 1px;
    }

    .navbar-default .navbar-nav &gt; li &gt; a {
        font-size: 14px;
    }

    .navbar-default .nav &gt; li {
        display: block;
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu &gt; li &gt; a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 10px;
    }

    .mega-dropdown-menu {
        padding: 0;
    }

        .mega-dropdown-menu li {
            margin-left: -7.5px;
            margin-right: -7.5px;
            position: relative;
        }

        .mega-dropdown-menu &gt; li &gt; ul &gt; li &gt; a {
            color: #FFF;
            padding: 5px 10px;
            line-height: 20px;
            font-size: 14px;
        }

        .mega-dropdown-menu &gt; li ul &gt; li &gt; a:hover,
        .mega-dropdown-menu &gt; li ul &gt; li &gt; a:focus {
            text-decoration: none;
            color: #036 !important;
            background-color: #CCC !important;
        }

    .mega-dropdown .caret {
        position: absolute;
        right: 10px;
        top: 17px;
        display: block;
    }

    .mega-dropdown-menu .text-center {
        text-align: left !important;
    }

    h4, .h4 {
        font-size: 24px;
        padding: 10px;
        margin-top: 0;
    }

    footer .contattiRecapiti .last {
        text-align: left;
        margin-top: 10px;
    }

    footer .contattiRecapiti p {
        margin-bottom: 0;
    }

    .contenitoreFoto {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .bottoniHome {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .bottoniHome .btnHomeCeleste,
        .bottoniHome .btnHomeBlu {
            margin-bottom: 10px;
        }

    section.home,
    footer .contattiRecapiti {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        section.home h1,
        footer .contattiRecapiti h1 {
            font-size: 24px;
            margin-bottom: 15px;
        }

    a.btnArchivioNews {
        position: relative;
        right: 0;
        top: 0;
        margin-left: 0;
    }

    .row-news {
        margin-left: -15px;
        margin-right: -15px;
    }

    .newsHome .news {
        width: 100%;
        display: block;
        border: none;
        margin-bottom: 10px;
    }

    .simple-slider .slider-pagination {
        display: none;
    }

    .bottoniSlide {
        position: absolute;
        width: 100%;
    }

    .breadcrumbWhite {
        background: #EEE;
        border-bottom: none;
    }

    .bordino {
        border-left: none;
        padding-bottom: 15px;
    }
}

/************************************** HOMEPAGE CON SLIDE */
.simple-slider {
    overflow: hidden;
    position: relative;
    height: 560px;
}

    .simple-slider .slider-wrapper {
        height: 100%;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
        transition-timing-function: cubic-bezier(.7, 0, .3, 1)
    }

    .simple-slider .slider-slide {
        background-size: cover;
        background-position: center;
        height: 100%;
        float: left
    }

    .simple-slider .slider-pagination {
        text-align: center;
        width: 100%;
        bottom: 0;
        position: absolute
    }

        .simple-slider .slider-pagination .pagination-bullet {
            display: inline-block;
            cursor: pointer;
            width: 30px;
            height: 15px;
            margin: 10px;
            background-color: #3498db;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

            .simple-slider .slider-pagination .pagination-bullet.is-active {
                background-color: #fff;
            }

    .simple-slider .slider-btn {
        width: 30px;
        height: 50px;
        top: 50%;
        cursor: pointer;
        background-repeat: no-repeat;
        position: absolute;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

        .simple-slider .slider-btn.slider-btn-prev {
            left: 20px;
            background-image: url(../img/prev.svg);
            background-position: left
        }

        .simple-slider .slider-btn.slider-btn-next {
            right: 20px;
            background-image: url(../img/next.svg);
            background-position: right
        }

.bottoniSlide {
    position: absolute;
    top: 15px;
}

@media (max-width: 767px) {
    .simple-slider .slider-pagination {
        display: none;
    }

    .bottoniSlide {
        position: absolute;
        width: 100%;
    }
    
    .btnSalaAste2 {
        white-space: normal;
    }
}
</pre></body></html>