@font-face {
    font-family: 'icomoon';
    src:    url('icomoon/icomoon.eot?yfb0go');
    src:    url('icomoon/icomoon.eot?yfb0go#iefix') format('embedded-opentype'),
        url('icomoon/icomoon.ttf?yfb0go') format('truetype'),
        url('icomoon/icomoon.woff?yfb0go') format('woff'),
        url('icomoon/icomoon.svg?yfb0go#icomoon') 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: '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-search:before {
    content: "\e036";
}
.icon-rewind:before {
    content: "\e051";
}
.icon-play:before {
    content: "\e052";
}
.icon-pause:before {
    content: "\e053";
}
.icon-fast-forward:before {
    content: "\e055";
}
.icon-arrow-left:before {
    content: "\e094";
}
.icon-arrow-right:before {
    content: "\e095";
}
.icon-arrow-up:before {
    content: "\e096";
}
.icon-arrow-down:before {
    content: "\e097";
}
.icon-maximize:before {
    content: "\e112";
}
.icon-minimize:before {
    content: "\e113";
}
.icon-plus:before {
    content: "\e114";
}
.icon-minus:before {
    content: "\e115";
}
.icon-check:before {
    content: "\e116";
}
.icon-cross:before {
    content: "\e117";
}
.icon-menu:before {
    content: "\e120";
}

