/*
 *
 * Bubble Share Style
 *
 */

.supersocialshare.bubble {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 1;
}

.supersocialshare.bubble .sb_main {
    display: block;
    width: 48px;
    height: 48px;
    background: url(/img/icon-round-share.png) no-repeat;
    background-position: 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    text-indent: -9999px;
}

/*.supersocialshare.bubble .sb_main:hover {
    background-position: 0px -64px;
}*/

.supersocialshare.bubble .sb_network_button {
    display: block;
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 1;
    cursor: pointer;
    text-indent: -9999px;
}

.supersocialshare.bubble .sb_network_button.facebook {
    background-image: url(/img/icon-round-facebook.png);
}

.supersocialshare.bubble .sb_network_button.linkedin {
    background-image: url(/img/icon-round-linkedin.png);
}

.supersocialshare.bubble .sb_network_button.google {
    background-image: url(/img/icon-round-googleplus.png);
}

.supersocialshare.bubble .sb_network_button.twitter {
    background-image: url(/img/icon-round-twitter.png);
}

.supersocialshare.bubble .sb_network_button.pinterest {
    background-image: url(/img/icon-round-pinterest.png);
}

.supersocialshare.bubble .sb_network_button.email {
    background-image:url(/img/icon-round-email.png);
}

/*.supersocialshare.bubble .sb_network_button:hover {
    background-position: 0px -46px;
}*/