@font-face {
	font-family: "pricons";
	src: url('../fonts/pricons.eot');
	src: url('../fonts/pricons.eot?#iefix') format('eot'),
		url('../fonts/pricons.woff2') format('woff2'),
		url('../fonts/pricons.woff') format('woff'),
		url('../fonts/pricons.ttf') format('truetype'),
		url('../fonts/pricons.svg#pricons') format('svg');
}

.pricons:before {
	font-family: "pricons";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}


.pricons-search:before {
	content: "\E001";
}

.pricons-views:before {
	content: "\E002";
}

.pricons-twitter:before {
	content: "\E003";
}

.pricons-facebook:before {
	content: "\E004";
}

.pricons-ok:before {
	content: "\E005";
}

.pricons-vk:before {
	content: "\E006";
}

.pricons-quotes:before {
	content: "\E007";
}

.pricons-close:before {
	content: "\E008";
}
