.content-section .social-share {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-section .social-share li {
	float: left;
	margin-right: 5px;
	padding: 0;
}
.content-section .social-share li:last-child {
	margin: 0;
}
.content-section .social-share a {
	display: block;
	padding: 6px 7px 8px;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,.25) 0 -2px 0 inset;
	color: #fff;
	width: 34px;
	height: 34px;
	text-align: center;
	transition: all .3s ease;
}
.content-section .social-share a:before {
    font-family: FontAwesome;
    font-size: 14px;
	text-rendering: auto;
}
.content-section .social-share .facebook {
	background-color: #325c99;
}
.content-section .social-share .facebook:hover {
	background-color: #284a85;
}
.content-section .social-share .facebook:before {
	content: "\f230";
}
.content-section .social-share .twitter {
	background-color: #02acec;
}
.content-section .social-share .twitter:hover {
	background-color: #029be8;
}
.content-section .social-share .twitter:before {
	content: "\f099";
}
.content-section .social-share .gplus {
	background-color: #dd4b39;
}
.content-section .social-share .gplus:hover {
	background-color: #d63c2e;
}
.content-section .social-share .gplus:before {
	content: "\f0d5";
}
.content-section .social-share .email {
	background-color: #cb2027;
}
.content-section .social-share .email:hover {
	background-color: #c11a1f;
}
.content-section .social-share .email:before {
	content: "\f0e0";
}