/*!
 *  Font Awesome 4.4.0 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('http://xn--eck1a869so02a.xyz/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('http://xn--eck1a869so02a.xyz/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('http://xn--eck1a869so02a.xyz/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('http://xn--eck1a869so02a.xyz/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('http://xn--eck1a869so02a.xyz/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('http://xn--eck1a869so02a.xyz/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-search:before {
  content: "\f002";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-file:before {
  content: "\f15b";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
