/* Only copy the clases don't copy here the font-face. */
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    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: "\73";
}
.icon-close:before {
    content: "\f00d";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-bars:before {
    content: "\62";
}
.icon-angle-double-up:before {
    content: "\72";
}
.icon-angle-double-down:before {
    content: "\74";
}
.icon-angle-left:before {
    content: "\6c";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\75";
}
.icon-angle-down:before {
    content: "\64";
}
.icon-map:before {
    content: "\6d";
}

