@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/new/icomoon.eot?wvi9xl');
    src:  url('../fonts/new/icomoon.eot?wvi9xl#iefix') format('embedded-opentype'),
    url('../fonts/new/icomoon.ttf?wvi9xl') format('truetype'),
    url('../fonts/new/icomoon.woff?wvi9xl') format('woff'),
    url('../fonts/new/icomoon.svg?wvi9xl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fa-fa-half:before {
    content: "\e900";
    color: #ffb300;
    margin: 5px 0 4px;

}

.icon-fa-fa-half {
    font-size: 1.21em;
    line-height: .75em;
    vertical-align: -16%;
}

.rating-container .icon-fa-fa-half {
    vertical-align: -14%;
}