.sharrre{
    margin:20px 0 0 30px;
    float:left;
}
.sharrre .box:hover{
    text-decoration:none;
}
.sharrre .count {
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    line-height:32px;
    height:32px;
    position:relative;
    text-align:center;
    width:53px;
    border-radius:4px;
    background: #b8b8b8;
	opacity:0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.box:hover > .count{
    opacity:1;
	
}
.sharrre .count:before, .sharrre .count:after {
    content:'';
    display:block;
    position:absolute;
    left:49%;
    width:0;
    height:0;
}
.sharrre .count:before {
    border:solid 7px transparent;
    border-top-color:#b8b8b8;
    margin-left:-7px;
    bottom: -14px;
}
.sharrre .count:after {
    border:solid 6px transparent;
    margin-left:-6px;
    bottom:-12px;
    border-top-color:#b8b8b8;
}
.sharrre .share {
    color:#FFFFFF;
    display:block;
    font-weight:bold;
    line-height:30px;
    margin-top:8px;
    padding:0;
    text-align:center;
    text-decoration:none;
}
#twitter .share {
    background: #71b7cf;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
}
#facebook .share {
    background: #46639e;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
}
#google .share {
    background: #4a4a4b;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
}