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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "range" !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-meh:before {
    content: "";
}

.icon-smiley:before {
    content: "";
}

.icon-sad:before {
    content: "";
}

.icon-frown:before {
    content: "";
}

.icon-grinning:before {
    content: "";
}

.reviews_message .range {
    position: relative;
}

    .reviews_message .range .reviews-range {
        -webkit-appearance: none;
        width: 100%;
        height: 8px;
        background: #908c8c;
        outline: none;
        vertical-align: middle;
        padding: 0;
        border-radius: 5px;
    }

.reviews_message .range-satisfied .reviews-label {
    top: -16px;
    z-index: 1;
}

.reviews_message .range-satisfied input[type=range]::-webkit-slider-thumb {
    background: transparent;
    border: 0px;
    box-shadow: none;
}

.reviews_message .range-satisfied input[type=range]::-moz-range-thumb {
    background: transparent;
    border: 0px;
    box-shadow: none;
}

.reviews_message .range-satisfied input[type=range]::-ms-thumb {
    background: transparent;
    border: 0px;
    box-shadow: none;
}

.reviews_message .reviews-label {
    position: absolute;
    text-align: center;
    font-size: 40px;
    background: #908c8c;
    border-radius: 40px;
    color: #f7ff3c;
    top: -60px;
    left: 0;
}

.reviews_message .reviews-fill {
    position: absolute;
    top: 50%;
    height: 10px;
    background: #f7ff3c;
    transform: translateY(-50%);
}

.reviews_message .satisfied-label {
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 41px;
    background: white;
    border-radius: 50%;
    color: #908c8c;
}

.reviews_message input[type=range]::-webkit-slider-thumb {
    background: #f7ff3c;
    border: 2px solid #f7ff3c;
    margin: 0;
    position: relative;
    transform: translate(0);
    cursor: pointer !important;
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 1;
}

.reviews_message input[type=range]::-moz-range-thumb {
    background: #f7ff3c;
    border: 2px solid #f7ff3c;
    margin: 0;
    position: relative;
    transform: translate(0);
    cursor: pointer !important;
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 1;
}

.reviews_message input[type=range]::-ms-thumb {
    background: #f7ff3c;
    border: 2px solid #f7ff3c;
    margin: 0;
    position: relative;
    transform: translate(0);
    cursor: pointer !important;
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 1;
}

.range-demo * {
    font-family: 'Pacifico', cursive;
}

.range-demo h1 {
    font-size: 40px;
}

.range-demo h2,
.range-demo .block-reviews {
    margin-bottom: 80px;
}

.range-demo .code {
    background: #1e1e1e;
    padding: 25px;
    border: 3px solid #f7ff3c;
}
