.block-type-form .form-group-range output {font-size: 120%;color:inherit;text-align:right;margin-top:-35px;}

.block-type-form .form-group-range output:after {content: attr(unit);}

.block-type-form input[type=range] {
    -webkit-appearance: none;
    padding: 0px;
    width: 100%;
    border: 0px;
}
.block-type-form input[type=range]:focus {
    outline: none;
}
.block-type-form input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}
.block-type-form input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}
.block-type-form input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}

.block-type-form input[type=range]::-moz-range-thumb {
    border-width: 13px;
    border-style: solid;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13px;
}
.block-type-form input[type=range]::-webkit-slider-thumb {
    border-width: 13px;
    border-style: solid;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13px;
}
.block-type-form input[type=range]::-ms-thumb {
    border-width: 13px;
    border-style: solid;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13px;
}

.block-type-form input[type=range]::-ms-fill-lower {
    background: #337ab7;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    nobox-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.block-type-form input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    nobox-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

.block-type-form input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}
.block-type-form input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

@media (max-width: 767px) {

    .block-type-form .form-group-range output {margin-top: 0px;}

}