/* @charset "UTF-8"; */




		@font-face {
			font-family: 'DIN';
			
			
		 src: url('fonts/DIN-Light.eot'); /* IE9 Compat Modes */
		 src: url('fonts/DIN-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/DIN-Light.woff') format('woff'), /* Modern Browsers */
		 url('fonts/DIN-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('fonts/DIN-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
			
			
			font-weight: 300;
			font-style: normal;
		}
		
		@font-face {
			
		 font-family: 'DIN-Medium';
		 src: url('fonts/DIN-Medium.eot'); /* IE9 Compat Modes */
		 src: url('fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/DIN-Medium.woff') format('woff'), /* Modern Browsers */
		 url('fonts/DIN-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('fonts/DIN-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
			
			
			
			font-weight: 500;
			font-style: normal;
			
			
			
			
		}
