@font-face {
    font-family: "fontello";
    src: url("../font/fontello.eot?41247909");
    src: url("../font/fontello.eot?41247909#iefix") format("embedded-opentype"),
        url("../font/fontello.woff2?41247909") format("woff2"),
        url("../font/fontello.woff?41247909") format("woff"),
        url("../font/fontello.ttf?41247909") format("truetype"),
        url("../font/fontello.svg?41247909#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa-cara:before {
    content: "\e800";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
