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

[class^="icon-"], [class*=" icon-"] {
    font-family: 'menu';
    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-arrow-down:before {
    content: "\e600";
}
.active .icon-arrow-down:before,
.icon-arrow-up:before {
    content: "\e601";
}
.icon-arrow-right:before {
    content: "\e602";
}
.icon-link:before {
    content: "\e603";
}

