html,body{height:100%;}

body{
margin: 0;
padding: 0;
font-family: "brandon-grotesque";
}

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

a{
text-decoration: none;
}

a:hover{
text-decoration: none;
}

img{
	max-width: 100%;
}
	
.clear{
clear: both;
}

/*--- HOMEPAGE ---*/
	
	.fascia-intro{
		background-color: #435b27;
		padding-top: 95px;
		padding-bottom: 65px;
		min-height: 100%;
	}
	
		.intro-oltrepo{
			text-align: center;
		}
		
			#img-intro-01{
				margin-bottom: 62px;
			}
			
			#img-intro-02{
				margin-bottom: 12px;
			}
			
			#img-intro-03{
				margin-left: 80px;
			}
			
			.intro-testo-01 p, .intro-testo-02 p{
				color: #f1cd60;
				font-weight: 500;
				font-size: 22px;
				line-height: 32px;
			}
			
			.intro-testo-02 p{
				padding-left: 15px;
			}
			
			.intro-esplora{
				margin-top: 65px;
				margin-bottom: 65px;
				text-align: center;
				font-size: 40px;
				height: 349px;
				padding-top: 145px;
				background-image: url(../img/bg-intro-esplora.jpg);
				background-position: center center;
				background-repeat: no-repeat;
			}
			
				.intro-esplora a{
					color: #cd593e;
					display: inline-block;
					border-bottom: 5px solid #cd593e;
					font-weight: 700;
				}
				
	.cit-guareschi{
		min-height: 100%;
		background-image: url(../img/paesaggio_ani2.gif);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #d8dde1;
	}
	
		.cit-guareschi-txt{
			color: #4c5c2f;
			font-weight: 500;
			font-size: 22px;
			line-height: 32px;
			width: 25%;
			margin: 0 auto;
			padding-top: 280px;
		}
		
			.cit-guareschi-txt span{
				font-size: 12px;
			}
			
	.i-comuni{
		background-color: #737f29;
		min-height: 100%;
		padding-top: 60px;
		padding-bottom: 85px;
		width: 100%;
		text-align: center;
		display: table;
	}
	
		.i-comuni .container{
			display: table-cell;
			vertical-align: middle;
		}
	
		.i-comuni h2{
			font-size: 40px;
			color: white;
			text-align: center;
			letter-spacing: 2px;
			margin-bottom: 50px;
		}
		
			.i-comuni h2 span{
				border-bottom: 5px solid #cd593e;
			}
			
		.i-comuni .col-lg-12{
			position: relative;
		}
		
			.i-comuni .col-lg-12 p{
				width: 25%;
				position: absolute;
				right: 0;
				top:0;
				color: #f1cd60;
				font-weight: 500;
				font-size: 22px;
				line-height: 32px;
			}
			
	.fascia-fieno{
		background-image: url(../img/bg-fieno.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #d9b894;
		min-height: 98%;
	}
	
		.colonna{
			min-height: 910px;
			width: 20%;
			float: left;
			position: relative;
		}
		
			.testo-colonna{
				width: 86%;
				margin: 0 auto;
				color: white;
				font-size: 32px;
				line-height: 46px;
				font-weight: 100;
				display: block;
			}
			
				.testo-colonna span{
					font-size: 14px;
					display: block;
					text-align: center;
					margin-top: 40px;
				}
			
			.vCenter {
			position:absolute;
			height:50%;
			margin:auto;
			top:0; left:0; bottom:0; right:0;
			}
			
			.colonna:hover .testo-colonna{
				display: block;
			}
			
	.area-menu{
		padding-top: 50px;
		background-color: #767e34;
	}
	
		.esplora-prodotti{
			font-size: 36px;
			color: white;
			text-align: center;
			font-weight: 300;
			padding-bottom: 50px;
			padding-top: 20px;
		}
	
		.fig-menu{
			height: 190px;
			padding-bottom: 30px;
			margin-bottom: 30px;
			text-align: center;
			cursor: pointer;
		}
		
			.helper {
			    display: inline-block;
			    height: 100%;
			    vertical-align: bottom;
			}

			.fig-menu img{
				vertical-align: bottom;
			}
			
			.fig-menu span.nome-fig{
				font-size: 18px;
				color: #d5d4b9;
				text-transform: uppercase;
				display: inline-block;
				padding-top: 5px;
				visibility: hidden;
				font-weight: 500;
				letter-spacing: 0.1em;
			}
			
			.fig-menu:hover span.nome-fig{
				visibility: visible;
			}
			
	.footer{
		background-color: #4c5c2f;
		padding-top: 65px;
		padding-bottom: 200px;
		font-size: 16px;
		color: white;
	}
	
		.footer a{
			color: #bed0e3;
			font-weight: 700;
		}
		
		.footer-libro{
			font-size: 22px;
		}
		
			.footer-libro p{
				padding-top: 40px;
			}
		
		.footer-progetto p{
			width: 75%;
			margin: 0 auto;
			padding-top: 40px;
		}
		
		.footer-contatti{
			text-align: right;
		}
		
			.footer-contatti a.link-info{
				display: inline-block;
				vertical-align: -25px;
				font-weight: 700;
				color: white;
				border-bottom: 2px solid #eb5a3a;
			}
			
			.footer-contatti img{
				margin-top: 30px;
				margin-left: 25px;
			}
	
	/*--- PAGINA INTERNA ---*/
	
	header{
	    height: 120px;
	    position: fixed;
	    top: 0;
	    transition: top 0.2s ease-in-out;
	    width: 100%;
	    z-index: 1000;
	}
	
	.nav-up {
    top: -120px;
	}
	
		.header-top{
			background-color: #74802a;
			height: 70px;
			position: relative;
			padding-top: 0px;
		}
		
		.header-bottom{
			background-color: #c1cfeb;
			height: 50px;
			position: relative;
		}
		
		.logo-lingue{
			height: 70px;
			padding-top: 10px;
			text-align: center;
			position: relative;
		}
		
			.lingue{
				width: 5%;
				position: absolute;
				right: 0;
				top: 10px;
				text-align: center;
			}
			
			.lingue a{
				padding: 0;
				margin: 0;
				color: #bac879;
				font-size: 16px;
				font-weight: 700;
			}
			
			.lingue a:hover{
				color: white;
			}
			
			.lingue hr{
				margin: 0;
				margin-top: 2px;
				margin-bottom: 2px;
				border-bottom: 2px solid #bac879;
				border-top: 1px solid #bac879;
				background-color: #bac879;
				color: #bac879;
			}
			
			.fascia-intro .container{
				position: relative;
			}
			
			.fascia-intro .container .lingue{
				top:-80px;
			}
		
		.barra-menu{
			height: 50px;
			text-align: center;
			position: relative;
		}
		
			.barra-menu img{
				margin-left: 10px;
				margin-right: 10px;
			}
			
			.image_off, a.link-menu:hover .image_on{
			   display:none;
			}
			.image_on, a.link-menu:hover .image_off{
			   display:inline-block
			}
			
		#menu-top{
			border: none;
			border-radius: 0;
			background: #c1cfeb;;
		}
			
		#menu-top .nav{
			width: 100%;
			margin: 0;
			padding: 0;
		}
			
		#menu-top .nav li{
			width: 6%;
			margin-right: 0.12%;
			margin-left: 0.12%;
			height: 50px;
		}
		
			#menu-top .nav li a{
				background-repeat: no-repeat;
				background-position: center center;
				height: 50px;
				-webkit-transition: background-image 0.2s ease-in-out;
				-moz-transition: background-image 0.2s ease-in-out;
				-o-transition: background-image 0.2s ease-in-out;
				transition: background-image 0.2s ease-in-out;
			}
			
			#menu-top .nav li a:hover{
				-webkit-transition: background-image 0.2s ease-in-out;
				-moz-transition: background-image 0.2s ease-in-out;
				-o-transition: background-image 0.2s ease-in-out;
				transition: background-image 0.2s ease-in-out;
			}
			
			#menu-top .nav li a.btn-zucca{
				background-image: url(../img/btn-zucca-norm.png);
			}
			
			#menu-top .nav li a.btn-parmigiano{
				background-image: url(../img/btn-parm-norm.png);
			}
			
			#menu-top .nav li a.btn-asparagi{
				background-image: url(../img/btn-asp-norm.png);
			}
			
			#menu-top .nav li a.btn-uva{
				background-image: url(../img/btn-uva-norm.png);
			}
			
			#menu-top .nav li a.btn-polirone{
				background-image: url(../img/btn-chiese-norm.png);
			}
			
			#menu-top .nav li a.btn-tartufo{
				background-image: url(../img/btn-tartufo-norm.png);
			}
			
			#menu-top .nav li a.btn-riso{
				background-image: url(../img/btn-riso-norm.png);
			}
			
			#menu-top .nav li a.btn-po{
				background-image: url(../img/btn-po-norm.png);
			}
			
			#menu-top .nav li a.btn-parchi{
				background-image: url(../img/btn-parchi-norm.png);
			}
			
			#menu-top .nav li a.btn-pera{
				background-image: url(../img/btn-pera-norm.png);
			}
			
			#menu-top .nav li a.btn-maiale{
				background-image: url(../img/btn-maiale-norm.png);
			}
			
			#menu-top .nav li a.btn-miele{
				background-image: url(../img/btn-miele-norm.png);
			}
			
			#menu-top .nav li a.btn-cappone{
				background-image: url(../img/btn-cappone-norm.png);
			}
			
			#menu-top .nav li a.btn-chiese{
				background-image: url(../img/btn-chiese-norm.png);
			}
			
			#menu-top .nav li a.btn-melone{
				background-image: url(../img/btn-melone-norm.png);
			}
			
			#menu-top .nav li a.btn-cipolla{
				background-image: url(../img/btn-cipolla-norm.png);
			}
			
			#menu-top .nav li a.btn-zucca:hover{
				background-image: url(../img/btn-zucca-hov.png);
			}
			
			#menu-top .nav li a.btn-parmigiano:hover{
				background-image: url(../img/btn-parm-hov.png);
			}
			
			#menu-top .nav li a.btn-asparagi:hover{
				background-image: url(../img/btn-asp-hov.png);
			}
			
			#menu-top .nav li a.btn-uva:hover{
				background-image: url(../img/btn-uva-hov.png);
			}
			
			#menu-top .nav li a.btn-polirone:hover{
				background-image: url(../img/btn-chiese-hov.png);
			}
			
			#menu-top .nav li a.btn-tartufo:hover{
				background-image: url(../img/btn-tartufo-hov.png);
			}
			
			#menu-top .nav li a.btn-riso:hover{
				background-image: url(../img/btn-riso-hov.png);
			}
			
			#menu-top .nav li a.btn-po:hover{
				background-image: url(../img/btn-po-hov.png);
			}
			
			#menu-top .nav li a.btn-parchi:hover{
				background-image: url(../img/btn-parchi-hov.png);
			}
			
			#menu-top .nav li a.btn-pera:hover{
				background-image: url(../img/btn-pera-hov.png);
			}
			
			#menu-top .nav li a.btn-maiale:hover{
				background-image: url(../img/btn-maiale-hov.png);
			}
			
			#menu-top .nav li a.btn-miele:hover{
				background-image: url(../img/btn-miele-hov.png);
			}
			
			#menu-top .nav li a.btn-cappone:hover{
				background-image: url(../img/btn-cappone-hov.png);
			}
			
			#menu-top .nav li a.btn-chiese:hover{
				background-image: url(../img/btn-chiese-hov.png);
			}
			
			#menu-top .nav li a.btn-melone:hover{
				background-image: url(../img/btn-melone-hov.png);
			}
			
			#menu-top .nav li a.btn-cipolla:hover{
				background-image: url(../img/btn-cipolla-hov.png);
			}
		
		.middle{
			display: block;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			width: 100%;
			text-align: center;
		}
		
		.gusto-esplora{
			color: #bdc77d;
			font-size: 18px;
			font-weight: 600;
			margin-right: 36px;
			margin-left: 0px;
			display: inline-block;
			vertical-align: -7px;
		}
		
		.logo-menu{
			margin-right: 20px;
		}
		
		.ico-top-zucca{
			margin-right: 20px;
			display: inline-block;
			vertical-align: -33px;
			width: 65px;
		}
		
		.ico-musei{
			display: inline-block;
			vertical-align: -33px;
			width: 65px;
		}
		
			.ico-top-zucca img, .ico-musei img{
				margin-bottom: 3px;
			}
			
			.ico-top-zucca a, .ico-musei a{
				color: #74802a;
				font-size: 12px;
			}
			
			.ico-top-zucca a:hover, .ico-musei a:hover{
				color: #bdc77d;
			}
		
			.middle span{
				display: inline-block;
			}
			
	.intro-sezione{
		height: auto !important;
		padding-bottom: 60px;
		min-height: 100vh;
		position: relative;
	}
	
	.esplora-ricetta{
		position: absolute;
		bottom: 50px;
		right: 10%;
		z-index: 10;
	}
	
		.btn-esplora{
			margin-right: 10px;
		}
		
		.btn-esplora:hover{
			opacity: 0.7;
		}
		
		.btn-ricetta{
			
		}
		
		.btn-ricetta:hover{
			opacity: 0.7;
		}
		
		.presentazione{
			text-align: center;
			padding-top: 40px;	
		}	
		
			.presentazione h1{
				font-size: 100px;
				margin-bottom: 50px;
				margin-top: 30px;
				font-weight: 100;
			}
			
			.presentazione p{
				width: 50%;
				margin: 0 auto;
				text-align: justify;
				font-size: 18px;
				line-height: 32px;
				margin-bottom: 60px;
				font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			}
		
		.freccia-sx{
			text-align: left;
			position: relative;
		}
		
		.freccia-dx{
			text-align: right;
			position: relative;
		}
		
			.freccia-sx img, .freccia-dx img{
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
			}
			
			.freccia-sx img{
				left: 0;
			}
			
			.freccia-dx img{
				right: 0;
			}
			
		.freccia-fx-sx{
			position: fixed;
			top: 45%;
			left: 2%;
			z-index: 100;
		}
		
		.freccia-fx-dx{
			position: fixed;
			top: 45%;
			right: 2%;
			z-index: 100;
		}
			
	.fascia-descrizione{
		padding-top: 60px;
		padding-bottom: 60px;
		font-size: 21px;
		line-height: 60px;
		font-weight: 400;
		text-align: justify;
		min-height: 100vh;
		width: 100%;
		letter-spacing: 1px;
		display: table;
	}
	
		.fascia-descrizione .container{
			display: table-cell;
			vertical-align: middle;
		}
		
			.fascia-descrizione .container p{
				width: 70%;
				margin: 0 auto;
			}
	
		.fascia-descrizione strong{
			font-weight: 600;
		}
	
	.stagioni{
		text-align: center;
		padding-top: 60px;
		padding-bottom: 80px;
	}
	
		.stagioni h2{
			font-size: 18px;
			margin-bottom: 30px;
		}
		
	.fascia-varieta{
		padding-top: 45px;
		padding-bottom: 110px;
	}
	
		.fascia-varieta h2{
			font-size: 32px;
			font-weight: 300;
			margin-bottom: 60px;
			text-align: center;
		}
		
		
	.ingredienti-per{
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
			
	/*-- ZUCCA --*/
	
	.zucca .presentazione h1{
		color: #f49750;
	}
	
	.zucca .fascia-descrizione{
		background: #f49750;
		color: white;
	}
	
		.zucca .fascia-descrizione strong{
			font-weight: 600;
			color: #8f3827;
		}
		
		.zucca .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
		
		.zucca .festesagre{
			margin-bottom: 90px;
		}
		
		.zucca .festesagre h2{
			margin-top: 60px;
			margin-bottom: 20px;
		}
		
		.zucca .festesagre h3{
			font-size: 20px;
			color: #f49400;
			margin-bottom: 30px;
			font-weight: 300;
		}
		
		.zucca .festesagre p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.zucca .festesagre p a{
				color: #58462f;
			}
		
			.zucca .festesagre p strong{
				text-transform: uppercase;
				font-weight: 500;
				text-decoration: underline;
				font-size: 18px;
			}
			
		.zucca .curiosita p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.zucca .curiosita p strong{
				font-weight: 500;
			}
			
	.zucca .fascia-varieta{
		background-color: #a58166;
	}
	
		.zucca .fascia-varieta h2{
			color: #b7b679;
		}
		
			.zucca .box-varieta{
				height: auto !important;
				min-height: 255px;
				text-align: center;
				padding-left: 7%;
				padding-right: 7%;
			}
			
				.zucca .img-varieta{
					height: 140px;
				}
			
				.zucca .box-varieta p{
					text-align: justify;
					margin-top: 25px;
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					font-size: 16px;
				}
				
					.zucca .box-varieta p strong{
						font-size: 15px;
						text-transform: uppercase;
						font-weight: 500;
						font-family: "brandon-grotesque";
						color: #591714;
					}
					
						.zucca .box-varieta p i{
							cursor: pointer;
							font-weight: 600;
						}
					
						.zucca .box-varieta p span.apice{
							color: white;
							font-family: "brandon-grotesque";
							font-weight: 500;
							font-size: 12px;
							display: inline-block;
							vertical-align: 3px;
							cursor: pointer;
							padding-left: 3px;
						}
						
						.zucca .tooltip-inner{
							background: #eb5a3a;
							padding: 20px;
							width: 375px;
							font-family: "brandon-grotesque";
							font-size: 14px;
							font-weight: 300;
							color: black;
							text-align: justify;
						}
	
	.zucca .fascia-varieta-mob{
		background-color: #a58166;
		display: none;
	}
	
		.zucca .fascia-varieta-mob h2{
			color: #b7b679;
			text-align: center;
			margin-bottom: 50px;
			padding-top: 30px;
		}
		
	.zucca .fascia-note-zucca{
		background: #eb5a3a;
		padding-top: 30px;
		padding-bottom: 30px;
		display: none;
	}
	
						.zucca .fascia-note-zucca p{
							margin: 0 auto;
							margin-bottom: 20px;
							width: 86%;
							font-family: "brandon-grotesque";
							font-size: 16px;
							font-weight: 300;
							color: black;
							text-align: justify;
						}
						
						.zucca .fascia-note-zucca p strong{
							color: white;
						}
						
	.pianta-zucca{
		padding-top: 55px;
		padding-bottom: 70px;
	}
						
		.pianta-zucca h2{
			font-size: 32px;
			font-weight: 300;
			text-align: center;
			color: #b7b679;
			margin-bottom: -70px;
		}
		
		.pianta-zucca p{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			font-size: 18px;
			line-height: 30px;
			width: 94%;
			margin: 0 auto;
		}
		
	.zucca .ricetta{
		border-top: 26px solid #eb5a3a;
		padding-top: 70px;
		position: relative;
	}
	
		#zucca-esplora{
			position: absolute;
			top: 5%;
			right: 20%;
		}
	
		.zucca .intro-ricetta{
			text-align: center;
			padding-bottom: 60px;
		}
	
		.zucca .intro-ricetta h1{
			font-size: 100px;
			margin-bottom: 60px;
			margin-top: 30px;
			font-weight: 100;
			color: #f49750;
			text-align: center;
		}
		
		.zucca .intro-ricetta p{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			font-size: 18px;
			line-height: 30px;
			text-align: justify;
		}
		
		.zucca .fascia-ingredienti{
			background: #eb5a3a;
			padding-top: 55px;
			padding-bottom: 55px;
		}
		
			.ingredienti{
				font-size: 24px;
				line-height: 40px;
				text-align: justify;
			}
			
				.zucca span.dosi{
					
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					color: #fabd6b;
					font-weight: 700;
				}
		
				span.pallino{
					color: white;
					font-size: 35px;
					display: inline-block;
					margin-left: 8px;
					margin-right: 8px;
				}
				
		.procedimento{
			padding-top: 120px;
			padding-bottom: 240px;
			font-size: 22px;
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			line-height: 94px;
		}
		
			.procedimento img{
				margin-right: 8px;
				margin-left: 8px;
			}
		
	/*-- PARMIGIANO --*/
	
	.parmigiano .presentazione h1{
		color: #d9ad55;
	}
	
	.parmigiano .fascia-descrizione{
		background: #fcde56;
		color: #a3754b;
	}
	
		.parmigiano .fascia-descrizione a{
			color: #a3754b;
		}
	
		.parmigiano .fascia-descrizione strong{
			font-weight: 600;
			color: #725640;
		}
		
		.parmigiano .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
		
		.bolli-stagionature{
			margin-bottom: 0px;
		}
		
			.stagionature{
				font-size: 20px;
				line-height: 34px;
				color: #58462f;
				text-align: left;
				font-weight: 300;
				padding-top: 32px;
			}
			
			.stagionature strong{
				color: #591714;
				font-weight: 400;
			}
			
		.parmigiano .curiosita{
			text-align: center;
			margin-bottom: 140px;
		}
		
			.parmigiano .curiosita h2{
				font-size: 18px;
				margin-bottom: 30px;
			}
			
			.parmigiano .curiosita p{
				font-size: 20px;
				line-height: 34px;
				color: #58462f;
				text-align: justify;
				font-weight: 300;
				width: 75%;
				margin: 0 auto;
			}
			
			.parmigiano .curiosita p a{
				color: #58462f;
			}
			
			.casello{
				text-align: center;
				background-image: url(../img/parmigiano-casello.gif);
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				background-color: #7ac6ce;
				height: 1300px;
			}
			
				.bussola-casello{
					text-align: right;
					margin-top: 100px;
				}
			
				.caseifici{
					padding-top: 95px;
					text-align: justify;
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					line-height: 32px;
					font-size: 18px;
				}
				
					.caseifici strong{
						color: #591714;
						font-size: 20px;
					}
			
			.fascia-coordinate{
				padding-top: 56px;
				padding-bottom: 70px;
			}
			
				.bussola{
					text-align: right;
				}
			
				.coordinate{
					font-size: 37px;
					color: #a87921;
					font-weight: 200;
					padding-left: 35px;
				}
				
					.coordinate span{
						font-weight: 700;
						color: white;
					}
					
	.cerca-caseifici{
		padding-bottom: 200px;
	}
					
	.cerca-caseifici .presentazione h1{
		color: #d9ad55;
	}
	
	.cerca-caseifici .intro-sezione{
		min-height: 300px;
	}
	
		.mappa-caseificio{
			margin-bottom: 90px;
		}
					
	/*-- ASPARAGO --*/
	
	.asparago .presentazione h1{
		color: #aab95c;
	}
	
	.asparago .fascia-descrizione{
		background: #aab95c;
		color: white;
	}
	
		.asparago .fascia-descrizione strong{
			font-weight: 600;
			color: #575a29;
		}
		
		.asparago .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
		
		.asparago .festesagre{
			margin-bottom: 50px;
		}
		
		.asparago .festesagre h2{
			margin-top: 60px;
			margin-bottom: 20px;
		}
		
		.asparago .festesagre h3{
			font-size: 20px;
			color: #aab95c;
			margin-bottom: 30px;
			font-weight: 300;
		}
		
			.asparago .festesagre h3 span{
				color: #4e1d1b;
			}
		
		.asparago .festesagre p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.asparago .festesagre p a{
				color: #58462f;
			}
		
			.asparago .festesagre p strong{
				text-transform: uppercase;
				font-weight: 500;
				text-decoration: underline;
				font-size: 18px;
			}
			
		.asparago .curiosita p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.asparago .curiosita p strong{
				font-weight: 500;
			}
			
	.fascia-coltivazione{
		padding-bottom: 40px;
		padding-top: 40px;
	}
	
	.titolo-coltiva{
		text-align: center;
		margin-bottom: 50px;
	}
	
		.titolo-coltiva h2{
			font-size: 27px;
			font-weight: 500;
			color: #cd593e;
		}
		
		.titolo-coltiva span{
			color: #4e1d1b;
			font-weight: 500;
			font-size: 16px;
		}
	
		.coltivazione-1{
			/*background-image: url(../img/09-asparago_piante_crescono.gif);
			background-repeat: no-repeat;
			background-size: contain;*/
			height: 550px;
		}
		
			.coltivazione-1 span, .coltivazione-2 span{
				display: block;
				/*padding-top: 350px;*/
				font-weight: 600;
				color: white;
				margin-bottom: 45px;
				margin-top: -50px;
				position: relative;
				z-index: 10;
				text-align: center;
			}
		
		.coltivazione-2{
			/*background-image: url(../img/10-asparago_piante_crescono-2linea.gif);
			background-repeat: no-repeat;
			background-size: contain;*/
			height: 550px;
		}
		
		.asparago .box-coltivazione{
			width: 18%;
			float: left;
			margin-left: 1%;
			margin-right: 1%;
		}
		
			.asparago .box-coltivazione .asp-img-coltiva{
				height: 360px;
				position: relative;
			}
		
			.asparago .box-coltivazione .asp-img-coltiva img{
				max-width: 100%;
				position: absolute;
				bottom: 0;
				z-index: 1;
			}
			
			.asparago .box-coltivazione p{
				padding-left: 5%;
				padding-right: 5%;
				font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
				text-align: center;
				font-size: 15px;
			}
			
				.asp-magago{
					margin-left: -10px;
				}
				
				.asparago .box-coltivazione p a.apice{
					color: #cd593e;
					font-family: 'Archer A', 'Archer B'; font-weight: 700; font-style: normal;
					font-size: 12px;
					display: inline-block;
					vertical-align: 3px;
					cursor: pointer;
				}
				
		.asparago .nota-asparago p span.apice{
			color: white;
			font-family: 'Archer A', 'Archer B'; font-weight: 700; font-style: normal;
			font-size: 12px;
			display: inline-block;
			vertical-align: 3px;
			cursor: pointer;
			padding-left: 3px;
		}
		
		.asparago .fascia-note{
			padding-top: 50px;
			margin-bottom: 150px;
			background-color: #cd593e;
		}
		
			.asparago .nota-asparago{
				height: auto !important;
				min-height: 130px;
				margin-bottom: 50px;
			}
		
			.asparago .nota-asparago img{
				float: left;
			}
		
			.asparago .nota-asparago p{
				color: black;
				font-size: 17px;
				margin-left: 130px;
			}
						
	
	asparago .ricetta{
		padding-top: 70px;
	}
	
		.asparago .intro-ricetta{
			text-align: center;
			padding-bottom: 60px;
		}
	
		.asparago .intro-ricetta h1{
			font-size: 90px;
			margin-bottom: 60px;
			margin-top: 30px;
			font-weight: 100;
			color: #aab95c;
			text-align: center;
		}
		
		.asparago .intro-ricetta p{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			font-size: 18px;
			line-height: 30px;
			text-align: justify;
		}
		
		.asparago .fascia-ingredienti{
			background: #aab95c;
			padding-top: 55px;
			padding-bottom: 55px;
		}
		
			.ingredienti{
				font-size: 24px;
				line-height: 40px;
				text-align: justify;
			}
			
				.asparago span.dosi{
					
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					color: #4c5b2c;
					font-weight: 700;
				}
				
		
	/*-- UVA --*/
	
	.uva .presentazione h1{
		color: #96315c;
	}
	
	.uva .fascia-descrizione{
		background: #97325c;
		color: white;
	}
	
		.uva .fascia-descrizione strong{
			font-weight: 600;
			color: #c9a1ae;
		}
		
		.uva .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
		
		.uva .fascia-descrizione span{
			border-bottom: 6px solid;
		}
		
			.uva .fascia-descrizione span.rosato{
			border-color: #b2516e;
			}
			
			.uva .fascia-descrizione span.rubino{
			border-color: #801e26;
			}
			
			.uva .fascia-descrizione span.granato{
			border-color: #5f1c4a;
			}
		
		.uva .festesagre{
			margin-bottom: 50px;
		}
		
		.uva .festesagre h2{
			margin-top: 60px;
			margin-bottom: 20px;
		}
		
		.uva .festesagre h3{
			font-size: 20px;
			color: #97325c;
			margin-bottom: 30px;
			font-weight: 300;
		}
		
			.uva .festesagre h3 span{
				color: #4e1d1b;
			}
		
		.uva .festesagre p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
		.uva .festesagre p a{
			color: #58462f;
		}
		
			.uva .festesagre p strong{
				text-transform: uppercase;
				font-weight: 500;
				text-decoration: underline;
				font-size: 18px;
			}
			
		.uva .curiosita p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.uva .curiosita p strong{
				font-weight: 500;
			}
			
		.uva .curiosita img{
			float: left;
			margin-right: 15px;
		}
			
	uva .ricetta{
		padding-top: 70px;
	}
	
		.uva .intro-ricetta{
			text-align: center;
			padding-bottom: 60px;
		}
	
		.uva .intro-ricetta h1{
			font-size: 90px;
			margin-bottom: 60px;
			margin-top: 30px;
			font-weight: 100;
			color: #97325c;
			text-align: center;
		}
		
		.uva .intro-ricetta p{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			font-size: 18px;
			line-height: 30px;
			text-align: justify;
		}
		
		.uva .fascia-ingredienti{
			background: #97325c;
			padding-top: 55px;
			padding-bottom: 55px;
		}
		
			.ingredienti{
				color: white;
				font-size: 24px;
				font-weight: 300;
				line-height: 40px;
				text-align: justify;
			}
			
				.uva span.dosi{
					
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					color: #c2bd47;
					font-weight: 700;
				}
				
				span.pallino{
					color: #4d281c;
				}
				
	.vite-maritata{
		height: auto !important;
		min-height: 1310px;
		background-color: #cce2e7;
		margin-bottom: 100px;
	}
	
		.vite-top{
			background-image: url(../img/bg-vite-maritata.gif);
			background-position: center bottom;
			background-repeat: no-repeat;
			background-size: contain;
			height: 1214px;
			position: relative;
			z-index: 10;
		}
		
			.vite-txt{
				height: 370px;
				margin-top: 65px;
				margin-bottom: 0px;
				font-size: 18px;
				font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
				color: black;
				text-align: justify;
				line-height: 32px;
				padding-left: 20px;
			}
			
				.vite-txt span{
					color: #401a18;
					font-size: 24px;
					font-weight: 600;
					text-transform: uppercase;
				}
	
		.vite-bottom{
			height: 228px;
			padding-top: 35px;
			/*background-image: url(../img/bg-vite-maritata2.jpg);
			background-position: center top;
			background-repeat: repeat-y;*/
			background-color: #828728;
			position: relative;
			z-index: 1;
			margin-top: -125px;
			position: relative;
			z-index: 10;
		}
		
			.acaccia{
				color: white;
				font-size: 17px;
				line-height: 34px;
			}
		
				.uva .coordinate{
					font-size: 37px;
					color: white;
					font-weight: 200;
					padding-left: 35px;
				}
				
					.uva .coordinate span{
						font-weight: 700;
						color: #97325c;
					}
				
	.lambrusco{
		background: #97325c;
		padding-top: 80px;
		padding-bottom: 100px;
		margin-bottom: 140px;
	}
	
		.lambrusco .lamb-sx p, .lambrusco .lamb-dx p{
			font-size: 30px;
			color: white;
			font-weight: 200;
			line-height: 50px;
			padding-top: 150px;
		}
		
			.lambrusco .lamb-sx p strong, .lambrusco .lamb-dx p strong{
				font-weight: 500;
			}
			
			.lambrusco .lamb-dx p{
				text-align: left;
			}
			
			.lambrusco .lamb-sx p{
				text-align: right;
			}
			
		.remuage{
			text-align: center;
			margin-top: 80px;
		}
	
		.remuage h3{
			color: black;
			font-size: 16px;
			margin-bottom: 30px;
			font-weight: 500;
			text-align: left;
		}
		
		.remuage .giri{
			color: black;
			font-size: 16px;
			float: right;
			text-align: right;
			padding-top: 17px;
			font-weight: 500;
		}
		
		.remuage p{
			color: white;
			font-size: 20px;
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			text-align: justify;
		}
		
		
	/*-- POLIRONE --*/
	
	.polirone{
		height: 960px;
		background-image: url(../img/bg-polirone.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	
		.polirone p{
			width: 40%;
			margin: 0;
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			text-align: justify;
		}
		
			.polirone p strong{
				color: #3c1311;
				font-size: 24px;
			}
			
			.polirone .poli-info{
				position: absolute;
				right: 20%;
				bottom: 2%;
			}
			
			.polirone .poli-info:hover{
				opacity: 0.7;
			}
			
	
	/*-- TARTUFO --*/
	
	.tartufo .presentazione h1{
		color: #75604d;
	}
	
	.tartufo .fascia-descrizione{
		background: #75604d;
		color: white;
		position: relative;
	}
	
		.tartufo .fascia-descrizione strong{
			font-weight: 600;
			color: #382c20;
		}
		
		.tartufo .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
		
		.tar-info{
			position: absolute;
			right: 20%;
			bottom: 15%;
		}
		
			.tar-info:hover{
				opacity: 0.7;
			}
		
		.tartufo .festesagre{
			margin-bottom: 50px;
		}
		
		.tartufo .festesagre h2{
			margin-top: 60px;
			margin-bottom: 20px;
		}
		
		.tartufo .festesagre h3{
			font-size: 20px;
			color: #aab95c;
			margin-bottom: 30px;
			font-weight: 300;
		}
		
			.tartufo .festesagre h3 span{
				color: #4e1d1b;
			}
		
		.tartufo .festesagre p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
		.tartufo .festesagre p a{
			color: #58462f;
		}
		
			.tartufo .festesagre p strong{
				text-transform: uppercase;
				font-weight: 500;
				text-decoration: underline;
				font-size: 18px;
				color: #4e1d1b;
			}
			
		.tartufo .curiosita p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.tartufo .curiosita img{
				float: left;
				width: 130px;
				margin-right: 20px;
			}
		
			.tartufo .curiosita p strong{
				font-weight: 500;
			}						
	
	.tartufo .ricetta{
		padding-top: 70px;
		border-top: 46px solid #75604d;
	}
	
		.tartufo .intro-ricetta{
			text-align: center;
			padding-bottom: 60px;
		}
	
		.tartufo .intro-ricetta h1{
			font-size: 90px;
			margin-bottom: 60px;
			margin-top: 30px;
			font-weight: 100;
			color: #75604d;
			text-align: center;
		}
		
		.tartufo .intro-ricetta p{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			font-size: 18px;
			line-height: 30px;
			text-align: justify;
		}
		
		.tartufo .fascia-ingredienti{
			background: #75604d;
			padding-top: 55px;
			padding-bottom: 55px;
		}
		
			.ingredienti{
				font-size: 24px;
				line-height: 40px;
				text-align: justify;
				color: black;
			}
			
				.tartufo span.dosi{
					
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					color: #b29751;
					font-weight: 700;
				}
				
				span.pallino{
					color: #3e2d1e;
				}
				
	/*-- RISO --*/
	
	.riso .presentazione h1{
		color: #75942b;
	}
	
	.riso .fascia-descrizione{
		background: #75942b;
		color: white;
		position: relative;
	}
	
		.riso .fascia-descrizione strong{
			font-weight: 600;
			color: #445c24;
		}
		
		.riso .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
		
		.riso .festesagre{
			margin-bottom: 50px;
		}
		
		.riso .festesagre h2{
			margin-top: 60px;
			margin-bottom: 20px;
		}
		
		.riso .festesagre h3{
			font-size: 20px;
			color: #a7bb55;
			margin-bottom: 30px;
			font-weight: 300;
		}
		
			.riso .festesagre h3 span{
				color: #591714;
			}
		
		.riso .festesagre p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.riso .festesagre p strong{
				text-transform: uppercase;
				font-weight: 500;
				text-decoration: underline;
				font-size: 18px;
				color: #591714;
			}
			
		.riso .curiosita p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.riso .curiosita img{
				float: left;
				width: 130px;
				margin-right: 20px;
			}
		
			.riso .curiosita p strong{
				font-weight: 500;
			}			
			
	.riso-metro{
		background-image: url(../img/17-riso_acqua_sale.gif);
		background-position: center -50px;
		background-repeat: repeat-x;
		height: 225px;
		border-bottom: 45px solid #7d614b;
	}	
	
		.riso-metro .col-lg-12{
			position: relative;
			height: 180px;
		}
		
			.riso-metro .col-lg-12 img{
				position: absolute;
				right: 0;
				bottom: 10px;
			}	
			
	.mondine{
		height: 1246px;
		padding-top: 515px;
		background-image: url(../img/bg-mondine.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
		background-color: #b7cece;
	}	
	
		.mondine-txt{
			margin-left: -20px;
		}
	
		.mondine p{
			font-size: 18px;
			line-height: 32px;
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			text-align: justify;
			padding-right: 30px;
			margin-bottom: 50px;
		}
		
			.mondine p strong{
				color: #3c1311;
				font-size: 24px;
			}
			
			
	/*-- PO --*/
	
	.po{
		background: #6fa9ba;
		position: relative;
	}
	
		.po .intro-sezione{
			margin-bottom: 0px;
			min-height: 300px;
			padding-bottom: 0;
		}
	
		#mappa-monfoce{
			position: absolute;
			right: 0;
			top: 180px;
		}
	
		.po .presentazione h1{
			color: white;
			margin-bottom: 285px;
		}
		
		.po .freccia-sx img, .po .freccia-dx img{
			position: absolute;
			top: 80%;
		}
		
			.numeri-po{
				font-size: 37px;
				color: #003449;
				text-align: center;
				height: 150px;
				padding-top: 25px;
				background-position: center center;
				background-repeat: no-repeat;
				line-height: 42px;
			}
			
				.numeri-po strong{
					font-size: 56px;
					color: #003449;
					font-family: 'Archer A', 'Archer B'; font-weight: 700; font-style: normal;
				}
				
				.numeri-po span{
					font-size: 18px;
					color: white;
				}
				
				.numeri-lunghezza:hover{
					background-image: url(../img/Po_lunghezza-vuoto.gif);
				}
				
				.numeri-bacino:hover{
					background-image: url(../img/Po_bacino-vuoto.gif);
				}
				
				.numeri-portata:hover{
					background-image: url(../img/Po_portata-vuoto.gif);
				}
				
			.box-piene-sicc{
				margin-top: 100px;
				text-align: center;
			}
			
				.box-piene-sicc h3{
					font-size: 18px;
					color: white;
					font-weight: 400;
					text-transform: uppercase;
					margin-top: 35px;
				}
				
				.box-piene-sicc p{
					font-size: 18px;
					color: black;
					font-weight: 200;
					font-family: 'Archer A', 'Archer B'; font-weight: 100; font-style: normal;
					text-align: left;
					line-height: 32px;
				}
				
				.box-piene-sicc p strong{
					color: white;
					font-weight: 500;
				}
				
			.segnali-po{
				margin-top: 135px;
				padding-bottom: 180px;
			}
			
				.segnali-po h3{
					font-size: 18px;
					color: white;
					font-weight: 400;
					text-transform: uppercase;
					text-align: center;
				}
				
				.segnali-po .row{
					margin-top: 55px;
				}
				
				.img-segnale{
					text-align: center;
				}
				
				.desc-segnale{
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					font-size: 18px;
					color: black;
					padding-top: 20px;
				}
				
		.dizionario .container{
			text-align: center;
			position: relative;
			font-size: 18px;
			color: #004f64;
			line-height: 46px;
			margin-bottom: 115px;
		}
		
			.dizionario .container strong, .dizionario .container a{
				font-size: 37px;
				color: white;
				text-transform: uppercase;
				font-weight: 500;
			}
		
			#esplora-diz{
				position: absolute;
				right: 5%;
				top: 0px;
			}
			
	.scala-argine{
		border-bottom: 1px solid white;
	}
			
		.scala{
			position: relative;
			background-image: url(../img/scala.jpg);
			background-position: center center;
			background-repeat: no-repeat;
		}
		
			.scala img{
				margin-bottom: -70px;
			}
			
			.scala-argine h2, .navigabilita h2{
				text-align: center;
				font-size: 37px;
				color: white;
				margin-top: 70px;
				margin-bottom: 65px;
			}
			
	.natante{
		margin-top: -250px;
		padding-bottom: 110px;
	}
			
		.natante p{
			font-size: 19px;
			color: white;
			line-height: 28px;
			margin-top: 40px;
			padding-right: 50px;
		}
		
			.natante p strong{
				font-size: 41px;
				font-family: 'Archer A', 'Archer B'; font-weight: 700; font-style: normal;
				color: #004f64;
			}
			
				.natante p strong span{
					font-family: "brandon-grotesque";
					font-size: 26px;
					font-weight: 200
				}
				
		.natante img{
			width: 65%;
		}
				
		.mulino p{
			font-size: 18px;
			line-height: 32px;
			color: black;
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			text-align: justify;
			margin-top: 80px;
			padding-bottom: 0px;
		}
		
			.mulino p strong{
				color: white;
				font-weight: 500;
			}
			
		.batel h2{
			text-align: center;
			color: white;
			font-weight: 200;
			font-size: 40px;
		}
			
		.batel p{
			font-size: 18px;
			line-height: 32px;
			color: black;
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			text-align: justify;
			margin-top: 80px;
		}
		
			.batel p strong{
				color: white;
				font-weight: 500;
			}
			
		.cit-batel{
			text-align: right;
			color: black;
			line-height: 26px;
			margin-top: 25px;
			padding-bottom: 90px;
		}
					
				
			
			
	/*-- DIZIONARIO --*/
	
	.dizionario .presentazione h1{
		color: #2c9b96;
	}
	
		.box-termine{
			padding-left: 45px;
			margin-bottom: 90px;
		}
		
			.box-termine p{
				font-size: 21px;
				font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
				line-height: 40px;
				color: black;
				text-align: justify;
			}
			
			.box-termine p span.termine{
				margin-left: -35px;
				font-family: "brandon-grotesque";
				font-size: 41px;
				color: #2c9b96;
			}
			
			.box-termine p.citazione{
				font-style: italic;
				color: #2c9b96;
				font-weight: 300;
				margin-left: -35px;
			} 
			
				.box-termine span.autore-cit{
					font-style: normal;
					font-family: "brandon-grotesque";
					color: #257b77;
					font-size: 18px;
				}
				
				
	/*-- PARCHI --*/
	
	.parchi .prima-sezione h1{
		color: #fff;
		text-align: center;
		font-size: 128px;
		font-weight: 100;
	}
	
	.parchi .prima-sezione{
		background: #767e34;
		position: relative;
		padding-top: 65px;
	}
	
		.parchi .intro-sezione{
			min-height: 300px !important;
		}
	
		.parchi .presentazione p{
			width: 100%;
			color: black;
			margin-bottom: 0;
		}
		
		.parchi .presentazione .ettari{
			font-size: 75px;
			color: #232d09;
			font-family: 'Archer A', 'Archer B'; font-weight: 700; font-style: normal;
		}
		
		.parchi .presentazione .ettari span{
			font-size: 37px;
			color: #232d09;
			font-family: "brandon-grotesque";
			font-weight: 200;
		}
		
		.parchi .freccia-sx2{
			text-align: left;
			position: relative;
			height: 200px;
		}
		
		.parchi .freccia-dx2{
			text-align: right;
			position: relative;
			height: 200px;
		}
		
			.parchi .freccia-sx2 img, .freccia-dx2 img{
				position: absolute;
				top: 20%;
				transform: translateY(30%);
			}
			
			.parchi .freccia-sx2 img{
				left: 0;
			}
			
			.parchi .freccia-dx2 img{
				right: 0;
			}
			
		.link-parchi{
			margin-bottom: 45px;
		}
			
		.link-parchi h2{
			font-size: 30px;
			color: #94a844;
		}
		
			.link-parchi h2 a{
				color: #94a844;
			}
		
			.link-parchi h2 span{
				font-size: 14px;
				color: #5f4332;
				font-weight: 500;
			}
			
				.link-parchi h2 span img{
					display: inline-block;
					vertical-align: -5px;
				}
				
			.link-parchi p{
				font-family: 'Archer A', 'Archer B'; font-style: normal;
				color: black;
				font-size: 18px;
				text-align: justify;
			}
			
			.fascia-habitat{
				height: 305px;
				width: 100%;
				background-position: center center;
				display: table;
			}
			
				.fascia-hab01{
					background-image: url(../img/01-habitat.png);
				}
				
				.fascia-hab02{
					background-image: url(../img/02-habitat.png);
				}
				
				.fascia-hab03{
					background-image: url(../img/03-habitat.png);
				}
				
				.fascia-hab04{
					background-image: url(../img/04-habitat.png);
				}
				
				.msg-fascia{
					display: table-cell;
					vertical-align: middle;
					background: transparent;
					font-family: 'Archer A', 'Archer B'; font-style: normal;
					font-size: 18px;
					text-align: center;
					padding:20px;
				}
				
				/*.fascia-habitat:hover .msg-fascia{
					display: inline-block;
				}*/
				
				.msg-fascia p{
					background: white;
					padding: 25px;
					padding-bottom: 35px;
					width: 440px;
					margin: 0 auto;
				}
				
				.msg-fascia p span{
					display: block;
					font-family: "brandon-grotesque";
					font-weight: 700;
					font-size: 32px;
				}
				
				.fascia-hab01 span{
					color: #445128;
				}
				
				.fascia-hab02 span{
					color: #67838a;
				}
				
				.fascia-hab03 span{
					color: #b29751;
				}
				
				.fascia-hab04 span{
					color: #94a844;
				}
				
			.tarabuso{
				height: 1383px;
				position: relative;
			}
			
				.tarabuso img{
					max-width: 58%;
				}
				
				#tarasopra{
					position: absolute;
					bottom: 0;
					left: 0;
					z-index: 20;
					height: 100%;
				}
				
				#taramob{
					display: none;
				}
				
				.txt-tarabuso{
					position: absolute;
					top: 30%;
					right: 20%;
					width: 15%;
					margin: 0;
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					text-align: justify;
					font-size: 18px;
					line-height: 32px;
				}
				
					.txt-tarabuso strong{
						color: #3c1311;
						font-size: 24px;
					}
				
				.fascia-tarabuso{
					height: 215px;
					background: #BCBEA1;
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100%;
				}
				
					.luccio{
						width: 50%;
						margin-left: 50%;
						font-family: 'Archer A', 'Archer B'; font-style: normal;
						font-size: 17px;
						color: black;
						margin-top: -20px;
					}
					
						.luccio strong{
							font-family: "brandon-grotesque";
							font-size: 19px;
							font-style: italic;
						}
						
						.luccio p{
							width: 40%;
							margin-top: -20px;
						}
						
			.parchi-animali{
				padding-top: 70px;
			}
			
				.genere-animale{
					margin-bottom: 70px;
				}
			
				.genere-animale img{
					margin-bottom: 20px;
				}
				
				.genere-animale p{
					font-family: 'Archer A', 'Archer B'; font-style: normal; font-weight: 200;
					font-size: 22px;
					color: black;
				}
			
				.numero-animale{
					float: left;
					width: 85px;
					font-size: 52px;
					font-family: 'Archer A', 'Archer B'; font-style: normal; font-weight: 700;
					color: #2d4f62;
					text-align: center;
					line-height: 28px;
					margin-top: -35px;
					margin-right: 45px;
				}
				
					.numero-animale span{
						font-size: 18px;
						font-weight: 500;
						font-family: "brandon-grotesque";
					}
					
				.uccelli img{
					height: 25px;
					margin-right: 0px;
					margin-left: 10px;
				}
					
				.mammiferi img{
					margin-right: 5px;
					margin-left: 1px;
					height: 25px;
				}
				
				.pesci img{
					margin-right: 0px;
					margin-left: 0px;
					height: 24px;
				}
				
				.rettili img{
					margin-right: 3px;
					margin-left: 2px;
					height: 20px;
				}
				
				.anfibi img{
					margin-right: 3px;
					margin-left: 2px;
					height: 31px;
				}
				
	
	/*-- PERA --*/
	
	.pera .presentazione h1{
		color: #6e8e2e;
	}
	
	.pera .fascia-descrizione{
		background: #8daa39;
		color: white;
		position: relative;
	}
	
		.pera .fascia-descrizione strong{
			font-weight: 600;
			color: #4f651b;
		}
		
		.pera .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
		
	.pera .curiosita{
		margin-top: 80px;
	}
	
	.mostarda{
		text-align: center;
		margin-top: 80px;
	}
			
		.pera .curiosita p, .mostarda p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
			margin-top: 30px;
		}
		
			.pera .curiosita img{
				float: left;
				width: 130px;
				margin-right: 20px;
				margin-top: 30px;
			}
		
			.pera .curiosita p strong, .mostarda strong{
				font-weight: 500;
			}	
				
			.mostarda strong{
				font-weight: 500;
				text-transform: uppercase;
				font-size: 18px;
			}	
			
	.trattore{
		background-image: url(../img/bg-fascia-trattore.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 800px;
	}
	
	.pera .varieta{
		background-color: #fff0ca;
		padding-top: 40px;
		padding-bottom: 75px;
	}
	
		.pera .varieta h2{
			color: #9da05f;
			font-size: 24px;
			font-weight: 500;
			text-align: center;
			margin-bottom: 55px;
		}
			
	.pera .varieta .item{
		height: 630px;
		text-align: center;
	}		
	
		.pera .varieta .item h2{
			color: #591714;
			margin-top: 40px;
			font-size: 40px;
		}
		
		.pera .varieta .item .box-varieta{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			text-align: left;
			font-size: 18px;
		}
		
			.pera .varieta .item .box-varieta p{
				margin-bottom: 25px;
				line-height: 30px;
			}
			
			.pera .varieta .item .box-varieta p strong{
				color: #591714;
				font-weight: 500;
				font-family: "brandon-grotesque";
			}
			
	.pera .varieta .carousel-control{
		background: none;
	}
	
	.carousel-control .icon-prev,
	.carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-sx,
	.carousel-control .glyphicon-chevron-dx {
	  position: absolute;
	  top: 50%;
	  z-index: 5;
	  display: inline-block;
	}
	
	.carousel-control .icon-prev,
	.carousel-control .glyphicon-chevron-sx {
	  left: 0%;
	}
	.carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-dx {
	  right: 0%;
	}
	
	.pera .ricetta{
		padding-top: 70px;
	}
	
		.pera .intro-ricetta{
			text-align: center;
			padding-bottom: 60px;
		}
	
		.pera .intro-ricetta h1{
			font-size: 90px;
			margin-bottom: 60px;
			margin-top: 30px;
			font-weight: 100;
			color: #75604d;
			text-align: center;
		}
		
		.pera .intro-ricetta p{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			font-size: 18px;
			line-height: 30px;
			text-align: justify;
		}
		
		.pera .fascia-ingredienti{
			background: #8daa39;
			padding-top: 55px;
			padding-bottom: 55px;
		}
		
			.ingredienti{
				font-size: 24px;
				line-height: 40px;
				text-align: justify;
				color: black;
			}
			
				.pera span.dosi{
					
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					color: #445c24;
					font-weight: 700;
				}
				
				span.pallino{
					color: white;
				}
				
	/*-- MAIALE --*/
	
	.maiale .presentazione h1{
		color: #e4ada5;
	}
	
	.maiale .fascia-descrizione{
		background: #f6aea6;
		color: white;
		position: relative;
	}
	
		.maiale .fascia-descrizione strong{
			font-weight: 600;
			color: #ce7370;
		}
		
		.maiale .fascia-descrizione span{
			font-weight: 500;
			font-size: 30px;
			color: #ce7370;
		}
		
		.maiale .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
		
		.maiale .festesagre{
			margin-bottom: 50px;
		}
		
		.maiale .festesagre h2{
			margin-top: 60px;
			margin-bottom: 20px;
		}
		
		.maiale .festesagre h3{
			font-size: 20px;
			color: #aab95c;
			margin-bottom: 30px;
			font-weight: 300;
		}
		
			.maiale .festesagre h3 span{
				color: #4e1d1b;
			}
		
		.maiale .festesagre p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.maiale .festesagre p strong{
				text-transform: uppercase;
				font-weight: 500;
				text-decoration: underline;
				font-size: 18px;
				color: #4e1d1b;
			}
			
		.maiale .curiosita p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.maiale .curiosita img{
				
			}
		
			.maiale .curiosita p strong{
				font-weight: 500;
			}						
	
	.maiale .ricetta{
		padding-top: 70px;
		border-top: 46px solid #75604d;
	}
	
		.maiale .intro-ricetta{
			text-align: center;
			padding-bottom: 0px;
		}
	
		.maiale .intro-ricetta h1{
			font-size: 70px;
			margin-bottom: 0px;
			margin-top: 30px;
			font-weight: 100;
			color: #c20c1a;
			text-align: center;
		}
		
			.ingredienti{
				font-size: 24px;
				line-height: 40px;
				text-align: justify;
				color: black;
			}
			
			/* Grid */
			
			/*#grid{
				background: red;
				width: 100%;
			}
 
			#posts { margin: 0;width: 100%}*/
			
	.tagli-maiale{
		padding-top: 35px;
		padding-bottom: 75px;
		background: #f6e7e3;
	}
	
		.tagli-maiale .container{
			background-image: url(../img/maiale.png);
			background-repeat: no-repeat;
			position: relative;
		}
		
			.maiale-info{
				position: absolute;
				top: 0;
				right: 10%;
				z-index: 100;
			}
			
			.maiale-info:hover{
				opacity: 0.7;
			}
			
			.post {
				margin: 0px;
				width: auto;
				color: #979185;
				font-size: 12px;
				color: black;
			}
			
				.post strong{
					color: #4e1d1b;
				}
				
				.lingua{
					margin-top: 340px;
				}
				
					.lingua img{
						margin-bottom: 30px;
					}
					
				.salamella{
					margin-top: 235px;
				}
				
					.salamella img{
						margin-top: 40px; 
					}
					
				.salame{
					margin-top: 100px;
				}
				
					.salame img{
						margin-bottom: 40px; 
					}
					
				.greppole{
					margin-top: 90px;
				}
				
					.greppole img{
						margin-bottom: 25px; 
					}
					
				.cotechino{
					margin-top: 67px;
				}
				
					.cotechino img{
						margin-bottom: 36px; 
					}
					
				.graspista{
					margin-top: 20px;
				}
				
					.graspista img{
						float: left;
						margin-right: 55px; 
					}
					
					.graspista p{
						padding-top: 30px;
					}
					
				.coppa{
					margin-top: 40px;
				}
				
					.coppa img{
						margin-top: 12px; 
					}
					
				.pancetta{
					margin-top: 45px;
				}
				
					.pancetta img{
						margin-top: 10px; 
					}
					
				.prosciutto{
					margin-top: 60px;
				}
				
					.prosciutto img{
						float: right;
						margin-top: -110px;
						width: 85%;
					}
					
					.prosciutto p{
						width: 15%;
					}
				
				
			
				/* Medium devices */
				 
				@media (min-width: 768px) {
					/*#grid > #posts .post { width: 250px; }*/
					/*#grid > #posts .salamella{
						width: 130px;
					}
					
					#grid > #posts .salame{
						width: 145px;
					}
					
					#grid > #posts .greppole{
						width: 175px;
					}
					
					#grid > #posts .cotechino{
						width: 195px;
					}
					
					#grid > #posts .graspista{
						width: 370px;
					}
					
					#grid > #posts .coppa{
						width: 155px;
					}
					
					#grid > #posts .pancetta{
						width: 155px;
					}
					
					#grid > #posts .prosciutto{
						width: 175px;
					}
					
					#grid > #posts .lingua{
						width: 360px;
					}
					#grid > #posts .post.cs2 { width: 100%; }
					.post img { padding: 0; }*/
				}
				 
				 
				 
				/* Medium devices */
				 
				@media (min-width: 992px) {
					/*#grid > #posts .post { width: 445px; }*/
					#grid > #posts .post.cs2 { width: 100%; }
				}
				 
				 
				 
				/* Large devices */
				 
				@media (min-width: 1200px) {
					/*#grid > #posts .post { width: auto; }*/
					#grid > #posts .post.cs2 { width: 742px; }
				}
			
	
	/*-- MIELE --*/
	
	.miele .presentazione h1{
		color: #ea593a;
	}
	
	.miele .fascia-descrizione{
		background: #fabd20;
		color: white;
		position: relative;
	}
		
		.miele .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
		
	.miele .curiosita{
		margin-top: 80px;
	}
			
		.miele .curiosita p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
			margin-top: 30px;
		}
		
			.miele .curiosita img{
				
			}
		
			.miele .curiosita p strong{
				font-weight: 500;
			}	
	
	.miele .varieta{
		background-color: #69422d;
		padding-top: 40px;
		padding-bottom: 75px;
	}
	
		.miele .varieta .container{
			position: relative;
		}
		
			.miele-info{
				position: absolute;
				right: 0%;
				top: 5%;
			}
			
			.miele-info:hover{
				opacity: 0.7;
			}
	
		.miele .varieta h2{
			color: #8f6e5b;
			font-size: 24px;
			font-weight: 500;
			text-align: center;
			margin-bottom: 55px;
		}
			
	.miele .varieta .item{
		height: 630px;
		text-align: center;
	}		
	
		.miele .varieta .item h2{
			color: #eb5a3a;
			margin-top: 40px;
			font-size: 40px;
		}
		
		.miele .varieta .item .box-varieta{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			text-align: left;
			font-size: 18px;
		}
		
			.miele .varieta .item .box-varieta p{
				margin-bottom: 25px;
				line-height: 30px;
				color: white;
			}
			
			.miele .varieta .item .box-varieta p strong{
				color: #eb5a3a;
				font-weight: 500;
				font-family: "brandon-grotesque";
			}
			
	.miele .varieta .carousel-control{
		background: none;
	}
	
	/*-- CAPPONE --*/
	
	.cappone .presentazione h1{
		color: #9d6a43;
	}
	
	.cappone .fascia-descrizione{
		background: #9d6a43;
		color: white;
		position: relative;
	}
	
		.cappone .fascia-descrizione strong{
			color: #512e11;
		}
		
		.cappone .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
			
		.cappone .curiosita p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.accapponare{
				font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
				font-size: 22px;
				color: #58462f;
				margin-top: 95px;
				margin-bottom: 90px;
				text-align: left;
			}
			
				.accapponare span{
					color: #9d6a43;
				}
				
				.accapponare img{
					float: left;
					margin-right: 25px;
					margin-top: 25px;
					margin-bottom: 25px;
				}
		
			.cappone .curiosita p strong{
				font-weight: 500;
			}	
			
	.cap-citazione{
		background: #9d6a43;
		padding-top: 85px;
		padding-bottom: 75px;
		margin-bottom: 90px;
		font-size: 40px;
		line-height: 80px;
		color: white;
		font-weight: 200;
	}	
	
		.cap-citazione span{
			font-weight: 600;
			color: #f5da3f;
			font-size: 60px;
		}		
		
			.cap-aut-cit{
				font-size: 15px;
				font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
				color: black;
				text-align: right;
			}		
	
	.cappone .ricetta{
		padding-top: 70px;
	}
	
		.cappone .intro-ricetta{
			text-align: center;
			padding-bottom: 60px;
		}
	
		.cappone .intro-ricetta h1{
			font-size: 90px;
			margin-bottom: 60px;
			margin-top: 30px;
			font-weight: 100;
			color: #9d6a43;
			text-align: center;
		}
		
		.cappone .intro-ricetta p{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			font-size: 18px;
			line-height: 30px;
			text-align: justify;
		}
		
		.cappone .fascia-ingredienti{
			background: #9ed4d3;
			padding-top: 55px;
			padding-bottom: 55px;
			color: black;
		}
			
				.cappone span.dosi{
					
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					color: #fff;
					font-weight: 700;
				}
				
				.cappone span.pallino{
					color: #9d6a43;
				}
				
				
	/*-- CHIESE --*/
	
	.chiese{
		background: #ea9047;
		padding-bottom: 140px;
	}
	
		.chiese .presentazione h1{
			color: #852b08;
		}
	
		.chiese .presentazione p{
			width: 100%;
		}
		
		.box-chiesa{
			height: 360px;
			padding-top: 305px;
			text-align: center;
		}
		
			.box-chiesa span{
				font-size: 17px;
				font-weight: 500;
				color: black;
			}
			
			.img-chiesa{
				width: 100%;
				position: absolute;
				bottom: 70px;
				left: 0;
				text-align: center;
			}
	
	
				
	/*-- MELONE --*/
	
	.melone .presentazione h1{
		color: #ed822e;
	}
	
	.melone .fascia-descrizione{
		background: #98b191;
		color: white;
		position: relative;
	}
	
		.melone .fascia-descrizione strong{
			color: #5a6d55;
		}
		
		.melone .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
		
		.melone .festesagre{
			margin-bottom: 50px;
		}
		
		.melone .festesagre h2{
			margin-top: 60px;
			margin-bottom: 20px;
		}
		
		.melone .festesagre h3{
			font-size: 20px;
			color: #a7bb55;
			margin-bottom: 30px;
			font-weight: 300;
		}
		
		.melone .festesagre p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.melone .festesagre p a{
				color: #58462f;
			}
		
			.melone .festesagre p strong{
				text-transform: uppercase;
				font-weight: 500;
				text-decoration: underline;
				font-size: 18px;
				color: #4e1d1b;
			}
			
		.melone .curiosita p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
			margin-left: 150px;
		}
		
			.melone .curiosita img{
				float: left;
				width: 130px;
				margin-right: 20px;
			}
		
			.melone .curiosita p strong{
				font-weight: 500;
			}	
			
	.mel-varieta{
		background-color: #f29d57;
		padding-top: 35px;
		padding-bottom: 65px;
		margin-bottom: 65px;
		font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
		font-size: 16px;
		position: relative;
	}		
	
		.mel-varieta h1{
			color: white;
			font-weight: 200;
			text-align: center;
			margin-bottom: 70px;
			font-family: "brandon-grotesque";
		}			
		
		.mel-varieta img{
			display: block;
			margin: 0 auto;
		}
		
		.mel-varieta span{
			font-family: "brandon-grotesque";
			font-size: 18px;
			font-weight: 500;
			color: #591714;
			text-transform: uppercase;
		}
		
		.mel-info{
			position: absolute;
			right: 20%;
			top: 7%;
		}
		
			.mel-info:hover{
				opacity: 0.7;
			}
		
	.pianta-melone{
		margin-bottom: 90px;
		font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
		font-size: 18px;
		line-height: 32px;
	}
	
		.pianta-melone h2{
			font-size: 32px;
			color: #b7b679;
			font-family: "brandon-grotesque";
			margin-bottom: 35px;
			font-weight: 300;
			margin-top: 50px;
		}
	
	.melone .ricetta{
		padding-top: 70px;
		border-top: 46px solid #f29d57;
	}
	
		.melone .intro-ricetta{
			text-align: center;
			padding-bottom: 60px;
		}
	
		.melone .intro-ricetta h1{
			font-size: 90px;
			margin-bottom: 60px;
			margin-top: 30px;
			font-weight: 100;
			color: #4f8556;
			text-align: center;
		}
		
		.melone .intro-ricetta p{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			font-size: 18px;
			line-height: 30px;
			text-align: justify;
		}
		
		.melone .fascia-ingredienti{
			background: #98b191;
			padding-top: 55px;
			padding-bottom: 55px;
		}
		
			.melone .ingredienti{
				font-size: 24px;
				line-height: 40px;
				text-align: justify;
				color: black;
			}
			
				.melone span.dosi{
					
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					color: #fff;
					font-weight: 700;
				}
				
				.melone span.pallino{
					color: #f6a55a;
				}
				
				
	/*-- CIPOLLA --*/
	
	.cipolla .presentazione h1{
		color: #ea593a;
	}
	
	.cipolla .fascia-descrizione{
		background: #fabd20;
		color: white;
		position: relative;
	}
		
		.cipolla .fascia-descrizione img{
			margin-right: 6px;
			margin-left: 6px;
		}
		
		.cip-info{
			position: absolute;
			right: 20%;
			bottom: 5%;
		}
		
			.cip-info:hover{
				opacity: 0.7;
			}
		
		.cipolla .festesagre{
			margin-bottom: 50px;
		}
		
		.cipolla .festesagre h2{
			margin-top: 60px;
			margin-bottom: 20px;
		}
		
		.cipolla .festesagre h3{
			font-size: 20px;
			color: #a7bb55;
			margin-bottom: 30px;
			font-weight: 300;
		}
		
			.cipolla .festesagre h3 span{
				color: #591714;
			}
		
		.cipolla .festesagre p{
			font-size: 20px;
			font-weight: 300;
			line-height: 34px;
			color: #58462f;
			text-align: justify;
		}
		
			.cipolla .festesagre p a{
				color: #58462f;
			}
		
			.cipolla .festesagre p strong{
				text-transform: uppercase;
				font-weight: 500;
				text-decoration: underline;
				font-size: 18px;
				color: #58462f;
			}
			
		.cipolla .curiosita p{
			font-size: 20px;
			line-height: 34px;
			font-weight: 300;
			color: #58462f;
			text-align: justify;
		}
		
			.cipolla .curiosita img{
				float: left;
				width: 130px;
				margin-right: 20px;
			}
		
			.cipolla .curiosita p strong{
				font-weight: 500;
			}	
			
	.cipolla .vanghina{
		position: relative;
	}		
	
		#cipolla-esplora{
			position: absolute;
			left: 20%;
			top: 5%;
			z-index: 10;
		}
		
		#cip-info{
			position: absolute;
			right: 25%;
			top: 40%;
			z-index: 10;
		}
		
			#cip-info:hover{
				opacity: 0.7;
			}
	
		.cipolla .vanghina p{
			font-family: 'Archer A', 'Archer B'; font-weight: 300; font-style: normal;
			font-size: 18px;
			color: black;
			line-height: 28px;
			width: 100%;
			margin-top: -180px;
		}
		
			.cipolla .vanghina p span{
				font-weight: 700;
				color: #591714;
			}	
			
			.img-vanghin-mob{
				display: none;
			}			
	
	.cipolla .ricetta{
		padding-top: 70px;
	}
	
		.cipolla .intro-ricetta{
			text-align: center;
			padding-bottom: 60px;
		}
	
		.cipolla .intro-ricetta h1{
			font-size: 90px;
			margin-bottom: 60px;
			margin-top: 30px;
			font-weight: 100;
			color: #ec6446;
			text-align: center;
		}
		
		.cipolla .intro-ricetta p{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			font-size: 18px;
			line-height: 30px;
			text-align: justify;
		}
		
		.cipolla .fascia-ingredienti{
			background: #e85c40;
			padding-top: 55px;
			padding-bottom: 55px;
		}
		
			.ingredienti{
				font-size: 24px;
				line-height: 40px;
				text-align: justify;
				color: black;
			}
			
				.cipolla span.dosi{
					
					font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
					color: #fff;
					font-weight: 700;
				}
				
				.cipolla span.pallino{
					color: #fcde56;
				}
				
				
	/*-- ULTIMA --*/
	
	.ultima{
		background: #8daa39;
		padding-bottom: 200px;
	}
	
		.ultima h2{
			text-align: center;
			font-weight: 100;
			font-size: 95px;
			color: white;
			margin-bottom: 70px;
		}
		
		.poi{
			margin-bottom: 50px;
			color: black;
			font-size: 23px;
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
		}
		
		.poi h3{
			color: white;
			font-weight: 500;
			font-size: 22px;
				line-height: 30px;
				letter-spacing: 1px;
			margin-top: 0;
			font-family: "brandon-grotesque";
		}
		
		.poi .col-xs-2{
			text-align: center;
		}
		
		.poi a{
			margin-left: 20px;
			color: #1c512f;
		}
		
		.poi a.luogo-museo{
			margin-left: 0px;
			color: black;
		}
		
		.poi a span.paese{
			color: #1c512f;
			font-family: "brandon-grotesque";
			margin-left: 20px;
			font-weight: 700;
		}
		
		.poi span{
			font-family: "brandon-grotesque";
			font-weight: 300;
		}		
		
		.poi .col-xs-6 img{
			display: inline-block;
			vertical-align: 0px;
			margin-left: -15px;
		}
		
		.consorzi{
			margin-top: 155px;
			margin-bottom: 170px;
		}
		
			.consorzi .poi h3{
				font-size: 22px;
				line-height: 30px;
				letter-spacing: 1px;
			}
		
		.consorzi a{
			margin-left: 0;
			font-family: "brandon-grotesque";
			font-weight: 700;
		}
		
		.consorzi h3 a{
			color: white;
		}
		
		a.link-ist{
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			margin-left: 0;
		}
		
		.contist a{
			margin-left: 0;
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
		}
		
		.comuni{
			font-size: 23px;
			color: black;
			font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
			margin-bottom: 45px;
			line-height: 40px;
		}
		
			.comuni h3{
				font-family: "brandon-grotesque";
				font-weight: 500;
				color: white;
			}
			
			.comuni a{
				font-weight: 700;
				text-decoration: underline;
				color: black;
			}
			
			.comuni img, .consorzi .col-sm-5 img{
				display: inline-block;
				vertical-align: 0;
			}
			
.ruota-stagioni{
	height: 350px;
}
			
.corradin-mob{
	display: none;
}		

.info-home:hover{
	opacity: 0.7;
}	

span.dosi{
	font-size: 24px;
}			

.lambicc-mob{
	display: none;
}

.dati-oltrepo-mob{
	display: none;
}

.po-mob{
	display: none;
}

.frecce-mobile{
	padding: 20px 5px 20px 5px;
	display: none;
}

.musei{
	background: #767e34;
	text-align: center;
	font-size: 80px;
	text-transform: uppercase;
	height: 500px;
	padding-top: 200px;
	color: white;
	font-weight: 100;
}
	
/*---MOBILE---*/	
@media (max-width: 480px) {
	
	.gusto-esplora{
			margin-right: 0px;
			width: 110px;
			margin-left: -40px;
			vertical-align: -5px;
			font-size: 12px;
		}
		
		.logo-menu{
			margin-right: 10px;
		}
		
		.ico-top-zucca{
			margin-right: 5px;
			vertical-align: -48px;
			width: 25px;
		}
		
		.ico-musei{
			vertical-align: -46px;
			width: 25px;
		}
		
			.ico-top-zucca img, .ico-musei img{
				margin-bottom: 3px;
			}
		
		.logo-menu img{
			width: 95px;
		}
		
		.lingue{
			right: 3%;
		}
		
		.lingue a{
			font-size: 14px;
		}
	
		#menu-top .nav{
			padding-bottom: 30px;
		}
			
		#menu-top .nav li{
			width: 25%;
			margin-right: 0;
			margin-left: 0;
			height: 68px;
			float: left;
		}
		
		.header-bottom, .barra-menu{
			height: 30px;
		}
		
	#menu-top .navbar-toggle{
		margin-top: 10px;
		float: none;
		border: none;
	}
	
	#menu-top .navbar-toggle:hover{
		background-color: #490e1b;
	}
	
	#menu-top .navbar-toggle:focus{
		background: transparent;
	}
	
		#menu-top .navbar-toggle .icon-bar{
			background-color: white;
		}
		
		
	.fascia-intro .lingue{
		right: 10%;
	}
	
		.intro-oltrepo{
			text-align: left;
		}
		
			#img-intro-01{
				margin-bottom: 12px;
			}
			
			#img-intro-02{
				margin-bottom: 12px;
			}
			
			#img-intro-03{
				margin-left: 0px;
			}
		
	.intro-oltrepo img{
		width: 80%;
	}
	
	.intro-testo-01 p{
		font-size: 18px;
		margin-top: 25px;
	}
	
			.intro-esplora{
				margin-top: 5px;
				margin-bottom: 65px;
				height: auto;
				padding-top: 45px;
				background-image: none;
			}
	
	.intro-testo-02{
		text-align: center;
		margin-left: 0px;
	}
	
		.cit-guareschi-txt{
			width: 70%;
			padding-top: 30px;
		}
		
		.dati-oltrepo{
			display: none;
		}
		
		.dati-oltrepo-mob{
			display: block;
			width: 80%;
			margin: 0 auto;
			margin-top: 20px;
		}
		
		.colonna{
			min-height: 300px;
		}
		
		.testo-colonna p{
			font-size: 14px;
			line-height: 26px;
			display: none;
		}
		
		.testo-colonna span{
			display: none;
		}
		
		.corradin-mob{
			display: block;
				margin: 0 auto;
				color: white;
				font-size: 23px;
				line-height: 30px;
				font-weight: 100;
			padding-top: 30px;
			padding-bottom: 30px;
			background: #767e34;
		}
		
			.corradin-mob p{
				width: 86%;
				margin: 0 auto;
			}
			
			.corradin-mob span{
				display: block;
				width: 86%;
				margin: 0 auto;
				text-align: center;
				font-size: 14px;
				margin-top: 20px;
			}
			
	.fig-menu{
		height: 120px;
		margin-bottom: 0;
	}
		
		.fig-menu img{
			max-width: 90%;
		}
		
		
		.footer{
			text-align: center;
		}
		
			.footer-libro .col-xs-5{
				padding-top: 42px;
			}
		
			.footer-libro .col-xs-7{
				text-align: left;
			}
		
		.footer-contatti{
			text-align: center;
			margin-top: 50px;
			margin-bottom: 50px;
		}
		
		.btn-esplora{
			/*right: 0%;
			bottom:5%;
			width: 60px;*/
			display: none;
		}
		
		.btn-ricetta{
			/*right: 0%;
			width: 60px;*/
			display: none;
		}
		
		.intro-sezione{
			height: auto !important;
			min-height: 300px !important;
		}
		
		.fascia-descrizione{
			min-height: 500px !important;
			line-height: 45px;
			text-align: left;
		}
		
			.presentazione h1{
				font-size: 60px;
			}
		
			.presentazione p{
				width: 86%;
			}
			
			.fascia-descrizione .container p{
				width: 86%;
			}
			
			.zucca .box-varieta{
				margin-bottom: 40px;
			}
			
		.pianta-zucca h2{
			margin-bottom: 0px;
		}
		
		.pianta-zucca p{
			text-align: justify;
		}
		
		.zucca .fascia-varieta{
			display: none;
		}
		
		.zucca .fascia-varieta-mob{
			background-color: #a58166;
			display: block;
		}
	
		.zucca .fascia-varieta-mob h2{
			color: #b7b679;
		}
		
		.zucca .fascia-note-zucca{
			background: #eb5a3a;
			padding-top: 30px;
			padding-bottom: 30px;
			display: block;
		}
			
		.freccia-fx-sx{
			display: none;
		}
		
		.freccia-fx-dx{
			display: none;
		}
		
		#zucca-esplora{
			right: 0%;
			top: 0;
			z-index: 10;
		}
		
		.intro-ricetta p{
			width: 86%;
			margin: 0 auto;
		}
		
		.festesagre p, .curiosita p{
			width: 86%;
			margin: 0 auto;
		}
		
		.zucca .intro-ricetta h1{
			font-size: 60px;
		}
		
		.asparago .intro-ricetta h1{
			font-size: 60px;
		}
		
		.tartufo .intro-ricetta h1{
			font-size: 60px;
		}
		
		.fascia-ingredienti p{
			width: 86%;
			margin: 0 auto;
			line-height: 32px;
			text-align: left;
			font-size: 20px;
		}
		
		span.dosi{
			font-size: 20px;
		}
		
		.procedimento p{
			width: 98%;
			margin: 0 auto;
			line-height: 56px;
		}
		
		.stagionature{
			text-align: justify;
			width: 86%;
			margin: 0 auto;
		}
		
		img.parm-forma{
			width: 50px;
		}
		
		img.parm-numeri{
			width: 150px;
		}
		
		.parmigiano .curiosita p{
			width: 86%;
			margin: 0 auto;
		}
		
		.casello{
			height: 1000px;
			background-size: 100%;
			background-image: url(../img/Caseificio-vert.jpg);
			background-position: center bottom;
		}
		
			.caseifici{
				margin-top: 0;
				padding-top: 50px;
			}
		
				.bussola{
					text-align: center;
					margin-bottom: 30px;
				}
				
				.bussola-casello{
					margin-top: 10px;
					text-align: center;
				}
				
				.coordinate{
					font-size: 28px;
				}
				
		.coltivazione-1{
			height: auto;
		}
		
			.coltivazione-1 span, .coltivazione-2 span{
				margin-bottom: 65px;
				margin-top: -140px;
			}
		
		.coltivazione-2{
			height: auto;
		}
				
		.asparago .box-coltivazione{
			width: 86%;
			float: none;
			margin: 0 auto;
			padding-bottom: 20px;
			margin-bottom: 20px;
			text-align: center;
		}
		
			.asparago .primo-coltiva{
				margin-top: -150px;
			}
		
			.asparago .box-coltivazione .asp-img-coltiva{
				height: 436px;
				position: relative;
			}
		
			.asparago .box-coltivazione .asp-img-coltiva img{
				max-width: 100%;
				height: auto;
				position: relative;
				bottom: 0;
				z-index: 1;
			}
			
			.asparago .box-coltivazione p{
				padding-left: 5%;
				padding-right: 5%;
				font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
				text-align: center;
			}
			
				.asp-magago{
					margin-left: 0px;
				}
				
		.asparago .curiosita p{
			margin-top: 20px;
			margin-bottom: 20px;
		}
				
		.vite-top{
			background-image: url(../img/vite-mobile.gif);
			height: 1000px;
		}
		
			.vite-txt{
				height: auto;
				margin: 0 auto;
				margin-top: 50px;
				width: 86%;
				padding-left: 0px;
			}
			
				.vite-txt span{
					display: block;
					text-align: left;
				}
				
		.uva .procedimento{
			padding-top: 50px;
		}
		
	.lambrusco{
		padding-top: 50px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	
		.lambrusco .lamb-sx p, .lambrusco .lamb-dx p{
			font-size: 20px;
			line-height: 40px;
			padding-top: 0px;
			width: 86%;
			margin: 0 auto;
		}
			
			.lambrusco .lamb-dx p{
				text-align: left;
			}
			
			.lambrusco .lamb-sx p{
				text-align: left;
			}
			
			.lambicc-mob{
				display: block;
				width: 30%;
				margin: 0 auto;
				margin-bottom: 30px;
			}
			
			.lambicc{
				display: none;
			}
			
			.remuage{
				width: 86%;
				margin: 0 auto;
			}
			
				.remuage .giri, .remuage h3{
					font-size: 14px;
				}
				
				.remuage .giri{
					float: none;
					text-align: left;
					margin-bottom: 5px;
				}
				
	.vite-bottom{
			height: 268px;
			padding-top: 35px;
			margin-top: 0px;
		}
		
			.acaccia{
				font-size: 17px;
				line-height: 28px;
			}
				
	.riso .curiosita .col-sm-6{
		width: 96%;
		margin: 0 auto;
	}
	
	.riso-metro{
		display: none;
	}
		
	.mondine{
		height: 1246px;
		padding-top: 515px;
		background-size: cover;
	}	
	
		.mondine-txt{
			margin-left: 15px;
		}
	
		.mondine p{
			padding-right: 10px;
			width: 95%;
			margin: 0 auto;
			margin-bottom: 50px;
			padding-left: 20px;
		}
		
	.po .mappa-po-monfoce{
		display: none;
	}
	
	.po-mob{
		display: block;
		margin-left: 5%;
	}
		
		.po .intro-sezione{
			min-height: 200px;
		}
	
		.po .presentazione h1{
			color: white;
			margin-bottom: 55px;
		}
		
			.box-piene-sicc{
				margin-top: 50px;
			}
				
			.segnali-po{
				margin-top: 85px;
				padding-bottom: 80px;
			}
			
			#esplora-diz{
				position: absolute;
				right: 5%;
				top: -90px;
			}
			
			.box-termine p{
				font-size: 21px;
				line-height: 34px;
				text-align: left;
			}
			
			.lanca{
				width: 90%;
				margin-left: 10%;
			}
			
	.scala-argine{
		border-bottom: 1px solid white;
	}
			
		.scala{
			position: relative;
			background-image: url(../img/scala-mob.jpg);
			background-position: center center;
			background-repeat: no-repeat;
			height: 300px;
			background-size: contain;
		}
		
			.scala img{
				margin-bottom: -15px;
				display: none;
			}
			
			.scala-argine h2, .navigabilita h2{
				text-align: center;
				font-size: 30px;
				color: white;
				margin-top: 25px;
				margin-bottom: 25px;
			}
	
	
	.desc-segnale{
		text-align: center;
		margin-bottom: 25px;
	}
	
	.po .box-piene-sicc p{
		text-align: center;
	}
	
	.natante{
		margin-top: 30px;
		padding-bottom: 50px;
		text-align: center;
	}
	
		.natante p{
			width: 86%;
			text-align: justify;
			margin: 0 auto;
			margin-top: 20px;
		}
		
		.natante img{
			width: 70%;
		}
		
	.mulino{
		text-align: center;
	}
		
		.mulino p{
			width: 86%;
			text-align: justify;
			margin: 0 auto;
			margin-top: 30px;
		}
		
		.mulino img{
			width: 80%;
		}
		
	.batel{
		text-align: center;
		margin-top: -50px;
	}
		
		.batel p{
			width: 86%;
			text-align: justify;
			margin: 0 auto;
			margin-top: 0px;
		}
		
		.batel img{
			width: 80%;
			margin-bottom: 30px;
		}
	
	.polirone{
		height: 1000px;
		background-color: #9dd2d8;
		background-image: url(../img/polirone-vert.jpg);
		background-size: 100%;
		background-position: center bottom;
	}
	
		.polirone p{
			line-height: 28px;
			width: 86%;
			margin: 0 auto;
		}
		
	
	
	.parchi .prima-sezione h1{
		font-size: 60px;
	}
	
				.msg-fascia p{
					width: 86%;
					margin: 0 auto;
				}
	
			.tarabuso{
				height: 1138px;
				position: relative;
			}
			
				.tarabuso img{
					max-width: 100%;
				}
				
				#tarasopra{
					position: absolute;
					bottom: 0;
					left: 0;
					z-index: 20;
					display: none;
				}
				
				#tarasotto{
					display: none;
				}
				
				#taramob{
					display: block;
				}
				
				.txt-tarabuso{
					position: relative;
					top: 3%;
					right: 7%;
					left: 7%;
					width: 86%;
				}
				
					.luccio{
						margin-top: 20px;
						width: 90%;
						margin-left: 5%;
					}
				
						.luccio p{
							width: 100%;
							margin-top: 0px;
						}
				
					.txt-tarabuso strong{
						font-size: 20px;
					}
					
	.pera .varieta .item{
		height: 700px;
	}
						
		.pera .varieta .item .box-varieta{
			text-align: center;
			font-size: 18px;
			width: 80%;
			margin: 0 auto;
		}
		
		.pera .varieta .item h2, .miele .varieta .item h2{
			font-size: 30px;
		}
		
		.pera .intro-ricetta h1{
			font-size: 60px;
		}
		
		.pera .item img, .miele .item img{
			width: 150px;
		}
		
			.pera .varieta .item .box-varieta p, .miele .varieta .item .box-varieta p{
				margin-bottom: 10px;
				line-height: 30px;
			}
		
		.maiale .intro-ricetta h1{
			font-size: 40px;
		}
		
		.tagli-maiale .container{
			background-size: contain;
		}
		
			.maiale-info{
				top: -2%;
				right: 10%;
			}
				
				.lingua{
					margin-top: 240px;
				}
					
				.salamella{
					margin-top: 55px;
				}
				
					.salamella img{
						margin-top: 20px; 
					}
					
				.salame{
					margin-top: 80px;
				}
				
					.salame img{
						margin-bottom: 20px; 
					}
					
				.greppole{
					margin-top: 80px;
				}
				
					.greppole img{
						margin-bottom: 25px; 
					}
					
				.cotechino{
					margin-top: 67px;
				}
				
					.cotechino img{
						margin-bottom: 36px; 
					}
					
				.graspista{
					margin-top: 20px;
				}
				
					.graspista img{
						float: none;
						margin-right: 0px; 
					}
					
					.graspista p{
						padding-top: 20px;
					}
					
				.prosciutto{
					margin-top: 20px;
				}
				
					.prosciutto img{
						float: right;
						margin-top: 0;
						margin-bottom: 20px;
						width: 85%;
					}
					
					.prosciutto p{
						width: 98%;
					}
		
			.tagli-maiale p{
				font-size: 16px;
			}
			
			.tagli-maiale img{
				display: block;
				margin: 0 auto;
			}
		
	
	.miele .varieta .item{
		height: 700px;
		text-align: center;
	}	
						
		.miele .varieta .item .box-varieta{
			text-align: center;
			font-size: 18px;
			width: 80%;
			margin: 0 auto;
		}
		
		.cappone .intro-ricetta h1{
			font-size: 42px;
		}
		
		.cap-citazione{
			font-size: 32px;
			line-height: 44px;
		}
		
	.chiese .presentazione p{
		width: 86%;
		margin: 0 auto;
	}
		
		.img-chiesa{}
		
		.box-chiesa{
			
		}
		
		.chiesa-alta{
			margin-top: 35px;
		}
		
			.box-var-melone{
				margin-bottom: 30px;
			}
			
			.mel-info{
				position: absolute;
				right: 10%;
				top: 12%;
			}
				
				
	.uva .intro-ricetta h1{
		font-size: 60px;
	}
	
	.mostarda p{
		width: 86%;
		margin: 0 auto;
		margin-top: 15px;
	}
	
		.box-chiesa{
			height: auto;
			padding-top: 305px;
			text-align: center;
		}
		
		.melone .curiosita p{
			margin-left: 0px;
			margin: 0 auto;
		}
		
			.melone .curiosita img{
				float: none;
				width: auto;
			}
			
		.melone .intro-ricetta h1{
			font-size: 60px;
		}
		
		.mel-macigno{
			margin-bottom: 150px;
		}
	
	.cipolla .vanghina{
		position: relative;
	}		
	
		#cipolla-esplora{
			position: absolute;
			left: 5%;
			top: -5%;
			z-index: 10;
		}
		
		#cip-info{
			position: absolute;
			right: 2%;
			top: 25%;
			z-index: 10;
		}
	
		.cipolla .vanghina p{
			width: 86%;
			margin: 0 auto;
			margin-top: 20px;
		}
		
		
			.img-vanghin{
				display: none;
			}
			
			.img-vanghin-mob{
				display: block;
			}
			
			.ruota-stagioni{
				height: auto;
			}
			
	.frecce-mobile{
		display: block;
		padding: 20px 15px 50px 15px;
	}
}

/*---TABLET MINI---*/
@media (min-width: 481px) and (max-width: 767px) {
	
		/*.gusto-esplora{
			margin-right: 0px;
			width: 110px;
			margin-left: -40px;
			vertical-align: -5px;
			font-size: 12px;
		}
		
		.logo-menu{
			margin-right: 10px;
		}
		
		.ico-top-zucca{
			margin-right: 5px;
			vertical-align: -48px;
			width: 25px;
		}
		
		.ico-musei{
			vertical-align: -46px;
			width: 25px;
		}
		
			.ico-top-zucca img, .ico-musei img{
				margin-bottom: 3px;
			}
		
		.logo-menu img{
			width: 100px;
		}*/
		
		.lingue{
			right: 3%;
		}
		
		.lingue a{
			font-size: 14px;
		}
	
		#menu-top .nav{
			padding-bottom: 30px;
		}
			
		#menu-top .nav li{
			width: 25%;
			margin-right: 0;
			margin-left: 0;
			height: 68px;
			float: left;
		}
		
		.header-bottom, .barra-menu{
			height: 30px;
		}
		
	#menu-top .navbar-toggle{
		margin-top: 10px;
		float: none;
		border: none;
	}
	
	#menu-top .navbar-toggle:hover{
		background-color: #490e1b;
	}
	
	#menu-top .navbar-toggle:focus{
		background: transparent;
	}
	
		#menu-top .navbar-toggle .icon-bar{
			background-color: white;
		}
		
		
	.fascia-intro .lingue{
		right: 10%;
	}
	
		.intro-oltrepo{
			text-align: left;
		}
		
			#img-intro-01{
				margin-bottom: 12px;
			}
			
			#img-intro-02{
				margin-bottom: 12px;
			}
			
			#img-intro-03{
				margin-left: 0px;
			}
		
	.intro-oltrepo img{
		width: 80%;
	}
	
	.intro-testo-01 p{
		font-size: 18px;
		margin-top: 25px;
	}
	
	.intro-testo-02{
		text-align: center;
		margin-left: 0px;
	}
	
		.cit-guareschi-txt{
			width: 70%;
			padding-top: 30px;
		}
		
		.testo-colonna p{
			font-size: 14px;
			line-height: 26px;
		}
		
		.dati-oltrepo{
			display: none;
		}
		
		.dati-oltrepo-mob{
			display: block;
			width: 60%;
			margin: 0 auto;
		}
		
		.fig-menu img{
			max-width: 70%;
		}
		
		
		.footer{
			text-align: center;
		}
		
			.footer-libro .col-xs-5{
				padding-top: 42px;
			}
		
			.footer-libro .col-xs-7{
				text-align: left;
			}
		
		.footer-contatti{
			text-align: center;
			margin-top: 50px;
			margin-bottom: 50px;
		}
		
		.btn-esplora{
			/*right: 0%;
			bottom:5%;
			width: 60px;*/
			display: none;
		}
		
		.btn-ricetta{
			/*right: 0%;
			width: 60px;*/
			display: none;
		}
		
		.intro-sezione{
			height: auto !important;
			min-height: 300px !important;
		}
		
		.fascia-descrizione{
			min-height: 500px !important;
			line-height: 45px;
			text-align: left;
		}
		
			.presentazione h1{
				font-size: 60px;
			}
		
			.presentazione p{
				width: 86%;
			}
			
			.fascia-descrizione .container p{
				width: 86%;
			}
			
			.zucca .box-varieta{
				margin-bottom: 40px;
			}
			
		.pianta-zucca h2{
			margin-bottom: 0px;
		}
		
		.pianta-zucca p{
			text-align: justify;
		}
			
		.freccia-fx-sx{
			display: none;
		}
		
		.freccia-fx-dx{
			display: none;
		}
		
		#zucca-esplora{
			right: 0%;
			top: 0;
			z-index: 10;
		}
		
		.intro-ricetta p{
			width: 86%;
			margin: 0 auto;
		}
		
		.festesagre p, .curiosita p{
			width: 86%;
			margin: 0 auto;
		}
		
		.zucca .intro-ricetta h1{
			font-size: 60px;
		}
		
		.zucca .fascia-varieta{
			display: none;
		}
		
		.zucca .fascia-varieta-mob{
			background-color: #a58166;
			display: block;
		}
	
		.zucca .fascia-varieta-mob h2{
			color: #b7b679;
		}
		
		.zucca .fascia-note-zucca{
			display: block;
		}
		
		.asparago .intro-ricetta h1{
			font-size: 60px;
		}
		
		.tartufo .intro-ricetta h1{
			font-size: 60px;
		}
		
		.fascia-ingredienti p{
			width: 86%;
			margin: 0 auto;
			line-height: 32px;
			text-align: left;
			font-size: 20px;
		}
		
		span.dosi{
			font-size: 20px;
		}
		
		.procedimento p{
			width: 98%;
			margin: 0 auto;
			line-height: 56px;
		}
		
		.stagionature{
			text-align: justify;
			width: 86%;
			margin: 0 auto;
		}
		
		img.parm-forma{
			width: 50px;
		}
		
		img.parm-numeri{
			width: 150px;
		}
		
		.parmigiano .curiosita p{
			width: 86%;
			margin: 0 auto;
		}
		
		.casello{
			height: 1000px;
			background-image: url(../img/Caseificio-vert.jpg);
			background-size: 100%;
			background-position: center bottom;
		}
		
				.bussola{
					text-align: center;
					margin-bottom: 30px;
				}
				
				.bussola-casello{
					margin-top: 10px;
					text-align: center;
				}
				
				.coordinate{
					font-size: 28px;
				}
				
		.coltivazione-1{
			height: auto;
		}
		
			.coltivazione-1 span, .coltivazione-2 span{
				margin-bottom: 65px;
				margin-top: -140px;
			}
		
		.coltivazione-2{
			height: auto;
		}
				
		.asparago .box-coltivazione{
			width: 86%;
			float: none;
			margin: 0 auto;
			padding-bottom: 20px;
			margin-bottom: 20px;
			text-align: center;
		}
		
			.asparago .primo-coltiva{
				margin-top: -150px;
			}
		
			.asparago .box-coltivazione .asp-img-coltiva{
				height: 436px;
				position: relative;
			}
		
			.asparago .box-coltivazione .asp-img-coltiva img{
				max-width: 100%;
				height: auto;
				position: relative;
				bottom: 0;
				z-index: 1;
			}
			
			.asparago .box-coltivazione p{
				padding-left: 5%;
				padding-right: 5%;
				font-family: 'Archer A', 'Archer B'; font-weight: 500; font-style: normal;
				text-align: center;
			}
			
				.asp-magago{
					margin-left: 0px;
				}
				
		.asparago .curiosita p{
			margin-top: 20px;
			margin-bottom: 20px;
		}
				
		.vite-top{
			background-image: url(../img/vite-mobile.gif);
			height: 1000px;
		}
		
			.vite-txt{
				height: auto;
				margin: 0 auto;
				margin-top: 50px;
				width: 86%;
				padding-left: 0px;
			}
			
				.vite-txt span{
					display: block;
					text-align: left;
				}
				
		.uva .procedimento{
			padding-top: 50px;
		}
		
	.lambrusco{
		padding-top: 50px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	
		.lambrusco .lamb-sx p, .lambrusco .lamb-dx p{
			font-size: 20px;
			line-height: 40px;
			padding-top: 0px;
			width: 86%;
			margin: 0 auto;
		}
			
			.lambrusco .lamb-dx p{
				text-align: left;
			}
			
			.lambrusco .lamb-sx p{
				text-align: left;
			}
			
			.lambicc-mob{
				display: block;
				width: 30%;
				margin: 0 auto;
				margin-bottom: 30px;
			}
			
			.lambicc{
				display: none;
			}
			
			.remuage{
				width: 86%;
				margin: 0 auto;
			}
			
				.remuage .giri, .remuage h3{
					font-size: 14px;
				}
				
				.remuage .giri{
					float: none;
					text-align: left;
					margin-bottom: 5px;
				}
				
	.vite-bottom{
			height: 268px;
			padding-top: 35px;
			margin-top: 0px;
		}
		
			.acaccia{
				font-size: 17px;
				line-height: 28px;
			}
				
	.riso .curiosita .col-sm-6{
		width: 96%;
		margin: 0 auto;
	}
	
	.riso-metro{
		display: none;
	}
		
	.mondine{
		height: 1246px;
		padding-top: 515px;
		background-size: cover;
	}	
	
		.mondine-txt{
			margin-left: 15px;
		}
	
		.mondine p{
			padding-right: 10px;
			width: 55%;
			margin: 0 auto;
			margin-bottom: 50px;
			padding-left: 35px;
		}
		
	.po .mappa-po-monfoce{
		display: none;
	}
	
	.po-mob{
		display: block;
		margin-left: 3%;
	}
		
		.po .intro-sezione{
			min-height: 200px;
		}
	
		.po .presentazione h1{
			color: white;
			margin-bottom: 55px;
		}
		
			.box-piene-sicc{
				margin-top: 50px;
			}
				
			.segnali-po{
				margin-top: 85px;
				padding-bottom: 80px;
			}
			
			#esplora-diz{
				position: absolute;
				right: 5%;
				top: -90px;
			}
			
			.box-termine p{
				font-size: 21px;
				line-height: 34px;
				text-align: left;
			}
			
			.lanca{
				width: 90%;
				margin-left: 10%;
			}
			
	.scala-argine{
		border-bottom: 1px solid white;
	}
			
		.scala{
			position: relative;
			background-image: url(../img/scala-mob.jpg);
			background-position: center center;
			background-repeat: no-repeat;
			height: 300px;
			background-size: contain;
		}
		
			.scala img{
				margin-bottom: -15px;
				display: none;
			}
			
			.scala-argine h2, .navigabilita h2{
				text-align: center;
				font-size: 30px;
				color: white;
				margin-top: 25px;
				margin-bottom: 25px;
			}
	
	
	.desc-segnale{
		text-align: center;
		margin-bottom: 25px;
	}
	
	.po .box-piene-sicc p{
		text-align: center;
	}
	
	.natante{
		margin-top: 30px;
		padding-bottom: 50px;
		text-align: center;
	}
	
		.natante p{
			width: 86%;
			text-align: justify;
			margin: 0 auto;
			margin-top: 20px;
		}
		
		.natante img{
			width: 50%;
		}
		
	.mulino{
		text-align: center;
	}
		
		.mulino p{
			width: 86%;
			text-align: justify;
			margin: 0 auto;
			margin-top: 30px;
		}
		
		.mulino img{
			width: 70%;
		}
		
	.batel{
		text-align: center;
		margin-top: 0px;
	}
		
		.batel p{
			width: 86%;
			text-align: justify;
			margin: 0 auto;
			margin-top: 0px;
		}
		
		.batel img{
			width: 60%;
			margin-bottom: 30px;
		}
	
	.polirone{
		height: 1000px;
		background-color: #9dd2d8;
		background-image: url(../img/Polirone-mob.png);
		background-size: 100%;
		background-position: center bottom;
	}
	
		.polirone p{
			line-height: 28px;
			width: 86%;
			margin: 0 auto;
		}
		
	
	
	.parchi .prima-sezione h1{
		font-size: 60px;
	}
	
				.msg-fascia p{
					width: 86%;
					margin: 0 auto;
				}
	
			.tarabuso{
				height: 1138px;
				position: relative;
			}
			
				.tarabuso img{
					max-width: 100%;
				}
				
				#tarasopra{
					position: absolute;
					bottom: 0;
					left: 0;
					z-index: 20;
					display: none;
				}
				
				#tarasotto{
					display: none;
				}
				
				#taramob{
					display: block;
				}
				
				.txt-tarabuso{
					position: relative;
					top: 3%;
					right: 7%;
					left: 7%;
					width: 86%;
				}
				
					.luccio{
						margin-top: 0px;
						width: 90%;
						margin-left: 5%;
					}
				
						.luccio p{
							width: 100%;
							margin-top: 0px;
						}
				
					.txt-tarabuso strong{
						font-size: 20px;
					}
					
	.pera .varieta .item{
		height: 700px;
	}
						
		.pera .varieta .item .box-varieta{
			text-align: center;
			font-size: 18px;
			width: 80%;
			margin: 0 auto;
		}
		
		.pera .varieta .item h2, .miele .varieta .item h2{
			font-size: 30px;
		}
		
		.pera .intro-ricetta h1{
			font-size: 60px;
		}
		
		.pera .item img, .miele .item img{
			width: 150px;
		}
		
			.pera .varieta .item .box-varieta p, .miele .varieta .item .box-varieta p{
				margin-bottom: 10px;
				line-height: 30px;
			}
		
		.maiale .intro-ricetta h1{
			font-size: 60px;
		}
		
		.tagli-maiale .container{
			background-size: contain;
		}
		
			.maiale-info{
				top: -2%;
				right: 10%;
			}
				
				.lingua{
					margin-top: 240px;
				}
					
				.salamella{
					margin-top: 55px;
				}
				
					.salamella img{
						margin-top: 20px; 
					}
					
				.salame{
					margin-top: 80px;
				}
				
					.salame img{
						margin-bottom: 20px; 
					}
					
				.greppole{
					margin-top: 80px;
				}
				
					.greppole img{
						margin-bottom: 25px; 
					}
					
				.cotechino{
					margin-top: 67px;
				}
				
					.cotechino img{
						margin-bottom: 36px; 
					}
					
				.graspista{
					margin-top: 20px;
				}
				
					.graspista img{
						float: none;
						margin-right: 0px; 
					}
					
					.graspista p{
						padding-top: 20px;
					}
					
				.prosciutto{
					margin-top: 20px;
				}
				
					.prosciutto img{
						float: right;
						margin-top: 0;
						margin-bottom: 20px;
						width: 85%;
					}
					
					.prosciutto p{
						width: 98%;
					}
		
			.tagli-maiale p{
				font-size: 16px;
			}
			
			.tagli-maiale img{
				display: block;
				margin: 0 auto;
			}
		
	
	.miele .varieta .item{
		height: 700px;
		text-align: center;
	}	
						
		.miele .varieta .item .box-varieta{
			text-align: center;
			font-size: 18px;
			width: 80%;
			margin: 0 auto;
		}
		
		.cappone .intro-ricetta h1{
			font-size: 42px;
		}
		
		.cap-citazione{
			font-size: 32px;
			line-height: 44px;
		}
		
	.chiese .presentazione p{
		width: 86%;
		margin: 0 auto;
	}
		
		.img-chiesa{}
		
		.box-chiesa{
			
		}
		
		.chiesa-alta{
			margin-top: 35px;
		}
		
			.box-var-melone{
				margin-bottom: 30px;
			}
			
			.mel-info{
				position: absolute;
				right: 10%;
				top: 12%;
			}
				
				
	.uva .intro-ricetta h1{
		font-size: 60px;
	}
	
	.mostarda p{
		width: 86%;
		margin: 0 auto;
		margin-top: 15px;
	}
	
		.box-chiesa{
			height: auto;
			padding-top: 305px;
			text-align: center;
		}
		
		.melone .curiosita p{
			margin-left: 0px;
			margin: 0 auto;
		}
		
			.melone .curiosita img{
				float: none;
				width: auto;
			}
			
		.melone .intro-ricetta h1{
			font-size: 60px;
		}
		
			.box-var-melone{
				margin-bottom: 30px;
			}
	
	.cipolla .vanghina{
		position: relative;
	}		
	
		#cipolla-esplora{
			position: absolute;
			left: 5%;
			top: -5%;
			z-index: 10;
		}
		
		#cip-info{
			position: absolute;
			right: 2%;
			top: 25%;
			z-index: 10;
		}
	
		.cipolla .vanghina p{
			width: 86%;
			margin: 0 auto;
			margin-top: 20px;
		}
		
		
			.img-vanghin{
				display: none;
			}
			
			.img-vanghin-mob{
				display: block;
			}
			
			.ruota-stagioni{
				height: auto;
			}
				
	.frecce-mobile{
		display: block;
		padding: 20px 15px 50px 15px;
	}
}

/*---IPAD VERTICALE---*/
@media (min-width: 768px) and (max-width: 990px) {
	
	.intro-oltrepo img{
		width: 70%;
	}
	
	.intro-testo-01 p{
		font-size: 18px;
	}
	
			.intro-testo-02 p{
				padding-left: 0px;
				text-align: left;
				margin-left: -40px;
			}
	
		.cit-guareschi-txt{
			width: 50%;
			padding-top: 180px;
		}
		
		.testo-colonna p{
			font-size: 20px;
		}
		
		.fig-menu img{
			max-width: 90%;
		}

		.esplora-ricetta{
			position: absolute;
			bottom: 20px;
			right: 2%;
		}
		
			.footer-libro .col-xs-5{
				padding-top: 42px;
			}
		
			.presentazione p{
				width: 70%;
			}
			
			.fascia-descrizione .container p{
				width: 90%;
			}
			
			.zucca .box-varieta{
				margin-bottom: 40px;
			}
			
		.freccia-fx-sx{
			left: 0%;
		}
		
		.freccia-fx-dx{
			right: 0%;
		}
		
		
		#zucca-esplora{
			right: 5%;
		}
		
		.intro-ricetta p{
			width: 78%;
			margin: 0 auto;
		}
		
		.fascia-ingredienti p{
			width: 78%;
			margin: 0 auto;
		}
		
		.procedimento p{
			width: 78%;
			margin: 0 auto;
		}
		
		img.parm-forma{
			width: 70px;
		}
		
		img.parm-numeri{
			width: 200px;
		}
		
		.casello{
			background-size: 100%;
			background-position: center bottom;
			height: 1000px;
		}
		
		.bussola-casello{
			margin-top: 10px;
		}
		
		.coltivazione-1{
			height: 400px;
		}
		
		.coltivazione-2{
			height: 400px;
		}
		
			.asparago .box-coltivazione .asp-img-coltiva{
				height: 220px;
			}
		
			.vite-top{
				height: 1100px;
			}
		
			.vite-bottom{
				margin-top: 0px;
			}
			
				.vite-txt{
					width: 70%;
					margin: 0 auto;
					margin-top: 120px;
				}
			
				.uva .coordinate{
					font-size: 22px;
				}
		
		.lambrusco .lamb-sx p, .lambrusco .lamb-dx p{
			font-size: 20px;
			color: white;
			font-weight: 200;
			line-height: 40px;
			padding-top: 50px;
		}
		
		.remuage{
			width: 78%;
			margin: 0 auto;
		}
		
	.polirone{
		background-position: right bottom;
		background-size: contain;
		background-color: #9dd2d8;
	}
		
		.polirone p{
			width: 80%;
		}
		
	.mondine{
		height: 1246px;
		padding-top: 515px;
		background-size: cover;
	}	
	
		.mondine-txt{
			margin-left: 35px;
		}
	
		.mondine p{
			padding-right: 10px;
			width: 46%;
			margin: 0 auto;
			margin-bottom: 50px;
			padding-left: 20px;
		}
		
	.po .box-piene-sicc p{
		text-align: center;
	}
	
			.tarabuso{
				height: 1180px;
			}
			
				.tarabuso img{
					max-width: 71%;
				}
				
				.txt-tarabuso{
					top: 30%;
					right: 10%;
					width: 20%;
				}
				
				.tagli-maiale .container{
					background-size: 55%;
				}
				
				.lingua{
					margin-top: 240px;
				}
				
				.prosciutto{
					margin-top: 40px;
				}
				
					.prosciutto img{
						float: right;
						margin-top: -20px;
						width: 65%;
					}
					
					.prosciutto p{
						width: 35%;
					}
					
		.box-var-melone{
				margin-bottom: 30px;
			}
			
		.cipolla .vanghina p{
			margin-top: -130px;
		}
			
}
	
/*---???---*/
@media (min-width: 990px) and (max-width: 1200px) {

		.btn-esplora{
			right: 15%;
		}
		
		.btn-ricetta{
			right: 5%;
		}
		
			.presentazione p{
				width: 70%;
			}
			
			.fascia-descrizione .container p{
				width: 90%;
			}
			
			.vite-bottom{
				margin-top: -50px;
			}
			
				.uva .coordinate{
					font-size: 30px;
				}
				
			.tarabuso{
				height: 1185px;
			}
			
				.tarabuso img{
					max-width: 70%;
				}
				
				.txt-tarabuso{
					top: 30%;
					right: 10%;
					width: 20%;
				}
			

}



