@import url('https://fonts.googleapis.com/css?family=Cinzel');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	font-weight:normal;
}

body { 
	margin:0px auto;
	padding:0px;
	color: #000000;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	text-align: center; 
	width: auto;
	background-color:#fff;
}

html, body, .main{ height: 100%; }
body > .main { height: auto; min-height: 100%; }

.bianco{color:#fff;}

/* GENERALI ----------------------------------------------------- */

.nobr {white-space: nowrap}

img {border: none; }

A{text-decoration:	none;color:	#000;}			
A:active	{	color:	#555;}			
A:hover	{	color:#555;}
p {margin:0px;padding:0px;border:0px;}
/*h2, h3{text-align:center;font-size:22px;}*/
h5{text-align:center;font-size:18px;}
.borderRadius3 {-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.borderRadius5 {-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.borderRadius50 {-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;}
.borderRadiusDx5 {-webkit-border-top-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-topright: 5px;-moz-border-radius-bottomright: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.borderRadiusDxTop5 {-webkit-border-top-right-radius: 5px;-moz-border-radius-topright: 5px;border-top-right-radius: 5px;}
.borderRadiusDxBottom5 {-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;border-bottom-right-radius: 5px;}
.borderRadiusSxTopBottom{-webkit-border-top-left-radius: 15px;-webkit-border-bottom-left-radius: 15px;-moz-border-radius-topleft: 15px;-moz-border-radius-bottomleft: 15px;border-top-left-radius: 15px;border-bottom-left-radius: 15px;}
.noBorderRight {border-right:0px!important;}
.noBorderBottom {border-bottom:0px!important;}

.MarginTop20{margin-top:20px!important;}
.MarginTop30{margin-top:30px!important;}
.MarginTop80{margin-top:80px!important;}
.MarginAuto{margin:0 auto;}
.noMargin{margin:0px!important;}
.noMarginRight{margin-right:0px!important;}
.noMarginTop{margin-top:0px!important;}
.noMarginBottom{margin-bottom:0px!important;}

.paddingTop20{padding-top:20px!important;}
.paddingTop30{padding-top:30px!important;}
.paddingLeft10{padding-left:10px!important;}
.paddingBottom5{padding-bottom:5px!important;}
.paddingBottom15{padding-bottom:15px;}
.paddingBottom20{padding-bottom:20px!important;}
.paddingBottom50{padding-bottom:50px;}
.paddingTopBottom20{padding:20px 0px!important;}
.paddingTopBottom30{padding:30px 0px!important;}
.paddingTopBottom50{padding:50px 0px!important;}
.noPaddingTop{padding-top:0px!important;}
.noPaddingRight{padding-right:0px!important;}
.noPaddingBottom{padding-bottom:0px!important;}
.noPadding{padding:0px!important;}

.backColor0{background-color:#FFF;}
.backColor1{background-color:#000;}
.backColor2{background-color: #b4b0ad;}
.backColor3{background-color:#ff9c00;}
.backColor4{background-color:#283E6F;}
.backColor5{background-color:#555;}
.backColor6{background-color:#f3f3f3;}
.backColor7{background-color:#e5e5e5;}
.backColor8{background-color:#9dafa2}
.backColor9{background-color:rgba(255, 255, 255, 0.9);}
.backColor10{background-color:#aeb23f;}

.backSizeCover{background-size: cover;}

.boxShadow1{background-color: rgba(0,0,0,0.1);}

.Color0{color:#FFF!important;}
.Color1{color:#333!important;}

.Color3{color:#ffe400!important;}
.Color4{color:#283E6F!important;}

.Color0 a{color:#FFF!important;}

.noBackground{background:transparent!important;}

.borderTopColor2{border-top:5px solid #004914!important;}
.borderBottomColor2{border-bottom:5px solid #004914!important;}

.relative{position:relative!important;}
.clear{clear:both;}
.neutro{position:relative;display:block;width:100%;}
.minHeight350{min-height:350px;}
.overflowVisible{overflow:visible!important;}
.block{display:block!important;}
.none{display:none!important;}


#loading{position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;width:60px;z-index:2000;display:block;}
#loading2{position:absolute;top:0px;left:0px;width:100%;height:200px;z-index:2000;display:block;background-color:#FFF;}

	
/* MENU ----------------------------------------------------- */

a.logo {display:block;padding:0px;border: 0px;cursor:pointer;}  
.logo img {display:block;} 
.logo .img1 {position:relative;display:block;}
.logo .img2 {position:relative;display:block;}
.nav{position:relative;border:0px;padding:0px;margin:0 auto;text-align:center;z-index:100;}
.nav a {margin-top: 0px;text-decoration: none;z-index: 20;font-family: 'Open Sans', sans-serif;}
.nav ul, .nav li{margin: 0;padding: 0;list-style-type: none;}
.nav ul li{list-style-type: none;}
.nav li ul li a{position:relative;display:block;font-size:14px;color:#646463;cursor:pointer;box-sizing:border-box;transition: all 0.4s ease-out;}
.nav li ul li a:hover {color: #fff!important;}
#btnMenu {position: absolute!important;top:-76px;right: 5px;width: 40px;height: 40px;font-size:25px;color:#FFF;padding: 0!important;z-index: 1000;}
.SocialTop, .SocialBottom{position:absolute;display:block;}
.navSocial{position:relative;display:block;}
.navSocial a{position:relative;display:block;float:left;width:26px;}

.navLingua li{list-style-type: none;}
.navLingua ul{padding:0px;margin:0px;display:none;} 

/* CONTENUTI ----------------------------------------------------- */
.header{position:relative;display:block;width:100%;border:0px;padding:0px;z-index:2000;}
.BoxHeader{position:relative;width: 100%;margin:0 auto;border:0px;padding:0px;z-index:10;text-align: left;}

.main{position:relative;display:block;width:100%;border:0px;padding:0px;overflow: hidden;z-index:100;}
.main2{position:relative;display:block;width:100%;border:0px;padding:0px;z-index:100;}
.container{position:relative;width: 100%;max-width:1150px;margin: 0 auto;clear:both;text-align: left;overflow:hidden;}
.section{position:relative;width:100%;max-width:1150px;margin: 0 auto;border:0px;padding:0px;overflow:hidden;z-index: 10;background-color:#fff;}
.article{position:relative;display:block;overflow:hidden;}

.linea1{display:block;height:1px;z-index:100;}
.linea2{position:absolute;display:block;top:0px;left:0px;width:7px;height:100%;z-index:100;}
.ombra1{position:absolute;top:0px;left:0px;width:15px;height:100%;border:0px;padding:0px;z-index:100;}
.ombraSotto{box-shadow: 0px 4px 5px #000;}
.ombraSopra{box-shadow: 0px -4px 5px #000;}


a.btnHome1, a.btnHome2, a.btnMobile, a.btnC, a.btnL{position:relative;display:block;cursor:pointer;}
.titoloBtn, .titoloPagina, .sottotitoloPagina, .titoloLista{position: relative;display: block;width: 100%;text-align: center;color: #fff;font-family: 'Open Sans', sans-serif;}
.titoloBtn,.titoloPagina{}
.map{position: relative;display: block;width: 100%;color: #fff;}
.map iframe{width:100%;height:100%;border:0px;}
.popUp .box , .popUp .box .btn, .navLingua, .navLingua a.btnLi, .titoloSez0, .titoloSez0 .sottotitolo, .titoloSez0 .img, .boxSez1, .boxSez1 .cornice, .boxSez1 .img1, .boxSez1 .img1 img, .boxSez1 .titolo, .boxSez1 .corpo, .boxSez1 .img2, .boxSez1 .img2 img, .boxSez6, .boxSez6 .cornice, .boxSez6 .img1, .boxSez6 .titolo,.boxSez6 .icona, .boxSez6 .titoletto, .boxSez6 .corpo, .boxSez6 .img2, .imgS7-1, .imgS7-2, .boxSez10, .boxContatti .titolo, .boxContatti .corpo {position: relative;display: block;}
.background, .backgroundFixed, .btnNextStep, .labelNext, .Next img, .Prev img, .popUp .box a.close, .boxContatti{position:absolute;display:block;}

.menu, .backgroundPage, .popUp, .openPopUp{position:fixed;display:block;}

.menu, .main2, .header{transition: all 0.4s ease-out;}

.titoloSez0, .boxSez1 .titolo, .boxSez2 .titolo, .boxSez3 .titolo, .boxSez4 .titolo, .boxSez6 .titolo, .boxSez8-2 .titolo, .boxSez8-2 .sottotitolo{font-family: 'Cinzel', serif;}
.boxSez1 .corpo, .boxSez2 .corpo, .boxSez3 .corpo, .boxSez4 .corpo, .boxSez6 .corpo{font-family: 'Open Sans', sans-serif;}

#Box1, #Box2, #Box3, #Box4, #Box5, #Box6{visibility: hidden;}

.boxSez1, .boxSez3, .boxSez4{transform: translateY(100%);}

.row {margin-right: -15px;margin-left: -15px;clear:both;}
.row0 {margin-right: 0px;margin-left: 0px;clear:both;}
.row2 {margin-right: -2px;margin-left: -2px;clear:both;}
.row3 {margin-right: -3px;margin-left: -3px;clear:both;}
.row5 {margin-right: -5px;margin-left: -5px;clear:both;}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {position: relative;float: left;min-height: 1px;padding-right: 15px;padding-left: 15px;box-sizing: border-box;}
.colRow0{padding-right: 0px!important;padding-left: 0px!important;}
.colRow2{padding-right: 2px!important;padding-left: 2px!important;}
.colRow3{padding-right: 3px!important;padding-left: 3px!important;}
.colRow5{padding-right: 5px!important;padding-left: 5px!important;}

.slideshow, .slideshowItem, .slideshowItem2, .slideshowFoto, .slideEventi, .slideshowText, .slideshowContainer{display:block;width:100%;overflow:hidden;}
.slideshow, .slideshowItem, .slideshowItem2, .slideshowFoto, .slideEventi, .slideshowContainer, .slidePager .ball{position:relative;}
.slideshowText, .navSlide, .paginationSlide, a.slidebtn{position:absolute;}

#section8{background-color:#ec008c}
#section9{background-color:#fff}

#imgFotoN0{margin-top:0px!important;}

.ImgBox {display: block;width: 100%;padding:0px 0px;border: 0px;}
.ImgBox1 {display: block;height: 100%;padding:0px 0px;border: 0px;}
.ImgBox2 {position: absolute;height: 100%;padding:0px 0px;border: 0px;}
.ImgBox3 {position: absolute;top: 0px;left:0px;width: 100%;padding:0px 0px;border: 0px;z-index:15;display:none;}

/* FORM ----------------------------------------------------- */
.BoxForm1, .BoxForm2{display:block;z-index: 100;}
.RigaForm{position:relative;width:100%;margin-bottom:5px;}
.RigaForm2{position:relative;width:100%;margin-bottom:2px;clear:both;font-size: 14px;color:#fff;}
.titoloForm1{width: 100%;text-align:center;display:block;font-size:16px;padding-top:0px;color:#ddd;line-height: 19px;margin-bottom: 13px;font-family: 'Open Sans', sans-serif;}
.titoloForm0{display:block;width: 100%;text-align:center;margin-top:20px;font-size:30px;color:#fff}
.corpoForm{width: 400px;height:20px;padding:5px;margin-bottom:5px;font-size:13px;font-weight:400;color:#000;text-align:left;}
.labelForm1{display:block;width:100%;padding: 4px 0px;text-align:left;font-size: 14px;color:#fff;margin-bottom: 8px;font-family: 'Open Sans', sans-serif;}
.inputForm1{display:block;padding:5px 1%;text-align:left;width:98%;margin-right:1%;font-family: 'Open Sans', sans-serif;}
.inputForm2{display:block;width:98%;height:50px;padding:5px 1%;text-align:left;font-family: 'Open Sans', sans-serif;}
.inputForm3{display:block;width:37%;padding:4px 0px;text-align:left;width:41%;padding-left: 1%;border: 0px;border-radius: 5px;}
.alertBorder{border:1px solid #ec008c!important;}
.alertColor{color:#ec008c!important;}
a.btnForm1{position:relative;display:block;width:99%;cursor:pointer;font-size:20px;text-align:center;border: 0px;color:#ec008c;background: #fff;transition: all 0.4s ease-out;}
a.btnForm1:hover{color:#fff;background: #f28c22;}
.checkElenco1{position:relative;display:block;font-size: 11px;text-align:left;padding: 2px 0px;color:#ddd;}
.checkForm1{position:relative;display: block;float: left;}
.checkElenco1 a{color:#000}
/*input[type=checkbox]:not(old),
input[type=radio   ]:not(old){width: 28px;margin: 0;padding : 0;opacity : 0;}
input[type=radio   ]:not(old) + label{display: inline-block;margin-left  : -24px;padding-left : 24px;background   : url('../images/check.png') no-repeat 0 0;line-height  : 24px;}
input[type=checkbox]:not(old) + label{position:relative;display: inline-block;width:90%;margin-left  : -24px;padding-left : 24px;line-height: 13px;}
input[type=checkbox]:not(old) + label span{position:absolute;display:inline-block;vertical-align: middle;top:1px;left:-3px;width:24px;height:24px;cursor: pointer;background: url('../images/check2.png') no-repeat 0 0;}
input[type=checkbox]:not(old):checked + label{background-position : 0 -24px;}
input[type=checkbox]:not(old):checked + label span{background-position : 0 -23px;}
input[type=radio]:not(old):checked + label{background-position : 0 -48px;}*/
#privacyLabel a{text-decoration:underline;}

/* FOOTER ----------------------------------------------------- */
.paddingFooter{position:relative;display:block;width:100%;}
.footer {display:bock;width: 100%;text-align:center;z-index: 1000;background-color: #777;}
.BoxFooter{position:relative;display:block;width:100%;max-width:1150px;margin:0 auto;border:0px;padding:6px 0px;font-size:13px;color:#fff;text-align:center;z-index:10}
.BoxFooter a {color: #fff;}
@media (min-width: 691px) {
	.main{min-width:1150px;}
	.col-md-12 {width: 100%;}
	.col-md-11 {width: 91.66666667%;}
	.col-md-10 {width: 83.33333333%;}
	.col-md-9 {width: 75%;}
	.col-md-8 {width: 66.66666667%;}
	.col-md-7 {width: 58.33333333%;}
	.col-md-6 {width: 50%;}
	.col-md-5 {width: 41.66666667%;}
	.col-md-4 {width: 33.33333333%;}
	.col-md-3 {width: 25%;}
	.col-md-2 {width: 16.66666667%;}
	.col-md-1 {width: 8.33333333%;}
	
	.popUp{display:block;opacity:1;top:0px;left:0%;width:100%;height:100%;background-color:rgba(0,0,0,0.7);z-index:2000;}
	.popUp .box{width:70%;padding:30px 5%;margin:0 auto;border-radius:4px;text-align:center;font-size:25px;line-height: 35px;background: #fff;box-shadow: 0px 0px 20px #222;border: 5px solid #ccc;background-color: #fff;margin-top: 10%;margin-bottom: 30px;}
	.popUp .box a.btn{float: left;width:58%;margin:20px 1% 0px 1%;padding: 20px 0px;text-align:center;font-size:23px;color:#000;border-radius:3px;}
	.popUp .box .btn2{width:38%!important;padding: 36px 0px 37px 0px!important;}
	.popUp .box .btn3{float: none!important;width:58%;margin:0 auto!important;margin-top:20px!important;}
	.popUp .box .corpo{font-size:15px;line-height:20px;    text-align: left; margin-top: 10px;}
	.popUp .box a.close{top:3px;right:8px;width:30px;padding: 0px;text-align:center;font-size:25px;color:#000;z-index:10;cursor:pointer;    opacity: 1;}
	.popUp .box a.close:hover{color:#000;}
	.popUp .box iframe{width:100%;border:0px;}
	
	.menu{top:0px;right:-300px;width:300px;height:100%;background-color:#ccc;z-index: 1000;}
	.menu-open{right:0px;}
	.main-open{margin-left:-300px;}
	
	.ombra2{box-shadow: 0px 0px 10px #000;}
	.header{position:fixed;top:0px;left:0px;}
	.BoxHeader {width: 1150px;height:80px;}
	.legal{margin-top:80px;}
	.legal {line-height:24px;font-size:14px;width:78%;} 
	.logo {position:absolute;top:3px;left:5px;width:160px;padding:0px;border: 0px;cursor:pointer;z-index:150;}
	a.logo .img1 {width:80px;}
	.linea1 {position: relative;width: 100%;margin:20px 0px;border-bottom:1px solid #443935;box-sizing: border-box; }
	.nav{width:100%;padding-top: 25px;}
	.nav1{width:630px!important;}
	.nav li ul {display: block;}
	.nav ul li{display:block}
	.nav li ul li a{padding: 5px 10px;}
	.navBtn1{padding: 5px 5px!important;}
	.nav li ul li a:hover {}
	.navSel{color: #fff!important;}
	#ulMenu{display: block;}
	#btnM0{}
	#btnMenu {position: absolute!important;top:20px;right: 5px;width: 40px;height: 40px;font-size:25px;color:#FFF;padding: 0!important;z-index: 1000;}
	.SocialBottom, .btnMR {display: none!important;}
	.SocialTop{position:relative;float:right;}
	
	a.btnC{position: absolute;top: 25px;padding: 5px 0px;text-align: center;border: 3px solid #fff;color: #fff;box-sizing: border-box;}
	a.btnC{right: 0px;width: 130px;}
	
	
	.navLingua{position: absolute;top: 25px;right: 135px;width: 50px;padding: 0px;margin:0px;text-align: center;color: #fff;box-sizing: border-box;}
	.navLingua a.btnLi{width:100%;padding: 8px 0px;margin-bottom:1px;text-align: center;background-color: rgba(124,108,91,0.7);color: #fff;box-sizing: border-box;transition: all 0.4s ease-out;}
	.navLingua a.btnLi:hover{background-color: rgba(124,108,91,1);}
	a.btnL{width: 50px;padding: 5px 0px;text-align: center;border: 3px solid #fff;color: #fff;box-sizing: border-box;}
	
	.navSocial{margin-top: 10px;}
	.navSocial a{float:left;margin-right:6px;width:35px;color: #fff;font-size: 31px;}
	.btnVisita, .btnVisita2{width:600px;margin:0 auto;margin-top: 30px;clear: both;}
	.btnVisita a, .btnVisita2 a{float:left;width:49%;margin-left:1%;}
	a.btnTopRight{top:30px;left:10px;}
	.container{height:100%;}
	
	.slideshow{position:absolute;top:0px;left:0px;margin-bottom:0px;z-index:0;}
	.slideshow, .slideshowItem, .slideshowItem2{width:100%;height:650px;}
	.slideshowItem{float:left;}
	.slideshowFoto{width:100%;height:650px;}
	.slideshowContainer{width:40000px;z-index:10;}
	a.slidebtn{display:none;}
	
	.slideshowTesto{position:absolute;display:block;top:32%;right:0px;padding: 10px 40px 10px 10px;color:#fff;text-shadow:1px 2px 3px #000;z-index:100;}
	.slideshowTitolo, .slideshowCorpo{position:relative;display:block;/*background-color:#00994c;*/}
	.slideshowTitolo{font-size:55px;text-align:right;}
	.slideshowSottoTitolo{font-size:40px;text-align:right;}
	.slideshowCorpo{margin-top:0px;padding:5px 15px;padding-bottom: 15px;font-size:15px;line-height: 18px;color:#fff;text-align:left!important;}
	.slideshowItem2 .titolo{width:80%;margin:0 auto;margin-top:120px;font-size:30px;font-weight:bold;text-align:center;color:#000;line-height:28px;}
	.slideshowItem2 .sottotitolo{width:80%;margin:0 auto;font-size:27px;font-weight:normal;text-align:center;color:#444;}
	.slideshowItem2 .btn{bottom:120px;left:25%;width:50%;font-size:18px;padding:5px 0px;text-align:center;text-decoration:none;background-color:#00ed80;color:#fff;border-radius:10px;}
	.slideshowText:hover .btn{background-color:#000;}
	.slideshowItem .slideshowTesto { 
    	transition: all 0.4s ease-out;
		background-color: rgba(255, 255, 255, 0);
	}
	.slideshowItem:hover .slideshowTesto { 
		background-color: rgba(0, 0, 0, 0.3);
	} 
	.slidePager{position:absolute;bottom:10px;right:10px;z-index:50;}
	.slidePager a{float: left;width: 20px;height: 20px;margin-left: 5px;background-color: #fff;border-radius: 50px;border: 3px solid #fff;background: rgba(255,255,255,0.5);cursor: pointer;}
	.slidePager .ball{display:block;width: 14px;height: 14px;margin: 3px;border-radius: 50px;}
	.pagerSel{background-color:#fff!important;}
	
	a.slidebtn{display:block;cursor:pointer;top:0px;width:47%;height:92%;z-index:1000;}
	.Prev{left:0%;}
	.Next{right:0%;}
	.Next img, .Prev img{top:50%;width:60px;height:70px;margin-top:-35px;z-index:100;}
	.Prev img{left:20px;}
	.Next img{right:20px;}
	
	.section{overflow:hidden;}
	/*sezione 0---------------*/
	#section0{margin-top: 80px;-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;}
	.titoloSez0{margin-top:80px;text-align:center;font-size:50px;color:#fff;z-index:10;text-shadow: 1px 1px 2px #333;visibility:hidden}
	.titoloSez0 .sottotitolo{font-size:26px;visibility:hidden}
	.titoloSez0 .img{width:300px;margin:0 auto;    margin-bottom: 30px;}
	/*sezione 1---------------*/
	.boxSez1{width:80%;height:100%;padding:50px 10%;text-align:center;z-index: 10;}
	.boxSez1 .titolo{margin-top:10px;font-size:30px;color:#ec008c}
	.boxSez1 .corpo{padding: 10px 60px;font-size:16px;color:#232323;line-height: 26px;}
	
	/*sezione 2---------------*/
	#section2, #section2 .backgroundFixed{height:600px;}
	.boxSez2{position:absolute;display:block;}
	.boxSez2 .titolo,.boxSez2 .corpo,.boxSez2 .img{position:relative;display:block;}
	.boxSez2{transform: translateY(100%);top:50%;left:0px;width:94%;height:210px;padding:10px 3%;margin-top:-115px;text-align:center;background-color:rgba(255,255,255,0.8);z-index:10;    box-shadow: 0px 1px 23px #333;}
	.boxSez2 .titolo{font-size:30px;color:#ec008c;padding-top:25px;}
	.boxSez2 .corpo{margin-top:10px;font-size:16px;color:#232323;line-height: 26px;}
	.boxSez2 .img{height:200px;background-color:rgba(255,255,255,0.5);}
	
	/*sezione 3---------------*/
	#section3{height:500px;}
	.boxSez3{width:88%;height:100%;padding:0px 6%;padding-top:92px;text-align:center;z-index: 10;}
	.boxS3Img{float:right!important;}
	
	.boxSez3 .titolo{font-size:30px;color:#ec008c}
	.boxSez3 .corpo{padding: 0px;font-size:15px;color:#232323;line-height: 24px;text-align:justify;}
	#section3 .img{width:100%;height:500px;overflow:hidden;}
	
	/*sezione 4---------------*/
	#section4{height:500px;background-color:#ddd;}
	.boxSez4{width:88%;height:100%;padding:0px 6%;padding-top: 35px;text-align:center;z-index: 10;}
	.boxSez4 .titolo{font-size:30px;color:#ec008c}
	.boxSez4 .corpo{padding: 0px;font-size:15px;color:#232323;line-height: 24px;text-align:justify;}
	#section4 .img{width:100%;height:500px;overflow:hidden;}
	
	
	/*sezione 5---------------*/
	.boxSez5, .boxSez5 .img{position:relative;display:block;}
	.boxSez5 .fumetto{position:absolute;display:block;}
	.boxSez5{float:right;width:600px;height:400px;margin-top:50px;margin-right:10px;z-index:100;visibility: hidden}
	.boxSez5 .img{width:400px;margin:0 auto;border:15px solid #fff;overflow:hidden;box-shadow: 0px 0px 10px #333;}
	.boxSez5 .fumetto{}
	.fumetto1{top:20px;left:0px;z-index:200;}
	.fumetto2{top:218px;left:0px;z-index:200;}
	.fumetto3{top:287px;left:0px;z-index:200;}
	.fumetto4{top:150px;right:0px;z-index:200;}
	.fumetto5{top:240px;right:0px;z-index:200;}
	.boxSez5 .nota{width: 75px;background-color: rgba(0,0,0,0.5);color: #fff;font-size: 11px;font-style: italic;padding: 5px 5px;line-height: 11px;}
	.nota2{float:right;text-align:right;}
	.boxSez5 .riga{height:1px;border-bottom:1px solid #fff;box-sizing: border-box;}
	.riga1{width:165px;}
	.riga2{width:300px;}
	.riga3{width:250px;}
	.riga4{width:165px;}
	.riga5{width:235px;}
	
	/*sezione 6---------------*/
	#section6, #section6 .backgroundFixed{height:500px;}
	.boxSez6{visibility: hidden;width:40%;margin-left:60%;height:100%;padding:0px;text-align:center;background-color:rgba(236,0,140,0.7);z-index:10;}
	.boxSez6 .titolo{font-size:30px;padding-top:155px;color:#fff}
	.boxSez6 .corpo{font-size:16px;color:#fff;width: 85%;margin: 0 auto;line-height: 20px;}
	
	/*sezione 7---------------*/
	.imgS7-1{height:50%;overflow:hidden;margin:0px;padding:0px;}
	.imgS7-1 img{width:100%;border:0px;margin:0px;padding:0px;}
	.imgS7-2{width:100%;height:100%;overflow:hidden;margin:0px;padding:0px;}
	.imgS7-2 img{height:100%;border:0px;margin:0px;padding:0px;}
	
	/*sezione 8---------------*/
	#boxT8, #boxQ8{visibility:hidden}
	.boxSez8-1{float:left;width:400px;height:90%;margin-left:25px;margin-top:2%;z-index:100;}
	.boxSez8-1 .img{width:100%;height:100%;overflow:hidden;border:20px solid #fff;background-color:#fff;box-sizing: border-box;}
	.boxSez8-2{float:right;width:440px;height:90%;margin-right:25px;margin-top:2%;text-align: center;z-index:100;background-color:#fff;border:3px solid #443935;box-sizing: border-box;}
	.boxSez8-1-l1{width:35%;}
	.boxSez8-2-l1{width:58%;}
	.boxSez8-2 .titolo{margin-top:40px;font-size:30px;line-height: 20px;color:#ec008c}
	.boxSez8-2 .sottotitolo{font-size:20px;color:#ec008c}
	.boxSez8-2 .corpo{padding: 10px 40px;font-size:16px;color:#232323;line-height: 22px;}
	.boxSez8-2 .loghi{margin-top:15px;}
	.boxSez8-2 .loghi .riga{width:50%;height:1px;margin:0 auto;border-top:3px solid #ec008c;margin-bottom:15px;}
	.boxSez8-2 .loghi .testo{text-align:right;}
	.testo1{padding:15px 10px }
	.testo2{padding:15px 10px }
	.testo3{padding:15px 10px }
	.boxSez8-2 .loghi .img{float:left;}
	.img8-1{padding-top:10px}
	.img8-2{padding-top:0px}
	.img8-3{padding-top:15px}
	
	/*sezione 9---------------*/
	#section9 .corpo{padding-left:3%;text-align:left;color:#888!important;}
	#boxT9{visibility:hidden}
	
	/*sezione 10---------------*/
	.boxSez10{width:95%;margin:0 auto;}
	.background{top:0px;left:0px;width:100%;z-index:0;}
	.backgroundFixed{top:0px;left:0px;width:100%;z-index:0;background-size: cover;background-position: center;background-attachment: fixed, scroll;}
	.backgroundPage{top:0px;left:0px;width:100%;height:100%;background-position:center center;background-size:cover;z-index:-1;}
	.btnNextStep{bottom:0px;left:50%;width:70px;margin-left:-35px;z-index:1000;cursor:pointer;}
	.btnNextStep i{font-size:25px;background-color:rgba(50,50,50,0.2);color:#fff;padding:8px 10px;-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;}
	.labelNext{bottom:50px;left:50%;width:170px;margin-left:-85px;text-align:center;font-size:16px;color:#fff;text-shadow: 0px 2px 3px #000;z-index:1000;cursor:pointer;}
	.divBNP{float:left;width:50%;}
	
	.article{padding:0px 50px;}
	.titoloBtn{font-size: 40px;padding-bottom: 10px;}
	.titoloPagina{font-size:32px;padding-bottom: 10px;text-align:left;line-height: 27px;color:#333;}
	.sottotitoloPagina{font-size:25px;padding-bottom: 15px;line-height:25px;}
	.corpoPagina{font-size:16px;text-align:justify;line-height: 23px;color:#444;}

	.BoxQuadro1{position: relative;display: block;width:70%;height:195px;padding: 0px 30px;margin:0 auto;margin-top: 65px;margin-bottom: 65px;}
	.BoxQuadro1{color:#fff;}
	.BoxQuadro2{position: relative;display: block;width: 100%;height: 340px;margin-left: 0;background-color:rgba(255, 255, 255, 0.7);}
	.BoxQuadro3{color:#000!important;}
	.BoxQuadro4{color:#fff;padding: 15px 30px;;margin-top: 40px;margin-bottom: 40px;}
	.BoxQuadro1 a{color:#fff;text-align:center;}
	.BoxQuadro3 a{color:#000!important;text-align:center;}
	.BoxQuadro2 a, .BoxQuadro4 a{color:#000;text-align:center;}
	.titoloQuadro{font-size:27px;text-align:center;padding-top:3px;padding-bottom:3px;margin-bottom:10px;border: 1px solid #fff;}
	.sottotitoloQuadro{font-size:16px;text-align:center;margin-bottom: 15px;}
	.corpoQuadro{font-size:13px;text-align:center;line-height: 18px;}
	.imgQuadro{width:100%;height:325px;}
	.map{height:500px;}
	
	.boxContatti{top:0%;right:0px;width:34%;height:100%;z-index: 100;padding: 0px 3%;background-color:rgba(255,255,255,0.8)}
	.boxContatti .titolo{font-size: 25px;color:#ec008c;padding:30px 50px;margin-top:40px;text-align:left;}
	.boxContatti .corpo{margin-top:15px;font-size: 16px;color:#232323;text-align:left;line-height: 19px;}
	.boxContatti .corpo a{color:#ec008c;}

	.BoxForm1{width:95%;height:380px;margin:0 auto;margin-top:25px;text-align: center;z-index:100;}
	.BoxForm2{width: 60%;margin: 0 auto;}
	.contattiForm{position:relative;display:block;font-size:25px;color:#443935;text-align:center;margin-top: 20px;}
	.contattiForm .numero{position:relative;display:block;font-size:35px;color:#443935;line-height: 35px;}
	a.btnForm1 {width:20%;font-size:18px;padding:5px 0px;margin:0 auto;margin-top:10px;}
	.labelForm2{padding: 4px 20%;}
	.footer{position:relative;padding-bottom:20px;padding-top:20px;}
	.testoFooter2{text-align:center;}
	.btnPrivacy{display:inline-block;margin-top: 20px;}
}

@media (min-width: 691px) and (max-width: 1024px) {
	 .main{min-width:691px;}
	.BoxHeader {width: 100%;}
	.btnNextStep{display:none;}
	#next1{display:block!important}
	a.btnC{right: 10px;}
	.navLingua{right: 145px;}
	a.slidebtn{display:block;cursor:pointer;top:0px;width:49%;height:93%;z-index:1000;}
	.Next img, .Prev img{top: 20%;}
	.Prev{left:0%;}
	.Next{right:0%;}
	.backgroundFixed{background-position: center top!important;background-attachment: inherit!important;}
	/*sezione 6---------------*/
	.boxSez5{width: 565px;}
	.boxSez5 .nota{width: 58px;}
	
	/*sezione 9---------------*/

	#section9 .corpo{padding-left:3%;text-align:left;color:#888!important;}
	/*sezione 10---------------*/
	.boxSez10{width:95%;margin:0 auto;}
	
	.boxSez1, .boxSez2, .boxSez3, .boxSez4, .boxSez6, #boxT8, #boxQ8 {transform: translateY(0%);visibility: visible;}
	/*.boxContatti {padding: 0px 3%;padding-bottom: 15px;}
	.boxContatti .titolo{ font-size: 20px;padding: 15px 2%;margin-top: 0px;}
	.boxContatti .corpo {margin-top: 5px;font-size: 14px;line-height: 16px;}*/
}

@media (min-width: 691px) and (max-width: 950px) {
	  .nav li ul li a{font-size:13px;padding:5px 5px;}
	  a.btnC{right: 2px;width:100px;font-size:12px;}
	  .navLingua{right: 105px;}
	.backgroundFixed{background-position: center top!important;background-attachment: inherit!important;}
}
@media (min-width: 691px) and (max-width: 820px) {
	  #btnMenu{display: block!important;top: 15px;}
	.btnMR{display: block!important;}
	.nav{}
	.nav li ul {display: block;}
	.nav ul li{float:none;}
	.nav ul li{display: block;}
	.nav li ul li a{padding:10px 13px;color:#646463;}
	.nav li ul li a:hover {color:#fff;background-color:#ec008c;}
	#ulMenu{display: block;}
	a.btnC{display:none;}
	  .navLingua{display:none;}
	/*sezione 6---------------*/
	#section6{}
	.boxSez6 .titolo{padding-top:0px;}
	.boxSez6 .corpo{width: 100%;}
	.boxContatti {padding: 0px 3%;padding-bottom: 15px;}
	.boxContatti .titolo{ font-size: 20px;padding: 15px 2%;margin-top: 0px;}
	.boxContatti .corpo {margin-top: 5px;font-size: 14px;line-height: 16px;}
}

@media (min-width: 691px) and (max-width: 820px) {
	
	.col-xs-12 {width: 100%;}
	.col-xs-11 {width: 91.66666667%;}
	.col-xs-10 {width: 83.33333333%;}
	.col-xs-9 {width: 75%;}
	.col-xs-8 {width: 66.66666667%;}
	.col-xs-7 {width: 58.33333333%;}
	.col-xs-6 {width: 50%;}
	.col-xs-5 {width: 41.66666667%;}
	.col-xs-4 {width: 33.33333333%;}
	.col-xs-3 {width: 25%;}
	.col-xs-2 {width: 16.66666667%;}
	.col-xs-1 {width: 8.33333333%;}
	.ombra2{}
	.BoxHeader {margin-top:0px;}
	.linea1 {position: relative;width: 100%;padding:20px 0px;border-bottom:1px solid #443935;box-sizing: border-box; }
	.logo {width:80%;margin-left:1%;margin-top: 0px;padding:0px;border: 0px;cursor:pointer;}
	a.logo .img1 {float: left;height:55px;margin: 5px 0px;}
	.legal{width:90%!important;margin:0 auto;}
	
	.nav{float:none;}
	.nav li ul {display: none;}
	.nav ul li{float:none;}
	.nav li ul li a{padding:10px 13px;}
	.nav li ul li a:hover {color:#fff;background-color:#ec008c;}
	.navSocial{float:right;margin-top:5px;margin-right:43%;}
	.navSocial a{float:left;margin-left:3px;width:20px;}
	.navSel{color:#fff!important;background-color:#ec008c!important;}
	.SocialTop{display: none!important;}
	.SocialBottom {display: block!important;width:100%;}
	#btnMenu, .SocialBottom, .btnMR {display: block!important;}
	#btnMenu{color:#333;}
	a.btnC{display:none;}
	  .navLingua{display:none;}
	
	.slideshow{position:relative;margin-bottom:0px;z-index:0;}
	.slideshow, .slideshowItem, .slideshowItem2{width:100%;height:250px;}
	.slideshowItem{float:left;}
	.slideshowFoto{width:100%;height:250px;}
	.slideshowContainer{width:40000px;z-index:10;}
	
	a.slidebtn{display:block;cursor:pointer;top:0px;width:49%;height:93%;z-index:1000;}
	.Prev{left:0%;}
	.Next{right:0%;}
	
	.slideshowTesto{position:absolute;display:block;top:32%;right:0px;padding: 10px 40px 10px 10px;color:#fff;text-shadow:1px 2px 3px #000;z-index:100;}
	.slideshowTitolo, .slideshowCorpo{position:relative;display:block;/*background-color:#00994c;*/}
	.slideshowTitolo{font-size:55px;text-align:right;}
	.slideshowSottoTitolo{font-size:40px;text-align:right;}
	.slideshowCorpo{margin-top:0px;padding:5px 15px;padding-bottom: 15px;font-size:15px;line-height: 18px;color:#fff;text-align:left!important;}
	.slideshowItem2 .titolo{width:80%;margin:0 auto;margin-top:120px;font-size:30px;font-weight:bold;text-align:center;color:#000;line-height:28px;}
	.slideshowItem2 .sottotitolo{width:80%;margin:0 auto;font-size:27px;font-weight:normal;text-align:center;color:#444;}
	.slideshowItem2 .btn{bottom:120px;left:25%;width:50%;font-size:18px;padding:5px 0px;text-align:center;text-decoration:none;background-color:#00ed80;color:#fff;border-radius:10px;}
	.slideshowText:hover .btn{background-color:#000;}
	.slideshowItem .slideshowTesto { 
    	transition: all 0.4s ease-out;
		background-color: rgba(255, 255, 255, 0);
	}
	.slideshowItem:hover .slideshowTesto { 
		background-color: rgba(0, 0, 0, 0.3);
	} 
	.slidePager{position:absolute;bottom:10px;right:10px;z-index:50;}
	.slidePager a{float: left;width: 20px;height: 20px;margin-left: 5px;background-color: #fff;border-radius: 50px;border: 3px solid #fff;background: rgba(255,255,255,0.5);}
	.slidePager .ball{display:block;width: 14px;height: 14px;margin: 3px;border-radius: 50px;}
	.pagerSel{background-color:#fff!important;}
	
	.Next img, .Prev img{top:50%;width:40px;height:47px;margin-top:-23px;z-index:100;}
	.Prev img{left:2%;}
	.Next img{right:2%;}
	.backgroundFixed{background-position: center top!important;background-attachment: inherit!important;}
	/*sezione 0---------------*/
	#section0{margin-top: 65px;border-radius:0px;}
	#section0 .background{position:relative;height:500px!important;}
	.titoloSez0{position:absolute;top:20px;left:0px;width:100%;text-align:center;font-size:28px;color:#fff;z-index:20;}
	.titoloSez0 .sottotitolo{font-size:20px;}
	/*sezione 1---------------*/
	.boxSez1{width:100%;height:100%;padding:2% 2%;text-align:center;background-color:rgba(255,255,255,0.9);box-sizing: border-box;z-index:10;}
	.boxSez1 .cornice{width:100%;height:100%;border:1px solid #4d4138;box-sizing: border-box;}
	.boxSez1 .img1{margin-top:10px;height:20%;}
	.boxSez1 .img1 img{height:100%;margin:0 auto;} 
	.boxSez1 .titolo{margin-top:10px;font-size:30px;color:#ec008c}
	.boxSez1 .corpo{padding: 10px 60px;font-size:16px;color:#232323}
	.boxSez1 .img2{height:25%;}
	.boxSez1 .img2 img{height:100%;margin:0 auto;} 
	
	/*sezione 2---------------*/
	#section2, #section2 .backgroundFixed{height:600px!important;}
	.boxSez2{position:absolute;display:block;height:auto!important;}
	.boxSez2 .titolo,.boxSez2 .corpo,.boxSez2 .img{position:relative;display:block;}
	.boxSez2{position: relative; width:100%;padding:0px;text-align:center;z-index:10;}
	.boxSez2 .titolo{padding:30px 20px;font-size:30px;color:#ec008c;}
	.boxSez2 .corpo{margin-top:10px;font-size:16px;color:#232323}
	
	#section3{height:500px;}
	.boxSez3{width:88%;height:100%;padding:25px 6%;text-align:center;z-index: 10;}
	.boxSez3 .titolo{font-size:30px;color:#ec008c}
	.boxSez3 .corpo{padding: 0px;font-size:15px;color:#232323;line-height: 24px;text-align:justify;}
	#section3 .img{width:100%;height:500px;overflow:hidden;}
	
	#section4{height:500px;}
	.boxSez4{width:88%;height:100%;padding:25px 6%;text-align:center;z-index: 10;background-color:#ddd;}
	.boxSez4 .titolo{font-size:30px;color:#ec008c}
	.boxSez4 .corpo{padding: 0px;font-size:15px;color:#232323;line-height: 24px;text-align:justify;}
	#section4 .img{width:100%;height:500px;overflow:hidden;}
	
	/*sezione 5---------------*/
	.boxSez5, .boxSez5 .img{position:relative;display:block;}
	.boxSez5 .fumetto{position:absolute;display:block;}
	.boxSez5{width:70%;height:auto;z-index:100;margin:0 auto;float:none;}
	.boxSez5 .img{width:80%;height:auto;margin:0 auto;overflow:hidden;box-sizing: border-box;box-shadow: none;}
	.riga1{width:135px;}
	.riga2{width:300px;}
	.riga3{width:250px;}
	.riga4{width:135px;}
	.riga5{width:200px;}
	
	/*sezione 6---------------*/
	#section6 .backgroundFixed{position: relative;height: 400px;background-size: cover;background-position: center top;background-attachment: inherit;}
	.boxSez6{width:100%;height:100%;margin:0 auto;padding:30px 2%;text-align:center;background-color:rgba(236,0,140,0.7);box-sizing: border-box;z-index:10;}
	.boxSez6 .titolo{font-size:30px;color:#fff}
	.boxSez6 .corpo{font-size:16px;color:#fff;width: 70%;margin: 0 auto;line-height: 20px;}
	
	/*sezione 7---------------*/
	.imgS7-1{width:100%;overflow:hidden;margin:0px;padding:0px;}
	.imgS7-1 img{width:100%;border:0px;margin:0px;padding:0px;display: block;}
	.imgS7-2{width:100%;overflow:hidden;margin:0px;padding:0px;}
	.imgS7-2 img{width:100%;border:0px;margin:0px;padding:0px;display: block;}
	
	/*sezione 8---------------*/
	.boxSez8-1, .boxSez8-2, .boxSez8-1 .img, .boxSez8-2 .titolo,.boxSez8-2 .sottotitolo,.boxSez8-2 .corpo{position:relative;display:block;}
	.boxSez8-1{float:none;width:90%;margin:0 auto;margin-top:10px;margin-bottom:10px;z-index:100;}
	.boxSez8-1 .img{width:100%;height:500px;overflow:hidden;border:20px solid #fff;background-color:#fff;box-sizing: border-box;}
	.boxSez8-2{float:none;width:90%;margin:0 auto;margin-top:10px;margin-bottom:10px;text-align: center;z-index:100;background-color:#fff;border:3px solid #443935;box-sizing: border-box;}
	.boxSez8-2 .titolo{margin-top:40px;font-size:30px;line-height: 20px;color:#ec008c}
	.boxSez8-2 .sottotitolo{font-size:20px;color:#ec008c}
	.boxSez8-2 .corpo{padding: 10px 60px;font-size:16px;color:#232323}
	.boxSez8-2 .loghi{margin-top:15px;}
	.boxSez8-2 .loghi .riga{width:50%;height:1px;margin:0 auto;border-top:3px solid #ec008c;margin-bottom:15px;}
	.boxSez8-2 .loghi .testo{text-align:right;}
	.testo1{padding:15px 10px }
	.testo2{padding:15px 10px }
	.testo3{padding:15px 10px }
	.boxSez8-2 .loghi .img{float:left;}
	.img8-1{padding-top:10px}
	.img8-2{padding-top:0px}
	.img8-3{padding-top:15px}
	
	/*sezione 10---------------*/
	.boxSez10{width:90%;margin:0 auto;}
	
	.background{position:relative;width:100%;    height: auto!important;z-index:0;overflow:hidden;}
	.backgroundFixed{top:0px;left:0px;width:100%;z-index:0;background-size: cover;background-position: center;background-attachment: fixed, scroll;}
	.backgroundPage{display:none;}
	.btnNextStep{display:none;}
	#next1{display:block!important}
	
	.section{height: auto!important;}
	.article{padding:0px 3%;}
	.titoloBtn{font-size: 44px;padding-bottom: 15px;}
	.titoloPagina{font-size:25px;padding-bottom:15px;line-height:25px;color: #333;}
	.sottotitoloPagina{font-size:18px;padding-bottom: 15px;line-height:20px;}
	.corpoPagina{font-size:16px;text-align:justify;}
	
	.boxContatti{padding-bottom:15px;}
	.titoloContatti{margin-top:30px;}
	.corpoContatti{font-size: 14px;padding: 15px 2%;text-align: center;}
	.navSocial {float: none;width: 100px;margin: 0 auto;margin-top: 5px;}
	.navSocial a{float:left;margin-left:10px;width:20px;font-size:18px;}
	

	.map{height:300px;}
	.BoxForm1{width:88%;height:auto;margin:0 auto;margin-top:25px;margin-bottom:25px;text-align: center;z-index:100;}
	.BoxForm2{width: 80%;margin: 0 auto;}
	.inputForm2{float:none;width:98%;height:67px;}
	a.btnForm1{width:100%;font-size:20px;margin-top:5px;padding:5px 0px;}
	.labelForm2{padding:4px 0px;}
	.contattiForm{position:relative;display:block;font-size:20px;color:#443935;text-align:center;margin-top: 20px;padding-bottom: 30px;}
	.contattiForm .numero{position:relative;display:block;font-size:25px;color:#443935;line-height: 35px;}

	.labelForm2{}
	
}

@media (max-width: 690px) {
	
	.col-xs-12 {width: 100%;}
	.col-xs-11 {width: 91.66666667%;}
	.col-xs-10 {width: 83.33333333%;}
	.col-xs-9 {width: 75%;}
	.col-xs-8 {width: 66.66666667%;}
	.col-xs-7 {width: 58.33333333%;}
	.col-xs-6 {width: 50%;}
	.col-xs-5 {width: 41.66666667%;}
	.col-xs-4 {width: 33.33333333%;}
	.col-xs-3 {width: 25%;}
	.col-xs-2 {width: 16.66666667%;}
	.col-xs-1 {width: 8.33333333%;}
	
	
	.popUp{display:block;opacity:1;top:0px;left:0%;width:100%;height:100%;background-color:rgba(0,0,0,0.7);z-index:2000;}
	.popUp .box{width:70%;padding:30px 5%;margin:0 auto;border-radius:4px;text-align:center;font-size:25px;line-height: 35px;background: #fff;box-shadow: 0px 0px 20px #222;border: 5px solid #ccc;background-color: #fff;margin-top: 30px;margin-bottom: 30px;}
	.popUp .box a.btn{float: left;width:58%;margin:20px 1% 0px 1%;padding: 20px 0px;text-align:center;font-size:23px;color:#000;border-radius:3px;}
	.popUp .box .btn2{width:38%!important;padding: 36px 0px 37px 0px!important;}
	.popUp .box .btn3{float: none!important;width:58%;margin:0 auto!important;margin-top:20px!important;}
	.popUp .box .corpo{font-size:15px;line-height:20px;    text-align: left; margin-top: 10px;}
	.popUp .box a.close{top:3px;right:8px;width:30px;padding: 0px;text-align:center;font-size:25px;color:#000;z-index:10;cursor:pointer;    opacity: 1;}
	.popUp .box a.close:hover{color:#000;}
	.popUp .box iframe{width:100%;border:0px;}
	
	.menu{top:0px;right:-200px;width:200px;height:100%;background-color:#ccc;z-index: 1000;}
	.menu-open{right:0px;}
	.main-open{margin-left:-200px;}
	#btnMenu {position: absolute!important;top:15px;right: 5px;width: 40px;height: 40px;font-size:25px;color:#333;padding: 0!important;z-index: 1000;}

	.ombra2{}
	.header{position:fixed;top:0px;left:0px;    background: rgba(255,255,255,0.8);}
	.BoxHeader {margin-top:0px;}
	.linea1 {position: relative;width: 100%;padding:20px 0px;border-bottom:1px solid #443935;box-sizing: border-box; }
	.logo {width:80%;margin-left:1%;margin-top: 0px;padding:0px;border: 0px;cursor:pointer;}
	a.logo .img1 {float: left;height:55px;margin: 5px 0px;}
	.legal{width:90%!important;margin:0 auto;}
	
	.nav{float:none;}
	.nav li ul {display: block;}
	.nav ul li{float:none;}
	.nav li ul li a{padding:10px 13px;}
	.nav li ul li a:hover {color:#ffd200;}
	.navSocial{float:right;margin-top:5px;margin-right:43%;}
	.navSocial a{float:left;margin-left:3px;width:20px;}
	.navSel{color:#fff!important;background-color:#ec008c!important;}
	.SocialTop{display: none!important;}
	.SocialBottom {display: block!important;width:100%;}
	#btnMenu, .SocialBottom, .btnMR {display: block!important;}
	
	a.btnC2{position: relative;display:block;width:100%;padding:5px 0px;border: 0px;background-color:#70614e;color:#fff;text-align: center;font-size: 16px;}
	
	a.btnC{display:none;}
	  .navLingua{display:none;}
	
	.slideshow{position:relative;margin-bottom:0px;z-index:0;}
	.slideshow, .slideshowItem, .slideshowItem2{width:100%;height:250px;}
	.slideshowItem{float:left;}
	.slideshowFoto{width:100%;height:250px;}
	.slideshowContainer{width:40000px;z-index:10;}
	
	a.slidebtn{display:block;cursor:pointer;bottom:0px;width:49%;height:250px;z-index:1000;}
	.Prev{left:0%;}
	.Next{right:0%;}
	
	.slideshowTesto{position:absolute;display:block;top:32%;right:0px;padding: 10px 40px 10px 10px;color:#fff;text-shadow:1px 2px 3px #000;z-index:100;}
	.slideshowTitolo, .slideshowCorpo{position:relative;display:block;/*background-color:#00994c;*/}
	.slideshowTitolo{font-size:55px;text-align:right;}
	.slideshowSottoTitolo{font-size:40px;text-align:right;}
	.slideshowCorpo{margin-top:0px;padding:5px 15px;padding-bottom: 15px;font-size:15px;line-height: 18px;color:#fff;text-align:left!important;}
	.slideshowItem2 .titolo{width:80%;margin:0 auto;margin-top:120px;font-size:30px;font-weight:bold;text-align:center;color:#000;line-height:28px;}
	.slideshowItem2 .sottotitolo{width:80%;margin:0 auto;font-size:27px;font-weight:normal;text-align:center;color:#444;}
	.slideshowItem2 .btn{bottom:120px;left:25%;width:50%;font-size:18px;padding:5px 0px;text-align:center;text-decoration:none;background-color:#00ed80;color:#fff;border-radius:10px;}
	.slideshowText:hover .btn{background-color:#000;}
	.slideshowItem .slideshowTesto { 
    	transition: all 0.4s ease-out;
		background-color: rgba(255, 255, 255, 0);
	}
	.slideshowItem:hover .slideshowTesto { 
		background-color: rgba(0, 0, 0, 0.3);
	} 
	.slidePager{position:absolute;bottom:10px;right:10px;z-index:50;}
	.slidePager a{float: left;width: 20px;height: 20px;margin-left: 5px;background-color: #fff;border-radius: 50px;border: 3px solid #fff;background: rgba(255,255,255,0.5);}
	.slidePager .ball{display:block;width: 14px;height: 14px;margin: 3px;border-radius: 50px;}
	.pagerSel{background-color:#fff!important;}
	
	.Next img, .Prev img{top:50%;width:40px;height:47px;margin-top:-23px;z-index:100;}
	.Prev img{left:2%;}
	.Next img{right:2%;}
	.backgroundFixed{background-position: center top;background-attachment: inherit;}
	.boxSez1, .boxSez2, .boxSez3, .boxSez4, .boxSez6 {transform: translateY(0%);visibility: visible;}
	/*sezione 0---------------*/
	#section0{margin-top: 65px;}
	#section0 .background{position:relative;}
	.titoloSez0{position:absolute;top:105px;left:0px;width:100%;text-align:center;font-size:20px;color:#fff;z-index:20;}
	.titoloSez0 .sottotitolo{font-size:16px;}
	.titoloSez0 .img{display:none;}
	/*sezione 1---------------*/
	.boxSez1{width:100%;height:100%;padding:2% 2%;text-align:center;background-color:rgba(255,255,255,0.9);box-sizing: border-box;z-index:10;}
	.boxSez1 .cornice{width:100%;height:100%;border:1px solid #4d4138;box-sizing: border-box;}
	.boxSez1 .img1{margin-top:10px;height:20%;}
	.boxSez1 .img1 img{height:100%;margin:0 auto;} 
	.boxSez1 .titolo{margin-top:10px;font-size:30px;color:#ec008c}
	.boxSez1 .corpo{padding: 10px 3%;font-size:16px;color:#232323;text-align:justify}
	.boxSez1 .img2{height:25%;}
	.boxSez1 .img2 img{height:100%;margin:0 auto;} 
	
	/*sezione 2---------------*/
	#section2, #section2 .backgroundFixed{height:600px!important;}
	
	.boxSez2{position:absolute;display:block;}
	.boxSez2 .titolo,.boxSez2 .corpo,.boxSez2 .img{position:relative;display:block;}
	.boxSez2{position: relative; width:100%;padding:0px;margin-top:150px;text-align:center;z-index:10;}
	.boxSez2 .titolo{padding:30px 20px;font-size:30px;color:#ec008c;background-color:rgba(255,255,255,0.7);}
	.boxSez2 .corpo{margin-top:10px;font-size:16px;color:#232323}
	.boxSez2 .img{padding:0px 0px;/*background-color:rgba(255,255,255,0.5);*/background-color:rgba(124,108,91,0.7);}
	
	#section3{height:500px;}
	.boxSez3{width:88%;height:100%;padding:25px 6%;text-align:center;z-index: 10;}
	.boxSez3 .titolo{font-size:30px;color:#ec008c}
	.boxSez3 .corpo{padding: 0px;font-size:15px;color:#232323;line-height: 24px;text-align:justify;}
	#section3 .img{width:100%;height:250px;overflow:hidden;}
	
	#section4{height:500px;}
	.boxSez4{width:88%;height:100%;padding:25px 6%;text-align:center;z-index: 10;background-color:#ddd;}
	.boxSez4 .titolo{font-size:30px;color:#ec008c}
	.boxSez4 .corpo{padding: 0px;font-size:15px;color:#232323;line-height: 24px;text-align:justify;}
	#section4 .img{width:100%;height:250px;overflow:hidden;}
	
	/*sezione 5---------------*/
	.boxSez5, .boxSez5 .img{position:relative;display:block;}
	.boxSez5 .fumetto{position:absolute;display:block;}
	.boxSez5{width:100%;height:435px;z-index:100;}
	.boxSez5 .img{width:100%;height:360px;margin:0 auto;overflow:hidden;box-sizing: border-box;}
	.boxSez5 .fumetto{width:20%;height:80px;background-color: rgba(0,0,0,0.5);margin: 0px;padding: 0px;border: 0px;}
	.fumetto1{top:360px;left:0px;z-index:200;}
	.fumetto2{top:360px;left:40%;z-index:200;}
	.fumetto3{top:360px;left:20%;z-index:200;}
	.fumetto4{top:360px;right:0%;z-index:200;}
	.fumetto5{top:360px;right:20%;z-index:200;}
	.boxSez5 .nota{width: 80%;color: #fff;font-size: 11px;font-style: italic;padding: 5px 5%;padding-right:3%;line-height: 11px;text-align:right;}
	.nota2{float:right;text-align: left!important;width: 75%!important;}
	.boxSez5 .riga{position:absolute;bottom:30px;right:5px;width:1px;border-left:1px solid #ec008c;box-sizing: border-box;}
	.riga1{height:320px;}
	.riga2{height:110px;}
	.riga3{height:103px;}
	.riga4{height:203px;right: 90%!important;}
	.riga5{height:105px;right: 85%!important;}
	
	/*sezione 6---------------*/
	#section6 .backgroundFixed{position: relative;height: 250px;background-size: cover;background-position: center top;background-attachment: inherit;}
	.boxSez6{width:100%;height:100%;margin:0 auto;padding:30px 2%;text-align:center;background-color:rgba(236,0,140,0.7);box-sizing: border-box;z-index:10;}
	.boxSez6 .titolo{font-size:30px;color:#fff}
	.boxSez6 .corpo{font-size:16px;color:#fff;width: 70%;margin: 0 auto;line-height: 20px;}
	
	/*sezione 7---------------*/
	.imgS7-1{width:100%;overflow:hidden;margin:0px;padding:0px;}
	.imgS7-1 img{width:100%;border:0px;margin:0px;padding:0px;display: block;}
	.imgS7-2{width:100%;overflow:hidden;margin:0px;padding:0px;}
	.imgS7-2 img{width:100%;border:0px;margin:0px;padding:0px;display: block;}
	
	/*sezione 8---------------*/
	.boxSez8-1, .boxSez8-2, .boxSez8-1 .img, .boxSez8-2 .titolo,.boxSez8-2 .sottotitolo,.boxSez8-2 .corpo{position:relative;display:block;}
	.boxSez8-1{width:90%;margin:0 auto;margin-top:10px;margin-bottom:10px;z-index:100;}
	.boxSez8-1 .img{width:100%;height:500px;overflow:hidden;border:20px solid #fff;background-color:#fff;box-sizing: border-box;}
	.boxSez8-2{width:90%;margin:0 auto;margin-top:10px;margin-bottom:10px;text-align: center;z-index:100;background-color:#fff;border:3px solid #443935;box-sizing: border-box;}
	.boxSez8-2 .titolo{margin-top:40px;font-size:30px;line-height: 20px;color:#ec008c}
	.boxSez8-2 .sottotitolo{font-size:20px;color:#ec008c}
	.boxSez8-2 .corpo{padding: 10px 60px;font-size:16px;color:#232323}
	.boxSez8-2 .loghi{margin-top:15px;}
	.boxSez8-2 .loghi .riga{width:50%;height:1px;margin:0 auto;border-top:3px solid #ec008c;margin-bottom:15px;}
	.boxSez8-2 .loghi .testo{text-align:right;}
	.testo1{padding:15px 10px }
	.testo2{padding:15px 10px }
	.testo3{padding:15px 10px }
	.boxSez8-2 .loghi .img{float:left;}
	.img8-1{padding-top:10px}
	.img8-2{padding-top:0px}
	.img8-3{padding-top:15px}
	
	/*sezione 10---------------*/
	.boxSez10{width:90%;margin:0 auto;}
	
	.background{position:relative;width:100%;    height: auto!important;z-index:0;overflow:hidden;}
	.backgroundFixed{top:0px;left:0px;width:100%;z-index:0;background-size: cover;background-position: center;background-attachment: fixed, scroll;}
	.backgroundPage{display:none;}
	
	.btnNextStep, .labelNext{display:none;}
	
	.section{height: auto!important;}
	.article{padding:0px 3%;}
	.titoloBtn{font-size: 44px;padding-bottom: 15px;}
	.titoloPagina{font-size:25px;padding-bottom:15px;line-height:25px;color: #333;}
	.sottotitoloPagina{font-size:18px;padding-bottom: 15px;line-height:20px;}
	.corpoPagina{font-size:16px;text-align:justify;}
	
	.boxContatti{padding-bottom:15px;    position: relative;
    padding: 10px 3%;
    font-size: 14px;}
	.btnPrivacy{display:inline-block;}
	#section9 .corpo{padding: 10px 3%;}
	.titoloContatti{margin-top:30px;}
	.corpoContatti{font-size: 14px;padding: 15px 2%;text-align: center;}
	.navSocial {float: none;width: 100px;margin: 0 auto;margin-top: 5px;}
	.navSocial a{float:left;margin-left:10px;width:20px;font-size:18px;}
	.labelForm2{padding:4px 0px;}

	.map{height:300px;}
	.BoxForm1{width:88%;margin:0 auto;margin-top:25px;margin-bottom:25px;text-align: center;z-index:100;}
	.BoxForm2{width: 80%;margin: 0 auto;}
	.inputForm2{float:none;width:98%;height:67px;}
	a.btnForm1{width:100%;font-size:20px;margin-top:5px;padding:5px 0px;}

	.contattiForm{position:relative;display:block;font-size:20px;color:#443935;text-align:center;margin-top: 20px;padding-bottom: 30px;}
	.contattiForm .numero{position:relative;display:block;font-size:25px;color:#443935;line-height: 35px;}

	.labelForm2{}
	
}




