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

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0 ){
	@font-face {
		font-family: 'helvetica_neue'; 
		src: url('fonts/helveticaneue-bold-webfont.svg#helvetica_neueregular') format('svg');
		font-weight: 700; 
	}

	@font-face {
		font-family: 'helvetica_neue'; 
		src: url('fonts/helveticaneue-roman-webfont.svg#helvetica_neueregular') format('svg');
		font-weight: 400; 
	}

    @font-face {
        font-family: 'helvetica_neue'; 
        src: url('fonts/helveticaneue-medium-webfont.svg#helvetica_neueregular') format('svg');
        font-weight: 500; 
    }
}