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

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* avoid underlines */
    display: inline-block;
    text-decoration: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    @media screen and handheld and (max-device-width: 1200px){
        font-weight: normal;
    }
}

.fm-arrow-left-circle:before {
    content: "\e900";
}
.fm-arrow-left:before {
    content: "\e901";
}
.fm-arrow-right-circle:before {
    content: "\e902";
}
.fm-arrow-right:before {
    content: "\e903";
}
.fm-minus-circle:before {
    content: "\e904";
}
.fm-minus:before {
    content: "\e905";
}
.fm-plus-circle:before {
    content: "\e906";
}
.fm-plus:before {
    content: "\e907";
}
.fm-search-circle:before {
    content: "\e908";
}
.fm-search:before {
    content: "\e909";
}
.fm-pause-circle:before {
    content: "\e90a";
}
.fm-play-circle:before {
    content: "\e90b";
}

