.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
		-ms-touch-action: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	   -moz-transition: left 0.3s, top 0.3s;
	     -o-transition: left 0.3s, top 0.3s;
			transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {cursor: inherit !important;}

.noUi-horizontal {height: 8px;}

.noUi-horizontal .noUi-handle {
	width: 16px;
	height: 22px;
	line-height:22px;
	margin-left: -8px;
    top: -8px;
}
.noUi-horizontal.noUi-extended {padding: 0 15px;}
.noUi-horizontal.noUi-extended .noUi-origin  {right: -15px;}
.noUi-vertical {width: 18px;}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}
.noUi-vertical.noUi-extended {padding: 15px 0;}
.noUi-vertical.noUi-extended .noUi-origin  {bottom: -15px;}

.noUi-background {background: #fff;}
.noUi-connect {
	background: #3FB8AF;
	-webkit-box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
			box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
	-webkit-transition: background 450ms;
	   -moz-transition: background 450ms;
	     -o-transition: background 450ms;
			transition: background 450ms;
}
.noUi-origin {}

.noUi-target {
	border-top:1px solid #cecbc3;
	border-bottom:1px solid #cecbc3;
}

.noUi-target.noUi-connect {}

/* Handles and cursors;
 */
.noUi-dragable {cursor: w-resize;}
.noUi-vertical .noUi-dragable {cursor: n-resize;}

.noUi-handle {
	font-family: 'Pragmatica-Bold';
	z-index: 2;
	color:#fff;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	background: #cecbc3; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecbc3 0%, #a8a6a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecbc3), color-stop(100%,#a8a6a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecbc3 0%,#a8a6a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecbc3 0%,#a8a6a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecbc3 0%,#a8a6a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecbc3 0%,#a8a6a1 100%); /* W3C */
}

.noUi-handle:hover{
	background: #ef3a33; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef3a33 0%, #d94843 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef3a33), color-stop(100%,#d94843)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ef3a33 0%,#d94843 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ef3a33 0%,#d94843 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ef3a33 0%,#d94843 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ef3a33 0%,#d94843 100%); /* W3C */
}

.noUi-handle-lower{
	padding-left: 5px;
	border-bottom-left-radius:3px;
	border-top-left-radius:3px;
}

.noUi-handle-lower:after{
	content:"";
	position:absolute;
	height:100%;
	width:15px;
	right:-9px;
	top:0;
	z-index: -1;
	background: #cecbc3; /* Old browsers */
	background: -moz-linear-gradient(top, #cecbc3 0%, #a8a6a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecbc3), color-stop(100%,#a8a6a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecbc3 0%,#a8a6a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cecbc3 0%,#a8a6a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cecbc3 0%,#a8a6a1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cecbc3 0%,#a8a6a1 100%); /* W3C */
	-webkit-transform: matrix(1, 0, -0.5, 1, 0, 0);
	   -moz-transform: matrix(1, 0, -0.5, 1, 0, 0);
		-ms-transform: matrix(1, 0, -0.5, 1, 0, 0);
		 -o-transform: matrix(1, 0, -0.5, 1, 0, 0);
	border-bottom-right-radius:5px;
	border-top-right-radius:3px;
}

.noUi-handle-upper{
	padding-right: 5px;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
}

.noUi-handle-upper:after{
	content:"";
	position:absolute;
	height:100%;
	width:15px;
	left:-9px;
	top:0;
	z-index: -1;
	background: #cecbc3; /* Old browsers */
	background: -moz-linear-gradient(top, #cecbc3 0%, #a8a6a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecbc3), color-stop(100%,#a8a6a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecbc3 0%,#a8a6a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cecbc3 0%,#a8a6a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cecbc3 0%,#a8a6a1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cecbc3 0%,#a8a6a1 100%); /* W3C */
	-webkit-transform: matrix(1, 0, 0.5, 1, 0, 0);
	   -moz-transform: matrix(1, 0, 0.5, 1, 0, 0);
		-ms-transform: matrix(1, 0, 0.5, 1, 0, 0);
		 -o-transform: matrix(1, 0, 0.5, 1, 0, 0);
	border-bottom-left-radius:5px;
	border-top-left-radius:3px;
}

.noUi-handle-lower:hover:after, .noUi-handle-upper:hover:after{
	background: #ef3a33; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef3a33 0%, #d94843 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef3a33), color-stop(100%,#d94843)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ef3a33 0%,#d94843 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ef3a33 0%,#d94843 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ef3a33 0%,#d94843 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ef3a33 0%,#d94843 100%); /* W3C */
}

.noUi-active {}


/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Blocked state;
 */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
	background: #4FDACF;
}

.price_range{
	position:relative;
	margin:0 8px;
}

.noUi-base:before{
	content:"";
	display:block;
	position:absolute;
	width:8px;
	height:6px;
	left:-8px;
	top:-1px;
	background:#fff;
	border:1px solid #cecbc3;
	border-right:none;
	border-bottom-left-radius:3px;
	border-top-left-radius:3px;
}

.noUi-base:after{
	content:"";
	display:block;
	position:absolute;
	width:8px;
	height:6px;
	right:-8px;
	top:-1px;
	background:#fff;
	border:1px solid #cecbc3;
	border-left:none;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
}

.price_range_values{
	margin-top:12px;
}
