@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #343434;
	max-width: 100% !important;
	overflow-x: hidden;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	font-size: 1em;
	max-width: 100% !important;
	overflow-x: hidden;
}
a:link {
	color: #196573;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #196573;
}
a:hover {
	text-decoration: underline;
	color: #C30;
}
a:active {
	text-decoration: none;
	color: #196573;
}
p {
	margin: 0px;
	padding: 0px;
}
.clearall {
	clear: both;
	display: block;
	height: 5px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img-right {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
.img-left {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.tipolabelreg {
    display: none
}
.tipofoto {
	
}
.datanews {
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 1em;
	color: rgba(59,59,59,1.00);
}
a.bottone {
	display: inline-block;
	background: #196573;
	border: 0px;
	color: #fff;
	width: auto;
	text-transform: uppercase;
	padding: 1em;
	
	
}
.imgnews {
	display: block;
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
h1 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	color: #196573;
}
h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	color: #196573;
}
.boxsostieni {
	display: block;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 50px;
	background: #e1ecee;
	border-radius: 2em;
	margin-top: 2em;
	text-align: center;
	position: relative;
}
.boxsostieni i {
	position: absolute;
	font-size: 5em;
	top: 10px;
	right: 0px;
	width: 100%;
	color:rgba(25,101,115,0.4);
}
.mobilemenuicn {
	display:none;
}
ul,li {
	list-style: none;
}
#nav-handler {
	visibility: hidden;
}
#Principale {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#Header {
	margin-top: 28px;
	width: 100%;
	max-width: 1200px;
	display: block;
	height: 111px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFF;
}
#Header #Header-sin {
	display: block;
	text-align: center;
}
#Header #Header-des {
	float: right;
	width: 40%;
	text-align: right;
}
#Main-Menu {
	clear: both;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #196573;
	background-color: #60ABB0;
	height: 68px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2A6E6F;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 500;
}
#Main-Menu ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Main-Menu ul {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#Main-Menu ul li {
	display: table-cell;
	height: 68px;
	text-align: center;
	position: relative;
	padding-right: 2.5em;
	padding-left: 2.5em;
	vertical-align: middle;
	color: #FFF;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
}
#Main-Menu li a {
	color: #FFF;
	height: 43px;
	display: inline-block;
	padding-top: 25px;
}
#Main-Menu li:hover {
	color: #FFF;
	background-color: #196573;
}
#Main-Menu li:hover a {
	color: #FFF;
	text-decoration: none;
}
#Main-Menu li.defsub div {
	width: 160px;
	position: absolute;
	left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	z-index: 200;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
}
#Main-Menu li:hover.defsub div {
		visibility: visible;
		opacity: 1;
		z-index: 9999;
}
#Main-Menu li.defsub div .submenu {
	background-color: #11444f;
	margin: 0px;
	padding: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #14525C;
}
#Main-Menu li.defsub div .submenu ul {
	display: block;
	list-style-type: none;
	font-size: 1em;
	font-weight: normal;
	width: 100%;
	margin: 0px;
	background:none;
}
#Main-Menu li.defsub div .submenu li {
	display: block;
	float: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: auto !important;
}
#Main-Menu li.defsub div .submenu li a {
	height: auto !important;
	padding: 1.2em;
}
#Main-Menu #facebook {
	display: block;
	height: 36px;
	width: 37px;
	background-image: url(../images/facebook.jpg);
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 8px;
	right: 0px;
	top: 0px;
}
#Principale #ParteCentrale {
	display: block;
	clear: both;
}
#Principale #ParteCentrale #FotoSopra {
	width: 100%;
	height: 500px;
	padding-bottom: 5px;
	margin-top: -30px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	z-index: 499;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}
#Principale #ParteCentrale #FotoSopra.pagneint {
	height: 350px;
}
#Principale #ParteCentrale #FotoSopra video {
	/*object-fit: contain;*/
	/*       object-fit: fill; */
	object-fit: cover;
	width:100%;
	height:100%;
}
#Principale #ParteCentrale #FotoSopra iframe {
	/*object-fit: contain;*/
	/*       object-fit: fill; */
	object-fit: cover;
	width:100%;
	height:100%;
}
#Principale #ParteCentrale #FotoSopra #ScritteFoto {
	position:absolute;
	display: block;
	bottom: 0;
	font-size: 2.5em;
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-align: center;
	width: 100%;
}
#Principale #ParteCentrale #FotoSopra #ScritteFoto p {
	width:auto;
    display:inline-block;
	background: rgba(0,0,0,0.40);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding: 0.5em;
}
#Principale #ParteCentrale #FotoSopra #ScritteFotoPag {
	position:absolute;
	display: block;
	bottom: 50px;
	font-size: 2.5em;
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-align: left;
	width: 100%;
	
}
#Principale #ParteCentrale #FotoSopra #ScritteFotoPag p {
	width:auto;
    display:inline-block;
	background: rgba(0,0,0,0.40);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding: 0.5em;
}
#Principale #ParteCentrale #FotoSopra img {
	width: 100%;
	height: auto !important;
}
#Principale #ParteCentrale hr {
	height: 16px;
	display: block;
	clear: both;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: rgba(231,231,231,0.6);
}
#Principale #ParteCentrale #Contenuto {
	clear: both;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#Principale #ParteCentrale .tipocolonna1 {
	width: 25%;
	margin-left: 4%;
	margin-top: 22px;
	font-size: 0.9em;
	text-align: justify;
	float: left;
	margin-bottom: 10px;	
}
#Principale #ParteCentrale .colonnascura {
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 1.5em;
	padding-bottom: 10px;	
}
#Principale #ParteCentrale .colonnascura h2 {
	font-size: 2em;
	color: #fff;
	font-weight: bold;
}
#Principale #ParteCentrale .tipocolonna1 ul {
	padding: 0px;
	font-size: 13px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Principale #ParteCentrale .tipocolonna1 li {
	font-size: 1em;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#Principale #ParteCentrale .tipocolonna2 {
	width: 44%;
	margin-left: 4%;
	margin-top: 22px;
	font-size: 1em;
	text-align: justify;
	float: left;
	padding-bottom: 10px;
}
#Principale #ParteCentrale .tipocolonna3 {
	width: 63%;
	margin-left: 4%;
	margin-top: 22px;
	font-size: 1em;
	text-align: justify;
	float: left;
	padding-bottom: 10px;
}
#Principale #ParteCentrale .tipocolonna4 {
	width: 950px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 22px;
	font-size: 1em;
	text-align: justify;
	float: left;
	padding-bottom: 10px;
}
#Principale #ParteCentrale .tipocolonna5 {
	width: 29%;
	margin-left: 4%;
	margin-top: 22px;
	margin-bottom: 22px;
	font-size: 0.9em;
	text-align: justify;
	float: left;
	
}
#Principale #ParteCentrale .tipocolonna5 ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Principale #ParteCentrale .tipocolonna6 {
	width: 39%;
	margin-top: 22px;
	margin-right: 2%;
	font-size: 1em;
	text-align: justify;
	float: left;
	padding-bottom: 10px;
}
#Principale #ParteCentrale .tipocolonna7 {
	width: 58%;
	margin-top: 22px;
	font-size: 1em;
	text-align: justify;
	float: left;
	padding-bottom: 10px;
}
#Principale #ParteCentrale .tipocolonna5 li {
	font-size: 1em;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#Principale #ParteCentrale .tipocolonna5 h2 {
	font-size: 1.3em;
}
#Principale #ParteCentrale .tipocolonna1 img, #Principale #ParteCentrale .tipocolonna2 img, #Principale #ParteCentrale .tipocolonna3 img, #Principale #ParteCentrale .tipocolonna4 img, #Principale #ParteCentrale .tipocolonna5 img, #Principale #ParteCentrale .tipocolonna6 img, #Principale #ParteCentrale .tipocolonna7 img {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
}
#Principale #ParteCentrale li {
	list-style: none;
}
#Principale #Contenuto .ColEventoallegati {
	display: block;
	border-top: solid 1px #DCDCDC;
	padding-top: 5px;
}
#Principale #Contenuto .ColEventoallegati ul,li {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 0.9em;
}
#Principale #Contenuto .ColEventoallegati li {
	display: block;
	width: auto;
	float: left;
	margin-right: 10px;
    margin-bottom: 10px !important;
}
#Principale #Contenuto .ColEventoallegati a {
	color: #000;
	text-decoration: none;
}
#Principale #Contenuto .ColEventoallegati li img {
	display: block; 
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 10px;
}
#Principale #Contenuto .pdfallegati {
	display: block;
	border-top: solid 1px #DCDCDC;
	padding-top: 5px;
}
#Principale #Contenuto .pdfallegati ul,li {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 0.9em;
}
#Principale #Contenuto .pdfallegati li {
	display: block;
	width: auto;
	float: left;
	width: 21%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	padding-bottom: 25px;
}
#Principale #Contenuto .pdfallegati li:nth-child(4n+1) {
    clear: both; 
}
#Principale #Contenuto .pdfallegati a {
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
}
#Principale #Contenuto .pdfallegati li img {
	display: block; 
	width: 100%;
	max-width: 100%;
}

.frame { width: 100%; height: 160px; padding: 0; }
.frame .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }
.frame .slidee li { float: left; margin: 0 5px 0 0; padding: 0; width: 120px; height: 100%; }
#mainnewsevidenza {
	width: 100%; height: auto; padding: 0;
	list-style: none;
}
#mainnewsevidenza ul {
	margin: 0; padding: 0; height: 100%; list-style: none;
}
#mainnewsevidenza ul li {
	float: left; margin: 0 25px 25px 0; padding: 0; width: 280px; height: 100%;list-style: none;
}
#mainnewsevidenza ul li img {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
}
#newsconsigliatimain {
	position: relative;
}
#newsconsigliatimain .prevPage {
	position: absolute;
	right: 20px;
	top: 5px;
	background: rgba(255,255,255,1.00);
	border: 0px;
}
#newsconsigliatimain .nextPage {
	position: absolute;
	right: 0px;
	top: 5px;
	background: rgba(255,255,255,1.00);
	border: 0px;
}
#maingallery {
	width: 100%; height: auto; padding: 0;
	list-style: none;
}
#maingallery ul {
	margin: 0; padding: 0; height: 100%; list-style: none;
}
#maingallery ul li {
	float: left; margin: 0 25px 25px 0; padding: 0; width: 280px; height: 100%;list-style: none;
}
#maingallery ul li img {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
}
#gallerymain {
	position: relative;
}
#gallerymain .prevPage {
	position: absolute;
	right: 20px;
	top: 5px;
	background: rgba(255,255,255,1.00);
	border: 0px;
}
#gallerymain .nextPage {
	position: absolute;
	right: 0px;
	top: 5px;
	background: rgba(255,255,255,1.00);
	border: 0px;
}


#mainpdf {
	width: 100%; height: auto; padding: 0;
	list-style: none;
}
#mainpdf ul {
	margin: 0; padding: 0; height: 100%; list-style: none;
}
#mainpdf ul li {
	float: left; margin: 0 25px 25px 0; padding: 0; width: 280px; height: 100%;list-style: none;
}
#mainpdf ul li img {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
}
#pdfmain {
	position: relative;
}
#pdfmain .prevPage {
	position: absolute;
	right: 20px;
	top: 5px;
	background: rgba(255,255,255,1.00);
	border: 0px;
}
#pdfmain .nextPage {
	position: absolute;
	right: 0px;
	top: 5px;
	background: rgba(255,255,255,1.00);
	border: 0px;
}
#Principale #Footer {
	clear: both;
	background-color: #196573;
	color: #FFF;
	padding-top: 30px;
}
#Principale #FooterContent {
	clear: both;
	width: 100%;
	max-width: 1200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#Principale #Footer a {
	color: #FFF;
	text-decoration: underline;
}
#Principale #Footer a:hover {
	color: #DEF3F8;
}
#Principale #Footer #Footer-sin {
	float: left;
	width: 45%;
	padding-bottom: 20px;
}
#Principale #Footer #Footer-des {
	float: right;
	width: 45%;
	text-align: right;
	padding-bottom: 20px;
}
#Principale #Footer:after {
	display: block;
	clear:both;
	 content: "";
}
.Form_Home {
	margin: 0px;
	padding: 0px;
}
.Form_Home .Tipo_input {
	width: 199px;
	margin-top: 10px;
	padding: 10px;
	background-color: #EBEBEB;
	border: 1px solid #DADADA;
	color: #196573;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Form_Home .Tipo_input2 {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
	background-color: #000;
	border: 1px solid #1B1B1B;
	color: #585858;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
.Form_Home .Tipo_input3 {
	width: 130px;
	margin-top: 10px;
	padding: 10px;
	background-color: #910091;
	border: 1px solid #1B1B1B;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.Form_Home .Tipo_input4 {
	width: 255px;
	margin-top: 10px;
	padding: 10px;
	background-color: #910091;
	border: 1px solid #1B1B1B;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.Form_Home .Tipo_textarea {
	width: 199px;
	margin-top: 10px;
	padding: 10px;
	background-color: #EBEBEB;
	border: 1px solid #DADADA;
	color: #196573;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	font-size: 12px;
	height: 60px;
}
.Form_Home .Tipo_button {
	width: 219px;
	margin-top: 10px;
	background-color: #196573;
	border: 1px solid #1B1B1B;
	color: #FFFFFF;
	font-family: 'pt_sans_narrowregular', Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
}
.Form_Home .Tipo_button2 {
	width: 100%;
	margin-top: 10px;
	background-color: #F3921C;
	color: #1B1B1B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Form_Home .Tipo_button3 {
	width: 275px;
	margin-top: 10px;
	background-color: #530053;
	border: 1px solid #1B1B1B;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}
.Form_Home .Tipo_button4 {
	width: 275px;
	margin-top: 10px;
	background-color: #BCB9B4;
	border: 1px solid #1B1B1B;
	color: #1B1B1B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}
.Form_Home input.error, .Form_Home textarea.error, .Form_Home select.error {
	border-top-color: #D82C2C;
	border-right-color: #D82C2C;
	border-bottom-color: #D82C2C;
	border-left-color: #D82C2C;
}
.controls {
	text-align: center;
}
.importval {
	display: block;
	width: 100%;
	text-align: center;
	color: #327ED5;
	font-size: 2.5em;
	font-weight: bold;
}
div.minus,
div.plus {
	display: inline-block;
  padding: 10px 16px;
  border: 1px solid #000;
  margin: 20px 0 0 0;
  cursor: pointer;
  background-color: #327ED5;
  color: #FFF;
  Font-weight: bold;
}
@media (max-width: 960px) {
	.mobilemenuicn {
		display: block;
		position: fixed;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 45px;
		height: 60px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		-webkit-transition: background 0.3s;
	   transition: background 0.3s;
	   z-index:999;
	   cursor:pointer;
	   top: 0px;
			  
	}
	.mobilemenuicn label {
		display: block;
		position: absolute;
		top: 27px;
		left: 8px;
		right: 0px;
		height: 4px;
		background-color: #196573;
		-webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
	}
	.mobilemenuicn label:before,
	.mobilemenuicn label:after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #196573;
		content: "";
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}
	.mobilemenuicn label:before {
		top: -10px;
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.mobilemenuicn label:after {
		bottom: -10px;
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	.mobilemenuicn input[type=checkbox]:checked + label {
		background: none;
	}
	.mobilemenuicn input[type=checkbox]:checked + label:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}	
	.mobilemenuicn input[type=checkbox]:checked + label:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}	
	.mobilemenuicn input[type=checkbox]:checked + label:before,
	.mobilemenuicn input[type=checkbox]:checked + label:after {
		-webkit-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
	}
	#Main-Menu  {
		position: fixed;
		top: 0;
		left:-300px;
		height: 100%;
		width: 300px;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		background-color: #5f5f61;
		z-index: 997;
		margin: 0px;
		padding: 0px;
		padding-top: 61px;
		background-color: #196573;
	}

	#Main-Menu.activeMenu {
		left: 0px;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 997;
	}
	#Main-Menu ul {
		display: block;
		clear: both;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		font-weight: normal;
		color: #4f4f4f;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		max-width:100%;
		overflow:hidden;
		border: 0px none #f0f0f0;
		font-size: 1.1em;
		position: static;
		height: auto !important;
	}
	#Main-Menu ul li {
		display: block;
		width:100%;
		margin: 0px;
		padding: 0px;
		position: static;
		height: auto !important;
	}
	#Main-Menu li.defsub div {
		width: 100%;
		position: static;
		height: auto !important;
		visibility: visible;
		opacity: 1;
	}
	#Principale {
		min-height: 100%;
		min-width: 100%;
		background-color: white; /* Needs a background or else the nav will show through */
		position: fixed;
		top: 0;
		bottom: 100%;
		left: 0px;
		z-index: 1;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		margin-top: 56px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#Principale.activePrincipale {
		left: 300px;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		position: fixed;
	}
	#Header {
		clear: both;
		margin-right: auto;
		margin-left: auto;
		height: 56px;
		overflow: hidden;
		position:fixed;
		top:0px;
		left:0px;
		right:0px;
		background-color: #fff;
		z-index:990;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #196573;
		width:100%;
		background-image: url(../images/logo-anffas.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 187px 56px;
		z-index: 998;
		margin-top: 0px;
	}
	#Header img {
		display:none;
	}
	#Header #Header-des {
		display: none;
	}
	#Header #Header-sin {
		display: none;
	}
	#Principale #ParteCentrale .tipocolonna1, #Principale #ParteCentrale .tipocolonna2, #Principale #ParteCentrale .tipocolonna3, #Principale #ParteCentrale .tipocolonna4, #Principale #ParteCentrale .tipocolonna5, #Principale #ParteCentrale .tipocolonna6, #Principale #ParteCentrale .tipocolonna7 {
		width: 90%;
		clear: both;
		float: none;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	
	#Principale #ParteCentrale #Contenuto {
		clear: both;
		width: calc(100% - 2em);
		margin-right: 1em;
		margin-left: 1emo;
	}
	#Principale #Footer {
	  padding-bottom: 100px;
	}
	#Principale #Footer #Footer-sin {
		float: none;
		width: 96%;
		padding-bottom: 0px;
		margin-left: 2%;
		margin-right: 2%;
		text-align: center;
	}
	#Principale #Footer #Footer-des {
		float: none;
		width: 96%;
		padding-bottom: 20px;
		text-align: center;
		padding-bottom: 0px;
		margin-left: 2%;
		margin-right: 2%;
}


}