/* CUSTOM FONTS */
/*
For other fonts, download Font-Face Kits at http://www.fontsquirrel.com/fontface/
*/
@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('../fonts/OpenSansCondensedBold/OpenSans-CondBold-webfont.eot');
    src: url('../fonts/OpenSansCondensedBold/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSansCondensedBold/OpenSans-CondBold-webfont.woff') format('woff'),
         url('../fonts/OpenSansCondensedBold/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSansCondensedBold/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}