@font-face {
  font-family: 'FontAwesome';
  src:  url('../webfonts/icomoon.eot');
  src:  url('../webfonts/icomoon.eot') format('embedded-opentype'),
    url('../webfonts/icomoon.ttf') format('truetype'),
    url('../webfonts/icomoon.woff') format('woff'),
    url('../webfonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'FontAwesome' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa,.fas,.far,.fal,.fab {
    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;
}

.fa-thumbs-up:before {
  content: "\f164";
  font-size:22px;
}
.fa-cog:before {
  content: "\f013";
  font-size:18px;
}
.fa-home:before {
  content: "\f015";
}
.fa-search:before {
  content: "\f002";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-times:before {
  content: "\f00d";
}
.fa-dot-circle:before {
  content: "\f00d";
}
.utorrent:before {
  content: "\f34a";
   font-size:22px;
}