.salescrowd-share {
  position: fixed;
  left: 0px;
 bottom: -2em;
  @include MQ(M) {
    left: 0px;
    top: 330px;
  }

  z-index: 500;
  width: 100%;
  @include MQ(M) {
    width: 40px;
  }
  .share {
    width: 100%;
    text-align: center;
    padding: 0;

  }

  .share-before {
    margin-top: -1.4em;
    padding: 0.25em 0.5em;
    background: $salescrowd-earth;
    p {
      color: $white;
      margin: 0;
      font-weight: 900;
      font-size: 0.8em;
      letter-spacing: 1px;
    }
  }

  .soso-count {
    display: block;
    width: 100%;
    margin-bottom: -0.5em;
  }

  .share-after {
    clear: both;
    height: 1.5em;
    width: 100%;
  }

  .share a span {
    font-weight: bold;
    display: block;
    color: white;
    text-align: center;
    width: auto;
  }

  .share a {
    text-decoration: none;
    padding: 0.5em 0;
    line-height: 30px;
    width: 25%;
    @include MQ(M) {
      width: 40px;
    }
    font-size: 0.9em;
    //&.countTotal {
    //  width: 30%;
    //}
    float: left;
    @include MQ(M) {
      clear: left;
    }
    margin: 0;
    background-size: 18px;
    background-repeat: no-repeat;
    &.countTotal {
      display: none;
      opacity: 0;
      @include MQ(M) {
        opacity: 1;
        display: block;
      }
    }
    .soso-count {
      display: none;
      @include MQ(M) {
        display: block;
      }
    }
    @include transition(all 1.0s ease-in-out);
    &:hover {
      i {
        @include animation(beat 1.5s ease-in, beat 1.5s ease-out);
      }
      /*span.share {
        position: absolute;
        z-index: 2;
        top: 0px;
        right: 0;
      }*/
    }
    &:after {
      width: 100%;
      height: 0;
      top: 50%;
      left: 50%;
      background: $salescrowd-orange;
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }
    &:hover:after {
      height: 260%;
      opacity: 1;
    }
    &:active:after {
      height: 400%;
      opacity: 1;
    }
    span.share {
      position: absolute;
      z-index: 200;
      top: 0px;
    }
  }



  .share i {
    text-align: center;
    //float: left;
    color: $white;
    font-size: 1.4em;
    line-height: 1.6em;
    position: relative;
    top: 1px;
    @include transition(all 1.0s ease-in-out);
  }
  .countTotal {
    background-color: $salescrowd-orange;
    color: $white;
  }
  /*icon credits: iconfinder.com*/
  .btnTw {
    background-color: $salescrowd-twitter;
    .soso-count {
      background-color: darken($salescrowd-twitter, 10%);
    }

    &:hover {
      background-color: darken($salescrowd-twitter, 10%);
    }
  }

  .btnFb {
    background-color: $salescrowd-facebook;
    .soso-count {
      background-color: darken($salescrowd-facebook, 10%);
    }
    &:hover {
      background-color: darken($salescrowd-facebook, 10%);
    }
  }

  .btnPr {
    background-color: $salescrowd-red;
    .soso-count {
      background-color: darken($salescrowd-red, 10%);
    }
    &:hover {
      background-color: darken($salescrowd-red, 10%);
    }
  }

  .btnLi {
    background-color: $salescrowd-linkedin;
    .soso-count {
      background-color: darken($salescrowd-linkedin, 10%);
    }
    &:hover {
      background-color: darken($salescrowd-linkedin, 10%);
    }
  }

  .btnDl {
    background-color: #2873CC;
    .soso-count {
      background-color: darken(#2873CC, 20%);
    }
    &:hover {
      background-color: darken(#2873CC, 10%);
    }
  }

  .share a span.buCount {
    color: black;
  }
}