/*RATING*/
.bx-newslist .fa.bx-star-active {
	color: #363e8e;
}
/*BTN*/
.bx-newslist .btn {
	background-color: #363e8e;
	border-color: #282e6a;
}
.bx-newslist .btn:focus,
.bx-newslist .btn:active,
.bx-newslist .btn:hover {
	background-color: #df2b24;
	border-color: #df2b24;
}