@font-face {
    font-family: 'fontello';
    src: url('../fontello.woff') format('woff'),
    url('../fontello.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-help-circled:before {
    content: '\e800';
}

.icon-eye:before {
    content: '\e801';
}

.icon-eye-off:before {
    content: '\e802';
}
