@font-face {
  font-family: 'ui-icons';
  src: url('../fonts/ui-icons.eot?32897946');
  src: url('../fonts/ui-icons.eot?32897946#iefix') format('embedded-opentype'),
       url('../fonts/ui-icons.woff2?32897946') format('woff2'),
       url('../fonts/ui-icons.woff?32897946') format('woff'),
       url('../fonts/ui-icons.ttf?32897946') format('truetype'),
       url('../fonts/ui-icons.svg?32897946#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('../font/ui-icons.svg?32897946#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;
  width: 1em;
  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: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* 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); */
}
 
.ui-left-arrow:before { content: '\e800'; } /* '' */
.ui-right-arrow:before { content: '\e801'; } /* '' */
.ui-vimeo:before { content: '\e802'; } /* '' */
.ui-twitter:before { content: '\f099'; } /* '' */
.ui-facebook:before { content: '\f09a'; } /* '' */
.ui-github-circled:before { content: '\f09b'; } /* '' */
.ui-linkedin:before { content: '\f0e1'; } /* '' */
.ui-angle_down:before { content: '\f107'; } /* '' */
.ui-youtube:before { content: '\f16a'; } /* '' */
.ui-instagram:before { content: '\f16d'; } /* '' */
.ui-tumblr:before { content: '\f173'; } /* '' */
.ui-dribbble:before { content: '\f17d'; } /* '' */
.ui-google:before { content: '\f1a0'; } /* '' */
.ui-reddit:before { content: '\f1a1'; } /* '' */
.ui-stumbleupon:before { content: '\f1a4'; } /* '' */
.ui-delicious:before { content: '\f1a5'; } /* '' */
.ui-behance:before { content: '\f1b4'; } /* '' */
.ui-pinterest:before { content: '\f231'; } /* '' */