#bRev .timelineSliderComponent {
	position: relative;
	height: 60px;
}

#bRev .timelineSliderComponent .label {
	position: absolute;
	display: block;
	background: #fff;
	color:#000;
	padding: 5px 15px;
}

#bRev .timelineSliderComponent .label span {
	padding: 0px 10px;
}

#bRev .timelineSliderComponent .label a {
	font-weight: bold;
	cursor: pointer;
	color: #fff;
}

#bRev .noUi-target,.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#bRev .noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
}

#bRev .noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

#bRev .noUi-handle {
	position: relative;
	z-index: 1
}

#bRev .noUi-stacking .noUi-handle {
	z-index: 10
}

#bRev .noUi-stacking+.noUi-origin {
	*z-index: -1
}

#bRev .noUi-state-tap .noUi-origin {
	-webkit-transition: left .3s, top .3s;
	transition: left .3s, top .3s
}

#bRev .noUi-state-drag * {
	cursor: inherit !important
}

#bRev .noUi-horizontal {
	height: 40px;
	line-height: 40px;
}

#bRev .noUi-horizontal .noUi-handle {
	width: 48px;
	height: 48px;
	left: -17px;
	top: -6px
}

#bRev .noUi-horizontal.noUi-extended {
	padding: 0 15px
}

#bRev .noUi-horizontal.noUi-extended .noUi-origin {
	right: -15px
}

#bRev .noUi-background {
	box-shadow: inset 0 1px 1px #f0f0f0
}

#bRev .noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
	-webkit-transition: background 450ms;
	transition: background 450ms
}

#bRev .noUi-origin {
	border-radius: 2px
}

#bRev .noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

#bRev .noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB
}

#bRev .noUi-dragable {
	cursor: w-resize
}

#bRev .noUi-handle {
	background: #FFF;
	cursor: pointer; } 
	
#bRev .noUi-active { box-shadow : inset 0 0 1px #FFF,
	inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB } 
	
[ disabled ] .noUi-connect
	, [ disabled ] .noUi-connect { background : #B8B8B8 } 
	
[ disabled ] 
	.noUi-handle	
	{ cursor: not-allowed  
}

#bRev .noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px
		#BBB
}

#bRev [disabled] .noUi-connect,[disabled].noUi-connect {
	background: #B8B8B8
}

#bRev [disabled] .noUi-handle {
	cursor: not-allowed
}