.social-container {
  display: block;
  position: relative;
  font-family: "ff-info-text-web-pro", sans-serif;
}
.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 1em auto 1em auto;
  font-size: 90%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.social-share::before,
.social-share::after {
  display: table;
  content: ' ';
}
.social-share::after {
  clear: both;
}
.social-share a {
  margin-right: 10px;
  padding: .5em 1em;
  color: #fff;
  background: transparent;
  font-size: 1.2em;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.social-share strong {
	margin-right: 10px;
  padding: .5em 1em;
  color: #444;
  background: transparent;
  font-size: 1.2em;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.social-share a::before,
.social-share a::after {
  display: table;
  content: ' ';
}
.social-share a::after {
  clear: both;
}
.social-share a span {
  z-index: 10;
  position: relative;
}
.social-share a i {
  margin-right: 5px;
  z-index: 10;
  position: relative;
}
.social-share a:after {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
.social-share a:hover:after {
  -webkit-transform: translateY(95%);
  transform: translateY(95%);
}
.social-share a#facebookShare:after {
  background: #3b5998;
}
.social-share a#facebookShare:hover {
  color: #3b5998;
}
.social-share a#twitterShare:after {
  background: #55acee;
}
.social-share a#twitterShare:hover {
  color: #55acee;
}
.social-share a#linkedinShare:after {
  background: #0976b1;
}
.social-share a#linkedinShare:hover {
  color: #0976b1;
}
.social-share a#emailShare:after {
  background: #e50914;
}
.social-share a#emailShare:hover {
  color: #e50914;
}