/*!
 * jQuery ClassySocial
 * http://www.class.pm/projects/jquery/classysocial
 *
 * Copyright 2012 - 2013, Class.PM www.class.pm
 * Written by Marius Stanciu - Sergiu <marius@picozu.net>
 * Licensed under the GPL Version 3 license.
 * Version 1.1.0
 *
 */

.classysocial.bubble {
    display: block;
    width: 72px;
    height: 72px;
    position: relative;
    z-index: 1;
}
.classysocial.bubble .main {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    border: 4px solid #FFF;
    box-shadow: 0 0 5px #DDD;
    border-radius: 36px;
}
.classysocial.bubble .main img {
    width: 64px;
    height: 64px;
    cursor: pointer;
    border-radius: 32px;
    border: none;
}
.classysocial.bubble .main:hover {
    box-shadow: 0 0 5px #BBB;
}
.classysocial.bubble .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;
}
.classysocial.bubble .network_button.facebook {
    background: url(../images/bubble_facebook_share_button.png);
}
.classysocial.bubble .network_button.linkedin {
    background: url(../images/bubble_linkedin_share_button.png);
}
.classysocial.bubble .network_button.google {
    background: url(../images/bubble_googleplus_share_button.png);
}
.classysocial.bubble .network_button.twitter {
    background: url(../images/bubble_twitter_share_button.png);
}
.classysocial.bubble .network_button.pinterest {
    background: url(../images/bubble_pinterest_share_button.png);
}
.classysocial.bubble .network_button.dribbble {
    background: url(../images/bubble_dribbble_share_button.png);
}
.classysocial.bubble .network_button.email {
    background: url(../images/bubble_email_share_button.png);
}
.classysocial.bubble .network_button.instagram {
    background: url(../images/bubble_instagram_share_button.png);
}
.classysocial.bubble .network_button.youtube {
    background: url(../images/bubble_youtube_share_button.png);
}
.classysocial.bubble .network_button.vimeo {
    background: url(../images/bubble_vimeo_share_button.png);
}
.classysocial.bubble .network_button.socl {
    background: url(../images/bubble_socl_share_button.png);
}
.classysocial.bubble .network_button:hover {
    background-position: 0 -46px;
}