@font-face {
  font-family: 'FontAwesome';
  src:  url('../fonts/FontAwesome.eot?fccon9');
  src:  url('../fonts/FontAwesome.eot?fccon9#iefix') format('embedded-opentype'),
    url('../fonts/FontAwesome.ttf?fccon9') format('truetype'),
    url('../fonts/FontAwesome.woff?fccon9') format('woff'),
    url('../fonts/FontAwesome.svg?fccon9#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-print:before {
  content: "\f02f";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-user:before {
  content: "\f007";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-comment:before {
  content: "\f075";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-folder-open-o:before {
  content: "\f115";
}
