#nextSection{
	margin-bottom: 24px;
	border-radius: 4px;
    border-right: 1px solid #e7e8ea;
    border-left: 1px solid #e7e8ea;
    border-top: 1px solid #e7e8ea;
}

#nextSection .title{
 text-transform: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 14px;
}

#nextSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
 border-top: 1px solid #e7e8ea;
}

#nextSection li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
    padding: 8px 24px;
	font-size: 13px;
 font-weight: 600;
}

#nextSection li .cnt{
	float: right;
}

#nextSection .sectionLine{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#nextSection .sectionColumn{
	display: table-cell;
	vertical-align: middle;
 background-color: #f6f6f6;
}

#nextSection .sectionColumn.last{
	width: 60px;
}

#nextSection .title{
	background-color: #ff9601;
}

#nextSection li,
#nextSection .title{
	border-bottom: 1px solid #e7e8ea;
}


.ui-slider-horizontal .ui-slider-range {
   top: 0;
   height: 6px;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 17px;
	height: 18px;
	cursor: default;
	top: -5px;
}
.ui-slider .ui-state-left, .ui-slider .ui-state-right {
	width: 9px;
	height: 23px;
	z-index: 102;
}
.ui-slider .ui-state-left:before {
   -webkit-transition: background .4s;
   transition: background .4s;
   content: "";
   display: block;
   position: absolute;
   top: -4px;
   left: 1px;
   height: 9px;
   width: 9px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   border-top: 1px solid;
   border-left: 1px solid;
   border-top-right-radius: 2px;
   border-bottom-left-radius: 2px;
}
.ui-slider .ui-state-left:after {
   left: 17px;
}
.ui-slider .ui-state-left {
   width: 13px;
   height: 20px;
   left: -7px;
   top: -6px;
}
.ui-slider .ui-state-left {
   -webkit-transition: background .4s;
   transition: background .4s;
   border-top: none;
   cursor: pointer;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
}
.ui-slider .ui-state-left * {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -ms-touch-action: none;
   -ms-user-select: none;
   -moz-user-select: none;
   box-sizing: border-box;
}
.ui-slider .ui-state-right:before {
   -webkit-transition: background .4s;
   transition: background .4s;
   content: "";
   display: block;
   position: absolute;
   top: -4px;
   left: 1px;
   height: 9px;
   width: 9px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   border-top: 1px solid;
   border-left: 1px solid;
   border-top-right-radius: 2px;
   border-bottom-left-radius: 2px;
}
.ui-slider .ui-state-right:after {
   left: 20px;
}
.ui-slider .ui-state-right {
   width: 13px;
   height: 20px;
   left: -7px;
   top: -6px;
}
.ui-slider .ui-state-right {
   -webkit-transition: background .4s;
   transition: background .4s;
   border-top: none;
   cursor: pointer;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
}
.ui-slider .ui-state-right * {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -ms-touch-action: none;
   -ms-user-select: none;
   -moz-user-select: none;
   box-sizing: border-box;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
}
.filter-submit{
   margin: 20px; 
}