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

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

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-pw-"] {
*/
.icon-pw-home, .icon-pw-phone, .icon-pw-bell, .icon-pw-alarm, .icon-pw-print, .icon-pw-bubbles, .icon-pw-suitcase, .icon-pw-phone-hang-up, .icon-pw-graph, .icon-pw-bolt, .icon-pw-list, .icon-pw-grid {
	font-family: 'ProductorWeb';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-pw-home:before {
	content: "\e000";
}
.icon-pw-phone:before {
	content: "\e002";
}
.icon-pw-bell:before {
	content: "\e003";
}
.icon-pw-alarm:before {
	content: "\e004";
}
.icon-pw-print:before {
	content: "\e005";
}
.icon-pw-bubbles:before {
	content: "\e006";
}
.icon-pw-suitcase:before {
	content: "\e001";
}
.icon-pw-phone-hang-up:before {
	content: "\e007";
}
.icon-pw-graph:before {
	content: "\e008";
}
.icon-pw-bolt:before {
	content: "\e009";
}
.icon-pw-list:before {
	content: "\e00a";
}
.icon-pw-grid:before {
	content: "\e00b";
}
