@font-face {
    font-family: 'icons';
    src: url('/fonts/icons.ttf?2o0nc3')       format('truetype'),
         url('/fonts/icons.woff?2o0nc3')      format('woff'),
         url('/fonts/icons.svg?2o0nc3#icons') 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: '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;
}

.icon-loader-2::before {
    content: "\e97f";
}
.icon-cross::before {
    content: "\ea0f";
}
.icon-menu::before {
    content: "\e9bd";
}
.icon-play::before {
    content: "\ea1c";
}
.icon-pause::before {
    content: "\ea1d";
}
.icon-backward::before {
    content: "\ea1f";
}
.icon-forward::before {
    content: "\ea20";
}
.icon-volume-high::before {
    content: "\ea26";
}
.icon-volume-medium::before {
    content: "\ea27";
}
.icon-volume-low::before {
    content: "\ea28";
}
.icon-volume-none::before {
    content: "\ea29";
}
.icon-volume-mute::before {
    content: "\ea2a";
}
.icon-volume-increase::before {
    content: "\ea2b";
}
.icon-volume-decrease::before {
    content: "\ea2c";
}
.icon-loop::before {
    content: "\ea2d";
}
.icon-shuffle::before {
    content: "\ea30";
}
.icon-list::before {
    content: "\e9ba";
}
.icon-checkbox-checked::before {
    content: "\ea52";
}
.icon-checkbox-unchecked::before {
    content: "\ea53";
}
.icon-radio-checked::before {
    content: "\ea54";
}
.icon-radio-checked2::before {
    content: "\ea55";
}
.icon-radio-unchecked::before {
    content: "\ea56";
}
.icon-twitter::before {
    content: "\ea96";
}
.icon-github::before {
    content: "\eab0";
}
.icon-apple::before {
    content: "\eabe";
}
.icon-android::before {
    content: "\eac0";
}
.icon-windows::before {
    content: "\eac2";
}
.icon-linkedin::before {
    content: "\eac9";
}
.icon-chrome::before {
    content: "\ead9";
}
.icon-firefox::before {
    content: "\eada";
}
.icon-IE::before {
    content: "\eadb";
}
.icon-edge::before {
    content: "\eadc";
}
.icon-safari::before {
    content: "\eadd";
}
.icon-opera::before {
    content: "\eade";
}
.icon-heart::before {
    content: "\e9da";
}
.icon-loader::before {
    content: "\e983";
}
.icon-share::before {
    content: "\ea7d";
}
.icon-pop-out::before {
    content: "\ea7e";
}
