
.module.follow-us {
	text-align: center;
}

.module.follow-us .button {
	font-family:'aol-core';
	display:inline-block;
	font-size:20px;
	width:40px;
	height:40px;
	line-height:40px;
	overflow: hidden;
	text-align:center;
	text-decoration:none;
	color: #222;
	border-radius: 50%;
	border: 1px solid #222;
	margin: 0 10px;
}
.module.follow-us .button:before {
    width: 100%;
    height: 100%;
    display: block;
}
.module.follow-us .button:hover {
	text-decoration:none;
	color:#fff;
	background-color:#222;
}
.module.follow-us  .button.facebook:before {
	content:"\e601";
}
.module.follow-us  .button.twitter:before {
	content:"\e605";
}
.module.follow-us  .button.rss:before {
    content: "\ea9b";
    font-size: 17px;
    padding: 0 0 0 2px;
}
.module.follow-us  .button.newsletter:before {
	content:"\e606";
}
.module.follow-us  .button.gplus:before {
	content:"\e602";
	font-size: 85%;
	padding: 1px 0 0 2px;
}
.module.follow-us  .button.email:before {
	content:"\e606";
}
