/*RATING*/
.bx-newslist .fa.bx-star-active {
	color: #33B111;
}
/*BTN*/
.bx-newslist .btn {
	    background-color: #412f27;
    border-color: #281a14;
}
.bx-newslist .btn:active,
.bx-newslist .btn:hover {
	background-color: #412f27;
    border-color: #281a14;
}
