/* *********************************
 * FOOTER CONTACT
 * ********************************* */

.uhuru-footer-contact > div {
	padding-left: 45px;
	min-height: 48px;
}

.ico-address, .ico-phone, .ico-envelope {
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	margin: 5px 0 0 -45px;
	
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.ico-address {
	background-image: url(img/icon-address.png);
}

.ico-phone {
	background-image: url(img/icon-phone.png);
}

.ico-envelope {
	background-image: url(img/icon-envelope.png);
}


.uhuru-footer-contact p
{
	margin-bottom: 0;
}

.uhuru-footer-contact .uhuru-intro-message {
	padding: 0;
}

.uhuru-footer-contact .uhuru-intro-message p {
	margin-bottom: 24px;
}

.uhuru-footer-contact .uhuru-intro-message p:last-child {
	margin-bottom: 0;
}