.follow_module {
  margin: 20px 0;
}
.follow_module .follow_text {
  font-size: 24px;
  font-family: "BentonSans", Arial;
}
.follow_module a.share {
  display: inline-block;
  width: 30px;
  height: 38px;
  border-radius: 4px;
  margin-right: 5px;
  background-position: center center;
}
.follow_module .module-title {
  float: left;
  line-height: 38px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color:#fff;
}
.follow_module .button_twitter {
  /*background-image: url('../../img/follow-twitter.png?1353013001');*/
  top:-5px;
  left:3px;
}
.follow_module .twitter-button {
  width:30px;
  height:30px;
}

.follow_module .button_facebook {
  background-image: url('../../img/follow_facebook.png');
}

.follow_module .button_instagram {
  background-image: url('../../img/follow_instagram.png');
}

.follow_module .button_tumblr {
  background-image: url('../../img/follow_tumblr.png');
}

.follow_module .button_youtube {
  background-image: url('../../img/follow_youtube.png');
  width: 50px!important;
}

.follow_module #twitter-widget-0{
  height: 30px!important;
  width:60px!important;
}

.follow_module a, a:hover, a:active, a:focus  {
outline: 0;
}

.follow_module a:hover {
opacity: 0.5;
}
