@charset "UTF-8";

@font-face {
  font-family: "ie-font";
  src:url("fonts/ie-font.eot");
  src:url("fonts/ie-font.eot?#iefix") format("embedded-opentype"),
    url("fonts/ie-font.woff") format("woff"),
    url("fonts/ie-font.ttf") format("truetype"),
    url("fonts/ie-font.svg#ie-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "ie-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ief-"]:before,
[class*=" ief-"]:before {
  font-family: "ie-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ief-volume-muted:before {
  content: "\e000";
}
.ief-volume:before {
  content: "\e001";
}
.ief-play:before {
  content: "\e002";
}
.ief-pause:before {
  content: "\e003";
}
.ief-play-button:before {
  content: "\e004";
}
