/* Design 06 CSS JoomShareBar Copyright Roy Haanen */

.design06{
    /*-moz-box-shadow: 1px 1px 1px 1px #a8a8a8;
    -webkit-box-shadow: 1px 1px 1px 1px #a8a8a8;
    box-shadow: 1px 1px 1px 0px #a8a8a8;*/
    cursor: pointer;
    display: inline-block;
    font-family: "Lucida Grande", Tahoma, sans-serif;
	 /*padding: 0 0.5em 0 0;*/
    text-align: left;
    text-decoration: none!important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    /*height:2.5em;*/
    line-height:2.5em;
    color:#FFF;
    text-indent: 0;
	 border-radius:50% !important; /*circle icons*/
	 font-size:1.6em;
}

.design06:before{
    content: "";
    margin:0 0.6em 0 0;
    padding:0 0.23em;
    font: 120%/1.65 zocial;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-border-top-left-radius:inherit;
    -moz-border-radius-topleft:inherit;
    border-top-left-radius:inherit;
    -webkit-border-bottom-left-radius:inherit;
    -moz-border-radius-bottomleft:inherit;
    border-bottom-left-radius:inherit;
    -webkit-border-bottom-right-radius:inherit;
    -moz-border-radius-bottomright:inherit;
    border-bottom-right-radius:inherit;
    -webkit-border-top-right-radius:inherit;
    -moz-border-radius-topright:inherit;
    border-top-right-radius:inherit;
    width: 1.1em;
    float: left;
    line-height: 1.5em;
}

.design06.facebook-like:hover:before {background:#003cb3;}
.design06.twitter-share:hover:before {background:#00b6f1;}
.design06.pinterest-pinit:hover:before {background: #e82128;}
.design06.googleplus-one:hover:before,.design06.googleplus-share:hover:before {background:#e57566;}
.design06.stumbleupon-share:hover:before {background: #ff4e23;}
.design06.linkedin-share:hover:before {background:#003cb3;}
.design06.xing-share:hover:before {background: #008489;}
.design06.bufferapp-button:hover:before {background: #333333;}
.design06.print:hover:before {background: #aaa;}
.design06.email-share:hover:before {background: #aaa;}

.design06.facebook-like:before {background:#002776}
.design06.facebook-like {background:#4b5f94}
.design06.twitter-share:before {background:#55ACEE}
.design06.pinterest-pinit:before {background:#D0363D}
.design06.googleplus-one:before {background:#dd4b39}
.design06.googleplus-share:before {background:#dd4b39}
.design06.stumbleupon-share:before {background:#ED5A39}
.design06.linkedin-share:before {background:#002776}
.design06.xing-share:before {background:#196A6E}
.design06.bufferapp-button:before {background:#232323}
.design06.print:before {background:#888}
.design06.email-share:before {background:#888}

