{#formerly social-share-module.css#}
.sharebar .sharrre {
    width: auto;
    display: inline-block;
}
.sharebar .sharrre a {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-left: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
}
.sharebar .sharrre a:first-child {
    margin: 0;
}
.sharebar .sharrre a.facebook {
  background: #39579a;
}
.sharebar .sharrre a.facebook:hover {
  background: #2b4275;
}

.sharebar .sharrre a.twitter {
  background: #00abf0;
}
.sharebar .sharrre a.twitter:hover {
  background: #0087bd;
}

.sharebar .sharrre a.linkedin {
  background: #007ab8;
}
.sharebar .sharrre a.linkedin:hover {
  background: #005885;
}

.sharebar .sharrre a.googlePlus {
  background: #df4932;
}
.sharebar .sharrre a.googlePlus:hover {
  background: #c0341e;
}
.sharebar .sharrre a.email {
  background: #828282;
}
.sharebar .sharrre a.email:hover {
  background: dimgray;
}


.sharebar .sharrre i {
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    display: block;    
    vertical-align: center;
}
/*.sharebar .sharrre a.facebook {
    background: url(//cdn2.hubspot.net/hub/320254/images/share-fb3.png) no-repeat;    
}
.sharebar .sharrre a.linkedin  {
    background: url(//cdn2.hubspot.net/hub/320254/images/share-linkedin3.png) no-repeat;
}
.sharebar .sharrre a.twitter  {
    width: 35px;
    background: url(//cdn2.hubspot.net/hub/320254/images/share-twitter3.png) no-repeat;
}
.sharebar .sharrre a.googlePlus {
    background: url(//cdn2.hubspot.net/hub/320254/images/share-googlep3.png) no-repeat;
}
.sharebar .sharrre a.email {
    width: 35px;
    background: url(//cdn2.hubspot.net/hub/320254/file-2082133399-png/images/share-mail3.png) no-repeat;
}*/
.sharebar .sharrre a span {
    opacity: 0;
    position: center;
    top: 0%;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    font-family: Helvetica,arial, sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #828282;

}
.sharebar .sharrre a:hover {
    background-position: 0 -32px;
    
}
.sharebar .sharrre a:hover span {
    opacity: 1;
    display: block;
    top: -100%;
}