@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons.eot?rcs9k4');
  src:  url('../fonts/icons.eot?rcs9k4#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?rcs9k4') format('truetype'),
    url('../fonts/icons.woff?rcs9k4') format('woff'),
    url('../fonts/icons.svg?rcs9k4#icons') 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: 'icons' !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-arrow-bottom:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrows-left:before {
  content: "\e903";
}
.icon-arrows-right:before {
  content: "\e904";
}
.icon-arrow-top:before {
  content: "\e905";
}
.icon-bars:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e907";
}
.icon-email:before {
  content: "\e908";
}
.icon-home:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-push-left:before {
  content: "\e90b";
}
.icon-push-right:before {
  content: "\e90c";
}
.icon-search:before {
  content: "\e90d";
}
.icon-sign:before {
  content: "\e90e";
}
.icon-to-top:before {
  content: "\e90f";
}
