
/* Color: yellow
=============================== */
.b-check .button,
.b-check .file-button,
.b-check .reset-button {
	background-color:#edd500;
	border:1px solid #edd500;
	color:#fff;
	-ms-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-webkit-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
}
.b-check .button:hover,
.b-check .file-button:hover,
.b-check .reset-button:hover {
	background-color:#fff;
	color:#edd500;
	-ms-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-webkit-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
}
.b-check .bar {
	background-color:#edd500;
}
.b-check .ratings input[type=radio] + label:hover,
.b-check .ratings input[type=radio] + label:hover ~ label,
.b-check .ratings input[type=radio]:checked + label,
.b-check .ratings input[type=radio]:checked + label ~ label {
	color:#edd500;
}