/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=4.0.3');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Social */
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}

/* Post formats */
.fa-sticky:before {
  content: "\f08d";
}
.fa-standard:before {
  content: "\f040";
}
.fa-aside:before {
  content: "\f0eb";
}
.fa-image:before {
  content: "\f03e";
}
.fa-video:before {
  content: "\f03d";
}
.fa-quote:before {
  content: "\f10d";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-gallery:before {
  content: "\f009";
}
.fa-audio:before {
  content: "\f025";
}

/* Entry meta */
.fa-date:before {
  content: "\f017";
}
.fa-author:before {
  content: "\f007";
}
.fa-comment:before {
  content: "\f075";
}

/* Various */
.fa-bars:before {
  content: "\f0c9";
}
.fa-reply:before {
  content: "\f112";
}