@font-face {
    font-family:'Nunito';
    src: url('font/NunitoSans10pt-Light.eot');
    src: url('font/NunitoSans10pt-Light.eot?#iefix') format('embedded-opentype'),
        url('font/NunitoSans10pt-Light.woff') format('woff'),
        url('font/NunitoSans10pt-Light.ttf') format('truetype');
    font-weight: lighter; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'Nunito';
    src: url('font/NunitoSans10pt-Regular.eot');
    src: url('font/NunitoSans10pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/NunitoSans10pt-Regular.woff') format('woff'),
        url('font/NunitoSans10pt-Regular.ttf') format('truetype');
    font-weight: normal; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'Nunito';
    src: url('font/NunitoSans10pt-Bold.eot');
    src: url('font/NunitoSans10pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/NunitoSans10pt-Bold.woff') format('woff'),
        url('font/NunitoSans10pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'Quicksand';
    src: url('font/Quicksand-Light.eot');
    src: url('font/Quicksand-Light.eot?#iefix') format('embedded-opentype'),
        url('font/Quicksand-Light.woff') format('woff'),
        url('font/Quicksand-Light.ttf') format('truetype');
    font-weight: lighter; 
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family:'Quicksand';
    src: url('font/Quicksand-Regular.eot');
    src: url('font/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Quicksand-Regular.woff') format('woff'),
        url('font/Quicksand-Regular.ttf') format('truetype');
    font-weight: normal; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'Quicksand';
    src: url('font/Quicksand-Bold.eot');
    src: url('font/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Quicksand-Bold.woff') format('woff'),
        url('font/Quicksand-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



:root {
    --white:#ffffff;
    --grey:#6E6E6E;
    --dark_gray:#282828;
    --black:#000000; 
    --blue:#002857; 
    --purple:#333399; 
    --sky: #cddbf4;
    --light_gray:#D1D1CF;
    --focus: #ff9900;
    --cyan:#4c8dca;
    --green:#34a742;
    --font-title: 'Quicksand', sans-serif;
    --font-text: 'Nunito', sans-serif;

}

/* Stili di base e tipografia */
html {scroll-padding-top: 122px;}

*{margin:0px; padding:0px}
body { font-family: var(--font-text); font-size:16px; color: var(--dark_gray); background-color:var(--white); background: var(--blue);}

::-moz-selection {color: var(--white); background:var(--dark_gray);}    
::selection {color: var(--white);  background:var(--dark_gray);}

/* h1 h2 h3 h4 */ 
h1{color: var(--blue); font-family: var(--font-title); font-size:2em; margin-top:20px; margin-bottom:20px; font-weight:bold; }
h2{color: var(--black); font-family: var(--font-title); font-size:1.6em; margin-top:10px; margin-bottom:5px; font-weight:bold;}
h3{color: var(--black); font-size:1.2em; font-family: var(--font-title); font-weight:bold; }

/*H1 home*/
.titolo_home{ text-align:center; color: var(--white); margin-top: 0px!important; padding-top: 20px;}
.testo_home{color: var(--white) !important; }

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 {text-decoration:underline; color:inherit; }

/* IMAGES RESPONSIVE */
img {border:0; vertical-align:middle; -ms-interpolation-mode:bicubic; }
svg {
  fill: var(--blue);
  height: 24px;
  width: 24px;
}

.icon {
  height: 32px;
  vertical-align: middle;
  }
/*LINEA*/
hr {clear: both; display: block; height:3px; margin-top:5px; background-color: var(--light_gray); border-radius:5px; border: 0px; }

/*IMPORTANTI*/
nav{margin: 0 auto; width: 100%; background: var(--blue); font-family: var(--font-title);} 
section {clear:both; padding:0px; z-index: 1000; overflow:hidden; min-height:500px; background-color: var(--white);}
section img {max-width:100%; overflow: hidden; height: auto;}

/*FOOTER*/
footer {width: 100%; background-color:var(--blue); overflow: hidden; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; color: var(--white); }
footer .box_footer {float: left; width: 33.3%; font-size: 0.9em; box-sizing: border-box; padding-left:5px;}
footer .box_footer:last-child {box-sizing: border-box; padding-left: 15px;}
footer h2 {color: var(--sky); font-weight:bold; font-size:1em;}
footer a{text-decoration: underline; display: inline-block}
footer a:hover{text-decoration: underline; color: var(--sky)}
footer .box_accessibility { margin-top:20px; margin-bottom:20px; color:var(--white); float:left; text-align: center; width:100%; border-top:1px solid var(--sky) }
footer ul.social  {padding-bottom:10px;}
footer .social li {padding-top:10px; padding-bottom:10px; width:auto; display: inline-block; margin:0px; padding-right:5px; }
footer .social li img {display: inline-block; padding: 2px; box-sizing: border-box;}
footer .footer_link a{text-decoration: underline; color: var(--white); padding-left:10px; padding-right:10px;}
footer .footer_link a:hover{text-decoration: underline; color: var(--white)}

/*FORM*/
form {width: 100%;}
fieldset{padding:10px; box-sizing:border-box; border: 1px solid var(--dark_gray); background-color:var(--light_gray); margin-bottom: 10px; outline:none; -webkit-border-radius:2px; border-radius:2px; }

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(--dark_gray); margin-bottom: 10px; outline:none; -webkit-border-radius:2px; border-radius:2px; }
select:disabled {opacity: 0.5}
textarea{font-family: var(--font-text);width:100%; padding:10px; color:var(--dark_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{font-family: var(--font-text); color:var(--dark_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(--dark_gray);  margin-right: 5px; float:left; color: #FFF; appearance: checkbox !important; }


input[type=button] {overflow: hidden; background-color: var(--blue) !important; color:var(--white) !important; text-align:center; font-size:1em; cursor: pointer; margin: 10px; padding:5px; border:0px !important; -webkit-border-radius:2px; border-radius:2px;}
input[type=button]:hover {opacity:0.8; background-color: var(--blue) !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(--sky) !important; color:var(--blue) !important; text-align:center; font-size:1em; cursor: pointer; margin: 10px; padding:5px; border:0px !important; -webkit-border-radius:2px; border-radius:2px;}
input[type=submit]:hover {opacity:0.8; background-color: var(--sky) !important; color:var(--blue) !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;}

form .errormsg{color: red !important; }
form .calendar_control {background: url('/images/calendar.png') no-repeat; background-position: left center; padding-left:40px!important;}

/*STILI UTILI*/
.spacer{clear:both; display:block; height: 10px;}
.spacer20{clear:both; display:block; height: 20px;}
.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;}
.background-blue{background-color: var(--blue)}
.page_strip{background-color: var(--sky)}
.no_background{background:none !important;}
.margin_bottom{margin-bottom: 20px !important;}
.no-list-style{list-style-type: none !important; list-style: none!important; margin: 0 !important; padding:0px!important; line-height:1.5em}

/*PRINCIPALI*/
#container{margin:0 auto;}
#main-content {background-color:var(--white); margin-top:70px; min-height: 600px;}

.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; /* width:25%; */ margin-top:50px; text-align: right; padding: 0px;}
.form_ricerca button{background-color: var(--sky) !important; color:var(--blue) !important; border:0px !important; height:34px; padding-left:15px; padding-right:15px; cursor:pointer; font-weight:bold; -webkit-border-radius:2px; border-radius:2px;}

/*MULTILINGUA*/
.language{/*top:30px; cursor:pointer; position: relative; float: right; color: var(--white);   margin-right:15px; */ top:8px; right: 0px; padding:2px; overflow:hidden; float: right; position: absolute;}
.language img{width:26px; height:26px !important; }

/*HEADER*/
#top_header {/*overflow: hidden;*/ display:inline-block; width: 100%; z-index: 5000;}
#header {clear:both; z-index: 5000; position: relative; overflow:hidden; /*border-top:10px solid var(--blue); */ }
#logo{float: left; display: inline-block; }

/*TOP HEADER FISSA*/
.header-fixed {position: fixed; background-color: var(--blue); top: 0; left: 0; width: 100%; height:146px; 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; border-top:20px solid var(--sky);} 
.header-fixed img {height: 100px; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease;}
.header-relative {height: 100px; }
.header-fixed.resized {height:116px; }
.header-fixed.resized img {height:70px; 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:600px;}

/*TESTATA ROTANTE*/
.slides {height:600px; 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 15px 15px 0px;  -webkit-border-radius: 0px 15px 15px 0px;  background-color: var(--blue);}
.frame_right{right:0px; text-align: right; border-radius: 15px 0px 0px 15px; -webkit-border-radius:15px 0px 0px 15px; background-color: var(--blue);}
.frame_center{margin:0 auto;  border-radius: 15px;}
.message{padding:20px 80px 20px 80px; font-size:1.6em; color: var(--white);}
.clickable {cursor:pointer}
.credits{position:absolute; padding:0 10px 0 10px; bottom:15px; -webkit-border-radius: 0px 15px 15px 0px;  background-color: var(--white);}

#animazionenav {z-index:50; text-align:center; height: 25px; margin-top: -32px; position: absolute; width:100%;}
#animazionenav a {display:inline-block; padding:0px; margin-left: 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:150px; 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;}

/*SOTTOMENu*/
.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*/
.content_box_home_top{clear:both; margin-bottom:40px; margin-top:20px; display: block; }

/*HOME CONTENITORE NEWS*/
.content_news{margin-bottom: 20px; display: block; width:100% }
.content_news h2{color:var(--blue); margin-top:30px; margin-bottom:20px; font-size: 1.8em;}

.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*/
.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;}

/* BARRA NAVIGAZIONE */
.breadcrumb {margin:0;  display: block; overflow: hidden; padding-top: 20px;padding-left: 0px; }
.spacer_breadcrumb{clear:both; display:block;}
.breadcrumb ul {list-style-type: none;}
.breadcrumb li {float: left; /*text-transform: lowercase; */;padding-left:5px; list-style: none; display: flex;  font-weight: bold;}
.breadcrumb li:first-child {padding-left:0px;}
.breadcrumb li:last-child {border-right: 0px solid var(--white);  font-weight: normal; color: var(--gray); }
.breadcrumb li a {text-decoration: underline; 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*/
.dettaglio_intero{ width:100%; font-size:1em !important; var(--font-text);}
.dettaglio_splittato {width:70%;float:left; font-size:1em !important; var(--font-text);}

/*PAGINA MOTORE DI RICERCA*/
#risultati_ricerca{margin-bottom: 20px;}

.barra_ricerca{border-bottom: 2px solid var(--grey); padding-bottom: 10px;}
.barra_ricerca input{width: 98%}
.barra_ricerca select{width: 98%;}
.barra_ricerca input[type=button]{margin: 0px; padding: 7px!important}

.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:normal; }

.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 nav {background-color:var(--white); overflow:hidden; display:block; text-align:center; width:fit-content; }
.paginatore ul{list-style-type: none; margin:0 auto; padding: 0px; text-align:center; width:fit-content; margin-top:10px; }
.paginatore li {float: left; list-style: none; display: flex; font-weight: bold; }
.paginatore li a {padding:3px 3px 3px 10px;}
.paginatore li a:hover{text-decoration:underline !important; }
.paginatore li .sel{background-color:var(--blue); color: var(--white); display: inline-block; width:30px; text-align: center; padding:3px; text-decoration: none; text-decoration: none !important; border-radius:30px;}

/*SITE MAP*/
ul.site-menu {list-style-image:url(../images/list.png)!important; padding-right:10px; }
.site-menu span {color: var(--blue); font-weight: bold; font-size: 1.1em; padding:0px; margin:0px; padding-top:10px; display:block; line-height:2em; }
.site-menu ul {list-style-image:url(../images/list.png)!important; list-style-type: none; padding: 0px; padding-left: 0px; margin: 0px; padding-left: 15px; }

/*DETTAGLIO NEWS*/
#dettaglioNews{margin:0px; padding-top:15px; display: block; clear: both; width: 100%;  padding-bottom:15px;  overflow:hidden; display: block;}
#dettaglioNews h2{color: var(--blue); font-size:1.1em; font-weight:bold; padding-bottom:0px; background: none; margin-top: 0px; }
#dettaglioNews p { line-height: 1.5em; font-size:1em!important; }
#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 {margin-bottom: 5px; display: block; text-transform:capitalize; font-weight:normal; font-style: italic; }
#dettaglioNews .comune {font-weight:bold; color: var(--blue); margin-bottom: 5px; font-size: 1.4em; }
#dettaglioNews .localita {font-weight:bold; margin-bottom: 5px;  }
#dettaglioNews .allegato {color: var(--blue); border:1px solid var(--blue); background-color: var(--white); padding: 8px; margin-top: 20px; overflow: hidden; width: max-content; -webkit-border-radius: 2px; border-radius:2px}
#dettaglioNews .fonte {margin-top:10px; color: var(--blue); font-style:italic; float: right; }

.back {display: inline-block; font-weight:lighter; overflow: hidden; float:right; Margin-bottom: 10px; background: var(--blue); color: var(--white); padding:7px 15px 7px 20px; overflow: hidden; -webkit-border-radius:2px; border-radius:2px;}
.back a:hover {color: var(--white); text-decoration: underline;}

/*DETTAGLIO LATERALE LIBERO*/
#contenuto_laterale {background-color:var(--light_gray); padding:15px; width:25%; float:right; overflow: hidden;  -webkit-border-radius:2px; border-radius:2px; margin-top: 20px; margin-bottom: 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:lighter; font-size: 0.9em; }
ul.lista_laterale li {list-style-image: url(/images/list.png);}
#contenuto_laterale p{padding:5px 0px 5px 0px; line-height:1.5em;  font-size: 0.9em;  }
#contenuto_laterale div{ padding:5px 0px 5px 0px; line-height:1.5em;  font-size: 0.9em;  }
#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 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 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 img{float:left; background-color: #d8d8d8; padding: 10px; -webkit-border-radius:2px; border-radius:2px; max-width: 49%;}

/* 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:#dedede; 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); text-transform: uppercase;  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: #dedede; 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: #fff!important; }
.video_riga_descrizione_breve {display: none}

.video_img {position: relative;background:#fff; 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; }