/* CSS Document */
#footer_loghi_pagamento_wrapper *{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
#footer_loghi_pagamento_wrapper {
	margin:0;
	padding:0;
	width:100%;
	background-color:#FFFFFF;
}
#footer_loghi_pagamento_contenitore{
	margin:0 auto;
	width:1170px;
	text-align:center;
	margin-top:7px;
	margin-bottom:7px;
}
#footer_loghi_pagamento_contenitore img{
	border:0;
	text-align:center;
	margin:0 auto;
	max-width:100%;
}

#footer_note_legali_wrapper {
	margin:0;
	padding:0;
	width:100%;
	background-color:#252525;
}
#footer_note_legali_contenitore{
	margin:0 auto;
	width:1166px;
	font-size:13px;
	color:#D6D6D6;
	padding-top:12px;
	padding-bottom:12px;
}

#footer_note_legali_contenitore a:link, #footer_note_legali_contenitore a:visited {
	color:#D6D6D6;
	text-decoration:none;
}
#footer_note_legali_contenitore a:hover, #footer_note_legali_contenitore a:active{
	color:#FFFFFF;
	text-decoration:none;
}
#footer_copyright{
	float:left;
	width:37%;	
}
#footer_note_legali{
	float:right;
	width:63%;	
	text-align:right;
}

.footer_note_legali_elemento{
	padding-left:4%;
	padding-right:4%;
	display:inline-block;
	font-size:13px;
}
.footer_note_legali_elemento_divisore{
	width:1px;
	height:16px;
	background-color:#7F7F7F;
	display:inline-block;
}
#footer_note_legali_elemento a:link, #footer_note_legali_elemento a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer_note_legali_elemento a:hover, #footer_note_legali_elemento a:active{
	color:#CCCCCC;
	text-decoration:none;
}
/* Clear floats after the columns */
#footer_loghi_pagamento_contenitore:after {
    content: "";
    display: table;
    clear: both;
}
/* Clear floats after the columns */
#footer_note_legali_contenitore:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width:841px) and (max-width:1186px){
	#footer_loghi_pagamento_contenitore{
		width:100%;
	}
	#footer_note_legali_contenitore{
		width:94.5%;
	}
	#footer_copyright{
		float:left;
		width:37%;
		font-size:12px;
	}
	#footer_note_legali{
		float:right;
		width:63%;	
		text-align:right;
	}
	.footer_note_legali_elemento{
		padding-left:4%;
		padding-right:4%;
		display:inline-block;
		font-size:12px;
	}
}
@media screen and (min-width:451px) and (max-width:840px){
	#footer_loghi_pagamento_contenitore{
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	#footer_note_legali_contenitore{
		width:100%;
	}
	#footer_copyright{
		width:100%;	
		text-align:center;
		padding-bottom:20px;
	}
	#footer_note_legali{
		width:100%;	
		text-align:center;
	}
	.footer_note_legali_elemento{
		padding-left:2%;
		padding-right:2%;
	}
}
@media screen and (max-width:450px){
	#footer_loghi_pagamento_contenitore{
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	#footer_note_legali_contenitore{
		width:100%;
	}
	#footer_copyright{
		width:70%;
		margin-left:15%;
		margin-right:15%;
		text-align:center;
		border-bottom:1px solid #666666;
		padding-bottom:13px;
		margin-bottom:8px;
	}
	#footer_note_legali{
		width:100%;	
		text-align:center;
	}
	.footer_note_legali_elemento{
		width:92%;
		padding-left:4%;
		padding-right:4%;
		margin-top:5px;
		margin-bottom:5px;
	}
	.footer_note_legali_elemento_divisore{
		display:none;
	}
}