@font-face {
  font-family: 'funeicon';
  src:  url('../fonts/funeicon.eot?r2fltl');
  src:  url('../fonts/funeicon.eot?r2fltl#iefix') format('embedded-opentype'),
    url('../fonts/funeicon.woff2?r2fltl') format('woff2'),
    url('../fonts/funeicon.ttf?r2fltl') format('truetype'),
    url('../fonts/funeicon.woff?r2fltl') format('woff'),
    url('../fonts/funeicon.svg?r2fltl#funeicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'funeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-space:before {
  content: "\e916";
  color: #dbdbdb;
}
.icon-space-hover:before {
  content: "\e90a";
  color: #979797;
}
.icon-list:before {
  content: "\e90b";
  color: #dbdbdb;
}
.icon-list-hover:before {
  content: "\e90c";
  color: #979797;
}
.icon-search:before {
  content: "\e907";
  color: #dbdbdb;
}
.icon-search-hover:before {
  content: "\e906";
  color: #979797;
}
.icon-add:before {
  content: "\e909";
  color: #dbdbdb;
}
.icon-add-hover:before {
  content: "\e908";
  color: #979797;
}
.icon-ok:before {
  content: "\e904";
  color: #dbdbdb;
}
.icon-ok-hover:before {
  content: "\e905";
  color: #979797;
}
.icon-close:before {
  content: "\e900";
  color: #dbdbdb;
}
.icon-close-hover:before {
  content: "\e901";
  color: #979797;
}
.icon-next:before {
  content: "\e903";
  color: #dedddd;
}
.icon-next-hover:before {
  content: "\e90d";
  color: #979797;
}
