@font-face {
  font-family: 'se1177-icons';
  src:  url('fonts/se1177-icons.eot?su2o8i');
  src:  url('fonts/se1177-icons.eot?su2o8i#iefix') format('embedded-opentype'),
    url('fonts/se1177-icons.ttf?su2o8i') format('truetype'),
    url('fonts/se1177-icons.woff?su2o8i') format('woff'),
    url('fonts/se1177-icons.svg?su2o8i#se1177-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="se1177-icon-"], [class*=" se1177-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'se1177-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;
}

.se1177-icon-chevron-up:before {
  content: "\e900";
}
.se1177-icon-chevron-right:before {
  content: "\e901";
}
.se1177-icon-chevron-down:before {
  content: "\e902";
}
.se1177-icon-chevron-left:before {
  content: "\e903";
}
.se1177-icon-exclamation:before {
  content: "\e904";
}

