@font-face {
	font-family: 'fcratingvmk2';
	src:  url('../fonts/fcratingvmk2.eot?472kag');
	src:  url('../fonts/fcratingvmk2.eot?472kag#iefix') format('embedded-opentype'),
	  url('../fonts/fcratingvmk2.ttf?472kag') format('truetype'),
	  url('../fonts/fcratingvmk2.woff?472kag') format('woff'),
	  url('../fonts/fcratingvmk2.svg?472kag#fcratingvmk2') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="fcr-"], [class*=" fcr-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'fcratingvmk2' !important;
	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;
}
.fcr-star-empty:before {
	content: "\ece0";
}
.fcr-star-half:before {
	content: "\ece1";
}
.fcr-star-full:before {
	content: "\ece2";
}
.fcr-star-empty-1:before {
	content: "\ece3";
}
.fcr-star-half-1:before {
	content: "\ece4";
}
.fcr-star-full-1:before {
	content: "\ece5";
}
.fcratingvmk2-rating {
	padding: 10px 0;
}
.fcratingvmk2-stars, .fcratingvmk2-count {
	display: inline-block;
}
.fcratingvmk2-stars {
	color: #fea800;
	margin-right: 5px;
	font-size: 1.2em;
}
.fcratingvmk2-count {
	color: #777;
}
