
#slider-range.ui-slider{
	height: 9px;
	background-image: none;
	background-color: #9b8831;
	border: 1px solid #bc990e;
	background: url(../elements/slider/bgnd_sliderRight.png) 50% 50% repeat-x;
}
#slider-range.ui-slider a.ui-slider-handle
	{
	background: url(../elements/slider/handle2.png) 50% 50% repeat-x;
	width: 25px;
	height: 30px;
	top: -11px;
	left: -5px;
	
}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default
	{
	background: url(../elements/slider/handle.png) 50% 50% repeat-x;
	background-color: transparent;
	color: #ba970e;
	border: 0px;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited
	{
	color: #1c94c4;
	text-decoration: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
	{
	cursor: pointer;
	background: url(../elements/slider/handle.png) 50% 50% repeat-x;
	background-color: transparent;
	color: #7e7e7e;
}

.ui-state-hover a,.ui-state-hover a:hover {
	color: #c77405;
	text-decoration: none;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active
	{
	cursor: pointer;
	background: url(../elements/slider/handle.png) 50% 50% repeat-x;
	background-color: transparent;
	color: #7e7e7e;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	top: -6px;
}

#slider-range .ui-widget-header {
	background: url(../elements/bgnd_slider.png) top left repeat-x;
	color: #ffffff;
	font-weight: bold;
	height: 8px;
}
.ui-slider-horizontal .ui-slider-range {
    border-radius: 10px;
    height: 100%;
    top: 0;
}

#skala {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

#skala .step {
    display: inline-block;
    cursor: pointer;
	margin-bottom: 5px;
	height: 30px;
	width: 30px;
}

#Step4.gas {
	background-size: 95%;
}
#Step3.gas {
	background-size: 90%;
}
#Step2.gas {
	background-size: 85%;
}
#Step1.gas {
	background-size: 80%;
}



