
.box-50 p {padding-left: 2.5em;}
.box-50:last-child {text-align: right;}

#contacts #main {
	margin-right:0;
	padding-right: 0;
}
#agencies h3 {padding-left: 1.25em;}
#agencies li {
	display: block;
	clear: left;
	margin-bottom: 1.25em;
	overflow: hidden;
}
#agencies span {
	display: block;
	float: left;
	padding-right: 0.3125em;
}
#agencies p {overflow:hidden;}
#agencies p:last-child {clear: left;}

@media screen and (max-width: 695px) {
	.box-50 {
		clear: left;
		float: none;		
		width: 100%;				
	}
	.box-50:last-child {
		padding-top: 1.25em;		
		text-align: center;		
	}
}
@media screen and (max-width: 520px) {
	#agencies span {float: none;}
}