/*
  Icon Font: wowsforum
*/

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "wowsforum";
        src: url("../../fonts/wowsforum.svg#wowsforum") format("svg");
    }
}

[data-icon]:before {
    content: attr(data-icon);
    position: absolute;
}

[data-icon]:before,
.i-actions:before,
.i-alert:before,
.i-event:before,
.i-fb:before,
.i-mail:before,
.i-person:before,
.i-search:before,
.i-settings:before,
.i-twitch:before,
.i-twitter:before,
.i-vk:before,
.i-wiki:before,
.i-youtube:before {
    display: inline-block;
    font-family: "wowsforum";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.i-actions:before {
    content: "\f100";
}

.i-alert:before {
    content: "\f101";
}

.i-event:before {
    content: "\f102";
}

.i-fb:before {
    content: "\f103";
}

.i-mail:before {
    content: "\f104";
}

.i-person:before {
    content: "\f105";
}

.i-search:before {
    content: "\f106";
}

.i-settings:before {
    content: "\f107";
}

.i-twitch:before {
    content: "\f108";
}

.i-twitter:before {
    content: "\f109";
}

.i-vk:before {
    content: "\f10a";
}

.i-wiki:before {
    content: "\f10b";
}

.i-youtube:before {
    content: "\f10c";
}