.rating > .star-rating:before {
    content: '\f005';
    font-family: FontAwesome;
}

.rating > .half-star:before {
    content: '\f089';
    font-family: FontAwesome;
    position: absolute;
}

.rating > empty-star:before {
    
}