
@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700&display=swap);

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.2%;
}

*{
	box-sizing: border-box;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #222222;
}

h2{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.8rem;
	font-weight: bold;
}

body {
	margin: 0;
	padding: 0;
	text-align: justify;	
	font: normal normal normal 1.6rem Arvo, serif;;
	color: #222222;
}

a{
	text-decoration: none;
	color: #69222c;
}

a:hover{
	text-decoration: underline;
	color: #1a75ff;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#contenitore{
	position:relative;
	width: 100%;
	margin: 0 auto;
}

.contenitore{
	position: relative;
	max-width: 116.0rem;
	margin: 0 auto;
	padding: 0 5%;
}

@media (max-width: 767px) {
	.contenitore{
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 8%;
	}
}
/************************************************/
/* 				Testata							*/
/************************************************/
#testata{
	position: relative;
	width: 100%;
	background: #ffffff;
}

#banner{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#bannerIn{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 40vh;
	overflow: hidden;
}

#velinaBanner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.4);
}

#banner #logo{
	position: absolute;
	width: 20%;
	top: 30%;
	left: 40%;
	z-index: 1001;
}

#bannerIn #logo{
	position: absolute;
	width: 10%;
	top: 20%;
	left: 45%;
	z-index: 1001;
}

#logo img{
	width: 100%;
	display: inline-block;
}

#fasciaBanner{
	position: relative;
	width: 100%;
	height: 5rem;
	background: #69222c;
}

.fasciaBianca{
	position: relative;
	width: 100%;
	padding: 0 0 5rem 0;
	background: #ffffff;
}

.fasciaBordeaux{
	position: relative;
	width: 100%;
	padding: 0 0 5rem 0;
	background: #69222c;
	color: #ffffff;
}

.sxHomeTesto{
	position: relative;
	float: left;
	width: 45%;
	margin: 5rem 5% 0 0;
	padding: 0.5rem 4% 0.5rem 8%;
	text-align: right;
}

.dxHomeTesto{
	position: relative;
	float: left;
	width: 45%;
	margin: 5rem 0 0 5%;
	padding: 0.5rem 8% 0.5rem 4%;
	text-align: left;
}

.sxHomeFoto{
	position: relative;
	float: left;
	width: 50%;
	margin: 0rem 0 0 0;
}

.dxHomeFoto{
	position: relative;
	float: left;
	width: 50%;
	margin: 0rem 0 0 0;
}

.sxHomeFoto img, .dxHomeFoto img{
	width: 100%;
	display: block;
}

.fasciaBordeaux .bordoDx{
	border-right: 0.3rem solid #ffffff;
}

.fasciaBordeaux .bordoSx{
	border-left: 0.3rem solid #ffffff;
}

.fasciaBianca .bordoDx{
	border-right: 0.3rem solid #69222c;
}

.bo.fasciaBianca .bordoSx{
	border-left: 0.3rem solid #69222c;
}

.fasciaNavBar{
	position: relative;
	width: 100%;
	padding: 2rem 0 0 0;
	text-align: center;
}

.fasciaFoto{
	display: inline-block;
	background: #ffffff;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 2rem;
}

.fasciaBianca .fasciaFoto{
	border:0.3rem solid #69222c;
}

.fasciaBianca .fasciaFotoAttiva{
	background: #69222c;
}

.fasciaBordeaux .fasciaFoto{
	border:0.3rem solid #ffffff;
	background: #69222c;
}

.fasciaBordeaux .fasciaFotoAttiva{
	background: #ffffff;
}

.corpoSx{
	position: relative;
	float: left;
	width: 60%;
	padding: 5rem 5% 5rem 0;
}

.corpoDx{
	position: relative;
	float: left;
	width: 40%;
	padding: 5rem 0;
}


@media (max-width: 767px){
	
	#banner #logo{
		position: absolute;
		width: 50%;
		top: 30%;
		left: 25%;
		z-index: 1001;
	}
	
	#bannerIn #logo{
		position: absolute;
		width: 40%;
		top: 20%;
		left: 30%;
		z-index: 1001;
	}

	.sxHomeTesto, .dxHomeTesto, .sxHomeFoto, .dxHomeFoto{
		float: none;
		width: 100%;
	}
	
	.corpoSx, .corpoDx{
		position: relative;
		float: none;
		width: 100%;
		padding: 3rem 0;
	}
}
/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	width: 100%;
	z-index: 101;
	padding: 4rem 0 0 0;
}

#nav{
}

#nav > a{
    display: none;
}
 
/* primo livello*/
#nav > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.6rem;
}

#nav > ul > li{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0; 
	text-align: center;
	width: 25%;
}

#nav > ul > li a{
	display: block;
	color: #222222;
	text-decoration: none;
	padding: 1.5rem 0; 
	text-transform: uppercase;
	font-weight: 700;
}

#nav > ul > li a:hover{
	text-decoration: none;
	color: #69222c;
}

/* secondo livello*/
#nav > ul > li ul{
	display: none;
	position: absolute;
	top: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	width: 100%;
	left: 0%;
	background: #ffffff;
}

#nav li:hover ul{
    display: block;
}

#nav > ul ul > li{
	position: relative;
	float: none;
	width: 100%;
	margin-top: 0.8rem;
}

#nav > ul ul > li a{
	display: block;
	color: #222222;
	text-align: center;
	padding: 0.6rem 0px;
	text-transform: none;
	font-weight: 400;	
}

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: #69222c;
}

@media only screen and ( max-width: 767px){
	#menu{
		float: none;
		width: 100%;
		height: auto;
		margin-top: 0rem;
	}
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type{
		display: block;
	}
	
    /* first level */
    #nav > ul{
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
		background: #ffffff;
		top: 3.6rem;
		border-radius: 0.5rem; 
		box-shadow: 0.2rem 0.2rem 0.4rem #444444;
		overflow: hidden;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		border-bottom: 1px solid #69222c;
	}
	
	#nav > ul > li a{
		color: #222222;
	}
	
    /* second level*/
	#nav > ul > li ul{
		position: relative;
		background: #ffffff;
		box-shadow: 0rem 0rem 0rem transparent;
	}
	
	#nav li:hover ul{
		display: block;
	}

	#nav > ul ul > li{
		position: relative;
		float: none;
		width: 100%;
		border: 0;
	}

	#nav > ul ul > li a{
		display: block;
		color: #222222;
		text-align: left;
		padding: 0.4rem 2%; 
		border-top: 0.1rem solid #cccccc;
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #69222c;
	}
}

.tastoMenu{
	position: relative;
	float: right;
	margin: 0rem  1%;
	background: #ffffff;
	border-radius: 0.4rem;
	padding: 0.5rem;
	color: #69222c;	
}

.tastoMenu:hover{
}

/************************************************/
/* 				Carousel						*/
/************************************************/
#carousel{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.galleryExt{
	position: relative;
	width: 90%;
	margin: 2rem auto;
}

.galleryExt img{
	display: block;
	width: 100%;
}

.gallerySx, .galleryDx{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 40%;
	border-radius: 50px;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
}

.gallerySx:hover, .galleryDx:hover{
	color: #db3430;
}

.gallerySx{
	left: 5px;
}

.galleryDx{
	right: 5px;
}

.gallery{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
}

.gallery img{
	width: 100%;
	display: block;
}

.galleryTesto{
	position: absolute;
	width: 25%;
	height: 80%;
	right: 10%;
	top: 10%;
	padding: 1rem 2%;
	background: rgba(255,255, 255, 0.6);
	z-index: 2000;
	text-align: left;
}

.active{
	left: 0;
}

.prev, .next{
	width: 90%;
	top: 5%;
}

.prev img, .next img{
	opacity: 0.4;
	transition: opacity 0.4s;
	cursor: pointer;
}

.prev img:hover, .next img:hover{
	opacity: 1;
}

.prev{
	left: -90%;
}

.next{
	left: 100%;
}

.galleryLink{
	position: absolute;
	width: 100%;
	left:0;
	bottom: 20%;
	z-index: 100;
	text-align: center;
}

.next .galleryLink, .prev .galleryLink{
	opacity: 0;
}

.link{
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 2px 2%;
	background: rgba(0,0,0,0.4);
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}

@media only screen and ( max-width: 767px){
	.galleryExt{
		width: 90%;
		height: 80vh;
	}
	
	.gallerySx, .galleryDx{
		top: 3rem;
	}
	
	.gallery{
		overflow: visible;
	}
	
	.galleryTesto{
		position: relative;
		width: 100%;
		height: auto;
		right: 0%;
		top: 0%;
		padding: 1rem 6%;
	}
}


/************************************************/
/* 				Fine							*/
/************************************************/
#fine{
	position: absolute;
	width: 100%;
	bottom: 0rem;
	text-align: left;
	font-size: 1.4rem;
	border-top: 2rem solid #69222c;
	background: #ffffff;
}

.boxFine{
	position: relative;
	float: left;
	width: 25%;
	padding: 3rem 2%;
	min-height: 10rem;
}

.boxFine img{
	width: 60%;
	display: block;
}

#fineTesto{
	position: relative;
	width: 100%;
	font-size: 1.2rem;
	color: #ffffff;
	background-color: #1b1617;
	text-align: center;
	padding: 1rem;
}

@media (max-width: 767px){
	.boxFine{
		float: none;
		width: 100%;
		padding: 3rem 0%;
		text-align: center;
	}	
	
	.boxFine img{
		height: 15rem;
		width: auto;
		display: inline-block;
	}
}

/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px){
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}

}