a[class*='btn-social-share-'] {
    width: 20px;
    height: 20px;
    display: block;
    background-image:url('SocialShare.png');
    text-indent: -9999em;
    position: absolute;
    bottom: 0;
    -webkit-transition: height 0.5s; /* For Safari 3.1 to 6.0 */
    transition: height 0.5s;
    outline: 0;
    text-align: left;
}


a[class*='btn-social-share-']:hover {
    height: 25px;
}

.btn-social-share-facebook {
    background-position: 0 0;
    right: 63px;
}
.btn-social-share-twitter {
    background-position: -20px 0;
    right: 42px;
}
.btn-social-share-email {
    background-position: -40px 0;
    right: 21px;
}
.btn-social-share-plus1 {
    background-position: -60px 0;
    right: 0;
}
.social-share-content{
    height: 35px;
    position: absolute;
    border-bottom: 4px solid #DD962D;
    font-size: 0.9em;
    text-align: right;
    padding: 12px 100px 0 0;
    display: block;
    right: 0;
    margin-right: 10px;
}
.social-share-content a{
    outline: 0 !important;
}