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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  margin-right: 5px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.icon,
.icon+span {
  line-height: 1;
  vertical-align: middle;
}

.ico-home:before {
  content: "\f015";
}

.ico-book:before {
  content: "\f02d";
}

.ico-info-circle:before {
  content: "\f05a";
}

.ico-briefcase:before {
  content: "\f0b1";
}

.ico-group:before {
  content: "\f0c0";
}

.ico-users:before {
  content: "\f0c0";
}

.ico-truck:before {
  content: "\f0d1";
}