@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?7615366');
  src: url('../font/fontello.eot?7615366#iefix') format('embedded-opentype'),
    url('../font/fontello.woff2?7615366') format('woff2'),
    url('../font/fontello.woff?7615366') format('woff'),
    url('../font/fontello.ttf?7615366') format('truetype'),
    url('../font/fontello.svg?7615366#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-search:before {
  content: '\e800';
}

.icon-close:before {
  content: '\e801';
}

.icon-up:before {
  content: '\e802';
}

.icon-right:before {
  content: '\e803';
}

.icon-down:before {
  content: '\e804';
}

.icon-left:before {
  content: '\e805';
}