/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@font-face {
    font-family: 'fontello';
    src: url('../../stars/font/font/fontello.eot?98942117');
    src: url('../../stars/font/font/fontello.eot?98942117#iefix') format('embedded-opentype'),
    url('../../stars/font/font/fontello.woff2?98942117') format('woff2'),
    url('../../stars/font/font/fontello.woff?98942117') format('woff'),
    url('../../stars/font/font/fontello.ttf?98942117') format('truetype'),
    url('../../stars/font/font/fontello.svg?98942117#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.custom-rating.active img, .custom-rating.active i {
    cursor: pointer;
}

.custom-rating {
    display: inline-block;
    position: relative;
    z-index: 10;
}

.tax-rating-alert {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 120%;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 20px;
    color: #181818;
    z-index: 99999;
}

.tax-rating-alert:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-100%) translateX(-50%);
    -moz-transform: translateY(-100%) translateX(-50%);
    -ms-transform: translateY(-100%) translateX(-50%);
    -o-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.custom-rating i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.custom-rating .icon-star:before {
    content: '\e800';
}

/* '' */
.custom-rating .icon-star-empty:before {
    content: '\e801';
}

/* '' */
.custom-rating .icon-star-half-alt:before {
    content: '\f123';
}

/* '' */

.custom-rating i {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 25px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    color: #ffe474;
    background: url("../../stars/font/font/fontello.eot");
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-rating i.hover {
    color: #ffa131;
}

.custom-rating i:hover,
.custom-rating img:hover {
    cursor: pointer;
}