.sliderRev {
    -webkit-appearance: none; 
	-moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 20px; 
	border-radius: 20px;
	background: #222;
	position: relative;
    outline: none;
	box-shadow:inset 1px 1px 1px 0px rgba(99, 110, 104, 1),inset 0px -2px 2px 2px rgba(0, 0, 0, 1);
	transform: rotate(180deg);
}
.sliderRev::-webkit-slider-thumb {
    -webkit-appearance: none; 
	-moz-appearance: none;
    appearance: none;
    width: 10px; 
    height: 15px; 
	cursor: pointer;
	background: #25292C;
	border-radius: 15px;
	box-shadow: inset -1px -1px 2px rgba(255,255,255,0.3),  inset 3px 15px 45px rgba(255,255,255,0.1), -2px -2px 2px rgba(0,0,0,0.5),  inset -3px -15px 45px rgba(0,0,0,0.2),  -1px 5px 30px -4px rgba(0,0,0,1);
}
.sliderRev::-moz-range-thumb {
    width: 15px;
    height: 22px;
    background: #25292C;
    cursor: pointer; 
}
