body.widget-snippet .footer-address {
    background: #0D2A3D;
	padding:40px;
}
.widget-snippet .footer-address div{
	margin:0;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.02em;
	color: rgba(255,255,255,0.7);
}
.widget-snippet .footer-address div p{
	margin:0;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.02em;
	color: rgba(255,255,255,0.7);
}
.widget-snippet .footer-address div a{
	color: rgba(255,255,255,0.7);
	text-decoration:none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .footer-address div a:hover{
	color: #0ba6ff;
	text-decoration:none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .footer-address div strong{
	font-weight: normal;
}
