#share-bar {
  display: block;
}

.sharing-providers {
  list-style-type: none;
  background-color: rgba(75, 75, 75, 0.089);
  display: flex;
  justify-content: space-around;
  padding: 10px !important;
}
.sharing-providers {
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
.sharing-providers > li {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background: #0690b5;
  transition: 0.2s all;
}
.sharing-providers.circle > li {
  border-radius: 50%;
  margin: 2px;
}
#share-bar.left {
  left: 0;
}
#share-bar.left .sharing-providers > li {
  margin-left: 0;
}
#share-bar.right {
  right: 0;
}
#share-bar.right .sharing-providers > li {
  margin-right: 0;
}

.sharing-providers > li > a {
  text-decoration: none !important;
  font-family: "FontAwesome";
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
}
.sharing-providers.circle > li > a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sharing-providers > li > a {
  color: white;
  font-size: 18px;
}
.sharing-providers > li > a,
.sharing-providers > li > a:hover {
  color: white;

  text-decoration: none;
}

#share-bar.animate .sharing-providers > li:hover {
  transform: scale(1.1);
}

#share-bar.right.animate .sharing-providers > li:hover {
  transform: translateX(-5px);
}

.sharing-providers > li.facebook:hover {
  background: #4267b2;
}

.sharing-providers > li.googleplus:hover {
  background: #d14836;
}

.sharing-providers > li.twitter:hover {
  background: #1da1f2;
}

.sharing-providers > li.linkedin:hover {
  background: #0077b5;
}

.sharing-providers > li.tumblr:hover {
  background: #2c4762;
}

.sharing-providers > li.digg:hover {
  background: #333333;
}

.sharing-providers > li.reddit:hover {
  background: #ff4500;
}

.sharing-providers > li.pinterest:hover {
  background: #e60023;
}

.sharing-providers > li.stumbleupon:hover {
  background: #eb4924;
}

.sharing-providers > li.email:hover {
  background: #e3a129;
}


  #share-bar .sharing-providers > li {
    display: inline-block;
  }
  #share-bar.animate .sharing-providers > li:hover {
    transform: translateX(0px) !important;
    transform: translateY(-5px) !important;
  }
}
