.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:3px; width:calc(100% - 8px); position:relative; max-width:100%; margin:30px 0 0 0; background-color: #d1d1d1; border-radius: 4px 0 0 4px; z-index: 1;}
	.noUi-base:after {content: ''; position: absolute; right: -8px; top: 0; bottom: 0; width: 12px; background-color: #d1d1d1; border-radius: 0 4px 4px 0; z-index: -1;}
	.noUi-handle {height:24px; width:24px; background-color: #3e77aa; box-shadow: 0 0 10px rgba(0,0,0,.3); position: relative; top: -11px; border-radius:100%; cursor:pointer;}
	.noUi-handle:after {content: ''; width: 20px; height: 20px; position: absolute; left: 50%; top: 50%; margin: -10px 0 0 -10px; box-shadow: 0 0 0 1px rgba(255,255,255,.68); border-radius: 100%; background: #3e77aa;}
	.noUi-handle-lower {left: -1px;}
	.noUi-handle-upper {right: 5px;}
	.noUi-connect {background:Teal;}
	.noUi-background {background:#c2c2c2; width: 100%;}
	.noUi-origin {position:absolute; right:4px; top:0; bottom:0; z-index:0; background:#F05642; height: 3px;}
	.noUi-origin + .noUi-origin {background:#d1d1d1; 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;}