#footer {
	background: #555252;
	margin-top: 50px;
	position:relative;
}
#footer .icon-leaf {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 200px;
	margin: -25px auto 10px auto;
	background:url("../img/leaf.gif") no-repeat center center #7BAD1C;
}
#footer h4 {
	font-family: 'Lobster Two';
	font-size: 20px;
	min-height: 79px;
	color: #fff;
	border-bottom: 1px solid #7BAD1C;
	text-align:center;
	padding-bottom: 10px;
	position:relative;
}
#footer h4 span {display:block;text-align:center; width: 100%;}
#footer h4.small {
	font-family: 'Lobster Two';
	font-size: 23px;
	line-height: 44px;
}
#footer p {color: #FFF; text-align: justify;}
#footer p.link a {
	display:block;
	width: 30px;
	height: 30px;
	color: #555252;
	background: #FFF;
	border-radius: 30px;
	margin:0 auto -18px auto;
	line-height:25px;
	text-align: center;
	font-size:25px;
}
#footer p.link a:hover {text-decoration: none}
.footerInfo {
	margin:0 auto;
}
.footer {
	text-align:right;
	font-size:11px;
	color: #999;
	line-height: 35px;
	margin-bottom: 0;
}
.footer a {
	color: #7BAD1C;
}
#footer h4 a {color:#FFF;}
#footer p.txt {text-align: center;}
.fleft .mail-link {font-family: verdana; font-size:14px;}