@charset "utf-8";
/* CSS Document */
.star_1, .star_2, .star_3, .star_4, .star_5, .star_half, .star_1half, .star_2half, .star_3half, .star_4half
{
width:100px;
height:20px;
position:relative;
/*float:left;*/
display:inline-block;
}
.star_half:before
{
width:100px;
height:20px;
position:absolute;
top:0;
left:0;
font-family: "FontAwesome";
content: "\f123";
 color: #f8be2c;
}
.star_1:before
{
width:100px;
height:20px;
position:absolute;
top:0;
left:0;
font-family: "FontAwesome";
content: "\f005";
 color: #f8be2c;
}
.star_1half:before
{
width:100px;
height:20px;
position:absolute;
top:0;
left:0;
font-family: "FontAwesome";
content: "\f005  \f123";
 color: #f8be2c;
}
.star_2:before
{
width:100px;
height:20px;
position:absolute;
top:0;
left:0;
font-family: "FontAwesome";
content: "\f005  \f005";
 color: #f8be2c;
}
.star_2half:before
{
width:100px;
height:20px;
position:absolute;
top:0;
left:0;
font-family: "FontAwesome";
content: "\f005  \f005  \f123";
 color: #f8be2c;
}
.star_3:before
{
width:100px;
height:20px;
position:absolute;
top:0;
left:0;
font-family: "FontAwesome";
content: "\f005    \f005    \f005";
 color: #f8be2c;
}
.star_3half:before
{
width:100px;
height:20px;
position:absolute;
top:0;
left:0;
font-family: "FontAwesome";
content: "\f005  \f005  \f005  \f123";
 color: #f8be2c;
}
.star_4:before
{
width:100px;
height:20px;
position:absolute;
top:0;
left:0;
font-family: "FontAwesome";
content: "\f005  \f005  \f005  \f005";
 color: #f8be2c;
}
.star_4half:before
{
width:100px;
height:20px;
position:absolute;
top:0;
left:0;
font-family: "FontAwesome";
content: "\f005  \f005  \f005  \f005  \f123";
 color: #f8be2c;
}
.star_5:before
{
width:100px;
height:20px;
position:absolute;
top:0;
left:0;
font-family: "FontAwesome";
content: "\f005  \f005  \f005  \f005  \f005";
 color: #f8be2c;
}

