/* RANGE SLIDER */



.ui-slider-horizontal {

    height: 20px;

	border:0px !important;

	border-radius: 0px;

	margin-top: 4px;

}



.ui-widget-content {



    background: #f2f2f2;

	border-radius: 0px;



}



.ui-widget-header {

 

    background: #db8b8a;

 



}



.ui-slider .ui-slider-handle {

   

    width: 6px;

    height: 24px;

    border: 1px solid #DDD;

    background: #DDD;

    font-weight: normal;

    color: #454545;

	margin-left: -1px;

	border-radius: 3px;

	top:-3px;

   

}

.uk-button-primary{ color:#FFF !important}

