/* FASCIONE */
#full-fascione {
	width:100%;
	display:block;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:0;
/* FASCIONE */

/* TESTO ALTO */
}
#aprichiudi {
	display:none;
	clear:both;
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
}
.box-testo-alto {
	display:block;
	clear:both;
	float:left;
	width:80%;
	text-align:center;
	margin-top:2%;
	margin-bottom:2%;
	margin-left:10%;
	margin-right:10%;
}
.box-testo-alto h2 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	padding-left:2%;
	padding-right:2%;
	padding-bottom:2%;
	padding-top:0;
	font-size:1.38em; /* 18px */
	line-height:30px;
	color:#4794A0;	
}
.box-testo-alto p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.0em; /* 13px */
	line-height:22px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:0;
	padding-top:3%;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	text-align:justify;
}
.wrapper-testi {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}
.distanziale-centrale {
	display:none;
}
.box-testo-immagine {
	display:inline-block;
	width:100%;
	min-height:120px;
	text-align:center;
	margin-top:8%;
	margin-bottom:2%;
	margin-left:auto;
	margin-right:auto;
}
.box-testo-immagine:last-child {
	margin-top:0;
	margin-bottom:1%;
}
.txt-box-testo-immagine {
	display:block;
	width:100%;
	min-height:100px;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}
.txt-box-testo-immagine p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.0em; /* 13px */
	line-height:22px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:6%;
	padding-top:0;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	text-align:justify;
}
.txt-box-testo-immagine p a {
	color:#63ADB8; /* giallo */
}
.box-testo-immagine img {
	padding:3%;
	width: 94%;
    height: auto;
/* TESTO ALTO */

/* TESTO BASSO */
}
.box-testo-basso {
	display:block;
	clear:both;
	float:left;
	width:80%;
	text-align:center;
	margin-top:0;
	margin-bottom:5%;
	margin-left:10%;
	margin-right:10%;
}
.box-testo-basso h2 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	padding-left:2%;
	padding-right:2%;
	padding-bottom:2%;
	padding-top:0;
	font-size:1.38em; /* 18px */
	line-height:30px;
	color:#4794A0;	
}
.box-testo-basso p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.0em; /* 13px */
	line-height:22px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:8%;
	padding-top:3%;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	text-align:justify;
}
.box-testo-basso p a {
	color:#63ADB8; /* giallo */
/* TESTO BASSO */

/* PULSANTE SINGOLO */
}
.pulsante-singolo a {
	display:inline-block;
	width:86%;
	max-width:110px;
	text-align:center;
	margin-top:0;
	margin-bottom:7%;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	background-color:#63ADB8;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:0.92em;
	color:#FFF;
	text-decoration:none;
	box-shadow: inset 0 0 0 0 #727272;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.pulsante-singolo a:hover {
	background-color:#63ADB8;
	 box-shadow: inset 200px 0 0 0 #727272;
/* PULSANTE SINGOLO */

/* PULSANTE APRI/CHIUDI */
}
.pulsante-aprichiudi a {
	display:inline-block;
	width:86%;
	max-width:90px;
	text-align:center;
	margin-top:6%;
	margin-bottom:1%;
	margin-left:auto;
	margin-right:auto;
	padding:4px 1px;
	background-color:#63ADB8;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:0.92em;
	color:#FFF;
	text-decoration:none;
	box-shadow: inset 0 0 0 0 #727272;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.pulsante-aprichiudi a:hover {
	background-color:#63ADB8;
	 box-shadow: inset 200px 0 0 0 #727272;
/* PULSANTE APRI/CHIUDI */
}
/* Layout tablet portrait: da 481 px a 768 px. Eredita stili da: Layout mobile. */
@media only screen and (min-width: 481px ) {
/* FASCIONE */	
#full-fascione {
	width:100%;
	display:block;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
/*	margin-top:136px;*/
/* FASCIONE */	

/* TESTO ALTO */
}
.box-testo-alto {
	display:block;
	clear:both;
	float:left;
	width:90%;
	text-align:center;
	margin-top:4%;
	margin-bottom:2%;
	margin-left:5%;
	margin-right:5%;
}
.box-testo-alto p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.076em; /* 14px */
	line-height:22px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:1%;
	padding-top:3%;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	text-align:center;
}
.box-testo-alto h2 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:1.69em; /* 22px */
	line-height:30px;
	padding-left:2%;
	padding-right:2%;
	padding-bottom:2%;
	padding-top:0;
	color:#4794A0;
}
.distanziale-centrale {
	display:none;
}
.box-testo-immagine {
	display:inline-block;
	width:70%;
	min-width:400px;
	min-height:120px;
	text-align:center;
	margin-top:4%;
	margin-bottom:3%;
	margin-left:auto;
	margin-right:auto;
}
.box-testo-immagine:last-child {
	margin-top:0;
	margin-bottom:1%;
}
.txt-box-testo-immagine {
	display:block;
	width:100%;
	min-height:140px;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}
.txt-box-testo-immagine p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.076em; /* 14px */
	line-height:22px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:6%;
	padding-top:0;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	text-align:justify;
}
.box-testo-immagine img {
	padding:5%;
	width: 94%;
    height: auto;
/* TESTO ALTO */

/* TESTO BASSO */
}
.box-testo-basso {
	display:block;
	clear:both;
	float:left;
	width:90%;
	text-align:center;
	margin-top:0;
	margin-bottom:2%;
	margin-left:5%;
	margin-right:5%;
}
.box-testo-basso h2 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:1.69em; /* 22px */
	line-height:30px;
	padding-left:2%;
	padding-right:2%;
	padding-bottom:2%;
	padding-top:0;
	color:#4794A0;
}
.box-testo-basso p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.076em; /* 14px */
	line-height:22px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:6%;
	padding-top:0;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	text-align:center;
/* TESTO BASSO */

/* PULSANTE SINGOLO */
}
.pulsante-singolo a {
	display:inline-block;
	width:86%;
	max-width:140px;
	text-align:center;
	margin-top:0;
	margin-bottom:6%;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#63ADB8;
	color:#FFF;
	font-size:1em;
	text-decoration:none;
	box-shadow: inset 0 0 0 0 #727272;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.pulsante-singolo a:hover {
	background-color:#63ADB8;
	 box-shadow: inset 200px 0 0 0 #727272;
 /* PULSANTE SINGOLO */
 
 /* PULSANTE APRI/CHIUDI */
}
.pulsante-aprichiudi a {
	display:inline-block;
	width:86%;
	max-width:120px;
	text-align:center;
	margin-top:2%;
	margin-bottom:1%;
	margin-left:auto;
	margin-right:auto;
	padding:5px 2px;
	background-color:#63ADB8;
	color:#FFF;
	font-size:1em;
	text-decoration:none;
	box-shadow: inset 0 0 0 0 #727272;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.pulsante-aprichiudi a:hover {
	background-color:#63ADB8;
	 box-shadow: inset 200px 0 0 0 #727272;
 /* PULSANTE APRI/CHIUDI */
}
}
/* Layout landscape: da 769 px a 1024 px max.  Eredita stili da: Layout mobile e Layout tablet portrait */
@media only screen and (min-width: 769px ) {
/* FASCIONE */
#full-fascione {
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
/* FASCIONE */

/* TESTO ALTO */
}
.box-testo-alto {
	display:block;
	clear:both;
	float:left;
	width:90%;
	min-height:200px;
	text-align:center;
	margin-top:3%;
	margin-bottom:2%;
	margin-left:5%;
	margin-right:5%;
}
.box-testo-alto p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.076em; /* 14px */
	line-height:22px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:1%;
	padding-top:0;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	text-align:center;
}
.box-testo-alto h2 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:1.84em; /* 24px */
	line-height:30px;
	color:#4794A0;
}
.wrapper-testi {
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin:0 auto;
	background-image:url(../images/baffo-vert.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: contain;
}
.distanziale-centrale {
	display:block;
	clear:none;
	float:left;
	width:4%;
	min-height:140px;
	text-align:center;
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0;
	margin-right:0;
}
.box-testo-immagine {
	display:block;
	clear:none;
	float:left;
	width:46%;
	min-width:auto;
	min-height:140px;
	text-align:center;
	margin-top:4%;
	margin-bottom:2%;
	margin-left:1%;
	margin-right:1%;
}
.box-testo-immagine:last-child {
	margin-top:4%;
	margin-bottom:2%;
}
.txt-box-testo-immagine {
	display:block;
	width:100%;
	min-height:100px;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}
.txt-box-testo-immagine p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.076em; /* 14px */
	line-height:22px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:10%;
	padding-top:0;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	text-align:justify;
}
.box-testo-immagine img {
	padding:3%;
	width: 94%;
    height: auto;
/* TESTO ALTO */

/* TESTO BASSO */
}
.box-testo-basso {
	display:block;
	clear:both;
	float:left;
	width:90%;
	text-align:center;
	margin-top:0;
	margin-bottom:2%;
	margin-left:5%;
	margin-right:5%;
}
.box-testo-basso h2 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:1.84em; /* 24px */
	line-height:30px;
	color:#4794A0;
}
.box-testo-basso p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.076em; /* 14px */
	line-height:22px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:3%;
	padding-top:0;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
/* TESTO BASSO */

/* PULSANTE SINGOLO */
}
.pulsante-singolo a {
	display:inline-block;
	width:86%;
	max-width:160px;
	text-align:center;
	margin-top:2%;
	margin-bottom:4%;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#63ADB8;
	color:#FFF;
	text-decoration:none;
	box-shadow: inset 0 0 0 0 #727272;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.pulsante-singolo a:hover {
	background-color:#63ADB8;
	 box-shadow: inset 200px 0 0 0 #727272;
 /* PULSANTE SINGOLO */
 
 /* PULSANTE APRI/CHIUDI */
}
.pulsante-aprichiudi a {
	display:inline-block;
	width:86%;
	max-width:120px;
	text-align:center;
	margin-top:2%;
	margin-bottom:1%;
	margin-left:auto;
	margin-right:auto;
	padding:5px 2px;
	background-color:#63ADB8;
	color:#FFF;
	text-decoration:none;
	box-shadow: inset 0 0 0 0 #727272;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.pulsante-aprichiudi a:hover {
	background-color:#63ADB8;
	 box-shadow: inset 200px 0 0 0 #727272;
 /* PULSANTE APRI/CHIUDI */
}
}
/* Layout desktop: da 1025 px a superiori. Eredita stili da: Layout tablet landscape */
@media only screen and (min-width: 1025px ) {
/* FASCIONE */
#full-fascione {
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
/*	margin-top:106px;*/
/* FASCIONE */

/* TESTO ALTO */
}
.box-testo-alto {
	display:block;
	clear:both;
	float:left;
	width:86%;
	min-height:200px;
	text-align:center;
	margin-top:3%;
	margin-bottom:2%;
	margin-left:7%;
	margin-right:7%;
}
.box-testo-alto p {
	 word-wrap: break-word !important;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.15em; /* 15px */
	line-height:24px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:1%;
	padding-top:2%;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	text-align:center;
}
.box-testo-alto h2 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:2.0em; /* 26px */
	line-height:32px;
	color:#4794A0;
}
.txt-box-testo-immagine p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.15em; /* 15px */
	line-height:22px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:10%;
	padding-top:0;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	text-align:justify;
/* TESTO ALTO */

/* TESTO BASSO */
}
.box-testo-basso {
	display:block;
	clear:both;
	float:left;
	width:86%;
	text-align:center;
	margin-top:0;
	margin-bottom:2%;
	margin-left:7%;
	margin-right:7%;
}
.box-testo-basso h2 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:2.0em; /* 26px */
	line-height:32px;
	color:#4794A0;
}
.box-testo-basso p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.15em; /* 15px */
	line-height:22px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:3%;
	padding-top:0;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	text-align:center;
/* TESTO BASSO */
}
}