
#div_step_holder ol{
	padding-left: 30px !important;
}

.custom-slider-button{
	text-align: center;
	vertical-align: middle;
	background-color: #000;	
	color: #fff;
	height: 17px;
	width: 14px;	
}


.custom-slider-button :hover{
	cursor: pointer;
}

.btn-slider{	
	height: 100%;
	width: 15px;
	/*position: absolute;*/
	/*top: 0;
	right: 0;*/
	text-align: left;	
	padding-right: 10px;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	margin-right: 2px;
	display: none;
	text-align: center;
	vertical-align: middle;
}

.custom-slider{
	background-color: #000 ;
	color: #000 ;
	height: 50px;		
}

#slider { 
	height: 160px;
	background-color: white;	
	margin-top: 10px;
	margin-bottom: 5px;
}

.ui-slider-range { 
    background: none !important; 
}

.ui-state-default, .ui-widget-content .ui-state-default{
	background-color: #000 !important;
}

@media screen and (max-width: 1024px) {
	#div_step_holder ol{
		padding-left: 0px !important;
	}
}

@media screen and (max-width: 1199px) {
	.col-sm-8{
		width: 100% !important;
	}

	.btn-slider{
		display: none !important;
	}
}