/* Yandex Share extra styles */
/*
#the_share {
    text-align:center;
}

#the_share .b-share {
    height:50px;
}
*/
#the_share  { float:right; }
#the_share .b-share{ 
    padding:0 !important;
    vertical-align: text-top;
}
#the_share .b-share-icon_facebook,
#the_share .b-share-icon_vkontakte,
#the_share .b-share-icon_gplus,
#the_share .b-share-icon_twitter,
#the_share .b-share-icon_lj,
#the_share .b-share-icon_linkedin {
    width:20px;
    height:20px;
    margin: 0 0 0 3px;
    display:block;
    background:url('../img/social_icons.png') no-repeat;
}

#the_share .b-share .b-share__handle {
    height:20px;
    padding:0!important;
}

#the_share .b-share-icon_facebook {
    background-position: 0 0;
}

#the_share .b-share-icon_vkontakte {
    background-position: -84px 0;
}

#the_share .b-share-icon_gplus {
    background-position: -126px 0;
}

#the_share .b-share-icon_twitter {
    background-position: -21px 0;
}

#the_share .b-share-icon_lj {
    background-position: -168px 0;
}

#the_share .b-share-icon_linkedin {
    background-position: -756px 0;
}

