#contenuto {
	background: linear-gradient(to bottom, #f5f4f2 500px, rgba(0, 0, 0, 0) 750px);
}

.alberi_wrap {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.albero_sx, .albero_dx {
	position: absolute;
	width: 50%;
	box-sizing: border-box;
}
.albero_sx {
	top: 0;
	left: 0;
	padding-right: 400px;
	text-align: left;
	direction: rtl;
}
.albero_dx {
	top: 80px;
	right: 0;
	padding-left: 480px;
	text-align: right;
}
.alberi_wrap img {
	position: relative;
	z-index: 2;
}
.albero_sx img { width: 330px; }
.albero_dx img { width: 240px; }

#claim {
	margin-bottom: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}
#claim h1 {
	text-align: center;
	padding: 0 170px
}
#claim h1 + p {
	text-align: center;
	padding: 0 100px;
	font-family: Fertigo;
}

#claim .come_funziona_body {
	position: relative;
	z-index: 2;
	display: block;
	width: 180px;
	margin: 20px auto;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 25px;
	color: #fff;
	background: #6a898b;
	border: 10px solid #9cc034;
	box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
}
#main.home{
	position: relative;
	background: linear-gradient(to bottom, #d3cdc5 60px, #ebe4da 150px, rgba(255, 255, 255, 0) 480px),
				linear-gradient(to top, #ddd7cc 180px, rgba(255, 255, 255, 0) 800px);
}

#cerca {
	position: absolute;
	top: -350px;
}
.wrapper_immagine_negozio {
	position: relative;
	height: 470px;
}
.wrapper_immagine_negozio .immagine {
	position: absolute;
	top: -190px;
	left: 0;
	right: 0;
	height: 690px;
	background: url(../immagini/gazebo.png) top center no-repeat;
}

.wrapper_immagine_negozio.chiuso .immagine {
	background-image: url(../immagini/negozio_chiuso.png);
}
.wrapper_immagine_negozio.chiuso .cartello {
	bottom: 50%;
	left: 50%;
}

#orari_negozio_immagine {
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
.wrapper_telecamere {
	max-width: 1024px;
}
.wrapper_telecamere a {
	top: -182px; 
	position: absolute;
	z-index: 3;
	animation: telecamere infinite alternate 0.7s ease-in-out;
}
@keyframes telecamere {
	from {
		transform: scale(1, 1);
	}
	to {
		transform: scale(1.1, 1.1);
	}
}

.wrapper_telecamere a:first-child {
	left: 20px;
}
.wrapper_telecamere a:nth-child(2) {
	left: 50%;
	margin-left: -60px;
}
.wrapper_telecamere a:last-child {
	right: 50px;
}
.wrapper_telecamere a .numero {
	position: absolute;
	top: -7px;
	left: -19px;
	background: #505050;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.35);
}

#info_consegne {
	padding: 60px 0 60px 0;
	background: url(../) no-repeat right center;
	background-size: 300px;
	color: #6a898b;
}
#info_consegne p {
	padding: 10px 0;
}
#info_consegne img {
	max-width: 400px;
	margin-left: auto;
}
.tabella_orari td:first-child {
	text-indent: -0.6em;
	padding-left: 0.6em;
}
.tabella_orari td:nth-child(2) {
	padding-left: 10px;
	white-space: nowrap;
}

#servizi {
	background: linear-gradient(to top, #d3cdc5 0px, #fff 800px);
	padding-bottom: 300px;
}

#video {
	background: linear-gradient(to bottom, rgba(106, 137, 139, 0.9)), url(../immagini/v2/fiori-di-citta-fiorista-background-02.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	padding: 100px 0;
	overflow: hidden;
}
#video h2 {
	margin-top: 0;
}
#video p {
	margin: 30px 0;
	text-align: center;
	font-family: Fertigo;
}
#video .video_wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video .immagine_sx,
#video .immagine_dx {
	bottom: -100px;
	height: 120%;
}
#video .immagine_sx {
	position: absolute;
	left: 100%;
}
#video .immagine_dx {
	position: absolute;
	right: 100%;
}

.testo_e_immagine {
	position: relative;
	overflow: visible;
}
.testo_e_immagine:after {
	content: "";
	clear:both;
	display: block;
}
.testo_e_immagine .immagine {
	max-width: 60%;	
	float: left;
}
.testo_e_immagine .testo {
	max-width: 40%;
	float: right;
	text-align: right;
	margin: 0 0 0 auto;
}
#per_ordinare {
	padding: 30px 0;
}

#per_ordinare_telefono {
	display: inline-block;
	text-align: center;
	border: 2px solid #9cc034;
	color: #9cc034;
	font-weight: bold;
	font-family: Fertigo;
	font-size: 26px;
	margin-top: 30px;
	padding: 15px 20px;
}
#per_ordinare_telefono span {
	display: block;
	text-align: center;
	color: #6a898b;
	font-size: 30px;
	padding-top: 7px;
}

#per_ordinare img {
	margin-bottom: -100px;
}

#come_funziona {
	padding: 250px 0 200px 0;
	margin: -200px 0 -150px 0;
	background: #f5f4f2
}
#steps_come_funziona {
	padding-top: 20px;
}
#steps_come_funziona li {
	text-align: left;
}
#steps_come_funziona li:first-child {padding-left: 0;}
#steps_come_funziona li:last-child {padding-right: 0;}
#steps_come_funziona li img {
	margin-left: 0;
}

#per_ordinare .testo_e_immagine .immagine img{
	width: 100%;
	margin: -5%;
}

#chi_siamo_wrap {
	padding-top: 80px;
}

#contatti {
	padding-top: 50px;
}
#mappa_wrapper {
	position: relative;
	padding-bottom: 220px;
	overflow: hidden;
	margin-bottom: -140px;
	margin-top: 60px;
}
#mappa {
	height: 600px;
}
#vaso_footer {
	pointer-events: none;
	position: absolute;
	z-index: 3;
	bottom: -155px;
	right: -220px;
	width: 450px;
}

#dopo_video {
	padding-top: 50px;
	background: linear-gradient(to top, #ebe4da 200px, rgba(255, 255, 255, 0) 700px);
}


@media (max-width: 1024px) {

	.albero_sx {
		top: 110px;
		padding-right: 300px;
	}
	.albero_dx {
		top: 160px;
		padding-left: 374px;
	}
	.albero_sx img { width: 270px; }
	.albero_dx img { width: 180px; }
	
	#separatore_claim {
		height: 370px;
		padding-bottom: 100px;
	}
	
	/* #main.home {
		padding-bottom: 630px;
	} */
	
	#info_consegne img {
		width: 260px;
		margin-top: 20px;
	}
	
	#come_funziona {
		padding: 150px 0 120px;
	}
	
	#chi_siamo_wrap .testo {
		padding-top: 0px;
	}
	#chi_siamo_wrap .testo h2 {
		margin-top: 0px;
	}
	#chi_siamo_wrap .testo_e_immagine .immagine img {
		margin-left: 10%;
	}
	
	#servizi img {
		height: 100px;
	}

	.wrapper_immagine_negozio {
		height: 320px;
	}
	.wrapper_immagine_negozio .immagine{
		background-size: 1080px;
		top: -145px;
		height: 520px;
	}
	.wrapper_telecamere a {
		top: -120px;
	}
	.wrapper_telecamere img {
		width: 80px;
	}
	.testo_e_immagine .immagine { max-width: 50%; }
	.testo_e_immagine .testo { max-width: 50%; }
	
	#per_ordinare .due_colonne {
		flex-direction: column-reverse;
	}
	#per_ordinare img {
		max-width: 300px;
		margin-bottom: 0;
	}
	#per_ordinare_telefono {
		display: block;
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#contatti .due_colonne {
		gap: 20px
	}

	#vaso_footer {
		bottom: -154px;
		width: 410px;
	}
}
@media (max-width: 768px){
	
	#logo_header {
		position: absolute;
		left: 0;
		right: 0;
	}
	#logo_header img {
		position: static;
		display: block;
		margin: auto;
		width: 170px;
		padding-top: 20px;
	}

	.albero_sx {
		top: -170px;
		padding-right: 100px;
	}
	.albero_dx {
		top: 240px;
		padding-left: 140px;
	}
	.albero_sx img { width: 250px; }
	.albero_dx img { width: 180px; }
	
	
	#main.home {
		padding-bottom: 500px;
	}
	
	#contenuto {
		padding-top: 0px;
	}
	
	#main {
		padding-top: 60px;
	}
	#main.home {
		/* background: linear-gradient(to bottom, #d3cdc5 60px, #ebe4da 150px, #f4f3f1 620px); */
	}

	#separatore_claim {
		height: auto;
		padding-bottom: 130px;
	}
	#claim {
		position: relative;
		top: auto;
		margin-bottom: 40px;
	}
	#claim h1 {
		text-align: center;
		padding: 70px 120px 0;
		font-size: 26px;
		line-height: 32px;
	}
	#claim h1 + p {
		padding: 10px 0 0;
	}

	#claim .come_funziona_body {
		float: none;
		margin: 0 auto 0 auto;
		text-align: center;
		width: 220px;
	}
	#claim .come_funziona_body:after {
		content: none;
	}
	.wrapper_immagine_negozio {
		height: 210px
	}
	.wrapper_immagine_negozio .immagine {
		background: url(../immagini/gazebo_mobile.png) top center no-repeat;
		background-size: 1010px;
		top: -190px;
		height: 470px;
	}
	.wrapper_immagine_negozio.chiuso .immagine {
		background-image: url(../immagini/gazebo_mob_chiuso.png);
	}
	.wrapper_telecamere {
		width: 420px;
		margin: auto;
	}
	.wrapper_telecamere a .numero {
		width: 30px;
		height: 30px;
		line-height: 30px;
		top: -5px;
		left: -13px;
	}
	.wrapper_telecamere a:first-child {
		top: -140px;
		left: 13px;
	}
	.wrapper_telecamere a:nth-child(2) {
		top: -80px;
		margin-left: -35px;
	}
	.wrapper_telecamere a:last-child {
		right: 10px;
		top: -20px;
	}
	
	.tabella_orari {
		margin: auto;
		text-align: left;
	}
	
	#per_ordinare {
		padding: 40px 0 0px 0;
	}
	#per_ordinare .testo {
		text-align: center;
	}
	
	.testo_e_immagine .immagine {
		display: none;
	}
	.testo_e_immagine .testo {
		text-align: center;
		max-width: none;
	}
	#per_ordinare .testo{
		padding-top: 0;
		float: none;
	}
	
	#come_funziona {
		margin-top: -110px;
		padding-top: 90px;
	}

	
	#come_funziona li .descrizione_step {
		font-size: 18px;
		line-height: 24px;
	}
	#come_funziona li .numero_step  {
		font-size: 24px;
	}
	#come_funziona li .numero_step span {
		font-size: 30px;
	}
	#steps_come_funziona {
		padding-top: 30px;
	}
	
	#servizi {
		padding-bottom: 50px;
		background-image: none;
	}
	#servizi .tre_colonne {
		padding-top: 30px;
	} 
	
	#chi_siamo_wrap {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	#scegliere_noi {
		padding-top: 100px;
	}
	
	#mappa_wrapper {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#mappa_wrapper .larghezza {
		margin: 0;
	}
	#vaso_footer {
		display: none;
	}
	
	#main.home {
		padding-bottom: 0;
	}
	#tavolo {
		position: relative;
		height: 300px;
	}
	
	#video {
		padding: 60px 0 100px 0
	}

}
@media (max-width: 480px){
		
	#claim h1 {
		padding: 140px 0px 0
	}
	
	#come_funziona li img {
		top: 70px;
		bottom: auto;
	}
	
	#per_ordinare_telefono {
		width: auto;
	}

	.wrapper_immagine_negozio .immagine {
		height: 300px;
		background-size: 640px;
		top: -140px
	}
	.wrapper_telecamere {
		width: 310px;
	}
	
	.wrapper_immagine_negozio.chiuso .cartello {
		bottom: 0;
	}

}
