@font-face {
  font-family: 'DINPro-Light';
  src: url('../webfonts/dinpro-light-webfont.eot');
  src: url('../webfonts/DINPro'), url('../webfonts/DINPro-Light'), url('../webfonts/dinpro-light-webfont.woff') format('woff'), url('../webfonts/dinpro-light-webfont.ttf') format('truetype'), url('../webfonts/dinpro-light-webfont.svg#webfontWuXhsnZ0') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro-Regular';
  src: url('dinpro-regular-webfont.eot');
  src: url('../webfonts/DINPro'), local('../webfonts/DINPro-Regular'), url('../webfonts/dinpro-regular-webfont.woff') format('woff'), url('dinpro-regular-webfont.ttf') format('truetype'), url('../webfonts/dinpro-regular-webfont.svg#webfontVeJgLD7F') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Medium';
  src: url('../webfonts/dinpro-medium-webfont.eot');
  src: url('../webfonts/DINPro'), url('../webfonts/DINPro-Medium'), url('../webfonts/dinpro-medium-webfont.woff') format('woff'), url('../webfonts/dinpro-medium-webfont.ttf') format('truetype'), url('../webfonts/dinpro-medium-webfont.svg#webfontL4kg7A4n') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
	font-family: 'DINCondMediumRegular';
	src: url('../webfonts/ff_din_condensed_medium-webfont.eot');
	src: url('../webfonts/ff_din_condensed_medium-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../webfonts/ff_din_condensed_medium-webfont.woff') format('woff'),
		 url('../webfonts/ff_din_condensed_medium-webfont.ttf') format('truetype'),
		 url('../webfonts/ff_din_condensed_medium-webfont.svg#DINCondMediumRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face { font-family:'DINPro-Bold';
src: url('../webfonts/din_pro_bold.eot');
src: url('../webfonts/din_pro_bold.eot?#iefix') format('embedded-opentype'),
	 url('../webfonts/din_pro_bold.svg#DIN Pro Bold') format('svg'), 
	 url('../webfonts/din_pro_bold.woff') format('woff'),
	 url('../webfonts/din_pro_bold.ttf') format('truetype'); 
	 font-weight: normal; 
	 font-style: normal;}


.fc-red{ color:#F00;}
.fc-deepred{color:#cc0000;}
.fc-whilte{ color:#fff;}

.fs_DINPro-Light{font-family: 'DINPro-Light',Arial, Helvetica, 'Microsoft JhengHei',sans-serif !important; }
.fs_DINPro-Regular{font-family: 'DINPro-Regular',Arial, Helvetica, 'Microsoft JhengHei',sans-serif !important; }
.fs_DINPro-Medium{font-family: 'DINPro-Medium',Arial, Helvetica, 'Microsoft JhengHei',sans-serif !important; }
.fs_DINCondMediumRegular{font-family: 'DINCondMediumRegular',Arial, Helvetica, 'Microsoft JhengHei',sans-serif !important; }
.fs_DINPro-Bold{font-family: 'DINPro-Bold',Arial, Helvetica, 'Microsoft JhengHei',sans-serif !important; }
.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.bold{ font-weight:bold;}