@font-face {
    font-family: 'nogaicons';
    src:    url('fonts/nogaicons.eot?pvjjaa');
    src:    url('fonts/nogaicons.eot?pvjjaa#iefix') format('embedded-opentype'),
        url('fonts/nogaicons.ttf?pvjjaa') format('truetype'),
        url('fonts/nogaicons.woff?pvjjaa') format('woff'),
        url('fonts/nogaicons.svg?pvjjaa#nogaicons') 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: 'nogaicons' !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-column:before {
    content: "\e903";
}
.icon-suitecase:before {
    content: "\e905";
}
.icon-clock:before {
    content: "\e902";
}
.icon-building:before {
    content: "\e904";
}
.icon-close:before {
    content: "\e906";
}
.icon-right-arrow:before {
    content: "\e900";
}
.icon-left-arrow:before {
    content: "\e901";
}

