@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Roboto-400.eot');
    src: url('../fonts/Roboto-400.eot?#iefix') format('embedded-opentype'),
    local('../fonts/Roboto'),
    local('../fonts/Roboto-400'),
    url('../fonts/Roboto-400.woff2') format('woff2'),
    url('../fonts/Roboto-400.woff') format('woff'),
    url('../fonts/Roboto-400.ttf') format('truetype'),
    url('../fonts/Roboto-400.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Roboto-500.eot');
    src: url('../fonts/Roboto-500.eot?#iefix') format('embedded-opentype'),
    local('../fonts/Roboto Medium'),
    local('../fonts/Roboto-500'),
    url('../fonts/Roboto-500.woff2') format('woff2'),
    url('../fonts/Roboto-500.woff') format('woff'),
    url('../fonts/Roboto-500.ttf') format('truetype'),
    url('../fonts/Roboto-500.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
    url('../fonts/proximanova-semibold-webfont.otf') format('otf'),
    url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
    url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
    url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

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

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
}

.icon-ok:before { content: '\e800'; } /* '' */
.icon-star:before { content: '\e801'; } /* '' */