@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons.eot?ucl5hm');
  src:  url('../fonts/icons.eot?ucl5hm#iefix') format('embedded-opentype'),
        url('../fonts/icons.ttf?ucl5hm') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  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-house:before {
  content: "\e900";
  color: #A9A9A9;
}
.icon-search:before {
  content: "\e901";
  color: #A9A9A9;
}
.icon-mouse:before {
  content: "\e902";
  color: #A9A9A9;
}
.icon-check:before {
  content: "\e90c";
  color: #A9A9A9;
}
.icon-arrow-bottom:before {
  content: "\e903";
  color: #A9A9A9;
}
.icon-arrow-left:before {
  content: "\e904";
  color: #A9A9A9;
}
.icon-arrow-right:before {
  content: "\e905";
  color: #A9A9A9;
}
.icon-arrow-top:before {
  content: "\e906";
  color: #A9A9A9;
}
.icon-prev:before {
  content: "\e908";
  color: #A9A9A9;
}
.icon-next:before {
  content: "\e907";
  color: #A9A9A9;
}
.icon-to-top:before {
  content: "\e909";
  color: #A9A9A9;
}
.icon-slide-left:before {
  content: "\e90a";
  color: #A9A9A9;
}
.icon-slide-right:before {
  content: "\e90b";
  color: #A9A9A9;
}
