.noUi-target * {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-touch-callout:none; -ms-touch-action:none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none;
                cursor:default;}
	.noUi-base {height:6px; width: 100%; position:relative; max-width:100%; margin:5px 0 0 0; background-color: #d4dfda; border-radius: 6px; z-index: 1;}
	.noUi-handle {height: 20px; width:20px; background-color: #e32407; position: relative; top: -7px; border-radius:50%; cursor:pointer; border: 4px solid #15313e; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);}
	.noUi-handle-lower {left: -5px;}
	.noUi-handle-upper {right: 5px;}
	.noUi-connect {background:Teal;}
	.noUi-background {background:#c2c2c2; width: 100%;}
	.noUi-origin {position:absolute; right:0; top:0; bottom:0; z-index:0; background-color: #e32407; height: 6px; border-bottom-right-radius: 6px; border-top-right-radius: 6px}
	.noUi-origin + .noUi-origin {background:#d6e1dc; z-index: 3;}
	.noUi-z-index {z-index:10;}
	.noUi-vertical {height:300px; width:40px; max-height:100%;}
	.noUi-vertical .noUi-origin {bottom:0; left:0;}
	.noUi-vertical .noUi-handle {margin:-23px 0 0 -3px;}
	.noUi-target[disabled] .noUi-base {background:#999;}
	.noUi-target[disabled] .noUi-connect {background:#BBB;}
	.noUi-state-tap .noUi-origin {-webkit-transition:left 0.3s, top 0.3s; transition: left 0.3s, top 0.3s;}
	.noUi-origin + .noUi-origin::before{
		content: "";
		height: 6px;
		width: 17px;
		border-radius: 3px;
		position: absolute;
		top: 0;
		right: -13px;
		background-color: #d6e1dc;
	}