#social-shares {
	margin: 1.5em 0;
	text-align: right;
}

#social-shares a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	height: 2.3em;
	line-height: 2.3;
	padding: 0 0.4em 0 0;
	color: #fff;
	margin-left: 0.5em;
	background-repeat: no-repeat;
	background-position: 0.4em 50%;
	border-radius: 4px;
	width: 13%;
}

#social-shares a.facebook-share {
	background-color: #45619d;
	background-image: url(images/facebook.png);
}

#social-shares a.twitter-share {
	background-color: #4da3c2;
	background-image: url(images/twitter.png);
}

#social-shares a.gplus-share {
	background-color: #dd4b39;
	background-image: url(images/googleplus.png);
}
#social-shares a.linkedin-share {
	background-color: #1b83af;
	background-image: url(images/linkedin.png);
}
#social-shares a.pinterest-share {
	background-color: #af1b5a;
	background-image: url(images/pinterest.png);
}