/* line 1, share-icons.scss */
.share {
  font-weight: bold;
  color: #666;
  font-size: 12px;
  margin:0; }
  /* line 6, share-icons.scss */
  .share span {
    float: left;
    text-decoration: none;
    color: black;
    display: inline-block;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    font-weight: bold; }
  /* line 19, share-icons.scss */
  .share span.label {
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 22px;
    vertical-align: middle; }
  /* line 27, share-icons.scss */
  .share .st_facebook_custom {
    background: url("../../../assets/img/global/share/facebook.png") no-repeat; }
  /* line 30, share-icons.scss */
  .share .st_twitter_custom {
    background: url("../../../assets/img/global/share/twitter.png") no-repeat; }
  /* line 33, share-icons.scss */
  .share .st_googleplus_custom {
    background: url("../../../assets/img/global/share/google.png") no-repeat; }
  /* line 36, share-icons.scss */
  .share .st_tumblr_custom {
    background: url("../../../assets/img/global/share/tumblr.png") no-repeat; }
  /* line 39, share-icons.scss */
  .share .st_email_custom {
    background: url("../../../assets/img/global/share/email.png") no-repeat; }
  /* line 43, share-icons.scss */
  .share .st_permalink_custom {
    background: url("../../../assets/img/global/share/permalink.png") no-repeat;
    height: 20px;
    margin-right: 10px;
    width: 20px;
    float: left; }
