@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 {
    --orange:#c73f0b;
    --white:#ffffff;
    --grey:#777777;
    --blue:#002857; 
    --dark_gray:#282828;
    --light_gray:#f4f4f4;
    --focus: #ff9900;
    --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); }

::-moz-selection {color: var(--white); background:var(--dark_gray);}    
::selection {color: var(--white);  background:var(--dark_gray);}

/* h1 h2 h3 h4 */ 
h1{color: var(--white); font-family: var(--font-title); font-size:2em; margin-top:20px; margin-bottom:20px; font-weight:bold; background-color: var(--orange); text-align:center; text-transform: uppercase; border-radius: 5px;}
h2{color: var(--dark_gray); font-family: var(--font-title); font-size:1.6em; margin-top:10px; margin-bottom:5px; font-weight:bold; text-transform: uppercase; }
h3{color: var(--dark_gray); font-size:1.2em; font-family: var(--font-title); font-weight:bold; }

/*H1 home*/
.titolo_home{background-color: var(--white); color: var(--orange);}
.testo_home{ font-size: 1.3em;}

ul{padding-left:30px; margin-top:10px; margin-bottom:10px;}
ol{padding-left:30px; margin-top:10px; margin-bottom:10px;}

/*LINK*/
a{color:inherit; opacity:1; text-decoration:none; }
a:hover {color:inherit; text-decoration:underline; }

/* 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;}
.puls_training {position: fixed; z-index: 10000; left: 10px; top: 0px;}

/*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; padding: 0px; font-family: var(--font-title); width: 100%;} 
section {clear:both; padding:0px; z-index: 1000; overflow:hidden; min-height:500px; background-color: var(--white); margin-top: 20px; margin-bottom: 20px;}
section img {max-width:100%; overflow: hidden; height: auto;}

/*FOOTER*/

footer {width: 100%; background-color:#1B2C48; padding-bottom:15px; color:#fff; text-align: center;}
footer a{color: #fff; font-weight: bold; text-decoration: underline;} 
footer div{background-color:#243A60; width: 100%; overflow: hidden; margin-bottom: 15px }
footer .logo_ania {max-width:100%; height:auto; width: auto; text-align:right; float: right; position:relative; }
footer .indirizzo {min-height:150px; width:32%; padding-top:20px; padding-bottom:20px;  margin:0.5%; color:#C6C6C6; float:left; text-align: left;}
footer .indirizzo h2{color: #fff; text-align: left; margin-top:20px; margin-bottom:10px; padding-bottom:10px; background-image:url(/images/back_footer.png); background-repeat:no-repeat; background-position:bottom left; }
footer .indirizzo h2 span{color: #B2B2B2; font-weight: normal; text-align: left;  margin-bottom:5px;  clear: both; display: block; text-transform: capitalize; font-size: 13px;}


/*FORM*/
form {width: 100%; padding: 5px; box-sizing: border-box}
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); background-image:url(/images/arrow.png); background-repeat:no-repeat; background-position:right;  font-size:1em; width:100%; border: 1px solid var(--light_gray); background-color: var(--white); color:var(--dark_gray); margin-bottom: 10px; padding-right:30px !important; 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:10px; -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(--orange) !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(--orange) !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(--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(--orange) !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;}

#dynamic_select{margin-top: 20px;}
#dynamic_select_1{margin-top: 20px;}
#dynamic_select_2{margin-top: 20px;}
#dynamic_select_3{margin-top: 20px;}

#percorsi_ricerca input[type=submit]{background-color: var(--orange) !important; color: var(--white) !important; margin:0px; }

/*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(--orange)}
.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;*/}


/*QUICKSTART*/
.quickstart h2{color: var(--orange);
  font-family: var(--font-title);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  background-color: var(--white);
  text-align: center;
  text-transform: uppercase;}
/*RICERCA TOP*/

#box_social {overflow: hidden; float: right; margin-top:-30px; text-align: right; padding: 0px;}
#box_social li{list-style-type: none;}
#box_social img{display: inline-block; padding:2px; box-sizing: border-box; width:30px; height:30px; border-radius:5px}
/*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%; position: relative; height: 120px; }
#header {clear:both; z-index: 5000; position: relative; overflow:hidden;  }
#logo{float: left; display: inline-block; padding-top:20px;}

.back_aggiornamento_cont{ background-image: url(/images/back_aggiornamento_cont.png); background-repeat: no-repeat;  background-position: bottom; height: 40px;}

.cont_aggiornamento{background-image: url(/images/back_aggiornamento.png); position: relative; top: -40px; line-height:2em; background-repeat: no-repeat;  background-position: bottom left;  height: 40px; text-align: right; color: var(--white);  font-weight:bold;}


/*TOP HEADER FISSA*/
.header-fixed {position: fixed; background-color: var(--white); top: 0; left: 0; width: 100%; height:140px; 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-bottom: 2px solid var(--orange); box-shadow: 0px 3px 4px 0px var(--light_gray) inset;} 
.header-fixed img {height: 70px; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease;}
.header-relative {height: 50px; }
.header-fixed.resized {height:120px; }
.header-fixed.resized img {height:50px; float: left; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease;}
.header-fixed #cssmenu {top:0px;}
.header-fixed.resized #cssmenu {top:-10px; }


/*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:url(/images/back_message.png);}
.frame_right{right:0px; text-align: right; border-radius: 15px 0px 0px 15px; -webkit-border-radius:15px 0px 0px 15px; background:url(/images/back_message.png);}
.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*/
.top_news{display: block; width:100%; padding:10px; padding-bottom:0px; }
.top_news h3{color: var(--orange); font-weight: bold; font-size: 1.2em;}
.top_news ul{margin-top:10px; margin-right: 20px; border-radius: 5px 5px 5px 5px; overflow: hidden; padding-top: 10px; }
.top_news li{color: var(--dark_gray); list-style-image:url(/images/list.png)!important; padding-bottom:10px; }
.top_news li span{color:var(--orange); font-weight: bold; display: inline-block ; clear: both;}



.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;  margin-bottom: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;}
.percorsi_home{border:2px solid var(--orange); border-radius: 5px;}
.percorsi_home label{color:var(--orange); padding-top:10px; font-weight: bold; font-size: 1.2em; font-family: var(--font-title);}
.percorsi_home h3{color:var(--orange); font-weight: bold;}


/* 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); text-transform:lowercase; font-weight:bold; }
.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-family: 'Nunito', sans-serif !important;}
.dettaglio_intero p{font-family: 'Nunito', sans-serif !important; font-size: 16px !important; }
.dettaglio_intero a{font-weight:bold; text-decoration: underline;}
.dettaglio_intero span{font-family: 'Nunito', sans-serif !important; font-size: 16px !important;}
.dettaglio_intero ul{font-family: 'Nunito', sans-serif !important; font-size: 16px !important;}

.dettaglio_intero img{ width:30%;}

.dettaglio_splittato {width:70%;float:left;}
.titolo_confronti{color: var(--white); font-family: var(--font-title); font-size:2em; margin-top:20px; margin-bottom:20px; font-weight:bold; background-color: var(--orange); text-align:center; text-transform: uppercase; border-radius: 5px;}
.h1_confronti{color: var(--orange); font-family: var(--font-title); margin-top:20px; margin-bottom:20px; font-weight:bold;  background-color: var(--white); text-align:center; text-transform: uppercase;}

/*PAGINA PERCORSI*/
.percorsi{display: grid; overflow: hidden;}
h2.percorsi {color: var(--orange); font-family: var(--font-title); margin-top:20px; margin-bottom:20px; font-weight:bold;  background-color: var(--white); text-align:center; text-transform: uppercase;}
.percorsi p{clear: both; padding:5px}
.percorsi span{ margin-right:5px; font-weight: bold;}
.percorsi .titolo {background-color: var(--light_gray); box-sizing: border-box;  line-height:1.4em; color: var(--orange); padding:5px; float: left;  font-weight: bold; order: -2; width: 100%}

.ric_parola{margin:0px!important;}
.pulsante_percorsi {overflow: hidden;  margin-bottom:10px; background-color: var(--orange) !important; color:var(--white) !important; text-align:center; cursor: pointer; padding:5px; font-weight: bold; -webkit-border-radius:5px; border-radius:5px; display: block; float: right; margin-top:10px;}
.dettaglio_percorsi{display:block;}
.dettaglio_percorsi h2{text-transform: none; margin-bottom:20px; margin-top: 20px; line-height: normal; font-size: 1.4em; clear: both;}

.scheda_riga{border-bottom:1px solid var(--light_gray); padding-bottom:5px; margin-top:5px;}
.scheda_etichetta {color: var(--orange); font-weight: bold; width:250px; float: left; }
.scheda_abstract_titolo {color: var(--orange); font-weight: bold; margin-bottom:5px; margin-top:20px;}
.scheda_abstract_contenuto {padding-bottom:10px; margin-top:5px; text-align: justify; font-family: var(--font-text) !important;}

.scheda_allegati{padding-bottom:5px; margin-bottom:10px; }
.scheda_allegati_title{color: var(--orange); font-weight: bold;}
.scheda_allegati_title ul{padding-left:0px !important}

.scheda_allegato_docx {background: url(/images/doc.png) no-repeat center top; margin-top:10px;  padding-top: 60px; box-sizing: border-box; margin-right: 5px; list-style: none; font-weight: bold; height:90px; -webkit-border-radius:5px; border-radius:5px; text-align: center; width:180px; background-size: 50px; float: left; display: block; border: 1px solid var(--light_gray);}
.scheda_allegato_pdf  {background: url(/images/pdf.png) no-repeat center top; margin-top:10px;  padding-top: 60px; box-sizing: border-box; margin-right: 5px; list-style: none; font-weight: bold; height:90px; -webkit-border-radius:5px; border-radius:5px; text-align: center; width:180px; background-size: 50px; float: left; display: block; border: 1px solid var(--light_gray);}
.scheda_allegato_jpg  {background: url(/images/jpg.png) no-repeat center top; margin-top:10px;  padding-top: 60px; box-sizing: border-box; margin-right: 5px; list-style: none; font-weight: bold; height:90px; -webkit-border-radius:5px; border-radius:5px; text-align: center; width:180px; background-size: 50px; float: left; display: block; border: 1px solid var(--light_gray);}
.scheda_allegato_print{background: url(/images/print.png) no-repeat center top;margin-top:10px;  padding-top: 60px; box-sizing: border-box; margin-right: 5px; list-style: none; font-weight: bold; height:90px; -webkit-border-radius:5px; border-radius:5px; text-align: center; width:180px; background-size: 50px; float: left; display: block; border: 1px solid var(--light_gray);}
 
.percorsi_link_riferimento {margin-right: 15px; text-decoration: underline;}

.messaggio_documento_vuoto{text-align: center; font-weight: bold;}
/*PAGINA MOTORE DI RICERCA*/
#risultati_ricerca{margin-bottom: 20px;}

.barra_ricerca{padding-bottom: 10px;}
.barra_ricerca input{width:60%; margin-bottom:10px; margin-top:10px; }
.barra_ricerca select{width:60%;}
.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 NUOVO
.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;}


/*PAGINATORE VECCHIO*/
.paginatore{width:100%; font-weight:500; padding:5px; margin:10px; float:left; text-align:center}
.paginatore p a{color:#575756; opacity:1; font-size:1.4em; margin: 5px;text-decoration: none; font-weight:bold}
.paginatore p a:hover{opacity:0.7;  text-decoration: none;}
.paginatore p a.sel{    background-color: #243A60;  color: #fff; display: inline-block; line-height: 1.4em; padding: 5px; text-decoration: none; width: 30px; height: 30px; text-decoration: none; }

.paginselect{font-weight: bold; font-size:1.5em; color: var(--orange);}


/*PERCORSI*/
.percorsitable{background-color:#e4e1de; margin:10px; padding: 5px;-webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;}
.percorsitable th{background-color:#cbcbcb; text-align:left; margin:10px; padding: 5px;}
.percorsitable tr{background-color:#fff;}
.percorsitable td{text-align:left; padding: 5px;}



/*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;  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; font-family: var(--font-text) !important;}
#dettaglioNews p a{font-weight:bold; text-decoration: underline;}
#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:uppercase; font-weight:bold; color:var(--orange); }
#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(--white); background-color: var(--orange); padding:5px; font-weight: bold; margin-top: 20px; overflow: hidden; width: max-content; -webkit-border-radius: 5px; border-radius:5px}
#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*/
#ricercavideo .pulsante_video {overflow: hidden;  margin-bottom:10px; background-color: var(--orange) !important; color:var(--white) !important; text-align:center; cursor: pointer; padding:5px; font-weight: bold; -webkit-border-radius:5px; border-radius:5px; display: block; float: right; margin:0px !important;}
.lista_video h2{color: var(--orange); font-family: var(--font-title); margin-top:20px; margin-bottom:20px; font-weight:bold;  background-color: var(--white); text-align:center; text-transform: uppercase;}


.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 {width:20%; height: 170px; margin-bottom:5px; float: left; overflow: hidden;}
.video_img img {width:100%; height:170px; float: left; overflow: hidden; margin: 5px;}
.video_desc{padding-top: 5px; border-top:2px var(--light_gray) solid;}

.intensita_Alto {color:red; float: right; font-weight: bold !important; }
.intensita_Medio {color:orange; float: right; font-weight: bold !important; }
.intensita_Basso {color:green; float: right; font-weight: bold !important; }

.video_txt{float: left; width:80%; display: block; padding: 5px; box-sizing: border-box;}

.temi{margin-top:10px;}
.temi a{margin-right:5px; text-decoration: underline; color:var(--orange); font-weight:bold; }




