.cancel-off-png,
.cancel-on-png,
.star-half-png,
.star-off-png,
.star-on-png {
    font-size: 2em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: raty;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none
}

@font-face {
    font-family: raty;
    font-style: normal;
    font-weight: 400;
    src: url(../raty/fonts/raty.eot);
    src: url(../raty/fonts/raty.eot?#iefix) format("embedded-opentype");
    src: url(../raty/fonts/raty.svg#raty) format("svg");
    src: url(../raty/fonts/raty.ttf) format("truetype");
    src: url(../raty/fonts/raty.woff) format("woff")
}

.cancel-on-png:before {
    content: "\e600"
}

.cancel-off-png:before {
    content: "\e601"
}

.star-on-png:before {
    content: "\f005"
}

.star-off-png:before {
    content: "\f006"
}

.star-half-png:before {
    content: "\f123"
}

/*# sourceMappingURL=jquery.raty.min.css.map */
