.slider-container .main-label{color:#FFF;font-size:25px;line-height:25px;font-weight:600;text-shadow:2px 2px 4px rgba(0, 0, 0, 0.15);}
#footer{background:#0E0E0E;border-top:4px solid #0e0e0e;font-size:0.9em;margin-top:50px;padding:70px 0 0;position:relative;clear:both;}
#footer .footer-ribbon:before{border-right-color:#27364e;border-left-color:#27364e;}
.fa{COLOR:#75c8d2;}
html section.section-primary{background-color:#3c4a61 !important;border-top-color:#3c4a61 !important;}
#header .header-body{background:#f9f9fa;border-top:3px solid #EDEDED;}
.slider-container{height:700px;overflow:hidden;width:100%;direction:ltr;}
section.section-custom-map{background:rgba(117, 200, 210, 0.28) url(../img/map.png) center 0 no-repeat;padding:130px 0 0;margin:20px 0 0;border:0;}
div#revolutionSlider{box-shadow:3px 3px 10px #cacaca;}
h4{line-height:1.4em;}
section.section{background:#f4f4f4;border-top:0px solid #f1f1f1;margin:-5px 0;margin-top:-5px;margin-right:0px;margin-bottom:-5px;margin-left:0px;padding:50px 0;}
ul.history li .thumb{background:transparent url(/area-img/history-thumb.png) no-repeat 0 0;width:227px;height:160px;margin:0 0 30px;padding:0;float:left;}
.featured-box .box-content{border-radius:8px;border-top:1px solid #CCC;border-top-width:1px;border-top-color:rgb(204, 204, 204);border-top-width:4px;padding:10px 10px 10px 10px;position:relative;top:-1px;}
html .btn-primary:hover{border-color:#75c8d2;background-color:#75c8d2;box-shadow:4px 5px 11px #adadad;}
.btn-borders{padding:8px 12px;}
.titoletto{font-weight:800;margin-bottom:10px;margin-top:30px;}




/* === Accessibility Fixes WCAG Contrast by pilcom === */



/* HEADER TOP CONTRAST */
#header .header-top p, 
#header .header-top a, 
#header .header-top span {
    color: #222 !important; /* da #999 o #CCC → scuro per leggibilità */
}

/* HEADER NAV TOP */
#header .header-nav-top .nav > li > a, 
#header .header-nav-top .nav > li > span {
    color: #222 !important; /* migliora contrasto */
}

/* HEADER NAV MENU ACTIVE / HOVER */
#header .header-nav-main nav > ul > li > a {
    color: #222 !important; /* normale */
}

#header .header-nav-main nav > ul > li:hover > a, 
#header .header-nav-main nav > ul > li.open > a {
    background: #555 !important; /* scuro */
    color: #fff !important;
}

/* DROPDOWN MENU CONTRAST */
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    background: #fff !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #222 !important; /* leggibile */
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    background: #555 !important;
    color: #fff !important;
}

/* BUTTONS DEFAULT */
#header .header-search .btn-default {
    color: #222 !important;
}

#header .header-search .btn-default:hover {
    color: #000 !important;
}

/* FOOTER CONTRAST */
#footer, #footer p, #footer a, #footer h4, #footer h5 {
    color: #eaeaea !important; /* da #999 → #eaeaea per leggibilità */
}

#footer .footer-copyright p {
    color: #bbb !important;
}

/* FOOTER NAV */
#footer .footer-copyright nav ul li {
    border-left: 1px solid #777 !important;
}

#footer .footer-copyright nav ul li a {
    color: #eaeaea !important;
}

#footer .footer-copyright nav ul li a:hover {
    color: #fff !important;
}

/* HOME INTRO TEXT */
.home-intro p {
    color: #fff !important;
}

.home-intro p span {
    color: #ccc !important;
}

/* GENERIC LINKS */
a {
    color: #1a1aff; /* link visibile */
}

a:hover, a:focus {
    color: #0000cc;
}
