/**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: 'fontello';
  src: url('./fontello.eot?77599177');
  src: url('./fontello.eot?77599177#iefix') format('embedded-opentype'),
       url('./fontello.woff2?77599177') format('woff2'),
       url('./fontello.woff?77599177') format('woff'),
       url('./fontello.ttf?77599177') format('truetype'),
       url('./fontello.svg?77599177#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


 [class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  width:1em;
  display: inline-block;
  text-decoration: inherit;

  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


/**
 * Individual icons
 */

.fa-viber:before { content: '\e800'; } /* '' */
.fa-search:before { content: '\e801'; } /* '' */
.fa-check:before { content: '\e802'; } /* '' */
.fa-th:before { content: '\e803'; } /* '' */
.fa-chevron-up:before { content: '\e804'; } /* '' */
.fa-docs:before { content: '\e805'; } /* '' */
.fa-left-open:before { content: '\e806'; } /* '' */
.fa-right-open:before { content: '\e807'; } /* '' */
.fa-cog-1:before { content: '\e808'; } /* '' */
.fa-heart:before { content: '\e809'; } /* '' */
.fa-chat:before { content: '\e80a'; } /* '' */
.fa-at:before { content: '\e80b'; } /* '' */
.fa-phone:before { content: '\e80d'; } /* '' */
.fa-star:before { content: '\e80f'; } /* '' */
.fa-twitter:before { content: '\f099'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-glyph-2:before { content: '\f0a0'; } /* '' */
.fa-bars:before { content: '\f0c9'; } /* '' */
.fa-money:before { content: '\f0d6'; } /* '' */
.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-glyph:before { content: '\f132'; } /* '' */
.fa-apple:before { content: '\f179'; } /* '' */
.fa-windows:before { content: '\f17a'; } /* '' */
.fa-android:before { content: '\f17b'; } /* '' */
.fa-skype:before { content: '\f17e'; } /* '' */
.fa-vk:before { content: '\f189'; } /* '' */
.fa-google:before { content: '\f1a0'; } /* '' */
.fa-telegram:before { content: '\f1d8'; } /* '' */
.fa-whatsapp:before { content: '\f232'; } /* '' */