/* JUNO LAYOUT */
/* Mixins required */
/* GLOBAL vars -- TIP: use standardised variables where possible
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* Global breakpoints */
/* LOCAL vars -- Modify these in a layout if you wish to avoid overwriting globals */
/* CSS variables */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
:root {
  --color-link-std: blue;
  --color-link-hover: #505052;
}
/* mixins specific to this sheet */
._typo_letterspace {
  letter-spacing: 0px;
}
._typo_font {
  letter-spacing: 0px;
  font-family: Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
/* style dependency -- Property value popup -- empty is OK */
._typo_btn_n_input {
  font-size: 1.1rem;
  height: 2.8em;
  font-weight: 400;
}
._typo_fontaws {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
._typo_fontaws_abs {
  color: #505052;
  position: absolute;
  top: 49%;
  left: 14px;
  transform: translateY(-50%);
}
._typo_link_hover:not(.btn):focus,
._typo_link_hover:not(.button):focus,
._typo_link_hover:not(.btn):active,
._typo_link_hover:not(.button):active,
._typo_link_hover:not(.btn):hover,
._typo_link_hover:not(.button):hover {
  color: #505052;
  color: var(--color-link-hover);
}
._typo_link_inversed_inner {
  color: #505052;
  color: var(--color-link-hover);
}
._typo_link_inversed_inner:hover {
  color: blue;
  color: var(--color-link-std);
}
._typo_link_inversed a {
  color: #505052;
  color: var(--color-link-hover);
}
._typo_link_inversed a:hover {
  color: blue;
  color: var(--color-link-std);
}
._typo_list {
  position: relative;
}
._typo_list:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: blue;
  color: var(--color-link-std);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
/* primary font elements */
@media only screen and (max-width: 767px) {
  html {
    font-size: 0.9rem;
  }
}
body {
  letter-spacing: 0px;
  font-family: Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
b,
strong {
  font-weight: 400;
}
b b,
strong b,
b strong,
strong strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Arial, sans-serif;
  letter-spacing: 0px;
}
h1 {
  font-size: 1.75em;
}
h2,
big {
  font-size: 1.5em;
}
h2 b,
h2 strong {
  font-weight: 600;
}
h3 {
  font-weight: 600;
  font-size: 1.2em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
p {
  letter-spacing: 0px;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  color: blue;
  color: var(--color-link-std);
}
nav a {
  font-weight: 400;
  color: gray;
}
a:not(.btn):focus,
a:not(.button):focus,
a:not(.btn):active,
a:not(.button):active,
a:not(.btn):hover,
a:not(.button):hover {
  color: #505052;
  color: var(--color-link-hover);
}
/* Others */
em {
  font-style: normal;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
/* Non standard */
.text__upper {
  text-transform: uppercase;
}
.text__left {
  text-align: left;
}
.text__center {
  text-align: center;
}
.text__right {
  text-align: right;
}
.text__thin {
  font-weight: 100;
}
/* Variable .less files */
/*Red*/
/*Grey*/
/*White*/
/* ================== Urban Agency NSW Hack ================== */
/* ===== To be removed once CORS policy is sorted on AWS ===== */
@font-face {
  font-family: 'Champagne Limousines';
  src: url('/assets/layout/juno/fonts/urban-agency-nsw/champagne_limousines_bold.woff2') format('woff2'), url('/assets/layout/juno/fonts/urban-agency-nsw/champagne_limousines_bold.woff') format('woff'), url('/assets/layout/juno/fonts/urban-agency-nsw/champagne_limousines_bold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
/* =========================================================== */
@font-face {
  font-family: 'icomoon';
  src: url('/assets/layout/juno/fonts/icomoon.eot?lbghr0');
  src: url('/assets/layout/juno/fonts/icomoon.eot?lbghr0#iefix') format('embedded-opentype'), url('/assets/layout/juno/fonts/icomoon.ttf?lbghr0') format('truetype'), url('/assets/layout/juno/fonts/icomoon.woff?lbghr0') format('woff'), url('/assets/layout/juno/fonts/icomoon.svg?lbghr0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Global .less files */
.global_privacypolicy {
  margin-top: 80px;
  padding: 2em 15px 4em;
  font-family: Arial, sans-serif;
}
.global_privacypolicy h1,
.global_privacypolicy h2,
.global_privacypolicy h3,
.global_privacypolicy h4,
.global_privacypolicy p,
.global_privacypolicy li {
  text-align: left;
  line-height: 1.3;
}
.global_privacypolicy .container {
  max-width: 900px;
  margin: 0 auto;
}
.global_privacypolicy h1 {
  font-size: 1.8em;
  padding: 0 0 1em;
}
.global_privacypolicy h2 {
  font-size: 1.4em;
  padding: 1em 0 0.5em;
}
.global_privacypolicy p {
  font-size: 1em;
  margin-bottom: 0.75em;
  letter-spacing: 0.5px;
}
.global_privacypolicy strong {
  font-weight: 600;
}
.global_privacypolicy ul {
  list-style: none;
  margin: 0 0 0.75em;
}
.global_privacypolicy ul li:before {
  content: '-';
  display: inline-block;
  padding: 0 10px 0 0;
}
.global_privacypolicy .nospace {
  padding: 0;
}
/* Custom select field */
/* Use function to add hover styles to avoid hover related double tap bug */
/* Adding 'disabled' state to buttons for form submissions */
.two-col,
.three-col,
.four-col-desktop,
.three-three-one-col,
.two-col-tablet,
.three-col-tablet,
.two-col-desktop,
.three-col-desktop,
.four-col-desktop,
.flex-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.two-col li,
.three-col li,
.four-col-desktop li,
.three-three-one-col li,
.two-col-tablet li,
.three-col-tablet li,
.two-col-desktop li,
.three-col-desktop li,
.four-col-desktop li,
.flex-wrapper li {
  width: 100%;
}
.flex-wrapper {
  width: 100%;
}
.two-col .left-col {
  align-self: flex-start;
  width: 50%;
}
.two-col .right-col {
  align-self: flex-end;
  width: 50%;
}
.four-col-desktop {
  width: 100%;
}
.hide-mobile,
.hide-mobile-text {
  display: none;
}
.show-only-mobile {
  display: flex;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .two-col-tablet li,
  .four-col-desktop li {
    width: 50%;
  }
  .three-col-tablet li {
    width: 33.33%;
  }
  .three-three-one-col li {
    width: 33.33%;
  }
  .hide-mobile {
    display: flex;
  }
  .hide-mobile-text {
    display: inline;
  }
  .show-only-mobile {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .two-col-desktop .left-col {
    width: 50%;
  }
  .two-col-desktop .right-col {
    width: 50%;
  }
  .four-col-desktop li {
    width: 25%;
  }
  .four-col-desktop li {
    width: 25%;
  }
}
#homepage-mike {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  /** Shortcode boxes / feature links **/
  /** Featured links **/
}
#homepage-mike #home-listings-mobile {
  display: block !important;
}
#homepage-mike #home-listings {
  display: none !important;
}
#homepage-mike #homepage-mike-slideshow {
  position: relative;
  width: 100%;
  height: 500px;
}
#homepage-mike #homepage-mike-slideshow .image-overlay {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 75;
}
#homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta {
  height: 500px;
}
#homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper {
  height: 500px;
}
#homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport {
  height: 500px;
}
#homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul {
  height: 500px;
}
#homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul li {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: initial;
}
#homepage-mike #homepage-mike-slideshow #overlay {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 150px;
  z-index: 100;
}
#homepage-mike #homepage-mike-slideshow #overlay article {
  color: white;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  text-shadow: 0 0 5px #000000;
}
#homepage-mike #homepage-mike-slideshow #overlay article h2 {
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 5px #000000;
}
#homepage-mike #homepage-mike-slideshow #overlay a {
  color: white;
  margin: 0 auto;
  border: 1px solid white;
  margin-top: 16px;
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-shadow: 0 0 5px #000000;
  transition: all 0.5s;
  cursor: pointer;
  text-decoration: none;
}
#homepage-mike #homepage-mike-slideshow #overlay a:hover {
  transition: all 0.5s;
  background-color: #ed3425;
}
#homepage-mike #homepage-mike-slideshow #overlay i {
  font-size: 60px;
  color: white;
  padding-top: 30px;
  display: block;
  cursor: pointer;
  width: 85px;
  margin: 0 auto;
  transition: all 0.5s;
}
#homepage-mike #homepage-mike-slideshow #overlay i:hover {
  color: #ed3425;
  transition: all 0.5s;
}
#homepage-mike #homepage-mike-slideshow #overlay #chev-down,
#homepage-mike #homepage-mike-slideshow #overlay #chev-down-tablet {
  display: none;
}
#homepage-mike .new-properties,
#homepage-mike #latest-news-heading {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  max-width: 1030px;
  margin: 0 auto;
  background-color: white;
}
#homepage-mike #home-listings-mobile,
#homepage-mike #home-listings {
  padding: 0 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: white;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li,
#homepage-mike #home-listings #quarter .four-col-desktop li {
  padding: 4px 0;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .image,
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper,
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper {
  padding: 8px;
  text-decoration: none;
  background-color: #f6f6f6;
  display: block;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span,
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  height: 20px;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb,
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb {
  font-weight: 600;
  font-size: 18px;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .address,
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .address {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 600;
  display: block;
  padding-bottom: 30px;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc,
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc {
  clear: both;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  font-size: 17px;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span,
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span {
  width: 55px !important;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 4px;
  padding-right: 60px;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span i,
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span i {
  color: #1c3f75;
  padding-top: 1px;
  font-size: 18px;
  padding-right: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 15px;
  float: left;
  display: block;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6),
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) {
  width: 100px;
  float: right;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search,
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search {
  font-size: 25px;
  float: right;
  transition: all 0.5s;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search:hover,
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search:hover {
  color: #ed3425;
  transition: all 0.5s;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing:hover .info-wrapper span .fa.fa-search,
#homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing:hover .info-wrapper span .fa.fa-search {
  color: #ed3425;
  transition: all 0.5s;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li:nth-child(1),
#homepage-mike #home-listings #quarter .four-col-desktop li:nth-child(1) {
  padding-top: 0;
}
#homepage-mike #home-listings-mobile #quarter .four-col-desktop li:nth-child(4),
#homepage-mike #home-listings #quarter .four-col-desktop li:nth-child(4) {
  padding-bottom: 0;
}
#homepage-mike #news-wrapper {
  background-color: white;
  padding: 0 8px 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-mike #news-wrapper #news #news-heading {
  text-transform: uppercase;
  padding: 24px;
  font-size: 20px;
  text-align: center;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-mike #news-wrapper #news ul li {
  padding: 4px 0;
}
#homepage-mike #news-wrapper #news ul li a {
  text-decoration: none;
}
#homepage-mike #news-wrapper #news ul li a #news-image-wrapper {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
#homepage-mike #news-wrapper #news ul li a .info-wrapper {
  position: relative;
  padding: 8px;
  text-decoration: none;
  background-color: #f6f6f6;
  height: 150px;
  display: block;
}
#homepage-mike #news-wrapper #news ul li a .info-wrapper h1 {
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 20px;
  padding-bottom: 10px;
}
#homepage-mike #news-wrapper #news ul li a .info-wrapper p {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
}
#homepage-mike #news-wrapper #news ul li a .info-wrapper span {
  color: #6a6a6a;
  position: absolute;
  right: 20px;
  bottom: 8px;
  transition: all 0.5s;
  font-weight: 600;
}
#homepage-mike #news-wrapper #news ul li:hover .info-wrapper span {
  color: #ed3425;
  transition: all 0.5s;
}
#homepage-mike #news-wrapper #news ul li:nth-child(1) {
  padding-top: 0;
}
@media (max-width: 767px) {
  #homepage-mike #homepage-mike-slideshow.tall {
    height: 800px;
  }
  #homepage-mike #homepage-mike-slideshow.tall #item-image-slideshow-delta {
    height: 100% !important;
  }
  #homepage-mike #homepage-mike-slideshow.tall #item-image-slideshow-delta .bx-wrapper {
    height: 100% !important;
  }
  #homepage-mike #homepage-mike-slideshow.tall #item-image-slideshow-delta .bx-wrapper .bx-viewport {
    height: 100% !important;
  }
  #homepage-mike #homepage-mike-slideshow.tall #item-image-slideshow-delta .bx-wrapper .bx-viewport ul {
    height: 100% !important;
  }
  #homepage-mike #homepage-mike-slideshow.tall #item-image-slideshow-delta .bx-wrapper .bx-viewport ul li {
    height: 100% !important;
  }
}
#homepage-mike .boxes {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#homepage-mike .boxes .box {
  width: 100%;
}
@media (min-width: 768px) {
  #homepage-mike .boxes .box {
    width: 33%;
    max-width: 250px;
  }
}
#homepage-mike .boxes .box a {
  height: 100px !important;
  padding: 20px;
  display: flex !important;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 768px) {
  #homepage-mike .boxes .box a {
    height: 150px !important;
  }
}
#homepage-mike .boxes .box a i {
  padding-top: 0 !important;
  padding-bottom: 20px;
  font-size: 2rem !important;
}
@media (min-width: 768px) {
  #homepage-mike .boxes .box a i {
    font-size: 3rem !important;
  }
}
#homepage-mike .boxes .box a i:hover {
  color: white !important;
}
#homepage-mike .boxes .box a h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
}
#homepage-mike .featured-block-container > * {
  box-sizing: border-box;
}
#homepage-mike .featured-block-container h2 {
  padding: 0 0 45px;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}
#homepage-mike .featured-block-container .container {
  max-width: 1030px;
  margin: 0 auto;
  background-color: white;
  padding: 4rem 15px;
}
#homepage-mike .featured-block-container .feature-container {
  display: flex;
  flex-flow: row wrap;
}
#homepage-mike .featured-block-container .feature-item {
  position: relative;
}
#homepage-mike .featured-block-container .feature-item .inner {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#homepage-mike .featured-block-container .feature-item .inner:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
#homepage-mike .featured-block-container .feature-item h3 {
  position: relative;
  z-index: 2;
  font-size: 1.2em;
  font-weight: 600;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.4) 5px 3px 10px;
}
#homepage-mike .featured-block-container.feature-blocks .feature-item {
  padding-bottom: 60%;
  width: 100%;
}
@media (min-width: 768px) {
  #homepage-mike .featured-block-container.feature-blocks .feature-item {
    padding-bottom: 24%;
    width: 33.33%;
  }
}
#homepage-mike .featured-block-container.feature-offices .feature-item {
  padding-bottom: 60%;
  width: 100%;
}
@media (min-width: 768px) {
  #homepage-mike .featured-block-container.feature-offices .feature-item {
    padding-bottom: 30%;
    width: 50%;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-mike #homepage-mike-slideshow {
    height: 600px;
  }
  #homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta {
    height: 600px;
  }
  #homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper {
    height: 600px;
  }
  #homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport {
    height: 600px;
  }
  #homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul {
    height: 600px;
  }
  #homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul li {
    height: 600px;
  }
  #homepage-mike #homepage-mike-slideshow #overlay {
    top: 160px;
    z-index: 100;
  }
  #homepage-mike #homepage-mike-slideshow #overlay #chev-down-mobile {
    display: none;
  }
  #homepage-mike #homepage-mike-slideshow #overlay #chev-down-tablet {
    display: block;
  }
  #homepage-mike .new-properties,
  #homepage-mike #latest-news-heading {
    padding: 36px;
    font-size: 25px;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li,
  #homepage-mike #home-listings #quarter .four-col-desktop li {
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper {
    padding: 8px;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span {
    height: 20px;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb {
    font-weight: 600;
    font-size: 18px;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .address,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .address {
    font-weight: 600;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span {
    width: 50px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search {
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li:nth-child(1),
  #homepage-mike #home-listings #quarter .four-col-desktop li:nth-child(1),
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li:nth-child(2),
  #homepage-mike #home-listings #quarter .four-col-desktop li:nth-child(2) {
    padding-top: 0;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li:nth-child(3),
  #homepage-mike #home-listings #quarter .four-col-desktop li:nth-child(3),
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li:nth-child(4),
  #homepage-mike #home-listings #quarter .four-col-desktop li:nth-child(4) {
    padding-bottom: 0;
  }
  #homepage-mike #news-wrapper {
    max-width: 1030px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 12px 0 0;
  }
  #homepage-mike #news-wrapper #news #news-heading {
    text-transform: uppercase;
    padding: 36px;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike #news-wrapper #news ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px;
  }
  #homepage-mike #news-wrapper #news ul li a {
    text-decoration: none;
  }
  #homepage-mike #news-wrapper #news ul li a #news-image-wrapper {
    height: 0px;
    padding-bottom: 60%;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
  }
  #homepage-mike #news-wrapper #news ul li a .info-wrapper {
    position: relative;
    padding: 8px;
    text-decoration: none;
    background-color: #f6f6f6;
    height: 150px;
    display: block;
  }
  #homepage-mike #news-wrapper #news ul li a .info-wrapper h1 {
    font-weight: 600;
    font-size: 18px;
    color: #6a6a6a;
    display: block;
  }
  #homepage-mike #news-wrapper #news ul li a .info-wrapper p {
    color: #6a6a6a;
    text-decoration: none;
    display: block;
    max-height: 71px;
    overflow: hidden;
  }
  #homepage-mike #news-wrapper #news ul li a .info-wrapper span {
    color: #6a6a6a;
    position: absolute;
    right: 20px;
    bottom: 8px;
    transition: all 0.5s;
    font-weight: 600;
  }
  #homepage-mike #news-wrapper #news ul li:hover .info-wrapper span {
    color: #ed3425;
    transition: all 0.5s;
  }
  #homepage-mike #news-wrapper #news ul li:nth-child(1),
  #homepage-mike #news-wrapper #news ul li:nth-child(2) {
    padding-top: 0;
  }
  #homepage-mike #news-wrapper #news ul li:nth-child(3),
  #homepage-mike #news-wrapper #news ul li:nth-child(4) {
    padding-bottom: 24px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-mike {
    max-width: none;
  }
  #homepage-mike #home-listings-mobile {
    display: none !important;
  }
  #homepage-mike #home-listings {
    display: block !important;
    max-width: 1030px;
    margin: 0 auto;
  }
  #homepage-mike #homepage-mike-slideshow {
    height: 1200px;
  }
  #homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta {
    height: 1200px;
  }
  #homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper {
    height: 1200px;
  }
  #homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport {
    height: 1200px;
  }
  #homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul {
    height: 1200px;
  }
  #homepage-mike #homepage-mike-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul li {
    height: 1200px;
    background-attachment: fixed;
    /* HERE */
  }
  #homepage-mike #homepage-mike-slideshow #overlay {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 290px;
    z-index: 100;
  }
  #homepage-mike #homepage-mike-slideshow #overlay article {
    color: white;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  #homepage-mike #homepage-mike-slideshow #overlay article h2 {
    color: white;
    font-size: 30px;
    font-weight: 700;
  }
  #homepage-mike #homepage-mike-slideshow #overlay a {
    color: white;
    margin: 0 auto;
    border: 1px solid white;
    margin-top: 16px;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
  }
  #homepage-mike #homepage-mike-slideshow #overlay a:hover {
    transition: all 0.5s;
    background-color: #ed3425;
  }
  #homepage-mike #homepage-mike-slideshow #overlay i {
    font-size: 60px;
    color: white;
    padding-top: 30px;
    display: block;
    cursor: pointer;
    width: 85px;
    margin: 0 auto;
    transition: all 0.5s;
  }
  #homepage-mike #homepage-mike-slideshow #overlay i:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #homepage-mike #homepage-mike-slideshow #overlay #chev-down-mobile,
  #homepage-mike #homepage-mike-slideshow #overlay #chev-down-tablet {
    display: none;
  }
  #homepage-mike #homepage-mike-slideshow #overlay #chev-down {
    display: block;
  }
  #homepage-mike .new-properties,
  #homepage-mike #latest-news-heading {
    padding: 36px;
    font-size: 25px;
  }
  #homepage-mike #home-listings-mobile,
  #homepage-mike #home-listings {
    padding: 0 15px;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li,
  #homepage-mike #home-listings #quarter .four-col-desktop li {
    width: 33.33% !important;
    padding: 0 6px 6px 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing {
    overflow: hidden;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .image,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .image {
    transition: all 0.5s;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper {
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span {
    color: white;
    height: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 20px;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb {
    transition: all 0.5s;
    padding-top: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .address,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .address {
    padding-top: 5px;
    width: 100%;
    text-align: center;
    font-weight: 600;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc {
    display: none;
    width: 166px;
    padding-top: 25px;
    margin: 0 auto;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span {
    width: 50px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span i,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span i {
    color: white;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .price,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .price {
    width: 100%;
    text-align: center;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .method,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .method {
    transition: all 0.5s;
    padding-top: 135px;
    width: 100%;
    text-align: center;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search {
    display: none;
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper:hover,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper:hover {
    opacity: 1;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper:hover .method,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper:hover .method {
    padding-top: 115px;
    transition: all 0.5s;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper:hover .suburb,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper:hover .suburb {
    padding-top: 8px;
    transition: all 0.5s;
  }
  #homepage-mike #home-listings-mobile #quarter .four-col-desktop li .propertyListing .image,
  #homepage-mike #home-listings #quarter .four-col-desktop li .propertyListing .image {
    transition: all 0.5s;
    transform: scale(1.05, 1.05);
  }
  #homepage-mike #news-wrapper {
    max-width: 1030px;
    display: table;
    margin: 0 auto;
    padding: 0 12px 0 12px;
  }
  #homepage-mike #news-wrapper #news #news-heading {
    text-transform: uppercase;
    padding: 36px;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike #news-wrapper #news ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
  }
  #homepage-mike #news-wrapper #news ul li a {
    text-decoration: none;
  }
  #homepage-mike #news-wrapper #news ul li a #news-image-wrapper {
    height: 0px;
    padding-bottom: 60%;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
  }
  #homepage-mike #news-wrapper #news ul li a .info-wrapper {
    position: relative;
    padding: 15px;
    text-decoration: none;
    background-color: #f6f6f6;
    height: 150px;
    display: block;
  }
  #homepage-mike #news-wrapper #news ul li a .info-wrapper h1 {
    font-weight: 600;
    font-size: 18px;
    color: #6a6a6a;
    display: block;
  }
  #homepage-mike #news-wrapper #news ul li a .info-wrapper p {
    color: #6a6a6a;
    text-decoration: none;
    display: block;
    max-height: 71px;
    overflow: hidden;
  }
  #homepage-mike #news-wrapper #news ul li a .info-wrapper span {
    color: #6a6a6a;
    position: absolute;
    right: 20px;
    bottom: 15px;
    transition: all 0.5s;
    font-weight: 600;
  }
  #homepage-mike #news-wrapper #news ul li:hover .info-wrapper span {
    color: #ed3425;
    transition: all 0.5s;
  }
  #homepage-mike #news-wrapper #news ul li:nth-child(3),
  #homepage-mike #news-wrapper #news ul li:nth-child(4) {
    padding-bottom: 40px;
  }
  #homepage-mike #news-wrapper #news ul li:nth-child(1),
  #homepage-mike #news-wrapper #news ul li:nth-child(3) {
    padding-left: 12px;
  }
  #homepage-mike #news-wrapper #news ul li:nth-child(2),
  #homepage-mike #news-wrapper #news ul li:nth-child(4) {
    padding-right: 12px;
  }
}
#listings-igloo {
  padding-top: 65px;
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  background-color: white;
}
#listings-igloo .search-form-wrapper .suburb-autocomplete input {
  height: 45px !important;
}
#listings-igloo .listings-content .top-pagination {
  padding: 8px;
  text-align: right;
}
#listings-igloo .listings-content .top-pagination #pagination-alpha a {
  padding-left: 4px;
  text-decoration: none;
  color: #6a6a6a;
  cursor: pointer;
  font-size: 16px;
}
#listings-igloo .listings-content .top-pagination #pagination-alpha a:hover {
  color: #ed3425;
}
#listings-igloo .listings-content .top-pagination #pagination-alpha .active {
  color: #ed3425;
}
#listings-igloo .listings-content .heading-wrapper .heading-div h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#listings-igloo .listings-content .heading-wrapper .search-sort {
  padding: 0 8px;
}
#listings-igloo .listings-content .heading-wrapper .search-sort span {
  font-weight: 600;
  font-size: 12px;
}
#listings-igloo .listings-content .heading-wrapper .search-sort a {
  color: #6a6a6a;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 12px;
}
#listings-igloo .listings-content .heading-wrapper .search-sort a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#listings-igloo .listings-content .heading-wrapper .search-sort input {
  height: 45px !important;
}
#listings-igloo .listings-content .heading-wrapper .search-sort .active {
  color: #ed3425;
}
#listings-igloo .listings-content #listings-igloo-display {
  padding: 0 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-igloo .listings-content #listings-igloo-display #no-results {
  padding-left: 8px;
}
#listings-igloo .listings-content #listings-igloo-display #no-results .card {
  line-height: 18px;
}
#listings-igloo .listings-content #listings-igloo-display #no-results .card h2 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
}
#listings-igloo .listings-content #listings-igloo-display #no-results .card a {
  width: 100%;
  display: block;
  text-align: left;
  color: #6a6a6a;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
  font-weight: 600;
  padding-top: 8px;
}
#listings-igloo .listings-content #listings-igloo-display #no-results .card a:hover {
  color: #ed3425;
  transition: all 0.5s;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li {
  padding: 4px 0;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper {
  padding: 8px;
  text-decoration: none;
  background-color: #f6f6f6;
  height: 130px;
  display: block;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper span {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  height: 20px;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper .suburb {
  font-weight: 600;
  font-size: 18px;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper .address {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 600;
  display: block;
  padding-bottom: 30px;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper .bbc {
  clear: both;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  font-size: 17px;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper .bbc span {
  width: 55px !important;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 4px;
  padding-right: 60px;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper .bbc span i {
  color: #1c3f75;
  padding-top: 1px;
  font-size: 18px;
  padding-right: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 15px;
  float: left;
  display: block;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) {
  display: none;
  width: 100px;
  float: right;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search {
  font-size: 25px;
  float: right;
  transition: all 0.5s;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search:hover {
  color: #ed3425;
  transition: all 0.5s;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing:hover .info-wrapper span .fa.fa-search {
  color: #ed3425;
  transition: all 0.5s;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(1) {
  padding-top: 0;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(4) {
  padding-bottom: 0;
}
#listings-igloo .listings-content .bottom-pagination {
  padding: 8px;
  text-align: right;
  padding-top: 0;
}
#listings-igloo .listings-content .bottom-pagination #pagination-alpha a {
  padding-left: 4px;
  text-decoration: none;
  color: #6a6a6a;
  cursor: pointer;
  font-size: 16px;
}
#listings-igloo .listings-content .bottom-pagination #pagination-alpha a:hover {
  color: #ed3425;
}
#listings-igloo .loading-spinner {
  display: block;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
#search-form-delta {
  /*background-color: @brand-secondary !important;*/
}
#search-form-delta input,
#search-form-delta select {
  height: 45px;
  width: 100%;
  border: 1px solid #cfcfcf;
  padding-left: 5px;
}
#search-form-delta :placeholder-shown {
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#search-form-delta select {
  height: 49px;
}
#search-form-delta .container.search-bottom {
  text-align: right;
}
#search-form-delta input[type='text'] {
  height: 41px;
  width: 100%;
  border: 1px solid #cfcfcf;
}
#search-form-delta #search-submit-mobile {
  width: 100% !important;
  background-color: #ed3425;
  color: white !important;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
  line-height: 38px !important;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span i,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span i,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span i {
  padding-left: 5px;
  font-size: 17px;
  line-height: 43px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listings-igloo .listings-content .top-pagination {
    padding: 12px;
  }
  #listings-igloo .listings-content .heading-wrapper .heading-div h1 {
    padding: 36px;
    font-size: 25px;
  }
  #listings-igloo .listings-content .heading-wrapper .search-sort {
    padding: 0 12px;
  }
  #listings-igloo .listings-content .heading-wrapper .search-sort span {
    font-size: 13px;
  }
  #listings-igloo .listings-content .heading-wrapper .search-sort a {
    font-size: 13px;
  }
  #listings-igloo .listings-content #listings-igloo-display {
    padding: 0;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li {
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper {
    padding: 8px;
    height: 150px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper span {
    height: 20px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper .suburb {
    font-weight: 600;
    font-size: 18px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper .address {
    font-weight: 600;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper .bbc span {
    width: 50px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search {
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(1),
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(2) {
    padding-top: 0;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(3),
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(4) {
    padding-bottom: 0;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(odd) {
    padding-left: 12px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(even) {
    padding-right: 12px;
  }
  #listings-igloo .listings-content .bottom-pagination {
    padding: 12px;
    padding-top: 0;
  }
  #search-form-delta .container.more-options {
    display: none;
    width: 100% !important;
  }
  #search-form-delta input,
  #search-form-delta select {
    height: 45px;
    width: 100%;
    border: 1px solid #cfcfcf;
  }
  #search-form-delta input[type='text'] {
    /*height: 41px;*/
    width: 100%;
    border: 1px solid #cfcfcf;
  }
  #search-form-delta #col-btn {
    background-color: #ed3425 !important;
    color: white !important;
  }
  #search-form-delta #col-btn a {
    width: 100% !important;
    background-color: #ed3425 !important;
    color: white !important;
    height: 45px !important;
  }
  #search-form-delta #col-btn a:hover {
    background-color: #1c3f75 !important;
  }
  #search-form-delta .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    display: none !important;
  }
  #search-form-delta .show-more {
    padding-top: 12px;
    display: block;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    line-height: 38px !important;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span i,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span i,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span i {
    padding-left: 5px;
    font-size: 17px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listings-igloo {
    padding-top: 85px;
  }
  #listings-igloo .listings-content {
    padding: 0 6px;
  }
  #listings-igloo .listings-content .top-pagination {
    padding: 12px;
    margin-top: -27px;
  }
  #listings-igloo .listings-content .heading-wrapper .heading-div h1 {
    padding-top: 24px !important;
  }
  #listings-igloo .listings-content .heading-wrapper .search-sort {
    padding-left: 10px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop {
    padding-top: 20px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li {
    padding: 10px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 33.33%;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing {
    overflow: hidden;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .image {
    transition: all 0.5s;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper {
    padding: 12px;
    height: 125px;
    position: relative;
    z-index: 10;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper span {
    height: 20px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper .suburb {
    font-weight: 600;
    font-size: 18px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper .address {
    font-weight: 600;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper .bbc span {
    width: 50px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search {
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:hover .propertyListing .image {
    transition: all 0.5s;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(odd) {
    padding-left: 10px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(even) {
    padding-right: 10px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(1),
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(2),
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(3) {
    padding-top: 0 !important;
  }
  #listings-igloo .listings-content .bottom-pagination {
    padding: 20px;
    padding-top: 0;
  }
}
#agents-igloo {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  padding-top: 65px;
  background-color: white;
}
#agents-igloo h3 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#agents-igloo .four-col-desktop {
  padding: 0 8px 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agents-igloo .four-col-desktop li {
  padding: 4px 0;
}
#agents-igloo .four-col-desktop li .card {
  background-color: #f6f6f6;
}
#agents-igloo .four-col-desktop li .card .image {
  height: 0px;
  padding-bottom: 110%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #e9e9e9;
}
#agents-igloo .four-col-desktop li .card .info-wrapper {
  position: relative;
  padding: 8px;
  text-decoration: none;
  height: 150px;
  display: block;
  color: #6a6a6a;
}
#agents-igloo .four-col-desktop li .card .info-wrapper a {
  color: #6a6a6a;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
#agents-igloo .four-col-desktop li .card .info-wrapper a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#agents-igloo .four-col-desktop li .card .info-wrapper .name {
  font-weight: 600;
  font-size: 18px;
}
#agents-igloo .four-col-desktop li .card .info-wrapper .position {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 400;
  display: block;
  padding-top: 5px;
}
#agents-igloo .four-col-desktop li .card .info-wrapper .view {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: right;
  transition: all 0.5s;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#agents-igloo .four-col-desktop li .card .info-wrapper .no-mobile {
  line-height: 18px;
  padding-bottom: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agents-igloo .four-col-desktop li:nth-child(1) {
  padding-top: 0;
}
#agents-igloo .four-col-desktop li:hover .info-wrapper .view {
  color: #ed3425;
  transition: all 0.5s;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agents-igloo h3 {
    padding: 36px;
    font-size: 25px;
  }
  #agents-igloo .four-col-desktop {
    padding: 0 12px 12px 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-igloo .four-col-desktop li {
    padding: 6px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-igloo .four-col-desktop li .card {
    background-color: #f6f6f6;
  }
  #agents-igloo .four-col-desktop li .card .image {
    height: 0px;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #e9e9e9;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper {
    position: relative;
    padding: 12px;
    text-decoration: none;
    height: 150px;
    display: block;
    color: #6a6a6a;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper a {
    color: #6a6a6a;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper a:hover {
    transition: all 0.5s;
    color: #ed3425;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .name {
    font-weight: 600;
    font-size: 18px;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .position {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .view {
    right: 10px;
    bottom: 10px;
    display: block;
    width: 100%;
    text-align: right;
    transition: all 0.5s;
  }
  #agents-igloo .four-col-desktop li:nth-child(1),
  #agents-igloo .four-col-desktop li:nth-child(2) {
    padding-top: 0;
  }
  #agents-igloo .four-col-desktop li:nth-child(odd) {
    padding-right: 6px;
  }
  #agents-igloo .four-col-desktop li:nth-child(even) {
    padding-left: 6px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agents-igloo {
    padding-top: 85px;
  }
  #agents-igloo .four-col-desktop {
    padding: 0 12px 12px 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-igloo .four-col-desktop li {
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-igloo .four-col-desktop li .card {
    background-color: #f6f6f6;
  }
  #agents-igloo .four-col-desktop li .card .image {
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #e9e9e9;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper {
    padding: 12px;
    text-decoration: none;
    height: 150px;
    display: block;
    color: #6a6a6a;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper a {
    color: #6a6a6a;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper a:hover {
    transition: all 0.5s;
    color: #ed3425;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .name {
    font-weight: 600;
    font-size: 18px;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .position {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .view {
    display: block;
    width: 100%;
    text-align: right;
    transition: all 0.5s;
  }
  #agents-igloo .four-col-desktop li:nth-child(1),
  #agents-igloo .four-col-desktop li:nth-child(2),
  #agents-igloo .four-col-desktop li:nth-child(3),
  #agents-igloo .four-col-desktop li:nth-child(4) {
    padding-top: 0;
  }
}
#auctions-golf,
#opens-hotel {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
}
#auctions-golf .container ul,
#opens-hotel .container ul {
  display: flex;
  flex-flow: column nowrap;
}
#auctions-golf .container ul li,
#opens-hotel .container ul li {
  float: none !important;
}
#auctions-golf .container ul li .listing-wrapper,
#opens-hotel .container ul li .listing-wrapper {
  background-color: #f6f6f6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
#auctions-golf .container ul li .listing-wrapper .image,
#opens-hotel .container ul li .listing-wrapper .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
#auctions-golf .container ul li .listing-wrapper .info-wrapper,
#opens-hotel .container ul li .listing-wrapper .info-wrapper {
  height: 100% !important;
  display: flex;
  flex-flow: row wrap;
}
#auctions-golf .container ul li .listing-wrapper .info-wrapper > div,
#opens-hotel .container ul li .listing-wrapper .info-wrapper > div {
  width: 100%;
}
#auctions-golf .container ul li .listing-wrapper .info-wrapper .address,
#opens-hotel .container ul li .listing-wrapper .info-wrapper .address {
  float: none;
  padding-bottom: 15px;
}
#auctions-golf .container ul li .listing-wrapper .info-wrapper .bbc,
#opens-hotel .container ul li .listing-wrapper .info-wrapper .bbc {
  display: flex;
  flex-flow: row nowrap;
}
#auctions-golf .container ul li .listing-wrapper .info-wrapper .bbc span,
#opens-hotel .container ul li .listing-wrapper .info-wrapper .bbc span,
#auctions-golf .container ul li .listing-wrapper .info-wrapper .bbc i,
#opens-hotel .container ul li .listing-wrapper .info-wrapper .bbc i {
  float: none !important;
  display: inline !important;
  padding: 0 5px 0 0;
}
#auctions-golf .container ul li .listing-wrapper .info-wrapper .print-list,
#opens-hotel .container ul li .listing-wrapper .info-wrapper .print-list {
  display: inline-block;
  align-self: flex-end;
}
#auctions-golf #no-results .card,
#opens-hotel #no-results .card {
  padding: 8px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #auctions-golf .container ul,
  #opens-hotel .container ul {
    flex-flow: row wrap;
  }
  #auctions-golf .container ul li,
  #opens-hotel .container ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    float: left;
  }
  #auctions-golf .container ul li .propertyListing .info-wrapper span,
  #opens-hotel .container ul li .propertyListing .info-wrapper span {
    height: 20px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #auctions-golf .container ul li,
  #opens-hotel .container ul li {
    width: 25%;
    float: left;
  }
}
#appraisal-charlie .container form div fieldset {
  width: 100%;
}
#appraisal-charlie .container form div fieldset legend {
  padding: 4px 0;
}
#appraisal-charlie .container form div fieldset textarea {
  background-color: #F6F6F6;
}
#appraisal-charlie .container form div fieldset input,
#appraisal-charlie .container form div fieldset select {
  width: 100%;
  margin: 4px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d1d1d1;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-charlie .container form div fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal-charlie .container form div fieldset:nth-child(1) {
    padding-right: 6px;
  }
  #appraisal-charlie .container form div fieldset:nth-child(2) {
    padding-left: 6px;
  }
  #appraisal-charlie .container form div fieldset:nth-child(2) legend {
    padding-bottom: 2px;
  }
  #appraisal-charlie .container form div .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    width: 100%;
  }
  #appraisal-charlie .container form div .col-xs-12.col-sm-12.col-md-12.col-lg-12.go-btn {
    width: 50%;
    float: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-charlie #appraisal-image {
    width: 100%;
    display: block;
  }
  #appraisal-charlie #appraisal-form > div > fieldset:nth-child(2) {
    padding-top: 6px;
  }
  #appraisal-charlie .container {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
  }
  #appraisal-charlie .container.title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#listing-show-kilo {
  padding-top: 65px;
}
#listing-show-kilo #property .details-wrapper .left .agent-desktop {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-kilo {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
  }
  #listing-show-kilo #property .thumbnail-container .bx-wrapper {
    max-width: none !important;
  }
  #listing-show-kilo #property .details-wrapper .left {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-kilo #property .details-wrapper .left .agent-desktop {
    display: block;
  }
  #listing-show-kilo #property .details-wrapper .right {
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-kilo #property .details-wrapper .right .staff,
  #listing-show-kilo #property .details-wrapper .right .agent-title {
    display: none;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-kilo {
    padding-top: 0;
  }
  #listing-show-kilo #property .slideshow {
    height: 600px;
  }
  #listing-show-kilo #property .slideshow .bx-wrapper {
    height: 600px;
  }
  #listing-show-kilo #property .slideshow .bx-wrapper .bx-viewport {
    height: 600px;
  }
  #listing-show-kilo #property .slideshow .bx-wrapper .bx-viewport ul {
    height: 600px;
  }
  #listing-show-kilo #property .slideshow .bx-wrapper .bx-viewport ul li {
    height: 600px;
  }
  #listing-show-kilo #property .details-wrapper .left {
    width: 75%;
  }
  #listing-show-kilo #property .details-wrapper .right {
    width: 25%;
  }
}
.offices-alpha .top-section {
  width: 100%;
}
.offices-alpha .top-section h1 {
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.offices-alpha ul li .officeListing .image img {
  width: 100%;
  height: auto;
}
.offices-alpha ul li .officeListing .office-name {
  width: 100%;
  display: block;
}
.offices-alpha ul li .officeListing span {
  width: 100%;
  display: block;
}
.offices-alpha ul li .officeListing .email {
  width: 100%;
  display: block;
}
.offices-alpha ul li .officeListing .button {
  display: block;
  width: 150px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  color: #6a6a6a;
  cursor: pointer;
  transition: all 0.5s;
  text-align: right;
}
.offices-alpha ul li .officeListing .button:disabled {
  background: #ccc;
}
.offices-alpha ul li .officeListing .button:disabled:hover,
.offices-alpha ul li .officeListing .button:disabled:active,
.offices-alpha ul li .officeListing .button:disabled:focus {
  background: #ccc;
}
.offices-alpha ul li .officeListing .button:focus,
.offices-alpha ul li .officeListing .button:hover,
.offices-alpha ul li .officeListing .button:active {
  background-color: #ed3425;
  color: #F6F6F6;
  transition: all 0.5s;
}
.offices-alpha ul li .officeListing .button i {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .offices-alpha ul li .officeListing {
    overflow: hidden;
  }
  .offices-alpha ul li .officeListing .image img {
    height: 330px;
    width: auto;
  }
  .offices-alpha ul li .officeListing .address {
    min-height: 45px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#agent-show-golf {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
#agent-show-golf .latest-listings .four-col-desktop li {
  padding: 4px 0;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing {
  position: relative;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper {
  padding: 8px;
  text-decoration: none;
  background-color: #f6f6f6;
  height: 130px;
  display: block;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper span {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  height: 20px;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper .suburb {
  font-weight: 600;
  font-size: 18px;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper .address {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 600;
  display: block;
  padding-bottom: 30px;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper .bbc {
  clear: both;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  font-size: 17px;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper .bbc span {
  width: 55px !important;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 4px;
  padding-right: 60px;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper .bbc span i {
  color: #1c3f75;
  padding-top: 1px;
  font-size: 18px;
  padding-right: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 15px;
  float: left;
  display: block;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) {
  display: none;
  width: 100px;
  float: right;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search {
  font-size: 25px;
  float: right;
  transition: all 0.5s;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search:hover {
  color: #ed3425;
  transition: all 0.5s;
}
#agent-show-golf .latest-listings .four-col-desktop li .propertyListing:hover .info-wrapper span .fa.fa-search {
  color: #ed3425;
  transition: all 0.5s;
}
#agent-show-golf .latest-listings .four-col-desktop li:nth-child(1) {
  padding-top: 0;
}
#agent-show-golf .latest-listings .four-col-desktop li:nth-child(4) {
  padding-bottom: 0;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-golf .latest-listings .four-col-desktop li {
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper {
    padding: 8px;
    height: 150px;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper span {
    height: 20px;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper .suburb {
    font-weight: 600;
    font-size: 18px;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper .address {
    font-weight: 600;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper .bbc span {
    width: 50px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search {
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #agent-show-golf .latest-listings .four-col-desktop li:nth-child(1),
  #agent-show-golf .latest-listings .four-col-desktop li:nth-child(2) {
    padding-top: 0;
  }
  #agent-show-golf .latest-listings .four-col-desktop li:nth-child(3),
  #agent-show-golf .latest-listings .four-col-desktop li:nth-child(4) {
    padding-bottom: 0;
  }
  #agent-show-golf .latest-listings .four-col-desktop li:nth-child(odd) {
    padding-left: 0;
  }
  #agent-show-golf .latest-listings .four-col-desktop li:nth-child(even) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-golf {
    padding-left: 15px;
    padding-right: 15px;
  }
  #agent-show-golf .latest-listings .four-col-desktop {
    padding-top: 20px;
  }
  #agent-show-golf .latest-listings .four-col-desktop li {
    padding: 10px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 33.33%;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing {
    overflow: hidden;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .image {
    transition: all 0.5s;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper {
    padding: 12px;
    height: 125px;
    position: relative;
    z-index: 10;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper span {
    height: 20px;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper .suburb {
    font-weight: 600;
    font-size: 18px;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper .address {
    font-weight: 600;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper .bbc span {
    width: 50px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search {
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #agent-show-golf .latest-listings .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #agent-show-golf .latest-listings .four-col-desktop li:hover .propertyListing .image {
    transition: all 0.5s;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  #agent-show-golf .latest-listings .four-col-desktop li:nth-child(odd) {
    padding-left: 10px;
  }
  #agent-show-golf .latest-listings .four-col-desktop li:nth-child(even) {
    padding-right: 10px;
  }
  #agent-show-golf .latest-listings .four-col-desktop li:nth-child(1),
  #agent-show-golf .latest-listings .four-col-desktop li:nth-child(2),
  #agent-show-golf .latest-listings .four-col-desktop li:nth-child(3) {
    padding-top: 0 !important;
  }
}
#search-form-delta {
  margin: 16px;
  padding: 16px;
  background-color: #f1f1f1;
}
#search-form-delta .col-xs-6.col-sm-6.col-md-4.col-lg-3 {
  display: none !important;
}
#search-form-delta #col-category {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 8px;
}
#search-form-delta #col-suburb {
  width: 66.66%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 8px;
}
#search-form-delta #col-btn {
  width: 100%;
  clear: both;
  padding-top: 16px;
}
#search-form-delta #col-btn a {
  display: block;
  width: 150px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  color: #6a6a6a;
  cursor: pointer;
  transition: all 0.5s;
}
#search-form-delta #col-btn a:disabled {
  background: #ccc;
}
#search-form-delta #col-btn a:disabled:hover,
#search-form-delta #col-btn a:disabled:active,
#search-form-delta #col-btn a:disabled:focus {
  background: #ccc;
}
#search-form-delta #col-btn a:focus,
#search-form-delta #col-btn a:hover,
#search-form-delta #col-btn a:active {
  background-color: #ed3425;
  color: #F6F6F6;
  transition: all 0.5s;
}
#search-form-delta .container.more-options {
  display: none;
}
#search-form-delta .row div.col-xs-12.col-sm-6.col-md-2.col-lg-2 {
  padding-top: 16px;
}
#search-form-delta .row div.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
  padding-top: 16px;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
  line-height: 45px !important;
}
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2,
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 16px;
}
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 i,
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 i {
  display: none;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 16px;
  padding: 0 8px;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
  background-color: white;
  width: 30%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 40px;
  border: 1px solid #cfcfcf;
  border-right: transparent;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
  border-left: transparent;
  width: 70%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed {
  padding-left: 0;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
  padding-right: 0;
}
.hidden-xs.col-sm-2.col-md-1.col-lg-1 {
  padding: 0 !important;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
  padding-top: 16px;
  display: block;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div a {
  color: #6a6a6a;
  text-decoration: none;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div a:hover {
  text-decoration: underline;
}
#search-form-delta > div.container.more-options > div > div:nth-child(3) {
  padding-right: 8px;
}
#search-form-delta > div.container.more-options > div > div:nth-child(4) {
  padding-left: 8px;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > a {
  display: none;
}
#search-form-delta > div.container.search-bottom > div > div:nth-child(1) > label {
  display: none;
}
#search-form-delta > div.container.search-bottom > div > div:nth-child(1) > label.surranding-suburbs-checkbox {
  display: flex;
  white-space: nowrap;
  padding-top: 12px;
  font-weight: normal;
}
#search-form-delta > div.container.search-bottom > div > div:nth-child(1) > label.surranding-suburbs-checkbox input {
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
}
#search-form-delta > div.container.search-bottom .row {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.modal.fade {
  display: none;
}
#search-submit {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #search-form-delta > div.container.more-options > div {
    height: 175px;
  }
  #search-form-delta > div:nth-child(2) {
    display: block;
    height: 42px;
  }
  #search-submit {
    display: block !important;
  }
  #search-submit-mobile {
    display: none !important;
  }
  #search-form-delta #col-category {
    width: 16.66%;
  }
  #search-form-delta #col-suburb {
    width: 66.66%;
    padding-right: 16px;
  }
  #search-form-delta #col-btn {
    clear: none;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 16.66%;
  }
  #search-form-delta #col-btn a {
    display: block;
    width: 150px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    color: #6a6a6a;
    cursor: pointer;
    transition: all 0.5s;
  }
  #search-form-delta #col-btn a:disabled {
    background: #ccc;
  }
  #search-form-delta #col-btn a:disabled:hover,
  #search-form-delta #col-btn a:disabled:active,
  #search-form-delta #col-btn a:disabled:focus {
    background: #ccc;
  }
  #search-form-delta #col-btn a:focus,
  #search-form-delta #col-btn a:hover,
  #search-form-delta #col-btn a:active {
    background-color: #ed3425;
    color: #F6F6F6;
    transition: all 0.5s;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2,
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2 {
    padding-right: 8px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    padding-left: 8px;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    line-height: 38px !important;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    width: 20%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
    width: 80%;
  }
  #search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
    clear: both;
    display: block !important;
    padding-top: 0 !important;
    width: 100% !important;
    text-align: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-form-delta > div.container.more-options > div {
    height: 60px;
  }
  #search-submit {
    display: block !important;
  }
  #search-submit-mobile {
    display: none !important;
  }
  #search-form-delta .more-options {
    clear: both;
  }
  #search-form-delta #col-category {
    width: 16.66%;
  }
  #search-form-delta #col-suburb {
    width: 66.66%;
    padding-right: 16px;
  }
  #search-form-delta #col-btn {
    clear: none;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 16.66%;
  }
  #search-form-delta #col-btn a {
    display: block;
    width: 150px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    color: #6a6a6a;
    cursor: pointer;
    transition: all 0.5s;
  }
  #search-form-delta #col-btn a:disabled {
    background: #ccc;
  }
  #search-form-delta #col-btn a:disabled:hover,
  #search-form-delta #col-btn a:disabled:active,
  #search-form-delta #col-btn a:disabled:focus {
    background: #ccc;
  }
  #search-form-delta #col-btn a:focus,
  #search-form-delta #col-btn a:hover,
  #search-form-delta #col-btn a:active {
    background-color: #ed3425;
    color: #F6F6F6;
    transition: all 0.5s;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2,
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2,
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    width: 16.66% !important;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    width: 19%;
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2 {
    padding-right: 8px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    padding-left: 8px;
  }
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    padding: 0;
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
    width: 10.33%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    width: 30%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
    width: 70%;
    padding-left: 0px;
  }
  #search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
    clear: both;
    display: block !important;
    padding-top: 0 !important;
    width: 100% !important;
    text-align: right;
  }
}
#blog-bravo {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
}
#blog-bravo .blog-wrapper .blog-articles article .image {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
#blog-show-bravo {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
}
#blog-show-bravo #blog-show .wrapper article .blog-image .image {
  background-size: cover;
  background-position: 50% 50%;
}
#blog-show-bravo #blog-show .wrapper article .right-content .author .image {
  background-position: 50% 50%;
  background-size: cover;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .recent-blogs:after {
  content: "";
  display: table;
  clear: both;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-bravo #blog-show .wrapper {
    display: inline-block;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .right {
    clear: none;
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-text {
    padding-right: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content div {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #222222;
    padding-bottom: 10px;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .tags-wrapper {
    border-top: 1px solid #222222;
    padding-top: 10px;
    margin-top: 10px;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content h2:first-child {
    padding-top: 0;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .download-file:last-child {
    border-bottom: 1px solid #222222;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .social {
    display: inline-block;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .social h2 {
    padding-top: 16px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#suburb-profile-show-delta .bottom #map_canvas {
  display: block;
  height: 500px;
}
#suburb-profile-show-delta .bottom .list-container ul .wrapper {
  width: 100%;
}
#suburb-profile-show-delta .bottom .list-container ul .wrapper li {
  padding-bottom: 80%;
}
#suburb-profile-show-delta .bottom .list-container ul .wrapper li a {
  padding-top: 32%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-delta .container .middle .left {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-delta .container .middle .right {
    clear: none;
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-delta .container .bottom {
    clear: both;
  }
  #suburb-profile-show-delta .container .bottom .list-container ul .wrapper {
    width: 50%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-delta .container .middle {
    max-width: 1030px;
    margin: 0 auto;
  }
  #suburb-profile-show-delta .container .middle .left {
    width: 70%;
  }
  #suburb-profile-show-delta .container .middle .right {
    width: 30%;
  }
  #suburb-profile-show-delta .container .bottom .list-container {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #suburb-profile-show-delta .container .bottom .list-container ul .wrapper {
    width: 33.33%;
  }
}
/****** GLOBAL COMPONENT
	-- add all required styles (do not rely on any layout styles) 
	-- import this component within a layout before any layout specific variables are set */
._banner__video {
  float: none;
  list-style: outside none none;
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  /*&.loaded .placeholder-image {
		opacity: 0;
	}*/
}
._banner__video.container {
  position: relative;
}
._banner__video.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
._banner__video video,
._banner__video source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
._banner__video.loaded .ytplayer-container {
  display: block;
}
._banner__video .ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
._banner__video .placeholder-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
._banner__video .ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
._banner__video .ytplayer-player {
  position: absolute;
}
._banner__video .container {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 30px 0 30px;
  margin: 30px auto;
}
/* Template .less files */
#agenthq-homepage {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}
#agenthq-homepage #home-listings-mobile {
  display: block !important;
}
#agenthq-homepage #home-listings {
  display: none !important;
}
#agenthq-homepage #agenthq-homepage-slideshow {
  position: relative;
  width: 100%;
  height: 500px;
}
#agenthq-homepage #agenthq-homepage-slideshow .image-overlay {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 75;
}
#agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta {
  height: 500px;
}
#agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper {
  height: 500px;
}
#agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport {
  height: 500px;
}
#agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul {
  height: 500px;
}
#agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul li {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: initial;
}
#agenthq-homepage #agenthq-homepage-slideshow #overlay {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 150px;
  z-index: 100;
}
#agenthq-homepage #agenthq-homepage-slideshow #overlay article {
  color: white;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  text-shadow: 0 0 5px #000000;
}
#agenthq-homepage #agenthq-homepage-slideshow #overlay article h2 {
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 5px #000000;
}
#agenthq-homepage #agenthq-homepage-slideshow #overlay a {
  color: white;
  margin: 0 auto;
  border: 1px solid white;
  margin-top: 16px;
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-shadow: 0 0 5px #000000;
  transition: all 0.5s;
  cursor: pointer;
  text-decoration: none;
}
#agenthq-homepage #agenthq-homepage-slideshow #overlay a:hover {
  transition: all 0.5s;
  background-color: #ed3425;
}
#agenthq-homepage #agenthq-homepage-slideshow #overlay i {
  font-size: 60px;
  color: white;
  padding-top: 30px;
  display: block;
  cursor: pointer;
  width: 85px;
  margin: 0 auto;
  transition: all 0.5s;
}
#agenthq-homepage #agenthq-homepage-slideshow #overlay i:hover {
  color: #ed3425;
  transition: all 0.5s;
}
#agenthq-homepage #agenthq-homepage-slideshow #overlay #chev-down,
#agenthq-homepage #agenthq-homepage-slideshow #overlay #chev-down-tablet {
  display: none;
}
#agenthq-homepage .new-properties {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  max-width: 1030px;
  margin: 0 auto;
  background-color: white;
}
#agenthq-homepage #home-listings-mobile,
#agenthq-homepage #home-listings {
  padding: 0 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: white;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li,
#agenthq-homepage #home-listings #quarter .four-col-desktop li {
  padding: 4px 0;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .image,
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper,
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper {
  padding: 8px;
  text-decoration: none;
  background-color: #f6f6f6;
  height: 150px;
  display: block;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span,
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  height: 20px;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb,
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb {
  font-weight: 600;
  font-size: 18px;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .address,
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .address {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 600;
  display: block;
  padding-bottom: 30px;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc,
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc {
  clear: both;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  font-size: 17px;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span,
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span {
  width: 55px !important;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 4px;
  padding-right: 60px;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span i,
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span i {
  color: #1c3f75;
  padding-top: 1px;
  font-size: 18px;
  padding-right: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 15px;
  float: left;
  display: block;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6),
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) {
  width: 100px;
  float: right;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search,
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search {
  font-size: 25px;
  float: right;
  transition: all 0.5s;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search:hover,
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search:hover {
  color: #ed3425;
  transition: all 0.5s;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing:hover .info-wrapper span .fa.fa-search,
#agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing:hover .info-wrapper span .fa.fa-search {
  color: #ed3425;
  transition: all 0.5s;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li:nth-child(1),
#agenthq-homepage #home-listings #quarter .four-col-desktop li:nth-child(1) {
  padding-top: 0;
}
#agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li:nth-child(4),
#agenthq-homepage #home-listings #quarter .four-col-desktop li:nth-child(4) {
  padding-bottom: 0;
}
#agenthq-homepage #news-wrapper {
  background-color: white;
  padding: 0 8px 8px 8px;
}
#agenthq-homepage #news-wrapper #news #news-heading {
  text-transform: uppercase;
  padding: 24px;
  font-size: 20px;
  text-align: center;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agenthq-homepage #news-wrapper #news ul li {
  padding: 4px 0;
}
#agenthq-homepage #news-wrapper #news ul li a {
  text-decoration: none;
}
#agenthq-homepage #news-wrapper #news ul li a #news-image-wrapper {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
#agenthq-homepage #news-wrapper #news ul li a .info-wrapper {
  position: relative;
  padding: 8px;
  text-decoration: none;
  background-color: #f6f6f6;
  height: 150px;
  display: block;
}
#agenthq-homepage #news-wrapper #news ul li a .info-wrapper h1 {
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 20px;
  padding-bottom: 10px;
}
#agenthq-homepage #news-wrapper #news ul li a .info-wrapper p {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
}
#agenthq-homepage #news-wrapper #news ul li a .info-wrapper span {
  color: #6a6a6a;
  position: absolute;
  right: 20px;
  bottom: 8px;
  transition: all 0.5s;
  font-weight: 600;
}
#agenthq-homepage #news-wrapper #news ul li:hover .info-wrapper span {
  color: #ed3425;
  transition: all 0.5s;
}
#agenthq-homepage #news-wrapper #news ul li:nth-child(1) {
  padding-top: 0;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #agenthq-homepage #agenthq-homepage-slideshow {
    height: 600px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta {
    height: 600px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper {
    height: 600px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport {
    height: 600px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul {
    height: 600px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul li {
    height: 600px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay {
    top: 160px;
    z-index: 100;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay #chev-down-mobile {
    display: none;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay #chev-down-tablet {
    display: block;
  }
  #agenthq-homepage .new-properties {
    padding: 36px;
    font-size: 25px;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li {
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper {
    padding: 8px;
    height: 150px;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span {
    height: 20px;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb {
    font-weight: 600;
    font-size: 18px;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .address,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .address {
    font-weight: 600;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span {
    width: 50px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search {
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li:nth-child(1),
  #agenthq-homepage #home-listings #quarter .four-col-desktop li:nth-child(1),
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li:nth-child(2),
  #agenthq-homepage #home-listings #quarter .four-col-desktop li:nth-child(2) {
    padding-top: 0;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li:nth-child(3),
  #agenthq-homepage #home-listings #quarter .four-col-desktop li:nth-child(3),
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li:nth-child(4),
  #agenthq-homepage #home-listings #quarter .four-col-desktop li:nth-child(4) {
    padding-bottom: 0;
  }
  #agenthq-homepage #news-wrapper {
    max-width: 1030px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 12px 0 0;
  }
  #agenthq-homepage #news-wrapper #news #news-heading {
    text-transform: uppercase;
    padding: 36px;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage #news-wrapper #news ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px;
  }
  #agenthq-homepage #news-wrapper #news ul li a {
    text-decoration: none;
  }
  #agenthq-homepage #news-wrapper #news ul li a #news-image-wrapper {
    height: 0px;
    padding-bottom: 60%;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
  }
  #agenthq-homepage #news-wrapper #news ul li a .info-wrapper {
    position: relative;
    padding: 8px;
    text-decoration: none;
    background-color: #f6f6f6;
    height: 150px;
    display: block;
  }
  #agenthq-homepage #news-wrapper #news ul li a .info-wrapper h1 {
    font-weight: 600;
    font-size: 18px;
    color: #6a6a6a;
    display: block;
  }
  #agenthq-homepage #news-wrapper #news ul li a .info-wrapper p {
    color: #6a6a6a;
    text-decoration: none;
    display: block;
    max-height: 71px;
    overflow: hidden;
  }
  #agenthq-homepage #news-wrapper #news ul li a .info-wrapper span {
    color: #6a6a6a;
    position: absolute;
    right: 20px;
    bottom: 8px;
    transition: all 0.5s;
    font-weight: 600;
  }
  #agenthq-homepage #news-wrapper #news ul li:hover .info-wrapper span {
    color: #ed3425;
    transition: all 0.5s;
  }
  #agenthq-homepage #news-wrapper #news ul li:nth-child(1),
  #agenthq-homepage #news-wrapper #news ul li:nth-child(2) {
    padding-top: 0;
  }
  #agenthq-homepage #news-wrapper #news ul li:nth-child(3),
  #agenthq-homepage #news-wrapper #news ul li:nth-child(4) {
    padding-bottom: 24px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #agenthq-homepage {
    max-width: none;
  }
  #agenthq-homepage #home-listings-mobile {
    display: none !important;
  }
  #agenthq-homepage #home-listings {
    display: block !important;
    max-width: 1030px;
    margin: 0 auto;
  }
  #agenthq-homepage #agenthq-homepage-slideshow {
    height: 1200px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta {
    height: 1200px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper {
    height: 1200px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport {
    height: 1200px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul {
    height: 1200px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #item-image-slideshow-delta .bx-wrapper .bx-viewport ul li {
    height: 1200px;
    background-attachment: fixed;
    /* HERE */
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 290px;
    z-index: 100;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay article {
    color: white;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay article h2 {
    color: white;
    font-size: 30px;
    font-weight: 700;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay a {
    color: white;
    margin: 0 auto;
    border: 1px solid white;
    margin-top: 16px;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay a:hover {
    transition: all 0.5s;
    background-color: #ed3425;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay i {
    font-size: 60px;
    color: white;
    padding-top: 30px;
    display: block;
    cursor: pointer;
    width: 85px;
    margin: 0 auto;
    transition: all 0.5s;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay i:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay #chev-down-mobile,
  #agenthq-homepage #agenthq-homepage-slideshow #overlay #chev-down-tablet {
    display: none;
  }
  #agenthq-homepage #agenthq-homepage-slideshow #overlay #chev-down {
    display: block;
  }
  #agenthq-homepage .new-properties {
    padding: 36px;
    font-size: 25px;
  }
  #agenthq-homepage #home-listings-mobile,
  #agenthq-homepage #home-listings {
    padding: 0 15px;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li {
    width: 33.33% !important;
    padding: 0 6px 6px 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing {
    overflow: hidden;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .image,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .image {
    transition: all 0.5s;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper {
    opacity: 0;
    padding: 0;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span {
    color: white;
    height: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 20px;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb {
    transition: all 0.5s;
    padding-top: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .address,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .address {
    padding-top: 5px;
    width: 100%;
    text-align: center;
    font-weight: 600;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc {
    display: none;
    width: 166px;
    padding-top: 25px;
    margin: 0 auto;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span {
    width: 50px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span i,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span i {
    color: white;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .price,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .price {
    width: 100%;
    text-align: center;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper .method,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .method {
    transition: all 0.5s;
    padding-top: 135px;
    width: 100%;
    text-align: center;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search {
    display: none;
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing:hover .info-wrapper,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing:hover .info-wrapper {
    opacity: 1;
    transition: all 0.5s;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing:hover .info-wrapper .method,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing:hover .info-wrapper .method {
    padding-top: 115px;
    transition: all 0.5s;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing:hover .info-wrapper .suburb,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing:hover .info-wrapper .suburb {
    padding-top: 8px;
    transition: all 0.5s;
  }
  #agenthq-homepage #home-listings-mobile #quarter .four-col-desktop li .propertyListing:hover .image,
  #agenthq-homepage #home-listings #quarter .four-col-desktop li .propertyListing:hover .image {
    transition: all 0.5s;
    transform: scale(1.05, 1.05);
  }
  #agenthq-homepage #news-wrapper {
    max-width: 1030px;
    display: table;
    margin: 0 auto;
    padding: 0 12px 0 12px;
  }
  #agenthq-homepage #news-wrapper #news #news-heading {
    text-transform: uppercase;
    padding: 36px;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage #news-wrapper #news ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px;
  }
  #agenthq-homepage #news-wrapper #news ul li a {
    text-decoration: none;
  }
  #agenthq-homepage #news-wrapper #news ul li a #news-image-wrapper {
    height: 0px;
    padding-bottom: 60%;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
  }
  #agenthq-homepage #news-wrapper #news ul li a .info-wrapper {
    position: relative;
    padding: 8px;
    text-decoration: none;
    background-color: #f6f6f6;
    height: 150px;
    display: block;
  }
  #agenthq-homepage #news-wrapper #news ul li a .info-wrapper h1 {
    font-weight: 600;
    font-size: 18px;
    color: #6a6a6a;
    display: block;
  }
  #agenthq-homepage #news-wrapper #news ul li a .info-wrapper p {
    color: #6a6a6a;
    text-decoration: none;
    display: block;
    max-height: 71px;
    overflow: hidden;
  }
  #agenthq-homepage #news-wrapper #news ul li a .info-wrapper span {
    color: #6a6a6a;
    position: absolute;
    right: 20px;
    bottom: 8px;
    transition: all 0.5s;
    font-weight: 600;
  }
  #agenthq-homepage #news-wrapper #news ul li:hover .info-wrapper span {
    color: #ed3425;
    transition: all 0.5s;
  }
  #agenthq-homepage #news-wrapper #news ul li:nth-child(3),
  #agenthq-homepage #news-wrapper #news ul li:nth-child(4) {
    padding-bottom: 40px;
  }
  #agenthq-homepage #news-wrapper #news ul li:nth-child(1),
  #agenthq-homepage #news-wrapper #news ul li:nth-child(3) {
    padding-left: 12px;
  }
  #agenthq-homepage #news-wrapper #news ul li:nth-child(2),
  #agenthq-homepage #news-wrapper #news ul li:nth-child(4) {
    padding-right: 12px;
  }
}
/* ****************************************************************************************************************** */
#agenthq-homepage form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 8px;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 350px;
  margin-top: 20px;
}
#agenthq-homepage form input,
#agenthq-homepage form select {
  height: 45px;
  width: 100%;
  border: 1px solid #cfcfcf;
  padding-left: 5px;
}
#agenthq-homepage form :placeholder-shown {
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agenthq-homepage form select {
  margin-bottom: 8px;
}
#agenthq-homepage form #search-submit {
  display: block !important;
  background-color: #ed3425;
  border-color: #ed3425 !important;
  width: 100% !important;
  height: 45px !important;
  line-height: 45px !important;
  margin-top: 8px !important;
}
#agenthq-homepage form #search-submit:hover {
  background-color: #1c3f75 !important;
  border-color: #1c3f75 !important;
}
#agenthq-homepage form #search-submit i {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agenthq-homepage form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px 8px;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 550px;
    margin-top: 20px;
  }
  #agenthq-homepage form input,
  #agenthq-homepage form select {
    height: 45px;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
  }
  #agenthq-homepage form select {
    width: 20%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form input {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form :placeholder-shown {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form select {
    margin-bottom: 8px;
  }
  #agenthq-homepage form #search-submit {
    display: block !important;
    background-color: #ed3425;
    border-color: #ed3425 !important;
    width: 19% !important;
    float: left;
    height: 43px !important;
    line-height: 45px !important;
    margin: 0px !important;
  }
  #agenthq-homepage form #search-submit:hover {
    background-color: #1c3f75 !important;
    border-color: #1c3f75 !important;
  }
  #agenthq-homepage form #search-submit i {
    display: none !important;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agenthq-homepage form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px 8px;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 550px;
    margin-top: 40px;
  }
  #agenthq-homepage form input,
  #agenthq-homepage form select {
    height: 45px;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
  }
  #agenthq-homepage form select {
    width: 20%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form input {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form :placeholder-shown {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form select {
    margin-bottom: 8px;
  }
  #agenthq-homepage form #search-submit {
    display: block !important;
    background-color: #ed3425;
    border-color: #ed3425 !important;
    width: 19% !important;
    float: left;
    height: 43px !important;
    line-height: 45px !important;
    margin: 0px !important;
  }
  #agenthq-homepage form #search-submit:hover {
    background-color: #1c3f75 !important;
    border-color: #1c3f75 !important;
  }
  #agenthq-homepage form #search-submit i {
    display: none !important;
  }
}
#agenthq-homepage form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 8px;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 350px;
  margin-top: 20px;
}
#agenthq-homepage form input,
#agenthq-homepage form select {
  height: 45px;
  width: 100%;
  border: 1px solid #cfcfcf;
  padding-left: 5px;
}
#agenthq-homepage form :placeholder-shown {
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agenthq-homepage form select {
  margin-bottom: 8px;
}
#agenthq-homepage form #search-submit {
  display: block !important;
  background-color: #ed3425;
  border-color: #ed3425 !important;
  width: 100% !important;
  height: 45px !important;
  line-height: 45px !important;
  margin-top: 8px !important;
}
#agenthq-homepage form #search-submit:hover {
  background-color: #1c3f75 !important;
  border-color: #1c3f75 !important;
}
#agenthq-homepage form #search-submit i {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agenthq-homepage form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px 8px;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 550px;
    margin-top: 20px;
  }
  #agenthq-homepage form input,
  #agenthq-homepage form select {
    height: 45px;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
  }
  #agenthq-homepage form select {
    width: 20%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form input {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form :placeholder-shown {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form select {
    margin-bottom: 8px;
  }
  #agenthq-homepage form #search-submit {
    display: block !important;
    background-color: #ed3425;
    border-color: #ed3425 !important;
    width: 19% !important;
    float: left;
    height: 43px !important;
    line-height: 45px !important;
    margin: 0px !important;
  }
  #agenthq-homepage form #search-submit:hover {
    background-color: #1c3f75 !important;
    border-color: #1c3f75 !important;
  }
  #agenthq-homepage form #search-submit i {
    display: none !important;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agenthq-homepage form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px 8px;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 550px;
    margin-top: 40px;
    /*#search-submit{
				display: block !important;
				background-color: @brand;
				border-color: @brand !important;
				width: 19% !important;
				float: left;
				height: 43px !important;
				line-height: 45px !important;
				margin: 0px !important;
				&:hover{
					background-color: @brand-secondary !important;\
					border-color: @brand-secondary !important;
				}
				i{
					display: none !important;
				}
			}*/
  }
  #agenthq-homepage form input,
  #agenthq-homepage form select {
    height: 45px;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
  }
  #agenthq-homepage form select {
    width: 20%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form input {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form :placeholder-shown {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agenthq-homepage form select {
    margin-bottom: 8px;
  }
}
#agenthq-homepage .services {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px 8px;
  background-color: white;
}
#agenthq-homepage .services ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#agenthq-homepage .services li {
  padding-bottom: 8px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 4px;
}
#agenthq-homepage .services li:first-child,
#agenthq-homepage .services li:nth-child(3) {
  padding-right: 4px;
  padding-left: 0;
}
#agenthq-homepage .services li:last-child,
#agenthq-homepage .services li:nth-child(3) {
  padding-bottom: 0;
}
#agenthq-homepage .services li a {
  display: block;
  position: relative;
}
#agenthq-homepage .services li a img {
  display: block;
  width: 100%;
}
#agenthq-homepage .services li a span {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 300;
}
#agenthq-homepage .services:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#agenthq-homepage .about-us {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px 0;
  background-color: white;
}
#agenthq-homepage .about-us .item-image-alpha a {
  display: block;
  position: relative;
}
#agenthq-homepage .about-us .item-image-alpha a img {
  display: block;
  width: 100%;
}
#agenthq-homepage .about-us-cont {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px 8px;
  background-color: white;
}
#agenthq-homepage .about-us-cont .item-image-alpha:first-child {
  padding-bottom: 8px;
}
#agenthq-homepage .about-us-cont .item-image-alpha a {
  display: block;
}
#agenthq-homepage .about-us-cont .item-image-alpha a img {
  display: block;
  width: 100%;
}
#agenthq-homepage .item-image-alpha a {
  position: relative;
  display: block;
}
#agenthq-homepage .item-image-alpha a span {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 300;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #agenthq-homepage .services {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px 12px;
  }
  #agenthq-homepage .services li {
    padding-bottom: 12px;
    padding-left: 6px;
  }
  #agenthq-homepage .services li:first-child,
  #agenthq-homepage .services li:nth-child(3) {
    padding-right: 6px;
  }
  #agenthq-homepage .about-us {
    padding: 0 12px 0;
  }
  #agenthq-homepage .about-us-cont {
    padding: 0 12px 12px;
  }
  #agenthq-homepage .about-us-cont .item-image-alpha {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 0;
    padding-left: 6px;
  }
  #agenthq-homepage .about-us-cont .item-image-alpha:first-child {
    padding-left: 0;
    padding-right: 6px;
  }
  #agenthq-homepage .about-us-cont:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #agenthq-homepage .services {
    max-width: 1030px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 0 20px;
    background-color: white;
  }
  #agenthq-homepage .services li {
    padding-bottom: 0;
    width: 25%;
    padding-right: 20px;
    padding-left: 0;
  }
  #agenthq-homepage .services li:first-child,
  #agenthq-homepage .services li:nth-child(3) {
    padding-right: 20px;
    padding-left: 0;
  }
  #agenthq-homepage .services li a span {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.5s;
    line-height: inherit;
  }
  #agenthq-homepage .services li a:hover span {
    opacity: 1;
    padding-top: 62px;
    font-size: 24px;
    text-shadow: 0 0 20px #000000;
  }
  #agenthq-homepage .services:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #agenthq-homepage .about-us {
    padding: 0 20px 0;
  }
  #agenthq-homepage .about-us .item-image-alpha a:first-child span {
    padding-top: 20%;
  }
  #agenthq-homepage .about-us .item-image-alpha a:first-child:hover span {
    padding-top: 25%;
  }
  #agenthq-homepage .about-us-cont {
    padding: 0 20px 20px;
  }
  #agenthq-homepage .about-us-cont .item-image-alpha {
    padding-left: 10px;
  }
  #agenthq-homepage .about-us-cont .item-image-alpha:first-child {
    padding-left: 0;
    padding-right: 10px;
  }
  #agenthq-homepage .item-image-alpha a span {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    text-align: center;
    padding-top: 80px;
    font-size: 24px;
    font-weight: 300;
    transition: all 0.5s;
    line-height: inherit;
  }
  #agenthq-homepage .item-image-alpha a:hover span {
    opacity: 1;
    padding-top: 130px;
    font-size: 30px;
    text-shadow: 0 0 20px #000000;
  }
}
#agent-show-golf {
  line-height: 18px;
  padding-top: 65px;
  background-color: white;
}
#agent-show-golf .container {
  padding: 8px;
}
#agent-show-golf .container .left .image {
  width: 70%;
  margin: 0 auto;
  display: block;
}
#agent-show-golf .container .right .name,
#agent-show-golf .container .right .position {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agent-show-golf .container .right .name {
  padding-bottom: 2px;
  padding-top: 20px;
}
#agent-show-golf .container .right .position {
  padding-top: 2px;
}
#agent-show-golf .container .right .heading h3 {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0 2px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #6a6a6a;
  width: 200px;
}
#agent-show-golf .container .right .RMA-widget {
  padding: 10px 0 20px;
}
#agent-show-golf .container .right #about-me h3 {
  padding-top: 0;
}
#agent-show-golf .container .right .testimonial {
  margin-bottom: 20px;
}
#agent-show-golf .container .right .testimonial .person {
  text-align: right;
  font-weight: 600;
}
#agent-show-golf .container .right .contact-me {
  padding: 8px 0;
  line-height: 20px;
}
#agent-show-golf .container .right .contact-me b {
  font-weight: 600;
}
#agent-show-golf .container .right .contact-me a {
  text-decoration: underline;
  color: #6a6a6a;
  transition: all 0.5s;
}
#agent-show-golf .container .right .contact-me a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#agent-show-golf .container .right .contact-me .social-links h3 {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0 2px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #6a6a6a;
  width: 200px;
}
#agent-show-golf .container .right .contact-me .social-links a {
  text-align: center;
  float: left;
  margin: 0 5px;
  text-decoration: none;
}
#agent-show-golf .container .right .contact-me .social-links a i {
  font-size: 20px;
  color: #6a6a6a;
  transition: all 0.5s;
  width: 35px;
  line-height: 35px;
  height: 35px;
  display: block;
  border: 1px solid #6a6a6a;
  text-decoration: none;
}
#agent-show-golf .container .right .contact-me .social-links #facebook {
  margin-left: 0;
}
#agent-show-golf .container .right .contact-me .social-links #facebook i:hover {
  background-color: #45619d;
  color: white;
  border: 1px solid #45619d;
  transition: all 0.5s;
}
#agent-show-golf .container .right .contact-me .social-links #twitter i:hover {
  background-color: #55acee;
  color: white;
  border: 1px solid #55acee;
  transition: all 0.5s;
}
#agent-show-golf .container .right .contact-me .social-links #youtube i:hover {
  background-color: #e62117;
  color: white;
  border: 1px solid #e62117;
  transition: all 0.5s;
}
#agent-show-golf .container .right .contact-me .button-container {
  padding-top: 16px;
  clear: both;
}
#agent-show-golf .container .right .contact-me .button-container #contact-btn {
  width: 150px;
  cursor: pointer;
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: 600;
  color: #6a6a6a;
  border: 1px solid #6a6a6a;
  transition: all 0.5s;
}
#agent-show-golf .container .right .contact-me .button-container #contact-btn:hover {
  transition: all 0.5s;
  background-color: #ed3425;
  border-color: #ed3425;
  color: white;
}
#agent-show-golf .latest-listings {
  clear: both;
  padding: 0 8px 8px 8px;
}
#agent-show-golf .latest-listings h1 {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0 2px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #6a6a6a;
  width: 200px;
}
#agent-show-golf .contact {
  padding: 0 8px 8px 8px;
}
#agent-show-golf .contact h4 {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0 2px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #6a6a6a;
  width: 200px;
}
#agent-show-golf .agent-form-alpha {
  padding: 0 8px 8px 8px;
}
#agent-show-golf .agent-form-alpha form fieldset {
  padding: 4px;
}
#agent-show-golf .agent-form-alpha form fieldset input {
  height: 30px;
  line-height: 30px;
  padding-left: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  width: 100%;
}
#agent-show-golf .agent-form-alpha form .fieldset_notes textarea {
  height: 60px;
  padding-left: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}
#agent-show-golf .agent-form-alpha form .fieldset_captcha {
  float: none;
}
#agent-show-golf .agent-form-alpha form .fieldset_submit input {
  color: #6a6a6a;
  border-radius: 0;
  height: 30px;
  display: block;
  background-color: transparent;
  border: 1px solid #a9a9a9;
  transition: all 0.5s;
  line-height: 18px;
  cursor: pointer;
  max-width: 250px;
  float: right;
}
#agent-show-golf .agent-form-alpha form .fieldset_submit input:hover {
  background-color: #ed3425;
  color: white;
  border-color: #ed3425;
  transition: all 0.5s;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-golf .container {
    padding: 12px;
  }
  #agent-show-golf .container .left .image {
    width: 50%;
  }
  #agent-show-golf .container .right .name,
  #agent-show-golf .container .right .position {
    padding: 36px;
    font-size: 25px;
  }
  #agent-show-golf .container .right .name {
    padding-bottom: 2px;
    padding-top: 20px;
  }
  #agent-show-golf .container .right .position {
    padding-top: 2px;
  }
  #agent-show-golf .container .right .contact-me {
    padding: 8px 0;
  }
  #agent-show-golf .latest-listings {
    padding: 0 12px 12px 12px;
  }
  #agent-show-golf .contact {
    padding: 0 12px 12px 12px;
  }
  #agent-show-golf .agent-form-alpha {
    padding: 0 12px 12px 12px;
    display: flex;
  }
  #agent-show-golf .agent-form-alpha form fieldset {
    width: 50%;
  }
  #agent-show-golf .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #agent-show-golf .agent-form-alpha form .fieldset_notes textarea {
    height: 100px;
  }
  #agent-show-golf .agent-form-alpha form .fieldset_submit {
    padding-left: 6px;
    float: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-golf {
    padding-top: 85px;
  }
  #agent-show-golf .container {
    padding: 8px;
  }
  #agent-show-golf .container .left {
    padding-top: 100px;
    width: 30%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-golf .container .left .image {
    width: 80%;
    padding: 20px 20px global-padding-desktop 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 0;
  }
  #agent-show-golf .container .right {
    width: 70%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
  }
  #agent-show-golf .container .right .name,
  #agent-show-golf .container .right .position {
    padding: 36px;
    font-size: 25px;
  }
  #agent-show-golf .container .right .name {
    padding-bottom: 2px;
    padding-top: 20px;
  }
  #agent-show-golf .container .right .position {
    padding-top: 2px;
  }
  #agent-show-golf .container .right .heading h3 {
    padding-top: 24px;
  }
  #agent-show-golf .container .right .contact-me {
    padding: 16px 0 8px 0;
  }
  #agent-show-golf .latest-listings {
    padding: 0 8px 8px 8px;
  }
  #agent-show-golf .latest-listings h1 {
    padding-top: 20px;
  }
  #agent-show-golf .latest-listings ul li:nth-child(1) {
    padding-left: 0 !important;
  }
  #agent-show-golf .contact {
    padding: 0 8px 8px 8px;
  }
  #agent-show-golf .agent-form-alpha {
    padding: 0 8px 8px 8px;
  }
  #agent-show-golf .agent-form-alpha form {
    width: 100%;
  }
  #agent-show-golf .agent-form-alpha form fieldset input {
    height: 40px;
    line-height: 40px;
  }
  #agent-show-golf .agent-form-alpha form .fieldset_submit input {
    height: 40px;
  }
}
@media only screen and (min-width: 640px) {
  /* Tablet */
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
#appraisal-charlie {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #FFF;
}
#appraisal-charlie #appraisal-image .item-image-alpha .office-pic {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#appraisal-charlie #appraisal-image .item-image-alpha a div {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#appraisal-charlie #appraisal-image .item-image-alpha a span {
  display: none;
}
#appraisal-charlie .container.title {
  background-color: white;
}
#appraisal-charlie .container.title span {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#appraisal-charlie .container {
  width: 100%;
}
#appraisal-charlie .container > .row {
  width: 100%;
}
#appraisal-charlie .container > .row > .col-xs-12 {
  width: 100%;
}
#appraisal-charlie .container article {
  line-height: 18px;
  text-align: center;
  padding: 0 8px 8px 8px;
}
#appraisal-charlie .container article h2 {
  padding-bottom: 8px;
  font-weight: 600;
}
#appraisal-charlie .container form {
  padding: 0 8px 8px 8px;
}
#appraisal-charlie .container form div fieldset {
  /* hacky fix -- non-global padding causing malignment */
}
#appraisal-charlie .container form div fieldset legend {
  min-height: 34px;
  box-sizing: border-box;
}
#appraisal-charlie .container form div fieldset .inner {
  padding: 8px 0;
  font-weight: 600;
}
#appraisal-charlie .container form div fieldset textarea {
  font-family: 'Raleway', sans-serif;
  background-color: white !important;
}
#appraisal-charlie .container form div fieldset input,
#appraisal-charlie .container form div fieldset select {
  border: 1px solid #a9a9a9 !important;
  background-color: white !important;
  height: 40px;
  font-family: 'Raleway', sans-serif;
}
#appraisal-charlie .container form div fieldset input options,
#appraisal-charlie .container form div fieldset select options {
  font-family: 'Raleway', sans-serif;
}
#appraisal-charlie .container form div fieldset input {
  padding-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#appraisal-charlie .container form div fieldset select {
  color: #a9a9a9;
}
#appraisal-charlie .container form div fieldset select option {
  color: #6a6a6a;
}
#appraisal-charlie .container form div fieldset.fieldset_captcha {
  width: 100%;
}
#appraisal-charlie .container form div .go-btn input {
  border: 1px solid #a9a9a9 !important;
  cursor: pointer;
  background-color: transparent !important;
  color: #1c3f75;
  height: 35px;
  display: block;
  width: 100%;
  font-size: 14px;
  transition: all 0.5s;
}
#appraisal-charlie .container form div .go-btn input:hover {
  transition: all 0.5s;
  background-color: #ed3425 !important;
  color: white !important;
  border-color: #ed3425 !important;
}
#appraisal-charlie .container form div .go-btn input:focus {
  border: transparent;
  outline: 0;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-charlie #appraisal-image .item-image-alpha .office-pic {
    height: 500px;
  }
  #appraisal-charlie #appraisal-image .item-image-alpha a div {
    height: 500px;
  }
  #appraisal-charlie .container.title span {
    width: 100%;
    text-align: center;
    padding: 36px;
    font-size: 25px;
  }
  #appraisal-charlie .container {
    display: flex;
    flex-flow: row wrap;
  }
  #appraisal-charlie .container article {
    padding: 0 60px 60px 60px;
  }
  #appraisal-charlie .container article h2 {
    font-size: 18px;
  }
  #appraisal-charlie .container form {
    padding: 0 12px 12px 12px;
  }
  #appraisal-charlie .container form #listing-listing_sale_method {
    margin-top: 4px;
  }
  #appraisal-charlie .container form div fieldset legend {
    font-size: 18px;
  }
  #appraisal-charlie .container form div fieldset #listing-listing_unit_number,
  #appraisal-charlie .container form div fieldset #listing-listing_street_number {
    width: 50% !important;
    float: left !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal-charlie .container form div fieldset #listing-listing_unit_number {
    padding-right: 6px !important;
    border-right: transparent !important;
  }
  #appraisal-charlie .container form div fieldset #listing-listing_street_number {
    padding-left: 6px !important;
  }
  #appraisal-charlie .container form fieldset:nth-child(2) legend {
    padding-bottom: 8px !important;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-charlie {
    padding-top: 85px;
  }
  #appraisal-charlie #appraisal-image .item-image-alpha .office-pic {
    height: 700px;
    background-attachment: fixed;
  }
  #appraisal-charlie #appraisal-image .item-image-alpha a div {
    height: 700px;
    background-attachment: fixed;
  }
  #appraisal-charlie .container {
    padding-top: 0 !important;
  }
  #appraisal-charlie .container form {
    padding: 0 80px 0 80px;
  }
  #appraisal-charlie .container.title {
    padding: 0 !important;
  }
}
#auctions-golf,
#opens-hotel {
  background-color: white;
}
#auctions-golf .top-section .title-wrapper h3,
#opens-hotel .top-section .title-wrapper h3 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#auctions-golf .top-section .links.right,
#opens-hotel .top-section .links.right {
  width: 100%;
  height: 23px;
  display: block;
  padding-bottom: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#auctions-golf .top-section .links.right li,
#opens-hotel .top-section .links.right li {
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 4px;
  text-decoration: none;
  color: #6a6a6a;
}
#auctions-golf .top-section .links.right li a,
#opens-hotel .top-section .links.right li a {
  text-decoration: none;
  color: #6a6a6a;
}
#auctions-golf .top-section .links.right li a:hover,
#opens-hotel .top-section .links.right li a:hover {
  color: #ed3425;
}
#auctions-golf .container,
#opens-hotel .container {
  clear: both;
  padding: 0 8px 8px 8px;
}
#auctions-golf .container ul li,
#opens-hotel .container ul li {
  padding: 4px 0;
}
#auctions-golf .container ul li .print-image,
#opens-hotel .container ul li .print-image {
  display: none !important;
}
#auctions-golf .container ul li .info-wrapper,
#opens-hotel .container ul li .info-wrapper {
  padding: 8px;
  text-decoration: none;
}
#auctions-golf .container ul li .info-wrapper div,
#opens-hotel .container ul li .info-wrapper div {
  color: #6a6a6a;
  text-decoration: none;
}
#auctions-golf .container ul li .info-wrapper .suburb,
#opens-hotel .container ul li .info-wrapper .suburb {
  font-weight: 600;
  font-size: 18px;
}
#auctions-golf .container ul li .info-wrapper .date,
#opens-hotel .container ul li .info-wrapper .date {
  font-size: 12px;
}
#auctions-golf .container ul li .info-wrapper .address,
#opens-hotel .container ul li .info-wrapper .address {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 600;
  display: block;
  text-decoration: none;
  padding-bottom: 30px;
}
#auctions-golf .container ul li .info-wrapper .bbc,
#opens-hotel .container ul li .info-wrapper .bbc {
  clear: both;
  width: 100%;
  padding-bottom: 15px;
  font-size: 17px;
}
#auctions-golf .container ul li .info-wrapper .bbc span,
#opens-hotel .container ul li .info-wrapper .bbc span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 4px;
  padding-right: 60px;
}
#auctions-golf .container ul li .info-wrapper .bbc span i,
#opens-hotel .container ul li .info-wrapper .bbc span i {
  color: #1c3f75;
  padding-top: 1px;
  font-size: 18px;
  padding-right: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 15px;
  float: left;
  display: block;
}
#auctions-golf .container ul li .info-wrapper .icon,
#opens-hotel .container ul li .info-wrapper .icon {
  cursor: pointer;
  width: 100px;
  float: right;
}
#auctions-golf .container ul li .info-wrapper .icon .fa.fa-search,
#opens-hotel .container ul li .info-wrapper .icon .fa.fa-search {
  font-size: 25px;
  float: right;
  transition: all 0.5s;
}
#auctions-golf .container ul li .info-wrapper .icon .fa.fa-search:hover,
#opens-hotel .container ul li .info-wrapper .icon .fa.fa-search:hover {
  color: #ed3425;
  transition: all 0.5s;
}
#auctions-golf .container ul li .info-wrapper .print-list,
#opens-hotel .container ul li .info-wrapper .print-list {
  text-align: right;
  padding-top: 5px;
}
#auctions-golf .container ul li:hover .info-wrapper .icon .fa.fa-search,
#opens-hotel .container ul li:hover .info-wrapper .icon .fa.fa-search {
  color: #ed3425;
  transition: all 0.5s;
}
#auctions-golf .container ul li:nth-child(1),
#opens-hotel .container ul li:nth-child(1) {
  padding-top: 0;
}
#auctions-golf #no-results,
#opens-hotel #no-results {
  padding-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #auctions-golf .top-section .title-wrapper h3,
  #opens-hotel .top-section .title-wrapper h3 {
    padding: 36px;
    font-size: 25px;
  }
  #auctions-golf .top-section .links.right,
  #opens-hotel .top-section .links.right {
    padding-right: 20px;
  }
  #auctions-golf .container,
  #opens-hotel .container {
    padding: 0 12px 12px 12px;
  }
  #auctions-golf .container ul li,
  #opens-hotel .container ul li {
    padding: 6px;
  }
  #auctions-golf .container ul li .info-wrapper,
  #opens-hotel .container ul li .info-wrapper {
    padding: 8px;
  }
  #auctions-golf .container ul li .info-wrapper .address,
  #opens-hotel .container ul li .info-wrapper .address {
    font-weight: 600;
  }
  #auctions-golf .container ul li .info-wrapper .bbc span,
  #opens-hotel .container ul li .info-wrapper .bbc span {
    padding-left: 4px;
    padding-right: 4px;
  }
  #auctions-golf .container ul li .info-wrapper span .fa.fa-search,
  #opens-hotel .container ul li .info-wrapper span .fa.fa-search {
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #auctions-golf .container ul li .info-wrapper span .fa.fa-search:hover,
  #opens-hotel .container ul li .info-wrapper span .fa.fa-search:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #auctions-golf .container ul li:nth-child(1),
  #opens-hotel .container ul li:nth-child(1),
  #auctions-golf .container ul li:nth-child(2),
  #opens-hotel .container ul li:nth-child(2) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #auctions-golf .container,
  #opens-hotel .container {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 40px;
  }
  #auctions-golf .container ul,
  #opens-hotel .container ul {
    width: 100%;
  }
  #auctions-golf .container ul li,
  #opens-hotel .container ul li {
    width: 33.33% !important;
    padding: 10px;
  }
  #auctions-golf .container ul li:nth-child(1),
  #opens-hotel .container ul li:nth-child(1),
  #auctions-golf .container ul li:nth-child(2),
  #opens-hotel .container ul li:nth-child(2),
  #auctions-golf .container ul li:nth-child(3),
  #opens-hotel .container ul li:nth-child(3) {
    padding-top: 0;
  }
}
@media print {
  #auctions-golf .top-section,
  #opens-hotel .top-section {
    display: none;
  }
  #auctions-golf .container ul li,
  #opens-hotel .container ul li {
    width: 33.33%;
    float: left;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #auctions-golf .container ul li .image,
  #opens-hotel .container ul li .image {
    display: none;
  }
  #auctions-golf .container ul li .print-image,
  #opens-hotel .container ul li .print-image {
    display: block !important;
    height: 150px;
  }
  #auctions-golf .container ul li .info-wrapper .address,
  #opens-hotel .container ul li .info-wrapper .address {
    padding-bottom: 10px;
  }
  #auctions-golf .container ul li .info-wrapper .bbc,
  #opens-hotel .container ul li .info-wrapper .bbc {
    display: block;
  }
  #auctions-golf .container ul li .info-wrapper .print-list span,
  #opens-hotel .container ul li .info-wrapper .print-list span {
    display: none;
  }
  #auctions-golf .container ul li .info-wrapper .print-list input,
  #opens-hotel .container ul li .info-wrapper .print-list input {
    display: none;
  }
  #auctions-golf #no-results,
  #opens-hotel #no-results {
    display: none;
  }
}
#blog-bravo {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
  padding-top: 65px;
  background-color: white;
}
#blog-bravo .blog-wrapper .blog-heading {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#blog-bravo .blog-wrapper .categories {
  padding: 0 8px;
}
#blog-bravo .blog-wrapper .categories a {
  color: #6a6a6a;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 12px;
  border-right: 1px solid #6a6a6a;
  padding-right: 7px;
  padding-left: 3px;
}
#blog-bravo .blog-wrapper .categories a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#blog-bravo .blog-wrapper .categories a:first-child {
  padding-left: 0;
  font-weight: 600;
  font-size: 12px;
}
#blog-bravo .blog-wrapper .categories a:last-child {
  border: none;
}
#blog-bravo .blog-wrapper .categories .active {
  color: #ed3425;
}
#blog-bravo .blog-wrapper .blog-articles {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
}
#blog-bravo .blog-wrapper .blog-articles article {
  background-color: #f6f6f6;
}
#blog-bravo .blog-wrapper .blog-articles article .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #d1d1d1;
}
#blog-bravo .blog-wrapper .blog-articles article .heading-category {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 0 8px;
}
#blog-bravo .blog-wrapper .blog-articles article .heading-category span {
  display: none;
}
#blog-bravo .blog-wrapper .blog-articles article .heading-category h2 {
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 20px;
  padding-bottom: 10px;
}
#blog-bravo .blog-wrapper .blog-articles article .image-overlay {
  padding: 0 8px 8px 8px;
}
#blog-bravo .blog-wrapper .blog-articles article .image-overlay .blog-blurb {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
}
#blog-bravo .blog-wrapper .blog-articles article .image-overlay a {
  padding-top: 8px;
  color: #6a6a6a;
  display: block;
  width: 100%;
  text-align: right;
  transition: all 0.5s;
  font-weight: 600;
  text-decoration: none;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog-bravo .blog-wrapper .blog-articles article .image-overlay a:hover {
  color: #ed3425;
}
#blog-bravo .loading-spinner {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #blog-bravo .blog-wrapper .blog-heading {
    text-transform: uppercase;
    padding: 36px;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-bravo .blog-wrapper .categories {
    padding: 0 12px;
  }
  #blog-bravo .blog-wrapper .categories a {
    font-size: 13px;
  }
  #blog-bravo .blog-wrapper .blog-articles {
    display: inline-block;
    padding: 12px;
  }
  #blog-bravo .blog-wrapper .blog-articles article {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px;
    background-color: transparent;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category {
    background-color: #f6f6f6;
    padding: 8px 8px 0 8px;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category span {
    display: none;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category h2 {
    height: 18px;
    overflow: hidden;
    display: block;
    padding-bottom: 28px;
    line-height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-bravo .blog-wrapper .blog-articles article .image-overlay {
    background-color: #f6f6f6;
    padding: 0 8px 8px 8px;
  }
  #blog-bravo .blog-wrapper .blog-articles article .image-overlay .blog-blurb {
    height: 70px;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(even) {
    padding-right: 0;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(odd) {
    padding-left: 0;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(1),
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(2) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #blog-bravo {
    padding-top: 85px;
  }
  #blog-bravo .blog-wrapper .blog-heading {
    text-transform: uppercase;
    padding: 36px;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-bravo .blog-wrapper .categories {
    padding: 0 20px;
  }
  #blog-bravo .blog-wrapper .categories a {
    font-size: 13px;
  }
  #blog-bravo .blog-wrapper .blog-articles {
    display: inline-block;
    padding: 20px;
  }
  #blog-bravo .blog-wrapper .blog-articles article {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    background-color: transparent;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category {
    background-color: #f6f6f6;
    padding: 8px 8px 0 8px;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category span {
    display: none;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category h2 {
    height: 18px;
    overflow: hidden;
    display: block;
    padding-bottom: 28px;
    line-height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-bravo .blog-wrapper .blog-articles article .image-overlay {
    background-color: #f6f6f6;
    padding: 0 8px 8px 8px;
  }
  #blog-bravo .blog-wrapper .blog-articles article .image-overlay .blog-blurb {
    height: 70px;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(even) {
    padding-right: 0;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(odd) {
    padding-left: 0;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(1),
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(2) {
    padding-top: 0;
  }
}
.blog-header-bravo,
.blog-show-bravo-categories,
.blog-show-bravo-categories-mobile,
.blog-footer-bravo {
  display: none !important;
}
#blog-show-bravo {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  background-color: white;
}
#blog-show-bravo i {
  font-style: italic;
}
#blog-show-bravo i.fa {
  font-style: normal;
}
#blog-show-bravo b {
  font-weight: bold;
}
#blog-show-bravo #blog-show .wrapper {
  width: 100%;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info span {
  display: none;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .date {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 10px;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .author {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 8px;
  text-align: center;
  font-size: 11px;
  margin-top: -10px;
  margin-bottom: 15px;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .author a {
  color: #6a6a6a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .author a:hover {
  color: #ed3425;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 8px;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper h2 {
  display: inline-block;
  width: auto;
  display: inline;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 2px;
  color: #6a6a6a;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper a:hover {
  color: #ed3425;
}
#blog-show-bravo #blog-show .wrapper article .blog-image .image {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 0;
  padding-bottom: 60%;
}
#blog-show-bravo #blog-show .wrapper article .blog-image #ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#blog-show-bravo #blog-show .wrapper article .blog-text {
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  font-size: 1.1em;
  line-height: 1.5em;
}
#blog-show-bravo #blog-show .wrapper article .blog-gallery {
  display: none;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px 8px 8px;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social h2 {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0 3px 0;
  margin-bottom: 8px;
  width: 100%;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social a {
  color: #6a6a6a;
  padding: 0 4px;
  text-align: center;
  float: none;
  width: auto;
  margin: 0;
  display: inline-block;
  /*margin: 0 5px;*/
  text-decoration: none;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social a i,
#blog-show-bravo #blog-show .wrapper article .bottom-content .social a span {
  font-size: 20px;
  color: #6a6a6a;
  transition: all 0.5s;
  width: 35px;
  line-height: 35px;
  height: 35px;
  display: block;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 100%;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social.facebook {
  margin-left: 0;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social.facebook:hover span {
  background-color: #45619d;
  color: white;
  border: 1px solid #45619d;
  transition: all 0.5s;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social.twitter:hover span {
  background-color: #55acee;
  color: white;
  border: 1px solid #55acee;
  transition: all 0.5s;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social.pinit:hover i {
  background-color: #bd2126;
  color: white;
  border: 1px solid #bd2126;
  transition: all 0.5s;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs {
  clear: both;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs > h1 {
  font-weight: 600;
  font-size: 16px;
  padding: 20px 0 3px 0;
  border-bottom: none;
  width: 100%;
  text-align: center;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article {
  background-color: #f6f6f6;
  margin-bottom: 8px;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .bottom-info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 0 8px;
  background-color: #f6f6f6;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .bottom-info h2 {
  display: none;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .bottom-info h1 {
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 20px;
  padding-bottom: 10px;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info {
  padding: 0 8px 8px 8px;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info span {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info a {
  padding-top: 8px;
  color: #6a6a6a;
  display: block;
  width: 100%;
  text-align: right;
  transition: all 0.5s;
  font-weight: 600;
  text-decoration: none;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info a:hover {
  color: #ed3425;
}
#blog-show-bravo #blog-show .wrapper article .right-content .author .image {
  background-position: 50% 50%;
  background-size: cover;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .date {
    padding-left: 12px;
    padding-bottom: 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info h1 {
    padding: 36px;
    font-size: 25px;
    line-height: 25px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .author {
    padding-bottom: 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper {
    padding-left: 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper a {
    padding: 0 3px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-details {
    margin-top: -20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-text {
    padding: 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-gallery {
    display: none;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content {
    padding: 0 12px 12px 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social {
    margin-bottom: 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social a {
    padding: 0 6px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 12px;
    padding: 6px;
    background-color: transparent;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info {
    background-color: #f6f6f6;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info span {
    height: 70px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article:nth-child(2) {
    padding-left: 0;
    padding-right: 8px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article:nth-child(3) {
    padding-right: 0;
    padding-left: 8px;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .author .image {
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .date {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info h1 {
    padding: 36px;
    font-size: 25px;
    line-height: 25px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .author {
    padding-bottom: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper {
    padding-left: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper a {
    padding: 0 5px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-details {
    margin-top: -20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-text {
    padding: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-gallery {
    display: none;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content {
    padding: 0 20px 20px 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social {
    margin-bottom: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social a {
    padding: 0 10px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info {
    background-color: #f6f6f6;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info span {
    height: 70px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article:nth-child(2) {
    padding-left: 0;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article:nth-child(3) {
    padding-right: 0;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .author .image {
    background-position: 50% 50%;
    background-size: cover;
  }
}
#clearing-sale-show-alpha {
  max-width: 1030px;
  padding-top: 74px;
  padding-bottom: 60px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#clearing-sale-show-alpha .image-slideshow i {
  display: none;
}
#clearing-sale-show-alpha .image-slideshow h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 30px;
  padding: 8px;
}
#clearing-sale-show-alpha .image-slideshow .bxslider li {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#clearing-sale-show-alpha .title {
  padding: 16px 8px;
  font-size: 18px;
  font-weight: 600;
}
#clearing-sale-show-alpha .time {
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: 500;
}
#clearing-sale-show-alpha .lower-container {
  padding: 0 8px;
  line-height: 1.5em;
  font-size: 1.1em;
}
#clearing-sale-show-alpha .lower-container h2 {
  font-size: 1.1em;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
}
#clearing-sale-show-alpha .lower-container .staff {
  margin-top: 20px;
}
#clearing-sale-show-alpha .lower-container .staff img {
  max-width: 300px;
}
#clearing-sale-show-alpha .lower-container .staff a {
  color: #6a6a6a;
  text-decoration: none;
}
#clearing-sale-show-alpha .lower-container .staff b {
  font-weight: 500;
}
#clearing-sale-show-alpha .lower-container .staff .name {
  font-weight: 600;
}
#clearing-sale-show-alpha .lower-container .staff .email a {
  font-weight: 500;
}
#clearing-sale-show-alpha .lower-container .staff .email a:hover {
  text-decoration: underline;
}
#clearing-sale-show-alpha .lower-container .tools-links h3 {
  font-weight: 600;
  margin-top: 10px;
}
#clearing-sale-show-alpha .lower-container .tools-links a {
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #clearing-sale-show-alpha {
    padding-top: 100px;
  }
  #clearing-sale-show-alpha .image-slideshow h2 {
    padding: 12px;
  }
  #clearing-sale-show-alpha .image-slideshow .bxslider li {
    height: 400px;
  }
  #clearing-sale-show-alpha .title {
    padding: 24px 12px;
  }
  #clearing-sale-show-alpha .lower-container {
    padding: 0 12px;
  }
  #clearing-sale-show-alpha .row .description {
    float: left;
    width: 65%;
    padding-right: 5%;
  }
  #clearing-sale-show-alpha .row .staff {
    float: left;
    width: 30%;
  }
  #clearing-sale-show-alpha .row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #clearing-sale-show-alpha {
    padding-top: 100px;
  }
  #clearing-sale-show-alpha .image-slideshow h2 {
    padding: 20px;
  }
  #clearing-sale-show-alpha .image-slideshow .bxslider li {
    height: 600px;
  }
  #clearing-sale-show-alpha .title {
    padding: 20px;
  }
  #clearing-sale-show-alpha .lower-container {
    padding: 0 20px;
  }
}
#listings-charlie {
  max-width: 1030px;
  padding: 70px 8px 8px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-charlie .title {
  text-align: center;
}
#listings-charlie .title span {
  display: block;
  padding: 24px;
  font-size: 20px;
  text-transform: uppercase;
}
#listings-charlie .row a {
  display: block;
  width: 100%;
  color: #6a6a6a;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-charlie .row a .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
#listings-charlie .row a .address {
  background: #F6F6F6;
  padding: 20px 10px;
}
#listings-charlie .row a .address i {
  display: none;
}
#listings-charlie .row a .bbc {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listings-charlie {
    padding: 100px 12px 12px;
  }
  #listings-charlie .title span {
    font-size: 25px;
  }
  #listings-charlie .row a {
    width: 50%;
    float: left;
  }
  #listings-charlie .row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listings-charlie {
    padding: 100px 20px 20px;
  }
  #listings-charlie .row a {
    width: 33.33%;
  }
}
.row {
  display: flex;
  flex-flow: row wrap;
}
.flex-full {
  flex: 0 0 100%;
}
.col {
  display: flex;
  flex-flow: column wrap;
}
/* mobile */
.col-1-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
/* desktop */
@media (min-width: 750px) {
  .col-md-1-1 {
    width: 100%;
  }
  .col-md-1-2 {
    width: 50%;
  }
  .col-md-1-3 {
    width: 33.33333333%;
  }
  .col-md-1-4 {
    width: 25%;
  }
  .col-md-1-5 {
    width: 20%;
  }
}
#contact-foxtrot {
  padding-top: 65px;
}
#contact-foxtrot .form-error,
#contact-foxtrot .form-success {
  max-width: 500px;
  margin: 0 auto;
}
#contact-foxtrot .RMA-widget {
  padding: 1em 0 2.5em 0;
}
#contact-foxtrot .top-image .item-image-alpha .office-pic {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#contact-foxtrot .top-image .item-image-alpha a div {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#contact-foxtrot .top-image .item-image-alpha a span {
  display: none;
}
#contact-foxtrot .top-section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: white;
  text-align: center;
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  padding: 0 8px 8px 8px;
}
#contact-foxtrot .top-section h1 {
  padding: 24px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#contact-foxtrot .top-section .profile {
  line-height: 18px;
  font-size: 16px;
}
#contact-foxtrot .container {
  background-color: white;
  max-width: 1030px;
  margin: 0 auto;
  display: block;
}
#contact-foxtrot .container .card {
  padding: 0 8px 8px 8px;
}
#contact-foxtrot .container .card .address {
  text-align: center;
  line-height: 18px;
}
#contact-foxtrot .container .card .address .office-contact-details.office-contact-details-alpha .office-address span {
  font-weight: 600;
  font-size: 20px;
  display: block;
}
#contact-foxtrot .container .card .address .office-contact-details.office-contact-details-alpha p a {
  text-decoration: none;
  color: #6a6a6a;
  transition: all 0.5s;
}
#contact-foxtrot .container .card .address .office-contact-details.office-contact-details-alpha p a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#contact-foxtrot .container .card .address .office-contact-details.office-contact-details-alpha-licence {
  display: none !important;
}
#contact-foxtrot .container .card .links {
  padding: 10px;
  height: 10px;
}
#contact-foxtrot .container .card .links li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#contact-foxtrot .container .card .links li a {
  font-weight: 600;
  text-decoration: underline;
  color: #6a6a6a;
  display: block;
  transition: all 0.5s;
}
#contact-foxtrot .container .card .links li a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#contact-foxtrot .container .card .links li:nth-child(1) {
  text-align: right;
}
#contact-foxtrot .container .card .links li:nth-child(1) a {
  padding-right: 4px;
}
#contact-foxtrot .container .card .links li:nth-child(2) {
  text-align: left;
}
#contact-foxtrot .container .card .links li:nth-child(2) a {
  padding-left: 4px;
}
#contact-foxtrot .container article {
  text-align: center;
  margin: 10px 0;
}
#contact-foxtrot .container article h2 {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
#contact-foxtrot .container article p {
  line-height: 1.5em;
  padding: 0 8px;
}
#contact-foxtrot .container .card.form-card .form-title h3 {
  font-weight: 600;
  font-size: 20px;
  padding: 8px 8px 16px 8px;
  width: 100%;
  text-align: center;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset {
  width: 100%;
  display: block;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset label,
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset select,
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset input {
  width: 100%;
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 4px 0;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset label {
  display: none !important;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset select {
  height: 40px;
  line-height: 40px;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset input {
  padding-left: 5px;
  height: 40px;
  line-height: 40px;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset.fieldset_captcha {
  display: block;
  margin: 0 auto;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset:nth-child(2) {
  clear: both;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset:nth-child(2) label {
  display: block;
  font-size: 0;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset:nth-child(2) label:after {
  content: "Notes";
  width: 100%;
  font-size: 14px;
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 4px 0;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset:nth-child(2) #contact-notes {
  padding-right: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  padding-left: 4px;
  resize: vertical;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form input[type='submit'] {
  margin-top: 8px;
  width: 100%;
  cursor: pointer;
  color: #6a6a6a;
  background-color: transparent;
  transition: all 0.5s;
  border: 1px solid #a9a9a9;
  height: 40px;
  font-family: 'Raleway', sans-serif;
}
#contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form input[type='submit']:hover {
  transition: all 0.5s;
  background-color: #ed3425;
  color: white;
  border-color: #ed3425;
}
#contact-foxtrot .container .card.form-card .enquiry-form .RMA-widget {
  padding: 10px 0 30px;
}
#contact-foxtrot .map {
  display: block;
  width: 100%;
  height: 350px;
}
#contact-foxtrot .map #offices-google-map-bravo {
  width: 100%;
  display: block;
  height: 350px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #contact-foxtrot .top-image .item-image-alpha .office-pic {
    height: 500px;
  }
  #contact-foxtrot .top-image .item-image-alpha a div {
    height: 500px;
  }
  #contact-foxtrot .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  #contact-foxtrot .container article p {
    padding: 0 24px;
  }
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form {
    padding: 12px;
  }
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset #contact-first_name,
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset #contact-surname,
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset #contact-email_address,
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset #contact-mobile {
    width: 49%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset #contact-first_name,
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset #contact-email_address {
    margin-right: 6px;
  }
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset #contact-surname,
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset #contact-mobile {
    margin-left: 6px;
  }
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset #contact-notes {
    margin-top: 4px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #contact-foxtrot {
    padding-top: 0;
  }
  #contact-foxtrot .top-image .item-image-alpha .office-pic {
    height: 700px;
    background-attachment: fixed;
  }
  #contact-foxtrot .top-image .item-image-alpha a div {
    height: 700px;
    background-attachment: fixed;
  }
  #contact-foxtrot .top-section h1 {
    padding-bottom: 11px;
  }
  #contact-foxtrot .top-section .profile {
    font-size: 22px;
    padding-bottom: 20px;
    display: block;
    line-height: 26px;
  }
  #contact-foxtrot .container article p {
    padding: 0 40px;
  }
  #contact-foxtrot .container .card.form-card .form-title h3 {
    padding: 16px 8px 16px 8px;
  }
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form {
    padding: 20px;
    width: 500px;
    margin: 0 auto;
  }
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset label,
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset select,
  #contact-foxtrot .container .card.form-card .enquiry-form .contact-form-bravo form fieldset input {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #contact-foxtrot .map {
    height: 550px;
  }
  #contact-foxtrot .map #offices-google-map-bravo {
    height: 550px;
  }
  #contact-foxtrot .no-image {
    padding-top: 80px;
  }
}
#homepage-alpha-bravo .user-content h1,
#homepage-alpha-bravo .sliderBody h1 {
  font-size: 3em;
  font-weight: 600;
}
#homepage-alpha-bravo .user-content h2,
#homepage-alpha-bravo .sliderBody h2 {
  font-size: 2.5em;
  font-weight: 600;
}
#homepage-alpha-bravo .user-content h3,
#homepage-alpha-bravo .sliderBody h3 {
  font-size: 1.6em;
}
#homepage-alpha-bravo .user-content h4,
#homepage-alpha-bravo .sliderBody h4 {
  font-size: 1.2em;
}
#homepage-alpha-bravo .user-content p,
#homepage-alpha-bravo .sliderBody p {
  line-height: 1.5em;
  margin-bottom: .5em;
}
#homepage-alpha-bravo * {
  box-sizing: border-box;
}
#homepage-alpha-bravo section {
  position: relative;
  display: block;
}
#homepage-alpha-bravo section:not(#section-1) {
  padding: 100px 10px;
}
#homepage-alpha-bravo section.alt-section-bg {
  background-color: #ffffff;
}
#homepage-alpha-bravo .container {
  display: block;
  width: 100%;
  max-width: 1030px;
  padding: 10px;
  margin: 0 auto;
}
#homepage-alpha-bravo article a {
  margin-top: 10px;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 0;
  color: #ffffff;
  background-color: #ed3425;
  display: inline-block;
}
#homepage-alpha-bravo article a:hover {
  color: #ed3425;
  background-color: #ffffff;
}
#homepage-alpha-bravo #main-slideshow .item {
  position: relative;
  max-height: 700px;
}
#homepage-alpha-bravo #main-slideshow .item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56%;
}
#homepage-alpha-bravo #main-slideshow .item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#homepage-alpha-bravo #main-slideshow .text-container {
  background-color: rgba(237, 52, 37, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#homepage-alpha-bravo #main-slideshow .text-container .sliderBody {
  color: #ffffff;
  max-width: 1030px;
}
#homepage-alpha-bravo #main-slideshow .text-container .sliderBody a {
  margin-top: 10px;
  display: block;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 0;
  color: #ed3425;
  background-color: #ffffff;
  display: inline-block;
}
#homepage-alpha-bravo #main-slideshow .text-container .sliderBody a:hover {
  color: #ffffff;
  background-color: #ed3425;
}
#homepage-alpha-bravo .section-img-left .container,
#homepage-alpha-bravo .section-img-right .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#homepage-alpha-bravo .section-img-left article,
#homepage-alpha-bravo .section-img-right article,
#homepage-alpha-bravo .section-img-left .item,
#homepage-alpha-bravo .section-img-right .item {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 980px) {
  #homepage-alpha-bravo .section-img-left article,
  #homepage-alpha-bravo .section-img-right article,
  #homepage-alpha-bravo .section-img-left .item,
  #homepage-alpha-bravo .section-img-right .item {
    width: 50%;
  }
}
#homepage-alpha-bravo .section-img-left article,
#homepage-alpha-bravo .section-img-right article {
  padding-bottom: 40px;
  align-self: center;
}
#homepage-alpha-bravo .section-img-left .item,
#homepage-alpha-bravo .section-img-right .item {
  overflow: hidden;
}
#homepage-alpha-bravo .section-img-left .item:before,
#homepage-alpha-bravo .section-img-right .item:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
}
#homepage-alpha-bravo .section-img-left .image,
#homepage-alpha-bravo .section-img-right .image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 980px) {
  #homepage-alpha-bravo .section-img-right article {
    padding: 0 40px 0 0;
  }
  #homepage-alpha-bravo .section-img-left article {
    padding: 0 0 0 40px;
  }
}
#homepage-alpha-bravo .section-img-left .container {
  flex-direction: row-reverse;
}
#homepage-alpha-bravo .section-img-bg {
  background-color: #ed3425;
}
#homepage-alpha-bravo .section-img-bg .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 50vh;
}
#homepage-alpha-bravo .section-img-bg article {
  color: #ffffff;
}
#homepage-alpha-bravo .section-img-bg article .bodyText {
  max-width: 515px;
}
#homepage-alpha-bravo .section-img-bg article a {
  display: block;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 0;
  color: #ed3425;
  background-color: #ffffff;
}
#homepage-alpha-bravo .section-img-bg article a:hover {
  color: #ffffff;
  background-color: #ed3425;
}
#homepage-alpha-bravo .section-img-bg .image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .45;
}
#homepage-alpha-bravo .item-cards .container {
  padding: 0;
  max-width: 1040px;
}
#homepage-alpha-bravo .item-cards .item-flex-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#homepage-alpha-bravo .item-cards .categoryHeading {
  text-align: center;
  margin-bottom: 1em;
}
#homepage-alpha-bravo .item-cards .headlineText {
  margin: 1em 0;
}
#homepage-alpha-bravo .item-cards .bodyText {
  padding: 0 10px 10px;
}
#homepage-alpha-bravo .item-cards .item {
  width: 100%;
  max-width: calc(100% - 10px);
  margin: 5px;
}
@media (min-width: 640px) {
  #homepage-alpha-bravo .item-cards .item {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 980px) {
  #homepage-alpha-bravo .item-cards .item {
    max-width: calc(25% - 10px);
  }
}
#homepage-alpha-bravo .item-cards article {
  width: 100%;
}
#homepage-alpha-bravo .item-cards figure {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 100%;
}
#homepage-alpha-bravo .item-cards .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#homepage-alpha-bravo #section-3 .item {
  display: flex;
  flex-direction: column;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 15px 30px -30px rgba(0, 0, 0, 0.5);
}
#homepage-alpha-bravo #section-3 article {
  order: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#homepage-alpha-bravo #section-3 article .textLink {
  margin: auto auto 10px;
}
#homepage-mike form {
  display: none !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 8px;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 350px;
  margin-top: 20px;
}
#homepage-mike form input,
#homepage-mike form select {
  height: 45px;
  width: 100%;
  border: 1px solid #cfcfcf;
  padding-left: 5px;
}
#homepage-mike form :placeholder-shown {
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-mike form select {
  margin-bottom: 8px;
}
#homepage-mike form #search-submit {
  display: block !important;
  background-color: #ed3425;
  border-color: #ed3425 !important;
  width: 100% !important;
  height: 45px !important;
  line-height: 45px !important;
  margin-top: 8px !important;
}
#homepage-mike form #search-submit:hover {
  background-color: #1c3f75 !important;
  border-color: #1c3f75 !important;
}
#homepage-mike form #search-submit i {
  display: none !important;
}
#homepage-mike #latest-news {
  background: #ffffff;
  max-width: 1030px;
  margin: 0 auto;
}
#homepage-mike #latest-news ul .wrapper {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-mike #latest-news ul .wrapper li .image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#homepage-mike #latest-news ul .wrapper li .grid {
  display: block;
  padding: 8px;
  background: #F6F6F6;
  text-decoration: none;
  position: relative;
  height: 150px;
}
#homepage-mike #latest-news ul .wrapper li .grid h3 {
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 20px;
  padding-bottom: 10px;
}
#homepage-mike #latest-news ul .wrapper li .grid h4 {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
}
#homepage-mike #latest-news ul .wrapper li .grid span {
  display: block !important;
  color: #6a6a6a;
  position: absolute;
  right: 20px;
  bottom: 8px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#homepage-mike #latest-news ul .wrapper li:hover span {
  color: #ed3425;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-mike form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px 8px;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 550px;
    margin-top: 20px;
  }
  #homepage-mike form input,
  #homepage-mike form select {
    height: 45px;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
  }
  #homepage-mike form select {
    width: 20%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form input {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form :placeholder-shown {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form select {
    margin-bottom: 8px;
  }
  #homepage-mike form #search-submit {
    display: block !important;
    background-color: #ed3425;
    border-color: #ed3425 !important;
    width: 19% !important;
    float: left;
    height: 43px !important;
    line-height: 45px !important;
    margin: 0px !important;
  }
  #homepage-mike form #search-submit:hover {
    background-color: #1c3f75 !important;
    border-color: #1c3f75 !important;
  }
  #homepage-mike form #search-submit i {
    display: none !important;
  }
  #homepage-mike #latest-news ul .wrapper {
    padding: 12px;
    width: 50%;
    float: left;
  }
  #homepage-mike #latest-news ul .wrapper:nth-child(odd) {
    padding-right: 6px;
  }
  #homepage-mike #latest-news ul .wrapper:nth-child(even) {
    padding-left: 6px;
  }
  #homepage-mike #latest-news ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-mike form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px 8px;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 550px;
    margin-top: 40px;
  }
  #homepage-mike form input,
  #homepage-mike form select {
    height: 45px;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
  }
  #homepage-mike form select {
    width: 20%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form input {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form :placeholder-shown {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form select {
    margin-bottom: 8px;
  }
  #homepage-mike form #search-submit {
    display: block !important;
    background-color: #ed3425;
    border-color: #ed3425 !important;
    width: 19% !important;
    float: left;
    height: 43px !important;
    line-height: 45px !important;
    margin: 0px !important;
  }
  #homepage-mike form #search-submit:hover {
    background-color: #1c3f75 !important;
    border-color: #1c3f75 !important;
  }
  #homepage-mike form #search-submit i {
    display: none !important;
  }
  #homepage-mike #latest-news ul .wrapper {
    padding: 20px;
  }
}
#homepage-mike form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 8px;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 350px;
  margin-top: 20px;
}
#homepage-mike form input,
#homepage-mike form select {
  height: 45px;
  width: 100%;
  border: 1px solid #cfcfcf;
  padding-left: 5px;
}
#homepage-mike form :placeholder-shown {
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-mike form select {
  margin-bottom: 8px;
}
#homepage-mike form #search-submit {
  display: block !important;
  background-color: #ed3425;
  border-color: #ed3425 !important;
  width: 100% !important;
  height: 45px !important;
  line-height: 45px !important;
  margin-top: 8px !important;
}
#homepage-mike form #search-submit:hover {
  background-color: #1c3f75 !important;
  border-color: #1c3f75 !important;
}
#homepage-mike form #search-submit i {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-mike form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px 8px;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 550px;
    margin-top: 20px;
  }
  #homepage-mike form input,
  #homepage-mike form select {
    height: 45px;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
  }
  #homepage-mike form select {
    width: 20%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form input {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form :placeholder-shown {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form select {
    margin-bottom: 8px;
  }
  #homepage-mike form #search-submit {
    display: block !important;
    background-color: #ed3425;
    border-color: #ed3425 !important;
    width: 19% !important;
    float: left;
    height: 43px !important;
    line-height: 45px !important;
    margin: 0px !important;
  }
  #homepage-mike form #search-submit:hover {
    background-color: #1c3f75 !important;
    border-color: #1c3f75 !important;
  }
  #homepage-mike form #search-submit i {
    display: none !important;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-mike form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px 8px;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 550px;
    margin-top: 40px;
  }
  #homepage-mike form input,
  #homepage-mike form select {
    height: 45px;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
  }
  #homepage-mike form select {
    width: 20%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form input {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form :placeholder-shown {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-mike form select {
    margin-bottom: 8px;
  }
  #homepage-mike form #search-submit {
    display: block !important;
    background-color: #ed3425;
    border-color: #ed3425 !important;
    width: 19% !important;
    float: left;
    height: 43px !important;
    line-height: 45px !important;
    margin: 0px !important;
  }
  #homepage-mike form #search-submit:hover {
    background-color: #1c3f75 !important;
    border-color: #1c3f75 !important;
  }
  #homepage-mike form #search-submit i {
    display: none !important;
  }
}
#homepage-mike #home-listings.lease-listings {
  display: block !important;
}
@media screen and (min-width: 640px) {
  #homepage-mike #home-listings.lease-listings #quarter .four-col-desktop li:nth-child(4) {
    display: none;
  }
}
.items-alpha {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 12px 24px;
}
.items-alpha * {
  box-sizing: border-box;
}
.items-alpha .pageTitle h1 {
  padding: 36px 12px;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
.items-alpha article,
.items-alpha .images {
  padding: 0 12px;
}
.items-alpha .images,
.items-alpha img {
  display: block;
  width: 100%;
  height: auto;
}
/*Meet the team must inherit elements from other sections, but not padding-top since is a new section below the existing ones*/
.meet-team {
  padding-top: 35px !important;
}
#item-foxtrot,
#item-form-bravo,
.meet-team {
  padding-top: 65px;
  display: block;
  width: 100%;
  text-align: center;
}
#item-foxtrot h1,
#item-form-bravo h1,
.meet-team h1 {
  text-align: center;
}
#item-foxtrot .bx-wrapper,
#item-form-bravo .bx-wrapper,
.meet-team .bx-wrapper {
  height: 350px;
}
#item-foxtrot .bx-wrapper .bx-viewport,
#item-form-bravo .bx-wrapper .bx-viewport,
.meet-team .bx-wrapper .bx-viewport {
  height: 350px;
}
#item-foxtrot .bx-wrapper .bx-viewport ul,
#item-form-bravo .bx-wrapper .bx-viewport ul,
.meet-team .bx-wrapper .bx-viewport ul {
  height: 350px;
}
#item-foxtrot .bx-wrapper .bx-viewport ul li,
#item-form-bravo .bx-wrapper .bx-viewport ul li,
.meet-team .bx-wrapper .bx-viewport ul li,
#item-foxtrot .bx-wrapper .bx-viewport ul span,
#item-form-bravo .bx-wrapper .bx-viewport ul span,
.meet-team .bx-wrapper .bx-viewport ul span {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}
#item-foxtrot .bx-wrapper .bx-controls,
#item-form-bravo .bx-wrapper .bx-controls,
.meet-team .bx-wrapper .bx-controls {
  display: none;
}
#item-foxtrot .container,
#item-form-bravo .container,
.meet-team .container {
  background-color: white;
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  padding: 0 8px 8px 8px;
}
#item-foxtrot .container article .text,
#item-form-bravo .container article .text,
.meet-team .container article .text {
  padding-top: 0 !important;
  font-size: 1.1em;
  line-height: 1.5em;
}
#item-foxtrot .container article .text h1,
#item-form-bravo .container article .text h1,
.meet-team .container article .text h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
}
#item-foxtrot .container article div,
#item-form-bravo .container article div,
.meet-team .container article div {
  padding-top: 40px;
}
#item-foxtrot .container article div .default-btn,
#item-form-bravo .container article div .default-btn,
.meet-team .container article div .default-btn {
  margin: 0 auto;
}
#item-foxtrot .page-contents,
#item-form-bravo .page-contents,
.meet-team .page-contents {
  background-color: white;
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  padding: 0 8px 8px 8px;
  line-height: 20px;
  padding-top: 0 !important;
  text-align: center;
}
#item-foxtrot .page-contents h1,
#item-form-bravo .page-contents h1,
.meet-team .page-contents h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
}
#item-foxtrot .page-contents div .default-btn,
#item-form-bravo .page-contents div .default-btn,
.meet-team .page-contents div .default-btn {
  margin: 0 auto;
}
#item-foxtrot .page-contents .form,
#item-form-bravo .page-contents .form,
.meet-team .page-contents .form {
  padding-top: 20px;
  width: 90%;
  margin: 0 auto;
  padding-top: 8px;
}
#item-foxtrot .page-contents .form fieldset,
#item-form-bravo .page-contents .form fieldset,
.meet-team .page-contents .form fieldset {
  width: 100%;
  display: block;
}
#item-foxtrot .page-contents .form fieldset label,
#item-form-bravo .page-contents .form fieldset label,
.meet-team .page-contents .form fieldset label,
#item-foxtrot .page-contents .form fieldset select,
#item-form-bravo .page-contents .form fieldset select,
.meet-team .page-contents .form fieldset select,
#item-foxtrot .page-contents .form fieldset input,
#item-form-bravo .page-contents .form fieldset input,
.meet-team .page-contents .form fieldset input,
#item-foxtrot .page-contents .form fieldset textarea,
#item-form-bravo .page-contents .form fieldset textarea,
.meet-team .page-contents .form fieldset textarea {
  width: 100%;
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 4px 0;
}
#item-foxtrot .page-contents .form fieldset label,
#item-form-bravo .page-contents .form fieldset label,
.meet-team .page-contents .form fieldset label {
  margin-top: 10px;
  font-size: 0.9em;
}
#item-foxtrot .page-contents .form fieldset select,
#item-form-bravo .page-contents .form fieldset select,
.meet-team .page-contents .form fieldset select {
  height: 40px;
  line-height: 40px;
}
#item-foxtrot .page-contents .form fieldset input,
#item-form-bravo .page-contents .form fieldset input,
.meet-team .page-contents .form fieldset input {
  padding-left: 5px;
  height: 40px;
  line-height: 40px;
}
#item-foxtrot .page-contents .form fieldset.fieldset_office label,
#item-form-bravo .page-contents .form fieldset.fieldset_office label,
.meet-team .page-contents .form fieldset.fieldset_office label {
  display: none !important;
}
#item-foxtrot .page-contents .form fieldset:nth-child(2),
#item-form-bravo .page-contents .form fieldset:nth-child(2),
.meet-team .page-contents .form fieldset:nth-child(2) {
  clear: both;
}
#item-foxtrot .page-contents .form fieldset:nth-child(2) label,
#item-form-bravo .page-contents .form fieldset:nth-child(2) label,
.meet-team .page-contents .form fieldset:nth-child(2) label {
  display: block;
  font-size: 0;
}
#item-foxtrot .page-contents .form fieldset:nth-child(2) label:after,
#item-form-bravo .page-contents .form fieldset:nth-child(2) label:after,
.meet-team .page-contents .form fieldset:nth-child(2) label:after {
  content: "Notes";
  width: 100%;
  font-size: 14px;
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 4px 0;
}
#item-foxtrot .page-contents .form fieldset:nth-child(2) #contact-notes,
#item-form-bravo .page-contents .form fieldset:nth-child(2) #contact-notes,
.meet-team .page-contents .form fieldset:nth-child(2) #contact-notes {
  padding-right: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  padding-left: 4px;
}
#item-foxtrot .page-contents .form fieldset input[type='submit'],
#item-form-bravo .page-contents .form fieldset input[type='submit'],
.meet-team .page-contents .form fieldset input[type='submit'] {
  margin-top: 8px;
  width: 100%;
  cursor: pointer;
  color: #6a6a6a;
  background-color: transparent;
  transition: all 0.5s;
  border: 1px solid #a9a9a9;
  height: 40px;
  font-family: 'Raleway', sans-serif;
}
#item-foxtrot .page-contents .form fieldset input[type='submit']:hover,
#item-form-bravo .page-contents .form fieldset input[type='submit']:hover,
.meet-team .page-contents .form fieldset input[type='submit']:hover {
  transition: all 0.5s;
  background-color: #ed3425;
  color: white;
  border-color: #ed3425;
}
@media only print, only screen and (min-width: 640px) {
  #item-foxtrot .page-contents .form,
  #item-form-bravo .page-contents .form,
  .meet-team .page-contents .form {
    padding: 12px;
    width: 80%;
  }
  #item-foxtrot .page-contents .form fieldset,
  #item-form-bravo .page-contents .form fieldset,
  .meet-team .page-contents .form fieldset {
    width: 49%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #item-foxtrot .page-contents .form fieldset.fieldset_office,
  #item-form-bravo .page-contents .form fieldset.fieldset_office,
  .meet-team .page-contents .form fieldset.fieldset_office {
    float: none;
  }
  #item-foxtrot .page-contents .form fieldset.fieldset_notes,
  #item-form-bravo .page-contents .form fieldset.fieldset_notes,
  .meet-team .page-contents .form fieldset.fieldset_notes {
    float: none;
    width: 100%;
  }
  #item-foxtrot .page-contents .form fieldset.fieldset_first_name,
  #item-form-bravo .page-contents .form fieldset.fieldset_first_name,
  .meet-team .page-contents .form fieldset.fieldset_first_name,
  #item-foxtrot .page-contents .form fieldset.fieldset_email_address,
  #item-form-bravo .page-contents .form fieldset.fieldset_email_address,
  .meet-team .page-contents .form fieldset.fieldset_email_address {
    margin-right: 2%;
  }
  #item-foxtrot .page-contents .form:after,
  #item-form-bravo .page-contents .form:after,
  .meet-team .page-contents .form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  #item-foxtrot .page-contents .form,
  #item-form-bravo .page-contents .form,
  .meet-team .page-contents .form {
    padding: 20px;
    margin: 0 auto;
  }
  #item-foxtrot .page-contents .form fieldset label,
  #item-form-bravo .page-contents .form fieldset label,
  .meet-team .page-contents .form fieldset label,
  #item-foxtrot .page-contents .form fieldset select,
  #item-form-bravo .page-contents .form fieldset select,
  .meet-team .page-contents .form fieldset select,
  #item-foxtrot .page-contents .form fieldset input,
  #item-form-bravo .page-contents .form fieldset input,
  .meet-team .page-contents .form fieldset input {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#item-foxtrot .page-contents .form label,
#item-form-bravo .page-contents .form label,
.meet-team .page-contents .form label {
  text-align: left;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #item-foxtrot .bx-wrapper,
  #item-form-bravo .bx-wrapper,
  .meet-team .bx-wrapper {
    height: 500px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport,
  #item-form-bravo .bx-wrapper .bx-viewport,
  .meet-team .bx-wrapper .bx-viewport {
    height: 500px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport ul,
  #item-form-bravo .bx-wrapper .bx-viewport ul,
  .meet-team .bx-wrapper .bx-viewport ul {
    height: 500px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport ul li,
  #item-form-bravo .bx-wrapper .bx-viewport ul li,
  .meet-team .bx-wrapper .bx-viewport ul li,
  #item-foxtrot .bx-wrapper .bx-viewport ul span,
  #item-form-bravo .bx-wrapper .bx-viewport ul span,
  .meet-team .bx-wrapper .bx-viewport ul span {
    height: 500px;
  }
  #item-foxtrot .container,
  #item-form-bravo .container,
  .meet-team .container {
    padding: 0 24px 24px 24px;
  }
  #item-foxtrot .container article .text h1,
  #item-form-bravo .container article .text h1,
  .meet-team .container article .text h1 {
    padding: 36px;
    font-size: 25px;
  }
  #item-foxtrot .page-contents,
  #item-form-bravo .page-contents,
  .meet-team .page-contents {
    padding: 0 24px 24px 24px;
  }
  #item-foxtrot .page-contents h1,
  #item-form-bravo .page-contents h1,
  .meet-team .page-contents h1 {
    padding: 36px;
    font-size: 25px;
  }
  #item-foxtrot .page-contents .form,
  #item-form-bravo .page-contents .form,
  .meet-team .page-contents .form {
    padding-top: 40px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #item-foxtrot,
  #item-form-bravo,
  .meet-team {
    padding-top: 80px;
  }
  #item-foxtrot .bx-wrapper,
  #item-form-bravo .bx-wrapper,
  .meet-team .bx-wrapper {
    height: 700px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport,
  #item-form-bravo .bx-wrapper .bx-viewport,
  .meet-team .bx-wrapper .bx-viewport {
    height: 700px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport ul,
  #item-form-bravo .bx-wrapper .bx-viewport ul,
  .meet-team .bx-wrapper .bx-viewport ul {
    height: 700px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport ul li,
  #item-form-bravo .bx-wrapper .bx-viewport ul li,
  .meet-team .bx-wrapper .bx-viewport ul li,
  #item-foxtrot .bx-wrapper .bx-viewport ul span,
  #item-form-bravo .bx-wrapper .bx-viewport ul span,
  .meet-team .bx-wrapper .bx-viewport ul span {
    height: 700px;
    background-attachment: fixed;
  }
  #item-foxtrot .container,
  #item-form-bravo .container,
  .meet-team .container,
  #item-foxtrot .page-contents,
  #item-form-bravo .page-contents,
  .meet-team .page-contents {
    padding: 0 40px 40px 40px;
  }
}
#items-form-bravo .container article .text {
  max-height: initial !important;
}
#items-delta,
#items-form-bravo {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  padding-top: 65px;
  padding-bottom: 40px;
  background-color: white;
}
#items-delta i,
#items-form-bravo i {
  font-style: italic;
}
#items-delta i.fa,
#items-form-bravo i.fa {
  font-style: normal;
  margin-right: 3px;
}
#items-delta b,
#items-form-bravo b {
  font-weight: bold;
}
#items-delta .top-section h1,
#items-form-bravo .top-section h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
}
#items-delta .item-btn,
#items-form-bravo .item-btn {
  margin-bottom: 40px;
  width: auto;
}
#items-delta .item-btn a,
#items-form-bravo .item-btn a {
  display: block;
  width: 150px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  color: #6a6a6a;
  cursor: pointer;
  transition: all 0.5s;
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid #a9a9a9;
  font-weight: 400;
}
#items-delta .item-btn a:disabled,
#items-form-bravo .item-btn a:disabled {
  background: #ccc;
}
#items-delta .item-btn a:disabled:hover,
#items-form-bravo .item-btn a:disabled:hover,
#items-delta .item-btn a:disabled:active,
#items-form-bravo .item-btn a:disabled:active,
#items-delta .item-btn a:disabled:focus,
#items-form-bravo .item-btn a:disabled:focus {
  background: #ccc;
}
#items-delta .item-btn a:focus,
#items-form-bravo .item-btn a:focus,
#items-delta .item-btn a:hover,
#items-form-bravo .item-btn a:hover,
#items-delta .item-btn a:active,
#items-form-bravo .item-btn a:active {
  background-color: #ed3425;
  color: #F6F6F6;
  transition: all 0.5s;
}
#items-delta .item-btn a:hover,
#items-form-bravo .item-btn a:hover {
  border-color: transparent;
}
#items-delta .container article,
#items-form-bravo .container article {
  text-decoration: none;
  background-color: #f6f6f6;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-flow: row wrap;
}
#items-delta .container article .images,
#items-form-bravo .container article .images {
  padding-top: 0;
}
#items-delta .container article .images img,
#items-form-bravo .container article .images img {
  width: 100%;
  display: none;
}
#items-delta .container article .images img:first-child,
#items-form-bravo .container article .images img:first-child {
  display: block;
}
#items-delta .container article .text,
#items-form-bravo .container article .text {
  font-size: 1.1em;
  line-height: 1.5em;
  padding: 0 8px 8px 8px;
  max-height: 120px;
  padding-bottom: 33px;
  overflow: hidden;
  width: 100%;
}
#items-delta .container article .text h2,
#items-form-bravo .container article .text h2 {
  padding: 12px 12px 12px 0;
  font-weight: 600;
  font-size: 18px;
}
#items-delta .container article .item-btn,
#items-form-bravo .container article .item-btn {
  margin-top: 10px;
  text-align: right;
  padding-right: 8px;
}
#items-delta .container article .item-btn a,
#items-form-bravo .container article .item-btn a {
  color: #6a6a6a;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s;
}
#items-delta .container article .item-btn a:hover,
#items-form-bravo .container article .item-btn a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#items-delta .container article div,
#items-form-bravo .container article div {
  padding: 8px 0;
}
#items-delta form,
#items-form-bravo form {
  width: 90%;
  margin: 0 auto;
  padding-top: 8px;
}
#items-delta form fieldset,
#items-form-bravo form fieldset {
  width: 100%;
  display: block;
}
#items-delta form fieldset label,
#items-form-bravo form fieldset label,
#items-delta form fieldset select,
#items-form-bravo form fieldset select,
#items-delta form fieldset input,
#items-form-bravo form fieldset input,
#items-delta form fieldset textarea,
#items-form-bravo form fieldset textarea {
  width: 100%;
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 4px 0;
}
#items-delta form fieldset label,
#items-form-bravo form fieldset label {
  margin-top: 10px;
  font-size: 0.9em;
}
#items-delta form fieldset select,
#items-form-bravo form fieldset select {
  height: 40px;
  line-height: 40px;
}
#items-delta form fieldset input,
#items-form-bravo form fieldset input {
  padding-left: 5px;
  height: 40px;
  line-height: 40px;
}
#items-delta form fieldset.fieldset_office label,
#items-form-bravo form fieldset.fieldset_office label {
  display: none !important;
}
#items-delta form fieldset:nth-child(2),
#items-form-bravo form fieldset:nth-child(2) {
  clear: both;
}
#items-delta form fieldset:nth-child(2) label,
#items-form-bravo form fieldset:nth-child(2) label {
  display: block;
  font-size: 0;
}
#items-delta form fieldset:nth-child(2) label:after,
#items-form-bravo form fieldset:nth-child(2) label:after {
  content: "Notes";
  width: 100%;
  font-size: 14px;
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 4px 0;
}
#items-delta form fieldset:nth-child(2) #contact-notes,
#items-form-bravo form fieldset:nth-child(2) #contact-notes {
  padding-right: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  padding-left: 4px;
}
#items-delta form fieldset input[type='submit'],
#items-form-bravo form fieldset input[type='submit'] {
  margin-top: 8px;
  width: 100%;
  cursor: pointer;
  color: #6a6a6a;
  background-color: transparent;
  transition: all 0.5s;
  border: 1px solid #a9a9a9;
  height: 40px;
  font-family: 'Raleway', sans-serif;
}
#items-delta form fieldset input[type='submit']:hover,
#items-form-bravo form fieldset input[type='submit']:hover {
  transition: all 0.5s;
  background-color: #ed3425;
  color: white;
  border-color: #ed3425;
}
@media only print, only screen and (min-width: 640px) {
  #items-delta form,
  #items-form-bravo form {
    padding: 12px;
    width: 80%;
  }
  #items-delta form fieldset,
  #items-form-bravo form fieldset {
    width: 49%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #items-delta form fieldset.fieldset_office,
  #items-form-bravo form fieldset.fieldset_office {
    float: none;
  }
  #items-delta form fieldset.fieldset_notes,
  #items-form-bravo form fieldset.fieldset_notes {
    float: none;
    width: 100%;
  }
  #items-delta form fieldset.fieldset_first_name,
  #items-form-bravo form fieldset.fieldset_first_name,
  #items-delta form fieldset.fieldset_email_address,
  #items-form-bravo form fieldset.fieldset_email_address {
    margin-right: 2%;
  }
  #items-delta form:after,
  #items-form-bravo form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  #items-delta form,
  #items-form-bravo form {
    padding: 20px;
    margin: 0 auto;
  }
  #items-delta form fieldset label,
  #items-form-bravo form fieldset label,
  #items-delta form fieldset select,
  #items-form-bravo form fieldset select,
  #items-delta form fieldset input,
  #items-form-bravo form fieldset input {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #items-delta .top-section h1,
  #items-form-bravo .top-section h1 {
    padding: 36px;
    font-size: 25px;
    line-height: 25px;
  }
  #items-delta .container article,
  #items-form-bravo .container article {
    width: 98%;
    height: 275px;
    flex-flow: row nowrap;
  }
  #items-delta .container article .images,
  #items-form-bravo .container article .images {
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 0;
    position: relative;
    padding-top: 15px;
    padding-left: 12px;
  }
  #items-delta .container article .text,
  #items-form-bravo .container article .text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: 206px;
    padding: 0 20px 12px 12px;
  }
  #items-delta .container article .text h2,
  #items-form-bravo .container article .text h2 {
    font-weight: 600;
    font-size: 18px;
  }
  #items-delta .container article .item-btn,
  #items-form-bravo .container article .item-btn {
    margin-top: 0;
    text-align: right;
    padding-right: 30px;
    padding-top: 230px;
  }
  #items-delta .container article .item-btn a,
  #items-form-bravo .container article .item-btn a {
    color: #6a6a6a;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
  }
  #items-delta .container article .item-btn a:hover,
  #items-form-bravo .container article .item-btn a:hover {
    transition: all 0.5s;
    color: #ed3425;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #items-delta,
  #items-form-bravo {
    padding-top: 80px;
  }
  #items-delta .container article,
  #items-form-bravo .container article {
    width: 98.5%;
    overflow: hidden;
    height: 325px;
    margin-bottom: 20px;
  }
  #items-delta .container article .images,
  #items-form-bravo .container article .images {
    padding-top: 15px;
    padding-bottom: 30.67%;
  }
  #items-delta .container article .text,
  #items-form-bravo .container article .text {
    max-height: 256px;
  }
  #items-delta .container article .item-btn,
  #items-form-bravo .container article .item-btn {
    padding-top: 280px;
  }
}
#listing-show-kilo {
  background-color: white;
}
#listing-show-kilo .banner {
  display: none;
}
#listing-show-kilo #inspect-real-estate-form {
  padding-bottom: 1rem;
}
#listing-show-kilo .one-form-btn {
  display: block;
  width: 150px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  color: #6a6a6a;
  cursor: pointer;
  transition: all 0.5s;
  font-family: Raleway, sans-serif;
  background: white;
  border: 1px solid #6a6a6a;
  line-height: normal !important;
}
#listing-show-kilo .one-form-btn:disabled {
  background: #ccc;
}
#listing-show-kilo .one-form-btn:disabled:hover,
#listing-show-kilo .one-form-btn:disabled:active,
#listing-show-kilo .one-form-btn:disabled:focus {
  background: #ccc;
}
#listing-show-kilo .one-form-btn:focus,
#listing-show-kilo .one-form-btn:hover,
#listing-show-kilo .one-form-btn:active {
  background-color: #ed3425;
  color: #F6F6F6;
  transition: all 0.5s;
}
#listing-show-kilo .tenancy-application-btn {
  border: 1px solid #6a6a6a;
  margin-top: 8px;
  transition: all 0.5s;
}
#listing-show-kilo .tenancy-application-btn:hover {
  border-color: white;
  transition: all 0.5s;
}
#listing-show-kilo #property .sneak-map {
  height: 300px !important;
  margin-bottom: 0 !important;
}
#listing-show-kilo #property .slideshow {
  position: relative;
}
#listing-show-kilo #property .slideshow #main-prev {
  display: none;
}
#listing-show-kilo #property .slideshow #main-next {
  display: none;
}
#listing-show-kilo #property .slideshow .bx-wrapper {
  height: 300px;
  border: 2px solid white;
  border-bottom: none;
}
#listing-show-kilo #property .slideshow .bx-wrapper .bx-viewport {
  height: 300px;
}
#listing-show-kilo #property .slideshow .bx-wrapper .bx-viewport ul {
  height: 300px;
}
#listing-show-kilo #property .slideshow .bx-wrapper .bx-viewport ul li {
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#listing-show-kilo #property .thumbnail-container {
  padding-right: 2px;
  padding-left: 1px;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper {
  height: 75px;
  position: relative;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  position: absolute;
  top: 2px;
  left: 0;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i {
  padding-left: 4px;
  height: 75px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 20px;
  font-size: 30px;
  color: white;
  transition: all 0.5s;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  position: absolute;
  top: 2px;
  right: 0;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-controls .bx-controls-direction .bx-next i {
  padding-top: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 4px;
  height: 75px;
  font-size: 30px;
  color: white;
  transition: all 0.5s;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-controls .bx-controls-direction .bx-next i:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-viewport {
  height: 75px;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-viewport ol {
  height: 75px;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-viewport ol li {
  border: 1px solid white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  height: 75px;
  cursor: pointer;
  position: relative;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-viewport ol li .thumbnail-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background-color: transparent;
  transition: all 0.5s;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-viewport ol li .thumbs {
  z-index: 10;
  height: 75px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
}
#listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-viewport ol li:hover .thumbnail-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
#listing-show-kilo #property .details-wrapper {
  margin-top: 2px;
  padding: 0 8px 8px 8px;
}
#listing-show-kilo #property .details-wrapper .headline {
  font-weight: 600;
  padding-bottom: 8px;
}
#listing-show-kilo #property .details-wrapper .headline h2 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
#listing-show-kilo #property .details-wrapper .headline h2:nth-child(1) {
  padding-bottom: 0;
}
#listing-show-kilo #property .details-wrapper .headline h2:nth-child(2) {
  padding-top: 0;
}
#listing-show-kilo #property .details-wrapper .headline .top-section h3 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
}
#listing-show-kilo #property .details-wrapper .left {
  line-height: 18px;
  /*#area-profile{
					padding: @global-padding-mobile 0;
					.view-area-btn, .hide-area-btn{
						width: 150px;
						cursor: pointer;
					    display: block;
				        height: 42px;
						line-height: 42px;
						text-align: center;
						font-weight: 600;
						color: @body-color;
						border: 1px solid @body-color;
						transition:all 0.5s;
					    &:hover{
					    	transition:all 0.5s;
					    	background-color: @brand;
					    	border-color: @brand;
					    	color: white;
					    }
					}
					.view-area{
						line-height: 18px;
						div{
							height: 250px;
							background-size: cover;
							background-position: 50% 50%;
							background-repeat: no-repeat;
							margin: @global-padding-mobile 0;
							margin-bottom: 0;
						}
						h2{
							padding: 24px;
							text-transform: uppercase;
							font-size: 20px;
							text-align: center;
							font-weight: normal;
						}
						p{
							padding-bottom: @global-padding-mobile;
						}
					}
				}*/
}
#listing-show-kilo #property .details-wrapper .left .description {
  font-size: 1.1em;
  line-height: 1.5em;
}
#listing-show-kilo #property .details-wrapper .left .inspection-title h3 {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0 2px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #6a6a6a;
  width: 215px;
}
#listing-show-kilo #property .details-wrapper .left #listing-open-form-alpha-wrapper em {
  font-style: normal;
}
#listing-show-kilo #property .details-wrapper .left #listing-open-form-alpha-wrapper .opens-btn {
  width: 100%;
  max-width: 240px;
  padding-left: 0;
}
#listing-show-kilo #property .details-wrapper .right .property-id {
  display: none;
}
#listing-show-kilo #property .details-wrapper .right .times {
  padding: 6px 0 !important;
}
#listing-show-kilo #property .details-wrapper .right h3 {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0 3px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #6a6a6a;
  width: 200px;
}
#listing-show-kilo #property .details-wrapper .right .social-links .social-wrapper {
  display: inline-block;
}
#listing-show-kilo #property .details-wrapper .right .social-links .social-wrapper a {
  text-align: center;
  float: left;
  margin: 0 5px;
  text-decoration: none;
  cursor: pointer;
}
#listing-show-kilo #property .details-wrapper .right .social-links .social-wrapper a i {
  font-size: 20px;
  color: #6a6a6a;
  transition: all 0.5s;
  width: 35px;
  line-height: 35px;
  height: 35px;
  display: block;
  border: 1px solid #6a6a6a;
  text-decoration: none;
}
#listing-show-kilo #property .details-wrapper .right .social-links .social-wrapper .social.facebook:hover i {
  background-color: #45619d;
  color: white;
  border: 1px solid #45619d;
  transition: all 0.5s;
}
#listing-show-kilo #property .details-wrapper .right .social-links .social-wrapper .social.twitter:hover i {
  background-color: #55acee;
  color: white;
  border: 1px solid #55acee;
  transition: all 0.5s;
}
#listing-show-kilo #property .details-wrapper .right .social-links .social-wrapper .social.pinit:hover i {
  background-color: #bd2126;
  color: white;
  border: 1px solid #bd2126;
  transition: all 0.5s;
}
#listing-show-kilo #property .details-wrapper .right .social-links .email-a-friend-btn {
  text-align: center;
  margin: 0 5px;
  text-decoration: none;
  float: left;
  margin-bottom: 8px;
}
#listing-show-kilo #property .details-wrapper .right .social-links .email-a-friend-btn i {
  font-size: 20px;
  color: #6a6a6a;
  transition: all 0.5s;
  width: 35px;
  line-height: 35px;
  height: 35px;
  display: block;
  border: 1px solid #6a6a6a;
  text-decoration: none;
  cursor: pointer;
}
#listing-show-kilo #property .details-wrapper .right .social-links .email-a-friend-btn i:hover {
  background-color: #ed3425;
  color: white;
  border: 1px solid #ed3425;
  transition: all 0.5s;
}
#listing-show-kilo #property .details-wrapper .right .social-links .email-a-friend {
  margin-top: 8px;
  width: 100%;
}
#listing-show-kilo #property .details-wrapper .right .social-links .email-a-friend form {
  width: 200px;
}
#listing-show-kilo #property .details-wrapper .right .social-links .email-a-friend form fieldset {
  width: 100%;
}
#listing-show-kilo #property .details-wrapper .right .social-links .email-a-friend form fieldset input,
#listing-show-kilo #property .details-wrapper .right .social-links .email-a-friend form fieldset texarea {
  width: 100%;
  border: 1px solid #a9a9a9;
  background-color: white;
  height: 40px;
  line-height: 40px;
  font-family: 'Raleway', sans-serif;
  padding-left: 8px;
}
#listing-show-kilo #property .details-wrapper .right .social-links .email-a-friend form fieldset textarea {
  padding-left: 8px;
  font-family: 'Raleway', sans-serif;
}
#listing-show-kilo #property .details-wrapper .right div:after {
  content: "";
  display: table;
  clear: both;
}
#listing-show-kilo #property .details-wrapper .right .linkset-tools {
  line-height: 18px;
}
#listing-show-kilo #property .details-wrapper .right .tools {
  /*To keep text valigned with icon on left*/
  line-height: 1.5;
}
#listing-show-kilo #property .details-wrapper .right .tools a {
  text-decoration: none;
  width: 100%;
  margin-bottom: 8px;
  color: #6a6a6a;
  display: block;
  transition: all 0.2s;
  display: flex;
  flex-flow: row nowrap;
}
#listing-show-kilo #property .details-wrapper .right .tools a i {
  font-size: 20px;
  transition: all 0.2s;
  padding-right: 4px;
}
#listing-show-kilo #property .details-wrapper .right .tools a:hover {
  color: #ed3425;
  transition: all 0.5s;
}
#listing-show-kilo #property .details-wrapper .right .tools a:hover i {
  transition: all 0.5s;
  color: #ed3425;
}
#listing-show-kilo #property .details-wrapper .right .media {
  padding-bottom: 1rem;
  display: block !important;
}
#listing-show-kilo #property .details-wrapper .right .media a {
  text-decoration: none;
  width: 100%;
  margin-bottom: 8px;
  color: #6a6a6a;
  display: block;
  transition: all 0.2s;
}
#listing-show-kilo #property .details-wrapper .right .media a i {
  font-size: 20px;
  transition: all 0.2s;
  padding-right: 4px;
}
#listing-show-kilo #property .details-wrapper .right .agent-mobile {
  width: 100%;
  display: inline-block;
}
#listing-show-kilo #property .details-wrapper .right .agent-title h3 {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0 2px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #6a6a6a;
  width: 215px;
}
#listing-show-kilo #property .details-wrapper .right .staff {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
}
#listing-show-kilo #property .details-wrapper .right .staff a {
  text-decoration: none;
  color: #6a6a6a;
}
#listing-show-kilo #property .details-wrapper .right .staff a .image-wrapper {
  height: 0px;
  padding-bottom: 110%;
  width: 100%;
  overflow: hidden;
  display: block;
  background-position: 50% 20%;
  background-size: cover;
}
#listing-show-kilo #property .details-wrapper .right .staff a .info-wrapper {
  background-color: #f6f6f6;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
#listing-show-kilo #property .details-wrapper .right .staff a .info-wrapper:hover .view-profile {
  color: #ed3425;
}
#listing-show-kilo #property .details-wrapper .right .staff a .info-wrapper .staff-name {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
  height: 35px;
}
#listing-show-kilo #property .details-wrapper .right .staff a .info-wrapper .staff-mobile h2,
#listing-show-kilo #property .details-wrapper .right .staff a .info-wrapper .staff-phone h2 {
  font-weight: 600;
  width: 20px;
  float: left;
  font-size: 1em;
  padding-right: 4px;
}
#listing-show-kilo #property .details-wrapper .right .staff a .info-wrapper .staff-mobile {
  padding-bottom: 2px;
}
#listing-show-kilo #property .details-wrapper .right .staff a .info-wrapper .view-profile {
  padding-top: 16px;
  text-align: right;
  transition: all 0.5s;
}
#listing-show-kilo #property .details-wrapper .right .staff:nth-child(2) {
  padding-right: 4px;
}
#listing-show-kilo #property .details-wrapper .right .staff:nth-child(3) {
  padding-left: 4px;
}
#listing-show-kilo #property #area-profile {
  width: 100%;
  display: block;
  padding: 8px;
  padding-bottom: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-kilo #property #area-profile .view-area-btn,
#listing-show-kilo #property #area-profile .hide-area-btn {
  width: 150px;
  cursor: pointer;
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: 600;
  color: #6a6a6a;
  border: 1px solid #6a6a6a;
  transition: all 0.5s;
}
#listing-show-kilo #property #area-profile .view-area-btn:hover,
#listing-show-kilo #property #area-profile .hide-area-btn:hover {
  transition: all 0.5s;
  background-color: #ed3425;
  border-color: #ed3425;
  color: white;
}
#listing-show-kilo #property #area-profile .view-area {
  line-height: 18px;
}
#listing-show-kilo #property #area-profile .view-area div {
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 8px 0;
  margin-bottom: 0;
}
#listing-show-kilo #property #area-profile .view-area h2 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
#listing-show-kilo #property #area-profile .view-area p {
  padding-bottom: 8px;
}
#listing-show-kilo #property .bottom {
  padding: 0 8px 8px 8px;
}
#listing-show-kilo #property .bottom h3 {
  font-weight: 600;
  font-size: 16px;
  padding: 0px 0 2px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #6a6a6a;
  width: 215px;
}
#listing-show-kilo #property .bottom #enquiry-form form fieldset {
  width: 100%;
  display: block;
  margin: 12px 0;
}
#listing-show-kilo #property .bottom #enquiry-form form fieldset.fieldset_notes {
  width: 100%;
}
#listing-show-kilo #property .bottom #enquiry-form form fieldset input,
#listing-show-kilo #property .bottom #enquiry-form form fieldset texarea {
  width: 100%;
  border: 1px solid #a9a9a9;
  background-color: white;
  height: 40px;
  font-family: 'Raleway', sans-serif;
  padding-left: 8px;
}
#listing-show-kilo #property .bottom #enquiry-form form fieldset textarea {
  height: 80px;
  width: 100%;
  padding-left: 4px;
  font-family: 'Raleway', sans-serif;
}
#listing-show-kilo #property .bottom #enquiry-form form .fieldset_submit input {
  width: 100%;
  cursor: pointer;
  color: #6a6a6a;
  background-color: transparent;
  transition: all 0.5s;
}
#listing-show-kilo #property .bottom #enquiry-form form .fieldset_submit input:hover {
  transition: all 0.5s;
  background-color: #ed3425;
  color: white;
  border-color: #ed3425;
}
#listing-show-kilo #property #map_canvas {
  height: 250px;
  display: block;
  margin-bottom: 20px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-kilo .tenancy-application-btn {
    margin-top: 12px;
  }
  #listing-show-kilo #property .sneak-map {
    margin-top: 0 !important;
    height: 400px !important;
    margin-bottom: 0 !important;
  }
  #listing-show-kilo #property .slideshow #main-prev {
    position: absolute;
    display: block;
    z-index: 60;
    color: white;
    font-size: 40px;
    cursor: pointer;
    top: 2px;
    left: 0;
    width: 50px;
    height: 400px;
    padding-top: 150px;
    box-sizing: border-box;
    padding-left: 8px;
    transition: all 0.5s;
  }
  #listing-show-kilo #property .slideshow #main-prev:hover {
    transition: all 0.5s;
    color: #ed3425;
  }
  #listing-show-kilo #property .slideshow #main-next {
    position: absolute;
    display: block;
    z-index: 60;
    color: white;
    font-size: 40px;
    cursor: pointer;
    top: 2px;
    right: 0;
    width: 50px;
    height: 400px;
    padding-top: 150px;
    box-sizing: border-box;
    padding-right: 8px;
    text-align: right;
    transition: all 0.5s;
  }
  #listing-show-kilo #property .slideshow #main-next:hover {
    transition: all 0.5s;
    color: #ed3425;
  }
  #listing-show-kilo #property .slideshow .bx-wrapper {
    height: 400px;
  }
  #listing-show-kilo #property .slideshow .bx-wrapper .bx-viewport {
    height: 400px;
  }
  #listing-show-kilo #property .slideshow .bx-wrapper .bx-viewport ul {
    height: 400px;
  }
  #listing-show-kilo #property .slideshow .bx-wrapper .bx-viewport ul li {
    height: 400px;
  }
  #listing-show-kilo #property .details-wrapper .headline {
    padding-left: 12px;
  }
  #listing-show-kilo #property .details-wrapper .headline h2 {
    padding: 36px;
    font-size: 25px;
  }
  #listing-show-kilo #property .details-wrapper .left {
    padding-right: 40px;
    padding-left: 12px;
  }
  #listing-show-kilo #property .details-wrapper .left .agent-desktop .agent-title h3 {
    font-weight: 600;
    font-size: 16px;
    padding: 12px 0 2px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #6a6a6a;
    width: 215px;
  }
  #listing-show-kilo #property .details-wrapper .left .agent-desktop .staff {
    clear: none;
    margin-bottom: 8px;
    width: 175px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 0;
  }
  #listing-show-kilo #property .details-wrapper .left .agent-desktop .staff a {
    display: block;
    text-decoration: none;
    color: #6a6a6a;
  }
  #listing-show-kilo #property .details-wrapper .left .agent-desktop .staff a .image-wrapper {
    height: 0px;
    padding-bottom: 100%;
    width: 150px;
    overflow: hidden;
    display: block;
    background-position: 50% 30%;
    background-size: cover;
  }
  #listing-show-kilo #property .details-wrapper .left .agent-desktop .staff a .info-wrapper {
    height: 130px;
    width: 150px;
    padding: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #listing-show-kilo #property .details-wrapper .left .agent-desktop .staff a .info-wrapper:hover .view-profile {
    color: #ed3425;
  }
  #listing-show-kilo #property .details-wrapper .left .agent-desktop .staff a .info-wrapper .staff-name {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 0;
    height: 40px;
  }
  #listing-show-kilo #property .details-wrapper .left .agent-desktop .staff a .info-wrapper .staff-mobile h3,
  #listing-show-kilo #property .details-wrapper .left .agent-desktop .staff a .info-wrapper .staff-phone h3 {
    display: inline;
    font-weight: 600;
    width: 20px;
    padding-right: 4px;
    line-height: 20px;
  }
  #listing-show-kilo #property .details-wrapper .left .agent-desktop .staff a .info-wrapper .staff-mobile {
    padding-bottom: 2px;
  }
  #listing-show-kilo #property .details-wrapper .left .agent-desktop .staff a .info-wrapper .view-profile {
    padding-top: 16px;
    transition: all 0.5s;
  }
  #listing-show-kilo #property .details-wrapper .right .method h3 {
    padding-top: 0;
  }
  #listing-show-kilo #property .details-wrapper .right .method div {
    padding-bottom: 20px;
  }
  #listing-show-kilo #property .details-wrapper .right .method div:nth-child(2) {
    padding-bottom: 0;
  }
  #listing-show-kilo #property .details-wrapper .right .land-size {
    margin-bottom: 8px;
  }
  #listing-show-kilo #property .details-wrapper .right .property-id {
    display: none;
  }
  #listing-show-kilo #property .details-wrapper .right .social-links {
    display: inline-block;
    margin-top: 10px;
  }
  #listing-show-kilo #property .details-wrapper .right .social-links h3 {
    margin-bottom: 12px;
  }
  #listing-show-kilo #property .details-wrapper .right .agent-mobile {
    display: none;
  }
  #listing-show-kilo #property .details-wrapper .right .media {
    display: block;
  }
  #listing-show-kilo #property .details-wrapper .right .media a {
    text-decoration: none;
    width: 100%;
    margin-bottom: 8px;
    color: #6a6a6a;
    display: block;
    transition: all 0.2s;
  }
  #listing-show-kilo #property .details-wrapper .right .media a i {
    font-size: 20px;
    transition: all 0.2s;
    padding-right: 4px;
  }
  #listing-show-kilo #property .details-wrapper .right .media a:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #listing-show-kilo #property .details-wrapper .right .media a:hover i {
    transition: all 0.5s;
    color: #ed3425;
  }
  #listing-show-kilo #property #area-profile {
    clear: both;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-kilo #property #area-profile .view-area-btn {
    margin-bottom: 20px;
  }
  #listing-show-kilo #property #area-profile .view-area div {
    height: 300px;
    margin-top: 16px;
  }
  #listing-show-kilo #property #area-profile .view-area h2 {
    padding: 36px;
    font-size: 25px;
  }
  #listing-show-kilo #property #area-profile .view-area p {
    padding-bottom: 12px;
  }
  #listing-show-kilo #property .bottom {
    margin-top: 12px;
  }
  #listing-show-kilo #property .bottom #enquiry-form {
    margin-bottom: 20px;
    margin-left: -9px;
    margin-right: -9px;
  }
  #listing-show-kilo #property .bottom #enquiry-form form fieldset {
    padding: 6px 9px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
  }
  #listing-show-kilo #property .bottom #enquiry-form form fieldset input {
    margin: 0;
  }
  #listing-show-kilo #property #map_canvas {
    margin-top: 12px;
    clear: both;
    margin-bottom: 20px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-kilo {
    padding-top: 85px !important;
    padding-bottom: 1px;
  }
  #listing-show-kilo .tenancy-application-btn {
    margin-top: 20px;
  }
  #listing-show-kilo #property {
    position: relative;
  }
  #listing-show-kilo #property .sneak-map {
    height: 500px !important;
    margin-bottom: 0 !important;
  }
  #listing-show-kilo #property .slideshow #main-prev {
    padding-right: 18px;
    font-size: 70px;
    padding-top: 260px;
    opacity: 0;
  }
  #listing-show-kilo #property .slideshow #main-next {
    padding-right: 18px;
    font-size: 70px;
    padding-top: 260px;
    opacity: 0;
  }
  #listing-show-kilo #property .slideshow .bx-wrapper .bx-viewport ul li {
    height: 600px;
  }
  #listing-show-kilo #property .slideshow:hover #main-prev,
  #listing-show-kilo #property .slideshow:hover #main-next {
    opacity: 1;
  }
  #listing-show-kilo #property .thumbnail-container {
    height: 100px;
    padding-top: 2px;
  }
  #listing-show-kilo #property .thumbnail-container .bx-wrapper {
    height: 100px;
  }
  #listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-viewport {
    height: 100px;
  }
  #listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-viewport ol {
    height: 100px;
  }
  #listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-viewport ol li {
    height: 100px;
  }
  #listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-viewport ol li .thumbs {
    height: 100px;
  }
  #listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-controls .bx-controls-direction .bx-next i,
  #listing-show-kilo #property .thumbnail-container .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i {
    height: 100px;
    width: 20px;
    padding-top: 32px;
  }
  #listing-show-kilo #property .details-wrapper .headline {
    padding-bottom: 16px;
  }
  #listing-show-kilo #property .details-wrapper .left {
    padding-right: 80px;
  }
  #listing-show-kilo #property .details-wrapper .left .staff {
    margin-bottom: 16px !important;
  }
  #listing-show-kilo #property .details-wrapper .left .description {
    padding-bottom: 8px;
    line-height: 21px;
  }
  #listing-show-kilo #property .details-wrapper .right {
    margin-top: -50px;
  }
  #listing-show-kilo #property .details-wrapper .right .property-id {
    display: block;
    padding-bottom: 39px;
    font-size: 12px;
  }
  #listing-show-kilo #property .details-wrapper .right .linkset-tools {
    line-height: 21px;
  }
  #listing-show-kilo #property .details-wrapper .right .media a {
    text-decoration: none;
    width: 100%;
    margin-bottom: 8px;
    color: #6a6a6a;
    display: block;
    transition: all 0.2s;
  }
  #listing-show-kilo #property .details-wrapper .right .media a i {
    font-size: 20px;
    transition: all 0.2s;
    padding-right: 4px;
  }
  #listing-show-kilo #property #area-profile .view-area-btn {
    display: block;
  }
  #listing-show-kilo #property #area-profile .view-area {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 60px;
  }
  #listing-show-kilo #property #area-profile .view-area div {
    height: 400px;
  }
  #listing-show-kilo #property #area-profile .view-area p {
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 70px;
    padding-bottom: 20px;
  }
  #listing-show-kilo #property .bottom {
    padding: 0 20px 20px 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-kilo #property .bottom #enquiry-form form fieldset {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-kilo #property #map_canvas {
    height: 500px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  #listing-show-kilo .sale-method {
    padding-bottom: 10px !important;
  }
}
#listings-igloo {
  width: 100%;
}
#listings-igloo a#print {
  display: none;
}
#listings-igloo .listings-content #listings-igloo-display {
  padding-bottom: 40px;
}
#listings-igloo .listings-content #listings-igloo-display #no-results {
  padding: 40px 8px;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop {
  padding-top: 20px;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:hover {
  /*Workaround to scale on hover because of the pre-existing markup and video icon scaling incorrectly with image*/
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:hover .propertyListing .image {
  transform: none !important;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li .propertyListing .image {
  transition: all 0.2s ease;
  background-size: 100%;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(1) {
  padding-top: 0;
}
#listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(4) {
  padding-bottom: 0;
}
#listings-igloo .listings-content .loading-spinner {
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(1),
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(2) {
    padding-top: 0;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(3),
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:nth-child(4) {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listings-igloo .search-form-wrapper #search-form-delta .more-options {
    clear: both;
  }
  #listings-igloo .listings-content #listings-igloo-display #no-results {
    padding: 20px 8px;
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:hover {
    /*Workaround to scale on hover because of the pre-existing markup and video icon scaling incorrectly with image*/
  }
  #listings-igloo .listings-content #listings-igloo-display .four-col-desktop li:hover .propertyListing .image {
    transform: none !important;
    background-size: 110%;
  }
}
#maintenance-request-echo {
  padding-top: 65px;
}
#maintenance-request-echo .top-section #item-image-slideshow-bravo {
  height: 350px;
}
#maintenance-request-echo .top-section #item-image-slideshow-bravo ul {
  height: 350px;
}
#maintenance-request-echo .top-section #item-image-slideshow-bravo ul li {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
}
#maintenance-request-echo .top-section .overlay {
  display: none;
}
#maintenance-request-echo .text-wrapper article {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px;
}
#maintenance-request-echo .text-wrapper article h2 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-echo .maintenance-request-wrapper {
  padding: 0 16px 16px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-echo .maintenance-request-wrapper form {
  padding-top: 8px;
}
#maintenance-request-echo .maintenance-request-wrapper form .maintenance-heading {
  clear: both;
  padding: 8px 0;
  font-weight: 600;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset {
  padding-bottom: 8px;
  height: 40px;
  overflow: hidden;
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 8px;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset input,
#maintenance-request-echo .maintenance-request-wrapper form fieldset select,
#maintenance-request-echo .maintenance-request-wrapper form fieldset textarea {
  border: 1px solid #a9a9a9 !important;
  background-color: white !important;
  height: 40px;
  font-family: 'Raleway', sans-serif;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 5px;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset input {
  height: 40px;
  line-height: 40px;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset select {
  height: 40px;
  line-height: 40px;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset textarea {
  height: 120px;
  line-height: 22px;
  display: block;
}
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_first_name,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_email_address,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_1,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_suburb,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_postcode {
  padding-right: 4px;
}
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_surname,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_mobile,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_2,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_state {
  padding-left: 4px;
}
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_notes {
  width: 100%;
  height: 120px;
}
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_captcha {
  float: none;
}
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"] {
  border: 1px solid #a9a9a9;
  cursor: pointer;
  background-color: #FFF;
  color: #1c3f75;
  height: 35px;
  display: block;
  width: 100%;
  font-size: 14px;
  transition: all 0.5s;
}
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"]:hover {
  transition: all 0.5s;
  background-color: #ed3425;
  color: white;
  border-color: #ed3425;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #maintenance-request-echo .top-section #item-image-slideshow-bravo {
    height: 500px;
  }
  #maintenance-request-echo .top-section #item-image-slideshow-bravo ul {
    height: 500px;
  }
  #maintenance-request-echo .top-section #item-image-slideshow-bravo ul li {
    height: 500px;
  }
  #maintenance-request-echo .text-wrapper article h2 {
    width: 100%;
    text-align: center;
    padding: 36px;
    font-size: 25px;
  }
  #maintenance-request-echo .maintenance-request-wrapper {
    padding: 0 24px 24px 24px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form {
    padding-top: 24px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .maintenance-heading {
    padding-bottom: 12px;
    font-size: 18px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form fieldset {
    padding-bottom: 12px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form fieldset input,
  #maintenance-request-echo .maintenance-request-wrapper form fieldset select {
    height: 40px;
    line-height: 40px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form fieldset textarea {
    height: 120px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_first_name,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_select,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_email_address,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_1,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_suburb,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_state,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_postcode {
    padding-right: 6px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_surname,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_mobile,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_2,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_state {
    padding-left: 6px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_select {
    margin-right: 40%;
  }
  #maintenance-request-echo .maintenance-request-wrapper form input[type="submit"] {
    height: 40px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #maintenance-request-echo {
    padding-top: 85px;
  }
  #maintenance-request-echo .top-section #item-image-slideshow-bravo {
    height: 700px;
  }
  #maintenance-request-echo .top-section #item-image-slideshow-bravo ul {
    height: 700px;
  }
  #maintenance-request-echo .top-section #item-image-slideshow-bravo ul li {
    height: 700px;
    background-attachment: fixed;
  }
  #maintenance-request-echo .text-wrapper {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    background: white;
  }
  #maintenance-request-echo .text-wrapper article {
    text-align: center;
    padding: 0 120px;
    line-height: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-echo .text-wrapper article h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  #maintenance-request-echo .maintenance-request-wrapper {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    background: white;
  }
  #maintenance-request-echo .maintenance-request-wrapper form {
    padding: 0 80px 0 80px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .maintenance-heading {
    width: 100%;
    text-align: center;
    padding: 36px;
    font-size: 25px;
    display: block;
  }
  #maintenance-request-echo .maintenance-request-wrapper form fieldset {
    margin-bottom: 14px;
    padding-bottom: 20px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_first_name,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_select,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_email_address,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_1,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_suburb,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_postcode {
    padding-right: 10px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_surname,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_mobile,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_2,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_state {
    padding-left: 10px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form input[type="submit"] {
    width: 25%;
    float: right;
  }
  #maintenance-request-echo .maintenance-request-wrapper form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
.offices-alpha {
  padding-top: 65px;
  background-color: white;
  display: block !important;
}
.offices-alpha .top-section h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
}
.offices-alpha ul {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.offices-alpha ul li {
  padding: 4px 8px;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  width: auto !important;
  float: none !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.offices-alpha ul li .officeListing {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.offices-alpha ul li .officeListing .image-wrapper {
  overflow: hidden;
  flex: 1;
  position: relative;
}
.offices-alpha ul li .officeListing .image-wrapper .image {
  position: static;
  float: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.offices-alpha ul li .officeListing .image-wrapper .image img {
  width: 100%;
  height: auto;
}
.offices-alpha ul li .officeListing .text-wrapper .info-wrapper {
  padding: 8px;
  flex-grow: 1;
}
.offices-alpha ul li .officeListing .text-wrapper .cta-wrapper {
  display: flex;
  justify-content: flex-end;
  flex: 0 1 35px;
}
.offices-alpha ul li .officeListing .text-wrapper .cta-wrapper a.button {
  position: static !important;
  float: none;
  width: auto;
  margin: 0 10px 0 0;
}
.offices-alpha ul li .officeListing .text-wrapper .office-name {
  font-weight: 600;
  font-size: 18px;
  padding: 0 0 8px;
  text-decoration: none;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.5s;
}
.offices-alpha ul li .officeListing .text-wrapper .office-name:hover {
  transition: all 0.5s;
  color: #ed3425;
}
.offices-alpha ul li .officeListing .text-wrapper .address {
  padding: 0 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
.offices-alpha ul li .officeListing .text-wrapper .phone,
.offices-alpha ul li .officeListing .text-wrapper .email {
  padding: 0 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.offices-alpha ul li .officeListing .text-wrapper .phone a,
.offices-alpha ul li .officeListing .text-wrapper .email a {
  text-decoration: none;
  color: #6a6a6a;
  transition: all 0.5s;
}
.offices-alpha ul li .officeListing .text-wrapper .phone a:hover,
.offices-alpha ul li .officeListing .text-wrapper .email a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
.offices-alpha ul li .officeListing .text-wrapper .button {
  float: right;
  margin-right: 8px;
  transition: all 0.5s;
}
.offices-alpha ul li .officeListing .text-wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.offices-alpha ul li .officeListing .text-wrapper .button:hover {
  background-color: transparent !important;
  color: #ed3425 !important;
  transition: all 0.5s;
}
.offices-alpha ul li .officeListing .text-wrapper span {
  padding: 0 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.offices-alpha ul li:nth-child(1) {
  padding-top: 0;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .offices-alpha {
    display: inline-block;
  }
  .offices-alpha .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  .offices-alpha ul {
    margin-bottom: 12px;
    flex-direction: row;
  }
  .offices-alpha ul li {
    float: none !important;
    flex: 0 0 50%;
    width: auto !important;
    padding: 0 1% 1% !important;
    display: flex;
  }
  .offices-alpha ul li .officeListing .text-wrapper {
    padding: 12px;
  }
  .offices-alpha ul li:nth-child(odd) {
    padding-right: 0.5% !important;
  }
  .offices-alpha ul li:nth-child(even) {
    padding-left: 0.5% !important;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .offices-alpha {
    padding-top: 85px;
    max-width: 1030px;
    display: table;
    margin: 0 auto;
  }
  .offices-alpha ul {
    margin-bottom: 20px;
  }
  .offices-alpha ul li .officeListing .image img {
    height: 200px;
  }
}
#place-show-charlie {
  background: #ffffff;
  padding-top: 65px;
}
#place-show-charlie .overlay {
  display: none;
}
#place-show-charlie #item-image-slideshow-bravo .bx-controls {
  display: none;
}
#place-show-charlie #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 20%;
  background-size: cover;
  background-position: 50% 50%;
}
#place-show-charlie h1 {
  font-size: 25px;
  font-weight: normal;
}
#place-show-charlie h2 {
  display: block;
  padding: 16px 0 8px 0;
  font-size: 18px;
}
#place-show-charlie #place-heading {
  text-align: left;
  padding: 16px 8px;
  display: block;
  font-size: 18px;
}
#place-show-charlie #place-heading em {
  text-transform: capitalize;
}
#place-show-charlie .bottom {
  padding-top: 16px;
}
#place-show-charlie .list-container {
  padding-bottom: 8px;
}
#place-show-charlie .middle {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
}
#place-show-charlie .middle .left h2 {
  display: none;
}
#place-show-charlie .middle .left .place-heading {
  display: block;
}
#place-show-charlie .middle .left .list-container ul li {
  line-height: 20px;
}
#place-show-charlie .middle .left .list-container ul li a {
  color: #6a6a6a;
  transition: all 0.5s;
  text-decoration: none;
  font-weight: 600;
}
#place-show-charlie .middle .left .list-container ul li a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#place-show-charlie .middle .left span {
  display: block;
  padding: 8px 0;
  font-size: 1.1em;
  line-height: 1.5em;
}
#place-show-charlie .middle .right h2 {
  font-weight: 600;
  font-size: 16px;
  padding: 24px 0 3px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #6a6a6a;
  width: 200px;
}
#place-show-charlie .middle .right .links a {
  width: 100%;
  display: inline-block;
  color: #6a6a6a;
  transition: all 0.5s;
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding-bottom: 10px;
}
#place-show-charlie .middle .right .links a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#place-show-charlie .middle .right .social-links a {
  text-align: center;
  float: left;
  margin: 0 5px;
  text-decoration: none;
}
#place-show-charlie .middle .right .social-links a i {
  font-size: 20px;
  color: #6a6a6a;
  transition: all 0.5s;
  width: 35px;
  line-height: 35px;
  height: 35px;
  display: block;
  border: 1px solid #6a6a6a;
  text-decoration: none;
}
#place-show-charlie .middle .right .social-links .facebook:hover i {
  background-color: #45619d;
  color: white;
  border: 1px solid #45619d;
  transition: all 0.5s;
}
#place-show-charlie .middle .right .social-links .twitter:hover i {
  background-color: #55acee;
  color: white;
  border: 1px solid #55acee;
  transition: all 0.5s;
}
#place-show-charlie .middle .right .social-links .pinit:hover i {
  background-color: #bd2126;
  color: white;
  border: 1px solid #bd2126;
  transition: all 0.5s;
}
#place-show-charlie .middle .right .social-links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#place-show-charlie .list-container ul .wrapper li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px !important;
}
#place-show-charlie .list-container ul .wrapper li a {
  padding-top: 0 !important;
  text-decoration: none;
}
#place-show-charlie .list-container ul .wrapper li .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#place-show-charlie .list-container ul .wrapper li .grid {
  background: #F6F6F6;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#place-show-charlie .list-container ul .wrapper li .grid h3 {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #place-show-charlie #place-heading {
    padding: 24px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .bottom {
    padding-top: 24px;
  }
  #place-show-charlie .list-container {
    padding-bottom: 12px;
  }
  #place-show-charlie .middle {
    display: inline-block;
    width: 100%;
    padding: 12px;
  }
  #place-show-charlie .middle .left {
    width: 70%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 48px;
  }
  #place-show-charlie .middle .left span {
    padding: 12px 0;
  }
  #place-show-charlie .middle .right {
    width: 30%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .list-container {
    width: 100%;
    display: inline-block;
  }
  #place-show-charlie .list-container ul {
    width: 100%;
    display: block;
  }
  #place-show-charlie .list-container ul .wrapper {
    width: 50%;
    float: left;
  }
  #place-show-charlie .list-container ul .wrapper li {
    padding: 12px !important;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #place-show-charlie {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
    padding-top: 80px;
  }
  #place-show-charlie h1 {
    font-size: 30px;
  }
  #place-show-charlie h2 {
    /*font-size: 25px;*/
  }
  #place-show-charlie #place-heading {
    padding: 30px 0 0 0;
    font-size: 24px;
  }
  #place-show-charlie .container .middle {
    padding-top: 30px;
  }
  #place-show-charlie .bottom {
    padding-top: 30px;
  }
  #place-show-charlie .list-container {
    padding-bottom: 30px;
  }
  #place-show-charlie .list-container ul {
    display: inline-block;
    width: 100%;
  }
  #place-show-charlie .middle {
    display: inline-block;
    width: 100%;
    padding: 30px;
  }
  #place-show-charlie .middle .left {
    width: 75% !important;
    padding-right: 40px;
  }
  #place-show-charlie .middle .left span {
    padding: 30px 0;
  }
  #place-show-charlie .middle .right {
    width: 25% !important;
  }
  #place-show-charlie .list-container {
    width: 100%;
    display: inline-block !important;
    max-width: none !important;
  }
  #place-show-charlie .list-container ul {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #place-show-charlie .list-container ul .wrapper {
    width: 50% !important;
    float: left;
  }
  #place-show-charlie .list-container ul .wrapper li {
    padding: 30px !important;
  }
}
.privacyPolicy .global_privacypolicy {
  margin-top: 0;
  padding-top: 8em;
}
@media (min-width: 980px) {
  .privacyPolicy .global_privacypolicy {
    padding-top: 10em;
  }
}
#suburb-profile-show-delta {
  background: #ffffff;
  padding-top: 65px;
}
#suburb-profile-show-delta .overlay {
  display: none;
}
#suburb-profile-show-delta #item-image-slideshow-bravo .bx-controls {
  display: none;
}
#suburb-profile-show-delta #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 20%;
  background-size: cover;
  background-position: 50% 50%;
}
#suburb-profile-show-delta h1 {
  font-size: 25px;
  font-weight: normal;
}
#suburb-profile-show-delta h2 {
  display: block;
  padding: 16px 0 8px 0;
  font-size: 18px;
}
#suburb-profile-show-delta #place-heading {
  text-align: left;
  padding: 16px 8px;
  display: block;
  font-size: 18px;
}
#suburb-profile-show-delta #place-heading em {
  text-transform: capitalize;
}
#suburb-profile-show-delta .bottom {
  padding-top: 16px;
}
#suburb-profile-show-delta .list-container {
  padding-bottom: 8px;
}
#suburb-profile-show-delta .middle {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
}
#suburb-profile-show-delta .middle .left span {
  display: block;
  padding: 8px 0;
  font-size: 1.1em;
  line-height: 1.5em;
}
#suburb-profile-show-delta .middle .right h2 {
  font-weight: 600;
  font-size: 16px;
  padding: 24px 0 3px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #6a6a6a;
  width: 200px;
}
#suburb-profile-show-delta .middle .right .links a {
  color: #6a6a6a;
  transition: all 0.5s;
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding-bottom: 10px;
}
#suburb-profile-show-delta .middle .right .links a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
#suburb-profile-show-delta .middle .right .social-links a {
  text-align: center;
  float: left;
  margin: 0 5px;
  text-decoration: none;
}
#suburb-profile-show-delta .middle .right .social-links a i {
  font-size: 20px;
  color: #6a6a6a;
  transition: all 0.5s;
  width: 35px;
  line-height: 35px;
  height: 35px;
  display: block;
  border: 1px solid #6a6a6a;
  border-radius: 100%;
  text-decoration: none;
}
#suburb-profile-show-delta .middle .right .social-links .facebook:hover i {
  background-color: #45619d;
  color: white;
  border: 1px solid #45619d;
  transition: all 0.5s;
}
#suburb-profile-show-delta .middle .right .social-links .twitter:hover i {
  background-color: #55acee;
  color: white;
  border: 1px solid #55acee;
  transition: all 0.5s;
}
#suburb-profile-show-delta .middle .right .social-links .pinit:hover i {
  background-color: #bd2126;
  color: white;
  border: 1px solid #bd2126;
  transition: all 0.5s;
}
#suburb-profile-show-delta .middle .right .social-links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#suburb-profile-show-delta .list-container ul .wrapper li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px !important;
}
#suburb-profile-show-delta .list-container ul .wrapper li a {
  padding-top: 0 !important;
  text-decoration: none;
}
#suburb-profile-show-delta .list-container ul .wrapper li .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#suburb-profile-show-delta .list-container ul .wrapper li .grid {
  background: #F6F6F6;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#suburb-profile-show-delta .list-container ul .wrapper li .grid h3 {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-delta #place-heading {
    padding: 24px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-delta .bottom {
    padding-top: 24px;
  }
  #suburb-profile-show-delta .list-container {
    padding-bottom: 12px;
  }
  #suburb-profile-show-delta .middle {
    display: inline-block;
    width: 100%;
    padding: 12px;
  }
  #suburb-profile-show-delta .middle .left {
    padding-right: 48px;
  }
  #suburb-profile-show-delta .middle .left span {
    padding: 12px 0;
  }
  #suburb-profile-show-delta .list-container {
    width: 100%;
    display: inline-block;
  }
  #suburb-profile-show-delta .list-container ul {
    width: 100%;
    display: block;
  }
  #suburb-profile-show-delta .list-container ul .wrapper {
    width: 50%;
    float: left;
  }
  #suburb-profile-show-delta .list-container ul .wrapper li {
    padding: 12px !important;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-delta {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
    padding-top: 80px;
  }
  #suburb-profile-show-delta h1 {
    font-size: 30px;
  }
  #suburb-profile-show-delta h2 {
    /*font-size: 25px;*/
  }
  #suburb-profile-show-delta #place-heading {
    padding: 30px 0 0 0;
    font-size: 24px;
  }
  #suburb-profile-show-delta .container .middle {
    padding-top: 30px;
  }
  #suburb-profile-show-delta .bottom {
    padding-top: 30px;
  }
  #suburb-profile-show-delta .list-container {
    padding-bottom: 30px;
  }
  #suburb-profile-show-delta .list-container ul {
    display: inline-block;
    width: 100%;
  }
  #suburb-profile-show-delta .middle {
    display: inline-block;
    width: 100%;
    padding: 30px;
  }
  #suburb-profile-show-delta .middle .left {
    width: 75% !important;
    padding-right: 40px;
  }
  #suburb-profile-show-delta .middle .left span {
    padding: 30px 0;
  }
  #suburb-profile-show-delta .middle .right {
    width: 25% !important;
  }
  #suburb-profile-show-delta .list-container {
    width: 100%;
    display: inline-block !important;
    max-width: none !important;
  }
  #suburb-profile-show-delta .list-container ul {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #suburb-profile-show-delta .list-container ul .wrapper {
    width: 50% !important;
    float: left;
  }
  #suburb-profile-show-delta .list-container ul .wrapper li {
    padding: 30px !important;
  }
}
#suburb-profiles-alpha {
  display: block;
  padding-top: 65px;
  background: #ffffff;
}
#suburb-profiles-alpha .top-section h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#suburb-profiles-alpha ul {
  padding: 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-alpha ul li {
  padding: 0 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-alpha ul .propertyListing {
  background: #F6F6F6;
}
#suburb-profiles-alpha ul .propertyListing div {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 8px 8px 8px;
}
#suburb-profiles-alpha ul .propertyListing .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#suburb-profiles-alpha ul .propertyListing a {
  text-decoration: none;
}
#suburb-profiles-alpha ul .propertyListing b {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 20px;
  padding: 8px 8px 10px 8px;
}
#suburb-profiles-alpha ul .propertyListing .button {
  color: #6a6a6a;
  display: block;
  width: 100%;
  text-align: right;
  transition: all 0.5s;
  font-weight: 600;
  text-decoration: none;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-alpha ul .propertyListing .button:hover {
  transition: all 0.5s;
  color: #ed3425;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profiles-alpha {
    padding-top: 80px;
  }
  #suburb-profiles-alpha .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  #suburb-profiles-alpha ul {
    padding: 12px 6px 0;
  }
  #suburb-profiles-alpha ul li {
    padding: 0 6px 12px;
  }
  #suburb-profiles-alpha ul .propertyListing div {
    height: 66px;
  }
  #suburb-profiles-alpha ul .propertyListing b {
    height: 18px;
    overflow: hidden;
    display: block;
    padding-bottom: 28px;
    line-height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 8px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profiles-alpha {
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 80px;
  }
  #suburb-profiles-alpha .top-section h1 {
    padding: 55px 36px 36px 36px;
    font-size: 25px;
  }
  #suburb-profiles-alpha ul {
    padding: 20px 10px 0;
  }
  #suburb-profiles-alpha ul li {
    width: 50%;
    padding: 0 10px 20px;
  }
}
h1 {
  font-size: 1.75em;
  line-height: 1.2;
}
h2,
big {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
big {
  font-weight: inherit;
}
em {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
.uses_wysiwyg .text > *:first-child {
  padding-top: 50px;
}
.uses_wysiwyg h1 {
  font-size: 1.75em;
  line-height: 1.2;
}
.uses_wysiwyg h2,
.uses_wysiwyg big {
  font-size: 1.5em;
}
.uses_wysiwyg h3 {
  font-size: 1.2em;
}
.uses_wysiwyg h4 {
  font-size: 1.2em;
}
.uses_wysiwyg h5 {
  font-size: 1em;
}
.uses_wysiwyg em {
  font-style: italic;
}
.uses_wysiwyg b,
.uses_wysiwyg strong {
  font-weight: bold;
}
.uses_wysiwyg h1,
.uses_wysiwyg h2,
.uses_wysiwyg h3,
.uses_wysiwyg h4,
.uses_wysiwyg h5,
.uses_wysiwyg h6 {
  font-weight: normal;
  margin: .3em 0;
  color: #ed3425;
  padding: initial;
  text-align: initial;
}
.uses_wysiwyg ul,
.uses_wysiwyg ol {
  text-align: left;
}
.uses_wysiwyg ul li,
.uses_wysiwyg ol li {
  list-style-position: inside;
}
.uses_wysiwyg ul li {
  list-style-type: initial;
}
.uses_wysiwyg ol li {
  list-style-type: decimal;
}
.uses_wysiwyg em {
  font-style: italic;
}
.uses_wysiwyg b,
.uses_wysiwyg strong {
  font-weight: bold;
}
.uses_wysiwyg u {
  text-decoration: underline;
}
.uses_wysiwyg s {
  text-decoration: line-through;
}
.uses_wysiwyg p {
  text-align: left;
}
.uses_wysiwyg p img {
  max-width: 100%;
  height: auto !important;
}
.uses_wysiwyg p,
.uses_wysiwyg ul,
.uses_wysiwyg ol {
  margin: 1em 0;
}
.uses_wysiwyg blockquote {
  text-align: initial;
}
.uses_wysiwyg blockquote > * {
  display: inline-block;
}
.uses_wysiwyg blockquote > *:before,
.uses_wysiwyg blockquote > *:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  top: -0.3em;
}
.uses_wysiwyg blockquote > *:before {
  content: '\f10d';
  padding: 0 5px 0 0;
}
.uses_wysiwyg blockquote > *:after {
  content: '\f10e';
  padding: 0 0 0 5px;
}
/* Real estate icons */
@font-face {
  font-family: 'bbc';
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bbc-"],
[class*=" bbc-"] {
  font-family: 'bbc';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bbc-bed-large:before {
  content: "\e600";
}
.bbc-bath-large:before {
  content: "\e601";
}
.bbc-car-large:before {
  content: "\e602";
}
/*Including social icons since custom InspectRE icon is included*/
@font-face {
  font-family: 'social';
  src: url('/assets/layout/_global/fonts/social/social.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/social/social.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/social/social.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/social/social.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/social/social.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon_social-"],
[class*=" icon_social-"] {
  /*Using !important since some glyphs need to also be preceded 'fa' class to inherit FontAwesome font stylings*/
  /*.fa will overwrite font-family*/
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_social-ratemyagent:before {
  content: "\e900";
}
.icon_social-google-plus:before {
  content: "\ea8b";
}
.icon_social-facebook:before {
  content: "\ea90";
}
.icon_social-twitter:before {
  content: "\ea96";
}
.icon_social-linkedin:before {
  content: "\eaca";
}
.icon_social-pinterest:before {
  content: "\ead1";
}
/* Sneak Preview Banners */
.sneak-preview {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 69px;
  height: 43px;
  z-index: 55;
  font-size: 13px;
  line-height: 15px;
  padding: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #c2272b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.sneak-preview:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #c2272b;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
}
.sneak-preview:hover {
  color: #FFF !important;
}
.propertyListing {
  position: relative;
}
.sneak-preview.on-map {
  top: 80px;
  right: 15px;
  line-height: initial;
  height: auto;
  padding: 15px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .sneak-preview {
    width: 89px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    top: 10px;
    right: 10px;
  }
  .sneak-preview:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #c2272b;
    bottom: -18px;
    margin-left: -11px;
  }
  .propertyListing {
    position: relative;
  }
  .propertyListing .sneak-preview {
    width: 69px;
    height: auto;
    font-size: 13px;
    line-height: initial;
    padding: 5px;
    top: 10px;
    right: 10px;
  }
  .propertyListing .sneak-preview:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #c2272b;
    bottom: -12px;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .sneak-preview.on-map {
    top: 30px;
    right: 40px;
  }
}
/* These .less files rely on the variables above */
#listing-open-form-alpha {
  font-size: 14px;
  line-height: 22px;
}
#listing-open-form-alpha strong,
#listing-open-form-alpha #inspectRe {
  cursor: pointer;
  margin-top: 10px;
  width: 230px;
}
#listing-open-form-alpha em {
  display: block;
  margin: 0 0 0;
}
#listing-open-form-alpha ul {
  display: none;
}
#listing-open-form-alpha ul li {
  margin: 0 0 5px;
}
#listing-open-form-alpha ul li a {
  margin-right: 5px;
  color: #666;
  display: inline-block;
}
#listing-open-form-alpha ul li label {
  cursor: pointer;
}
#listing-open-form-alpha ul li label input[type="checkbox"] {
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
}
#listing-open-form-alpha .blurb {
  margin: 0 0 8px;
  display: none;
}
#listing-open-form-alpha .opens-form {
  display: none;
}
#listing-open-form-alpha .opens-form fieldset {
  margin-top: 8px;
}
#listing-open-form-alpha .success-inspection-tag {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin: 5px;
  padding: 3px;
  font-weight: 600;
}
#listing-open-form-alpha .fieldset_contact_method {
  line-height: 21px;
  text-align: center;
  padding-bottom: 8px;
}
#listing-open-form-alpha .fieldset_contact_method label {
  margin: 0 20px 0 0;
  cursor: pointer;
}
#listing-open-form-alpha .fieldset_contact_method label input {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle;
}
#listing-open-form-alpha .fieldset_contact_method label.email {
  margin: 0px;
}
#listing-open-form-alpha .fieldset_notes textarea {
  display: block;
  resize: vertical;
}
#listing-open-form-alpha .fieldset_submit {
  margin-top: 8px;
}
#listing-open-form-alpha:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listing-open-form-alpha ul li label input[type="checkbox"] {
    margin: 0 12px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 12px;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 12px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 6px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 6px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method {
    line-height: inherit;
    width: 100%;
    text-align: right;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method .contact-method {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label {
    margin: 0 20px 0 0;
    cursor: pointer;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label input {
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label.email {
    margin: 0px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_notes {
    width: 100%;
    padding: 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_submit {
    float: right;
    width: 25%;
    padding: 0;
  }
  #listing-open-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listing-open-form-alpha .message {
    margin-top: 0px;
  }
  #listing-open-form-alpha ul li label input[type="checkbox"] {
    margin: 0 10px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 20px;
    clear: both;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 20px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 10px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_submit {
    float: right;
    padding: 0;
  }
  #listing-open-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ChevDown:before {
  content: "\e900";
}
body {
  /*overflow-x: hidden; */
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #6a6a6a;
  background-color: #F6F6F6;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}
sup {
  vertical-align: super;
  font-size: 70%;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/* GLOBAL FORM STYLES ---------------------------- */
.item-form-alpha,
#item-form-bravo,
.item-form-charlie {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 1030px;
  display: block;
  margin: 0 auto;
  background: white;
}
.item-form-alpha .left-col h1,
#item-form-bravo .left-col h1,
.item-form-charlie .left-col h1,
.item-form-alpha .top-section h1,
#item-form-bravo .top-section h1,
.item-form-charlie .top-section h1 {
  text-transform: uppercase;
  padding: 36px;
  font-size: 25px;
  text-align: center;
}
.item-form-alpha .left-col h2,
#item-form-bravo .left-col h2,
.item-form-charlie .left-col h2,
.item-form-alpha .top-section h2,
#item-form-bravo .top-section h2,
.item-form-charlie .top-section h2 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.item-form-alpha .left-col h3,
#item-form-bravo .left-col h3,
.item-form-charlie .left-col h3,
.item-form-alpha .top-section h3,
#item-form-bravo .top-section h3,
.item-form-charlie .top-section h3 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
}
.item-form-alpha .right-col,
#item-form-bravo .right-col,
.item-form-charlie .right-col {
  padding-top: 2rem;
}
.item-form-alpha .text,
#item-form-bravo .text,
.item-form-charlie .text {
  padding-bottom: 8px;
  line-height: 21px;
}
form {
  clear: both;
  overflow: hidden;
  padding-bottom: 2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
form label[for=contact-office_id],
form fieldset {
  padding: 6px 9px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
}
form label[for=contact-office_id].fieldset_office,
form fieldset.fieldset_office {
  width: 100% !important;
}
form label[for=contact-office_id].contact-office_id,
form fieldset.contact-office_id,
form label[for=contact-office_id].fieldset_notes,
form fieldset.fieldset_notes,
form label[for=contact-office_id].fieldset_submit,
form fieldset.fieldset_submit {
  width: 100%;
}
form label[for=contact-office_id].fieldset_submit,
form fieldset.fieldset_submit {
  float: right !important;
}
form label[for=contact-office_id] {
  width: 100%;
}
form label {
  line-height: 1.4;
}
form fieldset {
  overflow: visible !important;
}
form fieldset select,
form fieldset input,
form fieldset textarea,
form #contact-office_id,
form .opens-btn {
  width: 100%;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  min-height: 40px;
  font-family: 'Raleway', sans-serif;
  padding-left: 8px;
  font-weight: 400;
}
form fieldset textarea {
  min-height: 20%;
}
form .fieldset_submit input:hover {
  cursor: pointer;
  background-color: #ed3425;
  color: white;
}
.panel-danger,
.form-error,
.alert-error {
  color: #d63830;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #ebcdcc;
  border: solid 1px #d63830;
  border-radius: 5px;
  text-align: center;
  display: none;
  box-sizing: border-box;
}
.no-ajax .panel-danger,
.no-ajax .form-error,
.no-ajax .alert-error {
  display: block;
}
.panel-danger .close,
.form-error .close,
.alert-error .close {
  display: none;
}
.success-message,
.form-success,
.alert-success {
  color: white;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #8dc63e;
  text-align: center;
  border-radius: 5px;
  display: none;
  box-sizing: border-box;
}
.success-message .close,
.form-success .close,
.alert-success .close {
  display: none;
}
/* HACKS TO FIX ISSUES */
#item-form-bravo .fieldset_first_name label {
  font-size: 0.9em !important;
}
#item-form-bravo .fieldset_first_name label:after {
  display: none !important;
}
/* END -- GLOBAL FORM STYLES ---------------------------- */
#no-results {
  text-align: center;
}
#no-results .card {
  line-height: 18px;
}
#no-results .card h2 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
}
#no-results .card a {
  text-align: center !important;
  width: 100%;
  display: block;
  text-align: left;
  color: #6a6a6a;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
  font-weight: 600;
  padding-top: 8px;
}
#no-results .card a:hover {
  transition: all 0.5s;
  color: #ed3425;
}
@media only screen and (min-width: 980px) {
  #no-results .card {
    padding: 20px 8px;
  }
}
#error-page {
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
}
#error-page h1 {
  font-size: 2.2em;
  margin-top: 1em;
}
#error-page div {
  font-size: 1.2em;
  margin-bottom: 1em;
}
#error-page div h2 {
  font-size: 1.8em;
  padding: 15px 0;
}
.default-btn {
  display: block;
  width: 150px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  color: #6a6a6a;
  cursor: pointer;
  transition: all 0.5s;
}
.default-btn:focus,
.default-btn:hover,
.default-btn:active {
  background-color: #ed3425;
  color: #F6F6F6;
  transition: all 0.5s;
}
.default-link {
  text-decoration: none;
  color: #1c3f75;
}
.default-link:focus,
.default-link:hover,
.default-link:active {
  color: #5487d6;
}
.header-wrapper {
  width: 100%;
  background-color: transparent;
}
.scroll {
  background-color: #ffffff !important;
  transition: all 0.5s;
}
#header-juno {
  transition: all 0.5s;
  background-color: #ffffff;
  z-index: 150;
  position: fixed;
  height: 50px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  height: 65px;
}
#header-juno .topbar-wrapper {
  background: rgba(0, 0, 0, 0.03);
}
#header-juno .topbar-wrapper .topbar {
  padding: 4px 20px;
}
#header-juno .topbar-wrapper .topbar a {
  color: #949494;
  margin: 0 5px;
}
#header-juno .topbar-wrapper .topbar a:hover {
  color: #5487d6;
}
#header-juno .topbar-wrapper .topbar .place_right {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
}
#header-juno section #logo {
  width: 20%;
  float: left;
}
#header-juno section #logo img {
  height: 32px;
  padding-top: 15px;
  padding-left: 5px;
}
#header-juno section #menuOpen,
#header-juno section #menuOpenDesktop,
#header-juno section #menuOpen-hide-overlay {
  float: right;
  color: #1c3f75;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  padding-right: 20px;
  padding-top: 5px;
  transition: all 0.5s;
}
#header-juno section #menuOpen:hover,
#header-juno section #menuOpenDesktop:hover,
#header-juno section #menuOpen-hide-overlay:hover {
  color: #ed3425;
  transition: all 0.5s;
}
#header-juno section #menuOpen i,
#header-juno section #menuOpenDesktop i,
#header-juno section #menuOpen-hide-overlay i {
  font-size: 26px;
  line-height: inherit;
}
#header-juno section .menu-open-desktop,
#header-juno section .menu-desktop {
  display: none;
}
#header-juno section #menuDesktopX {
  display: none;
}
#header-juno section nav {
  z-index: 150;
  background-color: #666;
  padding: 8px;
  padding-bottom: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-juno section nav ul {
  z-index: 150;
}
#header-juno section nav ul li {
  width: 100%;
  z-index: 60;
}
#header-juno section nav ul li .parent {
  color: #666;
  background-color: #ccc;
}
#header-juno section nav ul li a {
  z-index: 150;
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 30px;
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-juno section nav ul li ol li {
  padding: 0px;
}
#header-juno section nav ul li ol li a {
  background-color: transparent;
  font-size: 14px;
  padding: 4px 16px;
}
#header-juno section nav ul li ol li a:focus,
#header-juno section nav ul li ol li a:hover,
#header-juno section nav ul li ol li a:active {
  background-color: #ed3425;
}
#header-juno:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transform: translateY(0.3125em);
  -moz-transform: translateY(0.3125em);
  -ms-transform: translateY(0.3125em);
  -o-transform: translateY(0.3125em);
  transform: translateY(0.3125em);
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  padding-bottom: 0.25em;
  box-shadow: none;
  display: block;
  content: '';
  border-bottom: none;
  opacity: 1;
}
#footer-mike {
  min-height: 180px;
  width: 100%;
  background-color: #1c3f75;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
#footer-mike .footer-contact {
  color: #F6F6F6;
  margin: 0 0 14px;
}
#footer-mike .footer-contact .site-email,
#footer-mike .footer-contact .site-phone {
  color: #F6F6F6;
  text-decoration: none;
  margin: 5px;
  line-height: initial;
  display: inline-block;
}
#footer-mike .footer-contact .site-email:hover,
#footer-mike .footer-contact .site-phone:hover {
  text-decoration: underline;
}
#footer-mike .footer-contact .site-email i,
#footer-mike .footer-contact .site-phone i {
  margin-right: 5px;
}
#footer-mike .footer-menu {
  padding: 0.5rem 2rem 2rem;
  line-height: 2;
  color: white;
}
#footer-mike .footer-menu h3 {
  padding-top: 1.5rem;
  font-weight: 600;
}
#footer-mike .footer-menu a {
  color: white;
  text-decoration: none;
}
#footer-mike .footer-menu .disclaimer {
  font-size: 0.8em;
  padding: 3em 0 0;
}
#footer-mike .footer-menu .disclaimer a {
  text-decoration: underline;
}
#footer-mike ul.links {
  display: none;
}
#footer-mike .social {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
}
#footer-mike .social a {
  float: left;
  margin: 0 5px;
  text-decoration: none;
  cursor: pointer;
}
#footer-mike .social a i {
  font-size: 20px;
  color: #F6F6F6;
  transition: all 0.5s;
  width: 35px;
  line-height: 35px;
  height: 35px;
  display: block;
  border: 1px solid #d1d1d1;
  text-decoration: none;
  border-radius: 100%;
}
#footer-mike .social a i:hover {
  transition: all 0.5s;
}
#footer-mike .social a.facebook i:hover {
  background-color: #3b5998;
}
#footer-mike .social a.twitter i:hover {
  background-color: #55acee;
}
#footer-mike .social a.instagram {
  position: relative;
}
#footer-mike .social a.instagram i:after {
  content: '';
  display: block;
  background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#d70059), to(#7d00bc));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 100%;
  transition: all 0.5s;
}
#footer-mike .social a.instagram i:hover {
  background-color: #125688;
}
#footer-mike .social a.instagram i:hover:after {
  opacity: 1;
  transition: all 0.5s;
}
#footer-mike .social a.pinterest i:hover {
  background-color: #c8232c;
}
#footer-mike .social a.youtube i:hover {
  background-color: #c4302b;
}
#footer-mike .social a.linkedin i:hover {
  background-color: #0077b5;
}
#footer-mike .social a.googleplus i:hover {
  background-color: #dd4b39;
}
#footer-mike .social a.ratemyagent i:hover {
  background-color: #1a222c;
}
#footer-mike .social a:hover i {
  color: #FFF;
}
#footer-mike .social:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#footer-mike span {
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #F6F6F6;
}
#footer-mike span b {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
#footer-mike .bottom-info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 4px 8px 12px;
}
#footer-mike .bottom-info li {
  color: #F6F6F6;
  padding-bottom: 8px;
  padding-left: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline;
  margin: 5px;
}
#footer-mike .bottom-info li a {
  text-decoration: none;
  color: #F6F6F6;
  font-size: 11px;
}
#footer-mike .bottom-info li a:hover {
  color: #F6F6F6;
  text-decoration: underline;
}
#footer-mike .bottom-info:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#footer-mike .devBy {
  color: #F6F6F6;
  text-align: center;
  font-size: 11px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-mike .devBy a {
  transition: all 0.5s;
  text-decoration: none;
  text-align: right;
  font-size: 12px;
  color: #F6F6F6;
}
#footer-mike .devBy a:hover {
  transition: all 0.5s;
  color: #7aab35;
}
#footer-mike .sitemap {
  color: white;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
#footer-mike .sitemap .links {
  padding: 0 20px;
}
#footer-mike .sitemap .links h3 {
  font-weight: 600;
}
#footer-mike .sitemap .links li {
  padding-top: 8px;
}
#footer-mike .sitemap .links a {
  color: white;
  text-decoration: none;
}
#footer-mike .sitemap .links a:hover {
  color: #ed3425;
}
#media-alpha {
  max-width: 1030px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 65px 8px 8px 8px;
}
#media-alpha h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#media-alpha .container {
  margin: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#media-alpha .container .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#media-alpha .container .video-container iframe,
#media-alpha .container .video-container object,
#media-alpha .container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .videoButton {
  background-color: rgba(237, 52, 37, 0.7);
  position: absolute;
  bottom: 23px;
  left: 0;
  z-index: 99;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  line-height: initial;
  text-decoration: none;
  font-weight: 400;
  transition: background-color 0.2 ease;
}
.slideshow .videoButton:hover,
.slideshow .videoButton:focus,
.slideshow .videoButton:active {
  background-color: #ed3425;
  color: #FFF;
}
.items-delta-heading {
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
  height: 22px;
  line-height: 24px;
  padding: 36px;
  font-size: 25px;
  text-transform: uppercase;
}
.sneak-preview {
  background-color: rgba(255, 0, 0, 0.8) !important;
  width: 100px !important;
  text-transform: uppercase;
}
.sneak-preview:after {
  border-top-color: rgba(255, 0, 0, 0.8) !important;
}
.sneak-preview.sold {
  width: 70px !important;
  line-height: 27px !important;
  font-weight: 600;
}
.listings-content .heading-div h1 em {
  font-style: normal;
}
.propertyListing {
  position: relative;
}
.propertyListing .videoButton {
  top: 0;
  left: 0;
  background: rgba(237, 52, 37, 0.5);
  display: inline-block;
  padding: 6px 10px;
  font-size: 1.5em;
  line-height: 0;
  color: #FFF;
  position: absolute;
  z-index: 10;
}
.propertyListing .search {
  display: none !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #header-mike section #menuOpen,
  #header-mike section #menuOpen-hide-overlay {
    padding: 12px;
  }
  #header-mike section #menuOpen i,
  #header-mike section #menuOpen-hide-overlay i {
    font-size: 25px;
  }
  #footer-mike {
    clear: both;
  }
  #footer-mike .links {
    display: block;
  }
  #header-juno section #logo img {
    height: 50px;
    padding-top: 7px;
    padding-left: 5px;
  }
  #media-alpha {
    max-width: 1030px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 65px 12px 12px 12px;
  }
  #media-alpha h1 {
    padding: 36px;
    font-size: 25px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .header-wrapper {
    width: 100%;
  }
  #header-section {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  #header-juno {
    padding-top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 85px;
  }
  #header-juno section {
    width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #header-juno section #logo {
    float: left;
  }
  #header-juno section #logo img {
    height: 50px;
    padding-top: 18px;
    padding-left: 0;
  }
  #header-juno section .menu-desktop-wrapper {
    width: auto;
    float: right;
    height: 50px;
    position: relative;
  }
  #header-juno section .menu-desktop-wrapper .menu-open-desktop {
    display: block;
  }
  #header-juno section .menu-desktop-wrapper .back-btn {
    position: absolute;
    right: 140px;
    top: 21px;
  }
  #header-juno section .menu-desktop-wrapper .back-btn a {
    text-decoration: none;
    color: #999999;
    transition: all 0.5s;
  }
  #header-juno section .menu-desktop-wrapper .back-btn a:hover {
    color: #ed3425;
    transition: all 0.5s;
  }
  #header-juno section .menu-desktop-wrapper #back-no-refine {
    right: 90px;
  }
  #header-juno section .menu-desktop-wrapper .menu-desktop {
    display: none;
  }
  #header-juno section .menu-desktop-wrapper .menu-open-desktop {
    height: 60px;
    width: 40px;
    line-height: 50px;
    /*border-left: 1px solid black;*/
    /*padding-left: 20px;*/
    padding-top: 20px;
  }
  #header-juno section .menu-desktop-wrapper #menuDesktopX {
    display: none;
    float: right;
    color: #1c3f75;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding-right: 29px;
    padding-top: 20px;
  }
  #header-juno section .menu-desktop-wrapper #menuDesktopX i {
    font-size: 26px;
    line-height: inherit;
  }
  #header-juno section .menu-desktop-wrapper nav {
    z-index: 99;
    width: auto;
    padding: 25px 0 0 0;
    float: left;
    background-color: transparent;
  }
  #header-juno section .menu-desktop-wrapper nav ul {
    max-height: 40px;
    width: 100%;
    float: left;
    background-color: transparent;
    margin-right: 20px;
  }
  #header-juno section .menu-desktop-wrapper nav ul li {
    /*width: 105px;*/
    width: auto !important;
    margin-left: 25px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #header-juno section .menu-desktop-wrapper nav ul li a {
    text-align: center;
    margin: 0;
    color: #1c3f75;
    background-color: transparent;
  }
  #header-juno section .menu-desktop-wrapper nav ul li ol {
    position: absolute;
    z-index: 100;
    display: none;
    width: 180px;
  }
  #header-juno section .menu-desktop-wrapper nav ul li ol li {
    background-color: #1c3f75;
    width: 100% !important;
    margin-left: 0;
  }
  #header-juno section .menu-desktop-wrapper nav ul li ol li a {
    text-align: left;
    color: white;
    margin: 0;
  }
  #header-juno section .menu-desktop-wrapper nav ul li ol li a:hover {
    color: white;
  }
  #header-juno section .menu-desktop-wrapper nav ul li:hover .parent {
    color: white;
    background-color: #ed3425;
  }
  #header-juno section .menu-desktop-wrapper nav ul li:hover ol {
    display: inline-block;
  }
  #header-juno section .menu-desktop-wrapper.compact nav > ul > li {
    width: 88px;
  }
  #header-juno section .menu-desktop-wrapper.compact nav > ul > li a {
    font-size: 14px;
  }
  #header-juno section .menu-open-mobile,
  #header-juno section .menu-mobile {
    display: none !important;
  }
  #media-alpha {
    max-width: 1030px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 85px 20px 20px 20px;
  }
  #media-alpha h1 {
    padding: 36px;
    font-size: 25px;
  }
}
@media print {
  header,
  footer {
    display: none !important;
    background-color: #ffffff;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  nav {
    display: none !important;
  }
  section {
    width: 1030px;
  }
  footer .disclaimer {
    display: none !important;
  }
  #listing-show-kilo {
    margin-top: -600px !important;
  }
  #listing-show-kilo .details-wrapper {
    margin-top: -325px !important;
  }
  #listing-show-kilo .bxslider {
    width: 100% !important;
  }
  #listing-show-kilo .bxslider img {
    display: block !important;
    margin: 0 auto !important;
    margin-left: 100px !important;
  }
  #listing-show-kilo .staff.print {
    display: block !important;
  }
  #listing-show-kilo .staff.print img {
    width: 100%;
    display: block;
  }
  #listing-show-kilo .headline {
    padding-top: 100px !important;
    box-sizing: border-box !important;
  }
  #listing-show-kilo .headline h2 {
    box-sizing: border-box !important;
  }
  #listing-show-kilo .right {
    padding-top: 100px !important;
    box-sizing: border-box !important;
  }
  #listing-show-kilo .social-links {
    display: none !important;
  }
  #listing-show-kilo .media {
    display: none !important;
  }
  #listing-show-kilo .staff {
    display: none !important;
  }
  #listing-show-kilo .slideshow {
    width: 100% !important;
    display: block !important;
  }
  #listing-show-kilo #bx-print {
    display: block !important;
    width: 100%;
    display: block;
  }
  #listing-show-kilo .bottom {
    display: none !important;
  }
  #listing-show-kilo #print-title {
    display: block !important;
  }
  #listing-show-kilo #map_canvas {
    display: none !important;
  }
}
#wheels-debug-area,
.cfdebug,
.alert.alert-info {
  display: none;
}
/*.menu-desktop-wrapper.menuOpened{
	#menuDesktop{
		display: block !important;
	}
	#menuOpenDesktop{
		display: none !important;
	}
	#menuDesktopX{
		display: block !important;
	}
}
*/
#listings-igloo .listings-content .heading-wrapper #print {
  display: none;
}
#listings-print header {
  display: block !important;
  background: #ffffff;
}
#listings-print section {
  max-width: 1030px;
  margin: 0 auto;
}
#listings-print section ul li {
  width: 33.33%;
  float: left;
  padding: 0 10px 20px;
  margin: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-print section ul li .image {
  min-height: 242px;
  background: #f6f6f6;
}
#listings-print section ul li .image img {
  width: 100%;
  max-height: 242px;
}
#listings-print section ul li .address {
  background: #f6f6f6;
  font-weight: 600;
  height: 20px;
  padding: 10px 10px 30px;
}
#listings-print section ul li .address strong {
  font-size: 18px;
  display: block;
  padding-bottom: 5px;
}
#listings-print section ul li .bbc {
  background: #f6f6f6;
  width: 100%;
  padding: 0 10px 30px;
  font-size: 17px;
  height: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-print section ul li .bbc span {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
}
#listings-print section ul li .contact {
  background: #f6f6f6;
  padding: 20px 10px;
}
#listings-print section ul li .contact span {
  display: none;
}
#listings-print section ul li .contact em {
  height: 20px;
}
#listings-print section ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
