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

i {
    /* 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-next2:before {
    content: "\ea24";
}

.icon-bin:before {
    content: "\e9ac";
}

.icon-video-off:before {
    content: "\e900";
}
.icon-video-on:before {
    content: "\e901";
}
.icon-home3:before {
    content: "\e902";
}
.icon-ticket:before {
    content: "\e939";
}
.icon-clock:before {
    content: "\e94e";
}
.icon-calendar:before {
    content: "\e953";
}
.icon-cog:before {
    content: "\e994";
}
.icon-trophy:before {
    content: "\e99e";
}
.icon-menu:before {
    content: "\e9bd";
}
.icon-checkmark:before {
    content: "\ea10";
}
.icon-play3:before {
    content: "\ea1c";
}
.icon-arrow-left2:before {
    content: "\ea40";
}
.icon-radio-checked2:before {
    content: "\ea55";
}
.icon-youtube:before {
    content: "\ea9d";
}
.icon-volume-on:before {
    content: "\ea27";
}
.icon-volume-off:before {
    content: "\ea29";
}