/* temporary */




.content-align{
	opacity: inherit;
	filter:inherit;
}
 input [type="text"]{
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #cccccc;
    margin: 0px 5px;
    text-align: right;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #666666;
	font-size:90%;
}

.slider {
    display: inline-block;
	width: 67%;
	margin: 25px auto 5px;
	padding: 0 107px;
	position: relative;
	-ms-touch-action: none;
}

.slider.ui-slider-horizontal {
	height: 12px;
}
.slider.ui-widget-content {
    border: none;
    background: #ffffff url(../images/slider_bar.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    opacity: inherit;
    filter: inherit;
    background-repeat: no-repeat;
}

.slider.ui-state-default, 
.slider.ui-widget-content .ui-state-default, 
.slider.ui-widget-header .ui-state-default {
	border: none;
	background: transparent url('../images/slider_dragger.png');
	background: transparent url('../images/slider_dragger_noshadow.png') no-repeat 1px 2px \9;
	opacity:inherit;
	filter:inherit;
	
}
.slider.ui-slider .ui-slider-handle {
	width:45px;
	height:29px;
	display: inline-block;
	position: relative;
}
.slider.ui-slider-horizontal .ui-slider-handle {
	top: -12px;
	margin-left: -4%;
    cursor: pointer;
}

 .slider.ui-disabled{
	opacity: .35;
	filter: Alpha(Opacity=35);
}



.slider.ui-slider-horizontal .ui-slider-handle:focus{
	outline: none; /*#00a3e5 solid 1px;*/
}



@media only screen and (max-width : 991px) {

.slider.ui-widget-content{
	width: 63%;
	padding: 0 76px;

	background: #ffffff url(../images/slider_bar.png) -5px 0px;

}
}

@media only screen and (max-width : 767px) {

.slider {
	display:none;
	clear:both;	
}

}
