/* [1] ---- GLOBALS ---- */
/* -- AVOID DUPLICATING THE WHOLE GLOBAL.LESS TO ALLOW FUTURE IMPROVEMENTS WITHOUT USE OF (!IMPORTANT) */
/* -- TIP: CREATE GLOBAL COLOUR CLASS STYLES IN THE BASE TEMPLATE TO AVOID EXTENDING STYLES HERE***** */
/* Use reference method for extending individual styles --- if layout is built accordingly */
/*@import (reference) "../../global.less";*/
/* --OR-- use standard import if global styles cannot be extended */
/* NAMINE LAYOUT */
/****USE GLOBAL COLOUR CLASSES WHERE POSSIBLE TO MINIMISE BUILD EFFORT */
/* Template .less files */
/* Global .less files */
#agent-show-juliet {
  width: 100%;
  display: block;
  padding-top: 60px;
}
#agent-show-juliet .container .image {
  height: 0;
  padding-bottom: 70%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-juliet .container .middle .left {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .middle .right {
    clear: initial !important;
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-juliet .container .image {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding-bottom: 32%;
  }
  #agent-show-juliet .container .middle {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #agent-show-juliet .container .middle .left {
    width: 70%;
  }
  #agent-show-juliet .container .middle .right {
    width: 30%;
  }
  #agent-show-juliet .container .bottom {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
#agents-lima .container .list-container ul .wrapper {
  width: 100%;
}
#agents-lima .container .list-container ul .wrapper li {
  padding-bottom: 80%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #agents-lima .container .list-container ul .wrapper {
    width: 50%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #agents-lima .container .list-container ul .wrapper {
    width: 33.33%;
  }
}
#appraisal-echo .appraisal-wrapper form fieldset {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#appraisal-echo .appraisal-wrapper form fieldset input {
  width: 100%;
}
#appraisal-echo .appraisal-wrapper form fieldset select {
  width: 100%;
}
#appraisal-echo .appraisal-wrapper form fieldset textarea {
  width: 100%;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"] {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #14477D;
  width: 100%;
  border: none;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"]:disabled {
  background: #ccc;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"]:disabled:hover,
#appraisal-echo .appraisal-wrapper form input[type="submit"]:disabled:active,
#appraisal-echo .appraisal-wrapper form input[type="submit"]:disabled:focus {
  background: #ccc;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"]:focus,
#appraisal-echo .appraisal-wrapper form input[type="submit"]:hover,
#appraisal-echo .appraisal-wrapper form input[type="submit"]:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-echo .appraisal-wrapper form fieldset {
    width: 50%;
    float: left;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_type {
    width: 25%;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_notes {
    width: 100%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-echo .text-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #appraisal-echo .appraisal-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#blog-show-delta {
  width: 100%;
  display: block;
  padding-top: 60px;
}
#blog-show-delta .container .middle .left .blog-meta .name {
  margin-bottom: 5px;
}
#blog-show-delta .container .middle .right .contact-me .links .download-file {
  line-height: initial;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%;
  padding: 10px;
  text-align: left;
}
#blog-show-delta .container .middle .right .contact-me .links .download-file i {
  margin: 0 8px;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social-icons-wrapper {
  margin: 8px 0;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social-icons-wrapper a:first-child {
  margin-left: 0;
}
#blog-show-delta .container .bottom .blogs .list-container ul {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
#blog-show-delta .container .bottom .blogs .list-container ul .wrapper {
  float: none;
}
#blog-show-delta .container .bottom .blogs .list-container ul .wrapper li {
  display: flex;
  flex-flow: column nowrap;
}
#blog-show-delta .container .bottom .blogs .list-container ul .wrapper li .info {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}
#blog-show-delta .container .bottom .blogs .list-container ul .wrapper li .info .name {
  width: 100%;
  /*Uncomment below in a local style build if bottom valignment is needed for categories, tags, and View link*/
  /*flex-grow:1;*/
}
#blog-show-delta .container .bottom .blogs .list-container ul .wrapper li .info .meta-wrapper h2 {
  width: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-delta .container .middle .left {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .middle .right {
    clear: initial !important;
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .bottom {
    clear: both;
  }
  #blog-show-delta .container .bottom .blogs .list-container ul {
    flex-flow: row wrap;
  }
  #blog-show-delta .container .bottom .blogs .list-container ul .wrapper {
    float: none;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-delta .container .middle {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #blog-show-delta .container .middle .left {
    width: 70%;
  }
  #blog-show-delta .container .middle .right {
    width: 30%;
  }
  #blog-show-delta .container .bottom {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#contact-juliet {
  width: 100%;
  display: block;
  padding-top: 60px;
}
#contact-juliet .container .image {
  height: 0;
  padding-bottom: 70%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
#contact-juliet .container .middle:after {
  display: table;
  clear: both;
  content: '';
}
#contact-juliet .container .bottom .agent-form-alpha .contact-form-alpha form fieldset.fieldset_subject {
  width: 100%;
  margin: 0;
}
#contact-juliet .container .bottom .agent-form-alpha .contact-form-alpha form fieldset.fieldset_subject label {
  float: left;
  width: 100%;
}
#contact-juliet .container .bottom .agent-form-alpha .contact-form-alpha form fieldset.fieldset_subject #contact-subject {
  width: auto;
  float: left;
}
#contact-juliet .container .bottom .agent-form-alpha .weburl {
  float: right;
}
#contact-juliet .container .bottom .agent-form-alpha .weburl a {
  text-transform: none;
}
#contact-juliet .container .bottom .agent-form-alpha .weburl a:hover {
  color: #14477D;
  background: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #contact-juliet .container .middle .left {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-juliet .container .middle .right {
    clear: initial !important;
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-juliet .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #contact-juliet .container .image {
    padding-bottom: 32%;
  }
  #contact-juliet .container .middle {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #contact-juliet .container .middle .left {
    width: 70%;
  }
  #contact-juliet .container .middle .right {
    width: 30%;
  }
  #contact-juliet .container .bottom {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
#cronulla-homepage .top-section #item-image-slideshow-bravo .bx-controls {
  display: none;
}
#cronulla-homepage .top-section #item-image-slideshow-bravo li {
  text-align: center;
}
#cronulla-homepage .top-section #item-image-slideshow-bravo a {
  text-decoration: none;
  font-size: 0;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #14477D;
  border-radius: 100%;
  position: absolute;
  top: 35%;
  display: inline-block;
  margin-left: -20px;
  transition: all 0.5s;
}
#cronulla-homepage .top-section #item-image-slideshow-bravo a:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #14477D;
  top: 18px;
  left: 22px;
  transition: all 0.5s;
  content: "";
}
#cronulla-homepage .top-section #item-image-slideshow-bravo a h2 {
  color: #14477D;
  transition: all 0.5s;
  left: initial;
  right: initial;
  display: none;
}
#cronulla-homepage .top-section #item-image-slideshow-bravo a:hover {
  transition: all 0.5s;
  border-color: white;
}
#cronulla-homepage .top-section #item-image-slideshow-bravo a:hover:after {
  transition: all 0.5s;
  border-color: transparent transparent transparent white;
}
#cronulla-homepage .top-section #item-image-slideshow-bravo h2 {
  left: 0;
  right: 0;
  position: absolute;
  top: 35%;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  color: white;
}
#cronulla-homepage .top-section #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  position: relative;
}
#cronulla-homepage .top-section .overlay {
  display: none;
  top: 32%;
}
#cronulla-homepage .top-section .overlay.active {
  top: 35%;
}
#cronulla-homepage .content #item-image-slideshow-bravo {
  padding-top: 16px;
  /*height: 500px;*/
}
#cronulla-homepage .content #item-image-slideshow-bravo ul {
  /*height: 500px;*/
}
#cronulla-homepage .content #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
}
#cronulla-homepage .content h1 {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#cronulla-homepage .content article {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 20px;
  padding: 0 16px 16px 16px;
}
#cronulla-homepage .content article h2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: normal;
  padding: 16px 16px 8px 0;
}
#cronulla-homepage .content .home-items-wrapper .wrapper {
  width: 50% !important;
}
#cronulla-homepage .content .home-items-wrapper .wrapper li {
  padding-bottom: 80% !important;
}
#cronulla-homepage .content .home-items-wrapper .wrapper li a {
  padding-top: 32% !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #cronulla-homepage .content .home-items-wrapper .wrapper {
    width: 33.33% !important;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #cronulla-homepage .top-section #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li a {
    top: 40%;
  }
  #cronulla-homepage .top-section #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li h2 {
    font-size: 38px;
  }
  #cronulla-homepage .content #item-image-slideshow-bravo {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    /*height: 500px;*/
  }
  #cronulla-homepage .content #item-image-slideshow-bravo ul {
    /*height: 500px;*/
  }
  #cronulla-homepage .content #item-image-slideshow-bravo ul li {
    height: 700px;
    padding-bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
  }
  #cronulla-homepage .content article {
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 0 30px 30px 30px;
  }
  #cronulla-homepage .content article h2 {
    width: 100%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: normal;
    padding: 30px 30px 10px 30px;
  }
}
#item-igloo .item-container {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#items-igloo .wrapper {
  width: 100%;
}
#items-igloo .list-container ul .wrapper {
  width: 100%;
}
#items-igloo .list-container ul .wrapper li {
  padding-bottom: 80%;
}
#items-igloo .list-container ul .wrapper li iframe {
  width: 100%;
  height: 100%;
}
#items-igloo .list-container ul .wrapper li a {
  padding-top: 32%;
}
#items-igloo .list-container ul .wrapper li a .line {
  display: none;
}
#items-igloo .list-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #items-igloo .list-container ul .wrapper {
    width: 50%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #items-igloo .container {
    display: inline-block;
    width: 100%;
  }
  #items-igloo .container .list-container {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  #items-igloo .container .list-container ul .wrapper {
    width: 33.33%;
  }
  #items-igloo .container .list-container-alt {
    max-width: 1030px;
  }
}
#listing-show-oscar sub,
#listing-show-oscar sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#listing-show-oscar sup {
  top: -0.5em;
}
#listing-show-oscar #item-image-slideshow-bravo {
  position: relative;
}
#listing-show-oscar #item-image-slideshow-bravo .bx-controls .bx-pager {
  display: block;
  position: absolute;
  right: 0;
  color: white;
  left: 0;
  text-align: center;
  bottom: 10px;
  z-index: 30;
}
#listing-show-oscar #item-image-slideshow-bravo {
  /*.bx-wrapper{
			max-width: none !important;
		}*/
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-oscar #item-image-slideshow-bravo .bx-pager {
    bottom: 20px !important;
  }
}
#listings-november .list-container .wrapper {
  /*transition: all 0.5s;*/
  width: 33.33%;
}
#listings-november .list-container-alt {
  max-width: 1030px;
  margin: 0 auto;
  display: inline-block;
}
#listings-november .list-container-alt .wrapper {
  /*transition: all 0.5s;*/
  width: 100%;
}
#listings-november .list-container-alt .image-wrapper {
  position: relative;
}
#listings-november .list-container-alt .image-wrapper .banner {
  background: #14477D;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: -45px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  width: 150px;
  padding: 5px 0;
  transform: rotate(-45deg);
}
#listings-november .list-container {
  max-width: 1030px;
  margin: 0 auto;
  display: inline-block;
}
#listings-november .list-container .wrapper {
  width: 100%;
}
#listings-november .list-container .wrapper li {
  padding-bottom: 80%;
}
#listings-november .list-container .wrapper li a {
  padding-top: 32%;
}
#listings-november .search-form-november form .container.search-bottom {
  display: block;
}
#listings-november #no-results .card {
  margin-bottom: 50px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listings-november .list-container .wrapper {
    width: 50%;
  }
  #listings-november .list-container .wrapper li {
    padding-bottom: 80%;
  }
  #listings-november .list-container .wrapper li a {
    padding-top: 32%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listings-november .list-container {
    display: block;
  }
  #listings-november .list-container ul {
    display: inline-block;
    width: 100%;
  }
  #listings-november .list-container .wrapper {
    width: 33.33%;
  }
  #listings-november .list-container .wrapper li {
    padding-bottom: 80%;
  }
  #listings-november .list-container .wrapper li a {
    padding-top: 32%;
  }
  #listings-november .list-container-alt {
    display: block;
  }
  #listings-november .list-container-alt ul {
    display: inline-block;
    width: 100%;
  }
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset input {
  width: 100%;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset select {
  width: 100%;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset textarea {
  width: 100%;
}
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"] {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #14477D;
  width: 100%;
  border: none;
}
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"]:disabled {
  background: #ccc;
}
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"]:disabled:hover,
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"]:disabled:active,
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"]:disabled:focus {
  background: #ccc;
}
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"]:focus,
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"]:hover,
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"]:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #maintenance-request-echo .maintenance-request-wrapper form fieldset {
    width: 50%;
    float: left;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_select {
    width: 25%;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_state,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_postcode {
    width: 25%;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_notes {
    width: 100%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #maintenance-request-echo .text-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #maintenance-request-echo .maintenance-request-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#place-show-bravo .bottom #map_canvas {
  display: block;
  height: 500px;
}
#place-show-bravo .bottom .list-container ul .wrapper {
  width: 100%;
}
#place-show-bravo .bottom .list-container ul .wrapper li {
  padding-bottom: 80%;
}
#place-show-bravo .bottom .list-container ul .wrapper li a {
  padding-top: 32%;
}
#place-show-bravo .content-section {
  max-width: 1030px;
  margin: 0 auto;
}
#place-show-bravo .content-section ul {
  padding-bottom: 8px;
}
#place-show-bravo .content-section ul .wrapper {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#place-show-bravo .content-section ul .wrapper li {
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#place-show-bravo .content-section ul .wrapper li .image {
  background-color: #d1d1d1;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-size: cover;
}
#place-show-bravo .content-section ul .wrapper li .grid {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  padding-top: 32%;
}
#place-show-bravo .content-section ul .wrapper li .grid h3 {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  z-index: 50;
  position: relative;
  text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
}
#place-show-bravo .content-section ul .wrapper li .grid h4 {
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  z-index: 50;
  position: relative;
  text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
  padding-top: 5px;
}
#place-show-bravo .content-section ul .wrapper li .grid .underlay {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
}
#place-show-bravo .content-section ul .wrapper li:hover .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);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}
#place-show-bravo .content-section ul .wrapper li:hover .underlay {
  opacity: 1;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #place-show-bravo .container .middle .left {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-bravo .container .middle .right {
    clear: initial !important;
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-bravo .container .bottom {
    clear: both;
  }
  #place-show-bravo .container .bottom .list-container ul .wrapper {
    width: 50%;
  }
  #place-show-bravo .content-section ul {
    padding-bottom: 12px;
  }
  #place-show-bravo .content-section ul .wrapper {
    width: 50%;
    float: left;
  }
  #place-show-bravo .content-section ul .wrapper li .grid h3 {
    font-size: 20px;
  }
  #place-show-bravo .content-section ul .wrapper li .grid h4 {
    font-size: 12px;
  }
  #place-show-bravo .content-section ul .wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #place-show-bravo .container .middle {
    max-width: 1030px;
    margin: 0 auto;
  }
  #place-show-bravo .container .middle .left {
    width: 70%;
  }
  #place-show-bravo .container .middle .right {
    width: 30%;
  }
  #place-show-bravo .container .bottom .list-container {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #place-show-bravo .container .bottom .list-container ul .wrapper {
    width: 33.33%;
  }
  #place-show-bravo .content-section ul {
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
  }
  #place-show-bravo .content-section ul .wrapper {
    width: 33.33%;
  }
}
.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;
}
#search-map-echo .list-container .wrapper {
  /*transition: all 0.5s;*/
  width: 33.33%;
}
#search-map-echo .list-container-alt {
  max-width: 1030px;
  margin: 0 auto;
  display: inline-block;
}
#search-map-echo .list-container-alt .wrapper {
  /*transition: all 0.5s;*/
  width: 100%;
}
#search-map-echo .list-container {
  max-width: 1030px;
  margin: 0 auto;
  display: inline-block;
}
#search-map-echo .list-container .wrapper {
  width: 100%;
}
#search-map-echo .list-container .wrapper li {
  padding-bottom: 80%;
}
#search-map-echo .list-container .wrapper li a {
  padding-top: 32%;
}
#search-map-echo .search-form-november form .container.search-bottom {
  display: block;
}
#search-map-echo #search-map-container {
  height: 300px;
  width: 100%;
  display: inline-block;
}
#search-map-echo #search-map-container #no-map-results {
  display: none;
}
#search-map-echo #search-map-container .container .map-holder .map-overlay #map-canvas {
  width: 100%;
  display: block;
  height: 300px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #search-map-echo .list-container .wrapper {
    width: 50%;
  }
  #search-map-echo .list-container .wrapper li {
    padding-bottom: 80%;
  }
  #search-map-echo .list-container .wrapper li a {
    padding-top: 32%;
  }
  #search-map-echo #search-map-container {
    display: block;
    height: 500px;
  }
  #search-map-echo #search-map-container .container .map-holder .map-overlay #map-canvas {
    width: 100%;
    display: block;
    height: 500px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #search-map-echo .list-container {
    display: block;
  }
  #search-map-echo .list-container ul {
    display: inline-block;
    width: 100%;
  }
  #search-map-echo .list-container .wrapper {
    width: 33.33%;
  }
  #search-map-echo .list-container .wrapper li {
    padding-bottom: 80%;
  }
  #search-map-echo .list-container .wrapper li a {
    padding-top: 32%;
  }
  #search-map-echo .list-container-alt {
    display: block;
  }
  #search-map-echo .list-container-alt ul {
    display: inline-block;
    width: 100%;
  }
  #search-map-echo #search-map-container {
    display: block;
    height: 600px;
  }
  #search-map-echo #search-map-container .container .map-holder .map-overlay #map-canvas {
    width: 100%;
    display: block;
    height: 600px;
  }
}
#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%;
  }
}
#suburb-profiles-delta section #suburbs-display .list-container ul .wrapper {
  width: 100%;
}
#suburb-profiles-delta section #suburbs-display .list-container ul .wrapper li {
  padding-bottom: 80%;
}
#suburb-profiles-delta section #suburbs-display .list-container ul .wrapper li a {
  padding-top: 32%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profiles-delta section #suburbs-display .list-container ul .wrapper {
    width: 50%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profiles-delta section #suburbs-display {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #suburb-profiles-delta section #suburbs-display .list-container ul .wrapper {
    width: 33.33%;
  }
}
.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%;
  }
}
/* Custom select field */
/* Use function to add hover styles to avoid hover related double tap bug */
/* Adding 'disabled' state to buttons for form submissions */
/****** 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;
}
/**
 * Print stylesheet for Listings Show Alpha
* @version				 1.0
* @lastmodified		16.08.2018
*/
/* LESS -- Pt to Px (roughly): ceil({pt}/32*10)+{pt} = px */
/********
* Branded styles
* -- refer /assets/layout/{layout}/css/print/branding.css
**/
#print-alpha {
  background-color: initial;
  font-family: initial;
  height: auto;
  overflow: initial;
  color: inherit;
  letter-spacing: 0;
  position: static;
  color: #000;
  font-size: 9pt;
  display: block;
  /********
	* Screen AND Print **/
  /*Creates an extra blank page with prints involving multiple pages*/
  /*.page {
		page-break-before:always;
	} */
  /* Text align stuff */
  /* Columns stuff -- hey! it's a print stylesheet */
  /* Table stuff -- hey! it's a print stylesheet */
  /**/
  /*STUFF FOR LISTING-SHOW PAGE*/
  /**/
  /**/
  /*STUFF FOR LISTINGS PAGE*/
  /**/
  /********
	* Screen ONLY **/
  /********
	* Print ONLY **/
}
#print-alpha .page-box {
  padding: 10mm;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}
#print-alpha .page-box * {
  box-sizing: border-box;
}
#print-alpha .listing-details i {
  font-size: 12pt;
  font-style: normal;
  display: inline-block;
  /*font-weight: 300;*/
  padding: 0 10px 0 2px;
}
#print-alpha header {
  position: static;
  height: auto;
  transition: none;
  margin-bottom: 15px;
}
#print-alpha header #logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#print-alpha header p {
  margin: 0;
}
#print-alpha .header p {
  margin: 0;
}
#print-alpha .border-bottom {
  border-bottom: 1px solid #e4e4e4;
}
#print-alpha .border-right {
  border-right: 1px solid #e4e4e4;
}
#print-alpha .container {
  text-align: initial;
}
#print-alpha .content,
#print-alpha p,
#print-alpha a,
#print-alpha h1,
#print-alpha h2,
#print-alpha h3,
#print-alpha h4,
#print-alpha h5,
#print-alpha h6 {
  font-family: Helvetica, Arial, sans-serif !important;
  letter-spacing: 0;
  color: #000;
}
#print-alpha .content {
  position: relative;
  height: 100%;
}
#print-alpha .content .page {
  width: 100%;
  height: 100%;
}
#print-alpha .content .page .print-background {
  background-color: white;
  color: black;
}
#print-alpha .content .page .print-background h1,
#print-alpha .content .page .print-background h2,
#print-alpha .content .page .print-background h3,
#print-alpha .content .page .print-background h4,
#print-alpha .content .page .print-background h5,
#print-alpha .content .page .print-background h6,
#print-alpha .content .page .print-background p {
  color: black;
}
#print-alpha .content .page .container {
  position: relative;
  width: 100%;
  height: 280mm;
  overflow: hidden;
  padding: 0;
}
#print-alpha .content .page .container .inner-content {
  padding: 5px;
}
#print-alpha .btn-print {
  position: fixed;
  z-index: 10;
  top: 15px;
  right: 15px;
  padding: 15px;
  width: 40px;
  height: 40px;
  background: white;
  border: 0;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 14px;
  padding: 0;
  font-size: 1.1em;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#print-alpha .btn-print:hover {
  color: inherit;
  background: inherit;
  box-shadow: rgba(0, 0, 0, 0.15) 5px 10px 14px;
}
#print-alpha .btn-print i {
  padding: 0;
}
#print-alpha h1,
#print-alpha h2,
#print-alpha h3,
#print-alpha h4,
#print-alpha h5,
#print-alpha p,
#print-alpha li,
#print-alpha blockquote {
  font-weight: 400;
}
#print-alpha h1,
#print-alpha h2,
#print-alpha h3,
#print-alpha h4,
#print-alpha h5 {
  margin: 0;
}
#print-alpha h1 {
  text-transform: uppercase;
}
#print-alpha h2,
#print-alpha h5 {
  font-weight: 600;
  margin-bottom: 3mm;
}
#print-alpha ul {
  padding: 0 0 0 18px;
}
#print-alpha em {
  font-style: normal;
}
#print-alpha i {
  padding-right: 8px;
}
#print-alpha p {
  font-size: 9pt;
  line-height: 1.5;
  margin: 0 0 3mm;
}
#print-alpha strong {
  font-weight: bold;
}
#print-alpha sup {
  position: absolute;
  margin-top: -2px;
}
#print-alpha .footer {
  bottom: 0;
  width: 100%;
  left: 0;
}
#print-alpha .footer .logo {
  text-align: right;
}
#print-alpha .footer .logo img {
  max-height: 50px;
  max-width: 230px;
}
#print-alpha .padded {
  padding: 15px;
}
#print-alpha .padded-sm {
  padding: 5px;
}
#print-alpha .padded-right {
  padding-right: 50px;
}
#print-alpha .padded-notop {
  padding-top: 0;
}
#print-alpha .grid {
  font-size: 0;
}
#print-alpha .grid-images {
  height: 110mm;
}
#print-alpha .grid-images .image {
  background-color: ##efefef;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#print-alpha .below-grid-content {
  max-height: 135mm;
}
#print-alpha .text-left {
  text-align: left;
}
#print-alpha .text-center {
  text-align: center;
}
#print-alpha .text-right {
  text-align: right;
}
#print-alpha .column {
  display: inline-block;
}
#print-alpha .column-1-2 {
  width: 50%;
}
#print-alpha .column-1-3 {
  width: 33.33%;
}
#print-alpha .column-2-3 {
  width: 66.66%;
}
#print-alpha .column-1-4 {
  width: 25%;
}
#print-alpha .column-2-4 {
  width: 50%;
}
#print-alpha .column-3-4 {
  width: 75%;
}
#print-alpha .column-1-5 {
  width: 20%;
}
#print-alpha .column-2-5 {
  width: 40%;
}
#print-alpha .column-3-5 {
  width: 60%;
}
#print-alpha .column-4-5 {
  width: 80%;
}
#print-alpha .table {
  display: table;
  width: 100%;
}
#print-alpha .table-row {
  display: table-row;
}
#print-alpha .table-cell {
  display: table-cell;
}
#print-alpha .table-cell-top {
  vertical-align: top;
}
#print-alpha .table-cell-middle {
  vertical-align: middle;
}
#print-alpha .table-cell-bottom {
  vertical-align: bottom;
}
#print-alpha .image img {
  width: 100%;
  height: auto;
}
#print-alpha.listing-show h1,
#print-alpha.listing-show h2,
#print-alpha.listing-show h3,
#print-alpha.listing-show h4,
#print-alpha.listing-show h5,
#print-alpha.listing-show h6,
#print-alpha.listing-show p,
#print-alpha.listing-show a {
  color: #919396;
}
#print-alpha.listing-show .table .table-cell ul {
  padding: 0 0 0 10px;
}
#print-alpha.listing-show .table .table-cell li {
  font-size: 9pt;
  margin-bottom: 5px;
}
#print-alpha.listing-show .column .image {
  width: 100%;
  height: 100%;
  border: 5px solid white;
}
#print-alpha.listing-show .column-1-3 .image {
  height: 50%;
}
#print-alpha.listing-show .left-col {
  padding: 15px 60px 0 10px;
}
#print-alpha.listing-show .right-col .info-box {
  margin-bottom: 10px;
}
#print-alpha.listing-show .right-col .info-box p {
  font-size: 9pt;
}
#print-alpha.listing-show .right-col .info-box p:last-child {
  margin-bottom: 0;
}
#print-alpha.listing-show .right-col .info-box .table-cell {
  padding: 5px 10px 5px 0;
}
#print-alpha.listing-show .right-col .info-box .table-cell:first-child {
  padding-top: 0;
}
#print-alpha.listing-show .right-col .info-box .table-cell:last-child {
  padding-bottom: 0;
}
#print-alpha.listing-show .bbc-container span:last-child i {
  padding-right: 0;
}
#print-alpha.listing-show .agent {
  padding: 0 0 10px;
  margin: 0;
}
#print-alpha.listing-show .agent p {
  padding: 0;
  margin-bottom: 0;
  font-size: 9pt;
}
#print-alpha.listing-show .agent-contact {
  padding-top: 0.25em;
}
#print-alpha.listing-show .agent-contact p {
  font-size: 9pt;
}
#print-alpha.listing-show .footer {
  background: white;
  padding: 15px;
}
#print-alpha.listings,
#print-alpha.listings p {
  font-size: 9pt;
}
#print-alpha.listings header h3,
#print-alpha.listings header h5 {
  color: black;
}
#print-alpha.listings header h5 {
  margin-bottom: 0;
}
#print-alpha.listings .page-box {
  font-size: 12px;
}
#print-alpha.listings .listing-image {
  width: 55mm;
  height: 36mm;
}
#print-alpha.listings .listing-details {
  padding-left: 6mm;
  padding-right: 2mm;
}
#print-alpha.listings .image {
  margin-left: 3mm;
  position: relative;
  width: 100%;
  height: 100%;
}
#print-alpha.listings .status {
  background: red;
  text-transform: uppercase;
  color: #FFF;
  position: absolute;
  top: -1mm;
  left: -3mm;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 9pt;
  /*switching font here since valign issue*/
  font-family: Verdana, sans-serif;
}
#print-alpha.listings .listing-row {
  margin-bottom: 5mm;
  padding-bottom: 5mm;
}
#print-alpha.listings .listing-row.first-child {
  margin-top: 5mm;
}
#print-alpha.listings .listing-row .table-cell {
  text-align: left;
}
#print-alpha.listings .listing-row .listing-details {
  font-size: 8pt;
  line-height: 1.5;
}
#print-alpha.listings .listing-row .listing-details .title {
  font-size: 9pt;
  font-weight: 700;
  text-transform: uppercase;
}
#print-alpha.listings .listing-row .listing-details .description {
  height: 16mm;
  overflow: hidden;
  margin-bottom: 2mm;
}
#print-alpha.listings .listing-row .listing-details .listing-address {
  margin-bottom: 2mm;
}
#print-alpha.listings .listing-row .listing-details .listing-heading {
  text-transform: uppercase;
  max-width: 130mm;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#print-alpha.listings .listing-row .listing-details .table-row .table-cell i {
  padding-right: 0;
}
#print-alpha.listings .listing-row .listing-details .table-row .table-cell i:last-child:after {
  padding-right: 0;
}
#print-alpha.listings .listing-row .listing-details .icons {
  color: #4D4D4F;
}
#print-alpha.listings .footer .table-cell p {
  margin-right: 5mm;
}
#print-alpha.listings .footer .table-cell:first-child p {
  margin-left: 4mm;
}
#print-alpha.listings .footer .table-cell:last-child p {
  border-right: none;
}
@media screen {
  #print-alpha {
    /* Font size mappings
		* 7.5pt / 10px
		* 9pt / 12px
		* 10.5pt / 14px
		* 12pt / 16px
		* 13.5pt / 18px
		* 14.5pt / 20px
		*/
    /* Paragraph stuff */
  }
  #print-alpha html {
    background: #dfdfdf;
  }
  #print-alpha .page-box {
    /* please dont touch!
			 * A4 size is A4 size is A4 size */
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    padding: 0;
    margin: 10px auto;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 5px 3px 25px 4px;
  }
  #print-alpha .footer {
    position: absolute;
  }
  #print-alpha h1,
  #print-alpha h2,
  #print-alpha h3,
  #print-alpha h4 {
    font-size: 18px;
  }
  #print-alpha h5 {
    font-size: 12px;
  }
}
@media print {
  #print-alpha {
    /* Setting content width, unsetting floats and margins */
    /* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
    /** Setting margins */
    /* Paragraph stuff */
    /* Defining all page breaks */
    /* Displaying link color and link behaviour */
    /* NON PRINTABLE ELEMENTS */
  }
  #print-alpha .page-box {
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    position: relative;
    overflow: hidden;
    page-break-after: always;
    font-size: 11pt;
    background: #fff !important;
  }
  #print-alpha .page,
  #print-alpha .content {
    position: relative;
    height: auto;
  }
  #print-alpha .content,
  #print-alpha .page-box {
    margin: 0;
    float: none;
    padding: 0;
  }
  @page {
    margin: 0cm;
  }
  #print-alpha header #logo {
    filter: unset;
  }
  #print-alpha .footer {
    position: fixed;
  }
  #print-alpha h1,
  #print-alpha h2,
  #print-alpha h3,
  #print-alpha h4 {
    font-size: 13.5pt;
  }
  #print-alpha h5 {
    font-size: 9pt;
  }
  #print-alpha p,
  #print-alpha li,
  #print-alpha blockquote {
    font-size: 10.5pt;
  }
  #print-alpha .paragraph-small p,
  #print-alpha .paragraph-small li {
    font-size: 9pt;
  }
  #print-alpha a {
    page-break-inside: avoid;
  }
  #print-alpha blockquote {
    page-break-inside: avoid;
  }
  #print-alpha h1,
  #print-alpha h2,
  #print-alpha h3,
  #print-alpha h4,
  #print-alpha h5,
  #print-alpha h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  #print-alpha img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  #print-alpha table,
  #print-alpha pre {
    page-break-inside: avoid;
  }
  #print-alpha ul,
  #print-alpha ol,
  #print-alpha dl {
    page-break-before: avoid;
  }
  #print-alpha a:link,
  #print-alpha a:visited,
  #print-alpha a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  #print-alpha a {
    page-break-inside: avoid;
  }
  #print-alpha a[href^=http]:after {
    content: " < " attr(href) "> ";
  }
  #print-alpha a:after > img {
    content: "";
  }
  #print-alpha article a[href^="#"]:after {
    content: "";
  }
  #print-alpha a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }
  #print-alpha .btn-print {
    display: none;
  }
}
/* eAuctions */
#live-auction-alpha {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#live-auction-alpha .eAuction {
  width: 100%;
  height: 100%;
  /*--------------*/
  /*----------------*/
}
#live-auction-alpha .eAuction #eAuctionBanner {
  width: 100% !important;
  display: flex !important;
  padding: 0 !important;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 3;
  height: 64px;
}
#live-auction-alpha .eAuction #eAuctionBanner:before,
#live-auction-alpha .eAuction #eAuctionBanner:after {
  display: none;
  /* Otherwise the styles from eauctions seep in */
}
#live-auction-alpha .eAuction #eAuctionBanner .envelope {
  position: absolute;
  top: 64px;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #007bff transparent transparent transparent;
}
#live-auction-alpha .eAuction #eAuctionBanner a {
  position: absolute;
  right: 10px;
  color: white;
  text-transform: lowercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  height: 100%;
}
#live-auction-alpha .eAuction #eAuctionBanner a span {
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  color: inherit;
  top: 0;
  margin-right: 10px;
  display: none;
  /* Need this to only appear on tablet and desktop */
}
#live-auction-alpha .eAuction #eAuctionBanner a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#live-auction-alpha .eAuction #eAuctionBanner #status {
  text-transform: uppercase;
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
#live-auction-alpha .eAuction #eAuctionBanner.sold {
  max-width: initial;
  background-color: #eb1c22;
}
#live-auction-alpha .eAuction #eAuctionBanner.sold:before,
#live-auction-alpha .eAuction #eAuctionBanner.sold:after {
  display: none;
}
#live-auction-alpha .eAuction #eAuctionBanner.passedin {
  background-color: #5d5d5d;
}
#live-auction-alpha .eAuction #eAuctionBanner.onmarket {
  background-color: #3ab54a;
}
#live-auction-alpha .eAuction #eAuctionDiamond {
  position: relative;
  z-index: 2;
  /* Grey */
}
#live-auction-alpha .eAuction #eAuctionDiamond path {
  fill: #808080;
}
#live-auction-alpha .eAuction #eAuctionDiamond.active path {
  fill: #F6931E;
}
#live-auction-alpha .eAuction #eAuctionDiamond.sold path {
  fill: #eb1c22;
}
#live-auction-alpha .eAuction #eAuctionDiamond.passedin path {
  fill: #5d5d5d;
}
#live-auction-alpha .eAuction #eAuctionDiamond.onmarket path {
  fill: #3ab54a;
}
#live-auction-alpha .eAuction .text {
  width: 100%;
  height: 100vh;
  background: black;
}
#live-auction-alpha .eAuction .text .container {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
#live-auction-alpha .eAuction .text .container .address {
  font-size: 1.8em;
  font-weight: 300;
}
#live-auction-alpha .eAuction .text .animatedText-wrapper {
  width: auto;
  float: none;
  font-weight: 700;
  font-size: 1em;
  overflow: visible;
}
#live-auction-alpha .eAuction .text .animatedText-wrapper .animatedText {
  width: auto;
  float: none;
}
#live-auction-alpha .eAuction .text .address {
  position: absolute;
  left: 20px;
  bottom: 90px;
}
#live-auction-alpha .eAuction .text .address span {
  color: inherit;
}
#live-auction-alpha .eAuction .text .currentBid {
  font-size: 50px;
  overflow: hidden;
}
#live-auction-alpha .eAuction .text .currentBid aside {
  display: block;
}
#live-auction-alpha .eAuction .text .currentBid aside div {
  display: inline-block;
  margin: 0 10px;
}
#live-auction-alpha .eAuction .text ul {
  overflow-y: visible;
  text-align: center;
}
#live-auction-alpha .eAuction #bid-list .currentBid .animatedText-wrapper {
  display: inline-block;
  perspective: 300px;
}
#live-auction-alpha .eAuction #bid-list .currentBid .animatedText-wrapper .animatedText {
  opacity: 0;
  transform-origin: 50% 50%;
  transform: rotateX(180deg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#live-auction-alpha .eAuction #bid-list .currentBid .animatedText-wrapper .animatedText.animating {
  position: relative;
  top: auto;
  left: auto;
}
#live-auction-alpha .eAuction #bid-list .currentBid .animatedText-wrapper .animatedText.is-visible {
  position: relative;
  opacity: 1;
  transform: rotateX(0deg);
  animation: cd-rotate-1-in 0.5s;
}
#live-auction-alpha .eAuction #bid-list .currentBid .animatedText-wrapper .animatedText.is-hidden {
  transform: rotateX(180deg);
  animation: cd-rotate-1-out 0.5s;
}
#live-auction-alpha .eAuction #bid-list .currentBid aside {
  position: static;
  margin-top: 20px;
}
#live-auction-alpha .eAuction #bid-title span {
  display: none;
  color: #FFF;
}
#live-auction-alpha .eAuction #bid-title .currentBid {
  text-transform: uppercase;
  font-size: 20px;
}
#live-auction-alpha .eAuction .legend {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#live-auction-alpha .eAuction .legend li {
  padding-top: 8px;
}
#live-auction-alpha .eAuction .legend li span.v,
#live-auction-alpha .eAuction .legend li span.om {
  display: inline-block !important;
}
#live-auction-alpha .eAuction span.v,
#live-auction-alpha .eAuction span.om {
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 0.8em;
  display: none;
  color: white;
  border-radius: 50%;
  float: none;
  font-size: 12px;
  text-align: center;
}
#live-auction-alpha .eAuction span.v {
  background: #D51E23;
}
#live-auction-alpha .eAuction span.om {
  background: #3AB54A;
}
#live-auction-alpha .eAuction #logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 250px;
}
@media only screen and (min-width: 320px) {
  #live-auction-alpha .eAuction #eAuctionBanner #status {
    top: 0;
  }
}
@media only screen and (min-width: 640px) {
  #live-auction-alpha .eAuction #eAuctionBanner #status {
    font-size: 2em;
    font-weight: 700;
  }
  #live-auction-alpha .eAuction #bid-list .currentBid aside {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #live-auction-alpha .eAuction #eAuctionBanner #status {
    top: 5px;
    font-size: 30px;
  }
  #live-auction-alpha .eAuction #eAuctionBanner a span {
    display: inline;
  }
  #live-auction-alpha .eAuction .text .animatedText-wrapper {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 980px) {
  #live-auction-alpha .eAuction #eAuctionBanner #status {
    top: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  #live-auction-alpha .eAuction #eAuctionBanner #status {
    top: 15px;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.eAuction-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.eAuction {
  height: 678px;
  width: 100%;
  position: relative;
}
.eAuction.sold .currentBid .next-bid {
  display: none !important;
}
.eAuction ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  display: none;
}
.eAuction ::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  display: none;
}
.eAuction ::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
  display: none;
}
.eAuction .full-screen {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.3em;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.eAuction .full-screen:hover {
  color: white;
}
.eAuction .full-screen span {
  font-size: 70%;
  position: relative;
  top: -2px;
  margin-right: 3px;
  display: none;
  /* To only display on tablet and desktop */
}
.eAuction .banner-container {
  position: absolute;
  width: 100%;
  top: 0;
  /*#eAuctionBanner, #onMarketFlag{
			position: relative;
			float:left;
			left: auto;
			width: auto;
		}*/
}
.eAuction .banner-container #eAuctionBanner,
.eAuction .banner-container #onMarketFlag {
  position: relative;
  top: 10px;
  left: 0;
  width: 40%;
  height: 44px;
  line-height: 44px;
  background-color: #F6931E;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  /*left: 45%;*/
  display: none;
  text-transform: uppercase;
  max-width: 100%;
  border-radius: 0;
  -webkit-transition: max-width, color 1.5s;
  -moz-transition: max-width, color 1.5s;
  -o-transition: max-width, color 1.5s;
  transition: max-width, color 1.5s;
}
@media (min-width: 768px) {
  .eAuction .banner-container #eAuctionBanner,
  .eAuction .banner-container #onMarketFlag {
    top: 15px;
  }
}
@media (max-width: 450px) {
  .eAuction .banner-container #eAuctionBanner,
  .eAuction .banner-container #onMarketFlag {
    font-size: 12px;
  }
}
.eAuction .banner-container #eAuctionBanner:before,
.eAuction .banner-container #onMarketFlag:before,
.eAuction .banner-container #eAuctionBanner:after,
.eAuction .banner-container #onMarketFlag:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -10px;
  border-bottom: 32px solid transparent;
  border-left: 10px solid #F6931E;
}
.eAuction .banner-container #eAuctionBanner:after,
.eAuction .banner-container #onMarketFlag:after {
  top: auto;
  bottom: 0;
  border-top: 32px solid transparent;
  border-left: 10px solid #F6931E;
  border-bottom: none;
}
.eAuction .banner-container #eAuctionBanner.active,
.eAuction .banner-container #onMarketFlag.active {
  background-color: #F6931E;
}
.eAuction .banner-container #eAuctionBanner.active:before,
.eAuction .banner-container #onMarketFlag.active:before,
.eAuction .banner-container #eAuctionBanner.active:after,
.eAuction .banner-container #onMarketFlag.active:after {
  border-left-color: #F6931E;
}
.eAuction .banner-container #eAuctionBanner.change,
.eAuction .banner-container #onMarketFlag.change {
  color: transparent;
  max-width: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.eAuction .banner-container #eAuctionBanner.sold,
.eAuction .banner-container #onMarketFlag.sold {
  background-color: #eb1c22;
  line-height: inherit;
  white-space: nowrap;
  max-width: 75%;
}
.eAuction .banner-container #eAuctionBanner.sold:before,
.eAuction .banner-container #onMarketFlag.sold:before,
.eAuction .banner-container #eAuctionBanner.sold:after,
.eAuction .banner-container #onMarketFlag.sold:after {
  border-left-color: #eb1c22;
}
.eAuction .banner-container #eAuctionBanner.sold b,
.eAuction .banner-container #onMarketFlag.sold b {
  display: block;
  float: left;
  margin: 0 15px 0 10px;
  line-height: 44px;
  font-size: 29px;
  font-weight: 900;
}
.eAuction .banner-container #eAuctionBanner.sold aside,
.eAuction .banner-container #onMarketFlag.sold aside {
  float: left;
  font-size: 12px;
  text-align: left;
  line-height: 44px;
}
.eAuction .banner-container #eAuctionBanner.sold aside span,
.eAuction .banner-container #onMarketFlag.sold aside span {
  font-size: 20px;
  display: block;
}
.eAuction .banner-container #eAuctionBanner.passed,
.eAuction .banner-container #onMarketFlag.passed {
  background-color: gray;
}
.eAuction .banner-container #eAuctionBanner.passed:before,
.eAuction .banner-container #onMarketFlag.passed:before,
.eAuction .banner-container #eAuctionBanner.passed:after,
.eAuction .banner-container #onMarketFlag.passed:after {
  border-left-color: gray;
}
.eAuction .banner-container #eAuctionBanner {
  background: gray;
  padding: 0 2em 0 2em;
  z-index: 3;
}
.eAuction .banner-container #eAuctionBanner:after {
  left: auto;
}
.eAuction .banner-container #eAuctionBanner:before,
.eAuction .banner-container #eAuctionBanner:after {
  border-left-color: gray;
}
.eAuction .banner-container #onMarketFlag {
  background: #3ab54a;
  padding: 0 1em 0 2em;
}
.eAuction .banner-container #onMarketFlag:before,
.eAuction .banner-container #onMarketFlag:after {
  border-left-color: #3ab54a;
}
.eAuction .text {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  color: white;
  padding: 90px 20px 15px;
  overflow: hidden;
  /* ------------------------------- */
  /* ------------------------------- */
}
.eAuction .text .fa-gavel {
  font-size: 160px;
  bottom: 40px;
  left: 15px;
  color: rgba(255, 255, 255, 0.08);
  position: absolute;
  z-index: 1;
}
.eAuction .text .paused {
  z-index: 1;
}
.eAuction .text #loading-div {
  font-size: 18px;
  opacity: .9;
  font-weight: 100;
  letter-spacing: .5px;
}
.eAuction .text #loading-div i {
  opacity: .9;
  font-size: 35px;
  vertical-align: middle;
  margin-right: 10px;
}
.eAuction .text .appraisal {
  display: none;
}
.eAuction .text span.currentBid {
  line-height: 1em;
}
.eAuction .text .currentBid {
  font-size: 50px;
  font-weight: 300;
  padding: 0 0 50px;
  /*overflow hidden cutting off text on mobile*/
  /*overflow: hidden;*/
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.eAuction .text .currentBid span {
  display: block;
  color: white;
  /*transform: scale(1, 1);
				-webkit-transform: scale(1, 1);*/
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 50%;
  float: left;
  line-height: initial;
}
.eAuction .text .currentBid span.spin {
  transform: rotateX(90deg);
}
.eAuction .text .currentBid .next-bid {
  display: none;
  width: 50%;
  float: right;
  text-align: right;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 16px;
}
.eAuction .text .currentBid .next-bid.hide {
  opacity: 0;
}
.eAuction .text .currentBid .next-bid i {
  color: rgba(255, 255, 255, 0.3);
  font-size: 26px;
  -webkit-animation: rotation 2s linear infinite;
  -moz-animation: rotation 2s linear infinite;
  -ms-animation: rotation 2s linear infinite;
}
.eAuction .text .currentBid .next-bid div {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 10px 15px;
  -webkit-animation: pulse 3s linear infinite;
  -moz-animation: pulse 3s linear infinite;
  -ms-animation: pulse 3s linear infinite;
}
.eAuction .text .currentBid aside {
  font-size: 14px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  clear: both;
  /*.currency-one, .currency-two {
					display: inline-block;
					select{
						background: none;
						border: 0;
						padding: 0;
						margin: 0;
						font-weight: 400;
						color: #F6931E;
						display: inline-block;
						width: auto;
						height: 18px;
						line-height: 18px;
						options{
							color: #000;
						}
					}
					.amount {
						display: inline-block;	
						transform: scale(1, 1);
						-webkit-transform: scale(1, 1);
						.animate(0.2s);
					}
				}
				.currency-one {
					margin-right: 20px;
				}*/
}
.eAuction .text .currentBid aside b {
  color: #F6931E;
}
.eAuction .text .currentBid aside .currency-one {
  display: inline-block;
  font-size: 30px;
  top: 20px;
}
.eAuction .text .currentBid aside .currency-one select {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #F6931E;
  display: inline-block;
  width: auto;
  font-size: inherit;
  cursor: pointer;
}
.eAuction .text .currentBid aside .currency-one select options {
  color: #000;
}
.eAuction .text .currentBid aside .currency-one .amount {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.eAuction .text .currentBid aside .currency-one label {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
  display: block;
}
.eAuction .text .currentBid em {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.eAuction .text .currentBid .fa {
  font-size: 1em;
}
.eAuction .text .currentBid.animate span {
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.eAuction .text ul {
  height: 305px;
  /*overflow-y: scroll;*/
  /* Scrollbar appears to right even when unnecessary */
  overflow-y: auto;
  margin-top: 20px;
  width: 100%;
}
.eAuction .text ul .animated {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.eAuction .text ul em {
  position: absolute;
  right: 0;
  font-size: 14px;
}
.eAuction .text ul .priceEstimate,
.eAuction .text ul .countdownTimer {
  font-size: 32px;
  font-weight: 100;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.eAuction .text ul .priceEstimate span,
.eAuction .text ul .countdownTimer span {
  font-size: 20px;
  font-weight: 400;
  color: #29ABE2;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.eAuction .text ul .priceEstimate {
  margin-top: 20px;
}
.eAuction .text ul .bid {
  font-size: 15px;
  opacity: .9;
  /*padding: 10px 5px;*/
  padding: 10px 0;
  font-weight: 300;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  transition-delay: 0.2s;
}
.eAuction .text ul .bid aside {
  display: none;
  /* ----------- */
  opacity: 0;
  padding: 10px 0 0 65px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.eAuction .text ul .bid aside b {
  color: #F6931E;
}
.eAuction .text ul .bid span {
  width: 27px;
  text-align: right;
  display: inline-block;
}
.eAuction .text ul .bid span.increment {
  /*font-size: 0.85em;
						margin-left: 20px;*/
  width: auto;
  color: white;
  float: right;
}
.eAuction .text ul .bid.spin {
  transition: none;
  transform: rotateX(90deg);
}
.eAuction .text ul .bid .vendor {
  display: inline-block;
  background: #eb2027;
  color: white;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 20px;
  font-weight: 500;
  font-size: 0.95em;
  zoom: 0.85;
}
.eAuction .text ul .bid .vendor ~ .vendor {
  margin-left: 5px;
}
.eAuction .text ul .bid em {
  display: none;
}
.eAuction .text ul .bid:first-of-type {
  border-top: 0;
}
.eAuction .paused {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.eAuction .paused .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.eAuction .paused .container i {
  font-size: 4em;
  border: solid 4px white;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  -webkit-animation: rotation 6s linear infinite;
  -moz-animation: rotation 6s linear infinite;
  -ms-animation: rotation 6s linear infinite;
}
.eAuction .paused .container h3 {
  font-size: 2em;
  font-weight: 300;
  margin-top: 20px;
}
.eAuction .legend,
.eAuction .disclaimer {
  position: absolute;
  bottom: 15px;
  left: 30px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
}
@media (max-width: 420px) {
  .eAuction .legend,
  .eAuction .disclaimer {
    font-size: 8px;
  }
}
.eAuction .legend {
  right: 30px;
  left: auto;
}
.eAuction .legend em {
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  background: #d51e23;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-size: 0.9em;
  line-height: 1.2rem;
  font-style: normal;
}
.eAuction .legend p {
  line-height: 1.6;
}
.eAuction .auct-onmarket {
  background: #3ab54a !important;
}
.eAuction .auct-onmarket .fa {
  font-size: 1em !important;
}
.eAuction .contact-us {
  left: -100%;
  z-index: 2;
  visibility: visible;
  color: white;
  width: 100%;
  display: block;
  /*position: absolute;*/
  position: relative;
  right: 0;
  bottom: 0;
  padding: 50px 20px;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -o-transition: left 2s;
  transition: left 2s;
  -webkit-animation-delay: 2s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 2s;
}
.eAuction .contact-us h3 {
  font-size: 1.8em;
  font-weight: 300;
  padding-bottom: 30px;
  color: white;
}
.eAuction .contact-us .auction-inner-container {
  position: relative;
}
.eAuction .contact-us .fa-close {
  display: none;
  cursor: pointer;
}
.eAuction .contact-us .contact {
  display: inline-block;
  color: #fb9400;
  border: solid 1px #fb9400;
  padding: 10px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9em;
  cursor: pointer;
  background: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.eAuction .contact-us .contact:hover {
  color: transparent;
  background: #fb9400;
  color: white;
}
.eAuction .contact-us form {
  display: none;
  padding-bottom: 30px;
}
.eAuction .contact-us form fieldset {
  margin-bottom: 10px;
}
.eAuction .contact-us form fieldset ::-webkit-input-placeholder {
  color: #c8c8c8;
}
.eAuction .contact-us form fieldset ::-moz-placeholder {
  color: #c8c8c8;
}
.eAuction .contact-us form fieldset :-ms-input-placeholder {
  color: #c8c8c8;
}
.eAuction .contact-us form fieldset :-moz-placeholder {
  color: #c8c8c8;
}
.eAuction .contact-us form fieldset input {
  color: white;
  background: transparent;
  border-color: white;
}
.eAuction .contact-us form fieldset.fieldset_message {
  margin-bottom: 20px;
}
.eAuction .contact-us form input[type=submit] {
  color: #fb9400;
  border: solid 1px #fb9400;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9em;
  background: transparent !important;
  width: 98%;
  margin: 0 1%;
  line-height: 1;
  padding: 15px 20px;
}
.eAuction .contact-us form input[type=submit]:hover {
  background: #fb9400 !important;
  color: white;
}
.eAuction.demo .text ul li:first-child {
  opacity: 1;
}
.eAuction.sold .legend,
.eAuction.passedin .legend,
.eAuction.sold .disclaimer,
.eAuction.passedin .disclaimer {
  display: none;
}
.eAuction.sold .contact-us,
.eAuction.passedin .contact-us {
  left: 0;
}
.eAuction.sold .text,
.eAuction.passedin .text {
  overflow-y: auto;
}
@media only screen and (min-width: 350px) {
  .eAuction #eAuctionBanner.sold {
    max-width: 70%;
  }
}
@media only screen and (min-width: 400px) {
  .eAuction .text ul .bid span.increment {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    float: none;
  }
  .eAuction .text ul .bid em {
    display: inline-block;
  }
}
@media only screen and (min-width: 640px) {
  .eAuction .text {
    width: 75%;
    padding: 115px 30px 15px;
  }
  .eAuction .text ul {
    margin-top: 0;
  }
  .eAuction .text .currentBid {
    font-size: 60px;
  }
  .eAuction .text .currentBid .next-bid {
    display: block;
  }
  .eAuction #eAuctionBanner,
  .eAuction #onMarketFlag {
    width: auto !important;
    max-width: none !important;
    /*padding: 0 20px !important;*/
    position: relative !important;
    left: 0 !important;
    float: left;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
  }
  .eAuction #eAuctionBanner.sold b,
  .eAuction #eAuctionBanner.sold aside {
    line-height: 64px;
  }
  .eAuction #eAuctionBanner,
  .eAuction #onMarketFlag {
    top: 15px;
  }
  .sold .contact-us form {
    max-width: 80%;
    margin: 0 auto;
  }
  .sold .contact-us form fieldset {
    width: 48%;
    margin: 0 1% 10px;
    float: left;
  }
  .sold .contact-us form fieldset.fieldset_address,
  .sold .contact-us form fieldset.fieldset_message {
    width: 98%;
  }
  .sold .contact-us form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .eAuction .full-screen span {
    display: inline;
  }
}
@media only screen and (min-width: 1150px) {
  .eAuction .text {
    width: 50%;
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
/* --- For Homepage Listings --- */
#eauction-list-alpha ul li {
  position: relative;
}
#eauction-list-alpha ul li a {
  display: block;
  position: relative;
}
#eauction-list-alpha ul li a .pause {
  display: block;
  position: absolute;
  padding-top: 1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#eauction-list-alpha ul li a .pause i {
  padding: 1em;
  border: 2px solid white;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  font-size: 1.5em;
  line-height: 25px;
}
#eauction-list-alpha ul li a .pause p {
  padding: 1em 0;
}
#eauction-list-alpha ul li .banner-container {
  position: absolute;
}
#eauction-list-alpha ul li .banner-container .banner {
  top: 15px;
  left: 0;
  background-color: #28ABE3;
  color: white;
  font-size: 17px;
  letter-spacing: 3px;
  padding: 2px 20px;
  text-transform: uppercase;
  line-height: 25px;
  transition: all 0.2s ease-out, background 0.5s ease-out 0.2s;
  float: left;
  position: relative;
  z-index: 2;
}
#eauction-list-alpha ul li .banner-container .banner.om-banner {
  z-index: 1;
  display: none;
  background: #4cd327;
  padding-right: 15px;
}
#eauction-list-alpha ul li .banner-container .banner.om-banner:before,
#eauction-list-alpha ul li .banner-container .banner.om-banner:after {
  border-left-color: #4cd327;
}
#eauction-list-alpha ul li .banner-container .banner.out {
  transform: translateX(-120%);
}
#eauction-list-alpha ul li .banner-container .banner:before,
#eauction-list-alpha ul li .banner-container .banner:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -10px;
  border-bottom: 32px solid transparent;
  border-left: 10px solid #28ABE3;
  transition: all 0.5s ease-out 0.2s;
}
#eauction-list-alpha ul li .banner-container .banner:after {
  top: auto;
  bottom: 0;
  right: -10px;
  border-top: 32px solid transparent;
  border-left: 10px solid #28ABE3;
  border-bottom: none;
}
#eauction-list-alpha ul li .banner-container .banner.active {
  background-color: #F6931E;
}
#eauction-list-alpha ul li .banner-container .banner.active:before,
#eauction-list-alpha ul li .banner-container .banner.active:after {
  border-left-color: #F6931E;
}
#eauction-list-alpha ul li .banner-container .banner.waiting {
  background-color: #28ABE3;
}
#eauction-list-alpha ul li .banner-container .banner.waiting:before,
#eauction-list-alpha ul li .banner-container .banner.waiting:after {
  border-left-color: #28ABE3;
}
#eauction-list-alpha ul li .banner-container .banner.sold {
  background-color: #eb1c22;
}
#eauction-list-alpha ul li .banner-container .banner.sold:before,
#eauction-list-alpha ul li .banner-container .banner.sold:after {
  border-left-color: #eb1c22;
}
#eauction-list-alpha ul li .banner-container .banner.passed {
  background-color: gray;
}
#eauction-list-alpha ul li .banner-container .banner.passed:before,
#eauction-list-alpha ul li .banner-container .banner.passed:after {
  border-left-color: gray;
}
#eauction-list-alpha ul li .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.5s;
}
#eauction-list-alpha ul li aside {
  position: absolute;
  bottom: 0;
  z-index: 1;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: white;
  line-height: 20px;
  letter-spacing: 2px;
  font-size: 11px;
  text-align: center !important;
}
#eauction-list-alpha ul li aside span {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 0;
  display: block;
}
#eauction-list-alpha ul li aside em {
  font-size: 1.6em;
}
#eauction-list-alpha ul li aside em i.fa-spin {
  margin: 0 7px;
  font-size: 0.5em;
  position: relative;
  bottom: 3px;
  transform-origin: 40% 50%;
  color: rgba(255, 255, 255, 0.6);
}
#eauction-list-alpha ul li aside > em,
#eauction-list-alpha ul li aside > b,
#eauction-list-alpha ul li aside > strong {
  display: inline-block;
  transition: all 0.2s;
  transform: translateY(0%);
  opacity: 1;
}
#eauction-list-alpha ul li aside > em.out,
#eauction-list-alpha ul li aside > b.out,
#eauction-list-alpha ul li aside > strong.out {
  transform: translateY(20%);
  opacity: 0;
}
@media (min-width: 640px) {
  #eauction-list-alpha ul li:first-child .banner {
    top: 30px;
    font-size: 30px;
    letter-spacing: 5px;
    padding: 6px 30px;
    line-height: 30px;
  }
  #eauction-list-alpha ul li:first-child aside {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3px;
  }
}
/* --- */
/* Property Alerts */
.font-family {
  font-family: 'Lato', sans-serif !important;
}
.flex-center-style {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* DISPLAY JUST THE FORM. SOME CLIENTS HAVE REQUESTED FOR THE FORM TO APPEAR ON CERTAIN PAGES, AND THESE STYLES WILL REMOVE ALL OTHER PROPERTY ALERT ELEMENTS EXCEPT FOR THE FORM */
/* Can't be used in propertyAlert.css since the boxes flash before being hidden due to the loading order */
.disable-property-alert-modal .lity-hide {
  display: block !important;
}
.disable-property-alert-modal #form-property-alpha {
  display: none;
}
.disable-property-alert-modal #property-alert #property-alert-container .left-col {
  display: none !important;
}
.disable-property-alert-modal #property-alert #property-alert-container .right-col {
  width: 100%;
  flex-basis: 100%;
  height: auto;
  overflow: auto;
}
.disable-property-alert-modal #property-alert #property-alert-container .right-col #property-alert-form .row {
  flex-flow: row nowrap;
}
#form-property-alpha ~ .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #14477D;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #14477D, #223dd5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #14477D, #223dd5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-blend-mode: multiply;
}
#form-property-alpha ~ .background.banner-slick-slider {
  background: none;
  background: transparent;
}
#form-property-alpha {
  min-width: 320px;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-flow: nowrap column;
  /* Use matching pure.css widths */
  /* Left panel - info area */
  /* Use matching pure.css widths */
}
.singlestep #form-property-alpha {
  padding: 0;
}
#form-property-alpha .flex {
  display: flex;
}
#form-property-alpha .flex-row {
  flex-flow: nowrap row;
}
#form-property-alpha .flex-col {
  flex-flow: wrap column;
}
#form-property-alpha .self-center {
  display: inline-flex;
  align-self: center;
  justify-self: center;
  align-items: center;
  flex-grow: 0.7;
}
@media (max-width: 670px) {
  #form-property-alpha .md-flex-wrap {
    flex-flow: wrap row;
  }
}
@media (min-width: 671px) {
  #form-property-alpha .self-top {
    justify-self: flex-start;
  }
}
#form-property-alpha.container {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 15px 40px;
  margin: 0 auto;
}
#form-property-alpha .pure-g {
  width: 100%;
}
#form-property-alpha h2,
#form-property-alpha h3 {
  font-size: 1.7em;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 0.5em;
  line-height: 1.2;
}
#form-property-alpha h3 {
  font-size: 1.4em;
  padding: 0;
}
#form-property-alpha h3 em {
  font-style: normal;
  color: #14477D;
  padding-right: 10px;
  /*        display: inline-block;
        width: 20px;
        height: 20px;
        display: flex;
        align-items:center;
        justify-content:center;*/
}
#form-property-alpha .property-success h3 {
  padding: 0 0 1em;
}
#form-property-alpha .property-success .button {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: normal;
}
#form-property-alpha form a {
  margin-top: 1.5rem;
  text-transform: none;
  font-size: 1.2em;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  #form-property-alpha form a {
    margin-top: 3rem;
  }
}
#form-property-alpha form .success,
#form-property-alpha form .error {
  opacity: 0;
  min-height: 1rem;
  padding: 1.25em 0 1.5em;
  color: #da4343;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 2;
  transition: all 0.2s ease-out;
}
#form-property-alpha form .success.on,
#form-property-alpha form .error.on {
  opacity: 1;
}
@media (min-width: 640px) {
  #form-property-alpha form .success,
  #form-property-alpha form .error {
    padding: 1.25em 0 2em;
  }
}
#form-property-alpha form .success {
  color: green;
}
#form-property-alpha button,
#form-property-alpha .button,
#form-property-alpha input[type="submit"] {
  display: block;
  color: white;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  background: #14477D;
  border-color: #14477D;
  padding: 15px 10px;
  /*Messes up valiagnment of 'Find Out How' buttons*/
  /*line-height: 1.2;*/
}
#form-property-alpha button:focus,
#form-property-alpha .button:focus,
#form-property-alpha input[type="submit"]:focus,
#form-property-alpha button:active,
#form-property-alpha .button:active,
#form-property-alpha input[type="submit"]:active,
#form-property-alpha button:hover,
#form-property-alpha .button:hover,
#form-property-alpha input[type="submit"]:hover {
  background: #0d2e51;
  border-color: #0d2e51;
}
#form-property-alpha button.disabled,
#form-property-alpha .button.disabled,
#form-property-alpha input[type="submit"].disabled,
#form-property-alpha button:disabled,
#form-property-alpha .button:disabled,
#form-property-alpha input[type="submit"]:disabled {
  background: gray !important;
  border-color: gray !important;
}
#form-property-alpha .spin-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}
#form-property-alpha .address-spinner {
  position: relative;
  right: auto;
  top: auto;
  display: none;
}
#form-property-alpha .fa-chevron-left {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 20;
  color: black;
  font-size: 1.2rem;
}
@media (max-width: 48em) {
  #form-property-alpha .fa-chevron-left {
    left: auto;
    top: auto;
    bottom: 20px;
    right: 50px;
  }
}
#form-property-alpha .fa-close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 22px;
  z-index: 20;
  color: black;
  font-size: 1.4rem;
}
@media (min-width: 42em) {
  #form-property-alpha {
    font-size: 1em;
  }
}
#form-property-alpha .info,
#form-property-alpha > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#form-property-alpha .logo-header {
  align-items: center;
  text-align: center;
  padding: 0 0 2rem;
  transition: opacity 2s ease-out;
}
#form-property-alpha .logo-header img {
  max-width: 100%;
}
#form-property-alpha .info {
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  border: 1px solid white;
  padding: 2rem;
  max-width: 400px;
  min-width: 300px;
  position: relative;
  justify-content: space-around;
  transition: opacity 2s ease-out;
  height: auto;
  width: 90%;
  margin: 1em auto;
}
@media (min-width: 600px) {
  #form-property-alpha .info {
    height: 280px;
    width: 45%;
    margin: 1em;
  }
}
@media (min-width: 670px) {
  #form-property-alpha .info {
    height: 400px;
  }
}
#form-property-alpha .info h2.self-top {
  margin: 0;
  padding: 0;
  min-height: 60px;
}
#form-property-alpha .info p.self-center {
  display: flex;
  flex-grow: 1;
  padding: 2rem 0;
}
#form-property-alpha .info p {
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.5;
}
#form-property-alpha .info form {
  width: 100%;
  margin: 0 auto;
}
#form-property-alpha .info form a {
  transition: all 0.2s ease-out, visibility 0s linear 0s;
  margin: 0;
}
#form-property-alpha .info form a.off {
  transition: all 0.2s ease-out, visibility 0s linear 0.5s;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
#form-property-alpha .info.info-auction {
  justify-content: flex-start;
  text-align: center;
  padding: 3rem 5px 4rem;
}
@media (max-width: 48em) {
  #form-property-alpha .info.info-auction {
    display: none;
  }
}
#form-property-alpha .info.info-auction big {
  font-size: 1.4em;
}
#form-property-alpha .info.info-auction small {
  line-height: 1.6em;
}
#form-property-alpha .info.info-auction .bids {
  margin: 2rem 0 1.5rem;
}
#form-property-alpha .info.info-auction .bid-current {
  padding: 2em 0;
  background: rgba(0, 0, 0, 0.5);
}
#form-property-alpha .info.info-auction .bid-image {
  padding-left: 5px;
  overflow: hidden;
  flex: 1;
}
#form-property-alpha .info.info-auction .bid-image > div {
  height: 100%;
  width: 100%;
}
#form-property-alpha .info.off,
#form-property-alpha .logo-header.off {
  opacity: 0;
}
@media (min-width: 64em) {
  #form-property-alpha {
    flex-direction: column;
  }
  #form-property-alpha.container {
    padding: 50px 50px 50px;
  }
  #form-property-alpha .info {
    padding: 2rem 3rem;
  }
}
/* Form popup styles */
.lity-property-alert .lity-container .lity-content {
  padding: 0;
}
.form-property-container-underlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  height: 100%;
  width: 100%;
  max-height: 100vh;
  opacity: 0;
  visibility: hidden;
}
.form-property-container-underlay.on {
  visibility: visible;
  opacity: 1;
  display: block;
}
.form-property-container {
  z-index: 9999;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-out, visibility 0s linear 0s;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-flow: nowrap column;
  /* Use matching pure.css widths */
}
.form-property-container.singlestep {
  display: none;
}
.form-property-container.singlestep form {
  padding: 0;
}
.form-property-container .flex {
  display: flex;
}
.form-property-container .flex-row {
  flex-flow: nowrap row;
}
.form-property-container .flex-col {
  flex-flow: wrap column;
}
.form-property-container .self-center {
  display: inline-flex;
  align-self: center;
  justify-self: center;
  align-items: center;
  flex-grow: 0.7;
}
@media (max-width: 670px) {
  .form-property-container .md-flex-wrap {
    flex-flow: wrap row;
  }
}
@media (min-width: 671px) {
  .form-property-container .self-top {
    justify-self: flex-start;
  }
}
.form-property-container.container {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 15px 40px;
  margin: 0 auto;
}
.form-property-container .pure-g {
  width: 100%;
}
.form-property-container h2,
.form-property-container h3 {
  font-size: 1.7em;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 0.5em;
  line-height: 1.2;
}
.form-property-container h3 {
  font-size: 1.4em;
  padding: 0;
}
.form-property-container h3 em {
  font-style: normal;
  color: #14477D;
  padding-right: 10px;
  /*        display: inline-block;
        width: 20px;
        height: 20px;
        display: flex;
        align-items:center;
        justify-content:center;*/
}
.form-property-container .property-success h3 {
  padding: 0 0 1em;
}
.form-property-container .property-success .button {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: normal;
}
.form-property-container form a {
  margin-top: 1.5rem;
  text-transform: none;
  font-size: 1.2em;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .form-property-container form a {
    margin-top: 3rem;
  }
}
.form-property-container form .success,
.form-property-container form .error {
  opacity: 0;
  min-height: 1rem;
  padding: 1.25em 0 1.5em;
  color: #da4343;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 2;
  transition: all 0.2s ease-out;
}
.form-property-container form .success.on,
.form-property-container form .error.on {
  opacity: 1;
}
@media (min-width: 640px) {
  .form-property-container form .success,
  .form-property-container form .error {
    padding: 1.25em 0 2em;
  }
}
.form-property-container form .success {
  color: green;
}
.form-property-container button,
.form-property-container .button,
.form-property-container input[type="submit"] {
  display: block;
  color: white;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  background: #14477D;
  border-color: #14477D;
  padding: 15px 10px;
  /*Messes up valiagnment of 'Find Out How' buttons*/
  /*line-height: 1.2;*/
}
.form-property-container button:focus,
.form-property-container .button:focus,
.form-property-container input[type="submit"]:focus,
.form-property-container button:active,
.form-property-container .button:active,
.form-property-container input[type="submit"]:active,
.form-property-container button:hover,
.form-property-container .button:hover,
.form-property-container input[type="submit"]:hover {
  background: #0d2e51;
  border-color: #0d2e51;
}
.form-property-container button.disabled,
.form-property-container .button.disabled,
.form-property-container input[type="submit"].disabled,
.form-property-container button:disabled,
.form-property-container .button:disabled,
.form-property-container input[type="submit"]:disabled {
  background: gray !important;
  border-color: gray !important;
}
.form-property-container .spin-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}
.form-property-container .address-spinner {
  position: relative;
  right: auto;
  top: auto;
  display: none;
}
.form-property-container .fa-chevron-left {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 20;
  color: black;
  font-size: 1.2rem;
}
@media (max-width: 48em) {
  .form-property-container .fa-chevron-left {
    left: auto;
    top: auto;
    bottom: 20px;
    right: 50px;
  }
}
.form-property-container .fa-close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 22px;
  z-index: 20;
  color: black;
  font-size: 1.4rem;
}
@media (min-width: 42em) {
  .form-property-container {
    font-size: 1em;
  }
}
.form-property-container.on {
  visibility: visible;
  opacity: 1;
  display: block;
}
.form-property-container .grecaptcha-badge {
  display: block;
  margin: 0 auto;
}
.form-property-container .button.g-recaptcha {
  font-size: 1em;
  width: 100%;
  border: 0;
}
.form-property-container .button.g-recaptcha:hover {
  cursor: pointer;
}
@media (min-width: 64em) {
  .form-property-container .fieldset_captcha {
    width: 50%;
  }
}
.form-property-container .fieldset_captcha .g-recaptcha {
  margin: 0 auto;
}
.form-property-container .termlinks {
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.form-property-container .termlinks a,
.form-property-container .termlinks a:hover,
.form-property-container .termlinks a:focus,
.form-property-container .termlinks a:active {
  display: inline;
  border: 0;
  font-size: 0.8rem;
  background: none;
}
@media (max-width: 64em) {
  .form-property-container .termlinks a,
  .form-property-container .termlinks a:hover,
  .form-property-container .termlinks a:focus,
  .form-property-container .termlinks a:active {
    color: black;
  }
}
@media (min-width: 64em) {
  .form-property-container .termlinks {
    left: auto;
    right: 10px;
    bottom: -45px;
  }
  .form-property-container .termlinks a,
  .form-property-container .termlinks a:hover {
    color: white;
  }
}
.form-property-container .flex-center {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form-property-container .flex-center .pure-g [class*=pure-u],
.form-property-container .flex-center .next {
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}
.form-property-container .flex-center .next {
  width: 100%;
}
.form-property-container .flex-center .next .button span {
  font-size: 1em;
}
.form-property-container .step {
  position: absolute;
  z-index: 10000;
  box-sizing: border-box;
  padding: 15px;
  background: white;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(-30%);
  transition: all 0.5s ease-out, visibility 0s linear 0.5s;
}
.form-property-container .step.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.5s ease-out, visibility 0s linear 0s;
}
.form-property-container .step input:not([type="radio"]):not(.btn),
.form-property-container .step select,
.form-property-container .step textarea {
  font-size: 1em;
  letter-spacing: 0;
  min-height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  width: 100%;
  color: black;
  padding: 1rem 1rem 0.4rem;
  height: 42px;
  line-height: 36px;
}
.form-property-container .step input.btn,
.form-property-container .step input[type="submit"] {
  width: 100%;
  color: #FFF;
  height: auto;
  line-height: initial;
  min-height: initial;
  padding: 1em;
}
.form-property-container .step select {
  position: relative;
  background: none;
  padding: .4rem 1rem;
  line-height: 50px;
  height: 55px;
  z-index: 2;
}
.form-property-container .step textarea {
  min-height: 70px;
  padding: 1.5rem 1rem 0.4rem !important;
  width: 100%;
  max-height: 130px;
  resize: vertical;
}
@media (min-width: 415px) {
  .form-property-container .step textarea {
    height: auto;
  }
}
.form-property-container .step label {
  color: gray;
  font-size: 1.1em;
  padding: 15px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 5px;
  text-align: left;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.form-property-container .step .radio label {
  position: static;
  padding: 5px 15px 5px 5px;
}
.form-property-container .step .select:after {
  position: absolute;
  right: 15px;
  top: 24px;
  color: lightgray;
  content: "\f078";
  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;
}
.form-property-container .step .err label {
  color: #c71414;
}
.form-property-container .step .err input,
.form-property-container .step .err select,
.form-property-container .step .err textarea {
  border-color: #c71414;
}
.form-property-container .step label.offset {
  line-height: 1;
  font-size: 0.6rem;
  padding: 5px 0 0 15px;
}
.form-property-container .step #residential-or-commercial-toggle {
  margin-bottom: 10px;
}
.form-property-container .step #address-select {
  position: absolute;
  z-index: 100;
  width: calc(100% - 10px);
}
.form-property-container .step #address-select ul {
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  border: 2px solid gray;
  border-top: 0;
  box-sizing: border-box;
}
.form-property-container .step #address-select ul li {
  width: 100%;
  cursor: pointer;
  padding: 1rem;
  text-align: left;
  color: black;
  line-height: 1.2;
  background: white;
}
.form-property-container .step #address-select ul li:hover,
.form-property-container .step #address-select ul li.selected {
  color: white;
  background: #14477D;
}
@media (min-width: 640px) {
  .form-property-container .step {
    max-height: 500px;
    padding: 50px;
  }
}
@media (min-width: 640px) and (max-width: 64em) {
  .form-property-container .step .flex-center {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .form-property-container {
    max-height: none;
    margin: auto;
    position: fixed;
    visibility: hidden;
    opacity: 0;
  }
  .form-property-container.on {
    visibility: visible;
    opacity: 1;
  }
  .form-property-container .step {
    /*margin-left: 5px;*/
  }
  .form-property-container .fa-close {
    top: 15px;
  }
}
.form-property-container .singlestep {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  overflow-y: scroll;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}
.form-property-container .singlestep .step {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  top: auto;
  left: auto;
  height: auto;
  max-height: none;
}
.form-property-container .singlestep .step.step-1 .next,
.form-property-container .singlestep .step.step-2 .next {
  display: none;
}
.form-property-container .singlestep .step.step-2,
.form-property-container .singlestep .step.step-3 {
  padding-top: 0;
}
.form-property-container .singlestep .step.step-2 .fa-chevron-left,
.form-property-container .singlestep .step.step-3 .fa-chevron-left,
.form-property-container .singlestep .step.step-2 .fa-close,
.form-property-container .singlestep .step.step-3 .fa-close {
  display: none;
}
.form-property-container .singlestep .step.step-2 button,
.form-property-container .singlestep .step.step-3 button {
  margin-top: 1em;
}
/* 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 */
#agent-show-juliet h1 {
  font-size: 25px;
  font-weight: normal;
}
#agent-show-juliet h2 {
  font-size: 18px;
  text-transform: uppercase;
}
#agent-show-juliet .container {
  padding-bottom: 8px;
}
#agent-show-juliet .container .agent-wrapper {
  width: 100%;
  background-color: #f1f1f1;
}
#agent-show-juliet .container .middle {
  padding: 16px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
#agent-show-juliet .container .middle .left {
  font-size: 1.1em;
  line-height: 1.5em;
}
#agent-show-juliet .container .middle .left h1 {
  padding-bottom: 8px;
  display: block;
  width: 100%;
}
#agent-show-juliet .container .middle .left h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
  clear: both;
}
#agent-show-juliet .container .middle .left span {
  width: auto;
  display: inline-block;
  float: left;
}
#agent-show-juliet .container .middle .left a {
  display: inline-block;
  text-decoration: none;
  color: #919396;
  float: none;
}
#agent-show-juliet .container .middle .left a:hover {
  color: #14477D;
}
#agent-show-juliet .container .middle .left a:not(.office-name) {
  padding: 0;
  font-weight: 700;
}
#agent-show-juliet .container .middle .right {
  clear: both;
}
#agent-show-juliet .container .middle .right h2 {
  display: block;
  width: 100%;
  padding: 12px 0;
  padding-bottom: 20px;
  font-size: 18px !important;
  text-transform: uppercase;
}
#agent-show-juliet .container .middle .right b {
  font-weight: bold;
  padding-right: 4px;
  display: inline-block;
}
#agent-show-juliet .container .middle .right a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #919396;
}
#agent-show-juliet .container .middle .right a:hover {
  color: #14477D;
}
#agent-show-juliet .container .middle .right .contact-me .links 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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  margin: 2px 0 !important;
}
#agent-show-juliet .container .middle .right .contact-me .links a:disabled {
  background: #ccc;
}
#agent-show-juliet .container .middle .right .contact-me .links a:disabled:hover,
#agent-show-juliet .container .middle .right .contact-me .links a:disabled:active,
#agent-show-juliet .container .middle .right .contact-me .links a:disabled:focus {
  background: #ccc;
}
#agent-show-juliet .container .middle .right .contact-me .links a:focus,
#agent-show-juliet .container .middle .right .contact-me .links a:hover,
#agent-show-juliet .container .middle .right .contact-me .links a:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#agent-show-juliet .container .middle .right .contact-me .links a:first-child {
  margin-top: 12px !important;
}
#agent-show-juliet .container .middle .right .contact-me .links a:last-child {
  margin-bottom: 0;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a {
  position: relative;
  width: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
  transition: all 0.5s;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a i {
  color: #919396;
  font-size: 19px;
  position: relative;
  display: block;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a:after {
  position: absolute;
  content: "";
  top: 27px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #919396;
  opacity: 0;
  transition: all 0.5s;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #facebook:after {
  background-color: #3b5998;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #twitter:after {
  background-color: #55acee;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #linkedin:after {
  background-color: #0077b5;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #googleplus:after {
  background-color: #dd4b39;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
  color: #3b5998;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
  color: #55acee;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
  color: #0077b5;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
  color: #dd4b39;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
  margin-left: 0;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a:hover {
  transition: all 0.5s;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a:hover:after {
  opacity: 1;
  top: 22px;
  transition: all 0.5s;
}
#agent-show-juliet .container .bottom .RMA-widget {
  padding: 40px 8px 0;
}
#agent-show-juliet .container .bottom .agent-form-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px 16px 0 16px;
}
#agent-show-juliet .container .bottom .agent-form-alpha h1 {
  padding-bottom: 16px;
  font-size: 18px;
  text-transform: uppercase;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset {
  margin-bottom: 8px;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset textarea {
  height: 105px;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  border: transparent;
  width: 100%;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
  background: #ccc;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
  background: #ccc;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
  margin-bottom: 0;
}
#agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_captcha {
  float: none;
}
#agent-show-juliet .container .bottom .latest-listings {
  padding-top: 20px;
}
#agent-show-juliet .container .bottom .latest-listings h1 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px;
  padding-top: 0;
}
#agent-show-juliet .container .bottom .latest-listings .list-container img {
  position: absolute;
  height: 100%;
  width: 100%;
}
#agent-show-juliet .container .bottom .latest-listings .list-container ul .wrapper {
  width: 100%;
}
#agent-show-juliet .container .bottom .latest-listings .list-container ul li {
  padding-bottom: 80%;
}
#agent-show-juliet .container .bottom .latest-listings .list-container ul li .image {
  padding-bottom: 80%;
}
#agent-show-juliet .blogs h1 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px;
}
#agent-show-juliet .blogs .list-container ul .wrapper {
  width: 100%;
}
#agent-show-juliet .blogs .list-container ul .wrapper li .image {
  padding-bottom: 80%;
}
#agent-show-juliet .blogs .list-container ul .wrapper li a {
  padding-top: 32%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-juliet {
    display: inline-block;
  }
  #agent-show-juliet .container {
    padding-bottom: 12px;
  }
  #agent-show-juliet .container .middle {
    padding: 24px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #agent-show-juliet .container .middle .left {
    padding-right: 24px;
  }
  #agent-show-juliet .container .middle .left h1 {
    padding-bottom: 12px;
    display: block;
    width: 100%;
  }
  #agent-show-juliet .container .middle .left h2 {
    padding: 24px 0;
  }
  #agent-show-juliet .container .middle .right {
    border-left: 1px solid #919396;
    padding-left: 24px;
    clear: both;
    margin-top: 24px;
  }
  #agent-show-juliet .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
  }
  #agent-show-juliet .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #agent-show-juliet .container .middle .right .contact-me .links 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin: 12px 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:hover,
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:active,
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:focus,
  #agent-show-juliet .container .middle .right .contact-me .links a:hover,
  #agent-show-juliet .container .middle .right .contact-me .links a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 24px;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a i {
    color: #919396;
    font-size: 19px;
    position: relative;
    display: block;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #919396;
    opacity: 0;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #facebook:after {
    background-color: #3b5998;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #twitter:after {
    background-color: #55acee;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #linkedin:after {
    background-color: #0077b5;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #googleplus:after {
    background-color: #dd4b39;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
    color: #3b5998;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
    color: #55acee;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
    color: #0077b5;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .bottom .RMA-widget {
    padding: 80px 0 0;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px 24px 0 24px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha h1 {
    padding: 24px 0;
    font-size: 20px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 6px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 6px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 100%;
    margin-bottom: 0;
  }
  #agent-show-juliet .container .bottom .latest-listings {
    clear: both;
    padding-top: 40px;
  }
  #agent-show-juliet .container .bottom .latest-listings h1 {
    font-size: 20px;
    padding: 24px;
  }
  #agent-show-juliet .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #agent-show-juliet .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 80%;
  }
  #agent-show-juliet .container .bottom .latest-listings .list-container ul li .image {
    padding-bottom: 80%;
  }
  #agent-show-juliet .blogs h1 {
    padding: 24px;
  }
  #agent-show-juliet .blogs .list-container ul .wrapper {
    width: 33.33%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-juliet {
    padding-top: 0;
  }
  #agent-show-juliet h1 {
    font-size: 30px;
  }
  #agent-show-juliet h2 {
    font-size: 18px;
  }
  #agent-show-juliet .container {
    padding-bottom: 30px;
  }
  #agent-show-juliet .container .middle {
    padding: 30px 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #agent-show-juliet .container .middle .left {
    padding-right: 30px;
  }
  #agent-show-juliet .container .middle .left h1 {
    padding-bottom: 20px;
  }
  #agent-show-juliet .container .middle .left h2 {
    padding: 30px 0;
  }
  #agent-show-juliet .container .middle .right {
    border-left: 1px solid #919396;
    padding-left: 30px;
    clear: both;
    margin-top: 30px;
  }
  #agent-show-juliet .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  #agent-show-juliet .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #agent-show-juliet .container .middle .right .contact-me .links 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin: 10px 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:hover,
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:active,
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:focus,
  #agent-show-juliet .container .middle .right .contact-me .links a:hover,
  #agent-show-juliet .container .middle .right .contact-me .links a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 30px;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a i {
    color: #919396;
    font-size: 19px;
    position: relative;
    display: block;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #919396;
    opacity: 0;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #facebook:after {
    background-color: #3b5998;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #twitter:after {
    background-color: #55acee;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #linkedin:after {
    background-color: #0077b5;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #googleplus:after {
    background-color: #dd4b39;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
    color: #3b5998;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
    color: #55acee;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
    color: #0077b5;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 80px 120px 0 120px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha h1 {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 20px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 10px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 10px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 25%;
    float: right;
    padding-left: 10px;
    margin-bottom: 0;
  }
  #agent-show-juliet .container .bottom .latest-listings {
    padding-top: 80px;
    clear: both;
  }
  #agent-show-juliet .container .bottom .latest-listings h1 {
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
  }
  #agent-show-juliet .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #agent-show-juliet .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 80%;
  }
  #agent-show-juliet .container .bottom .latest-listings .list-container ul li .image {
    padding-bottom: 80%;
  }
  #agent-show-juliet .blogs h1 {
    padding: 30px;
    text-align: center;
    font-size: 25px;
  }
  #agent-show-juliet .blogs .list-container ul .wrapper {
    width: 33.33%;
  }
}
#agents-lima {
  padding-top: 60px;
  background-color: #f1f1f1;
  padding-bottom: 8px;
}
#agents-lima .top-section .form-wrapper {
  top: 194px;
}
#agents-lima .top-section .form-wrapper .refine {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
}
#agents-lima .top-section form span {
  display: none;
}
#agents-lima .top-section form div {
  display: inline-block;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agents-lima .top-section form div select {
  margin-bottom: 2px;
}
#agents-lima .top-section form div #refine-submit {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#agents-lima .top-section form div #refine-submit:disabled {
  background: #ccc;
}
#agents-lima .top-section form div #refine-submit:disabled:hover,
#agents-lima .top-section form div #refine-submit:disabled:active,
#agents-lima .top-section form div #refine-submit:disabled:focus {
  background: #ccc;
}
#agents-lima .top-section form div #refine-submit:focus,
#agents-lima .top-section form div #refine-submit:hover,
#agents-lima .top-section form div #refine-submit:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#agents-lima .heading-wrapper {
  width: 100%;
  display: block;
  padding: 16px;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agents-lima .heading-wrapper .heading-div {
  font-size: 20px;
}
#agents-lima .heading-wrapper .style-change {
  padding: 16px 0;
  display: block;
}
#agents-lima .heading-wrapper .style-change div {
  font-size: 20px;
  display: inline-block;
  padding-right: 4px;
  color: #919396;
}
#agents-lima .heading-wrapper .style-change div i {
  cursor: pointer;
  color: #919396;
}
#agents-lima .heading-wrapper .style-change div i:hover {
  color: #14477D;
}
#agents-lima .heading-wrapper .style-change .active i {
  color: #14477D;
}
#agents-lima .container {
  width: 100%;
  display: inline-block;
}
#agents-lima .container .list-container {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
}
#agents-lima .list-container li .text-wrapper .bottom {
  height: auto;
  padding-bottom: 5px !important;
}
#agents-lima .list-container li .text-wrapper .bottom h1,
#agents-lima .list-container li .text-wrapper .bottom h2 {
  line-height: 21px !important;
}
#agents-lima .list-container li .text-wrapper .bottom h2 {
  float: none;
}
#agents-lima .list-container li .text-wrapper p a {
  position: static;
}
#agents-lima .list-container-alt li {
  height: auto;
  padding: initial;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
  flex-direction: column;
  min-height: 300px;
}
#agents-lima .list-container-alt li:hover .image-wrapper .image {
  transform: scale(1.1);
}
#agents-lima .list-container-alt li:hover .text-wrapper {
  background-color: #919396;
}
#agents-lima .list-container-alt li:hover .text-wrapper h3,
#agents-lima .list-container-alt li:hover .text-wrapper p {
  color: #FFF;
}
#agents-lima .list-container-alt li .image-wrapper {
  overflow: hidden;
  flex: 1;
  position: relative;
  min-height: 300px;
}
#agents-lima .list-container-alt li .image-wrapper .image {
  position: absolute;
  float: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  background-size: cover;
}
#agents-lima .list-container-alt li .text-wrapper {
  flex: 2;
  background-color: #fff;
  transition: background-color 0.2s ease;
  padding: 20px;
}
#agents-lima .list-container-alt li .text-wrapper a {
  padding: initial !important;
  height: auto;
  width: 100%;
  background-color: transparent;
}
#agents-lima .list-container-alt li .text-wrapper a:hover {
  background-color: transparent;
}
#agents-lima .list-container-alt li .text-wrapper h3,
#agents-lima .list-container-alt li .text-wrapper p {
  transition: none;
}
#agents-lima .list-container-alt li .text-wrapper h3 a,
#agents-lima .list-container-alt li .text-wrapper p a {
  float: none;
  display: inline;
}
#agents-lima .list-container-alt li .underlay {
  display: none !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #agents-lima {
    padding-bottom: 12px;
  }
  #agents-lima .top-section .form-wrapper {
    top: 380px;
  }
  #agents-lima .top-section form div {
    display: inline-block;
    width: 40%;
    float: left;
    padding-right: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-lima .top-section form div select {
    margin-bottom: 2px;
  }
  #agents-lima .top-section form .hidden-xs.hidden-sm.col-md-2.col-lg-2 {
    width: 20%;
    padding-right: 0;
  }
  #agents-lima .top-section form .hidden-xs.hidden-sm.col-md-2.col-lg-2 #refine-submit {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #agents-lima .top-section form .hidden-xs.hidden-sm.col-md-2.col-lg-2 #refine-submit:disabled {
    background: #ccc;
  }
  #agents-lima .top-section form .hidden-xs.hidden-sm.col-md-2.col-lg-2 #refine-submit:disabled:hover,
  #agents-lima .top-section form .hidden-xs.hidden-sm.col-md-2.col-lg-2 #refine-submit:disabled:active,
  #agents-lima .top-section form .hidden-xs.hidden-sm.col-md-2.col-lg-2 #refine-submit:disabled:focus {
    background: #ccc;
  }
  #agents-lima .top-section form .hidden-xs.hidden-sm.col-md-2.col-lg-2 #refine-submit:focus,
  #agents-lima .top-section form .hidden-xs.hidden-sm.col-md-2.col-lg-2 #refine-submit:hover,
  #agents-lima .top-section form .hidden-xs.hidden-sm.col-md-2.col-lg-2 #refine-submit:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #agents-lima .heading-wrapper {
    padding: 24px;
  }
  #agents-lima .heading-wrapper .heading-div {
    font-size: 25px;
  }
  #agents-lima .heading-wrapper .style-change {
    width: 125px;
    float: left;
    padding: 24px 0;
  }
  #agents-lima .heading-wrapper .style-change div {
    padding-right: 6px;
  }
  #agents-lima .list-container-alt li {
    flex-direction: row;
  }
  #agents-lima .list-container-alt li .image-wrapper {
    min-height: initial;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #agents-lima {
    padding-bottom: 30px;
    padding-top: 0;
  }
  #agents-lima .top-section .form-wrapper {
    top: 505px;
    padding-bottom: 10px;
  }
  #agents-lima .top-section form span {
    display: none;
  }
  #agents-lima .top-section form div {
    display: inline-block;
    width: 40%;
    float: left;
    padding-right: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-lima .top-section form div select {
    margin-bottom: 2px;
  }
  #agents-lima .top-section form .hidden-xs.hidden-sm.col-md-2.col-lg-2 {
    width: 20%;
    padding-right: 0;
  }
  #agents-lima .heading-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding: 30px;
  }
  #agents-lima .heading-wrapper .heading-div {
    font-size: 30px;
  }
  #agents-lima .heading-wrapper .style-change {
    width: 175px;
    float: left;
    padding: 40px 0;
  }
  #agents-lima .heading-wrapper .style-change div {
    padding-right: 10px;
  }
}
#appraisal-echo {
  padding-top: 60px;
}
#appraisal-echo .text-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#appraisal-echo .text-wrapper article {
  font-size: 1.1em;
  line-height: 1.5em;
}
#appraisal-echo .text-wrapper article h1 {
  font-size: 35px;
  line-height: initial;
  margin-bottom: 5px;
}
#appraisal-echo .text-wrapper article h2 {
  font-size: 25px;
  font-weight: normal;
  line-height: initial;
  padding-bottom: 16px;
  display: block;
}
#appraisal-echo .appraisal-wrapper {
  padding: 0 16px 16px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#appraisal-echo .appraisal-wrapper form fieldset {
  padding-bottom: 8px;
}
#appraisal-echo .appraisal-wrapper form fieldset input {
  height: 35px;
  line-height: 35px;
}
#appraisal-echo .appraisal-wrapper form fieldset select {
  height: 35px;
  line-height: 35px;
}
#appraisal-echo .appraisal-wrapper form fieldset textarea {
  height: 105px;
  line-height: 22px;
  display: block;
}
#appraisal-echo .appraisal-wrapper form fieldset.fieldset_captcha {
  float: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-echo .text-wrapper {
    padding: 24px;
  }
  #appraisal-echo .text-wrapper article h2 {
    padding-bottom: 24px;
  }
  #appraisal-echo .appraisal-wrapper {
    padding: 0 24px 24px 24px;
  }
  #appraisal-echo .appraisal-wrapper form fieldset {
    padding-bottom: 12px;
  }
  #appraisal-echo .appraisal-wrapper form fieldset input,
  #appraisal-echo .appraisal-wrapper form fieldset select {
    height: 45px;
    line-height: 45px;
  }
  #appraisal-echo .appraisal-wrapper form fieldset textarea {
    height: 135px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_first_name,
  #appraisal-echo .appraisal-wrapper form .fieldset_type,
  #appraisal-echo .appraisal-wrapper form .fieldset_email_address,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_unit_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_name {
    padding-right: 6px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_surname,
  #appraisal-echo .appraisal-wrapper form .fieldset_mobile,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_suburb_postcode {
    padding-left: 6px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_type {
    margin-right: 40%;
  }
  #appraisal-echo .appraisal-wrapper form input[type="submit"] {
    height: 45px;
    line-height: 45px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-echo {
    padding-top: 0;
  }
  #appraisal-echo .text-wrapper {
    padding: 30px 0;
  }
  #appraisal-echo .text-wrapper article {
    text-align: center;
    padding: 0 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal-echo .text-wrapper article h2 {
    padding-bottom: 30px;
  }
  #appraisal-echo .appraisal-wrapper {
    padding: 0 120px 30px 120px;
  }
  #appraisal-echo .appraisal-wrapper form fieldset {
    padding-bottom: 20px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_first_name,
  #appraisal-echo .appraisal-wrapper form .fieldset_type,
  #appraisal-echo .appraisal-wrapper form .fieldset_email_address,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_unit_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_name {
    padding-right: 10px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_surname,
  #appraisal-echo .appraisal-wrapper form .fieldset_mobile,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_suburb_postcode {
    padding-left: 10px;
  }
  #appraisal-echo .appraisal-wrapper form input[type="submit"] {
    width: 25%;
    float: right;
  }
  #appraisal-echo .appraisal-wrapper form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
#auctions-juliet,
#opens-kilo {
  padding-top: 60px;
  padding-bottom: 8px;
}
#auctions-juliet .heading-wrapper,
#opens-kilo .heading-wrapper {
  width: 100%;
  display: block;
  padding: 16px;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#auctions-juliet .heading-wrapper .heading-div,
#opens-kilo .heading-wrapper .heading-div {
  font-size: 20px;
}
#auctions-juliet .heading-wrapper .style-change,
#opens-kilo .heading-wrapper .style-change {
  padding: 16px 0;
  display: block;
}
#auctions-juliet .heading-wrapper .style-change div,
#opens-kilo .heading-wrapper .style-change div,
#auctions-juliet .heading-wrapper .style-change a,
#opens-kilo .heading-wrapper .style-change a {
  font-size: 20px;
  display: inline-block;
  padding-right: 4px;
  color: #919396;
}
#auctions-juliet .heading-wrapper .style-change div i,
#opens-kilo .heading-wrapper .style-change div i,
#auctions-juliet .heading-wrapper .style-change a i,
#opens-kilo .heading-wrapper .style-change a i {
  cursor: pointer;
  color: #919396;
}
#auctions-juliet .heading-wrapper .style-change div i:hover,
#opens-kilo .heading-wrapper .style-change div i:hover,
#auctions-juliet .heading-wrapper .style-change a i:hover,
#opens-kilo .heading-wrapper .style-change a i:hover {
  color: #14477D;
}
#auctions-juliet .heading-wrapper .style-change .active i,
#opens-kilo .heading-wrapper .style-change .active i {
  color: #14477D;
}
#auctions-juliet .listings-wrapper,
#opens-kilo .listings-wrapper {
  clear: both;
}
#auctions-juliet .listings-wrapper ul .wrapper,
#opens-kilo .listings-wrapper ul .wrapper {
  width: 100%;
  cursor: pointer;
}
#auctions-juliet .listings-wrapper ul .wrapper li,
#opens-kilo .listings-wrapper ul .wrapper li {
  padding-bottom: 80%;
}
#auctions-juliet .listings-wrapper ul .wrapper li a,
#opens-kilo .listings-wrapper ul .wrapper li a {
  padding-top: 32%;
}
#auctions-juliet .listings-wrapper ul .wrapper:hover .grid,
#opens-kilo .listings-wrapper ul .wrapper:hover .grid {
  display: none;
}
#auctions-juliet .listings-wrapper ul .wrapper:hover .open-auction-hover,
#opens-kilo .listings-wrapper ul .wrapper:hover .open-auction-hover {
  display: block !important;
}
#auctions-juliet .listings-wrapper ul .wrapper:hover .open-auction-hover .remove,
#opens-kilo .listings-wrapper ul .wrapper:hover .open-auction-hover .remove {
  display: none;
}
#auctions-juliet .listings-wrapper ul .wrapper:hover .open-auction-hover .add,
#opens-kilo .listings-wrapper ul .wrapper:hover .open-auction-hover .add {
  display: block;
}
#auctions-juliet .listings-wrapper ul .wrapper.added .open-auction-hover .remove,
#opens-kilo .listings-wrapper ul .wrapper.added .open-auction-hover .remove {
  display: block;
}
#auctions-juliet .listings-wrapper ul .wrapper.added .open-auction-hover .add,
#opens-kilo .listings-wrapper ul .wrapper.added .open-auction-hover .add {
  display: none;
}
#auctions-juliet .listings-wrapper ul .wrapper.grid,
#opens-kilo .listings-wrapper ul .wrapper.grid {
  pointer-events: none;
}
#auctions-juliet .listings-wrapper ul .icon-link i,
#opens-kilo .listings-wrapper ul .icon-link i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  display: block !important;
  color: white;
  font-size: 20px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  transition: all 0.5s;
}
#auctions-juliet .listings-wrapper ul .icon-link i:hover,
#opens-kilo .listings-wrapper ul .icon-link i:hover {
  color: #14477D;
  transition: all 0.5s;
}
#auctions-juliet .listings-wrapper ul .wrapper.added,
#opens-kilo .listings-wrapper ul .wrapper.added {
  /*.grid{
					display: none !important;
				}
				.open-auction-hover{
					display: block !important;
				}*/
}
#auctions-juliet .listings-wrapper ul .wrapper.added .underlay,
#opens-kilo .listings-wrapper ul .wrapper.added .underlay {
  opacity: 1 !important;
}
#auctions-juliet .listings-wrapper ul .wrapper.added .image,
#opens-kilo .listings-wrapper ul .wrapper.added .image {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#auctions-juliet .listings-wrapper .date-card,
#opens-kilo .listings-wrapper .date-card {
  width: 100%;
  display: block;
  clear: both;
}
#auctions-juliet .listings-wrapper h2,
#opens-kilo .listings-wrapper h2 {
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 18px;
}
#auctions-juliet .listings-wrapper #date1 h2,
#opens-kilo .listings-wrapper #date1 h2 {
  padding: 0 8px 8px 8px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #auctions-juliet,
  #opens-kilo {
    padding-bottom: 12px;
  }
  #auctions-juliet .heading-wrapper,
  #opens-kilo .heading-wrapper {
    padding: 24px;
  }
  #auctions-juliet .heading-wrapper .heading-div,
  #opens-kilo .heading-wrapper .heading-div {
    font-size: 25px;
  }
  #auctions-juliet .heading-wrapper .style-change,
  #opens-kilo .heading-wrapper .style-change {
    width: 125px;
    float: left;
    padding: 24px 0;
  }
  #auctions-juliet .heading-wrapper .style-change div,
  #opens-kilo .heading-wrapper .style-change div,
  #auctions-juliet .heading-wrapper .style-change a,
  #opens-kilo .heading-wrapper .style-change a {
    padding-right: 6px;
  }
  #auctions-juliet .listings-wrapper ul .wrapper,
  #opens-kilo .listings-wrapper ul .wrapper {
    width: 50%;
  }
  #auctions-juliet .listings-wrapper h2,
  #opens-kilo .listings-wrapper h2 {
    padding: 12px;
    font-size: 22px;
  }
  #auctions-juliet .listings-wrapper #date1 h2,
  #opens-kilo .listings-wrapper #date1 h2 {
    padding: 0 12px 12px 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #auctions-juliet,
  #opens-kilo {
    padding-bottom: 30px;
    padding-top: 0;
  }
  #auctions-juliet .heading-wrapper,
  #opens-kilo .heading-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding: 30px;
  }
  #auctions-juliet .heading-wrapper .heading-div,
  #opens-kilo .heading-wrapper .heading-div {
    font-size: 30px;
  }
  #auctions-juliet .heading-wrapper .style-change,
  #opens-kilo .heading-wrapper .style-change {
    width: 175px;
    float: left;
    padding: 40px 0;
  }
  #auctions-juliet .heading-wrapper .style-change div,
  #opens-kilo .heading-wrapper .style-change div,
  #auctions-juliet .heading-wrapper .style-change a,
  #opens-kilo .heading-wrapper .style-change a {
    padding-right: 10px;
  }
  #auctions-juliet .listings-wrapper,
  #opens-kilo .listings-wrapper {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
  }
  #auctions-juliet .listings-wrapper ul .wrapper,
  #opens-kilo .listings-wrapper ul .wrapper {
    width: 33.33%;
  }
  #auctions-juliet .listings-wrapper h2,
  #opens-kilo .listings-wrapper h2 {
    padding: 20px;
    font-size: 25px;
  }
  #auctions-juliet .listings-wrapper #date1 h2,
  #opens-kilo .listings-wrapper #date1 h2 {
    padding: 0 20px 20px 20px;
  }
}
.sneak-preview {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 69px;
  height: 43px;
  z-index: 55;
  line-height: 15px;
  font-size: 13px;
  padding: 6px 0 0;
  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;
}
figure.video-container {
  padding: 20px 0;
}
figure.video-container .video-link {
  width: 100%;
  padding-bottom: 50%;
  display: block;
  position: relative;
}
figure.video-container .video-link: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;
  content: '\f04b';
  background: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 2px;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transform-origin: 50% 0;
  transition: background 0.3s ease-out, transform 0.3s ease-out;
}
figure.video-container figcaption {
  padding: 10px 10px 20px;
  text-align: center;
  font-family: georgia,courier;
  font-size: .8em;
}
.propertyListing {
  position: relative;
}
.sneak-preview.on-map {
  top: 80px;
  right: 15px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .sneak-preview {
    width: 89px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0 0;
    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: 43px;
    font-size: 13px;
    line-height: 15px;
    padding: 6px 0 0;
    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;
  }
}
#blog-delta {
  background-color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 8px;
}
#blog-delta .heading-wrapper {
  width: 100%;
  display: block;
  padding: 16px 16px 0 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog-delta .heading-wrapper .heading-div {
  font-size: 20px;
  margin-bottom: 18px;
}
#blog-delta .heading-wrapper .style-change {
  padding: 8px 0;
  display: block;
}
#blog-delta .heading-wrapper .style-change div,
#blog-delta .heading-wrapper .style-change a {
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  padding-right: 4px;
  color: #919396;
}
#blog-delta .heading-wrapper .style-change div i,
#blog-delta .heading-wrapper .style-change a i {
  cursor: pointer;
  color: #919396;
}
#blog-delta .heading-wrapper .style-change div i:hover,
#blog-delta .heading-wrapper .style-change a i:hover {
  color: #14477D;
}
#blog-delta .heading-wrapper .style-change .active i {
  color: #14477D;
}
#blog-delta .heading-wrapper .search-sort select {
  font-family: 'Lato', sans-serif;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #878787;
  padding-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog-delta .info-wrapper h3,
#blog-delta .info-wrapper h4 {
  background-color: transparent;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-delta {
    padding-bottom: 12px;
  }
  #blog-delta .heading-wrapper {
    padding: 24px 24px 0 24px;
  }
  #blog-delta .heading-wrapper .heading-div {
    font-size: 25px;
  }
  #blog-delta .heading-wrapper .style-change {
    /*width: 125px;*/
    float: left;
    padding: 12px 0;
  }
  #blog-delta .heading-wrapper .style-change div,
  #blog-delta .heading-wrapper .style-change a {
    padding-right: 6px;
  }
  #blog-delta .heading-wrapper .search-sort select {
    width: 250px;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 23px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-delta {
    padding-bottom: 30px;
    padding-top: 0;
  }
  #blog-delta .heading-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding: 30px 30px 0 18px;
  }
  #blog-delta .heading-wrapper .heading-div {
    font-size: 30px;
  }
  #blog-delta .heading-wrapper .style-change {
    /*width: 175px;*/
    float: left;
    padding: 20px 0;
  }
  #blog-delta .heading-wrapper .style-change div,
  #blog-delta .heading-wrapper .style-change a {
    padding-right: 10px;
  }
  #blog-delta .heading-wrapper .search-sort select {
    width: 250px;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 38px;
  }
  #blog-delta #blog-display {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
#blog-show-delta h1 {
  font-size: 25px;
  font-weight: normal;
}
#blog-show-delta h2 {
  font-size: 18px;
  text-transform: uppercase;
}
#blog-show-delta i {
  font-style: italic;
}
#blog-show-delta b {
  font-weight: bold;
}
#blog-show-delta iframe {
  width: 100%;
  height: 100%;
}
#blog-show-delta .container .middle {
  padding: 16px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
#blog-show-delta .container .middle h2 {
  font-size: 20px;
}
#blog-show-delta .container .middle .left .blog-meta {
  margin-bottom: 16px;
}
#blog-show-delta .container .middle .left h1 {
  padding-bottom: 8px;
  display: block;
  width: 100%;
}
#blog-show-delta .container .middle .left h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
  clear: both;
}
#blog-show-delta .container .middle .left span {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.5em;
}
#blog-show-delta .container .middle .left a {
  padding-left: 0;
  width: auto;
  display: inline-block;
  float: none;
  text-decoration: none;
  color: #919396;
  padding-bottom: 0;
}
#blog-show-delta .container .middle .left a:hover {
  color: #14477D;
}
#blog-show-delta .container .middle .left img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
#blog-show-delta .container .middle .left img:first-of-type {
  padding-top: 40px;
}
#blog-show-delta .container .middle .left img:last-of-type {
  padding-bottom: 40px;
}
#blog-show-delta .container .middle .left .position {
  line-height: initial;
}
#blog-show-delta .container .middle .right {
  clear: both;
}
#blog-show-delta .container .middle .right h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
}
#blog-show-delta .container .middle .right b {
  font-weight: bold;
  padding-right: 4px;
  display: inline-block;
}
#blog-show-delta .container .middle .right a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #919396;
}
#blog-show-delta .container .middle .right a:hover {
  color: #14477D;
}
#blog-show-delta .container .middle .right .contact-me .links 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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  margin: 2px 0 !important;
}
#blog-show-delta .container .middle .right .contact-me .links a:first-child {
  margin-top: 12px !important;
}
#blog-show-delta .container .middle .right .contact-me .links a:last-child {
  margin-bottom: 0;
}
#blog-show-delta .container .middle .right .contact-me .links a:disabled {
  background: #ccc;
}
#blog-show-delta .container .middle .right .contact-me .links a:disabled:hover,
#blog-show-delta .container .middle .right .contact-me .links a:disabled:active,
#blog-show-delta .container .middle .right .contact-me .links a:disabled:focus {
  background: #ccc;
}
#blog-show-delta .container .middle .right .contact-me .links a:focus,
#blog-show-delta .container .middle .right .contact-me .links a:hover,
#blog-show-delta .container .middle .right .contact-me .links a:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#blog-show-delta .container .middle .right .contact-me .links a i {
  margin-right: 4px;
}
#blog-show-delta .container .middle .right .contact-me .social-links a {
  position: relative;
  width: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
  transition: all 0.5s;
}
#blog-show-delta .container .middle .right .contact-me .social-links a:after {
  position: absolute;
  content: "";
  top: 27px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #919396;
  opacity: 0;
  transition: all 0.5s;
}
#blog-show-delta .container .middle .right .contact-me .social-links a:hover {
  transition: all 0.5s;
}
#blog-show-delta .container .middle .right .contact-me .social-links a:hover:after {
  opacity: 1;
  top: 22px;
  transition: all 0.5s;
}
#blog-show-delta .container .middle .right .contact-me .social-links a i {
  color: #919396;
  font-size: 19px;
  font-style: normal;
  position: relative;
  display: block;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.facebook:after {
  background-color: #3b5998;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.twitter:after {
  background-color: #55acee;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.pinit:after {
  background-color: #c8232c;
}
#blog-show-delta .container .middle .right .contact-me .social-links #googleplus:after {
  background-color: #dd4b39;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.facebook:hover i {
  color: #3b5998;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.twitter:hover i {
  color: #55acee;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.pinit:hover {
  cursor: pointer;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.pinit:hover i {
  color: #c8232c;
}
#blog-show-delta .container .middle .right .contact-me .social-links #googleplus:hover i {
  color: #dd4b39;
}
#blog-show-delta .container .bottom .agent-form-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 16px 0 16px;
}
#blog-show-delta .container .bottom .agent-form-alpha h1 {
  padding-bottom: 16px;
  font-size: 20px;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset {
  margin-bottom: 8px;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset textarea {
  height: 105px;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  border: transparent;
  width: 100%;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
  background: #ccc;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
  background: #ccc;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#blog-show-delta .container .bottom .agent-form-alpha form .fieldset_submit {
  margin-bottom: 0;
}
#blog-show-delta .container .bottom .latest-listings h1 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px;
  padding-top: 0;
  text-align: center;
}
#blog-show-delta .container .bottom .latest-listings .list-container ul .wrapper {
  width: 100%;
}
#blog-show-delta .container .bottom .latest-listings .list-container ul li {
  padding-bottom: 70%;
}
#blog-show-delta .blogs h1 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
}
#blog-show-delta .blogs .list-container ul .wrapper {
  width: 100%;
}
#blog-show-delta .blogs .list-container ul .wrapper li .image {
  padding-bottom: 80%;
}
#blog-show-delta .blogs .list-container ul .wrapper li a {
  padding-top: 32%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-delta {
    display: inline-block;
  }
  #blog-show-delta .container .middle {
    padding: 24px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #blog-show-delta .container .middle .left {
    padding-right: 24px;
  }
  #blog-show-delta .container .middle .left h1 {
    padding-bottom: 12px;
    display: block;
    width: 100%;
  }
  #blog-show-delta .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 24px 0;
    clear: both;
  }
  #blog-show-delta .container .middle .left img {
    max-width: 90%;
    padding: 15px 0;
  }
  #blog-show-delta .container .middle .left img:first-of-type {
    padding-top: 50px;
  }
  #blog-show-delta .container .middle .left img:last-of-type {
    padding-bottom: 50px;
  }
  #blog-show-delta .container .middle .right {
    border-left: 1px solid #14477D;
    padding-left: 24px;
    clear: both;
    margin-top: 24px;
  }
  #blog-show-delta .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
  }
  #blog-show-delta .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #blog-show-delta .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #919396;
  }
  #blog-show-delta .container .middle .right a:hover {
    color: #14477D;
  }
  #blog-show-delta .container .middle .right .tags {
    display: block;
    width: 100%;
    line-height: 21px;
  }
  #blog-show-delta .container .middle .right .contact-me .links 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin: 12px 0;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:hover,
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:active,
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:focus,
  #blog-show-delta .container .middle .right .contact-me .links a:hover,
  #blog-show-delta .container .middle .right .contact-me .links a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #blog-show-delta .container .middle .right .contact-me .documents {
    display: block;
    padding-top: 24px;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links h2 {
    padding-top: 24px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 24px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha h1 {
    padding: 24px 0;
    font-size: 20px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_first_name,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 6px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_surname,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 6px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 100%;
    margin-bottom: 0;
  }
  #blog-show-delta .container .bottom .latest-listings {
    clear: both;
  }
  #blog-show-delta .container .bottom .latest-listings h1 {
    font-size: 20px;
    padding: 24px;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 70%;
  }
  #blog-show-delta .blogs h1 {
    padding: 24px;
  }
  #blog-show-delta .blogs .list-container ul .wrapper {
    width: 33.33%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-delta {
    padding-top: 0;
  }
  #blog-show-delta h1 {
    font-size: 30px;
  }
  #blog-show-delta h2 {
    /*font-size: 25px;*/
  }
  #blog-show-delta .container .middle {
    padding: 30px 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #blog-show-delta .container .middle h2 {
    font-size: 25px;
  }
  #blog-show-delta .container .middle .left {
    padding-right: 30px;
  }
  #blog-show-delta .container .middle .left h1 {
    padding-bottom: 20px;
    display: block;
    width: 100%;
  }
  #blog-show-delta .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 30px 0;
    clear: both;
  }
  #blog-show-delta .container .middle .right {
    border-left: 1px solid #14477D;
    padding-left: 30px;
    clear: both;
    margin-top: 30px;
  }
  #blog-show-delta .container .middle .right h2 {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 0 0 30px 0;
  }
  #blog-show-delta .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #blog-show-delta .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #919396;
  }
  #blog-show-delta .container .middle .right a:hover {
    color: #14477D;
  }
  #blog-show-delta .container .middle .right .contact-me .links 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin: 10px 0;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:hover,
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:active,
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:focus,
  #blog-show-delta .container .middle .right .contact-me .links a:hover,
  #blog-show-delta .container .middle .right .contact-me .links a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links h2 {
    padding-top: 30px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 120px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha h1 {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 20px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_first_name,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 10px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_surname,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 10px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 25%;
    float: right;
    padding-left: 10px;
    margin-bottom: 0;
  }
  #blog-show-delta .container .bottom .latest-listings {
    clear: both;
  }
  #blog-show-delta .container .bottom .latest-listings h1 {
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 70%;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul li .image {
    padding-bottom: 70%;
  }
  #blog-show-delta .blogs h1 {
    padding: 30px;
    text-align: center;
    font-size: 25px;
  }
  #blog-show-delta .blogs .list-container ul .wrapper {
    width: 33.33%;
  }
}
#contact-juliet {
  padding-bottom: 8px;
}
#contact-juliet .rate-agent-wrapper {
  clear: both;
  display: block;
  margin: 2em 0 2em 0;
  padding-top: 25px;
}
#contact-juliet .map {
  clear: both;
  height: 350px;
  display: block;
}
#contact-juliet .map div {
  height: 350px;
}
#contact-juliet h1 {
  font-size: 25px;
  font-weight: normal;
}
#contact-juliet h2 {
  font-size: 20px;
}
#contact-juliet .container .middle {
  padding: 16px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
#contact-juliet .container .middle .left {
  font-size: 1.1em;
  line-height: 1.5em;
}
#contact-juliet .container .middle .left h1 {
  padding-bottom: 16px;
  display: block;
  width: 100%;
}
#contact-juliet .container .middle .left h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
  clear: both;
}
#contact-juliet .container .middle .left span {
  width: auto;
  display: inline-block;
  float: left;
}
#contact-juliet .container .middle .left a {
  padding-left: 2px;
  width: auto;
  display: inline-block;
  float: left;
  text-decoration: none;
  color: #919396;
  padding-bottom: 16px;
}
#contact-juliet .container .middle .left a:hover {
  color: #14477D;
}
#contact-juliet .container .middle .left article h2 {
  font-size: 1.4em;
  padding: 10px 0;
}
#contact-juliet .container .middle .right {
  clear: both;
}
#contact-juliet .container .middle .right h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
}
#contact-juliet .container .middle .right b {
  font-weight: bold;
  padding-right: 4px;
  display: inline-block;
}
#contact-juliet .container .middle .right a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #919396;
}
#contact-juliet .container .middle .right a:hover {
  color: #14477D;
}
#contact-juliet .container .middle .right .contact-me .links 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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  margin: 2px 0;
}
#contact-juliet .container .middle .right .contact-me .links a:disabled {
  background: #ccc;
}
#contact-juliet .container .middle .right .contact-me .links a:disabled:hover,
#contact-juliet .container .middle .right .contact-me .links a:disabled:active,
#contact-juliet .container .middle .right .contact-me .links a:disabled:focus {
  background: #ccc;
}
#contact-juliet .container .middle .right .contact-me .links a:focus,
#contact-juliet .container .middle .right .contact-me .links a:hover,
#contact-juliet .container .middle .right .contact-me .links a:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#contact-juliet .container .middle .right .contact-me .links a:last-child {
  margin-bottom: 0;
}
#contact-juliet .container .middle .right .contact-me .social-links a {
  position: relative;
  width: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
  transition: all 0.5s;
}
#contact-juliet .container .middle .right .contact-me .social-links a i {
  color: #919396;
  font-size: 19px;
  position: relative;
  display: block;
}
#contact-juliet .container .middle .right .contact-me .social-links a:after {
  position: absolute;
  content: "";
  top: 27px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #919396;
  opacity: 0;
  transition: all 0.5s;
}
#contact-juliet .container .middle .right .contact-me .social-links #facebook:after {
  background-color: #3b5998;
}
#contact-juliet .container .middle .right .contact-me .social-links #twitter:after {
  background-color: #55acee;
}
#contact-juliet .container .middle .right .contact-me .social-links #linkedin:after {
  background-color: #0077b5;
}
#contact-juliet .container .middle .right .contact-me .social-links #googleplus:after {
  background-color: #dd4b39;
}
#contact-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
  color: #3b5998;
}
#contact-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
  color: #55acee;
}
#contact-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
  color: #0077b5;
}
#contact-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
  color: #dd4b39;
}
#contact-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
  margin-left: 0;
}
#contact-juliet .container .middle .right .contact-me .social-links a:hover {
  transition: all 0.5s;
}
#contact-juliet .container .middle .right .contact-me .social-links a:hover:after {
  opacity: 1;
  top: 22px;
  transition: all 0.5s;
}
#contact-juliet .container .bottom .agent-form-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 16px 0 16px;
}
#contact-juliet .container .bottom .agent-form-alpha h2 {
  padding-bottom: 16px;
  font-size: 20px;
}
#contact-juliet .container .bottom .agent-form-alpha form label {
  padding-bottom: 4px;
  display: inline-block;
}
#contact-juliet .container .bottom .agent-form-alpha form fieldset input,
#contact-juliet .container .bottom .agent-form-alpha form fieldset select {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 8px;
}
#contact-juliet .container .bottom .agent-form-alpha form fieldset textarea {
  height: 105px;
}
#contact-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
  margin-bottom: 0;
}
#contact-juliet .container .bottom .agent-form-alpha form .fieldset_captcha {
  float: none;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"] {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  border: transparent;
  width: 100%;
  margin-top: 8px;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:disabled {
  background: #ccc;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:disabled:hover,
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:disabled:active,
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:disabled:focus {
  background: #ccc;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:focus,
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:hover,
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#contact-juliet .container .bottom .latest-listings h1 {
  font-size: 20px;
  padding: 16px;
  padding-top: 0;
}
#contact-juliet .container .bottom .latest-listings .list-container ul .wrapper {
  width: 100%;
}
#contact-juliet .container .bottom .latest-listings .list-container ul li {
  padding-bottom: 70%;
}
#contact-juliet.spade-contact #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #contact-juliet {
    padding-bottom: 12px;
    display: inline-block;
  }
  #contact-juliet .map {
    clear: both;
    height: 500px;
    display: block;
  }
  #contact-juliet .map div {
    height: 500px;
  }
  #contact-juliet .container .middle {
    padding: 24px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #contact-juliet .container .middle .left {
    padding-right: 24px;
  }
  #contact-juliet .container .middle .left h1 {
    padding-bottom: 12px;
    display: block;
    width: 100%;
  }
  #contact-juliet .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 24px 0;
    clear: both;
  }
  #contact-juliet .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #contact-juliet .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #919396;
    padding-bottom: 24px;
  }
  #contact-juliet .container .middle .left a:hover {
    color: #14477D;
  }
  #contact-juliet .container .middle .right {
    margin-bottom: 40px;
    border-left: 1px solid #14477D;
    padding-left: 24px;
    clear: both;
    margin-top: 24px;
  }
  #contact-juliet .container .middle .right .principal {
    padding: 24px 0;
  }
  #contact-juliet .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
  }
  #contact-juliet .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #contact-juliet .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #919396;
  }
  #contact-juliet .container .middle .right a:hover {
    color: #14477D;
  }
  #contact-juliet .container .middle .right .contact-me .links {
    padding-top: 24px;
  }
  #contact-juliet .container .middle .right .contact-me .links 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin: 2px 0;
  }
  #contact-juliet .container .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  #contact-juliet .container .middle .right .contact-me .links a:disabled:hover,
  #contact-juliet .container .middle .right .contact-me .links a:disabled:active,
  #contact-juliet .container .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  #contact-juliet .container .middle .right .contact-me .links a:focus,
  #contact-juliet .container .middle .right .contact-me .links a:hover,
  #contact-juliet .container .middle .right .contact-me .links a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #contact-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 24px;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a i {
    color: #919396;
    font-size: 19px;
    position: relative;
    display: block;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #919396;
    opacity: 0;
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #facebook:after {
    background-color: #3b5998;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #twitter:after {
    background-color: #55acee;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #linkedin:after {
    background-color: #0077b5;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #googleplus:after {
    background-color: #dd4b39;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
    color: #3b5998;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
    color: #55acee;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
    color: #0077b5;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #contact-juliet .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 24px;
  }
  #contact-juliet .container .bottom .agent-form-alpha h2 {
    padding: 24px 0;
    font-size: 20px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_subject {
    width: 25%;
    margin-right: 200px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form label {
    padding-bottom: 6px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset select {
    height: 45px;
    line-height: 45px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset textarea {
    width: 100%;
    clear: both;
    height: 135px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_subject,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 6px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 6px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 100%;
    margin-bottom: 0;
  }
  #contact-juliet .container .bottom .latest-listings {
    clear: both;
  }
  #contact-juliet .container .bottom .latest-listings h1 {
    font-size: 20px;
    padding: 24px;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 70%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #contact-juliet {
    /*margin-top: -50px;*/
    padding-bottom: 30px;
    padding-top: 0;
  }
  #contact-juliet h1 {
    font-size: 30px;
  }
  #contact-juliet h2 {
    font-size: 25px;
  }
  #contact-juliet .container .middle {
    padding: 30px 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #contact-juliet .container .middle .left {
    padding-right: 30px;
  }
  #contact-juliet .container .middle .left h1 {
    padding-bottom: 20px;
    display: block;
    width: 100%;
  }
  #contact-juliet .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 30px 0;
    clear: both;
  }
  #contact-juliet .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #contact-juliet .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #919396;
    padding-bottom: 30px;
  }
  #contact-juliet .container .middle .left a:hover {
    color: #14477D;
  }
  #contact-juliet .container .middle .right {
    border-left: 1px solid #14477D;
    padding-left: 30px;
    clear: both;
    margin-top: 30px;
  }
  #contact-juliet .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  #contact-juliet .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #contact-juliet .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #919396;
  }
  #contact-juliet .container .middle .right a:hover {
    color: #14477D;
  }
  #contact-juliet .container .middle .right .contact-me .links 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    /*margin: @global-padding-desktop/2 0;*/
  }
  #contact-juliet .container .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  #contact-juliet .container .middle .right .contact-me .links a:disabled:hover,
  #contact-juliet .container .middle .right .contact-me .links a:disabled:active,
  #contact-juliet .container .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  #contact-juliet .container .middle .right .contact-me .links a:focus,
  #contact-juliet .container .middle .right .contact-me .links a:hover,
  #contact-juliet .container .middle .right .contact-me .links a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #contact-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 30px;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a i {
    color: #919396;
    font-size: 19px;
    position: relative;
    display: block;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #919396;
    opacity: 0;
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #facebook:after {
    background-color: #3b5998;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #twitter:after {
    background-color: #55acee;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #linkedin:after {
    background-color: #0077b5;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #googleplus:after {
    background-color: #dd4b39;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
    color: #3b5998;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
    color: #55acee;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
    color: #0077b5;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #contact-juliet .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 120px;
  }
  #contact-juliet .container .bottom .agent-form-alpha h2 {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form label {
    padding-bottom: 10px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 20px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_email_address,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_subject {
    padding-right: 10px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 10px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 25%;
    float: right;
    padding-left: 10px;
    margin-bottom: 0;
  }
  #contact-juliet .container .bottom .latest-listings {
    clear: both;
  }
  #contact-juliet .container .bottom .latest-listings h1 {
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 70%;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul li .image {
    padding-bottom: 70%;
  }
  #contact-juliet.spade-contact #item-image-slideshow-bravo ul li {
    height: 600px;
    padding-bottom: 0;
  }
}
#cronulla-homepage {
  padding-top: 60px;
  padding-bottom: 8px;
}
#cronulla-homepage #homepage-quebec-slideshow {
  position: relative;
}
#cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo {
  height: 350px;
}
#cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper {
  height: 350px;
}
#cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  height: 350px;
}
#cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
  height: 350px;
}
#cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
}
#cronulla-homepage #homepage-quebec-slideshow .overlay {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 75;
  transition: all 0.5s;
}
#cronulla-homepage #homepage-quebec-slideshow .overlay article {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  text-shadow: 0 0 5px #000000;
}
#cronulla-homepage #homepage-quebec-slideshow .overlay article h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
}
#cronulla-homepage #homepage-quebec-slideshow .overlay.active {
  top: 30%;
  transition: all 0.5s;
}
#cronulla-homepage #homepage-quebec-slideshow .form-wrapper {
  /*display: none;*/
}
#cronulla-homepage .content .video-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 20px;
}
#cronulla-homepage .content .video-wrapper #item-image-slideshow-delta ul {
  height: 0;
  padding-bottom: 50%;
}
#cronulla-homepage .content .video-wrapper #item-image-slideshow-delta ul li {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 0;
  padding-bottom: 50%;
}
#cronulla-homepage .content .video-wrapper #item-image-slideshow-delta ul li a {
  text-decoration: none;
}
#cronulla-homepage .content .video-wrapper #item-image-slideshow-delta ul li a h2 {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20% 16px 0 16px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
#cronulla-homepage .content .video-wrapper #item-image-slideshow-delta ul li a h2:hover {
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.15);
}
#cronulla-homepage .content .home-items-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#cronulla-homepage .content .home-items-wrapper #news-wrapper #news #news-heading {
  display: none;
}
#cronulla-homepage .content .home-items-wrapper #news-wrapper #news ul li p,
#cronulla-homepage .content .home-items-wrapper #news-wrapper #news ul li span {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #cronulla-homepage {
    padding-bottom: 12px;
  }
  #cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo {
    height: 450px;
  }
  #cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper {
    height: 450px;
  }
  #cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 450px;
  }
  #cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 450px;
  }
  #cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 450px;
  }
  #cronulla-homepage #homepage-quebec-slideshow .overlay {
    top: 45%;
  }
  #cronulla-homepage #homepage-quebec-slideshow .overlay article {
    font-size: 18px;
    text-shadow: 0 0 5px #000000;
  }
  #cronulla-homepage #homepage-quebec-slideshow .overlay article h2 {
    font-size: 28px;
  }
  #cronulla-homepage #homepage-quebec-slideshow .overlay.active {
    top: 40%;
  }
  #cronulla-homepage #homepage-quebec-slideshow .homepage-form {
    /*display: block;*/
  }
  #cronulla-homepage .content .video-wrapper #item-image-slideshow-delta ul li a h2 {
    font-size: 40px;
    padding: 18% 24px 0 24px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #cronulla-homepage {
    padding-bottom: 30px;
    padding-top: 0;
  }
  #cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo {
    height: 600px;
  }
  #cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper {
    height: 600px;
  }
  #cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 600px;
  }
  #cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 600px;
  }
  #cronulla-homepage #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 600px;
  }
  #cronulla-homepage #homepage-quebec-slideshow .overlay {
    top: 45%;
    transition: all 1.5s !important;
  }
  #cronulla-homepage #homepage-quebec-slideshow .overlay article {
    font-size: 24px;
    text-shadow: 0 0 5px #000000;
  }
  #cronulla-homepage #homepage-quebec-slideshow .overlay article h2 {
    font-size: 38px;
    padding-bottom: 8px;
  }
  #cronulla-homepage #homepage-quebec-slideshow .overlay.active {
    transition: all 1.5s !important;
    top: 40%;
  }
  #cronulla-homepage .content .feature-listings-wrapper {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
  }
  #cronulla-homepage .content .video-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 50px;
  }
  #cronulla-homepage .content .video-wrapper #item-image-slideshow-delta ul {
    padding-bottom: 30%;
  }
  #cronulla-homepage .content .video-wrapper #item-image-slideshow-delta ul li {
    padding-bottom: 30%;
  }
  #cronulla-homepage .content .video-wrapper #item-image-slideshow-delta ul li a h2 {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12% 40px 0 40px;
  }
  #cronulla-homepage .content .home-items-wrapper {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
  }
}
#homepage-quebec {
  padding-top: 60px;
  padding-bottom: 8px;
}
#homepage-quebec #homepage-quebec-slideshow {
  position: relative;
}
#homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo {
  height: 350px;
}
#homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper {
  height: 350px;
}
#homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  height: 350px;
}
#homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
  height: 350px;
}
#homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
}
#homepage-quebec #homepage-quebec-slideshow .overlay {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 75;
  transition: all 0.5s;
}
#homepage-quebec #homepage-quebec-slideshow .overlay article {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  text-shadow: 0 0 5px #000000;
}
#homepage-quebec #homepage-quebec-slideshow .overlay article h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
}
#homepage-quebec #homepage-quebec-slideshow .overlay.active {
  top: 30%;
  transition: all 0.5s;
}
#homepage-quebec .content h1,
#homepage-quebec .content h2 {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  padding: 4px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-quebec .content article {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  padding: 16px;
}
#homepage-quebec .content .feature-listings-wrapper,
#homepage-quebec .content .eauction-listings-wrapper {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
}
#homepage-quebec .content .video-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 20px;
}
#homepage-quebec .content .video-wrapper #item-image-slideshow-delta ul {
  height: 0;
  padding-bottom: 50%;
}
#homepage-quebec .content .video-wrapper #item-image-slideshow-delta ul li {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 0;
  padding-bottom: 50%;
}
#homepage-quebec .content .video-wrapper #item-image-slideshow-delta ul li a {
  text-decoration: none;
}
#homepage-quebec .content .video-wrapper #item-image-slideshow-delta ul li a h2 {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20% 16px 0 16px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
#homepage-quebec .content .video-wrapper #item-image-slideshow-delta ul li a h2:hover {
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.15);
}
#homepage-quebec .content .home-items-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-quebec {
    padding-top: 0;
    padding-bottom: 12px;
  }
  #homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo {
    height: 450px;
  }
  #homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper {
    height: 450px;
  }
  #homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 450px;
  }
  #homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 450px;
  }
  #homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 450px;
  }
  #homepage-quebec #homepage-quebec-slideshow .overlay {
    top: 45%;
  }
  #homepage-quebec #homepage-quebec-slideshow .overlay article {
    font-size: 18px;
    text-shadow: 0 0 5px #000000;
  }
  #homepage-quebec #homepage-quebec-slideshow .overlay article h2 {
    font-size: 28px;
  }
  #homepage-quebec #homepage-quebec-slideshow .overlay.active {
    top: 40%;
  }
  #homepage-quebec .content .video-wrapper #item-image-slideshow-delta ul li a h2 {
    font-size: 40px;
    padding: 18% 24px 0 24px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-quebec {
    padding-bottom: 30px;
    padding-top: 0;
  }
  #homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo {
    height: 600px;
  }
  #homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper {
    height: 600px;
  }
  #homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 600px;
  }
  #homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 600px;
  }
  #homepage-quebec #homepage-quebec-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 600px;
  }
  #homepage-quebec #homepage-quebec-slideshow .overlay {
    top: 45%;
    transition: all 1.5s !important;
  }
  #homepage-quebec #homepage-quebec-slideshow .overlay article {
    font-size: 24px;
    text-shadow: 0 0 5px #000000;
  }
  #homepage-quebec #homepage-quebec-slideshow .overlay article h2 {
    font-size: 38px;
    padding-bottom: 8px;
  }
  #homepage-quebec #homepage-quebec-slideshow .overlay.active {
    transition: all 1.5s !important;
    top: 40%;
  }
  #homepage-quebec .content h1 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    padding: 4px 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-quebec .content article {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    padding: 16px;
  }
  #homepage-quebec .content article h2 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 25px;
    font-weight: normal;
    padding: 4px 16px;
  }
  #homepage-quebec .content .video-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 50px;
  }
  #homepage-quebec .content .video-wrapper #item-image-slideshow-delta ul {
    padding-bottom: 30%;
  }
  #homepage-quebec .content .video-wrapper #item-image-slideshow-delta ul li {
    padding-bottom: 30%;
  }
  #homepage-quebec .content .video-wrapper #item-image-slideshow-delta ul li a h2 {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12% 40px 0 40px;
  }
  #homepage-quebec .content .home-items-wrapper {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
  }
  #homepage-quebec .content .home-items-wrapper .wrapper {
    width: 50% !important;
  }
  #homepage-quebec .content .home-items-wrapper .wrapper li {
    padding-bottom: 80% !important;
  }
}
@media only print and (min-width: 980px), only screen and (min-width: 980px) and (min-width: 980px) {
  #homepage-quebec .content article article {
    width: 100%;
    font-size: 25px;
    padding: 30px;
  }
  #homepage-quebec .content article article h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
  }
}
@media only print and (min-width: 640px), only screen and (min-width: 980px) and (min-width: 640px) {
  #homepage-quebec .content .home-items-wrapper .wrapper {
    width: 33.33% !important;
  }
}
.homepage-quebec-bravo .top-section {
  background: #333;
}
.homepage-quebec-bravo .top-section:before {
  /* Need to artificially insert a background image via a custom template LESS since the slider will mess with the layout */
  /* It needs to be darkened though, otherwise too hard to see the text in the boxes */
  background: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage-quebec-bravo .top-section #item-image-slideshow-bravo {
  display: none;
}
.homepage-quebec-bravo .top-section .overlay.active {
  position: relative;
}
.homepage-quebec-bravo .top-section .overlay .item-images-alpha {
  max-width: 1030px;
  margin: 20px auto;
  width: 95%;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  position: relative;
  z-index: 1;
}
.homepage-quebec-bravo .top-section .overlay .item-images-alpha li {
  width: 100%;
}
.homepage-quebec-bravo .top-section .overlay .item-images-alpha li a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  height: 180px;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  margin: 10px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.2s ease;
}
.homepage-quebec-bravo .top-section .overlay .item-images-alpha li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.homepage-quebec-bravo .top-section .overlay .item-images-alpha li a img {
  max-height: 60px;
  margin: 0 auto 8px;
}
.homepage-quebec-bravo .top-section .overlay .form-wrapper {
  position: absolute;
  top: 349px;
}
.homepage-quebec-bravo .top-section .form-wrapper {
  position: relative;
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 640px) {
  .homepage-quebec-bravo .top-section {
    background: none;
  }
  .homepage-quebec-bravo .top-section:before {
    display: none;
  }
  .homepage-quebec-bravo .top-section #item-image-slideshow-bravo {
    display: block !important;
    /*&:before{
					content: "";
					position: absolute;
					background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
					width: 100%;
					height: 100%;
					top: 0px;
					z-index: 51;
				}*/
  }
  .homepage-quebec-bravo .top-section .overlay.active {
    top: 22%;
    position: absolute;
  }
  .homepage-quebec-bravo .top-section .overlay .item-images-alpha {
    flex-flow: row wrap;
    width: 100%;
    margin: 0 auto;
  }
  .homepage-quebec-bravo .top-section .overlay .item-images-alpha li {
    width: 25%;
  }
  .homepage-quebec-bravo .top-section .overlay .item-images-alpha li a {
    /*background-color:transparent;*/
    background-color: rgba(0, 0, 0, 0.4);
  }
  .homepage-quebec-bravo .top-section .overlay .item-images-alpha li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .homepage-quebec-bravo .top-section .form-wrapper {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .homepage-quebec-bravo .top-section .form-wrapper {
    top: auto;
    bottom: 0;
  }
}
/* --- PROPERTY ALERTS ON HOMEPAGE --- */
/* --- Has weird breakpoints because the form-property-alpha pure-css styles do too --- */
#homepage-quebec.property-alerts #item-image-slideshow-bravo {
  height: 740px;
}
#homepage-quebec.property-alerts .form-wrapper {
  z-index: 202;
}
@media only print, only screen and (min-width: 482px) {
  #homepage-quebec.property-alerts #item-image-slideshow-bravo {
    height: 800px;
  }
}
@media only print, only screen and (min-width: 585px) {
  #homepage-quebec.property-alerts #item-image-slideshow-bravo {
    height: 860px;
  }
}
@media screen and (min-width: 672px) {
  #homepage-quebec.property-alerts #item-image-slideshow-bravo {
    height: 600px;
  }
}
/* --- */
#homepage-quebec-charlie {
  padding-top: 60px;
  padding-bottom: 8px;
}
#homepage-quebec-charlie #homepage-quebec-charlie-slideshow {
  position: relative;
}
#homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo {
  height: 350px;
}
#homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper {
  height: 350px;
}
#homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  height: 350px;
}
#homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
  height: 350px;
}
#homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
}
#homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 75;
  transition: all 0.5s;
}
#homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay article {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  text-shadow: 0 0 5px #000000;
}
#homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay article h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
}
#homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay.active {
  top: 30%;
  transition: all 0.5s;
}
#homepage-quebec-charlie .content h1,
#homepage-quebec-charlie .content h2 {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  padding: 4px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-quebec-charlie .content .list-container .image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#homepage-quebec-charlie .content article {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  padding: 16px;
}
#homepage-quebec-charlie .content .feature-listings-wrapper,
#homepage-quebec-charlie .content .eauction-listings-wrapper {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
}
#homepage-quebec-charlie .content .video-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 20px;
}
#homepage-quebec-charlie .content .video-wrapper #item-image-slideshow-delta ul {
  height: 0;
  padding-bottom: 50%;
}
#homepage-quebec-charlie .content .video-wrapper #item-image-slideshow-delta ul li {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 0;
  padding-bottom: 50%;
}
#homepage-quebec-charlie .content .video-wrapper #item-image-slideshow-delta ul li a {
  text-decoration: none;
}
#homepage-quebec-charlie .content .video-wrapper #item-image-slideshow-delta ul li a h2 {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20% 16px 0 16px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
#homepage-quebec-charlie .content .video-wrapper #item-image-slideshow-delta ul li a h2:hover {
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.15);
}
#homepage-quebec-charlie .content .home-items-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-quebec-charlie {
    padding-top: 0;
    padding-bottom: 12px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo {
    height: 450px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper {
    height: 450px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 450px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 450px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 450px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay {
    top: 45%;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay article {
    font-size: 18px;
    text-shadow: 0 0 5px #000000;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay article h2 {
    font-size: 28px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay.active {
    top: 40%;
  }
  #homepage-quebec-charlie .content .video-wrapper #item-image-slideshow-delta ul li a h2 {
    font-size: 40px;
    padding: 18% 24px 0 24px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-quebec-charlie {
    padding-bottom: 30px;
    padding-top: 0;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo {
    height: 600px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper {
    height: 600px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 600px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 600px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 600px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay {
    top: 45%;
    transition: all 1.5s !important;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay article {
    font-size: 24px;
    text-shadow: 0 0 5px #000000;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay article h2 {
    font-size: 38px;
    padding-bottom: 8px;
  }
  #homepage-quebec-charlie #homepage-quebec-charlie-slideshow .overlay.active {
    transition: all 1.5s !important;
    top: 40%;
  }
  #homepage-quebec-charlie .content h1 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    padding: 4px 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-quebec-charlie .content article {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    padding: 16px;
  }
  #homepage-quebec-charlie .content article h2 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 25px;
    font-weight: normal;
    padding: 4px 16px;
  }
  #homepage-quebec-charlie .content .video-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 50px;
  }
  #homepage-quebec-charlie .content .video-wrapper #item-image-slideshow-delta ul {
    padding-bottom: 30%;
  }
  #homepage-quebec-charlie .content .video-wrapper #item-image-slideshow-delta ul li {
    padding-bottom: 30%;
  }
  #homepage-quebec-charlie .content .video-wrapper #item-image-slideshow-delta ul li a h2 {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12% 40px 0 40px;
  }
  #homepage-quebec-charlie .content .home-items-wrapper {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
  }
  #homepage-quebec-charlie .content .home-items-wrapper .wrapper {
    width: 50% !important;
  }
  #homepage-quebec-charlie .content .home-items-wrapper .wrapper li {
    padding-bottom: 80% !important;
  }
}
@media only print and (min-width: 980px), only screen and (min-width: 980px) and (min-width: 980px) {
  #homepage-quebec-charlie .content article article {
    width: 100%;
    font-size: 25px;
    padding: 30px;
  }
  #homepage-quebec-charlie .content article article h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
  }
}
@media only print and (min-width: 640px), only screen and (min-width: 980px) and (min-width: 640px) {
  #homepage-quebec-charlie .content .home-items-wrapper .wrapper {
    width: 33.33% !important;
  }
}
#homepage-quebec-charlie .top-section:before {
  /* Need to artificially insert a background image via a custom template LESS since the slider will mess with the layout */
  /* It needs to be darkened though, otherwise too hard to see the text in the boxes */
  background: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#homepage-quebec-charlie .top-section .overlay.active {
  position: absolute;
  max-height: 600px !important;
  height: 100% !important;
  top: 0 !important;
}
#homepage-quebec-charlie .top-section .overlay.active article {
  position: relative;
  top: 50% !important;
}
@media screen and (max-width: 640px) {
  #homepage-quebec-charlie .top-section .overlay.active article {
    top: 20% !important;
  }
}
.homepage-quebec-charlie .top-section {
  background: #333;
}
.homepage-quebec-charlie .top-section:before {
  /* Need to artificially insert a background image via a custom template LESS since the slider will mess with the layout */
  /* It needs to be darkened though, otherwise too hard to see the text in the boxes */
  background: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage-quebec-charlie .top-section #item-image-slideshow-bravo {
  display: none;
}
.homepage-quebec-charlie .top-section .overlay.active {
  position: relative;
}
.homepage-quebec-charlie .top-section .overlay .item-images-alpha {
  max-width: 1030px;
  margin: 20px auto;
  width: 95%;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  position: relative;
  z-index: 1;
}
.homepage-quebec-charlie .top-section .overlay .item-images-alpha li {
  width: 100%;
}
.homepage-quebec-charlie .top-section .overlay .item-images-alpha li a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  height: 180px;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  margin: 10px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.2s ease;
}
.homepage-quebec-charlie .top-section .overlay .item-images-alpha li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.homepage-quebec-charlie .top-section .overlay .item-images-alpha li a img {
  max-height: 60px;
  margin: 0 auto 8px;
}
.homepage-quebec-charlie .top-section .overlay .form-wrapper {
  position: absolute;
  top: 349px;
}
.homepage-quebec-charlie .top-section .form-wrapper {
  position: relative;
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 640px) {
  .homepage-quebec-charlie .top-section {
    background: none;
  }
  .homepage-quebec-charlie .top-section:before {
    display: none;
  }
  .homepage-quebec-charlie .top-section #item-image-slideshow-bravo {
    display: block !important;
    /*&:before{
					content: "";
					position: absolute;
					background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
					width: 100%;
					height: 100%;
					top: 0px;
					z-index: 51;
				}*/
  }
  .homepage-quebec-charlie .top-section .overlay.active {
    top: 22%;
    position: absolute;
  }
  .homepage-quebec-charlie .top-section .overlay .item-images-alpha {
    flex-flow: row wrap;
    width: 100%;
    margin: 0 auto;
  }
  .homepage-quebec-charlie .top-section .overlay .item-images-alpha li {
    width: 25%;
  }
  .homepage-quebec-charlie .top-section .overlay .item-images-alpha li a {
    /*background-color:transparent;*/
    background-color: rgba(0, 0, 0, 0.4);
  }
  .homepage-quebec-charlie .top-section .overlay .item-images-alpha li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .homepage-quebec-charlie .top-section .form-wrapper {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .homepage-quebec-charlie .top-section .form-wrapper {
    top: auto;
    bottom: 0;
  }
}
/* --- PROPERTY ALERTS ON HOMEPAGE --- */
/* --- Has weird breakpoints because the form-property-alpha pure-css styles do too --- */
#homepage-quebec-charlie.property-alerts #item-image-slideshow-bravo {
  height: 740px;
}
#homepage-quebec-charlie.property-alerts .form-wrapper {
  z-index: 202;
}
@media only print, only screen and (min-width: 482px) {
  #homepage-quebec-charlie.property-alerts #item-image-slideshow-bravo {
    height: 800px;
  }
}
@media only print, only screen and (min-width: 585px) {
  #homepage-quebec-charlie.property-alerts #item-image-slideshow-bravo {
    height: 860px;
  }
}
@media screen and (min-width: 672px) {
  #homepage-quebec-charlie.property-alerts #item-image-slideshow-bravo {
    height: 600px;
  }
}
/* --- */
#item-foxtrot .container {
  width: 100%;
  max-width: 1030px;
  margin: auto;
}
#item-foxtrot h1 {
  font-size: 35px;
  line-height: initial;
  margin-bottom: 25px;
  text-align: center;
}
.item-form-alpha .top-section {
  height: 600px;
  margin: 0;
}
.item-form-alpha .top-section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: 600;
  text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}
.item-form-alpha .images .bg-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  display: block !important;
}
.item-form-alpha .images img {
  display: none;
}
.item-form-alpha .container {
  max-width: 1030px;
  margin: 0 auto;
}
.item-form-alpha .text {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
  text-align: center;
  font-size: 1.1em;
}
.item-form-alpha .text form {
  padding-top: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.item-form-alpha .text form fieldset {
  margin-bottom: 10px;
}
.item-form-alpha .text form fieldset.fieldset_notes textarea {
  height: auto;
  resize: vertical;
}
.item-form-alpha .text form label {
  display: block;
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.item-form-alpha .text form select {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.item-form-alpha .text form input[type=submit] {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  border: 0;
  margin: 10px auto 0;
}
.item-form-alpha .text form input[type=submit]:disabled {
  background: #ccc;
}
.item-form-alpha .text form input[type=submit]:disabled:hover,
.item-form-alpha .text form input[type=submit]:disabled:active,
.item-form-alpha .text form input[type=submit]:disabled:focus {
  background: #ccc;
}
.item-form-alpha .text form input[type=submit]:focus,
.item-form-alpha .text form input[type=submit]:hover,
.item-form-alpha .text form input[type=submit]:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .item-form-alpha .text {
    padding: 24px;
  }
  .item-form-alpha .text form {
    padding: 12px 24px 0 24px;
    max-width: 1030px;
    margin: 0 auto;
  }
  .item-form-alpha .text form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 10px 0;
  }
  .item-form-alpha .text form fieldset.fieldset_notes {
    width: 100%;
  }
  .item-form-alpha .text form fieldset.fieldset_notes textarea {
    height: 135px;
  }
  .item-form-alpha .text form fieldset.fieldset_submit {
    width: 100%;
  }
  .item-form-alpha .text form fieldset.fieldset_submit input[type=submit] {
    width: 25%;
    float: right;
  }
  .item-form-alpha .text form select {
    /*width: 25%;*/
  }
  .item-form-alpha .text form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .item-form-alpha .top-section h1 {
    font-size: 38px;
  }
  .item-form-alpha .text {
    padding: 40px;
  }
  .item-form-alpha .text form {
    padding: 40px 120px 0;
  }
}
#item-igloo.no-images .overlay article h2 {
  color: #919396;
}
#item-igloo.no-images .item-container {
  padding-top: 100px;
}
#item-igloo .top-section #item-image-slideshow-bravo .bxslider li span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
#item-igloo .top-section iframe {
  width: 100%;
  height: 100%;
}
#item-igloo .item-container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
  text-align: center;
}
#item-igloo .item-container .default-btn {
  margin-top: 16px;
  width: auto;
  display: inline-block;
  padding: 0 20px;
}
#item-igloo .item-container .default-btn i {
  padding-right: 10px;
}
#item-igloo .item-container article {
  font-size: 1.1em;
  line-height: 1.5em;
}
#item-igloo a {
  color: #919396;
  text-decoration: underline;
}
#item-igloo a:hover {
  color: #14477D;
}
#item-igloo b {
  font-weight: bold;
}
#item-igloo i {
  font-style: italic;
}
#item-igloo .default-btn {
  color: white;
}
@media (max-width: 639px) {
  /* Tablet */
  #item-igloo {
    padding-top: 60px;
  }
  .top-section .overlay.active {
    top: 30%;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #item-igloo .item-container {
    padding: 24px;
  }
  #item-igloo .item-container .default-btn {
    margin-top: 24px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #item-igloo .item-container {
    padding: 30px;
  }
  #item-igloo .item-container .default-btn {
    margin-top: 30px;
  }
  #item-igloo #item-image-slideshow-bravo.small {
    background-color: #abadaf;
  }
  #item-igloo #item-image-slideshow-bravo.small ul {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #item-igloo #item-image-slideshow-bravo.small ul li {
    max-width: 1030px;
  }
}
.items-form-charlie form {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.items-form-charlie form fieldset {
  margin-bottom: 10px;
  padding: 5px;
}
.items-form-charlie form label {
  display: block;
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.items-form-charlie form select {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin: 10px 0;
}
.items-form-charlie form input[type=submit] {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  border: 0;
  margin: 10px auto 0;
}
.items-form-charlie form input[type=submit]:disabled {
  background: #ccc;
}
.items-form-charlie form input[type=submit]:disabled:hover,
.items-form-charlie form input[type=submit]:disabled:active,
.items-form-charlie form input[type=submit]:disabled:focus {
  background: #ccc;
}
.items-form-charlie form input[type=submit]:focus,
.items-form-charlie form input[type=submit]:hover,
.items-form-charlie form input[type=submit]:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
.items-form-charlie form textarea {
  height: auto;
  line-height: initial;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .items-form-charlie form {
    padding: 12px 48px;
    max-width: 1030px;
    margin: 0 auto;
  }
  .items-form-charlie form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .items-form-charlie form fieldset.fieldset_notes {
    width: 100%;
  }
  .items-form-charlie form fieldset.fieldset_notes textarea {
    height: 135px;
  }
  .items-form-charlie form fieldset.fieldset_submit {
    width: 100%;
  }
  .items-form-charlie form fieldset.fieldset_submit input[type=submit] {
    width: 25%;
    float: right;
  }
  .items-form-charlie form fieldset.fieldset_office {
    width: 100%;
  }
  .items-form-charlie form select {
    width: 25%;
  }
  .items-form-charlie form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .items-form-charlie form {
    padding: 60px 80px;
  }
}
#items-igloo {
  background-color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 8px;
}
#items-igloo i {
  font-style: italic;
}
#items-igloo i.fa {
  font-style: normal;
}
#items-igloo b {
  font-weight: bold;
}
#items-igloo h1 {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 0;
}
#items-igloo .container {
  text-align: center;
}
#items-igloo .container .list-container h3,
#items-igloo .container .list-container h4 {
  background-color: transparent;
}
#items-igloo .container .list-container ul {
  float: none;
}
#items-igloo .container .list-container ul .wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
#items-igloo .container .list-container ul .wrapper li {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 260px;
}
#items-igloo .container .list-container ul .wrapper li .image-wrapper {
  overflow: hidden;
  flex: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
#items-igloo .container .list-container ul .wrapper li .image-wrapper .image {
  position: static;
  float: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#items-igloo .container .list-container ul .wrapper li .text-wrapper a {
  height: auto;
  width: auto;
  padding: 20px;
}
#items-igloo .container .list-container ul .wrapper li .text-wrapper a h3 {
  padding: 0;
  width: 100%;
}
#items-igloo .container .list-container ul .wrapper li .text-wrapper .grid {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
}
#items-igloo .container .list-container-alt li {
  height: auto;
  padding: initial;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
  flex-direction: column;
  min-height: 200px;
}
#items-igloo .container .list-container-alt li:hover .image-wrapper .image {
  transform: scale(1.1);
}
#items-igloo .container .list-container-alt li:hover .text-wrapper {
  background-color: #919396;
}
#items-igloo .container .list-container-alt li:hover .text-wrapper h3,
#items-igloo .container .list-container-alt li:hover .text-wrapper p {
  color: #FFF;
}
#items-igloo .container .list-container-alt li .image-wrapper {
  overflow: hidden;
  flex: 1;
  position: relative;
  min-height: 250px;
}
#items-igloo .container .list-container-alt li .image-wrapper .image {
  position: absolute;
  float: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  background-size: cover;
}
#items-igloo .container .list-container-alt li .text-wrapper {
  flex: 2;
  background-color: #fff;
  transition: background-color 0.2s ease;
  padding: 20px;
}
#items-igloo .container .list-container-alt li .text-wrapper a {
  padding: initial !important;
  height: auto;
  width: 100%;
  background-color: transparent;
}
#items-igloo .container .list-container-alt li .text-wrapper a:hover {
  background-color: transparent;
}
#items-igloo .container .list-container-alt li .text-wrapper h3,
#items-igloo .container .list-container-alt li .text-wrapper p {
  transition: none;
}
#items-igloo .container .list-container-alt li .underlay {
  display: none !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #items-igloo {
    padding-bottom: 12px;
  }
  #items-igloo h1 {
    padding: 24px 0;
  }
  #items-igloo .container .list-container ul .wrapper {
    width: 33%;
  }
  #items-igloo .container .list-container ul .wrapper li {
    flex-direction: row;
  }
  #items-igloo .container .list-container ul .wrapper li .text-wrapper .list {
    min-height: 300px;
  }
  #items-igloo .container .list-container-alt ul .wrapper li {
    flex-direction: row;
  }
  #items-igloo .container .list-container-alt ul .wrapper li .image-wrapper {
    min-height: initial;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #items-igloo {
    padding-bottom: 30px;
    padding-top: 0;
  }
  #items-igloo h1 {
    font-size: 30px;
    padding: 30px 0;
  }
}
#listing-show-oscar {
  padding-top: 60px;
}
#listing-show-oscar sup {
  vertical-align: super;
  font-size: 0.7em;
}
#listing-show-oscar .success-inspection-tag {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin: 5px 5px 0;
  padding: 3px;
  font-weight: 600;
  display: inline-block;
}
#listing-show-oscar .second-slideshow {
  overflow: hidden;
}
#listing-show-oscar #listing-images-slideshow {
  overflow: hidden;
  height: auto;
  max-width: 1030px;
  margin: 0 auto;
  overflow: visible;
}
#listing-show-oscar #listing-images-slideshow .bx-wrapper {
  height: auto;
  top: 0;
  position: relative;
  padding-bottom: 50%;
}
#listing-show-oscar #listing-images-slideshow .bx-viewport {
  overflow: visible !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
}
#listing-show-oscar #listing-images-slideshow .bxslider {
  height: 100%;
  background: #000;
}
#listing-show-oscar #listing-images-slideshow .bxslider .bx-slide {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: .5;
  transition: opacity 1.5s ease;
}
#listing-show-oscar #listing-images-slideshow .bxslider .bx-slide.active {
  opacity: 1;
}
#listing-show-oscar #listing-images-slideshow .bx-controls .bx-next,
#listing-show-oscar #listing-images-slideshow .bx-controls .bx-prev {
  display: none;
}
#listing-show-oscar #listing-images-slideshow .bx-pager {
  z-index: 80;
}
#listing-show-oscar #listing-images-slideshow .bx-pager .bx-pager-item {
  display: inline-block;
}
#listing-show-oscar #listing-images-slideshow .bx-pager .bx-pager-item a.active {
  background: #fff;
}
#listing-show-oscar #quarter > ul > div {
  display: none;
}
#listing-show-oscar #quarter > ul > div:nth-child(1),
#listing-show-oscar #quarter > ul > div:nth-child(2),
#listing-show-oscar #quarter > ul > div:nth-child(3) {
  display: block !important;
}
#listing-show-oscar h1 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}
#listing-show-oscar h2 {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
#listing-show-oscar h3 {
  /*font-size: 18px;*/
  font-family: 'Lato', sans-serif;
}
#listing-show-oscar span {
  /*line-height: 20px;*/
  font-family: 'Lato', sans-serif;
}
#listing-show-oscar #map-top {
  height: 350px;
  width: 100%;
  display: block;
}
#listing-show-oscar #map-top #map_canvas {
  height: 350px;
}
#listing-show-oscar .top-section {
  position: relative;
}
#listing-show-oscar .top-section .slideshow-one {
  overflow: hidden;
}
#listing-show-oscar .top-section .slideshow-one .bx-two li {
  height: 0;
  padding-bottom: 20%;
  background-size: cover;
  background-position: 50% 50%;
}
#listing-show-oscar .middle-section {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#listing-show-oscar .middle-section .left .price {
  display: block;
  padding: 0 0 8px 0;
}
#listing-show-oscar .middle-section .left .bbc-mobile {
  display: inline-block;
  padding: 16px 0;
}
#listing-show-oscar .middle-section .left .bbc-mobile h1,
#listing-show-oscar .middle-section .left .bbc-mobile span {
  float: left;
}
#listing-show-oscar .middle-section .left .bbc-mobile h1 {
  display: inline-block;
  padding-right: 4px;
}
#listing-show-oscar .middle-section .left .bbc-mobile span {
  display: inline-block;
  padding-right: 8px;
}
#listing-show-oscar .middle-section .left .text {
  clear: both;
  font-size: 1.1em;
  line-height: 1.5em;
}
#listing-show-oscar .middle-section .left .text h2 {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  text-transform: uppercase;
}
#listing-show-oscar .middle-section .left .text h2:first-child {
  padding-top: 0;
}
#listing-show-oscar .middle-section .left .text .features {
  padding-top: 16px;
}
#listing-show-oscar .middle-section .left .text .features h2 {
  font-size: 18px;
  text-transform: uppercase;
}
#listing-show-oscar .middle-section .left .text .features span {
  display: block;
  width: 100%;
}
#listing-show-oscar .middle-section .right .auction-time {
  text-decoration: none;
  color: #919396;
}
#listing-show-oscar .middle-section .right .auction-time:hover {
  color: #14477D;
}
#listing-show-oscar .middle-section .right .auction-time i {
  padding-right: 5px;
}
#listing-show-oscar .middle-section .right h2 {
  padding-bottom: 16px;
}
#listing-show-oscar .middle-section .right .bbc-desktop {
  display: none;
}
#listing-show-oscar .middle-section .right .open-times {
  display: block;
  padding: 16px 0 0 0;
}
#listing-show-oscar .middle-section .right .open-times a {
  text-decoration: none;
  color: #919396;
  width: 100%;
  display: block;
}
#listing-show-oscar .middle-section .right .open-times a h1,
#listing-show-oscar .middle-section .right .open-times a i,
#listing-show-oscar .middle-section .right .open-times a h2 {
  font-size: 14px;
  width: auto;
  display: inline-block;
}
#listing-show-oscar .middle-section .right .open-times a i {
  color: #919396;
  font-size: 20px;
  display: block;
  padding-right: 4px;
}
#listing-show-oscar .middle-section .right .open-times a:hover {
  color: #14477D;
}
#listing-show-oscar .middle-section .right #pets-allowed {
  display: none;
}
#listing-show-oscar .middle-section .right .resources {
  padding: 16px 0;
  display: block;
}
#listing-show-oscar .middle-section .right .resources span,
#listing-show-oscar .middle-section .right .resources 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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  margin-bottom: 10px;
}
#listing-show-oscar .middle-section .right .resources span:disabled,
#listing-show-oscar .middle-section .right .resources a:disabled {
  background: #ccc;
}
#listing-show-oscar .middle-section .right .resources span:disabled:hover,
#listing-show-oscar .middle-section .right .resources a:disabled:hover,
#listing-show-oscar .middle-section .right .resources span:disabled:active,
#listing-show-oscar .middle-section .right .resources a:disabled:active,
#listing-show-oscar .middle-section .right .resources span:disabled:focus,
#listing-show-oscar .middle-section .right .resources a:disabled:focus {
  background: #ccc;
}
#listing-show-oscar .middle-section .right .resources span:focus,
#listing-show-oscar .middle-section .right .resources a:focus,
#listing-show-oscar .middle-section .right .resources span:hover,
#listing-show-oscar .middle-section .right .resources a:hover,
#listing-show-oscar .middle-section .right .resources span:active,
#listing-show-oscar .middle-section .right .resources a:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#listing-show-oscar .middle-section .right .resources #allImagesButton,
#listing-show-oscar .middle-section .right .resources a {
  margin-bottom: 2px !important;
  width: 200px !important;
}
#listing-show-oscar .middle-section .right .resources div {
  overflow: hidden;
}
#listing-show-oscar .middle-section .right .resources div:last-child a {
  margin-bottom: 0;
}
#listing-show-oscar .middle-section .right .resources #print-btn {
  display: none;
}
#listing-show-oscar .middle-section .right .resources .one-form-btn {
  -webkit-appearance: none;
  display: block;
  font-family: inherit;
  font-size: inherit;
  width: 200px;
  height: auto;
  border-radius: 0px;
  background-clip: padding-box;
  line-height: inherit;
  padding: 15px 5px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: white;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #14477D;
  border: none;
  margin: 0 0 2px;
}
#listing-show-oscar .middle-section .right .resources .one-form-btn:focus,
#listing-show-oscar .middle-section .right .resources .one-form-btn:hover,
#listing-show-oscar .middle-section .right .resources .one-form-btn:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#listing-show-oscar .middle-section .right .sale-method {
  padding-top: 16px;
}
#listing-show-oscar .middle-section .right .sale-method table {
  table-layout: fixed;
  width: 100%;
}
#listing-show-oscar .middle-section .right .share a {
  position: relative;
  width: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
  cursor: pointer;
}
#listing-show-oscar .middle-section .right .share a i {
  color: #919396;
  font-size: 19px;
  position: relative;
  display: block;
  transition: all 0.5s;
}
#listing-show-oscar .middle-section .right .share .social.facebook:after {
  background-color: #3b5998;
}
#listing-show-oscar .middle-section .right .share .social.twitter:after {
  background-color: #55acee;
}
#listing-show-oscar .middle-section .right .share .social.twitter:after i {
  transition: all 0.5s;
  color: #55acee;
}
#listing-show-oscar .middle-section .right .share .social.pinit:after {
  background-color: #c8232c;
}
#listing-show-oscar .middle-section .right .share .social.pinit:after i {
  transition: all 0.5s;
  color: #c8232c;
}
#listing-show-oscar .middle-section .right .share #emailAFriendButton:after {
  background-color: #14477D;
}
#listing-show-oscar .middle-section .right .share #emailAFriendButton:after i {
  transition: all 0.5s;
  background-color: #14477D;
}
#listing-show-oscar .middle-section .right .share .social.facebook:hover i {
  transition: all 0.5s;
  color: #3b5998;
}
#listing-show-oscar .middle-section .right .share .social.twitter:hover i {
  transition: all 0.5s;
  color: #55acee;
}
#listing-show-oscar .middle-section .right .share .social.pinit:hover i {
  transition: all 0.5s;
  color: #c8232c;
}
#listing-show-oscar .middle-section .right .share #emailAFriendButton:hover i {
  transition: all 0.5s;
  color: #14477D;
}
#listing-show-oscar .middle-section .right .share a:after {
  position: absolute;
  content: "";
  top: 27px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #919396;
  opacity: 0;
  transition: all 0.5s;
}
#listing-show-oscar .middle-section .right .share a:hover:after {
  opacity: 1;
  top: 22px;
  transition: all 0.5s;
}
#listing-show-oscar .middle-section .right .share form {
  margin-top: 16px;
}
#listing-show-oscar .middle-section .right .share form fieldset {
  margin-bottom: 8px;
}
#listing-show-oscar .middle-section .right .share form textarea {
  height: 105px;
}
#listing-show-oscar .middle-section .right .share form .fieldset_send input {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  border: transparent;
}
#listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled {
  background: #ccc;
}
#listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled:hover,
#listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled:active,
#listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled:focus {
  background: #ccc;
}
#listing-show-oscar .middle-section .right .share form .fieldset_send input:focus,
#listing-show-oscar .middle-section .right .share form .fieldset_send input:hover,
#listing-show-oscar .middle-section .right .share form .fieldset_send input:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#listing-show-oscar .middle-section .right .enquire h1 {
  font-size: 18px !important;
  line-height: initial;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 14px;
}
#listing-show-oscar .middle-section .right .enquire form fieldset.fieldset_submit input {
  float: left !important;
}
@media (min-width: 768px) {
  #listing-show-oscar .middle-section .right .enquire form fieldset {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  #listing-show-oscar .middle-section .right .enquire form fieldset.fieldset_submit input {
    float: right;
  }
}
#listing-show-oscar #map {
  height: 500px;
  display: block;
}
#listing-show-oscar #map #map_canvas {
  display: block;
  height: 500px;
}
#listing-show-oscar .enquire h1 {
  padding-bottom: 16px;
  display: block;
  text-transform: uppercase;
}
#listing-show-oscar .enquire .contact-form-alpha ul {
  padding-bottom: 8px;
  width: 100%;
}
#listing-show-oscar .enquire .contact-form-alpha:after {
  display: table;
  content: '';
  clear: both;
}
#listing-show-oscar .enquire form:after {
  display: table;
  content: '';
  clear: both;
}
#listing-show-oscar .enquire form fieldset {
  padding-bottom: 8px;
  float: left;
  margin: 0;
  width: 100%;
}
#listing-show-oscar .enquire form fieldset.fieldset_notes,
#listing-show-oscar .enquire form fieldset.fieldset_submit {
  width: 100%;
}
#listing-show-oscar .enquire form .fieldset_submit {
  margin-bottom: 0;
}
#listing-show-oscar .enquire form .fieldset_submit input {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  border: transparent;
  width: 100%;
}
#listing-show-oscar .enquire form .fieldset_submit input:disabled {
  background: #ccc;
}
#listing-show-oscar .enquire form .fieldset_submit input:disabled:hover,
#listing-show-oscar .enquire form .fieldset_submit input:disabled:active,
#listing-show-oscar .enquire form .fieldset_submit input:disabled:focus {
  background: #ccc;
}
#listing-show-oscar .enquire form .fieldset_submit input:focus,
#listing-show-oscar .enquire form .fieldset_submit input:hover,
#listing-show-oscar .enquire form .fieldset_submit input:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#listing-show-oscar .enquire form.hide {
  display: none;
}
#listing-show-oscar .bottom {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#listing-show-oscar .bottom .open-times {
  padding: 16px 0;
}
#listing-show-oscar .bottom .open-times em {
  display: block;
  padding-bottom: 16px;
  line-height: 17px;
}
#listing-show-oscar .bottom .open-times strong {
  width: 100%;
}
#listing-show-oscar .bottom .open-times .blurb {
  line-height: 17px;
  display: block;
  padding-bottom: 16px;
}
#listing-show-oscar .bottom .open-times #opens li {
  padding-bottom: 8px;
}
#listing-show-oscar .bottom .open-times #opens li label {
  cursor: pointer;
  line-height: 19px;
}
#listing-show-oscar .bottom .open-times #opens li label input {
  height: 15px;
  line-height: 15px;
  float: left;
  width: 15px;
  margin-right: 10px;
}
#listing-show-oscar .bottom .open-times .opens-form {
  clear: both;
  padding-top: 16px;
  display: block;
}
#listing-show-oscar .bottom .open-times .opens-form fieldset {
  padding-bottom: 8px;
}
#listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  width: 100%;
  border: transparent;
}
#listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled {
  background: #ccc;
}
#listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled:hover,
#listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled:active,
#listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled:focus {
  background: #ccc;
}
#listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:focus,
#listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:hover,
#listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#listing-show-oscar .bottom .open-times .container h2 {
  padding-bottom: 16px;
  display: block;
}
#listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a {
  display: inline-flex;
  text-decoration: none;
  color: #919396;
}
#listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a h1,
#listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a h2,
#listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a em {
  padding-right: 4px;
  font-size: 14px;
}
#listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a .hover {
  display: none;
}
#listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
#listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
#listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
  color: #14477D;
}
#listing-show-oscar .bottom .agents {
  padding: 16px 0;
  display: block;
}
#listing-show-oscar .bottom .agents h1 {
  text-transform: uppercase;
}
#listing-show-oscar .bottom .agents .wrapper {
  width: 100%;
}
#listing-show-oscar .bottom .agents h1 {
  padding-bottom: 16px;
}
#listing-show-oscar .bottom #similar-listings {
  padding: 0 0 16px 0;
  display: block;
}
#listing-show-oscar .bottom #similar-listings h1 {
  text-transform: uppercase;
  padding-bottom: 16px;
}
#listing-show-oscar .bottom #similar-listings .wrapper {
  width: 100% !important;
}
#listing-show-oscar ul li a .bottom {
  min-height: 80px;
}
#listing-show-oscar ul li a .bottom .container {
  display: block !important;
}
#listing-show-oscar ul li a .bottom h2 {
  float: none;
  display: inline-block;
}
#listing-show-oscar ul li a .bottom h2:last-child {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
}
#listing-show-oscar #listing-open-form-alpha #opens li {
  position: relative;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  background-color: #f1f1f1;
  margin-bottom: 8px;
  transition: all 0.5s;
  cursor: pointer;
  height: 75px;
}
#listing-show-oscar #listing-open-form-alpha #opens li .label-hover {
  color: white;
  transition: all 0.5s;
}
#listing-show-oscar #listing-open-form-alpha #opens li .label-hover div:nth-child(3) {
  border-color: white;
  /*transition: all 0.5s;*/
}
#listing-show-oscar #listing-open-form-alpha #opens li label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
#listing-show-oscar #listing-open-form-alpha #opens li label input {
  display: none;
}
#listing-show-oscar #listing-open-form-alpha #opens li label div {
  width: 60%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
#listing-show-oscar #listing-open-form-alpha #opens li label div:nth-child(2) em {
  display: inline-block !important;
  padding-bottom: 0;
}
#listing-show-oscar #listing-open-form-alpha #opens li label div:nth-child(3) {
  /*transition: all 0.5s;*/
  width: 40%;
  text-align: center;
  border-left: 1px solid #c1c1c1;
  height: 75px;
  line-height: 75px;
  padding-top: 0;
}
#listing-show-oscar #listing-open-form-alpha #opens li label div:nth-child(3) em {
  padding-top: 26px;
  display: none !important;
}
#listing-show-oscar #listing-open-form-alpha #opens li label div:nth-child(3) span {
  display: block;
  /*Messes up valignment of 'ADD INSPECTION' buttons*/
  /*padding-top: 26px;*/
  padding-top: 0;
}
#listing-show-oscar #listing-open-form-alpha #opens li label .inspection-date {
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
#listing-show-oscar #listing-open-form-alpha #opens li label .inspection-date .row {
  width: 100% !important;
}
#listing-show-oscar #listing-open-form-alpha #opens li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #14477D;
  z-index: 20;
  width: 0;
  opacity: 0;
  transition: all 0.5s;
}
#listing-show-oscar #listing-open-form-alpha #opens li .overlay.hover {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}
#listing-show-oscar #listing-open-form-alpha #opens li:hover,
#listing-show-oscar #listing-open-form-alpha #opens li.added {
  color: white;
}
#listing-show-oscar #listing-open-form-alpha #opens li:hover .overlay,
#listing-show-oscar #listing-open-form-alpha #opens li.added .overlay {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}
#listing-show-oscar.spade-listing-show #similar-listings {
  margin-top: 16px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-oscar h1 {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
  }
  #listing-show-oscar h2 {
    font-size: 23px;
  }
  #listing-show-oscar #map-top {
    height: 400px;
    width: 100%;
    display: block;
  }
  #listing-show-oscar #map-top #map_canvas {
    height: 400px;
  }
  #listing-show-oscar .top-section {
    position: relative;
  }
  #listing-show-oscar .middle-section {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px;
  }
  #listing-show-oscar .middle-section .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 40px;
  }
  #listing-show-oscar .middle-section .left .price {
    display: block;
    padding: 0 0 12px 0;
  }
  #listing-show-oscar .middle-section .left .bbc-mobile {
    display: inline-block;
    padding: 24px 0;
  }
  #listing-show-oscar .middle-section .left .bbc-mobile h1,
  #listing-show-oscar .middle-section .left .bbc-mobile span {
    float: left;
  }
  #listing-show-oscar .middle-section .left .bbc-mobile h1 {
    display: inline-block;
    padding-right: 6px;
  }
  #listing-show-oscar .middle-section .left .bbc-mobile span {
    display: inline-block;
    padding-right: 12px;
  }
  #listing-show-oscar .middle-section .left .text {
    clear: both;
  }
  #listing-show-oscar .middle-section .left .text h2 {
    padding-bottom: 24px;
  }
  #listing-show-oscar .middle-section .left .text .features {
    padding-top: 24px;
  }
  #listing-show-oscar .middle-section .left .text .features span {
    display: block;
    width: 100%;
  }
  #listing-show-oscar .middle-section .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar .middle-section .right .auction-time {
    padding-top: 12px;
    display: inline-block;
  }
  #listing-show-oscar .middle-section .right h1,
  #listing-show-oscar .middle-section .right h2 {
    padding-bottom: 24px;
  }
  #listing-show-oscar .middle-section .right .bbc-desktop {
    display: none;
  }
  #listing-show-oscar .middle-section .right .open-times {
    display: block;
    padding: 24px 0;
  }
  #listing-show-oscar .middle-section .right .open-times h2 {
    padding-bottom: 12px;
  }
  #listing-show-oscar .middle-section .right .open-times ul li {
    height: 30px;
  }
  #listing-show-oscar .middle-section .right .resources {
    padding: 24px 0;
    padding-top: 24px;
    display: block;
  }
  #listing-show-oscar .middle-section .right .resources span,
  #listing-show-oscar .middle-section .right .resources 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin-bottom: 12px;
  }
  #listing-show-oscar .middle-section .right .resources span:disabled,
  #listing-show-oscar .middle-section .right .resources a:disabled {
    background: #ccc;
  }
  #listing-show-oscar .middle-section .right .resources span:disabled:hover,
  #listing-show-oscar .middle-section .right .resources a:disabled:hover,
  #listing-show-oscar .middle-section .right .resources span:disabled:active,
  #listing-show-oscar .middle-section .right .resources a:disabled:active,
  #listing-show-oscar .middle-section .right .resources span:disabled:focus,
  #listing-show-oscar .middle-section .right .resources a:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar .middle-section .right .resources span:focus,
  #listing-show-oscar .middle-section .right .resources a:focus,
  #listing-show-oscar .middle-section .right .resources span:hover,
  #listing-show-oscar .middle-section .right .resources a:hover,
  #listing-show-oscar .middle-section .right .resources span:active,
  #listing-show-oscar .middle-section .right .resources a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar .middle-section .right .resources a span {
    display: inline;
  }
  #listing-show-oscar .middle-section .right .resources span,
  #listing-show-oscar .middle-section .right .resources 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin-bottom: 12px;
  }
  #listing-show-oscar .middle-section .right .resources span:disabled,
  #listing-show-oscar .middle-section .right .resources a:disabled {
    background: #ccc;
  }
  #listing-show-oscar .middle-section .right .resources span:disabled:hover,
  #listing-show-oscar .middle-section .right .resources a:disabled:hover,
  #listing-show-oscar .middle-section .right .resources span:disabled:active,
  #listing-show-oscar .middle-section .right .resources a:disabled:active,
  #listing-show-oscar .middle-section .right .resources span:disabled:focus,
  #listing-show-oscar .middle-section .right .resources a:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar .middle-section .right .resources span:focus,
  #listing-show-oscar .middle-section .right .resources a:focus,
  #listing-show-oscar .middle-section .right .resources span:hover,
  #listing-show-oscar .middle-section .right .resources a:hover,
  #listing-show-oscar .middle-section .right .resources span:active,
  #listing-show-oscar .middle-section .right .resources a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar .middle-section .right .resources div span,
  #listing-show-oscar .middle-section .right .resources div a {
    width: inherit;
  }
  #listing-show-oscar .middle-section .right .resources div:last-child a {
    margin-bottom: 0;
  }
  #listing-show-oscar .middle-section .right .resources #print-btn {
    display: none;
  }
  #listing-show-oscar .middle-section .right .resources a.info-statement {
    font-size: 0.8em;
  }
  #listing-show-oscar .middle-section .right .sale-method {
    padding-top: 0;
  }
  #listing-show-oscar .middle-section .right .sale-method h2 {
    padding-bottom: 0;
  }
  #listing-show-oscar .middle-section .right .sale-method span {
    padding-top: 12px;
    display: block;
  }
  #listing-show-oscar .middle-section .right .sale-method.no-opens {
    padding-top: 24px;
  }
  #listing-show-oscar .middle-section .right .share {
    padding-left: 24px;
    border-left: 1px solid #14477D;
  }
  #listing-show-oscar .middle-section .right .share a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
  }
  #listing-show-oscar .middle-section .right .share a i {
    color: #919396;
    font-size: 19px;
    position: relative;
    display: block;
    transition: all 0.5s;
  }
  #listing-show-oscar .middle-section .right .share .social.facebook:after {
    background-color: #3b5998;
  }
  #listing-show-oscar .middle-section .right .share .social.twitter:after {
    background-color: #55acee;
  }
  #listing-show-oscar .middle-section .right .share .social.twitter:after i {
    transition: all 0.5s;
    color: #55acee;
  }
  #listing-show-oscar .middle-section .right .share .social.pinit:after {
    background-color: #c8232c;
  }
  #listing-show-oscar .middle-section .right .share .social.pinit:after i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #listing-show-oscar .middle-section .right .share #emailAFriendButton:after {
    background-color: #14477D;
  }
  #listing-show-oscar .middle-section .right .share #emailAFriendButton:after i {
    transition: all 0.5s;
    background-color: #14477D;
  }
  #listing-show-oscar .middle-section .right .share .social.facebook:hover i {
    transition: all 0.5s;
    color: #3b5998;
  }
  #listing-show-oscar .middle-section .right .share .social.twitter:hover i {
    transition: all 0.5s;
    color: #55acee;
  }
  #listing-show-oscar .middle-section .right .share .social.pinit:hover i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #listing-show-oscar .middle-section .right .share #emailAFriendButton:hover i {
    transition: all 0.5s;
    color: #14477D;
  }
  #listing-show-oscar .middle-section .right .share a:after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #919396;
    opacity: 0;
    transition: all 0.5s;
  }
  #listing-show-oscar .middle-section .right .share a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #listing-show-oscar .middle-section .right .share form {
    margin-top: 24px;
  }
  #listing-show-oscar .middle-section .right .share form fieldset {
    margin-bottom: 12px;
  }
  #listing-show-oscar .middle-section .right .share form input {
    height: 45px;
  }
  #listing-show-oscar .middle-section .right .share form textarea {
    height: 90px;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_email,
  #listing-show-oscar .middle-section .right .share form .fieldset_senderName {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_senderName {
    padding-right: 6px;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_email {
    padding-left: 6px;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_send {
    clear: both;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_send input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled {
    background: #ccc;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled:hover,
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled:active,
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:focus,
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:hover,
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar .middle-section .right .open-times,
  #listing-show-oscar .middle-section .right .sale-method,
  #listing-show-oscar .middle-section .right .resources {
    clear: both;
    border-left: 1px solid #14477D;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 24px;
  }
  #listing-show-oscar .middle-section:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-oscar #map {
    padding-top: 24px;
    clear: both;
    height: 500px;
    display: block;
  }
  #listing-show-oscar #map #map_canvas {
    display: block;
    height: 500px;
  }
  #listing-show-oscar .enquire h1 {
    padding-bottom: 24px;
    display: block;
  }
  #listing-show-oscar .enquire .contact-form-alpha ul {
    padding-bottom: 12px;
  }
  #listing-show-oscar .enquire form fieldset input {
    height: 45px;
  }
  #listing-show-oscar .enquire form .fieldset_first_name,
  #listing-show-oscar .enquire form .fieldset_surname,
  #listing-show-oscar .enquire form .fieldset_email_address,
  #listing-show-oscar .enquire form .fieldset_mobile {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar .enquire form .fieldset_surname,
  #listing-show-oscar .enquire form .fieldset_mobile {
    padding-left: 6px;
  }
  #listing-show-oscar .enquire form .fieldset_submit {
    clear: both;
    margin-bottom: 0;
  }
  #listing-show-oscar .enquire form .fieldset_submit input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
    width: 100%;
  }
  #listing-show-oscar .enquire form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #listing-show-oscar .enquire form .fieldset_submit input:disabled:hover,
  #listing-show-oscar .enquire form .fieldset_submit input:disabled:active,
  #listing-show-oscar .enquire form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar .enquire form .fieldset_submit input:focus,
  #listing-show-oscar .enquire form .fieldset_submit input:hover,
  #listing-show-oscar .enquire form .fieldset_submit input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar .bottom {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px 24px 24px 24px;
  }
  #listing-show-oscar .bottom .open-times {
    padding: 0 0;
    padding-bottom: 24px;
  }
  #listing-show-oscar .bottom .open-times em {
    display: block;
    padding-bottom: 24px;
    line-height: 17px;
  }
  #listing-show-oscar .bottom .open-times strong {
    width: 100%;
  }
  #listing-show-oscar .bottom .open-times .blurb {
    line-height: 17px;
    display: block;
    padding-bottom: 24px;
  }
  #listing-show-oscar .bottom .open-times #opens li {
    padding-bottom: 12px;
  }
  #listing-show-oscar .bottom .open-times #opens li label {
    line-height: 19px;
  }
  #listing-show-oscar .bottom .open-times #opens li label input {
    height: 15px;
    line-height: 15px;
    float: left;
    width: 15px;
    margin-right: 10px;
  }
  #listing-show-oscar .bottom .open-times .opens-form {
    clear: both;
    padding-top: 24px;
    display: block;
  }
  #listing-show-oscar .bottom .open-times .opens-form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 12px;
  }
  #listing-show-oscar .bottom .open-times .opens-form fieldset input {
    height: 45px;
    line-height: 45px;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_first_name,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_email_address {
    padding-right: 6px;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_surname,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_mobile {
    padding-left: 6px;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit {
    width: 100%;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    width: 100%;
    border: transparent;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled:hover,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled:active,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:focus,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:hover,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar .bottom .open-times .container h2 {
    padding-bottom: 24px;
    display: block;
  }
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a {
    display: inline-flex;
    text-decoration: none;
    color: #919396;
  }
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a h1,
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a h2,
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a em {
    padding-right: 4px;
    font-size: 14px;
    line-height: 22px;
  }
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a .hover {
    display: none;
  }
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
    color: #14477D;
  }
  #listing-show-oscar .bottom .agents {
    padding: 24px 0;
    display: block;
  }
  #listing-show-oscar .bottom .agents .wrapper {
    width: 50% !important;
    float: left;
  }
  #listing-show-oscar .bottom .agents h1 {
    padding-bottom: 24px;
  }
  #listing-show-oscar .bottom #similar-listings {
    padding: 0 0 24px 0;
    display: block;
  }
  #listing-show-oscar .bottom #similar-listings h1 {
    padding-bottom: 24px;
  }
  #listing-show-oscar .bottom #similar-listings .wrapper {
    width: 33.33% !important;
  }
  #listing-show-oscar .bottom #similar-listings .wrapper li {
    width: 100% !important;
  }
  #listing-show-oscar #listing-open-form-alpha #opens {
    max-width: 650px;
    display: block;
    margin: 0 auto;
  }
  #listing-show-oscar #listing-open-form-alpha #opens li {
    margin-bottom: 0;
    margin-top: 12px;
    width: 48.5%;
    float: left;
  }
  #listing-show-oscar #listing-open-form-alpha #opens li:nth-child(1),
  #listing-show-oscar #listing-open-form-alpha #opens li:nth-child(2) {
    margin-top: 0;
  }
  #listing-show-oscar #listing-open-form-alpha #opens li:nth-child(odd) {
    margin-right: 6px;
  }
  #listing-show-oscar #listing-open-form-alpha #opens li:nth-child(even) {
    margin-left: 6px;
  }
  #listing-show-oscar.spade-listing-show #similar-listings {
    margin-top: 24px;
  }
  #listing-show-oscar.spade-listing-show .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-oscar {
    padding-top: 0;
  }
  #listing-show-oscar h1 {
    font-size: 30px;
    line-height: 35px;
  }
  #listing-show-oscar h2 {
    font-size: 23px;
  }
  #listing-show-oscar #map-top {
    height: 500px;
    width: 100%;
    display: block;
  }
  #listing-show-oscar #map-top #map_canvas {
    height: 500px;
  }
  #listing-show-oscar .top-section {
    position: relative;
    background: black;
  }
  #listing-show-oscar .top-section .top-options.second-slideshow {
    background-color: #f1f1f1;
  }
  #listing-show-oscar .top-section .slideshow-one {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    height: 0;
    padding-bottom: 31%;
    overflow: hidden;
  }
  #listing-show-oscar .top-section .slideshow-one .bx-two li {
    height: 0;
    padding-bottom: 6%;
    background-size: cover;
    background-position: 50% 50%;
  }
  #listing-show-oscar .middle-section {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px;
  }
  #listing-show-oscar .middle-section .left .price {
    display: block;
    padding: 0 0 20px 0;
  }
  #listing-show-oscar .middle-section .left .bbc-mobile {
    display: none;
    padding: 40px 0;
  }
  #listing-show-oscar .middle-section .left .bbc-mobile h1,
  #listing-show-oscar .middle-section .left .bbc-mobile span {
    float: left;
  }
  #listing-show-oscar .middle-section .left .bbc-mobile h1 {
    display: inline-block;
    padding-right: 10px;
  }
  #listing-show-oscar .middle-section .left .bbc-mobile span {
    display: inline-block;
    padding-right: 20px;
  }
  #listing-show-oscar .middle-section .left .text {
    clear: both;
  }
  #listing-show-oscar .middle-section .left .text h2 {
    padding-bottom: 20px;
  }
  #listing-show-oscar .middle-section .left .text .features {
    padding-top: 40px;
  }
  #listing-show-oscar .middle-section .left .text .features span {
    display: block;
    width: 100%;
  }
  #listing-show-oscar .middle-section .right h2 {
    padding-bottom: 20px;
    font-size: 18px !important;
    text-transform: uppercase;
  }
  #listing-show-oscar .middle-section .right .auction-time {
    padding-top: 20px;
    display: block;
  }
  #listing-show-oscar .middle-section .right .bbc-desktop {
    display: block;
  }
  #listing-show-oscar .middle-section .right .bbc-desktop .wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  #listing-show-oscar .middle-section .right .bbc-desktop .wrapper .bed,
  #listing-show-oscar .middle-section .right .bbc-desktop .wrapper .bath,
  #listing-show-oscar .middle-section .right .bbc-desktop .wrapper .car {
    display: flex;
    width: 33.33%;
  }
  #listing-show-oscar .middle-section .right .bbc-desktop .wrapper h1 {
    padding-right: 8px;
  }
  #listing-show-oscar .middle-section .right .open-times {
    display: block;
    padding: 30px 0;
  }
  #listing-show-oscar .middle-section .right .open-times ul h2 {
    font-size: 14px !important;
  }
  #listing-show-oscar .middle-section .right .open-times ul li a {
    height: 20px;
  }
  #listing-show-oscar .middle-section .right .resources {
    padding: 30px 0;
    padding-top: 0;
    display: block;
  }
  #listing-show-oscar .middle-section .right .resources span,
  #listing-show-oscar .middle-section .right .resources 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin-bottom: 10px;
  }
  #listing-show-oscar .middle-section .right .resources span:disabled,
  #listing-show-oscar .middle-section .right .resources a:disabled {
    background: #ccc;
  }
  #listing-show-oscar .middle-section .right .resources span:disabled:hover,
  #listing-show-oscar .middle-section .right .resources a:disabled:hover,
  #listing-show-oscar .middle-section .right .resources span:disabled:active,
  #listing-show-oscar .middle-section .right .resources a:disabled:active,
  #listing-show-oscar .middle-section .right .resources span:disabled:focus,
  #listing-show-oscar .middle-section .right .resources a:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar .middle-section .right .resources span:focus,
  #listing-show-oscar .middle-section .right .resources a:focus,
  #listing-show-oscar .middle-section .right .resources span:hover,
  #listing-show-oscar .middle-section .right .resources a:hover,
  #listing-show-oscar .middle-section .right .resources span:active,
  #listing-show-oscar .middle-section .right .resources a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar .middle-section .right .resources div:last-child a {
    margin-bottom: 0;
  }
  #listing-show-oscar .middle-section .right .resources #print-btn {
    display: none;
  }
  #listing-show-oscar .middle-section .right .sale-method {
    padding-top: 30px !important;
  }
  #listing-show-oscar .middle-section .right .sale-method.no-opens {
    padding-top: 30px !important;
  }
  #listing-show-oscar .middle-section .right .sale-method h2 {
    padding-bottom: 0;
  }
  #listing-show-oscar .middle-section .right .share a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
  }
  #listing-show-oscar .middle-section .right .share a i {
    color: #919396;
    font-size: 19px;
    position: relative;
    display: block;
    transition: all 0.5s;
  }
  #listing-show-oscar .middle-section .right .share .social.facebook:after {
    background-color: #3b5998;
  }
  #listing-show-oscar .middle-section .right .share .social.twitter:after {
    background-color: #55acee;
  }
  #listing-show-oscar .middle-section .right .share .social.twitter:after i {
    transition: all 0.5s;
    color: #55acee;
  }
  #listing-show-oscar .middle-section .right .share .social.pinit:after {
    background-color: #c8232c;
  }
  #listing-show-oscar .middle-section .right .share .social.pinit:after i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #listing-show-oscar .middle-section .right .share #emailAFriendButton:after {
    background-color: #14477D;
  }
  #listing-show-oscar .middle-section .right .share #emailAFriendButton:after i {
    transition: all 0.5s;
    background-color: #14477D;
  }
  #listing-show-oscar .middle-section .right .share .social.facebook:hover i {
    transition: all 0.5s;
    color: #3b5998;
  }
  #listing-show-oscar .middle-section .right .share .social.twitter:hover i {
    transition: all 0.5s;
    color: #55acee;
  }
  #listing-show-oscar .middle-section .right .share .social.pinit:hover i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #listing-show-oscar .middle-section .right .share #emailAFriendButton:hover i {
    transition: all 0.5s;
    color: #14477D;
  }
  #listing-show-oscar .middle-section .right .share a:after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #919396;
    opacity: 0;
    transition: all 0.5s;
  }
  #listing-show-oscar .middle-section .right .share a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #listing-show-oscar .middle-section .right .share form {
    margin-top: 40px;
  }
  #listing-show-oscar .middle-section .right .share form fieldset {
    margin-bottom: 20px;
  }
  #listing-show-oscar .middle-section .right .share form input {
    height: 45px;
  }
  #listing-show-oscar .middle-section .right .share form textarea {
    height: 90px;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_email,
  #listing-show-oscar .middle-section .right .share form .fieldset_senderName {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_senderName {
    padding-right: 10px;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_email {
    padding-left: 10px;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_send {
    clear: both;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_send input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled {
    background: #ccc;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled:hover,
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled:active,
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:focus,
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:hover,
  #listing-show-oscar .middle-section .right .share form .fieldset_send input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar #map {
    height: 500px;
    display: block;
    padding: 80px 0 0 0;
  }
  #listing-show-oscar #map #map_canvas {
    display: block;
    height: 500px;
  }
  #listing-show-oscar .enquire {
    clear: both;
  }
  #listing-show-oscar .enquire h1 {
    padding-bottom: 40px;
    display: block;
  }
  #listing-show-oscar .enquire .contact-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar .enquire form fieldset input {
    height: 45px;
  }
  #listing-show-oscar .enquire form .fieldset_first_name,
  #listing-show-oscar .enquire form .fieldset_surname,
  #listing-show-oscar .enquire form .fieldset_email_address,
  #listing-show-oscar .enquire form .fieldset_mobile {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar .enquire form .fieldset_surname,
  #listing-show-oscar .enquire form .fieldset_mobile {
    padding-left: 10px;
  }
  #listing-show-oscar .enquire form .fieldset_submit {
    clear: both;
    margin-bottom: 0;
  }
  #listing-show-oscar .enquire form .fieldset_submit input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    float: right;
    border: transparent;
  }
  #listing-show-oscar .enquire form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #listing-show-oscar .enquire form .fieldset_submit input:disabled:hover,
  #listing-show-oscar .enquire form .fieldset_submit input:disabled:active,
  #listing-show-oscar .enquire form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar .enquire form .fieldset_submit input:focus,
  #listing-show-oscar .enquire form .fieldset_submit input:hover,
  #listing-show-oscar .enquire form .fieldset_submit input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar .bottom {
    max-width: 1030px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px;
  }
  #listing-show-oscar .bottom h2,
  #listing-show-oscar .bottom h1 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }
  #listing-show-oscar .bottom .open-times {
    width: 100%;
    display: inline-block;
    padding: 0 0 40px 0;
  }
  #listing-show-oscar .bottom .open-times em {
    display: block;
    padding-bottom: 30px;
    line-height: 17px;
    text-align: center;
  }
  #listing-show-oscar .bottom .open-times strong {
    width: 270px;
    margin: 0 auto;
  }
  #listing-show-oscar .bottom .open-times .blurb {
    text-align: center;
    line-height: 17px;
    display: block;
    padding-bottom: 30px;
  }
  #listing-show-oscar .bottom .open-times #opens {
    display: block;
    width: 400px;
    margin: 0 auto;
  }
  #listing-show-oscar .bottom .open-times #opens li {
    text-align: center;
    padding-bottom: 20px;
  }
  #listing-show-oscar .bottom .open-times #opens li label {
    line-height: 19px;
  }
  #listing-show-oscar .bottom .open-times #opens li label input {
    height: 15px;
    line-height: 15px;
    float: none;
    width: 15px;
    margin-right: 10px;
  }
  #listing-show-oscar .bottom .open-times #opens-error,
  #listing-show-oscar .bottom .open-times #opens-success {
    margin: 0 120px 20px;
  }
  #listing-show-oscar .bottom .open-times .opens-form {
    clear: both;
    padding: 0 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 30px;
    display: block;
  }
  #listing-show-oscar .bottom .open-times .opens-form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 20px;
  }
  #listing-show-oscar .bottom .open-times .opens-form fieldset input {
    height: 45px;
    line-height: 45px;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_first_name,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_email_address {
    padding-right: 10px;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_surname,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_mobile {
    padding-left: 10px;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit {
    width: 25%;
    float: right;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    width: 100%;
    border: transparent;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled:hover,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled:active,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:focus,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:hover,
  #listing-show-oscar .bottom .open-times .opens-form .fieldset_submit input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar .bottom .open-times .container h2 {
    padding-bottom: 40px;
    display: block;
  }
  #listing-show-oscar .bottom .open-times .container ul {
    display: flex;
  }
  #listing-show-oscar .bottom .open-times .container ul .opens-container {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  #listing-show-oscar .bottom .open-times .container ul .opens-container li {
    margin: 0 10px;
  }
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a {
    display: inline-flex;
    text-decoration: none;
    color: #919396;
  }
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a h1,
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a h2,
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a em {
    padding-right: 4px;
    font-size: 14px;
    line-height: 22px;
  }
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a .hover {
    display: none;
  }
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
  #listing-show-oscar .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
    color: #14477D;
  }
  #listing-show-oscar .bottom .enquire.no-images {
    clear: both;
    padding-top: 90px;
  }
  #listing-show-oscar .bottom .agents {
    padding: 40px 100px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar .bottom .agents .wrapper {
    width: 50% !important;
    float: left;
  }
  #listing-show-oscar .bottom .agents h1 {
    padding-bottom: 40px;
  }
  #listing-show-oscar .bottom #similar-listings {
    padding: 0 0 40px 0;
    display: block;
  }
  #listing-show-oscar .bottom #similar-listings h1 {
    padding-bottom: 40px;
  }
  #listing-show-oscar .bottom #similar-listings .wrapper {
    width: 33.33% !important;
  }
  #listing-show-oscar .bottom #similar-listings .wrapper li {
    width: 100% !important;
  }
  #listing-show-oscar .middle-section .left {
    width: 70%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 40px;
  }
  #listing-show-oscar .middle-section .left .price {
    padding: 20px 0;
    font-size: 21px;
  }
  #listing-show-oscar .middle-section .right {
    width: 30%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar .middle-section .right .bbc-desktop {
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar .middle-section .right .bbc-desktop h1,
  #listing-show-oscar .middle-section .right .bbc-desktop span {
    width: auto;
  }
  #listing-show-oscar .middle-section .right .bbc-desktop h1 {
    padding-right: 10px;
  }
  #listing-show-oscar .middle-section .right .bbc-desktop span {
    padding-top: 5px;
    padding-right: 30px;
  }
  #listing-show-oscar .middle-section .right .open-times,
  #listing-show-oscar .middle-section .right .sale-method,
  #listing-show-oscar .middle-section .right .resources {
    clear: both;
    border-left: 1px solid #14477D;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
  }
  #listing-show-oscar .middle-section .right .resources.no-opens {
    padding-top: 30px;
  }
  #listing-show-oscar .middle-section .right .resources {
    /*padding-bottom: @global-padding-desktop*8;*/
    padding-bottom: 20px !important;
  }
  #listing-show-oscar .middle-section .right .share {
    padding-left: 40px;
    /*margin-top: -@global-padding-desktop*6;*/
    margin-top: 0 !important;
  }
  #listing-show-oscar .middle-section .right .share form fieldset {
    width: 100% !important;
    padding: 0 !important;
  }
  #listing-show-oscar #map {
    clear: both;
  }
  #listing-show-oscar #listing-open-form-alpha #opens {
    max-width: 750px;
    width: 720px;
    display: block;
    margin: 0 auto;
  }
  #listing-show-oscar #listing-open-form-alpha #opens li {
    margin-bottom: 0;
    margin-top: 20px;
    width: 48.6%;
    float: left;
  }
  #listing-show-oscar #listing-open-form-alpha #opens li:nth-child(1),
  #listing-show-oscar #listing-open-form-alpha #opens li:nth-child(2) {
    margin-top: 0;
  }
  #listing-show-oscar #listing-open-form-alpha #opens li:nth-child(odd) {
    margin-right: 10px;
  }
  #listing-show-oscar #listing-open-form-alpha #opens li:nth-child(even) {
    margin-left: 10px;
  }
  #listing-show-oscar.spade-listing-show #similar-listings {
    margin-top: 40px;
  }
  #listing-show-oscar.spade-listing-show .bottom {
    padding-top: 120px;
  }
  #listing-show-oscar.spade-listing-show #map {
    padding-top: 20px;
  }
}
@media only print, only screen and (min-width: 980px) and (max-width: 1000px) {
  .top-section {
    margin-top: 0 !important;
  }
}
@media only print, only screen and (min-width: 1900px) {
  /* Desktop */
  #listing-show-oscar .sale-method {
    padding-top: 30px !important;
  }
}
@media (max-width: 640px) {
  #listing-show-oscar #listing-images-slideshow .bxslider {
    background: #f1f1f1;
  }
  #listing-show-oscar #listing-images-slideshow .bxslider .bx-slide {
    background-size: contain;
  }
  #listing-show-oscar .bottom ul li .bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 80px;
    text-align: center;
    padding: 0 0 20px;
  }
  #listing-show-oscar .bottom ul li .bottom h2 {
    display: inline-block;
    position: relative;
    font-size: 24px;
    padding: 0 5px;
    line-height: 1.5;
  }
  #listing-show-oscar .bottom ul li .bottom a {
    display: inline-block;
    position: relative;
    padding: 0 5px;
  }
}
#listing-show-oscar-alpha {
  padding-top: 60px;
}
#listing-show-oscar-alpha .new-listings-alpha .wrapper .img-image {
  height: 100%;
  width: 100%;
  object-fit: initial;
  object-position: center;
}
#listing-show-oscar-alpha sup {
  vertical-align: super;
  font-size: 0.7em;
}
#listing-show-oscar-alpha .success-inspection-tag {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin: 5px 5px 0;
  padding: 3px;
  font-weight: 600;
  display: inline-block;
}
#listing-show-oscar-alpha .second-slideshow {
  overflow: hidden;
}
#listing-show-oscar-alpha #listing-images-slideshow {
  overflow: hidden;
  height: auto;
  max-width: 1030px;
  margin: 0 auto;
  overflow: visible;
}
#listing-show-oscar-alpha #listing-images-slideshow .bx-wrapper {
  height: auto;
  top: 0;
  position: relative;
  padding-bottom: 50%;
}
#listing-show-oscar-alpha #listing-images-slideshow .bx-viewport {
  overflow: visible !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
}
#listing-show-oscar-alpha #listing-images-slideshow .bxslider {
  height: 100%;
  background: #000;
}
#listing-show-oscar-alpha #listing-images-slideshow .bxslider .bx-slide {
  height: 100%;
  overflow: hidden;
  opacity: .5;
  transition: opacity 1.5s ease;
}
#listing-show-oscar-alpha #listing-images-slideshow .bxslider .bx-slide.active {
  opacity: 1;
}
#listing-show-oscar-alpha #listing-images-slideshow .bxslider .bx-slide .image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#listing-show-oscar-alpha #listing-images-slideshow .bx-controls .bx-next,
#listing-show-oscar-alpha #listing-images-slideshow .bx-controls .bx-prev {
  display: none;
}
#listing-show-oscar-alpha #listing-images-slideshow .bx-pager {
  z-index: 80;
}
#listing-show-oscar-alpha #listing-images-slideshow .bx-pager .bx-pager-item {
  display: inline-block;
}
#listing-show-oscar-alpha #listing-images-slideshow .bx-pager .bx-pager-item a.active {
  background: #fff;
}
#listing-show-oscar-alpha #quarter > ul > div {
  display: none;
}
#listing-show-oscar-alpha #quarter > ul > div:nth-child(1),
#listing-show-oscar-alpha #quarter > ul > div:nth-child(2),
#listing-show-oscar-alpha #quarter > ul > div:nth-child(3) {
  display: block !important;
}
#listing-show-oscar-alpha h1 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}
#listing-show-oscar-alpha h2 {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
#listing-show-oscar-alpha h3 {
  /*font-size: 18px;*/
  font-family: 'Lato', sans-serif;
}
#listing-show-oscar-alpha span {
  /*line-height: 20px;*/
  font-family: 'Lato', sans-serif;
}
#listing-show-oscar-alpha #map-top {
  height: 350px;
  width: 100%;
  display: block;
}
#listing-show-oscar-alpha #map-top #map_canvas {
  height: 350px;
}
#listing-show-oscar-alpha .top-section {
  position: relative;
}
#listing-show-oscar-alpha .top-section .slideshow-one {
  overflow: hidden;
}
#listing-show-oscar-alpha .top-section .slideshow-one .bx-two li {
  height: 0;
  padding-bottom: 20%;
  background-size: cover;
  background-position: 50% 50%;
}
#listing-show-oscar-alpha .middle-section {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#listing-show-oscar-alpha .middle-section .left .price {
  display: block;
  padding: 0 0 8px 0;
}
#listing-show-oscar-alpha .middle-section .left .bbc-mobile {
  display: inline-block;
  padding: 16px 0;
}
#listing-show-oscar-alpha .middle-section .left .bbc-mobile h1,
#listing-show-oscar-alpha .middle-section .left .bbc-mobile span {
  float: left;
}
#listing-show-oscar-alpha .middle-section .left .bbc-mobile h1 {
  display: inline-block;
  padding-right: 4px;
}
#listing-show-oscar-alpha .middle-section .left .bbc-mobile span {
  display: inline-block;
  padding-right: 8px;
}
#listing-show-oscar-alpha .middle-section .left .text {
  clear: both;
  font-size: 1.1em;
  line-height: 1.5em;
}
#listing-show-oscar-alpha .middle-section .left .text h2 {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  text-transform: uppercase;
}
#listing-show-oscar-alpha .middle-section .left .text h2:first-child {
  padding-top: 0;
}
#listing-show-oscar-alpha .middle-section .left .text .features {
  padding-top: 16px;
}
#listing-show-oscar-alpha .middle-section .left .text .features h2 {
  font-size: 18px;
  text-transform: uppercase;
}
#listing-show-oscar-alpha .middle-section .left .text .features span {
  display: block;
  width: 100%;
}
#listing-show-oscar-alpha .middle-section .right .auction-time {
  text-decoration: none;
  color: #919396;
}
#listing-show-oscar-alpha .middle-section .right .auction-time:hover {
  color: #14477D;
}
#listing-show-oscar-alpha .middle-section .right .auction-time i {
  padding-right: 5px;
}
#listing-show-oscar-alpha .middle-section .right h2 {
  padding-bottom: 16px;
}
#listing-show-oscar-alpha .middle-section .right .bbc-desktop {
  display: none;
}
#listing-show-oscar-alpha .middle-section .right .open-times {
  display: block;
  padding: 16px 0 0 0;
}
#listing-show-oscar-alpha .middle-section .right .open-times a {
  text-decoration: none;
  color: #919396;
  width: 100%;
  display: block;
}
#listing-show-oscar-alpha .middle-section .right .open-times a h1,
#listing-show-oscar-alpha .middle-section .right .open-times a i,
#listing-show-oscar-alpha .middle-section .right .open-times a h2 {
  font-size: 14px;
  width: auto;
  display: inline-block;
}
#listing-show-oscar-alpha .middle-section .right .open-times a i {
  color: #919396;
  font-size: 20px;
  display: block;
  padding-right: 4px;
}
#listing-show-oscar-alpha .middle-section .right .open-times a:hover {
  color: #14477D;
}
#listing-show-oscar-alpha .middle-section .right #pets-allowed {
  display: none;
}
#listing-show-oscar-alpha .middle-section .right .resources {
  padding: 16px 0;
  display: block;
}
#listing-show-oscar-alpha .middle-section .right .resources span,
#listing-show-oscar-alpha .middle-section .right .resources 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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  margin-bottom: 10px;
}
#listing-show-oscar-alpha .middle-section .right .resources span:disabled,
#listing-show-oscar-alpha .middle-section .right .resources a:disabled {
  background: #ccc;
}
#listing-show-oscar-alpha .middle-section .right .resources span:disabled:hover,
#listing-show-oscar-alpha .middle-section .right .resources a:disabled:hover,
#listing-show-oscar-alpha .middle-section .right .resources span:disabled:active,
#listing-show-oscar-alpha .middle-section .right .resources a:disabled:active,
#listing-show-oscar-alpha .middle-section .right .resources span:disabled:focus,
#listing-show-oscar-alpha .middle-section .right .resources a:disabled:focus {
  background: #ccc;
}
#listing-show-oscar-alpha .middle-section .right .resources span:focus,
#listing-show-oscar-alpha .middle-section .right .resources a:focus,
#listing-show-oscar-alpha .middle-section .right .resources span:hover,
#listing-show-oscar-alpha .middle-section .right .resources a:hover,
#listing-show-oscar-alpha .middle-section .right .resources span:active,
#listing-show-oscar-alpha .middle-section .right .resources a:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#listing-show-oscar-alpha .middle-section .right .resources #allImagesButton,
#listing-show-oscar-alpha .middle-section .right .resources a {
  margin-bottom: 2px !important;
  width: 200px !important;
}
#listing-show-oscar-alpha .middle-section .right .resources div {
  overflow: hidden;
}
#listing-show-oscar-alpha .middle-section .right .resources div:last-child a {
  margin-bottom: 0;
}
#listing-show-oscar-alpha .middle-section .right .resources #print-btn {
  display: none;
}
#listing-show-oscar-alpha .middle-section .right .resources .one-form-btn {
  -webkit-appearance: none;
  display: block;
  font-family: inherit;
  font-size: inherit;
  width: 200px;
  height: auto;
  border-radius: 0px;
  background-clip: padding-box;
  line-height: inherit;
  padding: 15px 5px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: white;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #14477D;
  border: none;
  margin: 0 0 2px;
}
#listing-show-oscar-alpha .middle-section .right .resources .one-form-btn:focus,
#listing-show-oscar-alpha .middle-section .right .resources .one-form-btn:hover,
#listing-show-oscar-alpha .middle-section .right .resources .one-form-btn:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#listing-show-oscar-alpha .middle-section .right .sale-method {
  padding-top: 16px;
}
#listing-show-oscar-alpha .middle-section .right .sale-method table {
  table-layout: fixed;
  width: 100%;
}
#listing-show-oscar-alpha .middle-section .right .share a {
  position: relative;
  width: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
  cursor: pointer;
}
#listing-show-oscar-alpha .middle-section .right .share a i {
  color: #919396;
  font-size: 19px;
  position: relative;
  display: block;
  transition: all 0.5s;
}
#listing-show-oscar-alpha .middle-section .right .share .social.facebook:after {
  background-color: #3b5998;
}
#listing-show-oscar-alpha .middle-section .right .share .social.twitter:after {
  background-color: #55acee;
}
#listing-show-oscar-alpha .middle-section .right .share .social.twitter:after i {
  transition: all 0.5s;
  color: #55acee;
}
#listing-show-oscar-alpha .middle-section .right .share .social.pinit:after {
  background-color: #c8232c;
}
#listing-show-oscar-alpha .middle-section .right .share .social.pinit:after i {
  transition: all 0.5s;
  color: #c8232c;
}
#listing-show-oscar-alpha .middle-section .right .share #emailAFriendButton:after {
  background-color: #14477D;
}
#listing-show-oscar-alpha .middle-section .right .share #emailAFriendButton:after i {
  transition: all 0.5s;
  background-color: #14477D;
}
#listing-show-oscar-alpha .middle-section .right .share .social.facebook:hover i {
  transition: all 0.5s;
  color: #3b5998;
}
#listing-show-oscar-alpha .middle-section .right .share .social.twitter:hover i {
  transition: all 0.5s;
  color: #55acee;
}
#listing-show-oscar-alpha .middle-section .right .share .social.pinit:hover i {
  transition: all 0.5s;
  color: #c8232c;
}
#listing-show-oscar-alpha .middle-section .right .share #emailAFriendButton:hover i {
  transition: all 0.5s;
  color: #14477D;
}
#listing-show-oscar-alpha .middle-section .right .share a:after {
  position: absolute;
  content: "";
  top: 27px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #919396;
  opacity: 0;
  transition: all 0.5s;
}
#listing-show-oscar-alpha .middle-section .right .share a:hover:after {
  opacity: 1;
  top: 22px;
  transition: all 0.5s;
}
#listing-show-oscar-alpha .middle-section .right .share form {
  margin-top: 16px;
}
#listing-show-oscar-alpha .middle-section .right .share form fieldset {
  margin-bottom: 8px;
}
#listing-show-oscar-alpha .middle-section .right .share form textarea {
  height: 105px;
}
#listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  border: transparent;
}
#listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled {
  background: #ccc;
}
#listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled:hover,
#listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled:active,
#listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled:focus {
  background: #ccc;
}
#listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:focus,
#listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:hover,
#listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#listing-show-oscar-alpha .middle-section .right .enquire h1 {
  font-size: 18px !important;
  line-height: initial;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 14px;
}
#listing-show-oscar-alpha .middle-section .right .enquire form fieldset.fieldset_submit input {
  float: left !important;
}
@media (min-width: 768px) {
  #listing-show-oscar-alpha .middle-section .right .enquire form fieldset {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  #listing-show-oscar-alpha .middle-section .right .enquire form fieldset.fieldset_submit input {
    float: right;
  }
}
#listing-show-oscar-alpha #map {
  height: 500px;
  display: block;
}
#listing-show-oscar-alpha #map #map_canvas {
  display: block;
  height: 500px;
}
#listing-show-oscar-alpha .enquire h1 {
  padding-bottom: 16px;
  display: block;
  text-transform: uppercase;
}
#listing-show-oscar-alpha .enquire .contact-form-alpha ul {
  padding-bottom: 8px;
  width: 100%;
}
#listing-show-oscar-alpha .enquire .contact-form-alpha:after {
  display: table;
  content: '';
  clear: both;
}
#listing-show-oscar-alpha .enquire form:after {
  display: table;
  content: '';
  clear: both;
}
#listing-show-oscar-alpha .enquire form fieldset {
  padding-bottom: 8px;
  float: left;
  margin: 0;
  width: 100%;
}
#listing-show-oscar-alpha .enquire form fieldset.fieldset_notes,
#listing-show-oscar-alpha .enquire form fieldset.fieldset_submit {
  width: 100%;
}
#listing-show-oscar-alpha .enquire form .fieldset_submit {
  margin-bottom: 0;
}
#listing-show-oscar-alpha .enquire form .fieldset_submit input {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  border: transparent;
  width: 100%;
}
#listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled {
  background: #ccc;
}
#listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled:hover,
#listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled:active,
#listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled:focus {
  background: #ccc;
}
#listing-show-oscar-alpha .enquire form .fieldset_submit input:focus,
#listing-show-oscar-alpha .enquire form .fieldset_submit input:hover,
#listing-show-oscar-alpha .enquire form .fieldset_submit input:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#listing-show-oscar-alpha .enquire form.hide {
  display: none;
}
#listing-show-oscar-alpha .bottom {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#listing-show-oscar-alpha .bottom .open-times {
  padding: 16px 0;
}
#listing-show-oscar-alpha .bottom .open-times em {
  display: block;
  padding-bottom: 16px;
  line-height: 17px;
}
#listing-show-oscar-alpha .bottom .open-times strong {
  width: 100%;
}
#listing-show-oscar-alpha .bottom .open-times .blurb {
  line-height: 17px;
  display: block;
  padding-bottom: 16px;
}
#listing-show-oscar-alpha .bottom .open-times #opens li {
  padding-bottom: 8px;
}
#listing-show-oscar-alpha .bottom .open-times #opens li label {
  cursor: pointer;
  line-height: 19px;
}
#listing-show-oscar-alpha .bottom .open-times #opens li label input {
  height: 15px;
  line-height: 15px;
  float: left;
  width: 15px;
  margin-right: 10px;
}
#listing-show-oscar-alpha .bottom .open-times .opens-form {
  clear: both;
  padding-top: 16px;
  display: block;
}
#listing-show-oscar-alpha .bottom .open-times .opens-form fieldset {
  padding-bottom: 8px;
}
#listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  width: 100%;
  border: transparent;
}
#listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled {
  background: #ccc;
}
#listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:hover,
#listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:active,
#listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:focus {
  background: #ccc;
}
#listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:focus,
#listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:hover,
#listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#listing-show-oscar-alpha .bottom .open-times .container h2 {
  padding-bottom: 16px;
  display: block;
}
#listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a {
  display: inline-flex;
  text-decoration: none;
  color: #919396;
}
#listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a h1,
#listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a h2,
#listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a em {
  padding-right: 4px;
  font-size: 14px;
}
#listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a .hover {
  display: none;
}
#listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
#listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
#listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
  color: #14477D;
}
#listing-show-oscar-alpha .bottom .agents {
  padding: 16px 0;
  display: block;
}
#listing-show-oscar-alpha .bottom .agents h1 {
  text-transform: uppercase;
}
#listing-show-oscar-alpha .bottom .agents .wrapper {
  width: 100%;
}
#listing-show-oscar-alpha .bottom .agents h1 {
  padding-bottom: 16px;
}
#listing-show-oscar-alpha .bottom #similar-listings {
  padding: 0 0 16px 0;
  display: block;
}
#listing-show-oscar-alpha .bottom #similar-listings h1 {
  text-transform: uppercase;
  padding-bottom: 16px;
}
#listing-show-oscar-alpha .bottom #similar-listings .wrapper {
  width: 100% !important;
}
#listing-show-oscar-alpha ul li a .bottom {
  min-height: 80px;
}
#listing-show-oscar-alpha ul li a .bottom .container {
  display: block !important;
}
#listing-show-oscar-alpha ul li a .bottom h2 {
  float: none;
  display: inline-block;
}
#listing-show-oscar-alpha ul li a .bottom h2:last-child {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li {
  position: relative;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  background-color: #f1f1f1;
  margin-bottom: 8px;
  transition: all 0.5s;
  cursor: pointer;
  height: 75px;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li .label-hover {
  color: white;
  transition: all 0.5s;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li .label-hover div:nth-child(3) {
  border-color: white;
  /*transition: all 0.5s;*/
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li label input {
  display: none;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li label div {
  width: 60%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li label div:nth-child(2) em {
  display: inline-block !important;
  padding-bottom: 0;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li label div:nth-child(3) {
  /*transition: all 0.5s;*/
  width: 40%;
  text-align: center;
  border-left: 1px solid #c1c1c1;
  height: 75px;
  line-height: 75px;
  padding-top: 0;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li label div:nth-child(3) em {
  padding-top: 26px;
  display: none !important;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li label div:nth-child(3) span {
  display: block;
  /*Messes up valignment of 'ADD INSPECTION' buttons*/
  /*padding-top: 26px;*/
  padding-top: 0;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li label .inspection-date {
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li label .inspection-date .row {
  width: 100% !important;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #14477D;
  z-index: 20;
  width: 0;
  opacity: 0;
  transition: all 0.5s;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li .overlay.hover {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li:hover,
#listing-show-oscar-alpha #listing-open-form-alpha #opens li.added {
  color: white;
}
#listing-show-oscar-alpha #listing-open-form-alpha #opens li:hover .overlay,
#listing-show-oscar-alpha #listing-open-form-alpha #opens li.added .overlay {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}
#listing-show-oscar-alpha.spade-listing-show #similar-listings {
  margin-top: 16px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-oscar-alpha h1 {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
  }
  #listing-show-oscar-alpha h2 {
    font-size: 23px;
  }
  #listing-show-oscar-alpha #map-top {
    height: 400px;
    width: 100%;
    display: block;
  }
  #listing-show-oscar-alpha #map-top #map_canvas {
    height: 400px;
  }
  #listing-show-oscar-alpha .top-section {
    position: relative;
  }
  #listing-show-oscar-alpha .middle-section {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px;
  }
  #listing-show-oscar-alpha .middle-section .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 40px;
  }
  #listing-show-oscar-alpha .middle-section .left .price {
    display: block;
    padding: 0 0 12px 0;
  }
  #listing-show-oscar-alpha .middle-section .left .bbc-mobile {
    display: inline-block;
    padding: 24px 0;
  }
  #listing-show-oscar-alpha .middle-section .left .bbc-mobile h1,
  #listing-show-oscar-alpha .middle-section .left .bbc-mobile span {
    float: left;
  }
  #listing-show-oscar-alpha .middle-section .left .bbc-mobile h1 {
    display: inline-block;
    padding-right: 6px;
  }
  #listing-show-oscar-alpha .middle-section .left .bbc-mobile span {
    display: inline-block;
    padding-right: 12px;
  }
  #listing-show-oscar-alpha .middle-section .left .text {
    clear: both;
  }
  #listing-show-oscar-alpha .middle-section .left .text h2 {
    padding-bottom: 24px;
  }
  #listing-show-oscar-alpha .middle-section .left .text .features {
    padding-top: 24px;
  }
  #listing-show-oscar-alpha .middle-section .left .text .features span {
    display: block;
    width: 100%;
  }
  #listing-show-oscar-alpha .middle-section .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar-alpha .middle-section .right .auction-time {
    padding-top: 12px;
    display: inline-block;
  }
  #listing-show-oscar-alpha .middle-section .right h1,
  #listing-show-oscar-alpha .middle-section .right h2 {
    padding-bottom: 24px;
  }
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop {
    display: none;
  }
  #listing-show-oscar-alpha .middle-section .right .open-times {
    display: block;
    padding: 24px 0;
  }
  #listing-show-oscar-alpha .middle-section .right .open-times h2 {
    padding-bottom: 12px;
  }
  #listing-show-oscar-alpha .middle-section .right .open-times ul li {
    height: 30px;
  }
  #listing-show-oscar-alpha .middle-section .right .resources {
    padding: 24px 0;
    padding-top: 24px;
    display: block;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span,
  #listing-show-oscar-alpha .middle-section .right .resources 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin-bottom: 12px;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled {
    background: #ccc;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled:hover,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled:hover,
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled:active,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled:active,
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled:focus,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span:focus,
  #listing-show-oscar-alpha .middle-section .right .resources a:focus,
  #listing-show-oscar-alpha .middle-section .right .resources span:hover,
  #listing-show-oscar-alpha .middle-section .right .resources a:hover,
  #listing-show-oscar-alpha .middle-section .right .resources span:active,
  #listing-show-oscar-alpha .middle-section .right .resources a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .middle-section .right .resources a span {
    display: inline;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span,
  #listing-show-oscar-alpha .middle-section .right .resources 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin-bottom: 12px;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled {
    background: #ccc;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled:hover,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled:hover,
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled:active,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled:active,
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled:focus,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span:focus,
  #listing-show-oscar-alpha .middle-section .right .resources a:focus,
  #listing-show-oscar-alpha .middle-section .right .resources span:hover,
  #listing-show-oscar-alpha .middle-section .right .resources a:hover,
  #listing-show-oscar-alpha .middle-section .right .resources span:active,
  #listing-show-oscar-alpha .middle-section .right .resources a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .middle-section .right .resources div span,
  #listing-show-oscar-alpha .middle-section .right .resources div a {
    width: inherit;
  }
  #listing-show-oscar-alpha .middle-section .right .resources div:last-child a {
    margin-bottom: 0;
  }
  #listing-show-oscar-alpha .middle-section .right .resources #print-btn {
    display: none;
  }
  #listing-show-oscar-alpha .middle-section .right .resources a.info-statement {
    font-size: 0.8em;
  }
  #listing-show-oscar-alpha .middle-section .right .sale-method {
    padding-top: 0;
  }
  #listing-show-oscar-alpha .middle-section .right .sale-method h2 {
    padding-bottom: 0;
  }
  #listing-show-oscar-alpha .middle-section .right .sale-method span {
    padding-top: 12px;
    display: block;
  }
  #listing-show-oscar-alpha .middle-section .right .sale-method.no-opens {
    padding-top: 24px;
  }
  #listing-show-oscar-alpha .middle-section .right .share {
    padding-left: 24px;
    border-left: 1px solid #14477D;
  }
  #listing-show-oscar-alpha .middle-section .right .share a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
  }
  #listing-show-oscar-alpha .middle-section .right .share a i {
    color: #919396;
    font-size: 19px;
    position: relative;
    display: block;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.facebook:after {
    background-color: #3b5998;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.twitter:after {
    background-color: #55acee;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.twitter:after i {
    transition: all 0.5s;
    color: #55acee;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.pinit:after {
    background-color: #c8232c;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.pinit:after i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #listing-show-oscar-alpha .middle-section .right .share #emailAFriendButton:after {
    background-color: #14477D;
  }
  #listing-show-oscar-alpha .middle-section .right .share #emailAFriendButton:after i {
    transition: all 0.5s;
    background-color: #14477D;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.facebook:hover i {
    transition: all 0.5s;
    color: #3b5998;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.twitter:hover i {
    transition: all 0.5s;
    color: #55acee;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.pinit:hover i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #listing-show-oscar-alpha .middle-section .right .share #emailAFriendButton:hover i {
    transition: all 0.5s;
    color: #14477D;
  }
  #listing-show-oscar-alpha .middle-section .right .share a:after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #919396;
    opacity: 0;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .middle-section .right .share a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .middle-section .right .share form {
    margin-top: 24px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form fieldset {
    margin-bottom: 12px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form input {
    height: 45px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form textarea {
    height: 90px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_email,
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_senderName {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_senderName {
    padding-right: 6px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_email {
    padding-left: 6px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send {
    clear: both;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled {
    background: #ccc;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled:hover,
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled:active,
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:focus,
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:hover,
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .middle-section .right .open-times,
  #listing-show-oscar-alpha .middle-section .right .sale-method,
  #listing-show-oscar-alpha .middle-section .right .resources {
    clear: both;
    border-left: 1px solid #14477D;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 24px;
  }
  #listing-show-oscar-alpha .middle-section:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-oscar-alpha #map {
    padding-top: 24px;
    clear: both;
    height: 500px;
    display: block;
  }
  #listing-show-oscar-alpha #map #map_canvas {
    display: block;
    height: 500px;
  }
  #listing-show-oscar-alpha .enquire h1 {
    padding-bottom: 24px;
    display: block;
  }
  #listing-show-oscar-alpha .enquire .contact-form-alpha ul {
    padding-bottom: 12px;
  }
  #listing-show-oscar-alpha .enquire form fieldset input {
    height: 45px;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_first_name,
  #listing-show-oscar-alpha .enquire form .fieldset_surname,
  #listing-show-oscar-alpha .enquire form .fieldset_email_address,
  #listing-show-oscar-alpha .enquire form .fieldset_mobile {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_surname,
  #listing-show-oscar-alpha .enquire form .fieldset_mobile {
    padding-left: 6px;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_submit {
    clear: both;
    margin-bottom: 0;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_submit input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
    width: 100%;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled:hover,
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled:active,
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:focus,
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:hover,
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .bottom {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px 24px 24px 24px;
  }
  #listing-show-oscar-alpha .bottom .open-times {
    padding: 0 0;
    padding-bottom: 24px;
  }
  #listing-show-oscar-alpha .bottom .open-times em {
    display: block;
    padding-bottom: 24px;
    line-height: 17px;
  }
  #listing-show-oscar-alpha .bottom .open-times strong {
    width: 100%;
  }
  #listing-show-oscar-alpha .bottom .open-times .blurb {
    line-height: 17px;
    display: block;
    padding-bottom: 24px;
  }
  #listing-show-oscar-alpha .bottom .open-times #opens li {
    padding-bottom: 12px;
  }
  #listing-show-oscar-alpha .bottom .open-times #opens li label {
    line-height: 19px;
  }
  #listing-show-oscar-alpha .bottom .open-times #opens li label input {
    height: 15px;
    line-height: 15px;
    float: left;
    width: 15px;
    margin-right: 10px;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form {
    clear: both;
    padding-top: 24px;
    display: block;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 12px;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form fieldset input {
    height: 45px;
    line-height: 45px;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_first_name,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_email_address {
    padding-right: 6px;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_surname,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_mobile {
    padding-left: 6px;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit {
    width: 100%;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    width: 100%;
    border: transparent;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:hover,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:active,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:focus,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:hover,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .bottom .open-times .container h2 {
    padding-bottom: 24px;
    display: block;
  }
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a {
    display: inline-flex;
    text-decoration: none;
    color: #919396;
  }
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a h1,
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a h2,
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a em {
    padding-right: 4px;
    font-size: 14px;
    line-height: 22px;
  }
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a .hover {
    display: none;
  }
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
    color: #14477D;
  }
  #listing-show-oscar-alpha .bottom .agents {
    padding: 24px 0;
    display: block;
  }
  #listing-show-oscar-alpha .bottom .agents .wrapper {
    width: 50% !important;
    float: left;
  }
  #listing-show-oscar-alpha .bottom .agents h1 {
    padding-bottom: 24px;
  }
  #listing-show-oscar-alpha .bottom #similar-listings {
    padding: 0 0 24px 0;
    display: block;
  }
  #listing-show-oscar-alpha .bottom #similar-listings h1 {
    padding-bottom: 24px;
  }
  #listing-show-oscar-alpha .bottom #similar-listings .wrapper {
    width: 33.33% !important;
  }
  #listing-show-oscar-alpha .bottom #similar-listings .wrapper li {
    width: 100% !important;
  }
  #listing-show-oscar-alpha #listing-open-form-alpha #opens {
    max-width: 650px;
    display: block;
    margin: 0 auto;
  }
  #listing-show-oscar-alpha #listing-open-form-alpha #opens li {
    margin-bottom: 0;
    margin-top: 12px;
    width: 48.5%;
    float: left;
  }
  #listing-show-oscar-alpha #listing-open-form-alpha #opens li:nth-child(1),
  #listing-show-oscar-alpha #listing-open-form-alpha #opens li:nth-child(2) {
    margin-top: 0;
  }
  #listing-show-oscar-alpha #listing-open-form-alpha #opens li:nth-child(odd) {
    margin-right: 6px;
  }
  #listing-show-oscar-alpha #listing-open-form-alpha #opens li:nth-child(even) {
    margin-left: 6px;
  }
  #listing-show-oscar-alpha.spade-listing-show #similar-listings {
    margin-top: 24px;
  }
  #listing-show-oscar-alpha.spade-listing-show .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-oscar-alpha {
    padding-top: 0;
  }
  #listing-show-oscar-alpha h1 {
    font-size: 30px;
    line-height: 35px;
  }
  #listing-show-oscar-alpha h2 {
    font-size: 23px;
  }
  #listing-show-oscar-alpha #map-top {
    height: 500px;
    width: 100%;
    display: block;
  }
  #listing-show-oscar-alpha #map-top #map_canvas {
    height: 500px;
  }
  #listing-show-oscar-alpha .top-section {
    position: relative;
    background: black;
  }
  #listing-show-oscar-alpha .top-section .top-options.second-slideshow {
    background-color: #f1f1f1;
  }
  #listing-show-oscar-alpha .top-section .slideshow-one {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    height: 0;
    padding-bottom: 31%;
    overflow: hidden;
  }
  #listing-show-oscar-alpha .top-section .slideshow-one .bx-two li {
    height: 0;
    padding-bottom: 6%;
    background-size: cover;
    background-position: 50% 50%;
  }
  #listing-show-oscar-alpha .middle-section {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px;
  }
  #listing-show-oscar-alpha .middle-section .left .price {
    display: block;
    padding: 0 0 20px 0;
  }
  #listing-show-oscar-alpha .middle-section .left .bbc-mobile {
    display: none;
    padding: 40px 0;
  }
  #listing-show-oscar-alpha .middle-section .left .bbc-mobile h1,
  #listing-show-oscar-alpha .middle-section .left .bbc-mobile span {
    float: left;
  }
  #listing-show-oscar-alpha .middle-section .left .bbc-mobile h1 {
    display: inline-block;
    padding-right: 10px;
  }
  #listing-show-oscar-alpha .middle-section .left .bbc-mobile span {
    display: inline-block;
    padding-right: 20px;
  }
  #listing-show-oscar-alpha .middle-section .left .text {
    clear: both;
  }
  #listing-show-oscar-alpha .middle-section .left .text h2 {
    padding-bottom: 20px;
  }
  #listing-show-oscar-alpha .middle-section .left .text .features {
    padding-top: 40px;
  }
  #listing-show-oscar-alpha .middle-section .left .text .features span {
    display: block;
    width: 100%;
  }
  #listing-show-oscar-alpha .middle-section .right h2 {
    padding-bottom: 20px;
    font-size: 18px !important;
    text-transform: uppercase;
  }
  #listing-show-oscar-alpha .middle-section .right .auction-time {
    padding-top: 20px;
    display: block;
  }
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop {
    display: block;
  }
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop .wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop .wrapper .bed,
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop .wrapper .bath,
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop .wrapper .car {
    display: flex;
    width: 33.33%;
  }
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop .wrapper h1 {
    padding-right: 8px;
  }
  #listing-show-oscar-alpha .middle-section .right .open-times {
    display: block;
    padding: 30px 0;
  }
  #listing-show-oscar-alpha .middle-section .right .open-times ul h2 {
    font-size: 14px !important;
  }
  #listing-show-oscar-alpha .middle-section .right .open-times ul li a {
    height: 20px;
  }
  #listing-show-oscar-alpha .middle-section .right .resources {
    padding: 30px 0;
    padding-top: 0;
    display: block;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span,
  #listing-show-oscar-alpha .middle-section .right .resources 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin-bottom: 10px;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled {
    background: #ccc;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled:hover,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled:hover,
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled:active,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled:active,
  #listing-show-oscar-alpha .middle-section .right .resources span:disabled:focus,
  #listing-show-oscar-alpha .middle-section .right .resources a:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar-alpha .middle-section .right .resources span:focus,
  #listing-show-oscar-alpha .middle-section .right .resources a:focus,
  #listing-show-oscar-alpha .middle-section .right .resources span:hover,
  #listing-show-oscar-alpha .middle-section .right .resources a:hover,
  #listing-show-oscar-alpha .middle-section .right .resources span:active,
  #listing-show-oscar-alpha .middle-section .right .resources a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .middle-section .right .resources div:last-child a {
    margin-bottom: 0;
  }
  #listing-show-oscar-alpha .middle-section .right .resources #print-btn {
    display: none;
  }
  #listing-show-oscar-alpha .middle-section .right .sale-method {
    padding-top: 30px !important;
  }
  #listing-show-oscar-alpha .middle-section .right .sale-method.no-opens {
    padding-top: 30px !important;
  }
  #listing-show-oscar-alpha .middle-section .right .sale-method h2 {
    padding-bottom: 0;
  }
  #listing-show-oscar-alpha .middle-section .right .share a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
  }
  #listing-show-oscar-alpha .middle-section .right .share a i {
    color: #919396;
    font-size: 19px;
    position: relative;
    display: block;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.facebook:after {
    background-color: #3b5998;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.twitter:after {
    background-color: #55acee;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.twitter:after i {
    transition: all 0.5s;
    color: #55acee;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.pinit:after {
    background-color: #c8232c;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.pinit:after i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #listing-show-oscar-alpha .middle-section .right .share #emailAFriendButton:after {
    background-color: #14477D;
  }
  #listing-show-oscar-alpha .middle-section .right .share #emailAFriendButton:after i {
    transition: all 0.5s;
    background-color: #14477D;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.facebook:hover i {
    transition: all 0.5s;
    color: #3b5998;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.twitter:hover i {
    transition: all 0.5s;
    color: #55acee;
  }
  #listing-show-oscar-alpha .middle-section .right .share .social.pinit:hover i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #listing-show-oscar-alpha .middle-section .right .share #emailAFriendButton:hover i {
    transition: all 0.5s;
    color: #14477D;
  }
  #listing-show-oscar-alpha .middle-section .right .share a:after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #919396;
    opacity: 0;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .middle-section .right .share a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .middle-section .right .share form {
    margin-top: 40px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form fieldset {
    margin-bottom: 20px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form input {
    height: 45px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form textarea {
    height: 90px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_email,
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_senderName {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_senderName {
    padding-right: 10px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_email {
    padding-left: 10px;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send {
    clear: both;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled {
    background: #ccc;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled:hover,
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled:active,
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:focus,
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:hover,
  #listing-show-oscar-alpha .middle-section .right .share form .fieldset_send input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha #map {
    height: 500px;
    display: block;
    padding: 80px 0 0 0;
  }
  #listing-show-oscar-alpha #map #map_canvas {
    display: block;
    height: 500px;
  }
  #listing-show-oscar-alpha .enquire {
    clear: both;
  }
  #listing-show-oscar-alpha .enquire h1 {
    padding-bottom: 40px;
    display: block;
  }
  #listing-show-oscar-alpha .enquire .contact-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar-alpha .enquire form fieldset input {
    height: 45px;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_first_name,
  #listing-show-oscar-alpha .enquire form .fieldset_surname,
  #listing-show-oscar-alpha .enquire form .fieldset_email_address,
  #listing-show-oscar-alpha .enquire form .fieldset_mobile {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_surname,
  #listing-show-oscar-alpha .enquire form .fieldset_mobile {
    padding-left: 10px;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_submit {
    clear: both;
    margin-bottom: 0;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_submit input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    float: right;
    border: transparent;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled:hover,
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled:active,
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:focus,
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:hover,
  #listing-show-oscar-alpha .enquire form .fieldset_submit input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .bottom {
    max-width: 1030px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px;
  }
  #listing-show-oscar-alpha .bottom h2,
  #listing-show-oscar-alpha .bottom h1 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }
  #listing-show-oscar-alpha .bottom .open-times {
    width: 100%;
    display: inline-block;
    padding: 0 0 40px 0;
  }
  #listing-show-oscar-alpha .bottom .open-times em {
    display: block;
    padding-bottom: 30px;
    line-height: 17px;
    text-align: center;
  }
  #listing-show-oscar-alpha .bottom .open-times strong {
    width: 270px;
    margin: 0 auto;
  }
  #listing-show-oscar-alpha .bottom .open-times .blurb {
    text-align: center;
    line-height: 17px;
    display: block;
    padding-bottom: 30px;
  }
  #listing-show-oscar-alpha .bottom .open-times #opens {
    display: block;
    width: 400px;
    margin: 0 auto;
  }
  #listing-show-oscar-alpha .bottom .open-times #opens li {
    text-align: center;
    padding-bottom: 20px;
  }
  #listing-show-oscar-alpha .bottom .open-times #opens li label {
    line-height: 19px;
  }
  #listing-show-oscar-alpha .bottom .open-times #opens li label input {
    height: 15px;
    line-height: 15px;
    float: none;
    width: 15px;
    margin-right: 10px;
  }
  #listing-show-oscar-alpha .bottom .open-times #opens-error,
  #listing-show-oscar-alpha .bottom .open-times #opens-success {
    margin: 0 120px 20px;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form {
    clear: both;
    padding: 0 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 30px;
    display: block;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 20px;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form fieldset input {
    height: 45px;
    line-height: 45px;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_first_name,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_email_address {
    padding-right: 10px;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_surname,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_mobile {
    padding-left: 10px;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit {
    width: 25%;
    float: right;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    width: 100%;
    border: transparent;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:hover,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:active,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:focus,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:hover,
  #listing-show-oscar-alpha .bottom .open-times .opens-form .fieldset_submit input:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #listing-show-oscar-alpha .bottom .open-times .container h2 {
    padding-bottom: 40px;
    display: block;
  }
  #listing-show-oscar-alpha .bottom .open-times .container ul {
    display: flex;
  }
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li {
    margin: 0 10px;
  }
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a {
    display: inline-flex;
    text-decoration: none;
    color: #919396;
  }
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a h1,
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a h2,
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a em {
    padding-right: 4px;
    font-size: 14px;
    line-height: 22px;
  }
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a .hover {
    display: none;
  }
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
  #listing-show-oscar-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
    color: #14477D;
  }
  #listing-show-oscar-alpha .bottom .enquire.no-images {
    clear: both;
    padding-top: 90px;
  }
  #listing-show-oscar-alpha .bottom .agents {
    padding: 40px 100px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar-alpha .bottom .agents .wrapper {
    width: 50% !important;
    float: left;
  }
  #listing-show-oscar-alpha .bottom .agents h1 {
    padding-bottom: 40px;
  }
  #listing-show-oscar-alpha .bottom #similar-listings {
    padding: 0 0 40px 0;
    display: block;
  }
  #listing-show-oscar-alpha .bottom #similar-listings h1 {
    padding-bottom: 40px;
  }
  #listing-show-oscar-alpha .bottom #similar-listings .wrapper {
    width: 33.33% !important;
  }
  #listing-show-oscar-alpha .bottom #similar-listings .wrapper li {
    width: 100% !important;
  }
  #listing-show-oscar-alpha .middle-section .left {
    width: 70%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 40px;
  }
  #listing-show-oscar-alpha .middle-section .left .price {
    padding: 20px 0;
    font-size: 21px;
  }
  #listing-show-oscar-alpha .middle-section .right {
    width: 30%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop {
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop h1,
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop span {
    width: auto;
  }
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop h1 {
    padding-right: 10px;
  }
  #listing-show-oscar-alpha .middle-section .right .bbc-desktop span {
    padding-top: 5px;
    padding-right: 30px;
  }
  #listing-show-oscar-alpha .middle-section .right .open-times,
  #listing-show-oscar-alpha .middle-section .right .sale-method,
  #listing-show-oscar-alpha .middle-section .right .resources {
    clear: both;
    border-left: 1px solid #14477D;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
  }
  #listing-show-oscar-alpha .middle-section .right .resources.no-opens {
    padding-top: 30px;
  }
  #listing-show-oscar-alpha .middle-section .right .resources {
    /*padding-bottom: @global-padding-desktop*8;*/
    padding-bottom: 20px !important;
  }
  #listing-show-oscar-alpha .middle-section .right .share {
    padding-left: 40px;
    /*margin-top: -@global-padding-desktop*6;*/
    margin-top: 0 !important;
  }
  #listing-show-oscar-alpha .middle-section .right .share form fieldset {
    width: 100% !important;
    padding: 0 !important;
  }
  #listing-show-oscar-alpha #map {
    clear: both;
  }
  #listing-show-oscar-alpha #listing-open-form-alpha #opens {
    max-width: 750px;
    width: 720px;
    display: block;
    margin: 0 auto;
  }
  #listing-show-oscar-alpha #listing-open-form-alpha #opens li {
    margin-bottom: 0;
    margin-top: 20px;
    width: 48.6%;
    float: left;
  }
  #listing-show-oscar-alpha #listing-open-form-alpha #opens li:nth-child(1),
  #listing-show-oscar-alpha #listing-open-form-alpha #opens li:nth-child(2) {
    margin-top: 0;
  }
  #listing-show-oscar-alpha #listing-open-form-alpha #opens li:nth-child(odd) {
    margin-right: 10px;
  }
  #listing-show-oscar-alpha #listing-open-form-alpha #opens li:nth-child(even) {
    margin-left: 10px;
  }
  #listing-show-oscar-alpha.spade-listing-show #similar-listings {
    margin-top: 40px;
  }
  #listing-show-oscar-alpha.spade-listing-show .bottom {
    padding-top: 120px;
  }
  #listing-show-oscar-alpha.spade-listing-show #map {
    padding-top: 20px;
  }
}
@media only print, only screen and (min-width: 980px) and (max-width: 1000px) {
  .top-section {
    margin-top: 0 !important;
  }
}
@media only print, only screen and (min-width: 1900px) {
  /* Desktop */
  #listing-show-oscar-alpha .sale-method {
    padding-top: 30px !important;
  }
}
@media (max-width: 640px) {
  #listing-show-oscar-alpha #listing-images-slideshow .bxslider {
    background: #f1f1f1;
  }
  #listing-show-oscar-alpha #listing-images-slideshow .bxslider .bx-slide {
    background-size: contain;
  }
  #listing-show-oscar-alpha .bottom ul li .bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 80px;
    text-align: center;
    padding: 0 0 20px;
  }
  #listing-show-oscar-alpha .bottom ul li .bottom h2 {
    display: inline-block;
    position: relative;
    font-size: 24px;
    padding: 0 5px;
    line-height: 1.5;
  }
  #listing-show-oscar-alpha .bottom ul li .bottom a {
    display: inline-block;
    position: relative;
    padding: 0 5px;
  }
}
#listings-november {
  background-color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 8px;
}
#listings-november .heading-wrapper {
  width: 100%;
  display: block;
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-november .heading-wrapper .heading-div {
  font-size: 20px;
}
#listings-november .heading-wrapper .style-change,
#listings-november .heading-wrapper .search-sort {
  padding: 16px 0;
}
#listings-november .heading-wrapper .style-change {
  display: block;
}
#listings-november .heading-wrapper .style-change div,
#listings-november .heading-wrapper .style-change a {
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  padding-right: 4px;
  color: #919396;
}
#listings-november .heading-wrapper .style-change div i,
#listings-november .heading-wrapper .style-change a i {
  cursor: pointer;
  color: #919396;
}
#listings-november .heading-wrapper .style-change div i:hover,
#listings-november .heading-wrapper .style-change a i:hover {
  color: #14477D;
}
#listings-november .heading-wrapper .style-change .active i {
  color: #14477D;
}
#listings-november .heading-wrapper .search-sort {
  display: block;
}
#listings-november .heading-wrapper .search-sort fieldset {
  font-family: 'Lato', sans-serif;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #878787;
  padding-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-november .list-container-alt li {
  height: auto;
  padding: initial;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
  flex-direction: column;
  min-height: 200px;
}
#listings-november .list-container-alt li:hover .image-wrapper .image {
  transform: scale(1.1);
}
#listings-november .list-container-alt li:hover .image-wrapper .banner {
  background: #14477D;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: -45px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  width: 150px;
  padding: 5px 0;
  transform: rotate(-45deg);
}
#listings-november .list-container-alt li:hover .text-wrapper {
  background-color: #919396;
}
#listings-november .list-container-alt li:hover .text-wrapper h3,
#listings-november .list-container-alt li:hover .text-wrapper p {
  color: #FFF;
}
#listings-november .list-container-alt li .image-wrapper {
  overflow: hidden;
  flex: 1;
  position: relative;
  min-height: 250px;
}
#listings-november .list-container-alt li .image-wrapper .image {
  position: absolute;
  float: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  background-size: cover;
}
#listings-november .list-container-alt li .text-wrapper {
  flex: 2;
  background-color: #fff;
  transition: background-color 0.2s ease;
  padding: 20px;
}
#listings-november .list-container-alt li .text-wrapper a {
  padding: initial !important;
  height: auto;
  width: 100%;
  background-color: transparent;
}
#listings-november .list-container-alt li .text-wrapper a:hover {
  background-color: transparent;
}
#listings-november .list-container-alt li .text-wrapper h3,
#listings-november .list-container-alt li .text-wrapper p {
  transition: none;
}
#listings-november .list-container-alt li .underlay {
  display: none !important;
}
#listings-november .list-container .text-wrapper .listings-inspect-apply {
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 35px;
  width: 175px;
}
#listings-november .list-container .text-wrapper .listings-inspect-apply a {
  display: inline-block;
  position: static;
  display: block;
  border-radius: 0;
  line-height: initial;
  padding: 10px !important;
  width: auto;
  background: transparent;
  border: 2px solid #ffffff;
  margin: 10px 0;
}
#listings-november .list-container-alt.alt li .listings-inspect-apply {
  position: relative;
}
#listings-november .list-container-alt.alt li .listings-inspect-apply a {
  display: inline-block;
  position: static;
  display: block;
  border-radius: 0;
  line-height: initial;
  padding: 10px !important;
  width: auto;
  background: transparent;
  border: 2px solid #000000;
  margin: 0 0 10px;
}
#listings-november .list-container-alt.alt li:hover .listings-inspect-apply a {
  border: 2px solid #ffffff;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listings-november {
    padding-bottom: 0;
    padding-top: 0;
  }
  #listings-november .heading-wrapper {
    padding: 24px;
  }
  #listings-november .heading-wrapper .heading-div {
    font-size: 25px;
  }
  #listings-november .heading-wrapper .style-change,
  #listings-november .heading-wrapper .search-sort {
    padding: 24px 0;
    display: inline-block;
  }
  #listings-november .heading-wrapper .style-change {
    width: 125px;
    float: left;
  }
  #listings-november .heading-wrapper .style-change div,
  #listings-november .heading-wrapper .style-change a {
    padding-right: 6px;
  }
  #listings-november .heading-wrapper .search-sort fieldset {
    width: 250px;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-top: 16px;
  }
  #listings-november .list-container-alt li {
    flex-direction: row;
  }
  #listings-november .list-container-alt li .image-wrapper {
    min-height: initial;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listings-november {
    padding-bottom: 30px;
  }
  #listings-november .heading-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding: 30px;
  }
  #listings-november .heading-wrapper .heading-div {
    font-size: 30px;
  }
  #listings-november .heading-wrapper .style-change,
  #listings-november .heading-wrapper .search-sort {
    padding: 40px 0;
  }
  #listings-november .heading-wrapper .style-change {
    width: 175px;
    float: left;
  }
  #listings-november .heading-wrapper .style-change div,
  #listings-november .heading-wrapper .style-change a {
    padding-right: 10px;
  }
  #listings-november .heading-wrapper .search-sort fieldset {
    width: 250px;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 32px;
  }
}
#listings-november-alpha {
  background-color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 8px;
}
#listings-november-alpha .heading-wrapper {
  width: 100%;
  display: block;
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-november-alpha .heading-wrapper .heading-div {
  font-size: 20px;
}
#listings-november-alpha .heading-wrapper .style-change,
#listings-november-alpha .heading-wrapper .search-sort {
  padding: 16px 0;
}
#listings-november-alpha .heading-wrapper .style-change {
  display: block;
}
#listings-november-alpha .heading-wrapper .style-change div,
#listings-november-alpha .heading-wrapper .style-change a {
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  padding-right: 4px;
  color: #919396;
}
#listings-november-alpha .heading-wrapper .style-change div i,
#listings-november-alpha .heading-wrapper .style-change a i {
  cursor: pointer;
  color: #919396;
}
#listings-november-alpha .heading-wrapper .style-change div i:hover,
#listings-november-alpha .heading-wrapper .style-change a i:hover {
  color: #14477D;
}
#listings-november-alpha .heading-wrapper .style-change .active i {
  color: #14477D;
}
#listings-november-alpha .heading-wrapper .search-sort {
  display: block;
}
#listings-november-alpha .heading-wrapper .search-sort fieldset {
  font-family: 'Lato', sans-serif;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #878787;
  padding-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-november-alpha .list-container-alt li {
  height: auto;
  padding: initial;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
  flex-direction: column;
  min-height: 200px;
}
#listings-november-alpha .list-container-alt li:hover .image-wrapper .image {
  transform: scale(1.1);
}
#listings-november-alpha .list-container-alt li:hover .image-wrapper .banner {
  background: #14477D;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: -45px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  width: 150px;
  padding: 5px 0;
  transform: rotate(-45deg);
}
#listings-november-alpha .list-container-alt li:hover .text-wrapper {
  background-color: #919396;
}
#listings-november-alpha .list-container-alt li:hover .text-wrapper h3,
#listings-november-alpha .list-container-alt li:hover .text-wrapper p {
  color: #FFF;
}
#listings-november-alpha .list-container-alt li .image-wrapper {
  overflow: hidden;
  flex: 1;
  position: relative;
  min-height: 250px;
}
#listings-november-alpha .list-container-alt li .image-wrapper .image {
  position: absolute;
  float: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  background-size: cover;
}
#listings-november-alpha .list-container-alt li .text-wrapper {
  flex: 2;
  background-color: #fff;
  transition: background-color 0.2s ease;
  padding: 20px;
}
#listings-november-alpha .list-container-alt li .text-wrapper a {
  padding: initial !important;
  height: auto;
  width: 100%;
  background-color: transparent;
}
#listings-november-alpha .list-container-alt li .text-wrapper a:hover {
  background-color: transparent;
}
#listings-november-alpha .list-container-alt li .text-wrapper h3,
#listings-november-alpha .list-container-alt li .text-wrapper p {
  transition: none;
}
#listings-november-alpha .list-container-alt li .underlay {
  display: none !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listings-november-alpha {
    padding-bottom: 0;
    padding-top: 0;
  }
  #listings-november-alpha .heading-wrapper {
    padding: 24px;
  }
  #listings-november-alpha .heading-wrapper .heading-div {
    font-size: 25px;
  }
  #listings-november-alpha .heading-wrapper .style-change,
  #listings-november-alpha .heading-wrapper .search-sort {
    padding: 24px 0;
    display: inline-block;
  }
  #listings-november-alpha .heading-wrapper .style-change {
    width: 125px;
    float: left;
  }
  #listings-november-alpha .heading-wrapper .style-change div,
  #listings-november-alpha .heading-wrapper .style-change a {
    padding-right: 6px;
  }
  #listings-november-alpha .heading-wrapper .search-sort fieldset {
    width: 250px;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-top: 16px;
  }
  #listings-november-alpha .list-container-alt li {
    flex-direction: row;
  }
  #listings-november-alpha .list-container-alt li .image-wrapper {
    min-height: initial;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listings-november-alpha {
    padding-bottom: 30px;
  }
  #listings-november-alpha .heading-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding: 30px;
  }
  #listings-november-alpha .heading-wrapper .heading-div {
    font-size: 30px;
  }
  #listings-november-alpha .heading-wrapper .style-change,
  #listings-november-alpha .heading-wrapper .search-sort {
    padding: 40px 0;
  }
  #listings-november-alpha .heading-wrapper .style-change {
    width: 175px;
    float: left;
  }
  #listings-november-alpha .heading-wrapper .style-change div,
  #listings-november-alpha .heading-wrapper .style-change a {
    padding-right: 10px;
  }
  #listings-november-alpha .heading-wrapper .search-sort fieldset {
    width: 250px;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 32px;
  }
}
#listings-november-alpha .list-container .wrapper {
  /*transition: all 0.5s;*/
  width: 33.33%;
}
#listings-november-alpha .list-container-alt {
  max-width: 1030px;
  margin: 0 auto;
  display: inline-block;
}
#listings-november-alpha .list-container-alt .wrapper {
  /*transition: all 0.5s;*/
  width: 100%;
}
#listings-november-alpha .list-container-alt .image-wrapper {
  position: relative;
}
#listings-november-alpha .list-container-alt .image-wrapper .banner {
  background: #14477D;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: -45px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  width: 150px;
  padding: 5px 0;
  transform: rotate(-45deg);
}
#listings-november-alpha .list-container {
  max-width: 1030px;
  margin: 0 auto;
  display: inline-block;
}
#listings-november-alpha .list-container .wrapper {
  width: 100%;
}
#listings-november-alpha .list-container .wrapper li {
  padding-bottom: 80%;
}
#listings-november-alpha .list-container .wrapper li a {
  padding-top: 32%;
}
#listings-november-alpha .search-form-november form .container.search-bottom {
  display: block;
}
#listings-november-alpha #no-results .card {
  margin-bottom: 50px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listings-november-alpha .list-container .wrapper {
    width: 50%;
  }
  #listings-november-alpha .list-container .wrapper li {
    padding-bottom: 80%;
  }
  #listings-november-alpha .list-container .wrapper li a {
    padding-top: 32%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listings-november-alpha .list-container {
    display: block;
  }
  #listings-november-alpha .list-container ul {
    display: inline-block;
    width: 100%;
  }
  #listings-november-alpha .list-container .wrapper {
    width: 33.33%;
  }
  #listings-november-alpha .list-container .wrapper li {
    padding-bottom: 80%;
  }
  #listings-november-alpha .list-container .wrapper li a {
    padding-top: 32%;
  }
  #listings-november-alpha .list-container-alt {
    display: block;
  }
  #listings-november-alpha .list-container-alt ul {
    display: inline-block;
    width: 100%;
  }
}
#maintenance-request-echo {
  padding-top: 60px;
}
#maintenance-request-echo .text-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#maintenance-request-echo .text-wrapper article {
  font-size: 1.1em;
  line-height: 1.5em;
}
#maintenance-request-echo .text-wrapper article h1 {
  font-size: 1.8em;
  line-height: 2.2em;
}
#maintenance-request-echo .text-wrapper article h2 {
  font-size: 25px;
  line-height: initial;
  font-weight: normal;
  padding-bottom: 16px;
  display: block;
}
#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 .maintenance-heading {
  padding-bottom: 8px;
  display: block;
  font-size: 16px;
  width: 100%;
  clear: both;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset {
  padding-bottom: 8px;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset input {
  height: 35px;
  line-height: 35px;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset select {
  height: 35px;
  line-height: 35px;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset textarea {
  height: 105px;
  line-height: 22px;
  display: block;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #maintenance-request-echo .text-wrapper {
    padding: 24px;
  }
  #maintenance-request-echo .text-wrapper article h2 {
    padding-bottom: 24px;
  }
  #maintenance-request-echo .maintenance-request-wrapper {
    padding: 0 24px 24px 24px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .maintenance-heading {
    padding-bottom: 12px;
    display: block;
  }
  #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: 45px;
    line-height: 45px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form fieldset textarea {
    height: 135px;
  }
  #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 {
    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_postcode,
  #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: 45px;
    line-height: 45px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #maintenance-request-echo {
    padding-top: 0;
  }
  #maintenance-request-echo .text-wrapper {
    padding: 30px 0;
  }
  #maintenance-request-echo .text-wrapper article {
    text-align: center;
    padding: 0 120px;
    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 {
    padding: 0 120px 30px 120px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .maintenance-heading {
    padding-bottom: 20px;
    display: block;
  }
  #maintenance-request-echo .maintenance-request-wrapper form fieldset {
    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;
  }
}
#media-alpha {
  max-width: 1030px;
  margin: 0 auto;
  padding: 120px 8px 8px;
  text-align: center;
}
#media-alpha .top-section {
  margin: 0;
}
#media-alpha h1 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 16px;
}
#media-alpha .container {
  padding-bottom: 16px;
}
#media-alpha .container iframe {
  width: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #media-alpha {
    padding: 120px 12px 12px;
  }
  #media-alpha h1 {
    font-size: 28px;
    padding-bottom: 24px;
  }
  #media-alpha .container {
    padding-bottom: 24px;
  }
  #media-alpha .container iframe {
    height: 500px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #media-alpha {
    padding: 20px;
  }
  #media-alpha h1 {
    font-size: 38px;
    padding-bottom: 40px;
  }
  #media-alpha .container {
    padding-bottom: 40px;
  }
  #media-alpha .container iframe {
    height: 600px;
  }
}
#offices-golf {
  background-color: #f1f1f1;
  padding-top: 60px;
}
#offices-golf .list-container-alt {
  padding-top: 16px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #offices-golf {
    padding-bottom: 24px;
  }
  #offices-golf .list-container-alt {
    padding-top: 24px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #offices-golf {
    padding-top: 0;
    padding-bottom: 30px;
  }
  #offices-golf .list-container-alt {
    padding-top: 30px;
  }
}
#place-show-bravo {
  padding-top: 60px;
}
#place-show-bravo h1 {
  font-size: 25px;
  font-weight: normal;
}
#place-show-bravo h2 {
  font-size: 18px;
  text-transform: uppercase;
}
#place-show-bravo #place-heading {
  text-align: center;
  padding: 16px 0;
  display: block;
  text-transform: uppercase;
}
#place-show-bravo .middle .left {
  font-size: 1.1em;
  line-height: 1.5em;
}
#place-show-bravo .bottom {
  padding-top: 16px;
}
#place-show-bravo .list-container {
  padding-bottom: 8px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #place-show-bravo #place-heading {
    padding: 24px 0;
  }
  #place-show-bravo .middle .left h1 {
    padding-bottom: 20px;
  }
  #place-show-bravo .bottom {
    padding-top: 24px;
  }
  #place-show-bravo .list-container {
    padding-bottom: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #place-show-bravo {
    padding-top: 0;
  }
  #place-show-bravo h1 {
    font-size: 30px;
  }
  #place-show-bravo h2 {
    /*font-size: 25px;*/
  }
  #place-show-bravo #place-heading {
    padding: 30px 0;
  }
  #place-show-bravo .container .middle {
    padding-top: 30px;
  }
  #place-show-bravo .bottom {
    padding-top: 30px;
  }
  #place-show-bravo .list-container {
    padding-bottom: 30px;
  }
  #place-show-bravo .list-container ul {
    display: inline-block;
    width: 100%;
  }
}
.privacyPolicy .banner-header {
  display: none;
}
.privacyPolicy .global_privacypolicy {
  margin: 0;
}
#search-map-echo {
  background-color: #f1f1f1;
}
#search-map-echo .heading-wrapper {
  width: 100%;
  display: block;
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#search-map-echo .heading-wrapper .heading-div {
  font-size: 20px;
}
#search-map-echo .heading-wrapper .style-change {
  width: auto;
  padding: 16px 0;
  display: block;
}
#search-map-echo .heading-wrapper .style-change div,
#search-map-echo .heading-wrapper .style-change a {
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  padding-right: 4px;
  color: #919396;
}
#search-map-echo .heading-wrapper .style-change div i,
#search-map-echo .heading-wrapper .style-change a i {
  cursor: pointer;
  color: #919396;
}
#search-map-echo .heading-wrapper .style-change div i:hover,
#search-map-echo .heading-wrapper .style-change a i:hover {
  color: #14477D;
}
#search-map-echo .heading-wrapper .style-change .active i {
  color: #14477D;
}
#search-map-echo .heading-wrapper .search-sort select {
  font-family: 'Lato', sans-serif;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #878787;
  padding-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #search-map-echo #search-map-container {
    overflow: hidden;
  }
  #search-map-echo .heading-wrapper {
    padding: 24px;
  }
  #search-map-echo .heading-wrapper .heading-div {
    font-size: 25px;
  }
  #search-map-echo .heading-wrapper .style-change {
    float: left;
    padding: 24px 0;
  }
  #search-map-echo .heading-wrapper .style-change div,
  #search-map-echo .heading-wrapper .style-change a {
    padding-right: 6px;
  }
  #search-map-echo .heading-wrapper .search-sort select {
    width: 250px;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 23px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #search-map-echo .heading-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding: 30px;
  }
  #search-map-echo .heading-wrapper .heading-div {
    font-size: 30px;
  }
  #search-map-echo .heading-wrapper .style-change {
    float: left;
    padding: 40px 0;
  }
  #search-map-echo .heading-wrapper .style-change div,
  #search-map-echo .heading-wrapper .style-change a {
    padding-right: 10px;
  }
  #search-map-echo .heading-wrapper .search-sort select {
    width: 250px;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 38px;
  }
}
#seo-section * {
  box-sizing: border-box;
}
#seo-section .container {
  padding: 20px 12px;
  max-width: 1030px;
  margin: 0 auto;
}
#seo-section #seo-item article.container h2 {
  padding: 0;
}
#suburb-profile-show-delta {
  padding-top: 60px;
}
#suburb-profile-show-delta h1 {
  font-size: 25px;
  font-weight: normal;
}
#suburb-profile-show-delta h2 {
  font-size: 18px;
  text-transform: uppercase !important;
}
#suburb-profile-show-delta #place-heading {
  text-align: center;
  padding: 16px 0;
  display: block;
  text-transform: uppercase;
}
#suburb-profile-show-delta .middle .left {
  font-size: 1.1em;
  line-height: 1.5em;
}
#suburb-profile-show-delta .bottom {
  padding-top: 16px;
}
#suburb-profile-show-delta .list-container {
  padding-bottom: 32px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-delta h1 {
    padding-bottom: 20px;
  }
  #suburb-profile-show-delta #place-heading {
    padding: 48px 0 24px;
  }
  #suburb-profile-show-delta .bottom {
    padding-top: 24px;
  }
  #suburb-profile-show-delta .list-container {
    padding-bottom: 48px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-delta {
    padding-top: 0;
  }
  #suburb-profile-show-delta h1 {
    font-size: 30px;
  }
  #suburb-profile-show-delta h2 {
    /*font-size: 25px;*/
  }
  #suburb-profile-show-delta #place-heading {
    padding: 80px 0 30px;
  }
  #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: 80px;
  }
  #suburb-profile-show-delta .list-container ul {
    display: inline-block;
    width: 100%;
  }
}
#suburb-profiles-delta {
  padding-top: 60px;
  background-color: #f1f1f1;
  padding-bottom: 8px;
}
#suburb-profiles-delta .loading-spinner {
  color: #FFF;
}
#suburb-profiles-delta .list-container h3,
#suburb-profiles-delta .list-container h4 {
  background-color: transparent !important;
}
#suburb-profiles-delta .list-container-alt li {
  height: auto;
  padding: initial;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
  flex-direction: column;
  min-height: 200px;
}
#suburb-profiles-delta .list-container-alt li:hover .image-wrapper .image {
  transform: scale(1.1);
}
#suburb-profiles-delta .list-container-alt li:hover .text-wrapper {
  background-color: #919396;
}
#suburb-profiles-delta .list-container-alt li:hover .text-wrapper h3,
#suburb-profiles-delta .list-container-alt li:hover .text-wrapper p {
  color: #FFF;
}
#suburb-profiles-delta .list-container-alt li .underlay {
  display: none !important;
}
#suburb-profiles-delta .list-container-alt li .image-wrapper {
  overflow: hidden;
  flex: 1;
  position: relative;
  min-height: 250px;
}
#suburb-profiles-delta .list-container-alt li .image-wrapper .image {
  position: absolute;
  float: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  background-size: cover;
}
#suburb-profiles-delta .list-container-alt li .text-wrapper {
  flex: 2;
  background-color: #fff;
  transition: background-color 0.2s ease;
  padding: 20px;
}
#suburb-profiles-delta .list-container-alt li .text-wrapper a {
  padding: initial !important;
  height: auto;
  width: 100%;
  background-color: transparent;
}
#suburb-profiles-delta .list-container-alt li .text-wrapper a:hover {
  background-color: transparent;
}
#suburb-profiles-delta .list-container-alt li .text-wrapper h3,
#suburb-profiles-delta .list-container-alt li .text-wrapper p {
  transition: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profiles-delta {
    padding-bottom: 12px;
  }
  #suburb-profiles-delta .list-container-alt li {
    flex-direction: row;
  }
  #suburb-profiles-delta .list-container-alt li .image-wrapper {
    min-height: initial;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profiles-delta {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
/* TOP _ SECTION */
.top-section {
  position: relative;
  display: inline-block;
  width: 100%;
}
.top-section #item-image-slideshow-bravo {
  height: 350px;
}
.top-section #item-image-slideshow-bravo .bx-wrapper,
.top-section #item-image-slideshow-bravo .bx-viewport {
  height: 100% !important;
}
.top-section #item-image-slideshow-bravo ul {
  height: 100% !important;
}
.top-section #item-image-slideshow-bravo ul li {
  height: 100% !important;
  background-size: cover;
  background-position: 50% 50%;
  /*Custom stylesheets may mess up without this*/
  padding: 0 !important;
}
.top-section .overlay {
  position: absolute;
  top: 15%;
  width: 100%;
  z-index: 75;
  transition: all 0.5s;
}
.top-section .overlay.active {
  top: 12%;
  transition: all 0.5s;
}
.top-section .overlay article {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
}
.top-section .overlay article h1 {
  text-transform: uppercase !important;
  font-size: 28px !important;
  font-weight: bold !important;
}
.top-section .overlay article h2.basicText {
  font-weight: 400;
  text-transform: none;
  font-size: 18px !important;
  line-height: initial !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .top-section #item-image-slideshow-bravo {
    height: 450px;
  }
  .top-section .overlay {
    top: 45%;
  }
  .top-section .overlay.active {
    top: 40%;
  }
  .top-section .overlay article {
    font-size: 18px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .top-section #item-image-slideshow-bravo {
    height: 600px;
  }
  .top-section .overlay {
    transition: all 1.5s !important;
  }
  .top-section .overlay.active {
    transition: all 1.5s !important;
  }
  .top-section .overlay article {
    font-size: 24px;
  }
  .top-section .overlay article h1 {
    font-size: 38px !important;
    padding-bottom: 8px !important;
  }
  .top-section .overlay article h2.basicText {
    font-size: 24px !important;
  }
}
/*Basic WIP typography
Needs to be created for the WYSIWYG*/
strong,
b {
  font-weight: bold;
}
.uses_wysiwyg > *,
#blog-show-delta .container .middle .left .uses_wysiwyg > * {
  text-align: initial;
  padding: initial;
  text-transform: initial;
}
.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: #14477D;
  text-align: initial;
}
.uses_wysiwyg h1,
#blog-show-delta .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 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 {
  line-height: 1.5em;
}
.uses_wysiwyg p img {
  max-width: 100%;
  height: auto !important;
}
.uses_wysiwyg p,
.uses_wysiwyg ul,
.uses_wysiwyg ol {
  margin: 1em 0;
}
.uses_wysiwyg ul,
.uses_wysiwyg ol {
  margin-left: 1em;
}
.uses_wysiwyg ul li,
.uses_wysiwyg ol li {
  list-style-position: inside;
  line-height: 1.5em;
}
.uses_wysiwyg ul li {
  list-style-type: initial;
}
.uses_wysiwyg ol li {
  list-style-type: decimal;
}
.uses_wysiwyg blockquote {
  text-align: initial;
}
.uses_wysiwyg blockquote > * {
  display: inline-block;
}
.uses_wysiwyg blockquote > *:before,
.uses_wysiwyg blockquote > *:after {
  font-family: FontAwesome;
  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;
}
#form-property-alpha.container {
  justify-content: start;
  top: 30px;
  z-index: 200 !important;
}
@media only print, only screen and (min-width: 980px) {
  #form-property-alpha.container {
    padding: 0 50px 120px;
    justify-content: center;
    top: 0;
  }
}
#error-page {
  text-align: center;
  font-size: 1.1em;
  width: 100%;
  padding: 100px 0;
}
#error-page h1 {
  font-size: 1.8em;
}
#error-page h2 {
  font-size: 1.5em;
  padding: 20px;
}
.clearfix {
  clear: both;
  content: '';
  display: table;
}
.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;
  line-height: initial;
}
.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;
  line-height: initial;
}
.success-message .close,
.form-success .close,
.alert-success .close {
  display: none;
}
.err {
  border: 1px solid #d63830;
}
.panel-danger,
.success-message {
  display: block;
}
.xs-hide {
  display: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 20px 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text__center {
  text-align: center;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #919396;
  background-color: white;
  position: relative;
  transition: all 0.5s;
  overflow-x: hidden;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
.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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
}
.default-btn:focus,
.default-btn:hover,
.default-btn:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
.default-link {
  text-decoration: none;
  color: #919396;
}
.default-link:focus,
.default-link:hover,
.default-link:active {
  color: #4893e2;
}
.loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10vh;
  z-index: 1;
  transition: all 1.5s;
}
form {
  -webkit-appearance: none;
}
form input[type=text],
form input[type=email],
form button,
form textarea,
form option {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
}
form select {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  background-color: white;
}
form input[type=text],
form input[type=email],
form select,
form textarea,
form option {
  border: 1px solid #878787;
}
form select {
  padding-left: 5px;
}
.close-menu-mobile {
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
#search-icon-apple {
  display: none !important;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #919396;
}
#search-icon-apple:hover {
  color: #525356;
}
#search-icon {
  display: none !important;
  width: 16px;
  height: 16px;
  border-radius: 15px;
  border: 2px solid #919396;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transform: rotate(-21deg);
  margin-top: 7px;
  cursor: pointer;
  transition: all 0.5s;
  float: right;
  position: absolute;
  top: 3px;
  right: 15px;
}
#search-icon:hover {
  border-color: #14477D;
}
#search-icon:hover:after {
  background-color: #14477D;
}
#search-icon:after {
  content: "";
  width: 2px;
  height: 8px;
  background-color: #919396;
  display: -webkit-inline-box;
  margin-top: 12px;
  transform: rotate(-30deg);
  margin-left: 10px;
  transition: all 0.5s;
}
.bx-pager {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  text-align: center;
  display: flex !important;
  margin: 10px 0 !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bx-pager .bx-pager-item {
  margin: 5px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bx-pager .bx-pager-item .bx-pager-link {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  background-color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  /*overflow: hidden;*/
  border-radius: 100px;
  /*border: 2px solid white;*/
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bx-pager .bx-pager-item .bx-pager-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: white 1px solid;
  border-radius: 100px;
  z-index: 100;
}
.bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: white;
}
.bx-pager .bx-pager-item .bx-pager-link.active:hover {
  background-color: white !important;
}
.bx-pager .bx-pager-item:nth-child(1) {
  margin-left: 0;
}
#header-namine {
  transition: all 0.5s;
  font-family: 'Lato', sans-serif;
  /*z-index: 150;*/
  z-index: 210;
  /* Increased because of Property Alerts z-index */
  position: fixed;
  height: 60px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: white;
}
#header-namine section {
  /* Menu */
}
#header-namine section:after {
  clear: both;
  content: '';
  display: table;
}
#header-namine section #logo img {
  margin: 0 auto;
  height: 26px;
  padding-top: 8px;
  display: block;
}
#header-namine section #menuOpen-mobile,
#header-namine section #menuOpenDesktop,
#header-namine section #menuOpen-hide-overlay {
  float: right;
  color: #919396;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  padding-right: 10px;
  padding-top: 12px;
  transition: all 0.5s;
  position: absolute;
  left: 10px;
  top: 0px;
}
#header-namine section #menuOpen-mobile .menu-icon,
#header-namine section #menuOpenDesktop .menu-icon,
#header-namine section #menuOpen-hide-overlay .menu-icon {
  z-index: 500;
  display: block;
  width: 17px;
  height: 14px;
  position: relative;
}
#header-namine section #menuOpen-mobile .menu-icon .line,
#header-namine section #menuOpenDesktop .menu-icon .line,
#header-namine section #menuOpen-hide-overlay .menu-icon .line {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
}
#header-namine section #menuOpen-mobile .menu-icon .line:nth-child(1),
#header-namine section #menuOpenDesktop .menu-icon .line:nth-child(1),
#header-namine section #menuOpen-hide-overlay .menu-icon .line:nth-child(1) {
  top: -1px;
  transition: all 0.5s;
  border-top: 2px solid #919396;
  -webkit-transform-origin: 50% 0%;
}
#header-namine section #menuOpen-mobile .menu-icon .line:nth-child(2),
#header-namine section #menuOpenDesktop .menu-icon .line:nth-child(2),
#header-namine section #menuOpen-hide-overlay .menu-icon .line:nth-child(2) {
  top: 50%;
  transition: all 0.5s;
  margin-top: -1px;
  border-top: 2px solid #919396;
}
#header-namine section #menuOpen-mobile .menu-icon .line:nth-child(3),
#header-namine section #menuOpenDesktop .menu-icon .line:nth-child(3),
#header-namine section #menuOpen-hide-overlay .menu-icon .line:nth-child(3) {
  bottom: -1px;
  transition: all 0.5s;
  border-bottom: 2px solid #919396;
  top: 0px;
  -webkit-transform-origin: 50% 100%;
}
#header-namine section #menuOpen-mobile .menu-icon.active,
#header-namine section #menuOpenDesktop .menu-icon.active,
#header-namine section #menuOpen-hide-overlay .menu-icon.active {
  z-index: 500;
}
#header-namine section #menuOpen-mobile .menu-icon.active .line:nth-child(1),
#header-namine section #menuOpenDesktop .menu-icon.active .line:nth-child(1),
#header-namine section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(1) {
  -webkit-transform: translateY(50%) rotate(45deg) scale(1.2);
  transition: all 0.5s;
}
#header-namine section #menuOpen-mobile .menu-icon.active .line:nth-child(2),
#header-namine section #menuOpenDesktop .menu-icon.active .line:nth-child(2),
#header-namine section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(2) {
  opacity: 0;
  transition: all 0.5s;
}
#header-namine section #menuOpen-mobile .menu-icon.active .line:nth-child(3),
#header-namine section #menuOpenDesktop .menu-icon.active .line:nth-child(3),
#header-namine section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.2);
  transition: all 0.5s;
}
#header-namine section #menuOpen-mobile .menu-icon:hover .line,
#header-namine section #menuOpenDesktop .menu-icon:hover .line,
#header-namine section #menuOpen-hide-overlay .menu-icon:hover .line {
  border-color: #14477D;
  transition: all 0.5s;
}
#header-namine section .menu-open-desktop,
#header-namine section .menu-desktop {
  display: none;
}
#header-namine section #menuDesktopX {
  display: none;
}
#header-namine section nav {
  z-index: 150;
  background-color: #ececec;
  padding: 8px;
  padding-bottom: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 180px;
  transition: none;
}
#header-namine section nav ul {
  padding-top: 8px;
  z-index: 150;
  /* Parent */
}
#header-namine section nav ul li {
  width: 100%;
  z-index: 60;
  /* Link */
  /* Dropdown */
}
#header-namine section nav ul li .parent {
  color: black;
}
#header-namine section nav ul li a {
  z-index: 150;
  font-family: 'Lato', sans-serif;
  display: block;
  color: black;
  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-namine section nav ul li a:focus,
#header-namine section nav ul li a:hover,
#header-namine section nav ul li a:active {
  color: #14477D;
}
#header-namine section nav ul li ol {
  display: none;
}
#header-namine section nav ul li ol li {
  padding: 0px;
  /* Sublink */
}
#header-namine section nav ul li ol li a {
  font-family: 'Lato', sans-serif;
  background-color: transparent;
  font-size: 14px;
  padding: 4px 16px;
}
#header-namine section nav ul li ol li a:focus,
#header-namine section nav ul li ol li a:hover,
#header-namine section nav ul li ol li a:active {
  color: #14477D;
}
#footer-papa {
  /*padding-top: 12px;*/
  clear: both;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-papa .diligence {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #919396;
  text-decoration: none;
  margin-bottom: 5px;
}
#footer-papa .diligence:hover {
  color: #14477D;
}
#footer-papa .devBy {
  margin-bottom: 16px;
}
#footer-papa .footer-wrapper {
  display: none;
}
#footer-papa .top-info .left {
  padding: 15px !important;
  /* Fix for misalignment caused by evil custom stylesheets in all Namine websites  - Jollus */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: #919396;
}
#footer-papa .top-info .left span {
  color: white;
  padding-bottom: 16px;
  display: block;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
#footer-papa .top-info .left 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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-papa .top-info .left a:disabled {
  background: #ccc;
}
#footer-papa .top-info .left a:disabled:hover,
#footer-papa .top-info .left a:disabled:active,
#footer-papa .top-info .left a:disabled:focus {
  background: #ccc;
}
#footer-papa .top-info .left a:focus,
#footer-papa .top-info .left a:hover,
#footer-papa .top-info .left a:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
#footer-papa .top-info .right {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px !important;
  /* Fix for misalignment caused by evil custom stylesheets in all Namine websites  - Jollus */
  width: 100%;
  display: block;
  background-color: #d2d3d4;
  text-align: center;
}
#footer-papa .top-info .right span {
  color: white;
  font-size: 15px;
  line-height: 18px;
  display: block;
  padding-bottom: 16px;
}
#footer-papa .top-info .right a {
  position: relative;
  width: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
}
#footer-papa .top-info .right a i {
  color: white;
  font-size: 19px;
  position: relative;
  display: block;
}
#footer-papa .top-info .right a:after {
  position: absolute;
  content: "";
  top: 27px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: white;
  opacity: 0;
  transition: all 0.5s;
}
#footer-papa .top-info .right a:hover:after {
  opacity: 1;
  top: 22px;
  transition: all 0.5s;
}
#footer-papa .top-info .right .facebook-link:after {
  background-color: #3b5998;
}
#footer-papa .top-info .right .twitter-link:after {
  background-color: #55acee;
}
#footer-papa .top-info .right .instagram-link:after {
  background-color: #125688;
}
#footer-papa .top-info .right .pinterest-link:after {
  background-color: #c8232c;
}
#footer-papa .top-info .right .youtube-link:after {
  background-color: #c4302b;
}
#footer-papa .top-info .right .linkedin-link:after {
  background-color: #0077b5;
}
#footer-papa .top-info .right .googleplus-link:after {
  background-color: #dd4b39;
}
#footer-papa .top-info .right .ratemyagent-link:after {
  background-color: #1a222c;
}
#footer-papa .site-map {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 0 8px;
}
#footer-papa .site-map .directory-wrapper {
  padding-bottom: 0;
}
#footer-papa .site-map .heading {
  color: #919396;
  font-size: 15px;
  line-height: 18px;
  display: block;
  padding: 8px 0 16px 0;
}
#footer-papa .site-map div {
  padding-bottom: 16px;
}
#footer-papa .site-map div ul li {
  /*padding-bottom: @global-padding-mobile/2;*/
}
#footer-papa .site-map div ul li .parent {
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 0;
}
#footer-papa .site-map div ul li .parent:hover {
  color: #14477D;
}
#footer-papa .site-map div ul li a,
#footer-papa .site-map div ul li span {
  width: 100%;
  /*display: inline-block;*/
  text-decoration: none;
  color: #919396;
  text-align: center;
  font-size: 12px;
}
#footer-papa .site-map div ul .children-wrapper {
  overflow: hidden;
  padding: 0;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  opacity: 1;
  height: auto;
  transition: all 0.5s;
}
#footer-papa .site-map div ul .children-wrapper li:first-child {
  padding-top: 8px;
}
#footer-papa .site-map div ul .children-wrapper a {
  line-height: 20px;
}
#footer-papa .site-map div ul .children-wrapper a:hover {
  color: #14477D;
}
#footer-papa .contact-details {
  /* Not part of the default template - set to display none */
  display: none;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  clear: both;
  text-align: center;
  font-weight: 600;
  padding-top: 20px;
  line-height: 1.5em;
}
#footer-papa .contact-details .heading {
  font-size: 18px;
  padding: 8px 0;
  display: block;
}
#footer-papa .contact-details ul li {
  padding-top: 10px;
}
#footer-papa .contact-details ul li a {
  color: #919396;
  text-decoration: none;
}
#footer-papa .contact-details ul li span {
  font-size: 0.9em;
}
#footer-papa .bottom-info {
  clear: both;
  height: 20px;
  padding: 16px;
  padding-top: 0;
  font-size: 11px;
  width: 212px;
  display: block;
  margin: 0 auto;
}
#footer-papa .bottom-info li {
  display: block;
  text-align: center;
  margin-top: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-papa .bottom-info li a {
  text-decoration: none;
  color: black;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#footer-papa .bottom-info li a:hover {
  color: #14477D;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#footer-papa .bottom-info span {
  display: none;
}
#footer-papa .devBy {
  width: 100%;
  color: black;
  text-align: center;
  font-size: 11px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  margin-top: 8px;
  display: block;
}
#footer-papa .devBy a {
  transition: all 0.5s;
  text-decoration: none;
  text-align: right;
  font-size: 12px;
  color: black;
}
#footer-papa .devBy a:hover {
  transition: all 0.5s;
  color: #7aab35;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .xs-hide {
    display: block;
  }
  #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-papa .diligence {
    width: auto;
    margin-top: 0;
  }
  #footer-papa .devBy {
    margin-bottom: 24px;
    width: auto;
    margin-top: 0;
  }
  #footer-papa .bottom-info {
    width: 100% !important;
    text-align: center;
  }
  #footer-papa .bottom-info li {
    display: inline-block;
  }
  #footer-papa .bottom-info li span {
    display: inline-block;
    padding: 0 10px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #search-icon {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 15px;
    border: 2px solid #919396;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transform: rotate(-21deg);
    margin-top: 7px;
    cursor: pointer;
    transition: all 0.5s;
    float: right;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  #search-icon:hover {
    border-color: #14477D;
  }
  #search-icon:hover:after {
    background-color: #14477D;
  }
  #search-icon:after {
    content: "";
    width: 2px;
    height: 8px;
    background-color: #919396;
    display: -webkit-inline-box;
    margin-top: 12px;
    transform: rotate(-30deg);
    margin-left: 10px;
    transition: all 0.5s;
  }
  .header-wrapper {
    width: 100%;
  }
  #header-section {
    margin: 0 auto;
    display: block;
    width: 100%;
    background-color: white;
    height: 60px;
  }
  #header-namine {
    padding-top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 60px;
    max-width: 1030px;
    margin: 0 auto;
    position: inherit;
  }
  #header-namine section {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  #header-namine section #logo {
    float: left;
    width: auto;
    display: block;
  }
  #header-namine section #logo img {
    height: 34px;
    padding-top: 12px;
    padding-left: 0;
    float: left;
  }
  #header-namine section .menu-desktop-wrapper {
    width: 760px;
    float: right;
    height: 60px;
    position: relative;
    top: 0;
    /* Menu */
  }
  #header-namine section .menu-desktop-wrapper .menu-open-desktop {
    display: block;
  }
  #header-namine section .menu-desktop-wrapper .back-btn {
    position: absolute;
    right: 140px;
    top: 21px;
  }
  #header-namine section .menu-desktop-wrapper .back-btn a {
    text-decoration: none;
    color: #999999;
    transition: all 0.5s;
  }
  #header-namine section .menu-desktop-wrapper .back-btn a:hover {
    color: #14477D;
    transition: all 0.5s;
  }
  #header-namine section .menu-desktop-wrapper #back-no-refine {
    right: 90px;
  }
  #header-namine section .menu-desktop-wrapper .menu-desktop {
    display: block;
    position: absolute;
  }
  #header-namine section .menu-desktop-wrapper .menu-open-desktop {
    height: 60px !important;
    width: 40px !important;
    line-height: 50px !important;
    /*border-left: 1px solid black;*/
    /*padding-left: 20px;*/
    padding-top: 20px !important;
  }
  #header-namine section .menu-desktop-wrapper #menuDesktopX {
    display: none;
    float: right;
    color: #919396;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    padding-right: 29px;
    padding-top: 20px;
  }
  #header-namine section .menu-desktop-wrapper #menuDesktopX i {
    font-size: 26px;
    line-height: inherit;
  }
  #header-namine section .menu-desktop-wrapper nav {
    transition: all 1s;
    /*z-index: 99;*/
    z-index: 220;
    /*Increased because of Property Alerts*/
    width: auto;
    max-width: 750px;
    padding: 0 0 0 0;
    float: right;
    background-color: transparent;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    right: 40px;
  }
  #header-namine section .menu-desktop-wrapper nav ul {
    font-family: 'Lato', sans-serif;
    max-height: 40px;
    width: 100%;
    float: left;
    background-color: transparent;
    /* Parent */
  }
  #header-namine section .menu-desktop-wrapper nav ul li {
    font-family: 'Lato', sans-serif;
    width: 110px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #header-namine section .menu-desktop-wrapper nav ul li a {
    text-align: center;
    margin: 0;
    color: #919396;
    font-family: 'Lato', sans-serif;
    background-color: transparent;
  }
  #header-namine section .menu-desktop-wrapper nav ul li a:hover {
    color: white;
    background-color: #14477D;
  }
  #header-namine section .menu-desktop-wrapper nav ul li .btn.btn-commercial {
    color: #fe000c;
  }
  #header-namine section .menu-desktop-wrapper nav ul li .btn.btn-commercial:hover {
    color: white;
    background-color: #fe000c;
  }
  #header-namine section .menu-desktop-wrapper nav ul li ol {
    font-family: 'Lato', sans-serif;
    display: none;
    width: 200px;
  }
  #header-namine section .menu-desktop-wrapper nav ul li ol li {
    background-color: #919396;
    font-family: 'Lato', sans-serif;
    width: 100%;
  }
  #header-namine section .menu-desktop-wrapper nav ul li ol li a {
    text-align: left;
    color: white;
    margin: 0;
  }
  #header-namine section .menu-desktop-wrapper nav ul li ol li a:hover {
    color: white;
  }
  #header-namine section .menu-desktop-wrapper nav ul li ol li .btn.btn-commercial {
    color: white;
  }
  #header-namine section .menu-desktop-wrapper nav ul li ol li .btn.btn-commercial:hover {
    color: white;
    background-color: #fe000c;
  }
  #header-namine section .menu-desktop-wrapper nav ul li:hover ol {
    display: inline-block;
  }
  #header-namine section .menu-open-mobile,
  #header-namine section .menu-mobile {
    display: none !important;
  }
  #footer-papa {
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #footer-papa .footer-wrapper {
    display: none;
  }
  #footer-papa .top-info .wrapper {
    display: inline-block;
    float: right;
  }
  #footer-papa .top-info .left {
    width: 50%;
    float: left;
  }
  #footer-papa .top-info .left span {
    color: white;
    padding-bottom: 0;
    padding-top: 2px;
    margin-right: 40px;
    display: block;
    font-size: 18px;
    line-height: 37px;
    width: auto;
    float: left;
    /*max-height:74px;*/
  }
  #footer-papa .top-info .left 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    float: left;
    width: 120px;
  }
  #footer-papa .top-info .left a:disabled {
    background: #ccc;
  }
  #footer-papa .top-info .left a:disabled:hover,
  #footer-papa .top-info .left a:disabled:active,
  #footer-papa .top-info .left a:disabled:focus {
    background: #ccc;
  }
  #footer-papa .top-info .left a:focus,
  #footer-papa .top-info .left a:hover,
  #footer-papa .top-info .left a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  #footer-papa .top-info .right {
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    float: left;
    display: block;
    /*max-height:74px;*/
  }
  #footer-papa .top-info .right span {
    width: auto;
    float: left;
    font-size: 18px;
    line-height: 42px;
    margin-right: 40px;
    padding-bottom: 0;
  }
  #footer-papa .top-info .right a {
    margin: 0 12px;
    /*padding-top: 7px;*/
    padding-top: 0 !important;
  }
  #footer-papa .top-info .right a i {
    font-size: 22px;
  }
  #footer-papa .top-info .right a:after {
    top: 55px;
    left: -2px;
    width: 25px;
    height: 3px;
  }
  #footer-papa .top-info .right a:hover:after {
    top: 36px;
  }
  #footer-papa .site-map {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: both;
    padding: 0 20px 0 20px;
    text-align: left;
  }
  #footer-papa .site-map .directory-wrapper {
    width: 100%;
    padding-bottom: 0;
    display: flex;
  }
  #footer-papa .site-map .inner-wrapper {
    margin: 0 auto;
    display: inline-flex;
    width: auto;
  }
  #footer-papa .site-map .menu {
    padding-bottom: 0 !important;
  }
  #footer-papa .site-map .heading {
    font-size: 18px;
    line-height: 37px;
    width: auto;
    text-align: center;
    width: 100%;
    display: block;
    padding: 16px 0;
  }
  #footer-papa .site-map div:last-child {
    padding-right: 0;
  }
  #footer-papa .site-map div {
    width: auto;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 0;
    padding-right: 40px;
  }
  #footer-papa .site-map div ul li {
    /*padding-bottom: @global-padding-desktop/2;*/
  }
  #footer-papa .site-map div ul li .parent {
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
  }
  #footer-papa .site-map div ul li .parent:hover {
    color: #919396;
  }
  #footer-papa .site-map div ul li a,
  #footer-papa .site-map div ul li span {
    width: 100%;
    /*display: inline-block;*/
    text-decoration: none;
    color: #919396;
    text-align: left;
    font-size: 12px;
  }
  #footer-papa .site-map div ul .children-wrapper {
    overflow: hidden;
    padding: 0;
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
    transition: all 0.5s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 0;
  }
  #footer-papa .site-map div ul .children-wrapper a:hover {
    color: #14477D !important;
  }
  #footer-papa .site-map div ul .children-wrapper.show {
    display: block;
    opacity: 1;
    height: auto;
    transition: all 0.5s;
  }
  #footer-papa .site-map div ul .children-wrapper.show li:first-child {
    padding-top: 0;
  }
  #footer-papa .contact-details ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  #footer-papa .contact-details ul li {
    flex-grow: 1;
    flex-basis: 0;
    padding-top: 0;
  }
  #footer-papa .bottom-info {
    clear: both;
    height: 20px;
    padding: 16px;
    font-size: 11px;
    width: 212px;
    display: block;
    margin: 0 auto;
  }
  #footer-papa .bottom-info li {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 5px;
  }
  #footer-papa .bottom-info li a {
    text-decoration: none;
    color: black;
  }
  #footer-papa .devBy {
    color: black;
    text-align: center;
    font-size: 11px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    display: block;
    padding-bottom: 10px;
  }
  #footer-papa .devBy a {
    transition: all 0.5s;
    text-decoration: none;
    text-align: right;
    font-size: 12px;
    color: black;
  }
  #footer-papa .devBy a:hover {
    transition: all 0.5s;
    color: #7aab35;
  }
}
/*Body animation*/
body.open {
  margin-left: 180px;
  transition: all 0.5s;
}
#header-namine.open {
  margin-left: -180px;
}
#homepage-quebec .overlay.open {
  margin-left: 80px;
  transition: all 0.5s !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
/*FORM STYLINGS*/
.quick-search #quick-search-boa {
  transition: all 0.5s;
  opacity: 0;
  margin-top: 8px;
  height: 0;
  overflow: hidden;
  background-color: white;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
}
.quick-search #quick-search-boa 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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  width: 100%;
  margin-top: 8px;
}
.quick-search #quick-search-boa a:disabled {
  background: #ccc;
}
.quick-search #quick-search-boa a:disabled:hover,
.quick-search #quick-search-boa a:disabled:active,
.quick-search #quick-search-boa a:disabled:focus {
  background: #ccc;
}
.quick-search #quick-search-boa a:focus,
.quick-search #quick-search-boa a:hover,
.quick-search #quick-search-boa a:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
.quick-search #quick-search-boa input {
  height: 45px;
  line-height: 45px;
}
.quick-search #quick-search-boa.show {
  transition: all 0.5s;
  opacity: 1;
  height: 118px;
}
.quick-search-desktop {
  display: none;
}
form {
  font-family: 'Lato', sans-serif;
}
form input[type=text],
form input[type=email],
form textarea {
  font-family: 'Lato', sans-serif;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #878787;
  padding-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  resize: vertical;
}
.form-wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.form-wrapper .fieldset-submit,
.form-wrapper .container.more-options,
.form-wrapper .container.radios,
.form-wrapper .container.search-bottom {
  display: none;
}
.form-wrapper form {
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.25);
}
.form-wrapper form input[input=text],
.form-wrapper form select {
  font-family: 'Lato', sans-serif;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #878787;
  padding-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.form-wrapper form .fieldset-method {
  width: 25%;
  float: left;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.form-wrapper form .fieldset-method select {
  padding-left: 10px;
  cursor: pointer;
}
.form-wrapper form .fieldset-suburb {
  width: 75%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.form-wrapper form p label {
  padding: 0;
  display: inline-block;
  font-size: 0;
}
.form-wrapper form p input {
  display: none;
}
.form-wrapper form #slider-range {
  display: block;
  margin: 0 auto;
  margin-top: 4px;
  margin-bottom: 8px;
  width: 67%;
}
.form-wrapper form #slider-range .ui-slider-handle:nth-child(2) {
  margin-left: -43px;
}
.form-wrapper form #slider-range .ui-slider-handle {
  width: 50px;
  background: #14477D !important;
  color: white;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-color: white;
  font-size: 15px;
}
.form-wrapper form #slider-range div {
  background: #3286de;
}
.form-wrapper form .fieldset-submit-alt {
  padding-top: 4px;
}
.form-wrapper form .fieldset-submit-alt 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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  width: 100%;
}
.form-wrapper form .fieldset-submit-alt a:disabled {
  background: #ccc;
}
.form-wrapper form .fieldset-submit-alt a:disabled:hover,
.form-wrapper form .fieldset-submit-alt a:disabled:active,
.form-wrapper form .fieldset-submit-alt a:disabled:focus {
  background: #ccc;
}
.form-wrapper form .fieldset-submit-alt a:focus,
.form-wrapper form .fieldset-submit-alt a:hover,
.form-wrapper form .fieldset-submit-alt a:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
.form-wrapper form .fieldset-submit-desktop {
  display: none;
}
.form-wrapper form fieldset {
  padding: 1px;
}
.form-wrapper.open {
  margin-top: -80px;
  transition: all 0.5s;
}
.form-wrapper {
  transition: all 0.5s;
}
.form-wrapper .fieldset-submit,
.form-wrapper .container.more-options,
.form-wrapper .container.radios,
.form-wrapper .container.search-bottom {
  display: inline-block;
}
.form-wrapper .container.more-options.open {
  height: 80px;
  transition: all 0.5s;
}
.form-wrapper .container.more-options {
  transition: all 0.5s;
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}
.form-wrapper .container.more-options fieldset {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.form-wrapper .container.more-options .fieldset-cars,
.form-wrapper .container.more-options .fieldset-bedrooms,
.form-wrapper .container.more-options .fieldset-bathrooms {
  width: 33.33%;
}
.form-wrapper .container.search-bottom {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 40px;
}
.form-wrapper .container.search-bottom .row div:nth-child(1) {
  display: none;
}
.form-wrapper .container.search-bottom div {
  width: 80%;
  text-align: center;
  /*input{
					width: 15px;
					height: 15px;
					line-height: 15px;
				}*/
}
.form-wrapper .container.search-bottom div input[type=checkbox] {
  height: 15px;
  width: 15px;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  outline: none !important;
}
.form-wrapper .container.search-bottom div input[type=checkbox]:before {
  position: absolute;
  top: -2px;
  left: 0px;
  content: " ";
  display: block;
  height: 15px;
  width: 15px;
  border: 1px solid #666;
  margin-right: 25px;
  background-color: #fff;
}
.form-wrapper .container.search-bottom div input[type=checkbox]:checked:after {
  content: " ";
  display: block;
  height: 10px;
  width: 4px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  position: absolute;
  top: -1px;
  left: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@supports (-ms-ime-align:auto) {
  .form-wrapper .container.search-bottom div input[type=checkbox] {
    height: 15px !important;
    width: 15px !important;
  }
  .form-wrapper .container.search-bottom div input[type=checkbox]:before {
    content: "" !important;
    display: none !important;
  }
  .form-wrapper .container.search-bottom div input[type=checkbox]:checked:after {
    content: "" !important;
    display: none !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-wrapper .container.search-bottom div input[type=checkbox] {
    height: 15px !important;
    width: 15px !important;
    outline: none !important;
  }
}
.form-wrapper .container.search-bottom div a {
  padding: 8px 0;
  display: block;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: white;
  transition: all 0.5s;
}
.form-wrapper .container.search-bottom div a:hover {
  transition: all 0.5s;
  color: #14477D;
}
.form-wrapper .container.search-bottom div label {
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: white;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
}
.form-wrapper .container.search-bottom .text-right {
  width: 100%;
}
.form-wrapper .container.search-bottom .text-right div {
  width: 100%;
}
.form-wrapper .submit-wrapper {
  clear: both;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .form-wrapper.open {
    margin-top: -46px;
    transition: all 0.5s;
  }
  .form-wrapper {
    transition: all 0.5s;
  }
  .form-wrapper .fieldset-submit,
  .form-wrapper .container.more-options,
  .form-wrapper .container.radios,
  .form-wrapper .container.search-bottom {
    display: inline-block;
  }
  .form-wrapper .container.more-options.open {
    height: 46px;
    transition: all 0.5s;
  }
  .form-wrapper .container.more-options {
    transition: all 0.5s;
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
  }
  .form-wrapper .container.more-options fieldset {
    width: 21.25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .form-wrapper .container.more-options .fieldset-cars,
  .form-wrapper .container.more-options .fieldset-bedrooms,
  .form-wrapper .container.more-options .fieldset-bathrooms {
    width: 21.25%;
  }
  .form-wrapper .container.more-options .fieldset-category {
    width: 15%;
  }
  .form-wrapper .container.search-bottom {
    width: 52%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 40px;
  }
  .form-wrapper .container.search-bottom .row div:nth-child(1) {
    display: block;
  }
  .form-wrapper .container.search-bottom div {
    width: 80%;
    float: left;
    text-align: center;
    /*input{
					width: 15px;
					height: 15px;
					line-height: 15px;
				}*/
  }
  .form-wrapper .container.search-bottom div a {
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: white;
    transition: all 0.5s;
  }
  .form-wrapper .container.search-bottom div a:hover {
    transition: all 0.5s;
    color: #14477D;
  }
  .form-wrapper .container.search-bottom div label {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: white;
    vertical-align: top;
  }
  .form-wrapper .container.search-bottom .text-right {
    width: 20%;
  }
  .form-wrapper form {
    padding: 12px;
  }
  .form-wrapper form input[type=text],
  .form-wrapper form select {
    height: 45px;
    line-height: 45px;
  }
  .form-wrapper form .field-dropdown__label:after {
    transform: translate(0, -60%);
  }
  .form-wrapper form #slider-range {
    width: 40%;
    float: left;
    margin-left: 45px;
    margin-top: 0;
  }
  .form-wrapper form .fieldset-submit-alt {
    display: none;
  }
  .form-wrapper form .fieldset-category {
    width: 15%;
  }
  .form-wrapper form .fieldset-submit-desktop {
    display: inline-block;
    width: 15%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .form-wrapper form .fieldset-submit-desktop 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    height: 45px;
    line-height: 45px;
    width: 100%;
  }
  .form-wrapper form .fieldset-submit-desktop a:disabled {
    background: #ccc;
  }
  .form-wrapper form .fieldset-submit-desktop a:disabled:hover,
  .form-wrapper form .fieldset-submit-desktop a:disabled:active,
  .form-wrapper form .fieldset-submit-desktop a:disabled:focus {
    background: #ccc;
  }
  .form-wrapper form .fieldset-submit-desktop a:focus,
  .form-wrapper form .fieldset-submit-desktop a:hover,
  .form-wrapper form .fieldset-submit-desktop a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  .form-wrapper form .fieldset-suburb {
    width: 70%;
  }
  .form-wrapper form .fieldset-method {
    width: 15%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #search-icon-apple {
    top: 15px;
    font-size: 22px;
  }
  .form-wrapper.open {
    margin-top: -46px;
  }
  .form-wrapper {
    padding: 12px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
  }
  .form-wrapper form {
    background-color: transparent;
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  .form-wrapper form #slider-range {
    width: 63%;
    float: left;
    margin-left: 45px;
  }
  .form-wrapper .container.more-options.open {
    height: 46px;
    transition: all 0.5s;
  }
  .form-wrapper .container.search-bottom {
    width: 32%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 50px;
  }
  .form-wrapper .container.search-bottom div {
    width: 80%;
    float: left;
    text-align: center;
    /*input{
					width: 15px;
					height: 15px;
					line-height: 15px;
				}*/
  }
  .form-wrapper .container.search-bottom div a {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: white;
    transition: all 0.5s;
  }
  .form-wrapper .container.search-bottom div a:hover {
    transition: all 0.5s;
    color: #14477D;
  }
  .form-wrapper .container.search-bottom div label {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: white;
    vertical-align: top;
  }
  .form-wrapper .container.search-bottom .text-right {
    width: 20%;
  }
  .quick-search {
    display: none;
  }
  .quick-search-desktop {
    display: block;
  }
  .quick-search-desktop #quick-search-boa input {
    width: 0px;
    display: block;
    padding: 0;
    border: 1px solid #878787;
    border: transparent;
    position: absolute;
    right: 45px;
    top: 15px;
    height: 30px;
    line-height: 30px;
    transition: all 1s;
  }
  .quick-search-desktop #quick-search-boa.show input {
    width: 240px;
    padding: 8px;
    border: 1px solid #878787;
    transition: all 1s;
  }
  #menuDesktop.show {
    right: 280px !important;
    transition: all 0.5s;
  }
}
/*List items*/
.list-container {
  display: inline-block;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*position:relative;*/
}
.list-container ul .wrapper {
  width: 50%;
  float: left;
  padding: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.list-container ul .wrapper.added .grid {
  display: none;
}
.list-container ul .wrapper.added .open-auction-hover {
  display: block !important;
}
.list-container ul .wrapper.added .open-auction-hover .remove {
  display: none;
}
.list-container ul .wrapper.added .open-auction-hover .add {
  display: block;
}
.list-container ul .wrapper.added .open-auction-hover .remove {
  display: block;
}
.list-container ul .wrapper.added .open-auction-hover .add {
  display: none;
}
.list-container ul li {
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.list-container ul li .list {
  display: none;
}
.list-container ul li .image {
  -webkit-print-color-adjust: exact;
  background-color: #d1d1d1;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-size: cover;
}
.list-container ul li .open-auction-hover {
  display: none !important;
}
.list-container ul li a,
.list-container ul li .open-auction-hover {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  padding-top: 0% !important;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.list-container ul li a h3,
.list-container ul li .open-auction-hover h3 {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  z-index: 50;
  position: relative;
  text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
}
.list-container ul li a h4,
.list-container ul li .open-auction-hover h4 {
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  z-index: 50;
  position: relative;
  text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
  padding-top: 5px;
}
.list-container ul li a .underlay,
.list-container ul li .open-auction-hover .underlay {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0) !important;
}
.list-container ul li a .bottom,
.list-container ul li .open-auction-hover .bottom {
  padding: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
  z-index: 20;
}
.list-container ul li a .bottom h1,
.list-container ul li .open-auction-hover .bottom h1 {
  padding: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px !important;
}
.list-container ul li a .bottom h2,
.list-container ul li .open-auction-hover .bottom h2 {
  font-size: 14px !important;
  float: left;
  font-size: 13px;
  padding-right: 4px;
  text-transform: uppercase;
  line-height: 22px !important;
}
.list-container ul li a .bottom .container,
.list-container ul li .open-auction-hover .bottom .container {
  width: auto !important;
  display: inline-block;
  margin: 0 auto;
}
.list-container ul li a.icon-link,
.list-container ul li .open-auction-hover.icon-link {
  padding-top: 0 !important;
  top: initial;
  left: initial;
  z-index: 150;
  width: 45px;
  height: 45px;
  background: none !important;
}
.list-container ul li:hover .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);
  /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  /* IE6 and 7 */
}
.list-container ul li:hover a {
  background-color: rgba(0, 0, 0, 0.6);
}
.list-container ul li:hover .underlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.list-container.two ul .wrapper:first-child {
  width: 50%;
}
.list-container.two ul .wrapper {
  width: 50%;
}
.list-container.five ul .wrapper:first-child {
  width: 100%;
}
.list-container.five ul .wrapper:nth-child(4) {
  width: 50%;
}
.list-container.five ul .wrapper:nth-child(4) li {
  padding-bottom: 80%;
}
.list-container.five ul .wrapper {
  width: 50%;
}
#listings-november-alpha .image {
  overflow: hidden;
}
#listings-november-alpha .img-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .list-container ul .wrapper {
    width: 33.33%;
    padding: 6px;
  }
  .list-container ul .wrapper:first-child {
    width: 66.66%;
  }
  .list-container ul .wrapper:nth-child(4) {
    width: 33.33%;
  }
  .list-container ul .wrapper:nth-child(4) li {
    padding-bottom: 80%;
  }
  .list-container ul li a h3,
  .list-container ul li .open-auction-hover h3 {
    font-size: 20px;
  }
  .list-container ul li a h4,
  .list-container ul li .open-auction-hover h4 {
    font-size: 12px;
  }
  .list-container ul li a .bottom,
  .list-container ul li .open-auction-hover .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
    z-index: 20;
  }
  .list-container ul li a .bottom h1,
  .list-container ul li .open-auction-hover .bottom h1 {
    padding-bottom: 12px;
  }
  .list-container ul li a .bottom h2,
  .list-container ul li .open-auction-hover .bottom h2 {
    float: left;
    font-size: 13px;
    padding-right: 4px;
  }
  .list-container ul li a .bottom .container,
  .list-container ul li .open-auction-hover .bottom .container {
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }
  .list-container.one ul .wrapper {
    width: 100%;
  }
  .list-container.two ul .wrapper:first-child {
    width: 50%;
  }
  .list-container.two ul .wrapper {
    width: 50%;
  }
  .list-container.four .wrapper:nth-child(4) {
    width: 100%;
  }
  .list-container.four .wrapper:nth-child(4) li {
    padding-bottom: 40%;
  }
  .list-container.five ul .wrapper:first-child {
    width: 66.66%;
  }
  .list-container.five ul .wrapper:nth-child(2),
  .list-container.five ul .wrapper:nth-child(3) {
    width: 33.33%;
  }
  .list-container.five ul .wrapper:nth-child(4),
  .list-container.five ul .wrapper:nth-child(5) {
    width: 100%;
  }
  .list-container.five ul .wrapper:nth-child(4) li,
  .list-container.five ul .wrapper:nth-child(5) li {
    padding-bottom: 40%;
  }
  .list-container.five ul .wrapper:nth-child(4) li a,
  .list-container.five ul .wrapper:nth-child(5) li a {
    padding-top: 15%;
  }
  .list-container.five ul .wrapper {
    width: 50%;
  }
}
/*LIST ITEMS - ALT*/
/*List items*/
.list-container-alt {
  display: inline-block;
  width: 100%;
  padding: 4px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.list-container-alt ul .wrapper {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.list-container-alt ul li {
  padding-bottom: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.list-container-alt ul li .grid {
  display: none;
}
.list-container-alt ul li .image {
  background-color: #d1d1d1;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 80%;
  background-position: 50% 50%;
  background-size: cover;
}
.list-container-alt ul li a {
  width: 100%;
  transition: all 0.5s;
  display: block;
  text-decoration: none;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
  background-color: white;
  color: #919396;
}
.list-container-alt ul li a h3 {
  line-height: 20px;
  color: #919396;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  z-index: 50;
  position: relative;
}
.list-container-alt ul li a h4 {
  color: #919396;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  z-index: 50;
  position: relative;
  padding-top: 5px;
}
.list-container-alt ul li a p {
  display: block;
  /*padding: @global-padding-mobile*4 0;*/
  padding: 32px 0 0 !important;
  line-height: normal;
  max-height: 85px;
  overflow: hidden;
}
.list-container-alt ul li a span {
  padding-right: 16px;
  display: inline-block;
}
.list-container-alt ul li a span em {
  font-size: 20px;
  padding-right: 3px;
}
.list-container-alt ul li a .bottom-wrapper {
  padding-top: 8px;
  position: static !important;
}
.list-container-alt ul li a .office-contact {
  padding-top: 8px;
}
.list-container-alt ul li a .underlay {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.list-container-alt ul li a .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
  z-index: 20;
}
.list-container-alt ul li a .bottom h1 {
  padding-bottom: 10px;
}
.list-container-alt ul li a .bottom h2 {
  float: left;
  font-size: 15px;
  padding-right: 4px;
}
.list-container-alt ul li a .bottom .container {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}
.list-container-alt ul li a .agent-info h4 {
  width: auto;
  display: inline-block;
  float: left;
  padding-right: 8px;
}
.list-container-alt ul li a .agent-info h4:nth-child(4) {
  clear: both;
}
.list-container-alt ul li a .agent-info p {
  clear: both;
}
.list-container-alt ul li:hover a {
  background-color: #919396;
  transition: all 0.5s;
  color: white;
}
.list-container-alt ul li:hover a h4,
.list-container-alt ul li:hover a h3 {
  color: white;
}
.list-container-alt ul li:hover a #inspectRe.default-btn {
  border-color: #FFF;
  color: #FFF;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .list-container-alt {
    margin-top: -6px !important;
    padding: 0 18px;
  }
  .list-container-alt ul .wrapper {
    width: 100%;
    float: left;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .list-container-alt ul li {
    padding-top: 12px;
    overflow: hidden;
    cursor: pointer;
    height: 0;
    padding-bottom: 30%;
    position: relative;
  }
  .list-container-alt ul li .grid {
    display: none;
  }
  .list-container-alt ul li .image {
    background-color: #d1d1d1;
    height: 0;
    padding-bottom: 30%;
    background-position: 50% 50%;
    background-size: cover;
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .list-container-alt ul li a {
    height: 0;
    width: 60%;
    float: left;
    display: block;
    text-decoration: none;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px;
    padding-bottom: 30%;
    background-color: white;
    color: #919396;
  }
  .list-container-alt ul li a h3 {
    line-height: 20px;
    color: #919396;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    z-index: 50;
    position: relative;
  }
  .list-container-alt ul li a h4 {
    color: #919396;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    z-index: 50;
    position: relative;
    padding-top: 5px;
  }
  .list-container-alt ul li a .bottom-wrapper {
    padding-top: 12px;
    bottom: 24px;
  }
  .list-container-alt ul li a span {
    padding-right: 16px;
    display: inline-block;
  }
  .list-container-alt ul li a span em {
    font-size: 20px;
    padding-right: 3px;
  }
  .list-container-alt ul li a .underlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1 !important;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .list-container-alt {
    margin-top: -8px !important;
  }
  .list-container-alt ul {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
  }
  .list-container-alt ul .wrapper {
    width: 100%;
    float: left;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .list-container-alt ul li {
    margin-top: -8px;
    padding-top: 20px;
    overflow: hidden;
    cursor: pointer;
    height: 0;
    padding-bottom: 25%;
    position: relative;
  }
  .list-container-alt ul li .grid {
    display: none;
  }
  .list-container-alt ul li .image {
    background-color: #d1d1d1;
    height: 0;
    padding-bottom: 25%;
    background-position: 50% 50%;
    background-size: cover;
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .list-container-alt ul li a {
    height: 0;
    width: 65%;
    float: left;
    display: block;
    text-decoration: none;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px;
    padding-bottom: 30%;
    background-color: white;
    color: #919396;
  }
  .list-container-alt ul li a h3 {
    line-height: 20px;
    color: #919396;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    z-index: 50;
    position: relative;
  }
  .list-container-alt ul li a h4 {
    color: #919396;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    z-index: 50;
    position: relative;
    padding-top: 5px;
  }
  .list-container-alt ul li a .bottom-wrapper {
    padding-top: 20px;
    bottom: 24px;
  }
  .list-container-alt ul li a span {
    padding-right: 16px;
    display: inline-block;
  }
  .list-container-alt ul li a span em {
    font-size: 20px;
    padding-right: 3px;
  }
  .list-container-alt ul li a .underlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1 !important;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0);
  }
}
#no-results {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 21px;
}
#no-results h2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 24px;
  font-size: 25px;
}
#no-results 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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  margin: 8px auto 0 auto;
}
#no-results a:disabled {
  background: #ccc;
}
#no-results a:disabled:hover,
#no-results a:disabled:active,
#no-results a:disabled:focus {
  background: #ccc;
}
#no-results a:focus,
#no-results a:hover,
#no-results a:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #no-results h2 {
    padding-bottom: 24px;
  }
  #no-results a {
    margin: 12px auto 0 auto;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #no-results h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  #no-results a {
    margin: 20px auto 0 auto;
  }
}
/*Content Area*/
.container .agent-wrapper {
  width: 100%;
  background-color: #f1f1f1;
}
.container .middle {
  padding: 16px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
.container .middle .left h1 {
  padding-bottom: 8px;
  display: block;
  width: 100%;
}
.container .middle .left h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
  clear: both;
}
.container .middle .left span {
  width: auto;
  display: inline-block;
  float: left;
}
.container .middle .left a {
  padding-left: 2px;
  width: auto;
  display: inline-block;
  float: left;
  text-decoration: none;
  color: #919396;
  padding-bottom: 16px;
}
.container .middle .left a:hover {
  color: #14477D;
}
.container .middle .right {
  clear: both;
}
.container .middle .right h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
}
.container .middle .right b {
  font-weight: bold;
  padding-right: 4px;
  display: inline-block;
}
.container .middle .right a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #919396;
}
.container .middle .right a:hover {
  color: #14477D;
}
.container .middle .right .contact-me .links 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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  margin: 2px 0 !important;
}
.container .middle .right .contact-me .links a:disabled {
  background: #ccc;
}
.container .middle .right .contact-me .links a:disabled:hover,
.container .middle .right .contact-me .links a:disabled:active,
.container .middle .right .contact-me .links a:disabled:focus {
  background: #ccc;
}
.container .middle .right .contact-me .links a:focus,
.container .middle .right .contact-me .links a:hover,
.container .middle .right .contact-me .links a:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
.container .middle .right .contact-me .links a:first-child {
  margin-top: 12px !important;
}
.container .middle .right .contact-me .links a:last-child {
  margin-bottom: 0;
}
.container .middle .right .contact-me .social-links a {
  position: relative;
  width: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
  transition: all 0.5s;
}
.container .middle .right .contact-me .social-links a i {
  color: #919396;
  font-size: 19px;
  position: relative;
  display: block;
}
.container .middle .right .contact-me .social-links a:after {
  position: absolute;
  content: "";
  top: 27px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #919396;
  opacity: 0;
  transition: all 0.5s;
}
.container .middle .right .contact-me .social-links #facebook:after {
  background-color: #3b5998;
}
.container .middle .right .contact-me .social-links #twitter:after {
  background-color: #55acee;
}
.container .middle .right .contact-me .social-links #linkedin:after {
  background-color: #0077b5;
}
.container .middle .right .contact-me .social-links #googleplus:after {
  background-color: #dd4b39;
}
.container .middle .right .contact-me .social-links #facebook:hover i {
  color: #3b5998;
}
.container .middle .right .contact-me .social-links #twitter:hover i {
  color: #55acee;
}
.container .middle .right .contact-me .social-links #linkedin:hover i {
  color: #0077b5;
}
.container .middle .right .contact-me .social-links #googleplus:hover i {
  color: #dd4b39;
}
.container .middle .right .contact-me .social-links .social.facebook:after {
  background-color: #3b5998;
}
.container .middle .right .contact-me .social-links .social.twitter:after {
  background-color: #55acee;
}
.container .middle .right .contact-me .social-links .social.pinit:after {
  background-color: #c8232c;
}
.container .middle .right .contact-me .social-links #googleplus:after {
  background-color: #dd4b39;
}
.container .middle .right .contact-me .social-links .social.facebook:hover i {
  color: #3b5998;
}
.container .middle .right .contact-me .social-links .social.twitter:hover i {
  color: #55acee;
}
.container .middle .right .contact-me .social-links .social.pinit:hover i {
  color: #c8232c;
}
.container .middle .right .contact-me .social-links a:nth-child(2) {
  margin-left: 0;
}
.container .middle .right .contact-me .social-links a:hover {
  transition: all 0.5s;
}
.container .middle .right .contact-me .social-links a:hover:after {
  opacity: 1;
  top: 22px;
  transition: all 0.5s;
}
.container .bottom .agent-form-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 16px 0 16px;
}
.container .bottom .agent-form-alpha h1 {
  padding-bottom: 16px;
  font-size: 20px;
}
.container .bottom .agent-form-alpha form fieldset {
  margin-bottom: 8px;
}
.container .bottom .agent-form-alpha form fieldset textarea {
  height: 105px;
}
.container .bottom .agent-form-alpha form fieldset input[type="submit"] {
  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;*/
  height: auto !important;
  line-height: inherit !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
  background-color: #14477D;
  border: transparent;
  width: 100%;
}
.container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
  background: #ccc;
}
.container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
.container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
.container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
  background: #ccc;
}
.container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
.container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
.container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
  background-color: #0d2e51;
  color: #fff;
  transition: all 0.5s;
}
.container .bottom .agent-form-alpha form .fieldset_submit {
  margin-bottom: 0;
}
.container .bottom .latest-listings h1 {
  font-size: 20px;
  padding: 16px;
  padding-top: 0;
}
.container .bottom .latest-listings .list-container ul .wrapper {
  width: 100%;
}
.container .bottom .latest-listings .list-container ul li {
  padding-bottom: 70%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .middle {
    padding: 24px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  .middle .left {
    padding-right: 24px;
  }
  .middle .left h1 {
    padding-bottom: 12px;
    display: block;
    width: 100%;
  }
  .middle .left h2 {
    display: block;
    width: 100%;
    padding: 24px 0;
    clear: both;
  }
  .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #919396;
    padding-bottom: 24px;
  }
  .middle .left a:hover {
    color: #14477D;
  }
  .middle .right {
    border-left: 1px solid #14477D;
    padding-left: 24px;
    clear: both;
    margin-top: 24px;
  }
  .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
  }
  .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #919396;
  }
  .middle .right a:hover {
    color: #14477D;
  }
  .middle .right .contact-me .links 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin: 12px 0;
  }
  .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  .middle .right .contact-me .links a:disabled:hover,
  .middle .right .contact-me .links a:disabled:active,
  .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  .middle .right .contact-me .links a:focus,
  .middle .right .contact-me .links a:hover,
  .middle .right .contact-me .links a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  .middle .right .contact-me .social-links h2 {
    padding-top: 24px;
  }
  .middle .right .contact-me .social-links a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
    transition: all 0.5s;
  }
  .middle .right .contact-me .social-links a i {
    color: #919396;
    font-size: 19px;
    position: relative;
    display: block;
  }
  .middle .right .contact-me .social-links a:after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #919396;
    opacity: 0;
    transition: all 0.5s;
  }
  .middle .right .contact-me .social-links #facebook:after {
    background-color: #3b5998;
  }
  .middle .right .contact-me .social-links #twitter:after {
    background-color: #55acee;
  }
  .middle .right .contact-me .social-links #linkedin:after {
    background-color: #0077b5;
  }
  .middle .right .contact-me .social-links #googleplus:after {
    background-color: #dd4b39;
  }
  .middle .right .contact-me .social-links #facebook:hover i {
    color: #3b5998;
  }
  .middle .right .contact-me .social-links #twitter:hover i {
    color: #55acee;
  }
  .middle .right .contact-me .social-links #linkedin:hover i {
    color: #0077b5;
  }
  .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  .middle .right .contact-me .social-links a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 24px;
  }
  .bottom .agent-form-alpha h1 {
    padding: 24px 0;
    font-size: 20px;
  }
  .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .bottom .agent-form-alpha form fieldset input[type=select],
  .bottom .agent-form-alpha form fieldset select {
    height: 45px;
  }
  .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  .bottom .agent-form-alpha form fieldset input[type="submit"] {
    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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    border: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
  .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
  .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  .bottom .agent-form-alpha form .fieldset_first_name,
  .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 6px;
  }
  .bottom .agent-form-alpha form .fieldset_surname,
  .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 6px;
  }
  .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  .bottom .agent-form-alpha form .fieldset_submit {
    width: 100%;
    margin-bottom: 0;
  }
  .bottom .latest-listings {
    clear: both;
  }
  .bottom .latest-listings h1 {
    font-size: 20px;
    padding: 24px;
  }
  .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  .bottom .latest-listings .list-container ul li {
    padding-bottom: 70%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .middle {
    padding: 30px 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  .middle .left {
    padding-right: 30px;
  }
  .middle .left h1 {
    padding-bottom: 20px;
    display: block;
    width: 100%;
  }
  .middle .left h2 {
    display: block;
    width: 100%;
    padding: 30px 0;
    clear: both;
  }
  .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #919396;
    padding-bottom: 30px;
  }
  .middle .left a:hover {
    color: #14477D;
  }
  .middle .right {
    border-left: 1px solid #14477D;
    padding-left: 30px;
    clear: both;
    margin-top: 30px;
  }
  .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #919396;
  }
  .middle .right a:hover {
    color: #14477D;
  }
  .middle .right .contact-me .links 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;*/
    height: auto !important;
    line-height: inherit !important;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    border: none;
    background-color: #14477D;
    margin: 10px 0;
  }
  .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  .middle .right .contact-me .links a:disabled:hover,
  .middle .right .contact-me .links a:disabled:active,
  .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  .middle .right .contact-me .links a:focus,
  .middle .right .contact-me .links a:hover,
  .middle .right .contact-me .links a:active {
    background-color: #0d2e51;
    color: #fff;
    transition: all 0.5s;
  }
  .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  .middle .right .contact-me .social-links h2 {
    padding-top: 30px;
  }
  .middle .right .contact-me .social-links a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
    transition: all 0.5s;
  }
  .middle .right .contact-me .social-links a i {
    color: #919396;
    font-size: 19px;
    position: relative;
    display: block;
  }
  .middle .right .contact-me .social-links a:after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #919396;
    opacity: 0;
    transition: all 0.5s;
  }
  .middle .right .contact-me .social-links #facebook:after {
    background-color: #3b5998;
  }
  .middle .right .contact-me .social-links #twitter:after {
    background-color: #55acee;
  }
  .middle .right .contact-me .social-links #linkedin:after {
    background-color: #0077b5;
  }
  .middle .right .contact-me .social-links #googleplus:after {
    background-color: #dd4b39;
  }
  .middle .right .contact-me .social-links #facebook:hover i {
    color: #3b5998;
  }
  .middle .right .contact-me .social-links #twitter:hover i {
    color: #55acee;
  }
  .middle .right .contact-me .social-links #linkedin:hover i {
    color: #0077b5;
  }
  .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  .middle .right .contact-me .social-links a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
}
/* HEADING WRAPPER*/
.heading-wrapper {
  width: 100%;
  display: block;
  padding: 16px 16px 0 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.heading-wrapper .heading-div {
  font-size: 20px;
}
.heading-wrapper .style-change {
  width: auto !important;
  padding: 8px 0;
  display: block;
}
.heading-wrapper .style-change div,
.heading-wrapper .style-change a {
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  padding-right: 4px;
  color: #919396;
}
.heading-wrapper .style-change div i,
.heading-wrapper .style-change a i {
  cursor: pointer;
  color: #919396;
}
.heading-wrapper .style-change div i:hover,
.heading-wrapper .style-change a i:hover {
  color: #14477D;
}
.heading-wrapper .style-change .active i {
  color: #14477D;
}
.heading-wrapper .search-sort select {
  font-family: 'Lato', sans-serif;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #878787;
  padding-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .heading-wrapper {
    padding: 24px 24px 0 24px;
  }
  .heading-wrapper .heading-div {
    font-size: 25px;
  }
  .heading-wrapper .style-change {
    /*width: 125px;*/
    float: left;
    padding: 12px 0;
  }
  .heading-wrapper .style-change div,
  .heading-wrapper .style-change a {
    padding-right: 6px;
  }
  .heading-wrapper .search-sort select {
    width: 250px;
    float: left;
    height: 25px;
    line-height: 25px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .heading-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding: 30px 30px 0 18px;
  }
  .heading-wrapper .heading-div {
    font-size: 30px;
  }
  .heading-wrapper .style-change {
    /*width: 175px;*/
    float: left;
    padding: 20px 0;
  }
  .heading-wrapper .style-change div,
  .heading-wrapper .style-change a {
    padding-right: 10px;
  }
  .heading-wrapper .search-sort select {
    width: 250px;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 0 !important;
    /* Overwriting propertiery stylesheets */
  }
  #blog-display {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
@media print {
  body:not(#print-alpha) footer {
    display: none !important;
  }
  footer {
    background-color: #14477D;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  #search-icon {
    display: none !important;
  }
  nav {
    display: none !important;
  }
  section {
    width: 1030px;
  }
  footer .disclaimer {
    display: none !important;
  }
  #opens-kilo .top-section,
  #auctions-juliet .top-section {
    display: none;
  }
  #opens-kilo .listings-wrapper .date-wrapper,
  #auctions-juliet .listings-wrapper .date-wrapper {
    display: none;
  }
  #opens-kilo .listings-wrapper .date-wrapper.added,
  #auctions-juliet .listings-wrapper .date-wrapper.added {
    display: block !important;
  }
  #opens-kilo .listings-wrapper .date-wrapper .wrapper,
  #auctions-juliet .listings-wrapper .date-wrapper .wrapper {
    display: inline-block;
  }
  #opens-kilo .listings-wrapper .date-wrapper .wrapper.added,
  #auctions-juliet .listings-wrapper .date-wrapper .wrapper.added {
    display: block !important;
  }
  #opens-kilo .listings-wrapper .date-wrapper .wrapper.added .grid,
  #auctions-juliet .listings-wrapper .date-wrapper .wrapper.added .grid {
    display: block !important;
  }
  #opens-kilo .listings-wrapper .date-wrapper .wrapper.added .open-auction-hover,
  #auctions-juliet .listings-wrapper .date-wrapper .wrapper.added .open-auction-hover {
    display: block !important;
  }
  #opens-kilo .listings-wrapper .date-wrapper .wrapper.added .open-auction-hover .add,
  #auctions-juliet .listings-wrapper .date-wrapper .wrapper.added .open-auction-hover .add {
    display: none !important;
  }
  #opens-kilo .listings-wrapper .date-wrapper .wrapper.added .open-auction-hover .remove,
  #auctions-juliet .listings-wrapper .date-wrapper .wrapper.added .open-auction-hover .remove {
    display: none !important;
  }
  #opens-kilo .listings-wrapper .date-wrapper .wrapper.added .open-auction-hover .underlay,
  #auctions-juliet .listings-wrapper .date-wrapper .wrapper.added .open-auction-hover .underlay {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0);
  }
  #opens-kilo .listings-wrapper.print-all .date-wrapper,
  #auctions-juliet .listings-wrapper.print-all .date-wrapper {
    display: block !important;
  }
  #opens-kilo .style-change,
  #auctions-juliet .style-change {
    display: none;
  }
}
#wheels-debug-area,
.cfdebug {
  display: none;
}
#contact-state {
  border: 1px solid #878787 !important;
}
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_postcode {
  padding-right: 0px;
}
.maintenance-request-wrapper .form-wrapper {
  position: static;
}
#slider-range .ui-slider-handle {
  font-size: 12px !important;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .form-wrapper .container.search-bottom div {
    width: 90%;
  }
}
@media only screen and (max-width: 980px) {
  #header-namine section #logo {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #header-namine section #menuOpen-mobile,
  #header-namine section #menuOpenDesktop,
  #header-namine section #menuOpen-hide-overlay {
    padding-top: 22px;
  }
  #search-icon-apple {
    top: 20px;
    z-index: 999;
  }
  #search-icon {
    top: 12px;
    z-index: 999;
  }
}
.alert.alert-info {
  display: none;
}
.testimonial-text {
  width: 100% !important;
  display: block !important;
}
.testimonial-text b {
  font-weight: bold !important;
}
.testimonial-text i {
  font-style: italic !important;
}
.testimonial-from {
  width: 100% !important;
  display: block !important;
  padding-top: 8px !important;
  padding-bottom: 24px !important;
}
#item-image-slideshow-bravo .image,
#item-image-slideshow-bravo .images > a {
  height: 100%;
}
#item-igloo .bx-pager,
#suburb-profile-show-delta .bx-pager {
  visibility: hidden !important;
}
#inspectRe.default-btn {
  position: relative;
  z-index: 50;
  display: block;
  z-index: 100;
  border-radius: 0;
  line-height: initial;
  padding: 10px;
  width: auto;
  background: transparent;
  border: 2px solid;
}
.grid #inspectRe.default-btn {
  border-color: white;
  margin: 10px 0;
}
.grid #inspectRe.default-btn:hover {
  background: #FFF;
  color: #919396;
}
.list #inspectRe.default-btn {
  border-color: #919396;
  color: #919396;
  margin: 0 0 10px;
}
.list #inspectRe.default-btn:hover {
  background: #FFF !important;
  color: #919396 !important;
  border-color: #919396 !important;
}
.resources-video a {
  width: 119px !important;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #F47D30;
  padding: 15px;
  transition: all 0.5s;
}
.resources-video a:hover {
  background-color: #e5610c;
}
/* --- eAuctions - Listings --- */
#auction .eAuction {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#auction .eAuction .text {
  width: 100%;
}
/* --- */
/* --- eAuctions - Homepage --- */
.list-container #eauction-list-alpha .wrapper {
  width: 50%;
  float: left;
  padding: 4px;
  box-sizing: border-box;
}
.list-container #eauction-list-alpha .wrapper:first-child {
  width: 100%;
}
.list-container #eauction-list-alpha .wrapper a {
  position: static;
  padding: 0;
}
.list-container #eauction-list-alpha .wrapper a .banner {
  font-size: 16px;
}
.list-container #eauction-list-alpha .wrapper li {
  padding-bottom: 60%;
}
.list-container #eauction-list-alpha .two .wrapper {
  width: 50%;
}
.list-container #eauction-list-alpha .two .wrapper:first-child {
  width: 50%;
}
@media screen (min-width: 640px) {
  .list-container #eauction-list-alpha .wrapper {
    width: 33.33%;
    padding: 6px;
  }
  .list-container #eauction-list-alpha .wrapper:first-child {
    width: 66.66%;
  }
  .list-container #eauction-list-alpha .one .wrapper {
    width: 100%;
  }
  .list-container #eauction-list-alpha .two .wrapper {
    width: 50%;
  }
  .list-container #eauction-list-alpha .two .wrapper:first-child {
    width: 50%;
  }
}
/* --- */
/* --- Property Alerts --- */
#form-property-alpha {
  z-index: 50;
}
#form-property-alpha-element form select {
  -webkit-appearance: none !important;
}
/* --- */
/* --- Fixes for footer alpha. Now using flexbox so bar contents can stay vertically aligned --- */
/* Overwrite those proprietary stylesheets */
#footer-papa .top-info .left,
#footer-papa .top-info .right {
  display: flex !important;
  flex-flow: column nowrap;
  float: none !important;
  align-content: center;
  flex: 1;
  line-height: initial !important;
}
#footer-papa .top-info .left span,
#footer-papa .top-info .right span {
  line-height: 1.5em !important;
}
#footer-papa .top-info .left span {
  padding-bottom: 10px !important;
  line-height: 1.6em !important;
}
#footer-papa .top-info .follow-us .social {
  margin-right: 20px;
}
#footer-papa .top-info .follow-us .social a i {
  font-style: normal;
}
#footer-papa .top-info .follow-us .awards {
  margin-top: 20px;
}
#footer-papa .top-info .follow-us .awards img {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
  width: auto !important;
  height: 100px;
}
@media screen and (min-width: 980px) {
  #footer-papa {
    height: auto !important;
  }
  #footer-papa .top-info {
    display: flex !important;
    flex-flow: row nowrap;
    height: 100%;
    flex-wrap: wrap;
  }
  #footer-papa .top-info .left,
  #footer-papa .top-info .right {
    flex-flow: row wrap;
  }
  #footer-papa .top-info .left {
    text-align: center;
    justify-content: flex-end;
  }
  #footer-papa .top-info .left .wrapper {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
  }
  #footer-papa .top-info .left .wrapper span {
    padding-bottom: 0 !important;
  }
  #footer-papa .top-info .follow-us {
    display: flex;
    align-items: center;
  }
  #footer-papa .top-info .follow-us .social {
    display: flex;
  }
  #footer-papa .top-info .follow-us .awards {
    display: flex;
    flex-flow: row wrap;
    margin-top: 0;
    /*height:60px;*/
  }
  #footer-papa .top-info .follow-us .awards img {
    height: 80px;
  }
}
/* [2] ---- STYLE EXTENDING - ALL VARIABLE DEPENDENT STYLES ---- */
/* STYLE ARRAY LOOP --- NOT WORKING */
/* extend() isn't recognising the reference from global.less using this method */
/*@extend:
	~"body",
	~"#search-icon-apple";

.extend-base-styles(@i: length(@extend)) when (@i > 0) {
    .extend-base-styles(@i - 1);
    @targetStyle: extract(@extend, @i);
    @{targetStyle} {
    	&:extend(@{targetStyle});
    }
}
.extend-base-styles(); // run the mixin */
/* EXTEND INDIVIDUAL STYLES HERE -- using local variables */
/* (___ all) -- ALL refers to subcursive extension */
/*
.bg {
  &:extend(.bg all);
}
*/
/* [3] ---- CUSTOM SITE STYLES ---- */
#header-namine section .menu-desktop-wrapper nav ul {
  padding-top: 10px;
}
#header-namine section #logo img {
  height: 50px;
  padding: 5px 0;
}
