


input[type='range'] {
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  height: 35px;
  background: transparent;
  position: relative;
  cursor: pointer;
  background: linear-gradient(90deg, #cccccc 1px, rgba(238, 238, 238, 0) 1px) repeat-x content-box, linear-gradient(90deg, #cccccc 1px, rgba(238, 238, 238, 0) 1px) repeat-x content-box;
  background-size: 25% 6px, calc(100% - 5px) 12px;
  background-position: 1px 30%, 1px 20%;
  padding: 0 15px;
  overflow: visible;
  /*******    The Thumb    *******/
  /*******    The Track    *******/ }
  input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 7px;
    width: 7px;
    transform: scale(3);
    margin-top: -1px;
    border-radius: 500px;
    background: green;
    border: 0;
    cursor: pointer;
    z-index: 2;
    -webkit-appearance: none; }

	
  input[type='range']::-moz-range-thumb {
    position: relative;
    height: 7px;
    width: 7px;
    transform: scale(3);
    margin-top: -1px;
    border-radius: 500px;
    background: green;
	border: 0;
    cursor: pointer;
    z-index: 2; }
 
input[type='range']::-ms-thumb {
    position: relative;
    /*height: 7px;*/
   /* width: 7px;*/
   /* transform: scale(3);*/
   /* margin-top: -1px;*/
    /*border-radius: 500px;*/
    background: green;
    border: 0;
    cursor: pointer;
    z-index: 2;
    transform: none;
    margin-top: -2px;
    height: 21px;
    width: 21px;
    border-radius: 21px; }
  
input[type='range']::-webkit-slider-runnable-track {
    background-color: green;
    height: 5px;
    border-radius: 3px; }
  
  input[type='range']::-moz-range-track {
    background-color:green;
    height: 5px;
    border-radius: 3px; }
  
 input[type='range']::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent; }
 
input[type='range']::-ms-fill-lower {
    background-color: #545454;
    height: 5px;
    border-radius: 3px;
    background-color: #1bac91; }
  
input[type='range']::-ms-fill-upper {
    background-color: #545454;
    height: 5px;
    border-radius: 3px; }
 
input[type='range']:focus {
    outline: none; }

/*******    The wrapper for the range input    *******/
/*.range-box {
  position: relative;
  background-color: #f4f4f4;
  padding: 0;
  margin: 0 35px;
  overflow: visible; }
  
  .range-box:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    background-color: #b3b3b3;
    height: 4px; }
  .range-box .legend-min {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #cccccc;
    margin-top: -18px;
    float: left;
    margin-left: 13px; }
  .range-box .legend-max {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #cccccc;
    margin-top: -18px;
    float: right;
    margin-right: 11px; }
*/
/*******    Extra controls on the side    *******/
/*.no-selection, .control-minus, .control-plus {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.control-minus {
  position: absolute;
  top: 0;
  background-color: #009fdf;
  color: white;
  width: 35px;
  text-align: center;
  cursor: pointer;
  height: 35px;
  border-bottom: 4px solid #0073a1;
  z-index: 1;
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  left: -35px;
  line-height: 31px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
 
.control-minus:hover {
    top: 1px;
    background-color: #00adf2;
    border-bottom-width: 3px; }

.control-minus:active {
    top: 3px;
    background-color: #009fdf;
    border-bottom-width: 2px; }

.control-plus {
  position: absolute;
  top: 0;
  background-color: #009fdf;
  color: white;
  width: 35px;
  text-align: center;
  cursor: pointer;
  height: 35px;
  border-bottom: 4px solid #0073a1;
  z-index: 1;
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  right: -35px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  
.control-plus:hover {
    top: 1px;
    background-color: #00adf2;
    border-bottom-width: 3px; }
 
.control-plus:active {
    top: 3px;
    background-color: #009fdf;
    border-bottom-width: 2px; }

/*******    Value tooltip    *******/
/*.current-value {
  visibility: hidden;
  background: #1bac91;
  border-radius: 3px;
  position: absolute;
  top: -48px;
  padding: 12px 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 22px;
  white-space: nowrap;
  transition: left 0.045s linear; }
  .current-value:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1bac91;
    margin-top: -6px;
    margin-left: -6px;
    bottom: -5px; }

.wrapper {
  width: 50%;
  margin: 3em auto;
  padding: 100px;
  background-color: #545454;
  color: white; }*/

#range{
  max-width: 160px;
  min-width: 150px;
	margin-top: 0px;
  margin-left: -20px;
}

@media (max-width: 1400px){
	
#range{
  position: absolute;
  z-index: 1000;
  max-width: 160px;
  margin-top: 5px;
  margin-left: 440px;
}


@media (max-width: 1200px){
#range{
  position: absolute;
  z-index: 1000;
  max-width: 250px;
  margin-top: 90px;
  margin-left: 203px;
}


}

@media (max-width: 670px){
#range{
  position: absolute;
  z-index: 1000;
  max-width: 165px;
  margin-top: 90px;
  margin-left: 185px;
}


}














