/*body {
    padding-top: 50px;
	padding-bottom: 50px;
}*/

.price-box {
	margin: 0 auto;
	background: #E9E9E9;
	border-radius: 10px;
	padding: 40px 15px;
	width: 500px;
}

.ui-widget-content {
	border: none;
	/* background: #b8b8b8; */
	background: #000000;
	/* color: #222222; */
	color: #FFFFFF;
	margin-top:40px;
	border-radius:0;	
	cursor:pointer;
	/* height:2px; */
}

.ui-slider .ui-slider-handle {
	position: absolute !important;
	z-index: 2 !important;
	width:20px !important;
	height: 24px !important;
	margin: 0 -20px auto !important;
	text-align: center !important;	
	line-height: 30px !important;
	color: #FFFFFF !important;
	border:none !important;
	font-size: 15px !important;
	border-radius:3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.ui-slider .ui-slider-handle label{ display:none;}
.ui-corner-all {
	/*border-radius: 20px;*/
}

.ui-slider-horizontal .ui-slider-handle {
	top: -2.7em !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	background: #2dbe60 !important;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.6em !important;
}

.ui-slider .ui-slider-handle {
	cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
	cursor: pointer;
	outline: none;
}

.price {
	font-size: 20px;
	display: inline-block;
	height:38px;
	border-radius:0;
	background:#fff;
	border:1px solid #b8b8b8;
	box-shadow:none;
	text-align:center;
	min-width:120px;
	color:#3b3b3b;
}
.price:focus{ box-shadow:none; outline-color:none; outline:none;}
h4.great {
	background: #00ac98;
	margin: 0 0 55px -60px;
	padding: 7px 15px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	-moz-box-shadow:    2px 4px 5px 0 #ccc;
  	-webkit-box-shadow: 2px 4px 5px 0 #ccc;
  	box-shadow:         2px 4px 5px 0 #ccc;
}

.price-slider {
	margin-bottom: 70px;
}

.form-pricing {
	background: #ffffff;
	padding: 20px;
	border-radius: 4px;
}

.price-form {
	background: #ffffff;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}


.form-group span.price {
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 14px;
}

.help-text {
	display: block;
	margin-top: 32px;
	margin-bottom: 10px;
	color: #737373;
	position: absolute;
	font-weight: 200;
	text-align: right;
	width: 188px;
}

.price-form label {
	font-weight: 200;
	font-size: 21px;
}

.ui-slider-range-min {
	background: #2980b9;
	border-radius:0;	
}

.ui-slider-label-inner {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2dbe60;
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    z-index: 99;
}
.person-range li{text-align: left;padding: 0;float: left; position:relative;}
.person-range li:before{ content: ''; position: absolute; height: 20px; width: 1px; background: #c0c0c0;top: -1px; left: 10px;}
.person-range li:nth-child(1){ width:146px;}
.person-range li:nth-child(1):before{ left:5px;}
.person-range li:nth-child(2){ width:152px;}
.person-range li:nth-child(3){ width:151px;}
.person-range li:nth-child(4){ width:152px;}
.person-range li:nth-child(5){ width:135px;}
.person-range li:nth-child(6){width: 24px;float: right;margin-right:-12px;}
.person-range li:nth-child(6):before{ left:11px;}
.person-range li a{color: #3b3b3b; font-size: 20px; margin-top: 19px; display: inline-block;}
.person-range li a:focus, .person-range li a:hover{ text-decoration:none;}
.person-number { margin-top:80px; margin-bottom:30px;}
.person-number span{ font-size:16px; color:#3b3b3b; margin-right:30px;}