@font-face {
    font-family: 'arrow-down';
    src: url('../fonts/arrow-down.eot?');
    src: url('../fonts/arrow-down.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arrow-down.ttf?') format('truetype'),
         url('../fonts/arrow-down.woff?') format('woff'),
         url('../fonts/arrow-down.svg?#arrow-down') 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: 'arrow-down' !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-arrow-down:before {
    content: "\e900";
}

