.social-share ul { list-style: none; margin: 0; padding: 0; }
.social-share li { display: inline-block; }
li a.share { display: inline-block; width: 34px; height: 34px; text-indent: -999em; margin-right: 5px; transition: all linear 1s; }
li a.share:hover {}
li a.share.facebook { background: url(../i/social/facebook.png) 0 0 no-repeat; }
li a.share.twitter { background: url(../i/social/twitter.png) 0 0 no-repeat; }
li a.share.googleplus { background: url(../i/social/googleplus.png) 0 0 no-repeat; }
li a.share.linkedin { background: url(../i/social/linkedin.png) 0 0 no-repeat; }
li a.share.pinterest { background: url(../i/social/pinterest.png) 0 0 no-repeat; }
li a.rss { background: url(../i/social/rss.png) 0 0 no-repeat; text-indent: -999em; width: 34px; height: 34px; margin-right: 5px; display: inline-block; }
