/* CUSTOM STYLES SHARE / LIKE BUTTONS */
#twitter.sharrre, 
#facebook.sharrre, 
#google.sharrre, 
#linkedin.sharrre, 
#pinterest.sharrre {
    float: left;
    margin: 0 5px;
    text-align: center;
}
#twitter.sharrre a, 
#facebook.sharrre a, 
#google.sharrre a, 
#linkedin.sharrre a, 
#pinterest.sharrre a {
    color: #555;
    text-decoration: none;
}
#twitter.sharrre .count, 
#facebook.sharrre .count, 
#google.sharrre .count, 
#linkedin.sharrre .count, 
#pinterest.sharrre .count {
    color: #333;
}
#twitter.sharrre .share, 
#facebook.sharrre .share, 
#google.sharrre .share, 
#linkedin.sharrre .share, 
#pinterest.sharrre .share {
	width: 36px;
	height: 36px;
}
#twitter.sharrre .share:active, 
#facebook.sharrre .share:active, 
#google.sharrre .share:active, 
#linkedin.sharrre .share:active, 
#pinterest.sharrre .share:active {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5) inset;
}

/* BAR */
.social_bar {
    clear: both;
    margin: 2em auto;
    width: 80%;
}
.social_bar .social_buttons {
    background-color: #f3f3f3;
    color: #d0d0d0;
    float: left;
    font-size: 2em;
    height: 70px;
    line-height: 70px;
    margin-top: 1em;
    text-align: center;
    width: 33%;
}
.social_bar .social_buttons:hover {
    background-color: #d0d0d0;
    color: #fff;
    cursor: pointer;
}
.social_bar .social_buttons_follow {
    float: left;
    text-align: center;
    width: 33%;
}

/* FOLLOW */
#twitter_follow.social_buttons_follow {
    background-color: #9ae4e8;
    color: #fff;
}
#facebook_follow.social_buttons_follow {
    background-color: #3b5999;
    color: #fff;
}
#google_follow.social_buttons_follow {
    background-color: #f1f1f1;
    color: #a6a6a6;
}
#linkedin_follow.social_buttons_follow {
    background-color: #f1f1f1;
    color: #a6a6a6;
}
#pinterest_follow.social_buttons_follow {
    background-color: #f1f1f1;
    color: #a6a6a6;
}

/* SHARE */
#specific_buttons { margin-top: 0px; }

#specific_buttons #twitter.sharrre,
#specific_buttons #facebook.sharrre,
#specific_buttons #google.sharrre
#specific_buttons #linkedin.sharrre
#specific_buttons #pinterest.sharrre
{
  float: left;
  margin:0 5px;
  text-align: center;
}

#specific_buttons #twitter.sharrre a,
#specific_buttons #facebook.sharrre a,
#specific_buttons #google.sharrre a
#specific_buttons #linkedin.sharrre a
#specific_buttons #pinterest.sharrre a
{
  text-decoration: none;
  color:#333;
}

#specific_buttons #twitter.sharrre .count,
#specific_buttons #facebook.sharrre .count,
#specific_buttons #google.sharrre .count,
#specific_buttons #linkedin.sharrre .count,
#specific_buttons #pinterest.sharrre .count
{
  border:1px solid #ccc;
  padding:5px;
  min-width: 36px;
  font-size: 11px;
  color: #333;
}

#specific_buttons #twitter.sharrre .share
{
background: url("../../../img/social_share/twitter.png") no-repeat scroll;		
}
#specific_buttons #facebook.sharrre .share
{
background: url("../../../img/social_share/facebook.png") no-repeat scroll;		
}
#specific_buttons #google.sharrre .share
{
background: url("../../../img/social_share/google.png") no-repeat scroll;		
}
#specific_buttons #linkedin.sharrre .share
{
background: url("../../../img/social_share/linkedin.png") no-repeat scroll;		
}
#specific_buttons #pinterest.sharrre .share
{
background: url("../../../img/social_share/pinterest.png") no-repeat scroll;		
}

#specific_buttons #twitter.sharrre .share:active,
#specific_buttons #facebook.sharrre .share:active,
#specific_buttons #google.sharrre .share:active
#specific_buttons #linkedin.sharrre .share:active
#specific_buttons #pinterest.sharrre .share:active
{
  box-shadow:inset 0 5px 5px rgba(0,0,0,.5); 
}