body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
}

@font-face {
  font-family: 'social-icons';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/70/social-icons.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/70/social-icons.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/70/social-icons.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/70/social-icons.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/70/social-icons.svg#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.sdna_social_share_wrap a {
  padding: 0 17px 0 50px;
  line-height: 40px;
  color: white;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 3px;
  position: relative;
  width:140px;
  margin-bottom:2px;
}
.sdna_social_share_wrap a:before {
  font-family: 'social-icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.facebook {
  background: #263961;
}
.facebook:before {
  content: "\e600";
  background: #3b5998;
}

.twitter {
  background: #0074a1;
}
.twitter:before {
  background: #00aced;
  content: "\e601";
}

.pinterest {
  background: #89161a;
}
.pinterest:before {
  background: #cb2027;
  content: "\e602";
}

.google-plus {
  background: #ac2d1e;
}
.google-plus:before {
  background: #dd4b39;
  content: "\e603";
}
