@font-face 
{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  src:  url('fonts/opensans-condbold.woff') format('woff');
}

@font-face {
  font-family: 'Roboto Bold';
 font-style: normal;
  font-weight: bold;
  src: url('fonts/roboto-bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Light';
 font-style: normal;
  font-weight: bold;
  src: url('fonts/roboto-light-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Regular';
 font-style: normal;
  font-weight: bold;
  src: url('fonts/roboto-regular-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Medium';
 font-style: normal;
  font-weight: bold;
  src: url('fonts/roboto-medium-webfont.woff') format('woff');
}
@font-face {
  font-family: 'FontAwesome';
 font-style: normal;
  font-weight: bold;
  src: url('fonts/fontawesome-webfont.woff') format('woff');
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?b3oqhq');
	src:url('fonts/icomoon.eot?#iefixb3oqhq') format('embedded-opentype'),
		url('fonts/icomoon.woff?b3oqhq') format('woff'),
		url('fonts/icomoon.ttf?b3oqhq') format('truetype'),
		url('fonts/icomoon.svg?b3oqhq#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

