/* compiled by scssphp v0.0.12 on Thu, 03 Oct 2019 20:25:04 +1300 (0.6485s) */

/* Harcourts Feed SCSS Document */
/* Filter */
/* Rotator */
/* All harcourts related styles require full width intro */
/* Container flash filter */
/* Listing Filter Style Overrides */
/* Listing Filter Style Overrides */
/* Listing Filter Style Overrides */
#container-flash .wrap {
  max-width: 100%;
  padding: 0 0 0 0 !important;
}
a.map-link {
  color: #fff;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
a.map-link:hover, .intro-property-info-holder a.map-link:hover {
  color: #00adef;
}
.hc-button {
  display: inline-block;
  background-color: #00adef;
  border: solid 1px #00adef;
  border-radius: 4px;
  color: #fff;
  padding: 3px 15px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.hc-button:hover {
  background-color: #fff;
  color: #00adef;
  /* New Button Overrides */
}
.hc-button {
  border: none !important;
  padding: 18px 40px;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-align: center;
}
a.hc-button:hover {
  background-color: #00adef;
  color: #fff;
}
.hc-button:before {
  content: '';
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  height: 100%;
  width: 150%;
  top: 0;
  right: 127.5%;
  z-index: -1;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a.hc-button:hover:before {
  transform: skewX(-45deg) translate3d(100%, 0, 0);
}
.hc-button:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 150%;
  top: 0;
  right: 127.5%;
  z-index: -1;
  background: #0085c6;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a.hc-button:hover:after {
  -webkit-transform: skewX(-45deg) translate3d(100%, 0, 0);
  -moz-transform: skewX(-45deg) translate3d(100%, 0, 0);
  -o-transform: skewX(-45deg) translate3d(100%, 0, 0);
  transform: skewX(-45deg) translate3d(100%, 0, 0);
  /* Properties */
}
.properties {
  clear: both;
}
p.listing-count {
  font-size: 13px;
  margin-bottom: 0.8em;
  line-height: 1.5;
  padding: 0 5px;
  width: auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.properties .property-item {
  border-bottom: solid 1px #ddd;
  padding: 10px 5px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.properties .property-item .module-image {
  display: block;
  width: 100%;
  height: 0;
  padding: 65% 0 0;
  overflow: hidden;
  position: relative;
}
.properties .property-item .module-image .module-image-inner {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.properties .property-item .module-image .module-image-inner img {
  flex: 1;
}
.properties .property-item .module-image .openhome-flag {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
}
.properties .property-item .module-image .openhome-flag:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #00adef transparent transparent transparent;
  z-index: 600;
}
.properties .property-item .module-image .openhome-flag .flag-text {
  position: absolute;
  color: #fff;
  left: 0px;
  top: 10px;
  padding: 0 10px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 610;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0px;
  line-height: 1;
  font-size: 11px;
}
.properties .property-item .module-image .openhome-banner {
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: #002b49;
  color: #fff;
  z-index: 500;
  padding: 7px 12px;
  font-size: 15px;
  font-weight: 600;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.properties .property-item .module-text {
  display: block;
  clear: both;
  color: #002b49;
  padding: 0 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.properties .property-item .module-text p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.properties .property-item .module-text h1 {
  font-weight: 400;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  line-height: 1;
  font-size: 20px;
  color: #002b49;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.properties .property-item a:hover .module-text h1 {
  color: #00adef;
}
.properties .property-item .module-text .property-address {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 6px;
  color: #002b49;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.properties .property-item .module-text .property-price {
  padding-top: 0px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #00adef;
}
.properties .property-item .module-text .listingid {
  text-align: left;
  /*padding-top: 8px;*/
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Properties - New Override */
}
.properties.card .property-item {
  border-bottom: none;
  position: relative;
  background-color: transparent;
}
.properties.card .property-item a {
  position: relative;
  padding-bottom: 2px;
  display: block;
}
.properties.card .property-item a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.properties.card .property-item a:after {
  content: '';
  -webkit-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -moz-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -ms-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -o-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.properties.card .property-item:hover a:after {
  height: 1px;
}
.properties.card .property-item .module-image .openhome-banner {
  display: block;
}
.properties.card .property-item .module-image .openhome-flag {
  display: none;
}
.properties.card .property-item .module-text {
  padding: 20px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.properties.card .property-item .module-text h1 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 1.4;
  text-transform: none;
  padding: 0 0 0 0;
}
.properties.card .property-item:hover .module-text h1 {
  color: #002b49;
}
.properties.card .property-item .module-text .property-address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 400;
  color: #58616d;
  margin-top: 10px;
}
.properties.card .property-item .module-text .property-price {
  color: #002b49;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.7;
  margin-top: 10px;
}
.properties.card .property-item .module-text .listingid {
  display: none;
}
.properties.card .property-item .module-text p.property-icon-holder {
  padding: 0 0 0 0;
  margin-top: 20px;
  height: auto;
  /* Property Info Icons */
}
.property-icon-holder, p.property-icon-holder {
  display: block;
  height: auto;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #002b49;
}
.properties .property-item .module-text p.property-icon-holder {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.property-icon-holder .property-icon {
  position: relative;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  vertical-align: baseline;
  margin-bottom: 0px;
  margin-right: 15px;
}
.property-icon-holder .property-icon .icontext {
  vertical-align: super;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  padding-right: 5px;
}
.property-icon-holder .property-icon [class^="harcourts-"], .property-icon-holder .property-icon [class*=" harcourts-"] {
  font-size: 30px;
  line-height: 1;
  /*vertical-align:baseline;*/
  /* Sort form */
}
#sort-form {
  display: inline-block;
  width: auto;
  /* Sort Links */
}
.sort-links {
  display: block;
  width: 100%;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sort-links a {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
}
.sort-links a.current-option {
  border-bottom: solid 3px #00adef;
  background-color: #f7f7f7;
  color: #00adef;
  /* Sort Dropdown */
}
#sort-dropdown {
  float: left;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 13px;
}
#sort-dropdown .select {
  max-width: 200px;
  position: relative;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-left: 6px;
  background-color: transparent;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#sort-dropdown .select:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons' !important;
  font-size: 22px;
  color: #00adef;
  line-height: 28px;
  vertical-align: middle;
  pointer-events: none;
  z-index: 400;
  font-feature-settings: 'liga';
}
#sort-dropdown .select select {
  border: none !important;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  font-weight: 600;
  padding: 0 2px;
  padding-right: 30px;
}
#oh-date-range {
  max-width: 100%;
  width: 245px;
  position: relative;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-left: 10px;
  background-color: transparent;
  vertical-align: middle;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#oh-date-range input {
  width: 100%;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  padding-right: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: none !important;
  border: none !important;
}
#oh-date-range .icon-date-range {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 6px;
  position: absolute;
  left: 8px;
  top: 1px;
  bottom: 1px;
  pointer-events: none;
}
#oh-date-range .icon-date-range .material-icons {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 15px;
}
#oh-date-range #daterange-clear {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  position: absolute;
  right: 8px;
  top: 1px;
  bottom: 1px;
  cursor: pointer;
  display: none;
}
#oh-date-range #daterange-clear .material-icons {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 15px;
  color: #00adef;
  font-weight: 600;
}
.date-picker-wrapper {
  z-index: 505;
  /* Base Listing Filter Styles */
}
.listing-filter .label, .listing-filter .select {
  width: 100% !important;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.listing-filter .select:after {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons' !important;
  font-size: 22px;
  color: #00adef;
  line-height: 30px;
  vertical-align: middle;
  pointer-events: none;
  z-index: 400;
  font-feature-settings: 'liga';
}
.listing-filter .form-item .select, .listing-filter .form-item .input {
  border: solid 1px #c2c1c1;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-filter .form-item .input input, .listing-filter .form-item .select select {
  border: none !important;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 1;
  vertical-align: middle;
}
.listing-filter .form-item .input input:placeholder {
  color: #000;
}
.listing-filter .form-item .input input::placeholder {
  color: #000;
}
.listing-filter .form-item .input input-ms-placeholder {
  color: #000;
}
.listing-filter .form-item .two-col .select {
  float: left;
  max-width: 50%;
  width: 50%;
}
.listing-filter .form-item .two-col .select.price {
  max-width: 48%;
}
.listing-filter .form-item .two-col .select:nth-child(2) {
  float: right;
}
.listing-filter .subbut-holder .subbut {
  width: 100%;
  max-width: 100%;
  float: left !important;
  text-align: left;
  clear: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0px;
  text-align: right;
}
.listing-filter .subbut-holder .subbut:nth-child(2) {
  float: right !important;
  text-align: right;
  display: none;
  /*.listing-filter .subbut-holder .subbut input {
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		border:none;
		background:none;
		background-color:$harcourtsCyan;
		border:solid 1px $harcourtsCyan;
		border-radius:$filter-border-radius;
		color:#fff;
		padding:3px 15px;
		height:30px;
		line-height:1;
		@include transition();
		}
			.listing-filter .subbut-holder .subbut input:hover {
			background-color:#ffffff;
			color:$harcourtsCyan;
			}*/
}
.listing-filter .form-item .subbut {
  width: 100%;
  background-color: #00adef;
  border-radius: 3px;
  color: #fff;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.7px;
  z-index: 1;
  position: relative;
  text-align: center;
  overflow: hidden;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .subbut input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  width: 100%;
  padding: 3px 15px;
  height: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-filter .form-item .subbut:before {
  content: '';
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  height: 100%;
  width: 150%;
  top: 0;
  right: 127.5%;
  z-index: -1;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-filter .form-item .subbut:hover:before {
  transform: skewX(-45deg) translate3d(100%, 0, 0);
}
.listing-filter .form-item .subbut:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 150%;
  top: 0;
  right: 127.5%;
  z-index: -1;
  background: #0085c6;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-filter .form-item .subbut:hover:after {
  -webkit-transform: skewX(-45deg) translate3d(100%, 0, 0);
  -moz-transform: skewX(-45deg) translate3d(100%, 0, 0);
  -o-transform: skewX(-45deg) translate3d(100%, 0, 0);
  transform: skewX(-45deg) translate3d(100%, 0, 0);
}
.listing-filter .form-item .subbut:hover {
  color: #fff;
  background-color: #00adef;
  /* Filter icons */
}
.listing-filter .form-item .search-filter, .search-filter {
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.search-filter:before {
  font-family: 'Material Icons' !important;
  content: 'search';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  width: 20px;
  font-size: 20px;
  font-feature-settings: 'liga';
}
.listing-filter .form-item .select.price, .listing-filter .form-item .select.price select {
  position: relative;
  z-index: 200;
}
.select.price:nth-child(1):before {
  content: '';
  position: absolute;
  right: -20px;
  width: 25px;
  height: 1px;
  background-color: #c2c1c1;
  top: 50%;
  z-index: 1;
}
.beds-filter {
  position: relative;
}
.beds-filter select {
  padding-left: 30px;
}
.beds-filter:before {
  font-family: 'harcourts' !important;
  content: '\e901';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  width: 20px;
  font-size: 20px;
}
.baths-filter {
  position: relative;
}
.baths-filter select {
  padding-left: 30px;
}
.baths-filter:before {
  font-family: 'harcourts' !important;
  content: '\e900';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  width: 20px;
  font-size: 20px;
  /* Listing Filter Style Overrides */
  /* Main */
}
.listing-filter .form-item {
  clear: none;
  width: 33.3%;
  float: left;
  margin-bottom: 10px;
  max-width: 100%;
}
.listing-filter .form-item.info-text {
  display: none !important;
}
.listing-filter .form-item .select, .listing-filter .form-item .input {
  border-left: solid 1px #c2c1c1;
}
.listing-filter .form-item:nth-child(1) .select, .listing-filter .form-item:nth-child(1) .input {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  /*.listing-filter .form-item:nth-child(2) .select {
			border-radius:0;
			border-left:none;
			border-right:none;
			}*/
}
.listing-filter .form-item:nth-child(3) .select {
  border-right: solid 1px #c2c1c1;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.listing-filter .form-item:nth-child(4) {
  width: 33.3%;
  /*margin-right:1.3%;*/
  clear: left;
}
.listing-filter .form-item:nth-child(5) .select:nth-child(2) {
  border-right: solid 1px #c2c1c1;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.listing-filter .form-item .select.price {
  border-left: solid 1px #c2c1c1;
  border-right: solid 1px #c2c1c1;
  border-radius: 4px;
}
.listing-filter .form-item .select.price:nth-child(2) {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: none;
}
.listing-filter .form-item.subbut-holder {
  float: right;
  width: 33.3%;
  margin-bottom: 0px;
  /* Side */
}
.layout.side .listing-filter .form-item {
  clear: both;
  width: 100%;
  float: none;
}
.layout.side .listing-filter .form-item .two-col .select {
  max-width: 48%;
}
.layout.side .listing-filter .form-item .select, .layout.side .listing-filter .form-item .input {
  border-radius: 4px;
  border: solid 1px #c2c1c1;
  background-color: #fff;
  /* Intro */
}
#container-flash .listing-filter {
  padding: 0 1em;
  border-top: solid 1px #c2c1c1;
  border-bottom: solid 1px #c2c1c1;
  display: block;
  background-color: #f7f7f7;
  height: 50px;
  color: #58616d !important;
  font-size: 14px;
}
#container-flash .listing-filter .form-item {
  display: block;
  width: 30%;
  float: left;
  margin-bottom: 0px !important;
  max-width: 100%;
  background-color: #fff;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #58616d !important;
  font-size: 14px;
}
#container-flash .listing-filter .form-item .input, #container-flash .listing-filter .form-item .select {
  border-radius: 0px !important;
  border-top: 0px;
  border-bottom: 0px;
  height: 50px;
  font-size: 14px;
}
#container-flash .listing-filter .form-item .input input, #container-flash .listing-filter .form-item .select select {
  height: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #58616d !important;
  font-size: 14px;
}
#container-flash .listing-filter .select:after, #container-flash .search-filter:before, #container-flash .beds-filter:before, #container-flash .baths-filter:before {
  line-height: 50px;
}
#container-flash .listing-filter .form-item .input input:placeholder {
  color: #58616d !important;
  font-size: 14px;
}
#container-flash .listing-filter .form-item .input input::placeholder {
  color: #58616d !important;
  font-size: 14px;
}
#container-flash .listing-filter .form-item .input input-ms-placeholder {
  color: #58616d !important;
  font-size: 14px;
}
#container-flash .listing-filter .form-item .two-col .select.price {
  max-width: 50%;
  border-left: 0px;
}
#container-flash .listing-filter .form-item:nth-child(1) {
  width: 30%;
  float: left;
  clear: none;
}
#container-flash .listing-filter .form-item:nth-child(2) {
  width: 15%;
  float: left;
  clear: none;
}
#container-flash .listing-filter .form-item:nth-child(3) {
  width: 15%;
  float: left;
  clear: none;
}
#container-flash .listing-filter .form-item:nth-child(4) {
  width: 15%;
  float: left;
  clear: none;
}
#container-flash .select.price:nth-child(1):before {
  display: none;
}
#container-flash .listing-filter .form-item:nth-child(5) {
  width: 15%;
  float: left;
  clear: none;
}
#container-flash .listing-filter .form-item.subbut-holder {
  width: 10%;
  float: left;
  clear: none;
}
#container-flash .listing-filter .form-item .subbut {
  border-radius: 4px;
}
#container-flash .listing-filter .form-item .subbut input, #container-flash .listing-filter .subbut-holder .subbut input {
  display: block;
  width: 100%;
  border-radius: 0px !important;
  height: 50px;
  /* Home Page */
}
.home-page #container-flash .listing-filter, .landing-page #container-flash .listing-filter {
  background: transparent;
  border: none;
  text-align: center;
  padding: 0 20px;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home-page #container-flash .listing-filter .form-item, .landing-page #container-flash .listing-filter .form-item {
  clear: none;
  width: 33.3%;
  float: left;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home-page #container-flash .listing-filter .form-item .select, .home-page #container-flash .listing-filter .form-item .input, .landing-page #container-flash .listing-filter .form-item .select, .landing-page #container-flash .listing-filter .form-item .input {
  border-left: solid 1px #c2c1c1;
  border-top: solid 1px #c2c1c1;
  border-bottom: solid 1px #c2c1c1;
}
.home-page #container-flash .listing-filter .form-item:nth-child(1), .landing-page #container-flash .listing-filter .form-item:nth-child(1) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.home-page #container-flash .listing-filter .form-item:nth-child(3), .landing-page #container-flash .listing-filter .form-item:nth-child(3) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.home-page #container-flash .listing-filter .form-item:nth-child(3) .select, .landing-page #container-flash .listing-filter .form-item:nth-child(3) .select {
  border-right: solid 1px #c2c1c1;
}
.home-page #container-flash .listing-filter .form-item:nth-child(4), .landing-page #container-flash .listing-filter .form-item:nth-child(4) {
  width: 50%;
  /*margin-right:1.3%;*/
  clear: left;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  /*.home-page #container-flash .listing-filter .form-item:nth-child(5) .select:nth-child(1) {
		border-right:none;
		border-bottom-right-radius:0;
		border-top-right-radius:0;
		}
		.home-page #container-flash .listing-filter .form-item:nth-child(5) .select:nth-child(2) {
		border-right:solid 1px $filter-border-color;
		border-bottom-right-radius:$filter-border-radius;
		border-top-right-radius:$filter-border-radius;
		}*/
}
.home-page #container-flash .listing-filter .form-item:nth-child(5), .landing-page #container-flash .listing-filter .form-item:nth-child(5) {
  width: 50%;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.home-page #container-flash .listing-filter .form-item .select.price, .landing-page #container-flash .listing-filter .form-item .select.price {
  border-left: solid 1px #c2c1c1;
  /*border-right:solid 1px $filter-border-color;*/
  border-radius: 4px;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.home-page #container-flash .listing-filter .form-item .select.price:nth-child(2), .landing-page #container-flash .listing-filter .form-item .select.price:nth-child(2) {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: none;
}
.home-page #container-flash .listing-filter .form-item.info-text, .landing-page #container-flash .listing-filter .form-item.info-text {
  display: block !important;
  float: left;
  width: 66.7%;
  border-radius: 0px !important;
  line-height: 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  background: transparent;
  color: #fff !important;
  text-align: right;
  padding: 11px 0px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home-page #container-flash .listing-filter .form-item.info-text .info-text-holder, .landing-page #container-flash .listing-filter .form-item.info-text .info-text-holder {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.home-page #container-flash .listing-filter .form-item.info-text .arrow-right:before, .landing-page #container-flash .listing-filter .form-item.info-text .arrow-right:before {
  background-color: #fff;
}
.home-page #container-flash .listing-filter .form-item.info-text .arrow-right:after, .landing-page #container-flash .listing-filter .form-item.info-text .arrow-right:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.home-page #container-flash .listing-filter .form-item.subbut-holder, .landing-page #container-flash .listing-filter .form-item.subbut-holder {
  float: right;
  width: 33.3%;
  margin-bottom: 0px;
  background: transparent !important;
  border: none !important;
  /* Extra info buttons */
}
.extra-info-buttons {
  display: block;
}
.extra-info-buttons a.info-link {
  color: #000;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-right: 5px;
  padding-left: 5px;
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 5px;
}
.extra-info-buttons a.info-link:hover {
  color: #00adef;
}
.extra-info-buttons a.info-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  opacity: 0;
  width: 0px;
  right: auto;
  overflow: hidden;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #00adef;
}
.extra-info-buttons a.info-link:hover:after {
  opacity: 1;
  right: 0;
  width: 100%;
  /* Pagination controls 			
.properties-pagination-holder .paginate {
margin-top:40px;
}

	.paginate span.paginate-direction {color: $border-color;}
	
	.properties-pagination-holder .paginate a {color: $harcourtsBlue;}
		.properties-pagination-holder .paginate a:hover {color: $harcourtsCyan;}
	
		.properties-pagination-holder .paginate a.paginate-number {
		border-color: $border-color;
		}
		
			.properties-pagination-holder .paginate a.paginate-number.on, 
			.properties-pagination-holder .paginate a.paginate-number:hover {
			background-color: $harcourtsBlue;
			border-color: $harcourtsBlue;
			color:#ffffff;
			}*/
  /* pagination */
}
.properties-pagination-holder {
  margin-top: 20px;
  text-align: center;
  background-color: #f7f7f7;
  padding: 10px 0;
  line-height: 24px;
}
.properties-pagination-holder a {
  position: relative;
  padding: 0 10px;
  padding-right: 12px;
  line-height: 24px;
  color: #00adef;
}
.properties-pagination-holder a:after {
  content: "";
  width: 0px;
  border-right: solid 2px #ccc;
  position: absolute;
  right: 0;
  left: auto;
  top: 3px;
  bottom: 3px;
  line-height: 24px;
  vertical-align: middle;
}
.properties-pagination-holder a:last-child {
  padding-right: 10px;
}
.properties-pagination-holder a:last-child:after {
  display: none;
}
.properties-pagination-holder a:hover, .properties-pagination-holder a.current-page {
  color: #002b49;
}
.properties-pagination-holder.circular {
  background-color: transparent;
}
.properties-pagination-holder.circular a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0 0 0 0;
  text-align: center;
  border-radius: 32px;
  display: inline-block;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.properties-pagination-holder.circular a + a {
  margin-left: 5px;
}
.properties-pagination-holder.circular a:after {
  display: none;
}
.properties-pagination-holder.circular a:last-child {
  padding-right: 0px;
}
.properties-pagination-holder.circular a:hover {
  color: #00adef;
}
.properties-pagination-holder.circular a.current-page {
  background-color: #002b49;
  color: #fff;
  /* Property top bar */
}
#property-top-bar {
  padding: 18px 40px;
  background-color: #fff;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#property-top-bar b {
  font-weight: 600;
}
#property-top-bar a, #property-top-bar a:hover {
  color: #58616d;
}
#property-top-bar a.back, #property-top-bar a.back:hover {
  color: #00adef;
}
#property-top-bar a.back {
  position: relative;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.7px;
}
#property-top-bar a {
  position: relative;
}
#property-top-bar a:after {
  display: inline-block;
  color: #bec5cd;
  content: "/\A0";
  padding-left: 4px;
}
#property-top-bar a.back:after {
  display: none;
}
.arrow-left {
  position: relative;
  z-index: 1;
  height: 1px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
  margin-right: 3px;
}
a:hover .arrow-left {
  width: 31px;
}
.arrow-left:before, .arrow-left:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.arrow-left:before {
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00adef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.arrow-left:after {
  right: auto;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
  transform: translate3d(0, -50%, 0) rotate(-135deg);
  right: 0;
  width: 7px;
  height: 7px;
  border: 1px solid transparent;
  border-top-color: #00adef;
  border-right-color: #00adef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.arrow-right {
  position: relative;
  z-index: 1;
  height: 1px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
  margin-right: 3px;
}
a:hover .arrow-right {
  width: 31px;
}
.arrow-right:before, .arrow-right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.arrow-right:before {
  right: 0;
  left: auto;
  width: 100%;
  height: 1px;
  background-color: #00adef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.arrow-right:after {
  right: 0;
  left: auto;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
  transform: translate3d(0, -50%, 0) rotate(-135deg);
  right: 0;
  width: 7px;
  height: 7px;
  border: 1px solid transparent;
  border-bottom-color: #00adef;
  border-left-color: #00adef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Property image rotator(s) */
}
#property-image-slider {
  position: relative;
  margin-bottom: 5px;
}
#property-slider-holder {
  position: relative;
}
#property-image-slider.property-slider-new {
  margin-bottom: 0;
  overflow: hidden;
  max-height: 760px;
  max-width: 100%;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.rotator-loaded #property-image-slider.property-slider-new {
  opacity: 1;
}
#property-slider-holder:after {
  content: '';
  border: solid 3px #00adef;
  border-color: transparent #fff #fff #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
@keyframes loading-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.rotator-loaded #property-slider-holder:after {
  display: none;
}
#property-image-slider.property-slider-new {
  margin-bottom: 0 !important;
}
#property-image-slider .flexslider {
  margin: 0 0 0 0;
  z-index: 2;
  background: transparent;
  /*#property-image-slider .sliderimg {
	opacity:0;
	}
	
	#property-image-slider .sliderimg.unslider-active {
	opacity:1;
	z-index:10;
	}*/
}
#property-image-slider .img-count {
  position: absolute;
  color: #fff;
  bottom: 10px;
  right: 10px;
}
#property-image-slider .listing-details-images-zoom {
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff !important;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  pointer-events: none;
  z-index: 610;
}
#property-image-slider .listing-details-images-zoom i.material-icons {
  font-size: 30px;
}
#property-image-slider a:hover {
  cursor: zoom-in;
}
#property-image-slider a:hover .listing-details-images-zoom {
  transform: scale(1.5);
}
#property-image-slider ul > li, #property-thumbnail-slider ul > li {
  text-align: center;
  position: relative;
}
#property-image-slider.property-slider-new ul > li img {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
#property-image-slider ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
#property-image-slider ul > li:before, #property-thumbnail-slider ul > li:before {
  display: none;
}
#property-image-slider .flex-direction-nav .flex-next, #property-image-slider .flex-direction-nav .flex-prev {
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  background: none !important;
}
#property-image-slider .flex-direction-nav .flex-prev:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-top: solid 2px #00adef;
  border-left: solid 2px #00adef;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#property-image-slider .flex-direction-nav .flex-next:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-top: solid 2px #00adef;
  border-right: solid 2px #00adef;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* New Slider Styles - direction nav */
}
#property-image-slider.property-slider-new .flex-direction-nav {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#property-image-slider.property-slider-new .flex-direction-nav .flex-prev, #property-image-slider.property-slider-new .flex-direction-nav .flex-next {
  padding: 15px;
  width: 15px;
  height: 15px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
#property-image-slider.property-slider-new .flex-direction-nav .flex-prev:before, #property-image-slider.property-slider-new .flex-direction-nav .flex-next:before {
  border-color: #fff;
  margin: 15px;
  width: 15px;
  height: 15px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
#property-image-slider.property-slider-new .flex-direction-nav .flex-prev:before {
  left: 0;
  -webkit-transform: translateX(25%) rotate(-45deg);
  -moz-transform: translateX(25%) rotate(-45deg);
  -ms-transform: translateX(25%) rotate(-45deg);
  -o-transform: translateX(25%) rotate(-45deg);
  transform: translateX(25%) rotate(-45deg);
}
#property-image-slider.property-slider-new .flex-direction-nav .flex-next:before {
  right: 0;
  -webkit-transform: translateX(-25%) rotate(45deg);
  -moz-transform: translateX(-25%) rotate(45deg);
  -ms-transform: translateX(-25%) rotate(45deg);
  -o-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
}
#property-image-slider.property-slider-new .flex-direction-nav a.flex-prev:hover, #property-image-slider.property-slider-new .flex-direction-nav a.flex-next:hover, #property-image-slider.property-slider-new .flex-direction-nav a.flex-prev:hover:before, #property-image-slider.property-slider-new .flex-direction-nav a.flex-next:hover:before {
  border-color: #00adef;
}
.unslider-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 15px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.unslider-arrow.next {
  right: 0px !important;
}
.unslider-arrow.prev {
  left: 0px !important;
}
.unslider-arrow.next:before, .unslider-arrow.prev:before {
  border-color: #fff;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.unslider-arrow.prev:before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-top: solid 5px #fff;
  border-left: solid 5px #fff;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.unslider-arrow.next:before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#property-thumbnail-slider ul li {
  cursor: pointer;
}
#property-thumbnail-slider .thumbnail-holder {
  width: 135px;
  height: 135px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#property-thumbnail-slider .thumbnail-holder img {
  max-width: none;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 135px;
  min-height: 135px;
  width: auto;
  height: auto;
  text-align: center;
  /* Intro property info */
}
.intro-property-info-holder {
  background-color: #002b49;
  display: table;
  background: #001f49 radial-gradient(circle at 50% 10%, #002e6d, #001f49);
  position: relative;
  z-index: 1;
  width: 100%;
}
.intro-property-info-holder:after {
  content: '';
  background: transparent repeating-linear-gradient(135deg, transparent, transparent 50px, rgba(0, 0, 0, .04) 0, rgba(0, 0, 0, .04) 100px);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.intro-property-info-holder a:hover {
  color: #fff;
}
.intro-property-info-holder .left-holder {
  width: 35%;
  padding: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.intro-property-info-holder .hc-button {
  margin-top: 4em;
  clear: left;
  float: left;
}
.intro-property-info-holder .hc-button + .hc-button {
  margin-top: 2em;
}
.intro-property-info-holder .right-holder {
  width: 65%;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.intro-property-info-holder h1, .intro-property-info-holder h2, .intro-property-info-holder h3, .intro-property-info-holder h3.listing-price, .intro-property-info-holder p {
  color: #fff;
}
.intro-property-info-holder h1 {
  font-size: 48px;
}
.intro-property-info-holder .right-holder .extra-info-buttons {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 600;
}
.intro-property-info-holder .right-holder .extra-info-buttons a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 0;
}
.intro-property-info-holder .right-holder .extra-info-buttons a:after {
  display: none;
}
.intro-property-info-holder .right-holder .extra-info-buttons [class^="harcourts-"], .intro-property-info-holder .right-holder .extra-info-buttons [class*=" harcourts-"] {
  margin-right: 5px;
}
.next-open-home {
  font-size: 13px;
  foint-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.5;
  margin-top: 22px;
}
.logo-holder {
  display: block;
  clear: both;
  width: auto;
  height: 30px;
  margin-top: 4em;
}
.logo-holder img {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  display: block;
  /* Property details divider */
}
.property-detail-divider {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  height: 1px !important;
  line-height: 1px !important;
  /*border-top: solid #e1e1e1 1px;
background:$border-color;*/
  font-size: 14px;
  position: relative;
  clear: both;
}
.property-detail-divider:after {
  content: '';
  background: #ddd;
  height: 1px !important;
  line-height: 1px !important;
  position: absolute;
  top: 1.8em;
  left: 0;
  right: 0;
  /* Property detail styles */
}
.content h2.property-address, h2.property-address {
  padding-bottom: 6px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}
h2.property-address [class^="harcourts-"], h2.property-address [class*=" harcourts-"] {
  color: #00adef;
  margin-right: 5px;
}
.content h3.listing-price, h3.listing-price {
  color: #00adef;
  padding: 8px 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}
.property-description {
  margin-bottom: 0;
  max-height: 100%;
  overflow: hidden;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.property-description.reduced-desc {
  height: 250px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(0.8, #000), color-stop(0.9, rgba(0, 0, 0, 0.5)), color-stop(1, rgba(0, 0, 0, 0)));
  -webkit-mask-size: contain;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.property-description.full-desc {
  max-height: 100%;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
#description-readmore {
  display: none;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 1.6px;
  position: relative;
  font-size: 85%;
  line-height: 1.5;
}
#description-readmore:after {
  position: relative;
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons' !important;
  font-size: 85%;
  line-height: 1.5;
  vertical-align: middle;
  pointer-events: none;
  z-index: 400;
  font-feature-settings: 'liga';
  padding-left: 3px;
}
.property-description.full-desc + #description-readmore:after {
  content: 'keyboard_arrow_up';
  /* Two column details layout */
}
.listing-left-col {
  float: left;
  width: 65%;
  margin-right: 5%;
  margin-top: 1em;
}
.listing-right-col {
  float: left;
  width: 30%;
  margin-top: 1em;
}
.listing-layout .listing-left-col {
  width: 55%;
}
.listing-layout .listing-right-col {
  width: 40%;
  /* Side details boxes */
}
.boxed-details-holder {
  border: solid 1px #ddd;
  border-top: none;
  margin-bottom: 1.8em;
  background-color: #fff;
}
.boxed-details-holder h3 {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
  background-color: #00adef;
}
.boxed-details-holder .boxed-details-inner {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.boxed-details-holder p {
  margin: 0;
}
.boxed-details-holder.staff-holder .boxed-details-inner, .boxed-details-holder.staff-holder .boxed-details-inner p, .boxed-details-holder.staff-holder .boxed-details-inner h4 {
  text-align: center;
}
.boxed-details-holder.staff-holder p {
  padding-bottom: 20px;
}
.boxed-details-holder.staff-holder p:last-of-type {
  padding-bottom: 0px;
}
.content .staff-holder h4, .staff-holder h4 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 300;
}
.agent-image {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.agent-image img {
  max-width: 100%;
}
.side-box-holder {
  background-color: #fff;
  padding: 20px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Content heading */
}
.content h3.content-heading, h3.content-heading {
  position: relative;
  font-weight: 400;
  font-size: 125%;
  color: #001f49;
  letter-spacing: 0.5px;
  /* Content Open Homes */
}
.content-open-homes p {
  margin-bottom: 0px;
}
.content-open-homes p [class^="harcourts-"], .content-open-homes p [class*=" harcourts-"] {
  color: #00adef;
  margin-right: 5px;
  /* Content Auction Info */
}
.content-auction-info p {
  margin-bottom: 0px;
  /* Auction and open homes content */
}
.auction-open-holder .half-content {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.auction-open-holder .half-content + .half-content {
  margin-left: 2%;
  /* Agent Form */
}
.content .agent-form-holder h4, .agent-form-holder h4 {
  padding-top: 0px;
  /*font-weight:300;*/
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 100%;
  color: #00adef;
}
.agent-form-holder .agent-image {
  float: left;
  width: 80px;
  height: 80px;
  max-width: 30%;
}
.agent-form-holder .agent-info {
  float: left;
  max-width: 70%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.agent-form-holder .agent-info .phone-holder {
  display: block;
  font-size: 13px;
}
.agent-form-holder .agent-info .agent-phone-holder .phone-number {
  display: inline-block;
  margin-right: 0.5em;
}
.agent-form-holder .agent-info .agent-phone-holder .phone-number:last-of-type {
  margin-right: 0em;
}
.agent-form-holder .agent-info .agent-phone-holder .phone-number a {
  color: #000;
}
.agent-form-holder .agent-info .agent-phone-holder .phone-number a:hover {
  color: #00adef;
}
.features-holder {
  margin-bottom: 1.8em;
  /* Features Table */
}
.features-holder .standard-table td {
  white-space: normal;
}
.features-holder .standard-table td:nth-child(1) {
  white-space: nowrap;
  /*.features-holder .standard-table,
.features-holder .standard-table tr,
.features-holder .standard-table td {border:none !important;}*/
  /* Features list */
}
.features-holder ul.features-table-list {
  /* Chrome, Safari, Opera */
  -webkit-column-count: 1;
  /* Firefox */
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.features-holder ul.features-table-list > li {
  padding-left: 0;
  display: block;
  max-width: 600px;
  line-height: 1.4;
  padding-bottom: 15px;
}
.features-holder ul.features-table-list > li:before {
  display: none;
}
.features-holder ul.features-table-list > li b {
  display: inline-block;
  width: 48%;
  font-weight: 600;
  /*float:left;*/
  letter-spacing: 0.6px;
  color: #58616d;
}
.features-holder ul.features-table-list > li p {
  display: inline-block;
  /*float:left;*/
  max-width: 48%;
  color: #58616d;
  vertical-align: top;
  margin: 0 0 0 0 !important;
  margin-left: 4% !important;
}
.features-description {
  margin-bottom: 0;
  max-height: 100%;
  overflow: hidden;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.features-description.reduced-desc {
  height: 250px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(0.8, #000), color-stop(0.9, rgba(0, 0, 0, 0.5)), color-stop(1, rgba(0, 0, 0, 0)));
  -webkit-mask-size: contain;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.features-description.full-desc {
  max-height: 100%;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
#features-readmore {
  display: none;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 1.6px;
  position: relative;
  font-size: 85%;
  line-height: 1.5;
}
#features-readmore:after {
  position: relative;
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons' !important;
  font-size: 85%;
  line-height: 1.5;
  vertical-align: middle;
  pointer-events: none;
  z-index: 400;
  font-feature-settings: 'liga';
  padding-left: 3px;
}
.features-description.full-desc + #features-readmore:after {
  content: 'keyboard_arrow_up';
}
.features-title {
  position: relative;
  cursor: pointer;
  font-weight: 300;
}
.features-title.hide-features:before {
  content: '';
  position: absolute;
  top: 20%;
  right: 0;
  width: 15px;
  height: 15px;
  line-height: inherit;
  border-top: solid 2px #00adef;
  border-right: solid 2px #00adef;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
}
.features-title.show-features:before {
  content: '';
  position: absolute;
  top: 40%;
  right: 5px;
  width: 15px;
  height: 15px;
  line-height: inherit;
  border-top: solid 2px #00adef;
  border-right: solid 2px #00adef;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
  /* Grid class styles */
}
.properties .property-item {
  float: left;
  display: inline-block;
}
.properties .property-item img {
  vertical-align: middle;
  /* 7 column grid */
}
.properties.seven-column .property-item {
  width: 14.28571%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.properties.seven-column .property-item:nth-child(7n+1) {
  clear: left;
  /* 6 column grid */
}
.properties.six-column .property-item {
  width: 16.66667%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.properties.six-column .property-item:nth-child(6n+1) {
  clear: left;
  /* 5 column grid */
}
.properties.five-column .property-item {
  width: 20%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.properties.five-column .property-item:nth-child(5n+1) {
  clear: left;
  /* 4 column grid */
}
.properties.four-column .property-item {
  width: 25%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.properties.four-column .property-item:nth-child(4n+1) {
  clear: left;
  /* 3 column grid */
}
.properties.three-column .property-item {
  width: 33.33333%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.properties.three-column .property-item:nth-child(3n+1) {
  clear: left;
  /* 2 column grid */
}
.properties.two-column .property-item {
  width: 50%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.properties.two-column .property-item:nth-child(2n+1) {
  clear: left;
  /* 1 column grid */
}
.properties.one-column .property-item {
  clear: both;
  float: none;
  display: block !important;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
  /* Featured rotator */
}
#featured-rotator {
  color: #58616d;
  position: relative;
  /*overflow:hidden;*/
  margin-bottom: 1.8em;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#featured-rotator-prev, #featured-rotator-next {
  display: none;
}
#featured-rotator a {
  color: #58616d;
}
#featured-rotator a:hover {
  color: #00adef;
}
#main #featured-rotator {
  margin-bottom: 18px;
}
#featured-rotator .slides > li {
  height: 100%;
  position: relative;
}
#featured-rotator .slides > li.flex-active-slide {
  /* Image*/
}
#featured-rotator .module-image {
  position: relative;
  display: flex;
  float: right;
  width: 62%;
  height: 0;
  padding: 42.5% 0 0;
  overflow: hidden;
  background-color: #efefef;
  border-left: solid 5px #00adef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
  /*#featured-rotator .slides > li.flex-active-slide .module-image {opacity:1;}*/
}
#featured-rotator .module-image .module-image-inner {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#featured-rotator .module-image-inner.image-as-background img {
  display: none;
  /* Caption */
}
#featured-rotator .caption-holder {
  position: relative;
  display: block;
  float: left;
  width: 38%;
  /*padding:28px;*/
  opacity: 1;
  height: 0;
  padding: 42.5% 0 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Colours */
  /*#featured-rotator .flex-active-slide .caption-holder {
		opacity:1;
		}*/
}
#featured-rotator .caption-holder .wrap {
  font-weight: inherit;
  display: table;
  vertical-align: middle;
  padding: 28px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#featured-rotator .wrap .caption {
  display: table-cell;
  vertical-align: middle;
}
#featured-rotator .caption h2 {
  color: #00adef;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.1px;
  padding: 0 0 0 0;
}
#featured-rotator .caption h3 {
  color: #001f49;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.4px;
  padding: 0 0 0 0;
  margin-top: 25px;
}
#featured-rotator .caption p.rotator-price {
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
  color: #001f49;
  font-size: 20px;
}
#featured-rotator .caption p.rotator-text {
  padding: 0 0 0 0;
  margin: 16px 0 0 0;
  font-size: 12px;
  line-height: 1.8;
  max-height: 7.2em;
  overflow: hidden;
}
#featured-rotator .caption p.property-icon-holder {
  padding: 0 0 0 0;
  margin: 40px 0 0 0;
  color: #58616d;
}
#featured-rotator .flex-direction-nav {
  position: absolute;
  left: 0;
  right: 0;
}
#featured-rotator .flex-direction-nav a {
  background-color: #fff;
}
#featured-rotator .flex-direction-nav .flex-prev {
  left: 10px;
}
#featured-rotator .flex-direction-nav .flex-next {
  right: 10px;
  /* Iframe */
}
iframe {
  border: none !important;
  /* Harcourts Icons */
}
@font-face {
  font-family: 'harcourts';
  src: url('../../../edit/sdks/harcourts/fonts/harcourts.eot?mcvrtz');
  src: url('../../../edit/sdks/harcourts/fonts/harcourts.eot?mcvrtz#iefix') format('embedded-opentype'), url('../../../edit/sdks/harcourts/fonts/harcourts.ttf?mcvrtz') format('truetype'), url('../../../edit/sdks/harcourts/fonts/harcourts.woff?mcvrtz') format('woff'), url('../../../edit/sdks/harcourts/fonts/harcourts.svg?mcvrtz#harcourts') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="harcourts-"], [class*=" harcourts-"] {
  font-family: 'harcourts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.harcourts-calendar:before {
  content: "\e913";
}
.harcourts-location:before {
  content: "\e914";
}
.harcourts-boxed-plus:before {
  content: "\e912";
}
.harcourts-camera:before {
  content: "\e90e";
}
.harcourts-external-link:before {
  content: "\e90f";
}
.harcourts-play-circle:before {
  content: "\e910";
}
.harcourts-redo:before {
  content: "\e911";
}
.harcourts-bathroom:before {
  content: "\e900";
}
.harcourts-bedroom:before {
  content: "\e901";
}
.harcourts-boatpad:before {
  content: "\e902";
}
.harcourts-carpad:before {
  content: "\e903";
}
.harcourts-carport:before {
  content: "\e904";
}
.harcourts-dining:before {
  content: "\e905";
}
.harcourts-garage:before {
  content: "\e906";
}
.harcourts-landsize:before {
  content: "\e907";
}
.harcourts-lounge:before {
  content: "\e908";
}
.harcourts-pool:before {
  content: "\e909";
}
.harcourts-shower:before {
  content: "\e90a";
}
.harcourts-study:before {
  content: "\e90b";
}
.harcourts-tenniscourt:before {
  content: "\e90c";
}
.harcourts-toilet:before {
  content: "\e90d";
}
@media screen and (max-width: 1300px) {
  #container-flash .listing-filter {
    padding: 0 0;
    height: auto;
  }
  #container-flash .listing-filter .form-item:nth-child(1) {
    width: 40%;
    border-bottom: solid 1px #c2c1c1;
  }
  #container-flash .listing-filter .form-item:nth-child(2), #container-flash .listing-filter .form-item:nth-child(3) {
    width: 30%;
    border-bottom: solid 1px #c2c1c1;
  }
  #container-flash .listing-filter .form-item:nth-child(4) {
    clear: both;
    width: 40%;
  }
  #container-flash .listing-filter .form-item:nth-child(4) .two-col .select.price:nth-child(1) {
    border-left: solid 1px #c2c1c1;
  }
  #container-flash .listing-filter .form-item:nth-child(5) {
    width: 40%;
  }
  #container-flash .listing-filter .form-item.subbut-holder {
    width: 20%;
    /* Home page filter*/
  }
  .home-page #container-flash .listing-filter .form-item:nth-child(4), .landing-page #container-flash .listing-filter .form-item:nth-child(4) {
    width: 50%;
  }
  .home-page #container-flash .listing-filter .form-item:nth-child(5), .landing-page #container-flash .listing-filter .form-item:nth-child(5) {
    width: 50%;
  }
  .home-page #container-flash .listing-filter .form-item.subbut-holder, .landing-page #container-flash .listing-filter .form-item.subbut-holder {
    float: right;
  }
}
@media screen and (max-width: 1280px) {
  .intro-property-info-holder .left-holder {
    width: 45%;
  }
  .intro-property-info-holder .left-right {
    width: 55%;
  }
}
@media screen and (max-width: 980px) {
  .sort-links {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .intro-property-info-holder .left-holder {
    width: 100%;
    display: block;
  }
  .intro-property-info-holder .right-holder {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .listing-left-col, .listing-right-col {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
    clear: both !important;
  }
  #property-thumbnail-slider .thumbnail-holder {
    width: auto;
    height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  #property-thumbnail-slider .thumbnail-holder img {
    min-width: 100px;
    min-height: 100px;
    /* Grid class styles */
  }
  .properties .property-item {
    float: left;
    display: inline-block;
  }
  .properties .property-item img {
    vertical-align: middle;
    /* 7 column grid to 4 column */
  }
  .properties.seven-column .property-item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .properties.seven-column .property-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .properties.seven-column .property-item:nth-child(7n+8) {
    clear: none;
  }
  .properties.seven-column .property-item:nth-child(4n+4) {
    margin-right: 0%;
  }
  .properties.seven-column .property-item:nth-child(4n+5) {
    clear: both;
    /* 6,5,4 column grid to 3 column */
  }
  .properties.six-column .property-item, .properties.five-column .property-item, .properties.four-column .property-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .properties.six-column .property-item:nth-child(6n+6) {
    margin-right: 2%;
  }
  .properties.six-column .property-item:nth-child(6n+7) {
    clear: none;
  }
  .properties.six-column .property-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .properties.six-column .property-item:nth-child(3n+4) {
    clear: both;
  }
  .properties.five-column .property-item:nth-child(5n+5) {
    margin-right: 2%;
  }
  .properties.five-column .property-item:nth-child(5n+6) {
    clear: none;
  }
  .properties.five-column .property-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .properties.five-column .property-item:nth-child(3n+4) {
    clear: both;
  }
  .properties.four-column .property-item:nth-child(4n+4) {
    margin-right: 2%;
  }
  .properties.four-column .property-item:nth-child(4n+5) {
    clear: none;
  }
  .properties.four-column .property-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .properties.four-column .property-item:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 800px) {
  .layout.side .listing-filter .form-item:nth-child(4) {
    max-width: 48%;
    margin-right: 4%;
    clear: none;
    float: left;
  }
  .layout.side .listing-filter .form-item:nth-child(5) {
    max-width: 48%;
    clear: none;
    float: left;
  }
}
@media screen and (max-width: 700px) {
  .listing-filter .form-item {
    clear: none;
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  .listing-filter .form-item:nth-child(1) .select, .listing-filter .form-item:nth-child(1) .input {
    border-right: solid 1px #c2c1c1;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .listing-filter .form-item:nth-child(2) .select {
    border-right: solid 1px #c2c1c1;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .listing-filter .form-item:nth-child(3) {
    clear: both;
  }
  .listing-filter .form-item:nth-child(3) .select {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: none;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .listing-filter .form-item:nth-child(4) {
    clear: none;
    width: 50%;
  }
  .listing-filter .form-item:nth-child(4) .select.price {
    clear: none;
    border-right: solid 1px #c2c1c1;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .listing-filter .form-item:nth-child(4) .select.price:nth-child(1) {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .listing-filter .form-item:nth-child(5) .select:nth-child(1) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .layout.side .listing-filter .form-item:nth-child(4) {
    max-width: 48%;
    margin-right: 4%;
    clear: none;
    float: left;
  }
  .layout.side .listing-filter .form-item:nth-child(5) {
    max-width: 48%;
    clear: none;
    float: left;
    /* Intro filter */
  }
  #container-flash .listing-filter .form-item:nth-child(1) {
    clear: both;
    width: 100%;
  }
  #container-flash .listing-filter .form-item:nth-child(2), #container-flash .listing-filter .form-item:nth-child(3) {
    width: 50%;
  }
  #container-flash .listing-filter .form-item:nth-child(2) .select {
    border-left: solid 1px #c2c1c1;
    border-right: solid 1px #c2c1c1;
  }
  #container-flash .listing-filter .form-item:nth-child(3) .select {
    border-left: none;
    border-right: solid 1px #c2c1c1;
  }
  #container-flash .listing-filter .form-item:nth-child(4) {
    clear: both;
    width: 100%;
    border-bottom: solid 1px #c2c1c1;
  }
  #container-flash .listing-filter .form-item:nth-child(4) .two-col .select.price:nth-child(1) {
    border-left: solid 1px #c2c1c1;
  }
  #container-flash .listing-filter .form-item:nth-child(5) {
    clear: both;
    width: 50%;
  }
  #container-flash .listing-filter .form-item.subbut-holder {
    width: 50%;
    /* Home page filter */
  }
  .home-page #container-flash .listing-filter .form-item:nth-child(1), .landing-page #container-flash .listing-filter .form-item:nth-child(1) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .home-page #container-flash .listing-filter .form-item:nth-child(2), .landing-page #container-flash .listing-filter .form-item:nth-child(1) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .home-page #container-flash .listing-filter .form-item:nth-child(5), .landing-page #container-flash .listing-filter .form-item:nth-child(5) {
    clear: none;
    /* 7,6,5,4,3 column grid to 2 column */
  }
  .properties.seven-column .property-item, .properties.six-column .property-item, .properties.five-column .property-item, .properties.four-column .property-item, .properties.three-column .property-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .properties.seven-column .property-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .properties.seven-column .property-item:nth-child(7n+8) {
    clear: none;
  }
  .properties.seven-column .property-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .properties.seven-column .property-item:nth-child(4n+5) {
    clear: none;
  }
  .properties.seven-column .property-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .properties.seven-column .property-item:nth-child(2n+3) {
    clear: both;
  }
  .properties.six-column .property-item:nth-child(6n+6) {
    margin-right: 4%;
  }
  .properties.six-column .property-item:nth-child(6n+7) {
    clear: none;
  }
  .properties.six-column .property-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .properties.six-column .property-item:nth-child(3n+4) {
    clear: none;
  }
  .properties.six-column .property-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .properties.six-column .property-item:nth-child(2n+3) {
    clear: both;
  }
  .properties.five-column .property-item:nth-child(5n+5) {
    margin-right: 4%;
  }
  .properties.five-column .property-item:nth-child(5n+6) {
    clear: none;
  }
  .properties.five-column .property-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .properties.five-column .property-item:nth-child(3n+4) {
    clear: none;
  }
  .properties.five-column .property-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .properties.five-column .property-item:nth-child(2n+3) {
    clear: both;
  }
  .properties.four-column .property-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .properties.four-column .property-item:nth-child(4n+5) {
    clear: none;
  }
  .properties.four-column .property-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .properties.four-column .property-item:nth-child(3n+4) {
    clear: none;
  }
  .properties.four-column .property-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .properties.four-column .property-item:nth-child(2n+3) {
    clear: both;
  }
  .properties.three-column .property-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .properties.three-column .property-item:nth-child(3n+4) {
    clear: none;
  }
  .properties.three-column .property-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .properties.three-column .property-item:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (max-width: 550px) {
  #property-thumbnail-slider .thumbnail-holder {
    width: auto;
    height: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  #property-thumbnail-slider .thumbnail-holder img {
    min-width: 50px;
    min-height: 50px;
  }
  .sort-links a {
    margin-left: 0;
  }
  .sort-links a:first-of-type {
    margin-left: 10px;
  }
  #property-thumbnail-slider {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  #oh-date-range {
    clear: both;
    float: left;
    margin-left: -8px;
    width: 250px;
  }
}
@media screen and (max-width: 520px) {
  .content .boxed-details-holder h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
  }
  .auction-open-holder .half-content {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .auction-open-holder .half-content + .half-content {
    padding-top: 1.8em;
    padding-bottom: 0px;
  }
  .auction-open-holder .half-content.has-bot-divider {
    padding-bottom: 1.8em;
    border-bottom: solid 1px #ddd;
  }
}
@media screen and (max-width: 480px) {
  .hc-button {
    padding: 18px 25px;
  }
  .intro-property-info-holder .left-holder {
    padding: 40px;
  }
  .intro-property-info-holder .left-holder h1 {
    padding-top: 0;
    /* Listing Filter Style Overrides */
  }
  .listing-filter .form-item:nth-child(1) {
    width: 100%;
  }
  .listing-filter .form-item:nth-child(1) .select, .listing-filter .form-item:nth-child(1) .input {
    border: solid 1px #c2c1c1;
    border-radius: 4px;
  }
  .listing-filter .form-item:nth-child(2) .select {
    border-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .listing-filter .form-item:nth-child(3) .select {
    border-right: solid 1px #c2c1c1;
    border-left: none;
    border-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .listing-filter .form-item:nth-child(3) {
    clear: none;
  }
  .listing-filter .form-item:nth-child(4), .layout.side .listing-filter .form-item:nth-child(4) {
    max-width: 48%;
    margin-right: 4%;
    clear: none;
    float: left;
  }
  .listing-filter .form-item:nth-child(4) .select.price:nth-child(1) {
    border-radius: 4px;
  }
  .listing-filter .form-item:nth-child(5), .layout.side .listing-filter .form-item:nth-child(5) {
    max-width: 48%;
    clear: none;
    float: left;
  }
  #oh-date-range {
    width: 254px;
    /* Home page filter */
  }
  .home-page #container-flash .listing-filter .form-item:nth-child(4), .landing-page #container-flash .listing-filter .form-item:nth-child(4) {
    margin-right: 0;
  }
  .home-page #container-flash .listing-filter .form-item:nth-child(5), .landing-page #container-flash .listing-filter .form-item:nth-child(5) {
    clear: none;
  }
  .home-page #container-flash .listing-filter .form-item.info-text, .landing-page #container-flash .listing-filter .form-item.info-text {
    display: none !important;
    /* Features list block */
  }
  .features-holder ul.features-table-list {
    /* Chrome, Safari, Opera */
    -webkit-column-count: 1;
    /* Firefox */
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .listing-filter select, .listing-filter textarea, .listing-filter input[type="text"], .listing-filter input[type="password"], .listing-filter input[type="datetime"], .listing-filter input[type="datetime-local"], .listing-filter input[type="date"], .listing-filter input[type="month"], .listing-filter input[type="time"], .listing-filter input[type="week"], .listing-filter input[type="number"], .listing-filter input[type="email"], .listing-filter input[type="url"], .listing-filter input[type="search"], .listing-filter input[type="tel"], .listing-filter input[type="color"] {
    font-size: 13px !important;
    /* Grid */
  }
  .properties .property-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Collapsing Description */
  }
  .property-description.reduced-desc {
    height: 240px;
  }
}
@media screen and (max-width: 450px) {
  #property-top-bar .address, #property-top-bar a {
    display: none;
  }
  #property-top-bar a.back {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .listing-filter .form-item, .layout.side .listing-filter .form-item {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .listing-filter .form-item .select, .listing-filter .form-item .input, .layout.side .listing-filter .form-item .select, .layout.side .listing-filter .form-item .input {
    border: solid 1px #c2c1c1 !important;
    border-radius: 4px !important;
  }
  .listing-filter .form-item .two-col .select, .layout.side .listing-filter .form-item .two-col .select {
    max-width: 48% !important;
    /* Container Flash listing filter */
  }
  #container-flash .listing-filter .form-item {
    border-bottom: none !important;
  }
  #container-flash .listing-filter .form-item .input, #container-flash .listing-filter .form-item .select {
    border-top: none !important;
  }
  #container-flash .listing-filter .form-item .two-col .select, #container-flash .listing-filter .form-item .two-col .select {
    width: 50% !important;
    max-width: 50% !important;
  }
  #container-flash .listing-filter .form-item .two-col .select:nth-child(2) {
    border-left: none !important;
  }
  .home-page #container-flash .listing-filter .form-item, .landing-page #container-flash .listing-filter .form-item {
    border-radius: 4px !important;
  }
  #sort-dropdown, p.listing-count {
    float: none;
    display: block;
    margin-bottom: 0.8em;
    padding-left: 0px;
  }
  #sort-dropdown {
    margin-bottom: 0.4em;
  }
  #oh-date-range {
    width: 280px;
  }
  p.listing-count {
    margin-top: 0.8em;
  }
}
