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

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 1rem 0;
	font-size: 3rem;
	color: #444444;
	font-family: 'Arizonia', cursive;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;	
	font-family: 'Istok Web', sans-serif;
	color: #444444;
	font-size: 1.6rem;
	font-weight: 400;
	background: #f0f0ee;
}

a{
	text-decoration: none;
	color: #ae0000;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #ae0000;
	font-weight: bold;
}

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

#contenitore{
  	position: relative;
	margin: 0px auto;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 14rem;
}

.contenitore{
	position: relative;
	width: 100%;
	max-width: 120rem;
	padding: 2rem 3%;
	margin: 0 auto;
}

#testo{
	position: relative;
	float: left;
	width: 65%;
	padding: 2rem 0;
}

@media (max-width: 767px){
	#testo{
		float: none;
		width: 100%;
	}
}

/************************************************/
/* 				Banner e logo					*/
/************************************************/
#banner{
	position:relative;
	width: 100%;
	height: 100%;
}

#bannerIn{
	position:relative;
	width: 100%;
	height: 50vh;
}

#velina{
	position: absolute;
	width: 30%;
	height: 100%;
	top: 0;
	left: 35%;
	/*background: rgba(0,0,0,0.6);*/
}

#giu{
	position: absolute;
	width: 100%;
	height: 10%;
	bottom: 0;
	left: 0;
	cursor: pointer;
	z-index: 1000;
	text-align: center;
}

#giu2{
	position:relative;
	width: 100%;
	text-align: center;
	padding: 4rem 0 10rem 0;
	cursor: pointer;
}

#giu img, #giu2 img{
	display: inline-block;
}

#logo{
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	height: 70%;
	text-align: center;
}

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

#logoIn{
	position: absolute;
	top: 20%;
	left: 10%;
	width: 80%;
	height: 70%;
	text-align: center;
}

#logoIn img{
	width: 60%;
	display: inline-block;
}

@media (max-width: 767px){
	#velina{
		position: absolute;
		width: 100%;
		height: 50%;
		top: 0;
		left: 0;
		/*background: rgba(0,0,0,0.4);*/
	}
	
	#logo{
		position: absolute;
		top: 40%;
		left: 10%;
		text-align: center;
		width: 80%;
	}

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

/************************************************/
/* 			Box principali						*/
/************************************************/
.interruzione{
	position: relative;
	width: 100%;
	height: 2rem;
	background: #68152b;
}

.interruzioneRosso{
	position: relative;
	width: 100%;
	padding: 1rem 10%;
	background: #68152b;
	color: #ffffff;
	font-size: 2.0rem;
	font-size: 1.6rem;
}

/************************************************/
/* 					Fasce						*/
/************************************************/
.fascia{
	position: relative;
	width: 100%;
}

#chiSiamo{
	position: relative;
	width: 30%;
	margin: 0 auto;
	padding: 10rem 5% 0rem 5%;
	text-align: center;
}

#chiSiamoLinea{
	position: relative;
	width: 80%;
	height: 0.1rem; 
	background: #444444;
	margin: 1rem auto;
}

#chiSiamo h1{
	
}

#chiSiamoSx{
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
}

#chiSiamoDx{
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	height: 100%;
}

@media (max-width: 767px){
	#chiSiamo{
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 4rem 10%;
		text-align: center;
		min-height: 40vh;
	}
	
	#chiSiamoSx, #chiSiamoDx{
		display: none;
	}
}

.bordeauxSx{
	position: relative;
	float: left;
	width: 40%;
	padding: 5rem 5% 5rem 15%;
	background: #9e0331;
	color: #ffffff;
}

.bordeauxDx{
	position: relative;
	float: right;
	width: 40%;
	padding: 5rem 15% 5rem 5%;
	background: #9e0331;
	color: #ffffff;
}

.bordeauxSx h1, .bordeauxDx h1{
	color: #ffffff;
}

.prezzoMenu{
	position: relative;
	width: 10rem;
	height: 10rem;
	border: 0.1rem solid #ffffff;
	border-radius: 10rem;
	color: #ffffff;
	text-align: center;
	padding-top: 2rem;
	margin: 5rem 0 0 10%;
	right: 12%;
	font-size: 4rem;
	font-family: 'Arizonia', cursive;
}

.fotoDx{
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	right: 0;
}

.fotoSx{
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	left: 0;
}

#galleriaPiatti, #menuFisso, #cerimonie{
	min-height: 80vh;
}

#menuFisso{
	padding-top: 20rem;
}

#testoCerimonie{
	position: absolute;
	top: 0;
	left: 30%;
	width: 40%;
	height: 100%;
	padding: 15rem 5% 5rem 5%;
	background: rgba(0,0,0,0.4);
	color: #ffffff;
}

#testoCerimonie h1{
	color: #ffffff;
	text-align: center;
}

#cerimonieLinea{
	position: relative;
	width: 80%;
	height: 0.1rem; 
	background: #ffffff;
	margin: 1rem auto;
}

@media (max-width: 1500px){
	#menuFisso{
		padding-top: 5rem;
	}
}

@media (max-width: 767px){
	.bordeauxSx, .bordeauxDx{
		position: relative;
		float: none;
		width: 100%;
		padding: 5rem 10% 5rem 10%;
	}
	
	.fotoDx, .fotoSx{
		position: relative;
		width: 100%;
		height: 50vh;
		top: 0;
		left: 0;
	}
	
	#testoCerimonie{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding: 5rem 10% 5rem 10%;
		background: #9e0331;
		color: #ffffff;
	}
	
	.prezzoMenu{
		top: 0rem;
		right: 12%;
	}
	
	#menuFisso, #cerimonie{
		min-height: 40vh;
	}
}

.boxFooter{
	position: relative;
	float: left;
	width: 33.3%;
	padding: 4rem 1.5%;
	color: #9e0331;
	text-align: center;
}

.boxFooter h1{
	color: #9e0331;
}

.boxFooter img{
	width: 80%;
	margin: 0 10%;
}

.boxFooterLinea{
	position: relative;
	width: 80%;
	height: 0.1rem; 
	background: #9e0331;
	margin: 1rem 10%;
}

#social{
	text-align: center;
	width: 100%;
}

#social img{
	display: inline-block;
	margin: 0 1rem;
	height: 3.4rem;
	width: auto;
}

@media (max-width: 767px){
	.boxFooter{
		position: relative;
		float: none;
		width: 100%;
		padding: 2rem 5%;
		color: #9e0331;
	}
}

/************************************************/
#galleriaPiattiTesti{
	padding-top: 20rem;
}

#bannerNavPosition{
	position: absolute;
	left: 30%;
	width: 60%;
	bottom: 20rem;
	height: 2.5rem;
	z-index: 200;
	text-align: center;
}

span.linkFoto{
	display: inline-block;
	border-radius: 2.2rem;
	width: 1.2rem;
	height: 1.2rem;
	background: #68152b;
	border: 0.1rem solid #68152b;
	margin: 0rem 0.5rem;
	cursor: pointer;
	
}

span.linkFotoEv{
	background: #f0f0ee;
	border: 0.1rem solid #f0f0ee;
	border-radius: 2.2rem;
	margin: 0rem 0.5rem;
}

@media (max-width: 1500px){
	#galleriaPiattiTesti{
		padding-top: 3rem;
	}
	
	#bannerNavPosition{
		bottom: 10rem;
	}
}

@media (max-width: 769px){
	#bannerNavPosition{
		width: 100%;
		bottom: 8rem;
		left: 0%;
	}
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	width: 100%;
	top: 0rem;
	z-index: 101;
	margin: 0 auto;
	background: #9e0331;
}

#nav{
	position: relative;
	width: 100%;
	max-width: 120rem;
	padding: 0rem 3%;
	margin: 0 auto;
}

#nav > a{
    display: none;
}

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

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

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 2rem 0rem 2rem 0rem; 
	color: #ffffff;
	font-weight: normal;
}

#nav > ul > li a:hover{
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
}

#nav > ul > li:hover{
	background: #68152b;
}

#nav > ul > li.corrente {
	border-bottom: 0.4rem solid #ffffff;
}

#nav > ul > li.corrente a{
	color: #ffffff;
}

#nav > ul > li.corrente a:hover{
	color: #ffffff;
}

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

#nav li:hover ul{
    display: block;
	z-index: 100;
}

#nav > ul ul > li{
	position: relative;
	width: 100%;
	z-index: 11;
	text-align: left;
	padding: 0 2%;
}

#nav > ul ul > li a{
	display: block;
	padding: 0.8rem 0; 
	color: #444444;
	font-weight: normal;
}

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
}

#nav > ul ul > li:hover{
	background: #9e0331;
}

@media only screen and ( max-width: 767px){
	#menu{
		width: 100%;
		padding: 1rem 5%;
	}

    #nav{
        position: relative;
    }
    
	#nav > a{
    }
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type
	{
		display: block;
	}
	
    /* first level */
    #nav > ul{
        height: auto;
        display: none;
        position: relative;
        right: 0%;
		z-index: 100;
		top: 6rem;
		width: 100%;
		background: #ffffff;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		border-bottom: 1px solid #9e0331;
		text-align: left;
	}
	
	#nav > ul > li:hover{
		border-bottom: 1px solid #9e0331;
	}
	
	#nav > ul > li a{
		color: #444444;
		padding: 1rem 5%;
	}
	
	#nav > ul > li a:hover{
		color: #9e0331;
	}
	
    /*second level */
	#nav li ul{
		position: relative;
		text-align: left;
	}
	
	#nav li:hover ul{
		display: block;
		z-index: 100;
	}

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

	#nav > ul ul > li a{
		display: block;
		text-align: left;
		padding: 0.8rem 8%;
		color: #ffffff;
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #004783;
	}
	
	#nav > ul > li.corrente {
		border-bottom: 0.1rem solid #9e0331;
	}

	#nav > ul > li.corrente a{
		color: #9e0331;
	}
	
}

.tastoMenu{
	position: relative;
	float: right;
	border-radius: 4rem;
	margin: 0 5%;
	padding: 0.6rem 1rem;
	color: #9e0331;
	line-height: 0;
	font-size: 1.2rem;
	background: #ffffff;
}

.tastoMenu:hover{
	color: #9e0331;
}

/************************************************/
/* 				corpo							*/
/************************************************/
#corpo{
	background: #e1e1dd;
}

/************************************************/
/* 				box fine						*/
/************************************************/
#fine{
	position:relative;
	margin: 0px auto;
	padding: 4rem 0;
	width: 100%;
	text-align: center;
	background: #9e0331;
	color: #ffffff;
	font-size: 1.3rem;
}

@media (max-width: 767px){
	#fine{
		padding: 4rem 5%;
	}
}

/************************************************/
/* 				Galleria						*/
/************************************************/
#galleria{
	position:relative;
	float: right;
	width: 30%;
	padding: 2rem 0;
}

.foto{
	position: relative;
	float: left;
	width: 46%;
	border: 0.1rem solid #f8f7f5;
	background: #f8f7f5;
	padding: 0.4rem;
	margin: 1.0rem 2%;
}

.foto:hover{
	border: 0.1rem solid #9e0331;
	background: #9e0331;
}

.foto img{
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}

@media (max-width: 767px){
	#galleria{
		float: none;
		width: 100%;
	}

	.foto{
		position: relative;
		float: left;
		width: 30%;
		padding: 0.5rem;
		margin: 1.0rem 1.5%;
	}
}

@media (max-width: 319px){
	.foto{
		position: relative;
		float: left;
		width: 46%;
		padding: 0.5rem;
		margin: 1.0rem 2%;
	}
}

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

.visible-mob{
	display: none;
}

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

/************************************************/
/* 				Utilità							 *
*************************************************/