.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 2px;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/****************************************************/
.price_topbox {
	float: left;
	width: 90%;
	margin: 0 0 4%;
	padding: 0 5%;
}
.price_textbox {
	float: left;
	width: 100%;
	margin: 0 0 44px;
	text-align: center;
}
.price_textbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.price_textbox ul li {
	float: left;
	width: 26.5%;
	font-size: 18px;
	color: #fefefe;
	padding: 0 2%;
	margin: 0 4% 0 0;
}
.price_textbox ul li .image_holder {
	margin: -47px auto 20px;
	width: 96px;
	height: 96px;
	display: table;
	border-radius: 64px;
	border: 4px solid #fff;
	background: #3686be;
}
.price_textbox ul li .image_holder span {
	vertical-align: middle;
	display: table-cell;
}
.price_textbox ul li:last-child {
	margin: 0;
}
/****************************************************/
.slider-container {
	float: left;
	width: 100%;
	margin: 0 0 80px;
	background: #2776b0;
}
.sliderbox {
	float: left;
	width: 100%;
}
.slider-container #slider {
	float: left;
	width: 100%;
	height: 40px;
	margin: 0 0 10px;
	background: url(../images/slide_bg.png) no-repeat left top;
}
.slider-container #slider .ui-slider-range {
	background: url(../images/slide_hover.png) no-repeat left top;
}
.slider-container #slider .ui-slider-handle {
	outline: none;
	background: url(../images/handle.png) no-repeat left top;
	border-radius: 0;
	border: 0;
	width: 39px;
	height: 43px;
	margin-top: -6px;
	margin-left: -18px;
}
.slider-container #slider .ui-slider-handle:hover {
	cursor: pointer;
}
.price_rangetxt {
	float: left;
	width: 98%;
	padding: 0 0 0 2%;
}
.price_rangetxt div.icon {
	float: left;
	width: 35px;
	color: #fff;
	cursor: pointer;
	margin: 0 96px 0 0;
}
.price_rangetxt div.icon:last-child {
	margin-right: 0px;
}
.price_rangetxt div.current {
	color: #ff9600;
}
.price_content {
	float: left;
	width: 100%;
	background: #fff;
}
.price_dropdown {
	float: left;
	width: 200px;
	height: 83px;
	padding: 37px 0 0 20px;
	border-right: 1px solid #e3ebf0;
}
.price_dropdown .field1 {
	float: left;
	width: 182px;
	height: 40px;
	outline: none;
	color: #798c99;
	padding: 8px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #ff9600;
}
.price_content .smallbox {
	float: left;
	width: 11%;
	height: 94px;
	padding: 26px 4% 0;
	border-right: 1px solid #e3ebf0;
}
.smallbox .heading {
	font-size: 16px;
	line-height: 25px;
	color: #798c99;
}
.smallbox .heading img {
	float: left;
	margin: 0 10px 0 0;
}
.smallbox .value {
	line-height: 36px;
	font-size: 36px;
	color: #ff9600;
}
.price_content .smallbox:last-child {
	margin: 0;
}
.price_box {
	float: right;
	width: 18%;
	padding: 20px 2%;
	text-align: center;
}
.price_txt {
	float: left;
	width: 100%;
	color: #ff9600;
	margin: 0 0 10px;
	font-size: 36px;
	line-height: 36px;
}
.price_box .banner_btn {
	float: right;
	width: 180px;
	height: 33px;
}
.price_box .banner_btn a {
	background: #ff9600;
	line-height: 33px;
	display: block;
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	font-family: 'RobotoBold';
}
.price_box .banner_btn a:hover {
	background: #3686be;
}
@media screen and (max-width: 800px) {
.price_topbox {
	padding: 0 2%;
	width: 96%;
}
.slider-container #slider {
	height: 20px;
	border-radius: 5px;
}
.price_rangetxt {
	padding: 0px;
	width: 100%;
}
.price_rangetxt div.icon {
	margin: 5px 51px 0 18px;
}
.price_content .smallbox {
	width: 15%;
}
.price_content .smallbox, .price_dropdown {
	border-bottom: 1px solid #e3ebf0;
}
.price_dropdown {
	padding: 37px 2% 0;
	width: 26%;
}
.price_box {
	width: 96%;
}
.price_box .banner_btn {
	float: none;
	display: inline-block;
}
.slider-container {
	margin: 0 0 1px;
}
}
@media screen and (max-width: 768px) {
.price_rangetxt div.icon {
	margin: 5px 46px 0 18px;
}
}
@media screen and (max-width: 667px) {
.price_textbox ul li {
	font-size: 15px;
	line-height: 20px;
}
.price_rangetxt div.icon {
	margin: 5px 30px 0 18px;
}
.smallbox .heading {
	font-size: 14px;
}
.smallbox .value {
	font-size: 22px;
	line-height: 26px;
}
}
@media screen and (max-width: 600px) {
.price_rangetxt div.icon {
	margin: 5px 20px 0 18px;
}
.price_content .smallbox {
	padding: 26px 2% 0;
	width: 19%;
}
.price_dropdown .field1 {
	width: 96%;
	padding: 8px 2%;
}
.banner_con {
	margin: 0 0 20px;
}
}
@media screen and (max-width: 480px) {
.price_textbox, .price_rangetxt {
	display: none;
}
.slider-container #slider {
	margin: 0px;
}
.price_topbox {
	padding: 20px 2%;
	width: 96%;
	margin: 0px;
}
.price_content .smallbox, .price_dropdown {
	width: 96%;
	height: auto;
	padding: 10px 2%;
}
}