/**
 * 
 */
.nativeMultiple {
	position: relative;
	/*background: none;*/
	/*border-top: 2px #EBF1F9 solid;*/
	background: url(../img/polz.png) no-repeat center center !important;
	height: 20px;
	margin-bottom: 20px;
	margin-top: 8px;
}

.nativeMultiple > div {
	height: 40px;
}

.nativeMultiple > div:last-child > div {
	right: 0;
}

.nativeMultiple input[type=range] {
	margin:0;
	padding:0;
	width: 100%;
	height:  inherit;
	-webkit-appearance: none;
	background: transparent;
}

.nativeMultiple > div.nativeMultiple-one {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	min-width: 120px;
}

.nativeMultiple > div.nativeMultiple-two {
	position: absolute;
	width: 100%;
	z-index: 5;
}

.nativeMultiple input[type=range]:focus {
  outline: none;
}

.nativeMultiple > div, .nativeMultiple > div > div {
	height: inherit;
}

/**
 * webkit
 */
.nativeMultiple input[type=range]::-webkit-slider-thumb {
	border: 0;
	height: 16px;
	width: 16px;
	background: #5E9EFF;
	cursor: pointer;
	z-index: 20;
	-webkit-appearance: none;
	position: relative;
	top: 0px;
}

.nativeMultiple > div:last-child input[type=range]::-webkit-slider-thumb {
	border-left: 1px #206AA3 solid;
}

.nativeMultiple input[type=range]::-webkit-slider-thumb:after, .nativeMultiple input[type=range]::-webkit-slider-thumb:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 1px;
    background: none repeat scroll 0% 0% #5E9EFF;
    left: 27px;
    top: 10px;
}

.nativeMultiple input[type=range]::-webkit-slider-thumb:after {
	left: 32px;
}
