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

[class^="ic-"], [class*=" ic-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !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;
}

.ic-hamburger:before {
    content: "\e900";
}
.ic-cross:before {
    content: "\e901";
}
.ic-telephone:before {
    content: "\e902";
}
.ic-arrow-top:before {
    content: "\e903";
}
.ic-arrow:before {
    content: "\e904";
}