@font-face {
  font-family: 'Glyphicons Social';
  src: url('/static/fonts/glyphicons-social-regular.eot');
  src: url('/static/fonts/glyphicons-social-regular.woff') format('woff'), url('/static/fonts/glyphicons-social-regular.eot') format('embedded-opentype'), url('/static/fonts/glyphicons-social-regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Stream Icon';
  src: url('/static/fonts/streamfont-webfont.eot');
  src: url('/static/fonts/streamfont-webfont.woff') format('woff'), url('/static/fonts/streamfont-webfont.eot') format('embedded-opentype'), url('/static/fonts/streamfont-webfont.ttf') format('truetype');
  font-weight: normal;
}
.glyphicons.social-icon {
  font-family: Glyphicons Social;
}
.glyphicons.social-icon.facebook:before {
  content: '\E031';
}
.glyphicons.social-icon.twitter:before {
  content: '\E032';
}
.glyphicons.social-icon.google:before {
  content: '\E003';
}
.glyphicons.social-icon.instagram:before {
  content: '\E033';
}
.glyphicons.social-icon.youtube:before {
  content: '\E023';
}
.glyphicons.social-icon.flickr:before {
  content: '\E036';
}
.glyphicons.social-icon.tumblr:before {
  content: '\E009';
}
.glyphicons.social-icon.rss:before {
  content: '\E038';
}
.glyphicons.social-icon.stream:before {
  font-family: Stream Icon;
  content: 'S';
}
.glyphicons.social-icon.strava:before {
  font-family: Stream Icon;
  content: 'B';
}
.glyphicons.social-icon.vine:before {
  content: '\E041';
}
.glyphicons.social-icon.pinterest:before {
  content: '\E001';
}
.glyphicons.social-icon.website:before {
  font-family: 'Stream Icon';
  content: 'H';
  display: inline-block;
}
