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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'wmw';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
	content: "\e600";
}
.icon-arrowleft:before {
	content: "\e601";
}
.icon-arrowright:before {
	content: "\e602";
}
.icon-close:before {
	content: "\e603";
}


/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'wmw'; /*Change the font family name*/
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}