@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/ccex-font.eot?aoovo8');
    src:    url('../fonts/ccex-font.eot?aoovo8#iefix') format('embedded-opentype'),
        url('../fonts/ccex-font.ttf?aoovo8') format('truetype'),
        url('../fonts/ccex-font.woff?aoovo8') format('woff'),
        url('../fonts/ccex-font.svg?aoovo8#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-elliot:before {
    content: "\e611";
}
.icon-line-arrow:before {
    content: "\e60e";
}
.icon-crosshair:before {
    content: "\e605";
}
.icon-fibo-rect:before {
    content: "\e602";
}
.icon-line:before {
    content: "\e601";
}
.icon-search-plus:before {
    content: "\f00e";
}
.icon-search-minus:before {
    content: "\f010";
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}

