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

