@import "../font-awesome/css/all.min.css";
@import "boilerplate.css";
@import "general.css";
@import "imagehover.css";
@import "hover-min.css";
@import "animate.min.css";
@import "../cookie/cookiebar.css";
@import "flexslider.css";
@import "fascione-home.css";
/*FASCIONE 1*/
#fullfascione1 {
	width:100%;
	min-height:50px;
	display:block;
	margin:0;
	z-index:1;
}
#fascione1 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:36px 0;
	text-align:center;
}
#fascione1 .testo {
	display:block;
	float:left;
	clear:both;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	text-align:center;
}
#fascione1 .testo h2 {
	margin-top:0;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.61em; /*34px*/
	line-height:34px;
	color:#000;
	letter-spacing:normal;
}
#fascione1 .testo p {
	font-weight:400;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	line-height:22px;
	color:#000;
}
img {
   opacity: 1;
   transition: opacity 300ms ease-in-out;
}
img[data-src] {
   opacity: 0;
}
#fullcarosello {
	width:100%;
	min-height:50px;
	display:block;
	margin:0;
	z-index:1;
}
#carosello {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:0;
	margin-bottom:100px;
	margin-left:5%;
	margin-right:5%;
} 
#carousel-wrapper {
	position:relative;
	display:inline-block;
	width:100%;
	min-height:auto;
}
ul#carousel-wrapper {
	position:relative;
	display:block;
	width:100%;
	min-height:auto;
	list-style-type:none;
	margin:0;
	padding:0; 
}     
.card-wrapper {
	display:inline-block;
	width:auto;
	min-height:80px;
}
.testo-figure {
  	position: relative;
	display:block;
	width:90%;
	padding:0;
	padding-left:5%;
	padding-right:5%;
	min-height:80px;
}
.testo-figure a {
	text-decoration:none;
}
.testo-figure h2 {	
	font-family: "Abel", sans-serif;
	font-weight: 400;
	padding-left:0;
	padding-right:0;
	padding-top:15px;
	padding-bottom:2%;
	margin:0 auto;
	font-style: normal;
	font-size:1.076em; /* 14 px */
	line-height:20px;
	color:#000;
	text-align:center;
}
.testo-figure p {	
	font-family: "Abel", sans-serif;
	font-weight: 400;
	padding:0 ;
	margin:0 auto;
	font-style: normal;
	font-size:0.76em; /* 10 px */
	letter-spacing:2px;
	color:#666;
	text-align:center;
}
.testo-figure span {
	display:block;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	letter-spacing:1px;
	padding-left:0;
	padding-right:0;
	padding-top:3%;
	padding-bottom:2%;
	margin:0 auto;
	font-style: normal;
	font-size:1.23em; /* 16 px */
	color:#000;
	text-align:center;
}
.figure {
  	position: relative;
	display:block;
	width:100%;
	max-width:250px;
	height:auto;
}
.figure img {
	display: block;
	max-width: 100%;
	height: auto;
}
.figure .image-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	opacity: 0;
	transition: opacity .2s;
	transition-timing-function: linear;
	transition: transform .2s; /* Animation */
}
.figure:hover .image-hover {
	opacity: 1;	
	transition: opacity 300ms ease-in-out;
	transition: transform .8s; /* Animation */
	transform: scale(1.1);
}
.visualizza {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:0;
	margin-bottom:50px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
.visualizza p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.076em; /* 14px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
.visualizza p span a {
	display:inline-block;
	background-color:#121212;
	border:solid 2px #CCC;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	text-align:center;
	padding: 10px 26px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.visualizza p span a:hover {
	border:inset 2px #ccc;
	background-color:#000;
	text-decoration:none;
}
.scopri {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:0;
	margin-bottom:50px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
.scopri p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.076em; /* 14px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
.scopri p span a {
	display:inline-block;
	background-color:#121212;
	border:solid 1px #CCC;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	text-align:center;
	padding: 10px 26px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.scopri p span a:hover {
	border:inset 2px #ccc;
	background-color:#000;
	text-decoration:none;		
/*FASCIONE 1*/	

/* FASCIONE 2*/
}
#fullfascione2 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione2 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:center;
}
#fascione2 .testo {
	display:inline-block;
	max-width:800px;
	width:90%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
#fascione2 .testo h2 {
	margin-top:0;
	margin-bottom:15px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.61em; /*34px*/
	line-height:34px;
	color:#FFF;
	letter-spacing:normal;
}
#fascione2 .testo p {
	font-weight:400;
	margin-top:15px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	letter-spacing:1px;
	line-height:24px;
	color:#CCC;
}
#fullcarosello2 {
	width:100%;
	min-height:50px;
	display:block;
	margin:0;
	z-index:1;
}
#carosello2 {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	margin-top:0;
	margin-bottom:110px;
	margin-left:0;
	margin-right:0;
	background-color:#000;
}
.carousel-caption {
	margin: 0;
	width:80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#carosello2 .carousel-caption h2 {
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:2.61em; /*34px*/
	letter-spacing:1px;
	line-height:34px;
	color:#FFF;
}
#carosello2 .carousel-caption h3 {
	margin-top:10px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	letter-spacing:1px;
	line-height:24px;
	color:#FFF;
}
#carosello2 .carousel-caption p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.076em; /* 14px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:20px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
#carosello2 .carousel-caption p span a {
	display:inline-block;
	background-color:#FFF;
	border:solid 2px #FFF;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	text-align:center;
	padding: 10px 26px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#carosello2 .carousel-caption p span a:hover {
	border:inset 2px #ccc;
	background-color:#FFF;
	text-decoration:none;	
}
#owl-full .itemFull {
    display: block;
    width: 100%;
	height:340px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
/* FASCIONE 2 */

/* FASCIONE 3 */
#fullfascione3 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione3 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:20px 0;
	text-align:center;
}
#fascione3 .testo {
	display:inline-block;
	width:100%;
	min-height:25px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	text-align:center;
}
#fascione3 .testo h2 {
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.53em; /*20px*/
	line-height:20px;
	letter-spacing:1px;
	color:#FFF;
}
#fascione3 .gallery {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:center;
}
#fascione3 .gallery .col1 {
	clear:both;
	display:block;
	float:left;
	width:90%;
	height:auto;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:15px;
}
#fascione3 .gallery .col1 img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
#fascione3 .gallery .col2 {
	clear:none;
	display:block;
	float:left;
	width:90%;
	height:auto;
	margin-left:5%;
	margin-right:5%;
}
#fascione3 .gallery .col2 p {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.0em; /* 13px */
	letter-spacing:1px;
	margin-top:0;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
}
#fascione3 .gallery .col2 h3, #fascione3 .gallery .col2 h4 {
	position:relative;
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	padding: 0 2%;
	margin-top:0;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:1px;
	transition: all 0.5s;
	color:#FFF;
}
#fascione3 .gallery .col2 h3 a:hover, #fascione3 .gallery .col2 h4 a:hover {
	text-decoration:none;
}
#fascione3 .gallery .col2 .card {
	position:relative;
	clear:none;
	overflow:hidden;
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin-left:0;
	margin-bottom:15px;
	margin-right:0;
}
#fascione3 .gallery .col2 .card img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	transition: all 350ms linear;
}
/* HOVER + RIFLESSO GALLERY FASCIONE 3*/
#fascione3 .gallery .col2 .card .glow-wrap{
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	margin-top: -350px;
}
#fascione3 .gallery .col2 .card .glow {
	display: block;
	position:absolute;
	width: 10%;
	height: 380%;
	background: rgba(255,255,255,.2);
	top: 0;
	margin-top: -450px;
	filter: blur(30px);
	transform: rotate(45deg) translate(-1100%, 0);
}
#fascione3 .gallery .col2 .card:hover .glow {
	transform: rotate(45deg) translate(1000%, 0);
	transition: all 3.5s linear;
 /* transition-delay: .2s;*/
}
#fascione3 .gallery .col2 .card:hover img, #fascione3 .gallery .col2 .card:hover .glow-wrap {
	margin-top: 0;
	transform: scale(1.08);
}
#freccia a span { /* FRECCIA */
    display: inline-block;
    transform: translateX(20%);
    transition: 0.5s;
}
#freccia a:hover > span {
    transform: translateX(50%); 
/* HOVER + RIFLESSO GALLERY FASCIONE 3 */
}
/* FASCIONE 4 */
#fullfascione4 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#FFF;
	margin:0;
	z-index:1;
}
#fascione4 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:30px 0;
	text-align:center;
}
#fascione4 .testo {
	display:inline-block;
	width:100%;
	min-height:25px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:center;
}
#fascione4 .testo h2 {
	margin-top:0;
	margin-bottom:35px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.0em; /*26px*/
	line-height:26px;
	letter-spacing:1px;
	text-align:center;
	color:#000;
}
#fascione4 .gallery {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:90%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
#fascione4 .gallery .card {
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:100%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione4 .gallery .wrapper-card {
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:100%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione4 .gallery img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	transition: 0.5s;
}
#fascione4 .gallery h4 {
	position:relative;
	display:block;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.23em; /* 16px */
	padding: 0;
	margin-top:15px;
	margin-bottom:25px;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#000;
}
#fascione4 .gallery h4 a {
	color:#000;
	text-decoration:none;	
/* FASCIONE 4 */
}
/* HOVER + RIFLESSO GALLERY FASCIONE 4 */
#fascione4 .gallery .wrapper-card .glow-wrap {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	margin-top: -400px;
}
#fascione4 .gallery .wrapper-card .glow {
	display: block;
	position:absolute;
	width: 10%;
	height:300%;
	background: rgba(255,255,255,.2);
	top:0;
	margin-top: -450px;
	filter: blur(30px);
	transform: rotate(45deg) translate(-1100%, 0);
}
#fascione4 .gallery .wrapper-card:hover .glow {
	transform: rotate(45deg) translate(1000%, 0);
	transition: all 3.0s linear;
	/*transition-delay: 3.5s;*/
}
#fascione4 .gallery .wrapper-card:hover img,
#fascione4 .gallery .wrapper-card:hover .glow-wrap {
	margin-top: 0;
	transform: scale(1.08) rotate(2deg);
}
#fascione4 .gallery a span { /* FRECCIA */
    display: inline-block;
    transform: translateX(20%);
    transition: 0.5s;
}
#fascione4 .gallery a:hover > span {
    transform: translateX(50%); 
/* HOVER + RIFLESSO GALLERY FASCIONE 4 */

/* FASCIONE 5 */
}
#fullfascione5 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione5 {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:50px;
	margin:0 ;
	padding:0;
	text-align:left;
}
#fascione5 .gallery {
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione5 .gallery .card {
	display:inline-block;
	width:100%;
	min-height:25px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione5 .gallery .card .testo {
	position:relative;
	display:inline-block;
	width:100%;
	min-height:350px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	text-align:center;
}
#fascione5 .gallery .card .wrapper-testo {
  margin: 0;
  width:80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#fascione5 .gallery .card .wrapper-testo h2 {
	display:inline-block;
	width:80%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:0.92em; /* 12px */
	padding: 0;
	margin-top:auto;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#CCC;
}
#fascione5 .gallery .card .wrapper-testo h3 {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:2.15em; /* 28px */
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#FFF;
}
#fascione5 .gallery .card .wrapper-testo p {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.076em; /* 14px */
	line-height:20px;
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	color:#CCC;
}
#fascione5 .gallery .card .immagine {
	display:inline-block;
	width:100%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione5 .gallery .card .immagine img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	transition: 0.5s;
}
.scopri {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:10px;
	margin-bottom:auto;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
.scopri p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.076em; /* 14px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
.scopri p span a {
	display:inline-block;
	background-color:#000;
	border:solid 1px inset #CCC;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	text-align:center;
	padding: 8px 25px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.scopri p span a:hover {
	border:inset 1px #ccc;
	background-color:#121212;
	text-decoration:none;
}
/* FASCIONE 5 */

/* FASCIONE 6 */
#fullfascione6 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#FFF;
	margin:0;
	z-index:1;
}
#fascione6 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:30px 0;
	text-align:left;
}
#fascione6 .testo {
	display:inline-block;
	width:100%;
	min-height:25px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:center;
}
#fascione6 .testo h4 {
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:0.92em; /*12px*/
	line-height:20px;
	letter-spacing:1px;
	color:#666;
	text-transform:uppercase;
	text-align:center;
}
#fascione6 .testo h5 {
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.15em; /*28px*/
	line-height:28px;
	letter-spacing:1px;
	color:#000;
	text-align:center;
}
#fascione6 .col {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:90%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	text-align:left;
	margin: 5px auto;
}
#fascione6 .col {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione6 .col {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:80%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	text-align:left;
}
#fascione6 .col .immagine {
	display:inline-block;
	margin:0 auto;
	padding:0;
	width:100%;
	height:auto;
}
#fascione6 .col .immagine img {
	display:block;
	width:100%;
	height:auto;
}
#fascione6 .col .testo {
	display:inline-block;
	margin:0 auto;
	padding:0 ;
	width:100%;
	height:auto;
	text-align:left;
	.accordion__item {
	margin: 5px auto;
}
.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 13px 60px 15px 13px;
	margin-bottom: 2px;
	background-color: #FFF;
	border-radius: 3px;
	border:solid 1px #EFEFEF;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	cursor: pointer;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.23em; /*16px*/
	line-height:26px;
	color:#000;
	text-align:left;
}
.accordion__item .accordion__title i {
	margin-right:10px;
	font-size:1.076em; /*14px*/
	color:#333;
	line-height:22px;
}
.accordion__item .accordion__title:hover {
	background-color: #e5e4e4;
	transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {
	background-color: #e5e4e4;
}
.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 13px; right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px;
	background-color: #c9c9c9;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
	transform: rotate(225deg);
}
.accordion__item .accordion__content {
	padding: 10px;
	margin-bottom: 2px;
	display: none;
	background-color: #f3f3f3;
}
.accordion__item .accordion__content p {
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.15em; /*15px*/
	line-height:22px;
	color:#666;
}
.accordion__item .accordion__content p a {
	color:#333;
	text-decoration:underline;
}
.accordion__item .accordion__arrow-item {
	font-weight: 400;
}
}
/* FASCIONE 6 */

/* FASCIONE 7 */
#fullfascione7 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione7 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:center;
}
#fascione7 .testo {
	display:inline-block;
	max-width:800px;
	width:90%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
#fascione7 .testo h2 {
	margin-top:0;
	margin-bottom:15px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.61em; /*34px*/
	line-height:34px;
	color:#FFF;
	letter-spacing:normal;
}
#fascione7 .testo p {
	font-weight:400;
	margin-top:15px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	letter-spacing:1px;
	line-height:24px;
	color:#CCC;
/* FASCIONE 7 */
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
}
#fascione7 .field {
	display:inline-block;
	width:100%;
	max-width:260px;
	height:47px;
	margin:30px auto;
	border:solid 1px #CCC;
}
#fascione7 .field input[type=email], #fascione7 .field input[type=email]:focus {
	display:inline-block;
	height:45px;
	width:80%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.15em; /* 15px */
	line-height:47px;
	letter-spacing:1px;
	color:#FFF;
	border:none;
	background-color:#000;
	text-align:left;
}
input[type="checkbox"] {
  background-color: #fff;
  margin: 0 10px;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
  transform: translateY(-0.075em);
}
#fascione7 .field button:hover, #fascione7 .field button:focus, #fascione7 .field input:hover, #fascione7 .field input:focus {
	border:none;
	outline: none; /* to remove default outline */
}
.campo input:focus  {
	background-color:#000;
}
#fascione7 .field button {
	display:inline-block;
	float:right;
	width:15%;
	margin-top:10px;
	color:#FFF;
	border:none;
	font-size:18px; 
	background-color:#000;
}
#fascione7 .check span {
	display:inline-block;
	width:100%;
	font-weight:400;
	margin-top:0;
	margin-bottom:5px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	letter-spacing:1px;
	line-height:22px;
	color:#CCC;
}
#fascione7 .check span a:link {
	text-decoration:underline;
}
/* FASCIONE 7 */

/* FASCIONE 8 */
#fullfascione8 {
	width:100%;
	min-height:50px;
	display:block;
	margin:0;
	z-index:1;	
}
#fascione8 {
	position:relative;
	overflow:hidden;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:420px;
	margin:0 ;
	padding:0;
	text-align:center;
}
#fascione8 .caption {
	display:block;
	position: absolute;
	width:50%;
	max-width:420px;
	padding:0 25%;
	height:auto;
	margin:0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
	z-index:8;
}
#fascione8 .caption h3 {
	margin:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.30em; /*18px*/
	line-height:22px;
	color:#FFF;
	text-align:center;
	letter-spacing:normal;
/* FASCIONE 8 */
}
/* Layout tablet portrait: da 481 px a 768 px. Eredita stili da: Layout mobile. */
@media only screen and (min-width: 481px ) {
/*FASCIONE 1*/
#fullfascione1 {
	width:100%;
	min-height:50px;
	display:block;
	margin:0;
	z-index:1;
}
#fascione1 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:34px 0;
	text-align:center;
}
#fascione1 .testo {
	display:block;
	float:left;
	clear:both;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione1 .testo h2 {
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.61em; /*34px*/
	line-height:34px;
	color:#000;
	text-align:left;
	letter-spacing:normal;
}
#fascione1 .testo p {
	font-weight:400;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	line-height:22px;
	color:#000;
}
#carosello {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:0;
	margin-bottom:100px;
	margin-left:5%;
	margin-right:5%;
}
.visualizza {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:0;
	margin-bottom:50px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
.visualizza p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.076em; /* 14px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
.visualizza p span a {
	display:inline-block;
	background-color:#121212;
	border:solid 2px #121212;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	text-align:center;
	padding: 10px 26px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.visualizza p span a:hover {
	border:inset 2px #ccc;
	background-color:#000;
	text-decoration:none;	
/*FASCIONE 1*/	

/*FASCIONE 2*/
}
#fullfascione2 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione2 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:center;
}
#fascione2 .testo {
	display:inline-block;
	max-width:800px;
	width:90%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
#fascione2 .testo h2 {
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.61Em; /*34px*/
	line-height:40px;
	color:#FFF;
	letter-spacing:normal;
}
#fascione2 .testo p {
	font-weight:400;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	letter-spacing:1px;
	line-height:24px;
	color:#CCC;
}
#carosello2 .carousel-caption h2 {
	margin-top:0;
	margin-bottom:15px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:2.76em; /*36px*/
	letter-spacing:1px;
	line-height:36px;
	color:#FFF;
}
#carosello2 .carousel-caption h3 {
	margin-top:15px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	letter-spacing:1px;
	line-height:24px;
	color:#FFF;
}
#carosello2 .carousel-caption p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.076em; /* 14px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:20px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
#carosello2 .carousel-caption p span a {
	display:inline-block;
	background-color:#FFF;
	border:solid 2px #FFF;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	text-align:center;
	padding: 10px 26px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#carosello2 .carousel-caption p span a:hover {
	border:inset 2px #ccc;
	background-color:#FFF;
	text-decoration:none;	
}
#owl-full .itemFull {
    display: block;
    width: 100%;
	height:420px;
/* FASCIONE 2 */

/* FASCIONE 3 */
}
#fullfascione3 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione3 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:20px 0;
	text-align:center;
}
#fascione3 .testo {
	display:inline-block;
	width:100%;
	min-height:25px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione3 .testo h2 {
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.53em; /*20px*/
	line-height:20px;
	letter-spacing:1px;
	color:#FFF;
}
#fascione3 .gallery {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione3 .gallery .col1 {
	clear:both;
	display:block;
	float:left;
	width:65%;
	height:auto;
	margin-left:0;
	margin-right:1%;
	margin-bottom:auto;
}
#fascione3 .gallery .col1 img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
#fascione3 .gallery .col2 {
	clear:none;
	display:block;
	float:left;
	width:31%;
	height:auto;
	margin-left:3%;
	margin-right:0;
}
#fascione3 .gallery .col2 .card {
	clear:none;
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin-left:0;
	margin-bottom:10px;
	margin-right:0;
}
#fascione3 .gallery .col2 .card img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
#fascione3 .gallery .col2 p {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.0em; /* 13px */
	letter-spacing:1px;
	margin-top:0;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
}
#fascione3 .gallery .col2 h3, #fascione3 .gallery .col2 h4 {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	padding: 0 2%;
	margin-top:0;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:1px;
	color:#FFF;
/* FASCIONE 3 */

/* FASCIONE 4 */
}
#fullfascione4 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#FFF;
	margin:0;
	z-index:1;
}
#fascione4 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:30px 0;
	text-align:left;
}
#fascione4 .testo {
	display:inline-block;
	width:100%;
	min-height:25px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione4 .testo h2 {
	margin-top:0;
	margin-bottom:35px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.30em; /*30px*/
	line-height:30px;
	letter-spacing:1px;
	color:#000;
	text-align:left;
}
#fascione4 .gallery {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione4 .gallery .card {
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:49%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione4 .gallery .wrapper-card {
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:100%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione4 .gallery img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	transition: 0.5s;
}
#fascione4 .gallery h4 {
	position:relative;
	display:block;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.30em; /* 17px */
	padding: 0;
	margin-top:15px;
	margin-bottom:25px;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#000;
}
#fascione4 .gallery h4 a {
	color:#000;
	text-decoration:none;	
/* FASCIONE 4 */

/* FASCIONE 5 */
}
#fullfascione5 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione5 {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:50px;
	margin:0 ;
	padding:0;
	text-align:left;
}
#fascione5 .gallery {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione5 .gallery .card {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:25px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione5 .gallery .card:nth-child(odd) {
	flex-direction:row;
}

#fascione5 .gallery .card:nth-child(even) {
	flex-direction: row-reverse;
}

#fascione5 .gallery .card .testo {
	position:relative;
	display:inline-block;
	width:50%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	text-align:center;
}
#fascione5 .gallery .card .wrapper-testo {
  margin: 0;
  width:80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#fascione5 .gallery .card .wrapper-testo h2 {
	display:inline-block;
	width:80%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:0.92em; /* 12px */
	padding: 0;
	margin-top:auto;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#CCC;
}
#fascione5 .gallery .card .wrapper-testo h3 {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:2.15em; /* 28px */
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#FFF;
}
#fascione5 .gallery .card .wrapper-testo p {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.076em; /* 14px */
	line-height:20px;
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	color:#CCC;
}
#fascione5 .gallery .card .immagine {
	display:inline-block;
	width:50%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione5 .gallery .card .immagine img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	transition: 0.5s;
}
.scopri {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:10px;
	margin-bottom:auto;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
.scopri p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.076em; /* 14px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
.scopri p span a {
	display:inline-block;
	background-color:#000;
	border:solid 1px inset #CCC;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	text-align:center;
	padding: 8px 25px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.scopri p span a:hover {
	border:inset 1px #ccc;
	background-color:#121212;
	text-decoration:none;
/* FASCIONE 5 */
	
/* FASCIONE 6 */
}
#fullfascione6 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#FFF;
	margin:0;
	z-index:1;
}
#fascione6 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:30px 0;
	text-align:left;
}
#fascione6 .testo {
	display:inline-block;
	width:100%;
	min-height:25px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione6 .testo h4 {
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:0.92em; /*12px*/
	line-height:20px;
	letter-spacing:1px;
	color:#666;
	text-transform:uppercase;
	text-align:center;
}
#fascione6 .testo h5 {
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.76em; /*36px*/
	line-height:36px;
	letter-spacing:1px;
	color:#000;
	text-align:center;
}
#fascione6 .col {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione6 .col {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione6 .col {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:80%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	text-align:left;
}
#fascione6 .col .immagine {
	display:inline-block;
	margin:0 auto;
	padding:0;
	width:100%;
	height:auto;
}
#fascione6 .col .immagine img {
	display:block;
	width:100%;
	height:auto;
}
#fascione6 .col .testo {
	display:inline-block;
	margin:0 auto;
	padding:0 ;
	width:100%;
	height:auto;
	text-align:left;
}
.accordion__item .accordion__title {
	padding: 13px 60px 15px 13px;
	margin-bottom: 2px;
	font-size:1.23em; /*16px*/
	line-height:28px;
}
.accordion__item .accordion__title i {
	margin-right:10px;
	font-size:1.15em; /*15px*/
	line-height:26px;
}
.accordion__item .accordion__content p {
	font-size:1.15em; /*15px*/
	line-height:22px;
/* FASCIONE 6 */

/* FASCIONE 7 */
}
#fullfascione7 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione7 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:center;
}
#fascione7 .testo {
	display:inline-block;
	max-width:800px;
	width:90%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
#fascione7 .testo h2 {
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.61Em; /*34px*/
	line-height:40px;
	color:#FFF;
	letter-spacing:normal;
}
#fascione7 .testo p {
	font-weight:400;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	letter-spacing:1px;
	line-height:24px;
	color:#CCC;
/* FASCIONE 7 */

/* FASCIONE 8 */	
}
#fascione8 {
	position:relative;
	overflow:hidden;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:480px;
	margin:0 ;
	padding:0;
	text-align:center;
}
#fascione8 .caption {
	display:block;
	position: absolute;
	width:50%;
	max-width:480px;
	padding:0 25%;
	height:auto;
	margin:0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
	z-index:8;
}
#fascione8 .caption h3 {
	margin:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.38em; /*18px*/
	line-height:24px;
	color:#FFF;
	text-align:center;
	letter-spacing:normal;
/* FASCIONE 8 */
}
}
/* 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 1*/ 
#fullfascione1 {
	width:100%;
	min-height:50px;
	display:block;
	margin:0;
	z-index:1;
}
#fascione1 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:38px 0;
	text-align:center;
}
#fascione1 .testo {
	display:block;
	float:left;
	clear:both;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione1 .testo h2 {
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.92em; /*38px*/
	line-height:38px;
	color:#000;
	text-align:left;
	letter-spacing:normal;
}
#fascione1 .testo p {
	font-weight:400;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.23em; /* 16px */
	line-height:24px;
	color:#000;
}
#carosello {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:0;
	margin-bottom:100px;
	margin-left:5%;
	margin-right:5%;
}
.visualizza {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:0;
	margin-bottom:50px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
.visualizza p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.076em; /* 14px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
.visualizza p span a {
	display:inline-block;
	background-color:#121212;
	border:solid 2px #121212;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	text-align:center;
	padding: 10px 30px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.visualizza p span a:hover {
	border:inset 2px #ccc;
	background-color:#000;
	text-decoration:none;	
/*FASCIONE 1*/

/*FASCIONE 2*/
}
#fullfascione2 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione2 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:center;
}
#fascione2 .testo {
	display:inline-block;
	max-width:800px;
	width:70%;
	min-height:50px;
	margin-top:0;
	margin-bottom:10px;
	margin-left:15%;
	margin-right:15%;
	text-align:center;
}
#fascione2 .testo h2 {
	margin-top:0;
	margin-bottom:30px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:3.07em; /*40px*/
	line-height:40px;
	color:#FFF;
	letter-spacing:normal;
}
#fascione2 .testo p {
	font-weight:400;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.23em; /* 16px */
	letter-spacing:1px;
	line-height:28px;
	color:#CCC;
}
#carosello2 .carousel-caption h2 {
	margin-top:0;
	margin-bottom:18px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:2.92em; /*38px*/
	letter-spacing:1px;
	line-height:38px;
	color:#FFF;
}
#carosello2 .carousel-caption h3 {
	margin-top:18px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	letter-spacing:1px;
	line-height:22px;
	color:#FFF;
}
#carosello2 .carousel-caption p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.076em; /* 14px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:23px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
#carosello2 .carousel-caption p span a {
	display:inline-block;
	background-color:#fff;
	border:solid 2px #fff;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	text-align:center;
	padding: 10px 30px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#carosello2 .carousel-caption p span a:hover {
	border:inset 2px #ccc;
	background-color:#FFF;
	text-decoration:none;	
}
#owl-full .itemFull {
    display: block;
    width: 100%;
	height:480px;
/* FASCIONE 2 */

/* FASCIONE 3 */
}
#fullfascione3 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione3 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:center;
}
#fascione3 .testo {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione3 .testo h2 {
	margin-top:0;
	margin-bottom:30px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.84em; /*24px*/
	line-height:24px;
	letter-spacing:1px;
	color:#FFF;
}
#fascione3 .gallery {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione3 .gallery .col1 {
	clear:both;
	display:block;
	float:left;
	width:65%;
	height:auto;
	margin-left:0;
	margin-right:1%;
}
#fascione3 .gallery .col1 img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
#fascione3 .gallery .col2 {
	clear:none;
	display:block;
	float:left;
	width:31%;
	height:auto;
	margin-left:3%;
	margin-right:0;
}
#fascione3 .gallery .col2 .card {
	clear:none;
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin-left:0;
	margin-bottom:15px;
	margin-right:0;
}
#fascione3 .gallery .col2 .card img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
#fascione3 .gallery .col2 p {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.076em; /* 14px */
	letter-spacing:1px;
	margin-top:5px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
}
#fascione3 .gallery .col2 h3, #fascione3 .gallery .col2 h4 {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.23em; /* 16px */
	padding: 0 2%;
	margin-top:5px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:1px;
	color:#FFF;
/* FASCIONE 3 */	

/* FASCIONE 4 */
}
#fullfascione4 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#FFF;
	margin:0;
	z-index:1;
}
#fascione4 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:35px 0;
	text-align:left;
}
#fascione4 .testo {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione4 .testo h2 {
	margin-top:0;
	margin-bottom:40px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.92em; /*38px*/
	line-height:38px;
	letter-spacing:1px;
	color:#000;
	text-align:left;
}
#fascione4 .gallery {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione4 .gallery .card {
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:49%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione4 .gallery .wrapper-card {
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:100%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione4 .gallery img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	transition: 0.5s;
}
#fascione4 .gallery h4 {
	position:relative;
	display:block;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.38em; /* 18px */
	padding: 0;
	margin-top:15px;
	margin-bottom:25px;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#000;
}
#fascione4 .gallery h4 a {
	color:#000;
	text-decoration:none;	
/* FASCIONE 4 */

/* FASCIONE 5 */
}
#fullfascione5 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione5 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:0;
	text-align:left;
}
#fascione5 .gallery {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione5 .gallery .card {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:25px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione5 .gallery .card .testo {
	position:relative;
	display:inline-block;
	width:50%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	text-align:center;
}
#fascione5 .gallery .card .wrapper-testo {
  margin: 0;
  width:70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#fascione5 .gallery .card .wrapper-testo h2 {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.0em; /* 13px */
	padding: 0;
	margin-top:auto;
	margin-bottom:5px;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#CCC;
}
#fascione5 .gallery .card .wrapper-testo h3 {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:2.46em; /* 32px */
	padding: 0;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#FFF;
}
#fascione5 .gallery .card .wrapper-testo p {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	line-height:24px;
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	color:#CCC;
}
#fascione5 .gallery .card .immagine {
	display:inline-block;
	width:50%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione5 .gallery .card .immagine img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	transition: 0.5s;
}
.scopri {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:25px;
	margin-bottom:auto;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
.scopri p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.076em; /* 14px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
.scopri p span a {
	display:inline-block;
	background-color:#000;
	border:solid 1px inset #CCC;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	text-align:center;
	padding: 8px 25px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.scopri p span a:hover {
	border:inset 1px #ccc;
	background-color:#121212;
	text-decoration:none;	
/* FASCIONE 5 */
	
/* FASCIONE 6 */
}
#fullfascione6 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#FFF;
	margin:0;
	z-index:1;
}
#fascione6 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:35px 0;
	text-align:left;
}
#fascione6 .testo {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione6 .testo h4 {
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:0.92em; /*12px*/
	line-height:20px;
	letter-spacing:1px;
	color:#666;
	text-transform:uppercase;
	text-align:center;
}
#fascione6 .testo h5 {
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:3.53em; /*46px*/
	line-height:46px;
	letter-spacing:1px;
	color:#000;
	text-align:center;
}
#fascione6 .col {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione6 .col {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione6 .col .immagine {
	display:inline-block;
	margin:0 auto;
	padding:0;
	width:50%;
	height:auto;
}
#fascione6 .col .immagine img {
	display:block;
	width:100%;
	height:auto;
}
#fascione6 .col .testo {
	display:inline-block;
	margin:0 auto;
	padding:0 2%;
	width:46%;
	height:auto;
	text-align:left;
}
.accordion__item .accordion__title {
	padding: 13px 60px 15px 13px;
	margin-bottom: 2px;
	font-size:1.23em; /*16px*/
	line-height:28px;
}
.accordion__item .accordion__title i {
	margin-right:10px;
	font-size:1.23em; /*16px*/
	line-height:28px;
}
.accordion__item .accordion__content p {
	font-size:1.23em; /*16px*/
	line-height:24px;
/* FASCIONE 6 */

/*FASCIONE 7 */
}
#fullfascione7 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione7 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:center;
}
#fascione7 .testo {
	display:inline-block;
	max-width:800px;
	width:80%;
	min-height:50px;
	margin-top:0;
	margin-bottom:10px;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}
#fascione7 .testo h2 {
	margin-top:0;
	margin-bottom:30px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2.92em; /*35px*/
	line-height:38px;
	color:#FFF;
	letter-spacing:normal;
}
#fascione7 .testo p {
	font-weight:400;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.23em; /* 16px */
	letter-spacing:1px;
	line-height:28px;
	color:#CCC;
}
#fascione7 .field {
	display:inline-block;
	width:100%;
	max-width:360px;
	height:47px;
	margin:30px auto;
	border:solid 1px #CCC;
}
#fascione7 .field input[type=email] {
	display:inline-block;
	height:45px;
	width:80%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.15em; /*15px*/
	line-height:47px;
	color:#FFF;
	border:none;
	background-color:#000;
	text-align:left;
}
input[type="checkbox"] {
  background-color: #fff;
  margin: 0 10px;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
  transform: translateY(-0.075em);
}
#fascione7 .field button:hover, #fascione7 .field button:focus, #fascione7 .field input:hover, #fascione7 .field input:focus {
	border:none;
	outline: none; /* to remove default outline */
}
#fascione7 .field button {
	display:inline-block;
	width:15%;
	color:#FFF;
	border:none;
	font-size:18px; 
	background-color:#000;
}
#fascione7 .check span {
	display:inline-block;
	width:100%;
	font-weight:400;
	margin-top:0;
	margin-bottom:10px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.23em; /* 16px */
	letter-spacing:1px;
	line-height:22px;
	color:#CCC;
}
#fascione7 .check span a:link {
	text-decoration:underline;
/*FASCIONE 7 */

/* FASCIONE 8 */	
}
#fascione8 {
	position:relative;
	overflow:hidden;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:520px;
	margin:0 ;
	padding:0;
	text-align:center;
}
#fascione8 .caption {
	display:block;
	position: absolute;
	width:50%;
	max-width:420px;
	padding:0 25%;
	height:auto;
	margin:0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
	z-index:8;
}
#fascione8 .caption h3 {
	margin:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.38em; /*18px*/
	line-height:24px;
	color:#FFF;
	text-align:center;
	letter-spacing:normal;
/* FASCIONE 8 */
}
}
/* Layout desktop: da 1025 px a superiori. Eredita stili da: Layout tablet landscape */
@media only screen and (min-width: 1025px ) {
/*FASCIONE 1*/
#fullfascione1 {
	width:100%;
	min-height:50px;
	display:block;
	margin:0;
	z-index:1;
}
#fascione1 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:center;
}
#fascione1 .testo {
	display:block;
	float:left;
	clear:both;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione1 .testo h2 {
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:3.07em; /*40px*/
	line-height:40px;
	color:#000;
	text-align:left;
	letter-spacing:normal;
}
#fascione1 .testo p {
	font-weight:400;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.23em; /* 16px */
	line-height:20px;
	color:#000;
}
#carosello {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:0;
	margin-bottom:100px;
	margin-left:5%;
	margin-right:5%;
}
.visualizza {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:0;
	margin-bottom:50px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
.visualizza p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.15em; /* 15px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
.visualizza p span a {
	display:inline-block;
	background-color:#121212;
	border:solid 2px #121212;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	text-align:center;
	padding: 10px 30px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.visualizza p span a:hover {
	border:inset 2px #ccc;
	background-color:#000;
	text-decoration:none;	
/*FASCIONE 1*/

/*FASCIONE 2*/
}
#fullfascione2 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione2 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:center;
}
#fascione2 .testo {
	display:inline-block;
	max-width:800px;
	width:80%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}
#fascione2 .testo h2 {
	margin-top:0;
	margin-bottom:30px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:3.07em; /*40px*/
	line-height:40px;
	color:#FFF;
	letter-spacing:normal;
}
#fascione2 .testo p {
	font-weight:400;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.23em; /* 16px */
	letter-spacing:1px;
	line-height:28px;
	color:#CCC;
}
#carosello2 .carousel-caption h2 {
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:3.07em; /*40px*/
	letter-spacing:1px;
	line-height:40px;
	color:#FFF;
}
#carosello2 .carousel-caption h3 {
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.23em; /* 16px */
	letter-spacing:1px;
	line-height:24px;
	color:#FFF;
}
#carosello2 .carousel-caption p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.15em; /* 15px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:25px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
#carosello2 .carousel-caption p span a {
	display:inline-block;
	background-color:#FFF;
	border:solid 2px #FFF;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	text-align:center;
	padding: 10px 30px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#carosello2 .carousel-caption p span a:hover {
	border:inset 2px #ccc;
	background-color:#FFF;
	text-decoration:none;
}
#owl-full .itemFull {
    display: block;
    width: 100%;
	height:680px;
/*  FASCIONE 2 */

/* FASCIONE 3 */
}
#fullfascione3 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione3 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:center;
}
#fascione3 .testo {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione3 .testo h2 {
	margin-top:0;
	margin-bottom:30px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.84em; /*24px*/
	line-height:24px;
	letter-spacing:1px;
	color:#FFF;
}
#fascione3 .gallery {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:50px;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione3 .gallery .col1 {
	clear:both;
	display:block;
	float:left;
	width:65%;
	height:auto;
	margin-left:0;
	margin-right:1%;
}
#fascione3 .gallery .col1 img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
#fascione3 .gallery .col2 {
	clear:none;
	display:block;
	float:left;
	width:31%;
	height:auto;
	margin-left:3%;
	margin-right:0;
}
#fascione3 .gallery .col2 .card {
	clear:none;
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin-left:0;
	margin-bottom:15px;
	margin-right:0;
}
#fascione3 .gallery .col2 .card img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
#fascione3 .gallery .col2 p {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.15em; /* 15px */
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
}
#fascione3 .gallery .col2 h3, #fascione3 .gallery .col2 h4 {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.38em; /* 18px */
	padding: 0 2%;
	margin-top:10px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:1px;
	color:#FFF;
/* FASCIONE 3 */	

/* FSCIONE 4 */
}
#fullfascione4 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#FFF;
	margin:0;
	z-index:1;
}
#fascione4 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:left;
}
#fascione4 .testo {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione4 .testo h2 {
	margin-top:0;
	margin-bottom:30px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:3.07em; /*40px*/
	line-height:40px;
	letter-spacing:1px;
	color:#000;
	text-align:left;
}
#fascione4 .gallery {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione4 .gallery .card {
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:49%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione4 .gallery .wrapper-card {
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:100%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione4 .gallery img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	transition: 0.5s;
}
#fascione4 .gallery h4 {
	position:relative;
	display:block;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.38em; /* 18px */
	padding: 0;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#000;
}
#fascione4 .gallery h4 a {
	color:#000;
	text-decoration:none;	
/* FASCIONE 4 */

/* FASCIONE 5 */
}
#fullfascione5 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione5 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:0;
	text-align:left;
}
#fascione5 .gallery {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione5 .gallery .card {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:25px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione5 .gallery .card .testo {
	position:relative;
	display:inline-block;
	width:50%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	text-align:center;
}
#fascione5 .gallery .card .wrapper-testo {
  margin: 0;
  width:70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#fascione5 .gallery .card .wrapper-testo h2 {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.0em; /* 13px */
	padding: 0;
	margin-top:auto;
	margin-bottom:5px;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#CCC;
}
#fascione5 .gallery .card .wrapper-testo h3 {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:2.76em; /* 36px */
	padding: 0;
	margin-top:10px;
	margin-bottom:30px;
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	color:#FFF;
}
#fascione5 .gallery .card .wrapper-testo p {
	display:inline-block;
	width:100%;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.23em; /* 16px */
	line-height:26px;
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	color:#CCC;
}
#fascione5 .gallery .card .immagine {
	display:inline-block;
	width:50%;
	min-height:auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#fascione5 .gallery .card .immagine img {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	transition: 0.5s;
}
.scopri {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:20px;
	margin-bottom:auto;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
.scopri p {
	display:block;
	font-family: "Abel", sans-serif;
	font-size:1.15em; /* 15px */
	line-height:22px;
	color:#000;
	height:auto;
	width:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	letter-spacing:1px;
	text-align:center;
	-webkit-animation:zoomIn;
    -moz-animation:zoomIn;
    -o-animation:zoomIn;
    animation:zoomIn;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration:  1.0s;
}
.scopri p span a {
	display:inline-block;
	background-color:#000;
	border:solid 1px inset #CCC;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	text-align:center;
	padding: 10px 30px;
	border-radius:16px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.scopri p span a:hover {
	border:inset 1px #ccc;
	background-color:#121212;
	text-decoration:none;
/* FASCIONE 5 */
	
/* FASCIONE 6 */
}
#fullfascione6 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#FFF;
	margin:0;
	z-index:1;
}
#fascione6 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:60px 0;
	text-align:center;
}
#fascione6 .testo {
	display:inline-block;
	width:100%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:center;
}
#fascione6 .testo h4 {
	margin-top:0;
	margin-bottom:15px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:0.92em; /*12px*/
	line-height:20px;
	letter-spacing:1px;
	color:#666;
	text-transform:uppercase;
	text-align:center;
}
#fascione6 .testo h5 {
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:4.0em; /*52px*/
	line-height:52px;
	letter-spacing:1px;
	color:#000;
	text-align:center;
}
#fascione6 .col {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	min-height:50px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align:left;
}
#fascione6 .col .immagine {
	display:inline-block;
	margin:0 auto;
	padding:0;
	width:50%;
	height:auto;
}
#fascione6 .col .immagine img {
	display:block;
	width:100%;
	height:auto;
}
#fascione6 .col .testo {
	display:inline-block;
	margin:0 auto;
	padding:0 2%;
	width:46%;
	height:auto;
	text-align:left;
/* FASCIONE 6 */

/*FASCIONE 7*/
}
#fullfascione7 {
	width:100%;
	min-height:50px;
	display:block;
	background-color:#000;
	margin:0;
	z-index:1;
}
#fascione7 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:50px;
	margin:0 5%;
	padding:40px 0;
	text-align:center;
}
#fascione7.testo {
	display:inline-block;
	max-width:800px;
	width:80%;
	min-height:50px;
	margin-top:0;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}
#fascione7 .testo h2 {
	margin-top:0;
	margin-bottom:30px;
	margin-left:0;
	margin-right:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:3.07em; /*40px*/
	line-height:40px;
	color:#FFF;
	letter-spacing:normal;
}
#fascione7 .testo p {
	font-weight:400;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-size:1.23em; /* 16px */
	letter-spacing:1px;
	line-height:28px;
	color:#CCC;
/* FASCIONE 8 */	
}
#fascione8 {
	position:relative;
	overflow:hidden;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:570px;
	margin:0 ;
	padding:0;
	text-align:center;
}
#fascione8 .caption {
	display:block;
	position: absolute;
	width:50%;
	max-width:570px;
	padding:0 25%;
	height:auto;
	margin:0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
	z-index:8;
}
#fascione8 .caption h3 {
	margin:auto;
	padding:0;
	font-family: "Abel", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.53em; /*20px*/
	line-height:26px;
	color:#FFF;
	text-align:center;
	letter-spacing:normal;
/* FASCIONE 8 */
}
}