.share-bar {
  list-style: none;
  margin: 0;
  padding: 8px 0 0 0;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 32px;
}

.share-bar .share {
	width: 20px;
  height:35px;
  float: left;
  margin-right: 4px;
}

.share-bar a.more {
  cursor: pointer;
}

.share-bar .share .button {
  background: url("../images/providers-icon-sprite.png") no-repeat;
  width: 35px;
  height:20px;
  float:left;
  background:none;
}

.share-bar .share .count {
  font-size: 11px;
  float: right;
  border: 1px solid #CCC;
  width: 32px;
  height: 19px;
  line-height: 19px!important;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #676A6B;
  position: relative;
  background-color: white;
}

ul.share-bar-more {
  left: 350px;
  position: absolute;
  top: 0px;
  list-style: none;
  margin: 0;
  background: #EFEFEF;
  border: 1px solid #DDD;
  border-bottom: 1px solid #AAA;
  border-radius: 3px;
  padding: 4px 0 2px 20px;
  width: 75px;
}

ul.share-bar-more .share {
  width: 33px;
  height: 28px;
}

ul.share-bar-more .triangle { 
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #EFEFEF;
  position: absolute;
  left: -10px;
  top: 7px;
}

.share-bar .share-link-facebook .button {
  /*background-position: 0 0;*/
}  

.share-bar .share-link-twitter .button {
 /* background-position: 0px -25px;*/
} 

.share-bar .share-link-email .button {
  background-position: 0px -95px;
}

.share-bar .share-link-pinterest .button {
  background-position: 0px -75px;
}

.share-bar .share-link-googleplus .button {
 /* background-position: 0px -243px;*/
}


.share-bar .share-link-print .button {
  background-position: 0px -115px;
}
.share-bar .share-link-printerest #CountBubble {
  width:100px;
}

.share a .fa {
  color:#c4c4c4;
}
