/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#yoa-homeworth h1{
 text-align:center;
 font-weight:600;
 font-size:35px;
 line-height:40px;
}
#yoa-homeworth h2{
    text-align:center;
    margin-bottom:50px;
	font-size:25px;
	line-height:30px;
}
#yoa-homeworth #results_wrap, #yoa-homeworth #hw-estimation{
	display:none;
}
#hw-estimation{margin-top:100px;}
#yoa-homeworth p.propertyworth_disclaimer{
	text-align:left;
}
#yoa-homeworth #map {
height: 400px;
position:relative;
margin-bottom:20px;
}

.geocoder-control-selected{	
	background: #7FDFFF;	
	border-color: #7FDFFF;	
}	
#yoa-homeworth .dropdown-menu ul li{	
	list-style-type: none;	
}	
#yoa-homeworth .dropdown-menu ul li {	
	/* padding: 3px 20px; */	
	margin: 0;	
  }	
  #yoa-homeworth .dropdown-menu ul li:hover{	
	background: #7FDFFF;	
	border-color: #7FDFFF;	
  }	


#yoa-homeworth #description {
font-family: Roboto;
font-size: 15px;
font-weight: 300;
}

#yoa-homeworth #infowindow-content .title {
font-weight: bold;
}

#yoa-homeworth #infowindow-content {
display: none;
}

#yoa-homeworth #map #infowindow-content {
display: inline;
}

#yoa-homeworth .pac-card {
margin: 10px 0 0 10px;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
font-family: Roboto;
max-width:425px;
display:none;
}

#yoa-homeworth.map-load-leaflet .pac-card{
	display:block;
} 

#yoa-homeworth #pac-container {
 margin-bottom: 12px;
 margin-right: 12px;
 margin-top:10px;  
 margin-left:12px;
}

#yoa-homeworth .pac-controls {
display: inline-block;
padding: 5px 11px;
}

#yoa-homeworth .pac-controls label {
font-family: Roboto;
font-size: 13px;
font-weight: 300;
}

#yoa-homeworth #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    padding: 3px 5px 3px 5px;
    text-overflow: ellipsis;
    width: 400px;
	margin-bottom:0;
}
#yoa-homeworth #propertyworthform input[type="date"], 
#yoa-homeworth #propertyworthform input[type="email"], 
#yoa-homeworth #propertyworthform input[type="number"], 
#yoa-homeworth #propertyworthform input[type="password"], 
#yoa-homeworth #propertyworthform input[type="search"], 
#yoa-homeworth #propertyworthform input[type="tel"], 
#yoa-homeworth #propertyworthform input[type="text"], 
#yoa-homeworth #propertyworthform input[type="url"], 
#yoa-homeworth #propertyworthform select, 
#yoa-homeworth #propertyworthform textarea{
	margin-bottom:0px;
	border: 1px solid #ccc;
}
#yoa-homeworth #propertyworthform input[type="email"]:focus, 
#yoa-homeworth #propertyworthform input[type="number"]:focus, 
#yoa-homeworth #propertyworthform input[type="search"]:focus, 
#yoa-homeworth #propertyworthform input[type="tel"]:focus, 
#yoa-homeworth #propertyworthform input[type="text"]:focus, 
#yoa-homeworth #propertyworthform input[type="url"]:focus, 
#yoa-homeworth #propertyworthform select:focus, 
#yoa-homeworth #propertyworthform textarea:focus,
#yoa-homeworth #pac-input:focus {
border-color: #4d90fe;
color:#000000;
}

#yoa-homeworth #title {
color: #fff;
background-color: #4d90fe;
font-size: 25px;
font-weight: 500;
padding: 6px 12px;
}

/*----------------------*/
#yoa-homeworth #propertyworth-range-wrap{
 text-align:center;
 width:100%;
 margin-bottom:50px;
}

#yoa-homeworth #propertyworth-range-wrap .propertyworth_labels{
	text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
	margin: 0 1.5%;
}
	
#yoa-homeworth #propertyworth-range-wrap .propertyworth_labels .propertyworth_min {
    float: left;
}
#yoa-homeworth #propertyworth-range-wrap .propertyworth_labels .propertyworth_average {
    display: inline-block;
}
#yoa-homeworth #propertyworth-range-wrap .propertyworth_labels .propertyworth_max {
    float: right;
}
#yoa-homeworth #propertyworth-range-wrap .propertyworth_line {
    margin: 20px 3.5%;
    height: 6px;
    position: relative;
    background: #ccc;
}

#yoa-homeworth #propertyworth-range-wrap .propertyworth_line .propertyworth_min, 
#yoa-homeworth #propertyworth-range-wrap .propertyworth_line .propertyworth_average, 
#yoa-homeworth #propertyworth-range-wrap .propertyworth_line .propertyworth_max {    
width: 0;
height: 0;
border: 10px solid transparent;
border-bottom-color: darkorange;
position: absolute;
top: -17px;
}
#yoa-homeworth #propertyworth-range-wrap .propertyworth_line .propertyworth_min:after, 
#yoa-homeworth #propertyworth-range-wrap .propertyworth_line .propertyworth_average:after, 
#yoa-homeworth #propertyworth-range-wrap .propertyworth_line .propertyworth_max:after {
     content: '';
      position: absolute;
      left: -10px;
      top: 10px;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top-color: darkorange;
}

#yoa-homeworth #propertyworth-range-wrap .propertyworth_line .propertyworth_min {
    left: -10px;
}

#yoa-homeworth #propertyworth-range-wrap .propertyworth_line .propertyworth_average {
    left: 48%;
    left: calc(50% - 10px);
}

#yoa-homeworth #propertyworth-range-wrap .propertyworth_line .propertyworth_max{
   right: -10px;
   left: auto;
}

#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_min, 
#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_average,
#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_max{
    background: none;
    font-weight: 600;
    font-size: 18px;
}
#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_min {
    float: left;
}
#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_average{
    display: inline-block;
}
#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_max {
    float: right;
}
/*form styles*/
#yoa-homeworth #propertyworthform .linebreak{
 clear:both;
 display:block;
}
#yoa-homeworth #propertyworthform .fs-title{
 font-size:18px;   
font-weight:600;
}
#yoa-homeworth #propertyworthform {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	position: relative;
	height:100%;
}
#yoa-homeworth #propertyworthform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#yoa-homeworth #propertyworthform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#yoa-homeworth #propertyworthform input, #propertyworthform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 16px;
}
#yoa-homeworth #propertyworthform input#consent_agreement {
	width: auto;
}
/*buttons*/
#yoa-homeworth #propertyworthform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#yoa-homeworth #propertyworthform .action-button:hover, #propertyworthform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
#yoa-homeworth .fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
#yoa-homeworth .fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#yoa-homeworth #progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#yoa-homeworth #progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#yoa-homeworth #progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#yoa-homeworth #progressbar li:after {content: '';width: 100%;height: 2px;background: white;position: absolute;	left: -50%;	top: 9px;z-index: -1;}
#yoa-homeworth #progressbar li:first-child:after {content: none;}
#yoa-homeworth #progressbar li.active:before,  #progressbar li.active:after{background: #27AE60;color: white;}
#yoa-homeworth #propertyworthform{text-align:left;font-size:16px;font-weight:600;}
#yoa-homeworth .row_col1{width:100%;}
#yoa-homeworth .row_col2{width:50%;}
#yoa-homeworth .row_col3{width:33%;}
#yoa-homeworth .row_col4{width:25%;}
#yoa-homeworth .row_col1,
#yoa-homeworth .row_col2,
#yoa-homeworth .row_col3,
#yoa-homeworth .row_col4{margin-bottom:20px;float:left;}
#yoa-homeworth .row_col1 div,
#yoa-homeworth .row_col2 div,
#yoa-homeworth .row_col3 div,
#yoa-homeworth .row_col4 div{ margin:0 10px;}
#yoa-homeworth .row_col1 label,
#yoa-homeworth .row_col2 label,
#yoa-homeworth .row_col3 label,
#yoa-homeworth .row_col3 label{display:block;}
#yoa-homeworth #propertyworthform select{font-size:16px;padding:15px 15px;width:100%;}
#yoa-homeworth .action-button{clear:left;}
#yoa-homeworth #results_wrap h2,#yoa-homeworth #hw-estimation h2{text-align:center;font-weight:600;margin-bottom:0;font-size:30px;line-height:40px;}
#yoa-homeworth #results_wrap h3,#yoa-homeworth #hw-estimation h3{text-align:center;margin-bottom:30px;font-size:25px;line-height:30px;}
#yoa-homeworth #results_wrap p,#yoa-homeworth #hw-estimation p{font-size:16px;}
#yoa-homeworth #propertyworthform span.radio-input input[type='radio']{width:auto;}
#yoa-homeworth #propertyworthform span.radio-input{margin:0 1em 0 0;}
#yoa-homeworth #propertyworthform label span{color:#df0000;margin-left:3px;}
#yoa-homeworth #propertyworthform div.invalid label{color:#df0000;}
#yoa-homeworth #propertyworthform div.invalid select,
#yoa-homeworth #propertyworthform div.invalid input{ border:1px solid red;}
#yoa-homeworth #formNotifications{text-align:center;margin-bottom: -20px;display:none;}
#yoa-homeworth #formNotifications div{padding:10px;max-width:350px;margin:0 auto;font-size:16px;}
#yoa-homeworth #formNotifications h3{color:#6b6b6b;margin-bottom:0;font-size:18px;}
#yoa-homeworth #formNotifications.success div{border:2px solid green; background-color:#f0f8ff; }
#yoa-homeworth #formNotifications.error div{border:2px solid red; background-color:#fffdfd;}
#yoa-homeworth .pac-card #type-selector{display:none;}
#yoa-homeworth .submitstatus.success{border:2px solid green;padding:5px;background-color:#f0f8ff;}
#yoa-homeworth .submitstatus.error{border:2px solid red;padding:5px;background-color:#fffdfd;}
#yoa-homeworth #map button{border-radius: 0;box-shadow:none;}
/*------------ Pre Loader -------------*/
#yoa-homeworth #preloader {display:none;font-size: 22px;line-height: 32px;display: none;color: #6b6b6b;text-align:center;margin-bottom:20px;}
#yoa-homeworth #floatBarsG{position:relative;width:234px;height:20px;margin:auto;}
#yoa-homeworth .floatBarsG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:20px;
	height:20px;
	animation-name:bounce_floatBarsG;
		-o-animation-name:bounce_floatBarsG;
		-ms-animation-name:bounce_floatBarsG;
		-webkit-animation-name:bounce_floatBarsG;
		-moz-animation-name:bounce_floatBarsG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
}

#yoa-homeworth #floatBarsG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#yoa-homeworth #floatBarsG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#yoa-homeworth #floatBarsG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#yoa-homeworth #floatBarsG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#yoa-homeworth #floatBarsG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#yoa-homeworth #floatBarsG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#yoa-homeworth #floatBarsG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#yoa-homeworth #floatBarsG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}

@keyframes bounce_floatBarsG{
	0%{transform:scale(1);background-color:rgb(0,0,0);}
	100%{transform:scale(.3);background-color:rgb(255,255,255);}
}
@-o-keyframes bounce_floatBarsG{
	0%{-o-transform:scale(1);background-color:rgb(0,0,0);}
	100%{-o-transform:scale(.3);background-color:rgb(255,255,255);}
}
@-ms-keyframes bounce_floatBarsG{
	0%{-ms-transform:scale(1);background-color:rgb(0,0,0);}
	100%{-ms-transform:scale(.3);background-color:rgb(255,255,255);}
}
@-webkit-keyframes bounce_floatBarsG{
	0%{-webkit-transform:scale(1);	background-color:rgb(0,0,0);}
	100%{-webkit-transform:scale(.3);background-color:rgb(255,255,255);}
}
@-moz-keyframes bounce_floatBarsG{
	0%{-moz-transform:scale(1);background-color:rgb(0,0,0);}
	100%{-moz-transform:scale(.3);background-color:rgb(255,255,255);}
}/*------------ END Pre Loader -------------*/


@media all and (max-width: 900px)  {
	#yoa-homeworth #propertyworthform fieldset{width: 100%!important;margin: 0 0%!important;}
}
@media all and (max-width: 823px)  {
	#yoa-homeworth #propertyworthform{min-height:650px!important;}
	#yoa-homeworth #propertyworthform input, 
	#yoa-homeworth #propertyworthform textarea,
	#yoa-homeworth #propertyworthform select{padding: 5px!important;}
	#yoa-homeworth #propertyworthform fieldset{padding: 20px 0px 0 0 !important;}
	#yoa-homeworth #propertyworthform .fs-title{padding: 0 5px 20px 5px!important;}
}
@media all and (max-width: 665px)  {
	#yoa-homeworth .row_col2, 
	#yoa-homeworth .row_col3, 
	#yoa-homeworth .row_col4{margin-bottom: 15px;width: 50%;}
}
@media all and (max-width: 570px)  {
	#yoa-homeworth #title{font-size:18px;line-height:22px;}
	#yoa-homeworth #propertyworth-range-wrap .propertyworth_labels,
	#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_min, 
	#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_average, 
	#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_max{font-size: 14px!important;}
	#yoa-homeworth h1{font-size:28px;line-height:30px;}
	#yoa-homeworth h2{font-size:22px;line-height:25px;}
	#yoa-homeworth #results_wrap h2{font-size:25px;line-height:22px;}
	#yoa-homeworth #results_wrap h3{font-size:20px;line-height:22px;}
	#yoa-homeworth #preloader {font-size: 20px;line-height: 22px;}
	#yoa-homeworth .row_col1 label, 
	#yoa-homeworth .row_col2 label, 
	#yoa-homeworth .row_col3 label, 
	#yoa-homeworth .row_col3 label,
	#yoa-homeworth #propertyworthform input, #propertyworthform textarea,
	#yoa-homeworth #propertyworthform select,
	#yoa-homeworth #pac-input {font-size:16px;}
}

@media all and (max-width: 554px)  {
	#yoa-homeworth .row_col1
	#yoa-homeworth .row_col2, 
	#yoa-homeworth .row_col3, 
	#yoa-homeworth .row_col4{margin-bottom: 15px;float: none;width: 100%;display:inline-block;}
	#yoa-homeworth #title{text-align:center;font-size:20px;line-height:25px;}
	#yoa-homeworth .pac-card{margin: 0px!important;width: 100%;border: 1px solid #e9e9e9;}
}

@media all and (max-width: 500px)  {
	#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_min, 
	#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_average, 
	#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_max{
		font-size: 16px!important;letter-spacing: 0px!important;}
	#yoa-homeworth #map {height: 350px;}
}

@media all and (max-width: 340px)  {
	#yoa-homeworth #pac-container {margin:5px;}
	#yoa-homeworth #propertyworth-range-wrap .propertyworth_labels,
	#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_min, 
	#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_average, 
	#yoa-homeworth #propertyworth-range-wrap .propertyworth_results .propertyworth_max{font-size: 14px!important;}
	#yoa-homeworth h1{font-size:22px;line-height:30px;}
	#yoa-homeworth h2{font-size:20px;line-height:25px;}
	#yoa-homeworth #results_wrap h2{font-size:20px;line-height:25px;}
	#yoa-homeworth #results_wrap h3{font-size:16px;line-height:22px;}
	#yoa-homeworth #preloader {font-size: 20px;line-height: 22px;}
	#yoa-homeworth .row_col1 label, 
	#yoa-homeworth .row_col2 label, 
	#yoa-homeworth .row_col3 label, 
	#yoa-homeworth .row_col3 label,
	#yoa-homeworth #propertyworthform input, #propertyworthform textarea,
	#yoa-homeworth #propertyworthform select,
	#yoa-homeworth #pac-input {font-size:14px;}
	#yoa-homeworth #pac-input{padding:3px;}
	#yoa-homeworth #propertyworthform .action-button{margin:10px;}
}

/*leaflet map*/	
#yoa-homeworth.map-load-leaflet .pac-card{margin:0 auto 20px!important;}	
#yoa-homeworth.map-load-leaflet #pac-input{width:100%;padding:5px 10px;color:#000;}	
#yoa-homeworth.map-load-leaflet #title{padding:10px 12px;font-size:22px;background-color:#2ea3f2;}	
#yoa-homeworth.map-load-leaflet #pac-container{margin:0;padding:12px;}	
#yoa-homeworth.map-load-leaflet #pac-container .dropdown-menu{border:1px solid #ccc;padding:0;width:100%;}	
#yoa-homeworth.map-load-leaflet #pac-container .dropdown-menu ul{padding:0;}	
#yoa-homeworth.map-load-leaflet #pac-container .dropdown-menu ul li{padding:6px 10px;border-bottom:1px solid #ccc;cursor:pointer;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}	
#yoa-homeworth.map-load-leaflet #pac-container .dropdown-menu ul li:hover{background:#2ea3f2;border-color:#2ea3f2;color:#fff;}