@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?q90kxt');
  src:  url('fonts/icomoon.eot?q90kxt#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?q90kxt') format('truetype'),
    url('fonts/icomoon.woff?q90kxt') format('woff'),
    url('fonts/icomoon.svg?q90kxt#icomoon') 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: 'icomoon' !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-check:before {
  content: "\f00c";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send:before {
  content: "\f1d8";
}
.icon-share-alt:before {
  content: "\f1e0";
}

