@font-face {
  font-family: "ui-icons";
  src: url("../fonts/ui-icons.eot?67513951");
  src: url("../fonts/ui-icons.eot?67513951#iefix") format("embedded-opentype"),
    url("../fonts/ui-icons.woff2?67513951") format("woff2"), url("../fonts/ui-icons.woff?67513951") format("woff"),
    url("../fonts/ui-icons.ttf?67513951") format("truetype"),
    url("../fonts/ui-icons.svg?67513951#ui-icons") 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: 'ui-icons';
    src: url('../fonts/ui-icons.svg?63400239#ui-icons') format('svg');
  }
}
*/

[class^="ui-"]:before,
[class*=" ui-"]:before {
  font-family: "ui-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-search:before {
  content: "\e800";
} /* '' */
.ui-pin:before {
  content: "\e801";
} /* '' */
.ui-medium:before {
  content: "\e802";
} /* '' */
.ui-tiktok:before {
  content: "\f05a";
} /* '' */
.ui-twitter:before {
  content: "\f099";
} /* '' */
.ui-facebook:before {
  content: "\f09a";
} /* '' */
.ui-github:before {
  content: "\f09b";
} /* '' */
.ui-viber:before {
  content: "\f0bb";
} /* '' */
.ui-facebook-messenger:before {
  content: "\f0bc";
} /* '' */
.ui-line:before {
  content: "\f0bd";
} /* '' */
.ui-pinterest:before {
  content: "\f0d2";
} /* '' */
.ui-email:before {
  content: "\f0e0";
} /* '' */
.ui-linkedin:before {
  content: "\f0e1";
} /* '' */
.ui-arrow-down:before {
  content: "\f123";
} /* '' */
.ui-arrow-up:before {
  content: "\f126";
} /* '' */
.ui-youtube:before {
  content: "\f167";
} /* '' */
.ui-xing:before {
  content: "\f168";
} /* '' */
.ui-instagram:before {
  content: "\f16d";
} /* '' */
.ui-flickr:before {
  content: "\f16e";
} /* '' */
.ui-tumblr:before {
  content: "\f173";
} /* '' */
.ui-dribbble:before {
  content: "\f17d";
} /* '' */
.ui-skype:before {
  content: "\f17e";
} /* '' */
.ui-foursquare:before {
  content: "\f180";
} /* '' */
.ui-vkontakte:before {
  content: "\f189";
} /* '' */
.ui-vimeo:before {
  content: "\f194";
} /* '' */
.ui-slack:before {
  content: "\f198";
} /* '' */
.ui-reddit:before {
  content: "\f1a1";
} /* '' */
.ui-digg:before {
  content: "\f1a6";
} /* '' */
.ui-behance:before {
  content: "\f1b4";
} /* '' */
.ui-spotify:before {
  content: "\f1bc";
} /* '' */
.ui-soundcloud:before {
  content: "\f1be";
} /* '' */
.ui-twitch:before {
  content: "\f1e8";
} /* '' */
.ui-lastfm:before {
  content: "\f202";
} /* '' */
.ui-whatsapp:before {
  content: "\f232";
} /* '' */
.ui-get-pocket:before {
  content: "\f265";
} /* '' */
.ui-snapchat:before {
  content: "\f2ac";
} /* '' */
.ui-telegram:before {
  content: "\f2c6";
} /* '' */
.ui-arrow-left:before {
  content: "\f2ca";
} /* '' */
.ui-close:before {
  content: "\f2d7";
} /* '' */
.ui-star:before {
  content: "\f2fc";
} /* '' */
.ui-arrow-right:before {
  content: "\f30f";
} /* '' */
.ui-play:before {
  content: "\f362";
} /* '' */
.ui-check:before {
  content: "\f383";
} /* '' */
.ui-heart:before {
  content: "\f387";
} /* '' */
.ui-star-half:before {
  content: "\f3ad";
} /* '' */
.ui-star-outline:before {
  content: "\f3ae";
} /* '' */
