@font-face {
    font-family: 'Helvetica Neue';
    src: url('font/HelveticaNeue-Light.eot');
    src: url('font/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('font/HelveticaNeue-Light.woff') format('woff'),
        url('font/HelveticaNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('font/HelveticaNeue-Medium.eot');
    src: url('font/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/HelveticaNeue-Medium.woff') format('woff'),
        url('HelveticaNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('font/HelveticaNeue-Roman.eot');
    src: url('font/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),
        url('font/HelveticaNeue-Roman.woff') format('woff'),
        url('font/HelveticaNeue-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('font/HelveticaNeue-Bold.eot');
    src: url('font/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/HelveticaNeue-Bold.woff') format('woff'),
        url('font/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('font/HelveticaNeue-Black.eot');
    src: url('font/HelveticaNeue-Black.eot?#iefix') format('embedded-opentype'),
        url('font/HelveticaNeue-Black.woff') format('woff'),
        url('font/HelveticaNeue-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




:root {
    --white:#ffffff;
    --blue: #0063ae; 
    --orange: #f69c00;
    --green: #6ab432;
    --gray: #585958;
    --black: #000000; 
    --light_gray:#f0f0f0;
    --focus: #000000;
}

/* Stili di base e tipografia */
html {scroll-padding-top: 122px;}


*{margin:0px; padding:0px}
body {font-family: 'Helvetica Neue', sans-serif !important; font-size:16px; color: var(--gray); background-color:var(--gray);}

/* 1. Stile predefinito e robusto per tutti i focus (buona accessibilità) */
/* Applicato a link, bottoni, input, etc. */
a:focus, button:focus, input:focus, select:focus, textarea:focus {
    /* Un focus visibile che soddisfi i requisiti di accessibilità */
    outline: 3px solid #000000; /* Un anello blu più spesso e visibile */
    outline-offset: 2px; /* Spazio tra l'elemento e l'anello */
    box-shadow: 0 0 0 3px #fff;
}


/*

  border-color: #000000 !important;
  box-shadow: 0 0 0 2px #ffffff,0 0 0 5px #000000 !important;
  outline: 3px solid rgba(0,0,0,0) !important;
  outline-offset: 3px !important;
*/



/* 2. Regola specifica: se il body HA l'attributo data-focus-mouse="true" */
/* (ovvero, se l'utente sta usando il mouse), nascondiamo gli outline. */

body[data-focus-mouse="true"] a:focus,
body[data-focus-mouse="true"] button:focus,
body[data-focus-mouse="true"] input:focus,
body[data-focus-mouse="true"] select:focus,
body[data-focus-mouse="true"] textarea:focus {
    /* Resetta gli stili per l'interazione via mouse */
    outline: none;
    box-shadow: none;
}
::-moz-selection {color: var(--white); background:var(--gray);}    
::selection {color: var(--white);  background:var(--gray);}

/* h1 h2 h3 h4 */ 
h1{color: var(--gray); font-size:2.4em; margin-top:30px; margin-bottom:20px; text-align: center; text-transform: uppercase; font-weight: 700; }
h2{color: var(--gray); font-size:2em; margin-top:10px; margin-bottom:5px; font-weight: 700;}
h3{color: var(--gray); font-size:2em; margin-top:40px; margin-bottom:10px; font-weight: 700; }

/*H1 home*/
.titolo_home{ text-align:center; padding-bottom:20px; }

ul{padding-left:30px; margin-top:10px; margin-bottom:10px;}
ol{padding-left:30px; margin-top:10px; margin-bottom:10px; font-weight: bold;}

/*LINK*/
a{color:inherit; opacity:1; text-decoration:none; }
a:hover {opacity:0.8; transition: opacity 0.30s ease-in-out; -o-transition: opacity 0.30s ease-in-out; -webkit-transition: opacity 0.30s ease-in-out; -moz-transition:opacity 0.30s ease-in-out; text-decoration:none;}
 
/* IMAGES RESPONSIVE */
img {border:0; vertical-align:middle; -ms-interpolation-mode:bicubic;}
svg {
  fill: var(--white); 
  height: 24px;
  width: 24px;
}

.icon {
  height: 32px;
  vertical-align: middle;
  }

/*IMPORTANTI*/
nav{margin: 0 auto; width: 100%; background: var(--gray);} 
section {clear:both; padding:0px; z-index: 1000; overflow:hidden; min-height:500px; margin-bottom:30px;  background-color:var(--white)}
section img {max-width:100%; overflow: hidden; height: auto;}

/*FOOTER*/
footer {width: 100%; background-color:var(--gray); overflow: hidden; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; color: var(--white); }
footer a{text-decoration: underline;}
footer a:hover{text-decoration: underline; color: var(--green)}
footer .box_footer {width:33%; margin-top:5px; margin-bottom:10px; color:var(--white); float:left; text-align: left; font-size:0.8em; text-transform: uppercase;}
footer .box_accessibility { margin-top:10px; margin-bottom:10px; border-top:1px solid var(--white); padding: 10px; color:var(--white); clear: both; text-align: center; width:100% }

.menu_footer ul {margin: 0;  list-style-type: none;  display: block; margin: 0 auto;float: left; }
.menu_footer ul li {clear: both; padding-bottom:10px; }
.menu_footer ul li a {text-decoration: none; color: var(--white);}
.menu_footer ul li a:hover{text-decoration: none; color: var(--green); -webkit-transition-property: all;  -moz-transition-property: all;  -o-transition-property: all;  transition-property: all;  -webkit-transition-duration: 0.5s;  -moz-transition-duration: 0.5s;  -o-transition-duration: 0.5s;  transition-duration: 0.5s; }


footer ul {margin: 0;  list-style-type: none;  display: block; margin: 0 auto;float: left; padding-left:0px;}
footer ul li {clear: both; padding-bottom:10px; }
footer ul li a {text-decoration: none; color: var(--white);}
footer ul li a:hover{text-decoration: none; color: var(--green); -webkit-transition-property: all;  -moz-transition-property: all;  -o-transition-property: all;  transition-property: all;  -webkit-transition-duration: 0.5s;  -moz-transition-duration: 0.5s;  -o-transition-duration: 0.5s;  transition-duration: 0.5s; }


.li_spaced{margin-top:10px}

/*FORM*/

/*FORM*/
form {width: 100%; border-bottom: 3px solid #8a8a8a;}
fieldset{padding:10px; box-sizing:border-box; border: 0px; margin-bottom: 10px; margin-top: 10px; outline:none; -webkit-border-radius:2px; border-radius:2px; }
form h2{margin-bottom:0px; clear: both; }
legend {font-weight:bold; font-size: 1.2em;}
label {display:block; padding-top:5px; padding-bottom:5px;}
label a{text-decoration: underline; font-style: italic;}

select{  font-family: var(--font-text); font-size:1em;width:100%; border: 1px solid var(--light_gray); color:var(--gray); background-image: url(/images/arrow.png); background-repeat: no-repeat;  -webkit-border-radius: 2px;  border-radius: 2px;  background-position: right;  margin-bottom: 10px;  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  outline: none;}
select:disabled {opacity: 0.5}
textarea{font-family: var(--font-text); width:100%; padding:10px; color:var(--gray); clear:both !important; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;  margin-top:5px;  margin-bottom:5px; }

input, select, textarea { font-size: 16px !important; /* Impedisce lo zoom automatico su iOS */}
input{font-family: var(--font-text); color:var(--gray);  font-size:1em; -webkit-appearance:none; -moz-appearance:none; appearance:none; -webkit-border-radius:2px; border-radius:2px; }
input[type=text], input[type=date], input[type=password], input[type=datetime], input[type=number],input[type=search], input[type=time], input[type=url],input[type=email], textarea, select {box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -moz-box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; border:0px; padding:5px; }
input[type=text] {width: 100%; overflow: hidden; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin-top:5px;  margin-bottom:5px; -webkit-appearance: none; -moz-appearance: none; appearance: none}
input[type=search] {overflow: hidden; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin-bottom:5px; }
input[type=password]{font-weight:bold;}
input[type=date]{background-image:url(/images/calendar.png); background-repeat:no-repeat; background-position:right; padding:9px !important;}
input[type=file]{font-weight:bold; }

input[type="checkbox"] {width: 15px; height: 15px; border: 1px solid var(--gray);  margin-right: 5px; float:left; color: #FFF; appearance: checkbox !important; }

input[type="radio"] { width:15px !important; border:none; display:inline}
input[type=button] {overflow: hidden; background-color: var(--gray) !important; color:var(--white) !important; display: block; text-align:center; font-size:1em; cursor: pointer; margin:0 auto; padding:10px 20px 10px 20px; border:0px !important; -webkit-border-radius:2px; border-radius:2px;}
input[type=button]:hover {opacity:0.8; background-color: var(--gray) !important; color:var(--white) !important; transition: opacity 0.30s ease-in-out; -o-transition: opacity 0.30s ease-in-out; -webkit-transition: opacity 0.30s ease-in-out; -moz-transition:opacity 0.30s ease-in-out; text-decoration:none;}

input[type=submit] {overflow: hidden; background-color: var(--orange) !important; color:var(--gray) !important; display: block; text-align:center; font-size:1em; cursor: pointer;  margin:0 auto; padding:10px 20px 10px 20px; border:0px !important; -webkit-border-radius:2px; border-radius:2px;}
input[type=submit]:hover {opacity:0.8; background-color: var(--orange) !important; color:var(--gray) !important; transition: opacity 0.30s ease-in-out; -o-transition: opacity 0.30s ease-in-out; -webkit-transition: opacity 0.30s ease-in-out; -moz-transition:opacity 0.30s ease-in-out; text-decoration:none;}

input[type=text], input[type=date], input[type=password], input[type=datetime], input[type=number],input[type=search], input[type=time], input[type=url],input[type=email], textarea, select{box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -moz-box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;-ms-transition: all 0.30s ease-in-out;-o-transition: all 0.30s ease-in-out; outline: none; border: 1px solid var(--light_gray); -webkit-appearance: none; -moz-appearance: none; appearance: none;}
input[type=text]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=number]:focus, input[type=search]:focus,input[type=time]:focus, input[type=url]:focus, input[type=email]:focus, textarea:focus, select:focus{-moz-box-shadow: 0 0 8px var(--blue); -webkit-box-shadow: 0 0 6px var(--blue); box-shadow: 0 0 6px var(--blue); border: 1px solid var(--blue); -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid var(--orange);}

form .errormsg{color: red !important; }
form .calendar_control {background: url('/images/calendar.png') no-repeat; background-position: left center; padding-left:40px!important;}


.error_page {margin-top:10px; padding-top:20px; text-align:center; margin: 0 auto; max-width:1140px; position: relative;}
.error_page h1{text-transform: uppercase;}
.error_page img{width:40%}

/*STILI UTILI*/
.spacer{clear:both; display:block; height: 10px;}
.clear{clear:both; display:block;}
.right{float:right; width: 100%; text-align: right;}
.left{float:left; width: 100%; text-align: left;}
.center{clear: both; width: 100%; text-align: center; margin: 0 auto;}
.wrap{margin:0 auto; max-width:1140px; position: relative;}
.no-margin {margin:0px!important;}
.display-none{display:none!important;}
.sfondo_grigio{background-color: var(--light_gray)}
.no_background{background:none !important;}
.margin_bottom{margin-bottom: 20px !important;}

/*PRINCIPALI*/
#container{margin:0 auto;}
#main-content {background-color:var(--white);}

.flex-grid { margin:0px; display: flex; display: -webkit-flex; flex-flow: row nowrap; -webkit-flex-flow: row nowrap; align-items: stretch; -webkit-align-items: stretch; justify-content: space-between; -webkit-justify-content: space-between;}
.col, .col_3, .col_list, .col_video {margin:5px 5px 0px 5px; margin-top:0px; flex: 1; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; /*display:block;*/}

/*RICERCA TOP*/
#box_ricerca{overflow: hidden; float: right; text-align: right; margin-top: 10px; height:30px;   background-color: var(--white); border-radius:5px; position: relative;} 
.form_ricerca{width:100%; float:right; }
.form_ricerca input{background-color: var(--white) !important; color:var(--gray) !important; border-radius:0px !important; cursor: pointer; border:0px !important; float: left;}
.form_ricerca button{overflow: hidden; color:var(--gray) !important; cursor: pointer; border-radius:0px !important; background-color: #fff !important; border: 0 !important; width:20px; margin: 5px; height:20px; float: left;background-image:url(/images/lens.png); background-repeat:no-repeat; background-size:100%; background-position: top center;}

/*HEADER*/
#top_header {display:inline-block; width: 100%; z-index: 5000;}
#header {clear:both; z-index: 5000; position: relative; overflow:hidden; }
#logo{float: left; display: inline-block; position:fixed; z-index:100000; background-color:var(--white); box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); border-radius:0px 0px 5px 5px; }

/*TOP HEADER FISSA*/
.header-fixed {position: fixed; background-color: var(--gray); top: 0; left: 0; width: 100%; height: 100px; z-index: 9998; transition: All 0.3s ease; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; } 
.header-fixed img {height:150px; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease;}
.header-relative {height: 90px; }
.header-fixed.resized {height:100px; }
.header-fixed.resized img {height:120px; float: left; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease;}

/*TESTATA VIDEO*/
.testata_video{background-color: var(--blue); width: 100%; overflow: hidden;}
.video-container {position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0;}
.video-container iframe, .video-container object, .video-container embed {position: absolute; top: 0; left: 0; width:100%; height:700px;}

/*TESTATA ROTANTE*/
.slides {height:700px; width:100%; background-size:120%; background-position:center center; background-repeat: no-repeat;}
.frame{position: absolute; top: 100px; }
.frame_left{left:0px; text-align: left; border-radius: 0px 5px 5px 0px;  -webkit-border-radius: 0px 5px 5px 0px; background-image: url(/images/back_message.png); }
.frame_right{right:0px; text-align: right; border-radius: 5px 0px 0px 5px; -webkit-border-radius:5px 0px 0px 5px;background-image: url(/images/back_message.png); }
.frame_center{margin:0 auto;  border-radius: 15px;}
.message{padding:20px 40px 20px 40px; font-size: 2.4em; text-shadow: 0px 0px 7px rgba(0,0,0,.4); color: var(--white); font-weight: 500; }

#animazionenav {z-index:50; text-align:center; height:100px; margin-top:-25px; position: absolute; width:100%; background-image: url(/images/back_message.png); }
#animazionenav a {display:inline-block; padding:3px; text-decoration: none; background:url(/images/off.png) no-repeat; opacity:1 !important; width: 15px; height:15px; }
#animazionenav a.activeSlide { background:url(/images/on.png) no-repeat; }
/*SCROLL TOP*/
.scrolltotop {width:40px; height:40px; position:fixed; background-color: var(--white); right:10px; bottom:20px; z-index: 2000; display:none; text-indent:-1000px; border:3px solid var(--white); border-radius: 5px;  background-image:url(/images/scroll_top.png); background-repeat:no-repeat;}

.back_home{background-image: url(/images/back_home.jpg); background-position: center center; background-repeat: no-repeat; height:650px;}
.back_home h2{color: var(--gray); font-size:3em; padding-top:10px; margin-bottom:20px; font-weight: 700; }
.back_home p{font-size:1.2em}


/*SOTTOMENu*/

#sottomenu{margin-top:40px; margin-bottom:30px;}
.sottomenu {margin-left:0px !important; padding-left: 0px; text-align:center; width: 100%; overflow: hidden;}
.sottomenu ul {list-style-type: none; width: 100%;  }
.sottomenu li {float: left; color: var(--white); font-weight: bold; list-style-type: none; }
.sottomenu li a {text-decoration: none; display: block; margin: 1%; width: 20%;  background-color: var(--blue); -moz-border-radius: 5px; -webkit-border-radius: 5px;  padding:5px 10px 5px; }
.sottomenu li a:hover{opacity:0.8; text-decoration: underline; transition: opacity 0.25s ease-in; -o-transition: opacity 0.25s ease-in; -webkit-transition: opacity 0.25s ease-in; -moz-transition:opacity 0.25s ease-in; }

/*PULSANTONI BOX HOME*/
.contenuto_pulsanti{clear:both; margin-bottom:40px; margin-top:20px; display: block; }

/*HOME CONTENITORE NEWS*/
.content_news{margin-bottom: 20px; display: block; width:100%; padding-top: 15px; }
.content_news h2{color:var(--blue); margin-top:30px; margin-bottom:20px; font-size: 1.8em;}

.news {width: min-content; margin-bottom: 5px; border-radius: 5px 5px 5px 5px; height:335px; display:block; float: left; border:10px solid var(--orange); display: flex; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; background-color:var(--white); border-radius: 5px 5px 5px 5px;}
.blocco_news {margin:10px 10px 0px 10px; overflow: hidden;}
.blocco_news h3 {padding: 0px; display: block; overflow: hidden; color: var(--blue); padding-top:10px; font-weight:500; height:68px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; font-size: 1em;}
.sottotitolo_news {padding: 0px; display: block;color: var(--blue); font-size: 0.8em; font-weight: 400;margin-bottom:15px; }
.image_news {display:inline-block; position: relative; width:350px; height:200px; overflow: hidden; border: 10px solid var(--white); box-sizing:border-box}
.image_news img {position: absolute; left: 50%;top: 50%; width: 100%; height: auto;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%); }
.image_news img.foto_news {min-width: 450px; min-height: 100%; width: 450px;}

.leggi_altro{background-color: var(--blue) !important; color: var(--white) !important; text-align: center; display: inline-block; margin-top: 10px;  font-size: 1em;   cursor:pointer; padding:6px; border:0px !important; -webkit-border-radius: 2px; border-radius: 2px;}


/*VISORI BOX HOME*/
.contenuto_pulsanti_icona{display: block; width: 100%; margin-top:15px; padding-top:10px;  margin-bottom:20px; border-top:2px solid var(--light_gray);}
.content_box_icona{ margin-top:20px; margin-bottom:10px; margin-left:1%; width: 32.3%; border-radius: 5px 5px 5px 5px; display:block; min-height:100px; display: flex; float: left; height: 200px; background-position:center bottom !important; background-size:100% !important; background-repeat: no-repeat !important; }
.content_box_icona:last-child  { margin-left:6px}
.content_box_icona h3{color: var(--white); font-size:1.3em; text-align: center; font-weight:500; margin:10px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; height: 50px; }
.content_box_icona h3:hover{text-decoration: underline;}

/* BARRA NAVIGAZIONE */
.breadcrumb {margin:0; display: block; overflow: hidden; padding-top:30px; padding-bottom:10px; padding-left:230px; font-size: 0.9em; }
.spacer_breadcrumb{clear:both; display:block;}
.breadcrumb ul {list-style-type: none;}
.breadcrumb li {float:left;  text-transform: uppercase; list-style: none; display: flex;}

.breadcrumb li:last-child {border-right: 0px solid var(--white); color: var(--orange); }
.breadcrumb li a {text-decoration: none; display: block;}
.breadcrumb li a:hover {opacity:0.8; transition: opacity 0.30s ease-in-out; -o-transition: opacity 0.30s ease-in-out; -webkit-transition: opacity 0.30s ease-in-out; -moz-transition:opacity 0.30s ease-in-out; text-decoration:none;}
.breadcrumb li a img{padding-left:5px; padding-right:10px; }

.breadcrumb-view-Apertura-dettagli {display:none!important;}


/*PAGINA COMPOSITA*/




/*PAGINA MOTORE DI RICERCA*/
#barra_ricerca input{width: 98%}
#barra_ricerca select{width: 98%;}
#barra_ricerca input[type=button]{margin: 0px; padding:9px; }

.search_box {border: 1px solid var(--light_gray); padding: 10px; display: block; margin-top: 15px; overflow: hidden; -webkit-border-radius:2px; border-radius:2px;}
.search_box span{float: right; color: var(--blue);  }
.search_categoria{color: var(--blue); font-weight: 500}

.search_box img{float: left;}
.search_video{margin-right:5px; width:150px; max-width:150px; cursor:pointer; float: left;}
.search_copertina{margin-right:10px; width:150px; cursor:pointer; float: left;}
.search_copertina img {position: absolute; left: 50%;top: 50%; width: 100%; height: auto;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.search_icon{margin-right: 5px; max-width: 150px; cursor: pointer; float: left;  background:var(--blue);}

/*PAGINATORE*/
.paginatore {width:100%; margin-top:15px; text-align: center; margin-bottom:30px;}
.paginatore p{margin: 0 auto; }
.paginatore p a{text-decoration: none !important; padding:5px; font-weight:bold}
.paginatore p a:hover{text-decoration:underline !important; }
.paginatore p a.sel{background-color:var(--blue); color: var(--white); display: inline-block; width:30px; text-align: center; line-height: 1.5em;  text-decoration: none; text-decoration: none !important; border-radius:30px;}

/*DETTAGLIO NEWS*/

.dettaglio_intero{ width:100%; margin-bottom: 20px; overflow: hidden;}
.dettaglio_splittato {width:70%;float:left;}

#dettaglioNews{margin:0px; padding-top:15px; }
#dettaglioNews h1{font-size:1.4em; text-align: left; padding-bottom: 10px; border-bottom:1px solid var(--light_gray);}
#dettaglioNews h2{color: var(--blue); font-size:1.1em; font-weight:bold; padding-bottom:0px; background: none; margin-top: 0px; }
#dettaglioNews h3{color: var(--green); font-size:1.1em;  padding-bottom:0px; text-transform: uppercase; font-weight: 500;  margin-top: 0px; }
#dettaglioNews p {clear: both; margin-top:15px; line-height:1.4em; }
#dettaglioNews p a{color: var(--blue); font-weight: bold;}
#dettaglioNews img {margin-right:10px; margin-bottom:10px; max-width:350px; display:block; overflow: hidden; float: left; -webkit-border-radius:2px; border-radius:2px;}

#dettaglioNews .data {font-weight: 700; color: var(--blue); padding-top:5px; padding-bottom:5px; text-transform: uppercase; }
#dettaglioNews .nome_campo {color: var(--gray); font-weight:500; font-style: normal; }
#dettaglioNews .allegato {color: var(--white); background-color:var(--orange); text-transform: uppercase; padding:5px 20px 5px 20px; margin-top:20px; overflow: hidden; width: max-content; border-radius: 5px; font-size:0.9em; }
#dettaglioNews .fonte {margin-top:10px; color: var(--blue); font-style:italic; float: right;}


.dettaglio_intero .data {font-weight: 700; color: var(--blue); padding-top:5px; padding-bottom:5px; text-transform: uppercase; }
.dettaglio_intero .nome_campo {color: var(--gray); font-weight:500; font-style: normal; }
.dettaglio_intero .allegato {color: var(--white); background-color:var(--orange); text-transform: uppercase; padding:5px 20px 5px 20px; margin-top:20px; overflow: hidden; width: max-content; border-radius: 5px; font-size:0.9em; }
.dettaglio_intero .fonte {margin-top:10px; color: var(--blue); font-style:italic; float: right;}


.back{display: inline-block; overflow: hidden; float:right; text-transform: uppercase !important; border: 1px solid #0063ae; color: #fff; background-color: #0063ae; padding:10px 20px 10px 20px; border-radius: 5px; font-size:0.9em; }

.back:hover {color: var(--white); text-decoration: underline;}

/*DETTAGLIO LATERALE LIBERO*/
#contenuto_laterale {background-color:#d8d8d8; padding:15px; width:25%; float:right; box-sizing: border-box; overflow: hidden;  -webkit-border-radius:2px; border-radius:2px; margin-top: 20px;}
#contenuto_laterale h3{color: var(--blue); font-size:1.1em; text-align: left; margin-bottom: 5px; }
#contenuto_laterale h4{font-size:1em; text-align: left; margin-bottom: 5px; }
#contenuto_laterale h5{font-size:0.9em; text-align: left; margin-bottom: 5px;  }
#contenuto_laterale h6{font-size:0.8em; text-align: left; margin-bottom: 5px; }

#contenuto_laterale img {border: 0px;  width: all !important; -webkit-border-radius:2px; border-radius:2px; }
ul.lista_laterale {font-weight: 400; font-size: 0.9em; }
ul.lista_laterale li {list-style-image: url(/images/list.png);  }
#contenuto_laterale p{padding:5px 0px 5px 0px;  }
#contenuto_laterale div{ padding:5px 0px 5px 0px;}
#contenuto_laterale table{width: 100%; border:0px !important;   }
#contenuto_laterale img{width: 100%;  }
#contenuto_laterale iframe{width: 100%; border:0px !important; -webkit-border-radius:2px; border-radius:2px; border:1px solid var(--white) !important; height: 300px !important;  }

.progetti_servizi{width: 100%; clear:both;padding-top:20px; display: block; overflow: hidden }
.progetti_servizi img{width:30px !important; float: left !important; }


.sezione_due_blocchi {margin-top: 30px;}
.sezione_due_blocchi .sezione_sx {float:left; width:49%; box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; border-radius: 5px;  min-height: 250px; border: 2px solid #f0f0f0; box-sizing: border-box;}
.sezione_due_blocchi .sezione_sx h2{clear: both; width:100%; background-color: var(--light_gray); padding:5px; margin:0px; box-sizing: border-box; font-size: 1.2em;}
.sezione_due_blocchi .sezione_sx div{clear: both; width:100%; padding:5px; box-sizing: border-box;}
.sezione_due_blocchi .sezione_sx img{float:left; background-color: #d8d8d8; padding: 10px; -webkit-border-radius:2px; border-radius:2px; max-width: 49%;}

.sezione_due_blocchi .sezione_dx {float:right; width:49%; box-sizing: border-box; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; border-radius: 5px;  min-height: 250px; border: 2px solid #f0f0f0; box-sizing: border-box; }
.sezione_due_blocchi .sezione_dx h2{clear: both; width:100%;  background-color:var(--light_gray); padding:5px; margin:0px; box-sizing: border-box; font-size: 1.2em;}
.sezione_due_blocchi .sezione_dx div{clear: both; width:100%; padding:5px; box-sizing: border-box;}
.sezione_due_blocchi .sezione_dx img{float:left; background-color: #d8d8d8; padding: 10px; -webkit-border-radius:2px; border-radius:2px; max-width: 49%;}


/*GALLERIA GENERALE*/
.gallery{margin-top:5px; overflow: hidden; width: 100%; margin: 0 auto; text-align: center}
.box_gallery{overflow: hidden;}
.gallery_Home ul, .gallery ul{margin:0px auto; padding:0px; width:100%;}


/*DESCRIZIONE*/
.galleryDesc{background-color: var(--gray); display:block; font-size:0.9em;  text-align: center; overflow: hidden; color: var(--white); padding:2px; position: absolute; bottom: 0; width: 100%;}
.gallery_data{font-weight: 700; color: var(--blue); padding-top:10px; padding-bottom:10px; text-transform: uppercase;}
.gallery_title{color: var(--white); font-weight: bold; padding: 5px;}
#tip7-title{background-color: var(--gray) !important; color: var(--white) !important}
#fancybox-wrap{z-index: 10000 !important;}
#fancybox-title{bottom: 0 !important}
#fancybox-outer {background-color:var(--gray)!important;}

.thumbnail {display:inline-block; position: relative; width: 350px; height:260px; margin: 0.5%; overflow: hidden;  -webkit-border-radius:2px; border-radius:2px;}
.thumbnail img {position: absolute; left: 50%;top: 50%; width: 100%; height: auto;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%); }
.thumbnail img.preview {min-width: 450px; min-height: 100%; width: 450px;}

/*NUOVO HOME*/
/*VISORI BOX HOME*/
.content_box_home_top{display: block; width: 100%; margin-top:-40px;}
.content_box_home_center{display: block; width: 100%; }
.content_box_home_rotante {margin-bottom:50px}
.content_box_home_bottom{display: block; width: 100%; margin-top:20px;}
.content_box_icona{ margin-top:20px; margin-bottom:10px; margin-left:1%; width: 32.3%; border-radius: 5px 5px 5px 5px; display:block; min-height:100px; display: flex; float: left; height: 200px; background-position:center bottom !important; background-size:100% !important; background-repeat: no-repeat !important; }
.content_box_icona:last-child  { margin-left:6px}
.content_box_icona h3{color: var(--white); font-size:1.3em; text-align: center; font-weight:normal; margin:10px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; height: 50px; }
.content_box_icona h3:hover{text-decoration: underline;}

/*HOME CONTENITORE NEWS*/
.content_news{margin-bottom: 20px; display: block; width:100% }
.content_news h2{color:var(--gray); margin-top:30px; margin-bottom:20px; font-size: 1.8em;}

/* LAYOUT SEZIONI */

.visib_sezioni_page{margin-bottom: 15px; padding: 10px !important; overflow: hidden; position: relative; -webkit-border-radius:2px; border-radius:2px;}
.sezione_intro {font-weight:bold; margin-bottom:10px;}
.sezione_contenuto {margin-top:5px;}
.sezione_contenuto h2{color: var(--gray) !important;}
.sezione_contenuto h2 a{color: var(--blue) !important;}
.sezione_contenuto h2 a span{color: var(--blue) !important; text-decoration:none !important; }


.pagina_sezioni .boxitem:nth-of-type(odd) { background: red; float:left; clear:right}
.pagina_sezioni .boxitem:nth-of-type(1) { background: yellow; margin-left:0px;}

.sezione_contenuto p a{color:var(--blue) !important; font-weight: 500!important;text-decoration: underline!important;} 
.boxside_item p a{color:var(--blue) !important; font-weight: 500!important; text-decoration: underline!important;}

.boxitem_content{height:40px !important; opacity:1; margin:0px; cursor:pointer; text-align: left; font-weight: lighter; color: var(--white);}

.boxitem_title { font-size:1em; color: var(--white); text-shadow:2px 1px 2px rgba(0, 0, 0, 1); font-weight: 400;  padding: 10px; height:40px !important;}
.boxitem_content span{font-style: italic; text-shadow:0px 0px 10px rgba(0, 0, 0, 1);}
.boxitem_content p{text-shadow:2px 1px 2px rgba(0, 0, 0, 1); min-height: 36px;  padding: 0px 10px 10px 10px; font-weight: 300; }
.boxitem_content_date {display:inline!important; padding-left:0px!important;}
.boxitem_basso {min-height:auto;}
.boxitem_medio {min-height:auto;}
.boxitem_medio .boxitem_content { min-height:250px; }
.box_testo { padding:5px; text-shadow:0px 0px 10px rgba(0, 0, 0, 1); }

.boxitem_vuoto {position:absolute; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; display: block !important;  height: 90% !important; margin-top: 10px; border:1px solid var(--blue); padding: 5px;}
.boxitem_vuoto .boxitem_content h3  {color: var(--blue); font-weight: bold; font-size: inherit; text-shadow: none; display: block; background-image:url(/images/back_h2.png); min-height:50px; margin-right:10px; background-repeat:no-repeat; background-position:bottom left;}
.boxitem_vuoto .box_testo  {  color: #575756; text-shadow: none; width: 99% }

.boxitem_iconapiccola{ background-repeat:no-repeat; background-position: center center; }

.boxitem_fullwidth {width:100%;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;height:auto;position:relative; margin-left:0px }
.boxitem_fullwidth .boxitem_content {width:100%;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;position:absolute; bottom:0;overflow:hidden;}

.boxflex{float:left; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; background-position:bottom center; background-size:cover; background-repeat: no-repeat; overflow: hidden; }

.boxitem_contenutobasso {position:relative;}
.boxitem_contenutobasso  .boxitem_content  {position: absolute; bottom: 0;overflow: hidden;width:100%;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.boxitem_iconapiccolabasso{position:relative; background-repeat:no-repeat; background-position: center center; }
.boxitem_iconapiccolabasso  .boxitem_content  {position: absolute; bottom: 0;overflow: hidden;width:100%;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; }



/*DA CANCELLARE


.dettaglio_intero span{ width:100%; font-size:1em !important;color: var(--gray)!important; font-family: 'Helvetica Neue', sans-serif !important;}
.dettaglio_splittato span{width:70%;float:left; font-size:1em !important; color: var(--gray)!important; font-family: 'Helvetica Neue', sans-serif !important;}

/*.dettaglio_intero font{ width:100%; font-size:1em !important;color: var(--gray)!important; font-family: 'Helvetica Neue', sans-serif !important;}
.dettaglio_splittato font{width:70%;float:left;  font-size:1em !important; color: var(--gray)!important; font-family: 'Helvetica Neue', sans-serif !important;}

/*.dettaglio_intero strong{ width:100%; font-size:1em !important;color: var(--gray)!important; font-family: 'Helvetica Neue', sans-serif !important;}
.dettaglio_splittato strong{width:70%;float:left; font-size:1em !important; color: var(--gray)!important; font-family: 'Helvetica Neue', sans-serif !important;}

.dettaglio_intero a strong{ width:100%; font-size:1em !important; color: var(--blue)!important; font-family: 'Helvetica Neue', sans-serif !important;}
.dettaglio_splittato a strong{width:70%;float:left; font-size:1em !important; color: var(--blue)!important; font-family: 'Helvetica Neue', sans-serif !important;}

.dettaglio_intero a span{ width:100%; font-size:1em !important; color: var(--blue)!important; font-family: 'Helvetica Neue', sans-serif !important;}
.dettaglio_splittato a span{width:70%;float:left; font-size:1em !important; color: var(--blue)!important; font-family: 'Helvetica Neue', sans-serif !important;}

.dettaglio_intero h3{padding-top:15px; padding-bottom:15px;}
.dettaglio_splittato h3{padding-top:15px; padding-bottom:15px;}

.dettaglio_intero a{color: var(--blue); font-weight: bold;}
.dettaglio_splittato a{color: var(--blue); font-weight: bold;}

.flex-grid-rot-news {margin:0px; display: flex !important; display: -webkit-flex; flex-flow: row nowrap; -webkit-flex-flow: row nowrap; align-items: stretch; -webkit-align-items: stretch; justify-content: space-between; -webkit-justify-content: space-between;}
.flex-grid-rotante{width:100%; }

.testata_singola{height:500px; background-position:center center; background-size:100%; background-repeat: no-repeat; } 

.photo{position: relative; overflow: hidden; padding-bottom: 30px; bottom: 30px; z-index: 10000; color: var(--gray) !important; border-radius: 0px 10px 10px 0px; background: var(--white); font-style: italic; font-size: 0.9em; font-weight: 500; padding: 10px !important;display: block; width: auto; }




.rotatore_home{width: 100%; top: 120px; z-index: 3000; position: relative; display: block; }
.rotatore_news_prev{float:left; padding: 15px; cursor: pointer; position: absolute;left: 0px;}
.rotatore_news_next{float:right; padding: 15px; cursor: pointer; position: absolute; right: 0px;}

.rotatore_nav{position:absolute; width: 100%; top:200px; z-index: 3000}
#rotatore_next{float:right; padding: 15px; cursor: pointer;}
#rotatore_prev{float:left; padding: 15px; cursor: pointer;}

.content_box_pulsanti p {color: var(--white); height:60px; margin:10px;  text-align: left;   overflow: hidden;}

.content_box_pulsanti_img {height: 450px; overflow: hidden; position: relative; -webkit-border-radius:2px; border-radius:2px;}
.content_box_pulsanti_img img {position: absolute; left: 50%; top: 50%;  min-width: 100%; min-height: 100%; width:100%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.content_box_pulsanti_img img.foto_box {min-height: 100%; width:400px;}
.contenuto_centrale_dx h2{font-size: 1.8em; color: #b60a07; text-align: left; font-weight: bold; border-bottom: 4px solid #b60a07; margin-bottom: 15px; margin-top:0px; }


#ajax_menu {line-height:1; z-index: 5000; margin-top:35px; float: left; width:60%;}
#ajax_menu ul {list-style:none; margin: auto; padding: 0; border: 0; }
#ajax_menu li {float:left; margin-right: 10px; margin-left: 10px;   font-weight:bold;} 
#contenitore_pannelli_outer {position:relative;width:100%;}
#contenitore_pannelli { opacity:1.0;  background-color:var(--white); overflow:hidden; box-shadow: 0 4px 4px #cfcfcf; position:absolute;top:0px;z-index:6000; margin-top:0px; width:100%;
display:none;overflow:hidden; padding-top:20px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
#ajax_menu li.selected {color: var(--blue);}


.wrap_full {width:100%; padding:20px;}
.wrap_50 {margin:0 auto; position:relative; max-width:1140px;}
.wrap_50 .panel_title {text-transform:initial; color: var(--blue); text-align: left;}
.wrap_50 .blocco_sezioni{width:46%; float:left!important;margin-left:1%;clear:none!important; margin-top:0px;}
.wrap_50 .blocco_sezioni h2{text-transform:initial; color: var(--blue); margin-top: 30px; text-align:left; }
.wrap_50 .visib_sezioni_page {display:none}
.wrap_100 {margin:0 auto; position:relative; max-width:1140px;overflow:hidden;}
.wrap_100 .panel_title {text-transform:initial; color: var(--blue); text-align: left; display: none;}
.wrap_100 .blocco_sezioni{width:100%; float:left!important;clear:none!important; margin-top:0px;}
.wrap_100 .blocco_sezioni h2{text-transform:initial; color: var(--blue); text-align: left; mnewsargin-top: 30px; }
.wrap_100 .visib_sezioni_page {display:none}

#container .visib_sezioni_menu {display:none;}






/*ELEMENTI FOOTER
#social{display: block; text-align: right; width: 100%; margin-top: 15px;}
#social img {cursor: pointer; -webkit-border-radius: 2px; border-radius:2px}
.social{text-align: right; float: right;}
.social img{width:35px; border-radius: 5px; cursor: pointer; -webkit-border-radius: 2px; border-radius:2px}

.language{float: right;}
.language img{width: 32px; height: 32px;}




/*DETTAGLIO PROGETTO
#riquadro_contatti {background-color:#d8d8d8; padding:15px; width:25%; float:right;  -webkit-border-radius:2px; border-radius:2px;}
#riquadro_contatti h3{color: var(--blue); font-size: 1em; text-align: left; line-height: 2em; }
#riquadro_contatti img {float: left; border: 0px; margin-right: 10px; width: all !important;}
#riquadro_contatti div{font-weight: 400; padding:5px 0px 10px 0px; line-height: 2em;  font-size: 0.9em;  }

/*ESPANDI TESTO
.read_more {display:none;}
.leggi_di_piu {color:green; cursor:pointer; font-weight:400; text-align: center;  height:40px; margin-top: 20px; padding-top: 20px;background-image: linear-gradient(180deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 15%); }
.leggi_di_meno {color:green; cursor:pointer; font-weight:400; text-align: center; display:none;  padding-top: 20px; height:40px; background-image: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 15%);}


.forced-background {background-color:var(--white)}
.forced-background-gray {background-color:var(--white)}


.card_gallery{overflow: hidden; display: block; }
.carditem{background-color: #7e8182; padding: 10px; clear:both; margin-top: 10px; overflow: hidden; display: block; }
.carditem_content{float: left; width:70%;}
.carditem_content_nophoto{float: left; width:100%;}
.carditem_content h3{line-height: normal; color: var(--blue); margin: 0px}

.carditem_content a{font-weight: bold; text-decoration: underline; padding-top:5px; display: block; line-height: normal;color: #233038; }
.carditem_foto {float: left; width:25%; border:5px solid var(--white); margin-right:10px; overflow: hidden;}
.carditem_foto img{max-width: 100%;}
.carditem_content span{width: 80px; display: inline-block; }
/*
.carditem{margin-bottom: 15px; padding: 10px !important; overflow: hidden; background-color:#7e8182 !important; position: relative; -webkit-border-radius:2px; border-radius:2px; }
.carditem_content a{text-decoration: none}
.carditem_content span{font-style: italic; font-weight: bold; text-align:right; display: none; color: var(--blue); }
.carditem_content h3{ margin-bottom:5px;  color: var(--blue);   }

/* - modo miniatura - 
.carditem_foto {position: relative; background:var(--white); width: 130px; height:130px; border:2px solid var(--white); margin-right: 5px;  float: left; overflow: hidden;}
.carditem_foto img {position: absolute; left: 50%;top: 50%; width:100%; height:auto; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}


.content_visore{ margin-top:20px; margin-right: 1px; margin-bottom: 20px; box-shadow:0px 0px 4px 3px rgba(0, 0, 0, 0.1);  border-radius: 5px 5px 5px 5px; }
.content_visore:last-child {margin-right:0px; }
.content_visore h3{color: var(--white); font-size: 2em; text-align: left;  text-shadow: 0 0 5px #111111;font-weight: 500; }
.content_visore p {color: var(--white); font-size:1.8em; text-shadow: 0 0 5px #111111; font-weight: 500; }

.content_visore_img {position: relative; height: 350px; overflow: hidden;   -webkit-border-radius:2px; border-radius:2px; }
.content_visore_img img {position: absolute; left: 50%; top: 50%; min-width: 100%; min-height: 100%; width:100%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.content_visore_img img.foto_box {min-width: 450px; min-height: 100%; width: 450px;} 

.info_visibile {position:absolute;bottom:0; padding:5px;color: var(--white);opacity:1;  z-index:5000;width: 100%;background-image:url(/images/go.png)!important; background-repeat: no-repeat !important; background-position: right bottom; text-shadow: 0 0 3px #111111; ;overflow: hidden;}
.info{-webkit-border-radius:2px; border-radius:2px; opacity: 1;}
.content_visore_img:hover {opacity: 1;}
.info_visibile a:hover {opacity:1;}
.info_visibile:hover {opacity:1;}


/* PAGINA NEWSLETTER 
.newsletter_page {margin:0px auto; border:0px; padding:0px; width: 50%;}
.newsletter_page fieldset{margin: 0 auto; padding:15px;}
.newsletter_page h3{display:block !important; color:#2c3e50;}




/*CONTENT BOX NEUTRO 
.box_news{position: relative;  cursor: pointer;}
.box_news:last-child {margin-right:0px; }

.box_news h3{color: var(--white); text-align: left;  text-shadow: 0 0 5px #111111;font-weight: 500; position: absolute; bottom:0px; z-index: 2000; padding: 10px; } 
.box_news span {color: var(--white); font-size:1.1em; text-shadow: 0 0 5px #111111;font-weight: 300; }
.box_news p {color: var(--white); font-size:1em; text-shadow: 0 0 5px #111111;font-weight: 300; text-transform: none !important; }
.box_news_title {position:static !important; padding:0px !important; color: var(--blue); }
.box_news_comune {padding:0px; display: block; font-weight: 700 !important; clear: both;}
.box_news_data   {padding:0px; display: block; text-transform: capitalize; }
.box_news_desc {padding:0px; font-weight: 500; display: block; }

.box_news_img {position: relative; height: 350px; overflow: hidden; margin-top:10px; border:1px solid #c8c8c8; -webkit-border-radius:2px; border-radius:2px; }
.box_news_img img {position: absolute; left: 50%; top: 50%;  min-width: 100%; min-height: 100%; width:100%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.box_news_img img.foto_box {min-width: 400px; min-height: 100%; width:400px;}




/*PAGINA COMPOSITA
.contenuto_elenco{margin:0 auto; position:relative; margin-top: 20px; margin-bottom: 20px; }
.contenuto_testo {margin:0 auto; margin-top: 20px; margin-bottom: 20px;text-align: justify; clear: both;}
.contenuto_testo a{text-decoration:underline}
.contenuto_testo h2 {text-align: left;}



.square-content {position: absolute; top: 5px; left: 5px; bottom: 5px; right: 5px; color: white; overflow: hidden; box-shadow:0px 0px 4px 3px rgba(0, 0, 0, 0.1);  border-radius: 5px 5px 5px 5px; }
.square-content div {display: table; width: 100%; height: 100%;}
.square-content span {display: table-cell; text-align: center;vertical-align: middle; color: white; padding: 1em; overflow: hidden;}

.square-box { position: relative; width: 100%; overflow: hidden;  float: left;}
.square-box:before { content:""; display: block;} 


/*MENU AD BOX A ICONE
.square-box-menu {text-align:center; overflow:hidden; margin: 0 auto; margin-bottom:20px;}
.square-box-menu:before { content:""; display: block;} 
.square-content-menu {background-color:#7e8182 !important; color:#243A60 !important; display: flex; width: 175px; height: 175px; overflow: hidden;  border-radius: 10px; margin: 0 auto; float:left; margin-left:5px; margin-bottom:10px; margin-right: 5px;}
.square-content-menu div {width: 100%; display:initial; background-color:#7e8182 !important; color:#243A60 !important;}
.square-content-menu span {display: block; background-color:#7e8182 !important; font-size: 0.8em; color:#243A60 !important; text-align:center; vertical-align: middle; font-weight:700 !important; color: white; height: 30px; padding:8px; overflow: hidden;}
.box-icon_content {text-align:center;}
.box-icon_img {text-align:center;}
.box-icon_img img {width:50px;height:60px; padding:5px; background-color: var(--white) !important; border-radius:5px;}


/* LAYOUT SEZIONI 

.visib_sezioni_page{margin-bottom: 15px; padding: 10px !important; overflow: hidden; position: relative; -webkit-border-radius:2px; border-radius:2px;}
.sezione_intro {font-weight:bold; margin-bottom:10px;}
.sezione_contenuto {margin-top:5px;}
.sezione_contenuto h2{color: var(--gray) !important;}
.sezione_contenuto h2 a{color: var(--blue) !important;}
.sezione_contenuto h2 a span{color: var(--blue) !important; text-decoration:none !important; }


.pagina_sezioni .boxitem:nth-of-type(odd) { background: red; float:left; clear:right}
.pagina_sezioni .boxitem:nth-of-type(1) { background: yellow; margin-left:0px;}

.sezione_contenuto p a{color:var(--blue) !important; font-weight: 500!important;text-decoration: underline!important;} 
.boxside_item p a{color:var(--blue) !important; font-weight: 500!important; text-decoration: underline!important;}

.boxitem_content{height:40px !important; opacity:1; margin:0px; cursor:pointer; text-align: left; font-weight: lighter; color: var(--white);}

.boxitem_title { font-size:1em; color: var(--white); text-shadow:2px 1px 2px rgba(0, 0, 0, 1); font-weight: 400;  padding: 10px; height:40px !important;}
.boxitem_content span{font-style: italic; text-shadow:0px 0px 10px rgba(0, 0, 0, 1);}
.boxitem_content p{text-shadow:2px 1px 2px rgba(0, 0, 0, 1); min-height: 36px;  padding: 0px 10px 10px 10px; font-weight: 300; }
.boxitem_content_date {display:inline!important; padding-left:0px!important;}
.boxitem_basso {min-height:auto;}
.boxitem_medio {min-height:auto;}
.boxitem_medio .boxitem_content { min-height:250px; }
.box_testo { padding:5px; text-shadow:0px 0px 10px rgba(0, 0, 0, 1); }

.boxitem_vuoto {position:absolute; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; display: block !important;  height: 90% !important; margin-top: 10px; border:1px solid var(--blue); padding: 5px;}
.boxitem_vuoto .boxitem_content h3  {color: var(--blue); font-weight: bold; font-size: inherit; text-shadow: none; display: block; background-image:url(/images/back_h2.png); min-height:50px; margin-right:10px; background-repeat:no-repeat; background-position:bottom left;}
.boxitem_vuoto .box_testo  {  color: #575756; text-shadow: none; width: 99% }

.boxitem_iconapiccola{ background-repeat:no-repeat; background-position: center center; }

.boxitem_fullwidth {width:100%;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;height:auto;position:relative; margin-left:0px }
.boxitem_fullwidth .boxitem_content {width:100%;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;position:absolute; bottom:0;overflow:hidden;}

.boxflex{float:left; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; background-position:bottom center; background-size:cover; background-repeat: no-repeat; overflow: hidden; }

.boxitem_contenutobasso {position:relative;}
.boxitem_contenutobasso  .boxitem_content  {position: absolute; bottom: 0;overflow: hidden;width:100%;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.boxitem_iconapiccolabasso{position:relative; background-repeat:no-repeat; background-position: center center; }
.boxitem_iconapiccolabasso  .boxitem_content  {position: absolute; bottom: 0;overflow: hidden;width:100%;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

/* SEZIONE MOSAICO 
.mosaico { box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.mosaico:after { content: '';  display: block;  clear: both;}
.mosaico-item {float: left; border-radius: 10px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin-bottom:10px;}
.mosaico-sizer { width: calc(25% - 10px); box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.gutter-sizer {width: 1%;}
.mosaico-item-1x1 { width: calc(25% - 10px);height: 0;  padding-top: calc(25% - 10px);}
.mosaico-item-2x1 { width: calc(50% - 10px);    height: 0;  padding-top: calc(25% - 10px);}
.mosaico-item-2x2 { width: calc(50% - 10px);height: 0;  padding-top: calc(50% - 10px);}
.mosaico-item-4x2 {width: calc(100% - 10px); height: 0;padding-top: calc(50% - 10px);   }
.mosaico-info { position:absolute; width:100%;bottom: 0px; left:0px;    padding:10px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;   border-radius: 0px 0px 10px 10px; }
.mosaico-text-black {color:var(--gray);}
.mosaico-text-white {color:var(--white);}


/* SEZIONE BLOCCO A DUE TESTI 
.sezione_due_blocchi {overflow:hidden;}
.sezione_due_blocchi .sezione_sx {float:left; width:49%}
.sezione_due_blocchi .sezione_sx h2{clear: both; width:100%}
.sezione_due_blocchi .sezione_sx /* PROVA IMG AL 49% img {max-width:100%} 
 img{float:left; background-color: #d8d8d8; padding: 10px; -webkit-border-radius:2px; border-radius:2px; max-width: 49%;}

.sezione_due_blocchi .sezione_dx {float:right; width:49%}
.sezione_due_blocchi .sezione_dx h2{clear: both; width:100%}
.sezione_due_blocchi .sezione_dx /* PROVA IMG AL 49% img {max-width:100%} 
 img{float:left; background-color: #d8d8d8; padding: 10px; -webkit-border-radius:2px; border-radius:2px; max-width: 49%;}



/*LAYOUT NEWS LISTA 
.lista_news{margin-bottom: 15px; padding: 10px !important; overflow: hidden; background-color:#7e8182 !important; position: relative; -webkit-border-radius:2px; border-radius:2px; }
.lista_news a{text-decoration: none}
.lista_news span{font-style: italic; font-weight: bold; text-align:right; display: none; color: var(--blue); }
.lista_news_date{font-weight:bold; font-size:1em;}
.lista_news_title{font-weight:bold; font-size:1.2em; margin-bottom:5px;  color: var(--blue); ;}
.lista_news p{line-height:initial;min-height:50px; overflow: hidden; margin-right: 10px; text-transform: lowercase;}

/* - modo miniatura -
.lista_img {position: relative; background:var(--white); width: 130px; height:130px; border:2px solid var(--white); margin-right: 5px;  float: left; overflow: hidden;}
.lista_img img {position: absolute; left: 50%;top: 50%; width:100%; height:auto; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.lista_img img.foto_lista {min-width: 200px; min-height: 100%; width:200px; }

/* - modo icona - 
.lista_icona {position: relative; background:var(--white); width: 80px; height:80px; -webkit-border-radius:2px; border-radius:2px; border:2px solid var(--white); margin-right: 5px;  float: left; overflow: hidden;}
.lista_icona img {position: absolute; left: 50%;top: 50%;  height:auto; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}



/*CALENDARIO
.form-control{padding: 8px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

/*METEO
.meteo_widget { width: 45%; float: right; padding:2%; background-color: #d8d8d8; font-weight: 400; border-radius: 5px;}
.meteo_content{float: left; width:45%}


/* VIDEOGALLERY LAYOUT VIDEO LISTA
.gallery_video {margin-top:10px; overflow:hidden;}
.video_cookie { font-weight:bold; text-align:center;margin:20px 0px 20px 0px;}
#primo_video {overflow:hidden; padding:2% 15% 2% 15%; background:#7e8182; border-radius: 5px;}

.video_content{display: block; text-align: center; margin-top:15px; margin-bottom:5px; overflow:hidden; }
.video_data{font-weight: bold; color: var(--blue); font-style: italic;}
.video_titolo {color: var(--blue);  font-weight: bold;  }
.video_descrizione_breve {line-height:initial; overflow: hidden; }

.video_list {margin:0px; margin-top:10px; cursor: pointer; }
.video_riga {text-align:center; margin-top: 30px; margin-right: 1px; margin-bottom: 30px; background-color: #7e8182; overflow: hidden; border-radius: 5px;}
.video_riga_content {clear: both; text-align: center; padding: 10px;}
.video_titolo_content{margin-top: 0px; margin-bottom: 0px; font-weight: bold;  min-height:50px; overflow: hidden; font-size: 1em;}
.video_selected {background: var(--blue); color: var(--white)!important; }
.video_riga_descrizione_breve {display: none}

.video_img {position: relative;background:var(--white); width:400px; height: 190px;  margin-right: 15px; overflow: hidden;}
.video_img img {position: absolute; left: 50%;top: 50%; width:200%; height:100%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.video_img img.foto_lista {min-width: 400px; min-height: 100%; width:400px; }


/* GALLERIA ALLEGATI
.document_gallery .doc_icona_hidden {display:none;}
.document_box {margin-bottom: 15px; padding: 10px !important; overflow: hidden; background-color:#7e8182 !important; position: relative; -webkit-border-radius:2px; border-radius:2px;}
.document_box h3{font-weight: bold; color: var(--blue)}
.document_box_title{font-size:1.2em; font-weight: bold; color: var(--blue)}
.document_box span{font-style: italic; color:var(--blue); font-weight: bold}
.document_box p{margin-top:5px;}
.document_box img{margin-right: 5px; padding: 5px;  cursor: pointer; float: left;  background:var(--white);  -webkit-border-radius:2px; border-radius:2px;}
.document_box img.left{ width:100px; }


.lista_img {position: relative; background:var(--white); width: 130px; height:130px; border:2px solid var(--white); margin-right: 5px;  float: left; overflow: hidden;}
.lista_img img {position: absolute; left: 50%;top: 50%; width:100%; height:auto; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.lista_img img.foto_lista {min-width: 200px; min-height: 100%; width:200px; }

    


/* TEMPLATE FCKEDITOR -- BISOGNA RENDERLI RESPONSIVE 
.tl_dueblocchi {width:99%; overflow:hidden; padding:5px;}
.tl_dueblocchi_sx {float:left; margin-left:0px; width:48%; overflow:hidden;}
.tl_dueblocchi_dx {float:right; margin-right:0px; width:48%; overflow:hidden;}

/*BOX GALLERY STRUTTURE E PROPOST 
.boxside_item{margin-bottom: 15px; padding: 10px; overflow: hidden; background-color:#7e8182 !important; position: relative; -webkit-border-radius:2px; border-radius:2px;}
.boxside_img {width:130px;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; margin-right: 15px; background-color: var(--white); padding:5px; -webkit-border-radius:2px; border-radius:2px;}

.boxside_content {display: block;}
.boxside_content_date {padding:0px; font-weight: 300; display: block; font-style: italic;}

.boxside_content_title {font-size:1.2em; font-weight:bold; color: var(--blue); margin-top: 0px}
.boxside_desc{font-weight: 400; margin-bottom: 10px;}
.boxside_link {cursor:pointer; position: absolute; bottom:10px; right: 10px;  font-weight: 400; background-image:url(/images/right.png)!important ; background-repeat: no-repeat !important; 
background-position: right center !important; background: var(--blue);color: var(--white);padding:7px 20px 7px 7px; overflow: hidden; width: max-content; -webkit-border-radius:2px; border-radius:2px;}




/*MAPPA GOOGLE pagina composita 

.mappa_contenuto{width:48%; margin:1%; float:left;}
.mappa_half{height:400px; display:block; width:48%;float:right;}
.mappa_full{height:700px; display:block; width:100%; float:right;}

.map_section{ margin-top:10px; -webkit-border-radius:2px; border-radius:2px;}
.map_section img {box-shadow:none; border:0px;}

/*INFO MAPPA GOOGLE 
.infobox-wrapper {display:none;}
.infobox {border:1px solid #575756; margin-top: 8px; background-color: rgba(255, 255, 255, 0.3); color:#575756; border-radius: 6px; -webkit-border-radius:6px; -moz-border-radius: 6px; box-shadow: 0px 0px 8px #575756; -webkit-box-shadow: 0px 0px 8px #575756; background-color:var(--white); text-align:center; padding:10px; font-weight:500;}
.infobox .inner {opacity:1.0!important;}


/* SEZIONE CONTATTI 
.richiediinfo_contenuto{width:48%; margin:1%; float:left;}
.richiediinfo_form{display:block; width:48%;float:right; background-color:#d8d8d8; -webkit-border-radius: 5px; border-radius:5px }
.richiediinfo_form_full{display:block; width:100%; float:right; background-color:#d8d8d8; -webkit-border-radius: 5px; border-radius:5px }


/*LAYOUT CARD LISTA 

#search_again_button {
display: none;
background-color: var(--blue) !important;
position: fixed;
z-index: 7000;
width: 30px;
height: 30px;
align-content: ;
right: 0px;
border-radius: 0 0 5px 5px;
background-image:url(/images/searchicon_new.png); background-repeat:no-repeat; background-position:center center;
}


*/