.share-buttons .img-btn {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.share-buttons .fa-btn {
  position: relative;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  font-family: Fontawesome;
}
.share-buttons .fa-btn:before {
  display: block;
  text-indent: 0;
  text-align: center;
  line-height: inherit;
  font-family: Fontawesome;
}
.share-buttons ul.share-buttons-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.share-buttons .share-buttons-list > li {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  vertical-align: top;
  text-align: left;
  list-style: none;
  background: none;
}
.share-buttons .share-buttons-list > li > a {
  display: block;
  width: 30px;
  height: 30px;
  text-decoration: none;
  line-height: 33px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all ease;
  -webkit-transition-delay: .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease 0.3s;
  opacity: .9;
}
.share-buttons .share-buttons-list > li:first-child {
  margin-left: 0;
}
.share-buttons .share-buttons-list > li > a:hover,
.share-buttons .share-buttons-list > li > a:active {
  opacity: 1;
}
.share-buttons .share-buttons-list > li > .fa-btn {
  font-size: 20px;
  color: #fff;
}
.share-buttons .share-buttons-list > li > .fa-btn:before {}
.share-buttons .share-buttons-list > li > .fa-btn-facebook:before { content: "\f09a"; }
.share-buttons .share-buttons-list > li > .fa-btn-twitter:before { content: "\f099"; }

.share-buttons .share-buttons-list > li > a.facebook { background-color: #4267b2; }
.share-buttons .share-buttons-list > li > a.twitter { background-color: #41ABE1; }

.share-buttons .share-buttons-list > li > a.line { background-image: url(../images/line_icon.png); background-color: #4cb234; }