@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "vidlox-player" !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^="vidloxplayer-"]:before,
[class*=" vidloxplayer-"]:before {
  font-family: "vidlox-player" !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;
}

.vidloxplayer-pause:before {
  content: "\61";
}
.vidloxplayer-closed-caption:before {
  content: "\63";
}
.vidloxplayer-play:before {
  content: "\62";
}
.vidloxplayer-hd:before {
  content: "\64";
}
.vidloxplayer-share:before {
  content: "\66";
}
.vidloxplayer-expand-square:before {
  content: "\65";
}
.vidloxplayer-pixel-full-screen:before {
  content: "\67";
}
.vidloxplayer-play-button-arrowhead:before {
  content: "\68";
}
.vidloxplayer-refr:before {
  content: "\69";
}
.vidloxplayer-sharrree:before {
  content: "\6a";
}
.vidloxplayer-download:before {
  content: "\6b";
}
