#share-bar {
  display: block;
  /* position: fixed;*/
  text-align: center;
  top: 50%;
  /*  transform: translateY(-50%);*/
  z-index: 9999;
  background: white;
  border-top: 1px solid #eee;
  /*    padding: 8px;*/
  -webkit-box-shadow: -1px -8px 17px -7px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: -1px -8px 17px -7px rgba(0, 0, 0, 0.33);
  box-shadow: -1px -8px 17px -7px rgba(0, 0, 0, 0.33);
}
.sharing-providers {
  list-style-type: none;
}
.sharing-providers {
  padding: 5px 0;
  margin: 0;
}
.sharing-providers > li {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  /* background: #777777;*/
  transition: 0.5s all;
  border-right: 1px solid #eee;
}
.sharing-providers > li:last-child {
  border-right: unset;
}
.sharing-providers > li.facebook a {
  color: #4064AC;
}
.sharing-providers > li.twitter a {
  color: #1C9BEA;
}
.sharing-providers > li.linkedin a {
  color: #2866AB;
}
.sharing-providers > li.whatsup a {
  color: #2DC964;
}
.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;*/
  padding: 0 20px;
  font-family: 'FontAwesome';
  /*
  width: 45px;
  height: 45px;
  line-height: 45px;
*/
  display: block;
}
.sharing-providers.circle > li > a {
  border-radius: 50%;
}
.sharing-providers > li > a {
  color: white;
  font-size: 20px;
}
.sharing-providers > li > a, .sharing-providers > li > a:hover {
  text-decoration: none;
}
/*
#share-bar.animate .sharing-providers > li:hover {
  transform: translateX(5px);
}
*/
#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: #5f99cf;
}
.sharing-providers > li.pinterest:hover {
  background: #cb2027;
}
.sharing-providers > li.stumbleupon:hover {
  background: #EB4924;
}
.sharing-providers > li.email:hover {
  background: #E3A129;
}
*/
/*
.sharing-providers > li.whatsup:hover {
  background: #1b926c;
}
*/
@media (max-width: 680px) {
  #share-bar {
    bottom: 0;
    top: auto;
    /*    transform: translate(-50%, 0);*/
    left: 50% !important;
    right: auto;
    background: white;
    width: 100%;
    text-align: center;
    border-top: 1px solid #eee;
    /*    padding: 8px;*/
  }
  #share-bar .sharing-providers > li {
    display: inline-block;
  }
  /*
  #share-bar.animate .sharing-providers > li:hover {
    transform: translateX(0px) !important;
    transform: translateY(-5px) !important;
  }
*/
}