@font-face {
    font-family: 'Bebas';
    src: url('../fonts/bebasneue-bold.eot');
    src: url('../fonts/bebasneue-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-bold.woff2') format('woff2'),
         url('../fonts/bebasneue-bold.woff') format('woff'),
         url('../fonts/bebasneue-bold.ttf') format('truetype'),
         url('../fonts/bebasneue-bold.svg#Bebas') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas';
    src: url('../fonts/bebasneue-regular.eot');
    src: url('../fonts/bebasneue-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-regular.woff2') format('woff2'),
         url('../fonts/bebasneue-regular.woff') format('woff'),
         url('../fonts/bebasneue-regular.ttf') format('truetype'),
         url('../fonts/bebasneue-regular.svg#Bebas') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*********************************************************************
 ICONS
 *********************************************************************/
@font-face {
    font-family: 'AFJ';
    src: url('../fonts/AFJ.eot');
    src: url('../fonts/AFJ.eot#iefix') format('embedded-opentype'),
         url('../fonts/AFJ.ttf') format('truetype'),
         url('../fonts/AFJ.woff') format('woff'),
         url('../fonts/AFJ.svg?#AFJ') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'AFJ' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e900";
}
.icon-left:before {
    content: "\f0a4";
}
.icon-right:before {
    content: "\f078";
}
.icon-menu:before {
    content: "\f05e";
}
.icon-cross:before {
    content: "\f081";
}
.icon-square:before {
    content: "\e901";
}


