.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.afqs-form {
	padding: 0 !important;
	margin: 0 !important;
}
.afqs-form:after {
	clear: both;
	display: block;
	content: "";
}
.afqs-form * {
	/*font-size: 15px;*/
	font-family: Museo-Slab, sans-serif;
	box-sizing: border-box;
	transition: none !important;
	text-shadow: none !important;
}
.afqs-form .afqs-inner {
	padding: 0px;
	width: 100%;
}
.afqs-form .afqs-title h4 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-transform: none;
}
.afqs-form h4.h-custom-headline {
	display: none;
}
/* Form inputs */

.afqs-form .afqs-field-prepend {
	display: table;
	border-collapse: separate;
}
.afqs-form .afqs-field.afqs-field-prepend input {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: table-cell;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.afqs-form .afqs-field-prepend .add-on {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	padding: 6px 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #999999;
	text-align: center;
	background-color: #eee;
	border: 1px solid #aaa;
	border-right: 0;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: table-cell;
	border-collapse: separate;
	text-shadow: 0 1px 0 #FFFFFF;
}
.afqs-form i {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	width: 12px;
	font-size: 16px;
	color: #aaa;
	font-family: fontawesome;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-decoration: inherit;
}
.afqs-form i:before {
	line-height: 1;
	speak: none;
}
.afqs-form i.afqs-number:before {
	content: "\f013";
}
.afqs-form i.afqs-dollar:before {
	content: "\f155";
}
.afqs-form .afqs-field input,
.afqs-form .afqs-field select {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding: 0px 6px;
	width: 100%;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: 3px;
	color: #4c4c4c;
	background: #fff;
	box-shadow: none;
}
.afqs-form .afqs-field input:focus {
	border-color: #aaa;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
.afqs-form .afqs-field input.afqs-autocomplete {
	/*font-size: 17px;*/
	padding: 0px 12px;
}

/* Submit button */

.afqs-form .afqs-submit button.button {
	height: 38px;
	line-height: 1;
	margin: 0;
	padding: 0 6px;
	width: 100%;
	font-size: 14px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
}
.afqs-form .afqs-submit button.button:hover {
	/*opacity: 0.9;*/
}
.afqs-form .afqs-submit button.button:active {
	opacity: 1;
}
.afqs-form .afqs-submit.afqs-button-default button.button {
	color: #fff;
	background: #0f85d1;
	border-width: 0;
}
.afqs-form .afqs-submit.afqs-button-border button.button {
	color: #0f85d1;
	border: solid #0f85d1 3px;
	background: #fff;
}
.afqs-form .afqs-submit.afqs-button-icon button.button {
	color: #fff;
	background: #0f85d1;
	border-width: 0;
}

.afqs-form .afqs-submit.afqs-button-default button.button:hover,
.afqs-form .afqs-submit.afqs-button-icon button.button:hover {
	background: #0c6aa7;
}
.afqs-form .afqs-submit.afqs-button-border button.button:hover {
	color: #0c6aa7;
	border-color: #0c6aa7;
}

.afqs-form .afqs-submit.afqs-button-icon button.button i {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	width: 12px;
	font-size: 16px;
	color: #fff;
	font-family: fontawesome;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-decoration: inherit;
}
.afqs-form .afqs-submit.afqs-button-icon button.button i:before {
	line-height: 1;
	speak: none;
	content: "\f002";
}

.afqs-form.afqs-loading .afqs-submit {
	background: transparent url('/wp-content/plugins/agentfire-quicksearch/img/loading_bar.gif') 50% 50% no-repeat;
}

/* Custom Links */

.afqs-form .afqs-links {
	padding: 10px 0 0;
	clear: both;
}
.afqs-form .afqs-links,
.afqs-form .afqs-links a {
	font-size: 12px;
	text-decoration: none;
}
.afqs-form .afqs-links a:hover {
	text-decoration: underline;
}
.afqs-form .afqs-links span {
	padding: 0 10px;
}
.afqs-form .afqs-links .afqs-link-left {
	float: left;
	white-space: nowrap;
}
.afqs-form .afqs-links .afqs-sep-left {
	float: left;
}
.afqs-form .afqs-links .afqs-link-right {
	float: right;
	white-space: nowrap;
}
.afqs-form .afqs-links .afqs-sep-right {
	float: right;
}


/* Normal Styles ----------------------------------------------------------------*/

.afqs-form .afqs-display-normal {
	max-width: 450px;
	min-width: 250px;
	/*overflow: auto;*/
	background: transparent;
}
.afqs-form .afqs-display-normal .afqs-title {
	text-align: center;
}
.afqs-form .afqs-display-normal .afqs-field {
	height: auto;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.afqs-form .afqs-display-normal .afqs-autocomplete-wrap,
.afqs-form .afqs-display-normal .afqs-property-types-wrap {
	width: 100%;
}
.afqs-form .afqs-display-normal .afqs-field-half {
	width: 48%;
	float: left;
}
.afqs-form .afqs-display-normal .afqs-field-half.afqs-field-full {
	width: 100%;
	margin-right: 0;
}
.afqs-form .afqs-display-normal .afqs-field-half-margin {
	margin-right: 4%;
}
.afqs-form .afqs-display-normal .afqs-submit {
	width: 100% !important;
	text-align: center !important;
	float: none !important;
	clear: both;
}
.afqs-form .afqs-display-normal .afqs-submit button.button {
	line-height: 1;
	height: auto;
	padding: 12px;
	width: 100%;
}
.afqs-form .afqs-display-normal.afqs-align-left {
	left: 0;
	float: left;
}
.afqs-form .afqs-display-normal.afqs-align-center {
	left: 0;
	right: 0;
	float: none;
	margin: 0 auto;
}
.afqs-form .afqs-display-normal.afqs-align-right {
	right: 0;
	float: right;
}

/* Flat Styles ------------------------------------------------------------------*/

.afqs-form .afqs-display-flat {
	width: 100%;
	min-width: 600px;
	max-width: 1140px;
	/*overflow: auto;*/
	background: transparent;
	margin: 0 auto;
}
.afqs-form .afqs-display-flat .afqs-title {
	padding: 20px 0;
}
.afqs-form .afqs-display-normal .afqs-title {
	padding: 20px 0;
}
.afqs-form .afqs-display-flat .afqs-title h4 {
}
.afqs-form .afqs-display-flat .afqs-field {
	float: left;
	margin-right: 1%;
	height: auto;
}
.afqs-form .afqs-display-flat .afqs-autocomplete-wrap {
	width: 28%;
}
.afqs-form .afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-1 {
	width: 37%;
}
.afqs-form .afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-2 {
	width: 46%;
}
.afqs-form .afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-4 {
	width: 52%;
}
.afqs-form .afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-5 {
	width: 61%;
}
.afqs-form .afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-6 {
	width: 70%;
}
.afqs-form .afqs-display-flat .afqs-property-types-wrap {
	width: 17%;
}
.afqs-form .afqs-display-flat .afqs-price-min-wrap,
.afqs-form .afqs-display-flat .afqs-price-max-wrap {
	width: 11%;
}
.afqs-form .afqs-display-flat .afqs-beds-min-wrap,
.afqs-form .afqs-display-flat .afqs-baths-min-wrap {
	width: 8%;
}
.afqs-form .afqs-display-flat .afqs-submit {
	width: 11%;
	/*overflow: auto;*/
	float: right;
}
.afqs-form .afqs-display-flat .afqs-submit button.button {

}

/* Default Template ------------------------------------------------------------------*/

.afqs-form .afqs-template-default {

}
.afqs-form .afqs-wrap-showcase .afqs-autocomplete-wrap {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 6px;
}
/* Showcase */
.afqs-form .afqs-display-flat.afqs-wrap-showcase .afqs-autocomplete-wrap {
	width: 100%;
	background: #fff;
	min-height: 38px;
	margin-bottom: 10px;
	padding: 6px !important;
}
.afqs-form .afqs-wrap-showcase .afqs-field input.afqs-autocomplete {
	width: 100%;
	border: 1px solid #fff;
	height: auto;
	line-height: 22px;
	display: inline-block;
	float: left;
	padding: 0 6px;
}

.afqs-form .afqs-wrap-showcase .afqs-field input.afqs-autocomplete:focus {
	border: 1px solid #aaa;
	outline: 0px;
}
.afqs-form .showcase-widget-searchbar-term {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #999;
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 21px;
	padding: 3px 24px 3px 4px;
	position: relative;
	margin: 0 8px 6px 0;
	text-transform: capitalize;
	width: 100%;
}
.afqs-form .showcase-widget-searchbar-term a {
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 2px;
}
.afqs-form .showcase-widget-searchbar-term a:hover i {
	color: #B50A1B;
}


/* Trulia Template ------------------------------------------------------------------*/

.afqs-form .afqs-template-trulia {
	/*overflow: auto;*/
	background: transparent;
}
.afqs-form .afqs-template-trulia.afqs-display-flat {
	width: 100%;
	min-width: 600px;
	max-width: 1140px;
}
.afqs-form .afqs-template-trulia.afqs-display-normal {
	min-width: 250px;
	max-width: 450px;
}
.afqs-form .afqs-template-trulia .afqs-title {
	text-align: center;
}
.afqs-form .afqs-template-trulia .afqs-title h4 {

}
.afqs-form .afqs-template-trulia .afqs-field {
	float: left;
	height: auto;
}
.afqs-form .afqs-template-trulia.afqs-display-flat .afqs-field {
	margin-right: 1%;
}

.afqs-form .afqs-template-trulia.afqs-display-flat .afqs-autocomplete-wrap {
	width: 25%;
}
.afqs-form .afqs-template-trulia.afqs-display-normal .afqs-autocomplete-wrap {
	width: 100%;
}
.afqs-form .afqs-template-trulia.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-1 {
	width: 34%;
}
.afqs-form .afqs-template-trulia.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-2 {
	width: 44%;
}
.afqs-form .afqs-template-trulia.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-4 {
	width: 48%;
}
.afqs-form .afqs-template-trulia.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-5 {
	width: 57%;
}
.afqs-form .afqs-template-trulia.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-6 {
	width: 67%;
}
.afqs-form .afqs-template-trulia.afqs-display-flat .afqs-autocomplete-wrap input {
	margin-left: -1px;
}
.afqs-form .afqs-template-trulia .afqs-property-types-wrap {
	width: 20%;
	margin-right: 0%;
}
.afqs-form .afqs-template-trulia.afqs-display-normal .afqs-property-types-wrap {
	width: 100%;
}
.afqs-form .afqs-template-trulia .select2-container .select2-choice {
	background: #fff;
	font-weight: bold;
}
.afqs-form .afqs-template-trulia.afqs-display-normal .select2-container .select2-choice {
}
.afqs-form .afqs-template-trulia .select2-container .select2-choice .select2-arrow {
	background: #fff;
	border-left: 1px solid #fff;
}
.afqs-form .afqs-template-trulia .select2-container .select2-choice .select2-arrow b {
	text-align: left;
	color: #4c4c4c;
}
.afqs-form .afqs-template-trulia .select2-container .select2-choice .select2-arrow b:before {
	content: "\f107";
}
.afqs-form .afqs-template-trulia.afqs-display-flat .afqs-beds-min-wrap,
.afqs-form .afqs-template-trulia.afqs-display-flat .afqs-baths-min-wrap {
	width: 9%;
	margin-right: 0%;
}
.afqs-form .afqs-template-trulia.afqs-display-flat .afqs-price-min-wrap {
	margin-right: 0%;
}
.afqs-form .afqs-template-trulia.afqs-display-normal .afqs-price-min-wrap,
.afqs-form .afqs-template-trulia.afqs-display-normal .afqs-price-max-wrap,
.afqs-form .afqs-template-trulia.afqs-display-normal .afqs-beds-min-wrap,
.afqs-form .afqs-template-trulia.afqs-display-normal .afqs-baths-min-wrap {
	width: 50%;
	margin-right: 0%;
}
.afqs-form .afqs-template-trulia .afqs-submit {
	width: 11%;
	/*overflow: auto;*/
	float: right;
}
.afqs-form .afqs-template-trulia .afqs-field.afqs-field-prepend .add-on {
	display: none;
}
.afqs-form .afqs-template-trulia .afqs-field.afqs-field-prepend input {
	border-radius: 3px;
	text-align: center;
}
.afqs-form .afqs-template-trulia .afqs-field.afqs-field-prepend.afqs-price-min-wrap input,
.afqs-form .afqs-template-trulia .afqs-field.afqs-field-prepend.afqs-beds-min-wrap input {
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 0;
}
.afqs-form .afqs-template-trulia .afqs-field.afqs-field-prepend.afqs-price-max-wrap input,
.afqs-form .afqs-template-trulia .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input {
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.afqs-form .afqs-template-trulia .afqs-field.afqs-field-prepend.afqs-field-full.afqs-beds-min-wrap input,
.afqs-form .afqs-template-trulia .afqs-field.afqs-field-prepend.afqs-field-full.afqs-baths-min-wrap input {
	border-radius: 3px;
	border: 1px solid #aaa;
}

.afqs-form .afqs-template-trulia.afqs-display-normal .afqs-field-half.afqs-field-full {
	width: 100%;
	margin-right: 0;
}

.afqs-form .afqs-template-trulia.afqs-display-normal .afqs-field-half.afqs-field-full input {
	text-align: left;
}

/* Zillow Template ------------------------------------------------------------------*/

.afqs-form .afqs-template-zillow {
	/*overflow: auto;*/
	background: transparent;
}
.afqs-form .afqs-template-zillow.afqs-display-flat {
	width: 100%;
	min-width: 600px;
	max-width: 1140px;
}
.afqs-form .afqs-template-zillow.afqs-display-normal {
	min-width: 250px;
	max-width: 450px;
}
.afqs-form .afqs-template-zillow .afqs-title {
}
.afqs-form .afqs-template-zillow .afqs-title h4 {
}
.afqs-form .afqs-template-zillow .afqs-field {
	float: left;
	margin-right: 1%;
	height: auto;
}
.afqs-form .afqs-template-zillow .afqs-field input {
	border-color: rgba(0,116,228,0.9);
}
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field input {
	/*border-color: #fff;*/
}
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-autocomplete-wrap {
	width: 48%;
	margin-right: -1px;
}
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-autocomplete-wrap {
	width: 100%;
}
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-field.afqs-autocomplete-wrap input {
	border-radius: 5px 0 0 5px;
	/*border-right-color: #fff;*/
}
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-autocomplete-wrap input {
	border-radius: 5px;
}
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-1 {
	width: 59%;
}
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-2 {
	width: 70%;
}
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-4 {
	width: 70%;
}
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-5 {
	width: 80%;
}
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-6 {
	width: 90%;
}
.afqs-form .afqs-template-zillow .afqs-property-types-wrap {
}
.afqs-form .afqs-template-zillow ul.afqs-properties {
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	border-width: 0;
	background: transparent;
	box-shadow: none;
}
.afqs-form .afqs-template-zillow.afqs-display-normal ul.afqs-properties {
	margin-bottom: 10px;
}
.afqs-form .afqs-template-zillow ul.afqs-properties li {
	letter-spacing: normal;
	word-spacing: normal;
	position: relative;
	text-align: left;
	margin-right: 30px;
	background: transparent;
	padding: 0;
	line-height: 1;
	border-width: 0;
	box-shadow: none;
}
.afqs-form .afqs-template-zillow.afqs-display-flat ul.afqs-properties li {
	display: inline-block;
}
.afqs-form .afqs-template-zillow.afqs-display-normal ul.afqs-properties li {
	display: block;
	margin-right: 0;
}
.afqs-form .afqs-template-zillow ul.afqs-properties li input {
	border: 0;
	left: -9999px;
	position: absolute;
	width: auto;
}
.afqs-form .afqs-template-zillow ul.afqs-properties li label {
	color: rgba(0,116,228,0.9);
	font-weight: normal;
	font-size: 14px;
	position: static;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	display: inline-block;
}
.afqs-form .afqs-template-zillow.afqs-display-flat ul.afqs-properties li label {
	padding: 0 0 20px 0;
}
.afqs-form .afqs-template-zillow.afqs-display-normal ul.afqs-properties li label {
	padding: 5px 0 5px 20px;
}
.afqs-form .afqs-template-zillow ul.afqs-properties li input:checked+label {
	font-weight: bold;
}
.afqs-form .afqs-template-zillow ul.afqs-properties li input:checked+label:after {
	content: '';
	border-radius: 0;
	background: none;
	border-style: solid;
	display: inline-block;
	position: absolute;
}
.afqs-form .afqs-template-zillow.afqs-display-flat ul.afqs-properties li input:checked+label:after {
	bottom: 0;
	border-color: transparent transparent rgba(0,116,228,0.9) transparent;
	border-width: 0 10px 10px 10px;
	left: 50%;
	margin-bottom: -1px;
	margin-left: -5px;
	top: auto;
}
.afqs-form .afqs-template-zillow.afqs-display-normal ul.afqs-properties li input:checked+label:after {
	border-color: transparent transparent transparent rgba(0,116,228,0.9);
	border-width: 10px 10px 10px;
	left: 0;
	margin-top: -12px;
	top: 50%;
}
.afqs-form .afqs-template-zillow .afqs-price-min-wrap,
.afqs-form .afqs-template-zillow .afqs-price-max-wrap,
.afqs-form .afqs-template-zillow .afqs-beds-min-wrap,
.afqs-form .afqs-template-zillow .afqs-baths-min-wrap {
	width: 10%;
	margin-right: 0%;
}
.afqs-form .afqs-template-zillow .afqs-price-min-wrap input,
.afqs-form .afqs-template-zillow .afqs-price-max-wrap input,
.afqs-form .afqs-template-zillow .afqs-beds-min-wrap input,
.afqs-form .afqs-template-zillow .afqs-baths-min-wrap input {
	text-align: center;
}
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-price-min-wrap,
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-price-max-wrap,
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-beds-min-wrap,
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-baths-min-wrap {
	width: 50%;
	margin-right: 0%;
}
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field-half.afqs-field-full {
	width: 100%;
}
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-price-min-wrap input,
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-price-max-wrap input,
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-beds-min-wrap input,
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-baths-min-wrap input {
	border-radius: 0 0 0 0;
}
.afqs-form .afqs-template-zillow .afqs-submit {
	width: 10%;
	float: left;
}
.afqs-form .afqs-template-zillow .afqs-submit button.button {
	background-color: #74c005;
	border-radius: 0 5px 5px 0;
	border: 0;
}
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-submit button.button {
	border-radius: 5px;
}
.afqs-form .afqs-template-zillow .afqs-submit button.button:hover {
	background-color: #5d9900;
	background-image: -webkit-linear-gradient(top,#74c005,#5d9900);
	background-image: linear-gradient(top,#74c005,#5d9900);
	background-repeat: repeat-x;
	color: #fff;
}
.afqs-form .afqs-template-zillow .afqs-submit button.button:active {
	background-color: #74c005;
	background-image: -webkit-linear-gradient(top,#5d9900,#74c005);
	background-image: linear-gradient(top,#5d9900,#74c005);
	background-repeat: repeat-x;
	color: #fff;
}
.afqs-form .afqs-template-zillow .afqs-submit button.button i {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	width: 12px;
	font-size: 16px;
	color: #fff;
	font-family: fontawesome;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-decoration: inherit;
}
.afqs-form .afqs-template-zillow .afqs-submit button.button i:before {
	line-height: 1;
	speak: none;
	content: "\f002";
}
.afqs-form .afqs-template-zillow .afqs-field.afqs-field-prepend .add-on {
	display: none;
}
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend input {
	border-radius: 5px;
}
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-price-min-wrap input,
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-price-max-wrap input,
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-beds-min-wrap input,
.afqs-form .afqs-template-zillow.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input {
	border-right-width: 0;
}
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-price-min-wrap input,
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-beds-min-wrap input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 0;
}
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input,
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-price-max-wrap input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-field-full input {
	border-radius: 5px;
	text-align: left;
	border-right-width: 1px;
}
.afqs-form.afqs-loading .afqs-template-zillow.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-price-min-wrap input,
.afqs-form.afqs-loading .afqs-template-zillow.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-beds-min-wrap input,
.afqs-form.afqs-loading .afqs-template-zillow.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input,
.afqs-form.afqs-loading .afqs-template-zillow.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-field-full input,
.afqs-form.afqs-loading .afqs-template-zillow.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-2 input {
	border-right-width: 1px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* Tabbed Template ------------------------------------------------------------------*/

.afqs-form .afqs-template-tabbed {
	/*overflow: auto;*/
	background: transparent;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat {
	width: 100%;
	min-width: 600px;
	max-width: 1140px;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal {
	min-width: 250px;
	max-width: 450px;
}
.afqs-form .afqs-template-tabbed .afqs-title {
}
.afqs-form .afqs-template-tabbed .afqs-title h4 {
}
.afqs-form .afqs-template-tabbed .afqs-field {
	float: left;
	margin-right: 0;
	height: auto;
}
.afqs-form .afqs-template-tabbed .afqs-field input {
	border-color: rgba(0,116,228,0.9);
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field input {
	/*border-color: #fff;*/
}
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-autocomplete-wrap {
	width: 48%;
	margin-right: -1px;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-autocomplete-wrap {
	width: 100%;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-field.afqs-autocomplete-wrap input {
	border-radius: 5px 0 0 5px;
	/*border-right-color: #fff;*/
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-autocomplete-wrap input {
	border-radius: 5px;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-1 {
	width: 58%;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-2 {
	width: 68%;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-4 {
	width: 70%;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-5 {
	width: 80%;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-6 {
	width: 90%;
}
.afqs-form .afqs-template-tabbed .afqs-property-types-wrap {
}
.afqs-form .afqs-template-tabbed ul.afqs-properties {
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	border-width: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat ul.afqs-properties {
	height: 43px;
	margin-left: 10px;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal ul.afqs-properties {
	margin-bottom: 10px;
}
.afqs-form .afqs-template-tabbed ul.afqs-properties li {
	letter-spacing: normal;
	word-spacing: normal;
	position: relative;
	text-align: left;
	margin-right: 5px;
	background: transparent;
	padding: 0;
	line-height: 1;
	border-width: 0;
	box-shadow: none;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat ul.afqs-properties li {
	display: inline-block;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal ul.afqs-properties li {
	display: block;
	margin-right: 0;
}
.afqs-form .afqs-template-tabbed ul.afqs-properties li input {
	border: 0;
	left: -9999px;
	position: absolute;
	width: auto;
}
.afqs-form .afqs-template-tabbed ul.afqs-properties li label {
	font-weight: normal;
	font-size: 14px;
	padding: 10px 30px;
	position: static;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	background: rgba(238, 238, 238, 0.9);
	color: #aaa;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat ul.afqs-properties li label {
	display: inline-block;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal ul.afqs-properties li label {
	display: block;
}
.afqs-form .afqs-template-tabbed ul.afqs-properties li input:checked+label {
	color: #fff;
	background: rgba(0,116,228,0.9);
}
.afqs-form .afqs-template-tabbed.afqs-display-normal ul.afqs-properties li label {
	border-radius: 5px;
}
.afqs-form .afqs-template-tabbed .afqs-beds-min-wrap,
.afqs-form .afqs-template-tabbed .afqs-baths-min-wrap {
	width: 10%;
	margin-right: 0%;
}
.afqs-form .afqs-template-tabbed .afqs-price-min-wrap input,
.afqs-form .afqs-template-tabbed .afqs-price-max-wrap input,
.afqs-form .afqs-template-tabbed .afqs-beds-min-wrap input,
.afqs-form .afqs-template-tabbed .afqs-baths-min-wrap input {
	text-align: center;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-price-min-wrap,
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-price-max-wrap,
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-beds-min-wrap,
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-baths-min-wrap {
	width: 50%;
	margin-right: 0%;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field-half.afqs-field-full {
	width: 100%;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-price-min-wrap input,
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-price-max-wrap input,
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-beds-min-wrap input,
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-baths-min-wrap input {
	border-radius: 0 0 0 0;
}
.afqs-form .afqs-template-tabbed .afqs-submit {
	width: 10%;
	float: left;
}
.afqs-form .afqs-template-tabbed .afqs-submit button.button {
	background-color: #74c005;
	border-radius: 0 5px 5px 0;
	border: 0;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-submit button.button {
	border-radius: 5px;
}
.afqs-form .afqs-template-tabbed .afqs-submit button.button:hover {
	background-color: #5d9900;
	background-image: -webkit-linear-gradient(top,#74c005,#5d9900);
	background-image: linear-gradient(top,#74c005,#5d9900);
	background-repeat: repeat-x;
	color: #fff;
}
.afqs-form .afqs-template-tabbed .afqs-submit button.button:active {
	background-color: #74c005;
	background-image: -webkit-linear-gradient(top,#5d9900,#74c005);
	background-image: linear-gradient(top,#5d9900,#74c005);
	background-repeat: repeat-x;
	color: #fff;
}
.afqs-form .afqs-template-tabbed .afqs-submit button.button i {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	width: 12px;
	font-size: 16px;
	color: #fff;
	font-family: fontawesome;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-decoration: inherit;
}
.afqs-form .afqs-template-tabbed .afqs-submit button.button i:before {
	line-height: 1;
	speak: none;
	content: "\f002";
}
.afqs-form .afqs-template-tabbed .afqs-field.afqs-field-prepend .add-on {
	display: none;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend input {
	border-radius: 5px;
}
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-price-min-wrap input,
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-price-max-wrap input,
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-beds-min-wrap input,
.afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input {
	border-right-width: 0;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-price-min-wrap input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 0;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-price-max-wrap input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-beds-min-wrap input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 0;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-field-full input {
	border-radius: 5px;
	text-align: left;
	border-right-width: 1px;
}

.afqs-form.afqs-loading .afqs-template-tabbed.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input,
.afqs-form.afqs-loading .afqs-template-tabbed.afqs-display-flat .afqs-field.afqs-field-prepend.afqs-field-full input,
.afqs-form.afqs-loading .afqs-template-tabbed.afqs-display-flat .afqs-autocomplete-wrap.afqs-autocomplete-2 input {
	border-right-width: 1px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* Select 2 ----------------------------------------------------------------------*/

.afqs-form .select2-container {
	width: 100%;
}
.afqs-form .select2-container, .afqs-form .select2-drop, .afqs-form .select2-search, .afqs-form .select2-search input {
	letter-spacing: normal;
}
.afqs-form .select2-container .select2-choice {
	height: auto;
	line-height: 36px;
	border-radius: 3px;
	font-size: 14px;
	color: #4c4c4c;
	padding: 0 0 0 8px;
}
.afqs-form .select2-container .select2-choice:hover {
	color: #3875d7;
}
.afqs-form .select2-container.select2-dropdown-open .select2-choice {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.afqs-form .select2-container-active .select2-choice {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.afqs-form .select2-container .select2-choice .select2-arrow b {
	background: transparent;
	background-image: none !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 16px;
	color: #888;
	font-family: fontawesome;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-decoration: inherit;
	text-align: center;
}
.afqs-form .select2-container .select2-choice .select2-arrow b:before {
	line-height: 1;
	speak: none;
	content: "\f0d7";
}
.afqs-form .select2-container-active .select2-choice,
.afqs-form .select2-container-active .select2-choices {
	border-color: #aaa;
}

/* Select dropdown */
.afqs-dropdown * {
	font-size: 14px;
	font-family: Museo-Slab, sans-serif;
	transition: none !important;
}
.afqs-dropdown .select2-results {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.afqs-dropdown.select2-drop {
	border-radius: 0 0 3px 3px;
}
.afqs-dropdown.select2-drop-active {
	border-color: #aaa;
}

.afqs-dropdown .select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff;
}

.select2-drop.afqs-dropdown {
	z-index: 9999 !important;
	color: black !important;
	background: transparent;
}

/* ui autocomplete ---------------------------------------------------------------- */

.ui-helper-hidden-accessible {
	display: none;
}
.afqs-form .afqs-field input.ui-autocomplete-loading {
	background: #fff url('/wp-content/plugins/agentfire-quicksearch/img/loading_circle.gif') 95% center no-repeat;
}
.afqs-form .afqs-field.afqs-autocomplete-wrap input.ui-autocomplete-open {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-color: #fff !important;
}
#afqs-autocomplete-placeholder {

}
#afqs-autocomplete-placeholder * {
	transition: none !important;
}
#afqs-autocomplete-placeholder ul.ui-autocomplete {
	max-height: 300px;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
}
#afqs-autocomplete-placeholder .ui-autocomplete {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 0px 0px 3px 3px;
	color: #555555;
	font-family: Museo-Slab, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 250px;
	list-style-type: none;
	z-index: 9999;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
#afqs-autocomplete-placeholder .ui-autocomplete .ui-menu-item {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#afqs-autocomplete-placeholder .ui-autocomplete .ui-menu-item a {
	line-height: 26px;
	display: block;
	padding: 4px 12px;
	cursor: pointer;
	text-decoration: none;
	border-width: 0;
}
#afqs-autocomplete-placeholder .ui-autocomplete .ui-menu-item a {
	color: #4c4c4c;
}
#afqs-autocomplete-placeholder .ui-autocomplete .ui-menu-item a.autocomplete-error {
	color: #cc0000;
}
#afqs-autocomplete-placeholder .ui-autocomplete .ui-menu-item.ui-state-focus {
	background: #3875d7;
	color: #fff;
	border-width: 0;
}
#afqs-autocomplete-placeholder .ui-autocomplete .ui-menu-item.ui-state-focus a {
	color: #fff;
}


/*RevSLider overrides ----------------------------------------------------------------*/

.afqs-slider-main {
}

.afqs-mobile-full-width.afqs-full-width,
.afqs-mobile-full-width.afqs-full-width > div.x-container.max.width:first-child {
	width: 100%;
	max-width: 100%;
	background: #eeeeee;
}
.afqs-slider-main .widget.agentfire-quicksearch {
	position: relative;
	margin: 0 auto;
}
.afqs-slider-main .afqs-form {
	position: absolute;
	z-index: 999;
	margin: 0px;
}
.afqs-slider-main .afqs-form.afqs-form-normal {
	bottom: 20px;
}
.afqs-slider-main .afqs-form.afqs-form-flat {
	bottom: 110px;
}

.afqs-slider .afqs-form {
	color: #fff;
	text-decoration: none;
	border: none;
	width: 100% !important;
	background: transparent !important;
}
.afqs-slider .afqs-form.afqs-form-normal.afqs-responsive {
	position: relative;
	bottom: 0 !important;
}
.afqs-slider .afqs-form .afqs-wrap {
	position: absolute;
	bottom: 0;
}
.afqs-slider .afqs-form.afqs-form-normal.afqs-responsive .afqs-wrap {
	position: relative;
	width: 100% !important;
}
.afqs-slider .afqs-form.afqs-form-normal.afqs-responsive .afqs-wrap .afqs-inner {
	border-radius: 0;
}
.afqs-slider .afqs-form .afqs-wrap.afqs-display-flat {
	right: 0;
	left: 0;
}
.afqs-slider .afqs-links,
.afqs-slider .afqs-links a {
	color: #f7f7f7;
}
.afqs-slider .afqs-links a:hover {
	color: #fff;
}
.afqs-slider .afqs-links span {
	color: #fff;
}
.afqs-slider .afqs-form .afqs-title h4 {
	color: #fff;
}
.afqs-slider .afqs-form.afqs-form-normal.afqs-responsive h4.h-custom-headline {
	display: block;
	margin: 10px 0 20px;
}
.afqs-slider .afqs-form .afqs-display-normal {
	/*margin-left: 5%;
	margin-right: 5%;*/
}

/* Default Template */
.afqs-slider .afqs-form.afqs-form-normal.afqs-responsive .afqs-template-default.afqs-display-normal.afqs-wrap .afqs-inner {
	background: #eeeeee;
}
.afqs-slider .afqs-form .afqs-template-default.afqs-display-normal .afqs-title {
	padding: 20px 0 0;
	background-color: rgba(0,0,0,0.5);
}
.afqs-slider .afqs-form .afqs-template-default.afqs-display-flat .afqs-title {
	padding: 0 0 20px 0;
}
.afqs-slider .afqs-form .afqs-display-flat.afqs-template-default .afqs-inner {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
}
.afqs-slider .afqs-form .afqs-display-normal.afqs-template-default .afqs-inner {
	padding: 20px 40px 40px;
	background-color: rgba(0,0,0,0.5);
}

/* Trulia Template */
.afqs-slider .afqs-form.afqs-form-normal.afqs-responsive .afqs-template-trulia.afqs-display-normal.afqs-wrap .afqs-inner {
	background: #eeeeee;
}
.afqs-slider .afqs-form .afqs-template-trulia .afqs-title h4 {
	font-size: 48px;
	line-height: 1.4;
	text-shadow: 2px 2px 7px #222;
	-webkit-backface-visibility: hidden;
}
.afqs-slider .afqs-form .afqs-template-trulia .afqs-inner {
	padding: 20px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 4px;
}


/* Zillow Template */

.afqs-slider .afqs-form .afqs-template-zillow .afqs-title {
	text-align: left;
	padding: 0;
}
.afqs-slider .afqs-form .afqs-template-zillow .afqs-title h4 {
	background-color: rgba(27,80,152,0.9);
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 65px;
	line-height: 65px;
	font-size: 36px;
	display: inline-block;
	position: relative;
}
.afqs-slider .afqs-form .afqs-template-zillow.afqs-display-normal .afqs-title h4 {
	display: block;
	width: auto;
	margin-right: 36px !important;
}
.afqs-slider .afqs-form .afqs-template-zillow .afqs-title h4:after {
	display: block;
	border-left-color: rgba(27,80,152,0.9);
	border-bottom-width: 65px;
	border-top-width: 65px;
	border-top-style: solid;
	border-top-color: transparent;
	border-left-width: 1em;
	border-left-style: solid;
	right: -1em;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
}
.afqs-slider .afqs-form .afqs-template-zillow .afqs-inner {
	padding: 20px;
	background-color: rgba(0,116,228,0.9);
}
.afqs-slider .afqs-form .afqs-template-zillow.afqs-display-flat .afqs-field.afqs-autocomplete-wrap input {
	border-left-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-autocomplete-wrap input {
	border-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-price-max-wrap input,
.afqs-slider .afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input {
	 border-right-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-field-full.afqs-beds-min-wrap input {
	border-right-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-field-full.afqs-baths-min-wrap input {
	border-left-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-zillow .afqs-autocomplete-wrap input,
.afqs-slider .afqs-form .afqs-template-zillow .afqs-field.afqs-field-prepend.afqs-price-min-wrap input,
.afqs-slider .afqs-form .afqs-template-zillow .afqs-field.afqs-field-prepend.afqs-price-max-wrap input,
.afqs-slider .afqs-form .afqs-template-zillow .afqs-field.afqs-field-prepend.afqs-beds-min-wrap input,
.afqs-slider .afqs-form .afqs-template-zillow .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-price-min-wrap input,
.afqs-slider .afqs-form .afqs-template-zillow.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-beds-min-wrap input {
	border-left-color: #fff !important;
}


.afqs-slider .afqs-form .afqs-template-zillow ul.afqs-properties li label {
	color: #fff!important;

}
.afqs-slider .afqs-form .afqs-template-zillow.afqs-display-flat ul.afqs-properties li input:checked+label:after {
	border-color: transparent transparent #fff transparent;
}
.afqs-slider .afqs-form .afqs-template-zillow.afqs-display-normal ul.afqs-properties li input:checked+label:after {
	border-color: transparent transparent transparent #fff;
}

/* Tabbed Template */

.afqs-slider .afqs-form .afqs-template-tabbed .afqs-title {
	text-align: left;
	padding: 0;
	border-radius: 5px;
}
.afqs-slider .afqs-form .afqs-template-tabbed .afqs-title h4 {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 65px;
	line-height: 65px;
	font-size: 36px;
	display: inline-block;
	position: relative;
}
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-title h4 {
	display: block;
	width: auto;
}

.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-inner {
	padding: 20px;
	background-color: rgba(0,116,228,0.9);
	margin-top: 63px;
	border-radius: 0px 5px 5px 5px;
}
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-inner {
	padding: 20px;
	background-color: rgba(0,116,228,0.9);
	border-radius: 5px;
}

.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-flat .afqs-field.afqs-autocomplete-wrap input {
	border-left-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-autocomplete-wrap input {
	border-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-price-max-wrap input,
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input {
	 border-right-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-field-full.afqs-beds-min-wrap input {
	border-right-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-field-full.afqs-baths-min-wrap input {
	border-left-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-tabbed .afqs-autocomplete-wrap input,
.afqs-slider .afqs-form .afqs-template-tabbed .afqs-field.afqs-field-prepend.afqs-price-min-wrap input,
.afqs-slider .afqs-form .afqs-template-tabbed .afqs-field.afqs-field-prepend.afqs-price-max-wrap input,
.afqs-slider .afqs-form .afqs-template-tabbed .afqs-field.afqs-field-prepend.afqs-beds-min-wrap input,
.afqs-slider .afqs-form .afqs-template-tabbed .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-price-min-wrap input,
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-normal .afqs-field.afqs-field-prepend.afqs-beds-min-wrap input {
	border-left-color: #fff !important;
}

.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-flat ul.afqs-properties {
	margin-top: -63px;
	margin-bottom: 20px;
	margin-left: -20px;
}
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-flat ul.afqs-properties li label {
	color: #fff!important;
	background: rgba(27,80,152,0.9);
}
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-normal ul.afqs-properties li label {
	color: #fff;
	background: transparent;
}
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-flat ul.afqs-properties li input:checked+label {
	color: #fff!important;
	background: rgba(0,116,228,0.9);
}
.afqs-slider .afqs-form .afqs-template-tabbed.afqs-display-normal ul.afqs-properties li input:checked+label {
	color: #fff!important;
	background: rgba(27,80,152,0.9);
}


/* Media queries */

@media screen and (max-width: 1023px) {
	.afqs-form .afqs-display-flat .afqs-field-prepend .add-on {
		display: none;
	}
	.afqs-form .afqs-display-flat .afqs-field.afqs-field-prepend input {
		border-radius: 3px;
	}
	.afqs-form .afqs-display-flat .afqs-field.afqs-field-prepend.afqs-beds-min-wrap input,
	.afqs-form .afqs-display-flat .afqs-field.afqs-field-prepend.afqs-baths-min-wrap input {
		text-align: center;
	}
}

@media only screen and (max-width:767px) {
	.afqs-slider .afqs-form .afqs-display-flat.afqs-template-default {
		/*display: none;*/
	}
	.afqs-slider .afqs-form .afqs-display-flat.afqs-template-trulia {
		/*display: none;*/
	}
	.afqs-slider .afqs-form .afqs-display-flat.afqs-template-zillow {
		/*display: none;*/
	}
	.afqs-slider .afqs-form .afqs-display-flat.afqs-template-tabbed {
		/*display: none;*/
	}
}

/* Slider Overrides ----------------------------------------------------------------*/
.afqs-slider-wrap.afqs-slider-main .quicksearch .afqs-form.afqs-form-flat {
	bottom: 0;
}

/* Testing */
.afqs-slider-test .agentfire-quicksearch {
	margin: 20px 0 !important;
	position: relative;
}
.afqs-slider-test .afqs-form {
	position: relative;
	bottom: 0 !important;
}
.afqs-slider-test .afqs-form .afqs-wrap {
	position: relative;
}
