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

[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-arrow-top:before {
  content: "\e903";
}
.icon-caret-bottom:before {
  content: "\e904";
}
.icon-caret-left:before {
  content: "\e905";
}
.icon-caret-right:before {
  content: "\e906";
}
.icon-caret-top:before {
  content: "\e907";
}
.icon-check:before {
  content: "\e908";
}
.icon-minus:before {
  content: "\e909";
}
.icon-plus:before {
  content: "\e90a";
}
.icon-remove:before {
  content: "\e90b";
}
.icon-minus-round:before {
  content: "\e90c";
}
.icon-plus-round:before {
  content: "\e90d";
}
.icon-delete:before {
  content: "\e90e";
}
.icon-push-left:before {
  content: "\e90f";
}
.icon-push-bottom:before {
  content: "\e910";
}
.icon-push-top:before {
  content: "\e911";
}
.icon-push-right:before {
  content: "\e912";
}
.icon-push-left-round:before {
  content: "\e913";
}
.icon-push-bottom-round:before {
  content: "\e914";
}
.icon-push-top-round:before {
  content: "\e915";
}
.icon-push-right-round:before {
  content: "\e916";
}
.icon-push-left-rounded:before {
  content: "\e917";
}
.icon-push-bottom-rounded:before {
  content: "\e918";
}
.icon-push-top-rounded:before {
  content: "\e919";
}
.icon-push-right-rounded:before {
  content: "\e91a";
}
.icon-slide-prev:before {
  content: "\e91b";
}
.icon-slide-next:before {
  content: "\e91c";
}
.icon-bars:before {
  content: "\e91d";
}
.icon-house:before {
  content: "\e91e";
}
