@font-face {
    font-family: 'constructon';
    src:    url('fonts/constructon.eot?opncw6');
    src:    url('fonts/constructon.eot?opncw6#iefix') format('embedded-opentype'),
        url('fonts/constructon.ttf?opncw6') format('truetype'),
        url('fonts/constructon.woff?opncw6') format('woff'),
        url('fonts/constructon.svg?opncw6#constructon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-construction {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'constructon' !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-pharmacy:before {
    content: "\e900";
}
.icon-crane:before {
    content: "\e780";
}
.icon-worker:before {
    content: "\e790";
}

