@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?46763711');
  src: url('../font/fontello.eot?46763711#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?46763711') format('woff2'),
       url('../font/fontello.woff?46763711') format('woff'),
       url('../font/fontello.ttf?46763711') format('truetype'),
       url('../font/fontello.svg?46763711#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-star:before,
.icon-location:before,
.icon-vector:before,
.icon-vector2:before,
.icon-vector3:before,
.icon-angle-down:before,
.icon-direction:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star:before { content: '\e800'; } /* '' */
.icon-location:before { content: '\e801'; } /* '' */
.icon-vector:before { content: '\e802'; } /* '' */
.icon-vector2:before { content: '\e803'; } /* '' */
.icon-vector3:before { content: '\e804'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
