@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?cb7cjs');
    src:    url('fonts/icomoon.eot?cb7cjs#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?cb7cjs') format('truetype'),
        url('fonts/icomoon.woff?cb7cjs') format('woff'),
        url('fonts/icomoon.svg?cb7cjs#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: "\f002";
}
.icon-close:before {
    content: "\f00d";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-times:before {
    content: "\f00d";
}
.icon-home:before {
    content: "\f015";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-chain:before {
    content: "\f0c1";
}
.icon-link:before {
    content: "\f0c1";
}
.icon-rss2:before {
    content: "\e900";
}

