@font-face {
  font-family: 'marketfeeder';
  src: url('./font/marketfeeder.eot');
  src: url('./font/marketfeeder.eot#iefix') format('embedded-opentype'),
       url('./font/marketfeeder.woff') format('woff'),
       url('./font/marketfeeder.ttf') format('truetype'),
       url('./font/marketfeeder.svg#marketfeeder') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'marketfeeder';
    src: url('./font/marketfeeder.svg?41597993#marketfeeder') format('svg');
  }
}
*/
 
 [class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "marketfeeder";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1.2em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  margin-right: 0.2em;
 
 margin-bottom: 0em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
   text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); 
}

.fa-check:before { content: '\e800'; } /* '' */
.fa-ok:before { content: '\e800'; color: #090;} /* '' */
.fa-thumbs-up:before { content: '\e801'; } /* '' */
.fa-thumbs-down:before { content: '\e802'; } /* '' */
.fa-comments:before { content: '\e803'; } /* '' */
.fa-clock-o:before { content: '\e804'; } /* '' */
.fa-facebook-square:before { content: '\e805'; } /* '' */
.fa-youtube-square:before { content: '\e806'; } /* '' */
.fa-twitter-square:before { content: '\e807'; } /* '' */
.fa-youtube:before { content: '\e808'; } /* '' */
.fa-desktop:before { content: '\e809'; } /* '' */
.fa-cogs:before { content: '\e80a'; } /* '' */
.fa-question:before { content: '\e80b'; } /* '' */
.fa-graduation-cap:before { content: '\e80c'; } /* '' */
.fa-info:before { content: '\e80d'; } /* '' */
.fa-tag:before { content: '\e80e'; } /* '' */
.fa-alert:before { content: '\e80f'; color: #D90;} /* '' */
.fa-unhappy:before { content: '\e810'; color: red;} /* '' */
.fa-bars:before { content: '\e811'; } /* '' */
.fa-language:before { content: '\e812'; } /* '' */
.fa-pdf:before { content: '\e813'; } /* '' */
.fa-book:before { content: '\e814'; } /* '' */
.fa-vk:before { content: '\e817'; } /* '' */
.fa-whatsapp:before { content: '\f232'; } /* '' */
.fa-locator:before { content: '\f140'; } /* '' */
.fa-glossary:before { content: '\e815'; } /* '' */
.fa-horse-racing:before { content: '\e81a'; } /* '' */
.fa-soccer:before { content: '\e81b'; } /* '' */
.fa-greyhound:before { content: '\e81c'; } /* '' */
.fa-tennis:before { content: '\e81d'; } /* '' */
.fa-incognito:before { content: '\e821'; } /* '' */
.fa-win:before { content: '\e822'; } /* '' */
.fa-place:before { content: '\e823'; } /* '' */
.fa-telegram:before { content: '\f2c6'; } /* '' */
.fa-instagram:before { content: '\f16d'; } /* '' */

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

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