:root {
  --font-family: "open_sans", Verdana, Arial, Helvetica, sans-serif;
  --font-scale: 0.5vw;
  --menu-bg: #fff;
  --menu-color: #000;
  --text-color: #989898;
  --text-color2: #000000;
  --text-titoli-color: #3e494f;
  --link-color: #267345;
  --link-color2: #ffa500;
  --red-color: #ae0f0f;
  --green-color: #267345;
  --blue-color: #1e8dc5;
  --viola-color: #b02ab0;
  --border-color: #ecebeb;
  --width_container: 100%;
  --riqStr-margin:5%;
  --riqStr-padding:5%;
    --base-font-size: 70vw;
}

html, body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #f6f9fc;
  display: flex;
  flex-direction: column;
  min-height: 100vh;

	text-decoration: none;
	font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	 line-height: 20px;
	text-rendering: optimizelegibility;
}

* {
margin: 0;
padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flex {
flex-wrap: wrap;
  display: flex;
	flex-direction: row;
}

.row {
  width: 100%;
  clear: both;
  display: block;
}

.cover {
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  min-height: 100vh;
}

.custom-select {
    position: relative;
    width: 200px; /* Larghezza del selettore */
}

select {
    padding: 5px 30px 5px 8px;
    border: 0px solid #ccc;
    border-radius: 5px;
    background-color: #00000078;
    appearance: none; /* Rimuove lo stile predefinito */
    background-image: url('immaginiSM/freccia_select.svg');
    background-repeat: no-repeat;
    background-position: right 10px center; /* Posizione della freccia */
    background-size: 16px 16px;
    cursor: pointer;
}

select:focus {
    outline: none; /* Rimuove il contorno al focus */
}

/*
.col {
  box-sizing: border-box;
}
.col-1 {
  width: 8.33333%;
  float: left;
}
.col-2 {
  width: 16.6666%;
  float: left;
}
.col-3 {
width: 23%;
float: left;
margin: 1%;
}
.col-4 {
  width: 33.33333%;
	padding: 30px;
	margin: 2%;
	border: 1px solid #fff;
  float: left;
}
.col-6 {
  width: 50%;
  float: left;
}
.col-8 {
  width: 66.666666%;
  float: left;
}
.col-10 {
  width: 83.3333%;
  float: left;
}
*/
[class*='col-'] {position: relative; text-align: left;padding: 10px;}

.col-0{flex: 1;}
.col-1{width: 100%;}
.col-2{width: calc(100% / 2);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.col-6{width: calc(100% / 6);}
.col-7{width: calc(100% / 7);}
.col-8{width: calc(100% / 8);}
.col-gr_sx{width: calc(15%);height: 100%;border: 1px solid var(--border-color);}
.col-gr_dx{width: calc(85%);min-height: 95vh;border-bottom: 1px solid var(--border-color);}

.col-1-1{flex: 1; width: 100% !important}
.col-2-2{flex: 2;}
.col-3-3{flex: 3;}
.col-4-4{flex: 4;}
.col-5-5{flex: 5;}
.col-6-6{flex: 6;}
.col-7-7{flex: 7;}
.col-8-8{flex: 8;}


h1, .text-1{font-size: calc(1.5rem + var(--font-scale));line-height: calc(0.8 + 0.2/max(1));margin-bottom: 0.5rem}
h2, .text-2{font-size: 1.6rem;line-height: 1.6rem;margin-bottom: 0.4rem}
h3, .text-3{font-size: 1.8rem;line-height: 2.3rem;font-weight: normal;margin-bottom: 0.4rem}
h4, .text-4{font-size: 1.3rem;line-height: 1.4rem;margin-bottom: 0.4rem;}
h5, .text-5{font-size: 1.1rem;line-height: 1.3rem;font-weight: normal;margin-bottom: 0.3rem;}
h6, .text-6{font-size: 0.8rem;line-height: 1.3rem;font-weight: normal;margin-bottom: 0.3rem;}
h7, .text-6{font-size: 0.7rem;line-height: 1.2rem;font-weight: normal;margin-bottom: 0.2rem;}

.valoreGR {
font-weight: normal;
font-style: normal;
}


.strumento1 {
position:absolute;
	overflow: hidden;
z-index: 9;
width: 90%;
height: 90%;
top: 5%;
left: 5%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}


.marksTOT {
z-index: 10;
position: absolute;
fill: none;
stroke: #000;
stroke-width: 1;
stroke-linecap: round;
float: left;
}

.marks {
  stroke-width: 0.2;
}

.numbers_marks_TOT {
z-index: 9;
position: absolute;
}

.numbers_marks {
width: 30px;
position: absolute;
top: 3px;
min-height: 10%;

}

.unita_misura {
position: absolute;
z-index: 99;
width: 50%;
height: 50%;
padding: 15px;
color:#000000;
text-align: center;
}

.dati {
position: relative;
z-index: 99;
width: 100%;
height: 50%;
padding: 15px;
/*background-color:#b1b1b1;*/
color:#000000;
text-align: center;
margin: 0 auto;
border-radius: 100px 100px 100px 100px;
}


.container {
	margin: 20px 0 0 20px;
}




.chart-container {
  position: relative;
    width: 80%;
    height: 150px;
    margin: 5% 0% 15% 15%;
    float: left;
}
.chart-container_home {
  position: relative;
    width: 90%;
    height: 160px;
    margin: 0px 5px 70px;
    float: right;
}
.container_scroll {
  overflow-x: visible;
  white-space: normal;
}
.bars-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative; /* Necessario per posizionare il fumetto */
    cursor: pointer;
}

.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: none; /* Nascondi di default */
    z-index: 20; /* Assicurati che sia sopra altri elementi */
    white-space: nowrap; /* Impedisce la rottura della linea */
    left: 50%; /* Centra orizzontalmente */
    transform: translateX(-50%); /* Centra esattamente */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /* Colore dell'overlay */
    opacity: 0; /* Inizialmente invisibile */
    transition: opacity 0.3s ease; /* Transizione per l'effetto overlay */
    z-index: 10; /* Deve essere sopra le barre ma sotto il tooltip */
}

.bars-container:hover .overlay {
    opacity: 1; /* Mostra l'overlay al passaggio del mouse */
}

.animated-bar {
  width :40%;
  animation-duration :2s ;
  animation-fill-mode :forwards ;
  transform-origin :bottom center ;
  margin-right :1%;
  margin-left :1%;
  border-radius: 3px 3px 0 0;
}

@keyframes grow {
  from { height :0 ; }
  to { height :var(--bar-height); }
}

.horizontal-line {
    position: absolute;
    left: 0;
    width: 100%; /* Larghezza della linea orizzontale */
    height: 1px; /* Spessore della linea orizzontale */
    background-color: #757575; /* Colore della linea orizzontale */
}

.horizontal-line-number {
    position: absolute;
    left: -30px; /* Posizione del numero rispetto alla linea orizzontale */
    top: -11px;
    font-size: 11px;
}

.tick-number-x {
  position: absolute;
  bottom: -35px; /* Posizione del numero rispetto alla tacca X */
  text-align:center ;
  width :100%;
  margin-bottom :5px ;
  font-size: 12px;
}
.tick-line-x {
    position: absolute;
    bottom: -8px; /* Posizione della tacca X rispetto alla linea X */
    width: 1px; /* Spessore della tacca X */
    height: 8px; /* Altezza della tacca X */
    background-color: #ffffff; /* Colore della tacca X */
    opacity: 0.5;
    left: 50%;
}
.vertical-line {
    position: relative;
    float: left;
    top: 0px;
}
.vertical-line_2 {
            position: absolute;
            width: 1px; /* Spessore della linea */
            height: 100%; /* Altezza della linea */
            opacity: 0.5; /* Trasparenza della linea */
            border-left: 1px dashed lightgray; /* Tratteggio */
        }

.x-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #757575;
}

.y-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #75757500;
}
.quadrato {
    width: 12px;
    height: 12px;
}

.label-y {
position:absolute;
left:-150px;
top:50%;
width: 200px;
text-align:center;
-webkit-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 transform: rotate(-90deg);
}

.label-x {
position: absolute;
width: 100%;
bottom: -60px;
text-align: center;
}

#correntometro {
    position: relative;
    top: 30px;
    margin: 0 auto;
    perspective: 1000px;
    /* perspective-origin: 75% 75%; */
    margin-bottom: 100px;
}

#cubo {
    position: absolute;
    bottom: 0px;
    transform-style: preserve-3d;
}

#cubo > div {
    position: absolute;
    border: 1px solid #757575;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    /* opacity: 0.7; */
}

.fronte { /* background-color: #1d576d; */ }
.retro { /*background-color: #1d576d; */ }
.destra { /* background-color: #1d576d; */ }
.sinistra { /* background-color: #1d576d; */ }
.superiore { /* background-color: orange; */}
.inferiore { /* background-color: #1d576d; */ }

.cella {
     border: 0px !important;
     overflow: hidden;
}

.webcam_foto {
     text-align: center;
     width: 50%;
     margin: 0 auto;
}
.riq_int_dx {
  width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 5px;
}


@media (max-width: 991px) {
[class*='col-'] {width: 50%; }
.col-0{flex: none;}
.col-1{width: 100%;}
.col-gr_sx{width: calc(100%);}
.col-gr_dx{width: calc(100%);}
.col-mob{width: 100%;}
.col-mob_hidd{display: none !important}

.riq_int_dx {
  width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 5px;
}
}
@media (max-width: 768px) {
[class*='col-'] {width: 50%; }
.col-1{width: 100%;padding: 0px;}
.col-mob{width: 100%;padding: 0px;}
.col-mob_hidd{display: none !important}

}

div.Testo li {
  margin-left:20px;
    margin-bottom:5px;
}


a:link, a:visited {
	color: #5A9CC1;
	text-decoration: none;
	font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	 line-height: 22px;
}

a:hover {
	color: #7D7D7D;
	font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	 line-height: 22px;
}



A.linkhome {
	FONT-WEIGHT: bold; font-size: 19px;  line-height: 21px; COLOR: #989898; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
A.linkhome:hover {
	FONT-WEIGHT: bold; font-size: 19px;  line-height: 21px; COLOR: #0099FF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
A.linkselect {
	FONT-WEIGHT: bold; font-size: 19px;  line-height: 21px; COLOR: #e71822; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
A.BIANCOp:link {
	FONT-WEIGHT: bold; font-size: 19px;  line-height: 21px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
A.BIANCOp:visited {
	FONT-WEIGHT: bold; font-size: 19px;  line-height: 21px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
A.BIANCOp:hover {
	FONT-WEIGHT: bold; font-size: 19px;  line-height: 21px; COLOR: #CCCCCC; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.Testo {
	font-size: 18px;  line-height: 24px; COLOR: #989898; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TestoColonna {
display:none;
}
.sottoTitoloColonna {
	font-size: 18px;  line-height: 21px; COLOR: #989898; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
}
.TestoColonna_grande {
font-size: 18px;  line-height: 21px; COLOR: #989898; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
}


.TestoP {
	FONT-SIZE: 14px; line-height: 18px; COLOR: #606060; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
a.TestoP:link {
	FONT-SIZE: 14px; line-height: 18px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
a.TestoP:visited {
	FONT-SIZE: 14px; line-height: 18px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
a.TestoP:hover {
	FONT-SIZE: 14px; line-height: 18px; COLOR: #606060; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoP2 {
	FONT-SIZE: 14px; line-height: 18px; COLOR: #606060; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
a.TestoP2:link {
	FONT-SIZE: 14px; line-height: 18px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
a.TestoP2:visited {
	FONT-SIZE: 14px; line-height: 18px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
a.TestoP2:hover {
	FONT-SIZE: 14px; line-height: 18px; COLOR: #606060; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TestoRosso {
	FONT-SIZE: 15px;  line-height: 19px; COLOR: #FF0000; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBold2 {
	FONT-SIZE: 18px;  line-height: 19px; COLOR: #FFFFFF;	font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
}
.TestoBold {
	FONT-SIZE: 18px;  line-height: 19px; COLOR: #8b8b8b;	font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
}
.TestoTREBUC {
	FONT-SIZE: 12px; COLOR: #000000; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
A.link1 {
	FONT-SIZE: 12px; COLOR: #989898; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
A.link1:hover {
	FONT-SIZE: 12px; COLOR: #e71822; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TitoloColHome {
	FONT-SIZE: 26px;
	 line-height: 27px;
	 COLOR: #FFFFFF;
	 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
	   position: absolute;
   bottom: 50px;
   left: 10px;
	text-shadow: 1px 1px 2px black;
}



.rowselect {
	BACKGROUND-COLOR: #e7f7fe
}
.rowselect_pro {
	BACKGROUND-COLOR: #e9edfc
}
.testoEvidenzBLU {
    BACKGROUND-COLOR: #11658a
}
.testoEvidenzGRIGIO {
    BACKGROUND-COLOR: #cccccc
}
.testoEvidenzARANCIONE {
    BACKGROUND-COLOR: #F47318;
	padding:2px 6px 2px 6px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	text-transform: uppercase;
}

.TestoGrandeGrigio {
	FONT-SIZE: 32px; line-height: 34px; COLOR: #6a6767; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.Sottotitolo {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #7D7D7D; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
A.linktext2 {
	FONT-SIZE: 12px; COLOR: #000000; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.linea_vert_SX_grigia {
	background-image: url(immagini/lineaSX.gif);
	background-repeat: repeat;
}
.SottotitoloGRIGIOscu {

	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #5f5e5e; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoPICCOLO {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'OpenSansLight', sans-serif;
			color: #888888;
			font-size:13px;
			line-height: 18px;
}
.TestoPICCOLO2 {

	FONT-SIZE: 12px; line-height: 14px; COLOR: #ffffff; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.SottotitoloARANCIONE {

	FONT-WEIGHT: bold; FONT-SIZE: 24px; line-height: 28px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.SottotitoloARANCIONEgr {

	FONT-WEIGHT: bold; FONT-SIZE: 24px; line-height: 26px; COLOR: #F47318; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoGrandeBLU {

	FONT-SIZE: 32px; line-height: 34px; COLOR: #0D92A2; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBluData {

     FONT-SIZE: 20px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBlu11 {

     FONT-SIZE: 11px; COLOR: #0d5270; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBlu12 {

     FONT-SIZE: 12px; COLOR: #0d5270; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBlu14 {

     FONT-SIZE: 14px; COLOR: #000000; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBlu14-2 {

     FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #0d5270; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBLU15 {

	FONT-SIZE: 15px; COLOR: #989898; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBLU16 {

	font-size: 17px; line-height: 23px;  COLOR: #0d5270; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBLU16-2 {

	font-size: 17px;  line-height: 23px; COLOR: #0d5270; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBLU18 {

	 FONT-SIZE: 18px; line-height: 20px; COLOR: #0d5270; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBLU20 {

	FONT-SIZE: 30px; line-height: 38px;  COLOR: #0F8FD6; text-transform: uppercase; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoGrigio14 {

	font-size: 17px;  line-height: 23px; COLOR: #aeadad; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoGrandeBLUtrebuchet {

	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #0078B7; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoGrandeVERDEtrebuchet {

	FONT-SIZE: 18px; COLOR: #237296; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TestoTitoloVERDEtrebuchet {

	font-size: 17px;  line-height: 23px; COLOR: #237296;  font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoTitoloVERDEpicctrebuchet {

	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #008C92; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoTitoloGRIGIOpicctrebuchet {

	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #999999; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.titoloP {

     FONT-SIZE: 25px; line-height: 25px; COLOR: #000000; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.titoloProsso {

     FONT-SIZE: 27px; line-height: 29px; COLOR: #bb1717; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco24 {

     FONT-SIZE: 24px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco30 {

     FONT-SIZE: 30px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco30P {

     FONT-SIZE: 26px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TestoRosso35 {

     FONT-SIZE: 35px; line-height: 36px; COLOR: #bb1717; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoRossoGR {

     FONT-SIZE: 38px; line-height: 40px; COLOR: #bb1717; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoNero50 {

     FONT-SIZE: 50px; line-height: 53px; COLOR: #0F8FD6;  font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TestoNero30 {

     FONT-SIZE: 27px; line-height: 33px; COLOR: #8d8d8d; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TestoNero30verde {

     FONT-SIZE: 27px; line-height: 30px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TestoNero40verde {

     FONT-SIZE: 40px; line-height: 44px; COLOR: #ae491a; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}


.TestoNero30-2 {

     FONT-SIZE: 50px; line-height: 50px; COLOR: #C1C1C1; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoRosso50 {

     FONT-SIZE: 24px; line-height: 27px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}


.TestoRosso50ColGR {

     FONT-SIZE: 40px; line-height: 50px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TestoRosso20ColGR {

     FONT-SIZE: 25px; line-height: 30px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TestoBeige50ColGR {

     FONT-SIZE: 55px; line-height: 58px; COLOR: #E9E5D6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoRossoGR {

     FONT-SIZE: 35px; line-height: 38px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoNero24 {

     FONT-SIZE: 24px; line-height: 27px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoNero24GRIGIO {

     FONT-SIZE: 19px; line-height: 23px; COLOR: #818181; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoRosso24 {

     FONT-SIZE: 20px; COLOR: #0F8FD6; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco20 {

     FONT-SIZE: 20px; line-height: 22px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBiancoData {

     FONT-SIZE: 22px;  line-height: 20px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco18 {

     FONT-SIZE: 18px; line-height: 22px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco16 {

     font-size: 17px; line-height: 23px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco14 {

     FONT-SIZE: 15px; line-height: 18px; COLOR: #e9e9e9; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco11 {

     FONT-SIZE: 11px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco {

     FONT-SIZE: 12px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TestoGrigio12 {
	FONT-SIZE: 15px; line-height: 19px; COLOR: #cccccc; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

.TestoBoldArancione {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
	color: #F47318;
}


.OpenSansRegularTitolo {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			font-size:65px;
			line-height: 68px;
		}

.OpenSansRegularTitoloP {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			font-size:45px;
			line-height: 48px;
		}

.hTitolo {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
			color: #989898;
			font-size: 18px;
line-height: 20px;
		}
.titolo45 {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
			color: #0F8FD6;
			font-size: 45px;
            line-height: 45px;
		}

.OpenSansRegularTitolo {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
			color: #0F8FD6;
			font-size:27px;
			line-height: 29px;
		}

.OpenSansRegularTesto {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
			color: #6a6767;
			font-size:15px;
			line-height: 19px;
		}


@font-face {
    font-family: 'openSans';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont.svg#openSans') format('svg');
    font-weight: normal;
    font-style: normal;

}


.titolo45 {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
			color: #5C8817;
			font-size: 45px;
            line-height: 45px;
		}

  /* table */


 @font-face {
    font-family: 'cinzelregular';
    src: url('cinzel-regular-webfont.woff2') format('woff2'),
         url('cinzel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
  .titoloLogo {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'cinzelregular', Verdana, Arial, Helvetica, sans-serif;
			color: #989898;
			font-size: 21px;
line-height: 25px;
		}
  .sottotitoloLogo {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'cinzelregular', Verdana, Arial, Helvetica, sans-serif;
			color: #0F8FD6;
			font-size:15px;
			line-height: 19px;
		}



    .riqLibroSX {
	float:left;
	width:90px;
}
    .riqLibroDX {
	float:left;
	width:150px;
}

.container {
  margin: 5% 3%;
}


.mosaicflow__column {
	float:left;
	}

.mosaicflow__item {
	position:relative;
	}

.mosaicflow__item img {
		display:block;
		width:100%;
		max-width:500px;
		height:auto;
		}

.grid{
	padding: 0px;
	background:#fff;
	margin:6px;

	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);

	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.gradient2 {
position: absolute;
bottom: 0px;
padding: 5%;
width: 100%;

background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
border-radius: 8px 8px 0px 8px;
}
.gradient4 {
position: absolute;
bottom: 0px;
padding: 30px 5px 5px 5px;
width: 100%;
text-align:left;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	border-radius: 8px 8px 0px 8px;
}


   /* table */


.menuFI {
z-index: 1500;
position: relative;
top: 0px;
width: 100%;
height: 90px;
border-bottom: 0px solid #d0d0d0;
}

.menuN {
z-index: 300;
width:960px;
margin: 0 auto;
height:90px;
position:relative;
}
.logo {
position: relative;
float: left;
width: 80px;
min-height: 80px;
background-size: cover;
}
.logoTitolo {
FONT-SIZE: 25px;
line-height: 28px;
COLOR: #0F8FD6;
font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
position: relative;
top: 10px;
left: 10px;
}
.titolo_stazione {
width: 50%;
}
#logoImm {
float: left;
height: 71px;
width: 300px;
}
.logo_sotto {
z-index: 300;
position:relative;
top: -15px;
}

#testoLogo	{
z-index: 300;
position: relative;
top: 10px;
float: left;
}

.logoCat {
z-index: 100;
position:absolute;
float:right;
right:20px;
top:300px;
height:145px;
width:208px;
}

.band {
z-index: 600;
position:relative;
float:right;
text-align:right;
right:10px;
top:0px;
height:20px;
width:40%;

}


.titoloPag	{
width: 92%;
margin: 0 auto;
text-align:left;
margin-bottom: 30px;
}

.dataLang	{
z-index: 10;
position:absolute;
width: 300px;
height:80px;
text-align:center;
padding:4px;

float:right;
top: 0px;
right:0px;
}
.dataSocial	{
float: right;
top: 0px;
margin-right:0px;
width: 300px;
}

#mainmenuFI {
z-index: 10;
position:absolute;
top: 100px;
width: 100%;
height: 42px;
border-bottom: 1px solid #d4d4d4;
}

.testoRiq {
    z-index: 1000;
    position: absolute;
    float: left;
    text-align: center;
    left: 0px;
    bottom: 40px;
    height: auto !important;
    min-height: 20px;
    padding: 10px;
    background-image: url("immagini/sfondoTrasp.png");
    overflow: hidden;
    font-size: 25px;
    color: #989898;
    font-family: "openSans",Verdana,Arial,Helvetica,sans-serif;
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}


#mainmenuSM{
	z-index: 9999;
display:none;
position:absolute;
top: 70px;
width: 240px;
float: right;
right: 0px;
}


#mainmenuSMul {
width:100%;
list-style: none;
top: 0px;
left: 0px;
}


#mainmenuSMul li {
	float: none;
	width:100%;
	background:#EFEFEF;
	border-bottom: 1px solid #d0d0d0;
	border-left: 0px ;
	z-index: 300;

	-webkit-box-shadow: 0px 5px 10px #9F9F9F;
	-moz-box-shadow: 0px 5px 10px #9F9F9F;
	box-shadow: 0px 5px 10px #9F9F9F;
	}


 #mainmenuSMul li a{
color: #000000;
 display: block;
 padding: 10px 10px;
 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
	font-size: 16px;

}

#mainmenuSMa:hover {
color: #d0d0d0;
background:#666;
}
#mainmenuSMul li a.selected2 {
color: #FFFFFF;
font-size: 21px;
background-color:#3D5A0F;
border-radius: 0px 0px 0px 0px;
border: 0px solid #FFFFFF;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
position: relative;
left: 0px;
top: 0px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}
.btn-responsive-menuSM {
display:block;

}

.menu_tri {
position:relative;
float:right;
top: -12px;
width: 21px;
height: 13px;
right: 17px;
}

.btn-responsive-menuSM{display: block;float: right;padding:0px;cursor:pointer;margin:  20px 5px 10px 10px;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;position: absolute;top: 0px;right: 0px;
}
	.icon-bar 			{display: block;width: 25px;height: 3px;margin:5px;background-color: #000;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}


.btn-responsive-menuSM2{display: none;float: right;padding:0px; margin-right: 5px;cursor:pointer; color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%; top: 35px;position: relative;}
	.icon-bar2 			{display: block;width: 180px;height: 2px;margin:5px;background-color: #000;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}





	.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: filter, opacity 0.5s;
  -o-transition: filter, opacity 0.5s;
  -moz-transition: filter, opacity 0.5s;
  -webkit-transition: filter, opacity 0.5s;
      }




#mainmenuGR {
z-index: 300;
position:relative;
width:100%;

top: 0px;
right:0px;
}

#mainmenuGR ul {
width:100%;
list-style: none;
padding:0px;

}

#mainmenuGR ul li {
	float: none;
	width:100%;
	background:#0F8FD6;
	border-bottom: 1px solid #f0f8ff;
	border-left: 10px ;
	z-index: 300;


	}


#mainmenuGR  a {
background: url(immagini/frecciaDXgr3.png) no-repeat 5px center;
color: #d0cece;
 display: block;
 padding: 10px 10px;
 font-size:16px;
 padding-left: 25px;

 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
	font-size: 18px;
 }

#mainmenuGR   a:hover {
color: #5A9CC1;
background-color: #f0f8ff;
background-image:url(immagini/frecciaSXgr3.png);


	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#mainmenuGR  a:active{
color: #000000;
background-color:#FFFFFF;
}

#mainmenuGR  a.selected	{
color: #5A9CC1;
background-color: #f0f8ff;
background-image:url(immagini/frecciaSXgr3.png);
}

#mainmenu2 {
display: none;
position:relative;
z-index:10;
}


.colore{
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.colore:hover{
opacity: 0.5;
background-color:#999999;
}



#pageHome100 {
z-index:300;
  width: 100%;

  height: auto !important;
min-height: 480px;
overflow: hidden;


  background-color:#000000;

}
#pageHome {
position:relative;
top:-130px;
  margin: 0 auto;
  min-height: 150px;
  height:400px;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom:0px;
}

#pageHomeSX {
 position:relative;
float:left;
width: 48%;
margin-top:0px;
}

#pageCENTRO {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}

#pageHomeCENTRO100sopra {
z-index:100;
position:relative;
top: 0px;
width: 100%;
overflow: hidden;
border-bottom: 0px solid #d0d0d0;
margin-bottom: 20px;
}
#pageHomeCENTROsopra {
 margin: 0 auto;
  width: 100%;
height: 300px;
}

#pageHomeCENTRO100 {
z-index:100;
position:relative;
top: 0px;
width: 100%;
margin-bottom: 0px;

height: auto !important;
min-height: 600px;
overflow: hidden;
}
#pageHomeCENTRO {
 margin: 0 auto;
  width: 960px;

height: auto !important;
min-height: 80px;
overflow: hidden;
}



 .testopageCENTROhome{
 position:relative;
 float:left;
	 text-align:center;
	 left:0px;
	  width:100%;
	  height: 160px;

	   margin-bottom:20px;

	   background-color:#666666;
	   background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;

	   padding-top: 30px;
overflow: hidden;

   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    }


	.testopageCENTROhome:hover {
	opacity: 0.7;

	COLOR: #595959;
	}

 .fotoPhome{
 position:relative;
	  width:100%;
	  height: 320px;

	   background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
margin-bottom:20px;

overflow: hidden;

   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    }

.lineaTitolo {
text-align:center;
height: 25px;
margin:10px;
background-image: url("immagini/lineaSF.png");

}

	.fotoPhome:hover {
	opacity: 0.7;

	COLOR: #595959;
	}

 .riqStr {
   z-index: 1;
   position: relative;
   width: calc(100% - var(--riqStr-margin));
   min-height: calc(100% - var(--riqStr-margin));
   margin: calc(var(--riqStr-margin) / 2);
   padding-left: var(--riqStr-padding);
  padding-right: var(--riqStr-padding);
   overflow: hidden;
   background-size: contain;
   background-position: 50% 50%;
   background-repeat: no-repeat;
    }
    .riqStr_sovrapp {
      z-index: 9999;
      position: absolute;
      width: calc(50% - var(--riqStr-margin));
      min-height: calc(50% - var(--riqStr-margin));
      margin: calc(var(--riqStr-margin) / 2);
      top: 50%;
       left: 50%;
      overflow: hidden;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
       }
 .riqStrSfondo{
position: relative;
overflow: hidden;
height: auto !important;
width: 100%;
padding-bottom: 100%;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
    }
 .riqInt{
	 position: relative;
	 width: 100%;
	 margin: 0 auto;
	 margin-top: 9%;
min-height: 100%;
background-size: contain;
background-position: 50% 50%;
background-repeat: no-repeat;
    }
 .riqInt2{
	 position: absolute;
	 z-index: 999;
	 width: 100%;
	 margin: 0 auto;
padding-bottom: 100%;
background-size: contain;
background-position: 50% 50%;
background-repeat: no-repeat;
    }
.nome_dato {
position: absolute;
width: 90%;
	font-size: 14px;
line-height: 20px;
color:#000000;
text-align: center;
margin: 0 auto;
top: 0px;
}
.nome_dato_stat {
position: absolute;
width: 90%;
	font-size: 14px;
line-height: 20px;
color:#000000;
text-align: center;
margin: 0 auto;
top: 0px;
}

.valoreOrizzP {
font-weight: normal;
font-style: normal;
font-family: 'openSans', sans-serif;

font-size: 15px;
line-height: 18px;
}
.valorePrec {
position: relative;
width: 100%;
margin: 0 auto;
font-family: 'openSans', sans-serif;
opacity: 0.7;
font-size: 15px;
line-height: 18px;
}


	 .testopageCENTROhomeDX{
background-color: #ececec;
padding:10px;
height: auto !important;
min-height: 10px;
overflow: hidden;
padding-top: 15px;
margin-bottom: 20px;
margin-top: 20px;
border: 1px solid #D0D0D0;
box-shadow: 0px 1px 2px #D5D5D5;

    }

 .CENTROcolonne{
 float:left;
	 text-align:center;
	 left:0px;
	   width: 20%;
	   height:190px;
margin: 1% 2.16% 1% 2.16%;
	   margin-bottom: 1%;
    }

	.foto_CENTROcolonne {
    display: inline-block;
    height: 210px;
   width: 100%;
   overflow: hidden;
    background-size: contain;
	background-position: 50% 50%;
    background-repeat: no-repeat;

}

	.foto_CENTROcolonneTesto {
	position:relative;
	margin-top:115px;
    display: inline-block;
    height: 101px;
   width: 100%;
   overflow: hidden;
    background-size: contain;
	background-position: 50% 50%;
    background-repeat: no-repeat;
	padding:30px;

	font-weight: bold;
font-style: normal;
font-family: "openSans",sans-serif;
color: #0F8FD6;
font-size: 17px;
line-height: 17px;

}

.colonne_grandi {
position:relative;
  width: 100%;
  height: auto !important;
min-height: 150px;
overflow: hidden;
}

.foto_colonne_grandi {
    display: inline-block;
    height: 400px;
   width: 100%;
   overflow: hidden;
    background-size: contain;
	background-position: 50% 50%;
    background-repeat: no-repeat;
}

.testo_colonne_grandi {
z-index: 400;
position: relative;
float: right;
width: 100%;
text-align: left;
margin-top: 10%;
}

 .CENTROcolonneHome{
 float:left;
 position:relative;
	 text-align:center;
	 left:0px;
	   width: 29%;
	   height:230px;
margin: 1% 2.16% 1% 2.16%;
padding: 20px;
	   margin-bottom: 1%;

	   background-size:contain;
	   background-repeat:no-repeat;
    }


 .galleriaGR{
 list-style: none;
 float:left;
	 text-align:center;
	 left:0px;
	   width:20%;
	   height:180px;
margin:4% 0 0 4%;
	   margin-bottom: 1%;
    }

	.foto_galleriaGR {
	position:relative;
    display: inline-block;
    padding-bottom: 66.66%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;
	transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
		border-radius: 8px 8px 0px 8px;

}

.foto_galleriaGR:hover{
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  transition: filter, opacity 0.5s;
  -o-transition: filter, opacity 0.5s;
  -moz-transition: filter, opacity 0.5s;
  -webkit-transition: filter, opacity 0.5s;
}
	.foto_galleriaGR2 {
    display: inline-block;
    padding-bottom: 66.66%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}

	.SfondoGalleria {
	z-index:100;
	position:absolute;
    height: 100%;
   width: 100%;
   overflow: hidden;
    background-size: cover;
	background-position: 50% 50%;
    background-repeat: no-repeat;

}


 .fotoBann{
 margin-bottom:10px;
-webkit-box-shadow: 0px 1px 2px #d5d5d5;
	-moz-box-shadow: 0px 1px 2px #d5d5d5;
	box-shadow: 0px 1px 2px #d5d5d5;

    }
	 .fotoGr{
	 background-color:#f6f6f6;
	 border: 1px solid #d0d0d0;
 margin-bottom:10px;
 text-align:center;
background-size: cover;

    }

	 .lineaBannVerde{
	 width:100%;
	 height:4px;
	 background-color:#0F8FD6;
     margin-top:5px;
    }

	.lineaBannBlu{
	 width:100%;
	 height:4px;
	 background-color:#1699a9;
     margin-top:5px;
    }

	.lineaBannGiallo{
	 width:100%;
	 height:4px;
	 background-color:#e3b938;
     margin-top:5px;
    }

	.lineaBannRosso{
	 width:100%;
	 height:4px;
	 background-color:#c31111;
     margin-top:5px;
    }

	 .testopageCENTROpag{
 float:left;
	 text-align:left;
	 left:0px;
	   width:30%;
	   margin-top:10px;
	   margin-right:10px;
	   margin-left:10px;

    }


#pageHomeDX {
position:relative;
float:right;
width: 48%;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
}



 #fotoHome{
 z-index:1;
width: 100%; height: 100%; top: 0; left: 0;
background:no-repeat center top; position: fixed; z-index: -1;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

    }

	 .testofotoHome{
	 z-index:300;
	 position:absolute;
	 text-align:left;
	 bottom:10px;
	 left:0px;
	   width:45%;
	   height:100px;
	   background-image:url(immagini/trasp.png);
	   padding: 20px 20px 40px 30px;
    }

 #foto{
 z-index:1;
width: 100%; height: 100%; top: 0; left: 0;
background:no-repeat center top; position: fixed; z-index: -1;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

    }


	.triSotto{
	 z-index:300;
	 position:relative;
	 top:0px;
	 height:20px;
	 width:100%;
	  bottom:0px;

	  text-align: center;
    }

	#esamiGR {
width: 98%;
padding: 10px;

}

 .esamiINTtitolo{
	   width:95%;
	   min-height:60px;
	   border-bottom: 1px solid #557380;
	   margin-top:5px;
	   margin-bottom:5px;
    }

	 .esamiSXtitolo{
	 float:left;
	 text-align:center;
	   width:10%;
    }
	 .esamiDXtitolo{
	 float:right;
	 text-align:left;
	   width:90%;
    }


 .esamiINT{
	   width:95%;
	   margin-top:5px;
	   margin-bottom:5px;
	    border-bottom: 1px solid #557380;

height: auto !important;
min-height: 80px;
overflow: hidden;
    }

	 .esamiSX{
	 float:left;
	 text-align:center;
	   width:25%;
	   border-right: 1px solid #557380;
    }
	 .esamiDX{
	 float:right;
	 text-align:left;
	   width:67%;
    }

	 .esamiINT2{
	   width:100%;
	   margin-top:10px;
	   margin-bottom:5px;
	   border-bottom: 1px solid #dfdfdf;

height: auto !important;
min-height: 80px;
overflow: hidden;
    }

		 .esamiSX2{
	 float:left;
	 text-align:center;
	   width:18%;
	   margin-bottom:10px;
	   border-right: 1px solid #dfdfdf;
    }
	 .esamiDX2{
	 float:right;
	 text-align:left;
	   width:79%;
	   margin-bottom:10px;
	   margin-right:2px;
    }

	 .esamiCOL{
	 float:left;
	 text-align:left;
	   width:31%;
	   padding: 1%;
	   border-left: 1px solid #dfdfdf;


	    height: auto !important;
min-height: 300px;
overflow: hidden;
    }

	#esamiGR2 {
	display:none;
}


	 .colSotto{
	 position:relative;

	   width:100%;
	   margin-top:0px;
		margin-bottom: 20px;
height: auto !important;
min-height: 70px;
overflow: hidden;
margin: 0px auto;
    }


	 .colSottoCOL{
       	 float:left;
	 text-align:left;
	   width:30%;
	   height:300px;
margin:2.5% 0 0 2.5%;
padding: 20px;

height: auto !important;
    min-height: 160px;
    overflow: hidden;

    }

.colSottoTitolo {
position:relative;
width: 96%;
top: -7px;
left: -6px;
background-color:#247296;
padding:10px;

min-height: 150px;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#page100 {
z-index:10;
position:relative;
  width: 100%;
  margin-bottom:0px;
  top:0px;
  height: auto !important;
min-height: 150px;
overflow: hidden;
}
#page {
padding-top:0px;
  margin: 0 auto;
  min-height:100px;
  width: 930px;

}

#pageB {
  margin: 0 auto;
  min-height:400px;
  width: 650px;
  background-color:#FFFFFF;
}


#pageSX100 {
position:relative;
float:left;
width: 100%;
margin-right: 10px;
padding-top: 0px;
}



.riqIntro {
position:relative;
top: 50px;
margin: 0 auto;
background-color:#FFFFFF;
width: 250px;
height: auto !important;
min-height: 150px;
overflow: hidden;

}

.riqTitolo2 {

position:relative;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 25px;
	color: #989898;
	font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 0px 0px 0px 0px;

}

.riqTitolo3 {
position: relative;
font-size: 30px;
line-height: 32px;
	text-transform: uppercase;
color: #EFEAEA;
font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
border: 0px solid #d0d0d0;
border-left: 2px solid #0F8FD6;
display: inline-block;
padding: 10px 15px 5px 15px;
	text-shadow: 1px 1px 3px #000;
}

.riqTitolo4 {
position: relative;
width: 100%;
font-size: 35px;
line-height: 30px;
color: #fff;
margin: 0 auto;
top: 50px;
text-align: center;
}
.riqTitolo5 {
position: relative;
font-size: 28px;
line-height: 30px;
	text-transform: uppercase;
color: #EFEAEA;
font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
border: 0px solid #d0d0d0;
border-left: 2px solid #0A6091;
display: inline-block;
padding: 10px 15px 5px 15px;
	text-shadow: 1px 1px 3px #000;
}

.riq {
z-index:10;
position:relative;
background-color:#FFFFFF;

height: auto !important;
min-height: 150px;
padding-top:40px;
padding-left:10px;
padding-right:10px;

	margin-top:25px;
	border: 1px solid #d0d0d0;

	margin: 0 auto;
	width:80%;


		-webkit-box-shadow: 0px 1px 2px #d5d5d5;
	-moz-box-shadow: 0px 1px 2px #d5d5d5;
	box-shadow: 0px 1px 2px #d5d5d5;

}

.riqTitolo {
z-index:300;
position:absolute;
top:-20px;
left:10px;
background-color:#bb1717;
border-left: 10px solid #8d2828;
min-width: 180px;
min-height:2px;
	padding:3px 6px 3px 6px;


	-webkit-box-shadow: 0px 1px 6px #4d4d4d;
	-moz-box-shadow: 0px 2px 6px #4d4d4d;
	box-shadow: 0px 1px 6px #4d4d4d;
}


.riqTitoloGR {
z-index:1;

width: 100%;

}

.riq2 {
z-index:10;
position:relative;
background-color:#FFFFFF;
padding:15px;

height: auto !important;
min-height: 15px;
overflow: hidden;

	margin-top:25px;
	border: 1px solid #d0d0d0;

	-webkit-box-shadow: 0px 1px 2px #d5d5d5;
	-moz-box-shadow: 0px 1px 2px #d5d5d5;
	box-shadow: 0px 1px 2px #d5d5d5;

}

.riqPag {

width: 100%;
height: auto !important;
min-height: 100px;
overflow: hidden;

margin-bottom: 20px;
}

.riqINTsx {
float:left;
width: 50%;
padding:10px;

margin-bottom: 10px;
margin-left: 10px;
}

.riqINTdx {
float:right;
text-align:left;
width: 40%;
padding:10px;

margin-bottom: 10px;
margin-right: 0px;
}



.riqINTpagSX {

height: auto !important;
min-height: 10px;
overflow: hidden;
text-align:center;

padding:10px;

margin-bottom: 0px;

}

.riqINTpagDX {

height: auto !important;
min-height: 10px;
overflow: hidden;

padding:10px;

margin-bottom: 10px;
background-color:#f3f3f3;

}

.riqARTICOLIpag {
    height: auto !important;
    min-height: 10px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #d0d0d0;
    background: #FFFFFF;
	position:relative;
}

.riqARTICOLIpagColonna {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
border: 0px solid #d0d0d0;
border-bottom: 0px solid #0F8FD6;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    width: 45%;
	min-height: 200px;
	margin-left: 1.5%;
	margin-right: 1.5%;
    vertical-align: top;
	position:relative;
	transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
text-align:left;
}
.riqARTICOLIpagColonnaP3 {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
border: 0px solid #d0d0d0;
border-bottom: 0px solid #0F8FD6;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    width: 31%;
	margin-left: 0.5%;
	margin-right: 0.5%;
    vertical-align: top;
	position:relative;
	transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
text-align:left;
}
.riqARTICOLIpagColonna_hover{
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: filter, opacity 0.5s;
  -o-transition: filter, opacity 0.5s;
  -moz-transition: filter, opacity 0.5s;
  -webkit-transition: filter, opacity 0.5s;
}

.riqARTICOLIpagColonna_grande {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 30px;
    border-bottom: 1px solid #d0d0d0;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    vertical-align: top;
	position:relative;
}
.riqARTICOLIpagColonne_foto {
position:relative;
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: top;
	width:48.5%;
	padding: 25px;
	border-bottom: 0px;
}



.riqARTICOLIpagColonnaGR {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
border: 0px solid #d0d0d0;
border-bottom: 0px solid #0F8FD6;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    width: 45%;

	margin-left: 2%;
	margin-right: 2%;
    vertical-align: top;
	position:relative;
	transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
text-align:left;
}

.riqARTICOLIpagColonnaGR_hover{
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: filter, opacity 0.5s;
  -o-transition: filter, opacity 0.5s;
  -moz-transition: filter, opacity 0.5s;
  -webkit-transition: filter, opacity 0.5s;
}

.riqARTICOLIpagColonnaGR_grande {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 30px;
    border-bottom: 1px dashed #d0d0d0;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    vertical-align: top;
	position:relative;
}

.TitoloLista {
 font-weight: normal;
 font-style: normal;
FONT-SIZE: 26px;
line-height: 29px;
 COLOR: #0F8FD6;
 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
}
.TitoloColonne {
 font-weight: normal;
 font-style: normal;
FONT-SIZE: 23px;
line-height: 26px;
 COLOR: #0F8FD6;
 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
}
.TitoloColonne_grandi {
 font-weight: normal;
 font-style: normal;
FONT-SIZE: 32px;
line-height: 33px;
 COLOR: #0F8FD6;
 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
}
.TitoloColonne_foto {
 font-weight: normal;
 font-style: normal;
FONT-SIZE: 27px;
line-height: 29px;
 COLOR: #0F8FD6;
 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
}

.riqColonna6 {
height: auto !important;
    min-height: 10px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 1px;
    display: inline-block;
    width: 16%;
    vertical-align: top;
	position:relative;
	text-align:center;
}

.riqINTpagCentro {
position:relative;
margin: 0 auto;
width: 100%;
height: auto !important;
min-height: 38px;
overflow: hidden;
margin-bottom:20px;
    padding: 0px;
	background-color:#FFFFFF;
}

.riqINTpagCentroISCR {
position:relative;
margin: 0 auto;
height: auto !important;
min-height: 30px;
overflow: hidden;
padding:7px;
margin-bottom:20px;
  border-left: 5px solid #F47318;
background-color: #E9E9E9;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.RIQgMaps {
position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
 }
.iframe-gMaps {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}


.riqINTpagCentroGalleria {
position:relative;
margin: 0 auto;
width: 95%;
height: auto !important;
min-height: 30px;
overflow: hidden;
padding-top:20px;
padding-bottom:20px;
margin-bottom:20px;
background-color:#E9E9E9;

}

.galleria {
	width:100%;
    overflow: hidden;

}

.galleriaMin {
    width: 150px;
    padding: 1%;
    margin-right: 1%;
	margin-bottom: 1%;
	border: 0px solid #CCCCCC;
}
div.galleriaMin1 {
    width: 98%;
    padding: 1%;
	margin-bottom: 1%;
	border: 0px solid #CCCCCC;
}
div.galleriaMin2 {
    width: 47%;
    padding: 1%;
    margin-right: 1%;
	margin-bottom: 1%;
    float: left;
	border: 0px solid #CCCCCC;
}


.fotopSX {
    float: left;
    border: 1px solid #D0D0D0;
    padding: 2px;
    margin-right: 6px;
}

.foto2home {
			float:left;
			width:100px;
			margin-right:20px;
			margin-bottom:20px;
}


			.foto2homeInt {
			float:left;
			width:100px;
			margin-left:10px;
			margin-right:20px;
			min-height:100px;
  border: 1px solid #d0d0d0;
}

.foto2 {
			float:left;
			width:250px;
			margin-right:20px;
}


			.foto2int {
			float:left;
			width:130px;
			margin-left:10px;
			margin-right:20px;
			min-height:100px;
  border: 1px solid #d0d0d0;
  overflow:hidden;
}


.foto3 {
    display: inline-block;
    height: 160px;
   width: 100%;
   overflow: hidden;
    border: 0px solid #DDE0E3;

    background-size: cover;
	border-radius: 8px 8px 0px 8px;
}

.foto2Colonna {
	 float: left;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
	border: 1px solid #d0d0d0;
	border-radius: 8px 8px 0px 8px;
}

.foto2Colonne_foto {
	 float: left;
	border: 1px solid #d0d0d0;
	width:50%;
	margin-right: 15px;
	margin-bottom: 15px;
}


.foto3Colonna {
    display: inline-block;
    padding-bottom: 66.66%;
    width: 100%;
    overflow: hidden;
    border: 0px solid #DDE0E3;
    background-size: cover;
    border-radius: 8px 8px 0px 8px;

}

.foto2Colonna_grande {
	 float: left;
    width: 45%;
    margin-right: 20px;
    margin-bottom: 20px;
}


.foto3Colonna_grande {
    display: inline-block;
    padding-bottom: 66.66%;
    width: 100%;
    overflow: hidden;
    border: 1px solid #DDE0E3;
    background-size: cover;
    border-radius: 0px;
	box-shadow: 0px 0px 0px 0px #adadad;
}

.fotoMin {
			width:150px;
}

.contenutoArt {
width: 100%;
}


.allegatiArticoli {
width: 100%;
}


.allegatiArticoliIcone {
position:absolute;
bottom:10px;
right:0px;
}

.allegatiArticoliIconeColonna {
position:absolute;
bottom:10px;
left:10px;
}


	.linea {
	width:100%;
		   margin-top:5px;
		   margin-bottom:5px;
		   position:relative;
		   height:5px;
		   overflow:hidden;
			}

		.linea2 {
	width:100%;
		   margin-top:25px;
		   margin-bottom:5px;
		   overflow:hidden;
			}

	.lineaGR {
		   margin-top:30px;
		   margin-bottom:30px;
			}

	.lineaSotto {
	display:none;
			}

.left {
    float: left;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;
    text-align: left;
}
.right {
z-index: 400;
position:relative;
    float: right;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;
	text-align:right;

}

.left50 {
z-index: 400;
position:relative;
    float: left;
	width: 45%;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;

}
.right50 {
z-index: 400;
position:relative;
    float: right;
	width:50%;
	text-align:left;
    padding: 2px;
	margin-right:4px;

}

.left2 {
width: 31.8%;
height: 120px;

position: relative;
display: inline-block;
margin: 5px 5px 0px 0px;
}

.img {
margin: auto;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
position: absolute;
}


.right2 {
    float: right;
    padding: 2px;
	margin-top:-2px;
	margin-right:4px;

}



.left50imm {
position:relative;
    float: left;
	width: 49%;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;

}
.right50imm {
position:relative;
    float: right;
	width:49%;
	text-align:left;
    padding: 2px;
	margin-right:4px;

}

.riqTitoloFotoVideo {
height:30px;
overflow: hidden;
FONT-SIZE: 13px;
padding: 5px;
COLOR: #989898;
font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
display: inline-block;
vertical-align: top;
width:100%;
}

#centroHome {
width: 100%;

height: auto !important;
min-height: 150px;
overflow: hidden;
background-color:#11658A;
}

#centroHomeRiq {
position:relative;
float:left;
width: 77%;
background-image:url(immagini/sfondoPagT.jpg);
}

#centroHomeSX {
position:relative;
float:left;
width: 97%;
}

#centroHomeDXsopraGR {
z-index:300;
position:absolute;
width: 98%;
padding:10px;
min-height:1px;
background-image:url(immagini/sfondoPagT.jpg);
}

#centroHomeDXsopra {
position:relative;
float:right;
width: 20%;
padding:10px;
min-height:1px;
background-image:url(immagini/sfondoPagT.jpg);
}

#centroHomeDX {
position:relative;
float:right;
width: 20%;
padding:10px;
background-color:#11658a;

}





#sotto100 {
z-index:200;
position:relative;
  width: 100%;
   height: auto !important;
min-height: 150px;
overflow: hidden;
  background-color: #125f89;
	top: 0px;
}
#sotto {
position:relative;
  margin: 0 auto;

  width: 980px;
  margin-bottom: 0px;
  padding-bottom:0px;

}
#sottoSX {
 position:relative;
float:left;
width: 70%;
margin-top:16px;
}

#triangleRightGRsotto {
position: absolute;
top: -30px;
width: 1300px;
left: 25px;
height: 50px;
-ms-transform: rotate(2deg) skew(336deg);
-webkit-transform: rotate(2deg) skew(336deg);
-moz-transform: rotate(2deg) skew(336deg);
transform: rotate(2deg) skew(336deg);
}

#recapiti {
position:relative;
width: 93%;
background-color:#247296;
margin-top: -110px;
margin-bottom: 10px;
padding:10px;


	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#sotto1002 {
z-index:400;
position:relative;
  width: 95%;
  margin: 0 auto;
   height: auto !important;
min-height: 55px;
overflow: hidden;

  padding-top: 10px;
margin-bottom: 10px;
}
#sotto2 {
  margin: 0 auto;

  width: 100%;
  margin-bottom: 0px;
  padding-bottom:0px;

}
#sotto1003 {
z-index:400;
position:relative;
  width: 100%;
   height: auto !important;
min-height: 30px;
overflow: hidden;


}
#sotto3 {
  margin: 0 auto;

  width: 960px;
  padding-top:0px;
  margin-bottom: 0px;
  padding-bottom:30px;

}

.top {
position:relative;
float:right;
margin-top: 7px;
margin-bottom: 10px;
margin-right: 100px;
}

#sottoDX {
z-index:400;
position:relative;
float:right;
width: 27%;
margin-right: 10px;
margin-bottom: 10px;

}





.riqCorso {
position:relative;
margin: 0 auto;
width: 90%;
padding-left:7px;
border-left: 5px solid #0d5270;


 }


.riquadro {
overflow: hidden;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.sfondo_colore {
position: absolute;
width: 100%;
height: 100%;
top: 0%;
left: 0%;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.riquadroBLU {
background-color:#0d5270;
width: 96%;
min-height: 55px;
	padding:4px 6px 4px 6px;
	margin-top:10px;

    -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}




.riquadroBLU2 {
background-color:#165d55;
   width: 100%;
padding: 20px 20px 20px 20px;
margin-bottom: 10px;

font-style: normal;
FONT-SIZE: 18px;
line-height: 24px;
COLOR: #FFFFFF;
font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
 }

.banner {
position: relative;
background-position: 50% 50%;
background-size:cover;
width:100%;
height: 190px;
margin-bottom: 25px;
transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
 }
.banner:hover{
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: filter, opacity 0.5s;
  -o-transition: filter, opacity 0.5s;
  -moz-transition: filter, opacity 0.5s;
  -webkit-transition: filter, opacity 0.5s;
}
.TitoloBanner {
position: absolute;
bottom: 5%;
text-align: left;
padding: 25px;
font-style: normal;
FONT-SIZE: 30px;
line-height: 33px;
COLOR: #0F8FD6;
font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
border: 0px solid #FFF;
 }

 .aforismi {
position: relative;
background-position: 50% 50%;
background-size: cover;
width: 100%;
padding: 20px;
font-size: 16px;
line-height: 19px;
overflow: hidden;
border-left: 2px solid #0F8FD6;
margin: 0 auto;
margin-bottom: 20px;
 }

.riquadroCEL {
background-color:#247296;
   width: 100%;

   -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

	margin-top:10px;


 }
   .riquadroCEL div {
   padding: 10px;
   cursor: pointer;

 -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
   }
   .riquadroCEL div:hover {
   background: #0d5270;
   color: #000000;
    opacity: 0.8;

   -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
   }

  .riqBianco {
background-color:#FFFFFF;

height: auto !important;
min-height: 50px;
overflow: hidden;

	padding: 10px;
	margin-top:20px;
	border: 1px solid #d0d0d0;


	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
   .riqBianco div {
   cursor: pointer;

   }
   .riqBianco div:hover {


   }


    .riqLibroSX {
	float:left;
	width:90px;
}
    .riqLibroDX {
	float:left;
	width:150px;
}


a.buttonVERDE, input.buttonVERDE {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: "openSans",sans-serif;
	font-size: 14px;
	background-color:#0F8FD6;

	margin-bottom:5px;

}
a.buttonVERDE {
	display: inline-block;
	text-decoration: none;
	padding: 10px 16px 10px 16px;
}
input.buttonVERDE {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.buttonVERDE:hover, input.buttonVERDE:hover {
	background-color: #A6A6A6;

}

a.buttonVERDE:active, input.buttonVERDE:active {
background-color: #0F8FD6;
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}


.button {
  width: 40px;
    background-color: #00000078;
    color: #FFF;
    padding: 5px;
      border: 0px solid #ccc;
      border-radius: 5px;
      cursor: pointer;
}

.button:hover {
  color: #ffffff;
    background-color: #cacaca;
}


a.button2, input.button2 {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: "openSans",sans-serif;
	font-size: 14px;
	background-color:#a6a6a6;

	margin-bottom:5px;
		border-radius: 4px 4px 4px 4px;
}
a.button2 {
	display: inline-block;
	text-decoration: none;
	padding: 10px 16px 10px 16px;
	border-radius: 4px 4px 4px 4px;
}
input.button2 {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
	border-radius: 4px 4px 4px 4px;
}
a.button2:hover, input.button2:hover {
	background-color: #0F8FD6;
	border-radius: 4px 4px 4px 4px;
}

a.button2:active, input.button2:active {
background-color: #0F8FD6;
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
	border-radius: 4px 4px 4px 4px;
}


a.button2EVI, input.button2EVI {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: "openSans",sans-serif;
	font-size: 14px;
	background-color: #0F8FD6;

	margin-bottom:5px;
		border-radius: 4px 4px 4px 4px;
}
a.button2EVI {
	display: inline-block;
	text-decoration: none;
	padding: 10px 16px 10px 16px;
	border-radius: 4px 4px 4px 4px;
}
input.button2EVI {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
	border-radius: 4px 4px 4px 4px;
}
a.button2EVI:hover, input.button2EVI:hover {
	background-color: #0F8FD6;
	border-radius: 4px 4px 4px 4px;
}

a.button2EVI:active, input.button2EVI:active {
background-color: #0F8FD6;
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
	border-radius: 4px 4px 4px 4px;
}




 .buttonCerca {
width: 15%;
height: 35px;
background-color: #FFFFFF;
background-image:url(immagini/icona_cercaP.png);
background-repeat: no-repeat;
background-position: center center;
	 border: 1px solid #D0D0D0;
webkit-border-radius: 0px 4px 4px 0px;
-moz-border-radius: 0px 4px 4px 0px;
-khtml-border-radius: 0px 4px 4px 0px;
border-radius: 0px 4px 4px 0px;
cursor:pointer;
}

 .spazio {
 margin-top:20px;
 margin-bottom:80px;
 width:100%;
 min-height:100px;
 height: auto !important;
 overflow: hidden;

}
.riqINTformOBB {
position:relative;
margin: 0 auto;
height: auto !important;
min-height: 20px;
overflow: hidden;
padding:7px;
margin-bottom:5px;
  border-left: 5px solid #F47318;
background-color: #E9E9E9;
}
.riqINTform {
position:relative;
margin: 0 auto;
height: auto !important;
min-height: 20px;
overflow: hidden;
padding:7px;
margin-bottom:5px;
  border-left: 5px solid #0D5270;
background-color: #F4F4F4;
}

.riqGrigioINC {
    width: 50%;
    text-align: left;
    margin: 0px auto 5px;
    padding: 7px;
    border: 1px solid #D0D0D0;
    background: #FFF none repeat scroll 0% 0%;
    border-radius: 4px;

	FONT-SIZE: 15px;  line-height: 19px; COLOR: #606060; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;

}

.riqCerca {
    width: 85%;
    text-align: left;
    margin: 0px auto 5px;
    padding: 7px;
    border: 1px solid #D0D0D0;
    background: #FFF none repeat scroll 0% 0%;
    	webkit-border-radius: 4px 0px 0px 4px;
-moz-border-radius: 4px 0px 0px 4px;
-khtml-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;

	FONT-SIZE: 15px;  line-height: 19px; COLOR: #606060; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;

}

.riqGrigioINCp {

text-align:left;
margin: 0 auto;
  padding: 7px;
border: 1px solid #d0d0d0;
background: #FFFFFF;
  margin-bottom: 1px;

  FONT-SIZE: 14px;  line-height: 14px; COLOR: #606060; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;

  	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;


}

.riqGrigioINCp3 {

text-align:left;
margin: 0 auto;
  padding: 2px;
border: 1px solid #d0d0d0;
background: #FFFFFF;
  margin-bottom: 1px;

  FONT-SIZE: 12px;  line-height: 14px; COLOR: #606060; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;

  	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;

	  -moz-box-shadow:    inset 0 0 5px #c9c9c9;
   -webkit-box-shadow: inset 0 0 5px #c9c9c9;
   box-shadow:         inset 0 0 5px #c9c9c9;

}

 .testopageCENTROhomeFooter{
 float:left;
 text-align:center;
	 left:0px;
	  width:31.3%;
	  height: auto !important;
min-height: 110px;
overflow: hidden;
margin: 1% 1% 1% 1%;
	   margin-bottom:4%;


    }

	div#immagine2{
width:50%;
margin: 0 auto;
}
.immagine2{
display:block;
width:100%;
}

 body>div#footerCookie{
  z-index: 999999;
   position: fixed;
  }

		#footerCookie{

			background-color: #000;

			color: #DDD;
			display:none;
			text-align: center;
 			position:absolute;
 			bottom:0;
            width: 100%;
 			min-height:10px;
			height: auto;
			padding-top: 20px;
			padding-bottom: 20px;
			left: 0px;
            }

			.buttonCookie{
			z-index: 99999999;
			color: #000;
height: 30px;
width: 30px;
padding:4px 12px;
margin:10px;
background-color: #fff;
text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
			}


.cerchioROSSO {
width: 20px;
height: 20px;
background: #db2a1a;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}


.loghi{
position: relative;
margin: 0 auto;
padding: 2px;
	background-color: #fff;
	width: 200px;
    }

 .category{
position: relative;
overflow: hidden;
margin-bottom: 60px;
    }

 .testopageCENTROgr3RIQ{
position: relative;
float: left;
width: 31%;
margin: 1% 1% 1% 1%;
	 border: 1px solid #DEDEDE;
	 border-radius: 8px 8px 0px 8px;
    }
 .testopageCENTROgr3 {
text-align: left;
overflow: hidden;


display: inline-block;
padding-bottom: 65.5%;
width: 100%;
overflow: hidden;
	 border-radius: 8px 8px 0px 8px;
    }

.riqCat {
position: absolute;
padding: 5px;
padding-left: 8px;
padding-right: 8px;
background-color: #0F8FD6;
text-transform: uppercase;

	FONT-SIZE: 12px;
line-height: 16px;
		font-weight: bold;
COLOR: #FFFFFF;
margin: 5%;
webkit-border-radius: 5px 5px 0px 5px;
-moz-border-radius: 5px 5px 0px 5px;
-khtml-border-radius: 5px 5px 0px 5px;
border-radius: 5px 5px 0px 5px;
}
.riqCat2 {
font-size: 17px;
line-height: 20px;
COLOR: #FFFFFF;
text-shadow: 1px 1px 3px #000;
}

.TestoBiancoTitolo {
	font-weight: bold;
FONT-SIZE: 16px;
line-height: 19px;
	 COLOR: #FFFFFF;
	 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
	 text-transform: uppercase;
	 text-shadow: 1px 1px 3px #000;
}


 .testopageCENTROgr7 {
text-align: left;
overflow: hidden;

display: inline-block;
padding-bottom: 60%;
width: 100%;
overflow: hidden;
	 border-radius: 8px 8px 0px 8px;
    }


 .testopageCENTROgr7RIQ{
position: relative;
float: left;
width: 100%;
margin: 1% 1% 4% 1%;
	 border: 1px solid #DEDEDE;
	 border-radius: 8px 8px 0px 8px;
    }

 .contentART{
position: relative;
overflow: hidden;
width: 100%;
padding: 15px;
	 border: 1px solid #DEDEDE;
	 border-left: 4px solid #DEDEDE;
	 border-radius: 8px 8px 8px 0px;
	 margin-bottom: 20px;
    }


.lineaVertTempAria{
position:absolute;
z-index:100;
top: 30px;
left: 0px;
height: 80%;
width: 2px;
background-image:url(immaginiSM/lineaVert.png);
}
.riqInterno {
width: 100%;
padding:0px;
}
.titoloRiq  {
width:90%;
margin: 0 auto;
margin-top:5%;
text-decoration: none;
font-family: 'openSans', sans-serif;
color: #000000;
font-size:13px;
text-align:center;
}
.iconaVert  {
top: 20px;
position:relative;
float:left;
width:60%;
}
.valoreOrizz  {
position:relative;
top: 10px;
left: -20px;
float:left;
width:50%;
text-align:left;

}
.valore2 {
    position: relative;
    top: 123px;
    left: -50px;
    float: left;
    width: 50%;
    text-align: center;
}
.unita_misura {
font-size:12px;
opacity: 0.7;
}

.bar_vert-sfondo {
    height:100%;
    display:block;
    background:#000;
    width:20px;
	position: relative;
}
.bar_orizz {

}

.blur {
  -webkit-filter: blur(2px) grayscale(100%);
  -moz-filter: blur(2px) grayscale(100%);
  -o-filter: blur(2px) grayscale(100%);
  -ms-filter: blur(2px) grayscale(100%);
  filter: blur(2px) grayscale(100%);
  opacity: 0.4;
}

.blur2 {
  -webkit-filter: blur(2px) blur(2px) blur(4px)) ;
  -moz-filter: blur(2px) blur(2px) blur(4px) ;
  -o-filter: blur(2px) blur(2px) blur(4px) ;
  -ms-filter: blur(2px) blur(2px) blur(4px) ;
  filter: blur(2px) blur(2px) blur(4px) ;
  opacity: 1;
}

.bagliore {
filter: drop-shadow(0 0 7px rgba(255, 255, 255, 1))
drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

@-webkit-keyframes progressbar_orizz {
  from {
    width: var(--from-width);
  }

  to {
    width:var(--to-width);
  }
}
@keyframes progressbar_orizz {
  from {
    width: var(--from-width);
  }

  to {
    width:var(--to-width);
  }
}

.bar_vert {

}

@-webkit-keyframes progressbar_vert {
  from {
    height: var(--from-height);
  }

  to {
    height:var(--to-height);
  }
}
@keyframes progressbar_vert {
  from {
    height: var(--from-height);
  }

  to {
    height:var(--to-height);
  }
}


.donut {
z-index: 8;
position: absolute;
}
.donut-neg {
z-index: 8;
position: absolute;

}
.donut2 {
z-index: 9;
position: absolute;
}
.donut2-anim {
  animation: circle-chart-fill  4.0s ease-out forwards;
	animation-delay: 2.0s;
}
@keyframes circle-chart-fill {
  to {
		stroke-dasharray: var(--dasharray);
 }
}
.donut2-neg {
z-index: 9;
position: absolute;

}




@media screen and (min-width: 1600px) {
.menuN {
z-index: 300;
width:1250px;
margin: 0 auto;

position:relative;
}

#page {
  margin: 0 auto;
  min-height:100px;
  width:1300px;
}


 .CENTROcolonne{
 float:left;
	 text-align:center;
	 left:0px;
	   width:22%;
	   height:300px;
margin:2.5% 0 0 2.5%;
	   margin-bottom: 1%;
    }
	.foto_CENTROcolonne {
    height: 280px;
   width: 100%;

}
	.foto_CENTROcolonneTesto {
	margin-top:180px;

	font-weight: bold;
font-style: normal;
font-family: "openSans",sans-serif;
color: #0F8FD6;
font-size: 17px;
line-height: 17px;

}

 .testopageCENTROhome{
height: 200px;
    }

 .CENTROcolonneHome{
 float:left;
	 text-align:center;
	 left:0px;
	   width:30%;
	   height:300px;
margin:2.5% 0 0 2.5%;
	   margin-bottom: 1%;
    }

#sotto {
  margin: 0 auto;

  width:1360px;
  margin-bottom: 0px;
  padding-bottom:0px;

}
#sotto2 {
  margin: 0 auto;

  width: 100%;
  margin-bottom: 0px;
  padding-bottom:0px;

}
#sotto3 {
  margin: 0 auto;

  width:1300px;
  padding-top:0px;
  margin-bottom: 0px;
  padding-bottom:30px;

}
	#pageHomeCENTRO {
    margin: 0px auto;
    width: 1300px;
    height: auto !important;
    overflow: hidden;
}
#pageHomeCENTROsopra {

}
	.foto_galleriaGR {
    display: inline-block;
    padding-bottom: 66.66%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}


}

@media screen and (min-width: 1601px) {
  :root {
     --width_container: 70%;
  }
  :root {
     --base-font-size: min(60vw, 65vw); /* (min, max) */
  }

}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  :root {
     --width_container: 1100px;
  }
  :root {
    --base-font-size: 70vw;
  }
  .valoreGR {
    font-size: 22px !important;
    line-height: 22px !important;
  font-weight: normal;
  font-style: normal;
  }
  .valorePrec {
    font-size: 12px !important;
    line-height: 18px !important;
  }


.logoCat {
z-index: 100;
position:absolute;
float:right;
right:30px;
top:330px;
height:145px;
width:208px;
}
.menuN {
z-index: 300;
width:1200px;
margin: 0 auto;

position:relative;
}
#pageHome100 {
z-index:300;
  width: 100%;

  height: auto !important;
min-height: 550px;
overflow: hidden;


  background-color:#000000;

}


#pageHome {
  margin: 0 auto;
  min-height: 150px;
  width:1200px;
  margin-bottom: 0px;
  padding-bottom:0px;
}
#page {
  margin: 0 auto;
  min-height:100px;
  width:1200px;
}

#pageHomeCENTRO {
 margin: 0 auto;
  width: 1200px;

height: auto !important;
overflow: hidden;

}
#pageHomeCENTROsopra {

}

#pageHomeSX {
 position:relative;
float:left;
width: 48%;
margin-top:0px;
}
#pageHomeDX {
position:relative;
float:right;
width: 48%;
margin-right: 22px;
margin-top: 0px;
margin-bottom: 10px;
}
.tri{
	 z-index:300;
	 position:absolute;
	 height:16px;
	 bottom:-30px;
	 left:0px;
    }
 .esamiINT{
	   width:95%;
	   margin-top:10px;
	   margin-bottom:10px;
	    border-bottom: 1px solid #557380;

height: auto !important;
min-height: 90px;
overflow: hidden;
    }

.TestoBianco11 {
     FONT-SIZE: 12px; line-height: 14px;  COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}


.TestoBiancoData {
     FONT-SIZE: 32px;  line-height: 34px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}



#esamiGR {
width: 98%;
padding: 10px;
min-height:390px;
}

 .testopageCENTROhome{
height: 180px;
    }

#sotto {
  margin: 0 auto;

  width:1200px;
  margin-bottom: 0px;
  padding-bottom:0px;

}
#sotto2 {
  margin: 0 auto;

  width: 100%;
  margin-bottom: 0px;
  padding-bottom:0px;

}
#sotto3 {
  margin: 0 auto;

  width:1150px;
  padding-top:0px;
  margin-bottom: 0px;
  padding-bottom:30px;

}
	.foto_galleriaGR {
    display: inline-block;
    padding-bottom: 66.66%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}

}



@media (min-width: 980px) {
#mainmenuSM{
display: none;
}
#mainmenuGR {
display:block !important;
}
#mainmenu2 {
top: -9999px;
position: absolute;
}

}

@media screen and (min-width: 768px) and (max-width: 980px) {
  :root {
     --base-font-size: 180vw;
  }

#pageHome100 {
z-index:300;
  width: 100%;
  height: auto !important;
min-height: 400px;
overflow: hidden;
  background-color:#000000;
}

#logo {
z-index: 300;
position:relative;
float:left;

}
.logo_sotto {
display:none;
}

.menuN {
z-index: 300;
width:80%;
margin: 0 auto;
height:90px;
border-bottom: 0px solid #d0d0d0;
}
#mainmenuFI {
display:none;
}
.menuFI {
z-index: 3000;
position:relative;
top:0px;
width:100%;
height:90px;
}
#mainmenuSM{
	z-index: 9999;
display:none;
position:absolute;
top: 70px;
width: 240px;
float: right;
right: 0px;
}


#mainmenuSMul {
width:100%;
list-style: none;
top: 0px;
left: 0px;
}


#mainmenuSMul li {
	float: none;
	width:100%;
	background:#EFEFEF;
	border-bottom: 1px solid #d0d0d0;
	border-left: 0px ;
	z-index: 300;

	-webkit-box-shadow: 0px 5px 10px #9F9F9F;
	-moz-box-shadow: 0px 5px 10px #9F9F9F;
	box-shadow: 0px 5px 10px #9F9F9F;
	}


 #mainmenuSMul li a{
color: #000000;
 display: block;
 padding: 10px 10px;
 font-size:16px;


}

#mainmenuSMa:hover {
color: #d0d0d0;
background:#666;
}

#mainmenuSMul li a.selected2 {
color: #FFFFFF;
font-size: 21px;
background-color:#3D5A0F;
border-radius: 0px 0px 0px 0px;
border: 0px solid #FFFFFF;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 13px;
padding-right: 13px;
position: relative;
left: 0px;
top: 0px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}



.btn-responsive-menuSM {
display:block;

}

.menu_tri {
position:relative;
float:right;
top: -12px;
width:21px;
height:13px;
right: 17px;
}

#mainmenuGR{
display:none;
}
#mainmenu2 {
display:none;
top: 90px;
right: 0px;
width: 240px;
float: right;
position: absolute;
}


#mainmenu2 ul {
width:100%;
list-style: none;
padding:0px;

}

#mainmenu2 ul li {
	float: none;
	width:100%;
	background:#0F8FD6;
	border-bottom: 1px solid #f0f8ff;
	border-left: 10px ;
	z-index: 300;

			-webkit-box-shadow: 0px 5px 10px #9F9F9F;
	-moz-box-shadow: 0px 5px 10px #9F9F9F;
	box-shadow: 0px 5px 10px #9F9F9F;
	}


#mainmenu2  a {
background: url(immagini/frecciaDXgr3.png) no-repeat 5px center;
color: #d0cece;
 display: block;
 padding: 10px 10px;
 font-size:16px;
 padding-left: 25px;

 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
	font-size: 18px;
 }

#mainmenu2   a:hover {
color: #5A9CC1;
background-color: #f0f8ff;
background-image:url(immagini/frecciaSXgr3.png);


	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#mainmenu2  a:active{
color: #000000;
background-color:#FFFFFF;
}

#mainmenu2  a.selected	{
color: #5A9CC1;
background-color: #f0f8ff;
background-image:url(immagini/frecciaSXgr3.png);
}

.btn-responsive-menuSM2 {
display:block;

}


 .fotoPhome{
	  height: 500px;

    }





 .testopageCENTROhome{
width:100%;
height: 250px;
margin: 0 auto;
margin-bottom:20px;
    }

#pageHome {
position:relative;
top:-100px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom:0px;
}
#pageHomeSX {
position:relative;
width: 100%;
margin-top:16px;
margin-left: 0px;
}


#pageHomeDX {
width: 100%;
margin-right: 0px;

}

#page {
  margin: 0 auto;
  width: 95%;
}
#pageHomeCENTRO {
 margin: 0 auto;
 width: 95%;
}
#pageHomeCENTROsopra {

}
#pageB {
  margin: 0 auto;
  width: 650px;
  background-color:#FFFFFF;
}



.riqPag {
min-height: 0px;
}

.dataLang	{
z-index: 10;
position:relative;
width: 100%;
height:90px;
text-align:center;
top:30px;
right:0px;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
background-color:#FFFFFF;
overflow:hidden;
}
.dataSocial	{
float: left;
top: 0px;
margin-right:0px;
margin-left:10px;
}

	#esamiGR {
	display:none;
}

	#esamiGR2 {
	display:block;
width: 98%;
padding: 10px;
}

 .esamiINTtitolo{
	   width:95%;
	   min-height:10px;
	   border-bottom: 0px ;
	   margin-top:0px;
	   margin-bottom:5px;
    }


 .CENTROcolonne{
 float:left;
	 text-align:center;
	 left:0px;
	   width:46%;
	   height:330px;
margin:3% 0 0 3%;
	   margin-bottom: 1%;
    }


.riqARTICOLIpagColonna {
height: auto !important;
    min-height: 350px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    background: #FFFFFF;
    display: inline-block;
    width: 48%;
    vertical-align: top;
	position:relative;
}


.riqARTICOLIpagColonnaP3 {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: top;
	position:relative;
}

.riqARTICOLIpagColonnaGR {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    background: #FFFFFF;
    display: inline-block;
    width: 48%;
	margin-left: 0.5%;
    margin-right: 0.5%;
    vertical-align: top;
	position:relative;
}

.foto3Colonna {
    display: inline-block;
    padding-bottom: 66.66%;
    width: 100%;
    overflow: hidden;
    border: 0px solid #DDE0E3;
    background-size: cover;
    border-radius: 0px;

}


.riqARTICOLIpagColonna_grande {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 30px;
    border-bottom: 1px dashed #d0d0d0;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    vertical-align: top;
	position:relative;
}

.foto2Colonna_grande {
	 float: left;
    width: 45%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.foto3Colonna_grande {
    display: inline-block;
    padding-bottom: 66.66%;
    width: 100%;
    overflow: hidden;
    border: 0px solid #DDE0E3;
    background-size: cover;
    border-radius: 0px;

}

.riqARTICOLIpagColonne_foto {
	padding: 20px;
}


#sotto100 {
z-index:400;
position:relative;
  width: 100%;

  height: auto !important;
min-height: 150px;



}

#sotto {
position:relative;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 0px;
  padding-bottom:0px;

min-height: 150px;

}

#sotto2 {
  margin: 0 auto;

  width: 100%;
  margin-bottom: 0px;
  padding-bottom:0px;

}
#sotto3 {
  margin: 0 auto;

  width: 95%;
  padding-top:0px;
  margin-bottom: 0px;
  padding-bottom:30px;

}
		 .colSottoCOL{
	 text-align:left;
	   width:98%;
	   padding: 15px;
	   border-left: 0px ;

	    border-bottom: 1px solid #494949;

height: auto !important;
    min-height: 0px;
    overflow: hidden;

    }
#sottoSX {
 position:relative;
   margin: 0 auto;
width: 100%;
margin-top:10px;
}
#sottoDX {
 position:relative;
margin: 0 auto;
width: 100%;
margin-top:10px;
}
.left {
    float: none;
	text-align:center;
	width:100%;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;

}
.right {
z-index: 400;
position:relative;
    float: none;
	text-align:center;
	width:100%;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;

}
#recapiti {
position:relative;
margin: 0 auto;
width: 99%;
background-color:#247296;
margin-top: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding:4px;


	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}


.left50 {
z-index: 400;
position:relative;
    float: none;
	width: 100%;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;

}
.right50 {
z-index: 400;
position:relative;

    float: none;
	width:100%;
    padding: 0px;
	margin-right:0px;

}
.testo_colonne_grandi {
z-index: 400;
position:relative;
text-align:center;
    float: none;
	width:100%;
    padding: 0px;
	margin-top:1px;
	margin-right:0px;
}

 .testopageCENTROhomeFooter{
 float:none;
 text-align:center;
	 left:0px;
	  width:100%;
	  height: auto !important;
min-height: 10px;
overflow: hidden;
margin: 0px 0px 0px 0px;
	   margin-bottom:5%;
	   padding-top: 10px;
    }
	.left2 {
width: 31.9%;
height: 120px;

position: relative;
display: inline-block;
margin: 5px 5px 0px 0px;
}


 .CENTROcolonneHome{
 float:none;
	 text-align:center;
	 left:0px;
	   width:98%;
			    height: auto !important;
min-height: 400px;
overflow: hidden;
	   margin: 0% auto;
	   margin-bottom:20px;
	   padding-top: 20px;
	   	   background-image:url(immagini/sfondo_col_home.jpg);
	   background-size:cover;
	   background-repeat:no-repeat;
	     }


.img {
margin: auto;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
position: absolute;
}


div#immagine{
width:50%;margin: 0 auto;
}
.immagine{
display:block;
width:100%
}


	.foto_CENTROcolonne {
    height: 280px;
   width: 100%;

}
	.foto_CENTROcolonneTesto {
	margin-top:180px;

	font-weight: bold;
font-style: normal;
font-family: "openSans",sans-serif;
color: #0F8FD6;
font-size: 17px;
line-height: 17px;

}

	.foto_galleriaGR {
    display: inline-block;
    padding-bottom: 66.66%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}
.banner {
position: relative;
float: left;
text-align: left;
left: 0px;
width: 48%;
margin: 1% 1% 1% 1%;
height: 300px;
overflow: hidden;
}

.TitoloBanner {
bottom: 5%;
}
.riqTitolo4 {
}



	.lineaSotto {
display: block;
width: 100%;
margin-top: 0px;
margin-bottom: 40px;
position: relative;
height: 5px;
overflow: hidden;
			}

.TestoBiancoTitolo {
FONT-SIZE: 16px;
line-height: 19px;
}


 .testopageCENTROgr7RIQ{
position: relative;
float: left;
    width: 46%;
    margin: 2% 2% 2% 2%;
    }

 .testopageCENTROgr7 {
text-align: left;
overflow: hidden;

display: inline-block;
padding-bottom: 60%;
width: 100%;
overflow: hidden;
    }

.testopageCENTROgr3RIQ {
    position: relative;
    float: left;
    width: 46%;
    margin: 2% 2% 2% 2%;
}


}


@media screen and (max-width: 767px) {
  :root {
     --base-font-size: 180vw;
  }
#logo {
z-index: 300;
position:relative;
float:left;

}
.logo_sotto {
display:none;
}

.menuFI {
z-index: 3000;
position:relative;
top:0px;
width:100%;
height:90px;
}

#pageHome100 {
z-index:300;
  width: 100%;

  height: auto !important;
min-height: 150px;
overflow: hidden;


  background-color:#000000;

}


.logoCat {
z-index: 100;
position:absolute;
float:right;
right:0px;
top:170px;
height:145px;
width:160px;
}
.menuN {
z-index: 300;
width:80%;
margin: 0 auto;
height:90px;
border-bottom: 0px solid #d0d0d0;
}
#mainmenuFI {
display:none;
}
#mainmenuSM{
	z-index: 9999;
display:none;
position:absolute;
top: 70px;
width: 240px;
float: right;
right: 0px;
}


#mainmenuSMul {
width:100%;
list-style: none;
top: 0px;
left: 0px;
}


#mainmenuSMul li {
	float: none;
	width:100%;
	background:#EFEFEF;
	border-bottom: 1px solid #d0d0d0;
	border-left: 0px ;
	z-index: 300;

	-webkit-box-shadow: 0px 5px 10px #9F9F9F;
	-moz-box-shadow: 0px 5px 10px #9F9F9F;
	box-shadow: 0px 5px 10px #9F9F9F;
	}


 #mainmenuSMul li a{
color: #000000;
 display: block;
 padding: 10px 10px;
 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
	font-size: 16px;

}

#mainmenuSMa:hover {
color: #d0d0d0;
background:#666;
}
#mainmenuSMul li a.selected2 {
color: #FFFFFF;
font-size: 21px;
background-color:#3D5A0F;
border-radius: 0px 0px 0px 0px;
border: 0px solid #FFFFFF;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
position: relative;
left: 0px;
top: 0px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}
.btn-responsive-menuSM {
display:block;

}

.menu_tri {
position:relative;
float:right;
top: -12px;
width: 21px;
height: 13px;
right: 17px;
}




#mainmenu2 {
display:none;
top: 90px;
right: 0px;
width: 240px;
float: right;
position:absolute;
}


#mainmenu2 ul {
width:100%;
list-style: none;
padding:0px;

}

#mainmenu2 ul li {
	float: none;
	width:100%;
	background:#0F8FD6;
	border-bottom: 1px solid #f0f8ff;
	border-left: 10px ;
	z-index: 300;

	-webkit-box-shadow: 0px 5px 10px #9F9F9F;
	-moz-box-shadow: 0px 5px 10px #9F9F9F;
	box-shadow: 0px 5px 10px #9F9F9F;
	}


#mainmenu2  a {
background: url(immagini/frecciaDXgr3.png) no-repeat 5px center;
color: #d0cece;
 display: block;
 padding: 10px 10px;
 font-size:16px;
 padding-left: 25px;

 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
	font-size: 18px;
 }

#mainmenu2   a:hover {
color: #5A9CC1;
background-color: #f0f8ff;
background-image:url(immagini/frecciaSXgr3.png);


	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#mainmenu2  a:active{
color: #000000;
background-color:#FFFFFF;
}

#mainmenu2  a.selected	{
color: #5A9CC1;
background-color: #f0f8ff;
background-image:url(immagini/frecciaSXgr3.png);
}

.btn-responsive-menuSM2 {
display:block;

}

#mainmenuGR{
display:none;
}

 .fotoPhome{
	  height: 500px;

    }




	 .testofotoHome{
	 z-index:300;
	 position:absolute;
	 text-align:left;
	 bottom:10px;
	 left:0px;
	   width:45%;
	   height:100px;
	   background-image:url(immagini/trasp.png);
	   padding: 20px 20px 50px 10px;
    }


.dataLang	{
z-index: 10;
position:relative;
width: 100%;
height: 90px;
text-align:center;
top:30px;

right:0px;

background-color:#FFFFFF;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
overflow:hidden;
}
.dataSocial	{
float: left;
top: 0px;
margin-right:0px;
margin-left:10px;
}

	#esamiGR {
	display:none;
}

	#esamiGR2 {
	display:block;
width: 98%;
padding: 10px;
}

 .esamiINTtitolo{
	   width:95%;
	   min-height:10px;
	   border-bottom: 0px ;
	   margin-top:0px;
	   margin-bottom:5px;
    }


#pageHome {
position:relative;
top:0px;
  margin: 0 auto;
  width: 100%;
  height:310px;
  margin-bottom: 0px;
  padding-bottom:0px;
}
#pageHomeSX {
position:relative;
width: 100%;
margin-top:16px;
margin-left: 0px;
}

.foto2 {
float:left;
margin-right:20px;
}


.foto2int {
float:left;
width:100px;
margin-right:10px;
  border: 1px solid #d0d0d0;
}



#pageHomeDX {
width: 100%;
margin-right: 0px;

}

 .testopageCENTROhome{
width:100%;
height: 300px;
margin: 0 auto;
margin-bottom:20px;
    }




 .CENTROcolonne{
 float:none;
	 text-align:center;
	 left:0px;
	   width:98%;
	    height:100%;
	   margin: 0% auto;
	   padding-top: 0px;
	     }

	.foto_CENTROcolonne {
    display: inline-block;
    height: 340px;
   width: 100%;
   overflow: hidden;
    background-size: contain;
	background-position: 50% 50%;
    background-repeat: no-repeat;


}


	.testopageCENTROpag{
		 text-align:left;
	 bottom:10px;
	 left:0px;
	   width:95%;
	   border-right:0px;
	   padding-bottom:5px;
	   border-bottom:1px solid #808080;
    }


 .CENTROcolonneHome{
 float:none;
	 text-align:center;
	 left:0px;
	   width:98%;
			    height: auto !important;
min-height: 400px;
overflow: hidden;
	   margin: 0% auto;
	   margin-bottom:20px;
	   padding-top: 20px;
	   	   background-image:url(immagini/sfondo_col_home.jpg);
	   background-size:cover;
	   background-repeat:no-repeat;
	     }

#page {
  margin: 0 auto;
  width: 95%;
}
#pageHomeCENTRO {
 margin: 0 auto;
 width: 95%;
 top: 0px;
}
#pageHomeCENTROsopra {

}
#pageB {
  margin: 0 auto;
  width: 95%;
  background-color:#FFFFFF;
}



.riqPag {
min-height: 0px;
}

.riqINTsx {
text-align:center;
width: 96%;
padding:0px;
border-right: 0px;
margin-right: 5px;
margin-left: 5px;
margin-bottom: 10px;
}

.riqINTdx {
text-align:center;
width: 96%;
padding:0px;
margin-right: 5px;
margin-left: 5px;

margin-bottom: 20px;
border-left: 0px ;
}

#centroHomeRiq {
position:relative;
float:left;
width: 100%;
background-image:url(immagini/sfondoPagT.jpg);
}

#centroHomeSX {
position:relative;
width: 100%;
margin-right: 10px;
}

#centroHomeDXsopra {
position:relative;
float:right;
width: 100%;
padding:10px;
min-height:1px;
background-image:url(immagini/sfondoPagT.jpg);
}

#centroHomeDX {
position:relative;
width: 97%;
padding:10px;
background-color:#11658a;
min-height: 0px;
}
		 .esamiCOL{
	 text-align:left;
	   width: 94%;
padding:0px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 12px;
	   border-left: 0px ;
 border-bottom: 1px solid #dfdfdf;

	    height: auto !important;
min-height: 0px;
overflow: hidden;
    }

	.colSottoTitolo {
position:relative;

top: 0px;
left: 0px;
background-color:#247296;
padding:10px;

min-height: 0px;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

	 .colSottoCOL{
	 text-align:left;
	   width:98%;
	   padding: 15px;
	   border-left: 0px ;

	    border-bottom: 1px solid #494949;

height: auto !important;
    min-height: 0px;
    overflow: hidden;

    }
.galleriaMin {
    width: 120px;
    padding: 1%;
    margin-right: 1%;
	margin-bottom: 1%;
	border: 0px solid #CCCCCC;
}


.riqARTICOLIpagColonna {
height: auto !important;
    min-height: 350px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
    width: 48%;
    vertical-align: top;
	position:relative;
}

.riqARTICOLIpagColonnaP3 {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
    width: 48%;
    vertical-align: top;
	position:relative;
}

.riqARTICOLIpagColonnaGR {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
    width: 47%;
    vertical-align: top;
	position:relative;
}

.riqColonna6 {
height: auto !important;
    min-height: 10px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 1px;
    display: inline-block;
    width: 32%;
    vertical-align: top;
	position:relative;
	text-align:center;
}

.foto3Colonna {
    display: inline-block;
    padding-bottom: 66.66%;
    width: 100%;
    overflow: hidden;
    border: 0px solid #DDE0E3;
    background-size: cover;
    border-radius: 0px;

}

.TestoColonna {
display: none;
}

.foto2Colonna_grande {
	 float: left;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
}

.foto3Colonna_grande {
    display: inline-block;
    padding-bottom: 66.66%;
    width: 100%;
    overflow: hidden;
    border: 0px solid #DDE0E3;
    background-size: cover;
    border-radius: 0px;
	box-shadow: 0px 0px 0px 0px #adadad;
}

.riqARTICOLIpagColonna_grande {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px dashed #d0d0d0;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    vertical-align: top;
	position:relative;
}
.riqARTICOLIpagColonne_foto {
    padding: 15px;
}
.foto2Colonne_foto {
    float: left;
    border: 1px solid #d0d0d0;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
}

#sotto100 {
z-index:400;
position:relative;
  width: 100%;

  height: auto !important;
min-height: 150px;
}

#sotto {
position:relative;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 0px;
  padding-bottom:0px;

min-height: 150px;

}

#sotto2 {
  margin: 0 auto;

  width: 100%;
  margin-bottom: 0px;
  padding-bottom:0px;

}

#sotto3 {
  margin: 0 auto;

  width: 95%;
  padding-top:0px;
  margin-bottom: 0px;
  padding-bottom:30px;

}
#sottoSX {
 position:relative;
   margin: 0 auto;
width: 100%;
margin-top:10px;
}
#sottoDX {
 position:relative;
margin: 0 auto;
width: 100%;
margin-top:10px;
}

.left {
    float: none;
	text-align:center;
	width:100%;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;

}
.right {
z-index: 400;
position:relative;
    float: none;
	text-align:center;
	width:100%;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;

}


#recapiti {
position:relative;
margin: 0 auto;
width: 99%;
background-color:#247296;
margin-top: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding:4px;


	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}


.left50 {
z-index: 400;
position:relative;
    float: none;
	width: 100%;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;

}
.right50 {
z-index: 400;
position:relative;

    float: none;
	width:100%;
    padding: 0px;
	margin-top:1px;
	margin-right:0px;

}

.left50imm {
position:relative;
    float: left;
	width: 100%;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;

}
.right50imm {
position:relative;
    float: right;
	width:100%;
	text-align:left;
    padding: 2px;
	margin-right:4px;

}

.testo_colonne_grandi {
z-index: 400;
position:relative;
text-align:center;
    float: none;
	width:100%;
    padding: 0px;
	margin-top:1px;
	margin-right:0px;
}

 .testopageCENTROhomeFooter{
 float:none;
 text-align:center;
	 left:0px;
	  width:100%;
	  height: auto !important;
min-height: 10px;
overflow: hidden;
margin: 0px 0px 0px 0px;
	   margin-bottom:5%;
	   padding-top: 10px;
    }

		.foto_galleriaGR {
    display: inline-block;
    padding-bottom: 66.66%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}
	.foto_galleriaGR2 {
    display: inline-block;
    padding-bottom: 66.66%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}

	.SfondoGalleria {

   width: 100%;
   overflow: hidden;

	background-position: 50% 50%;
    background-repeat: no-repeat;

}
.left2 {
width: 100%;
height: 120px;

position: relative;
display: inline-block;
margin: 5px 5px 0px 0px;
}

.img {
margin: auto;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
position: absolute;
}
div#immagine{
width:50%;margin: 0 auto;
}
.immagine{
display:block;
width:100%
}
		.riqGrigioINC {
width: 70%;
text-align:left;
margin: 0 auto;
  padding: 7px;
border: 1px solid #d0d0d0;
background: #FFFFFF;
  margin-bottom: 5px;
  	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;

}

.TestoNero40verde {

     FONT-SIZE: 20px; line-height: 24px; COLOR: #ae491a; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}


.TestoBianco24 {

     FONT-SIZE: 24px; COLOR: #FFFFFF; font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif
}

	.foto_CENTROcolonne {
    height: 280px;
   width: 100%;
}
	.foto_CENTROcolonneTesto {
	margin-top:180px;

	font-weight: bold;
font-style: normal;
font-family: "openSans",sans-serif;
color: #0F8FD6;
font-size: 17px;
line-height: 17px;
}
.riqTitolo4 {
}
.banner {
position: relative;
float: left;
text-align: left;
left: 0px;
width: 48%;
margin: 1% 1% 1% 1%;
height: 220px;
overflow: hidden;
}

.TitoloBanner {
bottom: 5%;
}

.hTitolo {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
			color: #989898;
			font-size: 18px;
line-height: 20px;
		}
	.lineaSotto {
display: block;
width: 100%;
margin-top: 0px;
margin-bottom: 40px;
position: relative;
height: 5px;
overflow: hidden;
			}


 .loghi{
position: relative;
margin: 0 auto;
	 text-align: center;
width: 200px;
padding: 2%;
    }


.testopageCENTROgr3RIQ {
    position: relative;
    float: left;
    width: 46%;
    margin: 2% 2% 2% 2%;
}

 .testopageCENTROgr3 {
padding-bottom: 65.5%;
width: 100%;
    }

.TestoBiancoTitolo {
FONT-SIZE: 16px;
line-height: 19px;
}

 .testopageCENTROgr7RIQ{
position: relative;
float: left;
    width: 46%;
    margin: 2% 2% 2% 2%;
    }
 .testopageCENTROgr7 {
padding-bottom: 60%;
width: 100%;
    }


}

@media screen and (max-width: 480px) and (orientation : portrait) {
  :root {
     --base-font-size: 250vw;
  }
.menuFI {
z-index: 3000;
position:relative;
top:0px;
width:100%;
height:90px;
}
.riqStr {
padding-left: 0px;
padding-right: 0px;
   }





#pageHome100 {
z-index:300;
  width: 100%;

  height: auto !important;
min-height: 240px;
overflow: hidden;


  background-color:#000000;

}


.riqIntro {
position:relative;
top: 50px;

margin: 0 auto;
background-color:#FFFFFF;
width: 250px;
height: auto !important;
min-height: 150px;
overflow: hidden;


}

.riqINTpagCentro {
position:relative;
margin: 0 auto;
width: 100%;
height: auto !important;
min-height: 38px;
overflow: hidden;
margin-bottom:20px;
    padding: 0px;
}

.riq {
z-index:10;
position:relative;
background-color:#FFFFFF;

height: auto !important;
min-height: 150px;
padding-top:40px;
padding-left:10px;
padding-right:10px;

	margin-top:25px;
	border: 1px solid #d0d0d0;

	margin: 0 auto;
	width:92%;


		-webkit-box-shadow: 0px 1px 2px #d5d5d5;
	-moz-box-shadow: 0px 1px 2px #d5d5d5;
	box-shadow: 0px 1px 2px #d5d5d5;

}


#logo {
z-index: 300;
position: relative;
float: left;
width: 80%;
text-align: center;
}
#logoImm {
float: left;
width: 250px;
}
.logo_sotto {
display:none;
}
#testoLogo	{
z-index: 300;
position: relative;
width: 70%;
height: 30px;
margin-left: -5px;
font-size: 25px;
line-height: 30px;
text-align: left;
top: 0px;
}

.logoCat {
z-index: 100;
position:absolute;
float:right;
right:0px;
left: 30px;
top:190px;
height:145px;
width:150px;
}

.menuN {
z-index: 300;
width:100%;
margin: 0 auto;
height:90px;
}
#mainmenuFI {
display:none;
}
#mainmenuSM{
	z-index: 9999;
display:none;
position:absolute;
top: 70px;
width: 240px;
float: right;
right:0px;

}


#mainmenuSMul {
width:100%;
list-style: none;
top: 0px;
}

#mainmenuSMul li {
	float: none;
	background:#EFEFEF;
	border-bottom: 1px solid #d0d0d0;
	z-index: 300;
	}



 #mainmenuSMul li a{
color: #000000;
 display: block;
 padding: 10px 10px;
 font-size:16px;

}

#mainmenuSMa:hover {
color: #d0d0d0;
background:#666;
}
.btn-responsive-menuSM {
display:block;

}


#mainmenu2 {
display:none;
top: 90px;
right: 0px;
width: 240px;
float: right;
position:absolute;
}


#mainmenu2 ul {
width:100%;
list-style: none;
padding:0px;

}

#mainmenu2 ul li {
	float: none;
	width:100%;
	background:#0F8FD6;
	border-bottom: 1px solid #f0f8ff;
	border-left: 10px ;
	z-index: 300;


	}


#mainmenu2  a {
background: url(immagini/frecciaDXgr3.png) no-repeat 5px center;
color: #d0cece;
 display: block;
 padding: 10px 10px;
 font-size:16px;
 padding-left: 25px;

 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
	font-size: 18px;
 }

#mainmenu2   a:hover {
color: #5A9CC1;
background-color: #f0f8ff;
background-image:url(immagini/frecciaSXgr3.png);


	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#mainmenu2  a:active{
color: #000000;
background-color:#FFFFFF;
}

#mainmenu2  a.selected	{
color: #5A9CC1;
background-color: #f0f8ff;
background-image:url(immagini/frecciaSXgr3.png);
}

.btn-responsive-menuSM2 {
display:block;

}

#mainmenuGR{
display:none;
}




.TestoNero50 {
 FONT-SIZE: 40px;
 line-height: 50px;
 COLOR: #0F8FD6;
 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
}

 .fotoPhome{
	  height: 250px;

    }

.dataLang	{
z-index: 10;
position:relative;
width: 100%;

text-align:center;

right:0px;
background-color:#FFFFFF;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
overflow:hidden;
}


	 .testofotoHome{
	 display:none;
    }

 .testopageCENTROhome{
width:100%;
height: 180px;
margin: 0 auto;
margin-bottom:20px;
    }

	 .fotoBann{
	 display:none;

    }


	.foto_CENTROcolonne {
    display: inline-block;
    height: 200px;
   width: 100%;
   overflow: hidden;
    background-size: contain;
	background-position: 50% 50%;
    background-repeat: no-repeat;

}


 .CENTROcolonne{
 float:none;
	 text-align:center;
	 left:0px;
	   width:98%;
	    height:100%;
	   margin: 0% auto;
	   padding-top: 20px;
    }

	 .testopageCENTROpag{
 float:left;
	 text-align:left;
	 bottom:10px;
	 left:0px;
	   width:95%;
	   border-right:0px;
	   border-bottom:1px solid #808080;
    }

 .CENTROcolonneHome{
 float:none;
	 text-align:center;
	 left:0px;
	   width:98%;
			    height: auto !important;
min-height: 250px;
overflow: hidden;
	   margin: 0% auto;
	   margin-bottom:20px;
	   padding-top: 20px;
	   	   background-image:url(immagini/sfondo_col_home.jpg);
	   background-size:cover;
	   background-repeat:no-repeat;
    }

#page {
  margin: 0 auto;
  width: 95%;
}



#pageHomeCENTRO {
 margin: 0 auto;
 min-height:80px;
 width: 95%;
}
#pageHomeCENTROsopra {
height: 250px;
}
#pageB {
  margin: 0 auto;
  width: 95%;
  background-color:#FFFFFF;
}


.riqPag {
min-height: 0px;
}

.riqINTsx {
float:none;
width: 96%;
padding:0px;
border-right: 0px;
margin-right: 5px;
margin-left: 5px;
margin-bottom: 10px;
}

.riqINTdx {
width: 96%;
padding:0px;
margin-right: 5px;
margin-left: 5px;

margin-bottom: 20px;
border-left: 0px ;
}

#centroHomeRiq {
position:relative;
float:left;
width: 100%;
background-image:url(immagini/sfondoPagT.jpg);
}

#centroHomeSX {
position:relative;
width: 100%;
margin-right: 10px;
}

#centroHomeDXsopra {
position:relative;
float:right;
width: 96%;
padding:10px;
min-height:1px;
background-image:url(immagini/sfondoPagT.jpg);
}

#centroHomeDX {
position:relative;
width: 96%;
padding:10px;
background-color:#11658a;
min-height: 0px;
}
.TitoloLista {
    FONT-SIZE: 20px;
    line-height: 23px;
    margin: 0px;
}

.foto2 {
float:left;
width: 40%;
	height: 150px;
margin-right:20px;
}

.foto2int {
display:none;
}


.foto3 {
    display: inline-block;
    height: 110px;
   width: 100%;
   overflow: hidden;
    border: 0px solid #DDE0E3;

    background-size: cover;
	border-radius: 8px 8px 0px 8px;
}

.riqARTICOLIpagColonna {
height: auto !important;
    min-height: 10px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
    width: 99%;
    vertical-align: top;
	position:relative;
}

.riqARTICOLIpagColonnaP3 {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
    width: 99%;
    vertical-align: top;
	position:relative;
}

.riqARTICOLIpagColonnaGR {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
    width: 99%;
    vertical-align: top;
	position:relative;
}

.foto3Colonna {
    display: inline-block;
    padding-bottom: 66.66%;
    width: 100%;
    overflow: hidden;
    border: 0px solid #DDE0E3;
    background-size: cover;
    border-radius: 0px;

}

.riqARTICOLIpag {
    height: auto !important;
    min-height: 10px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0px;
    border-bottom: 1px solid #d0d0d0;
    background: #FFFFFF;
	position:relative;
}
.riqARTICOLIpagColonne_foto {
    padding: 0px;
	width: 100%;
	margin-bottom: 40px;
}
.contenutoArt {
width: 100%;
margin: 0 auto;
}

.TestoColonna {
display: none;
}


.riqARTICOLIpagColonna_grande {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px dashed #d0d0d0;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    vertical-align: top;
	position:relative;
}

.foto3Colonna_grande {
    display: inline-block;
    padding-bottom: 66.66%;
    width: 100%;
    overflow: hidden;
    border: 0px solid #DDE0E3;
    background-size: cover;
    border-radius: 0px;

}
#pageHome {
position:relative;
top:0px;
left:-10%;
  margin: 0 auto;
  width: 120%;
  height:100px;
  margin-bottom: 0px;
  padding-bottom:0px;
}

	 .esamiSX2{
	 float:left;
	 text-align:center;
	   width:22%;
	   margin-bottom:10px;
	   border-right: 1px solid #dfdfdf;
    }
	 .esamiDX2{
	 float:right;
	 text-align:left;
	   width:75%;
	   margin-bottom:10px;

    }
		 .esamiCOL{
	 text-align:left;
	   width: 94%;
padding:0px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 12px;
	   border-left: 0px ;
 border-bottom: 1px solid #dfdfdf;


	    height: auto !important;
min-height: 0px;
overflow: hidden;
    }

.colSottoTitolo {
position:relative;
width: 95%;
top: 0px;
left: 0px;
background-color:#247296;
padding:10px;

min-height: 0px;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

	 .colSottoCOL{
	 text-align:left;
	   width:94%;
	   padding: 15px;
	   border-left: 0px ;

	    border-bottom: 1px solid #494949;

height: auto !important;
    min-height: 0px;
    overflow: hidden;

    }


.galleriaMin {
    width: 80px;
    padding: 1%;
    margin-right: 1%;
	margin-bottom: 1%;
	border: 0px solid #CCCCCC;
}
div.galleriaMin1 {
    width: 98%;
    padding: 1%;
	margin-bottom: 1%;
	border: 0px solid #CCCCCC;
}
div.galleriaMin2 {
    width: 47%;
    padding: 1%;
    margin-right: 1%;
	margin-bottom: 1%;
    float: left;
	border: 0px solid #CCCCCC;
}

.left50 {
z-index: 400;
position:relative;
    float: none;
	width: 100%;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;

}
.right50 {
z-index: 400;
position:relative;

    float: none;
	width:100%;
    padding: 0px;
	margin-top:1px;
	margin-right:0px;

}
.foto_colonne_grandi {
    display: inline-block;
    height: 200px;
   width: 100%;
   overflow: hidden;
    background-size: contain;
	background-position: 50% 50%;
    background-repeat: no-repeat;
}

 .galleriaGR{
 float:left;
	 text-align:center;
	 left:0px;
	   width:44%;
	   height:100px;
margin:4% 0 0 4%;
	   margin-bottom: 10%;
    }

	.foto_galleriaGR {
    display: inline-block;
    padding-bottom: 66.66%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}
	.foto_galleriaGR2 {
    display: inline-block;
    padding-bottom: 66.66%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}

	.SfondoGalleria {

   width: 100%;
   overflow: hidden;

	background-position: 50% 50%;
    background-repeat: no-repeat;

}


.riqTitoloFotoVideo {
display:none;
}

.left2 {
width: 100%;
height: 120px;

position: relative;
display: inline-block;
margin: 5px 5px 0px 0px;
}

.img {
margin: auto;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
position: absolute;
}

	.riqGrigioINC {
width: 100%;
text-align:left;
margin: 0 auto;
  padding: 7px;
border: 1px solid #d0d0d0;
background: #FFFFFF;
  margin-bottom: 5px;
  	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;

}
	.foto_CENTROcolonne {
    height: 280px;
   width: 100%;

}
	.foto_CENTROcolonneTesto {
	margin-top:180px;

	font-weight: bold;
font-style: normal;
font-family: "openSans",sans-serif;
color: #0F8FD6;
font-size: 17px;
line-height: 17px;

}
.allegatiArticoliIcone {
position:relative;
	float: right;
left: 0px;
}
.allegatiArticoliIconeColonna {
position:absolute;
bottom:10px;
left:10px;
}
.banner {
position: relative;
float: left;
text-align: left;
left: 0px;
width: 100%;
margin: 0%;
margin-bottom: 25px;
height: 250px;
overflow: hidden;
}

.TitoloBanner {
bottom: 5%;
}
.riqTitolo4 {

}


.testopageCENTROgr3RIQ {
    position: relative;
    float: left;
    width: 96%;
    margin: 2% 2% 2% 2%;

}
 .testopageCENTROgr3 {
height: 200px;
    }

.riqCat {

	FONT-SIZE: 12px;
line-height: 16px;
}
.TestoBiancoTitolo {
FONT-SIZE: 16px;
line-height: 19px;
}

 .testopageCENTROgr7RIQ{
position: relative;
float: left;
    width: 96%;
    margin: 2% 2% 2% 2%;
    }


 .testopageCENTROgr7 {
height: 200px;
    }


.riqTitolo3 {
font-size: 25px;
line-height: 28px;
}

.riqTitolo5 {
font-size: 23px;
line-height: 26px;
}


.loghi {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 2%;
}


.chart-container {
    margin: 5% 0% 18% 18%;
}

.chart-container_home {
  position: relative;
  width: 150%;
    height: 160px;
    margin: 5px 20px 70px 70px;
    float: left;
    display: inline-block;
}

.container_scroll::-webkit-scrollbar {  /* Nasconde la scrollbar per i browser WebKit (Chrome, Safari) */
  display: none;
}
.container_scroll {
  overflow-x: auto;
white-space: nowrap;
position: relative;
-ms-overflow-style: none;  /* Nasconde la scrollbar per IE e Edge */
scrollbar-width: none;  /* Nasconde la scrollbar per Firefox */
}
.nome_dato {
	font-size: 13px;
line-height: 18px;
}

.webcam_foto {
     text-align: center;
     width: 100%;
     margin: 0 auto;
}

}

@media screen and (max-width: 480px) and (orientation : landscape) {
  :root {
     --base-font-size: 250vw;
  }
.menuFI {
z-index: 3000;
position:relative;
top:0px;
width:100%;
height:90px;
}

#pageHome100 {
z-index:300;
  width: 100%;

  height: auto !important;
min-height: 240px;
overflow: hidden;


  background-color:#000000;

}


.riqIntro {
position:relative;
top: 50px;

margin: 0 auto;
background-color:#FFFFFF;
width: 250px;
height: auto !important;
min-height: 150px;
overflow: hidden;


}

#logo {
z-index: 300;
position: relative;
float: left;
width: 80%;
text-align: center;
}
#logoImm {
float: left;

}
.logo_sotto {
display:none;
}
#testoLogo	{
z-index: 300;
position: relative;
width: 70%;
height: 30px;
margin-left: -5px;
font-size: 25px;
line-height: 30px;
text-align: left;
}
.logoCat {
z-index: 100;
position:absolute;
float:right;
right:0px;
left: 30px;
top:190px;
height:145px;
width:150px;
}

.menuN {
z-index: 300;
width:100%;
margin: 0 auto;
height:90px;
}
#mainmenuFI {
display:none;
}
#mainmenuSM{
	z-index: 9999;
display:none;
position:absolute;
top: 70px;
width: 240px;
float: right;
right:0px;

}



.TestoNero50 {
 FONT-SIZE: 40px;
 line-height: 45px;
 COLOR: #0F8FD6;
 font-family: 'openSans', Verdana, Arial, Helvetica, sans-serif;
}

.dataLang	{
z-index: 10;
position:relative;
width: 100%;

text-align:center;

right:0px;
background-color:#FFFFFF;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
overflow:hidden;
}

	 .testofotoHome{
	 display:none;
    }

 .testopageCENTROhome{
width:100%;
height: 300px;
margin: 0 auto;
margin-bottom:20px;
    }

	 .fotoBann{
	 display:none;

    }


	.foto_CENTROcolonne {
    display: inline-block;
    height: 200px;
   width: 100%;
   overflow: hidden;
    background-size: contain;
	background-position: 50% 50%;
    background-repeat: no-repeat;

}


 .CENTROcolonne{
 float:left;
	 text-align:center;
	 left:0px;
	   width:98%;
	    height:100%;
	   margin: 0%;
	   padding-top: 20px;
    }

	 .testopageCENTROpag{
 float:left;
	 text-align:left;
	 bottom:10px;
	 left:0px;
	   width:95%;
	   border-right:0px;
	   border-bottom:1px solid #808080;
    }


 .CENTROcolonneHome{
 float:left;
	 text-align:center;
	 left:0px;
	   width:98%;
	    height:100%;
	   margin: 0%;
	   padding-top: 20px;
    }

	.foto_galleriaGR {
    display: inline-block;
    padding-bottom: 66.66%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}

.riqTitoloFotoVideo {
display:none;
}

#page {
  margin: 0 auto;
  width: 95%;
}
#pageHomeCENTRO {
 margin: 0 auto;
 width: 95%;
}
#pageHomeCENTROsopra {

}
#pageB {
  margin: 0 auto;
  width: 95%;
  background-color:#FFFFFF;
}


.riqPag {
min-height: 0px;
}

.riqINTsx {
float:none;
width: 96%;
padding:0px;
border-right: 0px;
margin-right: 5px;
margin-left: 5px;
margin-bottom: 10px;
}

.riqINTdx {
width: 96%;
padding:0px;
margin-right: 5px;
margin-left: 5px;

margin-bottom: 20px;
border-left: 0px ;
}

#centroHomeRiq {
position:relative;
float:left;
width: 100%;
background-image:url(immagini/sfondoPagT.jpg);
}

#centroHomeSX {
position:relative;
width: 100%;
margin-right: 10px;
}

#centroHomeDXsopra {
position:relative;
float:right;
width: 96%;
padding:10px;
min-height:1px;
background-image:url(immagini/sfondoPagT.jpg);
}

#centroHomeDX {
position:relative;
width: 96%;
padding:10px;
background-color:#11658a;
min-height: 0px;
}


.foto2 {
			float:none;
			width:100%;

			margin-right:0px;
			margin-bottom:20px;

			position: relative;

}

.foto2int {
display:none;
}


.foto3 {
    display: inline-block;
    height: 260px;
   width: 100%;
   overflow: hidden;


    background-size: cover;
    border-radius: 0px;

}

.riqARTICOLIpagColonna {
height: auto !important;
    min-height: 10px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
    width: 99%;
    vertical-align: top;
	position:relative;
}


.riqARTICOLIpagColonnaP3 {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
    width: 48%;
    vertical-align: top;
	position:relative;
}



.riqARTICOLIpagColonnaGR {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0px;
    background: #FFFFFF;
    display: inline-block;
    width: 99%;
    vertical-align: top;
	position:relative;
}
.foto3Colonna {
    display: inline-block;
    padding-bottom: 66.66%;
    width: 100%;
    overflow: hidden;
    border: 0px solid #DDE0E3;
    background-size: cover;
    border-radius: 0px;

}
.TestoColonna {
display: none;
}

.riqARTICOLIpagColonna_grande {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px dashed #d0d0d0;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    vertical-align: top;
	position:relative;
}
.foto3Colonna_grande {
    display: inline-block;
    padding-bottom: 66.66%;
    width: 100%;
    overflow: hidden;
    border: 0px solid #DDE0E3;
    background-size: cover;
    border-radius: 0px;

}
#pageHome {
position:relative;
top:0px;
left:-10%;
  margin: 0 auto;
  width: 120%;
  height:100px;
  margin-bottom: 0px;
  padding-bottom:0px;
}

	 .esamiSX2{
	 float:left;
	 text-align:center;
	   width:22%;
	   margin-bottom:10px;
	   border-right: 1px solid #dfdfdf;
    }
	 .esamiDX2{
	 float:right;
	 text-align:left;
	   width:75%;
	   margin-bottom:10px;

    }
		 .esamiCOL{
	 text-align:left;
	   width: 94%;
padding:0px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 12px;
	   border-left: 0px ;
 border-bottom: 1px solid #dfdfdf;


	    height: auto !important;
min-height: 0px;
overflow: hidden;
    }

.colSottoTitolo {
position:relative;
width: 95%;
top: 0px;
left: 0px;
background-color:#247296;
padding:10px;

min-height: 0px;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

	 .colSottoCOL{
	 text-align:left;
	   width:94%;
	   padding: 15px;
	   border-left: 0px ;

	    border-bottom: 1px solid #494949;

height: auto !important;
    min-height: 0px;
    overflow: hidden;

    }


.galleriaMin {
    width: 80px;
    padding: 1%;
    margin-right: 1%;
	margin-bottom: 1%;
	border: 0px solid #CCCCCC;
}
div.galleriaMin1 {
    width: 98%;
    padding: 1%;
	margin-bottom: 1%;
	border: 0px solid #CCCCCC;
}
div.galleriaMin2 {
    width: 47%;
    padding: 1%;
    margin-right: 1%;
	margin-bottom: 1%;
    float: left;
	border: 0px solid #CCCCCC;
}

.left50 {
z-index: 400;
position:relative;
    float: none;
	width: 100%;
    padding: 2px;
	margin-top:1px;
	margin-right:4px;

}
.right50 {
z-index: 400;
position:relative;

    float: none;
	width:100%;
    padding: 0px;
	margin-top:1px;
	margin-right:0px;

}
.foto_colonne_grandi {
    display: inline-block;
    height: 200px;
   width: 100%;
   overflow: hidden;
    background-size: contain;
	background-position: 50% 50%;
    background-repeat: no-repeat;
}
.left2 {
width: 100%;
height: 120px;

position: relative;
display: inline-block;
margin: 5px 5px 0px 0px;
}

.img {
margin: auto;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
position: absolute;
}

#sotto100 {
z-index:400;
position:relative;
  width: 100%;

  height: auto !important;
min-height: 150px;
}

#sotto {
position:relative;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 0px;
  padding-bottom:0px;

min-height: 150px;

}
.allegatiArticoliIcone {
position:absolute;
bottom:10px;
left: 10px;
}
.allegatiArticoliIconeColonna {
position:absolute;
bottom:10px;
left:10px;
}
.banner {
position: relative;
float: left;
text-align: left;
left: 0px;
width: 100%;
margin: 3% 0% 0% 0%;
height: 250px;
overflow: hidden;
}

.TitoloBanner {
bottom: 5%;
}

.webcam_foto {
     text-align: center;
     width: 100%;
     margin: 0 auto;
}

}


.val_correntometro {
position: absolute;
top: -7px;
left: 30px;
width: 100%;
height: 80px;
font-size: 15px;
font-weight: bold;
}
.flow-container {
position: absolute;
top: 50%;
left: 50%;
}
.line {
  position: absolute;
width: 200px;
height: 200px;
will-change: transform;
}

@keyframes fade-animation {
            0% {
                 opacity: 1;
                 transform: translateY(0px);
             }
             100% {
                 opacity: 1;
                 transform: translateY(-300px);
             }
}









/* xxx------------------------------------------------------------- */

.icon_str {
display: none;
}

@media screen and (max-width: 480px) and (orientation : portrait) {
  :root {
     --base-font-size: 250vw;
  }
.logo {
    position: relative;
      float: none;
      width: 80px;
      min-height: 80px;
      background-size: cover;
      margin: 0 auto;
}
.logoTitolo {
    text-align: center;
  FONT-SIZE: 25px;
  line-height: 28px;
width: 100%;
  top: 10px;
  left: 0px;
}
  h1 {font-size: calc(1.6rem + var(--font-scale));line-height: calc(0.8 + 0.2/max(1));margin-bottom: 0.5rem}
  h2 {font-size: 1.2rem;line-height: 1.2rem;margin-bottom: 0.4rem}

.countdownStyle {
  padding: 0px 5px 0px 0px;
}

.animation-element {
display: none;
}
.donut {
display: none;
}
.donut2 {
display: none;
}
.donut2_sfondo {
display: none;
}
.donut2-anim {
display: none;
}
.numbers_marks_TOT {
display: none;
}
.marksTOT {
display: none;
}
.donut-segment {
display: none;
}
.container_vert {
display: none;
}
.container_vert_col {
display: none;
}
.container_orizz {
display: none;
}
.container_orizz_col {
display: none;
}
.riqStr {
background-image: none !important;
}
.nome_dato {
position: relative;
}
.riqInt {
margin-top: 9%;
}
.riqInt2 {
padding-bottom: 0%;
}
.strumento1 {
position: relative;
width: 100%;
  height: auto;
  top: 0%;
  left: 0%;
}
.nome_dato {
position: relative;
text-align: left;
text-align: left;
}
.icon_str {
position: relative;
display: inline;
width: 30px;
float: left;
margin-right: 5px;
}
.dati {
top:0% !important;
left:0% !important;
width: auto !important;
padding: 0px;
border-radius: 0;
display: inline;
float: left;
}
.unita_misura {
position: relative;
display: inline;
top:0% !important;
left:0% !important;
width: auto !important;
height: 0%;
padding: 0px;
font-size: 12px;
text-align: left;
opacity: 0.7;
}
.valorePrec {
text-align: left;
}

}

@media screen and (max-width: 480px) and (orientation : landscape) {
  :root {
     --base-font-size: 250vw;
  }
}


.header-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 20px;
  width: 80%;
}
.date {
    font-size: 1.2em; /* Dimensione del font per la data */
}
footer {
  color: #b6b6b6;
      text-align: center;
      padding: 10px;
      margin: 0 auto; /* Centra il footer orizzontalmente */
      width: 80%; /* Imposta la stessa larghezza dell'header */
}
.container {
  display: flex;
  flex-direction: row;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
  /* height: 50vh; */
  /* margin-top: auto; */ /* Spinge il contenitore verso il basso */
}
.container_int {
display: flex;
flex-direction: column;
flex-grow: 10;
}
.squares {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
flex-grow: 1;
}
.squares_2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
flex-grow: 100;
margin-top:10px;
}
.square {
  position: relative;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;

    overflow: hidden;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
}
.col_dx {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    height: auto;
    gap: 10px;
    flex-grow: 1;
}
.rectangle-vertical {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.rectangles-footer {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: 0 auto;
  margin-top: auto;
}
.shadow {
-webkit-box-shadow: inset 0px 0px 38px 0px #000000;
-moz-box-shadow: inset 0px 0px 38px 0px #000000;
-o-box-shadow: inset 0px 0px 38px 0px #000000;
box-shadow: inset 0px 0px 38px 0px #000000;
}

@media (min-width: 1920px) {
  :root {
     --width_container: 1400px;
  }
  .valoreGR {
    font-size: 25px !important;
    line-height: 25px !important;
  font-weight: normal;
  font-style: normal;
  }
  .valorePrec {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media (max-width: 1024px) {
  :root {
     --width_container: 100%;
  }
}

@media (max-width: 980px) {
.header-content {
flex-direction: column;
      align-items: center;
      padding: 20px;
    width: 80%;
  }
.container {
height:auto;
margin-top :0;
padding :10px;
flex-direction :column;
}

.squares {
grid-template-columns :repeat(2,1fr);
gap:10px;
margin-bottom :20px;
width :100%;
}
.squares_2 {
grid-template-columns :repeat(1,1fr);
gap:10px;
width:100%;
}

.col_dx {
margin-left :0;
width :100%;
}
.logoTitolo {
margin-bottom: 40px;
}
.imm_sfondo {
padding-bottom: 75%;
}
}
