
section {
	width: 100%;
	height: auto;
	/*margin: 100px auto 0;
	position: relative;*/
}
.slider{
	border-width: 1px;
	border-style: solid;
	border-color: #333 #333 #777 #333;
	border-radius: 25px;
	width: 100%;
	position: relative;
	height:15px;
	background-color: #8e8d8d;
	background: url('../images/bg-track.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
    				  0 1px 0 0px rgba(250, 250, 250, .5);
    /*left: 20px;*/
}
.tooltip {
	position: absolute;
	display: block;
	top: -25px;
	width: 35px;
	height: 20px;
	color: #fff;
	text-align: center;
	font: 10pt Tahoma, Arial, sans-serif ;
	border-radius: 3px;
	border: 1px solid #333;
    -webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top,  rgba(69,72,77,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8045484d', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.volume {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	right: -5px;
	background: url('../images/volume.png') no-repeat 0 -50px;
	position: absolute;
	margin-top: -5px;
}
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url('../images/handle.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #1C94C4;
	outline: none;
	top: -6px;
	margin-left: -12px;
}
.ui-slider-range {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}


/* ================ CUSTOM CSS ============= */

.main_slider_budget{
background-color:#E2E7EB;
padding:15px 15px 15px 15px;
border-radius: 10px;
border:solid 5px #F9F9F9;
}

.house_size_calculator_widget{
	width:100%;
}

.main_slider_budget section{
	margin-bottom:25px;
}

.budget_design_title{
color:#6896F8;
font-size:18px;
font-weight:700;
margin: 0 0 10px 0;
}

.budgetminus{float:left; margin-right:2%; padding-top:10px; width:12%; text-align:right;}
.budgetplus{float:left; margin-left:2%; width:19%; padding-top:10px; font-weight:normal;}
.budgetplus.design{ padding-top:0px;}
.budgetplus .budget_text{ margin-bottom: -3px; max-width:90px;}
.budgetslider{float:left; width:64%; margin-top:15px;}
.budget_text{background:#fff; padding:5px; width:62%; max-width:90px; border-radius:5px; box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset; vertical-align:text-bottom;}

.align_center_inline{margin-top:20px; text-align:center; width:100%;}

.align_center_inline .house_font{ display:inline;font-size:18px;font-weight:700;padding-right:8px;overflow:hidden;}
.align_center_inline #home_calculation{ display:inline; color: #6896F8;display: inline;font-size: 22px;font-weight: 700;}
.align_center_inline .square_font{ display:inline;padding-left:8px;font-size:14px;font-weight:700;overflow:hidden;}

.main_slider_budget .slider_link{ width:100%; text-align:right;}
.main_slider_budget .hyperlink a{text-decoration: none;color: #6896F8;font-size: 16px;}
.main_slider_budget .hyperlink a:hover{color: #3B69C4;}
.main_slider_budget .ui-widget-header{ padding:0px;}
.main_slider_budget .budgetplus span{ font-size:25px; font-weight:normal;}

@media screen and (min-width:175px) and (max-width:480px)
{
   .budgetminus{ float:none; width:auto; text-align:left;}
	 .budgetplus{ float:none; width:auto; text-align:left;}
	 .budgetslider{ float:none; width:auto; margin-bottom:10px;}
}


@media screen and (min-width:480px) and (max-width:520px)
{
  .budgetminus{ width:18%; text-align:right;}
	.budgetslider{ width:52%;}
	.budgetplus{ width:24%; text-align:left;}
	.budget_text{ width:67%;}
}

@media screen and (min-width:520px) and (max-width:580px)
{
  .budgetminus{ width:17%;}
	.budgetslider{ width:53%;}
	.budgetplus{ width:21%;}
	.budget_text{ width:66%; max-width:75px;}
}

@media screen and (min-width:580px) and (max-width:650px)
{
   .budgetminus{ width:18%;}
	.budgetslider{ width:54%;}
	.budgetplus{ width:22%;}
	.budget_text{ width:67%;}
}