.share-buttons li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.share-buttons a {
    border: 0px solid #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    text-indent: -99999px;
    width: 50px;
    height: 50px;
	color: #fff;
    box-shadow: 0px 0px 1px #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}

.share-buttons a:hover {
    background-color: #fff;
	color: #5f2878;
	box-shadow: 0px 0px 1px #5f2878;
	
}

.twitter a:before {
    font-family: "FontAwsome";
    content: "\f099";
    font-size: 28px;
    text-indent: 0;
    position: absolute;
    top: 5px;
    left: 13px;
}
.facebook a:before {
    font-family: "FontAwsome";
    content: "\f09a";
    font-size: 28px;
    text-indent: 0;
    position: absolute;
    top: 5px;
    left: 17px;
}
.google a:before {
    font-family: "FontAwsome";
    content: "\f0d5";
    font-size: 28px;
    text-indent: 0;
    position: absolute;
    top: 6px;
    left: 14px;
}

.linkedin a:before {
    font-family: "FontAwsome";
    content: "\f08c";
    font-size: 28px;
    text-indent: 0;
    position: absolute;
    top: 6px;
    left: 14px;
}