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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 fontello;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-search:before {
  content: "\f002";
}
.fa-star:before {
  content: "\f005";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
