@font-face {
  font-family: 'social';
  src: url('../font/social.eot?50713839');
  src: url('../font/social.eot?50713839#iefix') format('embedded-opentype'),
       url('../font/social.woff2?50713839') format('woff2'),
       url('../font/social.woff?50713839') format('woff'),
       url('../font/social.ttf?50713839') format('truetype'),
       url('../font/social.svg?50713839#social') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'social';
    src: url('../font/social.svg?50713839#social') format('svg');
  }
}
*/

.fa-twitter:before,
.fa-facebook:before,
.fa-github-circled:before,
.fa-pinterest-circled:before,
.fa-gplus:before,
.fa-linkedin:before,
.fa-github:before,
.fa-youtube:before,
.fa-youtube-play:before,
.fa-dropbox:before,
.fa-instagram:before,
.fa-tumblr:before,
.fa-apple:before,
.fa-skype:before,
.fa-foursquare:before,
.fa-weibo:before,
.fa-slack:before,
.fa-google:before,
.fa-git:before,
.fa-wechat:before,
.fa-twitch:before,
.fa-yelp:before,
.fa-paypal:before,
.fa-pinterest:before,
.fa-whatsapp:before,
.fa-tripadvisor:before,
.fa-vimeo:before,
.fa-quora:before {
  font-family: "social";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .08em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.fa-twitter,
.fa-facebook,
.fa-linkedin {
	line-height:0 !important;
}

.fa-envelope:before {
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.fa-twitter:before { content: '\f099'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-facebook-f:before { content: '\f09a'; } /* '' */
.fa-github-circled:before { content: '\f09b'; } /* '' */
.fa-pinterest-circled:before { content: '\f0d2'; } /* '' */
.fa-gplus:before { content: '\f0d5'; } /* '' */
.fa-linkedin:before { content: '\f0e1'; } /* '' */
.fa-github:before { content: '\f113'; } /* '' */
.fa-youtube:before { content: '\f167'; } /* '' */
.fa-youtube-play:before { content: '\f16a'; } /* '' */
.fa-dropbox:before { content: '\f16b'; } /* '' */
.fa-instagram:before { content: '\f16d'; } /* '' */
.fa-tumblr:before { content: '\f173'; } /* '' */
.fa-apple:before { content: '\f179'; } /* '' */
.fa-skype:before { content: '\f17e'; } /* '' */
.fa-foursquare:before { content: '\f180'; } /* '' */
.fa-weibo:before { content: '\f18a'; } /* '' */
.fa-slack:before { content: '\f198'; } /* '' */
.fa-google:before { content: '\f1a0'; } /* '' */
.fa-git:before { content: '\f1d3'; } /* '' */
.fa-wechat:before { content: '\f1d7'; } /* '' */
.fa-twitch:before { content: '\f1e8'; } /* '' */
.fa-yelp:before { content: '\f1e9'; } /* '' */
.fa-paypal:before { content: '\f1ed'; } /* '' */
.fa-pinterest:before { content: '\f231'; } /* '' */
.fa-whatsapp:before { content: '\f232'; } /* '' */
.fa-tripadvisor:before { content: '\f262'; } /* '' */
.fa-vimeo:before { content: '\f27d'; } /* '' */
.fa-quora:before { content: '\f2c4'; } /* '' */
