.share-affix {
    position: fixed;
    top:50px;
    left:0px;
}

/**a.behance, a.delicious, a.deviantart, a.digg, a.dribbble, a.facebook, a.flickr, a.forrst, a.foursquare, a.googleplus, a.in1, a.instagram, a.lastfm, a.linkedin, a.pinterest, a.rss, a.skype, a.tumblr, a.twitter, a.vimeo, a.youtube {*/
.share-square {
    -moz-transition: all 0.2s linear 0s;
    background: url("../img/social-icons.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 41px;
    line-height: 0;
    margin: 0 1px;
    width: 39px;
}
.share-square-facebook {
    background-position: -39px 0px;
}
.share-square-facebook:hover {
    background-position: -39px -41px;
}
.share-square-googleplus {
    background-position: -78px 0px;
}
.share-square-googleplus:hover {
    background-position: -78px -41px;
}
.share-square-twitter {
    background-position: 0px 0px;
}
.share-square-twitter:hover {
    background-position: 0px -41px;
}
