/*PC min*/
@media (min-width: 769px) and (max-width: 1159px) {
	#fascia{
		background: #fff;
		height: 62px;
	}
	
	#menu_mobile{
		display: none;
	}
	
	.navigation li{
		margin: 0 30px;
	}
	
	.contenuto{
		width: 760px;
	}

	.fascia_icone{
		font-size: 14px;
		position: absolute;
		top: 0;
		height: 60px;
		line-height: 60px;
		z-index: 3;
		width: 100%;
	}
	.fascia_icone .sinistra{
		margin-left: 15px;
	}
	.fascia_icone .destra{
		margin-right: 15px;
	}
	.separatore_home{
		width: 100%;
		height: 2px;
		background: #B6ABA5;
		position: absolute;
		top: 60px;
		z-index: 3;
	}
	.fascia_icone a{
		font-size: 14px;
	}
	.fascia_icone img{
		vertical-align: middle;
		margin: 0 4px;
	}
	.logo{
		position: absolute;
		top: 100px;
		left: 15px;
		z-index: 3;
	}
	.logo img{
		width: 275px;
	}
	.menu_home{
		position: absolute;
		top: 100px;
		right: 15px;
		z-index: 3;
	}
	.menu_home a{
		font-size: 13px;
		margin-left: 30px;
	}
	.menu_home a:hover{
		border-bottom: 2px solid #fff;
		padding-bottom: 5px;
	}
	.scritte_presentazione{
		position: absolute;
		top: 300px;
		right: 15px;
		text-align: right;
		font-size: 30px;
		z-index: 3;
	}
	.prima_scritta {
		font-size: 25px;
	}
	.maiuscola_prima_scritta {
		font-size: 35px;
	}
	.seconda_scritta {
		font-size: 19px;
	}
	.maiuscola_seconda_scritta {
		font-size: 25px;
	}
	
	#chisiamo {
		padding: 60px 0;
		text-align: center;
	}
	#chi_siamo_desktop{
		display: none;
	}
	#chi_siamo_non_desktop .titolo_chi_siamo{
		font-size: 24px;
	}
	#chi_siamo_non_desktop .sottotitolo_chi_siamo{
		font-size: 36px;
		margin: 20px 0;
	}
	#chi_siamo_non_desktop .immagine_chi_siamo{
		margin: 20px 0;
	}
	#chi_siamo_non_desktop .immagine_chi_siamo img{
		width: 400px;
	}
	#chi_siamo_non_desktop .contenuto_chi_siamo{
		font-size: 15px;
	}

	#prodotti {
		background-color:#fff;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		padding: 230px 0;
		margin-bottom: 380px;
		position: relative;
		background-position: 0 0;
	}
	#prodotti_tablet {
		padding: 230px 0;
		margin-bottom: 380px;
		position: relative;
		width: 100%;
		height: 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
	}
	.titolo_prodotti{
		font-size: 36px;
		text-align: center;
		top: 35px;
		width: 100%;
		position: absolute;
	}
	.sottotitolo_prodotti{
		font-size: 16px;
		text-align: center;
		top: 90px;
		width: 100%;
		position: absolute;
	}
	.link_prodotti{
		text-align: center;
		top: 150px;
		width: 100%;
		position: absolute;
	}
	.link_prodotti a{
		color: #b50712;
		font-family: "Lato",sans-serif;
		font-size: 18px;
		padding: 10px 20px;
	}
	.posizione_carousel_prodotti {
		width: 760px;
	}
	.descrizione_box_prodotti_home{
		height: 200px;
	}
	.frecce_prodotti{
		top: 175px;
	}
	.frecce_prodotti .prev_prodotti{
		margin-left: -40px;
		float: left;
	}
	.frecce_prodotti .next_prodotti{
		margin-right: -40px;
		float: right;
	}

	#news {
		border-top: 2px solid #D9D9D9;
		padding: 80px 0;
	}
	.titolo_news{
		font-size: 24px;
	}
	.sottotitolo_news{
		font-size: 36px;
		margin: 20px 0;
	}
	.scorri_news_home_desktop, .scorri_news_home_tablet, .scorri_news_home_mobile{
		display: none;
	}
	.riquadro_box_news_home{
		height: 300px;
	}
	.frecce_news{
		top: 250px;
	}
	.frecce_news .prev_news{
		margin-left: -40px;
		float: left;
	}
	.frecce_news .next_news{
		margin-right: -40px;
		float: right;
	}

	#contatti {
		background-color:#fff;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		padding: 305px 0;
		position: relative;
		background-position: bottom center;
	}
	#contatti_tablet {
		padding: 305px 0;
		position: relative;
		width: 100%;
		height: 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
	}
	.titolo_contatti{
		font-size: 36px;
		text-align: center;
		top: 50px;
		width: 100%;
		position: absolute;
	}
	.sottotitolo_contatti{
		font-size: 16px;
		text-align: center;
		top: 110px;
		width: 100%;
		position: absolute;
	}
	.mappa_contatti{
		text-align: center;
		bottom: 65px;
		width: 100%;
		position: absolute;
	}
	.mappa_contatti a{
		font-size: 18px;
		padding: 10px 20px;
	}
	.sinistra_contatti{
		width: 36%;
		margin-right: 4%;
		text-align: right;
	}
	.posizione_contatti{
		top: -125px;
	}
	.destra_contatti{
		width: 50%;
		text-align: right;
	}
	.blocco_due_campi{
		width: 50%;
	}
	.blocco_due_campi input{
		width: 70%;
	}
	textarea{
		width: 85%;
	}
	.pulsante_invio_form{
		float: right;
	}

	#footer {
		padding: 60px 0;
	}
	.quattro_box_footer{
		width: 21%;
		margin: 0 1%;
	}
	.titolo_box_footer{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.primo_titolo_footer{
		font-size: 30px;
		margin-bottom: 15px;
		margin-top: -10px;
	}
	.contenuto_box_footer{
		font-size: 13px;
	}
	.contenuto_box_footer a{
		font-size: 13px;
	}

	#legale {
		font-size: 13px;
	}
	#legale a {
		font-size: 13px;
	}
}