@font-face {
    font-family: 'MentelocaleIcons';
    src:    url('/fonts/global/MentelocaleIcons/MentelocaleIcons.eot?z4nno5');
    src:    url('/fonts/global/MentelocaleIcons/MentelocaleIcons.eot?z4nno5#iefix') format('embedded-opentype'),
        url('/fonts/global/MentelocaleIcons/MentelocaleIcons.ttf?z4nno5') format('truetype'),
        url('/fonts/global/MentelocaleIcons/MentelocaleIcons.woff?z4nno5') format('woff'),
        url('/fonts/global/MentelocaleIcons/MentelocaleIcons.svg?z4nno5#MentelocaleIcons') 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: 'MentelocaleIcons' !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-LogoML:before {
    content: "\e900";
}
.icon-LogoHT:before {
    content: "\e901";
}

