	.noUiSlider,
	.noUiSlider * {
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-user-select: none;
	    -moz-user-select: none;
		-ms-user-select: none;
		display: block;
		cursor: default;
	}
	.noUiSlider {
		
	}
	.noUiSlider a {
		position: absolute;
		z-index: 1;
	}
	.noUiSlider a:nth-child(2) {
	}
	.noUiSlider.vertical a {
		width: 100%;
		bottom: 0;
	}
	.noUiSlider.horizontal a {
		height: 100%;
		right: 0;
	}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.noUiSlider:before,
	body.TOUCH,
	.noUiSlider div {
		-ms-touch-action: none;
	}

}
	.noUiSlider {
		background:#4BDB62;
		border-radius:15px;
		overflow:hidden;
	}
	.noUiSlider.connect a,
	.noUiSlider.connect.lower {
		background: #4BDB62;
	}
	.noUiSlider,
	.noUiSlider.connect.lower a {
		background: #4BDB62;
 	}
	.noUiSlider.disabled,
	.noUiSlider.disabled.connect.lower a {
		background: #4BDB62;
		box-shadow: none;
	}
	.noUiSlider div {
		height: 17px;
		width: 17px;
		background:#ffffff;
		border-radius:50%;
		cursor:pointer;
	}
	.noUiSlider.disabled div {
		background: transparent;
	}

	.noUiSlider.horizontal {
		height: 18px;
		width: 109%;
	}
	.noUiSlider.horizontal div {
		margin: 0 0 0 0;
	}
	.noUiSlider.vertical {
		width: 10px;
		height: 300px;
	}
	.noUiSlider.vertical div {
		margin: -9px 0 0 -5px;
	}