

/* ==========================================================================================================
    @font-face fonts
   ========================================================================================================== */

@font-face {
    font-family: "Diavlo Light";
    src: url('/fonts/Diavlo_LIGHT_II_37.eot'); /* Hello, IE */
    src: local("Diavlo Light"), url('/fonts/Diavlo_LIGHT_II_37.otf') format("opentype");
}

@font-face {
    font-family: "Diavlo Bold";
    src: url('/fonts/Diavlo_BOLD_II_37.eot'); /* Hello, IE */
    src: local("Diavlo Bold"), url('/fonts/Diavlo_BOLD_II_37.otf') format("opentype");
}

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

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

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

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

@font-face {
    font-family: 'Open Sans Light Italic';
    src: url('/fonts/OpenSans-CondLightItalic-webfont.eot');
    src: url('/fonts/OpenSans-CondLightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-CondLightItalic-webfont.svg#open_sansCnLtIt') format('svg'),
         url('/fonts/OpenSans-CondLightItalic-webfont.woff') format('woff'),
         url('/fonts/OpenSans-CondLightItalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('/fonts/OpenSans-CondBold-webfont.eot');
    src: url('/fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg'),
         url('/fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('/fonts/OpenSans-CondBold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}






