@charset "UTF-8";
button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #43AEB8;
  border: 0;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Praxis W01 Light";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover {
  background-color: #43AEB8;
}

a.blackbox, div.blackbox {
  color: #1D252D;
  font-family: "Praxis W01 Light";
  font-size: 0.75em;
  text-transform: uppercase;
  border: 2px solid #1D252D;
  transition: all 0.5s ease-in-out;
  padding: 5px 10px;
  margin: 0 1px;
}

div.blackbox {
  display: inline-block;
  background-color: white;
  transition: all 0.5s ease-in-out;
  padding: 5px 10px;
}

div.blackbox a {
  color: #1D252D;
  display: block;
  white-space: nowrap;
}

a.blackbox:hover, div.blackbox:hover, .local-schools .school-info a.blackbox:hover, .local-schools .school-info a.blackbox.active, a.blackbox.active, div.blackbox.active {
  background-color: #1D252D;
  border: 2px solid #1D252D;
  color: white;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  padding: 5px 10px;
}

a.blackbox:hover label, div.blackbox:hover label, .local-schools .school-info a.blackbox:hover label, .local-schools .school-info a.blackbox.active label, a.blackbox.active label, div.blackbox.active label {
  cursor: pointer;
}

a.blackbox:hover a, div.blackbox:hover a, .local-schools .school-info a.blackbox:hover a, .local-schools .school-info a.blackbox.active a, a.blackbox.active a, div.blackbox.active a {
  color: white;
}

a.whitebox, div.whitebox {
  color: white;
  font-family: "Praxis W01 Light";
  font-size: 0.75em;
  text-transform: uppercase;
  border: 2px solid white;
}

div.whitebox {
  display: inline-block;
  background-color: #1D252D;
  transition: all 0.5s ease-in-out;
  padding: 5px 10px;
}

div.whitebox a {
  color: white;
  display: block;
  white-space: nowrap;
}

a.whitebox:hover, div.whitebox:hover, a.whitebox.active, div.whitebox.active {
  background-color: white;
  border: 2px solid #1D252D;
  color: #1D252D;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  padding: 5px 10px;
}

a.whitebox:hover label, div.whitebox:hover label, a.whitebox.active label, div.whitebox.active label {
  cursor: pointer;
}

a.whitebox:hover a, div.whitebox:hover a, a.whitebox.active a, div.whitebox.active a {
  color: #1D252D;
  display: block;
}

div.bigger:hover {
  padding: 0.75em 1.2em;
}

div.bigger {
  display: inline-block;
  font-size: 1em;
  padding: 0.75em 1.2em;
  text-align: center;
  margin: 1.2em auto 0;
  min-width: 170px;
}

label.bigger {
  display: inline-block;
  min-width: 170px;
}

.ripplelink {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
  z-index: 0;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  animation: ripple 0.65s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li.indent,
ol li.indent {
  padding-left: 1.5em;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  width: 100%;
}

th {
  border-bottom: 1px solid #161c22;
  font-weight: 400;
  padding: 0.75em;
  text-align: left;
}

td {
  border-bottom: 1px solid #1D252D;
  padding: 0.75em;
  text-align: left;
  white-space: nowrap;
}

tr,
td,
th {
  vertical-align: middle;
}

table {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-radius: 0px;
  border-spacing: 0;
  width: 100%;
}

table tbody {
  background-color: #fcfcfc;
}

table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: #efefef;
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tbody tr:nth-child(even):hover > td {
  background-color: #f4f4f4;
}

table thead:first-of-type tr:first-child > th:first-child {
  border-top-left-radius: 0px;
}

table thead:first-of-type tr:first-child > th:last-child {
  border-top-right-radius: 0px;
}

table tbody:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 0px;
}

table tbody:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 0px;
}

table thead th {
  background-color: white;
  border-bottom: 0;
  border-left: 1px solid #75787b;
  padding: 0.5em;
  text-align: left;
}

table thead th:first-child {
  border-left: 0;
}

table tbody {
  background-color: #fcfcfc;
}

table tbody td {
  border-bottom: 0;
  border-left: 1px solid #8f9294;
  border-top: 1px solid #c3c5c6;
  padding: 0.5em;
  font-size: 0.9em;
}

table tbody td:first-child {
  border-left: 0;
}

table tbody td button {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5;
  margin-bottom: 0.3em;
  margin-right: 0.5em;
  outline: none;
  padding: 0.3em 1em;
  width: 100%;
}

@media screen and (min-width: 600px) {
  table tbody td button {
    margin-bottom: 0;
    width: auto;
  }
}
.auctionResults table tr td:nth-child(5), th:nth-child(5) {
  display: none;
}

.auctionResults table tr th {
  font-size: 0.875em;
}

.auctionResults ul.region {
  margin: 0 auto 10px auto;
  width: 80%;
}

.auctionResults ul.region li {
  display: inline-block;
  margin: 5px 0;
}

@media screen and (max-width: 720px) {
  .auctionResults table tr td {
    font-size: 0.8em;
  }

  .auctionResults table tr td:nth-child(4), th:nth-child(4) {
    display: none;
  }
}
body {
  color: #1D252D;
  font-family: "Praxis W01 Light";
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5;
}

h1 {
  font-family: "Bauer Bodoni Pro_1 W01 Roman";
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Praxis W01 Light";
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 0.75em;
}

h1 {
  font-family: "Bauer Bodoni Pro_1 W01 Roman";
  font-weight: 400;
  position: relative;
}

@media screen and (min-width: 966px) {
  h1 {
    font-size: 2.8125em;
  }
}
@media screen and (max-width: 965px) {
  h1 {
    font-size: 2.125em;
  }
}
@media screen and (max-width: 720px) {
  h1 {
    font-size: 1.875em;
    line-height: 1.1;
  }
  .copy h1 {
    font-size: 1.875em;
  }
}
h2 {
  font-family: "Bauer Bodoni Pro_1 W01 Roman";
  font-size: 1.875em;
  font-weight: 400;
  position: relative;
}

h3 {
  font-family: "Praxis W01 Light";
  font-size: 1.25em;
  letter-spacing: 1px;
}

.center-text h1 {
  max-width: 98%;
  margin-right: auto;
  margin-left: auto;
}

.center-text h2 {
  max-width: 450px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}

h1.nopad, h2.nopad {
  padding-bottom: 0;
  margin-bottom: 0;
}

p {
  margin: 0 0 1.5em;
}

strong {
  font-family: "Praxis W01 Regular";
  font-weight: 900;
}

a {
  color: #43AEB8;
  text-decoration: none;
  transition: color 150ms ease;
}

#surrounding-suburbs a:active, #surrounding-suburbs a:focus, #surrounding-suburbs a:hover {
  color: #32838a;
}

hr {
  border-bottom: 1px solid;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

figure {
  margin: 0;
}

.white {
  color: white;
}

.size20 {
  font-size: 1.25em;
}

.size16 {
  font-size: 1em;
}

.size14 {
  font-size: 0.875em;
}

.center-text .size20 {
  width: 850px;
  max-width: 98%;
}

.center-text .size16 {
  width: 629px;
  max-width: 98%;
}

.center-text .size14 {
  width: 550px;
  max-width: 98%;
}

.center-text .size20, .center-text .size16, .center-text .size14 {
  margin: 0 auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ;
  /*lte IE 8*/
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 966px) {
  .slick-prev {
    left: -25px;
  }

  [dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
  }

  .slick-next {
    right: -25px;
  }

  [dir=rtl] .slick-next {
    left: -25px;
    right: auto;
  }
}
/* Dots */
.slick-slider {
  margin-bottom: 10px;
}

.slick-dots {
  position: absolute;
  bottom: -15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  height: auto;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: '/images/rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  padding: 6px 5px 6px;
}

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }

  .rsDefault .rsThumbsHor {
    height: 44px;
  }

  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  box-shadow: inset 1px 0 0 #fff;
}

.rsDefault .rsTab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -moz-llinear-gradient(to bottom, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  transition: 0.3s;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control {
  position: relative;
  display: inline-block;
  text-align: left;
}

.refine-search .selectize-control {
  margin: 0 2px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
}

.home .selectize-dropdown,
.home .selectize-input,
.home .selectize-input input {
  font-size: 16px;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 24px 8px 8px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 2px;
}

@media screen and (min-width: 966px) {
  form.main-search-bar .selectize-input {
    min-width: 120px;
  }
}
@media screen and (max-width: 965px) {
  form.main-search-bar .selectize-input {
    width: 90px;
  }
}
@media screen and (max-width: 720px) {
  form.main-search-bar .selectize-input {
    min-width: 140px;
  }
}
@media screen and (min-width: 966px) {
  body.home form.main-search-bar .selectize-input {
    min-width: 130px;
  }
}
@media screen and (max-width: 965px) {
  body.home form.main-search-bar .selectize-input {
    width: 90px;
  }
}
@media screen and (max-width: 720px) {
  body.home form.main-search-bar .selectize-input {
    min-width: 140px;
  }
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input:focus, .selectize-input:hover {
  border-color: #b7b7b7;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 100;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  min-width: 120px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  background: #ffffff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
  width: 100%;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 39px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -2px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ffffff transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * selectize.legacy.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
#selectize_wrapper .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  border: 0 none !important;
}

#selectize_wrapper .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

#selectize_wrapper .selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#selectize_wrapper .selectize-dropdown-header {
  position: relative;
  padding: 7px 10px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
}

#selectize_wrapper .selectize-dropdown-header-close {
  position: absolute;
  right: 10px;
  top: 50%;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

#selectize_wrapper .selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

#selectize_wrapper .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

#selectize_wrapper .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

#selectize_wrapper .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

#selectize_wrapper .selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

#selectize_wrapper .selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 0px solid #74b21e;
  box-sizing: border-box;
}

#selectize_wrapper .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

#selectize_wrapper .selectize-control {
  position: relative;
}

#selectize_wrapper .selectize-dropdown,
#selectize_wrapper .selectize-input,
#selectize_wrapper .selectize-input input {
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

#selectize_wrapper .selectize-input,
#selectize_wrapper .selectize-control.single .selectize-input.input-active {
  background: rgba(255, 255, 255, 0.8);
  cursor: text;
  display: inline-block;
}

#selectize_wrapper .selectize-input {
  border: 1px solid #d0d0d0;
  padding: 14px 10px 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 2px;
}

#selectize_wrapper .selectize-control.multi .selectize-input.has-items {
  padding: 11px 10px 10px;
}

#selectize_wrapper .selectize-input.disabled,
#selectize_wrapper .selectize-input.disabled * {
  cursor: default !important;
}

#selectize_wrapper .selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

#selectize_wrapper .selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 4px 4px 0;
  padding: 1px 5px;
}

#selectize_wrapper .selectize-control.multi .selectize-input > div.active {
  border: 1px solid #6f9839;
}

#selectize_wrapper .selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  box-shadow: none !important;
}

#selectize_wrapper .selectize-input > input::-ms-clear {
  display: none;
}

#selectize_wrapper .selectize-input > input:focus {
  outline: none !important;
}

#selectize_wrapper .selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

#selectize_wrapper .selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

#selectize_wrapper .selectize-dropdown {
  position: absolute;
  z-index: 10000;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  border-radius: 0 0 3px 3px;
}

#selectize_wrapper .selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

#selectize_wrapper .selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}

#selectize_wrapper .selectize-dropdown [data-selectable],
#selectize_wrapper .selectize-dropdown .optgroup-header {
  padding: 7px 10px;
}

#selectize_wrapper .selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

#selectize_wrapper .selectize-dropdown .optgroup-header {
  background: #f8f8f8;
  cursor: default;
}

#selectize_wrapper .selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

#selectize_wrapper .selectize-control.single .selectize-input,
#selectize_wrapper .selectize-control.single .selectize-input input {
  cursor: pointer;
}

#selectize_wrapper .selectize-control.single .selectize-input.input-active,
#selectize_wrapper .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

#selectize_wrapper .selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

#selectize_wrapper .selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
}

#selectize_wrapper .selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

#selectize_wrapper .selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

#selectize_wrapper .selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

#selectize_wrapper .selectize-control.single .selectize-input,
#selectize_wrapper .selectize-dropdown.single {
  border-color: #b8b8b8;
}

#selectize_wrapper .selectize-dropdown .optgroup-header {
  font-weight: bold;
  font-size: 0.8em;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.home .selectize-control.single .selectize-input,
.home .selectize-control.single .selectize-input input {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

.home .selectize-dropdown {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100000;
}

.home .selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 2px;
}

.flex-boxes {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
  clear: both;
  text-align: center;
  position: relative;
}

.flex-boxes::after {
  clear: both;
  content: "";
  display: table;
}

.flex-boxes .flex-box {
  transition: all 0.5s ease-in-out;
  box-flex: 2;
  -moz-flex: 2 2 15em;
  flex: 2 2 15em;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  background: white;
  border-radius: 0px;
  border: 0px solid #f2f2f2;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  margin: 0.6em;
  padding: 0;
  text-decoration: none;
  position: relative;
}

.flex-boxes .flex-box figure {
  margin: 0;
}

.flex-boxes .flex-box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 1em;
  opacity: 1;
}

.flex-boxes .flex-box .flex-title {
  pointer-events: none;
  color: rgba(29, 37, 45, 0.7);
  font-size: 1.25em;
  font-weight: 200;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  padding: 0 2px;
  position: relative;
}

.flex-boxes .flex-box .flex-title .address {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex-boxes .flex-box .flex-details {
  pointer-events: none;
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.5em;
  padding: 0.75em 0;
  margin: 0 2em;
  color: #1D252D;
  position: relative;
}

.flex-boxes .flex-box .flex-details div {
  margin-left: -20px;
}

.flex-boxes .flex-box .flex-details .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
}

.flex-boxes .flex-box .flex-details .icon-bed {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.flex-boxes .flex-box .flex-details .icon-bath {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.flex-boxes .flex-box .flex-details .icon-car {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.flex-boxes .flex-box:focus, .flex-boxes .flex-box:hover {
  border: 0px solid #ddd;
}

.flex-boxes .flex-box.mix {
  display: none;
}

.flex-boxes .textGrid {
  margin: 1em;
  box-shadow: none;
  width: 30%;
}

.flex-boxes .textGrid:focus, .flex-boxes .textGrid:hover {
  box-shadow: none;
}

.flex-boxes .contentBlockImageGrid {
  margin: 1em 0;
  padding: 10px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}

.flex-boxes .contentBlockImageGrid a {
  color: #1D252D;
}

.flex-boxes .contentBlockImageGrid img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 1em;
  opacity: 1;
}

.flex-boxes .imageGrid {
  margin: 1em 2.5em;
  padding: 0 15px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}

.flex-boxes .imageGrid:focus, .flex-boxes .imageGrid:hover {
  box-shadow: none;
  background-color: #fafafa;
  transition: all 0.5s ease-in-out;
}

.flex-boxes .imageGrid img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 1em;
  opacity: 1;
}

.flex-boxes .flex-box.gap {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.flex-boxes .flex-box-big {
  box-flex: 2;
  -moz-flex: 2 2 35em;
  flex: 2 2 35em;
}

.flex-boxes .flex-box-big.map {
  border: 0px solid #ddd;
}

@media screen and (min-width: 966px) {
  section.search-results #sub-top-bar {
    width: 100%;
  }

  section.search-results .flex-boxes {
    float: left;
    width: 65%;
    position: relative;
    z-index: 50;
  }
}
@media screen and (max-width: 965px) {
  section.search-results #sub-top-bar {
    width: 100%;
  }

  section.search-results .flex-boxes {
    width: 100%;
    position: relative;
    z-index: 50;
    display: none;
  }
}
@media screen and (max-width: 720px) {
  section.search-results #sub-top-bar {
    width: 100%;
  }

  section.search-results .flex-boxes {
    width: 100%;
    position: relative;
    z-index: 50;
    box-shadow: none;
    display: none;
  }
}
.listing-agents .flex-boxes .flex-box:focus, .listing-agents .flex-boxes .flex-box:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.slider {
  clear: both;
  text-align: center;
}

.slider .flex-box {
  transition: all 0.5s ease-in-out;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 0px;
  display: block;
  margin: 0.6em;
  padding: 0;
  text-decoration: none;
  outline: none;
  position: relative;
}

.slider .flex-box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 1em;
  opacity: 1;
}

.slider .flex-box .flex-title {
  color: rgba(29, 37, 45, 0.7);
  font-size: 1.25em;
  font-weight: 200;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  padding: 0 4px;
  overflow: hidden;
  position: relative;
}

.slider .flex-box .flex-details {
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.5em;
  padding: 0.75em 0;
  margin: 0;
  color: #1D252D;
  position: relative;
}

.slider .flex-box .flex-details div {
  padding-top: 10px;
}

.slider .flex-box .flex-details .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
}

.slider .flex-box .flex-details .icon-bed {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.slider .flex-box .flex-details .icon-bath {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.slider .flex-box .flex-details .icon-car {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.slider .flex-box:focus, .slider .flex-box:hover {
  border: 0px solid #ddd;
  box-shadow: 0 2px 8px 0 rgba(29, 37, 45, 0.4);
  transition: all 0.5s ease-in-out;
}

.slider .flex-box-big {
  box-flex: 2;
  -moz-flex: 2 2 35em;
  flex: 2 2 35em;
}

.mix-flex-boxes {
  display: inline-block;
  text-align: center;
}

.mix-flex-boxes .mix {
  transition: all 0.2s ease-in-out;
  box-flex: 2;
  -moz-flex: 2;
  flex: 2;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  display: inline-block;
  background: white;
  border-radius: 0px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  margin: 7px 5px;
  padding: 0;
  text-decoration: none;
}

.mix-flex-boxes .flex-box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 1em;
  opacity: 1;
}

.mix-flex-boxes .flex-box .flex-title {
  color: rgba(29, 37, 45, 0.7);
  font-size: 1.25em;
  font-weight: 200;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

.mix-flex-boxes .flex-box .flex-details {
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.5em;
  padding: 0.75em 1.5em;
  margin: 0 2em;
  color: #1D252D;
}

.mix-flex-boxes .flex-box .flex-details div {
  margin-left: -20px;
}

.mix-flex-boxes .flex-box .flex-details .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
}

.mix-flex-boxes .flex-box .flex-details .icon-bed {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.mix-flex-boxes .flex-box .flex-details .icon-bath {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.mix-flex-boxes .flex-box .flex-details .icon-car {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.mix-flex-boxes .flex-box:focus img, .mix-flex-boxes .flex-box:hover img {
  opacity: 0.7;
}

.mix-flex-boxes .flex-box-big {
  box-flex: 2;
  -moz-flex: 2 2 35em;
  flex: 2 2 35em;
}

.dropdown {
  line-height: 1.5;
  width: 100%;
}

.dropdown .dropdown-container {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
}

.dropdown .dropdown-button {
  background: rgba(255, 255, 255, 0.8);
  color: #303030;
  cursor: pointer;
  float: right;
  font-size: 1em;
  line-height: 51px;
  margin: 0;
  padding: 0 2.5em 0 0.6666666667em;
  position: relative;
  width: 100%;
  text-align: left;
  border-radius: 2px;
}

.dropdown .dropdown-button:hover {
  background-color: #eaeaea;
}

.dropdown .dropdown-button:after {
  color: white;
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
}

.dropdown .dropdown-menu {
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  border: 0px solid white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #303030;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: show;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%;
  z-index: 99999;
}

.dropdown .dropdown-menu li {
  border-bottom: 1px solid white;
  color: #303030;
  list-style: none;
  padding: 0.5em;
}

.dropdown .dropdown-menu li:hover {
  background: #eaeaea;
}

.dropdown .dropdown-menu li:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.dropdown .dropdown-menu li:last-child {
  border: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.dropdown .show-menu {
  display: block;
}

.vertical-tabs-container {
  border-radius: 0px;
  border: 1px solid #ddd;
  margin-bottom: 1.5em;
  overflow: hidden;
  border: 2px solid #1D252D;
  width: 99%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

.vertical-tabs-container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 600px) {
  .vertical-tabs-container {
    height: 500px;
  }
}
.vertical-tabs-container li {
  list-style: none;
}

.vertical-tabs-container strong {
  color: #43AEB8;
}

.vertical-tabs-container a {
  color: #1D252D;
  text-decoration: none;
}

.vertical-tabs-container .vertical-tabs {
  display: none;
}

@media screen and (min-width: 600px) {
  .vertical-tabs-container .vertical-tabs {
    display: inline;
    float: right;
    height: 500px;
    width: 35%;
    text-align: left;
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }

  .vertical-tabs-container .vertical-tabs .address, .vertical-tabs-container .vertical-tabs .tabs {
    margin: 10px 30px 0 30px;
  }

  .vertical-tabs-container .vertical-tabs .address {
    flex: 1 0 auto;
  }
  .vertical-tabs-container .vertical-tab {
    border-top: 1px solid #ddd;
    display: block;
    margin-right: -1px;
    padding: 1.25em 0.809em;
    background-position: 1px center;
  }

  .vertical-tabs-container .vertical-tab:first-child {
    border-top: 1px solid #fff;
  }

  .vertical-tabs-container .vertical-tab.is-active {
    background-color: white;
    background-position: 1px center;
    margin-right: -1px;
  }
}
.vertical-tabs-container a.vertical-tab-accordion-heading,
.vertical-tabs-container a.vertical-tab {
  color: #1D252D;
  text-align: center;
}

.vertical-tabs-container a.vertical-tab:hover {
  color: #43AEB8;
}

.vertical-tabs-container .vertical-tab:focus {
  outline: none;
}

.vertical-tabs-container .vertical-tab-content-container {
  display: block;
  margin: 0 auto;
}

.vertical-tabs-container .vertical-tab-content-container a:focus {
  outline: none;
}

@media screen and (min-width: 600px) {
  .vertical-tabs-container .vertical-tab-content-container {
    height: 500px;
    width: 65%;
    background-color: white;
    display: inline-block;
  }
}
.vertical-tabs-container .vertical-tab-content {
  background-color: white;
  padding: 0;
}

.vertical-tabs-container .vertical-tab-content p {
  color: #1D252D;
  line-height: 1.5;
}

.vertical-tabs-container .vertical-tab-content .agent-details {
  color: #43AEB8;
}

.vertical-tabs-container .vertical-tab-content a {
  color: white;
}

@media screen and (min-width: 600px) {
  .vertical-tabs-container .vertical-tab-content {
    border: none;
    display: none;
  }
}
.vertical-tabs-container .vertical-tab-accordion-heading {
  background-color: #fff;
  border-top: 1px solid #ddd;
  cursor: pointer;
  display: block;
  padding: 0.75em 0.809em;
}

.vertical-tabs-container .vertical-tab-accordion-heading:focus, .vertical-tabs-container .vertical-tab-accordion-heading:hover {
  color: #43AEB8;
}

.vertical-tabs-container .vertical-tab-accordion-heading:first-child {
  border-top: none;
}

.vertical-tabs-container .vertical-tab-accordion-heading.is-active {
  background: white;
  border-bottom: none;
}

@media screen and (min-width: 600px) {
  .vertical-tabs-container .vertical-tab-accordion-heading {
    display: none;
  }
}
.vertical-tabs-container #map_canvas {
  height: 500px;
}

body.agent-detail .vertical-tabs-container .vertical-tab:first-child {
  border-top: 1px solid #ddd;
}

.horizontal-tabs-container {
  border-radius: 0px;
  margin-bottom: 0;
  overflow: hidden;
}

.horizontal-tabs-container::after {
  clear: both;
  content: "";
  display: table;
}

.horizontal-tabs-container li {
  list-style: none;
}

.horizontal-tabs-container a {
  text-decoration: none;
}

.horizontal-tabs-container .horizontal-tabs {
  display: block;
  margin: 20px auto;
  text-align: center;
  position: relative;
}

.horizontal-tabs-container .horizontal-tab {
  background-color: white;
  border: 2px solid #1D252D;
  display: inline-block;
  font-weight: bold;
  margin: 0 -3px;
  padding: 0.75em 0.809em;
  transition: all 0.5s ease-in-out;
  min-width: 120px;
}

@media screen and (max-width: 720px) {
  .horizontal-tabs-container .horizontal-tab {
    min-width: 90px;
  }
}
.horizontal-tabs-container .horizontal-tab.is-active {
  background-color: #1D252D;
  color: white;
}

.horizontal-tabs-container .horizontal-tab:hover {
  background: #1d252d;
  transition: all 0.5s ease-in-out;
  color: white;
}

.horizontal-tabs-container .horizontal-tab-small {
  padding: 2px 0;
}

.horizontal-tabs-container a.horizontal-tab-accordion-heading,
.horizontal-tabs-container a.horizontal-tab {
  color: #1D252D;
}

.horizontal-tabs-container .horizontal-tab:focus {
  outline: none;
}

.horizontal-tabs-container .horizontal-tab-content-container {
  display: block;
  margin: 0 auto;
}

.horizontal-tabs-container .horizontal-tab-content-container a:focus {
  outline: none;
}

@media screen and (min-width: 600px) {
  .horizontal-tabs-container .horizontal-tab-content-container {
    background-color: white;
    display: inline-block;
  }
}
.horizontal-tabs-container .horizontal-tab-content {
  overflow: visible;
  padding-bottom: 3px;
}

@media screen and (min-width: 600px) {
  .horizontal-tabs-container .horizontal-tab-content {
    border: none;
  }
}
.expander {
  width: 100%;
  text-align: left;
}

.expander .expander-trigger {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #1D252D;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  padding: 1.2em 0;
  text-decoration: none;
  background-size: 15px;
  border-top: 1px solid #ddd;
}

.expander .expander-trigger:before {
  margin-right: 0.5em;
  border-bottom: 1px solid #ddd;
}

.expander .expander-content p {
  color: #1D252D;
  line-height: 1.5;
}

.expander .expander-hidden {
  background-size: 15px;
}

.expander .expander-hidden + .expander-content {
  display: none;
}

#js-expander-content div a.expander-trigger {
  background-size: 15px;
}

#js-expander-content div a.expander-hidden {
  background-size: 15px;
}

.modal label {
  cursor: pointer;
  margin-bottom: 0;
}

.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}

.modal .modal-state {
  display: none;
}

.modal .modal-fade-screen {
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999;
}

@media screen and (min-width: 1100px) {
  .modal .modal-fade-screen {
    padding-top: 5em;
  }
}
.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal .modal-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
}

.modal .modal-close:after, .modal .modal-close:before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  transform: rotate(45deg);
  height: 1.5em;
  width: 0.15em;
  background: #1D252D;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
}

.modal .modal-close:hover:after, .modal .modal-close:hover:before {
  background: #090c0e;
}

.modal .modal-close:before {
  transform: rotate(-45deg);
}

.modal .modal-inner {
  transition: opacity 0.25s ease;
  background: #fff;
  border-radius: 0px;
  margin-top: 0;
  margin: auto;
  overflow: auto;
  padding: 0.5em;
  position: relative;
  width: 100%;
  z-index: 10000000000000000;
  box-shadow: 0 4px 5px 0 rgba(221, 221, 221, 0.14), 0 1px 10px 0 rgba(221, 221, 221, 0.12), 0 2px 4px -1px rgba(221, 221, 221, 0.9);
  border: 1px solid rgba(221, 221, 221, 0.14);
  padding-left: 1em !important;
}

@media screen and (min-width: 600px) {
  .modal .modal-inner {
    padding: 1em;
    width: 60%;
  }
}
@media screen and (min-width: 1100px) {
  .modal .modal-inner {
    width: 50%;
    max-width: 300px;
  }
}
.modal .modal-inner h1 {
  color: #1D252D;
  text-align: left;
  text-transform: capitalize;
}

.modal .modal-inner p {
  color: #1D252D;
  line-height: 1.5;
}

.modal .modal-inner .modal-intro {
  margin-bottom: 1em;
}

.modal .modal-inner .modal-content {
  color: #1D252D;
}

.modal .modal-inner a.cta {
  color: #fff;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}

.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}

.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}

.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}

.modal-open {
  overflow: hidden;
}

.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0;
}

.modal .modal-inner {
  padding-left: 5px;
}

.modal.floorplan-modal .modal-inner {
  /*width: 100% !important;*/
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  padding-top: 6px;
  padding-bottom: 0;
  background-color: white;
  z-index: 99999;
}

.imageHolder {
  /*    border-top: 1px solid #e5e5e5;
    width: 99%;
    height: 130%;
    min-height: 100%;
    top:30px;*/
  height: 100%;
  position: absolute;
  text-align: center;
}

.imageHolder img {
  /*    width: auto;*/
  /*    height: 100%;*/
  /*    top:-100px;*/
  position: relative;
  z-index: 9999999999;
}

form.subscribe h3 {
  font-family: "Praxis W01 Light";
  font-size: 1.375em;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
}

form.subscribe input {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  padding: 1.25em 0.809em;
  border: 2px solid #1D252D;
  font-family: "Praxis W01 Light";
  font-size: 0.875em;
}

form.subscribe input:last-child {
  margin-right: 0;
}

form.subscribe input:focus {
  outline: none;
}

form.subscribe button {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  transition: background 0.5s linear;
  padding: 1.0714285714em 0.809em;
  height: 56px;
  border: 0px solid #1D252D;
  background-color: #1D252D;
  color: white;
  font-family: "Praxis W01 Light";
  font-size: 0.875em;
  text-transform: uppercase;
}

form.subscribe button:last-child {
  margin-right: 0;
}

form.subscribe button:focus {
  outline: none;
}

form.subscribe button:hover {
  background-color: #313f4c;
}

form.contact label {
  display: none;
}

form.contact div.input label {
  display: block;
  text-align: left;
  width: 50%;
  float: left;
}

form.contact div.input label input[type=radio] {
  width: 20px;
  float: left;
  margin: 4px 10px 0 50px;
  border-radius: 50%;
}

form.contact p {
  font-size: 0.875em;
}

form.contact h3 {
  font-family: "Praxis W01 Light";
  font-size: 1.375em;
  line-height: 1em;
  font-weight: 800;
  text-align: left;
  padding: 10px 0 0 0;
}

form.contact input, form.contact textarea {
  padding: 20px 5px 10px;
  border: 0px;
  border-bottom: 2px solid #1D252D;
  font-family: "Praxis W01 Light";
  font-size: 0.875em;
  width: 100%;
}

form.contact input:focus, form.contact textarea:focus {
  outline: none;
}

form.contact button {
  width: 100%;
  padding: 1.25em 0.809em;
  margin: 1.25em 0;
  border: 0px solid #1D252D;
  background-color: #1D252D;
  color: white;
  font-family: "Praxis W01 Light";
  font-size: 0.875em;
  text-transform: uppercase;
}

form.contact button:focus {
  outline: none;
}

form.contact button:hover {
  background-color: #313f4c;
}

form.enquire {
  padding: 10px 15px;
}

form.enquire label {
  display: none;
}

form.enquire p {
  font-size: 0.875em;
}

form.enquire h3 {
  font-family: "Praxis W01 Light";
  font-size: 1.375em;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
  padding: 10px 0 0 0;
}

form.enquire input, form.enquire textarea {
  padding: 20px 5px 10px;
  border: 0px;
  border-bottom: 2px solid #1D252D;
  font-family: "Praxis W01 Light";
  font-size: 0.875em;
  width: 100%;
}

form.enquire input:focus, form.enquire textarea:focus {
  outline: none;
}

form.enquire button {
  width: 100%;
  padding: 1.25em 0.809em;
  margin: 1.25em 0;
  border: 0px solid #1D252D;
  background-color: #1D252D;
  color: white;
  font-family: "Praxis W01 Light";
  font-size: 0.875em;
  text-transform: uppercase;
}

form.enquire button:focus {
  outline: none;
}

form.enquire button:hover {
  background-color: #313f4c;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.form__label, .form__note, .hidden_label label, .formBuilder2Forms label, .formBuilder2Forms .required {
  display: none;
}

.formBuilder2Forms .instructions p {
  margin: 0;
}

.formBuilder2Forms p.success-message {
  font-size: 20px;
}

.formBuilder2Forms p.error-message {
  color: red;
}

.form__field input, .formBuilder2Forms form input, .amForms form input, .amForms form .selectize-input, .amForms form textarea, .formBuilder2Forms form textarea {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  padding: 1.25em 0.809em;
  border: 2px solid #1D252D;
  font-family: "Praxis W01 Light";
  font-size: 0.875em;
  text-align: center;
}

.formBuilder2Forms form .selectize-input {
  width: 100%;
  padding: 1.25em 0.809em;
  border: 2px solid #1D252D;
  font-family: "Praxis W01 Light";
  font-size: 0.875em;
  text-align: center;
  border-radius: 0px;
  height: 56px;
}

.amForms .selectize-control, .formBuilder2Forms .selectize-control {
  width: 100%;
  display: block;
}

.formBuilder2Forms .selectize-dropdown-content {
  text-align: center;
  font-size: 0.875rem;
}

.amForms form button, .formBuilder2Forms form button {
  display: block;
  width: 100%;
  padding: 1.25em 0.809em;
  height: 52px;
  border: 2px solid #1D252D;
  background-color: #1D252D;
  transition: all 0.5s ease-in-out;
  color: white;
  font-family: "Praxis W01 Light";
  font-size: 0.875em;
  text-transform: uppercase;
}

.amForms form button:hover, .formBuilder2Forms form button:hover {
  color: #1D252D;
  background-color: white;
  transition: all 0.5s ease-in-out;
}

.formBuilder2Forms form div.submit {
  max-width: 311px;
  margin: 0 auto;
}

#currentTenants, #projectInterest {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#currentTenants::after, #projectInterest::after {
  clear: both;
  content: "";
  display: table;
}

.maintenance-details textarea {
  height: 175px;
}

#currentTenants fieldset {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}

#currentTenants fieldset h1 {
  background-color: #1D252D;
  border-radius: 50%;
  width: 70px;
  padding: 10px;
  height: 70px;
  color: white;
}

#currentTenants fieldset:last-child {
  margin-right: 0;
}

#currentTenants fieldset:nth-of-type(3) {
  margin: 0;
}

@media screen and (max-width: 720px) {
  #currentTenants fieldset {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }

  #currentTenants fieldset:last-child {
    margin-right: 0;
  }
}
#projectInterest fieldset {
  width: 40%;
  float: left;
  margin: 0 1%;
}

@media screen and (max-width: 720px) {
  #projectInterest fieldset {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }

  #projectInterest fieldset:last-child {
    margin-right: 0;
  }
}
#registerYourInterest {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#registerYourInterest::after {
  clear: both;
  content: "";
  display: table;
}

#registerYourInterest fieldset {
  width: 48%;
  float: left;
  margin: 0 1%;
}

@media screen and (max-width: 720px) {
  #registerYourInterest fieldset {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }

  #registerYourInterest fieldset:last-child {
    margin-right: 0;
  }
}
#propertyData {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
}

#propertyData h3 {
  text-align: center;
}

input {
  text-rendering: geometricPrecision;
}

.search-bar {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 8px;
  height: 35px;
  overflow: visible;
}

.search-bar:last-child {
  margin-right: 0;
}

.search-bar::after {
  clear: both;
  content: "";
  display: table;
}

.search-bar div.content {
  position: relative;
  min-width: 840px;
}

.search-bar .selectize-control {
  margin: 0 3px;
}

.main-search-bar {
  margin-top: 8px;
  overflow: visible;
}

.main-search-bar .search-filters {
  margin: 0 auto;
  display: table;
}

.search-bar-search-wrapper {
  line-height: 2em;
  margin-right: 0;
  height: 70px;
}

.search-bar-search-wrapper.selectize-control {
  float: left;
  margin-right: 10px;
}

.search-bar-search-wrapper .dropdown-wrapper .selectize-control {
  float: right;
}

.search-filters .selectize-control {
  display: table-cell;
}

.sortOrder > div {
  width: 170px;
}

.search-tools {
  border-radius: 2px;
  width: 193px;
  float: left;
  text-align: left;
  z-index: 60;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.search-tools li {
  font-size: 13px;
  line-height: 2em;
  list-style: none;
}

.search-tools label {
  display: block;
  font-weight: 200;
  margin-bottom: 0.375em;
}

.search-tools .filters {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
  line-height: 1em;
}

@media screen and (min-width: 1100px) {
  .search-tools .filters {
    box-orient: horizontal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
.search-tools .filter {
  flex-shrink: 1;
  -ms-flex-negative: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

@media screen and (min-width: 1100px) {
  .search-tools .filter {
    margin-bottom: 0;
  }
}
.search-tools .filter > div {
  transition: border-color;
  background-color: white;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 0.8em;
  margin-bottom: 0.75em;
  padding: 0.7em;
  position: relative;
}

.search-tools .filter > div:focus, .search-tools .filter > div:hover {
  border-color: #b7b7b7;
}

.search-tools .filter > div label {
  cursor: pointer;
  margin-bottom: 0;
  height: auto;
  color: white;
  font-size: 13px;
}

.search-tools .filter > div label.summary:after {
  content: " ";
  display: block;
  position: absolute;
  top: 20px;
  right: 50px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ffffff transparent;
}

.search-tools .filter > div label.summary::after {
  content: " ";
  display: block;
  clear: left;
}

.search-tools .filter > div.hide-options label.summary:after {
  content: " ";
  display: block;
  position: absolute;
  top: 20px;
  right: 50px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: white transparent transparent transparent;
}

.search-tools .filter > div.hide-options label.summary::after {
  content: " ";
  display: block;
  clear: left;
}

.search-tools .filter .filter-list {
  margin: 1em 0 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px;
  border-radius: 3px;
}

.search-tools .filter .filter-list label {
  display: inline;
  color: #1d252d;
}

.search-tools .filter button.clear {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  font-size: 0.8em;
}

.search-tools .filter .hide-options {
  margin-bottom: 0;
}

.search-tools .filter .hide-options ol, .search-tools .filter .hide-options button {
  display: none;
}

.search-tools .trigger {
  margin-top: 1.5em;
}

.search-tools .trigger button {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
}

.search-filters {
  margin: 0 0 0 auto;
}

.search-filters .selectize-control {
  margin: 0 0 0 8.5px;
}

.home .filters .filter > div {
  font-size: 16px;
  height: auto;
}

.home .search-tools {
  width: 100%;
}

.home .search-tools li {
  font-size: 16px;
}

.home .search-tools .filter > div label.summary:after {
  margin-top: 3px;
}

#infscr-loading {
  position: fixed;
  z-index: 100000;
  bottom: 270px;
  left: 0;
  right: 0;
  width: 200px;
  margin: 100px auto;
}

.team.dropdown-wrapper {
  margin: 0 0 0 10px;
}

.team.dropdown-wrapper .dropdown .dropdown-button {
  line-height: 1;
  border: 1px solid #d0d0d0;
  color: #1D252D;
  padding: 8px;
  font-size: 0.875em;
  display: inline-block;
  min-width: 140px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 0;
}

.team.dropdown-wrapper .dropdown .dropdown-button:after {
  display: block;
  position: absolute;
  right: 1em;
  top: 8px;
}

.team.dropdown-wrapper .dropdown .dropdown-button:hover {
  background: rgba(234, 234, 234, 0.8);
}

.team.dropdown-wrapper .dropdown .dropdown-menu {
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  border: 1px solid #d0d0d0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 0;
  overflow: show;
  padding: 0;
  font-size: 0.875em;
  position: absolute;
  right: 0;
  top: 40px;
  width: 100%;
  z-index: 99999;
}

.team.dropdown-wrapper .dropdown .dropdown-menu a {
  color: #1D252D;
  padding: 8px;
  display: block;
}

.team.dropdown-wrapper .dropdown .dropdown-menu li {
  padding: 0px;
}

.team.dropdown-wrapper .dropdown .dropdown-menu li:hover {
  background-color: #ddd;
}

@media screen and (min-width: 966px) {
  .search-bar {
    display: none;
  }
}
body.home form.main-search-bar .dropdown-wrapper-refine .selectize-input {
  background-color: transparent;
  border: 1px solid transparent;
  color: white;
  font-size: 13px;
  font-weight: 900;
}

body.home form.main-search-bar .dropdown-wrapper-refine .selectize-input > div {
  margin-top: 1px;
}

#refine_search_form_open span img {
  width: 15px;
  height: auto;
  top: 3px;
  left: 10px;
  position: relative;
}

.search-bar.refine_search.search_visible {
  pointer-events: auto;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.search-bar.refine_search {
  position: fixed;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #d0d0d0;
  padding: 20px;
  height: auto;
  width: 100%;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.search-bar.refine_search #selectize_wrapper .selectize-input {
  background-color: white;
  border: 1px solid #d0d0d0;
  padding: 6px 8px 0;
  display: block;
  width: 100%;
  max-width: 330px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0;
  height: 36px;
}

.search-bar.refine_search #selectize_wrapper .selectize-input > input {
  font-size: 13px !important;
  width: 100%;
}

.search-bar.refine_search #selectize_wrapper .selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 7px;
}

.search-bar.refine_search #selectize_wrapper .selectize-input {
  font-size: 13px;
}

.search-bar.refine_search button[type=submit], .search-bar.refine_search form.main-search-bar button[type=submit] {
  width: 100%;
  border-radius: 0;
  height: 36px;
  padding: 0;
  font-size: 13px;
  border: 1px solid #43AEB8;
}

.search-bar.refine_search div.content {
  max-width: 720px;
  min-width: auto;
  margin: 10px auto;
}

.search-bar.refine_search .modal .modal-close {
  background-color: transparent;
}

.search-bar.refine_search .search-tools {
  margin: 0 3px;
  display: block;
  float: none;
  height: 43px;
  max-width: 301px;
  width: 100%;
  overflow: visible;
}

.search-bar.refine_search .selectize-control {
  margin: 0 0 0 2px;
  display: block;
  float: left;
  min-width: 120px;
  width: 49%;
  max-width: 150px;
}

.search-bar.refine_search #selectize_wrapper .selectize-control {
  max-width: 301px;
}

.search-bar.refine_search .sortOrder {
  max-width: 301px;
  width: 100%;
}

.dropdown-wrapper .selectize-control.single .selectize-input:after {
  right: 15px;
  border-color: #808080 transparent transparent;
}

section.first div.alpha {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 966px) {
  section.first div.alpha article {
    display: table-cell;
    width: 66.6666666667%;
  }

  section.first div.alpha article.property-description {
    display: none;
  }

  section.first div.alpha aside {
    display: table-cell;
    width: 33.3333333333%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    padding: 0;
  }

  section.first div.alpha aside.property-description {
    overflow-y: auto;
    vertical-align: top;
    padding: 10px 20px 10px 30px;
  }

  section.first div.alpha aside.property-description div {
    padding: 0 0 20px 0;
    font-weight: 200;
    line-height: 1.5rem;
  }

  section.first div.alpha aside.property-description h3 {
    font-family: "Praxis W01 Light";
    font-weight: 300;
    font-size: 1.875rem;
    margin: 15px 0;
  }
}
@media screen and (max-width: 965px) {
  section.first div.alpha article.property-description {
    display: block;
  }

  section.first div.alpha article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }

  section.first div.alpha article:last-child {
    margin-right: 0;
  }

  section.first div.alpha article.property-description {
    overflow-y: auto;
    vertical-align: top;
    padding: 0 10px 10px 10px;
  }

  section.first div.alpha article.property-description div {
    padding: 0 0 20px 0;
    text-align: left;
    font-weight: 200;
    line-height: 1.5rem;
  }

  section.first div.alpha article.property-description h3 {
    font-family: "Praxis W01 Light";
    font-weight: 300;
    font-size: 1.875rem;
    margin: 0 0 15px;
  }

  section.first div.alpha aside {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  section.first div.alpha article.property-description {
    display: block;
  }

  section.first div.alpha article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }

  section.first div.alpha article:last-child {
    margin-right: 0;
  }

  section.first div.alpha article.property-description {
    overflow-y: auto;
    vertical-align: top;
    padding: 0 10px 10px 10px;
  }

  section.first div.alpha article.property-description div {
    padding: 0 0 20px 0;
    text-align: left;
    font-weight: 200;
    line-height: 1.625rem;
    font-size: 1.125em;
  }

  section.first div.alpha article.property-description h3 {
    font-family: "Praxis W01 Light";
    font-weight: 300;
    font-size: 1.5rem;
    margin: 0 0 15px;
  }

  section.first div.alpha aside {
    display: none;
  }
}
section.first div.alpha article {
  padding: 0;
}

section.first div.suburb-stats {
  margin-bottom: 10px;
}

section.first div.suburb-stats div.details {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  height: 130px;
  text-align: center;
  border: 2px solid #1D252D;
}

section.first div.suburb-stats div.details:last-child {
  margin-right: 0;
}

section.first div.suburb-stats div.details div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

section.first div.suburb-stats div.details div h3 {
  font-size: 2.375em;
  font-weight: 200;
}

@media screen and (min-width: 966px) {
  section.first aside.suburb-stats {
    margin-bottom: 10px;
  }

  section.first aside.suburb-stats div.details {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    height: 130px;
    text-align: center;
    border: 2px solid #1D252D;
  }

  section.first aside.suburb-stats div.details:last-child {
    margin-right: 0;
  }

  section.first aside.suburb-stats div.details div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  section.first aside.suburb-stats div.details div h3 {
    font-size: 2.375em;
    font-weight: 200;
  }

  section.first aside.property-details {
    margin-bottom: 10px;
  }

  section.first aside.property-details div.details {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    height: 90px;
    text-align: center;
    border: 2px solid #1D252D;
  }

  section.first aside.property-details div.details:last-child {
    margin-right: 0;
  }

  section.first aside.property-details div.details h3 {
    font-size: 2.375em;
    font-weight: 200;
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    margin: 0;
  }

  section.first aside.property-details div.details h3.smaller {
    font-size: 1.5rem;
    line-height: 1em;
  }

  section.first aside.property-details div.details h3.smaller span {
    font-size: 1.625rem;
  }

  section.first aside.property-details div.details p {
    margin: 6px 0;
  }
}
@media screen and (max-width: 965px) {
  section.first aside.suburb-stats {
    margin-bottom: 10px;
  }

  section.first aside.suburb-stats div.details {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    height: 130px;
    text-align: center;
    border: 2px solid #1D252D;
  }

  section.first aside.suburb-stats div.details:last-child {
    margin-right: 0;
  }

  section.first aside.suburb-stats div.details div {
    position: relative;
    top: 30%;
    transform: translateY(-50%);
  }

  section.first aside.suburb-stats div.details div h3 {
    font-size: 2.375em;
    font-weight: 200;
  }

  section.first aside.property-details {
    margin-bottom: 10px;
  }

  section.first aside.property-details div.details {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    height: 90px;
    text-align: center;
    border: 2px solid #1D252D;
  }

  section.first aside.property-details div.details:last-child {
    margin-right: 0;
  }

  section.first aside.property-details div.details h3 {
    font-size: 2.375em;
    font-weight: 200;
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    margin: 0;
  }

  section.first aside.property-details div.details h3.smaller {
    font-size: 1.5rem;
    line-height: 1em;
  }

  section.first aside.property-details div.details h3.smaller span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 720px) {
  section.first aside.suburb-stats {
    margin: 10px;
  }

  section.first aside.suburb-stats div.details {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    height: 130px;
    text-align: center;
    border: 2px solid #1D252D;
  }

  section.first aside.suburb-stats div.details:last-child {
    margin-right: 0;
  }

  section.first aside.suburb-stats div.details div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  section.first aside.suburb-stats div.details div h3 {
    font-size: 2.375em;
    font-weight: 200;
  }

  section.first aside.property-details {
    margin: 10px;
  }

  section.first aside.property-details div.details {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    height: 90px;
    text-align: center;
    border: 2px solid #1D252D;
    margin-bottom: 10px;
  }

  section.first aside.property-details div.details:last-child {
    margin-right: 0;
  }

  section.first aside.property-details div.details h3 {
    font-size: 2.375em;
    font-weight: 200;
    position: relative;
    transform: translateY(-50%);
    margin: 0;
  }

  section.first aside.property-details div.details h3.smaller {
    font-size: 1.875rem;
    line-height: 1em;
  }

  section.first aside.property-details div.details h3.smaller span {
    font-size: 1.625rem;
  }
}
#list-container .mix {
  display: none;
}

.flex-box.agent {
  background-color: #1D252D;
}

.flex-box.agent .agent-photo a img {
  width: 100%;
}

.flex-box.agent .agent-name-title {
  color: white;
  padding: 0 10px;
  height: 120px;
}

.flex-box.agent .agent-name-title h3 {
  font-family: "Bauer Bodoni Pro_1 W01 Roman";
  font-size: 1.5em;
  font-weight: 200;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 10px;
}

.flex-box.agent .agent-name-title p {
  color: #43AEB8;
  font-size: 0.875em;
  line-height: 1.2;
}

.flex-box.agent .agent-details {
  margin: 0 0 20px 0;
  color: #43AEB8;
  font-size: 0.8125em;
  line-height: 1;
}

.flex-box.agent .agent-details .agentmobile {
  min-height: 20px;
}

.flex-box.agent .agent-details .agentdirect {
  min-height: 20px;
}

.flex-box.agent .agent-details a {
  color: white;
}

.flex-box.agent .white {
  margin: 0 5px;
}

.flex-box.agent.gap {
  background-color: transparent;
  box-shadow: none;
  height: 0;
}

.auction-ofi {
  vertical-align: top;
  margin: 10px;
}

.auction-ofi h3 {
  font-size: 1.25em;
}

.auction-ofi ul.auction-date {
  padding: 0 10px 0 0;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
}

.auction-ofi a {
  color: #1D252D;
  text-decoration: underline;
}

.auction-ofi a:hover {
  text-decoration: none;
}

.auction-ofi li {
  cursor: pointer;
  margin: 0 10px 0 0;
  padding: 10px 10px 10px 0;
}

#load-more-schools {
  border-top: 2px solid #1D252D;
  padding: 20px 0 0 0;
}

.local-schools h3 {
  font-size: 1.25em;
  margin: 0;
  text-align: center;
}

.local-schools p {
  font-size: 0.875em;
}

.local-schools .school {
  border-top: 2px solid #1D252D;
  padding: 20px 0 0 0;
}

.local-schools .school:last-child {
  border-bottom: 2px solid #1D252D;
}

.local-schools .school-info {
  display: table;
  width: 100%;
  border-top: 1px solid #ddd;
  margin: 20px 0 0;
}

@media screen and (min-width: 966px) {
  .local-schools .school-info {
    table-layout: fixed;
  }
}
.local-schools .school-info a, .local-schools .school-info span {
  text-align: center;
  padding: 5px 0;
  font-size: 0.875em;
  display: table-cell;
  color: #1D252D;
}

.local-schools .school-info a:hover {
  text-decoration: underline;
}

.fade-out {
  max-height: 120px;
  overflow: hidden;
}

.fade-out:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: ".";
  font-size: 0;
  width: 100%;
  height: 48px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.tooltip-item {
  background: white;
  border-radius: 0px;
  border: 1px solid #1D252D;
  display: inline-block;
  padding: 0.5em 1em;
  position: relative;
  text-align: center;
}

.tooltip-item:focus,
.tooltip-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.tooltip-item .tooltip {
  position: absolute;
  right: 0;
  bottom: 3em;
  left: 0;
  transition: all 0.2s ease-in-out;
  background-color: white;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 2px silver;
  color: #1D252D;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 16em;
  opacity: 0;
  padding: 1em;
  text-align: center;
  visibility: hidden;
  z-index: 10;
}

.tooltip-item .tooltip p {
  color: #1D252D;
  line-height: 1.5;
  margin: 0;
}

.tooltip-item .tooltip:after {
  position: absolute;
  right: 0;
  left: 0;
  border: 8px solid transparent;
  bottom: -1.3em;
  color: white;
  content: "▼";
  font-size: 1.4em;
  margin-left: -8px;
  text-align: center;
  text-shadow: 0 2px 2px silver;
}

/*  VIDEO PLAYER CONTAINER
    ############################### */
.vid-container {
  position: relative;
  padding-bottom: 52%;
  padding-top: 30px;
  height: 0;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  VIDEOS PLAYLIST
    ############################### */
.vid-list-container {
  width: 100%;
  overflow-y: scroll;
  margin-top: 20px;
  margin-left: 4%;
  margin-right: 4%;
  padding-bottom: 20px;
}

.vid-list {
  position: relative;
  top: 0;
  left: 0;
}

.vid-item {
  display: block;
  width: 148px;
  float: left;
  margin: 0;
  padding: 10px;
}

.thumb {
  position: relative;
  overflow: hidden;
  height: 84px;
}

.thumb img {
  width: 100%;
  position: relative;
  top: -13px;
}

.vid-item .desc {
  color: #21A1D2;
  font-size: 15px;
  margin-top: 5px;
}

.vid-item:hover {
  background: #eee;
  cursor: pointer;
}

/* the important styles */
.arrow-wrap {
  position: absolute;
  z-index: 1000000;
  left: 50%;
  bottom: 13%;
  margin-left: -3.5em;
  background-color: transparent;
  width: 8em;
  height: 8em;
  padding: 3em 1em;
  border-radius: 50%;
  font-size: 0.5em;
  display: block;
  opacity: 0.6;
}

@media screen and (max-width: 720px) {
  .arrow-wrap {
    display: none;
  }
}
.arrow {
  float: left;
  position: relative;
  width: 30px;
  height: 20px;
}

.hint {
  position: absolute;
  top: 0.6em;
  width: 100%;
  left: 0;
  font-size: 2em;
  font-style: italic;
  text-align: center;
  color: #fff;
  opacity: 0;
}

.arrow-wrap:hover .hint {
  opacity: 1;
}

.sliding-panel-register-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  opacity: 0.99;
  width: 360px;
  height: 100%;
  background: #1D252D;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  transform: translateX(360px);
  transition: all 0.25s linear;
  z-index: 10000002;
}

.sliding-panel-register-content ul {
  padding: 0;
  margin: 0;
}

.sliding-panel-register-content li {
  list-style: none;
}

.sliding-panel-register-content li a {
  display: block;
  font-weight: bold;
  padding: 1em;
  text-decoration: none;
}

.sliding-panel-register-content.is-visible {
  transform: translateX(0);
}

.sliding-panel-register-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background: black;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 10000001;
}

.sliding-panel-register-fade-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

.sliding-panel-register-button {
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 10px 16px;
  position: relative;
}

.sliding-panel-register-button img {
  height: 1.3em;
}

.interestedIn {
  min-height: 35px;
  margin-bottom: 10px;
}

.interestedIn input {
  display: none;
}

.interestedIn label {
  margin-bottom: 0;
  text-transform: uppercase;
  float: left;
  width: 50%;
}

.interestedIn label .interestedIn-item {
  background: #fff;
  border-left: 1px solid silver;
  border-radius: 0;
  border-right: 1px solid silver;
  color: #59728a;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  padding: 0.75em 1em;
  width: 100%;
  border-bottom: 1px solid silver;
  border-left: 0;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid silver;
  text-align: center;
}

.interestedIn label .interestedIn-item:focus, .interestedIn label .interestedIn-item:hover {
  background-color: #f7f7f7;
}

.interestedIn label:first-child .interestedIn-item {
  border-top-right-radius: 0px;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  border-bottom-left-radius: 0px;
  border-left: 1px solid silver;
  border-top-left-radius: 0px;
  border-top-right-radius: 0;
}

.interestedIn label:last-child .interestedIn-item {
  border-bottom-left-radius: 0px;
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-right: 1px solid silver;
  border-top-right-radius: 0px;
}

.interestedIn label input:checked + .interestedIn-item {
  background: #1D252D;
  border: 1px solid black;
  box-shadow: inset 0 1px 2px #090c0e;
  color: white;
}

.thinkingOfSelling label {
  width: 33%;
}

.appraisalFormV2 > div > div {
  position: relative;
}

.appraisalFormV2 {
  max-width: 90%;
  margin: 0 auto;
  width: 350px;
  /* Hover and focus states */
  /* Hover and focus states */
  /* Checked state */
  /* Hover state whilst checked */
  /* Check mark */
  /* Show check mark */
  /* Checkbox tick */
}

.appraisalFormV2 .row {
  margin: 10px 0;
}

.appraisalFormV2 textarea.get-in-touch {
  height: 130px;
}

.appraisalFormV2 input.get-in-touch, .appraisalFormV2 textarea.get-in-touch, .appraisalFormV2 select.get-in-touch {
  width: 100%;
  border-radius: 1px;
  padding: 15px 8px;
  border: 1px solid silver;
  font-size: 16px;
  padding: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px transparent;
  color: #1D252D;
}

.appraisalFormV2 select.get-in-touch {
  padding: 12px 8px 9px;
}

.appraisalFormV2 .label {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  left: 10px;
  top: 8px;
  transition: 0.2s ease all;
  text-transform: uppercase;
  font-size: 16px;
  color: #1D252D;
}

.appraisalFormV2 input:focus ~ .label,
.appraisalFormV2 input:not(:focus):valid ~ .label {
  left: 5px;
  top: 5px;
  bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  color: transparent;
}

.appraisalFormV2 select:focus ~ .label,
.appraisalFormV2 select:not(:focus):valid ~ .label {
  left: 5px;
  top: 5px;
  bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  color: #1D252D;
  color: transparent;
}

.appraisalFormV2 textarea:focus ~ .label,
.appraisalFormV2 textarea.labelUp ~ .label {
  left: 5px;
  top: 5px;
  bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  color: #1D252D;
  color: transparent;
}

.appraisalFormV2 textarea.get-in-touch {
  height: 130px;
}

.appraisalFormV2 .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: transparent;
}

.appraisalFormV2 .control {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 45px;
  cursor: pointer;
  line-height: 1em;
}

.appraisalFormV2 .control:hover input ~ .control__indicator {
  background: transparent;
}

.appraisalFormV2 .control input:focus ~ .control__indicator {
  background: transparent;
}

.appraisalFormV2 .control input:checked ~ .control__indicator {
  background: transparent;
}

.appraisalFormV2 .control:hover input:not([disabled]):checked ~ .control__indicator {
  background: transparent;
}

.appraisalFormV2 .control input:checked:focus ~ .control__indicator {
  background: transparent;
}

.appraisalFormV2 .control__indicator:after {
  position: absolute;
  display: none;
  content: "";
}

.appraisalFormV2 .control input:checked ~ .control__indicator:after {
  display: block;
}

.appraisalFormV2 .control--checkbox .control__indicator:after {
  top: 8px;
  left: 12px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #1D252D;
  border-width: 0 2px 2px 0;
}

.text-left {
  text-align: left;
}

.appraisalFormV2Map {
  height: 100px;
}

form.appraisalFormV2 button {
  display: block;
  width: 100%;
  padding: 1.25em 0.809em;
  height: 52px;
  border: 2px solid #1D252D;
  background-color: #1D252D;
  transition: all 0.2s linear;
  color: white;
  font-family: "Praxis W01 Light";
  font-size: 0.875em;
  text-transform: uppercase;
}

form.appraisalFormV2 button:hover {
  display: block;
  width: 100%;
  padding: 1.25em 0.809em;
  height: 52px;
  border: 2px solid #1D252D;
  background-color: #f7f7f7;
  transition: all 0.2s linear;
  color: #1D252D;
  font-family: "Praxis W01 Light";
  font-size: 0.875em;
  text-transform: uppercase;
}

.f_e_select {
  width: 100%;
  box-sizing: border-box;
  font-weight: 300;
  font-style: normal;
  margin: 0px;
  background-color: white;
  cursor: pointer;
  font-size: 14px;
  border-style: solid;
  -webkit-appearance: none;
  box-shadow: none;
  border-color: #a5adb5;
  border-radius: 1px;
  border-width: 1px;
  color: #333f48;
  line-height: 17px;
  padding-right: 36px !important;
}

.f_qo_svg {
  width: 1.3em;
  transform: translateY(-50%);
  right: 0.625em;
  height: 1.3em;
  top: 50%;
  pointer-events: none;
  fill: currentColor;
  position: absolute;
  z-index: 100;
}

svg:not(:root), symbol, image, marker, pattern, foreignObject {
  overflow: hidden;
  color: inherit;
  font-style: normal;
  font-weight: 300;
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.parsley-errors-list .parsley-custom-error-message, .parsley-errors-list .parsley-required {
  color: white;
  list-style: none;
  padding-left: 0;
  position: absolute;
  font-size: 12px;
  bottom: auto;
  right: 3px;
  top: 13px;
  background-color: red;
  border-color: red;
  border-radius: 3px;
  border: 1px solid;
  padding: 4px;
  max-width: 100%;
  z-index: 1;
  pointer-events: none;
}

.parsley-errors-list .parsley-required {
  left: 5px;
  bottom: 5px;
  top: auto;
}

.half {
  width: 49%;
  display: inline-block;
}

.half:first-child {
  margin-right: 2%;
}

body {
  overflow-y: scroll;
}

body.is-blurred {
  overflow-y: scroll;
}

body.is-blurred .wrapper {
  filter: url("#blur");
  /* SVG filters for browser support. */
  filter: blur(15px);
  /* works in chrome */
  -webkit-transition: -webkit-filter 10ms linear;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body.static div.content.main {
  min-height: 500px;
}

body.static div.content.main p {
  text-align: left;
}

.overlay {
  pointer-events: none;
}

.hide-header {
  opacity: 1;
}

@media screen and (max-width: 720px) {
  .hide-header {
    opacity: 0;
  }
}
.headroom {
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.headroom--not-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1001;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

#goToTop {
  border-top: 1px solid #ddd;
  text-align: right;
  padding: 10px 0 10px 0;
}

.home .headroom--not-top {
  background-color: white;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

p {
  line-height: 1.5rem;
}

.single-listing-location, #print_gallery, #floor-plans {
  display: none;
}

.has-bg {
  background-repeat: no-repeat;
}

.backgroundCover {
  background-position: center center;
  background-size: cover;
}

.backgroundRepeat {
  background-repeat: repeat;
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  animation-name: slideDown;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  animation-name: slideUp;
}

input {
  border-radius: 0;
}

.fade-in-element {
  opacity: 0;
  pointer-events: auto;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: 80px;
  transform: translate(50, 50);
}

.visible {
  pointer-events: auto;
  opacity: 1;
  top: 0;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 965px) {
  .flex-box.auctionofi {
    min-width: 500px;
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .flex-box.auctionofi {
    min-width: 500px;
    max-width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .flex-box.auctionofi {
    min-width: 300px;
    max-width: 100%;
  }
}
body.listing-detail div.single-listing-location img {
  margin: 0 auto;
}

@media screen and (min-width: 966px) {
  body.listing-detail div.single-listing-location {
    display: none;
  }
}
@media screen and (max-width: 965px) {
  body.listing-detail div.single-listing-location {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  body.listing-detail div.single-listing-location {
    display: block;
  }
}
@media screen and (min-width: 966px) {
  body.listing-detail div#map_canvas {
    display: block;
  }
}
@media screen and (max-width: 965px) {
  body.listing-detail div#map_canvas {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  body.listing-detail div#map_canvas {
    display: none;
  }
}
body.listing-detail h2 {
  font-size: 2.8125em;
}

body.listing-detail .suburb-stats .details div h4 {
  margin-left: 15px;
  margin-right: 15px;
  height: 40px;
}

body.listing-detail .property_status_extra.rent {
  padding: 26px 0 0 0;
}

body.listing-detail .suburb-stats .details {
  margin-bottom: 5px;
}

body.listing-detail .bed-bath-car.rent, body.listing-detail section.first aside.property-details div.details h3.rent, body.listing-detail section.first aside.property-details div.details h3.special.rent {
  top: 50%;
}

body.listing-detail .royalSlider.rsFullscreen {
  background-color: black;
}

body.listing-detail .rsDefault .rsArrow {
  height: 80% !important;
}

body.listing-detail .rsDefault .rsArrowIcn {
  top: 60% !important;
}

body.listing-detail ul.social-sharing li div.blackbox {
  position: relative;
  width: 100%;
  padding: 5px 10px 3px;
  margin: 2px;
}

body.listing-detail ul.social-sharing li div.blackbox > span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1d252d;
  width: 45px;
  height: 40px;
}

body.listing-detail .share-modal span:hover, body.listing-detail .floorplan-modal span:hover {
  cursor: pointer;
  text-decoration: underline;
}

body.listing-detail ul.social-sharing li div.blackbox a {
  position: relative;
  z-index: 2;
}

body.listing-detail ul.social-sharing li div.blackbox a span {
  position: relative;
  bottom: 6px;
  left: 20px;
}

.image-gradient-dynamic {
  line-height: 0;
  position: relative;
  width: 100%;
}

.image-gradient-dynamic img {
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 966px) {
  .image-gradient-dynamic .copy {
    transform: translate(-50%, -50%);
    left: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80%;
    z-index: 999;
    line-height: 1em;
  }

  .image-gradient-dynamic .copy h1, .image-gradient-dynamic .copy h2, .image-gradient-dynamic .copy p {
    color: white;
    margin-bottom: 10px;
  }

  .image-gradient-dynamic form.search-bar, .image-gradient-dynamic form.main-search-bar {
    margin: auto;
    text-align: left;
    z-index: 999;
    height: 70px;
  }
}
@media screen and (max-width: 965px) {
  .image-gradient-dynamic .copy {
    transform: translate(-50%, -50%);
    left: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 90%;
    z-index: 999;
  }

  .image-gradient-dynamic .copy h1, .image-gradient-dynamic .copy h2, .image-gradient-dynamic .copy p {
    color: white;
    margin-bottom: 10px;
  }

  .image-gradient-dynamic form.search-bar, .image-gradient-dynamic form.main-search-bar {
    transform: translate(-50%, -50%);
    left: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 65%;
    width: 700px;
    z-index: 999;
    height: 70px;
  }

  .image-gradient-dynamic .videoContainer video {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .image-gradient-dynamic .copy {
    font-size: 1em;
    margin-top: -5%;
  }

  .image-gradient-dynamic .copy p {
    display: none;
  }

  .image-gradient-dynamic form.search-bar, .image-gradient-dynamic form.main-search-bar {
    transform: translate(-50%, -50%);
    left: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 75%;
    width: 95%;
    z-index: 999;
  }

  .image-gradient-dynamic .videoContainer video {
    display: none;
  }
}
.image-gradient-dynamic .overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
}

.image-gradient-dynamic .overlay:after {
  background-color: transparent;
  background-image: linear-gradient(0deg, transparent, transparent);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  display: block;
}

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-wrapper embed,
.video-wrapper object,
.video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

section {
  padding: 50px 0;
}

@media screen and (max-width: 720px) {
  section {
    padding: 20px 0;
  }
}
section.fullscreen {
  padding: 0;
}

section.tightish {
  padding-top: 0;
}

section.hero {
  position: relative;
  min-height: 300px;
}

div.content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  color: #1D252D;
}

div.content::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 720px) {
  div.content {
    max-width: 96%;
  }
}
div.content div.center-text {
  font-family: "Praxis W01 Light";
  margin: auto;
  text-align: center;
  word-break: keep-all;
  padding: 0;
}

div.content .jcbox {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-left: 5px;
}

div.content .jcbox img {
  width: 100%;
  height: auto;
}

div.content .jcbox .text {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: white;
  top: 0;
}

div.content .jcbox .table {
  display: table;
  height: 100%;
  width: 100%;
}

div.content .jcbox .table-cell h1 {
  font-family: "Bauer Bodoni Pro_1 W01 Roman";
  color: white;
  font-size: 2.8125rem;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

div.content .jcbox .table-cell h2 {
  font-family: "Bauer Bodoni Pro_1 W01 Roman";
  color: white;
  font-size: 1.875rem;
  line-height: 1em;
  padding: 0 20px 20px;
  margin: 0 auto;
}

div.content .jcbox .table-cell h3 {
  font-family: "Praxis W01 Light";
  font-size: 1.25em;
  letter-spacing: 1px;
  line-height: 1em;
  font-weight: 100;
  max-width: 90%;
  margin: 0 auto;
}

div.content .jcbox .table-cell p {
  font-family: "Praxis W01 Light";
  font-size: 0.75em;
}

div.content .jcbox .jc-box {
  vertical-align: top;
  display: table-cell;
  width: 33.3333333333%;
  padding: 0;
  position: relative;
}

div.content .jcbox .jc-box .table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding: 35% 0 0;
}

div.content .jcbox .jc-box .table-cell-center {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding: 0;
}

div.content .jcbox .jc-box .table-cell-center h3 {
  font-size: 1.375em;
  font-weight: 600;
}

div.content .jcbox .jc-box-big {
  display: table-cell;
  width: 66.6666666667%;
  padding: 0;
  position: relative;
}

div.content .jcbox .jc-box-big .table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding: 45% 0 0;
}

@media screen and (max-width: 720px) {
  div.content .jcbox .jc-box, div.content .jcbox .jc-box-big {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }

  div.content .jcbox .jc-box:last-child, div.content .jcbox .jc-box-big:last-child {
    margin-right: 0;
  }
}
div.content .jcbox .pad {
  padding: 0 5px 0 0;
  position: relative;
}

div.content .jcbox .pad .overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  display: block;
  position: absolute;
  top: 0px;
  right: 5px;
  bottom: 5px;
  left: 0px;
}

div.content .jcbox .pad .overlay:after {
  background-color: transparent;
  background-image: linear-gradient(0deg, transparent, transparent);
  position: absolute;
  top: 0px;
  right: 5px;
  bottom: 5px;
  left: 0px;
  content: "";
  display: block;
}

@media screen and (min-width: 966px) {
  div.content .jcbox .jc-box-big {
    padding: 0 5px 0 0;
    position: relative;
  }

  div.content .jcbox .jc-box-big .overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    display: block;
    position: absolute;
    top: 0px;
    right: 5px;
    bottom: 5px;
    left: 0px;
  }

  div.content .jcbox .jc-box-big .overlay:after {
    background-color: transparent;
    background-image: linear-gradient(0deg, transparent, transparent);
    position: absolute;
    top: 0px;
    right: 5px;
    bottom: 5px;
    left: 0px;
    content: "";
    display: block;
  }
  div.content .search-bar-tabs {
    display: none;
  }

  div.content .dropdown-wrapper-refine-first {
    margin-left: 2px;
    margin-top: 2px;
    width: 130px;
    margin-right: 0;
  }

  div.content .dropdown-wrapper-refine-first .search-tools .filters {
    width: 174px;
  }

  div.content .dropdown-wrapper-refine {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
    max-width: 9%;
    min-width: 9%;
  }

  div.content .dropdown-wrapper-refine:last-child {
    margin-right: 0;
  }

  div.content .dropdown-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }

  div.content .dropdown-wrapper:last-child {
    margin-right: 0;
  }

  div.content .search-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }

  div.content .search-wrapper:last-child {
    margin-right: 0;
  }

  div.content .submit-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
    margin-right: 0;
  }

  div.content .submit-wrapper:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 965px) {
  div.content .search-bar-tabs {
    display: none;
  }

  div.content .dropdown-wrapper-refine-first {
    display: none;
  }

  div.content .dropdown-wrapper-refine {
    display: none;
  }

  div.content .dropdown-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }

  div.content .dropdown-wrapper:last-child {
    margin-right: 0;
  }

  div.content .search-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }

  div.content .search-wrapper:last-child {
    margin-right: 0;
  }

  div.content .submit-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
    margin-right: 0;
  }

  div.content .submit-wrapper:last-child {
    margin-right: 0;
  }
}
div.content .horizontal-tabs-container.search-bar-tabs {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  height: 60px;
  margin-top: -15px;
  margin-bottom: 0px;
}

div.content .horizontal-tabs-container.search-bar-tabs:last-child {
  margin-right: 0;
}

div.content .horizontal-tabs-container.search-bar-tabs .horizontal-tab {
  background: transparent;
  border: 1px solid white;
  display: inline-block;
  font-weight: 200;
  padding: 1em 0;
  border-radius: 0;
  width: 30.5%;
  color: white;
}

div.content .horizontal-tabs-container.search-bar-tabs .horizontal-tab:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

div.content .horizontal-tabs-container.search-bar-tabs .horizontal-tab:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

div.content .horizontal-tabs-container.search-bar-tabs .horizontal-tab:nth-child(2) {
  border-right: 0px;
  border-left: 0px;
}

div.content .dropdown-wrapper {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  display: none;
}

div.content .dropdown-wrapper:last-child {
  margin-right: 0;
}

div.content .search-wrapper {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
}

div.content .search-wrapper:last-child {
  margin-right: 0;
}

div.content .submit-wrapper {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
  margin: 0;
}

div.content .submit-wrapper:last-child {
  margin-right: 0;
}

div.nopad {
  padding-bottom: 0;
}

form.search-bar input[type=search], form.main-search-bar input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: border-color;
  background-color: white;
  border: 0px solid #1D252D;
  border-right: 0px solid #1D252D;
  box-sizing: border-box;
  display: block;
  font-size: 1em;
  font-style: normal;
  margin: 0;
  padding: 1em 0.5em;
  position: relative;
  width: 100%;
  border-radius: 2px;
  height: 50px;
  min-width: 300px;
}

form.search-bar button[type=submit], form.main-search-bar button[type=submit] {
  width: 100%;
  border-radius: 2px;
  height: 50px;
  padding: 0.75em 0;
}

form.search-bar .search_suburb_submit, form.main-search-bar .search_suburb_submit {
  background: rgba(67, 174, 184, 0.8);
  transition: all 0.5s ease-in-out;
}

form.search-bar .search_suburb_submit:hover, form.main-search-bar .search_suburb_submit:hover {
  background: rgba(29, 37, 45, 0.8);
  transition: all 0.5s ease-in-out;
}

footer {
  position: relative;
  z-index: 1;
}

footer div.content {
  padding: 50px 5px;
}

footer div.content ul li, footer div.content ul.agent-social li {
  font-family: "Praxis W01 Light";
  font-size: 0.75em;
  font-weight: 200;
  letter-spacing: 1px;
  color: #43AEB8;
  line-height: 2em;
  text-transform: uppercase;
  white-space: nowrap;
}

footer div.content ul li a svg:hover #facebook,
footer div.content ul li a svg:hover #instagram,
footer div.content ul li a svg:hover #pinterest,
footer div.content ul li a svg:hover #twitter,
footer div.content ul li a svg:hover .linkedin,
footer div.content ul li a svg:hover .youtube, footer div.content ul.agent-social li a svg:hover #facebook,
footer div.content ul.agent-social li a svg:hover #instagram,
footer div.content ul.agent-social li a svg:hover #pinterest,
footer div.content ul.agent-social li a svg:hover #twitter,
footer div.content ul.agent-social li a svg:hover .linkedin,
footer div.content ul.agent-social li a svg:hover .youtube {
  fill: #43AEB8;
  transition: all 0.5s ease-in-out;
}

footer div.content ul li a svg #facebook,
footer div.content ul li a svg #instagram,
footer div.content ul li a svg #pinterest,
footer div.content ul li a svg #twitter,
footer div.content ul li a svg .linkedin,
footer div.content ul li a svg .youtube, footer div.content ul.agent-social li a svg #facebook,
footer div.content ul.agent-social li a svg #instagram,
footer div.content ul.agent-social li a svg #pinterest,
footer div.content ul.agent-social li a svg #twitter,
footer div.content ul.agent-social li a svg .linkedin,
footer div.content ul.agent-social li a svg .youtube {
  fill: white;
  transition: all 0.5s ease-in-out;
}

footer div.content ul li a, footer div.content ul.agent-social li a {
  color: white;
}

footer div.content ul li a img, footer div.content ul.agent-social li a img {
  width: 22px;
  height: 22px;
  margin: 0 5px;
}

footer div.content ul li a:hover, footer div.content ul li a.active, footer div.content ul.agent-social li a:hover, footer div.content ul.agent-social li a.active {
  color: #43AEB8;
}

footer div.content ul.footer-social li {
  margin: 0 5px;
}

@media screen and (min-width: 966px) {
  footer div.content ul {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }

  footer div.content ul:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 965px) {
  footer div.content ul {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }

  footer div.content ul:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 720px) {
  footer div.content ul {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin: 0 0 10px 0;
  }

  footer div.content ul:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 380px) {
  footer div.content ul {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin: 0 0 10px 0;
  }

  footer div.content ul:last-child {
    margin-right: 0;
  }

  footer div.content ul li {
    letter-spacing: 1;
    line-height: 2em;
    text-transform: uppercase;
  }

  footer div.content ul li:nth-of-type(1) {
    padding: 0 0 0 4px;
  }

  footer div.content ul li a {
    color: white;
    padding: 0 0 0 4px;
  }

  footer div.content ul li a:hover, footer div.content ul li a.active {
    color: #43AEB8;
  }

  footer div.content div.copyright ul {
    text-align: center;
  }
}
@media screen and (min-width: 966px) {
  footer div.content .search {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-left: 17.0596085997%;
  }

  footer div.content .search:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 965px) {
  footer div.content .search {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 0%;
  }

  footer div.content .search:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 720px) {
  footer div.content .search {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-left: 0%;
  }

  footer div.content .search:last-child {
    margin-right: 0;
  }

  footer div.content form.footer-search-bar {
    display: none;
  }
}
footer div.content .search form.footer-search-bar {
  position: relative;
  min-width: 250px;
}

footer div.content .search form.footer-search-bar input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: border-color;
  background-color: white;
  border: 0px solid #1D252D;
  border-right: 0px solid #1D252D;
  box-sizing: border-box;
  display: block;
  font-size: 1em;
  font-style: normal;
  margin: 0;
  padding: 1em 0.5em;
  position: relative;
  width: 100%;
}

footer div.content .search form.footer-search-bar button[type=submit] {
  position: absolute;
  top: 0em;
  right: 0em;
  bottom: 0em;
  padding: 5px 10px;
  background-color: white;
  border: 0px solid #1D252D;
  border-left: 0px solid #1D252D;
}

footer div.content .search form.footer-search-bar button[type=submit] img {
  height: 12px;
  width: auto;
  opacity: 0.7;
}

footer div.content .search form.footer-search-bar input[type=search], footer div.content .search form.search-bar button[type=submit] {
  border: 1px solid white;
  font-family: "Praxis W01 Light";
  font-size: 0.8125em;
  color: #1D252D;
}

footer div.content .search .dropdown {
  margin-top: 10px;
}

footer div.content .search .dropdown .dropdown-button {
  background-color: #1D252D;
  width: 100%;
  color: white;
  font-family: "Praxis W01 Light";
  font-size: 0.75em;
  text-transform: uppercase;
}

footer div.content .search .dropdown .dropdown-menu {
  background-color: #1D252D;
}

footer div.content div.copyright {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  border-top: 1px solid #43AEB8;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

footer div.content div.copyright:last-child {
  margin-right: 0;
}

@media screen and (min-width: 966px) {
  footer div.content div.copyright ul {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }

  footer div.content div.copyright ul:last-child {
    margin-right: 0;
  }

  footer div.content div.copyright ul.footer-social {
    text-align: right;
  }

  footer div.content div.copyright ul.copyright li {
    line-height: 1em;
    border-right: 1px solid white;
    padding: 0 10px;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 965px) {
  footer div.content div.copyright ul {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }

  footer div.content div.copyright ul:last-child {
    margin-right: 0;
  }

  footer div.content div.copyright ul.footer-social {
    text-align: right;
  }

  footer div.content div.copyright ul.copyright li {
    line-height: 1em;
    border-right: 1px solid white;
    padding: 0 10px;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 720px) {
  footer div.content div.copyright ul {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }

  footer div.content div.copyright ul:last-child {
    margin-right: 0;
  }

  footer div.content div.copyright ul.footer-social {
    text-align: center;
  }

  footer div.content div.copyright ul.copyright li {
    line-height: 1em;
    border-right: 1px solid white;
    padding: 0 10px;
    margin: 0 0 20px 0;
    font-size: 0.5625em;
  }
}
footer div.content div.copyright ul li {
  display: inline-block;
}

footer div.content div.copyright ul.copyright li:last-child {
  border-right: 0px solid white;
}

footer div.content div.copyright ul.footer-social li {
  padding: 0 5px;
}

div.black.nopad {
  padding: 0 10px;
}

a.green, div.green {
  color: white;
  font-family: "Praxis W01 Light";
  font-size: 0.75em;
  text-transform: uppercase;
  border: 2px solid #43AEB8;
}

div.green {
  display: inline-block;
  background-color: #43AEB8;
  transition: all 0.5s ease-in-out;
}

div.green a {
  color: #1D252D;
  padding: 5px 10px;
  display: block;
}

a.green:hover, div.green:hover {
  background-color: white;
  cursor: pointer;
  border: 2px solid #1D252D;
  color: #1D252D;
  transition: all 0.5s ease-in-out;
}

a.green:hover a, div.green:hover a {
  color: #1D252D;
}

div.green.nopad {
  padding: 0 10px;
}

.white a {
  color: white;
}

a.white {
  color: white;
  font-family: "Praxis W01 Light";
  font-size: 0.75em;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 5px 10px;
  transition: all 0.5s ease-in-out;
}

a.white:hover {
  transition: all 0.5s ease-in-out;
  background-color: #45586b;
}

.center {
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.right {
  text-align: right;
  float: right;
}

.left {
  text-align: left;
  float: left;
}

.add-to-favs span {
  margin: 0 -10px 0 25px;
}

.bed-bath-car {
  padding: 10px 0 0 0;
  font-size: 1.25em;
  position: relative;
  top: 30%;
  transform: translateY(-50%);
}

.bed-bath-car .icon:first-child {
  margin: 0;
}

.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 12px;
}

.icon-bed {
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.icon-bath {
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.icon-car {
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.icon-bed-white {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.icon-bath-white {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.icon-car-white {
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.draw-search-container {
  height: 100%;
  margin: 0;
  padding: 0;
}

.draw-search-container #map_canvas {
  height: 100%;
  margin: 0;
  padding: 0;
}

.flex-box-big #map_canvas {
  height: 450px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 720px) {
  .flex-box-big #map_canvas {
    height: 250px;
  }
}
label {
  display: block;
}

label div.gray {
  display: inline-block;
  border: 1px solid rgba(221, 221, 221, 0.8);
  border-radius: 3px;
  background-color: rgba(221, 221, 221, 0.8);
  padding: 5px;
  margin: 2px 5px;
  font-size: 0.8125em;
  cursor: pointer;
}

label div.gray:hover {
  background: #fcfefe;
}

label div.gray a {
  color: #1D252D;
}

label div.dark-gray {
  display: inline-block;
  border: 1px solid rgba(29, 37, 45, 0.8);
  border-radius: 3px;
  background-color: rgba(29, 37, 45, 0.8);
  padding: 5px;
  margin: 2px 5px;
  font-size: 0.8125em;
  cursor: pointer;
}

label div.dark-gray:hover {
  background: #fcfefe;
}

label div.dark-gray:hover a {
  color: #1D252D;
}

label div.dark-gray a {
  color: white;
}

label div.green {
  display: inline-block;
  border: 1px solid rgba(67, 174, 184, 0.8);
  border-radius: 3px;
  background-color: rgba(67, 174, 184, 0.8);
  padding: 5px;
  margin: 2px 5px;
  font-size: 0.8125em;
  cursor: pointer;
}

label div.green:hover {
  background: white;
}

label div.green:hover a {
  color: #1D252D;
}

label div.green a {
  color: white;
}

label div.green a:hover {
  color: #1D252D;
}

#network-map-container {
  width: 100%;
  right: 0;
  position: fixed;
  bottom: 0;
  top: 52px;
  z-index: 1;
}

#map-container #map-buttons, #network-map-container #map-buttons {
  pointer-events: none;
  position: absolute;
  z-index: 100000;
  width: 100%;
  padding: 6px 0 7px;
  background-color: rgba(255, 255, 255, 0);
}

#map-container #map-buttons label, #network-map-container #map-buttons label {
  float: left;
  pointer-events: initial;
}

#map-container .infoBox, #network-map-container .infoBox {
  position: absolute;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s 0.25s, opacity 0.25s ease;
  width: 290px;
  height: 190px;
  overflow-y: hidden;
  overflow-x: hidden;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  font-size: 13px;
  background-color: #ddd;
  pointer-events: auto;
}

#map-container .infoBox a, #network-map-container .infoBox a {
  position: relative;
}

#map-container .infoBoxShow, #network-map-container .infoBoxShow {
  visibility: visible;
  transition: visibility 0.1s 0.2s, opacity 0.2s linear;
  transition: opacity 0.25s ease;
}

#map-container .infoBox .address, #network-map-container .infoBox .address {
  position: absolute;
  bottom: 13px;
  /* height: 1.625em; */
  overflow: hidden;
  color: white;
  font-size: 1.375em;
  font-weight: 200;
  padding: 0 10px;
  line-height: 1.2em;
}

#map-container .infoBox .price-details, #network-map-container .infoBox .price-details {
  height: 38px;
  color: white;
  font-size: 1em;
  line-height: 1.125em;
  margin: 10px 0 0 15px;
}

#map-container .infoBox .bed-bath-car, #network-map-container .infoBox .bed-bath-car {
  position: absolute;
  top: 65px;
  width: 290px;
  height: 37px;
  overflow: hidden;
  color: white;
  font-size: 1.125em;
  font-weight: 100;
  padding: 10px;
}

#map-container .icon, #network-map-container .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}

#map-container .infoBox .details, #network-map-container .infoBox .details {
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 85px;
  width: 290px;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
}

#map-container .infoBox img.firstImage, #network-map-container .infoBox img.firstImage {
  width: 290px;
  height: 190px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.videoContainer {
  position: absolute;
  min-height: 300px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.videoContainer video {
  min-width: 100%;
  min-height: 100%;
}

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-wrapper embed,
.video-wrapper object,
.video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.sub-top-bar, #black-nav-bar {
  position: relative;
  z-index: 100;
  font-size: 0.75em;
  height: 3rem;
  line-height: 3rem;
  padding: 0em;
  transition: all 0.25s ease;
  text-transform: uppercase;
  overflow-y: auto;
}

.sub-top-bar a, #black-nav-bar a {
  color: #1D252D;
}

.sub-top-bar a:hover, #black-nav-bar a:hover {
  text-decoration: underline;
}

.sub-top-bar a.vdivide, #black-nav-bar a.vdivide {
  padding: 0px 20px 0 0;
}

.sub-top-bar .vdivide:after, #black-nav-bar .vdivide:after {
  background: rgba(29, 37, 45, 0.3);
  content: " ";
  margin-left: 10px;
  position: absolute;
  top: 14px;
  width: 1px;
  height: 20px;
  transition: all 0.6s ease;
}

.sub-top-bar a.vdivide-before, #black-nav-bar a.vdivide-before {
  padding: 0 0 0 20px;
}

.sub-top-bar .vdivide-before:before, #black-nav-bar .vdivide-before:before {
  background: rgba(29, 37, 45, 0.3);
  content: " ";
  margin-left: -10px;
  position: absolute;
  top: 14px;
  width: 1px;
  height: 20px;
  transition: all 0.6s ease;
}

.sub-top-bar div.scroll, #black-nav-bar div.scroll {
  display: table;
  margin: 0 auto;
  overflow-y: scroll;
}

.sub-top-bar div ul, #black-nav-bar div ul {
  list-style: none;
  display: table;
  margin: 0 5px;
}

.sub-top-bar div ul li, #black-nav-bar div ul li {
  display: table-cell;
  margin: auto;
  white-space: nowrap;
}

.sticky-sub {
  top: 0px;
  height: 48px;
  transition: all 0.1s ease;
}

.sticky-foundation {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100000;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  padding: 10px 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

#selectize_wrapper .selectize-control.repositories .selectize-dropdown > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#selectize_wrapper .selectize-control.repositories .selectize-dropdown .by {
  font-size: 11px;
  opacity: 0.8;
}

#selectize_wrapper .selectize-control.repositories .selectize-dropdown .by::before {
  content: "- ";
}

#selectize_wrapper .selectize-control.repositories .selectize-dropdown .name {
  font-weight: bold;
  margin-right: 5px;
}

#selectize_wrapper .selectize-control.repositories .selectize-dropdown .title {
  display: block;
}

#selectize_wrapper .selectize-control.repositories .selectize-dropdown .description {
  font-size: 12px;
  display: block;
  color: #a0a0a0;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

#selectize_wrapper .selectize-control.repositories .selectize-dropdown .meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

#selectize_wrapper .selectize-control.repositories .selectize-dropdown .meta li {
  margin: 0;
  padding: 0;
  display: inline;
  margin-right: 10px;
}

#selectize_wrapper .selectize-control.repositories .selectize-dropdown .meta li span {
  font-weight: bold;
}

#selectize_wrapper .selectize-control.repositories::before {
  transition: opacity 0.2s;
  content: " ";
  z-index: 2;
  position: absolute;
  display: block;
  top: 12px;
  right: 34px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  opacity: 0;
}

#selectize_wrapper .selectize-control.repositories.loading::before {
  opacity: 0.4;
}

#selectize_wrapper .selectize-dropdown .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-size: 16px 16px;
  margin: 0 3px 0 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #1D252D;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #1D252D;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #1D252D;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #1D252D;
}

.js-vertical-tab-content.vertical-tab-content img.imgix-fluid {
  opacity: 0;
}

.sold-sticker {
  display: block;
  position: absolute;
  z-index: 1;
  margin: 0;
  color: #fff;
  background-color: #1D252D;
  padding: 4px 30px 2px 30px;
  font-size: 16px;
  right: 0;
  margin-right: 5px;
  margin-top: 5px;
}

.vdivide.modal-trigger.Email_Agent, .vdivide.modal-trigger.floorplan-modal {
  margin-right: 20px;
  cursor: pointer;
}

.vdivide.modal-trigger.Email_Agent:hover {
  text-decoration: underline;
}

ul.agent-social {
  display: inline-table;
}

ul.agent-social li {
  font-family: "Praxis W01 Light";
  font-size: 0.75em;
  font-weight: 200;
  letter-spacing: 1px;
  color: #43AEB8;
  line-height: 2em;
  text-transform: uppercase;
  display: table-cell;
  padding: 0 5px;
}

ul.agent-social li a svg:hover .wechat,
ul.agent-social li a svg:hover #facebook,
ul.agent-social li a svg:hover #instagram,
ul.agent-social li a svg:hover #pinterest,
ul.agent-social li a svg:hover #twitter,
ul.agent-social li a svg:hover .linkedin,
ul.agent-social li a svg:hover .youtube {
  fill: #43AEB8;
  transition: all 0.5s ease-in-out;
}

ul.agent-social li a svg .wechat,
ul.agent-social li a svg #facebook,
ul.agent-social li a svg #instagram,
ul.agent-social li a svg #pinterest,
ul.agent-social li a svg #twitter,
ul.agent-social li a svg .linkedin,
ul.agent-social li a svg .youtube {
  fill: #1D252D;
  transition: all 0.5s ease-in-out;
}

.tab-wrap {
  width: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  background-color: white;
}

input[type=radio][name=tabs] {
  position: absolute;
  left: 10px;
  z-index: -1;
}

input[type=radio][name=tabs]:checked + .tab-label-content label {
  color: white;
}

input[type=radio][name=tabs]:checked + .tab-label-content .tab-content {
  display: flex;
}

input[type=radio][name=tabs]:nth-of-type(1):checked ~ .slide {
  left: 0%;
}

input[type=radio][name=tabs]:nth-of-type(2):checked ~ .slide {
  left: 33.3333333333%;
}

input[type=radio][name=tabs]:nth-of-type(3):checked ~ .slide {
  left: 66.6666666667%;
}

input[type=radio][name=tabs]:first-of-type:checked ~ .slide {
  left: 0;
}

.tab-wrap label {
  cursor: pointer;
  color: #1D252D;
  border: 2px solid #1D252D;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 56px;
  transition: color 0.2s ease;
  width: 100%;
  position: relative;
  z-index: 2;
}

.slide {
  background: #1d252d;
  width: 33.3333333333%;
  height: 56px;
  position: absolute;
  left: 0;
  top: calc(100% - 56px);
  transition: left 0.3s ease-out;
  z-index: 1;
}

.tab-label-content {
  width: 33.3333333333%;
  overflow: visible;
}

.tab-label-content .tab-content {
  position: absolute;
  top: 80px;
  left: -50%;
  line-height: 130%;
  display: none;
  width: 100%;
}

#black-nav-bar {
  top: -5px;
  background-color: #1D252D;
}

#black-nav-bar div.scroll ul li {
  color: white;
}

#black-nav-bar div.scroll ul li a {
  color: white;
  padding: 0 10px;
}

.market-trends-table .market-trends-article {
  box-flex: 2;
  -moz-flex: 2 2 15em;
  flex: 2 2 15em;
  box-shadow: none;
}

.market-trends-table .market-trends-article img {
  margin: 0;
}

.market-trends-table .market-trends-article div, .market-trends-table .market-trends-article figcaption {
  background-color: rgba(29, 37, 45, 0.7);
  padding: 15px 5px;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.2;
}

.in-the-media-table .in-the-media-article {
  box-flex: 2;
  -moz-flex: 2 2 12em;
  flex: 2 2 12em;
  box-shadow: none;
}

.in-the-media-table .in-the-media-article img {
  margin: 0;
}

.in-the-media-table .in-the-media-article div, .in-the-media-table .in-the-media-article figcaption {
  background-color: rgba(29, 37, 45, 0.7);
  padding: 15px 5px;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.2;
}

.propertydatawidget h1 {
  font-size: 1em;
}

@media screen and (min-width: 966px) {
  body.blog article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }

  body.blog article:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 965px) {
  body.blog article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }

  body.blog article:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 720px) {
  body.blog article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }

  body.blog article:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 966px) {
  body.blog aside {
    padding-left: 20px;
    border-left: 1px solid #ddd;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
  }

  body.blog aside:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 965px) {
  body.blog aside {
    padding-left: 20px;
    border-left: 1px solid #ddd;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
  }

  body.blog aside:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 720px) {
  body.blog aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }

  body.blog aside:last-child {
    margin-right: 0;
  }
}
.sliding-panel-content {
  background-color: #1D252D;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 1000000;
}

.sliding-panel-content.is-visible {
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0.99;
}

.sliding-panel-content .footerTopNav {
  display: none;
}

@media screen and (min-width: 900px) {
  .sliding-panel-content .footerTopNav {
    margin-bottom: 70px;
  }
}
.sliding-panel-content .footerTopNav.is-visible {
  display: block;
}

@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  section {
    background: transparent !important;
  }

  * {
    transition: none !important;
    transform: none !important;
    -webkit-transform: none !important;
  }

  .print-only, #enquireHereForm {
    display: none;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  pre,
blockquote {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  img {
    max-width: 100% !important;
    max-height: 842px;
  }

  @page {
    margin: 0.5cm;
  }
  body {
    font-size: 1em;
  }

  p,
h1,
h2,
h3,
h4,
a {
    color: #1D252D !important;
  }

  h1 {
    font-size: 2em;
  }

  .property-details > div {
    display: inline-block;
    border: 0px white;
    width: auto;
    min-width: 200px;
  }

  div.details {
    height: 60px !important;
    padding: 15px 0 0 0 !important;
  }

  .bed-bath-car {
    padding: 0 !important;
    top: 0 !important;
  }

  .flex-box.agent {
    background-color: white;
  }

  header, section.first div.alpha aside, .other_features, .add-to-favs, .modal-trigger, #map_canvas, #gallery, footer, #similar-properties, #local-schools, .white, .black, #PropertyStatistics {
    display: none;
    opacity: 0;
    height: 0;
  }

  #print_gallery, #floor-plans {
    text-align: center;
  }

  .single-listing-location, #print_gallery, #floor-plans {
    display: block;
    page-break-before: avoid;
    page-break-after: avoid;
  }

  #inspect-the-property .flex-box {
    border: 0px solid #ddd !important;
    page-break-inside: avoid !important;
    page-break-before: always;
  }

  #inspect-the-property .flex-box.auctionofi {
    flex: 0 0 100% !important;
  }

  #inspect-the-property .flex-box.gap {
    border: none !important;
  }

  #inspect-the-property {
    page-break-before: always;
  }

  section {
    page-break-before: avoid;
    page-break-after: avoid;
  }
}
