/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating {float:left;text-indent:0em;cursor:pointer;display:block;background:transparent;overflow:hidden}

div.rating-cancel a,div.star-rating a {display:block;width:16px;height:100%;border:0; text-indent:-999px;}
div.star-rating { 
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}
div.star-rating-live:before,
div.star-rating-applied:before {
	content: "\f006";
}

div.star-rating-on:before,
div.star-rating-hover:before {
	content: "\f005";
}
div.star-rating:hover, div.star-rating-readonly, .star-rating-applied, div.star-rating-hover, div.star-rating-live {
	color:#2ACDC9;
}


.clearfix.center {
    display: block;
    margin: 0 auto;
    width: 40%;
}

div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */



