/* PYTHON LAYOUT */
/* Variable .less files */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
#maintenance-request-page {
  max-width: 1130px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 20px;
  display: block;
  padding-top: 80px;
  text-align: center;
}
#maintenance-request-page .page-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #0c0e22;
  border-left: 1px solid #25282F;
  border-right: 1px solid #25282F;
  margin-top: 0;
  margin-bottom: 1px;
}
#maintainence-title {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  padding: 8px;
  padding-bottom: 0 !important;
}
#maintainence-title article {
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 22px;
  width: 100%;
  display: block;
}
#maintainence-title article h2 {
  display: block;
  padding: 0 0 8px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #242424;
}
#maintenance-request-wrapper {
  margin: 0;
  padding: 8px;
  display: block;
  width: 100%;
  text-align: left;
}
#maintenance-request-wrapper .documents-container article {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-wrapper .documents-container article .text {
  margin: 4px;
  border: 1px solid #d1d1d1;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper {
  text-align: center;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a {
  background-color: transparent;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a i {
  font-size: 27px;
  padding-top: 8px;
  color: #d1d1d1;
  transition: all 0.7s;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a i:hover {
  transition: all 0.7s;
  color: #242424;
}
#maintenance-request-wrapper .documents-container article:nth-child(odd) .text {
  margin-left: 0;
}
#maintenance-request-wrapper .documents-container article:nth-child(even) .text {
  margin-right: 0;
}
#maintenance-request-wrapper #w-form {
  width: 100%;
  background-color: #f1f1f1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  padding-bottom: 0;
}
#maintenance-request-wrapper #w-form .fieldset_first_name.no-office,
#maintenance-request-wrapper #w-form .fieldset_surname.no-office {
  padding-top: 0 !important;
}
#maintenance-request-wrapper #w-form .office-select {
  padding-bottom: 8px;
}
#maintenance-request-wrapper #w-form .maintenance-heading {
  padding-left: 0;
  display: block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #0c0e22;
  background-color: #f1f1f1;
  padding-top: 16px;
  padding-bottom: 8px;
}
#maintenance-request-wrapper #w-form .maintenance-heading:nth-child(1) {
  padding-top: 0;
}
#maintenance-request-wrapper #w-form label {
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #0c0e22;
  line-height: 22px;
}
#maintenance-request-wrapper #w-form select {
  width: 100%;
  display: flex;
}
#maintenance-request-wrapper #w-form fieldset {
  display: block;
  padding-bottom: 8px;
}
#maintenance-request-wrapper #w-form fieldset input {
  width: 100%;
}
#maintenance-request-wrapper #w-form fieldset textarea {
  width: 100%;
}
#maintenance-request-wrapper #w-form input[type="submit"] {
  border: solid 1px #25282F;
  color: #25282F;
}
#maintenance-request-wrapper #w-form input[type="submit"]:hover {
  color: white;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #maintenance-request-page {
    padding-top: 140px;
  }
  #maintenance-request-page .page-title {
    font-size: 26px;
    border-left: 2px solid #25282F;
    border-right: 2px solid #25282F;
    padding: 0 12px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #maintenance-request-page #maintainence-title {
    padding: 12px;
    padding-bottom: 0;
  }
  #maintenance-request-page #maintainence-title article {
    padding: 0;
  }
  #maintenance-request-page #maintainence-title article h2 {
    padding-bottom: 12px;
  }
  #maintenance-request-page .maintenance-heading {
    padding-bottom: 0 !important;
  }
  #maintenance-request-page #maintenance-request-wrapper {
    display: flex;
    padding: 12px;
  }
  #maintenance-request-page #maintenance-request-wrapper article {
    padding: 12px;
  }
  #maintenance-request-page #maintenance-request-wrapper .document a i {
    font-size: 30px !important;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form {
    padding-bottom: 0;
    padding: 12px;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .office-select {
    width: 50%;
    margin-right: 250px;
    padding-bottom: 8px;
    padding-right: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form fieldset {
    padding: 12px 6px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset:nth-child(even) {
    padding-right: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_state {
    width: 31%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_state select {
    margin: 0;
    float: right;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_postcode {
    width: 19%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_notes {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form input[type=submit] {
    float: right;
    display: block;
    margin-bottom: 12px;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_first_name,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_email_address,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_address_line_1,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_suburb {
    padding-left: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_surname,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_mobile,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_address_line_2,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_postcode {
    padding-right: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper input[type="submit"] {
    float: right;
    width: 150px;
    padding: 0;
    margin-top: 6px;
  }
  #maintenance-request-page #footer-echo {
    clear: both;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #maintenance-request-page {
    padding-top: 140px;
  }
  #maintenance-request-page .page-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #maintenance-request-page #maintainence-title {
    padding: 20px;
    padding-bottom: 0;
  }
  #maintenance-request-page #maintainence-title article {
    padding: 0;
  }
  #maintenance-request-page #maintainence-title article h2 {
    padding-bottom: 20px;
  }
  #maintenance-request-page .maintenance-heading:first-child {
    padding-bottom: 20px !important;
  }
  #maintenance-request-page #maintenance-request-wrapper {
    display: flex;
    margin: 0;
    padding: 20px;
  }
  #maintenance-request-page #maintenance-request-wrapper article {
    padding: 20px;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form {
    padding: 20px;
    padding-bottom: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .office-select {
    width: 50%;
    margin-right: 250px;
    padding-bottom: 8px;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form fieldset {
    padding: 10px 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset:nth-child(even) {
    padding-right: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_state {
    width: 31%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_state select {
    margin: 0;
    float: right;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_postcode {
    width: 19%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_notes {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form input[type=submit] {
    float: right;
    display: block;
    margin-bottom: 20px;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_first_name,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_email_address,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_address_line_1,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_suburb {
    padding-left: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_surname,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_mobile,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_address_line_2,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_postcode {
    padding-right: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper input[type="submit"] {
    margin-top: 10px;
  }
  #maintenance-request-page #footer-echo {
    clear: both;
  }
}
/* Global .less files */
.global_privacypolicy {
  margin-top: 80px;
  padding: 2em 15px 4em;
  font-family: Arial, sans-serif;
}
.global_privacypolicy h1,
.global_privacypolicy h2,
.global_privacypolicy h3,
.global_privacypolicy h4,
.global_privacypolicy p,
.global_privacypolicy li {
  text-align: left;
  line-height: 1.3;
}
.global_privacypolicy .container {
  max-width: 900px;
  margin: 0 auto;
}
.global_privacypolicy h1 {
  font-size: 1.8em;
  padding: 0 0 1em;
}
.global_privacypolicy h2 {
  font-size: 1.4em;
  padding: 1em 0 0.5em;
}
.global_privacypolicy p {
  font-size: 1em;
  margin-bottom: 0.75em;
  letter-spacing: 0.5px;
}
.global_privacypolicy strong {
  font-weight: 600;
}
.global_privacypolicy ul {
  list-style: none;
  margin: 0 0 0.75em;
}
.global_privacypolicy ul li:before {
  content: '-';
  display: inline-block;
  padding: 0 10px 0 0;
}
.global_privacypolicy .nospace {
  padding: 0;
}
.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%;
  }
}
/* Mixins required */
/* GLOBAL vars -- TIP: use standardised variables where possible
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* Global breakpoints */
/* LOCAL vars -- Modify these in a layout if you wish to avoid overwriting globals */
/* CSS variables */
:root {
  --color-link-std: gray;
  --color-link-hover: #505052;
}
/* mixins specific to this sheet */
._typo_letterspace {
  letter-spacing: 0px;
}
._typo_font {
  letter-spacing: 0px;
  font-family: Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
/* style dependency -- Property value popup -- empty is OK */
._typo_btn_n_input {
  font-size: 1.1rem;
  height: 2.8em;
  font-weight: 400;
}
._typo_fontaws {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
._typo_fontaws_abs {
  color: #505052;
  position: absolute;
  top: 49%;
  left: 14px;
  transform: translateY(-50%);
}
._typo_link_hover:not(.btn):focus,
._typo_link_hover:not(.button):focus,
._typo_link_hover:not(.btn):active,
._typo_link_hover:not(.button):active,
._typo_link_hover:not(.btn):hover,
._typo_link_hover:not(.button):hover {
  color: #505052;
  color: var(--color-link-hover);
}
._typo_link_inversed_inner {
  color: #505052;
  color: var(--color-link-hover);
}
._typo_link_inversed_inner:hover {
  color: gray;
  color: var(--color-link-std);
}
._typo_link_inversed a {
  color: #505052;
  color: var(--color-link-hover);
}
._typo_link_inversed a:hover {
  color: gray;
  color: var(--color-link-std);
}
._typo_list {
  position: relative;
}
._typo_list:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: gray;
  color: var(--color-link-std);
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2em;
}
/* primary font elements */
@media only screen and (max-width: 767px) {
  html {
    font-size: 0.9rem;
  }
}
body {
  letter-spacing: 0px;
  font-family: Arial, sans-serif;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 300;
  color: #505052;
}
b,
strong {
  font-weight: 400;
}
b b,
strong b,
b strong,
strong strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Arial, sans-serif;
  letter-spacing: 0px;
}
h1 {
  font-size: 1.75em;
}
h2,
big {
  font-size: 1.5em;
}
h2 b,
h2 strong {
  font-weight: 600;
}
h3 {
  font-weight: 600;
  font-size: 1.2em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
p {
  letter-spacing: 0px;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  color: gray;
  color: var(--color-link-std);
}
nav a {
  font-weight: 400;
  color: gray;
}
a:not(.btn):focus,
a:not(.button):focus,
a:not(.btn):active,
a:not(.button):active,
a:not(.btn):hover,
a:not(.button):hover {
  color: #505052;
  color: var(--color-link-hover);
}
/* Others */
em {
  font-style: normal;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
/* Non standard */
.text__upper {
  text-transform: uppercase;
}
.text__left {
  text-align: left;
}
.text__center {
  text-align: center;
}
.text__right {
  text-align: right;
}
.text__thin {
  font-weight: 100;
}
#maintainence-title {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  padding: 8px;
}
#maintenance-request-wrapper .documents-container article {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-wrapper .documents-container article .text {
  margin: 4px;
  border: 1px solid #d1d1d1;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper {
  text-align: center;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a {
  background-color: transparent;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a i {
  font-size: 27px;
  padding-top: 8px;
  color: #d1d1d1;
  transition: all 0.7s;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a i:hover {
  transition: all 0.7s;
  color: #242424;
}
#maintenance-request-wrapper .documents-container article:nth-child(odd) .text {
  margin-left: 0;
}
#maintenance-request-wrapper .documents-container article:nth-child(even) .text {
  margin-right: 0;
}
#maintenance-request-wrapper #w-form label {
  width: 100%;
  display: block;
}
#maintenance-request-wrapper #w-form select {
  width: 100%;
  display: flex;
}
#maintenance-request-wrapper #w-form fieldset input {
  width: 100%;
}
#maintenance-request-wrapper #w-form fieldset textarea {
  width: 100%;
}
#maintenance-request-wrapper #w-form fieldset input,
#maintenance-request-wrapper #w-form fieldset textarea,
#maintenance-request-wrapper #w-form fieldset select {
  margin: 8px 0;
}
#maintenance-request-wrapper #w-form .select_office {
  margin: 8px 0;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #maintenance-request-wrapper .documents-container article {
    width: 25%;
    padding: 3px;
  }
  #maintenance-request-wrapper .documents-container article:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
  #maintenance-request-wrapper .documents-container article:nth-child(4) {
    padding-right: 0;
    padding-left: 0;
  }
  #maintenance-request-wrapper .document a i {
    font-size: 30px !important;
  }
  #maintenance-request-wrapper #w-form fieldset {
    padding: 6px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-wrapper #w-form .fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #maintenance-request-wrapper #w-form .fieldset:nth-child(even) {
    padding-right: 0;
  }
  #maintenance-request-wrapper #w-form .fieldset_state {
    width: 31%;
  }
  #maintenance-request-wrapper #w-form .fieldset_state select {
    float: right;
  }
  #maintenance-request-wrapper #w-form .fieldset_postcode {
    width: 19%;
  }
  #maintenance-request-wrapper #w-form .fieldset_notes {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #maintenance-request-wrapper #w-form input[type=submit] {
    float: right;
    display: block;
    margin-bottom: 12px;
  }
  #footer-echo {
    clear: both;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #maintenance-request-wrapper article {
    margin-bottom: 0;
  }
  #maintenance-request-wrapper article h2 {
    display: block;
  }
  #maintenance-request-wrapper article .text .document-wrapper {
    padding: 8px;
  }
  #maintenance-request-wrapper article .text .document-wrapper .document a i {
    padding-bottom: 8px;
    font-size: 40px !important;
  }
  #maintenance-request-wrapper #w-form select {
    margin-left: 0;
  }
  #maintenance-request-wrapper #w-form fieldset {
    padding: 10px;
  }
  #maintenance-request-wrapper #w-form fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #maintenance-request-wrapper #w-form fieldset:nth-child(even) {
    padding-left: 0;
  }
  #maintenance-request-wrapper #w-form .fieldset_address_line_1,
  #maintenance-request-wrapper #w-form .fieldset_suburb {
    padding-right: 10px !important;
  }
  #maintenance-request-wrapper #w-form input[type="submit"] {
    margin-bottom: 73px;
  }
  #maintenance-request-wrapper #contact-office_id {
    margin-left: 0 !important;
  }
  #footer-echo {
    clear: both;
  }
}
/* global */
#homepage-sierra {
  display: block;
  padding-top: 50px;
}
#homepage-sierra .bx-controls-direction {
  display: block !important;
}
#homepage-sierra form input,
#homepage-sierra form select,
#homepage-sierra form option {
  -webkit-appearance: none;
}
#homepage-sierra #suburbs-display .content-container ul {
  padding-top: 0;
}
#homepage-sierra .bx-pager {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  display: block !important;
}
#homepage-sierra .bx-pager .bx-pager-item {
  margin-left: 15px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-sierra .bx-pager .bx-pager-item:hover .bx-pager-link:after {
  background-color: white;
}
#homepage-sierra .bx-pager .bx-pager-item .bx-pager-link {
  position: relative;
  width: 4px;
  height: 4px;
  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;
}
#homepage-sierra .bx-pager .bx-pager-item .bx-pager-link:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: white 1px solid;
  border-radius: 100px;
  z-index: 100;
}
#homepage-sierra .bx-pager .bx-pager-item .bx-pager-link.active:after {
  background-color: white !important;
}
#homepage-sierra .bx-pager .bx-pager-item:nth-child(1) {
  margin-left: 0;
}
#homepage-sierra .bx-controls-direction {
  display: none;
}
#homepage-sierra .homepage-feature-slideshow-wrapper {
  position: relative;
}
#homepage-sierra .homepage-feature-slideshow-wrapper .overlay {
  text-align: center;
  top: 25%;
  position: absolute;
  left: 0;
  right: 0;
}
#homepage-sierra .homepage-feature-slideshow-wrapper .overlay a {
  text-decoration: none;
  color: white;
}
#homepage-sierra .homepage-feature-slideshow-wrapper .overlay h2 {
  color: white;
  text-transform: capitalize;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
#homepage-sierra .homepage-feature-slideshow-wrapper .overlay h3 {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
#homepage-sierra .homepage-feature-slideshow-wrapper .overlay .bbc-wrapper {
  display: none;
}
#homepage-sierra #feature-content-slideshow-alpha,
#homepage-sierra #item-image-slideshow-bravo {
  position: relative;
}
#homepage-sierra #feature-content-slideshow-alpha ul li,
#homepage-sierra #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 62.5%;
  background-size: cover;
  background-position: 50% 50%;
}
#homepage-sierra #feature-content-slideshow-alpha ul li a > h2,
#homepage-sierra #item-image-slideshow-bravo ul li a > h2 {
  color: white;
  font-size: 1.8em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  line-height: 1.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
}
#homepage-sierra .overlay-form {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
}
#homepage-sierra .overlay-form #search-form-echo {
  padding: 8px;
  margin: 0;
}
#homepage-sierra .overlay-form #search-form-echo .field-type,
#homepage-sierra .overlay-form #search-form-echo .field-bedroom,
#homepage-sierra .overlay-form #search-form-echo .field-bathroom.adv-only,
#homepage-sierra .overlay-form #search-form-echo .field-car.adv-only,
#homepage-sierra .overlay-form #search-form-echo .com-bus-filler,
#homepage-sierra .overlay-form #search-form-echo .text-wrapper {
  display: none !important;
}
#homepage-sierra .overlay-form #search-form-echo .field-price-from,
#homepage-sierra .overlay-form #search-form-echo .field-price-to {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-sierra .overlay-form #search-form-echo .field-price-from {
  padding-right: 4px;
}
#homepage-sierra .overlay-form #search-form-echo .field-price-to {
  padding-left: 4px;
}
#homepage-sierra .overlay-form #search-form-echo .field-go {
  width: 100%;
}
#homepage-sierra .overlay-form #search-form-echo .field-suburb {
  width: 100%;
}
#homepage-sierra .overlay-form #search-form-echo input,
#homepage-sierra .overlay-form #search-form-echo select,
#homepage-sierra .overlay-form #search-form-echo a {
  border-radius: 4px;
  border: none;
  height: 50px;
}
#homepage-sierra .overlay-form #search-form-echo a {
  line-height: 50px;
}
#homepage-sierra .heading-contents {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 16px 16px 16px 16px;
}
#homepage-sierra .heading-contents .link-wrapper {
  display: block;
  width: 252px;
  margin: 0 auto;
}
#homepage-sierra .heading-contents .link-wrapper a {
  cursor: pointer;
  display: inline-block;
  width: auto;
  text-align: center;
  margin-right: 12px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
  color: black;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
#homepage-sierra .heading-contents .link-wrapper a:focus,
#homepage-sierra .heading-contents .link-wrapper a:hover,
#homepage-sierra .heading-contents .link-wrapper a:active {
  color: #25282F;
}
#homepage-sierra .heading-contents .link-wrapper a:hover:after {
  border-bottom: 2px solid #25282F;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  content: '';
}
#homepage-sierra #recent-blogs .content-container h1 {
  color: #242424;
  text-align: center;
  font-size: 20px;
  padding-bottom: 16px;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 8px;
  position: relative;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper .image {
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper .grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-decoration: none;
  color: white;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper h4 {
  display: none;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper h3 {
  position: relative;
  z-index: 10;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper .underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8px;
  background: rgba(0, 0, 0, 0.3);
}
#homepage-sierra #recent-blogs .content-container ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-sierra {
    padding-top: 70px;
  }
  #homepage-sierra .bx-pager {
    bottom: 15px;
  }
  #homepage-sierra .overlay-form {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px;
  }
  #homepage-sierra .overlay-form #search-form-echo {
    padding: 12px;
    margin: 0;
  }
  #homepage-sierra .overlay-form #search-form-echo .field-type,
  #homepage-sierra .overlay-form #search-form-echo .field-bedroom,
  #homepage-sierra .overlay-form #search-form-echo .field-bathroom.adv-only,
  #homepage-sierra .overlay-form #search-form-echo .field-car.adv-only,
  #homepage-sierra .overlay-form #search-form-echo .com-bus-filler,
  #homepage-sierra .overlay-form #search-form-echo .text-wrapper {
    display: none !important;
  }
  #homepage-sierra .overlay-form #search-form-echo .field-price-from,
  #homepage-sierra .overlay-form #search-form-echo .field-price-to {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-sierra .overlay-form #search-form-echo .field-price-from {
    padding-right: 6px;
  }
  #homepage-sierra .overlay-form #search-form-echo .field-price-to {
    padding-left: 6px;
  }
  #homepage-sierra .overlay-form #search-form-echo .field-go {
    width: 100%;
  }
  #homepage-sierra .overlay-form #search-form-echo .field-suburb {
    width: 50%;
  }
  #homepage-sierra .overlay-form #search-form-echo input,
  #homepage-sierra .overlay-form #search-form-echo select,
  #homepage-sierra .overlay-form #search-form-echo a {
    border-radius: 4px;
    border: none;
    height: 50px;
  }
  #homepage-sierra .overlay-form #search-form-echo a {
    line-height: 50px;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper #item-image-slideshow-bravo ul li a > h2 {
    font-size: 2.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: left;
    top: auto;
    bottom: 40px;
    left: 40px;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper .overlay {
    text-align: left;
    bottom: 25px;
    left: 35px;
    top: initial;
    right: initial;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper .overlay h2 {
    font-size: 50px;
    line-height: 75px;
    text-align: left;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper .overlay h3 {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper .overlay .bbc-wrapper {
    padding-left: 12px;
    padding-top: 30px;
    display: block;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper .overlay .bbc-wrapper .bbc {
    display: block;
    padding: 8px;
    height: 80px;
    width: 50px;
    float: left;
    padding-left: 8px;
    position: relative;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper .overlay .bbc-wrapper .bbc span {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-right: 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: white;
    font-size: 30px;
    padding-top: 35px;
    padding-left: 10px;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper .overlay .bbc-wrapper .bbc span i {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 25px;
    display: inline-block;
    border: 2px solid white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 6px;
    text-align: center;
    vertical-align: sub;
    color: white;
    position: absolute;
    top: 0;
    right: 19px;
  }
  #homepage-sierra .heading-contents .link-wrapper {
    width: 410px;
  }
  #homepage-sierra .heading-contents .link-wrapper a {
    font-size: 13px;
    width: 70px;
  }
  #homepage-sierra .heading-contents .link-wrapper a:hover:after {
    border-bottom: 2px solid #25282F;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    content: '';
  }
  #homepage-sierra #recent-blogs .content-container h1 {
    padding-top: 12px;
    color: #242424;
    text-align: center;
    font-size: 20px;
    padding-bottom: 16px;
  }
  #homepage-sierra #recent-blogs .content-container ul li {
    width: 100% !important;
    padding: 0 !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+1) {
    padding-left: 0 !important;
    padding-right: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+1) .underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 6px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+2) {
    padding-right: 0 !important;
    padding-left: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+2) .underlay {
    position: absolute;
    top: 0;
    left: 6px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+3) {
    padding-left: 0 !important;
    padding-right: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+3) .underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 6px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+4) {
    padding-right: 0 !important;
    padding-left: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+4) .underlay {
    position: absolute;
    top: 0;
    left: 6px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 12px;
    position: relative;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .image {
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    color: white;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper h4 {
    display: none;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper h3 {
    position: relative;
    z-index: 10;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 27px;
    font-family: 'Roboto', sans-serif;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #homepage-sierra #recent-blogs .content-container ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  /*		#homepage-sierra{
			.homepage-feature-slideshow-wrapper{
				max-width: 700px !important;
				display: block;
				margin: 0 auto;
				ul{
					li{
						max-width: 700px !important;
					}
				}
			}
		}

*/
  #homepage-sierra {
    padding-top: 75px;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper {
    display: block;
    margin: 0 auto;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper #feature-content-slideshow-alpha ul li,
  #homepage-sierra .homepage-feature-slideshow-wrapper #item-image-slideshow-bravo ul li {
    height: 600px;
    padding-bottom: 0;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper #feature-content-slideshow-alpha ul li a > h2,
  #homepage-sierra .homepage-feature-slideshow-wrapper #item-image-slideshow-bravo ul li a > h2 {
    left: 60px;
    bottom: 60px;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper .overlay {
    bottom: 48px;
    left: 60px;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper .overlay h2 {
    font-weight: bolder;
    font-size: 40px;
  }
  #homepage-sierra .homepage-feature-slideshow-wrapper .overlay h3 {
    font-weight: bolder;
    letter-spacing: 1px;
  }
  #homepage-sierra .overlay-form {
    position: absolute;
    bottom: 60px;
    z-index: 100;
    width: 100%;
  }
  #homepage-sierra .overlay-form #search-form-echo {
    background: transparent;
    padding: 20px 100px;
  }
  #homepage-sierra .overlay-form #search-form-echo fieldset {
    padding: 0 5px;
  }
  #homepage-sierra .overlay-form #search-form-echo .field-type,
  #homepage-sierra .overlay-form #search-form-echo .field-bedroom,
  #homepage-sierra .overlay-form #search-form-echo .field-bathroom.adv-only,
  #homepage-sierra .overlay-form #search-form-echo .field-car.adv-only,
  #homepage-sierra .overlay-form #search-form-echo .com-bus-filler,
  #homepage-sierra .overlay-form #search-form-echo .text-wrapper {
    display: none !important;
  }
  #homepage-sierra .overlay-form #search-form-echo .field-price-from,
  #homepage-sierra .overlay-form #search-form-echo .field-price-to {
    width: 15%;
  }
  #homepage-sierra .overlay-form #search-form-echo .field-go {
    width: 15%;
    padding-right: 0;
  }
  #homepage-sierra .overlay-form #search-form-echo .field-suburb {
    width: 40%;
  }
  #homepage-sierra .overlay-form #search-form-echo .field-method {
    width: 15%;
    padding-left: 0;
  }
  #homepage-sierra .overlay-form #search-form-echo input,
  #homepage-sierra .overlay-form #search-form-echo select,
  #homepage-sierra .overlay-form #search-form-echo a {
    border-radius: 4px;
    border: none;
    height: 50px;
  }
  #homepage-sierra .overlay-form #search-form-echo a {
    line-height: 50px;
  }
  #homepage-sierra .heading-contents {
    width: 100%;
    display: inline-block;
    padding: 30px 16px 30px 16px;
  }
  #homepage-sierra .heading-contents .link-wrapper {
    display: block;
    width: 610px;
    margin: 0 auto;
  }
  #homepage-sierra .heading-contents .link-wrapper a {
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    width: 110px;
    text-align: center;
    margin-right: 12px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    color: black;
    position: relative;
    font-size: 15px;
  }
  #homepage-sierra .heading-contents .link-wrapper a:focus,
  #homepage-sierra .heading-contents .link-wrapper a:hover,
  #homepage-sierra .heading-contents .link-wrapper a:active {
    color: #25282F;
  }
  #homepage-sierra .heading-contents .link-wrapper a:hover:after {
    border-bottom: 2px solid #25282F;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    content: '';
  }
  #homepage-sierra #recent-blogs .content-container h1 {
    padding-top: 12px;
    color: #242424;
    text-align: center;
    font-size: 20px;
    padding-bottom: 16px;
  }
  #homepage-sierra #recent-blogs .content-container ul li {
    width: 100% !important;
    padding: 0 !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+1) {
    padding-left: 0 !important;
    padding-right: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+1) .underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 6px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+2) {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+2) .underlay {
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+3) {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+3) .underlay {
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+4) {
    padding-right: 0 !important;
    padding-left: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+4) .underlay {
    position: absolute;
    top: 0;
    left: 6px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 12px;
    position: relative;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .image {
    height: 350px;
    background-size: cover;
    background-position: 50% 50%;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    color: white;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper h4 {
    display: none;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper h3 {
    padding-top: 140px;
    line-height: 30px;
    font-size: 25px;
    font-weight: 300;
    opacity: 0;
    transition: all 0.5s;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .underlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:hover .underlay,
  #homepage-sierra #recent-blogs .content-container ul .wrapper:hover h3 {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #homepage-sierra #recent-blogs .content-container ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
#agent-show-hotel {
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
#agent-show-hotel .image-wrapper .image .agent-image {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
}
#agent-show-hotel .agents-properties ul li .container {
  position: relative;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-hotel .image-wrapper .image .agent-image {
    background-position: 50% 20%;
  }
  #agent-show-hotel .middle-wrapper {
    display: flex;
  }
  #agent-show-hotel .middle-wrapper .left {
    width: 66.66%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-hotel .middle-wrapper .right {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
#suburb-profiles-bravo {
  background-color: #ffffff;
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
#suburb-profiles-bravo .listings-wrapper section .content-container ul {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#suburb-profile-show-bravo {
  background-color: #ffffff;
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul {
  height: 0;
  padding-bottom: 60%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 14.5%;
  background-size: cover;
  background-position: 50% 50%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-controls-direction {
  display: none;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-controls {
  margin: 15px 0;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager {
  /*Causes markers to appear in header in some Boa layouts*/
  /*position: absolute;
				bottom: 10px;
				left: 0px;
				z-index: 99;*/
  width: 100%;
  text-align: center;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a {
  display: block;
  height: 13px;
  width: 13px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a:hover {
  background-color: #ddd;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item .active {
  background-color: #ddd;
}
#suburb-profile-show-bravo .container .bottom {
  clear: both;
}
#suburb-profile-show-bravo .container .bottom .places-wrapper .list-container li a {
  color: #25282F;
  font-size: 15px;
  line-height: 1.5em;
}
#suburb-profile-show-bravo .container .bottom .places-wrapper .list-container li a .info h3 {
  font-style: normal;
}
#suburb-profile-show-bravo .container .middle:after {
  content: "";
  display: table;
  clear: both;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-bravo .container .middle .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-bravo .container .middle .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-bravo .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-bravo .container .middle .left {
    width: 70%;
  }
  #suburb-profile-show-bravo .container .middle .right {
    width: 30%;
  }
  #suburb-profile-show-bravo .container .bottom {
    clear: both;
  }
}
#place-show-charlie {
  background-color: #ffffff;
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
#place-show-charlie .container {
  /*		.middle{
			.left{
				width: 60%;
				float: left;
				.padding-inner();
				h1{

				}
				h2{

				}
				h3{

				}
				ul{
					li{
						a{

						}
					}
				}
			}
			.right{
				width: 40%;
				float: left;
				.padding-inner();
				.links{
					h2{

					}
					a{

					}
				}
			}
		}
		.bottom{
			clear: both;
			#map_canvas{
				
			}
		}*/
}
#place-show-charlie .container #item-image-slideshow-bravo {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
#place-show-charlie .container #item-image-slideshow-bravo ul {
  height: 0;
  padding-bottom: 60%;
}
#place-show-charlie .container #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 14.5%;
  background-size: cover;
  background-position: 50% 50%;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-controls-direction {
  display: none;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-controls {
  margin: 15px 0;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager {
  /*Causes markers to appear in header in some Boa layouts*/
  /*position: absolute;
				bottom: 10px;
				left: 0px;
				z-index: 99;*/
  width: 100%;
  text-align: center;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a {
  display: block;
  height: 13px;
  width: 13px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a:hover {
  background-color: #ddd;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item .active {
  background-color: #ddd;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #place-show-charlie .container .middle .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .container .middle .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #place-show-charlie .container .middle .left {
    width: 70%;
  }
  #place-show-charlie .container .middle .right {
    width: 30%;
  }
}
#blog-echo {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
}
#blog-echo #blog-display .loading-spinner {
  text-align: center;
}
#blog-echo #blog-display .list-container ul {
  display: flex;
  flex-flow: row wrap;
}
#blog-echo #blog-display .list-container ul .wrapper {
  width: 100%;
}
#blog-echo #blog-display .list-container ul .wrapper li .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#blog-echo #blog-display .list-container ul .wrapper li .overlay {
  opacity: 0;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-echo #blog-display .list-container {
    display: inline-block;
  }
  #blog-echo #blog-display .list-container ul .wrapper {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-echo #blog-display .list-container ul .wrapper {
    width: 33.33%;
  }
}
#blog-show-echo .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#blog-show-echo .embed-container iframe,
#blog-show-echo .embed-container embed,
#blog-show-echo .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#blog-show-echo .blog-list-container ul .wrapper {
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
#blog-show-echo .blog-list-container ul .wrapper:hover h1 {
  border-bottom: 2px solid #25282F;
}
#blog-show-echo .blog-list-container ul .wrapper li .image {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#blog-show-echo .blog-list-container ul .wrapper li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 8px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #242424;
}
#blog-show-echo .blog-list-container ul .wrapper li a h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 2px;
  line-height: 25px;
  width: auto;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
#blog-show-echo .blog-list-container ul .wrapper li a h2 {
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 16px;
  font-size: 12px;
}
#blog-show-echo .blog-list-container ul .wrapper li a h3 {
  font-weight: 12px;
}
#blog-show-echo #blog-show {
  margin: 0 auto;
  max-width: 1130px;
}
#blog-show-echo #blog-show .wrapper article .blog-image-wrapper {
  /*Fix for interactive slider contents (such as iframes, videos, navigation), not being clickable due to page content's setup*/
  z-index: 11;
}
#blog-show-echo #blog-show .wrapper article .blog-image-wrapper.scroll {
  z-index: 0;
}
#blog-show-echo #blog-show .wrapper article .blog-image-wrapper .blog-image .image {
  position: relative;
}
#blog-show-echo #blog-show .wrapper article .blog-image-wrapper .blog-image .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#blog-show-echo #blog-show .wrapper article .blog-image-wrapper .blog-image .blog-image-overlay {
  pointer-events: none;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper {
  /*disallows content from being highlighted!*/
  /*pointer-events: none;*/
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-echo .blog-list-container ul .wrapper {
    margin: 0;
    padding-bottom: 24px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(even) {
    padding-left: 12px;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(odd) {
    padding-right: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-echo .blog-list-container ul .wrapper {
    width: 25%;
    padding-bottom: 20px;
  }
  #blog-show-echo .blog-list-container ul .wrapper li {
    position: relative;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .image {
    height: 200px;
    padding-bottom: 0;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px !important;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.25s;
    text-align: center;
    padding-top: 65px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay i {
    font-size: 20px;
    transition: all 0.25s;
    color: #25282F;
    padding-top: 50px;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay.hover {
    opacity: 1 !important;
    transition: all 0.25s;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay.hover i {
    font-size: 65px;
    transition: all 0.25s;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+1) {
    padding-left: 0 !important;
    padding-right: 10px !important;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+3) {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+4) {
    padding-right: 0 !important;
    padding-left: 10px !important;
  }
}
#contact-juliet {
  width: 100%;
  display: block;
  padding-top: 50px;
}
#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: #242424;
  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: 1130px;
    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: 1130px;
    margin: 0 auto;
    display: block;
  }
}
.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;
  }
}
/* --- */
.font-family {
  font-family: 'Lato', sans-serif !important;
}
@font-face {
  font-family: "SwimmingPool";
  src: url('/assets/layout/python/fonts/swimming_font.svg');
}
.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: gray;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, gray, #b3b3b3);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, gray, #b3b3b3);
  /* 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: gray;
  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: gray;
  border-color: gray;
  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: #676767;
  border-color: #676767;
}
#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: gray;
  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: gray;
  border-color: gray;
  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: #676767;
  border-color: #676767;
}
.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: gray;
}
@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;
}
/****** GLOBAL COMPONENT
	-- add all required styles (do not relay on any layout styles)
	-- import this component within a layout before any layout specific variables are set */
/* Scoped dependencies --
	-- use (reference) in components to scope styles (--- only do a standard import of dependencies via a layout)
		this avoids conflict with other globally scoped styles within a layout
		all custom component -OR- component dependency styles should be added to a layout's components.less */
/* checkbox styles */
/* form error/success */
/* GLOBAL vars -- TIP: use standardised variables where possible
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* Global breakpoints */
/* LOCAL vars -- TIP: for non-standardised variables use a localised naming convention to avoid conflict
	-- allows simple customisation with a variable RE-definition within a layouts components.less
	-- allows calculated methods based on standardised layout variables (above) */
/* ---------------- STYLES ---------------- */
.form-listing-enquiry-alpha,
.form-project-enquiry-alpha {
  /* Base for label styling */
  /* checkbox aspect -- :BEFORE is background/check border */
  /* checked mark aspect -- :AFTER is the check mark */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked),
.form-project-enquiry-alpha [type="checkbox"]:not(:checked),
.form-listing-enquiry-alpha [type="checkbox"]:checked,
.form-project-enquiry-alpha [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked) + label,
.form-project-enquiry-alpha [type="checkbox"]:not(:checked) + label,
.form-listing-enquiry-alpha [type="checkbox"]:checked + label,
.form-project-enquiry-alpha [type="checkbox"]:checked + label {
  position: relative;
  display: block;
  padding: 8px 5px 8px 40px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
	                                  supported by Chrome and Opera */
}
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked) + label:before,
.form-project-enquiry-alpha [type="checkbox"]:not(:checked) + label:before,
.form-listing-enquiry-alpha [type="checkbox"]:checked + label:before,
.form-project-enquiry-alpha [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #828286;
  background: none;
  border-radius: 0px;
}
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked) + label:after,
.form-project-enquiry-alpha [type="checkbox"]:not(:checked) + label:after,
.form-listing-enquiry-alpha [type="checkbox"]:checked + label:after,
.form-project-enquiry-alpha [type="checkbox"]:checked + label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  text-align: center;
  font-size: 1.3em;
  line-height: .8;
  color: gray;
  transition: opacity .2s, transform .2s, color .2s;
}
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked) + label:after,
.form-project-enquiry-alpha [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}
.form-listing-enquiry-alpha [type="checkbox"]:checked + label:after,
.form-project-enquiry-alpha [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.form-listing-enquiry-alpha [type="checkbox"]:disabled:not(:checked) + label:before,
.form-project-enquiry-alpha [type="checkbox"]:disabled:not(:checked) + label:before,
.form-listing-enquiry-alpha [type="checkbox"]:disabled:checked + label:before,
.form-project-enquiry-alpha [type="checkbox"]:disabled:checked + label:before {
  border-color: #b6b6b8;
}
.form-listing-enquiry-alpha [type="checkbox"]:disabled:checked + label:after,
.form-project-enquiry-alpha [type="checkbox"]:disabled:checked + label:after {
  color: #b6b6b8;
}
.form-listing-enquiry-alpha [type="checkbox"]:disabled + label,
.form-project-enquiry-alpha [type="checkbox"]:disabled + label {
  color: #b6b6b8;
}
.form-listing-enquiry-alpha [type="checkbox"]:checked:focus + label:before,
.form-project-enquiry-alpha [type="checkbox"]:checked:focus + label:before,
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked):focus + label:before,
.form-project-enquiry-alpha [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid gray;
}
.form-listing-enquiry-alpha label:hover:before,
.form-project-enquiry-alpha label:hover:before {
  border: 1px solid gray !important;
}
.form-listing-enquiry-alpha .form-response,
.form-project-enquiry-alpha .form-response {
  text-align: center;
  padding: 20px;
  border: 1px solid #505050;
  border-radius: 0px;
  margin: 20px 0 0;
  font-weight: 400;
  /*hide validation by default*/
  display: none;
}
.form-listing-enquiry-alpha .form-response.form-error,
.form-project-enquiry-alpha .form-response.form-error {
  background: none;
  color: #e74444;
  border-color: #e74444;
}
.bg__dark .form-listing-enquiry-alpha .form-response.form-error,
.bg__dark .form-project-enquiry-alpha .form-response.form-error {
  color: #f39e9e;
  border-color: #f39e9e;
}
.form-listing-enquiry-alpha .form-response.form-success,
.form-project-enquiry-alpha .form-response.form-success {
  background: none;
  color: #28c06e;
  border-color: #28c06e;
}
.bg__dark .form-listing-enquiry-alpha .form-response.form-success,
.bg__dark .form-project-enquiry-alpha .form-response.form-success {
  color: #6de1a2;
  border-color: #6de1a2;
}
.form-listing-enquiry-alpha .pure-g,
.form-project-enquiry-alpha .pure-g {
  display: flex;
  flex-flow: row wrap;
}
.form-listing-enquiry-alpha .pure-u-1,
.form-project-enquiry-alpha .pure-u-1 {
  width: 100%;
}
@media (min-width: 568px) {
  .form-listing-enquiry-alpha .pure-u-sm-1-2,
  .form-project-enquiry-alpha .pure-u-sm-1-2 {
    width: 50%;
  }
}
.form-listing-enquiry-alpha .form-responses,
.form-project-enquiry-alpha .form-responses {
  margin: 6px 6px 12px;
}
.form-listing-enquiry-alpha .form-responses .form-response,
.form-project-enquiry-alpha .form-responses .form-response {
  padding: 15px;
  font-size: 1em;
  line-height: initial;
}
.form-listing-enquiry-alpha form fieldset,
.form-project-enquiry-alpha form fieldset {
  padding: 6px;
}
.form-listing-enquiry-alpha form ul,
.form-project-enquiry-alpha form ul {
  padding: 0;
}
@media (min-width: 568px) {
  .form-listing-enquiry-alpha form ul li:nth-of-type(even),
  .form-project-enquiry-alpha form ul li:nth-of-type(even) {
    padding: 3px 6px;
  }
}
.form-listing-enquiry-alpha form .fieldset_submit,
.form-project-enquiry-alpha form .fieldset_submit {
  padding-top: 12px;
}
.form-listing-enquiry-alpha form .fieldset_submit input[type=submit],
.form-project-enquiry-alpha form .fieldset_submit input[type=submit] {
  height: auto;
}
/* Local Files */
#agent-show-hotel {
  background-color: #ffffff;
  padding-bottom: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  padding-top: 50px;
}
#agent-show-hotel .social-header-links {
  padding-top: 16px !important;
}
#agent-show-hotel .endorsements-wrapper {
  display: none !important;
}
#agent-show-hotel .image-wrapper .image .agent-image {
  height: 0;
  padding-bottom: 85%;
}
#agent-show-hotel .RMA-widget {
  padding: 10px 8px;
}
#agent-show-hotel .right {
  display: block;
  width: 100%;
  padding: 16px 8px;
  padding-top: 30px;
  background-color: #454545;
  color: white !important;
  line-height: 21px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agent-show-hotel .right h1 {
  border: none;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 100;
  width: 100%;
  text-align: center;
  text-align: left;
  margin-top: 0px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  color: white;
  margin-bottom: 0;
}
#agent-show-hotel .right h2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 8px;
  width: 100%;
  text-align: left;
  padding-top: 5px;
  font-family: 'Roboto', sans-serif;
}
#agent-show-hotel .right p {
  padding-bottom: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
#agent-show-hotel .right .reveal {
  display: none;
}
#agent-show-hotel .right .phone {
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
}
#agent-show-hotel .right .phone span {
  display: block;
  width: 100%;
  text-align: left;
}
#agent-show-hotel .right .email {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#agent-show-hotel .right .email a {
  text-decoration: none;
  color: white;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  margin-left: 7px;
}
#agent-show-hotel .right .email a:hover {
  text-decoration: underline;
}
#agent-show-hotel .right .top-border,
#agent-show-hotel .right .bottom-border {
  display: none;
  width: 50px;
  /*display: block;*/
  margin: 0 auto;
  border-top: 1px solid black;
}
#agent-show-hotel .right .bottom-border {
  padding-bottom: 16px;
}
#agent-show-hotel .agents-properties {
  padding-top: 16px;
  width: 100%;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile,
#agent-show-hotel .agents-properties .btn-wrapper {
  width: 100%;
  height: 25px;
  margin-bottom: 0;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile div:first-child div,
#agent-show-hotel .agents-properties .btn-wrapper div:first-child div {
  border-bottom: 1px solid #454545;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn-mobile,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn-mobile,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn-mobile,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn-mobile,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50%;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 21px;
  padding-left: 70px !important;
  padding-right: 70px !important;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn-mobile #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn-mobile #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn-mobile #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn-mobile #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn-mobile #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn-mobile #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn-mobile #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn-mobile #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn #agent-listing-div {
  padding-bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 110px;
  margin: 0 auto;
  text-transform: capitalize;
  color: black;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn-mobile:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn-mobile:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn-mobile:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn-mobile:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn-mobile:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn-mobile:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn-mobile:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn-mobile:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn:hover #agent-listing-div {
  border-bottom: 1px solid #454545;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile .no-second,
#agent-show-hotel .agents-properties .btn-wrapper .no-second {
  width: 100% !important;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile {
  margin-bottom: 36px;
  margin-top: 8px;
}
#agent-show-hotel .agents-properties .bx-controls .bx-next {
  position: absolute;
  top: 140px;
  right: -30px;
}
#agent-show-hotel .agents-properties .bx-controls .bx-prev {
  position: absolute;
  top: 140px;
  left: -30px;
}
#agent-show-hotel .agents-properties .bx-controls .bx-prev.disabled,
#agent-show-hotel .agents-properties .bx-controls .bx-next.disabled {
  display: none;
}
#agent-show-hotel .agents-properties .bx-controls .bx-prev:hover i,
#agent-show-hotel .agents-properties .bx-controls .bx-next:hover i {
  color: #25282F;
  transition: all 0.5s;
  opacity: 1;
}
#agent-show-hotel .agents-properties .bx-controls .bx-prev,
#agent-show-hotel .agents-properties .bx-controls .bx-next {
  text-decoration: none;
}
#agent-show-hotel .agents-properties .bx-controls .bx-prev i,
#agent-show-hotel .agents-properties .bx-controls .bx-next i {
  opacity: 1 !important;
  padding-top: 130px;
  font-size: 75px;
  color: white;
  transition: all 0.5s;
}
#agent-show-hotel .agents-properties .no-results {
  text-align: center;
  padding: 36px;
  line-height: 20px;
  font-weight: 400;
}
#agent-show-hotel .agents-properties .agents-desktop {
  margin-bottom: 25px;
}
#agent-show-hotel .agents-properties .agents-desktop .view-all {
  display: none !important;
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
  margin: 8px auto;
}
#agent-show-hotel .agents-properties .agents-desktop .view-all:focus,
#agent-show-hotel .agents-properties .agents-desktop .view-all:hover,
#agent-show-hotel .agents-properties .agents-desktop .view-all:active {
  color: #fff;
  background-color: #30343d;
}
#agent-show-hotel .agents-properties .agents-desktop .view-all:disabled {
  background: #ccc;
}
#agent-show-hotel .agents-properties .agents-desktop .view-all:disabled:hover,
#agent-show-hotel .agents-properties .agents-desktop .view-all:disabled:active,
#agent-show-hotel .agents-properties .agents-desktop .view-all:disabled:focus {
  background: #ccc;
}
#agent-show-hotel .agents-properties .agents-desktop .view-all:hover {
  background-color: #25282F;
  transition: all 0.5s;
  color: black;
}
#agent-show-hotel .agents-properties .agents-desktop ul {
  width: 100%;
  background-color: white;
  padding: 20px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agent-show-hotel .agents-properties .agents-desktop ul li {
  width: 100%;
  margin-bottom: 8px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container {
  width: 100%;
  display: block;
  position: relative;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a {
  padding: 6px 6px 0 6px;
  display: block;
  background-color: #f1f1f1;
  text-decoration: none;
  border-bottom: 2px solid #c6e2d7;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .image {
  display: block;
  background-position: 50% 50%;
  /*background-size: cover;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #d1d1d1;
  width: 100%;
  transition: all 1.5s;
  padding: 0px;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  z-index: 20;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info {
  z-index: 50;
  text-transform: capitalize;
  padding: 16px;
  background-color: #eceeee;
  color: black;
  line-height: 24px;
  padding-top: 12px !important;
  transition: all 0.5s;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .overlay-sold {
  position: absolute;
  top: 10%;
  left: 40%;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .overlay-sold h1 {
  color: white !important;
  font-size: 20px;
  background-color: black;
  width: 70px;
  height: 70px;
  border-radius: 75px;
  font-weight: 100;
  text-transform: uppercase;
  transform: rotate(340deg);
  padding-top: 24px;
  box-sizing: border-box;
  padding-left: 8px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info h1 {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 4px;
  white-space: nowrap;
  line-height: 19px;
  text-transform: capitalize;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info h2 {
  text-transform: capitalize;
  height: 24px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .open-time {
  transition: all 0.5s;
  /*height: 20px !important;*/
  /*display: block;*/
  /*line-height: 35px;*/
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .open-time span {
  font-weight: 400;
  font-weight: normal;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .bbc-wrapper {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: capitalize;
  height: 15px;
  width: 100%;
  padding: 8px 0;
  padding-bottom: 16px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .bbc-wrapper .bbc {
  padding-right: 16px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .bbc-wrapper .bbc i {
  font-size: 17px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .price {
  clear: both;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .price b {
  width: 100%;
  display: block;
  float: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  text-transform: capitalize;
  padding-right: 8px;
  padding-bottom: 5px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .price h2 {
  opacity: 1;
  float: left;
  font-size: 16px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .price:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info b {
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  text-transform: capitalize;
}
#agent-show-hotel .agents-properties .agents-desktop ul .date-cont {
  text-transform: lowercase;
  background-color: #242424;
  color: white;
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 490px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .date-cont h1 {
  font-size: 20px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .date-cont h2 {
  padding-top: 20px;
  font-size: 25px;
  opacity: 0.2;
  margin-bottom: 8px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .date-cont h3 {
  font-size: 60px;
  opacity: 0.2;
}
#agent-show-hotel .endorsements-wrapper h3 {
  padding: 8px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 23px;
  width: 100%;
  line-height: 27px;
  text-align: center;
}
#agent-show-hotel .endorsements-wrapper #endorsements {
  line-height: 21px;
  overflow: hidden;
  height: 67px;
  transition: all 0.5s;
  width: 100%;
  padding: 0;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
#agent-show-hotel .endorsements-wrapper #endorsements.active {
  /*overflow: initial;*/
  height: auto;
  transition: all 0.5s;
}
#agent-show-hotel .endorsements-wrapper #endorsements-btn {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
  margin: 0 auto;
}
#agent-show-hotel .endorsements-wrapper #endorsements-btn:focus,
#agent-show-hotel .endorsements-wrapper #endorsements-btn:hover,
#agent-show-hotel .endorsements-wrapper #endorsements-btn:active {
  color: #fff;
  background-color: #30343d;
}
#agent-show-hotel .endorsements-wrapper #endorsements-btn:disabled {
  background: #ccc;
}
#agent-show-hotel .endorsements-wrapper #endorsements-btn:disabled:hover,
#agent-show-hotel .endorsements-wrapper #endorsements-btn:disabled:active,
#agent-show-hotel .endorsements-wrapper #endorsements-btn:disabled:focus {
  background: #ccc;
}
#agent-show-hotel .endorsements-wrapper #endorsements-btn:hover {
  background-color: #25282F;
  transition: all 0.5s;
  color: black;
}
#agent-show-hotel .social-links {
  display: none !important;
  width: 100%;
  display: inline-block;
  padding-bottom: 16px;
  margin-top: -16px;
  text-align: center;
}
#agent-show-hotel .social-links h2 {
  font-size: 14px;
  border-bottom: 1px solid #242424;
  width: 100px;
  margin: 0 auto;
  padding-bottom: 8px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#agent-show-hotel .social-links a {
  text-decoration: none;
  color: white;
  margin-right: 10px;
  font-size: 18px;
  background-color: #25282F;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  display: inline-block;
}
#agent-show-hotel .social-links #facebook {
  background: #46629e;
}
#agent-show-hotel .social-links #twitter {
  background: #59adea;
}
#agent-show-hotel .social-links #googleplus {
  background: #d73d32;
}
#agent-show-hotel .social-links #linkedin {
  background: #0077b5;
}
#agent-show-hotel .social-links #youtube {
  background: #cc181e;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-hotel {
    display: block;
    padding-top: 70px;
  }
  #agent-show-hotel #agent-sold,
  #agent-show-hotel #agent-listing {
    padding-bottom: 0 !important;
  }
  #agent-show-hotel .top-section {
    width: 100%;
  }
  #agent-show-hotel .image-wrapper .image .agent-image {
    padding-bottom: 60%;
  }
  #agent-show-hotel .right h1 {
    font-weight: 100;
  }
  #agent-show-hotel .RMA-widget {
    padding: 20px 12px 0;
  }
  #agent-show-hotel .middle-wrapper {
    border-bottom: 2px solid #242424;
  }
  #agent-show-hotel .middle-wrapper .left {
    padding-right: 24px;
  }
  #agent-show-hotel .middle-wrapper .right {
    padding-left: 24px;
    padding-top: 63px;
    width: 33.33%;
  }
  #agent-show-hotel .agents-properties .view-all {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 42px;
    height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #25282F;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
  }
  #agent-show-hotel .agents-properties .view-all:focus,
  #agent-show-hotel .agents-properties .view-all:hover,
  #agent-show-hotel .agents-properties .view-all:active {
    color: #fff;
    background-color: #30343d;
  }
  #agent-show-hotel .agents-properties .view-all:disabled {
    background: #ccc;
  }
  #agent-show-hotel .agents-properties .view-all:disabled:hover,
  #agent-show-hotel .agents-properties .view-all:disabled:active,
  #agent-show-hotel .agents-properties .view-all:disabled:focus {
    background: #ccc;
  }
  #agent-show-hotel .agents-properties .view-all:hover {
    background-color: #25282F;
    transition: all 0.5s;
    color: black;
  }
  #agent-show-hotel .agents-properties .btn-wrapper {
    font-weight: 100;
    padding-top: 20px;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn div {
    display: inline;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn div {
    display: inline;
  }
  #agent-show-hotel .agents-properties .agents-desktop {
    position: relative;
    margin-bottom: 0;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-next {
    position: absolute;
    top: 140px;
    right: -30px !important;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-prev {
    position: absolute;
    top: 140px;
    left: -30px !important;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-prev.disabled,
  #agent-show-hotel .agents-properties .bx-controls .bx-next.disabled {
    display: none;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-prev:hover i,
  #agent-show-hotel .agents-properties .bx-controls .bx-next:hover i {
    color: #25282F;
    transition: all 0.5s;
    opacity: 1;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-prev,
  #agent-show-hotel .agents-properties .bx-controls .bx-next {
    text-decoration: none;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-prev i,
  #agent-show-hotel .agents-properties .bx-controls .bx-next i {
    opacity: 1 !important;
    padding-top: 130px;
    font-size: 75px;
    color: white;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul {
    display: inline-block;
    background-color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 40px;
  }
  #agent-show-hotel .agents-properties ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 !important;
    width: 50% !important;
    float: left;
  }
  #agent-show-hotel .agents-properties ul li:first-child {
    padding-top: 0;
  }
  #agent-show-hotel .agents-properties ul .container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px;
    width: 100%;
    display: block;
  }
  #agent-show-hotel .agents-properties ul .container a {
    text-decoration: none;
  }
  #agent-show-hotel .agents-properties ul .container a .image {
    height: 175px;
    padding-bottom: 0;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #d1d1d1;
    width: 100%;
    transition: all 1s;
  }
  #agent-show-hotel .agents-properties ul .container a .info {
    z-index: 50;
    text-transform: lowercase;
    padding: 16px;
    line-height: 24px;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container a .info .overlay-sold {
    top: 40px;
    left: 100px;
  }
  #agent-show-hotel .agents-properties ul .container a .info h1 {
    font-size: 20px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper {
    height: 15px;
    width: 100%;
    padding: 8px 0;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper .bbc {
    padding-right: 8px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper .bbc i {
    font-size: 17px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price {
    clear: both;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price b {
    float: left;
    padding-right: 8px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price h2 {
    float: left;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #agent-show-hotel .agents-properties ul .date-cont {
    text-transform: lowercase;
    background-color: #242424;
    color: white;
    padding: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 380px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h1 {
    font-size: 20px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h2 {
    padding-top: 20px;
    font-size: 25px;
    opacity: 0.2;
    margin-bottom: 8px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h3 {
    font-size: 60px;
    opacity: 0.2;
  }
  #agent-show-hotel .endorsements-wrapper {
    border-top: 2px solid #242424;
    margin-top: 20px;
  }
  #agent-show-hotel .endorsements-wrapper h3 {
    padding: 12px 0;
  }
  #agent-show-hotel .endorsements-wrapper #endorsements {
    margin: 12px auto;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-hotel {
    display: block;
    padding-top: 75px;
  }
  #agent-show-hotel .top-section {
    padding: 0;
    display: inline-block;
    background-color: #454545;
    position: relative;
  }
  #agent-show-hotel .image-wrapper {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
  }
  #agent-show-hotel .image-wrapper .image .agent-image {
    padding-bottom: 80%;
  }
  #agent-show-hotel .RMA-widget {
    padding: 80px 0 40px;
  }
  #agent-show-hotel .right {
    padding-top: 60px;
    padding-bottom: 20px;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    overflow: hidden;
    max-height: none;
  }
  #agent-show-hotel .right h1 {
    padding-top: 40px;
    font-size: 28px;
  }
  #agent-show-hotel .right h2 {
    padding-left: 20px;
    font-size: 15px;
    padding-top: 10px;
  }
  #agent-show-hotel .right p {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #agent-show-hotel .right .reveal {
    text-align: right;
    padding: 5px 20px 5px 0;
    font-weight: 500;
    cursor: pointer;
    display: block;
  }
  #agent-show-hotel .right .reveal .fa-caret-left {
    padding-right: 5px;
  }
  #agent-show-hotel .right .reveal .fa-caret-right {
    padding-left: 5px;
  }
  #agent-show-hotel .right .reveal:hover {
    color: #25282F;
    transition: 0.5s all;
  }
  #agent-show-hotel .right .reveal.more span {
    display: none;
  }
  #agent-show-hotel .right .reveal.less span {
    display: block;
  }
  #agent-show-hotel .right .reveal.less div {
    display: none;
  }
  #agent-show-hotel .right .mobile {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #agent-show-hotel .right .phone {
    padding: 15px;
    padding-left: 20px;
    padding-top: 5px;
  }
  #agent-show-hotel .right .email {
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*position: absolute;*/
    bottom: 0;
    padding-left: 20px;
  }
  #agent-show-hotel .right .email a {
    font-size: 14px;
    font-weight: 500;
    margin-left: -1px;
  }
  #agent-show-hotel .right .contact-card {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #agent-show-hotel .right #social .border-wrapper {
    float: right;
  }
  #agent-show-hotel .right .linkedin {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #agent-show-hotel .agents-properties {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
    box-sizing: border-box;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-controls-direction .bx-prev {
    top: 115px;
    left: -60px !important;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-controls-direction .bx-prev i {
    color: #25282F;
    opacity: 1;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-controls-direction .bx-next {
    top: 115px;
    right: -60px !important;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-controls-direction .bx-next i {
    color: #25282F;
    opacity: 1;
  }
  #agent-show-hotel .agents-properties .btn-wrapper {
    font-size: 16px !important;
  }
  #agent-show-hotel .agents-properties .btn-wrapper .no-second #agent-listing-div {
    width: 230px !important;
    float: none !important;
    margin: 0 auto;
  }
  #agent-show-hotel .agents-properties .btn-wrapper .no-second #agent-sold-div {
    width: 330px !important;
    float: none !important;
    margin: 0 auto;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn,
  #agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn {
    font-size: 20px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 0;
    display: block;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 10px;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn div {
    float: right;
    display: block;
    width: auto !important;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn div {
    float: left;
    display: block;
    width: auto !important;
  }
  #agent-show-hotel .agents-properties .bx-wrapper {
    max-width: none !important;
    margin: 0;
  }
  #agent-show-hotel .agents-properties .bx-wrapper .bx-viewport {
    margin-left: -4px;
  }
  #agent-show-hotel .agents-properties ul {
    padding: 20px 70px 0px 70px;
  }
  #agent-show-hotel .agents-properties ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 14px 14px 0 14px;
    width: 25% !important;
  }
  #agent-show-hotel .agents-properties ul li:first-child {
    padding-top: 10px;
  }
  #agent-show-hotel .agents-properties ul .container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px;
    width: 100%;
    display: block;
    height: 314px;
  }
  #agent-show-hotel .agents-properties ul .container a {
    height: 284px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container a .image {
    padding-bottom: 280px !important;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #d1d1d1;
    width: 100%;
    transition: all 1s;
  }
  #agent-show-hotel .agents-properties ul .container a .info {
    position: relative !important;
    z-index: 50;
    text-transform: lowercase;
    padding: 8px;
    background-color: rgba(236, 238, 238, 0.8) !important;
    margin-top: -40px;
    color: black;
    line-height: 24px;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container a .info .overlay-sold {
    top: 50px;
    display: none;
  }
  #agent-show-hotel .agents-properties ul .container a .info h1 {
    float: left;
    padding-right: 8px;
    font-size: 20px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper {
    display: block;
    height: 15px;
    width: 100%;
    padding: 8px 0;
    /*opacity: 0;*/
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper .bbc {
    padding-right: 5px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper .bbc i {
    font-size: 17px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price {
    transition: all 0.5s;
    /*opacity: 0;*/
    display: block;
    clear: both;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price b {
    width: auto;
    position: absolute;
    bottom: 12px;
    right: 5px;
    float: left;
    text-align: right;
    padding-right: 8px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price h2 {
    float: left;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #agent-show-hotel .agents-properties ul .container:hover a {
    height: 283px;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container:hover .info {
    margin-top: -99px;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container:hover .info .bbc-wrapper,
  #agent-show-hotel .agents-properties ul .container:hover .info .price {
    opacity: 1;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .date-cont {
    text-transform: lowercase;
    background-color: #242424;
    color: white;
    padding: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 490px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h1 {
    font-size: 20px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h2 {
    padding-top: 20px;
    font-size: 25px;
    opacity: 0.2;
    margin-bottom: 8px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h3 {
    font-size: 60px;
    opacity: 0.2;
  }
  #agent-show-hotel .endorsements-wrapper h3 {
    padding: 30px 0;
  }
  #agent-show-hotel .endorsements-wrapper #endorsements {
    margin-top: 0;
    height: 123px;
  }
  #agent-show-hotel .social-links {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    margin-top: -40px;
    text-align: center;
    transition: all 0.5s;
  }
  #agent-show-hotel .social-links h2 {
    font-size: 20px;
    border-bottom: 1px solid #242424;
    width: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  #agent-show-hotel .social-links a {
    text-decoration: none;
    color: white;
    margin-right: 10px;
    font-size: 18px;
    background-color: #25282F;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    display: inline-block;
  }
  #agent-show-hotel .social-links a:hover {
    opacity: 0.8;
    transition: all 0.5s;
  }
}
#agents-mike {
  display: block;
  padding-top: 50px;
}
#agents-mike h2 {
  display: none;
}
#agents-mike .top-section article {
  color: black;
  line-height: 19px;
  font-size: 15px;
  padding: 0 16px;
  padding-bottom: 16px;
}
#agents-mike .top-section article h2 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: black;
  padding: 32px 8px 16px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
}
#agents-mike .top-section article h2 em {
  border-bottom: 1px solid #25282F;
}
#agents-mike .two-col-tablet {
  padding: 0 16px;
}
#agents-mike .two-col-tablet li {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 0 8px 0;
}
#agents-mike .two-col-tablet li .card {
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  min-height: 245px;
}
#agents-mike .two-col-tablet li .card .image {
  width: 100%;
  display: block;
  position: relative;
}
#agents-mike .two-col-tablet li .card .image .image-container {
  height: 0;
  padding-bottom: 80%;
  background-size: cover;
  background-position: 50% 20%;
}
#agents-mike .two-col-tablet li .card .image img {
  display: block;
  width: 100%;
}
#agents-mike .two-col-tablet li .card .image:after {
  content: '';
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#agents-mike .two-col-tablet li .card:hover .image:after {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#agents-mike .two-col-tablet li .card .info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  font-size: 12px;
  line-height: 18px;
}
#agents-mike .two-col-tablet li .card .info .no-mobile {
  display: none;
}
#agents-mike .two-col-tablet li .card .info .mobile-only {
  display: block;
  margin: -10px 0 10px;
  text-align: left;
  color: black;
}
#agents-mike .two-col-tablet li .card .info .mobile-only a {
  color: black;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px;
}
#agents-mike .two-col-tablet li .card .info .mobile-only a .fa-mobile {
  font-size: 27px;
  vertical-align: text-bottom;
}
#agents-mike .two-col-tablet li .card .info .mobile-only .email {
  padding-top: 70px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}
#agents-mike .two-col-tablet li .card .info .name {
  display: block;
  font-size: 18px;
  padding-top: 10px;
  font-family: 'Roboto', sans-serif;
  color: black;
  padding-bottom: 4px;
}
#agents-mike .two-col-tablet li .card .info a {
  color: black;
  text-decoration: none;
  content: 'email me';
}
#agents-mike .two-col-tablet li .card .info a:focus,
#agents-mike .two-col-tablet li .card .info a:hover,
#agents-mike .two-col-tablet li .card .info a:active {
  text-decoration: underline;
}
#agents-mike .two-col-tablet li .card .info .links {
  display: none;
}
#agents-mike .two-col-tablet li .card .info .links a {
  font-family: 'Roboto', sans-serif;
  color: black;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 14px;
}
#agents-mike .two-col-tablet li .card .info .links a:focus,
#agents-mike .two-col-tablet li .card .info .links a:hover,
#agents-mike .two-col-tablet li .card .info .links a:active {
  text-decoration: none;
  color: #25282F;
}
#agents-mike .two-col-tablet li .card .info .links a i {
  display: none;
}
#agents-mike .two-col-tablet:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agents-mike {
    display: block;
    padding-top: 70px;
  }
  #agents-mike .top-section article {
    padding: 0 24px;
    padding-bottom: 24px;
    max-width: 370px;
    margin: 0 auto;
  }
  #agents-mike .top-section article h2 {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    color: black;
    padding: 16px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #agents-mike .top-section article h2 em {
    border-bottom: 1px solid #25282F;
  }
  #agents-mike .two-col-tablet {
    padding: 0 12px 0 0;
  }
  #agents-mike .two-col-tablet li {
    width: 33.33%;
    float: left;
    padding: 0 0 12px 12px;
  }
  #agents-mike .two-col-tablet li .card {
    position: relative;
    min-height: 0;
  }
  #agents-mike .two-col-tablet li .card .image {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-mike .two-col-tablet li .card .image img {
    display: block;
    width: 100%;
  }
  #agents-mike .two-col-tablet li .card .info {
    height: 190px;
    float: left;
    border-top: 0;
    padding: 24px;
    width: 100%;
    color: black;
    font-size: 14px;
    line-height: 22px;
  }
  #agents-mike .two-col-tablet li .card .info .no-mobile {
    margin-top: -20px;
    display: block;
  }
  #agents-mike .two-col-tablet li .card .info .mobile-only {
    display: none;
  }
  #agents-mike .two-col-tablet li .card .info .name {
    font-size: 18px;
    padding-top: 4px;
  }
  #agents-mike .two-col-tablet li .card .info .links {
    display: block;
    position: absolute;
    text-align: left;
    color: black;
    bottom: 0px;
    right: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px 12px;
    padding-left: 0;
  }
  #agents-mike .two-col-tablet li .card .info .links a {
    font-family: 'Roboto', arial, sans-serif;
    color: black;
    margin-right: 0px;
    margin-left: 24px;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
  }
  #agents-mike .two-col-tablet li .card .info .links a:hover {
    color: black;
    text-decoration: underline;
  }
  #agents-mike .two-col-tablet li .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agents-mike {
    padding: 0 70px;
    display: block;
    padding-top: 75px;
  }
  #agents-mike .top-section article {
    padding: 0 30px;
    padding-bottom: 40px;
    max-width: 370px;
    line-height: 24px;
    margin: 0 auto;
  }
  #agents-mike .top-section article h2 {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    color: black;
    padding: 30px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #agents-mike .top-section article h2 em {
    border-bottom: 1px solid #25282F;
  }
  #agents-mike .two-col-tablet {
    padding-right: 20px;
  }
  #agents-mike .two-col-tablet li {
    width: 25%;
    padding: 0 0 20px 20px;
  }
  #agents-mike .two-col-tablet li .card .info {
    padding-top: 20px;
    padding-left: 20px;
    height: 180px;
  }
  #agents-mike .two-col-tablet li .card .info .name {
    padding-top: 0;
    padding-bottom: 0px;
    text-transform: capitalize;
  }
  #agents-mike .two-col-tablet li .card .info .staff-position {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 5px;
    display: inline-block;
  }
  #agents-mike .two-col-tablet li .card .info .no-mobile {
    font-size: 11px;
  }
  #agents-mike .two-col-tablet li .card .info .links {
    padding: 10px 20px;
    text-align: left;
    padding-left: 0;
  }
  #agents-mike .two-col-tablet li .card .info .links a {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
  }
}
/* global */
.propertyListing-bells {
  position: relative;
  margin: 0 0 8px;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  color: black;
}
.propertyListing-bells .image {
  overflow: hidden;
  display: block;
  position: relative;
}
.propertyListing-bells .image .image-container {
  height: 0;
  padding-bottom: 80%;
  background-size: cover;
  background-position: 50% 50%;
}
.propertyListing-bells .image img {
  width: 100%;
}
.propertyListing-bells .image .videoButton {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 5px 8px;
  color: #fff;
  background-color: rgba(37, 40, 47, 0.7);
  font-size: 25px;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.propertyListing-bells a {
  text-decoration: none;
  color: black;
}
.propertyListing-bells .banner {
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  background: white;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
  color: #242424;
}
.propertyListing-bells div {
  padding: 0 8px 0;
  white-space: nowrap;
  padding-left: 16px;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}
.propertyListing-bells div.suburb {
  padding: 8px 8px 0;
  padding-top: 20px;
  padding-left: 16px;
  color: black;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 5px;
}
.propertyListing-bells span.bbc {
  display: block;
  padding: 8px;
  height: 26px;
}
.propertyListing-bells span.bbc span {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  position: relative;
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
}
.propertyListing-bells span.bbc span i {
  display: block;
  font-size: 16px;
  display: inline-block;
  border: 2px solid #6a6a6a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px;
  text-align: center;
  vertical-align: sub;
  padding: 6px;
  border: 1px solid black;
  position: absolute;
  top: -32px;
  left: 5px;
}
.propertyListing-bells span.price,
.propertyListing-bells span.method,
.propertyListing-bells span.sold,
.propertyListing-bells span.under-contract,
.propertyListing-bells span.contact-agent {
  padding: 0 8px;
  white-space: nowrap;
  margin-left: 16px;
  padding-top: 40px;
  padding-bottom: 45px;
  font-size: 16px;
  opacity: 0.9;
  width: 100%;
  display: block;
  /* border-bottom: 1px solid rgba(0,0,0,0.5); */
  /* box-sizing: border-box; */
  /* margin: 0 auto; */
  padding-left: 0;
  /* margin-right: 350px; */
  position: relative;
}
.propertyListing-bells span.price:after,
.propertyListing-bells span.method:after,
.propertyListing-bells span.sold:after,
.propertyListing-bells span.under-contract:after,
.propertyListing-bells span.contact-agent:after {
  content: '';
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 70px;
  height: 1px;
  background: black;
  opacity: 0.5;
  left: 0px;
}
.propertyListing-bells a.button {
  display: block;
  text-align: left;
  padding: 8px;
  text-decoration: none;
  color: black;
  font-family: 'Roboto', sans-serif;
}
.propertyListing-bells a.button:focus,
.propertyListing-bells a.button:hover,
.propertyListing-bells a.button:active {
  color: #25282F;
}
.propertyListing-bells a.button i {
  display: none;
}
.propertyListing-bells .open-times {
  padding-top: 10px;
}
.propertyListing-bells .open-times span,
.propertyListing-bells .open-times a {
  font-family: "Roboto", arial, sans-serif;
  padding: 0 8px;
  white-space: nowrap;
  margin-left: 0;
  font-size: 16px;
  opacity: 0.9;
  width: 100%;
  display: block;
  /* border-bottom: 1px solid rgba(0,0,0,0.5); */
  /* box-sizing: border-box; */
  /* margin: 0 auto; */
  padding-left: 0;
  /* margin-right: 350px; */
  position: relative;
  text-decoration: none;
  color: black;
}
.propertyListing-bells .open-times i {
  padding-right: 4px;
}
.propertyListing-bells .open-times a:hover {
  color: #25282F;
}
.propertyListing-bells .open-times a:hover i {
  color: #25282F;
}
.propertyListing-bells .calendar-overlay {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .propertyListing-bells {
    background-color: #f7f7f7;
  }
  .propertyListing-bells .suburb {
    /*padding: @global-padding-tablet @global-padding-tablet 0;*/
  }
  .propertyListing-bells div {
    /*padding: 0 @global-padding-tablet 0;*/
  }
  .propertyListing-bells span.bbc {
    /*padding: @global-padding-tablet;*/
  }
  .propertyListing-bells span.price,
  .propertyListing-bells span.method,
  .propertyListing-bells span.sold,
  .propertyListing-bells span.under-contract {
    /*padding: 0 @global-padding-tablet;*/
  }
  .propertyListing-bells a.button {
    /*padding: @global-padding-tablet;*/
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .propertyListing-bells {
    background-color: #f7f7f7;
  }
  .propertyListing-bells .suburb {
    /*padding: @global-padding-desktop/2 @global-padding-desktop/2 0;*/
  }
  .propertyListing-bells div {
    /*padding: 0 @global-padding-desktop/2 0;*/
  }
  .propertyListing-bells span.bbc {
    /*padding: @global-padding-desktop/2;*/
  }
  .propertyListing-bells span.price,
  .propertyListing-bells span.method,
  .propertyListing-bells span.sold,
  .propertyListing-bells span.under-contract,
  .propertyListing-bells span.contact-agent {
    /*padding: 0 @global-padding-desktop/2;*/
  }
  .propertyListing-bells a.button {
    /*padding: @global-padding-desktop/2;*/
  }
  .propertyListing-bells .open-times a {
    display: none;
  }
  .propertyListing-bells .calendar-overlay {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    color: black;
    bottom: -310px;
    transition: all 0.5s;
    height: 300px;
  }
  .propertyListing-bells .calendar-overlay span {
    line-height: 250px;
    width: 100%;
    text-align: center;
    display: block;
  }
  .propertyListing-bells .calendar-overlay i {
    padding-right: 15px;
    font-size: 18px;
  }
  #opens-lima .propertyListing-bells:hover .calendar-overlay,
  #auctions-kilo .propertyListing-bells:hover .calendar-overlay {
    bottom: -28px;
    transition: all 0.5s;
  }
}
#blog-echo {
  padding-bottom: 1px;
  display: block;
  padding-top: 50px;
}
#blog-echo #blog-display {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#blog-echo #blog-display .list-container {
  width: 100%;
  display: inline-block;
}
#blog-echo #blog-display .list-container ul .wrapper {
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
#blog-echo #blog-display .list-container ul .wrapper:hover h1 {
  border-bottom: 2px solid #25282F;
}
#blog-echo #blog-display .list-container ul .wrapper li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 8px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #242424;
}
#blog-echo #blog-display .list-container ul .wrapper li a h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 2px;
  line-height: 25px;
  width: auto;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
#blog-echo #blog-display .list-container ul .wrapper li a h2 {
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 16px;
  font-size: 12px;
}
#blog-echo #blog-display .list-container ul .wrapper li a h3 {
  font-weight: 12px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-echo {
    display: block;
    padding-top: 70px;
  }
  #blog-echo #blog-display {
    padding: 0 24px;
  }
  #blog-echo #blog-display .list-container ul .wrapper {
    margin: 0;
    padding-bottom: 24px;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(even) {
    padding-left: 12px;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(odd) {
    padding-right: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-echo {
    display: block;
    padding-top: 75px;
  }
  #blog-echo #blog-display .list-container ul .wrapper {
    padding-bottom: 20px;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .image {
    height: 200px;
    padding-bottom: 0;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.25s;
    text-align: center;
    padding-top: 65px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay i {
    font-size: 20px;
    transition: all 0.25s;
    color: #25282F;
    padding-top: 50px;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay.hover {
    opacity: 1;
    transition: all 0.25s;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay.hover i {
    font-size: 65px;
    transition: all 0.25s;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(3n+1) {
    padding-left: 0 !important;
    padding-right: 10px !important;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(3n+2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(3n+3) {
    padding-right: 0 !important;
    padding-left: 10px !important;
  }
}
body.blog-show {
  background: white;
}
#blog-show-echo {
  display: block;
  padding-top: 50px;
}
#blog-show-echo b {
  font-weight: 600;
}
#blog-show-echo i {
  font-style: italic;
}
#blog-show-echo i.fa {
  font-style: normal;
}
#blog-show-echo a {
  color: #25282F;
  font-weight: 600;
  text-decoration: none;
}
#blog-show-echo a:hover {
  text-decoration: underline;
}
#blog-show-echo #blog-show {
  background: white !important;
}
#blog-show-echo #blog-show .wrapper article .social {
  padding-top: 16px;
  display: inline-block;
  width: 100%;
}
#blog-show-echo #blog-show .wrapper article .social h2 {
  font-weight: 500;
  color: #242424;
  font-size: 13px;
  padding-bottom: 4px;
  padding-top: 8px;
}
#blog-show-echo #blog-show .wrapper article .social div a {
  padding-top: 8px;
  text-decoration: none;
  width: 45px;
  float: left;
}
#blog-show-echo #blog-show .wrapper article .social div a i,
#blog-show-echo #blog-show .wrapper article .social div a span {
  color: white;
  background-color: green;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  padding-left: 11px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 18px;
  padding-top: 1px;
}
#blog-show-echo #blog-show .wrapper article .social div .social.facebook i,
#blog-show-echo #blog-show .wrapper article .social div .social.facebook span {
  background-color: #3e5c98;
}
#blog-show-echo #blog-show .wrapper article .social div .social.twitter i,
#blog-show-echo #blog-show .wrapper article .social div .social.twitter span {
  background-color: #5fa9dd;
}
#blog-show-echo #blog-show .wrapper article .social div .social.pinit:hover {
  cursor: pointer;
}
#blog-show-echo #blog-show .wrapper article .social div .social.pinit i,
#blog-show-echo #blog-show .wrapper article .social div .social.pinit span {
  background-color: #bd081c;
}
#blog-show-echo #blog-show .wrapper article .blog-image .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#blog-show-echo #blog-show .wrapper article .desktop-heading {
  display: none;
}
#blog-show-echo #blog-show .wrapper article .mobile-heading {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#blog-show-echo #blog-show .wrapper article .mobile-heading h1 {
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  color: #242424;
  padding-bottom: 16px;
}
#blog-show-echo #blog-show .wrapper article .mobile-heading h2 {
  font-size: 13px;
  font-weight: 500;
  color: #242424;
  font-style: italic;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper {
  width: 100%;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .left {
  color: #242424;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .left h2 {
  font-weight: 500;
  color: #242424;
  font-size: 13px;
  padding-bottom: 4px;
  padding-top: 8px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .left a {
  text-decoration: none;
  color: #242424;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .left a:hover {
  color: #25282F;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right {
  clear: both;
  padding: 16px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-article {
  padding: 16px 0;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-article p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 31px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px 16px 16px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery .image-wrapper {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery .image-wrapper .images {
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery .image-wrapper:nth-child(3n+3) {
  width: 100%;
  clear: both;
  padding-top: 8px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery .image-wrapper:nth-child(3n+1) {
  padding-right: 4px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery .image-wrapper:nth-child(3n+2) {
  padding-left: 4px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .social {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 16px;
  padding-bottom: 16px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div a {
  padding-left: 0;
}
#blog-show-echo #blog-show .wrapper article .bottom-content.mobile {
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#blog-show-echo #blog-show .wrapper article .bottom-content.mobile h4 {
  text-align: left;
  color: #242424;
  font-size: 19px;
  border-bottom: 2px solid #242424;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
#blog-show-echo #blog-show .wrapper article .bottom-content.mobile .blog-list-container .overlay {
  opacity: 0;
  height: 0px;
}
#blog-show-echo #blog-show .wrapper .bottom-content.desktop {
  display: none;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#blog-show-echo #blog-show .wrapper .bottom-content.desktop h4 {
  text-align: left;
  color: #242424;
  font-size: 19px;
  border-bottom: 2px solid #242424;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
#blog-show-echo #blog-show .wrapper .bottom-content.desktop .blog-list-container .overlay {
  opacity: 0;
  height: 0px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-echo {
    padding-top: 70px;
  }
  #blog-show-echo #blog-show .wrapper article .mobile-heading {
    text-align: center;
    padding: 24px;
  }
  #blog-show-echo #blog-show .wrapper article .mobile-heading h1 {
    font-size: 26px;
    font-weight: 600;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .left {
    padding-top: 11px;
  }
  #blog-show-echo #blog-show .wrapper article .bottom-content.mobile .blog-list-container ul {
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper .bottom-content.desktop .blog-list-container ul {
    display: inline-block;
    width: 100%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-echo {
    padding-top: 75px;
  }
  #blog-show-echo #blog-show {
    max-width: none;
    background: #f1f1f1;
  }
  #blog-show-echo #blog-show .wrapper article {
    background: #ffffff;
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    /* Blog scroll effect WIP*/
  }
  #blog-show-echo #blog-show .wrapper article .social h2 {
    font-weight: 700;
  }
  #blog-show-echo #blog-show .wrapper article .social div {
    padding-top: 10px;
    padding-left: 17px;
  }
  #blog-show-echo #blog-show .wrapper article .social div a {
    width: 15px;
    margin-right: 20px;
    height: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .social div a i,
  #blog-show-echo #blog-show .wrapper article .social div a span {
    transition: all 0.3s;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 15px;
    font-size: 0;
    transform: translate(-50%, -50%);
  }
  #blog-show-echo #blog-show .wrapper article .social div a:hover i,
  #blog-show-echo #blog-show .wrapper article .social div a:hover span {
    transition: all 0.3s;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .social div .social.twitter i,
  #blog-show-echo #blog-show .wrapper article .social div .social.twitter span {
    padding-left: 9px;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image .blog-image-overlay {
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image .image {
    transition: all 0.3s;
    height: 700px;
    padding-bottom: 0;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image-wrapper {
    position: fixed;
    width: 100%;
    display: block;
    max-width: 1130px;
    background: white;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image.scroll .image {
    transition: all 0.3s;
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=.9, M12=0, M21=0, M22=.9, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9, M12=0, M21=0, M22=0.9, SizingMethod='auto expand');
  }
  #blog-show-echo #blog-show .wrapper article .blog-image.scroll .blog-image-overlay {
    opacity: 1;
    transition: all 0.3s;
    top: -100px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper {
    padding-top: 700px;
  }
  #blog-show-echo #blog-show .wrapper article .mobile-heading {
    display: none;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading {
    display: block;
    padding-left: 15%;
    text-align: center;
    padding-right: 15%;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading h1 {
    font-size: 30px;
    color: #242424;
    font-weight: 600;
    padding-bottom: 20px;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading h2 {
    color: #242424;
    font-style: italic;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper {
    position: relative;
    z-index: 10;
    background: #ffffff;
    max-width: 1130px;
    margin: 0 auto;
    background: none;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .left {
    padding-top: 40px;
    width: 20%;
    float: left;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right {
    padding-top: 40px;
    float: left;
    width: 80%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: none;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery {
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social {
    margin: 0 auto;
    width: 118px;
    display: block;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social h2 {
    text-align: center;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div {
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div a {
    margin-left: -1px;
    width: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div a:last-child {
    margin-right: 0;
  }
  #blog-show-echo #blog-show .wrapper article .bottom-content.mobile {
    display: none;
    background: #ffffff;
  }
  #blog-show-echo #blog-show .wrapper article .bottom-content.mobile h4 {
    text-align: center;
  }
  #blog-show-echo #blog-show .wrapper .bottom-content.desktop {
    position: relative;
    background: none;
    display: block;
  }
  #blog-show-echo #blog-show .wrapper .bottom-content.desktop h4 {
    text-align: center;
  }
}
@media only print, only screen and (min-width: 1900px) {
  /* Desktop */
  #blog-show-echo {
    display: block;
  }
  #blog-show-echo #blog-show {
    max-width: none;
    background: #f1f1f1;
  }
  #blog-show-echo #blog-show .wrapper article {
    background: #ffffff;
    max-width: 1130px;
    margin: 0 auto;
    /* Blog scroll effect WIP*/
  }
  #blog-show-echo #blog-show .wrapper article .social {
    padding-top: 16px;
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper article .social h2 {
    font-weight: 500;
    color: #242424;
    font-size: 13px;
    padding-bottom: 4px;
    padding-top: 8px;
  }
  #blog-show-echo #blog-show .wrapper article .social div {
    padding-top: 10px;
    padding-left: 17px;
  }
  #blog-show-echo #blog-show .wrapper article .social div a {
    padding-top: 8px;
    text-decoration: none;
    width: 15px;
    margin-right: 20px;
    float: left;
    height: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .social div a i,
  #blog-show-echo #blog-show .wrapper article .social div a span {
    transition: all 0.3s;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 15px;
    font-size: 0;
    transform: translate(-50%, -50%);
  }
  #blog-show-echo #blog-show .wrapper article .social div a:hover i,
  #blog-show-echo #blog-show .wrapper article .social div a:hover span {
    transition: all 0.3s;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .social div .social.facebook i,
  #blog-show-echo #blog-show .wrapper article .social div .social.facebook span {
    background-color: #3e5c98;
  }
  #blog-show-echo #blog-show .wrapper article .social div .social.twitter i,
  #blog-show-echo #blog-show .wrapper article .social div .social.twitter span {
    padding-left: 9px;
    background-color: #5fa9dd;
  }
  #blog-show-echo #blog-show .wrapper article .social div .social.pinit i,
  #blog-show-echo #blog-show .wrapper article .social div .social.pinit span {
    background-color: #bd081c;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image .blog-image-overlay {
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image .image {
    transition: all 0.3s;
    height: 700px;
    padding-bottom: 0;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image-wrapper {
    position: fixed;
    width: 100%;
    display: block;
    max-width: 1130px;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image.scroll .image {
    transition: all 0.3s;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=.9, M12=0, M21=0, M22=.9, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9, M12=0, M21=0, M22=0.9, SizingMethod='auto expand');
  }
  #blog-show-echo #blog-show .wrapper article .blog-image.scroll .blog-image-overlay {
    opacity: 1;
    transition: all 0.3s;
    top: -100px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper {
    padding-top: 700px;
  }
  #blog-show-echo #blog-show .wrapper article .mobile-heading {
    display: none;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading {
    display: block;
    padding-left: 15%;
    text-align: center;
    padding-right: 15%;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading h1 {
    font-size: 30px;
    color: #242424;
    font-weight: 600;
    padding-bottom: 20px;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading h2 {
    color: #242424;
    font-style: italic;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper {
    position: relative;
    z-index: 10;
    background: #ffffff;
    max-width: 1130px;
    margin: 0 auto;
    background: none;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .left {
    padding-top: 40px;
    position: absolute;
    left: -20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right {
    padding-top: 40px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: none;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery {
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social {
    margin: 0 auto;
    width: 118px;
    display: block;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social h2 {
    text-align: center;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div {
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div a {
    margin-left: -1px;
    width: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div a:last-child {
    margin-right: 0;
  }
  #blog-show-echo #blog-show .wrapper article .bottom-content.mobile {
    display: none;
    background: #ffffff;
  }
  #blog-show-echo #blog-show .wrapper article .bottom-content.mobile h4 {
    text-align: center;
  }
  #blog-show-echo #blog-show .wrapper .bottom-content.desktop h4 {
    text-align: center;
  }
}
#contact-juliet {
  padding-bottom: 0 !important;
  display: block;
  padding-top: 50px;
}
#contact-juliet .map {
  clear: both;
  height: 350px;
  display: block;
  max-width: 1130px;
  margin: 0 auto;
  background: white;
  padding-top: 0;
}
#contact-juliet .map > div {
  height: 350px;
}
#contact-juliet h1 {
  font-size: 25px;
  font-weight: normal;
}
#contact-juliet h2 {
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 8px 0;
}
#contact-juliet .RMA-widget {
  background: #ffffff;
  max-width: 1130px;
  margin: 0 auto;
  padding: 10px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#contact-juliet .container .image {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
}
#contact-juliet .container .middle {
  padding: 16px;
  background: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
#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: black;
  padding-bottom: 16px;
}
#contact-juliet .container .middle .left a:hover {
  color: #242424;
}
#contact-juliet .container .middle .left article h1 {
  font-size: 1.3em;
  padding-bottom: 10px;
}
#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: black;
}
#contact-juliet .container .middle .right a:hover {
  color: #242424;
}
#contact-juliet .container .middle .right .contact-me .links a {
  padding-bottom: 4px !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  font-size: 15px !important;
  text-decoration: none !important;
}
#contact-juliet .container .middle .right .contact-me .links a:hover {
  color: #25282F;
}
#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: black;
  font-size: 19px;
  position: relative;
  display: block;
}
#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 {
  background: #ffffff;
}
#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 {
  background: #f1f1f1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#contact-juliet .container .bottom .agent-form-alpha form label {
  padding-bottom: 4px;
  display: inline-block;
  text-transform: uppercase;
  padding-top: 2px;
}
#contact-juliet .container .bottom .agent-form-alpha form fieldset input,
#contact-juliet .container .bottom .agent-form-alpha form fieldset select {
  width: 100%;
  margin-bottom: 8px;
}
#contact-juliet .container .bottom .agent-form-alpha form fieldset textarea {
  resize: none;
}
#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 !important;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"] {
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
  border: solid 1px #25282F;
  /*color: @brand-secondary;*/
  width: 100%;
  margin-top: 8px;
}
#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 {
  color: #fff;
  background-color: #30343d;
}
#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"]:hover {
  color: white;
}
#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%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #contact-juliet {
    padding-top: 70px;
    padding-bottom: 12px;
    display: inline-block;
  }
  #contact-juliet .map {
    height: 500px;
  }
  #contact-juliet .map > div {
    height: 500px;
  }
  #contact-juliet .RMA-widget {
    padding: 0 12px 20px;
  }
  #contact-juliet .container .middle {
    padding: 24px;
    display: flex;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-juliet .container .middle .left {
    padding-right: 24px;
  }
  #contact-juliet .container .middle .left h1 {
    padding-bottom: 12px;
  }
  #contact-juliet .container .middle .left h2 {
    padding: 24px 0;
  }
  #contact-juliet .container .middle .left a {
    padding-bottom: 24px;
  }
  #contact-juliet .container .middle .right {
    border-left: 1px solid black;
    margin-bottom: 40px;
    padding-left: 24px;
    margin-top: 24px;
  }
  #contact-juliet .container .middle .right .principal {
    padding: 24px 0;
  }
  #contact-juliet .container .middle .right h2 {
    padding: 0 0 24px 0;
  }
  #contact-juliet .container .middle .right .contact-me .links {
    padding-top: 24px;
  }
  #contact-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 24px;
  }
  #contact-juliet .container .bottom .agent-form-alpha {
    padding: 0 24px 0 24px;
  }
  #contact-juliet .container .bottom .agent-form-alpha h2 {
    padding: 24px 0;
  }
  #contact-juliet .container .bottom .agent-form-alpha .contact-form-alpha {
    display: inline-block;
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form {
    display: inline-block;
    width: 100%;
    padding: 24px;
  }
  #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 input {
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset textarea {
    width: 100%;
    clear: both;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    width: 100%;
  }
  #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%;
  }
  #contact-juliet .container .bottom .latest-listings {
    clear: both;
  }
  #contact-juliet .container .bottom .latest-listings h1 {
    padding: 24px;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #contact-juliet {
    padding-bottom: 30px;
    padding-top: 75px;
  }
  #contact-juliet h1 {
    font-size: 30px;
  }
  #contact-juliet .RMA-widget {
    padding: 40px 0 0px;
  }
  #contact-juliet .container .middle {
    padding: 30px 0;
  }
  #contact-juliet .container .middle .left {
    padding-left: 30px;
    width: 75% !important;
    padding-right: 30px;
  }
  #contact-juliet .container .middle .left h1 {
    padding-bottom: 20px;
  }
  #contact-juliet .container .middle .left h2 {
    padding: 30px 0;
  }
  #contact-juliet .container .middle .left a {
    padding-bottom: 30px;
  }
  #contact-juliet .container .middle .right {
    width: 25% !important;
    padding-left: 30px;
    margin-top: 30px;
  }
  #contact-juliet .container .middle .right h2 {
    padding: 0 0 30px 0;
  }
  #contact-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 30px;
  }
  #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 {
    padding-bottom: 0;
  }
  #contact-juliet .container .bottom .agent-form-alpha form label {
    padding-bottom: 10px !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0 !important;
    padding: 0 0 20px 0 !important;
    width: 50%;
    float: left !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    width: 100% !important;
  }
  #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 !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 10px !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100% !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 25% !important;
    float: right !important;
    padding-left: 10px !important;
    margin-bottom: 0 !important;
  }
  #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 .image {
    padding-bottom: 70%;
  }
}
/* global */
.content-container {
  max-width: 1130px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.content-container ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
  display: flex;
  flex-flow: row wrap;
}
.content-container ul li {
  cursor: pointer;
  width: 100%;
  display: block;
  margin: 0 auto 8px auto;
  float: left;
}
.content-container ul li .wrapper {
  position: relative;
  text-decoration: none;
  color: white;
  display: block;
  display: flex;
  flex-flow: row wrap;
}
.content-container ul li .wrapper a {
  text-decoration: none;
  color: white;
  width: 100%;
}
.content-container ul li .wrapper .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 200px;
}
.content-container ul li .wrapper .line {
  display: block;
  height: 1px;
  width: 70%;
  background: white;
  margin: 0 auto;
}
.content-container ul li .wrapper .underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.content-container ul li .wrapper .overlay {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 0 10px;
}
.content-container ul li .wrapper h1 {
  text-transform: uppercase;
  font-size: 23px;
  padding: 10px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.content-container ul li .wrapper h2 {
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 16px;
}
.content-container ul li .wrapper h3 {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  float: left;
  width: auto;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 5px;
}
.content-container ul li .wrapper .line {
  display: inline-block;
}
.content-container ul li .wrapper .bbc-wrapper {
  display: inline-block;
}
.content-container ul li .wrapper .bbc-wrapper .container {
  width: auto;
  display: inline-block;
}
.content-container ul li .wrapper .bbc-wrapper em {
  padding-left: 5px;
}
.content-container ul li .wrapper .links {
  padding-top: 25px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.content-container ul li .wrapper .links .suburb-sale,
.content-container ul li .wrapper .links .suburb-lease {
  display: none;
  padding-right: 10px;
}
.content-container ul li .wrapper .links a {
  width: auto;
  color: white;
  text-decoration: none;
}
.content-container ul li .wrapper .links a:hover {
  color: #25282F;
}
.content-container ul li .wrapper .links .suburb-sale.show,
.content-container ul li .wrapper .links .suburb-lease.show {
  display: inline-block;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .content-container {
    padding-bottom: 6px;
  }
  .content-container ul li {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    max-width: none;
    padding: 6px;
  }
  .content-container ul li .wrapper .image {
    height: 240px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .content-container {
    padding-bottom: 10px;
  }
  .content-container ul li {
    width: 25%;
    padding: 5px;
  }
  .content-container ul li .wrapper .line {
    transition: all 0.5s;
    opacity: 0;
    width: 0px;
  }
  .content-container ul li .wrapper .underlay {
    transition: all 0.5s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .content-container ul li .wrapper h1 {
    transition: all 0.5s;
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
  .content-container ul li .wrapper h2 {
    text-align: center;
    transition: all 0.5s;
    opacity: 0;
  }
  .content-container ul li .wrapper h3 {
    transition: all 0.5s;
    opacity: 0;
  }
  .content-container ul li .wrapper .links {
    opacity: 0;
    transition: all 0.5s;
  }
  .content-container ul li .wrapper .bbc-wrapper {
    text-align: center;
    transition: all 0.5s;
    opacity: 0;
  }
  .content-container ul li.hover .wrapper .line,
  .content-container ul li:hover .wrapper .line {
    width: 70%;
    opacity: 1;
    transition: all 1s;
  }
  .content-container ul li.hover .wrapper .links,
  .content-container ul li:hover .wrapper .links {
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper .underlay,
  .content-container ul li:hover .wrapper .underlay {
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper .bbc-wrapper,
  .content-container ul li:hover .wrapper .bbc-wrapper {
    top: 80px;
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper h1,
  .content-container ul li:hover .wrapper h1 {
    transform: scale(1, 1);
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper h2,
  .content-container ul li:hover .wrapper h2 {
    opacity: 1;
    text-align: center;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper h3,
  .content-container ul li:hover .wrapper h3 {
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul .opens-wrapper li:nth-child(4n+1) {
    padding-right: 5px;
  }
  .content-container ul .opens-wrapper li:nth-child(4n+2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .content-container ul .opens-wrapper li:nth-child(4n+3) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .content-container ul .opens-wrapper li:nth-child(4n+4) {
    padding-left: 5px;
  }
  .content-container ul .lazy-wrapper {
    padding: 0;
  }
}
.item-form-alpha#item-echo {
  /* Priority issues in the main template.less ... */
  font-size: 14px;
  line-height: 22px;
}
.item-form-alpha#item-echo .container article {
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}
.item-form-alpha#item-echo .container article h2,
.item-form-alpha#item-echo .container article h1 {
  display: block;
  padding: 0 0 8px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: black;
}
.item-form-alpha#item-echo .container article p {
  padding: 0 0 8px;
}
.item-form-alpha#item-echo .container form {
  background: #f1f1f1;
}
.item-form-alpha#item-echo .container form fieldset {
  padding: 0 0 8px;
  text-align: left;
}
.item-form-alpha#item-echo .container form fieldset label {
  font-family: 'Roboto', sans-serif;
  color: black;
}
.item-form-alpha#item-echo .container form .fieldset_first_name {
  clear: both;
}
.item-form-alpha#item-echo .container form .fieldset_notes,
.item-form-alpha#item-echo .container form .fieldset_submit {
  width: 100%;
}
.item-form-alpha#item-echo .container form input[type="submit"] {
  border: solid 1px #25282F;
  color: #25282F;
}
.item-form-alpha#item-echo .container form input[type="submit"]:hover {
  color: white;
  background: #25282F;
}
@media only screen and (min-width: 640px) {
  .item-form-alpha#item-echo .container article {
    padding: 12px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .item-form-alpha#item-echo .container article .text {
    width: 100%;
    padding: 0;
  }
  .item-form-alpha#item-echo .container article h2,
  .item-form-alpha#item-echo .container article h1 {
    font-size: 18px;
  }
  .item-form-alpha#item-echo .container article h2,
  .item-form-alpha#item-echo .container article p {
    padding: 0 0 12px;
  }
  .item-form-alpha#item-echo .container form fieldset {
    width: 50%;
    padding: 0 12px 12px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
  }
  .item-form-alpha#item-echo .container form .fieldset_notes,
  .item-form-alpha#item-echo .container form .fieldset_submit {
    width: 100%;
  }
  .item-form-alpha#item-echo .container form input[type=submit] {
    float: right;
    padding: 0 12px;
    margin: 0;
    width: auto;
  }
}
@media only screen and (min-width: 980px) {
  .item-form-alpha#item-echo .container article {
    padding: 20px;
    box-sizing: border-box;
  }
  .item-form-alpha#item-echo .container article .text {
    width: 100%;
  }
  .item-form-alpha#item-echo .container article h2,
  .item-form-alpha#item-echo .container article p {
    padding: 0 0 20px;
  }
  .item-form-alpha#item-echo .container form fieldset {
    padding: 0 20px 20px 0;
  }
  .item-form-alpha#item-echo .container form .fieldset_notes,
  .item-form-alpha#item-echo .container form .fieldset_submit {
    width: 100%;
  }
  .item-form-alpha#item-echo .container form input[type=submit] {
    padding: 0 20px;
    margin: 0;
  }
}
#items-form-bravo {
  padding-top: 50px;
}
#items-form-bravo .container {
  padding: 0 8px 8px;
}
#items-form-bravo .container .item-btn a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
  width: auto;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 15px 0 40px;
}
#items-form-bravo .container .item-btn a:focus,
#items-form-bravo .container .item-btn a:hover,
#items-form-bravo .container .item-btn a:active {
  color: #fff;
  background-color: #30343d;
}
#items-form-bravo .container .item-btn a:disabled {
  background: #ccc;
}
#items-form-bravo .container .item-btn a:disabled:hover,
#items-form-bravo .container .item-btn a:disabled:active,
#items-form-bravo .container .item-btn a:disabled:focus {
  background: #ccc;
}
#items-form-bravo .container article {
  background: #f1f1f1;
  padding: 0 8px;
}
#items-form-bravo .container article:not(:first-child) {
  margin-top: 8px;
}
#items-form-bravo .container article .images img {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#items-form-bravo .container article .text {
  line-height: 1.5em;
}
#items-form-bravo .container article .text h2 {
  display: block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #242424;
  margin: 0 0 8px;
}
#items-form-bravo .container article .text b {
  font-weight: 600;
}
#items-form-bravo .container article .text i {
  font-style: italic;
}
#items-form-bravo .container article .text a {
  color: #25282F;
  font-weight: 600;
  text-decoration: none;
}
#items-form-bravo .container article .text a:hover {
  text-decoration: underline;
}
#items-form-bravo .container article .item-btn {
  display: none;
}
#items-form-bravo .container form {
  padding: 20px 0;
}
#items-form-bravo .container form fieldset {
  padding: 5px 0;
}
#items-form-bravo .container form fieldset label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
#items-form-bravo .container form fieldset.fieldset_submit input {
  border: solid 1px #25282F;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #items-form-bravo {
    padding-top: 70px;
  }
  #items-form-bravo .container {
    padding: 0 12px 12px;
  }
  #items-form-bravo .container article {
    padding: 12px;
  }
  #items-form-bravo .container article:not(:first-child) {
    margin-top: 12px;
  }
  #items-form-bravo .container article .images {
    width: 50%;
    float: right;
  }
  #items-form-bravo .container article .images img {
    float: right;
    padding: 10px;
  }
  #items-form-bravo .container article:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #items-form-bravo .container form {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #items-form-bravo {
    padding-top: 70px;
  }
  #items-form-bravo .container {
    padding: 0 20px 20px;
  }
  #items-form-bravo .container article {
    padding: 20px;
  }
  #items-form-bravo .container article:not(:first-child) {
    margin-top: 20px;
  }
  #items-form-bravo .container form {
    width: 60%;
    margin: 0 auto;
  }
}
#listing-show-quebec {
  display: block;
  padding-top: 50px;
}
#listing-show-quebec .bx-controls-direction {
  display: block !important;
}
#listing-show-quebec .top-info {
  background: #f7f7f7;
  padding-bottom: 16px;
}
#listing-show-quebec .top-info .left {
  box-sizing: border-box;
  padding: 0px 16px 8px 16px;
}
#listing-show-quebec .top-info .left h1 {
  font-style: normal;
  color: black;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 16px;
}
#listing-show-quebec .top-info .left h2 {
  color: black;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 24px 0 0 0;
}
#listing-show-quebec .top-info .right .bbc {
  margin: 8px 0;
  text-align: left;
  padding-left: 8px;
}
#listing-show-quebec .top-info .right .bbc span {
  padding: 0 10px 0 5px;
  width: 35px;
  text-align: center;
  font-family: "Roboto", arial, sans-serif;
  color: black;
  font-size: 15px;
}
#listing-show-quebec .top-info .right .bbc span i {
  font-size: 15px;
  display: inline-block;
  border: 1px solid #25282F;
  border-radius: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-clip: padding-box;
  padding: 4px;
  text-align: center;
  vertical-align: sub;
  margin-bottom: 4px;
  color: black;
}
#listing-show-quebec .description {
  color: black;
}
#listing-show-quebec .placeholder {
  height: 0px;
  padding-bottom: 70%;
  overflow: hidden;
  background: url(/assets/layout/_global/images/image-placeholder.png) 50% 50% no-repeat;
  background-size: cover;
}
#listing-show-quebec .banner {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #fff;
  color: #242424;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
  height: auto;
  z-index: 90;
}
#listing-show-quebec .bx-wrapper {
  height: 0px;
  padding-bottom: 70%;
  overflow: hidden;
  background-color: #bebebe;
  position: relative;
}
#listing-show-quebec .bx-wrapper li {
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 0px;
  padding-bottom: 70%;
}
#listing-show-quebec .bx-wrapper .bx-pager.bx-default-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
}
#listing-show-quebec .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
}
#listing-show-quebec .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
  display: block;
  height: 13px;
  width: 13px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#listing-show-quebec .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item .active {
  background-color: #fff;
}
#listing-show-quebec .videoButton {
  position: absolute;
  bottom: 23px;
  left: 0;
  z-index: 99;
  padding: 10px 20px;
  color: #fff;
  background-color: rgba(37, 40, 47, 0.7);
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#listing-show-quebec .videoButton i {
  margin-right: 5px;
  font-size: 25px;
  vertical-align: text-bottom;
}
#listing-show-quebec .info {
  color: black;
  font-size: 14px;
  line-height: 22px;
}
#listing-show-quebec .info a:hover {
  color: #25282F !important;
}
#listing-show-quebec .info .card {
  padding: 0;
}
#listing-show-quebec .info ul.links li {
  margin-bottom: 8px;
}
#listing-show-quebec .info ul.links li a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
}
#listing-show-quebec .info ul.links li a:focus,
#listing-show-quebec .info ul.links li a:hover,
#listing-show-quebec .info ul.links li a:active {
  color: #fff;
  background-color: #30343d;
}
#listing-show-quebec .info ul.links li a:disabled {
  background: #ccc;
}
#listing-show-quebec .info ul.links li a:disabled:hover,
#listing-show-quebec .info ul.links li a:disabled:active,
#listing-show-quebec .info ul.links li a:disabled:focus {
  background: #ccc;
}
#listing-show-quebec .info ul.links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-quebec .info .bbc {
  margin: 8px 0;
  text-align: center;
}
#listing-show-quebec .info .bbc span {
  display: inline-block;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 0 10px 0 5px;
}
#listing-show-quebec .info .bbc span i {
  font-size: 22px;
  display: inline-block;
  border: 2px solid #6a6a6a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px;
  text-align: center;
  vertical-align: sub;
}
#listing-show-quebec .info .linkset.features {
  border-top: 1px solid #bbbbbb;
  padding-top: 10px;
}
#listing-show-quebec .info .linkset.features span {
  width: 100%;
  display: block;
  text-align: left;
}
#listing-show-quebec .info .description {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 24px 16px 16px 16px;
}
#listing-show-quebec .info .description h2,
#listing-show-quebec .info .description h3,
#listing-show-quebec .info .description h4 {
  display: block;
  padding: 8px 0 4px;
  font-size: 16px;
  font-family: "Roboto", arial, sans-serif;
  color: #0c0e22;
  font-weight: 700;
  padding-bottom: 16px;
}
#listing-show-quebec .info .description b {
  font-weight: bold;
}
#listing-show-quebec .info .description ul {
  margin-top: 8px;
}
#listing-show-quebec .info .description ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 28px;
}
#listing-show-quebec .info .description .tenancy-application-download {
  margin-top: 10px;
}
#listing-show-quebec .info .description .staff {
  padding-top: 16px;
}
#listing-show-quebec .info .description .staff .staff-member {
  padding-bottom: 8px;
  display: inline-block;
  width: 100%;
  clear: both;
}
#listing-show-quebec .info .description .staff .staff-member .details {
  display: flex;
  flex-flow: row nowrap;
}
#listing-show-quebec .info .description .staff .staff-member .details a {
  transition: color 0.2s ease;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-image {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  flex-grow: 1;
  max-width: 200px;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-image img {
  width: 100%;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-image .image {
  height: 0;
  padding-bottom: 90%;
  background-size: cover;
  background-position: 50% 20%;
}
#listing-show-quebec .info .description .staff .staff-member .details span {
  font-weight: 500;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-text {
  padding-left: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-text a {
  color: black;
  text-decoration: none;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-text a:hover {
  color: #25282F;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-text .name {
  display: block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: black;
  padding-bottom: 4px;
  text-decoration: none !important;
  text-transform: capitalize;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-text .mobile,
#listing-show-quebec .info .description .staff .staff-member .details .staff-text .phone {
  display: block;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-text .email {
  display: block;
  padding-top: 8px;
  display: inline-block;
  font-weight: 500;
}
#listing-show-quebec .info .description .staff:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-quebec .info .tools {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#listing-show-quebec .info .tools .apply-buttons a {
  margin-bottom: 10px;
}
#listing-show-quebec .info .tools.enquiry-btn-container a#inspectRe {
  height: 24px;
  line-height: 24px;
}
#listing-show-quebec .info .tools .linkset {
  margin-bottom: 8px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #bbbbbb;
  padding-top: 0px;
}
#listing-show-quebec .info .tools .linkset em {
  display: inline-block;
  padding-left: 8px;
}
#listing-show-quebec .info .tools .linkset h3 {
  display: block;
  padding: 8px 0 4px;
  font-size: 16px;
  font-family: "Roboto", arial, sans-serif;
  color: #0c0e22;
  font-weight: 700;
  padding-bottom: 16px;
}
#listing-show-quebec .info .tools .linkset span {
  display: block;
}
#listing-show-quebec .info .tools .linkset a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
#listing-show-quebec .info .tools .linkset a i {
  display: none;
  font-size: 22px;
  vertical-align: sub;
  width: 25px;
  margin-bottom: 5px;
}
#listing-show-quebec .info .tools .linkset .one-form-btn {
  height: auto !important;
  line-height: normal !important;
  margin-top: 8px;
}
#listing-show-quebec .info .tools .linkset table tr td {
  width: 120px;
  display: inline-block;
}
#listing-show-quebec .info .tools .linkset table tr td:nth-child(2) {
  text-align: left;
}
#listing-show-quebec h3.formHeading {
  display: block;
  padding: 8px;
  font-size: 18px;
  color: black;
  font-weight: 500;
}
#listing-show-quebec .contact-form-alpha,
#listing-show-quebec #emailAFriendFormDiv {
  padding: 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#listing-show-quebec .contact-form-alpha form fieldset,
#listing-show-quebec #emailAFriendFormDiv form fieldset {
  padding-bottom: 8px;
}
#listing-show-quebec .contact-form-alpha form .fieldset_submit,
#listing-show-quebec #emailAFriendFormDiv form .fieldset_submit,
#listing-show-quebec .contact-form-alpha form .fieldset_send,
#listing-show-quebec #emailAFriendFormDiv form .fieldset_send {
  padding-bottom: 0;
}
#listing-show-quebec .contact-form-alpha form input[type="submit"],
#listing-show-quebec #emailAFriendFormDiv form input[type="submit"] {
  color: #25282F;
  border: solid 1px #25282F;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-quebec .contact-form-alpha form input[type="submit"]:hover,
#listing-show-quebec #emailAFriendFormDiv form input[type="submit"]:hover {
  color: white;
}
#listing-show-quebec #emailAFriendFormDiv {
  margin: 8px 0;
}
#listing-show-quebec .map #map_canvas {
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  overflow: hidden;
}
#listing-show-quebec .linkset.documents .document-wrapper .left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}
#listing-show-quebec .linkset.documents .document-wrapper .left i {
  cursor: pointer;
  width: auto;
  float: left;
  display: inline-block;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 21px;
}
#listing-show-quebec .linkset.documents .document-wrapper .left p {
  cursor: pointer;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-quebec .linkset.documents .document-wrapper .right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-quebec .linkset.documents .document-wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-quebec .linkset.documents .document-wrapper:hover i,
#listing-show-quebec .linkset.documents .document-wrapper:hover p {
  color: #25282F;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-quebec {
    padding-top: 70px;
  }
  #listing-show-quebec .info .card {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #listing-show-quebec .info .card .top-info {
    width: 100%;
    display: inline-block;
  }
  #listing-show-quebec .info .card .top-info .left {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 50%;
    margin: 0;
  }
  #listing-show-quebec .info .card .top-info .left h1 {
    border: none;
    padding-bottom: 0;
  }
  #listing-show-quebec .info .card .top-info .right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 50%;
    margin: 0;
  }
  #listing-show-quebec .info .card .top-info .right .bbc {
    width: auto;
    margin-top: 22px;
    padding-right: 20px;
  }
  #listing-show-quebec .banner {
    top: 50px;
    font-size: 32px;
    padding: 9px 20px 5px;
  }
  #listing-show-quebec .info ul.links {
    margin-bottom: 12px;
  }
  #listing-show-quebec .info ul.links li {
    margin-bottom: 0;
    float: left;
    width: 33.33%;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-quebec .info ul.links li a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 42px;
    height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #25282F;
    cursor: pointer;
  }
  #listing-show-quebec .info ul.links li a:focus,
  #listing-show-quebec .info ul.links li a:hover,
  #listing-show-quebec .info ul.links li a:active {
    color: #fff;
    background-color: #30343d;
  }
  #listing-show-quebec .info ul.links li a:disabled {
    background: #ccc;
  }
  #listing-show-quebec .info ul.links li a:disabled:hover,
  #listing-show-quebec .info ul.links li a:disabled:active,
  #listing-show-quebec .info ul.links li a:disabled:focus {
    background: #ccc;
  }
  #listing-show-quebec .info .bbc {
    margin-bottom: 24px;
    text-align: left;
  }
  #listing-show-quebec .info .description {
    clear: left;
    padding-right: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-quebec .info .description h2,
  #listing-show-quebec .info .description h3,
  #listing-show-quebec .info .description h4 {
    text-align: left;
    padding: 12px 0;
  }
  #listing-show-quebec .info .description .tenancy-application-download {
    float: right;
    width: 54%;
  }
  #listing-show-quebec .info .description ul {
    margin-top: 6px;
  }
  #listing-show-quebec .info .description ul li {
    margin-left: 32px;
  }
  #listing-show-quebec .info .description .staff {
    clear: both;
    padding-top: 12px;
  }
  #listing-show-quebec .info .description .staff .staff-member {
    padding-bottom: 24px;
    width: 100% !important;
    clear: none;
  }
  #listing-show-quebec .info .description .staff .staff-member .details div {
    padding-left: 12px;
  }
  #listing-show-quebec .info .description .staff .staff-member .details div .name {
    padding-bottom: 6px;
  }
  #listing-show-quebec .info .tools .linkset {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #listing-show-quebec .info .tools .linkset h3 {
    padding-bottom: 6px;
  }
  #listing-show-quebec .info .tools .linkset table tr td {
    width: 50%;
  }
  #listing-show-quebec .info .tools .linkset table tr td:nth-child(2) {
    text-align: right;
  }
  #listing-show-quebec h3.formHeading {
    padding: 12px 12px 0;
    text-align: left;
  }
  #listing-show-quebec .contact-form-alpha {
    padding: 12px;
    margin: 24px 12px;
  }
  #listing-show-quebec .contact-form-alpha form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px 12px 0;
  }
  #listing-show-quebec .contact-form-alpha form .fieldset_notes {
    padding-bottom: 0;
  }
  #listing-show-quebec .contact-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-quebec .linkset.documents .document-wrapper .left {
    width: 100%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-quebec {
    padding-top: 75px;
  }
  #listing-show-quebec .top-info {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-quebec .top-info .left h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #listing-show-quebec .top-info .left h1 {
    font-size: 18px;
  }
  #listing-show-quebec .top-info .right .bbc .pool {
    background-image: url("../fonts/swimming_font.svg");
  }
  #listing-show-quebec .top-info .right .bbc span i {
    font-size: 20px;
  }
  #listing-show-quebec .top-info .right .bbc span .fa.fa-desktop {
    font-size: 18px;
    padding: 5px;
  }
  #listing-show-quebec .bx-wrapper {
    padding-bottom: 60%;
  }
  #listing-show-quebec .bx-wrapper li {
    padding-bottom: 60%;
  }
  #listing-show-quebec .bx-wrapper .bx-pager {
    bottom: 20px;
  }
  #listing-show-quebec .info .enquiry-btn-container a {
    /*to match width of linkset information above*/
    width: 72%;
  }
  #listing-show-quebec .info .card {
    padding: 0 0 20px 0;
  }
  #listing-show-quebec .info ul.links {
    margin-bottom: 20px;
  }
  #listing-show-quebec .info ul.links li {
    margin-bottom: 0;
    width: 150px;
    padding-right: 20px;
  }
  #listing-show-quebec .info .bbc {
    margin-bottom: 40px;
  }
  #listing-show-quebec .info .description {
    padding-left: 55px;
    padding-right: 40px;
  }
  #listing-show-quebec .info .description h2,
  #listing-show-quebec .info .description h3,
  #listing-show-quebec .info .description h4 {
    padding: 20px 0;
  }
  #listing-show-quebec .info .description .tenancy-application-download {
    width: 32%;
  }
  #listing-show-quebec .info .description ul {
    margin-top: 10px;
  }
  #listing-show-quebec .info .description ul li {
    margin-left: 40px;
  }
  #listing-show-quebec .info .description .staff {
    clear: none;
    padding-top: 30px;
  }
  #listing-show-quebec .info .description .staff .staff-member {
    padding-bottom: 20px;
  }
  #listing-show-quebec .info .description .staff .staff-member .details .staff-text .name {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #listing-show-quebec .info .description .staff .staff-member .details .staff-text .email {
    padding-top: 20px;
    display: inline-block;
  }
  #listing-show-quebec .info .tools .linkset {
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #listing-show-quebec .info .tools .linkset h3 {
    padding-bottom: 10px;
  }
  #listing-show-quebec .info .tools .linkset table tr td:nth-child(2) {
    text-align: right;
  }
  #listing-show-quebec h3.formHeading {
    padding: 20px 20px 0;
    padding-left: 55px;
  }
  #listing-show-quebec .contact-form-alpha {
    padding: 20px;
    margin: 20px 50px 60px;
  }
  #listing-show-quebec .contact-form-alpha form fieldset {
    width: 25%;
    padding: 0 10px 10px 0;
  }
  #listing-show-quebec .contact-form-alpha form .fieldset_notes {
    width: 90%;
  }
  #listing-show-quebec .contact-form-alpha form .fieldset_submit {
    width: 10%;
  }
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-text .mobile,
#listing-show-quebec .info .description .staff .staff-member .details .staff-text .phone {
  width: 100%;
}
.offices-alpha {
  margin: 0 auto;
  padding: 50px 8px 8px;
}
.offices-alpha .officeListing {
  height: auto;
  padding: initial;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
  flex-direction: column;
  min-height: 200px;
  background-color: #f1f1f1;
  /* causes header to bug out on hover on Chrome?? */
  /*&:hover{ 
			.image-wrapper{
				.image{
					img{
						transform: scale(1.1);
					}
				}
			}
		}*/
}
.offices-alpha .officeListing .image-wrapper {
  overflow: hidden;
  flex: 1;
  position: relative;
}
.offices-alpha .officeListing .image-wrapper .image {
  position: static;
  float: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  background-size: cover;
}
.offices-alpha .officeListing .image-wrapper .image img {
  transition: all 0.1s ease;
}
.offices-alpha .officeListing .text-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.offices-alpha .officeListing .text-wrapper .info-wrapper {
  padding: 8px;
  flex-grow: 1;
}
.offices-alpha .officeListing .text-wrapper .cta-wrapper {
  display: flex;
  justify-content: flex-end;
  flex: 0 1 35px;
}
.offices-alpha .officeListing .text-wrapper .cta-wrapper a.button {
  position: static !important;
  float: none;
  width: auto;
  margin: 0 10px 0 0;
}
.offices-alpha .officeListing .text-wrapper .cta-wrapper a.button:last-child {
  margin: 0 20px 0 0;
}
.offices-alpha .officeListing .text-wrapper a {
  padding: initial !important;
  height: auto;
  width: 100%;
  background-color: transparent;
}
.offices-alpha .officeListing .text-wrapper a:hover {
  background-color: transparent;
}
.offices-alpha .officeListing .text-wrapper h3,
.offices-alpha .officeListing .text-wrapper p {
  transition: none;
}
.offices-alpha .officeListing .text-wrapper span {
  padding: 0 !important;
  margin: 0;
}
.offices-alpha .officeListing .underlay {
  display: none !important;
}
@media only print, only screen and (min-width: 640px) {
  .offices-alpha {
    padding: 70px 12px 12px;
  }
  .offices-alpha .officeListing {
    flex-direction: row;
  }
  .offices-alpha .officeListing .image-wrapper {
    min-height: initial;
    flex: 0 0 300px;
  }
  .offices-alpha .officeListing .text-wrapper {
    padding: 0;
  }
  .offices-alpha .officeListing .text-wrapper .info-wrapper {
    padding: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  .offices-alpha {
    padding: 70px 20px 20px;
  }
  .offices-alpha .officeListing .text-wrapper {
    padding: 0;
  }
  .offices-alpha .officeListing .text-wrapper .info-wrapper {
    padding: 20px;
  }
}
#opens-lima,
#auctions-kilo {
  background-color: white;
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}
#opens-lima h1,
#auctions-kilo h1 {
  border: none;
  padding-bottom: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#opens-lima h1 em,
#auctions-kilo h1 em {
  border-bottom: 1px solid #25282F;
  padding-bottom: 4px;
}
#opens-lima .date-card,
#auctions-kilo .date-card,
#opens-lima .date-heading,
#auctions-kilo .date-heading {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  padding: 8px 0;
  border-bottom: 1px solid #25282F;
  margin-bottom: 16px;
}
#opens-lima .four-col-desktop,
#auctions-kilo .four-col-desktop {
  padding: 0 16px;
}
#opens-lima .panel-danger,
#auctions-kilo .panel-danger,
#opens-lima #flash-message,
#auctions-kilo #flash-message,
#opens-lima .success-message,
#auctions-kilo .success-message,
#opens-lima .form-success,
#auctions-kilo .form-success {
  max-width: 700px;
  margin: 0 auto;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form fieldset.fieldset_captcha,
#auctions-kilo .pre-register-container .register-btn-wrapper .desktop-form fieldset.fieldset_captcha {
  width: 100%;
  text-align: center;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form fieldset.fieldset_captcha .g-recaptcha,
#auctions-kilo .pre-register-container .register-btn-wrapper .desktop-form fieldset.fieldset_captcha .g-recaptcha {
  display: inline-block;
}
#opens-lima .pre-register-container .register-btn-wrapper.show,
#auctions-kilo .pre-register-container .register-btn-wrapper.show {
  height: auto !important;
}
#opens-lima .opens-wrapper,
#auctions-kilo .opens-wrapper {
  width: 100%;
}
#opens-lima .opens-wrapper li label,
#auctions-kilo .opens-wrapper li label {
  padding: 0;
}
#opens-lima .opens-wrapper li label:before,
#auctions-kilo .opens-wrapper li label:before {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #opens-lima,
  #auctions-kilo {
    padding-top: 70px;
  }
  #opens-lima h1 em,
  #auctions-kilo h1 em {
    border-bottom: 1px solid #25282F;
    padding-bottom: 6px;
  }
  #opens-lima .date-card,
  #auctions-kilo .date-card,
  #opens-lima .date-heading,
  #auctions-kilo .date-heading {
    font-size: 15px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #opens-lima,
  #auctions-kilo {
    background-color: white;
    max-width: 1130px;
    display: block;
    margin: 0 auto;
    padding-top: 75px;
  }
  #opens-lima h1,
  #auctions-kilo h1 {
    border: none;
    padding-bottom: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #opens-lima h1 em,
  #auctions-kilo h1 em {
    border-bottom: 1px solid #25282F;
    padding-bottom: 10px;
  }
  #opens-lima .date-card,
  #auctions-kilo .date-card,
  #opens-lima .date-heading,
  #auctions-kilo .date-heading {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #opens-lima .four-col-desktop,
  #auctions-kilo .four-col-desktop {
    padding: 0 40px;
  }
}
#place-show-charlie {
  display: block;
  padding-top: 50px;
}
#place-show-charlie .container a:hover {
  color: #25282F !important;
}
#place-show-charlie .container .middle {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#place-show-charlie .container .middle h1 {
  padding: 16px 0 8px 0;
  font-size: 26px;
}
#place-show-charlie .container .middle h2 {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0;
}
#place-show-charlie .container .middle a {
  color: #25282F;
  padding-bottom: 6px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
#place-show-charlie .container .middle .left span {
  line-height: 21px;
}
#place-show-charlie .container .middle .right .links a {
  color: black;
}
#place-show-charlie .container .bottom #map_canvas {
  display: block;
  width: 100%;
  height: 350px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #place-show-charlie {
    padding-top: 70px;
  }
  #place-show-charlie .container .middle {
    padding: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .container .middle h1 {
    padding: 24px 0 12px 0;
    font-size: 26px;
  }
  #place-show-charlie .container .middle h2 {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0;
  }
  #place-show-charlie .container .middle a {
    padding-bottom: 4px;
  }
  #place-show-charlie .container .middle .left span {
    line-height: 21px;
  }
  #place-show-charlie .container .middle .left ul {
    line-height: 20px;
  }
  #place-show-charlie .container .middle .right {
    line-height: 22px;
    padding-left: 10%;
    padding-top: 59px;
    line-height: 20px;
  }
  #place-show-charlie .container .bottom {
    padding-top: 24px;
  }
  #place-show-charlie .container .bottom #map_canvas {
    height: 450px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #place-show-charlie {
    display: block;
    padding-top: 75px;
  }
  #place-show-charlie .container .middle {
    padding: 30px 80px;
  }
  #place-show-charlie .container .middle h1 {
    font-size: 30px;
  }
  #place-show-charlie .container .middle h2 {
    font-size: 16px;
  }
  #place-show-charlie .container .middle a {
    padding-bottom: 4px;
  }
  #place-show-charlie .container .middle .left span {
    line-height: 21px;
  }
  #place-show-charlie .container .middle .left ul {
    line-height: 20px;
  }
  #place-show-charlie .container .middle .right {
    padding-left: 60px;
    padding-top: 64px;
  }
  #place-show-charlie .container .bottom {
    padding-top: 24px;
  }
  #place-show-charlie .container .bottom #map_canvas {
    height: 450px;
  }
}
.global_privacypolicy {
  margin-top: 0;
  padding-top: 8em;
}
@media (min-width: 980px) {
  .global_privacypolicy {
    padding-top: 10em;
  }
}
#opens-lima ul li a {
  height: auto !important;
}
#opens-lima ul li .open-times a {
  color: black !important;
  margin-top: 8px;
}
#opens-lima ul li .open-times a:hover {
  color: #242424;
}
#opens-lima .pre-register-container .panel,
#opens-lima .pre-register-container #flash-message {
  text-align: center;
  padding: 16px 16px 0 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 22px;
  font-size: 13px;
  margin: 0 auto;
  width: 90%;
  background: #1e1e1e;
  color: white;
  padding: 16px 16px 16px 16px;
  margin-top: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 1px !important;
}
#opens-lima .pre-register-container .panel .panel-body,
#opens-lima .pre-register-container #flash-message .panel-body {
  text-transform: initial;
  font-size: 12px;
  letter-spacing: 3px;
  padding-top: 8px;
}
#opens-lima .pre-register-container .panel .close,
#opens-lima .pre-register-container #flash-message .close {
  display: none;
}
#opens-lima .pre-register-container .close-cross {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 35px;
  height: 40px;
  opacity: 0.7;
  z-index: 100;
  cursor: pointer;
}
#opens-lima .pre-register-container .close-cross:hover {
  opacity: 1;
}
#opens-lima .pre-register-container .close-cross:hover:after,
#opens-lima .pre-register-container .close-cross:hover:before {
  background-color: #242424;
}
#opens-lima .pre-register-container .close-cross:before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: white;
}
#opens-lima .pre-register-container .close-cross:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: white;
}
#opens-lima .pre-register-container .close-cross:before {
  transform: rotate(45deg);
}
#opens-lima .pre-register-container .close-cross:after {
  transform: rotate(-45deg);
}
#opens-lima .pre-register-container .register-btn {
  text-align: center;
}
#opens-lima .pre-register-container .register-btn-wrapper.showForm {
  transition: all 1.5s;
  height: 395px !important;
  margin-bottom: 10px;
}
#opens-lima .pre-register-container .register-btn-wrapper.show {
  height: 75px;
  transition: all 1.5s;
}
#opens-lima .pre-register-container .register-btn-wrapper {
  position: relative;
  transition: all 1.5s;
  background: #25282F;
  color: white;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  border: none;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  height: 0px;
  overflow: hidden;
}
#opens-lima .pre-register-container .register-btn-wrapper .register-heading {
  padding-top: 16px;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form fieldset {
  margin-bottom: 3px;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form input {
  border: none !important;
  font-family: 'Roboto', arial, sans-serif;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
  border: 2px solid white !important;
  color: black !important;
  transition: all 0.5s;
  background: white !important;
  font-family: 'Roboto', arial, sans-serif;
  line-height: 20px !important;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input:focus,
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input:hover,
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input:active {
  color: #fff;
  background-color: #30343d;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input:disabled {
  background: #ccc;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input:disabled:hover,
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input:disabled:active,
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input:disabled:focus {
  background: #ccc;
}
#opens-lima .pre-register-container .register-btn-wrapper #desktop-arrow {
  cursor: pointer;
}
#opens-lima .pre-register-container .register-btn-wrapper a {
  text-decoration: none;
  color: white;
  transition: all 0.5s;
}
#opens-lima .pre-register-container .register-btn-wrapper h1 {
  width: 100%;
  display: block;
  text-align: center;
}
#opens-lima .pre-register-container .register-btn-wrapper em {
  /*opacity: 0;*/
  /*height: 0;*/
  display: block;
  font-size: 12px;
  text-transform: initial;
  line-height: 17px;
  text-align: center;
  padding: 16px;
  /*transition: all 0.5s;*/
}
#opens-lima .pre-register-container .register-btn-wrapper i {
  color: white;
  font-size: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  transition: all 1s;
}
#opens-lima .pre-register-container .register-btn-wrapper #desktop-arrow {
  display: inline-block;
}
#opens-lima .pre-register-container .register-btn-wrapper .icon-ChevRight.up {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  transition: all 1s;
}
#opens-lima .pre-register-container .register-btn-wrapper .icon-ChevRight.down {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  transition: all 1s;
}
#opens-lima .pre-register-container .register-btn-wrapper .icon-ChevRight.down.rotate {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  transition: all 1s;
}
#opens-lima .pre-register-container .register-btn-wrapper .icon-ChevRight.up.rotate {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  transition: all 1s;
}
#opens-lima .pre-register-container .register-btn-wrapper em.show,
#opens-lima .pre-register-container .register-btn-wrapper a.show {
  /*transition: all 0.5s;*/
  opacity: 1;
  height: auto;
  margin-top: 15px;
}
#opens-lima .pre-register-container .register-btn-wrapper em.show i,
#opens-lima .pre-register-container .register-btn-wrapper a.show i {
  margin-top: -10px;
  height: 40px;
  opacity: 1;
}
#opens-lima .pre-register-container .register-btn-wrapper .contact-inline {
  height: 30px;
  display: block;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #opens-lima .pre-register-container .register-btn-wrapper.showForm {
    transition: all 1.5s;
    height: auto !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper.show {
    height: 80px;
    transition: all 1.5s;
  }
  #opens-lima .pre-register-container .register-btn-wrapper {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 13px;
    display: flex;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .register-heading {
    padding-top: 24px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper em {
    padding: 24px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form {
    padding: 0 24px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 4px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_first_name,
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_email_address {
    padding-right: 2px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_surname,
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_mobile {
    padding-left: 2px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit {
    width: 100%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #opens-lima ul li a {
    height: auto !important;
  }
  #opens-lima ul li .open-times a {
    background: white !important;
    color: black !important;
    height: 300px !important;
  }
  #opens-lima ul li .open-times a:hover {
    color: #242424 !important;
  }
  #opens-lima .pre-register-container {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 20px !important;
    margin-bottom: 20px;
    padding-top: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #opens-lima .pre-register-container .panel,
  #opens-lima .pre-register-container #flash-message {
    padding: 20px 20px 0 20px;
    font-size: 18px;
    letter-spacing: 11px;
    padding: 20px 20px 20px 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
  #opens-lima .pre-register-container .panel .panel-body,
  #opens-lima .pre-register-container #flash-message .panel-body {
    text-transform: initial;
    font-size: 12px;
    letter-spacing: 3px;
    padding-top: 10px;
  }
  #opens-lima .pre-register-container .panel .close,
  #opens-lima .pre-register-container #flash-message .close {
    display: none;
  }
  #opens-lima .pre-register-container form fieldset {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px 6px;
    height: 35px !important;
    line-height: 35px !important;
  }
  #opens-lima .pre-register-container form fieldset input {
    height: 35px !important;
    line-height: 35px !important;
  }
  #opens-lima .pre-register-container form .fieldset_surname {
    margin-right: 15%;
  }
  #opens-lima .pre-register-container form .fieldset_email_address,
  #opens-lima .pre-register-container form .fieldset_mobile {
    width: 40%;
  }
  #opens-lima .pre-register-container form .fieldset_submit {
    width: 20%;
    padding-top: 26px;
  }
  #opens-lima .pre-register-container form .fieldset_submit input {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 42px;
    height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #25282F;
    cursor: pointer;
    background: white;
    color: #25282F;
    line-height: 25px !important;
    font-size: 12px !important;
    letter-spacing: 4px !important;
  }
  #opens-lima .pre-register-container form .fieldset_submit input:focus,
  #opens-lima .pre-register-container form .fieldset_submit input:hover,
  #opens-lima .pre-register-container form .fieldset_submit input:active {
    color: #fff;
    background-color: #30343d;
  }
  #opens-lima .pre-register-container form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #opens-lima .pre-register-container form .fieldset_submit input:disabled:hover,
  #opens-lima .pre-register-container form .fieldset_submit input:disabled:active,
  #opens-lima .pre-register-container form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #opens-lima .pre-register-container .desktop-form {
    display: block;
    margin-top: -30px;
    padding: 0 40px;
  }
  #opens-lima .pre-register-container .register-btn {
    max-width: auto !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper.showForm {
    transition: all 1.5s;
    height: auto !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper.show {
    height: 90px;
    transition: all 1.5s;
  }
  #opens-lima .pre-register-container .register-btn-wrapper {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 13px;
    transition: all 1.5s;
    position: relative;
    font-size: 16px;
    letter-spacing: 18px;
    max-width: 1100px;
    transition: all 1s;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 1004px !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .register-btn {
    max-width: 500px;
    margin: 0 auto;
    letter-spacing: 2px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper h1 {
    font-size: 18px;
    letter-spacing: 11px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper i {
    color: white !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper i:hover {
    color: #242424 !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form {
    padding-bottom: 10px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form fieldset {
    margin: 0;
  }
  #opens-lima .pre-register-container .register-btn-wrapper.show {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    left: 0;
    /*height: 209px;*/
  }
  #opens-lima .pre-register-container .register-heading {
    padding-top: 40px;
  }
  #opens-lima .pre-register-container em {
    padding: 40px;
    height: auto !important;
    opacity: 1 !important;
  }
  #opens-lima .pre-register-container .added .remove-from {
    display: block !important;
    opacity: 1 !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
    bottom: 100px !important;
    transition: all 0.5s !important;
  }
  #opens-lima .pre-register-container .counter-wrapper.one {
    display: flex;
  }
  #opens-lima .pre-register-container .counter-wrapper.one li {
    display: inline-block;
    margin: 0 auto;
  }
  #opens-lima .pre-register-container .counter-wrapper.two {
    display: block;
    width: 666px;
    margin: 0 auto;
  }
  #opens-lima .pre-register-container .counter-wrapper.two li {
    width: 50%;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-one li:last-child {
    width: 100%;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-one li:last-child a {
    width: 33.33%;
    margin: 0 auto;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:last-child {
    width: 50%;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:last-child a {
    width: 66.66%;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:last-child .link {
    right: -140px;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:nth-last-child(2) {
    width: 50%;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:nth-last-child(2) a {
    width: 66.66%;
    float: right;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:nth-last-child(2) .link {
    right: -305px;
  }
  #opens-lima .pre-register-container .desktop-form {
    display: inline-block;
    width: 100%;
    padding-top: 20px !important;
  }
  #opens-lima .pre-register-container .desktop-form fieldset {
    padding-bottom: 4px !important;
  }
  #opens-lima #inline_opens_content {
    background: #f7f7f7;
    padding: 20px 40px;
  }
  #opens-lima #inline_opens_content label {
    display: none;
  }
  #opens-lima #inline_opens_content fieldset {
    margin-bottom: 12px;
  }
  #opens-lima #inline_opens_content input[type="submit"] {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 42px;
    height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #25282F;
    cursor: pointer;
  }
  #opens-lima #inline_opens_content input[type="submit"]:focus,
  #opens-lima #inline_opens_content input[type="submit"]:hover,
  #opens-lima #inline_opens_content input[type="submit"]:active {
    color: #fff;
    background-color: #30343d;
  }
  #opens-lima #inline_opens_content input[type="submit"]:disabled {
    background: #ccc;
  }
  #opens-lima #inline_opens_content input[type="submit"]:disabled:hover,
  #opens-lima #inline_opens_content input[type="submit"]:disabled:active,
  #opens-lima #inline_opens_content input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #opens-lima #inline_opens_content h1 {
    line-height: 30px;
    padding-bottom: 20px !important;
    display: block;
    width: 100%;
    font-size: 28px !important;
    letter-spacing: 10px !important;
    text-align: center;
    text-transform: uppercase !important;
  }
}
#opens-lima label,
#opens-lima li {
  transition: all 0s !important;
}
#opens-lima input[type=checkbox] {
  display: none !important;
}
#opens-lima input[type=checkbox] + label {
  cursor: pointer !important;
}
#opens-lima input[type=checkbox] + label .overlay .remove-from {
  display: none !important;
}
#opens-lima input[type=checkbox] + label .overlay .date {
  display: none !important;
}
#opens-lima input[type=checkbox]:checked + label .overlay .add-to {
  display: none !important;
}
#opens-lima input[type=checkbox]:checked + label .overlay .remove-from {
  display: block !important;
  opacity: 1 !important;
  bottom: 100px !important;
}
#opens-lima input[type=checkbox]:checked + label .overlay {
  opacity: 1 !important;
  width: 100% !important;
  transition: all 0.5s !important;
}
#opens-lima input[type=checkbox]:checked + label .underlay {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
#opens-lima form a {
  line-height: inherit !important;
  text-transform: none !important;
  text-align: inherit !important;
  font-weight: inherit !important;
  color: #fff !important;
  cursor: pointer !important;
  background-color: transparent !important;
  border: none !important;
  letter-spacing: inherit !important;
}
#opens-lima form a:hover {
  color: red !important;
  background-color: transparent !important;
}
@media only print {
  .menu-icon {
    display: none !important;
  }
  #opens-lima .date-wrapper {
    page-break-after: avoid;
  }
  #opens-lima .register-btn-wrapper {
    display: none !important;
  }
  #opens-lima .print-address {
    display: block !important;
    line-height: 30px;
  }
  #opens-lima input[type="checkbox"]:checked + label .overlay .remove-from,
  #opens-lima input[type="checkbox"]:checked + label .overlay .add-to {
    display: none !important;
  }
  #opens-lima input[type="checkbox"]:checked + label .underlay {
    dispay: none !important;
    background: transparent !important;
    opacity: 0;
    visibility: none;
  }
  body {
    background-color: #fff !important;
    overflow: visible !important;
  }
  #opens-lima {
    position: absolute !important;
    top: 0 !important;
  }
  #opens-lima .date-wrapper li {
    width: 100% !important;
    display: block !important;
    height: 155px !important;
    transition: all 0s !important;
  }
  #opens-lima .date-wrapper li label {
    width: 100% !important;
    display: block !important;
    height: 150px !important;
    transition: all 0s !important;
  }
  #opens-lima .date-wrapper li label .image {
    width: 25% !important;
    display: block !important;
    height: 150px !important;
    float: left !important;
    -webkit-print-color-adjust: exact !important;
  }
  #opens-lima .date-wrapper li label .overlay {
    width: 70% !important;
    display: block !important;
    float: left !important;
    text-align: left !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    color: #666 !important;
    height: 150px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
  }
  #opens-lima .date-wrapper li label .overlay * {
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    text-align: left !important;
  }
  #opens-lima .date-wrapper li label .overlay .line {
    display: none !important;
  }
  #opens-lima .date-wrapper li label .overlay .bbc-wrapper {
    display: block !important;
  }
  #opens-lima .date-wrapper li label .overlay .bbc-wrapper h3 {
    font-size: 16px !important;
  }
  #opens-lima input[type=checkbox]:checked + label .overlay {
    width: 70% !important;
  }
  #opens-lima .date-heading,
  #opens-lima .date-wrapper li {
    display: none !important;
  }
  #opens-lima .date-heading.added,
  #opens-lima .date-wrapper li.added {
    display: block !important;
  }
  #opens-lima.print-all .date-heading,
  #opens-lima.print-all .date-wrapper li {
    display: block !important;
  }
}
#suburb-profiles-bravo {
  background-color: #ffffff;
  max-width: 1130px;
  margin: 0 auto;
  display: block;
  padding-top: 50px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profiles-bravo {
    display: block;
    padding-top: 70px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profiles-bravo {
    display: block;
    padding-top: 75px;
  }
}
#suburb-profile-show-bravo {
  display: block;
  padding-top: 50px;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo {
  padding-bottom: 0 !important;
  height: initial !important;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-viewport {
  height: 0 !important;
  padding-bottom: 50%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul {
  padding-bottom: 0 !important;
  height: initial !important;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul li {
  padding-bottom: 16% !important;
}
#suburb-profile-show-bravo .container a:hover {
  color: #25282F !important;
}
#suburb-profile-show-bravo .container .middle {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profile-show-bravo .container .middle h1 {
  padding: 16px 0 8px 0;
  font-size: 26px;
}
#suburb-profile-show-bravo .container .middle h2 {
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0;
}
#suburb-profile-show-bravo .container .middle a {
  color: black;
  padding-bottom: 6px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
#suburb-profile-show-bravo .container .middle .left b {
  font-weight: 600;
}
#suburb-profile-show-bravo .container .middle .left i {
  font-style: italic;
}
#suburb-profile-show-bravo .container .middle .left a {
  color: #25282F;
  font-weight: 600;
  text-decoration: none;
}
#suburb-profile-show-bravo .container .middle .left a:hover {
  text-decoration: underline;
}
#suburb-profile-show-bravo .container .middle .left span {
  line-height: 21px;
}
#suburb-profile-show-bravo .container .middle .right .links a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#suburb-profile-show-bravo .container .bottom {
  padding-top: 20px;
}
#suburb-profile-show-bravo .container .bottom h2 {
  font-size: 15px;
  font-weight: 500;
  padding: 0 16px;
}
#suburb-profile-show-bravo .container .bottom .list-container {
  padding: 8px 16px 50px;
}
#suburb-profile-show-bravo .container .bottom .list-container li a {
  color: black;
  font-size: 15px;
  line-height: 1.5em;
}
#suburb-profile-show-bravo .container .bottom .list-container li a .info h1 {
  font-style: normal;
}
#suburb-profile-show-bravo .container .bottom #map_canvas {
  display: block;
  width: 100%;
  height: 350px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-bravo {
    padding-top: 70px;
  }
  #suburb-profile-show-bravo .container .middle {
    padding: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-bravo .container .middle h1 {
    padding: 24px 0 12px 0;
    font-size: 26px;
  }
  #suburb-profile-show-bravo .container .middle h2 {
    font-size: 15px;
    font-weight: 700;
    padding: 12px 0;
  }
  #suburb-profile-show-bravo .container .middle a {
    padding-bottom: 4px;
  }
  #suburb-profile-show-bravo .container .middle .left span {
    line-height: 21px;
  }
  #suburb-profile-show-bravo .container .middle .left ul {
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .middle .right {
    line-height: 22px;
    padding-left: 10%;
    padding-top: 59px;
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .bottom {
    padding-top: 60px;
  }
  #suburb-profile-show-bravo .container .bottom h2 {
    padding: 0 24px;
  }
  #suburb-profile-show-bravo .container .bottom .list-container {
    padding: 10px 24px 80px;
  }
  #suburb-profile-show-bravo .container .bottom #map_canvas {
    height: 450px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-bravo {
    display: block;
    padding-top: 75px;
  }
  #suburb-profile-show-bravo .container .middle {
    padding: 30px 80px;
  }
  #suburb-profile-show-bravo .container .middle h1 {
    font-size: 30px;
  }
  #suburb-profile-show-bravo .container .middle h2 {
    font-size: 16px;
  }
  #suburb-profile-show-bravo .container .middle a {
    padding-bottom: 4px;
  }
  #suburb-profile-show-bravo .container .middle .left span {
    line-height: 21px;
  }
  #suburb-profile-show-bravo .container .middle .left ul {
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .middle .right {
    padding-left: 60px;
    padding-top: 64px;
  }
  #suburb-profile-show-bravo .container .bottom {
    padding-top: 100px;
  }
  #suburb-profile-show-bravo .container .bottom h2 {
    padding: 0 80px;
  }
  #suburb-profile-show-bravo .container .bottom .list-container {
    padding: 10px 80px 80px;
  }
  #suburb-profile-show-bravo .container .bottom #map_canvas {
    height: 450px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
.uses_wysiwyg strong,
.uses_wysiwyg b {
  font-weight: 700;
}
.uses_wysiwyg em {
  font-style: italic;
}
.item-form-alpha#item-echo .container article .uses_wysiwyg {
  text-align: initial;
}
.uses_wysiwyg h1 {
  font-size: 1.75em;
  line-height: 1.2;
}
.uses_wysiwyg h2,
.uses_wysiwyg big {
  font-size: 1.5em;
}
.uses_wysiwyg h3 {
  font-size: 1.2em;
}
.uses_wysiwyg h4 {
  font-size: 1.2em;
}
.uses_wysiwyg h5 {
  font-size: 1em;
}
.uses_wysiwyg em {
  font-style: italic;
}
.uses_wysiwyg b,
.uses_wysiwyg strong {
  font-weight: bold;
}
.uses_wysiwyg h1,
.uses_wysiwyg h2,
.uses_wysiwyg h3,
.uses_wysiwyg h4,
.uses_wysiwyg h5,
.uses_wysiwyg h6 {
  font-weight: normal;
  margin: 1em 0;
  color: black;
}
.uses_wysiwyg ul,
.uses_wysiwyg ol {
  text-align: left;
}
.uses_wysiwyg ul li,
.uses_wysiwyg ol li {
  list-style-position: inside;
}
.uses_wysiwyg ul li {
  list-style-type: initial;
}
.uses_wysiwyg ol li {
  list-style-type: decimal;
}
.uses_wysiwyg em {
  font-style: italic;
}
.uses_wysiwyg b,
.uses_wysiwyg strong {
  font-weight: bold;
}
.uses_wysiwyg u {
  text-decoration: underline;
}
.uses_wysiwyg s {
  text-decoration: line-through;
}
.uses_wysiwyg p {
  text-align: left;
}
.uses_wysiwyg p img {
  max-width: 100%;
  height: auto !important;
}
.uses_wysiwyg p,
.uses_wysiwyg ul,
.uses_wysiwyg ol {
  margin: 1em 0;
}
.uses_wysiwyg blockquote p {
  display: inline-block;
}
.uses_wysiwyg blockquote p:before,
.uses_wysiwyg blockquote p:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  top: -0.3em;
}
.uses_wysiwyg blockquote p:before {
  content: '\f10d';
  padding: 0 5px 0 0;
}
.uses_wysiwyg blockquote p:after {
  content: '\f10e';
  padding: 0 0 0 5px;
}
/* Turning this off since form.less styles will conflict with opens-lima on OFI page */
/*@import "form.less";*/
#homepage-echo-slideshow #item-image-slideshow-bravo,
#homepage-echo-slideshow #item-image-slideshow-bravo .bx-wrapper,
#homepage-echo-slideshow #item-image-slideshow-bravo .bx-viewport {
  height: 0px;
  overflow: hidden;
  padding-bottom: 50%;
}
#homepage-echo-slideshow #item-image-slideshow-bravo .images span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (min-width: 640px) {
  #homepage-echo-slideshow {
    /* Tablet */
  }
}
@media only screen and (min-width: 980px) {
  #homepage-echo-slideshow {
    /* Desktop */
  }
}
#search-form-echo form {
  display: block;
}
#search-form-echo form h2 {
  text-align: center;
}
#search-form-echo form fieldset {
  width: 100%;
  display: block;
}
#search-form-echo form select {
  width: 100%;
  display: block;
}
#search-form-echo form select:disabled {
  color: gray;
  opacity: 0.5;
}
#search-form-echo form a {
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #search-form-echo form fieldset {
    width: 50%;
    float: left;
  }
  #search-form-echo form .field-go {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-form-echo form .field-category,
  #search-form-echo form .field-suburb {
    width: 21%;
  }
  #search-form-echo form .field-bedroom,
  #search-form-echo form .field-method {
    width: 10%;
  }
  #search-form-echo form .field-price-from,
  #search-form-echo form .field-price-to {
    width: 14%;
  }
  #search-form-echo form .field-go {
    width: 10%;
    float: left;
    clear: none;
  }
}
#search-form-delta {
  margin: 16px;
  padding: 16px;
  background-color: #f1f1f1;
}
#search-form-delta .col-xs-6.col-sm-6.col-md-4.col-lg-3 {
  display: none !important;
}
#search-form-delta #col-category {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 8px;
}
#search-form-delta #col-suburb {
  width: 66.66%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 8px;
}
#search-form-delta #col-btn {
  width: 100%;
  clear: both;
  padding-top: 16px;
}
#search-form-delta #col-btn a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
}
#search-form-delta #col-btn a:focus,
#search-form-delta #col-btn a:hover,
#search-form-delta #col-btn a:active {
  color: #fff;
  background-color: #30343d;
}
#search-form-delta #col-btn a:disabled {
  background: #ccc;
}
#search-form-delta #col-btn a:disabled:hover,
#search-form-delta #col-btn a:disabled:active,
#search-form-delta #col-btn a:disabled:focus {
  background: #ccc;
}
#search-form-delta .container.more-options {
  display: none;
}
#search-form-delta .row div.col-xs-12.col-sm-6.col-md-2.col-lg-2 {
  padding-top: 16px;
}
#search-form-delta .row div.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
  padding-top: 16px;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
  line-height: 45px !important;
}
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2,
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 16px;
}
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 i,
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 i {
  display: none;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 16px;
  padding: 0 8px;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
  background-color: white;
  width: 30%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 40px;
  border: 1px solid #cfcfcf;
  border-right: transparent;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
  border-left: transparent;
  width: 70%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed {
  padding-left: 0;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
  padding-right: 0;
}
.hidden-xs.col-sm-2.col-md-1.col-lg-1 {
  padding: 0 !important;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
  padding-top: 16px;
  display: block;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div a {
  color: black;
  text-decoration: none;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div a:hover {
  text-decoration: underline;
}
#search-form-delta > div.container.more-options > div > div:nth-child(3) {
  padding-right: 8px;
}
#search-form-delta > div.container.more-options > div > div:nth-child(4) {
  padding-left: 8px;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > a {
  display: none;
}
#search-form-delta > div.container.search-bottom > div > div:nth-child(1) > label {
  display: none;
}
#search-form-delta > div.container.search-bottom > div > div:nth-child(1) > label.surranding-suburbs-checkbox {
  display: flex;
  white-space: nowrap;
  padding-top: 12px;
  font-weight: normal;
}
#search-form-delta > div.container.search-bottom > div > div:nth-child(1) > label.surranding-suburbs-checkbox input {
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
}
#search-form-delta > div.container.search-bottom .row {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.modal.fade {
  display: none;
}
#search-submit {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #search-form-delta > div.container.more-options > div {
    height: 175px;
  }
  #search-form-delta > div:nth-child(2) {
    display: block;
    height: 42px;
  }
  #search-submit {
    display: block !important;
  }
  #search-submit-mobile {
    display: none !important;
  }
  #search-form-delta #col-category {
    width: 16.66%;
  }
  #search-form-delta #col-suburb {
    width: 66.66%;
    padding-right: 16px;
  }
  #search-form-delta #col-btn {
    clear: none;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 16.66%;
  }
  #search-form-delta #col-btn a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 42px;
    height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #25282F;
    cursor: pointer;
  }
  #search-form-delta #col-btn a:focus,
  #search-form-delta #col-btn a:hover,
  #search-form-delta #col-btn a:active {
    color: #fff;
    background-color: #30343d;
  }
  #search-form-delta #col-btn a:disabled {
    background: #ccc;
  }
  #search-form-delta #col-btn a:disabled:hover,
  #search-form-delta #col-btn a:disabled:active,
  #search-form-delta #col-btn a:disabled:focus {
    background: #ccc;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2,
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2 {
    padding-right: 8px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    padding-left: 8px;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    line-height: 38px !important;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    width: 20%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
    width: 80%;
  }
  #search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
    clear: both;
    display: block !important;
    padding-top: 0 !important;
    width: 100% !important;
    text-align: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-form-delta > div.container.more-options > div {
    height: 60px;
  }
  #search-submit {
    display: block !important;
  }
  #search-submit-mobile {
    display: none !important;
  }
  #search-form-delta .more-options {
    clear: both;
  }
  #search-form-delta #col-category {
    width: 16.66%;
  }
  #search-form-delta #col-suburb {
    width: 66.66%;
    padding-right: 16px;
  }
  #search-form-delta #col-btn {
    clear: none;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 16.66%;
  }
  #search-form-delta #col-btn a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 42px;
    height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #25282F;
    cursor: pointer;
  }
  #search-form-delta #col-btn a:focus,
  #search-form-delta #col-btn a:hover,
  #search-form-delta #col-btn a:active {
    color: #fff;
    background-color: #30343d;
  }
  #search-form-delta #col-btn a:disabled {
    background: #ccc;
  }
  #search-form-delta #col-btn a:disabled:hover,
  #search-form-delta #col-btn a:disabled:active,
  #search-form-delta #col-btn a:disabled:focus {
    background: #ccc;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2,
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2,
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    width: 16.66% !important;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    width: 19%;
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2 {
    padding-right: 8px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    padding-left: 8px;
  }
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    padding: 0;
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
    width: 10.33%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    width: 30%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
    width: 70%;
    padding-left: 0px;
  }
  #search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
    clear: both;
    display: block !important;
    padding-top: 0 !important;
    width: 100% !important;
    text-align: right;
  }
}
#search-map-alpha .map-overlay {
  position: relative;
}
#search-map-alpha .map-overlay #map-canvas {
  height: 400px;
  width: 100%;
}
#search-map-alpha .map-overlay #no-map-results {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
}
#search-map-alpha .map-overlay #no-map-results div {
  background-color: #ebcdcc;
  color: #A94442;
  line-height: 22px;
  padding: 10px;
  text-align: center;
  border: 1px solid #A94442;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#search-map-alpha .map-overlay #no-map-results div a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
#search-map-alpha .map-overlay .map-links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #search-map-alpha .map-overlay #map-canvas {
    height: 500px;
  }
  #search-map-alpha .map-links a {
    width: 30%;
    float: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-map-alpha .map-overlay #map-canvas {
    height: 700px;
  }
  #search-map-alpha .map-links a {
    width: 20%;
  }
}
#listing-show-echo {
  -webkit-print-color-adjust: exact;
}
#listing-show-echo .bx-wrapper li {
  height: 0;
  padding-bottom: 60%;
}
#listing-show-echo .bx-wrapper li .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 60%;
}
#listing-show-echo .info .card .bbc {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
}
#listing-show-echo .info .card .content-wrapper {
  display: flex;
  flex-flow: column wrap;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-echo .info .card .content-wrapper {
    flex-flow: row nowrap;
  }
  #listing-show-echo .info .card .description .staff .staff-member {
    width: 100%;
    float: left;
  }
  #listing-show-echo .info .card .description .staff:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-echo .info .card .tools {
    width: 35%;
    float: left;
  }
  #listing-show-echo .info .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-echo:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-echo .info .card .description {
    width: 75%;
  }
  #listing-show-echo .info .card .tools {
    width: 25%;
  }
}
#listing-show-quebec {
  -webkit-print-color-adjust: exact;
}
#listing-show-quebec .bx-wrapper li {
  height: 0;
  padding-bottom: 70%;
}
#listing-show-quebec .bx-wrapper li .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 70%;
}
#listing-show-quebec .info .enquiry-btn-container a {
  background: white;
  transition: all 0.5s;
  color: black;
  border: solid 1px #bbb;
  cursor: pointer;
  display: block;
  margin: 12px 0;
  padding: 6px 12px;
  text-decoration: none;
}
#listing-show-quebec .info .enquiry-btn-container a:focus,
#listing-show-quebec .info .enquiry-btn-container a:hover,
#listing-show-quebec .info .enquiry-btn-container a:active {
  color: #242424;
  background-color: #FFF;
  text-decoration: none;
  border-color: #242424;
}
#listing-show-quebec .info .staff-member .name {
  text-transform: capitalize;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-quebec .info .card .bbc {
    width: 35%;
    float: right;
  }
  #listing-show-quebec .info .card .description {
    width: 65%;
    float: left;
  }
  #listing-show-quebec .info .card .description .staff .staff-member {
    width: 50%;
    float: left;
  }
  #listing-show-quebec .info .card .description .staff:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-quebec .info .card .tools {
    width: 35%;
    float: left;
  }
  #listing-show-quebec .info .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-quebec:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-quebec .bx-wrapper li {
    padding-bottom: 60%;
  }
  #listing-show-quebec .bx-wrapper li .image {
    padding-bottom: 60%;
  }
  #listing-show-quebec .info .card .bbc {
    width: 30%;
  }
  #listing-show-quebec .info .card .description {
    width: 70%;
  }
  #listing-show-quebec .info .card .tools {
    width: 30%;
  }
}
#refine-agents-bravo form {
  display: block;
}
#refine-agents-bravo form h2 {
  text-align: center;
}
#refine-agents-bravo form fieldset {
  width: 100%;
  display: block;
}
#refine-agents-bravo form select {
  width: 100%;
  display: block;
}
#refine-agents-bravo form a {
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #refine-agents-bravo form fieldset {
    width: 40%;
    float: left;
  }
  #refine-agents-bravo form .field-go {
    width: 20%;
    float: left;
  }
  #refine-agents-bravo form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #refine-agents-bravo form fieldset {
    width: 43%;
  }
  #refine-agents-bravo form .field-go {
    width: 14%;
  }
}
/* Real estate icons */
@font-face {
  font-family: 'bbc';
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bbc-"],
[class*=" bbc-"] {
  font-family: 'bbc';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bbc-bed-large:before {
  content: "\e600";
}
.bbc-bath-large:before {
  content: "\e601";
}
.bbc-car-large:before {
  content: "\e602";
}
/*Including social icons since custom InspectRE icon is included*/
@font-face {
  font-family: 'social';
  src: url('/assets/layout/_global/fonts/social/social.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/social/social.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/social/social.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/social/social.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/social/social.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon_social-"],
[class*=" icon_social-"] {
  /*Using !important since some glyphs need to also be preceded 'fa' class to inherit FontAwesome font stylings*/
  /*.fa will overwrite font-family*/
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_social-ratemyagent:before {
  content: "\e900";
}
.icon_social-google-plus:before {
  content: "\ea8b";
}
.icon_social-facebook:before {
  content: "\ea90";
}
.icon_social-twitter:before {
  content: "\ea96";
}
.icon_social-linkedin:before {
  content: "\eaca";
}
.icon_social-pinterest:before {
  content: "\ead1";
}
/* Sneak Preview Banners */
.sneak-preview {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 69px;
  height: 43px;
  z-index: 55;
  line-height: 15px;
  font-size: 13px;
  padding: 6px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #25282F;
  color: #fff !important;
  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 #25282F;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
}
.propertyListing {
  position: relative;
}
.sneak-preview.on-map {
  top: 30px;
  right: 5px;
}
@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 #25282F;
    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 #25282F;
    bottom: -12px;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
/* These .less files rely on the variables above */
#listing-open-form-alpha {
  font-size: 14px;
  line-height: 22px;
}
#listing-open-form-alpha strong,
#listing-open-form-alpha #inspectRe {
  cursor: pointer;
  margin-top: 10px;
  width: 230px;
}
#listing-open-form-alpha em {
  display: block;
  margin: 0 0 0;
}
#listing-open-form-alpha ul {
  display: none;
}
#listing-open-form-alpha ul li {
  margin: 0 0 5px;
}
#listing-open-form-alpha ul li a {
  margin-right: 5px;
  color: #666;
  display: inline-block;
}
#listing-open-form-alpha ul li label {
  cursor: pointer;
}
#listing-open-form-alpha ul li label input[type="checkbox"] {
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
}
#listing-open-form-alpha .blurb {
  margin: 0 0 8px;
  display: none;
}
#listing-open-form-alpha .opens-form {
  display: none;
}
#listing-open-form-alpha .opens-form fieldset {
  margin-top: 8px;
}
#listing-open-form-alpha .success-inspection-tag {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin: 5px;
  padding: 3px;
  font-weight: 600;
}
#listing-open-form-alpha .fieldset_contact_method {
  line-height: 21px;
  text-align: center;
  padding-bottom: 8px;
}
#listing-open-form-alpha .fieldset_contact_method label {
  margin: 0 20px 0 0;
  cursor: pointer;
}
#listing-open-form-alpha .fieldset_contact_method label input {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle;
}
#listing-open-form-alpha .fieldset_contact_method label.email {
  margin: 0px;
}
#listing-open-form-alpha .fieldset_notes textarea {
  display: block;
  resize: vertical;
}
#listing-open-form-alpha .fieldset_submit {
  margin-top: 8px;
}
#listing-open-form-alpha:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listing-open-form-alpha ul li label input[type="checkbox"] {
    margin: 0 12px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 12px;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 12px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 6px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 6px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method {
    line-height: inherit;
    width: 100%;
    text-align: right;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method .contact-method {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label {
    margin: 0 20px 0 0;
    cursor: pointer;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label input {
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label.email {
    margin: 0px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_notes {
    width: 100%;
    padding: 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_submit {
    float: right;
    width: 25%;
    padding: 0;
  }
  #listing-open-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listing-open-form-alpha .message {
    margin-top: 0px;
  }
  #listing-open-form-alpha ul li label input[type="checkbox"] {
    margin: 0 10px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 20px;
    clear: both;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 20px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 10px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_submit {
    float: right;
    padding: 0;
  }
  #listing-open-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('/assets/layout/python/fonts/icomoon.eot?lbghr0');
  src: url('/assets/layout/python/fonts/icomoon.eot?lbghr0#iefix') format('embedded-opentype'), url('/assets/layout/python/fonts/icomoon.ttf?lbghr0') format('truetype'), url('/assets/layout/python/fonts/icomoon.woff?lbghr0') format('woff'), url('/assets/layout/python/fonts/icomoon.svg?lbghr0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ChevRight:before {
  content: "\e901";
}
.icon-ChevLeft:before {
  content: "\e900";
}
.lity-container {
  width: 100%;
  max-width: 800px !important;
}
.lity-container .lity-content {
  padding: 20px;
  background: white;
}
#error-page {
  padding: 150px 20px 100px;
  text-align: center;
}
#error-page h1 {
  font-size: 2em;
}
#error-page h2 {
  font-size: 1.5em;
  padding: 10px 0;
}
sup {
  vertical-align: super;
  font-size: 70%;
}
form {
  color: black !important;
}
body {
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  color: black;
  background-color: #f1f1f1;
  position: relative;
  font-weight: 400;
}
body.home {
  overflow-x: hidden;
}
.default-btn {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
}
.default-btn:focus,
.default-btn:hover,
.default-btn:active {
  color: #fff;
  background-color: #30343d;
}
.default-link {
  text-decoration: none;
  color: black;
}
.default-link:focus,
.default-link:hover,
.default-link:active {
  color: #25282F;
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-style: normal !important;
}
#header-python {
  display: block;
  background-color: #fff;
  max-width: 1130px;
  margin: 0 auto;
  border-top: 3px solid #25282F;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 140;
}
#header-python:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transform: translateY(0.3125em);
  -moz-transform: translateY(0.3125em);
  -ms-transform: translateY(0.3125em);
  -o-transform: translateY(0.3125em);
  transform: translateY(0.3125em);
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  padding-bottom: 0.25em;
  box-shadow: none;
  display: block;
  content: '';
  border-bottom: none;
  opacity: 1;
}
#header-python section {
  max-width: 1130px;
  min-height: 50px;
  padding: 0 8px;
  margin: 0 auto;
  background-color: transparent;
  min-height: inherit;
  box-sizing: border-box;
}
#header-python section #logo {
  height: 50px;
  line-height: 50px;
  float: left;
  overflow: hidden;
}
#header-python section #logo img {
  vertical-align: middle;
  max-height: 30px;
}
#header-python section #menuOpen,
#header-python section #quickSearchOpen {
  float: right;
  color: black;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-left: 10px;
}
#header-python section #menuOpen i,
#header-python section #quickSearchOpen i {
  font-size: 25px;
  line-height: inherit;
}
#header-python section #quickSearchOpen i {
  font-size: 20px;
  line-height: 46px;
}
#header-python section #quickSearch {
  display: none;
  clear: both;
  margin-bottom: 8px;
}
#header-python section #quickSearch input {
  width: 80%;
  float: left;
}
#header-python section #quickSearch a {
  width: 18.5%;
  float: right;
}
#header-python section #quickSearch .default-btn {
  border: solid 1px #25282F;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-python section #quickSearch .default-btn:hover {
  color: white;
}
#header-python section #quickSearch:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#header-python section:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#header-python section nav {
  font-family: 'Roboto', sans-serif;
  background-color: #f2f2f2;
  padding: 8px;
  box-sizing: border-box;
}
#header-python section nav ul li {
  width: 100%;
}
#header-python section nav ul li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 300;
  display: block;
  background-color: #fff;
  color: black;
  text-decoration: none;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
}
#header-python section nav ul li a:focus,
#header-python section nav ul li a:hover,
#header-python section nav ul li a:active {
  background-color: #ffffff;
}
#header-python section nav ul li ol li {
  padding: 0px;
}
#header-python section nav ul li ol li a {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  background-color: transparent;
  font-size: 14px;
  padding: 4px 16px;
  text-transform: initial;
  text-transform: none;
}
#header-python section nav ul li ol li a:focus,
#header-python section nav ul li ol li a:hover,
#header-python section nav ul li ol li a:active {
  background-color: #ffffff;
}
#header-python section nav .nav-quicksearch {
  display: none;
}
section {
  max-width: 1130px;
  margin: 0 auto;
  color: #6a6a6a;
  background: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#search-form-echo,
#emailAFriendFormDiv,
.contact-form-alpha {
  background: transparent !important;
  font-family: 'Roboto', sans-serif;
}
#search-form-echo input,
#emailAFriendFormDiv input,
.contact-form-alpha input,
#search-form-echo select,
#emailAFriendFormDiv select,
.contact-form-alpha select,
#search-form-echo span,
#emailAFriendFormDiv span,
.contact-form-alpha span,
#search-form-echo a,
#emailAFriendFormDiv a,
.contact-form-alpha a {
  font-family: 'Roboto', sans-serif;
}
#search-form-echo span,
#emailAFriendFormDiv span,
.contact-form-alpha span,
#search-form-echo a,
#emailAFriendFormDiv a,
.contact-form-alpha a {
  text-transform: uppercase;
}
form a,
form input[type="submit"] {
  background: white;
  transition: all 0.5s;
  color: black;
}
form a:hover,
form input[type="submit"]:hover {
  background: #25282F;
  transition: all 0.5s;
}
.nav-quicksearch form a {
  background: transparent !important;
}
.nav-quicksearch form a:hover {
  background: transparent !important;
}
form input,
form select,
form .ms-parent.suburb,
form button,
form a {
  height: 40px;
  line-height: 40px;
}
#search-form-echo,
#refine-agents-bravo {
  padding: 8px;
  margin-bottom: 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#search-form-echo fieldset,
#refine-agents-bravo fieldset {
  padding-bottom: 8px;
}
#search-form-echo .field-go,
#refine-agents-bravo .field-go {
  padding-bottom: 0;
}
#search-form-echo .field-go a,
#refine-agents-bravo .field-go a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
  border: solid 1px #25282F;
  color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#search-form-echo .field-go a:focus,
#refine-agents-bravo .field-go a:focus,
#search-form-echo .field-go a:hover,
#refine-agents-bravo .field-go a:hover,
#search-form-echo .field-go a:active,
#refine-agents-bravo .field-go a:active {
  color: #fff;
  background-color: #30343d;
}
#search-form-echo .field-go a:disabled,
#refine-agents-bravo .field-go a:disabled {
  background: #ccc;
}
#search-form-echo .field-go a:disabled:hover,
#refine-agents-bravo .field-go a:disabled:hover,
#search-form-echo .field-go a:disabled:active,
#refine-agents-bravo .field-go a:disabled:active,
#search-form-echo .field-go a:disabled:focus,
#refine-agents-bravo .field-go a:disabled:focus {
  background: #ccc;
}
.propertyListing {
  position: relative;
  margin: 0 0 8px;
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.propertyListing .image {
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  display: block;
  position: relative;
}
.propertyListing .image img {
  width: 100%;
}
.propertyListing .image .videoButton {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 5px 8px;
  color: #fff;
  background-color: rgba(37, 40, 47, 0.7);
  font-size: 25px;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.propertyListing .banner {
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  background: white;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
  color: #242424;
}
.propertyListing div.suburb {
  padding: 8px 8px 0;
  font-family: 'Roboto', sans-serif;
  color: #242424;
  font-size: 16px;
}
.propertyListing div {
  padding: 0 8px 0;
  white-space: nowrap;
}
.propertyListing span.bbc {
  display: block;
  padding: 8px;
  height: 26px;
}
.propertyListing span.bbc span {
  display: inline-block;
  margin-right: 8px;
}
.propertyListing span.bbc span i {
  display: block;
  font-size: 16px;
  display: inline-block;
  border: 2px solid #6a6a6a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px;
  text-align: center;
  vertical-align: sub;
}
.propertyListing span.price,
.propertyListing span.method,
.propertyListing span.sold,
.propertyListing span.under-contract,
.propertyListing span.contact-agent {
  display: block;
  padding: 0 8px;
  white-space: nowrap;
}
.propertyListing a.button {
  display: block;
  text-align: left;
  padding: 8px;
  text-decoration: none;
  color: black;
  font-family: 'Roboto', sans-serif;
}
.propertyListing a.button:focus,
.propertyListing a.button:hover,
.propertyListing a.button:active {
  color: #25282F;
}
.propertyListing a.button i {
  display: none;
}
.officeListing {
  position: relative;
  margin: 0 0 8px;
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.officeListing .image img {
  width: 100%;
  display: block;
}
.officeListing .office-name {
  display: block;
  text-decoration: none;
  padding: 8px 8px 0;
  font-family: 'Roboto', sans-serif;
  color: #242424;
  font-size: 16px;
  margin: 0 0 8px;
  overflow: hidden;
}
.officeListing .address {
  display: block;
  margin: 0 0 8px;
  overflow: hidden;
}
.officeListing span {
  padding: 0 8px 0;
  display: block;
  overflow: hidden;
}
.officeListing .phone a,
.officeListing .mail-btn {
  color: inherit;
  text-decoration: none;
}
.officeListing .phone a:focus,
.officeListing .mail-btn:focus,
.officeListing .phone a:hover,
.officeListing .mail-btn:hover,
.officeListing .phone a:active,
.officeListing .mail-btn:active {
  text-decoration: underline;
}
.officeListing a.button {
  display: block;
  text-align: left;
  padding: 8px;
  text-decoration: none;
  color: black;
  font-family: 'Roboto', sans-serif;
}
.officeListing a.button:focus,
.officeListing a.button:hover,
.officeListing a.button:active {
  color: #25282F;
}
.officeListing a.button i {
  display: none;
}
#footer-bravo {
  clear: both;
  max-width: 1130px;
  margin: 0 auto;
  background-color: white;
  color: black;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
#footer-bravo:after {
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(0.3125em);
  -moz-transform: translateY(0.3125em);
  -ms-transform: translateY(0.3125em);
  -o-transform: translateY(0.3125em);
  transform: translateY(0.3125em);
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  padding-bottom: 0.25em;
  box-shadow: none;
  display: block;
  content: '';
  border-bottom: none;
  opacity: 1;
}
#footer-bravo ul {
  display: none;
  max-width: 1130px;
  margin: 0 auto;
  box-sizing: border-box;
}
#footer-bravo ul li a {
  display: block;
  padding-bottom: 8px;
}
#footer-bravo ul li a span {
  color: #25282F;
  font-size: 28px;
  vertical-align: middle;
  padding-right: 5px;
}
#footer-bravo a {
  color: black;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#footer-bravo a:focus,
#footer-bravo a:hover,
#footer-bravo a:active {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #25282F;
}
#footer-bravo .disclaimer {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
#footer-bravo .disclaimer a:hover {
  color: #25282F;
}
#footer-delta {
  max-width: 1130px;
  margin: 0 auto;
  background-color: white;
  color: black;
  padding: 16px 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-delta .footer-logo {
  display: block;
  height: 30px;
  margin: 8px 0;
}
#footer-delta .footer-logo img {
  display: block;
  height: 30px;
  margin: 0 auto;
}
#footer-delta .site-map {
  display: none;
}
#footer-delta a {
  color: black;
  text-decoration: none;
  text-align: center;
}
#footer-delta a:focus,
#footer-delta a:hover,
#footer-delta a:active {
  color: #25282F;
}
#footer-delta .disclaimer {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
#footer-delta .social {
  display: block;
  text-align: center;
  padding-top: 8px;
}
#footer-delta .social a {
  display: inline-block;
  font-size: 22px;
  margin: 0 5px;
}
select,
input[type=text],
input[type=email],
textarea,
.ms-choice {
  height: 42px;
  line-height: 36px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  padding: 0 0 0 8px;
  color: black;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  font-family: "Roboto", sans-serif;
  display: block;
  resize: vertical !important;
}
select span.placeholder,
input[type=text] span.placeholder,
input[type=email] span.placeholder,
textarea span.placeholder,
.ms-choice span.placeholder {
  color: black;
}
select div,
input[type=text] div,
input[type=email] div,
textarea div,
.ms-choice div,
select div.open,
input[type=text] div.open,
input[type=email] div.open,
textarea div.open,
.ms-choice div.open {
  background: transparent;
}
.ms-search input[type=text] {
  height: 26px;
  line-height: 26px;
}
.ms-drop {
  margin-left: -1px;
}
.ms-drop ul > li {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: black;
}
.ms-choice {
  height: 42px;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
textarea {
  height: 84px;
  line-height: 22px;
  padding: 8px;
}
input[type=submit] {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
}
input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:active {
  color: #fff;
  background-color: #30343d;
}
input[type=submit]:disabled {
  background: #ccc;
}
input[type=submit]:disabled:hover,
input[type=submit]:disabled:active,
input[type=submit]:disabled:focus {
  background: #ccc;
}
#menu {
  z-index: 150;
}
.top-section,
#title {
  padding: 0 8px;
  text-align: center;
  position: relative;
}
.top-section h1,
#title h1,
.top-section .items-delta-heading,
#title .items-delta-heading {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 30px auto 16px;
  color: black;
  border-left: 1px solid #25282F;
  border-right: 1px solid #25282F;
}
.top-section #search-form-echo,
#title #search-form-echo {
  /*display: none;*/
}
.top-section .left,
#title .left {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: black;
}
.top-section .right,
#title .right {
  display: none;
  text-align: center;
  padding: 8px 0;
}
.top-section .right li,
#title .right li {
  display: inline-block;
}
.top-section .right a,
#title .right a {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: black;
  text-decoration: none;
}
.top-section .right a:focus,
#title .right a:focus,
.top-section .right a:hover,
#title .right a:hover,
.top-section .right a:active,
#title .right a:active {
  color: #25282F;
}
.top-section .right #print-all-btn,
#title .right #print-all-btn,
.top-section .right .print-btn,
#title .right .print-btn {
  display: none;
}
#title {
  background: #ffffff;
  max-width: 1130px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.slideshow-alpha {
  position: relative;
}
.slideshow-alpha .bx-wrapper,
.slideshow-alpha .bx-viewport {
  padding-bottom: 80%;
  height: 0 !important;
  overflow: hidden;
}
.slideshow-alpha .bx-wrapper ul,
.slideshow-alpha .bx-viewport ul {
  padding-bottom: 80%;
  height: 0 !important;
}
.slideshow-alpha .bx-wrapper ul li,
.slideshow-alpha .bx-viewport ul li {
  padding-bottom: 80%;
  height: 0 !important;
  width: 100% !important;
  position: relative;
}
.slideshow-alpha .bx-wrapper ul li a,
.slideshow-alpha .bx-viewport ul li a {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.slideshow-alpha .bx-wrapper ul li a span,
.slideshow-alpha .bx-viewport ul li a span {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  width: 100%;
}
.slideshow-alpha .bx-wrapper ul li a span em,
.slideshow-alpha .bx-viewport ul li a span em {
  display: none;
}
.slideshow-alpha .bx-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.slideshow-alpha .bx-pager .bx-pager-item {
  display: inline-block;
}
.slideshow-alpha .bx-pager .bx-pager-item a {
  display: block;
  height: 16px;
  width: 16px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slideshow-alpha .bx-pager .bx-pager-item .active {
  background-color: #fff;
}
.slideshow-alpha .bx-controls-direction {
  display: block;
}
.slideshow-alpha .bx-controls-direction a {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 99;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: -20px;
  opacity: .5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slideshow-alpha .bx-controls-direction .bx-next {
  left: auto;
  right: 12px;
}
.slideshow-alpha:hover .bx-controls-direction a {
  opacity: 1;
}
#homepage-foxtrot {
  text-align: center;
}
#homepage-foxtrot .heading {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: black;
  border-left: 1px solid #25282F;
  border-right: 1px solid #25282F;
}
#homepage-foxtrot #search-form-echo {
  margin: 0 8px;
}
#homepage-foxtrot .activity-buttons {
  width: 90%;
  margin: 0 auto 16px;
}
#homepage-foxtrot .activity-buttons:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#homepage-foxtrot .activity-buttons a {
  display: inline-block;
  float: left;
  width: 33.33%;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #6a6a6a;
  text-decoration: none;
}
#homepage-foxtrot .activity-buttons a i {
  display: inline-block;
  font-size: 20px;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px;
  margin-bottom: 4px;
}
#homepage-foxtrot .activity-buttons a span {
  display: block;
}
#homepage-foxtrot .activity-buttons .active i {
  color: #25282F;
  border-color: #25282F;
}
#homepage-foxtrot .activity-buttons .active span {
  color: #242424;
}
#homepage-foxtrot .home-video {
  display: none;
}
#homepage-foxtrot .home-video video {
  display: none;
}
.four-col-desktop {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px;
}
.loading-spinner {
  padding: 8px 0 16px;
  font-size: 24px;
  text-align: center;
  opacity: .5;
  display: none;
}
#listings-delta {
  display: block;
  padding-top: 50px;
}
#listings-delta #listings-delta {
  padding-top: 20px;
}
.propertyListing-bells .image {
  position: relative;
}
.propertyListing-bells .image:after {
  content: '';
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.propertyListing-bells:hover .image:after {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#pagination-alpha {
  clear: both;
  text-align: center;
  font-size: 16px;
}
#pagination-alpha a {
  font-family: 'Roboto', sans-serif;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px 8px;
}
#pagination-alpha .active {
  color: #25282F;
}
#listing-show-echo .placeholder {
  height: 0px;
  padding-bottom: 80%;
  overflow: hidden;
  background: url(/assets/layout/_global/images/image-placeholder.png) 50% 50% no-repeat;
  background-size: cover;
}
#listing-show-echo .banner {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #fff;
  color: #242424;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
  height: auto;
  z-index: 90;
}
#listing-show-echo .bx-wrapper {
  height: 0px;
  padding-bottom: 80%;
  overflow: hidden;
  background-color: #bebebe;
  position: relative;
}
#listing-show-echo .bx-wrapper li {
  overflow: hidden;
}
#listing-show-echo .bx-wrapper .bx-controls-direction {
  display: none;
}
#listing-show-echo .videoButton {
  position: absolute;
  bottom: 23px;
  left: 0;
  z-index: 99;
  padding: 10px 20px;
  color: #fff;
  background-color: rgba(37, 40, 47, 0.7);
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#listing-show-echo .videoButton i {
  margin-right: 5px;
  font-size: 25px;
  vertical-align: text-bottom;
}
#listing-show-echo .info {
  font-size: 14px;
  line-height: 22px;
}
#listing-show-echo .info .card {
  padding: 8px;
}
#listing-show-echo .info ul.links li {
  margin-bottom: 8px;
}
#listing-show-echo .info ul.links li a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
}
#listing-show-echo .info ul.links li a:focus,
#listing-show-echo .info ul.links li a:hover,
#listing-show-echo .info ul.links li a:active {
  color: #fff;
  background-color: #30343d;
}
#listing-show-echo .info ul.links li a:disabled {
  background: #ccc;
}
#listing-show-echo .info ul.links li a:disabled:hover,
#listing-show-echo .info ul.links li a:disabled:active,
#listing-show-echo .info ul.links li a:disabled:focus {
  background: #ccc;
}
#listing-show-echo .info ul.links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-echo .info .bbc {
  margin: 8px 0;
  text-align: center;
}
#listing-show-echo .info .bbc span {
  display: inline-block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  padding: 0 10px 0 5px;
}
#listing-show-echo .info .bbc span i {
  font-size: 22px;
  display: inline-block;
  border: 2px solid #6a6a6a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px;
  text-align: center;
  vertical-align: sub;
}
#listing-show-echo .info .description h2,
#listing-show-echo .info .description h3,
#listing-show-echo .info .description h4 {
  display: block;
  padding: 8px 0 4px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: black;
}
#listing-show-echo .info .description b {
  font-weight: bold;
}
#listing-show-echo .info .description ul {
  margin-top: 8px;
}
#listing-show-echo .info .description ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 28px;
}
#listing-show-echo .info .description .tenancy-application-download {
  margin-top: 10px;
}
#listing-show-echo .info .description .staff {
  padding-top: 16px;
}
#listing-show-echo .info .description .staff .staff-member {
  padding-bottom: 8px;
  clear: both;
}
#listing-show-echo .info .description .staff .staff-member .details .staff-image {
  float: left;
  width: 30%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
#listing-show-echo .info .description .staff .staff-member .details .staff-image img {
  width: 100%;
}
#listing-show-echo .info .description .staff .staff-member .details div {
  float: left;
  width: 70%;
  padding-left: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-echo .info .description .staff .staff-member .details div a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#listing-show-echo .info .description .staff .staff-member .details div .name {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: black;
  padding-bottom: 4px;
}
#listing-show-echo .info .description .staff:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-echo .info .tools .apply-buttons a {
  margin-bottom: 10px;
}
#listing-show-echo .info .tools .linkset {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#listing-show-echo .info .tools .linkset h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding-bottom: 4px;
}
#listing-show-echo .info .tools .linkset span {
  display: block;
}
#listing-show-echo .info .tools .linkset a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#listing-show-echo .info .tools .linkset a i {
  display: none;
  font-size: 22px;
  vertical-align: sub;
  width: 25px;
  margin-bottom: 5px;
}
#listing-show-echo .info .tools .linkset:last-child {
  border: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#listing-show-echo .info .tools .linkset table tr td {
  width: 120px;
  display: inline-block;
}
#listing-show-echo .info .tools .linkset table tr td:nth-child(2) {
  text-align: left;
}
#listing-show-echo h3.formHeading {
  display: block;
  padding: 8px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: black;
}
#listing-show-echo .contact-form-alpha,
#listing-show-echo #emailAFriendFormDiv {
  padding: 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#listing-show-echo .contact-form-alpha form fieldset,
#listing-show-echo #emailAFriendFormDiv form fieldset {
  padding-bottom: 8px;
}
#listing-show-echo .contact-form-alpha form .fieldset_submit,
#listing-show-echo #emailAFriendFormDiv form .fieldset_submit,
#listing-show-echo .contact-form-alpha form .fieldset_send,
#listing-show-echo #emailAFriendFormDiv form .fieldset_send {
  padding-bottom: 0;
}
#listing-show-echo #emailAFriendFormDiv {
  margin: 8px 0;
}
#listing-show-echo .map #map_canvas {
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  overflow: hidden;
}
#agents-charlie h2 {
  display: none;
}
#agents-charlie .two-col-tablet {
  padding: 0 0 8px 8px;
}
#agents-charlie .two-col-tablet li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 0 0;
}
#agents-charlie .two-col-tablet li .card {
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  min-height: 245px;
}
#agents-charlie .two-col-tablet li .card .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
}
#agents-charlie .two-col-tablet li .card .image img {
  display: block;
  width: 100%;
}
#agents-charlie .two-col-tablet li .card .info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  font-size: 12px;
  line-height: 18px;
}
#agents-charlie .two-col-tablet li .card .info .no-mobile {
  display: none;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only {
  display: block;
  margin: -10px 0 10px;
  text-align: center;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only a {
  display: inline-block;
  font-size: 25px;
  margin: 0 5px;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only a .fa-mobile {
  font-size: 27px;
  vertical-align: text-bottom;
}
#agents-charlie .two-col-tablet li .card .info .name {
  display: block;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: black;
  padding-bottom: 4px;
}
#agents-charlie .two-col-tablet li .card .info a {
  color: inherit;
  text-decoration: none;
  content: 'email me';
}
#agents-charlie .two-col-tablet li .card .info a:focus,
#agents-charlie .two-col-tablet li .card .info a:hover,
#agents-charlie .two-col-tablet li .card .info a:active {
  text-decoration: underline;
}
#agents-charlie .two-col-tablet li .card .info .links {
  display: none;
}
#agents-charlie .two-col-tablet li .card .info .links a {
  font-family: 'Roboto', sans-serif;
  color: black;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 14px;
}
#agents-charlie .two-col-tablet li .card .info .links a:focus,
#agents-charlie .two-col-tablet li .card .info .links a:hover,
#agents-charlie .two-col-tablet li .card .info .links a:active {
  text-decoration: none;
  color: #25282F;
}
#agents-charlie .two-col-tablet li .card .info .links a i {
  display: none;
}
#agents-charlie .two-col-tablet:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#opens-delta .container,
#auctions-charlie .container {
  padding: 8px;
}
#opens-delta .container h2,
#auctions-charlie .container h2 {
  margin: 16px 0 8px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: black;
}
#opens-delta .container h2 span,
#auctions-charlie .container h2 span {
  display: none;
}
#opens-delta .container ul,
#auctions-charlie .container ul {
  margin: 8px 0;
}
#opens-delta .container ul li,
#auctions-charlie .container ul li {
  background-color: #f1f1f1;
  padding: 8px;
  margin-bottom: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#opens-delta .container ul li a,
#auctions-charlie .container ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  color: inherit;
}
#opens-delta .container ul li a b,
#auctions-charlie .container ul li a b {
  display: block;
  width: 80%;
  float: left;
}
#opens-delta .container ul li a em,
#auctions-charlie .container ul li a em {
  display: block;
  width: 80%;
  float: left;
}
#opens-delta .container ul li a input,
#auctions-charlie .container ul li a input {
  display: none;
}
#opens-delta .container ul li a span,
#auctions-charlie .container ul li a span {
  width: 20%;
  float: right;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 8px auto 0;
}
#opens-delta .container ul li a:after,
#auctions-charlie .container ul li a:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#appraisal {
  padding: 0 8px 8px;
  font-size: 14px;
  line-height: 22px;
}
#appraisal article {
  text-align: center;
  padding: 8px 0;
}
#appraisal article h2,
#appraisal article h1 {
  display: block;
  padding: 0 0 8px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: black;
}
#appraisal article p {
  padding: 0 0 8px;
}
#appraisal form {
  background: #f1f1f1;
  padding: 8px;
}
#appraisal form fieldset {
  padding: 0 0 8px;
}
#appraisal form fieldset label {
  font-family: 'Roboto', sans-serif;
  color: black;
}
#appraisal form .fieldset_first_name {
  clear: both;
}
#appraisal form .fieldset_mobile {
  margin-bottom: 16px;
}
#appraisal form input[type="submit"] {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
  /*border: solid 1px @brand-secondary;
			color: @button-color;
			&:hover {
				color: @button-color-rollover;
			}*/
}
#appraisal form input[type="submit"]:focus,
#appraisal form input[type="submit"]:hover,
#appraisal form input[type="submit"]:active {
  color: #fff;
  background-color: #30343d;
}
#appraisal form input[type="submit"]:disabled {
  background: #ccc;
}
#appraisal form input[type="submit"]:disabled:hover,
#appraisal form input[type="submit"]:disabled:active,
#appraisal form input[type="submit"]:disabled:focus {
  background: #ccc;
}
#contact-charlie {
  display: block;
  padding-top: 50px;
}
#contact-charlie h2 {
  display: none;
}
#contact-charlie .container {
  padding: 0 8px 8px;
  font-size: 14px;
  line-height: 22px;
}
#contact-charlie .container .address .office-contact-details-alpha {
  padding: 8px;
  background-color: #f1f1f1;
  margin: 8px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#contact-charlie .container .address .office-contact-details-alpha .office-name {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: black;
}
#contact-charlie .container .address .office-contact-details-alpha a {
  color: inherit;
  text-decoration: none;
}
#contact-charlie .container .address .office-contact-details-alpha a:focus,
#contact-charlie .container .address .office-contact-details-alpha a:hover,
#contact-charlie .container .address .office-contact-details-alpha a:active {
  text-decoration: underline;
}
#contact-charlie .container .address .office-contact-details-alpha-licence {
  display: none;
}
#contact-charlie .container .address .item-image-alpha {
  margin: 0 0 8px;
}
#contact-charlie .container .address .item-image-alpha a img {
  width: 100%;
  display: block;
}
#contact-charlie .container .address .item-image-alpha a span {
  display: none;
}
#contact-charlie .form-title {
  margin: 8px 0 0;
  padding: 8px 8px 0;
  display: block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: black;
  background-color: #f1f1f1;
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
}
#contact-charlie .contact-form-alpha {
  font-size: 14px;
  line-height: 22px;
}
#contact-charlie .contact-form-alpha form {
  background: #f1f1f1;
  padding: 8px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
#contact-charlie .contact-form-alpha form fieldset {
  padding: 0 0 8px;
}
#contact-charlie .contact-form-alpha form fieldset label {
  font-family: 'Roboto', sans-serif;
  color: black;
}
#contact-charlie .contact-form-alpha form .fieldset_first_name {
  clear: both;
}
#contact-charlie .contact-form-alpha form .fieldset_mobile {
  /*margin-bottom: @global-padding-mobile*2;*/
}
#contact-charlie .contact-form-alpha form .fieldset_submit {
  padding: 0px;
}
#items-delta,
#item-echo,
#item-foxtrot {
  padding-top: 50px;
  display: block;
}
#items-delta a,
#item-echo a,
#item-foxtrot a {
  color: #25282F;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#items-delta a:hover,
#item-echo a:hover,
#item-foxtrot a:hover {
  color: #474c5a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#items-delta b,
#item-echo b,
#item-foxtrot b {
  font-weight: bold;
}
#items-delta i,
#item-echo i,
#item-foxtrot i {
  font-style: italic;
}
#items-delta .container,
#item-echo .container,
#item-foxtrot .container {
  padding: 0 8px 8px;
  font-size: 14px;
  line-height: 22px;
}
#items-delta .container article,
#item-echo .container article,
#item-foxtrot .container article {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px;
  margin: 8px 0 0;
}
#items-delta .container article .images,
#item-echo .container article .images,
#item-foxtrot .container article .images {
  margin: 0 0 8px;
}
#items-delta .container article .images img,
#item-echo .container article .images img,
#item-foxtrot .container article .images img {
  width: 100%;
  display: block;
  margin-bottom: 12px;
}
#items-delta .container article .text,
#item-echo .container article .text,
#item-foxtrot .container article .text {
  flex: 4;
}
#items-delta .container article .text .default-btn,
#item-echo .container article .text .default-btn,
#item-foxtrot .container article .text .default-btn {
  margin-top: 8px;
}
#items-delta .container article .text:only-child,
#item-echo .container article .text:only-child,
#item-foxtrot .container article .text:only-child {
  padding-right: 0;
}
#items-delta .container article .images,
#item-echo .container article .images,
#item-foxtrot .container article .images {
  flex: 3;
}
#item-echo .container article .images {
  margin: 0;
}
#item-echo .container article .images img {
  margin: 0 0 8px;
}
#item-foxtrot .bx-wrapper,
#item-foxtrot .bx-viewport {
  height: 300px;
  overflow: hidden;
}
#item-foxtrot .bx-wrapper ul,
#item-foxtrot .bx-viewport ul {
  height: 100%;
}
#item-foxtrot .bx-wrapper ul li,
#item-foxtrot .bx-viewport ul li {
  height: 100%;
  position: relative;
  /*img{
					display: block;
				}*/
}
#item-foxtrot .bx-wrapper ul li span,
#item-foxtrot .bx-viewport ul li span,
#item-foxtrot .bx-wrapper ul li a,
#item-foxtrot .bx-viewport ul li a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
#agent-show-charlie {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 8px;
}
#agent-show-charlie .container {
  background-color: #f1f1f1;
  margin: 0 8px;
}
#agent-show-charlie .container .image img {
  display: block;
  width: 100%;
}
#agent-show-charlie .container .contact {
  margin: 8px 0 0;
  padding: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#agent-show-charlie .container .contact h2,
#agent-show-charlie .container .contact h3 {
  padding: 0 0 8px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: black;
}
#agent-show-charlie .container .contact a {
  text-decoration: none;
  color: inherit;
}
#agent-show-charlie .container .contact a:focus,
#agent-show-charlie .container .contact a:hover,
#agent-show-charlie .container .contact a:active {
  color: #25282F;
}
#agent-show-charlie .container .contact h3 {
  padding: 8px 0;
}
#agent-show-charlie .container .contact div {
  display: block;
  padding: 8px 0 0;
}
#agent-show-charlie .container .contact .social-links {
  text-align: center;
  padding: 8px 0;
}
#agent-show-charlie .container .contact .social-links a {
  display: inline-block;
  font-size: 30px;
}
#agent-show-charlie .container .contact .social-links a i.fa-facebook-official {
  color: #3a5795;
}
#agent-show-charlie .container .contact .social-links a i.fa-twitter {
  color: #55ACEE;
}
#agent-show-charlie .container .contact .social-links a i.fa-youtube-play {
  color: #CC181E;
}
#agent-show-charlie .container .contact .buttons a {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: black;
  display: block;
  margin-top: 8px;
}
#agent-show-charlie .container .contact .buttons a:focus,
#agent-show-charlie .container .contact .buttons a:hover,
#agent-show-charlie .container .contact .buttons a:active {
  color: #25282F;
}
#agent-show-charlie .heading {
  padding: 0 8px;
  text-align: center;
  position: relative;
}
#agent-show-charlie .heading h3,
#agent-show-charlie .heading h4 {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: black;
  border-left: 1px solid #25282F;
  border-right: 1px solid #25282F;
}
#agent-show-charlie .profile {
  padding: 8px;
  margin: 0 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#agent-show-charlie .agent-form-alpha {
  padding: 8px;
  margin: 0 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#agent-show-charlie .agent-form-alpha form fieldset {
  padding: 0 0 8px;
}
#agent-show-charlie .agent-form-alpha form .fieldset_submit {
  padding: 0;
}
#no-results {
  font-size: 14px;
  line-height: 22px;
  padding: 8px 8px 16px;
  text-align: center;
}
#no-results h2 {
  font-family: 'Roboto', sans-serif;
  color: black;
  margin: 0 0 16px;
  text-align: center;
  font-size: 1.3em;
}
#no-results a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
  margin: 16px auto;
  width: 100px;
  height: 32px;
  line-height: 32px;
}
#no-results a:focus,
#no-results a:hover,
#no-results a:active {
  color: #fff;
  background-color: #30343d;
}
#no-results a:disabled {
  background: #ccc;
}
#no-results a:disabled:hover,
#no-results a:disabled:active,
#no-results a:disabled:focus {
  background: #ccc;
}
.panel-danger {
  color: #A94442;
  background-color: #F2DEDE;
  border: 1px solid #A94442;
  border-radius: 5px;
  margin: 15px auto;
  line-height: 22px;
  overflow: hidden;
  font-size: 14px;
}
.panel-danger .panel-heading {
  line-height: 20px;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  background-color: #A94442;
  color: #fff;
  border-bottom: 1px solid #A94442;
  text-align: left;
}
.panel-danger .panel-heading .panel-title {
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.panel-danger .panel-body {
  padding: 10px;
}
.panel-danger .panel-body ol {
  text-align: left;
  list-style: disc;
  list-style-position: inside;
}
.form-error {
  display: none;
  color: #A94442;
  background-color: #F2DEDE;
  border: 1px solid #A94442;
  border-radius: 5px;
  margin: 15px auto;
  line-height: 22px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.form-error .error-messages li {
  line-height: inherit;
  width: 100%;
  font-size: 14px;
  padding: 0;
}
#flash-message,
.success-message,
.form-success {
  display: block;
  background-color: #ceeece;
  color: #4a844a;
  border: 1px solid #4a844a;
  border-radius: 5px;
  margin: 15px auto;
  line-height: 20px;
  padding: 10px;
}
#flash-message a,
.success-message a,
.form-success a {
  display: none;
}
.form-success {
  display: none;
  text-align: center;
}
#search-map-alpha .description {
  margin: 8px;
  font-size: 14px;
  line-height: 22px;
}
#search-map-alpha .description .close {
  float: right;
  cursor: pointer;
  font-size: 18px;
}
#search-map-alpha .description b {
  font-weight: bold;
}
#search-map-alpha .description h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 8px;
  color: black;
  font-family: 'Roboto', sans-serif;
}
#search-map-alpha .description h2 i {
  font-size: 24px;
  vertical-align: top;
  margin-right: 5px;
  color: #25282F;
}
#search-map-alpha .map-holder {
  padding: 0 8px 8px;
}
.advanced-btn-more,
.advanced-btn-more-mobile,
.advanced-button-less {
  display: none;
}
.static_social {
  display: none;
}
#media-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 8px;
}
#media-alpha .container {
  margin: 0 8px 0 8px;
  padding: 8px;
  background-color: #f1f1f1;
  color: black;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#media-alpha .container .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#media-alpha .container .video-container iframe,
#media-alpha .container .video-container object,
#media-alpha .container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .static_social {
    display: none;
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 59;
    margin-top: -110px;
  }
  .static_social a {
    display: block;
    height: 55px;
    width: 55px;
    overflow: hidden;
    text-align: left;
    background-color: #717171;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .static_social a span {
    width: 250px;
    line-height: 55px;
  }
  .static_social a span i {
    line-height: 55px;
    display: inline-block;
    width: 55px;
    font-size: 24px;
    text-align: center;
  }
  .static_social a:nth-child(odd) {
    background-color: #4d4d4d;
  }
  .static_social a:hover {
    width: 250px;
    background-color: #45619d;
  }
  .static_social a.twitter:hover {
    background-color: #55ACEE;
  }
  .static_social a.pinterest:hover {
    background-color: #BD2126;
  }
  .static_social a.instagram:hover {
    background-color: #125688;
  }
  .static_social a.youtube:hover {
    background-color: #cc181e;
  }
  .static_social a.google:hover {
    background-color: #f44336;
  }
  .static_social a.linkedin:hover {
    background-color: #0177B5;
  }
  .static_social a.subscribe {
    background-color: #25282F;
  }
  .advanced-btn-more,
  .advanced-button-less {
    display: none;
  }
  .advanced-form-mobile fieldset {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .desktop-btns,
  .mobile-btns {
    padding-top: 6px;
    display: none;
  }
  #header-python {
    margin: 0 auto;
  }
  #header-python section {
    min-height: 70px;
  }
  #header-python section #logo {
    height: 70px;
    line-height: 70px;
  }
  #header-python section #logo img {
    max-height: 30px;
  }
  #header-python section #menuOpen,
  #header-python section #quickSearchOpen {
    height: 70px;
    line-height: 70px;
  }
  #header-python section #menuOpen i,
  #header-python section #quickSearchOpen i {
    font-size: 30px;
  }
  #header-python section #quickSearchOpen i {
    font-size: 25px;
    line-height: 70px;
    margin-right: 10px;
  }
  #header-python section #quickSearch {
    margin-bottom: 12px;
  }
  #header-python section #quickSearch input {
    width: 90%;
    float: left;
  }
  #header-python section #quickSearch a {
    width: 9.5%;
    float: right;
  }
  #header-python section #quickSearch:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #search-form-echo {
    padding: 12px;
    margin-bottom: 12px;
  }
  #search-form-echo fieldset {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 12px 6px;
  }
  #search-form-echo .field-method,
  #search-form-echo .field-suburb,
  #search-form-echo .field-price-from {
    padding: 0 6px 12px 0;
  }
  #search-form-echo .field-go {
    padding: 0;
  }
  #refine-agents-bravo {
    padding: 12px;
    margin-bottom: 12px;
  }
  #refine-agents-bravo fieldset {
    padding: 0 1px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #refine-agents-bravo .field-go {
    padding: 0 0 0 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .propertyListing {
    background-color: #f1f1f1;
  }
  .propertyListing .suburb {
    padding: 12px 12px 0;
  }
  .propertyListing div {
    padding: 0 12px 0;
  }
  .propertyListing span.bbc {
    padding: 12px;
  }
  .propertyListing span.price,
  .propertyListing span.method,
  .propertyListing span.sold,
  .propertyListing span.under-contract {
    padding: 0 12px;
  }
  .propertyListing a.button {
    padding: 12px;
  }
  .officeListing {
    margin: 0 0 12px;
  }
  .officeListing .image {
    width: 30%;
    float: left;
  }
  .officeListing .office-name {
    padding: 12px 12px 0;
  }
  .officeListing .address {
    margin: 0 0 12px;
  }
  .officeListing span {
    padding: 0 12px 0;
  }
  .officeListing a.button {
    position: absolute;
    padding: 0px;
    bottom: 12px;
    right: 12px;
  }
  .officeListing a.button.facebook {
    right: 100px;
  }
  #footer-bravo {
    padding: 12px;
  }
  #footer-bravo .disclaimer {
    text-align: left;
    /*padding-top: @global-padding-tablet;*/
  }
  #footer-delta {
    padding: 24px 12px 12px;
  }
  #footer-delta .site-map {
    display: block;
  }
  #footer-delta .site-map ul {
    margin-bottom: 12px;
    width: 25%;
    display: block;
    float: left;
  }
  #footer-delta .site-map ul li {
    margin-bottom: 12px;
  }
  #footer-delta .site-map ul li a.parent {
    color: #25282F;
    font-size: 16px;
  }
  #footer-delta .site-map:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #footer-delta .disclaimer {
    float: left;
    text-align: left;
    line-height: 30px;
  }
  #footer-delta .footer-logo {
    clear: both;
    float: right;
    margin: 0;
  }
  #footer-delta .footer-logo img {
    margin: 0;
  }
  #footer-delta .social {
    display: none;
    /*float: right;
			display: block;
			text-align: right;
			padding-top: 0;
			a{
				font-size: @global-font-size+8;
				margin: 0 0 0 10px;
			}*/
  }
  #footer-delta:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .top-section,
  #title {
    padding: 0 12px;
    position: relative;
  }
  .top-section h1,
  #title h1,
  .top-section .items-delta-heading,
  #title .items-delta-heading {
    font-size: 26px;
    border-left: 2px solid #25282F;
    border-right: 2px solid #25282F;
    padding: 0 12px;
    margin: 40px 0 24px;
  }
  .top-section #search-form-echo,
  #title #search-form-echo {
    display: block;
  }
  .top-section .top-links .left,
  #title .top-links .left {
    float: left;
    margin-bottom: 0;
  }
  .top-section .top-links .right,
  #title .top-links .right {
    display: block;
    padding: 0;
    float: right;
    text-align: right;
    margin: 0;
  }
  .top-section .top-links .right li a,
  #title .top-links .right li a {
    padding: 0;
    margin: 0;
  }
  .top-section .top-links:after,
  #title .top-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .slideshow-alpha .bx-wrapper ul li a span,
  .slideshow-alpha .bx-viewport ul li a span {
    font-size: 34px;
    line-height: 34px;
    top: 50%;
    margin-top: -60px;
  }
  .slideshow-alpha .bx-wrapper ul li a span:after,
  .slideshow-alpha .bx-viewport ul li a span:after {
    content: "View Details";
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 42px;
    height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #25282F;
    cursor: pointer;
    width: 140px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 15px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .slideshow-alpha .bx-wrapper ul li a span:after:focus,
  .slideshow-alpha .bx-viewport ul li a span:after:focus,
  .slideshow-alpha .bx-wrapper ul li a span:after:hover,
  .slideshow-alpha .bx-viewport ul li a span:after:hover,
  .slideshow-alpha .bx-wrapper ul li a span:after:active,
  .slideshow-alpha .bx-viewport ul li a span:after:active {
    color: #fff;
    background-color: #30343d;
  }
  .slideshow-alpha .bx-wrapper ul li a span:after:disabled,
  .slideshow-alpha .bx-viewport ul li a span:after:disabled {
    background: #ccc;
  }
  .slideshow-alpha .bx-wrapper ul li a span:after:disabled:hover,
  .slideshow-alpha .bx-viewport ul li a span:after:disabled:hover,
  .slideshow-alpha .bx-wrapper ul li a span:after:disabled:active,
  .slideshow-alpha .bx-viewport ul li a span:after:disabled:active,
  .slideshow-alpha .bx-wrapper ul li a span:after:disabled:focus,
  .slideshow-alpha .bx-viewport ul li a span:after:disabled:focus {
    background: #ccc;
  }
  .slideshow-alpha .bx-pager {
    bottom: 20px;
  }
  #homepage-foxtrot .heading {
    font-size: 26px;
    border-left: 2px solid #25282F;
    border-right: 2px solid #25282F;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  #homepage-foxtrot #search-form-echo {
    margin: 0 12px;
  }
  #homepage-foxtrot .activity-buttons {
    width: 80%;
    margin-bottom: 24px;
  }
  #homepage-foxtrot .activity-buttons a {
    font-size: 20px;
  }
  #homepage-foxtrot .activity-buttons a i {
    font-size: 30px;
    border: 2px solid #6a6a6a;
    margin-bottom: 6px;
  }
  #homepage-foxtrot .home-video {
    display: block;
    margin-top: 24px;
  }
  #homepage-foxtrot .home-video video {
    display: block;
  }
  .four-col-desktop {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 18px;
  }
  .four-col-desktop li .propertyListing,
  .four-col-desktop li .propertyListing-bells {
    margin: 0 6px 12px;
  }
  .four-col-desktop li .officeListing {
    margin: 0 6px 12px;
  }
  .loading-spinner {
    padding: 12px 0 24px;
  }
  #listings-delta {
    padding-top: 70px;
  }
  #listings-delta #listings-delta {
    padding-top: 20px;
  }
  #pagination-alpha {
    padding: 0 24px;
    text-align: right;
  }
  #pagination-alpha a {
    padding: 0 0 12px 10px;
  }
  #listing-show-echo .banner {
    top: 50px;
    font-size: 32px;
    padding: 9px 20px 5px;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction {
    display: block;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 99;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: -20px;
    opacity: .5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction .bx-next {
    left: auto;
    right: 12px;
  }
  #listing-show-echo .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
  }
  #listing-show-echo .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 99;
    width: 100%;
    text-align: center;
  }
  #listing-show-echo .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
  }
  #listing-show-echo .bx-wrapper .bx-pager .bx-pager-item a {
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 3px;
    border: 2px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #listing-show-echo .bx-wrapper .bx-pager .bx-pager-item .active {
    background-color: #fff;
  }
  #listing-show-echo .info .card {
    padding: 12px;
  }
  #listing-show-echo .info ul.links {
    margin-bottom: 12px;
  }
  #listing-show-echo .info ul.links li {
    margin-bottom: 0;
    float: left;
    width: 33.33%;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-echo .info ul.links li a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 42px;
    height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #25282F;
    cursor: pointer;
  }
  #listing-show-echo .info ul.links li a:focus,
  #listing-show-echo .info ul.links li a:hover,
  #listing-show-echo .info ul.links li a:active {
    color: #fff;
    background-color: #30343d;
  }
  #listing-show-echo .info ul.links li a:disabled {
    background: #ccc;
  }
  #listing-show-echo .info ul.links li a:disabled:hover,
  #listing-show-echo .info ul.links li a:disabled:active,
  #listing-show-echo .info ul.links li a:disabled:focus {
    background: #ccc;
  }
  #listing-show-echo .info .bbc {
    margin-bottom: 24px;
    text-align: left;
  }
  #listing-show-echo .info .description {
    clear: left;
    padding-right: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-echo .info .description h2,
  #listing-show-echo .info .description h3,
  #listing-show-echo .info .description h4 {
    text-align: left;
    padding: 12px 0;
  }
  #listing-show-echo .info .description .tenancy-application-download {
    float: right;
    width: 54%;
  }
  #listing-show-echo .info .description ul {
    margin-top: 6px;
  }
  #listing-show-echo .info .description ul li {
    margin-left: 32px;
  }
  #listing-show-echo .info .description .staff {
    clear: both;
    padding-top: 12px;
  }
  #listing-show-echo .info .description .staff .staff-member {
    padding-bottom: 12px;
    clear: none;
  }
  #listing-show-echo .info .description .staff .staff-member .details div {
    padding-left: 12px;
  }
  #listing-show-echo .info .description .staff .staff-member .details div .name {
    padding-bottom: 6px;
  }
  #listing-show-echo .info .tools .linkset {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #listing-show-echo .info .tools .linkset h3 {
    padding-bottom: 6px;
  }
  #listing-show-echo .info .tools .linkset table tr td {
    width: 50%;
  }
  #listing-show-echo .info .tools .linkset table tr td:nth-child(2) {
    text-align: right;
  }
  #listing-show-echo h3.formHeading {
    padding: 12px 12px 0;
    text-align: left;
  }
  #listing-show-echo .contact-form-alpha {
    padding: 12px;
    margin: 12px;
  }
  #listing-show-echo .contact-form-alpha form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px 12px 0;
  }
  #listing-show-echo .contact-form-alpha form .fieldset_notes {
    padding-bottom: 0;
  }
  #listing-show-echo .contact-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #agents-charlie .two-col-tablet {
    padding-right: 12px;
  }
  #agents-charlie .two-col-tablet li {
    padding: 0 0 12px 12px;
  }
  #agents-charlie .two-col-tablet li .card {
    position: relative;
    min-height: 0;
  }
  #agents-charlie .two-col-tablet li .card .image {
    width: 40%;
    height: 215px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 0;
  }
  #agents-charlie .two-col-tablet li .card .image img {
    display: block;
    width: 100%;
  }
  #agents-charlie .two-col-tablet li .card .info {
    width: 60%;
    float: left;
    border-top: 0;
    padding: 12px;
    font-size: 14px;
    line-height: 22px;
  }
  #agents-charlie .two-col-tablet li .card .info .no-mobile {
    display: block;
  }
  #agents-charlie .two-col-tablet li .card .info .mobile-only {
    display: none;
  }
  #agents-charlie .two-col-tablet li .card .info .name {
    font-size: 18px;
  }
  #agents-charlie .two-col-tablet li .card .info .links {
    display: block;
    position: absolute;
    text-align: right;
    bottom: 0px;
    right: 0px;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px 12px;
  }
  #agents-charlie .two-col-tablet li .card .info .links a {
    margin-right: 0px;
    margin-left: 10px;
  }
  #agents-charlie .two-col-tablet li .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #opens-delta .container,
  #auctions-charlie .container {
    padding: 0 12px 12px;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    margin: 24px 0 12px;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin: 12px 0;
  }
  #opens-delta .container ul li,
  #auctions-charlie .container ul li {
    padding: 12px;
    margin-bottom: 12px;
  }
  #opens-delta .container ul li a,
  #auctions-charlie .container ul li a {
    line-height: 42px;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    width: 30%;
    float: left;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    width: 60%;
    float: left;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    width: 10%;
    float: right;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    display: none;
  }
  #opens-delta .container ul li:after,
  #auctions-charlie .container ul li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #appraisal {
    padding: 0 12px 12px;
  }
  #appraisal article {
    padding: 12px 0;
    width: 90%;
    margin: 0 auto;
  }
  #appraisal article h2,
  #appraisal article h1 {
    font-size: 18px;
  }
  #appraisal article h2,
  #appraisal article p {
    padding: 0 0 12px;
  }
  #appraisal form {
    padding: 12px 0 12px 12px;
  }
  #appraisal form fieldset {
    width: 50%;
    padding: 0 12px 12px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
  }
  #appraisal form fieldset.fieldset_submit {
    width: 100%;
  }
  #appraisal form .fieldset_type {
    width: 25%;
  }
  #appraisal form .fieldset_mobile {
    margin-bottom: 24px;
  }
  #appraisal form .fieldset_listing_unit_number,
  #appraisal form .fieldset_listing_street_number {
    width: 25%;
  }
  #appraisal form .fieldset_listing_suburb_postcode,
  #appraisal form .fieldset_notes {
    width: 100%;
  }
  #appraisal form input[type=submit] {
    float: right;
    padding: 0 12px;
    width: auto;
  }
  #appraisal form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #contact-charlie {
    padding-top: 70px;
  }
  #contact-charlie .container {
    padding: 0 12px 12px;
  }
  #contact-charlie .container .address {
    position: relative;
    margin: 12px 0;
  }
  #contact-charlie .container .address .office-contact-details-alpha {
    width: 60%;
    height: 100%;
    position: absolute;
    padding: 12px 0 0 12px;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-charlie .container .address .office-contact-details-alpha .office-name {
    display: inline-block;
    margin-bottom: 12px;
  }
  #contact-charlie .container .address .item-image-alpha {
    width: 40%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 0 12px;
    margin: 0;
    overflow: hidden;
  }
  #contact-charlie .container .address:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #contact-charlie .form-title {
    margin: 12px 0 0;
    padding: 12px 12px 0;
  }
  #contact-charlie .contact-form-alpha form {
    padding: 12px 0 12px 12px;
  }
  #contact-charlie .contact-form-alpha form fieldset {
    width: 50%;
    float: left;
    padding: 0 12px 12px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-charlie .contact-form-alpha form .fieldset_notes {
    width: 100%;
    float: none;
    clear: both;
  }
  #contact-charlie .contact-form-alpha form .fieldset_submit {
    float: right;
    width: 150px;
    padding: 0 12px 0 0;
  }
  #contact-charlie .contact-form-alpha form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #items-delta,
  #item-echo,
  #item-foxtrot {
    padding-top: 70px;
  }
  #items-delta .container,
  #item-echo .container,
  #item-foxtrot .container {
    padding: 0 12px 12px;
  }
  #items-delta .container article,
  #item-echo .container article,
  #item-foxtrot .container article {
    flex-direction: row-reverse;
    padding: 12px 12px 0;
    margin: 12px 0 0;
  }
  #items-delta .container article .images,
  #item-echo .container article .images,
  #item-foxtrot .container article .images {
    width: 100%;
    margin: 0;
  }
  #items-delta .container article .text,
  #item-echo .container article .text,
  #item-foxtrot .container article .text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 0;
    padding-bottom: 12px;
  }
  #items-delta .container article .text .default-btn,
  #item-echo .container article .text .default-btn,
  #item-foxtrot .container article .text .default-btn {
    margin-top: 12px;
    width: auto;
    display: inline-block;
    padding: 0 20px;
    margin-right: 9px;
  }
  #items-delta .container article:after,
  #item-echo .container article:after,
  #item-foxtrot .container article:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #item-echo .container article .images img {
    margin: 0 0 12px;
  }
  #item-foxtrot .bx-wrapper,
  #item-foxtrot .bx-viewport {
    height: 500px;
  }
  #agent-show-charlie {
    padding: 0 0 12px;
  }
  #agent-show-charlie .container {
    margin: 0 12px 0;
    position: relative;
  }
  #agent-show-charlie .container .image {
    float: left;
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-charlie .container .contact {
    float: left;
    width: 60%;
    margin: 0;
    padding: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-charlie .container .contact h2,
  #agent-show-charlie .container .contact h3 {
    padding: 0 0 12px;
  }
  #agent-show-charlie .container .contact h3 {
    padding: 12px 0;
  }
  #agent-show-charlie .container .contact div {
    display: block;
    padding: 12px 0 0;
  }
  #agent-show-charlie .container .contact .social-links {
    padding: 12px 0;
  }
  #agent-show-charlie .container .contact .social-links a {
    display: block;
    float: left;
    padding: 0 12px 0 0;
  }
  #agent-show-charlie .container .contact .buttons {
    position: absolute;
    bottom: 12px;
    right: 12px;
  }
  #agent-show-charlie .container .contact .buttons a {
    display: inline-block;
    margin: 0;
    width: auto;
    padding: 0 ;
    margin: 0 0 0 12px;
  }
  #agent-show-charlie .container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #agent-show-charlie .heading {
    padding: 0 12px;
    position: relative;
  }
  #agent-show-charlie .heading h3,
  #agent-show-charlie .heading h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    border-left: 2px solid #25282F;
    border-right: 2px solid #25282F;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  #agent-show-charlie .profile {
    padding: 12px;
    margin: 0 12px;
  }
  #agent-show-charlie .agent-form-alpha {
    padding: 12px 0 12px 12px;
    margin: 0 12px;
  }
  #agent-show-charlie .agent-form-alpha form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px 12px 0;
  }
  #agent-show-charlie .agent-form-alpha form .fieldset_notes {
    padding-bottom: 0;
    width: 100%;
  }
  #agent-show-charlie .agent-form-alpha form .fieldset_submit {
    float: right;
    padding: 12px 12px 0 0;
    width: 25%;
  }
  #agent-show-charlie .agent-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #no-results {
    padding: 12px 12px 24px;
  }
  #no-results h2 {
    margin: 0 0 24px;
    font-size: 2em;
    font-weight: 300;
  }
  #no-results a {
    margin: 24px auto;
    width: 150px;
    height: 42px;
    line-height: 42px;
  }
  #search-map-alpha .description {
    margin: 12px;
  }
  #search-map-alpha .map-holder {
    padding: 0 12px 12px;
  }
  #media-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 12px;
  }
  #media-alpha .container {
    margin: 0 12px 0 12px;
    padding: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .advanced-form-mobile {
    display: none;
  }
  .advanced-btn-more {
    display: block;
  }
  .advanced-form fieldset {
    width: 31% !important;
  }
  .desktop-btns {
    padding-top: 15px;
    padding-right: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  .desktop-btns span {
    cursor: pointer;
  }
  .desktop-btns span:hover {
    color: #242424;
  }
  .desktop-btns .advanced-btn-less {
    float: right;
  }
  #header-python {
    margin: 0 auto;
  }
  #header-python section {
    min-height: 70px;
  }
  #header-python section #logo {
    height: 70px;
    line-height: 70px;
  }
  #header-python section #logo img {
    max-height: 40px;
    padding-left: 10px;
  }
  #header-python section #menuOpen,
  #header-python section #quickSearchOpen {
    display: none;
  }
  #header-python section .mobile-quicksearch {
    display: none;
  }
  #header-python section nav {
    height: 0px;
    background-color: transparent;
    padding: 0px;
    /*.animate();*/
  }
  #header-python section nav ul {
    width: auto;
    float: right;
  }
  #header-python section nav ul li {
    width: auto;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    /*.animate();*/
  }
  #header-python section nav ul li a {
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    display: inline-block;
    background-color: transparent;
    color: black;
    width: auto;
    margin-bottom: 0;
    padding: 4px 8px;
    margin-left: 8px;
    box-sizing: border-box;
    /*.animate();*/
  }
  #header-python section nav ul li a:focus,
  #header-python section nav ul li a:hover,
  #header-python section nav ul li a:active {
    background-color: #ffffff;
    color: #25282F;
  }
  #header-python section nav ul li ol {
    top: 50px;
    left: 10px;
    background-color: #ffffff;
    width: 150px;
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  }
  #header-python section nav ul li ol li {
    width: 100%;
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
    height: auto;
    margin-top: 5px;
  }
  #header-python section nav ul li ol li:first-child {
    margin-top: 0px;
  }
  #header-python section nav ul li ol li a {
    width: 150px;
    background-color: transparent;
    font-size: 14px;
    margin: 0px;
    padding: 0 10px;
  }
  #header-python section nav ul li ol li a:focus,
  #header-python section nav ul li ol li a:hover,
  #header-python section nav ul li ol li a:active {
    background-color: #ffffff;
  }
  #header-python section nav .nav-quicksearch {
    display: block;
    float: right;
  }
  #header-python section nav .nav-quicksearch form {
    position: relative;
  }
  #header-python section nav .nav-quicksearch form input {
    width: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    padding-right: 40px;
    margin-top: 14px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  #header-python section nav .nav-quicksearch form input:focus {
    border: 1px solid #fff;
    background-color: #fff;
  }
  #header-python section nav .nav-quicksearch form a {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 25px;
    color: black;
  }
  #header-python section nav .nav-quicksearch form a:hover {
    background: transparent;
  }
  section {
    /**/
  }
  #search-form-echo {
    padding: 20px;
    margin-bottom: 20px;
  }
  #search-form-echo fieldset {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  #search-form-echo .field-method,
  #search-form-echo .field-suburb,
  #search-form-echo .field-price-from {
    padding: 0 10px 0 0;
  }
  #search-form-echo .field-go {
    padding-bottom: 0;
  }
  #refine-agents-bravo {
    padding: 20px;
    margin-bottom: 20px;
  }
  #refine-agents-bravo .field-go {
    padding: 0 0 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .propertyListing {
    background-color: #f1f1f1;
  }
  .propertyListing .suburb {
    padding: 10px 10px 0;
  }
  .propertyListing div {
    padding: 0 10px 0;
  }
  .propertyListing span.bbc {
    padding: 10px;
  }
  .propertyListing span.price,
  .propertyListing span.method,
  .propertyListing span.sold,
  .propertyListing span.under-contract,
  .propertyListing span.contact-agent {
    padding: 0 10px;
  }
  .propertyListing a.button {
    padding: 10px;
  }
  .officeListing {
    margin: 0 0 20px;
  }
  .officeListing .image {
    width: 25%;
    float: left;
  }
  .officeListing .office-name {
    padding: 20px 20px 0;
  }
  .officeListing .address {
    margin: 0 0 20px;
  }
  .officeListing span {
    padding: 0 20px 0;
  }
  .officeListing a.button {
    bottom: 20px;
    right: 20px;
  }
  .officeListing a.button.facebook {
    right: 110px;
  }
  #footer-bravo {
    padding: 20px;
  }
  #footer-bravo ul li a {
    display: block;
    padding-bottom: 0;
  }
  #footer-bravo .disclaimer {
    /*padding-top: @global-padding-desktop;*/
  }
  #mea-footer {
    padding: 40px 20px 20px;
  }
  #mea-footer .site-map ul {
    margin-bottom: 20px;
  }
  #mea-footer .site-map ul li {
    margin-bottom: 20px;
  }
  #mea-footer .site-map:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #mea-footer .disclaimer {
    /*padding-top: @global-padding-desktop;*/
  }
  #mea-footer .footer-logo {
    /*margin-bottom: @global-padding-desktop;*/
  }
  .top-section,
  #title {
    padding: 0 20px;
  }
  .top-section h1,
  #title h1,
  .top-section .items-delta-heading,
  #title .items-delta-heading {
    padding: 0 20px;
    margin: 50px 0 40px;
  }
  .top-section .top-links .right li,
  #title .top-links .right li {
    display: inline-block;
  }
  .top-section .top-links .right li a,
  #title .top-links .right li a {
    margin: 0 20px 0 0;
  }
  .top-section .top-links .right li #print-all-btn,
  #title .top-links .right li #print-all-btn,
  .top-section .top-links .right li .print-btn,
  #title .top-links .right li .print-btn {
    display: block;
  }
  #homepage-foxtrot .heading {
    padding: 0 20px;
    margin: 50px 0 40px;
  }
  #homepage-foxtrot #search-form-echo {
    margin: 0 20px;
  }
  #homepage-foxtrot .activity-buttons {
    width: 70%;
    margin-bottom: 40px;
  }
  #homepage-foxtrot .activity-buttons a i {
    margin-bottom: 10px;
  }
  #homepage-foxtrot .four-col-desktop li .propertyListing,
  #homepage-foxtrot .four-col-desktop li .propertyListing-bells {
    margin-bottom: 0;
    text-align: left;
  }
  #homepage-foxtrot .home-video {
    margin-top: 40px;
  }
  .four-col-desktop {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 30px;
  }
  .four-col-desktop li .propertyListing,
  .four-col-desktop li .propertyListing-bells {
    margin: 0 10px 20px;
  }
  .four-col-desktop li .officeListing {
    margin: 0 10px 20px;
  }
  .loading-spinner {
    padding: 20px 0 40px;
  }
  #listings-delta {
    padding-top: 75px;
  }
  #listings-delta #listings-delta {
    padding-top: 25px;
  }
  #pagination-alpha {
    padding: 0 40px;
    text-align: right;
  }
  #pagination-alpha a {
    padding: 0 0 20px 10px;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction a {
    left: 20px;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction .bx-next {
    right: 20px;
  }
  #listing-show-echo .bx-wrapper .bx-pager {
    bottom: 20px;
  }
  #listing-show-echo .info .card {
    padding: 20px;
  }
  #listing-show-echo .info ul.links {
    margin-bottom: 20px;
  }
  #listing-show-echo .info ul.links li {
    margin-bottom: 0;
    width: 150px;
    padding-right: 20px;
  }
  #listing-show-echo .info .bbc {
    margin-bottom: 40px;
  }
  #listing-show-echo .info .description {
    padding-right: 40px;
  }
  #listing-show-echo .info .description h2,
  #listing-show-echo .info .description h3,
  #listing-show-echo .info .description h4 {
    padding: 20px 0;
  }
  #listing-show-echo .info .description .tenancy-application-download {
    width: 32%;
  }
  #listing-show-echo .info .description ul {
    margin-top: 10px;
  }
  #listing-show-echo .info .description ul li {
    margin-left: 40px;
  }
  #listing-show-echo .info .description .staff {
    clear: none;
    padding-top: 30px;
  }
  #listing-show-echo .info .description .staff .staff-member {
    padding-bottom: 20px;
  }
  #listing-show-echo .info .description .staff .staff-member .details div {
    padding-left: 20px;
  }
  #listing-show-echo .info .description .staff .staff-member .details div .name {
    padding-bottom: 10px;
  }
  #listing-show-echo .info .tools .linkset {
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #listing-show-echo .info .tools .linkset h3 {
    padding-bottom: 10px;
  }
  #listing-show-echo .info .tools .linkset table tr td:nth-child(2) {
    text-align: right;
  }
  #listing-show-echo h3.formHeading {
    padding: 20px 20px 0;
  }
  #listing-show-echo .contact-form-alpha {
    padding: 20px;
    margin: 20px;
  }
  #listing-show-echo .contact-form-alpha form fieldset {
    width: 25%;
    padding: 0 10px 10px 0;
  }
  #listing-show-echo .contact-form-alpha form .fieldset_notes {
    width: 90%;
  }
  #listing-show-echo .contact-form-alpha form .fieldset_submit {
    width: 10%;
  }
  #agents-charlie .two-col-tablet {
    padding-right: 20px;
  }
  #agents-charlie .two-col-tablet li {
    padding: 0 0 20px 20px;
  }
  #agents-charlie .two-col-tablet li .card .image {
    width: 30%;
  }
  #agents-charlie .two-col-tablet li .card .info {
    width: 70%;
    padding: 20px;
  }
  #agents-charlie .two-col-tablet li .card .info .links {
    width: 70%;
    padding: 10px 20px;
  }
  #opens-delta .container,
  #auctions-charlie .container {
    padding: 0 20px 20px;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    margin: 40px 0 20px;
  }
  #opens-delta .container h2 span,
  #auctions-charlie .container h2 span {
    display: inline-block;
    float: right;
    padding-right: 11%;
    font-size: 14px;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin: 20px 0;
  }
  #opens-delta .container ul li,
  #auctions-charlie .container ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    width: 20%;
    float: left;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    width: 60%;
    float: left;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    width: 10%;
    float: right;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    float: left;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 10%;
    margin-top: 15px;
  }
  #appraisal {
    padding: 0 20px 20px;
  }
  #appraisal article {
    padding: 20px 0;
  }
  #appraisal article h2,
  #appraisal article p {
    padding: 0 0 20px;
  }
  #appraisal form {
    padding: 20px;
  }
  #appraisal form fieldset {
    padding: 0 20px 20px 0;
  }
  #appraisal form .fieldset_mobile {
    margin-bottom: 40px;
  }
  #appraisal form input[type=submit] {
    padding: 0 20px;
  }
  #contact-charlie {
    padding-top: 75px;
  }
  #contact-charlie .container {
    padding: 0 20px 20px;
  }
  #contact-charlie .container .address {
    margin: 20px 0;
  }
  #contact-charlie .container .address .office-contact-details-alpha {
    padding: 20px 0 0 20px;
  }
  #contact-charlie .container .address .office-contact-details-alpha .office-name {
    margin-bottom: 20px;
  }
  #contact-charlie .container .address .item-image-alpha {
    padding: 0 0 0 20px;
  }
  #contact-charlie .form-title {
    margin: 20px 0 0;
    padding: 20px 20px 0;
  }
  #contact-charlie .left {
    padding-bottom: 20px !important;
  }
  #contact-charlie .contact-form-alpha form {
    padding: 20px 0 20px 20px;
  }
  #contact-charlie .contact-form-alpha form fieldset {
    width: 25%;
    padding: 0 20px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-charlie .contact-form-alpha form .fieldset_notes {
    width: 100%;
    float: none;
    clear: both;
  }
  #contact-charlie .contact-form-alpha form .fieldset_submit {
    float: right;
    width: 150px;
    padding: 0 20px 0 0;
  }
  #contact-charlie .contact-form-alpha form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #items-delta,
  #item-echo,
  #item-foxtrot {
    padding-top: 75px;
  }
  #items-delta .container,
  #item-echo .container,
  #item-foxtrot .container {
    padding: 0 20px 20px;
  }
  #items-delta .container article,
  #item-echo .container article,
  #item-foxtrot .container article {
    padding: 20px 20px 0;
    margin: 20px 0 0;
  }
  #items-delta .container article .images img,
  #item-echo .container article .images img,
  #item-foxtrot .container article .images img {
    margin-bottom: 20px;
  }
  #items-delta .container article .text,
  #item-echo .container article .text,
  #item-foxtrot .container article .text {
    padding: 0 40px 20px 0;
  }
  #items-delta .container article .text .default-btn,
  #item-echo .container article .text .default-btn,
  #item-foxtrot .container article .text .default-btn {
    margin-top: 20px;
    margin-right: 17px;
  }
  #items-delta .container article:after,
  #item-echo .container article:after,
  #item-foxtrot .container article:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #item-echo .container article .images img {
    margin: 0 0 20px;
  }
  #item-foxtrot .bx-wrapper,
  #item-foxtrot .bx-viewport {
    height: 600px;
  }
  #agent-show-charlie {
    padding: 0 0 20px;
  }
  #agent-show-charlie .container {
    margin: 0 20px 0;
  }
  #agent-show-charlie .container .image {
    /*padding: 0 @global-padding-desktop 0 0;*/
    width: 30%;
  }
  #agent-show-charlie .container .contact {
    width: 70%;
    padding: 20px;
  }
  #agent-show-charlie .container .contact h2,
  #agent-show-charlie .container .contact h3 {
    padding: 0 0 20px;
  }
  #agent-show-charlie .container .contact h3 {
    padding: 20px 0;
  }
  #agent-show-charlie .container .contact div {
    display: block;
    padding: 20px 0 0;
  }
  #agent-show-charlie .container .contact .social-links {
    padding: 20px 0;
  }
  #agent-show-charlie .container .contact .social-links a {
    padding: 0 20px 0 0;
  }
  #agent-show-charlie .container .contact .buttons {
    bottom: 20px;
    right: 20px;
  }
  #agent-show-charlie .container .contact .buttons a {
    padding: 0;
    margin: 0 0 0 20px;
  }
  #agent-show-charlie .heading {
    padding: 0 20px;
  }
  #agent-show-charlie .heading h3,
  #agent-show-charlie .heading h4 {
    font-family: 'Roboto', sans-serif;
    padding: 0 20px;
    margin: 50px 0 40px;
  }
  #agent-show-charlie .profile {
    padding: 20px;
    margin: 0 20px;
  }
  #agent-show-charlie .agent-form-alpha {
    padding: 20px;
    margin: 0 20px;
  }
  #agent-show-charlie .agent-form-alpha form fieldset {
    width: 25%;
    padding: 0 1px 1px 0;
  }
  #agent-show-charlie .agent-form-alpha form input[type=submit] .fieldset_notes {
    width: 90%;
  }
  #agent-show-charlie .agent-form-alpha form input[type=submit] .fieldset_notes textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 42px;
  }
  #agent-show-charlie .agent-form-alpha form .fieldset_submit {
    width: 10%;
    padding: 0 1px 1px 0;
  }
  #no-results {
    padding: 0 20px 40px;
  }
  #no-results h2 {
    margin: 0 0 40px;
  }
  #no-results a {
    margin: 40px auto;
  }
  #opens-lima #no-results {
    padding-top: 20px;
  }
  #search-map-alpha .description {
    margin: 20px;
  }
  #search-map-alpha .map-holder {
    padding: 0 20px 20px;
  }
  #media-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 20px;
  }
  #media-alpha .container {
    margin: 0 20px 0 20px;
    padding: 20px;
  }
}
.bx-next {
  position: absolute;
  top: 35%;
  z-index: 100;
  text-decoration: none;
  right: -20px;
}
.bx-next i {
  font-size: 50px;
  color: white;
}
.bx-next i:hover {
  color: #25282F;
}
.bx-prev {
  position: absolute;
  top: 35%;
  z-index: 100;
  text-decoration: none;
  left: -20px;
}
.bx-prev i {
  font-size: 50px;
  color: white;
}
.bx-prev i:hover {
  color: #25282F;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .bx-next {
    right: -30px;
  }
  .bx-next i {
    font-size: 70px;
  }
  .bx-prev {
    left: -30px;
  }
  .bx-prev i {
    font-size: 70px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .bx-next {
    top: 40%;
  }
  .bx-next i {
    font-size: 80px;
  }
  .bx-prev {
    top: 40%;
  }
  .bx-prev i {
    font-size: 80px;
  }
}
#title.staffTitle {
  display: block;
  padding-top: 50px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #title.staffTitle {
    padding-top: 70px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #title.staffTitle {
    padding-top: 75px;
  }
}
.social-header-links {
  max-width: 1130px;
  height: 32px;
  padding: 16px 0 16px 0;
  margin: 0 auto;
  clear: both;
}
.social-header-links ul {
  width: auto;
  margin: 0 auto;
  display: table;
  align-content: center;
}
.social-header-links li {
  display: table-cell;
}
.social-header-links li:first-child .border-wrapper {
  margin-left: 0;
}
.social-header-links .border-wrapper {
  float: left;
  margin-left: 8px;
}
.social-header-links .border-wrapper #google-plus i {
  padding-left: 7px;
}
.social-header-links .border-wrapper #twitter i {
  padding-left: 6px;
}
.social-header-links .border-wrapper #facebook i {
  padding-left: 9px;
  line-height: 29px;
}
.social-header-links .border-wrapper #youtube i {
  font-size: 16px;
  line-height: 26px;
  padding-left: 7px;
}
.social-header-links .border-wrapper #linkedin i {
  line-height: 28px;
  padding-left: 7px;
}
.social-header-links .border-wrapper #email i {
  line-height: 27px;
  padding-left: 4px;
}
.social-header-links .border-wrapper #pinterest i {
  padding-left: 8px;
}
.social-header-links .border-wrapper #instagram i {
  line-height: 28px;
  padding-left: 7px;
}
.social-header-links a {
  border-radius: 30px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid white;
  background-color: black;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.social-header-links a i {
  line-height: 30px;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 5px;
  font-size: 17px;
}
.social-header-links a:hover {
  background-color: #25282F;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
/* global */
.homepage-charlie .item-images {
  display: none;
}
.homepage-charlie .item-images .item-image-alpha a img {
  width: 100%;
  display: block;
}
.homepage-charlie #homeSearch {
  clear: both;
  padding: 8px;
}
.homepage-charlie #homeSearch form fieldset {
  text-align: center;
}
.homepage-charlie #homeSearch form fieldset label {
  display: block;
  font-size: 16px;
}
.homepage-charlie #homeSearch form fieldset .propertyAction span label {
  display: inline-block;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .homepage-charlie .item-images {
    display: block;
  }
  .homepage-charlie .item-images .item-image-alpha {
    width: 33.33%;
    float: left;
    display: block;
  }
  .homepage-charlie .item-images .item-image-alpha a {
    display: block;
    height: 0px;
    padding-bottom: 80%;
    overflow: hidden;
  }
  .homepage-charlie #homeSearch form fieldset {
    width: 50%;
    float: left;
  }
  .homepage-charlie #homeSearch form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .homepage-charlie #homeSearch:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .homepage-charlie #homeSearch form fieldset {
    width: 25%;
  }
  .homepage-charlie #quarter ul li {
    margin: 12px 11px;
    width: 48%;
    float: left;
    box-sizing: border-box;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
/* global */
.homepage-charlie .item-images .item-image-alpha a img {
  width: 100%;
  display: block;
}
.homepage-charlie #homeSearch {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
}
.homepage-charlie #homeSearch form {
  background-color: #f1f1f1;
  padding: 8px;
}
.homepage-charlie #homeSearch form fieldset {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-charlie #homeSearch form fieldset label {
  font-size: 16px;
  margin: 10px 0;
}
.homepage-charlie #homeSearch form fieldset .propertyAction span {
  padding: 10px;
}
.homepage-charlie #homeSearch form fieldset .propertyAction span label {
  font-size: 15px;
  margin-top: -10px;
  color: #354c71;
}
.homepage-charlie #homeSearch form fieldset select,
.homepage-charlie #homeSearch form fieldset a,
.homepage-charlie #homeSearch form fieldset .ms-parent {
  margin-top: 8px;
}
.homepage-charlie #homeSearch form fieldset a {
  width: 100%;
  display: block;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  color: white;
  background-color: #a0ce68;
  border: 1px;
  border-color: #cfcfcf;
}
.homepage-charlie #homeSearch #search-form-bravo fieldset:nth-child(2) div button span {
  padding: 0 0 0 13px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .homepage-charlie .item-images {
    display: block;
    margin: 0;
    padding: 12px 6px;
  }
  .homepage-charlie .item-images:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .homepage-charlie .item-images .item-image-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 6px;
    width: 33.33%;
    float: left;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha {
    background-size: cover;
    width: 100%;
    border: 10px solid #f1f1f1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha a {
    padding: 10px 10px 80%;
    position: relative;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha a img {
    width: 100%;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha a span {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    height: 36px;
    line-height: 36px;
    padding: 0 11px;
  }
  .homepage-charlie #homeSearch {
    padding: 0 12px 12px 12px;
  }
  .homepage-charlie #homeSearch form {
    padding: 0 0 12px 12px;
  }
  .homepage-charlie #homeSearch form fieldset {
    padding: 0 12px 0 0;
  }
  .homepage-charlie #homeSearch form fieldset label {
    font-size: 17px;
    margin: 30px 0 15px 0;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span {
    padding: 10px 10px 10px 0;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span label {
    font-size: 15px;
    margin-top: -10px;
    color: #354c71;
  }
  .homepage-charlie #homeSearch form fieldset select,
  .homepage-charlie #homeSearch form fieldset a,
  .homepage-charlie #homeSearch form fieldset .ms-parent {
    margin-top: 12px;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .homepage-charlie .item-images {
    padding: 20px 35px 0;
  }
  .homepage-charlie .item-images .item-image-alpha {
    width: 33.33%;
    float: left;
  }
  .homepage-charlie #homeSearch {
    padding: 20px 40px;
  }
  .homepage-charlie #homeSearch form {
    padding: 20px 0 20px 20px;
  }
  .homepage-charlie #homeSearch form fieldset {
    padding: 0 20px 0 0;
  }
  .homepage-charlie #homeSearch form fieldset label {
    font-size: 17px;
    margin: 30px 0 26px 0;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span {
    padding: 10px 10px 10px 0;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span label {
    font-size: 15px;
    margin-top: -10px;
    color: #354c71;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
/* global */
@media only screen and (min-width: 640px) {
  /* Tablet */
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
/* template styling */
.homepage-echo-search {
  background-color: #f1f1f1;
}
.homepage-echo-search .container h1 {
  color: black;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 8px 0 0 0;
}
#item-video-alpha div {
  text-align: center;
  background-color: #f1f1f1;
}
#item-video-alpha div h3 {
  font-family: 'Prata', serif;
  color: black;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 8px 0 0 0;
}
#item-video-alpha div a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
  margin: 8px 0 16px;
  width: auto;
  display: inline-block;
  padding: 0 15px;
}
#item-video-alpha div a:focus,
#item-video-alpha div a:hover,
#item-video-alpha div a:active {
  color: #fff;
  background-color: #30343d;
}
#item-video-alpha div a:disabled {
  background: #ccc;
}
#item-video-alpha div a:disabled:hover,
#item-video-alpha div a:disabled:active,
#item-video-alpha div a:disabled:focus {
  background: #ccc;
}
#global-site-links {
  display: none !important;
}
#global-site-links .staff {
  background-color: #f1f1f1;
  padding: 0 8px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#global-site-links .staff .staff-member .staff-heading {
  display: none;
}
#global-site-links .staff .staff-member .details {
  padding: 8px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#global-site-links .staff .staff-member .details .name {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 22px;
}
#global-site-links .staff .staff-member .details .name:focus,
#global-site-links .staff .staff-member .details .name:hover,
#global-site-links .staff .staff-member .details .name:active {
  color: #25282F;
}
#global-site-links .staff .staff-member .details .default-btn {
  width: 70px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
#global-site-links .staff .staff-member .details .staff-image {
  float: right;
  text-align: right;
  height: 115px;
  max-width: 115px;
  overflow: hidden;
}
#global-site-links .staff .staff-member .details .staff-image img {
  height: 115px;
}
#global-site-links .staff .staff-member .details .staff-image span {
  display: none;
}
#global-site-links .staff .staff-member .details:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#global-site-links .staff .staff-member:first-child {
  margin-bottom: 8px;
}
.new-listings-alpha {
  clear: both;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .homepage-echo-search .container h1 {
    font-size: 28px;
    line-height: 30px;
    padding: 12px 0 0 0;
  }
  #global-site-links {
    display: block !important;
    padding: 12px 0 12px;
  }
  #global-site-links .staff {
    padding: 0 12px 0;
  }
  #global-site-links .staff .left,
  #global-site-links .staff .right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #global-site-links .staff .right {
    display: none;
  }
  #global-site-links .staff .staff-member {
    padding-top: 12px;
  }
  #global-site-links .staff .staff-member:first-child {
    margin-bottom: 12px;
  }
  #global-site-links .staff .staff-member .staff-heading {
    display: block;
    width: 50%;
    float: left;
    padding: 24px 18px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 20px;
    line-height: 25px;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #global-site-links .staff .staff-member .details {
    padding: 12px;
    width: 50%;
    float: left;
    border-left: 1px solid #d1d1d1;
  }
  #global-site-links .staff .staff-member .details .default-btn {
    bottom: 8px;
    left: 8px;
  }
  #global-site-links .staff .staff-member:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #global-site-links .staff:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #global-site-links.global-site-links-home {
    padding: 12px 24px 24px;
  }
  #item-video-alpha div h3 {
    font-size: 28px;
    padding: 12px 0 0 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .homepage-echo-search {
    position: relative;
    background: none;
    padding: 0 0 20px 0;
  }
  .homepage-echo-search .container {
    height: 180px;
    position: absolute;
    z-index: 55;
    bottom: 20px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .homepage-echo-search .container h1 {
    padding: 40px 0 0 0;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  }
  .homepage-echo-search .container #search-form-echo {
    background: none;
  }
  .homepage-echo-search .container #search-form-echo form fieldset {
    padding: 0;
  }
  #global-site-links .staff {
    background-color: transparent;
    padding: 0;
  }
  #global-site-links .staff .left,
  #global-site-links .staff .right {
    width: 50%;
    float: left;
  }
  #global-site-links .staff .left {
    padding-right: 10px;
  }
  #global-site-links .staff .right {
    display: block;
    padding-left: 10px;
  }
  #global-site-links .staff .staff-member {
    background-color: #f1f1f1;
  }
  #global-site-links .staff .staff-member:first-child {
    margin-bottom: 20px;
  }
  #global-site-links .staff .staff-member .staff-heading {
    padding: 40px 30px 0;
  }
  #global-site-links .staff .staff-member .details {
    width: 50%;
    float: left;
    padding: 20px;
    border-left: 1px solid #d1d1d1;
  }
  #global-site-links .staff .staff-member .details .default-btn {
    bottom: 20px;
    left: 20px;
  }
  #global-site-links .staff .staff-member .details .ofi-link {
    height: 115px;
    display: block;
    background-color: #f1f1f1;
    text-align: center;
    padding-top: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    text-decoration: none;
  }
  #global-site-links .staff .staff-member .details .ofi-link span {
    font-size: 32px;
    display: block;
    padding: 15px 0 0;
    margin: 0 auto;
    color: black;
    font-weight: bold;
  }
  #global-site-links.global-site-links-home {
    padding: 20px 40px 40px;
  }
  #global-site-links.global-site-links-home .staff .staff-member:first-child {
    margin-bottom: 0;
  }
  #item-video-alpha {
    position: relative;
    background: none;
    padding: 0 0 20px 0;
  }
  #item-video-alpha img {
    display: block;
  }
  #item-video-alpha div {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 56;
    background: rgba(0, 0, 0, 0.5);
    height: 180px;
  }
  #item-video-alpha div h3 {
    padding: 40px 0 0 0;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  }
}
/* global */
#homepage-golf {
  max-width: 1130px;
  position: relative;
  margin: 0 auto;
}
#homepage-golf .logo {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 55;
  color: #fff;
}
#homepage-golf .logo img {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
#homepage-golf .logo form a i {
  display: none;
}
.ui-autocomplete {
  background-color: #fff;
}
.ui-autocomplete li {
  text-align: left;
}
.ui-autocomplete li.ui-state-focus {
  cursor: pointer;
}
.ui-helper-hidden-accessible {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-golf {
    max-width: 1130px;
    position: relative;
    margin: 0 auto;
  }
  #homepage-golf .logo {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 55;
    color: #fff;
  }
  #homepage-golf .logo img {
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
  #homepage-golf .logo form {
    margin: 0 auto;
    width: 70%;
  }
  #homepage-golf .logo form select {
    width: 15%;
    float: left;
    display: block;
  }
  #homepage-golf .logo form .suburb-autocomplete {
    margin: 0;
    width: 75%;
    float: left;
    display: block;
    padding: 0px;
  }
  #homepage-golf .logo form #search-submit {
    float: left;
    width: 10%;
  }
  #homepage-golf .logo form #search-submit span {
    display: none;
  }
  #homepage-golf .logo form #search-submit i {
    display: inline;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
/* template styling */
.homepage-header-golf {
  max-width: none !important;
}
#homepage-golf {
  position: relative;
  text-align: center;
  background: #ffffff;
}
#homepage-golf .logo {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px;
}
#homepage-golf .logo h1 {
  font-size: 20px;
  font-family: 'Prata', serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  padding: 0 0 8px 0;
}
#homepage-golf .logo form {
  padding: 8px;
  max-width: 450px;
  margin: 0 auto;
}
#homepage-golf .logo form select {
  height: 32px;
  margin: 0 0 8px 0;
}
#homepage-golf .logo form .suburb-autocomplete {
  margin: 0 0 8px 0;
}
#homepage-golf .logo form .suburb-autocomplete input {
  line-height: 32px;
  height: 32px;
}
#homepage-golf .logo form a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #25282F;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
}
#homepage-golf .logo form a:focus,
#homepage-golf .logo form a:hover,
#homepage-golf .logo form a:active {
  color: #fff;
  background-color: #30343d;
}
#homepage-golf .logo form a:disabled {
  background: #ccc;
}
#homepage-golf .logo form a:disabled:hover,
#homepage-golf .logo form a:disabled:active,
#homepage-golf .logo form a:disabled:focus {
  background: #ccc;
}
#homepage-golf .logo form a i {
  display: none;
}
#homepage-golf h2 {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 16px auto 16px;
  color: black;
  border-left: 1px solid #25282F;
  border-right: 1px solid #25282F;
  font-family: 'Prata', serif;
}
#homepage-golf #quarter {
  text-align: left;
}
#homepage-golf-slideshow #item-image-slideshow-bravo {
  width: 100%;
  height: 400px;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper {
  width: 100%;
  height: 400px;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  width: 100%;
  height: 400px;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
  width: 100%;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-golf h2 {
    font-size: 26px;
    border-left: 2px solid #25282F;
    border-right: 2px solid #25282F;
    padding: 0 12px;
    margin: 24px 24px;
  }
  #homepage-golf .logo form {
    padding: 8px;
  }
  #homepage-golf .logo form select {
    height: 42px;
    margin: 0 0 8px 0;
  }
  #homepage-golf .logo form .suburb-autocomplete {
    margin: 0 0 8px 0;
  }
  #homepage-golf .logo form .suburb-autocomplete input {
    line-height: 42px;
    height: 42px;
  }
  #homepage-golf .logo form a {
    height: 42px;
    line-height: 42px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo {
    width: 100%;
    height: 450px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper {
    width: 100%;
    height: 450px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    width: 100%;
    height: 450px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    width: 100%;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-golf h2 {
    padding: 0 20px;
    margin: 40px 0 40px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo {
    width: 100%;
    height: 700px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper {
    width: 100%;
    height: 700px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    width: 100%;
    height: 700px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    width: 100%;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
    display: none;
  }
}
#homepage-lima {
  border-top: 2px solid #86c448;
  text-align: center;
}
#homepage-lima .slideshow-alpha,
#homepage-lima #item-image-slideshow-bravo {
  padding-top: 8px;
  position: relative;
}
#homepage-lima .slideshow-alpha .bx-wrapper,
#homepage-lima #item-image-slideshow-bravo .bx-wrapper,
#homepage-lima .slideshow-alpha .bx-viewport,
#homepage-lima #item-image-slideshow-bravo .bx-viewport {
  padding-bottom: 80%;
  height: 0 !important;
  overflow: hidden;
}
#homepage-lima .slideshow-alpha .bx-wrapper ul,
#homepage-lima #item-image-slideshow-bravo .bx-wrapper ul,
#homepage-lima .slideshow-alpha .bx-viewport ul,
#homepage-lima #item-image-slideshow-bravo .bx-viewport ul {
  padding-bottom: 80%;
  height: 0 !important;
}
#homepage-lima .slideshow-alpha .bx-wrapper ul li,
#homepage-lima #item-image-slideshow-bravo .bx-wrapper ul li,
#homepage-lima .slideshow-alpha .bx-viewport ul li,
#homepage-lima #item-image-slideshow-bravo .bx-viewport ul li {
  padding-bottom: 80%;
  height: 0 !important;
  width: 100% !important;
  position: relative;
}
#homepage-lima .slideshow-alpha .bx-wrapper ul li h2,
#homepage-lima #item-image-slideshow-bravo .bx-wrapper ul li h2,
#homepage-lima .slideshow-alpha .bx-viewport ul li h2,
#homepage-lima #item-image-slideshow-bravo .bx-viewport ul li h2 {
  display: none;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Prata', serif;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-lima .slideshow-alpha .bx-wrapper ul li h2 span,
#homepage-lima #item-image-slideshow-bravo .bx-wrapper ul li h2 span,
#homepage-lima .slideshow-alpha .bx-viewport ul li h2 span,
#homepage-lima #item-image-slideshow-bravo .bx-viewport ul li h2 span {
  display: block;
  font-size: 18px;
}
#homepage-lima .slideshow-alpha .bx-pager,
#homepage-lima #item-image-slideshow-bravo .bx-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 59;
  width: 100%;
  text-align: center;
}
#homepage-lima .slideshow-alpha .bx-pager .bx-pager-item,
#homepage-lima #item-image-slideshow-bravo .bx-pager .bx-pager-item {
  display: inline-block;
}
#homepage-lima .slideshow-alpha .bx-pager .bx-pager-item a,
#homepage-lima #item-image-slideshow-bravo .bx-pager .bx-pager-item a {
  display: block;
  height: 12px;
  width: 12px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#homepage-lima .slideshow-alpha .bx-pager .bx-pager-item .active,
#homepage-lima #item-image-slideshow-bravo .bx-pager .bx-pager-item .active {
  background-color: #fff;
}
#homepage-lima .slideshow-alpha .bx-controls-direction,
#homepage-lima #item-image-slideshow-bravo .bx-controls-direction {
  display: block;
}
#homepage-lima .slideshow-alpha .bx-controls-direction a,
#homepage-lima #item-image-slideshow-bravo .bx-controls-direction a {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 59;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: -20px;
  opacity: .5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#homepage-lima .slideshow-alpha .bx-controls-direction .bx-next,
#homepage-lima #item-image-slideshow-bravo .bx-controls-direction .bx-next {
  left: auto;
  right: 12px;
}
#homepage-lima .slideshow-alpha:hover .bx-controls-direction a,
#homepage-lima #item-image-slideshow-bravo:hover .bx-controls-direction a {
  opacity: 1;
}
#homepage-lima .home-icon {
  width: 100%;
  margin: 0 auto;
  padding: 16px 8px 8px;
  font-size: 32px;
  color: #25282F;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
}
#homepage-lima .heading.opens {
  color: #c1c1c1;
  margin-top: 0;
  display: none;
}
#homepage-lima .heading {
  font-family: 'Prata', serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: black;
  border-left: 1px solid #25282F;
  border-right: 1px solid #25282F;
}
#homepage-lima .upcoming-opens-alpha {
  display: none;
  position: relative;
}
#homepage-lima .upcoming-opens-alpha li:first-child .open-date {
  margin-top: 0;
}
#homepage-lima .upcoming-opens-alpha li .propertyListing {
  background-color: #c1c1c1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#homepage-lima .upcoming-opens-alpha li .propertyListing .image {
  background-color: #000;
}
#homepage-lima .upcoming-opens-alpha li .propertyListing .image img {
  opacity: .9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#homepage-lima .upcoming-opens-alpha li .propertyListing:hover {
  background-color: #f1f1f1;
}
#homepage-lima .upcoming-opens-alpha li .propertyListing:hover .image img {
  opacity: 1;
}
#homepage-lima .upcoming-opens-alpha .bx-controls-direction {
  height: 0;
}
#homepage-lima .upcoming-opens-alpha .bx-controls-direction a {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 59;
  font-size: 40px;
  color: #c4c4c4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  opacity: .5;
  margin-top: -50px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#homepage-lima .upcoming-opens-alpha .bx-controls-direction a.bx-next {
  left: auto;
  right: 12px;
}
#homepage-lima .upcoming-opens-alpha .bx-controls-direction a:hover {
  opacity: 1;
}
#homepage-lima .upcoming-opens-alpha .bx-controls-direction a.disabled {
  opacity: .05;
}
#homepage-lima #search-form-echo {
  margin: 0 8px;
}
#homepage-lima .home-video {
  display: none;
}
#homepage-lima .home-video video {
  display: none;
}
#homepage-lima .melbourne-now {
  display: none;
}
#homepage-lima .home-franchise {
  margin-top: 16px;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
#homepage-lima .home-franchise span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 59;
  display: none;
}
#homepage-lima .home-franchise ul {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#homepage-lima .home-franchise ul li {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
.home-links-heading {
  text-align: center;
  width: 100%;
}
.home-links-heading .heading {
  font-family: 'Prata', serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: black;
  border-left: 1px solid #25282F;
  border-right: 1px solid #25282F;
}
.home-links {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.home-links li {
  margin: 0 4px;
  display: inline-block;
}
.home-links li a {
  display: inline-block;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(../images/link1.png) 0 0 no-repeat;
  background-size: cover;
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-links li a span {
  line-height: 110px;
  color: #fff;
  font-family: 'Prata', serif;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 50px #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-links li a:hover {
  opacity: 1;
}
.home-links li a:hover span {
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.home-links li.link2 a {
  background-image: url(../images/link2.png);
}
.home-links li.link3 {
  display: none;
}
.home-links li.link3 a {
  background-image: url(../images/link3.png);
}
.home-links li:nth-child(n+3) {
  display: none;
}
.home-links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-lima .slideshow-alpha,
  #homepage-lima #item-image-slideshow-bravo {
    padding-top: 12px;
  }
  #homepage-lima .slideshow-alpha .bx-wrapper ul li h2,
  #homepage-lima #item-image-slideshow-bravo .bx-wrapper ul li h2,
  #homepage-lima .slideshow-alpha .bx-viewport ul li h2,
  #homepage-lima #item-image-slideshow-bravo .bx-viewport ul li h2 {
    font-size: 60px;
    line-height: 100px;
    top: auto;
    bottom: 70px;
    padding: 0 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
  }
  #homepage-lima .slideshow-alpha .bx-wrapper ul li h2 span,
  #homepage-lima #item-image-slideshow-bravo .bx-wrapper ul li h2 span,
  #homepage-lima .slideshow-alpha .bx-viewport ul li h2 span,
  #homepage-lima #item-image-slideshow-bravo .bx-viewport ul li h2 span {
    font-size: 24px;
    line-height: 24px;
  }
  #homepage-lima .slideshow-alpha .bx-pager,
  #homepage-lima #item-image-slideshow-bravo .bx-pager {
    bottom: 20px;
  }
  #homepage-lima .home-icon {
    padding: 24px 12px 12px;
    font-size: 40px;
    display: none;
  }
  #homepage-lima .heading.opens {
    display: none;
  }
  #homepage-lima .heading {
    font-size: 26px;
    border-left: 2px solid #25282F;
    border-right: 2px solid #25282F;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  #homepage-lima .upcoming-opens-alpha li {
    height: 342px;
    /*&:first-child, &:nth-child(2){
					.open-date{
						margin-top: 0;
					}
				}*/
  }
  #homepage-lima .upcoming-opens-alpha li .propertyListing {
    height: 342px;
  }
  #homepage-lima .upcoming-opens-alpha .open-date {
    margin: 24px 0 12px;
  }
  #homepage-lima #search-form-echo {
    margin: 0 12px;
  }
  #homepage-lima .home-video {
    display: block;
    margin-top: 12px;
  }
  #homepage-lima .home-video video {
    display: block;
  }
  #homepage-lima .melbourne-now {
    display: block;
    padding: 24px;
    overflow: hidden;
  }
  #homepage-lima .melbourne-now .title {
    width: 25%;
    float: left;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-lima .melbourne-now .title div {
    /*background-color: #666;*/
    background-image: url(../images/now.png);
    background-position: 50% 50%;
    background-size: cover;
    padding: 12px;
    font-size: 50px;
    color: #8ae22a;
    text-align: left;
    font-weight: bold;
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-lima .melbourne-now .title div span {
    display: block;
    color: #fff;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow {
    display: block;
    width: 75%;
    float: left;
    height: 400px;
    position: relative;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow ul li {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow ul li a {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    text-decoration: none;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow ul li a span {
    color: #fff;
    font-family: 'Prata', Serif;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 40px;
    text-shadow: 0 0 50px #000;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow .bx-controls-direction a {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 59;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: -20px;
    opacity: .5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow .bx-controls-direction a.bx-next {
    right: 12px;
    left: auto;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow .bx-controls-direction a:hover {
    opacity: 1;
  }
  #homepage-lima .melbourne-now:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #homepage-lima .home-franchise {
    margin-top: 0;
  }
  #homepage-lima .home-franchise span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 15% 20% 0;
  }
  #homepage-lima .home-franchise span strong {
    display: block;
    font-size: 30px;
    font-family: 'Prata', Serif;
    margin-bottom: 12px;
  }
  #homepage-lima .home-franchise span a {
    display: block;
    width: 150px;
    margin: 24px auto 0;
  }
  .home-links-heading .heading {
    font-size: 26px;
    border-left: 2px solid #25282F;
    border-right: 2px solid #25282F;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  .home-links li {
    margin: 0 6px;
  }
  .home-links li a {
    width: 140px;
    height: 140px;
  }
  .home-links li a span {
    line-height: 140px;
    font-size: 30px;
  }
  .home-links li.link3 {
    display: inline-block;
  }
  .home-links li:nth-child(n+3) {
    display: inline-block;
  }
  .home-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-lima > i:nth-child(5) {
    padding-top: 40px !important;
  }
  #quarter > div > div.bx-viewport > div > div.bx-viewport > ul > li:nth-child(1) > div:after {
    display: none;
  }
  #quarter > div > div.bx-viewport > div > div.bx-viewport > ul > li:nth-child(1) > div:before {
    display: none;
  }
  #homepage-lima {
    border-top: 2px solid #25282F;
  }
  #homepage-lima #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date {
    font-family: "Prata", serif;
    padding: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: right;
    color: white;
    font-size: 20px;
    background-color: #25282F;
  }
  #homepage-lima #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date span {
    color: white;
    text-align: right;
    display: block;
    font-size: 29px;
    padding-bottom: 10px;
    padding-top: 118%;
  }
  #homepage-lima #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date sup {
    color: white;
    font-size: 70%;
    vertical-align: top;
  }
  #homepage-lima #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont:after,
  #homepage-lima #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont:before {
    display: none;
  }
  #homepage-lima .slideshow-alpha,
  #homepage-lima #item-image-slideshow-bravo {
    padding-top: 20px;
  }
  #homepage-lima .heading {
    padding: 0 20px;
    margin: 60px 0 40px;
  }
  #homepage-lima .home-icon {
    display: block;
    padding: 100px 20px 20px;
    font-size: 50px;
  }
  #homepage-lima .heading.opens {
    display: inline-block;
  }
  #homepage-lima .upcoming-opens-alpha {
    display: block;
    margin-top: 20px;
    /*li{
				&:first-child{
					.open-date{
						margin-top: 0;
					}
				}
				
			}*/
  }
  #homepage-lima .upcoming-opens-alpha .open-date {
    margin-top: 0;
    padding: 0 0 10px;
  }
  #homepage-lima .upcoming-opens-alpha .default-btn {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    margin: 60px 0;
    background-color: #fff;
    border: 3px solid #25282F;
    color: #25282F;
    font-weight: bold;
  }
  #homepage-lima .upcoming-opens-alpha .default-btn:focus,
  #homepage-lima .upcoming-opens-alpha .default-btn:hover,
  #homepage-lima .upcoming-opens-alpha .default-btn:active {
    background-color: #25282F;
    color: #fff;
  }
  #homepage-lima #search-form-echo {
    margin: 0 40px;
  }
  #homepage-lima .four-col-desktop li .propertyListing {
    margin-bottom: 0;
    text-align: left;
  }
  #homepage-lima .home-video {
    margin-top: 20px;
  }
  #homepage-lima .melbourne-now {
    padding: 80px 40px 60px;
  }
  #homepage-lima .melbourne-now .title {
    padding: 0 20px 0 0;
  }
  #homepage-lima .melbourne-now .title div {
    padding: 20px;
    font-size: 80px;
    height: 400px;
    line-height: 90px;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow {
    height: 400px;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow ul li {
    height: 400px;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow ul li a {
    height: 400px;
  }
  #homepage-lima .melbourne-now:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #homepage-lima .home-franchise span {
    padding: 18% 30% 0;
  }
  #homepage-lima .home-franchise span strong {
    margin-bottom: 20px;
  }
  #homepage-lima .home-franchise span a {
    margin: 40px auto 0;
  }
  .home-links-heading .heading {
    padding: 0 20px;
    margin: 80px 0 40px;
  }
  .home-links {
    margin: 20px 0;
  }
  .home-links li {
    margin: 0 10px;
  }
  .home-links li a {
    width: 220px;
    height: 220px;
  }
  .home-links li a span {
    font-family: 'Prata', serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 220px;
  }
  .home-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
#freemans-homepage {
  text-align: center;
}
#freemans-homepage .heading {
  display: none !important;
}
#freemans-homepage #item-image-slideshow-bravo {
  padding-top: 0 !important;
}
#freemans-homepage .slideshow-alpha,
#freemans-homepage #item-image-slideshow-bravo {
  padding-top: 8px;
  position: relative;
}
#freemans-homepage .slideshow-alpha .bx-wrapper,
#freemans-homepage #item-image-slideshow-bravo .bx-wrapper,
#freemans-homepage .slideshow-alpha .bx-viewport,
#freemans-homepage #item-image-slideshow-bravo .bx-viewport {
  padding-bottom: 80%;
  height: 0 !important;
  overflow: hidden;
}
#freemans-homepage .slideshow-alpha .bx-wrapper ul,
#freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul,
#freemans-homepage .slideshow-alpha .bx-viewport ul,
#freemans-homepage #item-image-slideshow-bravo .bx-viewport ul {
  padding-bottom: 80%;
  height: 0 !important;
}
#freemans-homepage .slideshow-alpha .bx-wrapper ul li,
#freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul li,
#freemans-homepage .slideshow-alpha .bx-viewport ul li,
#freemans-homepage #item-image-slideshow-bravo .bx-viewport ul li {
  padding-bottom: 80%;
  height: 0 !important;
  width: 100% !important;
  position: relative;
}
#freemans-homepage .slideshow-alpha .bx-wrapper ul li h2,
#freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul li h2,
#freemans-homepage .slideshow-alpha .bx-viewport ul li h2,
#freemans-homepage #item-image-slideshow-bravo .bx-viewport ul li h2 {
  display: none;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#freemans-homepage .slideshow-alpha .bx-wrapper ul li h2 span,
#freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul li h2 span,
#freemans-homepage .slideshow-alpha .bx-viewport ul li h2 span,
#freemans-homepage #item-image-slideshow-bravo .bx-viewport ul li h2 span {
  display: block;
  font-size: 18px;
}
#freemans-homepage .slideshow-alpha .bx-pager,
#freemans-homepage #item-image-slideshow-bravo .bx-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 59;
  width: 100%;
  text-align: center;
}
#freemans-homepage .slideshow-alpha .bx-pager .bx-pager-item,
#freemans-homepage #item-image-slideshow-bravo .bx-pager .bx-pager-item {
  display: inline-block;
}
#freemans-homepage .slideshow-alpha .bx-pager .bx-pager-item a,
#freemans-homepage #item-image-slideshow-bravo .bx-pager .bx-pager-item a {
  display: block;
  height: 12px;
  width: 12px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#freemans-homepage .slideshow-alpha .bx-pager .bx-pager-item .active,
#freemans-homepage #item-image-slideshow-bravo .bx-pager .bx-pager-item .active {
  background-color: #fff;
}
#freemans-homepage .slideshow-alpha .bx-controls-direction,
#freemans-homepage #item-image-slideshow-bravo .bx-controls-direction {
  display: block;
}
#freemans-homepage .slideshow-alpha .bx-controls-direction a,
#freemans-homepage #item-image-slideshow-bravo .bx-controls-direction a {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 59;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: -20px;
  opacity: .5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#freemans-homepage .slideshow-alpha .bx-controls-direction .bx-next,
#freemans-homepage #item-image-slideshow-bravo .bx-controls-direction .bx-next {
  left: auto;
  right: 12px;
}
#freemans-homepage .slideshow-alpha:hover .bx-controls-direction a,
#freemans-homepage #item-image-slideshow-bravo:hover .bx-controls-direction a {
  opacity: 1;
}
#freemans-homepage .home-icon {
  width: 100%;
  margin: 0 auto;
  padding: 16px 8px 8px;
  font-size: 32px;
  color: #25282F;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
}
#freemans-homepage .heading.opens {
  color: #c1c1c1;
  margin-top: 0;
  display: none;
}
#freemans-homepage .heading {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  /*font-size: 18px;*/
  font-size: 0;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: black;
  border-left: 1px solid #25282F;
  border-right: 1px solid #25282F;
}
#freemans-homepage .upcoming-opens-alpha {
  display: none;
  position: relative;
}
#freemans-homepage .upcoming-opens-alpha li:first-child .open-date {
  margin-top: 0;
}
#freemans-homepage .upcoming-opens-alpha li .propertyListing {
  background-color: #c1c1c1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#freemans-homepage .upcoming-opens-alpha li .propertyListing .image {
  background-color: #000;
}
#freemans-homepage .upcoming-opens-alpha li .propertyListing .image img {
  opacity: .9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#freemans-homepage .upcoming-opens-alpha li .propertyListing:hover {
  background-color: #f1f1f1;
}
#freemans-homepage .upcoming-opens-alpha li .propertyListing:hover .image img {
  opacity: 1;
}
#freemans-homepage .upcoming-opens-alpha .bx-controls-direction {
  height: 0;
}
#freemans-homepage .upcoming-opens-alpha .bx-controls-direction a {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 59;
  font-size: 40px;
  color: #c4c4c4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  opacity: .5;
  margin-top: -50px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#freemans-homepage .upcoming-opens-alpha .bx-controls-direction a.bx-next {
  left: auto;
  right: 12px;
}
#freemans-homepage .upcoming-opens-alpha .bx-controls-direction a:hover {
  opacity: 1;
}
#freemans-homepage .upcoming-opens-alpha .bx-controls-direction a.disabled {
  opacity: .05;
}
#freemans-homepage #search-form-echo {
  margin: 0 8px;
}
#freemans-homepage .home-video {
  display: none;
}
#freemans-homepage .home-video video {
  display: none;
}
#freemans-homepage .melbourne-now {
  display: none;
}
#freemans-homepage .home-franchise {
  margin-top: 16px;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
#freemans-homepage .home-franchise span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 59;
  display: none;
}
#freemans-homepage .home-franchise ul {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#freemans-homepage .home-franchise ul li {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
.home-links-heading {
  text-align: center;
  width: 100%;
}
.home-links-heading .heading {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  /*font-size: 18px;*/
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: black;
  border-left: 1px solid #25282F;
  border-right: 1px solid #25282F;
}
.home-links {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.home-links li {
  margin: 0 4px;
  display: inline-block;
}
.home-links li a {
  display: inline-block;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(../images/link1.png) 0 0 no-repeat;
  background-size: cover;
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-links li a span {
  line-height: 110px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 50px #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-links li a:hover {
  opacity: 1;
}
.home-links li a:hover span {
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.home-links li.link2 a {
  background-image: url(../images/link2.png);
}
.home-links li.link3 {
  display: none;
}
.home-links li.link3 a {
  background-image: url(../images/link3.png);
}
.home-links li:nth-child(n+3) {
  display: none;
}
.home-links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.activity-buttons-freemans {
  width: 70%;
  margin: 0 auto 16px;
}
.activity-buttons-freemans:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.activity-buttons-freemans .filler {
  width: 20%;
  display: block;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 1px;
}
.activity-buttons-freemans a {
  display: inline-block;
  float: left;
  width: 40%;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #6a6a6a;
  text-decoration: none;
  border: transparent;
}
.activity-buttons-freemans a i {
  display: inline-block;
  font-size: 30px;
  padding: 6px;
  margin-bottom: 4px;
  color: #c1c1c1;
}
.activity-buttons-freemans a span {
  text-transform: lowercase;
  color: #c1c1c1;
  display: block;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
.activity-buttons-freemans .active i {
  color: #25282F;
}
.activity-buttons-freemans .active span {
  border-color: #25282F;
}
#activity-sale #opens-btn {
  width: 225px;
  margin: 0 auto;
  margin-top: 8px;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  border: 3px solid #25282F;
  color: #25282F;
  font-weight: bold;
}
#activity-sale #opens-btn:hover {
  background-color: #25282F;
  color: white;
}
#search-form-echo form .field-go #search-submit {
  display: block !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #freemans-homepage .slideshow-alpha,
  #freemans-homepage #item-image-slideshow-bravo {
    padding-top: 12px;
  }
  #freemans-homepage .slideshow-alpha .bx-wrapper ul li h2,
  #freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul li h2,
  #freemans-homepage .slideshow-alpha .bx-viewport ul li h2,
  #freemans-homepage #item-image-slideshow-bravo .bx-viewport ul li h2 {
    font-size: 60px;
    line-height: 100px;
    top: auto;
    bottom: 70px;
    padding: 0 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
  }
  #freemans-homepage .slideshow-alpha .bx-wrapper ul li h2 span,
  #freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul li h2 span,
  #freemans-homepage .slideshow-alpha .bx-viewport ul li h2 span,
  #freemans-homepage #item-image-slideshow-bravo .bx-viewport ul li h2 span {
    font-size: 24px;
    line-height: 24px;
  }
  #freemans-homepage .slideshow-alpha .bx-pager,
  #freemans-homepage #item-image-slideshow-bravo .bx-pager {
    bottom: 20px;
  }
  #freemans-homepage .home-icon {
    padding: 24px 12px 12px;
    font-size: 40px;
    display: none;
  }
  #freemans-homepage .heading.opens {
    display: none;
  }
  #freemans-homepage .heading {
    /*font-size: 26px;*/
    border-left: 2px solid #25282F;
    border-right: 2px solid #25282F;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  #freemans-homepage .upcoming-opens-alpha li {
    height: 342px;
    /*&:first-child, &:nth-child(2){
					.open-date{
						margin-top: 0;
					}
				}*/
  }
  #freemans-homepage .upcoming-opens-alpha li .propertyListing {
    height: 342px;
  }
  #freemans-homepage .upcoming-opens-alpha .open-date {
    margin: 24px 0 12px;
  }
  #freemans-homepage #search-form-echo {
    margin: 0 12px;
  }
  #freemans-homepage .home-video {
    display: block;
    margin-top: 12px;
  }
  #freemans-homepage .home-video video {
    display: block;
  }
  #freemans-homepage .melbourne-now {
    display: block;
    padding: 24px;
    overflow: hidden;
  }
  #freemans-homepage .melbourne-now .title {
    width: 25%;
    float: left;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #freemans-homepage .melbourne-now .title div {
    /*background-color: #666;*/
    background-image: url(../images/now.png);
    background-position: 50% 50%;
    background-size: cover;
    padding: 12px;
    font-size: 50px;
    color: #8ae22a;
    text-align: left;
    font-weight: bold;
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #freemans-homepage .melbourne-now .title div span {
    display: block;
    color: #fff;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow {
    display: block;
    width: 75%;
    float: left;
    height: 400px;
    position: relative;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow ul li {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow ul li a {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    text-decoration: none;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow ul li a span {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 40px;
    text-shadow: 0 0 50px #000;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow .bx-controls-direction a {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 59;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: -20px;
    opacity: .5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow .bx-controls-direction a.bx-next {
    right: 12px;
    left: auto;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow .bx-controls-direction a:hover {
    opacity: 1;
  }
  #freemans-homepage .melbourne-now:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #freemans-homepage .home-franchise {
    margin-top: 0;
  }
  #freemans-homepage .home-franchise span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 15% 20% 0;
  }
  #freemans-homepage .home-franchise span strong {
    display: block;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 12px;
  }
  #freemans-homepage .home-franchise span a {
    display: block;
    width: 150px;
    margin: 24px auto 0;
  }
  .home-links-heading .heading {
    /*font-size: 26px;*/
    border-left: 2px solid #25282F;
    border-right: 2px solid #25282F;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  .home-links {
    padding-top: 30px !important;
  }
  .home-links li {
    margin: 0 6px;
  }
  .home-links li a {
    width: 135px;
    height: 135px;
  }
  .home-links li a span {
    line-height: 135px;
    font-size: 30px;
  }
  .home-links li.link3 {
    display: inline-block;
  }
  .home-links li:nth-child(n+3) {
    display: inline-block;
  }
  .home-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .activity-buttons-freemans {
    width: 50%;
    margin-bottom: 24px;
  }
  .activity-buttons-freemans a {
    font-size: 20px;
  }
  .activity-buttons-freemans a i {
    font-size: 40px;
    margin-bottom: 6px;
  }
  #activity-sale #opens-btn {
    margin-top: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #freemans-homepage > i:nth-child(5) {
    padding-top: 40px !important;
  }
  #quarter > div > div.bx-viewport > div > div.bx-viewport > ul > li:nth-child(1) > div:after {
    display: none;
  }
  #quarter > div > div.bx-viewport > div > div.bx-viewport > ul > li:nth-child(1) > div:before {
    display: none;
  }
  #freemans-homepage #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date {
    font-family: "Prata", serif;
    padding: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: right;
    color: white;
    font-size: 20px;
    background-color: #25282F;
  }
  #freemans-homepage #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date span {
    color: white;
    text-align: right;
    display: block;
    font-size: 29px;
    padding-bottom: 10px;
    padding-top: 118%;
  }
  #freemans-homepage #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date sup {
    color: white;
    font-size: 70%;
    vertical-align: top;
  }
  #freemans-homepage #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont:after,
  #freemans-homepage #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont:before {
    display: none;
  }
  #freemans-homepage .slideshow-alpha {
    padding-top: 20px;
  }
  #freemans-homepage .heading {
    padding: 0 20px;
    margin: 60px 0 40px;
  }
  #freemans-homepage .home-icon {
    display: block;
    padding: 100px 20px 20px;
    font-size: 50px;
  }
  #freemans-homepage .heading.opens {
    display: inline-block;
  }
  #freemans-homepage .upcoming-opens-alpha {
    display: block;
    margin-top: 20px;
    /*li{
				&:first-child{
					.open-date{
						margin-top: 0;
					}
				}
				
			}*/
  }
  #freemans-homepage .upcoming-opens-alpha .open-date {
    margin-top: 0;
    padding: 0 0 10px;
  }
  #freemans-homepage .upcoming-opens-alpha .default-btn {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    margin: 60px 0;
    background-color: #fff;
    border: 3px solid #25282F;
    color: #25282F;
    font-weight: bold;
  }
  #freemans-homepage .upcoming-opens-alpha .default-btn:focus,
  #freemans-homepage .upcoming-opens-alpha .default-btn:hover,
  #freemans-homepage .upcoming-opens-alpha .default-btn:active {
    background-color: #25282F;
    color: #fff;
  }
  #freemans-homepage #search-form-echo {
    margin: 0 40px;
    padding: 50px 20px 30px 20px;
  }
  #freemans-homepage .four-col-desktop li .propertyListing {
    margin-bottom: 0;
    text-align: left;
  }
  #freemans-homepage .home-video {
    margin-top: 20px;
  }
  #freemans-homepage .melbourne-now {
    padding: 30px 40px 60px;
  }
  #freemans-homepage .melbourne-now .title {
    padding: 0 20px 0 0;
  }
  #freemans-homepage .melbourne-now .title div {
    padding: 20px;
    font-size: 80px;
    height: 400px;
    line-height: 90px;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow {
    height: 400px;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow ul li {
    height: 400px;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow ul li a {
    height: 400px;
  }
  #freemans-homepage .melbourne-now:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #freemans-homepage .home-franchise span {
    padding: 18% 30% 0;
  }
  #freemans-homepage .home-franchise span strong {
    margin-bottom: 20px;
  }
  #freemans-homepage .home-franchise span a {
    margin: 40px auto 0;
  }
  .home-links-heading .heading {
    padding: 0 20px;
    margin: 80px 0 40px;
  }
  .home-links {
    margin: 20px 0;
  }
  .home-links li {
    margin: 0 10px;
  }
  .home-links li a {
    width: 210px;
    height: 210px;
  }
  .home-links li a span {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 210px;
  }
  .home-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .activity-buttons-freemans {
    width: 30%;
    margin-bottom: 40px;
  }
  .activity-buttons-freemans a i {
    margin-bottom: 10px;
    font-size: 50px;
  }
  .activity-buttons-freemans span {
    font-weight: 300;
    font-size: 22px;
  }
  #activity-sale #opens-btn {
    margin-top: 60px;
  }
}
@media print {
  header,
  footer {
    background-color: #fff;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  nav {
    display: none;
  }
  section {
    width: 1130px;
  }
  footer .disclaimer {
    display: none;
  }
  #listing-show-echo h3.formHeading,
  #listing-show-echo .contact-form-alpha,
  #listing-show-echo .toolbox,
  #listing-show-echo .info .description .staff .staff-member .details div a.email {
    display: none;
  }
  .top-section .top-links {
    display: none;
  }
  #opens-delta .container,
  #auctions-charlie .container {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    display: none;
    padding: 20px 0;
  }
  #opens-delta .container h2 span,
  #auctions-charlie .container h2 span {
    display: none;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin-bottom: 20px;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #opens-delta .container ul li,
  #auctions-charlie .container ul li {
    display: none;
  }
  #opens-delta .container ul li a,
  #auctions-charlie .container ul li a {
    padding: 0;
    border-bottom: 1px solid #d1d1d1;
    line-height: 30px;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    font-weight: normal;
    display: inline-block;
    float: left;
    width: 25%;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    display: inline-block;
    padding-bottom: 0;
    float: left;
    width: 50%;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    display: none;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    display: none;
  }
  #opens-delta .container ul li a:after,
  #auctions-charlie .container ul li a:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #opens-delta .container .opens-print,
  #auctions-charlie .container .opens-print,
  #opens-delta .container .auctions-print,
  #auctions-charlie .container .auctions-print {
    display: block;
  }
}
#wheels-debug-area,
.cfdebug,
.alert.alert-info {
  display: none;
}
.static_social {
  display: none;
}
#instagram-container,
#twitter-container {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #instagram-container,
  #twitter-container {
    display: block;
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 100;
    margin-top: -110px;
    max-width: 300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px 2px 0px 2px;
    background: #4d4d4d;
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    transition: all 0.5s;
  }
  #instagram-container h1,
  #twitter-container h1 {
    letter-spacing: 3px;
    font-size: 21px;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    color: white;
  }
  #twitter-container {
    height: 502px;
    width: 300px;
    background: #4d4d4d;
    background-color: #717171;
    overflow: hidden;
    padding-left: 7px;
  }
  #instagram-container.active,
  #twitter-container.active {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.5s;
  }
  .static_social.active {
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    transition: all 0.5s;
  }
  .static_social {
    transition: all 0.5s;
    display: block !important;
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 100;
    margin-top: -110px;
  }
  .static_social div {
    display: block;
    height: 55px;
    width: 55px;
    overflow: hidden;
    text-align: left;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }
  .static_social div span {
    width: 250px;
    line-height: 55px;
  }
  .static_social div span i {
    line-height: 55px;
    display: inline-block;
    width: 55px;
    font-size: 24px;
    text-align: center;
  }
  .static_social div.twitter {
    background-color: #717171;
  }
  .static_social div.twitter:hover {
    background-color: #55ACEE;
  }
  .static_social div.instagram {
    background-color: #4d4d4d;
  }
  .static_social div.instagram:hover {
    background-color: #8a3ab9;
  }
  .twitter.fade,
  .instagram.fade {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.5s;
    display: none;
  }
}
#homepage-sierra #suburbs-display h3,
#homepage-sierra #listings-display h3 {
  padding-top: 24px;
  color: #242424;
  text-align: center;
  font-size: 20px;
  padding-bottom: 16px;
}
#homepage-sierra #suburbs-display h3 {
  padding: 16px 0 24px 0;
}
#homepage-sierra .feature-listings-wrapper .features-heading {
  padding-top: 24px;
  color: #242424;
  text-align: center;
  font-size: 20px;
  padding-bottom: 24px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-sierra #suburbs-display h3 {
    padding: 16px 0 24px 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-sierra #suburbs-display h3 {
    padding: 40px 0 50px 0;
  }
  #homepage-sierra #listings-display h3 {
    /*padding-top: 0;*/
  }
  #homepage-sierra .propertyListing-bells {
    margin: 0 0 20px !important;
  }
  #homepage-sierra .feature-listings-wrapper .features-heading {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #homepage-sierra #suburbs-display h3,
  #homepage-sierra .feature-listings-wrapper h3,
  #homepage-sierra #suburbs-display .features-heading,
  #homepage-sierra .feature-listings-wrapper .features-heading {
    font-size: 25px !important;
    font-weight: 300;
    letter-spacing: 2px;
  }
  #homepage-sierra #recent-blogs h1 {
    font-size: 25px !important;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 40px 0 !important;
  }
}
#footer-bravo i {
  display: none !important;
}
.feature-listings-wrapper .list-container {
  display: inline-block;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.feature-listings-wrapper .list-container ul .wrapper:first-child {
  width: 100%;
}
.feature-listings-wrapper .list-container ul .wrapper:nth-child(4),
.feature-listings-wrapper .list-container ul .wrapper:nth-child(7) {
  width: 100%;
}
.feature-listings-wrapper .list-container ul .wrapper:nth-child(4) li,
.feature-listings-wrapper .list-container ul .wrapper:nth-child(7) li {
  padding-bottom: 40%;
}
.feature-listings-wrapper .list-container ul .wrapper:nth-child(4) li a,
.feature-listings-wrapper .list-container ul .wrapper:nth-child(7) li a {
  padding-top: 15%;
}
.feature-listings-wrapper .list-container ul .wrapper {
  width: 50%;
  float: left;
  padding: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.feature-listings-wrapper .list-container ul li {
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.feature-listings-wrapper .list-container ul li .list {
  display: none;
}
.feature-listings-wrapper .list-container ul 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;
}
.feature-listings-wrapper .list-container ul li a,
.feature-listings-wrapper .list-container ul li .open-auction-hover {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  padding-top: 32%;
}
.feature-listings-wrapper .list-container ul li a h3,
.feature-listings-wrapper .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);
}
.feature-listings-wrapper .list-container ul li a h4,
.feature-listings-wrapper .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;
}
.feature-listings-wrapper .list-container ul li a .underlay,
.feature-listings-wrapper .list-container ul li .open-auction-hover .underlay {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.1);
}
.feature-listings-wrapper .list-container ul li a .bottom,
.feature-listings-wrapper .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;
}
.feature-listings-wrapper .list-container ul li a .bottom h1,
.feature-listings-wrapper .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;
}
.feature-listings-wrapper .list-container ul li a .bottom h2,
.feature-listings-wrapper .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;
}
.feature-listings-wrapper .list-container ul li a .bottom .container,
.feature-listings-wrapper .list-container ul li .open-auction-hover .bottom .container {
  width: auto !important;
  display: inline-block;
  margin: 0 auto;
}
.feature-listings-wrapper .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 */
}
.feature-listings-wrapper .list-container ul li:hover .underlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
.feature-listings-wrapper .list-container.two ul .wrapper:first-child {
  width: 50%;
}
.feature-listings-wrapper .list-container.two ul .wrapper {
  width: 50%;
}
.feature-listings-wrapper .list-container.five ul .wrapper:first-child {
  width: 100%;
}
.feature-listings-wrapper .list-container.five ul .wrapper:nth-child(4) {
  width: 50%;
}
.feature-listings-wrapper .list-container.five ul .wrapper:nth-child(4) li {
  padding-bottom: 80%;
}
.feature-listings-wrapper .list-container.five ul .wrapper {
  width: 50%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .feature-listings-wrapper .list-container ul .wrapper {
    width: 33.33%;
    padding: 6px;
  }
  .feature-listings-wrapper .list-container ul .wrapper:first-child {
    width: 66.66%;
  }
  .feature-listings-wrapper .list-container ul .wrapper:nth-child(4) {
    width: 33.33%;
  }
  .feature-listings-wrapper .list-container ul .wrapper:nth-child(4) li {
    padding-bottom: 80%;
  }
  .feature-listings-wrapper .list-container ul li a h3,
  .feature-listings-wrapper .list-container ul li .open-auction-hover h3 {
    font-size: 20px;
  }
  .feature-listings-wrapper .list-container ul li a h4,
  .feature-listings-wrapper .list-container ul li .open-auction-hover h4 {
    font-size: 12px;
  }
  .feature-listings-wrapper .list-container ul li a .bottom,
  .feature-listings-wrapper .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;
  }
  .feature-listings-wrapper .list-container ul li a .bottom h1,
  .feature-listings-wrapper .list-container ul li .open-auction-hover .bottom h1 {
    padding-bottom: 12px;
  }
  .feature-listings-wrapper .list-container ul li a .bottom h2,
  .feature-listings-wrapper .list-container ul li .open-auction-hover .bottom h2 {
    float: left;
    font-size: 13px;
    padding-right: 4px;
  }
  .feature-listings-wrapper .list-container ul li a .bottom .container,
  .feature-listings-wrapper .list-container ul li .open-auction-hover .bottom .container {
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }
  .feature-listings-wrapper .list-container.one ul .wrapper {
    width: 100%;
  }
  .feature-listings-wrapper .list-container.two ul .wrapper:first-child {
    width: 50%;
  }
  .feature-listings-wrapper .list-container.two ul .wrapper {
    width: 50%;
  }
  .feature-listings-wrapper .list-container.four .wrapper:nth-child(4) {
    width: 100%;
  }
  .feature-listings-wrapper .list-container.four .wrapper:nth-child(4) li {
    padding-bottom: 40%;
  }
  .feature-listings-wrapper .list-container.five ul .wrapper:first-child {
    width: 66.66%;
  }
  .feature-listings-wrapper .list-container.five ul .wrapper:nth-child(2),
  .feature-listings-wrapper .list-container.five ul .wrapper:nth-child(3) {
    width: 33.33%;
  }
  .feature-listings-wrapper .list-container.five ul .wrapper:nth-child(4),
  .feature-listings-wrapper .list-container.five ul .wrapper:nth-child(5) {
    width: 100%;
  }
  .feature-listings-wrapper .list-container.five ul .wrapper:nth-child(4) li,
  .feature-listings-wrapper .list-container.five ul .wrapper:nth-child(5) li {
    padding-bottom: 40%;
  }
  .feature-listings-wrapper .list-container.five ul .wrapper:nth-child(4) li a,
  .feature-listings-wrapper .list-container.five ul .wrapper:nth-child(5) li a {
    padding-top: 15%;
  }
  .feature-listings-wrapper .list-container.five ul .wrapper {
    width: 50%;
  }
  .feature-listings-wrapper .list-container.six ul .wrapper:nth-child(4) li a,
  .feature-listings-wrapper .list-container ul .wrapper:nth-child(4) li a {
    padding-top: 32%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#form-property-alpha {
  z-index: 50;
}
/* slick slider */
.slick-slider .slick-track > div {
  background-blend-mode: multiply;
}
/* TODO: Find this a home after demoing */
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner {
  left: 0;
  text-transform: uppercase;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner em {
  font-size: 11px;
  vertical-align: middle;
  padding-left: 5px;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.sold {
  max-width: none;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.sold b {
  padding: 0;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.upcoming {
  background: #28abe3;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.upcoming:before,
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.upcoming:after {
  border-left-color: #28abe3;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.change {
  left: -105%;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text {
  z-index: 1;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 45%;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container .address {
  font-weight: 300;
  line-height: 1.5em;
  font-size: 1.2em;
  padding-top: 220px;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container .address em {
  display: none;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container .address span {
  display: block;
  color: white;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container .fa-gavel {
  display: none;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list {
  width: 95%;
  margin: 5px auto 0;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list li {
  height: auto;
  padding-bottom: 0;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -webkit-transition: all 0.25s !important;
  -moz-transition: all 0.25s !important;
  -o-transition: all 0.25s !important;
  transition: all 0.25s !important;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list li:first-child {
  opacity: 1;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid {
  left: 0;
  line-height: normal;
  height: auto;
  padding: 10px 8px 20px;
  font-weight: 300;
  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;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid .bidss {
  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;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid.refresh {
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid .next-bid {
  width: 100%;
  text-align: left;
  float: none;
  margin-top: -25px;
  margin-left: 10px;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid aside {
  position: relative;
  font-weight: 100;
  padding-top: 40px;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid aside div {
  position: absolute;
  bottom: 0;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid aside div:first-of-type {
  left: 0;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid aside div:last-of-type {
  right: 0;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .priceEstimate,
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .countdownTimer {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: all 0.25s !important;
  -moz-transition: all 0.25s !important;
  -o-transition: all 0.25s !important;
  float: left;
  width: 40%;
  margin-left: 5%;
  margin-top: 20px;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .image {
  display: none;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction.dummy .text .container .address {
  padding-top: 0;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction.dummy .text .container #bid-list li {
  height: 110px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .info-wrapper,
.feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .underlay {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* Mobile */
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper {
    width: 100%;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner {
    top: 0;
    width: 100%;
    font-size: 16px;
    height: auto;
    line-height: normal;
    padding: 8px 0;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.sold b {
    border: 0;
    margin: 0;
    padding: 0;
    float: none;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.sold aside {
    display: none;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container {
    top: 55%;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid {
    font-size: 35px;
    padding: 20px 8px;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:first-child li .eAuction #eAuctionBanner.sold b {
    margin-right: 5px;
    display: inline;
    font-size: 16px;
    line-height: normal;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:first-child li .eAuction .text {
    top: 0;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:first-child li .eAuction .text .container {
    top: 55%;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:nth-child(4) li {
    padding-bottom: 80%;
  }
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:first-child li .eAuction #eAuctionBanner {
    width: 50%;
    height: 64px;
    line-height: 64px;
    font-size: 22px;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:first-child li .eAuction .text .container {
    top: 100%;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:first-child li .eAuction .text .container .address {
    font-size: 1.5em;
    padding-top: 0;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:first-child li .eAuction .text .container #bid-list .currentBid {
    font-size: 58px;
    padding: 5px 0 10px;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner {
    width: 80%;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.sold {
    font-size: 20px;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text {
    bottom: 0;
    top: auto;
    height: 40%;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container {
    top: 50%;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container .address {
    font-size: 1.1em;
    padding-top: 0;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container .address em,
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container .address span {
    display: inline;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid {
    font-size: 34px;
    padding: 0;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid aside div {
    font-size: 1.4em;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container #bid-list .currentBid.time {
    font-size: 22px;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction.dummy .text .container #bid-list li {
    height: 27px;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:nth-child(2) li .eAuction .text .container,
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:nth-child(4) li .eAuction .text .container,
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:nth-child(5) li .eAuction .text .container,
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:nth-child(6) li .eAuction .text .container {
    top: 150%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 980px) {
  /* Tablet */
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.sold aside {
    padding: 0;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.sold aside span {
    font-size: 1.6em;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner.sold aside em {
    display: none;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text {
    height: 100%;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text .container {
    top: 55%;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:first-child li .eAuction #eAuctionBanner {
    width: 33.33%;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:first-child li .eAuction .text .container {
    padding: 30px 8px 8px;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:first-child li .eAuction .text .container #bid-list .currentBid {
    font-size: 52px;
    padding-bottom: 0;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper:first-child li .eAuction .text .container #bid-list .currentBid aside {
    padding-top: 20px;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction #eAuctionBanner {
    width: 50%;
  }
  .feature-listings-wrapper .list-container.eAuctions-active ul .wrapper li .eAuction .text {
    height: 30%;
  }
}
/* Global .less files */
/* Custom select field */
/* Use function to add hover styles to avoid hover related double tap bug */
/* Adding 'disabled' state to buttons for form submissions */
/**** Component Dependency Class ****

	if a layout should use this dependency as a global style it should be imported from an appropriate layout .less file
		and globally scoped by calling the surrounding dependency class (ie. ._{classname})

	eg. 	@import "../../_global/less/_component/dependencies/form-checkboxes.less"; 
			._form-checkboxes; */
/* GLOBAL vars -- TIP: use standardised variables where possible 
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* LOCAL vars -- TIP: for non-standardised variables use a localised naming convention to avoid conflict 
	-- allows simple customisation with a variable RE-definition within a layouts components.less
	-- allows calculated methods based on standardised layout variables (above) */
/**** Component styles 
	-- always use the filename as the dependency classname: ._{filename} 
	-- scope this dependency class within the required component class */
._button-alpha .button {
  cursor: pointer;
  overflow: hidden;
  padding: 8px 20px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Arial, sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  color: gray;
  background: none;
  border: 1px solid gray;
  border-radius: 0px;
  /*********** OPTIONS *************/
  /* BTN SIZES */
  /* NO ROUNDING */
  /* FULL COLOUR BTN */
  /************ ALL HOVER STYLES ************/
}
._button-alpha .button span {
  position: relative;
  z-index: 2;
}
._button-alpha .button.btn-block {
  display: block;
}
._button-alpha .button.btn-upper {
  text-transform: uppercase;
}
._button-alpha .button.btn-heavy {
  font-weight: 600;
}
._button-alpha .button.btn-lg {
  font-size: 1.2rem;
}
._button-alpha .button.btn-sm {
  padding: 5px 12px;
  font-size: 0.85rem;
}
._button-alpha .button.btn-padmore {
  padding: 12px 20px;
}
._button-alpha .button.btn-sq {
  border-radius: 0;
}
._button-alpha .button.btn-bg,
._button-alpha .button.btn-bg:hover {
  background: gray;
  color: white;
  border: 0;
}
._button-alpha .button.btn-bg:hover {
  background: #676767;
}
._button-alpha .button.btn-bg-secondary,
._button-alpha .button.btn-bg-secondary:hover {
  background: #164163;
  color: white;
  border: 0;
}
._button-alpha .button.btn-bg-secondary:hover {
  background: #0d2639;
}
._button-alpha .button.btn-hov-fill,
._button-alpha .button.btn-hov-fill.btn-bg {
  position: relative;
  display: block;
}
@media only screen and (min-width: 415px) {
  ._button-alpha .button.btn-hov-fill:hover,
  ._button-alpha .button.btn-hov-fill.btn-bg:hover {
    background: gray;
    transition: color 0.3s ease-out, background 0.3s ease-out;
  }
  ._button-alpha .button.btn-hov-fill:hover,
  ._button-alpha .button.btn-hov-fill.btn-bg:hover,
  ._button-alpha .button.btn-hov-fill:hover span,
  ._button-alpha .button.btn-hov-fill.btn-bg:hover span {
    color: white;
  }
  ._button-alpha .button.btn-hov-fill:hover-secondary,
  ._button-alpha .button.btn-hov-fill.btn-bg:hover-secondary {
    background: #164163;
  }
}
._button-alpha .button.btn-hov-unfill,
._button-alpha .button.btn-hov-unfill.btn-bg {
  position: relative;
  display: block;
  border: 1px solid white;
  border: 1px solid transparent;
}
@media only screen and (min-width: 415px) {
  ._button-alpha .button.btn-hov-unfill:hover,
  ._button-alpha .button.btn-hov-unfill.btn-bg:hover {
    background: rgba(128, 128, 128, 0);
    border: 1px solid gray;
    transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
  }
  ._button-alpha .button.btn-hov-unfill:hover,
  ._button-alpha .button.btn-hov-unfill.btn-bg:hover,
  ._button-alpha .button.btn-hov-unfill:hover span,
  ._button-alpha .button.btn-hov-unfill.btn-bg:hover span {
    color: gray;
  }
}
._button-alpha .button.btn-hov-unfill-secondary,
._button-alpha .button.btn-hov-unfill-secondary.btn-bg-secondary {
  position: relative;
  display: block;
  border: 1px solid white;
  border: 1px solid transparent;
}
@media only screen and (min-width: 415px) {
  ._button-alpha .button.btn-hov-unfill-secondary:hover,
  ._button-alpha .button.btn-hov-unfill-secondary.btn-bg-secondary:hover {
    background: rgba(22, 65, 99, 0);
    border: 1px solid #164163;
    transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
  }
  ._button-alpha .button.btn-hov-unfill-secondary:hover,
  ._button-alpha .button.btn-hov-unfill-secondary.btn-bg-secondary:hover,
  ._button-alpha .button.btn-hov-unfill-secondary:hover span,
  ._button-alpha .button.btn-hov-unfill-secondary.btn-bg-secondary:hover span {
    color: #164163;
  }
}
._button-alpha .button.btn-hov-1 {
  position: relative;
  display: inline-block;
}
._button-alpha .button.btn-hov-1:after {
  content: '';
  display: block;
  position: absolute;
  left: -20%;
  bottom: -200%;
  width: 140%;
  height: 200%;
  background: gray;
}
._button-alpha .button.btn-hov-1:active,
._button-alpha .button.btn-hov-1:focus,
._button-alpha .button.btn-hov-1:active span,
._button-alpha .button.btn-hov-1:focus span {
  color: white;
  transition: color 0.3s ease-out;
}
._button-alpha .button.btn-hov-1:active:after,
._button-alpha .button.btn-hov-1:focus:after {
  animation: jiggle-up 0.4s ease-out 0s forwards;
}
@media only screen and (min-width: 415px) {
  ._button-alpha .button.btn-hov-1:hover,
  ._button-alpha .button.btn-hov-1:hover span {
    color: white;
    transition: color 0.3s ease-out;
  }
  ._button-alpha .button.btn-hov-1:hover:after {
    animation: jiggle-up 0.4s ease-out 0s forwards;
  }
}
@keyframes jiggle-up {
  0% {
    transform: rotate(0deg) translateY(0%);
  }
  25% {
    transform: rotate(10deg) translateY(-15%);
  }
  75% {
    transform: rotate(-10deg) translateY(-45%);
  }
  100% {
    transform: rotate(0deg) translateY(-80%);
  }
}
._button-alpha .btn,
._button-alpha button {
  cursor: pointer;
  overflow: hidden;
  padding: 8px 20px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Arial, sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  color: gray;
  background: none;
  border: 1px solid gray;
  border-radius: 0px;
  /*********** OPTIONS *************/
  /* BTN SIZES */
  /* NO ROUNDING */
  /* FULL COLOUR BTN */
  /************ ALL HOVER STYLES ************/
}
._button-alpha .btn span,
._button-alpha button span {
  position: relative;
  z-index: 2;
}
._button-alpha .btn.btn-block,
._button-alpha button.btn-block {
  display: block;
}
._button-alpha .btn.btn-upper,
._button-alpha button.btn-upper {
  text-transform: uppercase;
}
._button-alpha .btn.btn-heavy,
._button-alpha button.btn-heavy {
  font-weight: 600;
}
._button-alpha .btn.btn-lg,
._button-alpha button.btn-lg {
  font-size: 1.2rem;
}
._button-alpha .btn.btn-sm,
._button-alpha button.btn-sm {
  padding: 5px 12px;
  font-size: 0.85rem;
}
._button-alpha .btn.btn-padmore,
._button-alpha button.btn-padmore {
  padding: 12px 20px;
}
._button-alpha .btn.btn-sq,
._button-alpha button.btn-sq {
  border-radius: 0;
}
._button-alpha .btn.btn-bg,
._button-alpha button.btn-bg,
._button-alpha .btn.btn-bg:hover,
._button-alpha button.btn-bg:hover {
  background: gray;
  color: white;
  border: 0;
}
._button-alpha .btn.btn-bg:hover,
._button-alpha button.btn-bg:hover {
  background: #676767;
}
._button-alpha .btn.btn-bg-secondary,
._button-alpha button.btn-bg-secondary,
._button-alpha .btn.btn-bg-secondary:hover,
._button-alpha button.btn-bg-secondary:hover {
  background: #164163;
  color: white;
  border: 0;
}
._button-alpha .btn.btn-bg-secondary:hover,
._button-alpha button.btn-bg-secondary:hover {
  background: #0d2639;
}
._button-alpha .btn.btn-hov-fill,
._button-alpha button.btn-hov-fill,
._button-alpha .btn.btn-hov-fill.btn-bg,
._button-alpha button.btn-hov-fill.btn-bg {
  position: relative;
  display: block;
}
@media only screen and (min-width: 415px) {
  ._button-alpha .btn.btn-hov-fill:hover,
  ._button-alpha button.btn-hov-fill:hover,
  ._button-alpha .btn.btn-hov-fill.btn-bg:hover,
  ._button-alpha button.btn-hov-fill.btn-bg:hover {
    background: gray;
    transition: color 0.3s ease-out, background 0.3s ease-out;
  }
  ._button-alpha .btn.btn-hov-fill:hover,
  ._button-alpha button.btn-hov-fill:hover,
  ._button-alpha .btn.btn-hov-fill.btn-bg:hover,
  ._button-alpha button.btn-hov-fill.btn-bg:hover,
  ._button-alpha .btn.btn-hov-fill:hover span,
  ._button-alpha button.btn-hov-fill:hover span,
  ._button-alpha .btn.btn-hov-fill.btn-bg:hover span,
  ._button-alpha button.btn-hov-fill.btn-bg:hover span {
    color: white;
  }
  ._button-alpha .btn.btn-hov-fill:hover-secondary,
  ._button-alpha button.btn-hov-fill:hover-secondary,
  ._button-alpha .btn.btn-hov-fill.btn-bg:hover-secondary,
  ._button-alpha button.btn-hov-fill.btn-bg:hover-secondary {
    background: #164163;
  }
}
._button-alpha .btn.btn-hov-unfill,
._button-alpha button.btn-hov-unfill,
._button-alpha .btn.btn-hov-unfill.btn-bg,
._button-alpha button.btn-hov-unfill.btn-bg {
  position: relative;
  display: block;
  border: 1px solid white;
  border: 1px solid transparent;
}
@media only screen and (min-width: 415px) {
  ._button-alpha .btn.btn-hov-unfill:hover,
  ._button-alpha button.btn-hov-unfill:hover,
  ._button-alpha .btn.btn-hov-unfill.btn-bg:hover,
  ._button-alpha button.btn-hov-unfill.btn-bg:hover {
    background: rgba(128, 128, 128, 0);
    border: 1px solid gray;
    transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
  }
  ._button-alpha .btn.btn-hov-unfill:hover,
  ._button-alpha button.btn-hov-unfill:hover,
  ._button-alpha .btn.btn-hov-unfill.btn-bg:hover,
  ._button-alpha button.btn-hov-unfill.btn-bg:hover,
  ._button-alpha .btn.btn-hov-unfill:hover span,
  ._button-alpha button.btn-hov-unfill:hover span,
  ._button-alpha .btn.btn-hov-unfill.btn-bg:hover span,
  ._button-alpha button.btn-hov-unfill.btn-bg:hover span {
    color: gray;
  }
}
._button-alpha .btn.btn-hov-unfill-secondary,
._button-alpha button.btn-hov-unfill-secondary,
._button-alpha .btn.btn-hov-unfill-secondary.btn-bg-secondary,
._button-alpha button.btn-hov-unfill-secondary.btn-bg-secondary {
  position: relative;
  display: block;
  border: 1px solid white;
  border: 1px solid transparent;
}
@media only screen and (min-width: 415px) {
  ._button-alpha .btn.btn-hov-unfill-secondary:hover,
  ._button-alpha button.btn-hov-unfill-secondary:hover,
  ._button-alpha .btn.btn-hov-unfill-secondary.btn-bg-secondary:hover,
  ._button-alpha button.btn-hov-unfill-secondary.btn-bg-secondary:hover {
    background: rgba(22, 65, 99, 0);
    border: 1px solid #164163;
    transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
  }
  ._button-alpha .btn.btn-hov-unfill-secondary:hover,
  ._button-alpha button.btn-hov-unfill-secondary:hover,
  ._button-alpha .btn.btn-hov-unfill-secondary.btn-bg-secondary:hover,
  ._button-alpha button.btn-hov-unfill-secondary.btn-bg-secondary:hover,
  ._button-alpha .btn.btn-hov-unfill-secondary:hover span,
  ._button-alpha button.btn-hov-unfill-secondary:hover span,
  ._button-alpha .btn.btn-hov-unfill-secondary.btn-bg-secondary:hover span,
  ._button-alpha button.btn-hov-unfill-secondary.btn-bg-secondary:hover span {
    color: #164163;
  }
}
._button-alpha .btn.btn-hov-1,
._button-alpha button.btn-hov-1 {
  position: relative;
  display: inline-block;
}
._button-alpha .btn.btn-hov-1:after,
._button-alpha button.btn-hov-1:after {
  content: '';
  display: block;
  position: absolute;
  left: -20%;
  bottom: -200%;
  width: 140%;
  height: 200%;
  background: gray;
}
._button-alpha .btn.btn-hov-1:active,
._button-alpha button.btn-hov-1:active,
._button-alpha .btn.btn-hov-1:focus,
._button-alpha button.btn-hov-1:focus,
._button-alpha .btn.btn-hov-1:active span,
._button-alpha button.btn-hov-1:active span,
._button-alpha .btn.btn-hov-1:focus span,
._button-alpha button.btn-hov-1:focus span {
  color: white;
  transition: color 0.3s ease-out;
}
._button-alpha .btn.btn-hov-1:active:after,
._button-alpha button.btn-hov-1:active:after,
._button-alpha .btn.btn-hov-1:focus:after,
._button-alpha button.btn-hov-1:focus:after {
  animation: jiggle-up 0.4s ease-out 0s forwards;
}
@media only screen and (min-width: 415px) {
  ._button-alpha .btn.btn-hov-1:hover,
  ._button-alpha button.btn-hov-1:hover,
  ._button-alpha .btn.btn-hov-1:hover span,
  ._button-alpha button.btn-hov-1:hover span {
    color: white;
    transition: color 0.3s ease-out;
  }
  ._button-alpha .btn.btn-hov-1:hover:after,
  ._button-alpha button.btn-hov-1:hover:after {
    animation: jiggle-up 0.4s ease-out 0s forwards;
  }
}
@keyframes jiggle-up {
  0% {
    transform: rotate(0deg) translateY(0%);
  }
  25% {
    transform: rotate(10deg) translateY(-15%);
  }
  75% {
    transform: rotate(-10deg) translateY(-45%);
  }
  100% {
    transform: rotate(0deg) translateY(-80%);
  }
}
/**** Component Dependency Class ****

	if a layout should use this dependency as a global style it should be imported from an appropriate layout .less file
		and globally scoped by calling the surrounding dependency class (ie. ._{classname})

	eg. 	@import "../../_global/less/_component/dependencies/form-checkboxes.less"; 
			._form-checkboxes; */
/* GLOBAL vars -- TIP: use standardised variables where possible 
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* LOCAL vars -- TIP: for non-standardised variables use a localised naming convention to avoid conflict 
	-- allows simple customisation with a variable RE-definition within a layouts components.less
	-- allows calculated methods based on standardised layout variables (above) */
/**** Component styles 
	-- always use the filename as the dependency classname: ._{filename} 
	-- scope this dependency class within the required component class */
._form-checkboxes {
  /* Base for label styling */
  /* checkbox aspect -- :BEFORE is background/check border */
  /* checked mark aspect -- :AFTER is the check mark */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
._form-checkboxes [type="checkbox"]:not(:checked),
._form-checkboxes [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
._form-checkboxes [type="checkbox"]:not(:checked) + label,
._form-checkboxes [type="checkbox"]:checked + label {
  position: relative;
  display: block;
  padding: 8px 5px 8px 40px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
	                                  supported by Chrome and Opera */
}
._form-checkboxes [type="checkbox"]:not(:checked) + label:before,
._form-checkboxes [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #828286;
  background: none;
  border-radius: 0px;
}
._form-checkboxes [type="checkbox"]:not(:checked) + label:after,
._form-checkboxes [type="checkbox"]:checked + label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  text-align: center;
  font-size: 1.3em;
  line-height: .8;
  color: gray;
  transition: opacity .2s, transform .2s, color .2s;
}
._form-checkboxes [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}
._form-checkboxes [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
._form-checkboxes [type="checkbox"]:disabled:not(:checked) + label:before,
._form-checkboxes [type="checkbox"]:disabled:checked + label:before {
  border-color: #b6b6b8;
}
._form-checkboxes [type="checkbox"]:disabled:checked + label:after {
  color: #b6b6b8;
}
._form-checkboxes [type="checkbox"]:disabled + label {
  color: #b6b6b8;
}
._form-checkboxes [type="checkbox"]:checked:focus + label:before,
._form-checkboxes [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid gray;
}
._form-checkboxes label:hover:before {
  border: 1px solid gray !important;
}
.btn {
  background: #25282F;
}
.lity-container {
  width: 100%;
  max-width: 800px !important;
}
.lity-container .lity-content {
  padding: 20px;
  background: white;
}
/* [3] ---- CUSTOM SITE STYLES ---- */
