@import url('https://fonts.googleapis.com/css?family=Kalam:300,400,700&display=swap');
/*font-family: 'Kalam', cursive;*/

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;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;	
	font: normal normal normal 1.2rem Helvetica, Arial, sans-serif;
	color: #444444;
	min-height: 100%;
	overflow-x: hidden;

}

a{
	text-decoration: none;
	color: #3d2413;
}

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

h1{
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin: 0;
	padding: 1rem 0;
}
/************************************************/
/* 				Testata							*/
/************************************************/
#header{
	position: relative;
	padding: 2rem 5%;
	text-align: right
}

#header .fa{
	padding: 0 1rem;
}

#header a{
	color: #3d2413;
}

#header a:hover{
	color: #594b42;
}

#header img{
	position:relative;
	float: right;
	height: 70%;
	margin: 0.4rem 0.6rem;
}

#headerIn{
	position: relative;
	background: #ffffff;
}

#headerInSocial{
	position: relative;
	width: 100%;
	height: 5rem;
	padding: 1rem 2rem;
	text-align: right;
}

#headerInSocial .fa{
	padding: 0 1rem;
	color: #3d2413;
}

#headerInSocial img{
	position:relative;
	float: right;
	height: 70%;
	margin: 0.4rem 0.6rem;
}

.boxHeader{
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 2rem;
	color: #3d2413;
}

.boxHeader img{
	width: 60%;
}

#headerPall01{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 100;
}

#headerPall02{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}

#headerPall01 img, #headerPall02 img{
	height: 100%;
	display: block;
}

@media only screen and ( max-width: 1400px){
	.boxHeader{
		font-size: 1.4rem;
	}
}

@media only screen and ( max-width: 480px){
	#headerPall01, #headerPall02{
		display: none;
	}
	
	.boxHeader{
		width: 50%;
		font-size: 1.1rem;
		line-height: 1.6rem;
	}
}
/************************************************/
/* 				Memu							*/
/************************************************/
.hashtagMenu{
	text-transform: lowercase;
}

#menu{
	position: relative;
	background: #3d2413;
	width: 100%;
}

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

#nav > a{
    display: none;
}

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

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

#nav > ul > li:hover{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px; 
	text-align: center;
}

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

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

#nav > ul > li:hover{
	background: #ffffff;
}

#nav > ul > li:hover > a{
	color: #3d2413;
}

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

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

#nav > ul ul > li.corrente {
	background: #3d2413;
}

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

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

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

#nav > ul ul > li{
	position: relative;
	width: 100%;
	z-index: 11;
}

#nav > ul ul > li a{
	display: block;
	text-align: center;
	padding: 0.8rem 0px; 
	font-weight: normal;
	color: #3d2413;
}

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

#nav > ul ul > li:hover{
	background: #3d2413;
}

@media only screen and ( max-width: 767px){
	#velinaMenu{
		height: 0rem;
	}

	#menu{
		z-index: 2000;
	}

    #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: absolute;
        left: 0;
        right: 0;
		z-index: 100;
		background-color: #3d2413;
		top: 5rem;
		z-index: 100;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		border-bottom: 1px solid #444444;
	}
	
	#nav > ul > li a{
		color: #{6d7e22Resp};
	}
	
	#nav > ul > li a:hover{
		color: #{6d7e22HResp};
	}
	
    /*second level */
	#nav li ul{
		position: relative;
		text-align: left;
		width: 100%;
		float: none;
	}
	
	#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.6rem 2%; 
	}

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

.tastoMenu{
	position: relative;
	float: right;
	margin: 1rem 2% 1rem 0%;
	width: 3rem;
	height: 3rem;
	background-color: #ffffff;
	border-radius: 0.4rem;
	padding: 0.4rem;
}

.tastoMenu:hover{
}

.lineeMenu{
	position: relative;
	border-radius: 0.4rem;
	width: 100%;
	margin: 0.3rem 0;
	background-color: #3d2413;
	height: 0.4rem;
}

/************************************************/
/* 				Banner							*/
/************************************************/
#banner{
	position: relative;
	background: #f1e1c4;
	height: 75vh;
	overflow: hidden;
}

#bannerIn{
	position: relative;
	background: #f1e1c4;
	height: 60vh;
	overflow: hidden;
}

#testoBanner{
	position: absolute;
	z-index: 1000;
	color: #ffffff;
	text-align: center;
	text-shadow: 0.2rem 0.2rem 0.4rem #000000;
	width: 100%;
	height: 55%;
	top: 45%;
}

#testoBanner h1{
	font-size: 4rem;
	margin: 1rem 0rem;
	cursor: pointer;
}

#testoBanner h2{
	font-size: 1.4rem;
	margin: 1rem 0rem;
}

@media only screen and ( max-width: 767px){
	#banner{
		height: 45vh;
	}

	#bannerIn{
		position: relative;
		background: #f1e1c4;
		height: 30vh;
		overflow: hidden;
	}
	
	#testoBanner h1{
		font-size: 2rem;
		margin: 0.4rem 0rem;
	}

	#testoBanner h2{
		font-size: 1.2rem;
		margin: 0.4rem 0rem;
	}
}
/************************************************/
/* 				Grafica home					*/
/************************************************/
#logoHome{
	position: absolute;
	width: 20%;
	top: 10%;
	margin: 0 40%;
	text-align: center;
	z-index: 50;
}

#dateHome{
	position: absolute;
	width: 40%;
	top: 50%;
	height: 10rem;
	margin: 0% 30%;
	text-align: center;
	z-index: 50;
	color: #3d2413;
	line-height: 2.4rem;
}

span.edizione {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.2rem;
	font-family: 'Shadows Into Light Two';
}

span.dateGiorni {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.2rem;
}

span.celeste {
	color: #64c3d5;
}

span.fucsia {
	color: #e64466;
}

span.backMarrone {
	background: #3d2413;
	color: #ffffff;
	padding: 0.2rem 0.4rem;
}

#logoHome img{
	width: 100%;
}

.pallSx{
	position: absolute;
	width: 11%;
	top: 60%;
	left: 25%;
	z-index: 1010;
}

.pallSx img{
	width: 100%;
	height: auto;
}

.pallSx01, .pallSx02, .pallSx03,.pallSx04,.pallDx01, .pallDx02, .pallDx03,.pallDx04{
	position: absolute;
	width: 10%;
}

.pallSx01 img, .pallSx02 img, .pallSx03 img,.pallSx04 img,.pallDx01 img, .pallDx02 img, .pallDx03 img,.pallDx04 img{
	width: 100%;
	height: auto;
}

.pallSx01{
	top: 71%;
	left: 15%;
	z-index: 1010;
}

.pallSx02{
	top: 58%;
	left: 16.5%;
	z-index: 1006;
}

.pallSx03{
	top: 63%;
	left: 11.5%;
	z-index: 1008;
}

.pallSx04{
	top: 49%;
	left: 14%;
	z-index: 1004;
}

.pallDx01{
	top: 75%;
	right: 15%;
	z-index: 1010;
}

.pallDx02{
	top: 67%;
	right: 11.5%;
	z-index: 1008;
}

.pallDx03{
	top: 62%;
	right: 16.5%;
	z-index: 1006;
}

.pallDx04{
	top: 53%;
	right: 14%;
	z-index: 1004;
}


@media only screen and ( max-width: 767px){
	#logoHome{
		position: absolute;
		width: 30%;
		top: 12%;
		margin: 0 35%;
	}

	#dateHome{
		font-size: 1.2rem;
		line-height: 1.6rem;
	}

	.pallSx01{
		top: 81%;
		left: 13%;
		z-index: 1010;
	}

	.pallSx02{
		top: 68%;
		left: 14.5%;
		z-index: 1006;
	}

	.pallSx03{
		top: 73%;
		left: 9.5%;
		z-index: 1008;
	}

	.pallSx04{
		top: 59%;
		left: 12%;
		z-index: 1004;
	}

	.pallDx01{
		top: 85%;
		right: 13%;
		z-index: 1010;
	}

	.pallDx02{
		top: 77%;
		right: 9.5%;
		z-index: 1008;
	}

	.pallDx03{
		top: 72%;
		right: 14.5%;
		z-index: 1006;
	}

	.pallDx04{
		top: 63%;
		right: 12%;
		z-index: 1004;
	}
	
	.pallSx01, .pallSx02, .pallSx03,.pallSx04,.pallDx01, .pallDx02, .pallDx03,.pallDx04{
		display: none;
	}
	
	.pallSx{
		display: none;
	}
}
/************************************************/
/* 				Corpo							*/
/************************************************/
#container{
	position: relative;
	min-height: 20vh;
	background: #e64466;
}

#containerIn{
}

#titolo{
	position: relative;
	width: 100%;
	padding: 2.8rem 10%;
	background: #f1e1c4;
}

#titolo h1{
	margin: 0;
	padding: 0;
	color: #3d2413;
	font-size: 2rem;
	font-weight: bold;
}

.contenitoreHome{
	position: relative;
	max-width: 120rem;
	margin: 0 auto;	
}

.contenitore{
	position: relative;
}

.contenitoreSx{
	position: relative;
	float: left;
	width: 70%;
	padding: 5rem 10% 5rem 10%;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.contenitoreSx h1{
	font-size: 1.8rem;
	line-height: 1.8rem;
	padding: 2rem 0;
	margin: 0;
}

.contenitoreDx{	
	position: relative;
	float: right;
	width: 30%;
	padding: 5rem 10% 5rem 0%;
	background: #f9f2e8;
	z-index: 1;
}

#cuoreSx{
	position: absolute;
	top: 1rem;
	left: 0;
	width: 20%;
}

#cuoreDx{
	position: absolute;
	top: 5rem;
	right: 0;
	width: 25%;
}

#cuoreSx img, #cuoreDx img{
	width: 100%;
	dipslay: block;
}

#cuoreSponsor{
	position: absolute;
	top: 5rem;
	right: 0;
	width: 10%;
}

#contenitoreDx{
	position: absolute;
	width: 30%;
	height: 100%;
	top: 0;
	right: 0;
	background: #f9f2e8;
	z-index: 0;
}

#calendarioLaterale{
	position: relative;
	width: 70%;
	padding: 0;
	margin: 5rem 0 5rem 20%;
	text-align: center;
	color: #3d2413;
	font-size: 1.4rem;
}

#calendarioLaterale h1{
	font-size: 1.8rem;
	font-weight: 0rem;
	margin: 0rem;
	padding: 0rem;
	color: #3d2413;
	text-transform: uppercase;
}

#calendarioLaterale h2{
	font-size: 1.6rem;
	font-weight: 0rem;
	margin: 0 0 1rem 0;
	padding: 0rem;
	color: #3d2413;
}

#rigaAnteprimaCalendario{
	position: relative;
	background: #3d2413;
	height: 0.2rem;
	margin: 1rem auto;
	width: 60%;
}

#sponsorLaterale{
	position: relative;
	width: 100%
	margin: 5rem 0;
	padding: 0;
}

#sponsorLaterale img{
	width: 100%;
	display: block;
	z-index: 0;
}

#sponsor{
	position: absolute;
	top: 30%;
	right: 20%;
	width: 60%;
	height: auto;
	background: #ffffff;
	z-index: 0;
}

#sponsor img{
	width: 100%;
	display: block;
}

@media (max-width: 1200px){
	.contenitoreSx{
		padding: 5rem 5% 5rem 10%;
	}
	
	#sponsor{
		right: 15%;
		width: 70%;
		height: auto;
	}
}


@media (max-width: 767px){
	.contenitoreHome{
		padding: 0 10%;
	}

	.contenitoreSx, .contenitoreDx{
		position: relative;
		float: none;
		width: 100%;
		padding: 2rem 10%;
	}
	
	.contenitoreDx{
		padding: 2rem 0;
	}
}
/************************************************/
/* 				Fasce							*/
/************************************************/
#fascia1 , #fascia2, #fascia3, #fascia4{
	position: relative;
	width: 100%;
	padding: 5rem 0 2rem 0;
	font-size: 2rem;
	text-align: center;
}

#fascia1{
	background: #ffffff;
}

#fascia2{
	background: #ffffff;
}

#fascia3{
	background: #ffffff;
}

#fascia4{
	background: #ffffff;
}

#fasciaFoto1,#fasciaFoto2, #fasciaFoto3, #fasciaFoto4{
	position: relative;
	width: 100%;
	padding: 2rem 0 5rem 0;
}

.boxHome, .boxFine{
	position: relative;
	float: left;
	width: 28%;
	margin: 0 2.5rem;
	overflow: hidden;
}

.boxFine h1{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0.8rem 5%;
	border-bottom: 0.1rem solid #ffffff;
	color: #ffffff;
}

.app{
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
	padding: 0.4rem 0;
}

.app img, .app swg{
	width: 65%;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.boxFineContenuto{
	position: relative;
	width: 90%;
	margin: 1rem auto;
	line-height: 1.8rem;
}

.boxFineContenuto a, .boxFineContenuto a:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

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

.fotoFascia{
	position: absolute;
	width: 100%;
}

.fotoFascia img{
	width: 101%;
	display: block;
}

.fotoVelina{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.4;
	z-index: 10;
}

.fotoTesto{
	position: absolute;
	width: 100%;
	top: 45%;
	height: 55%;
	color: #ffffff;
	font-family: 'Shadows Into Light Two';
	font-size: 2.4rem;
	text-align: center;
	z-index: 11;
}

#fasciaFoto1{
	background: #ffffff;
}

#fasciaFoto2{
	background: #ffffff;
}

#fasciaFoto3{
	background: #ffffff;
}

#fasciaFoto4{
	background: #423633;
	color: #ffffff;
}

.titoloFascia{
	color: #3d2413;
	font-weight: bold;
}

.sottotitoloFascia{
	font-size: 1.4rem;
	color: #423633;
	font-weight: bold;
}

.fraseFascia{
	font-family: 'Shadows Into Light Two';
	color: #423633;
	font-size: 2.4rem;
}


@media (max-width: 480px){
	.boxHome, .boxFine{
		position: relative;
		float: none;
		width: 100%;
		margin: 3rem 0;
	}
}

/************************************************/
/* 				Calendario						*/
/************************************************/
.tastiGiorni{
	background: #3d2413;
	padding: 0.4rem 0.6rem;
	float: left;
	margin: 0.5rem;
	color: #ffffff;
	transition: background 0.4s;
	cursor: pointer;
}

.tastiGiorni:hover{
	background: #;
}

.giornoCalendario{
	font-size: 2.6rem;
	padding: 1.4rem 1% 1.4rem 1%;
	margin: 1rem 0;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	font-family: 'Kalam', cursive;
	background: #3d2413;
	border-radius: 0.4rem;
	border: 0.1rem solid #3d2413;
	overflow: hidden;
}

.giornoCalendarioDescrizione{
	font-size: 2rem;
	padding: 0.3rem 0;
	font-weight: 400;
}

.aperto{
	position: relative;
	float: right;
}

 .chiuso{
	position: relative;
	float: right;
	display: none;
}

.giornoCalendarioDett{
	display: block;
}

.appuntamentoN{
	font-size: 1.4rem;
}

.appuntamentoN li{
    list-style-type: none;
	padding: 0.6rem 0rem; 
    margin: 0px;
}

.appuntamentoC{
	font-size: 1.4rem;
}

.appuntamentoC li{
    list-style-type: none;
	padding: 0.5rem 0rem; 
    margin: 0px;
}

.appuntamentoC a{
	color: #000000;
	font-weight: normal;
}

.appuntamentoC a:hover{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.appuntamentoC:hover{
	background-color: #3d2413;
}

.appuntamentoOra{
	float: left;
	text-align: right; 
	width: 12%;
}

.appuntamentoDett{
	float: left;
	width: 86%;
}

.appuntamentoDett a{
	color: #;
	font-weight: bold;
}

.appuntamentoOrario{
	position: relative;
	width: 100%;
	padding: 0.2rem 2%;
}

.appuntamentoDettaglio{
	position: relative;
	width: 100%;
	padding: 0.2rem 2%;
}

.appuntamentoDettaglio h2{
	padding: 0;
	margin: 0;
}

/************************************************/
/* 				News							*/
/************************************************/
.anteprima{
	margin: 0.6rem 0;
	font-size: 1.4rem;
}

.anteprima a{
	color: #ffffff;
	text-decoration: none;
}

.anteprima a:hover{
	color: #ffffff;
	text-decoration: none;
}

.anteprimaElenco{
	margin-bottom: 20px;
}

.anteprimaTitolo{
	position:relative;
	font-size: 1.6rem;
	font-weight: bold;
}

span.dataNews {
	font-size: 1.2rem;
	font-style: italic;
	font-weight: normal;
}

.anteprimaNews{
	position: relative;
}

.fotoNews{
	position: relative; 
	width: 50%;
	float: left;
	margin: 0 3% 0.8rem 0;
}

.fotoNews img{
	width: 100%;
}

.titoloNews{
	font-size: 1.68rem;
	border-bottom: 0.1rem solid #3d2413;
	margin-bottom: 1.0rem;
}

@media (max-width: 767px){
	.fotoNews{
		width: 98%;
	}
}


/************************************************/
/* 				Cucina							*/
/************************************************/
.cucinaSx, .cucinaDx{
	position: relative;
	float: left;
	width: 46%;
	margin: 0.5rem 2%;
}

.cucinaSx a, .cucinaSx a:hover , .cucinaDx a,  .cucinaDx a:hover{
	color: #444444;
	text-decoration: none;
}

.cucinaContenuto a, .cucinaContenuto a:hover{
	color: #3d2413;
}

.cucinaSx h1, .cucinaDx h1{
	position: relative;
	width: 100%;
	margin: 0rem;
	padding: 0;
	font-size: 2.2rem;
	line-height: 2.2rem;
}

.cucinaSx img, .cucinaDx img{
	width: 100%;
	display: block;
}

@media (max-width: 767px){
	.cucinaSx, .cucinaDx{
		position: relative;
		float: none;
		width: 96%;
		margin: 2rem 2%;
	}
}

/************************************************/
/* 				Fine							*/
/************************************************/
#fine{
	position: relative;
	background: #f1e1c4;
	color: #3d2413;
}

#fineSocial{
	position: relative;
	width: 100%;
	height: 8rem;
	padding: 2rem 0;
	text-align:center;
	font-size: 1.4rem;
}

#fineSocial .fa{
	padding: 0 1rem;
}

#fineSocial a{
	color: #3d2413;
}

#fineSocial a:hover{
	color: #594b42;
}

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

#fineInfo{
	position:relative;
	width: 100%;
	text-align:center;
	padding: 2rem 0 3rem 0;
}

#finePartner{
	position: relative;
	width: 100%;
	text-align: center;
	background: #ffffff;
	padding: 2rem 0;
}

#finePartnerIst{
	position: relative;
	float: left;
	width: 40%;
	text-align: right;
	font-weight: 500;
}

#finePartnerMain{
	position: relative;
	float: left;
	width: 60%;
	text-align: left;
	font-weight: 500;
}

@media (max-width: 767px){
	#finePartnerIst, #finePartnerMain{
		position: relative;
		float: none;
		width: 100%;
		text-align: center;
	}
}

/************************************************/
/* 				Sponsor							*/
/************************************************/
.sponsor{
	border: 0.1rem solid #ae0000;
}

.sponsor img{
	display: block;
	width: 100%;
	bottom: 0;
}

.istituzionali, .mainSponsor, .sponsor1{
	float: left;
	width: 30%;
	text-align: center;
	margin: 1.0rem 1.5%;
	background: #ffffff;
}

.sponsor2{
	float: left;
	width: 23%;
	text-align: center;
	margin: 1.0rem 1%;
	background: #ffffff;
}

.istituzionali img, .mainSponsor img, .sponsor1 img, .sponsor2 img{
	width: 90%;
}


@media (max-width: 767px){
	.istituzionali{
		float: left;
		width: 50%;
	}

	.mainSponsor{
		float: left;
		width: 50%;
	}

	.sponsor1{
		float: left;
		width: 33%;
	}

	.sponsor2{
		float: left;
		width: 33%;
	}
}

/************************************************/
/* 				Le aziende						*/
/************************************************/
.aziende{
	float: left;
	width: 33%;
	height: 8.0rem;
	text-align: center;
	margin: 1.0rem 0;
}

.aziende img{
	height: 90%;
}

/************************************************/
/* 				Azienda							*/
/************************************************/
.azienda{
	postition: relative;
	margin: 0 0 2.0rem 0;
	padding: 1rem 5%;
	background: #ffffff;
}

.aziendaLogo{
	postition: relative;
	float: left;
	width: 30%;
}

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

.aziendaDettaglio{
	postition: relative;
	float: left;
	width: 70%;
}

.aziendaDettaglio h1{
	postition: relative;
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: 0.1rem solid #3d2413;
	padding: 0.8rem 0;
}

.aziendaInfo{
	position: relative;
	float: left;
	width: 76%;
	padding: 2rem 2%;
}

.aziendaTasto{
	position: relative;
	float: right;
	width: 16%;
	max-width: 25rem;
	padding: 1rem 2%;
	margin: 2rem 0;
	background: #3d2413;
	text-align: center;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.4rem;
	border-radius: 0.4rem;
	overflow: hidden;
}

.aziendaVisita{
	position:relative;
	width: 100%;
	background: #faf9f1;
	padding: 1rem 5%;
}

@media (max-width: 767px){
	.aziendaLogo{
		postition: relative;
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.aziendaDettaglio{
		postition: relative;
		float: none;
		width: 100%;
	}
	
	.aziendaInfo, .aziendaTasto{
		position:relative;
		width: 100%;
		diplay: none;
	}
	
	.aziendaTasto{
		font-size: 1.4rem;
	}

	.aziendaTasto img{
		vertical-align:middle;
	}
}

/************************************************/
/* 				Galleria						*/
/************************************************/
.fotoGalleria{
	float: left;
	width: 23%;
	margin: 1.0rem 1%;
}

.fotoGalleria img{
	width: 100%;
	diplay: block;
}

@media (max-width: 767px){
	.fotoGalleria{
		width: 30%;
		margin: 1.0rem 1.5%;
	}
}

/************************************************/
/* 				Galleria script					*/
/************************************************/
.imgGalleria{
	position: relative;
	float: left;
	width: 24%;
	overflow: hidden;
	margin: 0.4rem 0.5%;
}

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

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

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

#descGalleria{
	position: relative;
	width: 100%;
	padding: 2rem 0;
}

@media (max-width: 767px){
	.imgGalleria{
		position: relative;
		float: left;
		width: 32%;
		margin: 0.4rem 0.5%;
	}
}

/************************************************/
/* 				Menu anno						*/
/************************************************/
.annoGalleria{
	position: relative;
	float: left;
	background: #3d2413;
	color: #ffffff;
	font-weight: bold;
	padding: 0.2rem 0.8rem;
	margin: 0.6rem;
}

.galleriaGiorno{
	position: relative;
	float: left;
	background: #3d2413;
	color: #ffffff;
	font-weight: bold;
	padding: 0.2rem 0.8rem;
	margin: 0.6rem;
	transition: background 0.4s;
}

.galleriaGiorno:hover{
	background: #423633;
}

/************************************************/
/* 				Video							*/
/************************************************/
.video{
	position:relative;
	float: left;
	width: 45%;
	margin: 2rem 2.5%;
}

@media (max-width: 767px){
	.video{
		position:relative;
		float: none;
		width: 100%;
		margin: 2rem 0%;
	}
}

.embed{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	width: 100%;
}

.embed iframe,
.embed object,
.embed embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/************************************************/
/* 				Nav barraAvanti{				*/
/************************************************/
#navBar{
	position: relative;
	width: 100%;
	margin: 2rem 0%;
}

#barraRisultati{
	font-size: 1.4rem;
	float: right;
	color: #3d2413;
	font-weight: bold;
	padding-top: 0.1rem;
}

.barraDietro{
	float: right;
	background: #3d2413;
	margin-right: 1.0rem;
	overflow: hidden;
	padding: 0.2rem 1rem;
	font-weight: bold;
	color: #ffffff;
}

.barraAvanti{
	float: right;
	background: #3d2413;
	margin-left: 1.0rem;
	overflow: hidden;
	padding: 0.2rem 1rem;
	font-weight: bold;
	color: #ffffff;
}

.barraDietro:hover,.barraAvanti:hover{
	background: #423633;
}

/************************************************/
/* 				Mappa							*/
/************************************************/
#mappa{
	position: relative;
	width: 100%;
	left: 0rem;
	top: 0rem;
	height: 50rem;
}

/************************************************/
/* 				Pagina video					*/
/************************************************/
.videoPage {
	position: relative;
	float: left;
	width: 60%;
}

.videoPageDescr{
	position: relative;
	float: left;
	width: 36%;
	padding: 0rem 2%;
}

.videoPage iframe,
.videoPage object,
.videoPage embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 767px){
	.videoPage {
		position: relative;
		float: none;
		width: 100%;
	}

	.videoPageDescr{
		position: relative;
		float: none;
		width: 96%;
		padding: 2rem 2%;
	}
}

/************************************************/
/* 				Istituzionali					*/
/************************************************/
#loghiIstituzionali{
	position: relative;
	float: left;
	width: 70%;
	margin-top: 1rem;
}

#testoIstituzionale{
	position: relative;
	float: left;
	width: 30%;
	padding: 0 2% 0 0;
	margin-top: 1rem;
	font-size: 1.1rem;
}

#loghiIstituzionali img{
	position: relative;
	float: left;
	width: 14%;
	margin: 0 3% 1rem 3%;
}

@media (max-width: 767px){
	#loghiIstituzionali, #testoIstituzionale{
		position: relative;
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 1rem;
	}
	
	#loghiIstituzionali img, #loghiComuni img{
		position: relative;
		float: left;
		width: 30%;
		margin: 0 1.5%;
	}
}

/************************************************/
/* 				logo descrizione				*/
/************************************************/
.logoDescrizione{
	position: relative;
	width: 40%;
	margin: 2rem auto;
}

.logoDescrizione img{
	width: 100%;
	display: inline-block;
}

@media (max-width: 767px){
	.logoDescrizione{
		width: 100%;
	}
}

/************************************************/
/* 				facebook footer					*/
/************************************************/
span#u_0_3{
	color: #ffffff;
}

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

.visible-mob{
	display: none;
}

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

}