.social-share {
  width: 200px;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 55%;
  left: 2px;
  transition: left 300ms ease-out;
  z-index: 2000;
}
.social-share.hidden {
  left: -40px;
}
.social-share.hidden li.hide-button a {
  margin-left: 28px;
  border-radius: 5px 0 0 5px;
  text-align: left;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.social-share li {
  list-style-type: none;
}
.social-share li a {
  display: block;
  width: 38px;
  height: 38px;
  background: #222;
  font: normal 16px/21px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: width 300ms ease-out, background 300ms ease-out;
}


.social-share li a span {
  display: block;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
}
.social-share li a:hover {
  width: 42px;
 }

.social-share li:first-child a {
  border-radius: 0 5px 0 0;
}

.social-share li:last-child a {
  border-radius: 0 0 5px 0;
}

.social-share li.facebook a {
  background: #3b5998;
}

.social-share li.facebook a:hover, .social-share li.facebook a:focus {
  background: #000;
  padding: 10px 30px;
}

.social-share li.twitter a {
  background: #00abf0;
}
.social-share li.twitter a:hover, .social-share li.twitter a:focus {
  background: #000;
  padding: 10px 30px;
}

.social-share li.gplus a {
  background: #F51022;
}
.social-share li.gplus a:hover, .social-share li.gplus a:focus {
  background: #000;
  padding: 10px 30px;
}

.social-share li.instagram a {
  background: #F54810;
}
.social-share li.instagram a:hover, .social-share li.instagram a:focus {
  background: #000;
  padding: 10px 30px;
}


.social-share li.linkedin a {
  background: #0040FF;
}
.social-share li.linkedin a:hover, .social-share li.linkedin a:focus {
  background: #000;
  padding: 10px 30px;
}

.social-share li.whatsapp a {
  background: #3ADF00;
}
.social-share li.whatsapp a:hover, .social-share li.whatsapp a:focus {
  background: #000;
  padding: 10px 30px;
}

.social-share li.mail a {
  background: #323b43;
}
.social-share li.mail a:hover, .social-share li.mail a:focus {
  background: #000;
  padding: 10px 30px;
}

.social-share li.hide-button a {
  height: 24px;
  padding: 0 10px;
  background: #fff;
  font-size: 13px;
  line-height: 24px;
  color: #000;
  transition: width 300ms ease-out, background 300ms ease-out, color 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: width 300ms ease-out, background 300ms ease-out, color 300ms ease-out, transform 300ms ease-out;
  transition: width 300ms ease-out, background 300ms ease-out, color 300ms ease-out, transform 300ms ease-out, -webkit-transform 300ms ease-out;
}
.social-share li.hide-button a:hover {
  background: #d1d1d1;
  color: #000;
}
