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

[class^="pbicon-"], [class*=" pbicon-"] {
	font-family: 'icomoon';
	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;
}

.pbicon-checkmark:before {
	content: "\e600";
}
.pbicon-plus:before {
	content: "\e601";
}
.pbicon-feed:before {
	content: "\e602";
}
.pbicon-menu:before {
	content: "\e604";
}
.pbicon-search:before {
	content: "\e605";
}
.pbicon-export:before {
	content: "\e603";
}
/*.pbicon-search:before{
	content:"\e00d";
}*/
.pbicon-plus-sign:before{
	content:"\e02f";
}