@font-face {
  font-family: 'es_font';
  src:  url('fonts/es_font.eot?rq2ph4');
  src:  url('fonts/es_font.eot?rq2ph4#iefix') format('embedded-opentype'),
  url('fonts/es_font.ttf?rq2ph4') format('truetype'),
  url('fonts/es_font.woff?rq2ph4') format('woff'),
  url('fonts/es_font.svg?rq2ph4#es_font') 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: 'es_font' !important;
  speak: never;
  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-warning:before {
  content: "\e93e";
  color: #616161;
}
.icon-success:before {
  content: "\e93f";
}
.icon-error:before {
  content: "\e940";
}
.icon-info:before {
  content: "\e941";
}
