@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon-eawdg3.eot');
  src:  url('fonts/icomoon-eawdg3.eot#iefix') format('embedded-opentype'),
    url('fonts/icomoon-eawdg3.ttf') format('truetype'),
    url('fonts/icomoon-eawdg3.woff') format('woff'),
    url('fonts/icomoon-eawdg3.svg#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-triangle_r:before {
  content: "\e906";
}
.icon-triangle_b:before {
  content: "\e907";
}
.icon-left:before {
  content: "\e905";
}
.icon-top:before {
  content: "\e904";
}
.icon-right:before {
  content: "\e903";
}
.icon-dl:before {
  content: "\e900";
}
.icon-mail:before {
  content: "\e901";
}
.icon-window:before {
  content: "\e902";
}
