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

@font-face {
    
	font-family: 'opensans';
    src: url('../CustomFonts/opensanswebfont.eot');
    src: url('../CustomFonts/opensanswebfont.eot?#iefix') format('embedded-opentype'),
         url('../CustomFonts/opensanswebfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensansbold';
    src: url('../CustomFonts/opensansboldwebfont.eot');
    src: url('../CustomFonts/opensansboldwebfont.eot?#iefix') format('embedded-opentype'),
         url('../CustomFonts/opensansboldwebfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensanssemibold';
    src: url('../CustomFonts/opensanssemiboldwebfont.eot');
    src: url('../CustomFonts/opensanssemiboldwebfont.eot?#iefix') format('embedded-opentype'),
         url('../CustomFonts/opensanssemiboldwebfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensansextrabold';
    src: url('../CustomFonts/opensansextraboldwebfont.eot');
    src: url('../CustomFonts/opensansextraboldwebfont.eot?#iefix') format('embedded-opentype'),
         url('../CustomFonts/opensansextraboldwebfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo';
    src: url('../CustomFonts/exo.eot');
    src: url('../CustomFonts/exo.eot?#iefix') format('embedded-opentype'),
         url('../CustomFonts/exo.ttf') format('truetype'),
         url('../CustomFonts/exo.svg#exo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'orbitronregular';
    src: url('../CustomFonts/orbitron.eot');
    src: url('../CustomFonts/orbitron.eot?#iefix') format('embedded-opentype'),
         url('../CustomFonts/orbitron.ttf') format('truetype'),
         url('../CustomFonts/orbitron.svg#orbitronregular') format('svg');
    font-weight: normal;
    font-style: normal;
}









