.sh-content  .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sh-content  .ui-slider {
	position: relative;
	text-align: left;
}
.sh-content  .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.sh-content  .ui-slider-horizontal {
	height: 2px;
}
.sh-content  .ui-slider-horizontal .ui-slider-handle:hover {
	background: #ed3325;
}
.sh-content  .ui-slider-horizontal .ui-slider-handle:focus {
	background: #f7af19;
}
.sh-content .ui-slider-horizontal .ui-slider-handle {
	top: -17px;
	margin-left: -11px;
}
.sh-content  .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

/* Component containers
----------------------------------*/
.sh-content  .ui-widget.ui-widget-content {
	border: 0;
}
.sh-content  .ui-widget-content {
	border: 0;
	background: #000;
}
.sh-content  .ui-widget-content a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.sh-content  .ui-state-default {
	border: 0;
	background: #ed6723;
	font-weight: normal;
	outline: none;
	border-radius: 24px;
}
.sh-content  .ui-state-active {
	border: 0;
	background: #f5ae1b;
	font-weight: normal;
	outline: none;
	border-radius: 25px;
}
