@charset "utf-8";
/* CSS Document  */

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

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('fonts/ptsans-narrowbold.eot');
    src: url('fonts/ptsans-narrowbold.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans-narrowbold.woff') format('woff'),
         url('fonts/ptsans-narrowbold.ttf') format('truetype'),
         url('fonts/ptsans-narrowbold.svg#pt_sans_narrowbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/ptsans-regular.eot');
    src: local('PT Sans'),
	     url('fonts/ptsans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans-regular.woff') format('woff'),
         url('fonts/ptsans-regular.ttf') format('truetype'),
         url('fonts/ptsans-regular.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/ptsans-bold.eot');
    src: local('PT Sans'),
	     url('fonts/ptsans-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans-bold.woff') format('woff'),
         url('fonts/ptsans-bold.ttf') format('truetype'),
         url('fonts/ptsans-bold.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

/*------------------------ / FONTS ------------------------*/