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

@font-face {
    font-family: 'Gotham'; 
        src: url('../fonts/GothamProBold.eot');
        src: url('../fonts/GothamProBoldd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamProBold.woff') format('woff'),
         url('../fonts/GothamProBold.ttf') format('truetype'),
         url('../fonts/GothamProBold.svg#GothamProBold') format('svg');   
    /*src: url('../fonts/GothamProBold.ttf') format('truetype');*/
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';   
        src: url('../fonts/GothamProLight.eot');
        src: url('../fonts/GothamProLightd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamProLight.woff') format('woff'),
         url('../fonts/GothamProLight.ttf') format('truetype'),
         url('../fonts/GothamProLight.svg#GothamProLight') format('svg'); 
    /*src: url('../fonts/GothamProLight.ttf') format('truetype');*/
    font-weight: 100;
    font-style: normal;
}

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