@font-face {
  	font-family: DinDemi;
  	src: url("../../fonts/client/din-demi.eot?#iefix") format("embedded-opentype"), 
  	
  	url("../../fonts/client/din-demi.woff") format("woff"), 
  	url("../../fonts/client/din-demi.ttf") format("truetype");
}

@font-face {
  	font-family: DinReg;
  	src: url("../../fonts/client/din-reg.eot?#iefix") format("embedded-opentype"), 

  	url("../../fonts/client/din-reg.woff") format("woff"), 
  	url("../../fonts/client/din-reg.ttf") format("truetype");
}

@font-face {
  	font-family: triumph;
  	src: url("../../fonts/client/triumph.eot?#iefix") format("embedded-opentype"), 
  	url("../../fonts/client/triumph.ttf") format("truetype"), 
  	url("../../fonts/client/triumph.woff") format("woff");
  	font-style: normal;
  	font-weight: 400;
}

body {
  	background:#fff !important;
  	color: #333;
	font-family: DinReg,Arial,sans-serif;
	font-weight: 400;
	font-size:16px;
	line-height: 1.3em;
	letter-spacing: 0.5px;
}