@font-face {
  font-family: 'icons';
  src:  url('fonts/icons.eot?viahlt');
  src:  url('fonts/icons.eot?viahlt#iefix') format('embedded-opentype'),
    url('fonts/icons.ttf?viahlt') format('truetype'),
    url('fonts/icons.woff?viahlt') format('woff'),
    url('fonts/icons.svg?viahlt#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-plus2:before {
  content: "\ea0a";
}
.icon-user:before {
  content: "\e971";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-question:before {
  content: "\ea09";
}
.icon-checkmark:before {
  content: "\ea10";
}
