﻿.mysocialshare.bubble
{
    display: block;
    width: 72px;
    height: 72px;
    position: relative;
    z-index: 1;
}
.mysocialshare.bubble .msb_main
{
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    text-indent: -9999px;
    border: 4px solid #FFF;
    box-shadow: 0 0 5px #DDD;
    border-radius: 36px;
    background-image: url(/RetqaSite/image/share_core_square.png);
}
.mysocialshare.bubble .msb_main img
{
    width: 64px;
    height: 64px;
    cursor: pointer;
    border-radius: 32px;
    border: none;
}
.mysocialshare.bubble .msb_main:hover
{
    box-shadow: 0 0 5px #BBB;
}
.mysocialshare.bubble .msb_network_button
{
    width: 46px;
    height: 46px;
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 1;
    cursor: pointer;
    text-indent: -9999px;
    display: none;
    background: no-repeat;
}
.mysocialshare.bubble .msb_network_button.facebook
{
    background: url(/RetqaSite/image/bubble_facebook_share_button.png);
}
.mysocialshare.bubble .msb_network_button.linkedin
{
    background: url(/RetqaSite/image/bubble_linkedin_share_button.png);
}
.mysocialshare.bubble .msb_network_button.google
{
    background: url(/RetqaSite/image/bubble_googleplus_share_button.png);
}
.mysocialshare.bubble .msb_network_button.twitter
{
    background: url(/RetqaSite/image/bubble_twitter_share_button.png);
}
.mysocialshare.bubble .msb_network_button.pinterest
{
    background: url(/RetqaSite/image/bubble_pinterest_share_button.png);
}
.mysocialshare.bubble .msb_network_button.dribbble
{
    background: url(/RetqaSite/image/bubble_dribbble_share_button.png);
}
.mysocialshare.bubble .msb_network_button.email
{
    background: url(/RetqaSite/image/bubble_email_share_button.png);
}
.mysocialshare.bubble .msb_network_button.instagram
{
    background: url(/RetqaSite/image/bubble_instagram_share_button.png);
}
.mysocialshare.bubble .msb_network_button.youtube
{
    background: url(/RetqaSite/image/bubble_youtube_share_button.png);
}
.mysocialshare.bubble .msb_network_button.vimeo
{
    background: url(/RetqaSite/image/bubble_vimeo_share_button.png);
}
.mysocialshare.bubble .msb_network_button:hover
{
    background-position: 0 -46px;
}

