:root {
--font-family: "Geist-Regular", Verdana, Arial, Helvetica, sans-serif;
--font-family_menu: "Geist-Regular", Verdana, Arial, Helvetica, sans-serif;
--font-scale: 2vw;
--menu-bg: #ffffff;
--menu-color: #000;
--text-color: #707070;
--text-color2: #000000;
--text-blue: #1d81a2;
--text-red: #E5241C;
--text-grey: #676767;
--light-grey: #eaeaea;
--light-grey_border: #b0b0b0;
--link-color: #1C73AA;
--link-color2: #ffa500;
--background-color1: #dcedf5;
--background-color2: #cee7f3;
--background-color3: #add5e9;
--height_menu: 80px;
--width: 1300px;
}
html, body {
 height: 100%;
 margin: 0px 0px;
 background-color:#FFFFFF;
	color: #4b4a4a;
	text-decoration: none;
	font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
  line-height: 24px;
	text-rendering: optimizelegibility;
}
.header{transition: background-color 0.3s; position: fixed; top: 0; left: 0; z-index: 9997; width: 100%; padding: 10px 15px;background-color: #fff;}
.header.scrolled {background-color: #ffffff; border-bottom: 1px solid var(--light-grey); }
.header__content{max-width: var(--width);width: 100%;margin: 0 auto;display: flex; align-items: center;}
.header__logo{display: flex;align-items: center;color: #000; flex: 1;}
.header__logo_imm {position: relative;width: 220px; max-width: 100%; height: auto;}
.header__quick{display: none;}

.header__menu {  padding: 0;  margin: 0;}
.header__menu li {  display: inline-block;}
.header__menu li a {  color: #5b5b5b;  opacity: 0.8;  transition: opacity 0.25s ease-in-out;  display: block;  padding: 14px;  font-family: var(--font-family_menu);  font-size: 16px;  position: relative;}
.header__menu li a::before {  content: "";  position: absolute;  left: 0%;/* Parte dal centro */  bottom: 0;  height: 2px;  width: 100%;/* La larghezza totale della linea */  background-color: var(--link-color);
  /* Trasform origin al centro per "spartire" l'animazione su entrambi i lati */
  transform-origin: center;
  /* Inizialmente scala X a zero, ovvero invisibile */
  transform: scaleX(0);
  /* Transizione sulla trasformazione */
  transition: transform 0.5s;
}
.header__menu li a:hover::before { transform: scaleX(1);}
.header__menu li a:hover {  color: var(--text-blue);  opacity: 1.0;}
.header__menu li.current a::before { transform: scaleX(1);}
.header__menu li.current a {  color: var(--text-blue);}

@media (max-width: 1024px) {
.header__menu{
  position: absolute;top: 80px;left: 0; background-color: var(--menu-bg);width: 100%; height: 100vh;
  height: 0vh;overflow: hidden;transition: all 0.3s cubic-bezier(.215, .61, .355, 1);
}
.header__menu li a{color: #5b5b5b; opacity: 0.8; transition: opacity .25s ease-in-out;display: block;padding: 14px; font-family: var(--font-family_menu); font-size: 18px; position: relative;}

.header__menu li{width: 100%;border-bottom: 1px solid #c4c4c4}
.header__menu li a::before { content: ""; position: absolute; left: 0; bottom: 0; height: 50px; width: 0; background-color: var(--link-color); transition: width 0.5s; }
.header__menu li a:hover::before { width: 3px; color: #a8a8a8;}
.header__menu li a:hover { color: #000; opacity: 1.0;}
.header__menu li.current a::before { width: 3px; }
.header__menu li.current a { color:#000; }

.menu-open .header__menu {height: 100vh; padding:3%;}

.icon-hamburger{cursor: pointer;height: 50px;width: 40px;margin-left: 20px;padding-top: 10px;}
.icon-hamburger span{height: 2px;width: 25px; background:var(--menu-color); position: relative; display: block; margin-top: 6px;transition: all 0.5s cubic-bezier(.215, .61, .355, 1);}

.menu-open .icon-hamburger span:nth-child(1){transform: rotate(45deg) translateY(9px) translateX(3px);}
.menu-open .icon-hamburger span:nth-child(2){transform: rotate(-45deg) translateY(-3px) translateX(-5px);}
.menu-open .icon-hamburger span:nth-child(3){transform: rotate(-45deg) translateY(-9px) translateX(1px);}

.header__quick{display: flex;justify-content: flex-end;width: 10%;}

}

.cover {
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.height_100 {
min-height: 80vh;
  /* min-height: 500px; */
}
.image-triangle {
  width: 1600px;
  height: 600px;
  clip-path: polygon(25% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
}
.image-triangle img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.image-triangle2 {
width: 1100px;
height: 400px;
  clip-path: polygon(0 0, 75% 100%, 100% 0);
  overflow: hidden;
  background-color: #0075BF;
}
.image-triangle2 img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #0075BF;
}
.background_black {
height: 150vh;
width: 100%;
position: absolute;
background: linear-gradient(90deg, rgba(0,0,0,0.36740633753501406) 0%, rgba(0,0,0,0) 58%);
opacity: 1;
}
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.slides {
    display: flex;
}
.slide {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.slide_int {
z-index: 9;
margin: 0 auto;
padding-top: var(--height_menu);
padding-bottom: var(--height_menu);
display: flex;
}
.slide_text {
z-index: 1;
width: 50%;
padding: 25px;
padding-top: var(--height_menu);
}
.slide_imm {
  position: absolute;
    width: 40%;
    top: 15%;
    left: 45%;
}
.slide_imm2 {
z-index: 99;
position: absolute;
width: 300px;
top: 515px;
right: 0%;
overflow: hidden;
}
.slide_background {
  background-color: var(--light-grey);
}
@media (max-width: 980px) {
  .height_100 {
    min-height: 100vh;
  }

  .slide_text {
   width: 100%;
   padding-top: 25px;
  }
  .slide_imm {
    display: none;
  }
  .slide_imm2 {
    display: none;
  }
  .slide_background {
    background-color: var(--light-grey);
  }
.background_black {
opacity: 0.3;
background: #000;
  }
}

.slide.active {
    display: flex;
}
.prev, .next {
  z-index: 99;
    padding: 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    color: white;
}
.prev {
margin: 10px;
padding-left: 18px;
padding-right: 18px;
-webkit-border-radius: 100px 100px 100px 100px;
-moz-border-radius: 100px 100px 100px 100px;
-khtml-border-radius: 100px 100px 100px 100px;
border-radius: 100px 100px 100px 100px;
}
.next {
margin: 10px;
padding-left: 18px;
padding-right: 18px;
-webkit-border-radius: 100px 100px 100px 100px;
-moz-border-radius: 100px 100px 100px 100px;
-khtml-border-radius: 100px 100px 100px 100px;
border-radius: 100px 100px 100px 100px;
}

.slide_fade {
animation-name: slide_fade;
animation-duration: 0.5s;
}
@keyframes slide_fade {
from {opacity: .2}
to {opacity: 1}
}

[class*='col-'] {position: relative; text-align: left; padding: 10px;margin-bottom: 20px;}

.col-0{}
.col-1{flex: 1;}
.col-2{flex: 2;}
.col-3{flex: 3;}
.col-4{flex: 4;}

.col-1_2{width: 100%;}
.col-2_2{width: calc(100% / 2);}
.col-3_2{width: calc(100% / 3);}
.col-4_2{width: calc(100% / 4);}

@media (max-width: 991px) {
[class*='col-'] {flex: none; width: 50%; }
.col-mob{width: 50%;}
}

@media (max-width: 768px) {
[class*='col-'] {flex: none;width: 100%; }
.col-mob{width: 100%;}
}

.space_20 {
height: 20px;
}
.margin_top {
    margin-top: 5%;
}
.margin_bot {
    margin-bottom: 5%;
}

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


a:link, a:visited {
	color: var(--link-color);
	text-decoration: none;
	font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
  line-height: 24px;
}

a:hover {
	color: #7D7D7D;
	font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 24px;
}



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

.titolo_pagine {
  font-size: 17px; line-height: 24px; COLOR: #4b4a4a; text-transform: uppercase; font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif
}

.titolo {
  font-size: 30px; line-height: 38px; COLOR: var(--text-color); font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif
}

.Testo {
  font-size: 18px; line-height: 25px; COLOR: var(--text-color); font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.Testo2 {
  font-size: 18px; line-height: 25px; COLOR: var(--text-color2); font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.Testo2continua {
	font-size: 18px; line-height: 25px; COLOR: #4b4a4a; font-family: 'Geist-Regularbold', Verdana, Arial, Helvetica, sans-serif
}
.Testo3 {
font-size: 20px;
line-height: 25px;
COLOR: #4b4a4a; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
text-shadow: 1px 1px 3px #000;
}
.Testo4 {
top: 20px;
position: relative;
font-size: 42px;
line-height: 47px;
COLOR: #4b4a4a;
text-transform: uppercase;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
text-shadow: 1px 1px 3px #000;
}

.arrow-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding-right: 20px;
}

.arrow-link::after {
    content: '>';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.arrow-link:hover::after {
    transform: translate(5px, -50%);
}

.arrow-link_SX {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding-left: 30px;
}

.arrow-link_SX::after {
  content: '<';
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.arrow-link_SX:hover::after {
    transform: translate(-5px, -50%);
}


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

.testopageCENTROgr3RIQ {
  position: relative;
  width: 100%;
}

.testopageCENTROgr3 {
	padding-bottom: 65.00%;
  border: 1px solid var(--light-grey_border);
}
.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%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.gradient4 {
position: absolute;
bottom: 30px;

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 */

}

.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-bottom: 30px;
  border: 1px solid #DEDEDE;
  border-radius: 8px 8px 8px 8px;
   }

.contentART {
  width: 100%;
	border: 0px;
  padding: 10px;
}



.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: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.Sottotitolo {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #7D7D7D; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
A.linktext2 {
	FONT-SIZE: 12px; COLOR: #000000; font-family: 'Geist-Regular', 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: 'Geist-Regular', 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: 18px; COLOR: #ffffff; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.SottotitoloARANCIONE {

	FONT-WEIGHT: bold; FONT-SIZE: 24px; line-height: 28px; COLOR: #627c92; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.SottotitoloARANCIONEgr {

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

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

     FONT-SIZE: 20px; COLOR: #627c92; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.TestoBlu11 {

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

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

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

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

	FONT-SIZE: 15px; COLOR: #4b4a4a; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.TestoBLU16 {

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

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

	 font-size: 21px; line-height: 25px; COLOR: #0d5270; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.TestoBLU20 {

	FONT-SIZE: 30px; line-height: 38px;  COLOR: #404040; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.TestoGrigio14 {

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

	FONT-WEIGHT: bold; font-size: 21px; line-height: 25px; COLOR: #0078B7; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.TestoGrandeVERDEtrebuchet {

	font-size: 21px; line-height: 25px; COLOR: #237296; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}

.TestoTitoloVERDEtrebuchet {

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

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

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

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

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

     FONT-SIZE: 24px; line-height: 34px;COLOR: #FFFFFF; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco30 {

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

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

.TestoRosso35 {

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

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

     FONT-SIZE: 50px; line-height: 53px; COLOR: #627c92;  font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}


h2 {
			font-weight: normal;
			font-style: normal;
FONT-SIZE: 22px;
line-height: 27px;
	 COLOR: #000;
	 font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
	 margin: 0px;
}

h3 {
font-size: 25px;
line-height: 30px;
COLOR: #000;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
}

h4 {
font-weight: normal;
font-style: normal;
FONT-SIZE: 20px;
line-height: 25px;
COLOR: #000;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
}



.TestoNero30 {

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

.TestoNero30verde {

     FONT-SIZE: 27px; line-height: 30px; COLOR: #627c92; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}

.TestoNero40verde {

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


.TestoNero30-2 {

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

     FONT-SIZE: 24px; line-height: 27px; COLOR: #627c92; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}


.TestoRosso50ColGR {

     FONT-SIZE: 40px; line-height: 50px; COLOR: #627c92; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}

.TestoRosso20ColGR {

     FONT-SIZE: 25px; line-height: 30px; COLOR: #627c92; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}

.TestoBeige50ColGR {

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

     FONT-SIZE: 35px; line-height: 38px; COLOR: #627c92; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.TestoNero24 {

     FONT-SIZE: 24px; line-height: 27px; COLOR: #627c92; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.TestoNero24GRIGIO {

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

     FONT-SIZE: 20px; COLOR: #627c92; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco20 {

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

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

     font-size: 16px; line-height: 23px; COLOR: #FFFFFF; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}
.TestoBianco16 {

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

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

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

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

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

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


.OpenSansRegularTitolo {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'Geist-Regular', 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: 'Geist-Regular', 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: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
			color: #4b4a4a;
			font-size: 21px;
line-height: 20px;
		}
.titolo45 {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
			color: #627c92;
			font-size: 45px;
            line-height: 45px;
		}

.OpenSansRegularTitolo {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
			color: #627c92;
			font-size:27px;
			line-height: 29px;
		}

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


    @font-face {
        font-family: 'Geist-Bold';
        src: url('Geist-Bold.woff2') format('woff2'),
             url('Geist-Bold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;

    }
    @font-face {
        font-family: 'Geist-Regular';
        src: url('Geist-Regular.woff2') format('woff2'),
             url('Geist-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;

    }
    @font-face {
        font-family: 'Geist-Regular';
        src: url('Geist-Bold.woff2') format('woff2'),
             url('Geist-Bold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;

    }


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

  /* table */

* {
  -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;
}


    .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;
}





   /* table */


.menuFI {
z-index: 1500;
position: fixed;
top: 0px;
width: 100%;
height: var(--height_menu);
background-color:#FFFFFF;
}

.menuN {
z-index: 300;
width:97%;
margin: 0 auto;
height: var(--height_menu);
position:relative;
}
#logo {
z-index: 600;
position: absolute;
float: left;
width: 370px;
top: 15px;
}
.logoTitolo {
FONT-SIZE: 28px;
COLOR: #627c92;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
}
#logoImm {
float: left;
height: auto;
width: 90%;
}

.logo_testo_1 {
font-size: 16px;
line-height: 23px;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
position: relative;
top: 10px;
}
.logo_testo_2 {
font-size: 22px;
line-height: 28px;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
position: relative;
top: 10px;
}

.SottotitoloGRIGIOscuLogo {
FONT-SIZE: 12px;
COLOR: #7E7C7C;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
letter-spacing: 9px;
text-transform: uppercase;
position: relative;
top: -5px;
}
.logo_sotto {
z-index: 300;
position:relative;
top: -15px;
}

#testoLogo	{
z-index: 300;
position: relative;
top: 10px;
float: left;
font-weight: normal;
font-style: normal;
font-family: Georgia, "Times New Roman", Times, serif;
color: #627c92;
font-size: 23px;
line-height: 30px;
}

.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: 325px;
height:80px;
text-align:center;
padding:4px;

float:right;
top: 30px;
right:0px;
}
.dataSocial	{
float: right;
top: 18px;
margin-right:0px;
width: 300px;
position: relative;
}

#mainmenuFI {
z-index: 10;
position: absolute;
top: 58px;
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: #4b4a4a;
    font-family: "Geist-Regular",Verdana,Arial,Helvetica,sans-serif;
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}


#mainmenu {
z-index: 1000;
position: absolute;
width: 100%;
text-transform: uppercase;
float: left;
top: 20%;
}


#mainmenu ul{
position: relative;
margin: 0;
padding: 0;
float: right;
top: 0px;
left: 0px;
}


#mainmenu ul li{
float: left;
position: relative;
list-style: none;
}

#mainmenu ul li a{
color: #4b4a4a;
 display: block;
 padding: 9px 10px;
 font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
	font-size: 13px;

 -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;

}

#mainmenu ul li a:visited{
}

#mainmenu ul li a:hover, #mainmenu ul li .current{
color: #FFFFFF;
background:#a4a4a4;

}
#mainmenu ul li a:active{
color: #000000;
background:#FFFFFF;
}

#mainmenu ul li a.selected	{
color: #FFFFFF;
background-color:#627c92;
}
#mainmenu ul li a.selected2 {
color: #FFFFFF;
font-size: 21px;
background-color: #627c92;
border-radius: 100px 100px 100px 100px;
border: 3px solid #FFFFFF;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 13px;
padding-right: 13px;
position: absolute;
left: 5px;
top: -15px;
transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-o-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
}
.menu_tri {
position:absolute;
float:right;
top:-9999px;
width:21px;
height:13px;
}

.btn-responsive-menu{display: none;float: right;padding:0px;cursor:pointer;margin:  30px 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: relative; top: -5px;}
	.icon-bar {display: block;height: 2px; width: 25px;margin: 6px;background-color: #919191;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}


  .btn-responsive-menu2{display: none;float: right;padding:0px; right: 0px;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: 0px;position: relative;}
  	.icon-bar2 {display: block; height: 2px; width: 25px;margin: 6px;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}





	.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%;
      margin-bottom: 10px;
      	border-left: 10px ;
      	z-index: 300;

      	}


      #mainmenuGR a {
      color: #a8a8a8;
       display: block;
       padding: 10px 10px;
       font-size:16px;
       padding-left: 20px;
      border-left: 3px solid #cecece;
       font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
      text-decoration: none;
      		-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:hover {
      color: #000;
      padding-left: 25px;
      border-left: 3px solid #0075BF;
      	-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: #000;
      padding-left: 25px;
      border-left: 3px solid #0075BF;
      }

      #mainmenuGR a.selected	{
      color: #000;
      padding-left: 25px;
      border-left: 3px solid #0075BF;
      }

#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;

background-blend-mode: multiply,multiply,multiply,normal,normal;
background-position: top right,top left,top left,right bottom -1px,left top;
background-repeat: no-repeat;

}
#pageHomeCENTROsopra {
 margin: 0 auto;
  width: 97%;
height: 500px;
}

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

height: auto !important;
min-height: 600px;
overflow: hidden;
}
.pageHomeCENTRO {
 margin: 0 auto;
  width: 97%;

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

}
.larg_pag {
  width: 97%;
}


 .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;
	}

.testopageCENTROhomeINT{
position: relative;
float: left;
text-align: left;
left: 0px;
width: 23%;
margin: 1% 1% 1% 1%;
}
.testopageCENTROhomeINT2{
position: relative;
float: left;
text-align: left;
left: 0px;
width: 23%;
min-height: 95px;
margin: 1% 1% 1% 1%;
}

	 .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: "Geist-Regular",sans-serif;
color: #627c92;
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%;
}


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

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

.testo_colonne_grandi2 {
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: 65.00%;
   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
}

.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: 65.00%;
    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:#627c92;
     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;
height: 50px;
width: 100%;
bottom: 0px;
text-align: right;
    }

	#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: 35px;
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: 15px;
  height: auto !important;
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;
}

#pageSX {
position:relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
float:left;
width: 75%;
margin-right: 10px;
}
#pageSX2 {
position:relative;
float:left;
width: 65.9%;
margin-right: 10px;
}
#pageSX100 {
position:relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
float:left;
width: 100%;
margin-right: 10px;
padding-top: 0px;
}

#pageDX {
position:relative;
float:right;
width: 23%;
margin-right: 0px;
	background-color:#FFFFFF;
padding: 10px;
}

#pageDX2 {
position:relative;
float:right;
width: 32.2%;
margin-right: 0px;
	background-color:#FFFFFF;
padding: 10px;
}

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

}

.riqTitolo2 {
position: relative;
font-size: 16px;
line-height: 19px;
	text-transform: uppercase;
color: #FFFFFF;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #d0d0d0;
	background-color: #627c92;
border-left: 2px solid #627c92;
display: inline-block;
padding: 5px 15px 5px 15px;

}

.riqTitolo3 {
position: relative;
font-size: 16px;
line-height: 19px;
color: #7D7D7D;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #d0d0d0;
border-left: 2px solid #627c92;
	background-color: #FFFFFF;
display: inline-block;
padding: 5px 15px 5px 15px;
}

.riqTitolo4 {
position: relative;
background-color: transparent;
width: 350px;
font-size: 13px;
line-height: 25px;
color: #fff;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
text-align: left;
left: 40px;
top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 3px;
padding-bottom: 3px;

	-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;
text-shadow: 1px 1px 3px #000;
opacity: 0.4;
}


.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;
}

.riqTitoloGRsopra {
z-index:1;
width: 100%;
border-bottom: 1px solid #d4d4d4;
	margin-bottom: 30px;
}

.riqTitoloGR {
z-index:1;
width: 100%;
padding-left: 15px;
 /* border-left: 4px solid #d0d0d0; */

}



.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: 20px;
    border-bottom: 1px solid #d0d0d0;
    background: #FFFFFF;
	position:relative;
}
.riqARTICOLIpagP {
    height: auto !important;
    min-height: 10px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #d0d0d0;

	position:relative;
}

.riqARTICOLIpagColonna {
border: 0px solid #d0d0d0;
border-bottom: 0px solid #d0d0d0;


	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_2 {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 0px;

    display: inline-block;
border: 0px solid #d0d0d0;
border-bottom: 0px solid #627c92;
	-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: 47.5%;
min-height: 20px;
margin-left: 1%;
margin-right: 1%;
    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_3 {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 10px;

    display: inline-block;

border-bottom: 0px solid #627c92;
	-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: 100%;
min-height: 20px;

    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;
}

.divGR {
margin: 7px;
margin-bottom: 30px;
padding-bottom: 40px;
border-bottom: 1px solid #d0d0d0;
padding: 20px;
}
.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: 30px;
    padding: 30px;
    border-bottom: 1px solid #d0d0d0;
	border-left: 4px 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;
    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;

    display: inline-block;
border: 0px solid #d0d0d0;
border-bottom: 0px solid #627c92;

    width: 45%;
	min-height: 300px;
	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 solid #d0d0d0;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    vertical-align: top;
	position:relative;
}

.TitoloLista {
  font-weight: normal;
  font-style: normal;
  FONT-SIZE: 25px;
  line-height: 30px;
  COLOR: #404040;
  font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
}
.TitoloColonne {
 font-weight: normal;
 font-style: normal;
FONT-SIZE: 18px;
line-height: 25px;
 COLOR: #404040;
 font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
}
.TitoloColonne_testo {
 font-weight: normal;
 font-style: normal;
FONT-SIZE: 25px;
line-height: 30px;
 COLOR: #404040;
 font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
}
.TitoloColonne_testo:after {
content: "";
position: relative;
width: 25px;
height: 2px;
background-color: var(--text-blue);
top: 10px;
display: block;
margin-bottom: 10px;
}
.TitoloColonne_grandi {
 font-weight: normal;
 font-style: normal;
FONT-SIZE: 26px;
line-height: 29px;
 COLOR: #404040;
 font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
}
.TitoloColonne_foto {
 font-weight: normal;
 font-style: normal;
FONT-SIZE: 27px;
line-height: 29px;
 COLOR: #BAA35F;
 font-family: 'Geist-Bold', 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;

}

.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: 210px;
margin-right: 20px;
margin-bottom: 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;
     padding-bottom: 65.00%;
   width: 100%;
   overflow: hidden;
    border: 1px solid #DDE0E3;
    background-size: contain;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;

}

.foto2Colonna {
	position: relative;
	 float: left;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
}


.foto3Colonna {
display: inline-block;
padding-bottom: 100.00%;
width: 100%;
  overflow: hidden;
border: 1px solid var(--light-grey_border);
background-size: cover;

/*  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12), inset 0px 0px 30px 10px #00000005;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12), inset 0px 0px 30px 10px #00000005; */
}

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


.foto3Colonna_grande {
    display: inline-block;
    padding-bottom: 65.00%;
    width: 100%;
    overflow: hidden;
    border: 1px solid #DDE0E3;
    background-size: cover;
        background-size: cover;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;

}
.foto2Colonne_foto {
	 float: left;
	border: 0px solid #d0d0d0;
	width:50%;
	margin-right: 15px;
	margin-bottom: 15px;
}
.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: 25px;
margin-top: 5px;
margin-bottom: 20px;
position: relative;
height: 2px;
overflow: hidden;
}

		.linea2 {
width: 100%;
margin-top: 30px;
margin-bottom: 15px;
overflow: hidden;
border-bottom: 1px solid #d0d0d0;
			}

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

	.lineaSotto {
	display:none;
			}

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

}
.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: #4b4a4a;
font-family: 'Geist-Regular', 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: 250px;
overflow: hidden;
background-color: #1c344f;
top: 0px;
border-top: 0px solid #627c92;
margin-top: 50px;
}
#sotto {
position:relative;
  margin: 0 auto;

  width: 97%;
  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;


 }


.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: 21px;
line-height: 25px;
COLOR: #FFFFFF;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
 }

.colonna-container {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    column-gap: 30px;
    width: 100%;
    margin: 0 auto;
}
.colonna-int {
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.banner {
position: relative;
background-position: 50% 50%;
background-size:cover;
width:100%;
padding-bottom: 130%;
margin-bottom: 25px;

 }
.banner:hover{

}
.TitoloBanner {
text-align: left;
font-style: normal;
FONT-SIZE: 30px;
line-height: 33px;
COLOR: #627c92;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
 }

 .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 #627c92;
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;
}
.button {
color: #686868;
font-size: 30px;
line-height: 45px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
background-color: #FFFFFF;
margin: 5px;
width: 40px;
height: 40px;
-webkit-border-radius: 100px 100px 100px 100px;
-moz-border-radius: 100px 100px 100px 100px;
-khtml-border-radius: 100px 100px 100px 100px;
border-radius: 100px 100px 100px 100px;
}

.round {
-webkit-border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-khtml-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}

.round2 {
-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;
}
.round100 {
-webkit-border-radius: 100px 100px 100px 100px;
-moz-border-radius: 100px 100px 100px 100px;
-khtml-border-radius: 100px 100px 100px 100px;
border-radius: 100px 100px 100px 100px;
}
.shadow {
text-shadow:
1px 1px 3px #000;
}
.shadow2 {
text-shadow: 0 2px 6px rgba(0,0,0,0.2);
}


a.button3, input.button3 {
	cursor: pointer;
	color: var(--text-color);
	line-height: 12px;
	font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#ffffff;

	margin-bottom:5px;
		border-radius: 4px 4px 4px 4px;
}
a.button3 {
	display: inline-block;
	text-decoration: none;
	padding: 10px 16px 10px 16px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DEDEDE;
}
input.button3 {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
	border-radius: 4px 4px 4px 4px;
}
a.button3:hover, input.button3:hover {
	background-color: var(--text-blue);
	border-radius: 4px 4px 4px 4px;
	color: #fff;
}

a.button3:active, input.button3: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;
}

.buttonTri {
width: 0;
height: 0;
border-top: 40px solid #FFF;
border-left: 100px solid transparent;
border-right: 40px solid transparent;
position: relative;
}

a.buttonVERDE, input.buttonVERDE {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: "Geist-Regular",sans-serif;
	font-size: 14px;
	background-color:#627c92;

	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: #627c92;
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
a.button2 {
display: inline-block;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background-color: var(--text-blue);
border-style: solid;
border-width: 1px 1px 1px 1px;
padding: 8px 25px 8px 25px;
}
a.button2EVI, input.button2EVI {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: "Geist-Regular",sans-serif;
	font-size: 14px;
	background-color: #627c92;

	margin-bottom:5px;

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

}

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

a.button5 {
display: inline-block;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background-color: var(--text-blue);
border-style: solid;
border-width: 1px 1px 1px 1px;
padding: 8px 25px 8px 25px;
}
a.button5EVI, input.button5EVI {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: "Geist-Regular",sans-serif;
	font-size: 14px;
	background-color: #627c92;

	margin-bottom:5px;

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

}

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

  .buttonCerca {
width: 20%;
height: 40px;
background-color: #FFFFFF;
background-image: url(immagini/icona_cercaP.svg);
background-repeat: no-repeat;
background-position: center center;
border-top: 1px solid #D0D0D0;
border-bottom: 1px solid #D0D0D0;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #D0D0D0;
webkit-border-radius: 0px 100px 100px 0px;
-moz-border-radius: 0px 100px 100px 0px;
-khtml-border-radius: 0px 100px 100px 0px;
border-radius: 0px 100px 100px 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: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;

}

.riqCerca {
    width: 80%;
    text-align: left;
    margin: 0px auto 5px;
    padding: 9px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #FFFFFF;
    background: #FFF none repeat scroll 0% 0%;
    webkit-border-radius: 100px 0px 0px 100px;
    -moz-border-radius: 100px 0px 0px 100px;
    -khtml-border-radius: 100px 0px 0px 100px;
    border-radius: 100px 0px 0px 100px;
    FONT-SIZE: 18px;
    line-height: 19px;
    COLOR: #606060;
    font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
    height: 40px;
	outline: none;
}


.riqGrigioINCp {
width: 90%;
text-align:left;
margin: 0 auto;
  padding: 7px;
border: 1px solid #d0d0d0;
background: #FFFFFF;
  margin-bottom: 1px;

  FONT-SIZE: 15px;  line-height: 19px; COLOR: #606060; font-family: 'Geist-Regular', 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%;
}


.triangolo-equilatero {
width:0;
height:0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #f6f6f6;
position:absolute;
bottom: -2px;
left: 20px;
z-index:1000;
}

.triangolo-equilatero2 {
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid #fff;
position: absolute;
bottom: 20px;
left: -4px;
z-index: 1000;
}

.triangolo-equilatero3 {
width:0;
height:0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #f6f6f6;
position:absolute;
bottom: 0px;
z-index:1000;
left: 50%;
margin: -10px 0 0 -10px;
}
.triangolo-equilateroGR {
width: 0;
height: 0;
border-left: 45px solid transparent;
border-right: 500px solid transparent;
border-bottom: 55px solid var(--light-grey);
position: absolute;
bottom: -10px;
left: 18%;
z-index: 1000;
}
.freccia_up {
width: 15px;
height: 15px;
-webkit-transform: translate(0%, 0%) rotate(225deg);
-moz-transform: translate(0%, 0%) rotate(225deg);
transform: translate(0%, 0%) rotate(225deg);
}
.freccia_down {
width: 15px;
height: 15px;
-webkit-transform: translate(-50%, 0%) rotate(45deg);
-moz-transform: translate(-50%, 0%) rotate(45deg);
transform: translate(-50%, 0%) rotate(45deg);
}

.freccia_su {
  position: absolute;
    background: white;
    border: none;
    padding: 0.5rem;
    border-radius: 0% 0% 100% 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 1;
    width: 50px;
    text-align: center;
    height: 50px;
}
.freccia_su_int {
  width: 24px;
  height: 24px;
}
.button_sotto {
  position: relative;
  float: right;
  height: 50px;
  width: 50px;
  }
.riqCat {
position: relative;
top: 20px;
left: 10px;
padding: 4px;
padding-left: 8px;
padding-right: 8px;
background-color: #627c92;
text-transform: uppercase;

FONT-SIZE: 13px;
line-height: 20px;
		font-weight: bold;
COLOR: #FFFFFF;
margin: 0%;
	-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;
}
.divArt {
position: relative;
top: 10px;
}
.rov_slider {
position: absolute;
width: 100%;
overflow: hidden;
min-height: 60vh;
}

.category {
  position: relative;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d0d0d0;
    padding-top: 20px;
}
.category2 {
background-color: #FFFFFF;
	position: relative;
	width: 100%;
overflow: hidden;
}
.titolo_sopra {
font-size: 26px;
line-height: 30px;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: var(--text-grey);
}
h1 {
FONT-SIZE: 55px;
line-height: 60px;
font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
COLOR: #000;
margin: 0px;
}


h2 {
			font-weight: normal;
			font-style: normal;
FONT-SIZE: 22px;
line-height: 27px;
	 COLOR: #000;
	 font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
   margin-bottom: 5px;
}

h3 {
font-size: 17px;
line-height: 25px;
COLOR: #000;
font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
}

h4 {
font-weight: normal;
font-style: normal;
FONT-SIZE: 20px;
line-height: 25px;
COLOR: #000;
font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
}
.titolo_slide {
FONT-SIZE: 52px;
line-height: 60px;
font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
color: var(--text-blue);
margin-bottom: 20px;
}
.sottotitolo_slide {
font-weight: normal;
font-style: normal;
FONT-SIZE: 30px;
line-height: 35px;
color: var(--text-blue);
font-family: 'sourcesanspro_regular', Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
}
.sottotitolo_slide2 {
font-weight: normal;
font-style: normal;
FONT-SIZE: 25px;
line-height: 30px;
COLOR: var(--text-grey);
font-family: 'sourcesanspro_regular', Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
}


.logos_scroll {
  display: flex;
  block-size: var(--logos_scroll-item-height);
  margin-block: var(--logos_scroll-item-height);
  position: relative;
  overflow-x: hidden;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.logos_scroll--3 {
  --logos_scroll-item-width: 150px;
  --logos_scroll-item-height: 150px;
  --logos_scroll-duration: 24s;
  --logos_scroll-items: 3;
}

.logos_scroll--omega {
  --logos_scroll-max-width: min(600px, 90vw);
  max-inline-size: var(--logos_scroll-max-width);
  margin-inline: auto;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 10%,
    hsl(0 0% 0% / 1) 90%,
    hsl(0 0% 0% / 0)
  );
}

.logos_scroll__item {
  --logos_scroll-item-offset: max(
    calc(var(--logos_scroll-item-width) * var(--logos_scroll-items)),
    calc(100% + var(--logos_scroll-item-width))
  );
  --logos_scroll-delay: calc(var(--logos_scroll-duration) / var(--logos_scroll-items) * (var(--logos_scroll-items) - var(--logos_scroll-item-index)) * -1);
  position: absolute;
  inset-inline-start: var(--logos_scroll-item-offset);
  transform: translateX(-50%);
  animation: go linear var(--logos_scroll-duration) var(--logos_scroll-delay, 0s) infinite;
}

.logos_scroll__item:nth-child(3n) {
  border-top-right-radius: 1rem;
}

.logos_scroll__item:nth-child(3n + 1) {
  border-bottom-right-radius: 1rem;
}

.logos_scroll__item:nth-child(3n + 2) {
  border-bottom-left-radius: 1rem;
}

.logos_scroll--3 .logos_scroll__item:nth-of-type(1) {
  --logos_scroll-item-index: 1;
}

.logos_scroll--3 .logos_scroll__item:nth-of-type(2) {
  --logos_scroll-item-index: 2;
}

.logos_scroll--3 .logos_scroll__item:nth-of-type(3) {
  --logos_scroll-item-index: 3;
}

@keyframes go {
  to {
    inset-inline-start: calc(var(--logos_scroll-item-width) * -1);
  }
}





@media screen and (min-width: 1600px) {
.pageHomeCENTRO {
    margin: 0px auto;
    width: 1300px;
    height: auto !important;
    overflow: hidden;
}
#pageHomeCENTROsopra {
 margin: 0 auto;
  width: 1300px;
}
.larg_pag {
  width: 1300px;
}
	.foto_galleriaGR {
    display: inline-block;
    padding-bottom: 65.00%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}
	.menuN {
z-index: 300;
width:1300px;
margin: 0 auto;
height: var(--height_menu);
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: "Geist-Regular",sans-serif;
color: #627c92;
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:1300px;
  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;

}



}





@media screen and (min-width: 1200px) and (max-width: 1600px) {

.logoCat {
z-index: 100;
position:absolute;
float:right;
right:30px;
top:330px;
height:145px;
width:208px;
}
.menuN {
z-index: 300;
width:1180px;
margin: 0 auto;
height: var(--height_menu);
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:1100px;
  margin-bottom: 0px;
  padding-bottom:0px;
}
#page {
  margin: 0 auto;
  min-height:100px;
  width:1100px;
}

.pageHomeCENTRO {
 margin: 0 auto;
  width: 1180px;

height: auto !important;
overflow: hidden;

}
.larg_pag {
  width: 1180px;
}
#pageHomeCENTROsopra {
 margin: 0 auto;
  width: 1180px;
height: 500px;
}

#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: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}


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



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

 .testopageCENTROhome{
height: 180px;
    }

#sotto {
  margin: 0 auto;

  width:1180px;
  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: 65.00%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}



}


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

@media screen and (min-width: 768px) and (max-width: 980px) {
#pageHome100 {
z-index:300;
  width: 100%;
  height: auto !important;
min-height: 400px;
overflow: hidden;
  background-color:#000000;
}
#page100 {
  top: var(--height_menu);
}
#logo {
z-index: 300;
position:relative;
float:left;

}
.logo_sotto {
display:none;
}

.menuN {
z-index: 300;
width:100%;
margin: 0 auto;
height: var(--height_menu);
border-bottom: 1px solid #d0d0d0;
}
#mainmenuFI {
display:none;
}
#mainmenu {
display:none;
position:absolute;
top: 90px;
width: 240px;
float: right;
right: 0px;
}


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


#mainmenu ul 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;
	}


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


}

#mainmenu a:hover {
color: #d0d0d0;
background:#666;
}

#mainmenu ul 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-menu {
display:block;

}

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

#mainmenuGR{
display:none;
}
#mainmenu2 {
display:none;
top: 30px;
right: -36px;
width: 260px;
float: right;
position:absolute;
}


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

}

#mainmenu2 ul li {
	float: none;
	width:100%;
	background: #fff;
	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 {
  color: #a8a8a8;
   display: block;
   padding: 10px 10px;
   font-size:16px;
   padding-left: 20px;
  border-left: 3px solid #cecece;
   font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
      -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:hover {
  color: #000;
  padding-left: 25px;
  border-left: 3px solid #0075BF;
    -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: #000;
  padding-left: 25px;
  border-left: 3px solid #0075BF;
}

#mainmenu2  a.selected	{
  color: #000;
  padding-left: 25px;
  border-left: 3px solid #0075BF;
}


.btn-responsive-menu2 {
display:block;

}


 .fotoPhome{
	  height: 500px;

    }

.riqCerca {
    text-align: left;
    margin: 0px auto 5px;
    padding: 7px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #FFFFFF;
    background: #FFF none repeat scroll 0% 0%;
	FONT-SIZE: 15px;  line-height: 19px; COLOR: #606060; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;

}

.testopageCENTROhomeINT{
position: relative;
float: left;
text-align: left;
left: 0px;
width: 99%;
margin: 1% 1% 1% 1%;
overflow: hidden;
}
.testopageCENTROhomeINT2{
position: relative;
float: left;
text-align: left;
left: 0px;
width: 99%;
min-height: 10px;
margin: 1% 1% 1% 1%;
overflow: hidden;
}

 .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 {
 margin: 0 auto;
  width: 100%;
height: 500px;
}
#pageB {
  margin: 0 auto;
  width: 650px;
  background-color:#FFFFFF;
}
#pageSX {
position:relative;
width: 100%;
}
#pageSX2 {
position:relative;
width: 100%;
}
#pageDX {
position:relative;
width: 100%;
margin-right: 0px;
}
#pageDX2 {
position:relative;
width: 100%;
margin-right: 0px;
	padding: 0px;
}
.riqPag {
min-height: 0px;
}
.menuFI {
height: var(--height_menu);
}
.dataLang	{
z-index: 10;
position:relative;
width: 100%;
height:45px;
text-align:center;
top:-5px;
right:0px;
border-top: 1px solid #d0d0d0;

background-color:#FFFFFF;
overflow:hidden;
}
.dataSocial	{
float: left;
top: 18px;
margin-right:0px;
margin-left:10px;
position: relative;
}

	#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%;
    }


.riqARTICOLIpagColonnaGR {
height: auto !important;
    min-height: 350px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;

    display: inline-block;
    width: 48%;
	margin-left: 0.5%;
    margin-right: 0.5%;
    vertical-align: top;
	position:relative;
}

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


.riqARTICOLIpagColonna_grande {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 30px;
    border-bottom: 1px solid #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: 65.00%;
    width: 100%;
    overflow: hidden;
    background-size: cover;


}
.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: "Geist-Regular",sans-serif;
color: #627c92;
font-size: 17px;
line-height: 17px;

}

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

    background-repeat: no-repeat;

}

.colonna-container {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 30px;
    width: 100%;
    margin: 0 auto;
}
.colonna-int {
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}


.banner {
position: relative;
float: left;
text-align: left;
left: 0px;
width: 31%;
padding-bottom: 45%;
margin: 1% 1% 1% 1%;
overflow: hidden;
}

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



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


.triangolo-equilatero3 {
	display: none;
}


.riqARTICOLIpagColonna_3 {
height: auto !important;
overflow: hidden;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 20px;
padding: 20px;
border-left: 1px solid #d0d0d0;
display: inline-block;
width: 47.5%;
vertical-align: top;
position: relative;
}


}


@media screen and (max-width: 767px) {

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

}
.logo_sotto {
display:none;
}

.menuFI {
z-index: 3000;
position:relative;
top:0px;
width:100%;
height: var(--height_menu);
}

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

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


  background-color:#000000;

}
.pageHomeCENTRO100 {
top: 20px;
}

.logoCat {
z-index: 100;
position:absolute;
float:right;
right:0px;
top:170px;
height:145px;
width:160px;
}
.menuN {
z-index: 300;
width:100%;
margin: 0 auto;
height: var(--height_menu);
background-color: #FFFFFF;
border-bottom: 1px solid #d0d0d0;
}
#mainmenuFI {
display:none;
}
#mainmenu {
display:none;
position:absolute;
top: 90px;
width: 240px;
float: right;
right: 0px;
}


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


#mainmenu ul 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;
	}


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

}

#mainmenu a:hover {
color: #d0d0d0;
background:#666;
}
#mainmenu ul 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-menu {
display:block;

}

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




#mainmenu2 {
display:none;
top: 30px;
right: -36px;
width: 260px;
float: right;
position:absolute;
}


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

}

#mainmenu2 ul li {
	float: none;
	width:100%;
	background: #fff;
	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 {
  color: #a8a8a8;
   display: block;
   padding: 10px 10px;
   font-size:16px;
   padding-left: 20px;
  border-left: 3px solid #cecece;
   font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
      -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:hover {
  color: #000;
  padding-left: 25px;
  border-left: 3px solid #0075BF;
    -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: #000;
  padding-left: 25px;
  border-left: 3px solid #0075BF;
}

#mainmenu2  a.selected	{
  color: #000;
  padding-left: 25px;
  border-left: 3px solid #0075BF;
}

.btn-responsive-menu2 {
display:block;

}

#mainmenuGR{
display:none;
}

 .fotoPhome{
	  height: 500px;

    }


.riqCerca {
    text-align: left;
    margin: 0px auto 5px;
    padding: 7px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #FFFFFF;
    background: #FFF none repeat scroll 0% 0%;
	FONT-SIZE: 15px;  line-height: 19px; COLOR: #606060; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;

}

	 .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:45px;
text-align:center;
top:-5px;

right:0px;

background-color:#FFFFFF;
border-top: 1px solid #d0d0d0;

overflow:hidden;
}
.dataSocial	{
float: left;
top: -10px;
margin-right:0px;
margin-left:10px;
position: relative;
}

	#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;
    }

.testopageCENTROhomeINT{
position: relative;
float: left;
text-align: left;
left: 0px;
width: 99%;
margin: 1% 1% 1% 1%;
overflow: hidden;
}
.testopageCENTROhomeINT2{
position: relative;
float: left;
text-align: left;
left: 0px;
width: 99%;
min-height: 10px;
margin: 1% 1% 1% 1%;
overflow: hidden;
}

 .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 {
 margin: 0 auto;
  width: 100%;
height: 500px;
}
#pageB {
  margin: 0 auto;
  width: 95%;
  background-color:#FFFFFF;
}
#pageSX {
position:relative;
width: 100%;
}
#pageSX2 {
position:relative;
width: 100%;
}
#pageDX {
position:relative;
width: 100%;
margin-right: 0px;
}
#pageDX2 {
position:relative;
width: 100%;
margin-right: 0px;
	padding: 0px;
}
.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;
}


.riqARTICOLIpagColonnaGR {
height: auto !important;
    min-height: 350px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0px;

    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: 100.00%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.TestoColonna {
display: none;
}

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

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


}

.riqARTICOLIpagColonna_grande {
height: auto !important;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 10px;
    border-bottom: 1px solid #d0d0d0;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    vertical-align: top;
	position:relative;
}
.riqARTICOLIpagColonne_foto {
    padding: 15px;
}
.foto2Colonne_foto {
    float: left;
    border: 0px 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: 65.00%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}
	.foto_galleriaGR2 {
    display: inline-block;
    padding-bottom: 65.00%;
   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: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif
}


.TestoBianco24 {

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

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

	font-weight: bold;
font-style: normal;
font-family: "Geist-Regular",sans-serif;
color: #627c92;
font-size: 17px;
line-height: 17px;
}
.riqTitolo4 {
}

.colonna-container {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 30px;
    width: 100%;
    margin: 0 auto;
}
.colonna-int {
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

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

.TitoloBanner {
bottom: 5%;
}

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


.triangolo-equilatero3 {
	display: none;
}


.riqARTICOLIpagColonna_3 {
height: auto !important;
overflow: hidden;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 20px;
padding: 20px;
border-left: 1px solid #d0d0d0;
display: inline-block;
width: 47.5%;
vertical-align: top;
position: relative;
}
.sottotitolo_slide {
  FONT-SIZE: 20px;
  line-height: 25px;
}
.sottotitolo_slide2 {
  FONT-SIZE: 20px;
  line-height: 25px;
}
h1 {
FONT-SIZE: 35px;
line-height: 40px;
}
.titolo_slide {
FONT-SIZE: 40px;
line-height: 45px;
}
}

@media screen and (max-width: 480px) and (orientation : portrait) {

.menuFI {
z-index: 3000;
position:relative;
top:0px;
width:100%;
height: var(--height_menu);
}

#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;
height: auto;
width: 70px;
top: 10px;
position: relative;
}
.logo_testo_1 {
font-size: 14px;
line-height: 20px;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
position: relative;
top: 15px;
}
.logo_testo_2 {
font-size: 19px;
line-height: 20px;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
position: relative;
top: 15px;
}
.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: -2px;
}

.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: var(--height_menu);
background-color: #FFFFFF;
}
#mainmenuFI {
display:none;
}
#mainmenu {
display:none;
position:absolute;
top: 90px;
width: 240px;
float: right;
right:0px;

}


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

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



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

}

#mainmenu a:hover {
color: #d0d0d0;
background:#666;
}
.btn-responsive-menu {
display:block;

}


#mainmenu2 {
display:none;
top: 30px;
right: -36px;
width: 300px;
float: right;
position:absolute;
}


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

}

#mainmenu2 ul li {
	float: none;
	width:100%;
	background: #fff;
	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 {
  color: #a8a8a8;
   display: block;
   padding: 10px 10px;
   font-size:16px;
   padding-left: 20px;
  border-left: 3px solid #cecece;
   font-family: 'Geist-Bold', Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
      -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:hover {
  color: #000;
  padding-left: 25px;
  border-left: 3px solid #0075BF;
    -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: #000;
  padding-left: 25px;
  border-left: 3px solid #0075BF;
}

#mainmenu2  a.selected	{
  color: #000;
  padding-left: 25px;
  border-left: 3px solid #0075BF;
}

.btn-responsive-menu2 {
display:block;

}

#mainmenuGR{
display:none;
}

.riqCerca {
    text-align: left;
    margin: 0px auto 5px;
    padding: 7px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #FFFFFF;
    background: #FFF none repeat scroll 0% 0%;
	FONT-SIZE: 15px;  line-height: 19px; COLOR: #606060; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;

}


.TestoNero50 {
 FONT-SIZE: 40px;
 line-height: 50px;
 COLOR: #627c92;
 font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
}

 .fotoPhome{
	  height: 250px;

    }

.dataLang	{
z-index: 10;
position:relative;
width: 100%;
height:45px;
text-align:center;
top:-5px;
right:0px;
background-color:#FFFFFF;
border-top: 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 {
 margin: 0 auto;
  width: 100%;
height: 300px;
}
#pageB {
  margin: 0 auto;
  width: 95%;
  background-color:#FFFFFF;
}
#pageSX {
position:relative;
width: 100%;
padding: 5px;
}
#pageSX2 {
position:relative;
width: 100%;
padding: 5px;
}
#pageDX {
position:relative;
width: 100%;
margin-right: 0px;
padding: 10px;
}
#pageDX2 {
position:relative;
width: 100%;
margin-right: 0px;
padding: 0px;
}
.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;
            margin-right: 20px;
margin-bottom: 20px;
}

.foto2int {
display:none;
}


.foto3 {
    display: inline-block;
padding-bottom: 65.00%;
   width: 100%;
   overflow: hidden;
    background-size: contain;

}


.riqARTICOLIpagColonna_2 {
height: auto !important;
overflow: hidden;
margin-right: 0px;
	margin-left: 0px;
margin-bottom: 20px;
padding: 10px;

display: inline-block;
width: 100%;
vertical-align: top;
position: relative;
}

.riqARTICOLIpagColonna_3 {
height: auto !important;
overflow: hidden;
margin-right: 0px;
	margin-left: 0px;
margin-bottom: 20px;
padding: 20px;
border-left: 1px solid #d0d0d0;
display: inline-block;
width: 100%;
vertical-align: top;
position: relative;
}

.divGR {
margin: 0px;
margin-bottom: 30px;
padding-bottom: 40px;
border-left: 1px solid #d0d0d0;
padding: 20px;
}

.riqARTICOLIpagColonnaGR {
height: auto !important;
    min-height: 10px;
    overflow: hidden;
    margin-right: 0px;
	margin-left: 0px;
    margin-bottom: 40px;
    padding: 0px;

    display: inline-block;
    width: 100%;
    vertical-align: top;
	position:relative;
}

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

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

.contenutoArt {
width: 90%;
margin: 0 auto;
}

.TestoColonna {
display: none;
}


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

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


}
.riqARTICOLIpagColonne_foto {
    padding: 0px;
	width: 100%;
	margin-bottom: 40px;
}
#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: 65.00%;
   width: 100%;
   overflow: hidden;
    background-size: cover;

    background-repeat: no-repeat;

}
	.foto_galleriaGR2 {
    display: inline-block;
    padding-bottom: 65.00%;
   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: "Geist-Regular",sans-serif;
color: #627c92;
font-size: 17px;
line-height: 17px;

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

.colonna-container {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    column-gap: 30px;
    width: 80%;
    margin: 0 auto;
}
.colonna-int {
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.banner {
position: relative;
float: none;
text-align: left;
left: 0px;
width: 70%;
	padding-bottom: 100%;
margin: 15% auto;
overflow: hidden;
}

.TitoloBanner {
bottom: 5%;
}
.riqTitolo4 {
top: 23px;
left: 50px;
}

.dataSocial	{
	z-index: 900;
float: none;
top: -10px;
margin-right:0px;
width: 95%;
position: relative;
	margin: 0 auto;
}
.TitoloColonne_grandi {
FONT-SIZE: 25px;
line-height: 29px;
}


h2 {
FONT-SIZE: 30px;
line-height: 38px;
}

.Testo4 {
FONT-SIZE: 30px;
line-height: 35px;
}

.riqTitolo3 {
display: block;
padding: 5px 15px 5px 15px;
}

.triangolo-equilatero3 {
	display: none;
}

.pageHomeCENTRO100 {
width: 100%;
}

[class^="dots"] {
      display: none !important;
    }

    .padding-bottom-mob {
    padding-bottom: 100% !important;
    }

}

@media screen and (max-width: 480px) and (orientation : landscape) {

.menuFI {
z-index: 3000;
position:relative;
top:0px;
width:100%;
height: var(--height_menu);

}

#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;
height: auto;
width: 70px;
top: 10px;
position: relative;
}
.logo_testo_1 {
font-size: 14px;
line-height: 20px;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
position: relative;
top: 15px;
}
.logo_testo_2 {
font-size: 19px;
line-height: 20px;
font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
position: relative;
top: 15px;
}
.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: var(--height_menu);
background-color: #FFFFFF;
}
#mainmenuFI {
display:none;
}
#mainmenu {
display:none;
position:absolute;
top: 90px;
width: 240px;
float: right;
right:0px;

}

.riqCerca {
    text-align: left;
    margin: 0px auto 5px;
    padding: 7px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #FFFFFF;
    background: #FFF none repeat scroll 0% 0%;
	FONT-SIZE: 15px;  line-height: 19px; COLOR: #606060; font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;

}


.TestoNero50 {
 FONT-SIZE: 40px;
 line-height: 45px;
 COLOR: #627c92;
 font-family: 'Geist-Regular', Verdana, Arial, Helvetica, sans-serif;
}

.dataLang	{
z-index: 10;
position:relative;
width: 100%;
height:45px;
text-align:center;
top:-5px;
right:0px;
background-color:#FFFFFF;
border-top: 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: 65.00%;
   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 {
 margin: 0 auto;
  width: 100%;
height: 500px;
}
#pageB {
  margin: 0 auto;
  width: 95%;
  background-color:#FFFFFF;
}
#pageSX {
position:relative;
width: 100%;
}
#pageSX2 {
position:relative;
width: 100%;
}
#pageDX {
position:relative;
width: 100%;
margin-right: 0px;
}
#pageDX2 {
position:relative;
width: 100%;
margin-right: 0px;
}
.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;
padding-bottom: 65.00%;
   width: 100%;
   overflow: hidden;
    background-size: contain;
}


.riqARTICOLIpagColonna_2 {
height: auto !important;
    min-height: 10px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 0px;

    display: inline-block;
    width: 99%;
    vertical-align: top;
	position:relative;
}



.riqARTICOLIpagColonnaGR {
height: auto !important;
    min-height: 10px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0px;

    display: inline-block;
    width: 99%;
    vertical-align: top;
	position:relative;
}
.foto3Colonna {
    display: inline-block;
    padding-bottom: 100.00%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}
.TestoColonna {
display: none;
}

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

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


}
#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;
}

.colonna-container {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 30px;
    width: 100%;
    margin: 0 auto;
}
.colonna-int {
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.banner {
position: relative;
float: none;
text-align: left;
left: 0px;
width: 100%;
margin: 3% 0% 0% 0%;
padding-bottom: 70%;
overflow: hidden;
}

.TitoloBanner {
bottom: 5%;
}
.triangolo-equilatero3 {
	display: none;
}


}

.carousel_logo {
    background: #efeef2;
    height: 75pt;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    touch-action: none;
}

.carousel_logo:before {
    left: 0;
    top: 0;
}
.carousel_logo:after,
.carousel_logo:before {
    background: linear-gradient(
        to right,
        #efeef2 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 75pt;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.carousel_logo:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.carousel_logo:after,
.carousel_logo:before {
    background: linear-gradient(
        to right,
        #efeef2 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 75pt;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.carousel_logo .caro_logo-track-1 {
    animation: scroll-l 30s linear infinite;
    display: flex;
    width: 3500px;
}
.carousel_logo .caro_logo-track-2 {
    animation: scroll-r 30s linear infinite;
    display: flex;
    width: 3500px;
}

.carousel_logo .caro_logo {
    height: 75pt;
    width: 250px;
    display: flex;
    align-items: center;
    text-align: center;
}
.carousel_logo .caro_logo img {
    width: 180px;
    padding: 1pc;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

@keyframes scroll-l {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
@keyframes scroll-r {
    100% {
        transform: translateX(0);
    }
    0% {
        transform: translateX(calc(-250px * 7));
    }
}


.scrollSlid-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  margin-bottom: 3rem;
  border-radius: 8px;
}


.scrollSlid-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  padding: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 1;
  width: 44px;
  height: 44px;
}

.scrollSlid-button.left_bt {
  left: 0.3rem;
}

.scrollSlid-button.right_bt {
  right: 0.3rem;
}

.arrow-iconSli {
  width: 24px;
  height: 26px;
}

.card {
  /* Snap individuale */
  scroll-snap-align: start;
}
.scrollSlid-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  /* gap: 1rem; */
  /* padding: 0 2.5rem; */

  /* Snap automatico */
  scroll-snap-type: x mandatory;

  /* Nasconde la scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollSlid-container::-webkit-scrollbar {
  display: none;
}


#searchModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #searchModal.show {
    display: block;
    opacity: 1;
  }
  #searchModalContent {
    position: relative;
    top: 20%;
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
    padding: 20px;
    background-color: white;
    border-radius: 6px;
    transform: scale(0.7);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  #searchModal.show #searchModalContent {
    transform: scale(1);
    opacity: 1;
  }
  #searchInput {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  #closeBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    border: none;
    background: none;
  }
  #openSearchBtn {
    background: none;
    border: none;
    cursor: pointer;
    padding-left: 20px;
  }
  #openSearchBtn img {
    width: 35px;
    height: 35px;
  }
