/*
 * Open Sans Semibold
 */
@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
	font-style: normal;
	src: url('700.eot');
	src: url('700.eot?#iefix') format('embedded-opentype'),
		url('700.woff') format('woff'),
		url('700.ttf') format('truetype'),
		url('700.svg#open_sanssemibold') format('svg');
}