@font-face {
    font-family: "pathemafont";
    src: url("fonts/pathemafont.eot");
    src: url("fonts/pathemafont.eot?#iefix") format("embedded-opentype"), url("fonts/pathemafont.woff") format("woff"), url("fonts/pathemafont.ttf") format("truetype"), url("fonts/pathemafont.svg#pathemafont") format("svg");
    font-weight: normal;
    font-style: normal
}

.checkbox-custom {
    margin: auto !important;
}

.link_garante {
    font-weight: 600;
}

.width2 {
    width: 2%;
}

.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width18 {
    width: 18%;
}

.width20 {
    width: 20%;
}

.width30 {
    width: 30%;
}

.width43 {
    width: 43%;
}

.width48 {
    width: 48%;
}

.width50 {
    width: 50%;
}

.width70 {
    width: 70%;
}

.width78 {
    width: 78%;
}

.menu-footer {
  color: white;
}

.menu-footer a {
  color: white
}

.menu-footer a:hover {
  color: #c6cace;
}

.txt-grigio-chiaro {
    color: #c6cace;
}

.footerBottom {
    padding-bottom: 160px;
    display: block;
    position: relative;
    min-height: 100vh;
}

.blocco_centrale_ricerca_ente {
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    width: 98%;
    margin: auto;
}



/**** AUTOCERTIFICAZIONE ****/
.certTele .certBox {
    margin-top: 15px;
    padding: 15px !important;
    background-color: white;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4) !important;
    position: relative;
    color: #2980b9;
}

.certTele .certBox .boxTextLink {
    text-decoration: none !important;
    color: #2980b9;
}

.certTele .certBox .boxText {
    font-size: 24px;
    color: #2980b9;
    font-weight: bold;
    margin-top: -5px;
}

.certTele .post-title {
    padding: 0 0 15px 0;
    margin: -10px 0 0 0;
}

.certTele .post-subtitle {
    margin: -15px 0 15px 0;
    padding-bottom: 15px;
}



/**** NAVIGATOR ALBO ****/
.icona-banner {
    font-size: 1.5em;
    display: block;
    float: left;
    margin: 10px 0px 0px 5px;
}

.bannerTitolo {
    display: block;
    font-weight: bold;
    padding-left: 40px;
}

.bannerDesc {
    font-size: 0.8em;
    padding-left: 40px;
    display: block;
}

.aBannerHome {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #0C6596;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    margin: 10px 0px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.aBannerHome:hover {
    text-decoration: none;
    color: #FFFFFF !important;
    background-color: #222222;
}

.aBannerHome:visited {
    text-decoration: none;
    color: #FFFFFF !important;
    background-color: #222222;
}

.aBannerHome:focus {
    text-decoration: none;
    color: #FFFFFF !important;
    background-color: #222222;
}

.divAllegatiAlbo {
    width: 211px;
    height: auto;
    position: relative;
    display: block;
    height: 1%;
    padding: 9px 5px 7px 40px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: none;
    border-left: 1px solid #CCCCCC;
    background: url(../img/infoAlbo/allegati.gif) 9px 9px no-repeat;
    background-color: #EEEEEE;
    text-align: left;
    font-weight: 300;
    text-transform: none;
    white-space: normal;
    line-height: 1.5;
}

.divAllegatiAlboSeparatore {
    width: auto;
    height: auto;
    position: relative;
    display: block;
    height: 1%;
    margin: -1px 0px 0px 210px;
    padding: 0px 0px 0px 0px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
    border-left: none;
    background-color: #EEEEEE;
    text-align: left;
    font-weight: 300;
    text-transform: none;
    white-space: normal;
    line-height: 1.5;
}

.divAllegatiAlboSeparatoreFooter {
    width: auto;
    height: auto;
    position: relative;
    display: block;
    height: 1%;
    padding: 0px 0px 0px 0px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
    border-left: none;
    background-color: #EEEEEE;
    text-align: left;
    font-weight: 300;
    text-transform: none;
    white-space: normal;
    line-height: 1.5;
}

.divAllegatiAlboItem {
    width: auto;
    height: auto;
    position: relative;
    display: block;
    height: 1%;
    padding: 5px 5px 5px 25px;
    border-top: none;
    border-right: 1px solid #CCCCCC;
    border-bottom: none;
    border-left: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    text-align: left;
    font-weight: 300;
    text-transform: none;
    white-space: normal;
    line-height: 1.5;
}



/**** AD LOG SWITCH ****/
.adlog .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.adlog .switch input { display:none; }

.adlog .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.adlog .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.adlog input:checked + .slider {
    background-color: #2196F3;
}

.adlog input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.adlog input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}



/* Rounded sliders */
.adlog .slider.round {
    border-radius: 34px;
}

.adlog .slider.round:before {
    border-radius: 50%;
}
/* ---------------------- */


.amm-trasp .tabs-left li {
    font-size: 0.8em;
}

.amm-trasp .tabs-left > li.active > a{
    background-color: #880009 !important;      /* COLORE TITOLO BLOCCO SINGOLO MENU ONMOUSE HOVER */
    color: #fff !important;
}

.footer-bottom-page {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#subscribe {
    background: rgba(136, 25, 12, 0.3);
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.subscribe-inputs {
    background: rgba(66, 66, 66, 0.6);
    width: 100%;
    padding: 9px 9px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#subscribe input[type="text"] {
    background: #fff;
    padding: 8px;
    border: 0 none;
    width: 80%;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#subscribe input[type="submit"]:hover, #subscribe input[type="submit"]:active {
    background: #b4defe;
}
#subscribe input[type="submit"] {
    background: #00a8d6;
    color: #fff;
    padding: 8px;
    border: 0 none;
    margin-left: -5px;
    width: 20%;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader_icons/128x128/Preloader_1.gif) center no-repeat #fff;
}

.oPAbtn {
    white-space: normal !important;
}

.oPAtesto-contenuto {
    font-family: 'Titillium Web' !important;
    font-size: 1.3em !important;
}

.title {
    font-family: 'Titillium Web' !important;
    line-height: 1.2 !important;
    font-size: 3.2rem !important;
    font-weight: bold !important;
}

.screen {
    margin-top: 50px !important;
    margin-bottom: 10px !important;
}

.hidden_field {
    visibility: hidden;
    display: none;
}

.button-spid {
    background: #0065cb;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
    line-height: 48px;
    cursor: pointer;
}

.button-spid span {
    padding-right: 10px;
}

.button-spid img {
    padding: 10px;
}

.pathema-animated .button-spid {
    display: none;
}


.pathema-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #123456;
    z-index: 100;
    height: 185px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    border-bottom: 1px solid #ececec;
}
.pathema-header.pathema-animated {
    height: 85px;
}
.pathema-header .header-top {
    background-color: #535353;
    z-index: 200;
    height: 50px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header.pathema-animated .header-top {
    height: 3px;
}
.pathema-header .box-araldica {
    padding-left: 50px;
    margin-top: 10px;
    z-index: 200;
    height: 110px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header.pathema-animated .box-araldica {
    height: 3px;
    margin-top: 0px;
}
.pathema-header.pathema-animated .box-araldica_socpart {
    height: 3px;
    margin-top: 0px;
    padding-top: 0px;
}
.pathema-header .box-araldica img {
    margin-top: px;
    z-index: 200;
    height: 110px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.pathema-header .box-araldica_socpart {padding-top: 5px; padding-left: 50px}
.pathema-header .araldica_socpart {max-width: fit-content; margin-top: 5px; height: 110px; object-fit: contain;}

.pathema-header .box-araldica_socpart img {
    z-index: 200;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header.pathema-animated .box-araldica img {
    height: 65px;
}
.pathema-header.pathema-animated .box-araldica_socpart img {
    width: auto;
    height: 69px;
    margin-top: 0px;
}
.pathema-header button {
    margin-top: 80px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header.pathema-animated button {
    margin-top: 0px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header .contenitore-logo-ente {
    font-size: 1.3em;
    font-weight: 700;
    width: 80%;
}

.pathema-header .contenitore-logo-ente a:focus {background-color:#ff8c00;}

.pathema-header.pathema-animated .contenitore-logo-ente {
    font-size: 0em;
}
.pathema-header .contenitore-logo-ente img {
    margin-top: px;
    z-index: 200;
    height: 50px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header.pathema-animated .contenitore-logo-ente img {
    height: 0px;
}
.pathema-header .araldica-intestazione {
    display: block;
    padding-left: 15px;
    padding-top: 5px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header.pathema-animated .araldica-intestazione {
    margin-top: -10px;
}
.pathema-header .araldica-intestazione img {
    height: 110px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header.pathema-animated .araldica-intestazione img {
    height: 65px;
}
.pathema-header .comunedi {
    float: left;
    width: auto;
    clear: both;
    font-weight: 700;
    font-size: 2.0em;
    color: #FFFFFF;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header.pathema-animated .comunedi {
    font-size: 1.5em;
    margin-bottom: -3px;
}
.pathema-header .comune {
    float: left;
    width: auto;
    clear: both;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 2.0em;
    line-height: 0.8em;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header.pathema-animated .comune {
    font-size: 1.5em;
    margin-bottom: -9px;
}
.pathema-header .provinciadi {
    float: left;
    width: auto;
    clear: both;
    font-weight: 500;
    font-size: 1.2em;
    font-style: italic;
    line-height: 2em;
    color: #FFFFFF;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header.pathema-animated .provinciadi {
    font-size: 1.3em;
}
.pathema-header .cerca {
    padding-top: 10px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.pathema-header.pathema-animated .cerca {
    padding-top: 10px;
}
.pathema-header .socialtop {
    display: inline;
}
.pathema-header.pathema-animated .socialtop {
    display: none;
}
.pathema-header .cerca-ghost-force-pulsante {
    padding-top: 35px;
}
.pathema-header.pathema-animated .cerca-ghost-force-pulsante {
    padding-top: 12px;
}
.hedaer-fixed {
    width: 100%;
    position: fixed;
    background-color: #861611;
    z-index: 100;
    color: #FFFFFF;
}


.hedaer-fixed {
    width: 100%;
    position: fixed;
    background-color: #880009;
    z-index: 100;
    color: #FFFFFF;
}
.top-grigio {
    background-color: #535353;
    width: 100%;
    z-index: 200;
}
.row-top {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.contenitore-logo-ente {
}

.contenitore-logo-ente a {
    color: #FFFFFF;
    text-decoration: none !important;
}
.contenitore-logo-ente a:hover {
    color: #FFFFFF;
}
.logo-ente {
    height: 50px;
    padding: 5px;
}
.box-logo-ente {
    width: 100%;
    position: fixed;
    height: auto;
}
.padding-ghost {
    display: none;
    float: left;
    width: 100%;
}
.araldica-intestazione {
    float: left;
}
.araldica {
    padding-right: 10px;
    float: left;
}
.araldica-footer {
    padding-right: 10px;
    float: left;
    max-width: 60px;
}
.campo-cerca {
    width: 100%;
    float: left;
    font-size: 1.7em;
}
.cerca input[type=submit] {
    font-family: "pathemafont";
    float: right;
    border: 0px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: none
}
.cerca {
    display: block;
    margin-right: 0px;
    z-index: 0;
    color: #000;
    font-weight: 300;
    float: right;
    position: relative;
}
.cerca input[type="text"] {
    float: right;
    z-index: 0;
    height: 45px;
    border: 0px;
    padding: 5px;
}
.cerca input:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-color: #ff8c00;
}
.cerca input[type="submit"] {
    float: right;
    z-index: 100;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    background: #4F0009;
    color: #FFF;
    width: 45px;
    height: 45px;
}
.input-mobile {
    width: 100%;
    position: relative;
    font-size: 1.5em;
    border: 0;
    padding: 3px;
}
.pad-input-mobile {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}
.cerca-ghost {
    display: none;
}
.cerca-ghost-force {
    display: none;
    background-color: #c0b193;
    width: 100%;
    border: 0px;
}
.cerca-ghost-force-pulsante {
    display: none;
}
.ricerca-mobile {
    display: block;
    position: relative;
    float: right;
    color: #000;
    font-weight: 300;
    width: 100%;
    margin-top: 10px;
}
.pulsante-ricerca-mobile {
    font-family: "pathemafont";
    border: 0px;
    float: right;
    cursor: pointer;
    background: #c0b193;
    color: #000000;
    display: none;
    font-size: 2em;
    width: 45px;
    height: 45px;
    margin-bottom: 0;
    z-index: 100;
}
.pulsante-chiudi-ricerca-mobile {
    font-family: "pathemafont";
    border: 0px;
    float: right;
    cursor: pointer;
    background: rgba(0,0,0,0.50);
    color: #FFF;
    margin-right: 20px;
    display: none;
    font-size: 1.6em;
    width: 45px;
    height: 45px;
    z-index: 100;
}
.margin-top {
    margin-top: 120px;
}
.margin-bottom {
    margin-bottom: 95px;
}
.random-header {
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 440px;
    width: 100%;
    position: relative;
    z-index: 0;
    font-size: 1.15em
}
.random-header .lead_links_wrapper {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    width: 100%;
    text-align: center
}
.random-header .lead_links_wrapper:nth-child(n) {
    filter: none
}
.random-header ul {
    padding: 12px;
    width: 680px;
    margin: 0 auto 0 auto;
    background: #fff;
    background: transparent;
    background: rgba(255,255,255,0.4);
}
.random-header ul:before, .random-header ul:after {
    content: " ";
    display: table
}
.random-header ul:after {
    clear: both
}
.random-header ul {
}
.random-header ul li {
    display: block;
    float: left;
    width: 33.3333%
}
.random-header ul li a {
    color: #000000;
    text-transform: uppercase;
    background: #f4f4ef;
    display: block;
    height: 65px;
    line-height: 65px;
    border-right: 1px solid #cccccc;
    font-weight: 600
}
.random-header ul li:last-child a {
    border: none
}
.sezione {
    padding-top: 32px;
    padding-bottom: 22px
}
.area-avviso {
    width: 100%;
    color: rgba(251,251,251,1.00);
}
.area-avviso .avviso_box {
    position: relative;
    z-index: 0;
    padding-left: 50px
}
.area-avviso .avviso_box:before, .area-avviso .avviso_box:after {
    content: " ";
    display: table
}
.area-avviso .avviso_box:after {
    clear: both
}
.area-avviso .avviso_box {
}
.area-avviso .avviso_box a {
    color: rgba(255,255,255,1.00);
}
.area-avviso .avviso_box h3 {
    margin: 0 0 10px 0;
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.area-avviso .avviso_box p {
    margin: 0 0 0 0;
    font-size: 1.5em
}
.area-avviso .avviso_box img {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: auto;
    top: 0;
    left: 0
}
.area-avviso .avviso_bx {
    display: flex;
    align-items: center;
    text-align: right
}
.area-avviso .avviso_bx:before, .area-avviso .avviso_bx:after {
    content: " ";
    display: table
}
.area-avviso .avviso_bx:after {
    clear: both
}
.area-avviso .avviso_bx {
}
.area-avviso .avviso_bx p {
    display: block;
    width: 100%;
    font-size: 1.5em;
    position: relative;
    z-index: 0;
    margin: 0
}
.area-avviso .avviso_bx p a {
    display: block;
    position: relative;
    z-index: 0;
    margin-top: 20px;
    padding-right: 40px;
    color: rgba(255,255,255,1.00);
    font-size: 1.3em;
}
.area-avviso .avviso_bx p a span {
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 0
}
.sezione-uniforme {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: -20px;
}

.sezione-uniforme-chiusura {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: -10px !important;

}
.area-benvenuto {
    width: 100%;
    color: rgba(0,0,0,1.00);
}
.benvenuto_box_testo {
    font-size: 1.4em;
}

.area-benvenuto .benvenuto_box {
    position: relative;
    z-index: 0;
}
.area-benvenuto .benvenuto_box:before, .area-benvenuto .benvenuto_box:after {
    content: " ";
    display: table
}
.area-benvenuto .benvenuto_box:after {
    clear: both
}
.area-benvenuto .benvenuto_box {
    border-right: 1px solid rgba(98,97,97,0.80);
    padding-right: 10px;
}
.area-benvenuto .benvenuto_box a {
    color: rgba(255,255,255,1.00);
}
.area-benvenuto .benvenuto_box h3 {
    margin: 0 0 10px 0;
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.area-benvenuto .benvenuto_box p {
    margin: 0 0 0 0;
    font-size: 2em
}
.area-benvenuto .benvenuto_box img {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: auto;
    top: 0;
    left: 0
}
.area-benvenuto .benvenuto_bx {
    align-items: center;
    text-align: right;
}
.area-benvenuto .benvenuto_bx:before, .area-benvenuto .benvenuto_bx:after {
    content: " ";
    display: table
}
.area-benvenuto .benvenuto_bx:after {
    clear: both
}
.area-benvenuto .benvenuto_bx {
}
.area-benvenuto .benvenuto_bx p {
    display: block;
    width: 100%;
    font-size: 1.5em;
    position: relative;
    z-index: 0;
    margin: 0
}
.area-benvenuto .benvenuto_bx p a {
    display: block;
    position: relative;
    z-index: 0;
    margin-top: 20px;
    padding-right: 40px;
    color: rgba(0,0,0,1.00);
    font-size: 1.3em;
}
.area-benvenuto .benvenuto_bx p a span {
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 0
}
.immagine-primopiano {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover
}
.primopiano {
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.primopiano-immagine {
    float: left;
    height: 400px;
    margin: 0px;
    clear: none;
    width: 100%;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}
.container-space {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6em;
    color: rgba(50,50,50,1.00);
}
.container-space h1 {
    font-size: 1.8em;
    font-weight: 700;
    color: rgba(0,0,0,1.00);
}
.container-space h1 a {
    color: rgba(0,0,0,1.00);
}
.container-space h2 {
    font-size: 1.4em;
    font-weight: 700;
    color: #880009;
}
.container-space h2 a {
    color: #880009;
}
.titolo-servizi {
    width: 100%;
    margin-bottom: 20px;
}
.titolo-servizi h2 {
    font-weight: 700;
    font-size: 2em;
}
.titolo-servizi .h2 {
    font-weight: 700;
    font-size: 1.8em;
}
.titolo-servizi .h2 a {
    color: #880009;
}
.servizi-online {
    font-size: 1.1em;
}
.servizi-online h3 {
    font-size: 1.2em;
    margin-bottom: 0;
    color: #FFFFFF;
}
.servizi-online small {
    font-size: 0.6em;
    color: #FFFFFF;
    margin-top: 10px;
    display: block;
    line-height: 1.1em;
}
.box-servizi {
    /*float: left;*/
    width: 98%;
    height: auto;
    margin: 0 1% 26px 1%;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.box-servizi a {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 0em;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}
.box-servizi a:hover {
    color: #000000;
    text-decoration: none;
}
.box-servizi-icona {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 0;
    min-height: 84px
}
.box-servizi-icona .box-servizi-icona-testo {
    padding-left: 50px;
    position: relative;
    z-index: 0;
}
.box-servizi-icona-testo img {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: auto;
    top: 15px;
    left: 0
}
.griglia-infoeservizi {
    float: left;
    width: 31.3333%;
    height: auto;
    margin: 0 1% 26px 1%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sezione-footer {
    background-color: #30373d;
    margin-bottom: 0 !important;
    position: absolute !important;
}
.sezione-footer .box-link-utili {
    font-size: 2em;
}
.sezione-footer .socialtop {
    color: rgba(255,255,255,1.00);
}
.sezione-footer .socialtop li {
    float: left;
    width: auto;
    padding: 2px;
    margin-right: 2px;
    font-size: 0.8em;
    color: rgba(0,0,0,1.00);
}
.sezione-footer .socialtop ul {
    list-style: none;
    padding: 0px;
}
.sezione-footer .socialtop a {
    float: left;
    background-color: rgba(255,255,255,1.00);
    border-radius: 100px;
    color: rgba(0,0,0,1.00);
    width: 30px;
    height: 30px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 6px;
    text-align: center;
    font-size: 0.45em;
}
.sezione-footer .socialtop a:hover {
    background-color: rgba(255,255,255,0.50);
    color: rgba(0,0,0,1.00);
}
.titolo-footer {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255,255,255,0.30);
}
.araldica-intestazione-footer {
    float: left;
    line-height: auto;
}
.araldica-footer-comunedi {
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    line-height: 0.6em;
    color: #FFFFFF;
}
.araldica-footer-provinciadi {
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    line-height: 0.6em;
    color: #FFFFFF;
}
.araldica-footer-comune {
    font-size: 1.8em;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    color: #FFFFFF;
}
.divisore-area {
    border-top: 1px dotted rgba(255,255,255,0.10);
    padding-top: 15px;
    margin-top: 15px;
}
.recapiti-contatti {
    color: #C5C5C5;
}
.recapiti-contatti a {
    color: #C5C5C5;
    text-decoration: underline;
}
.recapiti-contatti h4 {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sezione-footer-bottom {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    /*margin-top: 50px;*/
    background-color: #282D31;
}
.sezione-footer-bottom-slim {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    /*margin-top: 50px;*/
    background-color: #282D31;
}
.sezione-footer-bottom ul {
    list-style: none;
    padding: 0px;
}
.sezione-footer-bottom li {
    float: left;
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 1.3em;
    color: rgba(0,0,0,1.00);
    border-left: 1px solid rgba(255,255,255,0.1);
}
.sezione-footer-bottom li:first-child {
    border-left: 0px solid rgba(255,255,255,0.1);
}
.sezione-footer-bottom a {
    color: rgba(255,255,255,1.00);
}
.sezione-footer-bottom a:hover {
    color: rgba(255,255,255,1.00);
}
.powered {
    width: 100%;
    text-align: right;
    float: left;
}
.powered img {
    max-width: 50%;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #880009 url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 0.8;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .8;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
.percorso {
    font-weight: 700;
    padding-top: 20px;
}
.percorso .widgettitle {
    display: none
}

.percorso a {
    color: #880009;
}
.percorso a:hover {
    color: #4F4E4E;
    width: auto !important;
    padding: 0px !important;
}

.percorso ul {
    width: 100%;
    float: left !important;
    display: inline-block;
    font-size: 1.6em;
}
.percorso li {
    width: auto !important;
    float: left !important;
    font-size: 0.8em;
}
.percorso-font-normale {
    font-weight: 600;
    color: rgba(0,0,0,0.50);
}

.amm-trasp {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #fff 73%, #f4f4f2 73%, #f4f4f2 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fff), color-stop(73%, #fff), color-stop(73%, #f4f4f2), color-stop(100%, #f4f4f2));
    background: -webkit-linear-gradient(left, #fff 0%, #fff 73%, #f4f4f2 73%, #f4f4f2 100%);
    background: -o-linear-gradient(left, #fff 0%, #fff 73%, #f4f4f2 73%, #f4f4f2 100%);
    background: -ms-linear-gradient(left, #fff 0%, #fff 73%, #f4f4f2 73%, #f4f4f2 100%);
    background: linear-gradient(to right, #fff 0%, #fff 73%, #f4f4f2 73%, #f4f4f2 100%);
}

.amm-trasp .panel-title {
    font-size: 1.3em;
}

.amm-trasp .panel-defaultC {
    background-color: transparent !important;
    border-color: transparent !important;
}

.amm-trasp .panel-group {
    margin-bottom: 0 !important;
}

.amm-trasp .panel-group a {
    text-decoration: none !important;
    font-weight: 300 !important;
}

.amm-trasp .oPAtitolo_blocco_singolo_menu {
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 0 !important;
    color: #880009;
    display: flow-root;
}

.amm-trasp .oPAtitolo_blocco_singolo_menu2 {
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 0 !important;
    color: #880009;
    display: flow-root;
    font-size: .84em!important;
    padding-left: 18px;
}

.oPAtitolo_blocco_singolo_menu:hover {
    color: #FFFFFF !important;
    background-color: #880009 !important;
}

.oPAtitolo_blocco_singolo_menu2:hover {
    color: #FFFFFF !important;
    background-color: #880009 !important;
}

.amm-trasp .oPAactive {
    background-color: #880009;      /* COLORE TITOLO BLOCCO SINGOLO MENU ONMOUSE HOVER */
    color: #fff !important;
}

.amm-trasp .nav > li > a:hover {
    background-color: rgba(136, 0, 9, 0.15) !important;
    color: #880009;
}

.amm-trasp .nav > li > a {
    font-size: 1.1em;
    padding-left: 25px;
    border-radius: 0 !important;
}

.amm-trasp .panel-heading {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.amm-trasp .panel-body {
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 15px !important;
}

.amm-trasp .group {
    background-color: rgba(136, 0, 9, 0.15);
}

.amm-trasp .oPApanel {
    border: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.amm-trasp .oPAh3 {
    line-height: 1.2 !important;
    font-size: 3.2rem !important;
    font-weight: bold !important;
    margin-bottom: 25px;
}

.contenuto-testo {
    font-size: 1.4em;
    padding-right: 20px;
}
/* =============================================================================
   Allineamenti
   ========================================================================== */

.alignleft
{
    float: left;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:10px;

}
.alignright
{
    float: right;
    margin-left:20px;
    margin-bottom:10px;
    margin-top:10px;

}
.aligncenter
{width: 100%; height: auto; clear: both; margin-right:0px; margin-left: 0px; margin-bottom:10px; margin-top:10px;}

.widgettitle { display: none;}
.sidebar-menu ul {
    list-style: none;
    padding: 0;
    font-size: 1.17em;
}
.sidebar-menu li {
    border-top: 1px solid rgba(0,0,0,0.1);
    clear: both;
}
.sidebar-menu li:first-child {
    border-top: 0px solid rgba(0,0,0,0.1);
}
.sidebar-menu li a {
    color: #880009;
    list-style: none;
    font-weight: 600;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;

}
.sidebar-menu li a:hover {
    color: #fff;
    background-color: #880009;
}
.sidebar-menu li a:focus {
    color: #fff;
    background-color: #FC7008;
}
.socialtop {
    font-size: 1.1em;
    float: right;
    color: rgba(255,255,255,1.00);
    width: auto;
    margin-bottom: 10px;
    clear: both;
}
.socialtop ul {
    list-style: none;
}
.socialtop li {
    float: left;
    width: auto;
    padding: 2px;
    margin-right: 2px;
    font-size: 0.8em;
    color: rgba(0,0,0,1.00);
}
.socialtop li:first-child {
    float: left;
    width: auto;
    margin-top: 1px;
    margin-right: 2px;
    font-size: 0.7em;
    font-weight: 600;
    color: rgba(255,255,255,1.00);
}
.socialtop a {
    float: left;
    background-color: rgba(255,255,255,1.00);
    border-radius: 100px;
    color: rgba(0,0,0,1.00);
    width: 25px;
    height: 25px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 4px;
    text-align: center;
    font-size: 0.7em;
}
.socialtop a:hover {
    background-color: rgba(255,255,255,0.50);
    color: rgba(0,0,0,1.00);
}

.container-fluid {
    padding-bottom: 25px;
}

@media (max-width: 419px) {
    .box-servizi {width: 100%}
    .servizi-online h3 {font-size: .9em;}

    .pathema-header .box-araldica {padding-top: 30px; padding-left: 50px}

    .pathema-header .contenitore-logo-ente {padding-top: 5px; line-height: 2em;}

    .pathema-header .araldica-intestazione {padding-top: 0px; line-height: 1.5em;}
    .pathema-header .araldica {height: 65px!important; margin-left: -20px;}

    .pathema-header .comunedi {font-size: 1.2em; margin-bottom: 2px;}
    .pathema-header .comune {font-size: 1.2em;}
    .pathema-header .provinciadi {font-size: 1em; line-height: 1.5em;}

    .pathema-header .box-araldica_socpart {padding-top: 30px; padding-left: 50px}
    .pathema-header .araldica_socpart {width: 100% !important; margin-top: 5px; object-fit: contain;}

    .pathema-header.pathema-animated .box-araldica_socpart {padding-top: 6px;}

    .pathema-header.pathema-animated .box-araldica {padding-top: 6px;}
    .pathema-header.pathema-animated .comunedi {font-size: 1.2em; margin-bottom: 2px; padding-top: 10px}
    .pathema-header.pathema-animated .comune {font-size: 1.2em; margin-bottom: 2px;}
    .pathema-header.pathema-animated .provinciadi {font-size: 1em; line-height: 1.5em;}

    .pathema-header .logo-ente {display: none;}

    .amm-trasp {background: #fff;}
    .amm-trasp .panel-title {font-size: 1em;}
    .amm-trasp .nav > li > a {font-size: 1em;}

    .grigio-lineare {background: #fff;}
    .grigio-lineare h1 {font-size: 2.2em;}
    .grigio-lineare h4 {font-size: 1.5em;}

    .percorso {display: none;}
    .alignleft{width: 100%; height: auto; clear: both; margin-right:0px; margin-left: 0px; margin-bottom:10px; margin-top:10px;}
    .alignright {width: 100%; height: auto; clear: both; margin-right:0px; margin-left: 0px; margin-bottom:10px; margin-top:10px;}
}

@media (min-width: 420px) and (max-width: 767px){
    .box-servizi {width: 100%}
    .servizi-online h3 {font-size: .9em;}

    .pathema-header .box-araldica {padding-left: 50px;}
    .pathema-header .box-araldica img {height: 50%; top: 20px; position: relative;}

    .pathema-header .araldica-intestazione {padding-top: 4px;}

    .pathema-header .comunedi {font-size: 1.2em; margin-bottom: 2px; padding-top: 15px}
    .pathema-header .comune {font-size: 1.2em;}
    .pathema-header .provinciadi {font-size: 1em; line-height: 1.5em;}

    .pathema-header .box-araldica_socpart {padding-top: 15px; padding-left: 50px}
    .pathema-header .araldica_socpart {width: 90% !important; margin-top: 5px; object-fit: contain;}

    .pathema-header.pathema-animated .araldica-intestazione {padding-top: 0px;}
    .pathema-header.pathema-animated .comunedi {font-size: 1.2em; margin-bottom: 2px; padding-top: 10px}
    .pathema-header.pathema-animated .comune {font-size: 1.2em; margin-bottom: 2px;}
    .pathema-header.pathema-animated .provinciadi {font-size: 1em;}

    .amm-trasp {background: #fff;}
    .amm-trasp .panel-title {font-size: 1em;}
    .amm-trasp .nav > li > a {font-size: 1em;}

    .grigio-lineare {background: #fff;}
    .grigio-lineare h1 {font-size: 2.2em;}
    .grigio-lineare h4 {font-size: 1.5em;}

    .percorso {display: none;}
    .alignleft{width: 50%; height: auto;}
    .alignright {width: 50%; height: auto;}
}

@media (min-width: 768px) and (max-width: 1022px){
    .box-servizi {width: 100%}
    .servizi-online h3 {font-size: .9em;}

    .pathema-header .box-araldica {padding-left: 50px;}

    .pathema-header .araldica-intestazione {padding-top: 15px;}

    .pathema-header .comunedi {font-size: 1.3em;}
    .pathema-header .comune {font-size: 1.3em; margin-bottom: -4px; }
    .pathema-header .provinciadi {font-size: 1.3em;}

    .pathema-header .box-araldica_socpart {padding-top: 15px; padding-left: 50px}
    .pathema-header .araldica_socpart {width: 90% !important; margin-top: 5px; object-fit: contain;}

    .pathema-header.pathema-animated .araldica-intestazione {padding-top: 5px; }
    .pathema-header.pathema-animated .comunedi {font-size: 1.3em;}
    .pathema-header.pathema-animated .comune {font-size: 1.3em; margin-bottom: -4px; }
    .pathema-header.pathema-animated .provinciadi {font-size: 1.2em;}

    .grigio-lineare {background: #fff;}
    .amm-trasp {background: #fff;}

    .detail-value {border-left: 1px solid #1c2024;}
}

@media (min-width: 1023px) and (max-width: 1559px) {
    .pathema-header .box-araldica {padding-left: 50px;}
    .pathema-header .contenitore-araldica {padding-left: 50px;}
    .box-araldica-footer {padding-left: 25px;}
    .pathema-header.pathema-animated .araldica-intestazione {padding-top: 0px;}

    .pathema-header .box-araldica_socpart {padding-top: 15px; padding-left: 50px}
    .pathema-header .araldica_socpart {width: 90% !important; margin-top: 5px; object-fit: contain;}

    .detail-value {border-left: 1px solid #1c2024;}
}



@media (min-width:1280px) {
    .screen {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

    .detail-value {border-left: 1px solid #1c2024;}
}