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

@font-face {
  font-family: 'DIN-Regular';
  src: url('../fonts/DIN-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DIN-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/DIN-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/DIN-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/DIN-Regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DIN-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/DIN-Medium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/DIN-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/DIN-Medium.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'DIN-Light';
  src: url('../fonts/DIN-Light.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/DIN-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DIN-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/DIN-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/DIN-Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/DIN-Light.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'DIN-Bold';
  src: url('../fonts/DIN-Bold.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DIN-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/DIN-Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/DIN-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/DIN-Bold.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'DIN-Black';
  src: url('../fonts/DIN-Black.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/DIN-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DIN-Black.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/DIN-Black.woff') format('woff'), /* Modern Browsers */
       url('../fonts/DIN-Black.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/DIN-Black.svg#OpenSans') format('svg'); /* Legacy iOS */
}