/* DETTAGLIO */
#fulldettaglio {
	width:100%;
	min-height:100px;
	display:block;
	margin:0;
	background: #110E0B;
	background-image:url(../images/bg-dettaglio.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
}
.vline-dettaglio {
	width:1px;
	height:25px;
	background-color:#A5A7A9;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align:center;
}
#dettaglio {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	margin-bottom:0;
	text-align:center;
}
#dettaglio .testo {
	display:inline-block;
	width:80%;
	max-width:280px;
	height:auto;
	margin-top:45px;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#dettaglio .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.0em; /* 26px; */
	line-height:26px;
	margin-bottom:25px;
	color:#EF0000;
}
#dettaglio .pulsanti {
	display:inline-block;
	width:90%;
	max-width:1232px;
	margin-top:40px;
	margin-bottom:40px;
	margin-left:5%;
	margin-right:5%;
	padding:0 auto;
	text-align:center;
	height:auto;
}
#scheda {
	display:inline-block;
	width:90%;
	height:auto;
	margin-top:20px;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	min-height:400px;
	text-align:center;
/*	background-color:#C0C;*/
}
#scheda .immagine {
	position:relative;
	vertical-align:top;
	display:inline-block;
	width:80%;
	height:auto;
	margin:0 10%;
	padding:0;
	height:auto;
	text-align:center;
/*	background-color:#069;*/
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
#scheda .immagine .etichetta {
	position:absolute;
	bottom:10px;
	right:-30px;
	width:124px;
	height:52px;
	background-image:url(../images/etichetta.png);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
#scheda .immagine .etichetta p {
	margin: 0;
	position: absolute;
	top: 50%;
	left:2px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#FFF;
	font-size:1.0em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .descrizione {
	position:relative;
	vertical-align:top;
	display:inline-block;
	width:90%;
	height:auto;
	margin-left:0;
	margin-bottom:0;
	margin-top:25px;
	min-height:220px;
	text-align:left;
}
#scheda .descrizione h5 {
	position:relative;
	color:#CCC;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	margin-top:12px;
	padding-top:5px;
	padding-left:5%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
#scheda .descrizione h5::before {
   content: "\f03d";
   font: normal normal normal 14px/1 FontAwesome;
   margin-right:4%;
   margin-left:0;
   color: #ED0000;
}
#scheda .descrizione h5 a {
	color:#CCC;
	text-decoration:none;
}
#scheda .descrizione h5 a:hover {
	color:#EF0000;
	text-decoration:underline;
}
#scheda .descrizione p {
	position:relative;
	color:#999;
	font-size:1.0em; /* 13px; */
	line-height:20px;
	font-style:normal;
	margin-top:10px;
	padding-left:5%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .descrizione p::before {
   content: "\f00c";
   font: normal normal normal 14px/1 FontAwesome;
   margin-right:4%;
   margin-left:0;
   color: #ED0000;
}
#scheda .descrizione p span {
	color:#FFF;
	margin-left:10px;
}
#scheda .note {
	display:inline-block;
	width:90%;
	height:auto;
	margin-top:40px;
	margin-bottom:0;
	margin-left:5%;
	margin-right:9%;
	min-height:100px;
	text-align:left;
}
#scheda .note h2 {
	position:relative;
	color:#999;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	margin-top:0;
	padding-top:2px;
	padding-left:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .note h2::before {
   content: "\f00c";
   font: normal normal normal 14px/1 FontAwesome;
   margin-right:10px;
   margin-left:0;
   color: #ED0000;
}
#scheda .note p {
	position:relative;
	color:#FFF;
	font-size:1.0em; /* 13px; */
	line-height:24px;
	font-style:normal;
	margin-top:5px;
	padding-left:40px;
	padding-right:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .fotogallery {
	display:inline-block;
	width:99%;
	height:auto;
	margin-top:30px;
	margin-bottom:0;
	margin-left:0.5%;
	margin-right:0.5%;
	min-height:50px;
	text-align:center;
}
#scheda .fotogallery .testo {
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	min-height:50px;
	text-align:center;
}
#scheda .fotogallery .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.84em; /* 24px; */
	line-height:30px;
	padding:0;
	margin-bottom:25px;
	color:#EF0000;
}
#scheda .fotogallery .testo h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.84em; /* 24px; */
	line-height:30px;
	padding:0;
	margin-bottom:25px;
	color:#CCC;
}
.vline-fotogallery {
	width:1px;
	height:16px;
	background-color:#FFF;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, 55%);
	transform: translate(-50%, 55%);
	text-align:center;
}
#scheda .fotogallery ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#scheda .fotogallery ul li {
	position:relative;
	display:inline-block;
	width:60%;
	margin:3%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
/* Layout tablet portrait: da 481 px a 768 px. Eredita stili da: Layout mobile. */
@media only screen and (min-width: 481px ) {
/* DETTAGLIO */
.vline-dettaglio {
	width:1px;
	height:30px;
	background-color:#A5A7A9;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align:center;
}
#dettaglio {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	margin-bottom:0;
	text-align:center;
	background-image:url(../images/cruscotto.png);
	background-position:100% 50;
	background-repeat:no-repeat;
	background-size: contatin;
}
#dettaglio .testo {
	display:inline-block;
	width:80%;
	max-width:540px;
	height:auto;
	margin-top:50px;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#dettaglio .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.30em; /* 30px; */
	line-height:30px;
	margin-bottom:25px;
	color:#EF0000;
}
#dettaglio .pulsanti {
	display:inline-block;
	width:90%;
	max-width:1232px;
	margin-top:40px;
	margin-bottom:60px;
	margin-left:5%;
	margin-right:5%;
	padding:0 auto;
	text-align:center;
	height:auto;
}
#scheda {
	display:inline-block;
	width:90%;
	height:auto;
	margin-top:30px;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	min-height:400px;
	text-align:center;
/*	background-color:#C0C;*/
}
#scheda .immagine {
	position:relative;
	vertical-align:top;
	display:inline-block;
	width:80%;
	height:auto;
	margin:0 10%;
	padding:0;
	height:auto;
	text-align:center;
/*	background-color:#069;*/
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
#scheda .immagine .etichetta {
	position:absolute;
	bottom:20px;
	right:-40px;
	width:154px;
	height:65px;
	background-image:url(../images/etichetta.png);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
#scheda .immagine .etichetta p {
	margin: 0;
	position: absolute;
	top: 50%;
	left:4px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#FFF;
	font-size:1.15em; /* 15px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	letter-spacing:0;
}
#scheda .descrizione {
	position:relative;
	vertical-align:top;
	display:inline-block;
	width:80%;
	height:auto;
	margin-left:0;
	margin-bottom:0;
	margin-top:25px;
	min-height:220px;
	text-align:left;
}
#scheda .descrizione h5 {
	position:relative;
	color:#CCC;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	margin-top:12px;
	padding-top:5px;
	padding-left:5%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
#scheda .descrizione h5::before {
   content: "\f03d";
   font: normal normal normal 18px/1 FontAwesome;
   margin-right:4%;
   margin-left:0;
   color: #ED0000;
}
#scheda .descrizione h5 a {
	color:#CCC;
	text-decoration:none;
}
#scheda .descrizione h5 a:hover {
	color:#EF0000;
	text-decoration:underline;
}
#scheda .descrizione p {
	position:relative;
	color:#999;
	font-size:1.15em; /* 15px; */
	line-height:20px;
	font-style:normal;
	margin-top:12px;
	padding-left:5%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .descrizione p::before {
   content: "\f00c";
   font: normal normal normal 16px/1 FontAwesome;
   margin-right:4%;
   margin-left:0;
   color: #ED0000;
}
#scheda .descrizione p span {
	color:#FFF;
	margin-left:10px;
}
#scheda .note {
	display:inline-block;
	width:80%;
	height:auto;
	margin-top:40px;
	margin-bottom:0;
	margin-left:10%;
	margin-right:9%;
	min-height:100px;
	text-align:left;
}
#scheda .note h2 {
	position:relative;
	color:#999;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	margin-top:0;
	padding-top:2px;
	padding-left:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .note h2::before {
   content: "\f00c";
   font: normal normal normal 16px/1 FontAwesome;
   margin-right:10px;
   margin-left:0;
   color: #ED0000;
}
#scheda .note p {
	position:relative;
	color:#FFF;
	font-size:1.076em; /* 16px; */
	line-height:24px;
	font-style:normal;
	margin-top:5px;
	padding-left:40px;
	padding-right:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .fotogallery {
	display:inline-block;
	width:99%;
	height:auto;
	margin-top:30px;
	margin-bottom:0;
	margin-left:0.5%;
	margin-right:0.5%;
	min-height:50px;
	text-align:center;
}
#scheda .fotogallery .testo {
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	min-height:50px;
	text-align:center;
}
#scheda .fotogallery .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.15em; /* 28px; */
	line-height:40px;
	padding:0;
	margin-bottom:25px;
	color:#EF0000;
}
#scheda .fotogallery .testo h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.15em; /* 28px; */
	line-height:40px;
	padding:0;
	margin-bottom:25px;
	color:#CCC;
}
.vline-fotogallery {
	width:1px;
	height:18px;
	background-color:#FFF;
	margin: 0;
	position: absolute;
	top: 55%;
	left: 50%;
	-ms-transform: translate(-50%, 55%);
	transform: translate(-50%, 55%);
	text-align:center;
}
#scheda .fotogallery ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#scheda .fotogallery ul li {
	position:relative;
	display:inline-block;
	width:30%;
	margin:3%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
}
/* 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 ) {
/* DETTAGLIO */
.vline-dettaglio {
	width:1px;
	height:35px;
	background-color:#A5A7A9;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align:center;
}
#dettaglio {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	margin-bottom:0;
	text-align:center;
	background-image:url(../images/cruscotto.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	background-size: 826px 554px;
}
#dettaglio .testo {
	display:inline-block;
	width:90%;
	max-width:none;
	height:auto;
	margin-top:60px;
	margin-left:5%;
	margin-right:5%;
	min-height:50px;
	text-align:center;
}
#dettaglio .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.69em; /* 35px; */
	line-height:35px;
	margin-bottom:20px;
	color:#EF0000;
}
#scheda {
	display:inline-block;
	width:90%;
	height:auto;
	margin-top:30px;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	min-height:400px;
	text-align:center;
/*	background-color:#C0C;*/
}
#scheda .immagine {
	position:relative;
	vertical-align:top;
	display:inline-block;
	width:50%;
	height:auto;
	margin:0;
	padding:0;
	height:auto;
	text-align:center;
/*	background-color:#069;*/
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
#scheda .immagine .etichetta {
	position:absolute;
	bottom:40px;
	right:-40px;
	width:192px;
	height:81px;
	background-image:url(../images/etichetta.png);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
#scheda .immagine .etichetta p {
	margin: 0;
	position: absolute;
	top: 50%;
	left:10px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#FFF;
	font-size:1.38em; /* 18px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .descrizione {
	position:relative;
	vertical-align:top;
	display:inline-block;
	width:44%;
	height:auto;
	margin-left:5%;
	margin-bottom:0;
	margin-top:10px;
	min-height:220px;
	text-align:left;
}
#scheda .descrizione h5 {
	position:relative;
	color:#CCC;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	margin-top:12px;
	padding-top:5px;
	padding-left:5%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
#scheda .descrizione h5::before {
   content: "\f03d";
   font: normal normal normal 18px/1 FontAwesome;
   margin-right:4%;
   margin-left:0;
   color: #ED0000;
}
#scheda .descrizione h5 a {
	color:#CCC;
	text-decoration:none;
}
#scheda .descrizione h5 a:hover {
	color:#EF0000;
	text-decoration:underline;
}
#scheda .descrizione p {
	position:relative;
	color:#999;
	font-size:1.15em; /* 15px; */
	line-height:20px;
	font-style:normal;
	margin-top:12px;
	padding-left:5%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .descrizione p::before {
   content: "\f00c";
   font: normal normal normal 16px/1 FontAwesome;
   margin-right:4%;
   margin-left:0;
   color: #ED0000;
}
#scheda .descrizione p span {
	color:#FFF;
	margin-left:10px;
}
#scheda .note {
	display:inline-block;
	width:90.5%;
	height:auto;
	margin-top:40px;
	margin-bottom:0;
	margin-left:0.5%;
	margin-right:9%;
	min-height:100px;
	text-align:left;
}
#scheda .note h2 {
	position:relative;
	color:#999;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	margin-top:0;
	padding-top:2px;
	padding-left:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .note h2::before {
   content: "\f00c";
   font: normal normal normal 16px/1 FontAwesome;
   margin-right:10px;
   margin-left:0;
   color: #ED0000;
}
#scheda .note p {
	position:relative;
	color:#FFF;
	font-size:1.076em; /* 16px; */
	line-height:24px;
	font-style:normal;
	margin-top:5px;
	padding-left:40px;
	padding-right:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .fotogallery {
	display:inline-block;
	width:99%;
	height:auto;
	margin-top:30px;
	margin-bottom:0;
	margin-left:0.5%;
	margin-right:0.5%;
	min-height:50px;
	text-align:left;
}
#scheda .fotogallery .testo {
	position:relative;
	display:inline-block;
	width:98%;
	height:auto;
	margin-top:0;
	margin-left:2%;
	margin-right:0;
	min-height:50px;
	text-align:left;
}
#scheda .fotogallery .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.15em; /* 28px; */
	line-height:40px;
	padding:0;
	margin-bottom:25px;
	color:#EF0000;
}
#scheda .fotogallery .testo h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.15em; /* 28px; */
	line-height:40px;
	padding:0;
	margin-bottom:25px;
	color:#CCC;
}
.vline-fotogallery {
	width:1px;
	height:18px;
	background-color:#FFF;
	margin: 0;
	position: absolute;
	top: 55%;
	left: 1%;
	-ms-transform: translate(-1%, 55%);
	transform: translate(-1%, 55%);
	text-align:left;
}
#scheda .fotogallery ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
}
#scheda .fotogallery ul li {
	position:relative;
	float:left;
	display:block;
	width:22%;
	margin:1.5%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
	background-color:#C09;
}
}
/* Layout desktop: da 1025 px a superiori. Eredita stili da: Layout tablet landscape */
@media only screen and (min-width: 1025px ) {
/* DETTAGLIO */
.vline-dettaglio {
	width:1px;
	height:50px;
	background-color:#A5A7A9;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align:center;
}
#dettaglio {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	margin-bottom:10px;
	text-align:center;
	background-image:url(../images/cruscotto.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	background-size: 1032px 692px;
}
#dettaglio .testo {
	display:inline-block;
	width:90%;
	max-width:1232px;
	height:auto;
	margin-top:80px;
	margin-left:5%;
	margin-right:5%;
	min-height:50px;
	text-align:center;
}
#dettaglio .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:3.46em; /* 45px; */
	line-height:45px;
	margin-bottom:25px;
	color:#EF0000;
}
#dettaglio .pulsanti {
	display:inline-block;
	width:90%;
	max-width:1232px;
	margin-top:80px;
	margin-bottom:80px;
	margin-left:5%;
	margin-right:5%;
	padding:0 auto;
	text-align:center;
	height:auto;
}
#scheda {
	display:inline-block;
	width:90%;
	height:auto;
	margin-top:40px;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	min-height:400px;
	text-align:center;
/*	background-color:#C0C;*/
}
#scheda .immagine {
	position:relative;
	vertical-align:top;
	display:inline-block;
	width:50%;
	height:auto;
	margin:0;
	padding:0;
	height:auto;
	text-align:center;
/*	background-color:#069;*/
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
#scheda .immagine .etichetta {
	position:absolute;
	bottom:40px;
	right:-40px;
	width:215px;
	height:90px;
	background-image:url(../images/etichetta.png);
}
#scheda .immagine .etichetta p {
	margin: 0;
	position: absolute;
	top: 50%;
	left:10px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#FFF;
	font-size:1.53em; /* 20px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	letter-spacing:0px;
}
#scheda .descrizione {
	position:relative;
	vertical-align:top;
	display:inline-block;
	width:44%;
	height:auto;
	margin-left:5%;
	margin-bottom:0;
	margin-top:10px;
	min-height:220px;
	text-align:left;
}
#scheda .descrizione h5 {
	position:relative;
	color:#CCC;
	font-size:1.15em; /* 15px; */
	line-height:20px;
	font-style:normal;
	margin-top:12px;
	padding-top:5px;
	padding-left:5%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
#scheda .descrizione h5::before {
   content: "\f03d";
   font: normal normal normal 18px/1 FontAwesome;
   margin-right:2%;
   margin-left:0;
   color: #ED0000;
}
#scheda .descrizione h5 a {
	color:#CCC;
	text-decoration:none;
}
#scheda .descrizione h5 a:hover {
	color:#EF0000;
	text-decoration:underline;
}
#scheda .descrizione p {
	position:relative;
	color:#999;
	font-size:1.38em; /* 18px; */
	line-height:20px;
	font-style:normal;
	margin-top:12px;
	padding-left:5%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .descrizione p::before {
   content: "\f00c";
   font: normal normal normal 18px/1 FontAwesome;
   margin-right:2%;
   margin-left:0;
   color: #ED0000;
}
#scheda .descrizione p span {
	color:#FFF;
	margin-left:10px;
}
#scheda .note {
	display:inline-block;
	width:90.5%;
	height:auto;
	margin-top:40px;
	margin-bottom:0;
	margin-left:0.5%;
	margin-right:9%;
	min-height:100px;
	text-align:left;
}
#scheda .note h2 {
	position:relative;
	color:#999;
	font-size:1.15em; /* 15px; */
	line-height:20px;
	font-style:normal;
	margin-top:0;
	padding-top:2px;
	padding-left:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .note h2::before {
   content: "\f00c";
   font: normal normal normal 18px/1 FontAwesome;
   margin-right:10px;
   margin-left:0;
   color: #ED0000;
}
#scheda .note p {
	position:relative;
	color:#FFF;
	font-size:1.15em; /* 15px; */
	line-height:24px;
	font-style:normal;
	margin-top:5px;
	padding-left:40px;
	padding-right:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#scheda .fotogallery {
	display:inline-block;
	width:99%;
	height:auto;
	margin-top:40px;
	margin-bottom:0;
	margin-left:0.5%;
	margin-right:0.5%;
	min-height:100px;
	text-align:left;
}
#scheda .fotogallery .testo {
	position:relative;
	display:inline-block;
	width:98%;
	height:auto;
	margin-top:0;
	margin-left:2%;
	margin-right:0;
	min-height:50px;
	text-align:left;
}
#scheda .fotogallery .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.46em; /* 32px; */
	line-height:45px;
	padding:0;
	margin-bottom:25px;
	color:#EF0000;
}
#scheda .fotogallery .testo h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.46em; /* 32px; */
	line-height:45px;
	padding:0;
	margin-bottom:25px;
	color:#CCC;
}
.vline-fotogallery {
	width:1px;
	height:22px;
	background-color:#FFF;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 1%;
	-ms-transform: translate(-1%, 50%);
	transform: translate(-1%, 50%);
	text-align:center;
}
#scheda .fotogallery ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#scheda .fotogallery ul li {
	position:relative;
	float:left;
	display:block;
	width:14.6%;
	margin:1%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
}