/* CSS Document */
#footer_banner_wrapper *{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer_banner_wrapper {
	margin:0;
	padding:0;
	width:100%;
	background-color:#F4F4F4;
}
#footer_banner_contenitore{
	margin:0 auto;
	width:1170px;
	color:#FFFFFF;
	font-size:15px;
	line-height:25px;
	padding-top:30px;
}
/* Clear floats after the columns */
#footer_banner_contenitore:after {
    content: "";
    display: table;
    clear: left;
}
#footer_banner_contenitore a:link, #footer_banner_contenitore a:visited {
	color:#000000;
	text-decoration:none;
}
#footer_banner_contenitore a:hover, #footer_banner_contenitore a:active{
	color: #000000;
	text-decoration:none;
}

#footer_banner_contenitore img{
	border:0;
	max-width:100%;
}
#footer_banner_ombra_top{
	width:100%;
	margin:0 auto;
	text-align:center;
}
#footer_banner_ombra_top img{
	width:95%;
	height:33px;
	opacity:1;
}
#footer_banner_contenitore .footer_banner_titolo {
	color: #FFFFFF;	
	font-size:17px;
	line-height:20px;
	padding-bottom:12px;
	border-bottom:1px solid #D6D6D6;
	font-weight: normal;
	margin-top:11px;
	margin-bottom:20px;
}
#footer_banner_numero_verde a:link, 
#footer_banner_numero_verde a:visited {
	color:#000000;
	text-decoration:none;
}
#footer_banner_numero_verde a:hover,
#footer_banner_numero_verde a:active{
	color: #000000;
	text-decoration:none;
}
#footer_banner_numero_verde{
	width:270px;
	margin-right:30px;
	float:left;
	line-height:23px;
	height:180px;
	text-align:center;
}
#footer_banner_pagamento_sicuro{
	width:270px;
	margin-right:30px;
	float:left;
	height:180px;
	text-align:center;
}
#footer_banner_spedizione_express{
	width:270px;
	margin-right:30px;
	float:left;
	height:180px;
	text-align:center;
}
#footer_banner_area_rivenditori{
	width:270px;
	float:left;
	height:180px;
	text-align:center;
}
#footer_banner_area_rivenditori img{
	/*-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;*/
}
@media screen and (min-width:961px) and (max-width:1186px){
	#footer_banner_contenitore{
		width:100%;
	}
	#footer_banner_numero_verde{
		width:22.5%;
		margin-left:2%;
		margin-right:2%;
		float:left;
	}
	#footer_banner_pagamento_sicuro{
		width:22.5%;
		margin-right:2%;
		float:left;
	}
	#footer_banner_spedizione_express{
		width:22.5%;
		margin-right:2%;
		float:left;
	}
	#footer_banner_area_rivenditori{
		width:22.5%;
		margin-right:2%;
		float:left;
	}
	#footer_banner_pagamento_sicuro img,
	#footer_banner_spedizione_express img,
	#footer_banner_area_rivenditori img{
		max-height:75.8%;
	}

}
@media screen and (min-width:671px) and (max-width:960px){
	#footer_banner_contenitore{
		width:90%;
		margin-left:5%;
		margin-right:5%;
		font-size:15px;
	}
	#footer_banner_numero_verde{
		width:47.5%;
		margin-right:5%;
		margin-bottom:20px;
	}
	#footer_banner_pagamento_sicuro{
		width:47.5%;
		margin-right:0%;
		margin-bottom:20px;
	}
	#footer_banner_spedizione_express{
		width:47.5%;
		margin-right:5%;
	}
	#footer_banner_area_rivenditori{
		width:47.5%;
	}
}
@media screen and (min-width:521px) and (max-width:670px){
	#footer_banner_contenitore{
		width:90%;
		margin-left:5%;
		margin-right:5%;
		font-size:15px;
	}
	#footer_banner_numero_verde{
		width:47.5%;
		margin-right:5%;
		margin-bottom:20px;
	}
	#footer_banner_pagamento_sicuro{
		width:47.5%;
		margin-right:0%;
		margin-bottom:20px;
	}
	#footer_banner_spedizione_express{
		width:47.5%;
		margin-right:5%;
	}
	#footer_banner_area_rivenditori{
		width:47.5%;
	}
	#footer_banner_pagamento_sicuro img,
	#footer_banner_spedizione_express img,
	#footer_banner_area_rivenditori img{
		max-height:75.8%;
	}

}
@media screen and (max-width:520px){
	#footer_banner_contenitore{
		width:90%;
		margin-left:5%;
		margin-right:5%;
		font-size:15px;
	}
	#footer_banner_numero_verde{
		width:100%;
		margin-right:0%;
		height:auto;
		margin-bottom:20px;
	}
	#footer_banner_pagamento_sicuro{
		width:100%;
		margin-left:0%;
		height:auto;
		margin-bottom:20px;
	}
	#footer_banner_spedizione_express{
		width:100%;
		margin-left:0%;
		height:auto;
		margin-bottom:20px;
	}
	#footer_banner_area_rivenditori{
		width:100%;
		margin-left:0%;
		height:auto;
		margin-bottom:20px;
	}
}
