/* Template .less files */
@import url('https://fonts.googleapis.com/css?family=Prata|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url("https://use.typekit.net/tyg1dsf.css");
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?lbghr0');
  src: url('../fonts/icomoon.eot?lbghr0#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?lbghr0') format('truetype'), url('../fonts/icomoon.woff?lbghr0') format('woff'), url('../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;
}
#maintenance-request-page {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 20px;
}
#maintenance-request-page .page-title {
  width: 189px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #0c0e22;
  border-left: 1px solid #e4520f;
  border-right: 1px solid #e4520f;
  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: 'Prata', serif;
  color: #3b393b;
}
#maintenance-request-wrapper {
  margin: 0;
  padding: 8px;
  display: block;
  width: 100%;
}
#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: #3b393b;
}
#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: 'Prata', 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: 'Prata', 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%;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #maintenance-request-page .page-title {
    font-size: 26px;
    border-left: 2px solid #e4520f;
    border-right: 2px solid #e4520f;
    padding: 0 12px;
    margin: 0 auto;
    width: 275px;
    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: 50px;
  }
  #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;
  }
}
.uses_wysiwyg h1 {
  font-size: 1.75em;
  line-height: 1.2;
}
.uses_wysiwyg h2,
.uses_wysiwyg big {
  font-size: 1.5em;
}
.uses_wysiwyg h3 {
  font-size: 1.2em;
}
.uses_wysiwyg h4 {
  font-size: 1.2em;
}
.uses_wysiwyg h5 {
  font-size: 1em;
}
.uses_wysiwyg em {
  font-style: italic;
}
.uses_wysiwyg b,
.uses_wysiwyg strong {
  font-weight: bold;
}
.uses_wysiwyg h1,
.uses_wysiwyg h2,
.uses_wysiwyg h3,
.uses_wysiwyg h4,
.uses_wysiwyg h5,
.uses_wysiwyg h6 {
  font-weight: normal;
  margin: .3em 0;
  color: #3b393b;
}
.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;
  padding-left: 20px;
}
.uses_wysiwyg ol li {
  list-style-type: decimal;
  padding-left: 20px;
}
.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 {
  border-left: 5px solid #ddd;
  padding-left: 15px;
}
.uses_wysiwyg blockquote > * {
  display: inline-block;
}
.uses_wysiwyg blockquote > *:before,
.uses_wysiwyg blockquote > *:after {
  /*._typo_fontaws;*/
  font-family: FontAwesome;
  font-size: 1em;
  top: -0.3em;
}
.uses_wysiwyg blockquote > *:before {
  content: '\f10d';
  padding: 0 5px 0 0;
}
.uses_wysiwyg blockquote > *:after {
  content: '\f10e';
  padding: 0 0 0 5px;
}
/* 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 */
.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%;
  }
}
#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: #3b393b;
}
#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;
  color: black;
  text-decoration: none;
  color: #3b393b;
  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: #4970b0;
}
#homepage-sierra .heading-contents .link-wrapper a:hover:after {
  border-bottom: 2px solid #e4520f;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  content: '';
}
#homepage-sierra #recent-blogs .content-container h1 {
  color: #3b393b;
  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: 80px;
  }
  #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 #e4520f;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    content: '';
  }
  #homepage-sierra #recent-blogs .content-container h1 {
    padding-top: 12px;
    color: #3b393b;
    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: 85px;
  }
  #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;
    color: black;
    text-decoration: none;
    color: #3b393b;
    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: #4970b0;
  }
  #homepage-sierra .heading-contents .link-wrapper a:hover:after {
    border-bottom: 2px solid #e4520f;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    content: '';
  }
  #homepage-sierra #recent-blogs .content-container h1 {
    padding-top: 12px;
    color: #3b393b;
    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: #e4520f;
  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 #e4520f;
}
#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: #3b393b;
}
#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: #e4520f;
    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;
  }
}
/* Local Files */
#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 {
  font-size: 26px;
  font-style: italic;
  font-family: 'prata', 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 #e4520f;
}
#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: #454545;
  -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%;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  display: block;
}
#agents-mike .two-col-tablet li .card .image img {
  display: block;
  width: 100%;
}
#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: white;
}
#agents-mike .two-col-tablet li .card .info .mobile-only a {
  color: white;
  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: 'Prata', serif;
  color: white;
  padding-bottom: 4px;
}
#agents-mike .two-col-tablet li .card .info a {
  color: white;
  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: 'Prata', serif;
  color: #3b393b;
  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: #4970b0;
}
#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 .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-style: italic;
    font-family: 'prata', 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 #e4520f;
  }
  #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 {
    height: 0;
    padding-bottom: 80% !important;
    float: left;
    overflow: hidden;
    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: white;
    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: white;
    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: white;
    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: white;
    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;
  }
  #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-style: italic;
    font-family: 'prata', 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 #e4520f;
  }
  #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 .image {
    padding-bottom: 70%;
  }
  #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;
  }
  #agents-mike .two-col-tablet li .card .info .staff-position {
    font-size: 12px;
    font-family: 'prata', sans-serif;
    padding-bottom: 5px;
    display: inline-block;
  }
  #agents-mike .two-col-tablet li .card .info .no-mobile {
    font-size: 10px;
  }
  #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;
  }
}
#agent-show-hotel {
  background-color: #ffffff;
  padding-bottom: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agent-show-hotel .endorsements-wrapper {
  display: none !important;
}
#agent-show-hotel .image-wrapper .image .agent-image {
  height: 0;
  padding-bottom: 85%;
}
#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;
  font-family: 'coco', Arial, sans-serif;
  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: prata;
  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: prata;
}
#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 .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 #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: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 110px;
  margin: 0 auto;
  text-transform: capitalize;
}
#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: #e4520f;
  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;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #e4520f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #3b393b;
  margin: 8px auto;
}
#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: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: #f27034;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#agent-show-hotel .agents-properties .agents-desktop .view-all:hover {
  background-color: #e4520f;
  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-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: 'Questa', Arial, 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: #3b393b;
  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: 'coco', Arial, 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;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #e4520f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #3b393b;
  margin: 0 auto;
}
#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:focus,
#agent-show-hotel .endorsements-wrapper #endorsements-btn:hover,
#agent-show-hotel .endorsements-wrapper #endorsements-btn:active {
  color: #fff;
  background-color: #f27034;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#agent-show-hotel .endorsements-wrapper #endorsements-btn:hover {
  background-color: #e4520f;
  transition: all 0.5s;
  color: black;
}
#agent-show-hotel .social-links {
  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 #3b393b;
  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: #e4520f;
  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 .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 .middle-wrapper {
    border-bottom: 2px solid #3b393b;
  }
  #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;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #e4520f;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #3b393b;
    margin: 0 auto;
    margin-top: 20px;
  }
  #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:focus,
  #agent-show-hotel .agents-properties .view-all:hover,
  #agent-show-hotel .agents-properties .view-all:active {
    color: #fff;
    background-color: #f27034;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties .view-all:hover {
    background-color: #e4520f;
    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: 40px;
  }
  #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: #e4520f;
    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 {
    /*z-index: 25;
							height: 250px;
							background-size: cover;
							background-position: 50% 50%;
							transition: all 1s;
							overflow: hidden;*/
    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: #3b393b;
    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 #3b393b;
    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 {
    /*.social-links{
			a{
				padding-top: @global-padding-mobile;
				text-decoration: none;
				width: 15px;
				margin-right: 20px;
				height: 35px;
				i, span{
					transition: all 0.3s;
					width: 15px;
					height: 15px;
					line-height: 15px;
					border-radius: 15px;
					font-size: 0;
					-webkit-transform: translate(-50%,-50%);
				    -moz-transform: translate(-50%,-50%);
				    -ms-transform: translate(-50%,-50%);
				    -o-transform: translate(-50%,-50%);
				    transform: translate(-50%,-50%);
				}
				&:hover{
					i,span{
						transition: all 0.3s;
						font-size: 18px;
						width: 35px;
						height: 35px;
						line-height: 35px;
						border-radius: 35px;

					}
				}
			}
		}*/
  }
  #agent-show-hotel .top-section {
    padding: 0;
    display: inline-block;
    background-color: #f1f1f1;
    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 .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;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-height: none;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  #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: 30px;
    max-height: 170px;
    overflow: hidden;
  }
  #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: #e4520f;
    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: #e4520f;
    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: 'coco', Arial, sans-serif;
    padding-bottom: 5px;
    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;
  }
  #agent-show-hotel .agents-properties ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 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 {
    /*z-index: 25;
							height: 250px;
							background-size: cover;
							background-position: 50% 50%;
							transition: all 1s;
							overflow: hidden;*/
    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: #3b393b;
    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 #3b393b;
    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: #e4520f;
    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;
  }
}
/* 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;
}
.propertyListing-bells .image {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  position: relative;
}
.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(228, 82, 15, 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: #3b393b;
}
.propertyListing-bells div.suburb {
  padding: 8px 8px 0;
  font-family: 'Prata', serif;
  padding-top: 20px;
  padding-left: 16px;
  color: #e4520f;
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 5px;
}
.propertyListing-bells div {
  padding: 0 8px 0;
  white-space: nowrap;
  padding-left: 16px;
  font-size: 17px;
  font-family: prata;
}
.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;
}
.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: #3b393b;
  font-family: 'Prata', serif;
}
.propertyListing-bells a.button:focus,
.propertyListing-bells a.button:hover,
.propertyListing-bells a.button:active {
  color: #4970b0;
}
.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: #e4520f;
}
.propertyListing-bells .open-times a:hover i {
  color: #e4520f;
}
.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 .image {
    padding-bottom: 80%;
  }
  .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: #e4520f;
    color: white;
    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;
}
#blog-echo #blog-display {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#blog-echo #blog-display .list-container ul .wrapper {
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
#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: #3b393b;
}
#blog-echo #blog-display .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-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;
}
#blog-echo #blog-display .list-container ul .wrapper li .overlay {
  display: none;
}
#blog-echo #blog-display .list-container ul .wrapper:hover h1 {
  border-bottom: 2px solid #e4520f;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #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 #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 {
    display: block;
    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: #e4520f;
    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;
    padding-right: 10px;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(3n+2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(3n+3) {
    padding-right: 0;
    padding-left: 10px;
  }
}
#blog-show-echo {
  display: block;
}
#blog-show-echo i {
  font-style: italic;
}
#blog-show-echo b {
  font-weight: bold;
}
#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: #3b393b;
  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 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: #3b393b;
  padding-bottom: 16px;
}
#blog-show-echo #blog-show .wrapper article .mobile-heading h2 {
  font-size: 13px;
  font-weight: 500;
  color: #3b393b;
  font-style: italic;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .left {
  color: #3b393b;
  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: #3b393b;
  font-size: 13px;
  padding-bottom: 4px;
  padding-top: 8px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .left a {
  text-decoration: none;
  color: #3b393b;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .left a:hover {
  color: #e4520f;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right {
  clear: both;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right p {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
  line-height: 20px;
  color: #3b393b;
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
}
#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: #3b393b;
  font-size: 19px;
  border-bottom: 2px solid #3b393b;
  font-family: 'prata';
  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: #3b393b;
  font-size: 19px;
  border-bottom: 2px solid #3b393b;
  font-family: 'prata';
  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 {
    display: block;
  }
  #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;
    /*width: 25%;*/
    /*float: left;*/
    /*.padding-inner();*/
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right {
    /*width: 75%;*/
    /*float: left;*/
    /*.padding-inner();*/
    /*clear: none;*/
  }
  #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 {
    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;
    display: flex;
    /* 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: #3b393b;
    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;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    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;
    background: white;
  }
  #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: #3b393b;
    font-weight: 600;
    padding-bottom: 20px;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading h2 {
    color: #3b393b;
    font-style: italic;
    font-weight: 500;
    font-family: 'prata';
    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;
    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: 80%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: none;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #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 .content-wrapper.scroll {
    pointer-events: all;
  }
  #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: #3b393b;
    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;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    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: #3b393b;
    font-weight: 600;
    padding-bottom: 20px;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading h2 {
    color: #3b393b;
    font-style: italic;
    font-weight: 500;
    font-family: 'prata';
    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 p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    padding-left: 15%;
    padding-right: 15%;
  }
  #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;
  }
}
h1 {
  font-size: 26px;
}
.blog-show {
  background-color: #f1f1f1;
}
#blog-show-kilo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#blog-show-kilo section {
  background-color: white;
  padding: 0 20px;
}
#blog-show-kilo .blog-show-container {
  padding-top: 50px;
  width: 100%;
  max-width: 1130px;
  background-color: white;
}
#blog-show-kilo .title-section {
  padding-top: 10px;
  padding-left: 25px;
  padding: 25px;
}
#blog-show-kilo .title-section .top-info {
  display: flex;
  flex-direction: column;
}
#blog-show-kilo .title-section .top-info .ti-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
#blog-show-kilo .title-section .top-info .ti-heading h1 {
  display: block;
  padding: 0 20px;
  border-left: 2px solid #e4520f;
  border-right: 2px solid #e4520f;
}
#blog-show-kilo .title-section .article-category {
  display: none;
}
#blog-show-kilo .content-section .blog-text {
  padding: 5px 5px 50px;
  border-bottom: solid 2px black;
}
#blog-show-kilo .medialinks-section {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#blog-show-kilo .medialinks-section .tags-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 5px 0;
  padding: 5px 0;
  min-height: 50px;
  width: 100%;
}
#blog-show-kilo .medialinks-section .tags-wrapper h2 {
  margin-right: 10px;
}
#blog-show-kilo .medialinks-section .tags-wrapper .tags {
  margin: 0 5px;
  list-style: none;
  text-decoration: none;
  color: black;
}
#blog-show-kilo .medialinks-section .tags-wrapper .tags:hover {
  color: #333333;
}
#blog-show-kilo .medialinks-section .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
}
#blog-show-kilo .medialinks-section .social-links .link-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  width: 100%;
  height: 100%;
}
#blog-show-kilo .medialinks-section .social-links .link-container .pinterest {
  cursor: pointer;
}
#blog-show-kilo .medialinks-section .social-links .link-container .fa {
  color: black;
}
#blog-show-kilo .medialinks-section .social-links .link-container .fa:hover {
  color: #333333;
}
#blog-show-kilo .medialinks-section .social-links .link-container .fa:before {
  font-size: 25px;
}
#blog-show-kilo .blog-articles-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 10px;
}
#blog-show-kilo .blog-articles-section .recent-blogs {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0px;
}
#blog-show-kilo .blog-articles-section .recent-blogs .rb-heading {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
#blog-show-kilo .blog-articles-section .recent-blogs .rb-heading h1 {
  display: inline-block;
  padding: 0 10px;
  border-left: 2px solid black;
  border-right: 2px solid black;
}
#blog-show-kilo .blog-articles-section .recent-blogs .article {
  background-color: grey;
  margin-bottom: 10px;
  width: 100%;
  margin: 20px 10px 10px;
}
#blog-show-kilo .blog-articles-section .recent-blogs .article .bottom-info h1 {
  line-height: 1.1em;
}
#blog-show-kilo .blog-articles-section .recent-blogs .article .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
#blog-show-kilo .blog-articles-section .recent-blogs .article .bottom-info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 10px 0 10px;
}
#blog-show-kilo .blog-articles-section .recent-blogs .article .bottom-info h2 {
  display: none;
}
#blog-show-kilo .blog-articles-section .recent-blogs .article .bottom-info h1 {
  font-weight: 600;
  font-size: 18px;
  color: #3b393b;
  display: block;
  padding-bottom: 10px;
}
#blog-show-kilo .blog-articles-section .recent-blogs .article .overlay-info {
  padding: 0 10px 10px 10px;
}
#blog-show-kilo .blog-articles-section .recent-blogs .article .overlay-info span {
  color: #3b393b;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
}
#blog-show-kilo .blog-articles-section .recent-blogs .article .overlay-info a {
  padding-top: 10px;
  color: #3b393b;
  display: block;
  width: 100%;
  text-align: right;
  transition: all 0.5s;
  font-weight: 600;
  text-decoration: none;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog-show-kilo .blog-articles-section .recent-blogs .article .overlay-info a:hover {
  color: #3b393b;
}
@media (min-width: 600px) {
  #blog-show-kilo .medialinks-section .tags-wrapper {
    justify-content: flex-start;
  }
  #blog-show-kilo .blog-articles-section {
    padding: 0px 10px 10px;
  }
  #blog-show-kilo .blog-articles-section .recent-blogs {
    min-width: 100%;
    justify-content: center;
    padding: 20px 0px;
  }
  #blog-show-kilo .blog-articles-section .recent-blogs h1:first-child {
    margin-bottom: 10px;
  }
  #blog-show-kilo .blog-articles-section .recent-blogs .article {
    margin-bottom: 10px;
    max-width: calc(49% - 10px);
    width: 100%;
  }
  #blog-show-kilo .blog-articles-section .recent-blogs .article:first-child {
    margin-right: 10px;
  }
  #blog-show-kilo .blog-articles-section .recent-blogs .article:nth-child(2) {
    margin-left: 10px;
  }
}
#contact-charlie h2 {
  display: none;
}
#contact-charlie .container {
  padding: 0 8px 8px;
  font-size: 14px;
  line-height: 22px;
}
#contact-charlie .container .address {
  display: flex;
  flex-direction: column;
}
#contact-charlie .container .address .text-wrapper .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;
  position: static;
  width: 100%;
  float: none;
}
#contact-charlie .container .address .text-wrapper .office-contact-details-alpha .office-name {
  font-size: 18px;
  font-family: 'Prata', serif;
  color: #3b393b;
  margin: 0 0 8px;
}
#contact-charlie .container .address .text-wrapper .office-contact-details-alpha .company-name {
  display: block;
  font-size: 12px;
}
#contact-charlie .container .address .text-wrapper .office-contact-details-alpha a {
  color: inherit;
  text-decoration: none;
}
#contact-charlie .container .address .text-wrapper .office-contact-details-alpha a:focus,
#contact-charlie .container .address .text-wrapper .office-contact-details-alpha a:hover,
#contact-charlie .container .address .text-wrapper .office-contact-details-alpha a:active {
  text-decoration: underline;
}
#contact-charlie .container .address .text-wrapper .office-contact-details-alpha-licence {
  display: none;
}
#contact-charlie .container .address .image-wrapper .item-image-alpha {
  margin: 0 0 8px;
  position: relative;
  width: 100%;
  float: none;
}
#contact-charlie .container .address .image-wrapper .item-image-alpha img {
  width: 100%;
  display: block;
}
#contact-charlie .container .address .image-wrapper .item-image-alpha span {
  display: none;
}
#contact-charlie .card {
  background: #f1f1f1;
}
#contact-charlie .card .form-error,
#contact-charlie .card .form-success {
  margin: 20px;
}
#contact-charlie .text {
  background-color: #f1f1f1;
  padding: 8px;
}
#contact-charlie .text h2 {
  display: block;
  font-size: 18px;
  font-family: 'Prata', serif;
  color: #3b393b;
}
#contact-charlie .form-title {
  margin: 8px 0 0;
  padding: 8px 8px 0;
  display: block;
  font-size: 18px;
  font-family: 'Prata', serif;
  color: #3b393b;
  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 .RMA-widget {
  padding: 16px 0;
}
#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: 'Prata', serif;
  color: #3b393b;
}
#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;
}
#contact-charlie .contact-form-alpha form .fieldset_captcha {
  float: none;
}
#contact-charlie .contact-form-alpha form:after {
  content: "";
  display: table;
  clear: both;
}
@media only print, only screen and (min-width: 640px) {
  #contact-charlie .container {
    padding: 0 12px 12px;
  }
  #contact-charlie .container .address {
    flex-direction: row;
    margin: 12px 0;
  }
  #contact-charlie .container .address .text-wrapper {
    flex: 2;
  }
  #contact-charlie .container .address .text-wrapper .office-contact-details-alpha {
    padding: 12px;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-charlie .container .address .image-wrapper {
    flex: 1;
  }
  #contact-charlie .container .address .image-wrapper .item-image-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 0 12px;
    margin: 0;
    overflow: hidden;
  }
  #contact-charlie .container .address .image-wrapper .item-image-alpha img {
    /*position:absolute;*/
    position: static !important;
  }
  #contact-charlie .container .address:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #contact-charlie .text {
    padding: 12px;
  }
  #contact-charlie .form-title {
    margin: 12px 0 0;
    padding: 12px 12px 0;
  }
  #contact-charlie .RMA-widget {
    padding: 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;
  }
}
@media only print, only screen and (min-width: 980px) {
  #contact-charlie .container {
    padding: 0 20px 20px;
  }
  #contact-charlie .container .address {
    margin: 20px 0;
  }
  #contact-charlie .container .address .text-wrapper .office-contact-details-alpha {
    padding: 20px;
  }
  #contact-charlie .container .address .image-wrapper .item-image-alpha {
    padding: 0 0 0 20px;
  }
  #contact-charlie .text {
    padding: 20px;
  }
  #contact-charlie .form-title {
    margin: 20px 0 0;
    padding: 20px 20px 0;
  }
  #contact-charlie .RMA-widget {
    padding: 20px 0;
  }
  #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;
  }
  #contact-charlie .contact-form-alpha form .fieldset_submit {
    padding: 0 20px 0 0;
  }
}
/* 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;
}
.content-container ul li {
  cursor: pointer;
  width: 100%;
  display: block;
  margin: 0 auto 8px auto;
}
.content-container ul li .wrapper {
  position: relative;
  text-decoration: none;
  color: white;
  display: block;
}
.content-container ul li .wrapper a {
  text-decoration: none;
  color: white;
}
.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: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.content-container ul li .wrapper h1 {
  text-transform: uppercase;
  font-size: 23px;
  padding: 10px 0 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.content-container ul li .wrapper h2 {
  text-transform: uppercase;
  padding: 8px 0;
  font-size: 16px;
}
.content-container ul li .wrapper h3 {
  font-family: 'Lato', 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;
}
.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: #e4520f;
}
.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%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    max-width: none;
    padding: 6px;
  }
  .content-container ul li .wrapper .image {
    height: 240px;
  }
  .content-container ul li:nth-child(1),
  .content-container ul li:nth-child(2) {
    padding-top: 0;
  }
  .content-container ul li:nth-child(even) {
    padding-right: 0;
  }
  .content-container ul li:nth-child(odd) {
    padding-left: 0;
  }
}
@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;
    -ms-transform: scale(1.5, 1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5, 1.5);
    /* Safari */
    transform: scale(1.5, 1.5);
  }
  .content-container ul li .wrapper h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 105px;
    text-align: center;
    bottom: 50px;
    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;
    padding-top: 80px;
  }
  .content-container ul li .wrapper .bbc-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 30px;
    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;
    padding-top: 90px;
  }
  .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 {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    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;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 55px;
    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 li:nth-child(3),
  .content-container ul li:nth-child(4) {
    padding-top: 0;
  }
  .content-container ul li:nth-child(4n+1) {
    padding-left: 0;
    padding-right: 5px;
  }
  .content-container ul li:nth-child(4n+2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .content-container ul li:nth-child(4n+3) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .content-container ul li:nth-child(4n+4) {
    padding-left: 5px;
    padding-right: 0;
  }
}
.bx-controls-direction {
  display: none !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: 600;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 16px;
}
#listing-show-quebec .top-info .left h2 {
  font-size: 17px;
  font-family: prata;
  font-weight: 600;
  color: #e4520f;
  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 black;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  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 .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: #3b393b;
  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;
}
#listing-show-quebec .bx-wrapper .bx-controls-direction {
  /*display: none;*/
}
#listing-show-quebec .bx-wrapper .bx-controls {
  color: red;
}
#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(228, 82, 15, 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 {
  font-size: 14px;
  line-height: 22px;
}
#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;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #e4520f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #3b393b;
}
#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 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: #f27034;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#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: 'Prata', 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: 500;
  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 .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-quebec .info .description .staff .staff-member .details .staff-image img {
  width: 100%;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-contact {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 80%;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-contact:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-quebec .info .description .staff .staff-member .details span {
  width: 20%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-quebec .info .description .staff .staff-member .details div {
  max-width: 180px;
  float: left;
  width: 70%;
  padding-left: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-quebec .info .description .staff .staff-member .details div a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#listing-show-quebec .info .description .staff .staff-member .details div a {
  color: #e4520f;
  text-decoration: underline;
}
#listing-show-quebec .info .description .staff .staff-member .details div .name {
  font-size: 16px;
  font-family: 'Prata', serif;
  color: #3b393b;
  padding-bottom: 4px;
  text-decoration: none !important;
}
#listing-show-quebec .info .description .staff .staff-member .details div .email {
  padding-top: 8px;
  display: inline-block;
}
#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 .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: 500;
  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;
}
#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:last-child {
  /*border: 0px;*/
  /*padding-bottom: 0px;*/
  /*margin-bottom: 0px;*/
}
#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: #3b393b;
}
#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 #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: #e4520f;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #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 .bx-wrapper .bx-controls-direction {
    display: block;
  }
  #listing-show-quebec .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-quebec .bx-wrapper .bx-controls-direction .bx-next {
    left: auto;
    right: 12px;
  }
  #listing-show-quebec .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
  }
  #listing-show-quebec .bx-wrapper .bx-controls-direction {
    display: none;
  }
  #listing-show-quebec .info .card {
    padding: 12px;
  }
  #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;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #e4520f;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #3b393b;
  }
  #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 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: #f27034;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #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 {
    padding-top: 25px;
  }
  #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: 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 .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 span i {
    font-size: 20px;
  }
  #listing-show-quebec .bx-wrapper {
    padding-bottom: 60%;
  }
  #listing-show-quebec .bx-wrapper .bx-controls-direction a {
    left: 20px;
  }
  #listing-show-quebec .bx-wrapper .bx-controls-direction .bx-next {
    right: 20px;
  }
  #listing-show-quebec .bx-wrapper .bx-pager {
    bottom: 20px;
  }
  #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-image img {
    width: 80%;
  }
  #listing-show-quebec .info .description .staff .staff-member .details .staff-contact {
    margin-left: -20px;
  }
  #listing-show-quebec .info .description .staff .staff-member .details div {
    max-width: 250px;
    padding-left: 0;
  }
  #listing-show-quebec .info .description .staff .staff-member .details div .name {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
  }
  #listing-show-quebec .info .description .staff .staff-member .details div .email {
    padding-top: 20px;
    display: inline-block;
    color: #e4520f;
    font-weight: 600;
    text-decoration: underline;
  }
  #listing-show-quebec .info .description .staff .staff-member .details div a {
    color: #e4520f;
    text-decoration: underline;
  }
  #listing-show-quebec .info .tools {
    padding-top: 35px;
  }
  #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;
  }
  #listing-show-quebec .contact-form-alpha form fieldset {
    width: 25%;
    padding: 0 1px 1px 0;
  }
  #listing-show-quebec .contact-form-alpha form .fieldset_notes {
    width: 90%;
  }
  #listing-show-quebec .contact-form-alpha form .fieldset_submit {
    width: 10%;
  }
}
.offices-alpha {
  margin: 0 auto;
  padding: 0 8px 8px;
}
.offices-alpha .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;
  display: flex;
  flex-direction: column;
}
.offices-alpha .officeListing .info {
  padding: 8px;
}
.offices-alpha .officeListing .image img {
  width: 100%;
  display: block;
}
.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%;
  background-size: cover;
}
.offices-alpha .officeListing .text-wrapper {
  display: flex;
  flex: 2.6;
  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 .office-name {
  display: block;
  text-decoration: none;
  color: #3b393b;
  font-size: 16px;
  margin: 0 0 8px;
  overflow: hidden;
}
.offices-alpha .officeListing .text-wrapper .company-name {
  display: block;
  font-size: 12px;
  margin: -8px 0 8px;
}
.offices-alpha .officeListing .text-wrapper .address {
  display: block;
  margin: 0 0 8px;
  overflow: hidden;
}
.offices-alpha .officeListing .text-wrapper span {
  display: block;
  overflow: hidden;
}
.offices-alpha .officeListing .text-wrapper .phone a,
.offices-alpha .officeListing .text-wrapper .email a {
  color: inherit;
  text-decoration: none;
}
.offices-alpha .officeListing .text-wrapper .phone a:focus,
.offices-alpha .officeListing .text-wrapper .email a:focus,
.offices-alpha .officeListing .text-wrapper .phone a:hover,
.offices-alpha .officeListing .text-wrapper .email a:hover,
.offices-alpha .officeListing .text-wrapper .phone a:active,
.offices-alpha .officeListing .text-wrapper .email a:active {
  text-decoration: underline;
}
.offices-alpha .officeListing .text-wrapper a.button {
  display: block;
  text-align: left;
  padding: 8px 0 0;
  text-decoration: none;
  color: #3b393b;
}
.offices-alpha .officeListing .text-wrapper a.button:focus,
.offices-alpha .officeListing .text-wrapper a.button:hover,
.offices-alpha .officeListing .text-wrapper a.button:active {
  color: #4970b0;
}
.offices-alpha .officeListing .text-wrapper a.button i {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  .offices-alpha {
    padding: 0 12px 12px;
  }
  .offices-alpha .officeListing {
    margin: 0 0 12px;
    flex-direction: row;
  }
  .offices-alpha .officeListing .image-wrapper {
    min-height: initial;
  }
  .offices-alpha .officeListing .text-wrapper {
    padding: 0;
  }
  .offices-alpha .officeListing .text-wrapper .info-wrapper {
    padding: 12px;
  }
  .offices-alpha .officeListing .text-wrapper .cta-wrapper a.button:last-child {
    margin: 0 20px 0 0;
  }
  .offices-alpha .officeListing .info {
    padding: 12px;
  }
  .offices-alpha .officeListing .address {
    margin: 0 0 12px;
  }
  .offices-alpha .officeListing a.button {
    position: absolute;
    padding: 0px;
    bottom: 12px;
    right: 12px;
  }
  .offices-alpha .officeListing a.button.facebook {
    right: 100px;
  }
}
@media only print, only screen and (min-width: 980px) {
  .offices-alpha {
    padding: 0 20px 20px;
  }
  .offices-alpha .officeListing {
    margin: 0 0 20px;
  }
  .offices-alpha .officeListing .info {
    padding: 20px;
  }
  .offices-alpha .officeListing .text-wrapper .info-wrapper {
    padding: 20px;
  }
  .offices-alpha .officeListing .text-wrapper .cta-wrapper a.button {
    bottom: 20px;
    right: 20px;
  }
  .offices-alpha .officeListing .text-wrapper .cta-wrapper a.button.facebook {
    right: 110px;
  }
}
#opens-lima,
#auctions-kilo {
  background-color: white;
  max-width: 1130px;
  display: block;
  margin: 0 auto;
}
#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 #e4520f;
  padding-bottom: 4px;
}
#opens-lima .date-card,
#auctions-kilo .date-card {
  width: 100%;
  font-family: 'Prata', sans-serif;
  display: inline-block;
  padding: 8px 0;
  border-bottom: 1px solid #e4520f;
  margin-bottom: 16px;
}
#opens-lima .four-col-desktop,
#auctions-kilo .four-col-desktop {
  padding: 0 16px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #opens-lima h1 em,
  #auctions-kilo h1 em {
    border-bottom: 1px solid #e4520f;
    padding-bottom: 6px;
  }
  #opens-lima .date-card,
  #auctions-kilo .date-card {
    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;
  }
  #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 #e4520f;
    padding-bottom: 10px;
  }
  #opens-lima .date-card,
  #auctions-kilo .date-card {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #opens-lima .four-col-desktop,
  #auctions-kilo .four-col-desktop {
    padding: 0 40px;
  }
}
#place-show-charlie .container a:hover {
  color: #9c380a !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: #e4520f;
  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 .bottom #map_canvas {
  display: block;
  width: 100%;
  height: 350px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #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 .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;
  }
}
#suburb-profile-show-bravo .container a:hover {
  color: #9c380a !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: 500;
  padding: 8px 0;
}
#suburb-profile-show-bravo .container .middle a {
  color: #e4520f;
  padding-bottom: 6px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
#suburb-profile-show-bravo .container .middle .left span {
  line-height: 21px;
}
#suburb-profile-show-bravo .container .bottom #map_canvas {
  display: block;
  width: 100%;
  height: 350px;
}
#suburb-profile-show-bravo .places-wrapper h2 {
  font-size: 26px;
  border-left: 2px solid #e4520f;
  border-right: 2px solid #e4520f;
  padding: 0 20px;
  margin: 50px auto 40px;
  font-family: 'Prata', serif;
  font-style: italic;
  text-align: center;
  width: fit-content;
  display: block;
  align-content: flex-start;
}
#suburb-profile-show-bravo .places-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
}
#suburb-profile-show-bravo .places-wrapper li.hide.grid {
  width: 100%;
  display: block;
  padding: 8px;
  box-sizing: border-box;
}
#suburb-profile-show-bravo .places-wrapper .image {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-color: grey;
}
#suburb-profile-show-bravo .places-wrapper .list-container li a .info h3 {
  padding: 5px 0;
  text-align: center;
}
/* Tablet */
#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: 500;
  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: 24px;
}
#suburb-profile-show-bravo .container .bottom #map_canvas {
  height: 450px;
}
#suburb-profile-show-bravo .places-wrapper li.hide.grid {
  width: 25%;
  display: block;
}
#suburb-profile-show-bravo .places-wrapper h2 {
  display: block;
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #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: 24px;
  }
  #suburb-profile-show-bravo .container .bottom #map_canvas {
    height: 450px;
  }
}
#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: 'Prata', serif;
  color: #3b393b;
}
#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;
}
@media only print, only screen and (min-width: 640px) {
  #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;
  }
}
@media only print, only screen and (min-width: 980px) {
  #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;
  }
}
body > *:not(.static_social) {
  width: 100%;
}
body > div:last-child {
  width: unset !important;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
header {
  width: 100%;
}
#items-form-delta .items-form-wrap .item-category-alpha {
  display: flex;
  justify-content: center;
  min-height: 500px;
}
#items-form-delta .items-form-wrap .item-category-alpha .user-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 20px;
}
#items-form-delta .items-form-wrap .item-category-alpha .user-content .categoryHeading {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  border-left: 2px solid #e4520f;
  border-right: 2px solid #e4520f;
  font-size: 26px;
  font-style: italic;
}
#items-form-delta .items-form-wrap .item-category-alpha .user-content .user-inner {
  min-height: 500px;
  margin-top: 100px;
  width: 100%;
  background-color: #f1f1f1;
}
#items-form-delta .items-form-wrap .item-category-alpha .user-content .headlineText {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  background-color: white;
}
#items-form-delta .items-form-wrap .item-category-alpha .user-content .bodyText {
  padding: 20px;
}
#items-form-delta .items-form-wrap .delta-contact-form {
  padding: 20px;
}
#items-form-delta .items-form-wrap .delta-contact-form .right-col .form {
  overflow: hidden;
}
#items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form {
  padding: 20px;
  background-color: #f1f1f1;
}
#items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form fieldset {
  padding: 10px 0;
}
#items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form input,
#items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form textarea,
#items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form select {
  margin-top: 10px;
}
#items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form textarea {
  width: 100%;
  min-height: 200px;
  resize: none;
}
@media (min-width: 600px) {
  #items-form-delta .items-form-wrap .item-category-alpha {
    display: flex;
    justify-content: center;
    min-height: 500px;
  }
  #items-form-delta .items-form-wrap .item-category-alpha .user-content {
    padding: 20px;
  }
  #items-form-delta .items-form-wrap .item-category-alpha .user-content .user-inner {
    background-color: #f1f1f1;
  }
  #items-form-delta .items-form-wrap .delta-contact-form {
    padding: 20px;
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col .form {
    overflow: hidden;
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #f1f1f1;
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form fieldset {
    padding: 10px 0;
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form input,
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form textarea,
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form select {
    margin-top: 10px;
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form textarea {
    width: 100%;
    min-height: 200px;
    resize: none;
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form .fieldset_subject {
    width: 100%;
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form .fieldset_subject #contact-subject {
    width: calc(25% - 20px);
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form .fieldset_surname,
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form .fieldset_first_name,
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form .fieldset_email_address {
    padding-right: 20px;
    width: calc(25% - 20px);
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form .fieldset_mobile {
    max-width: 25%;
    width: 100%;
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form .fieldset_notes {
    width: 100%;
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form .fieldset_submit {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  #items-form-delta .items-form-wrap .delta-contact-form .right-col #w-form .fieldset_submit input {
    max-width: 150px;
  }
  #footer-bravo {
    width: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url(/assets/layout/_global/images/image-placeholder.png);
  background-size: cover;
  background-position: center;
  transition: all .8s ease;
}
.slick-slider .slide-image.show {
  opacity: 1;
}
.uses_overlay .slick-track:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000 !important;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.keep_aspect_ratio .img-slide {
  position: relative;
}
.keep_aspect_ratio .img-slide:before {
  content: '';
  display: block;
  width: 100%;
}
.keep_aspect_ratio .img-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url(/assets/layout/_global/images/image-placeholder.png) center center / cover #555;
}
.keep_aspect_ratio .img-slide:before,
.keep_aspect_ratio .video-slide .embed-container {
  padding-bottom: 56.25%;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
img.slick-slide {
  object-fit: cover;
}
.slick-slide {
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.item {
  position: relative;
  width: 100%;
  height: auto;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 0;
  min-width: 0px;
  height: auto;
  background: none;
  outline: none;
  border: none;
  transition: .5s ease;
}
.slick-arrow:before {
  font-size: 16px;
  opacity: 1;
  transition: .75s ease;
  color: #fff;
  background: #e4520f;
  text-align: center;
  min-width: 40px;
  line-height: 40px;
  padding: 0;
}
.slick-arrow:hover:before {
  cursor: pointer;
  opacity: .5;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: '\f060';
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: '\f061';
}
.alt-arrow {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  font-size: 1em;
  display: block;
  width: auto;
  cursor: pointer;
}
.alt-arrow.arrow-next:hover i {
  transform: translateX(5px);
}
.alt-arrow.arrow-prev:hover i {
  transform: translateX(-5px);
}
.alt-arrow i {
  transition: .5s ease;
}
#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 */
  }
}
#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: #3b393b;
  background-color: #FFF;
  text-decoration: none;
  border-color: #3b393b;
}
#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%;
  }
}
#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;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #e4520f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #3b393b;
}
#search-form-delta #col-btn a:disabled {
  background: #ccc;
}
#search-form-delta #col-btn a:disabled:hover,
#search-form-delta #col-btn a:disabled:active,
#search-form-delta #col-btn a:disabled:focus {
  background: #ccc;
}
#search-form-delta #col-btn a:focus,
#search-form-delta #col-btn a:hover,
#search-form-delta #col-btn a:active {
  color: #fff;
  background-color: #f27034;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#search-form-delta .container.more-options {
  display: none;
}
#search-form-delta .row div.col-xs-12.col-sm-6.col-md-2.col-lg-2 {
  padding-top: 16px;
}
#search-form-delta .row div.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
  padding-top: 16px;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
  line-height: 45px !important;
}
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2,
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 16px;
}
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 i,
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 i {
  display: none;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 16px;
  padding: 0 8px;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
  background-color: white;
  width: 30%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 40px;
  border: 1px solid #cfcfcf;
  border-right: transparent;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
  border-left: transparent;
  width: 70%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed {
  padding-left: 0;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
  padding-right: 0;
}
.hidden-xs.col-sm-2.col-md-1.col-lg-1 {
  padding: 0 !important;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
  padding-top: 16px;
  display: block;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div a {
  color: 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;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #e4520f;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #3b393b;
  }
  #search-form-delta #col-btn a:disabled {
    background: #ccc;
  }
  #search-form-delta #col-btn a:disabled:hover,
  #search-form-delta #col-btn a:disabled:active,
  #search-form-delta #col-btn a:disabled:focus {
    background: #ccc;
  }
  #search-form-delta #col-btn a:focus,
  #search-form-delta #col-btn a:hover,
  #search-form-delta #col-btn a:active {
    color: #fff;
    background-color: #f27034;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2,
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2 {
    padding-right: 8px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    padding-left: 8px;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    line-height: 38px !important;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    width: 20%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
    width: 80%;
  }
  #search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
    clear: both;
    display: block !important;
    padding-top: 0 !important;
    width: 100% !important;
    text-align: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-form-delta > div.container.more-options > div {
    height: 60px;
  }
  #search-submit {
    display: block !important;
  }
  #search-submit-mobile {
    display: none !important;
  }
  #search-form-delta .more-options {
    clear: both;
  }
  #search-form-delta #col-category {
    width: 16.66%;
  }
  #search-form-delta #col-suburb {
    width: 66.66%;
    padding-right: 16px;
  }
  #search-form-delta #col-btn {
    clear: none;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 16.66%;
  }
  #search-form-delta #col-btn a {
    display: block;
    width: 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;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #e4520f;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #3b393b;
  }
  #search-form-delta #col-btn a:disabled {
    background: #ccc;
  }
  #search-form-delta #col-btn a:disabled:hover,
  #search-form-delta #col-btn a:disabled:active,
  #search-form-delta #col-btn a:disabled:focus {
    background: #ccc;
  }
  #search-form-delta #col-btn a:focus,
  #search-form-delta #col-btn a:hover,
  #search-form-delta #col-btn a:active {
    color: #fff;
    background-color: #f27034;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2,
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2,
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    width: 16.66% !important;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    width: 19%;
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2 {
    padding-right: 8px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    padding-left: 8px;
  }
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    padding: 0;
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
    width: 10.33%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    width: 30%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
    width: 70%;
    padding-left: 0px;
  }
  #search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
    clear: both;
    display: block !important;
    padding-top: 0 !important;
    width: 100% !important;
    text-align: right;
  }
}
#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%;
  }
}
/* 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: #c2272b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.sneak-preview:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #c2272b;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
}
.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 #c2272b;
    bottom: -18px;
    margin-left: -11px;
  }
  .propertyListing {
    position: relative;
  }
  .propertyListing .sneak-preview {
    width: 69px;
    height: 43px;
    font-size: 13px;
    line-height: 15px;
    padding: 6px 0 0;
    top: 10px;
    right: 10px;
  }
  .propertyListing .sneak-preview:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #c2272b;
    bottom: -12px;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
/* 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;
  }
}
.alert-info {
  display: none;
}
.icon-ChevRight:before {
  content: "\e901";
}
.icon-ChevLeft:before {
  content: "\e900";
}
#error-page {
  padding: 100px 20px;
  text-align: center;
}
#error-page h1 {
  font-size: 2.2em;
}
#error-page h2 {
  font-size: 1.7em;
  padding: 10px 0;
}
body {
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  color: black;
  background-color: #f1f1f1;
  position: relative;
}
.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;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #e4520f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.default-btn:focus,
.default-btn:hover,
.default-btn:active {
  color: #fff;
  background-color: #f27034;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.default-link {
  text-decoration: none;
  color: #3b393b;
}
.default-link:focus,
.default-link:hover,
.default-link:active {
  color: #4970b0;
}
h1,
.items-delta-heading {
  font-family: 'Prata', serif;
  font-style: italic;
}
#header-eyelash {
  display: block;
  background-color: #fff;
  max-width: 1130px;
  margin: 0 auto;
}
#header-eyelash section {
  max-width: 1130px;
  min-height: 50px;
  padding: 0 8px;
  margin: 0 auto;
  background-color: transparent;
  min-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-eyelash section #logo {
  height: 50px;
  line-height: 50px;
  float: left;
  overflow: hidden;
}
#header-eyelash section #logo img {
  vertical-align: middle;
  max-height: 30px;
}
#header-eyelash section #menuOpen,
#header-eyelash section #quickSearchOpen {
  float: right;
  color: #3b393b;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-left: 10px;
}
#header-eyelash section #menuOpen i,
#header-eyelash section #quickSearchOpen i {
  font-size: 25px;
  line-height: inherit;
}
#header-eyelash section #quickSearchOpen i {
  font-size: 20px;
  line-height: 46px;
}
#header-eyelash section #quickSearch {
  display: none;
  clear: both;
  margin-bottom: 8px;
}
#header-eyelash section #quickSearch input {
  width: 80%;
  float: left;
}
#header-eyelash section #quickSearch a {
  width: 19.5%;
  float: right;
}
#header-eyelash section #quickSearch:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#header-eyelash section:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#header-eyelash section nav {
  font-family: 'Prata', serif;
  background-color: #f2f2f2;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-eyelash section nav ul li {
  width: 100%;
}
#header-eyelash 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;
  display: block;
  background-color: #fff;
  color: #3b393b;
  text-decoration: none;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 30px;
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-eyelash section nav ul li a:focus,
#header-eyelash section nav ul li a:hover,
#header-eyelash section nav ul li a:active {
  background-color: #ffffff;
}
#header-eyelash section nav ul li ol li {
  padding: 0px;
}
#header-eyelash section nav ul li ol li a {
  background-color: transparent;
  font-size: 14px;
  padding: 4px 16px;
}
#header-eyelash section nav ul li ol li a:focus,
#header-eyelash section nav ul li ol li a:hover,
#header-eyelash section nav ul li ol li a:active {
  background-color: #ffffff;
}
#header-eyelash 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,
#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;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #e4520f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #3b393b;
}
#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;
}
#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: #f27034;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.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;
  text-align: left;
}
.propertyListing .image {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.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(228, 82, 15, 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: #3b393b;
}
.propertyListing div.suburb {
  padding: 8px 8px 0;
  font-family: 'Prata', serif;
  color: #3b393b;
  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: #3b393b;
  font-family: 'Prata', serif;
}
.propertyListing a.button:focus,
.propertyListing a.button:hover,
.propertyListing a.button:active {
  color: #4970b0;
}
.propertyListing a.button i {
  display: none;
}
.offices-alpha {
  margin: 0 auto;
  padding: 0 8px 8px;
}
.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: 'Prata', serif;
  color: #3b393b;
  font-size: 16px;
  margin: 0 0 8px;
  overflow: hidden;
}
.officeListing .company-name {
  display: block;
  font-size: 12px;
  margin: -8px 0 8px;
}
.officeListing .address {
  display: block;
  margin: 0 0 8px;
  overflow: hidden;
}
.officeListing span {
  padding: 0 8px 0;
  display: block;
  overflow: hidden;
}
.officeListing .mail-btn {
  color: inherit;
  text-decoration: none;
}
.officeListing .mail-btn:focus,
.officeListing .mail-btn:hover,
.officeListing .mail-btn:active {
  text-decoration: underline;
}
.officeListing a.button {
  display: block;
  text-align: left;
  padding: 8px;
  text-decoration: none;
  color: #3b393b;
  font-family: 'Prata', serif;
}
.officeListing a.button:focus,
.officeListing a.button:hover,
.officeListing a.button:active {
  color: #4970b0;
}
.officeListing a.button i {
  display: none;
}
#footer-bravo {
  clear: both;
  max-width: 1130px;
  margin: 0 auto;
  background-color: #1C2B44;
  color: #fff;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-bravo ul {
  display: none;
  max-width: 1130px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-bravo ul li a {
  display: block;
  padding-bottom: 8px;
}
#footer-bravo ul li a span {
  color: #cccccc;
  font-size: 28px;
  vertical-align: middle;
  padding-right: 5px;
}
#footer-bravo a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#footer-bravo a:focus,
#footer-bravo a:hover,
#footer-bravo a:active {
  color: #cccccc;
}
#footer-bravo .disclaimer {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
#footer-delta {
  max-width: 1130px;
  margin: 0 auto;
  background-color: #1C2B44;
  color: #fff;
  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: #fff;
  text-decoration: none;
  text-align: center;
}
#footer-delta a:focus,
#footer-delta a:hover,
#footer-delta a:active {
  color: #cccccc;
}
#footer-delta .disclaimer {
  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: arial;
  display: block;
}
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;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #e4520f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #3b393b;
}
input[type="submit"]:disabled {
  background: #ccc;
}
input[type="submit"]:disabled:hover,
input[type="submit"]:disabled:active,
input[type="submit"]:disabled:focus {
  background: #ccc;
}
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active {
  color: #fff;
  background-color: #f27034;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.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: 20px auto 16px;
  color: #3b393b;
  border-left: 1px solid #e4520f;
  border-right: 1px solid #e4520f;
}
.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: 'Prata', serif;
  color: #3b393b;
}
.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: 'Prata', serif;
  color: #3b393b;
  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: #4970b0;
}
.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: 60%;
  height: 0 !important;
  overflow: hidden;
}
.slideshow-alpha .bx-wrapper ul,
.slideshow-alpha .bx-viewport ul {
  padding-bottom: 60%;
  height: 0 !important;
}
.slideshow-alpha .bx-wrapper ul li,
.slideshow-alpha .bx-viewport ul li {
  padding-bottom: 60%;
  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: 'Prata', 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: 0.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;
  padding-bottom: 20px;
}
#homepage-foxtrot .heading {
  font-family: 'Prata', serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #3b393b;
  border-left: 1px solid #e4520f;
  border-right: 1px solid #e4520f;
}
#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: 'Prata', 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: #e4520f;
  border-color: #e4520f;
}
#homepage-foxtrot .activity-buttons .active span {
  color: #3b393b;
}
#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;
  opacity: 0.5;
  display: none;
  text-align: center;
}
#pagination-alpha {
  clear: both;
  text-align: center;
  font-size: 16px;
}
#pagination-alpha a {
  font-family: 'Prata', serif;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px 8px;
}
#pagination-alpha .active {
  color: #e4520f;
}
#listing-show-echo #brochure-images {
  display: none;
}
#listing-show-echo .placeholder {
  height: 0px;
  padding-bottom: 60%;
  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: #3b393b;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
  height: auto;
  z-index: 90;
}
#listing-show-echo .bx-wrapper {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  background-color: #bebebe;
  position: relative;
  background-size: cover;
}
#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: 50;
  padding: 10px 20px;
  color: #fff;
  background-color: rgba(228, 82, 15, 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;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #e4520f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #3b393b;
}
#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 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: #f27034;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#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: 'Prata', 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: 'Prata', serif;
  color: #3b393b;
}
#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 .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: 'Prata', serif;
  color: #3b393b;
  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 .tenancy-application-download {
  margin-bottom: 10px;
}
#listing-show-echo .info .tools .linkset {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#listing-show-echo .info .tools .linkset h3 {
  font-family: 'Prata', 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;
}
#listing-show-echo .info .tools .linkset a:hover {
  text-decoration: underline;
}
#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 .one-form-btn {
  margin: 10px 0;
}
#listing-show-echo .info #one-form-wrapper input[type="submit"] {
  font-size: 14px;
  font-family: 'Roboto', arial, sans-serif;
}
#listing-show-echo h3.formHeading {
  display: block;
  padding: 8px;
  font-size: 18px;
  font-family: 'Prata', serif;
  color: #3b393b;
}
#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;
}
@media only print {
  #header-eyelash section {
    padding-left: 60px;
  }
  #listing-show-echo #brochure-images {
    display: block;
  }
  #listing-show-echo #brochure-images img {
    float: left;
    width: 30%;
    height: 215px;
  }
  #listing-show-echo #brochure-images img.image-one {
    width: 70%;
    height: 430px;
  }
  #listing-show-echo #brochure-images:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-echo #brochure-images img#image-only {
    width: 75%;
    margin-left: 12.5%;
    float: none;
    height: 430px;
  }
  #listing-show-echo .description .form {
    display: none;
  }
  #listing-show-echo .bx-wrapper,
  #listing-show-echo .bx-controls,
  #listing-show-echo .listing-show-echo-linkset {
    display: none;
  }
  #listing-show-echo .map {
    page-break-before: always;
    padding-top: 1cm;
  }
  #footer-bravo {
    background: #fff !important;
  }
}
#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: 'Prata', serif;
  color: #3b393b;
  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: 'Prata', serif;
  color: #3b393b;
  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: #4970b0;
}
#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;
}
#appraisal {
  padding: 0 8px 8px;
  font-size: 14px;
  line-height: 22px;
}
#appraisal article {
  margin: 0 0 8px;
}
#appraisal article h2 {
  display: block;
  padding: 0 0 8px;
  font-size: 18px;
  font-family: 'Prata', serif;
  color: #3b393b;
}
#appraisal form {
  background: #f1f1f1;
  padding: 8px;
}
#appraisal form fieldset {
  padding: 0 0 8px;
}
#appraisal form fieldset label {
  font-family: 'Prata', serif;
  color: #3b393b;
}
#appraisal form .fieldset_first_name {
  clear: both;
}
#appraisal form .fieldset_mobile {
  margin-bottom: 16px;
}
#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: 'Prata', serif;
  color: #3b393b;
  margin: 0 0 8px;
}
#contact-charlie .container .address .office-contact-details-alpha .company-name {
  display: block;
  font-size: 12px;
}
#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 img {
  width: 100%;
  display: block;
}
#contact-charlie .container .address .item-image-alpha span {
  display: none;
}
#contact-charlie .form-title {
  margin: 8px 0 0;
  padding: 8px 8px 0;
  display: block;
  font-size: 18px;
  font-family: 'Prata', serif;
  color: #3b393b;
  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 .RMA-widget {
  padding: 16px 0;
}
#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: 'Prata', serif;
  color: #3b393b;
}
#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 i,
#item-echo i,
#item-foxtrot i {
  font-style: italic;
}
#items-delta b,
#item-echo b,
#item-foxtrot b {
  font-weight: bold;
}
#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 {
  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;
}
#items-delta .container article .text h2,
#item-echo .container article .text h2,
#item-foxtrot .container article .text h2 {
  display: block;
  font-size: 18px;
  font-family: 'Prata', serif;
  color: #3b393b;
  margin: 0 0 8px;
}
#items-delta .container article .text .default-btn,
#item-echo .container article .text .default-btn,
#item-foxtrot .container article .text .default-btn {
  margin-top: 8px;
}
#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;
  background-size: cover;
}
#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;
  background-size: cover;
  /*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%;
}
#item-foxtrot .container article .text h1 {
  display: block;
  font-size: 18px;
  font-family: 'Prata', serif;
  color: #3b393b;
  margin: 0 0 8px;
}
#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: 'Prata', serif;
  color: #3b393b;
}
#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: #4970b0;
}
#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: 'Prata', serif;
  color: #3b393b;
  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: #4970b0;
}
#agent-show-charlie .heading {
  padding: 0 8px;
  text-align: center;
  position: relative;
}
#agent-show-charlie .heading h3,
#agent-show-charlie .heading h4 {
  font-family: 'Prata', serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #3b393b;
  border-left: 1px solid #e4520f;
  border-right: 1px solid #e4520f;
}
#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 .RMA-widget {
  padding: 20px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-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.fieldset_captcha {
  float: right;
  margin-top: 20px;
}
#agent-show-charlie .agent-form-alpha form .fieldset_submit {
  padding: 0;
}
.contact-form-alpha form {
  padding: 12px 0 12px 12px;
}
.contact-form-alpha form fieldset {
  width: 50%;
  float: left;
  padding: 0 12px 12px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.contact-form-alpha form .fieldset_notes {
  width: 100% !important;
  float: none;
  clear: both;
  margin-bottom: 2px;
}
.contact-form-alpha form .fieldset_submit {
  float: right !important;
  width: 150px;
  padding: 0 12px 0 0;
}
.contact-form-alpha form:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#no-results {
  font-size: 14px;
  line-height: 22px;
  padding: 8px 8px 16px;
  text-align: center;
}
#no-results h2 {
  font-size: 18px;
  font-family: 'Prata', serif;
  color: #3b393b;
  margin: 0 0 8px;
}
#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;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #e4520f;
  cursor: pointer;
  background-color: #3b393b;
  margin: 8px auto 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#no-results a:disabled {
  background: #ccc;
}
#no-results a:disabled:hover,
#no-results a:disabled:active,
#no-results a:disabled:focus {
  background: #ccc;
}
#no-results a:focus,
#no-results a:hover,
#no-results a:active {
  color: #fff;
  background-color: #f27034;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.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-success {
  color: white;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #8dc63e;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  display: none;
}
.form-error {
  color: #d63830;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #ebcdcc;
  border: solid 1px #d63830;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  display: none;
}
.no-ajax .form-error {
  display: block;
}
#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: #3b393b;
  font-family: 'Prata', serif;
}
#search-map-alpha .description h2 i {
  font-size: 24px;
  vertical-align: top;
  margin-right: 5px;
  color: #e4520f;
}
#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: block;
    position: fixed;
    bottom: 25%;
    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: 50px;
  }
  .static_social a span i {
    line-height: 50px;
    display: inline-block;
    width: 55px;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: 3px;
  }
  .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.ratemyagent i {
    line-height: 45px;
    position: relative;
    top: 5px;
  }
  .static_social a.ratemyagent:hover {
    background-color: #1a222c;
  }
  .static_social a.subscribe {
    background-color: #e4520f;
  }
  .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-eyelash {
    margin: 0 auto;
  }
  #header-eyelash section {
    min-height: 80px;
  }
  #header-eyelash section #logo {
    height: 80px;
    line-height: 80px;
  }
  #header-eyelash section #logo img {
    max-height: 40px;
  }
  #header-eyelash section #menuOpen,
  #header-eyelash section #quickSearchOpen {
    height: 80px;
    line-height: 80px;
  }
  #header-eyelash section #menuOpen i,
  #header-eyelash section #quickSearchOpen i {
    font-size: 30px;
  }
  #header-eyelash section #quickSearchOpen i {
    font-size: 25px;
    line-height: 80px;
    margin-right: 10px;
  }
  #header-eyelash section #quickSearch {
    margin-bottom: 12px;
  }
  #header-eyelash section #quickSearch input {
    width: 90%;
    float: left;
  }
  #header-eyelash section #quickSearch a {
    width: 9.5%;
    float: right;
  }
  #header-eyelash 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;
  }
  .offices-alpha {
    padding: 0 12px 12px;
  }
  .officeListing {
    margin: 0 0 12px;
  }
  .officeListing .image {
    width: 30%;
    float: left;
  }
  .officeListing .info {
    width: 70%;
    float: right;
  }
  .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: #e4520f;
    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 #e4520f;
    border-right: 2px solid #e4520f;
    padding: 0 12px;
    margin: 30px 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;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #e4520f;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #3b393b;
    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: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-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: #f27034;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .slideshow-alpha .bx-pager {
    bottom: 20px;
  }
  #homepage-foxtrot .heading {
    font-size: 26px;
    border-left: 2px solid #e4520f;
    border-right: 2px solid #e4520f;
    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;
  }
  #listings-delta .loading-spinner {
    padding: 12px 0 24px;
  }
  #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: 0.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;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #fff;
    background-color: #e4520f;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #3b393b;
  }
  #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 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: #f27034;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #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: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;
  }
  #appraisal {
    padding: 0 12px 12px;
  }
  #appraisal article {
    margin: 0 0 12px;
  }
  #appraisal article h2 {
    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_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;
    margin: 0 12px 0 0;
    width: auto;
  }
  #appraisal form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #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;
    overflow-y: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #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 .RMA-widget {
    padding: 12px 0;
  }
  #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 {
    padding: 12px 12px 0;
    margin: 12px 0 0;
  }
  #items-delta .container article .images,
  #item-echo .container article .images,
  #item-foxtrot .container article .images {
    margin: 0;
    float: right;
    width: 40%;
  }
  #items-delta .container article .images img,
  #item-echo .container article .images img,
  #item-foxtrot .container article .images img {
    margin-bottom: 12px;
  }
  #items-delta .container article .text,
  #item-echo .container article .text,
  #item-foxtrot .container article .text {
    float: left;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 0;
    padding-bottom: 12px;
  }
  #items-delta .container article .text h2,
  #item-echo .container article .text h2,
  #item-foxtrot .container article .text h2 {
    margin: 0 0 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;
  }
  #item-foxtrot .container article .text {
    float: none;
    width: auto;
  }
  #item-foxtrot .container article .text h1 {
    margin: 0 0 12px;
  }
  #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;
    /*padding: 0 @global-padding-tablet 0 0;*/
  }
  #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: 'Prata', serif;
    font-size: 26px;
    border-left: 2px solid #e4520f;
    border-right: 2px solid #e4520f;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  #agent-show-charlie .profile {
    padding: 12px;
    margin: 0 12px;
  }
  #agent-show-charlie .RMA-widget {
    padding: 30px 12px 0;
  }
  #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 12px;
  }
  #no-results a {
    margin: 12px auto 0;
    width: 150px;
  }
  #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: #3b393b;
  }
  .desktop-btns .advanced-btn-less {
    float: right;
  }
  #header-eyelash {
    margin: 0 auto;
  }
  #header-eyelash section {
    min-height: 80px;
  }
  #header-eyelash section #logo {
    height: 80px;
    line-height: 80px;
  }
  #header-eyelash section #logo img {
    max-height: 40px;
  }
  #header-eyelash section #menuOpen,
  #header-eyelash section #quickSearchOpen {
    display: none;
  }
  #header-eyelash section .mobile-quicksearch {
    display: none;
  }
  #header-eyelash section nav {
    height: 0px;
    background-color: transparent;
    padding: 0px;
    /*.animate();*/
  }
  #header-eyelash section nav ul {
    width: auto;
    float: right;
  }
  #header-eyelash section nav ul li {
    width: auto;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    /*.animate();*/
  }
  #header-eyelash 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: #3b393b;
    width: auto;
    margin-bottom: 0;
    padding: 4px 8px;
    margin-left: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*.animate();*/
  }
  #header-eyelash section nav ul li a:focus,
  #header-eyelash section nav ul li a:hover,
  #header-eyelash section nav ul li a:active {
    background-color: #ffffff;
  }
  #header-eyelash section nav ul li ol {
    top: 60px;
    left: 10px;
    background-color: #f2f2f2;
    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-eyelash section nav ul li ol li {
    width: 100%;
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
    height: auto;
    margin-top: 5px;
  }
  #header-eyelash section nav ul li ol li a {
    width: 150px;
    background-color: transparent;
    font-size: 14px;
    margin: 0px;
    padding: 0 10px;
  }
  #header-eyelash section nav ul li ol li a:focus,
  #header-eyelash section nav ul li ol li a:hover,
  #header-eyelash section nav ul li ol li a:active {
    background-color: #ffffff;
  }
  #header-eyelash section nav ul li ol li:first-child {
    margin-top: 0px;
  }
  #header-eyelash section nav .nav-quicksearch {
    display: block;
    float: right;
  }
  #header-eyelash section nav .nav-quicksearch form {
    position: relative;
  }
  #header-eyelash section nav .nav-quicksearch form input {
    width: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    padding-right: 40px;
    margin-top: 19px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  #header-eyelash section nav .nav-quicksearch form input:focus {
    border: 1px solid #fff;
    background-color: #fff;
  }
  #header-eyelash section nav .nav-quicksearch form a {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 25px;
    color: #3b393b;
  }
  section {
    /**/
  }
  #search-form-echo {
    padding: 20px;
    margin-bottom: 20px;
  }
  #search-form-echo fieldset {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 1px 0 0;
  }
  #search-form-echo .field-method,
  #search-form-echo .field-suburb,
  #search-form-echo .field-price-from {
    padding: 0 1px 0 0;
  }
  #search-form-echo .field-go {
    padding-bottom: 0;
    padding-left: 10px;
  }
  #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 .info {
    width: 75%;
    float: right;
  }
  .officeListing .office-name {
    padding: 15px 20px 0;
  }
  .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;
  }
  #listings-delta .loading-spinner {
    padding: 20px 0 40px;
  }
  #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 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #listing-show-echo .info .tools .linkset h3 {
    padding-bottom: 10px;
  }
  #listing-show-echo .info .tools .linkset.ire-2-apply-section {
    margin-bottom: 12px;
    padding-bottom: 12px !important;
  }
  #listing-show-echo .info .tools .linkset#listing-open-form-alpha {
    margin-top: 0 !important;
    padding-bottom: 12px !important;
  }
  #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 1px 1px 0;
  }
  #agents-charlie .two-col-tablet {
    padding-right: 20px;
    padding-left: 0;
  }
  #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;
  }
  #appraisal {
    padding: 0 20px 20px;
  }
  #appraisal article {
    margin: 0 0 20px;
  }
  #appraisal article h2 {
    padding: 0 0 20px;
  }
  #appraisal form {
    padding: 20px 0 20px 20px;
  }
  #appraisal form fieldset {
    padding: 0 20px 20px 0;
  }
  #appraisal form .fieldset_mobile {
    margin-bottom: 40px;
  }
  #appraisal form input[type="submit"] {
    padding: 0 20px;
    margin: 0 20px 0 0;
  }
  #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 .item-image-alpha {
    padding: 0 0 0 20px;
  }
  #contact-charlie .form-title {
    margin: 20px 0 0;
    padding: 20px 20px 0;
  }
  #contact-charlie .RMA-widget {
    padding: 20px 0;
  }
  #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 .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 h2,
  #item-echo .container article .text h2,
  #item-foxtrot .container article .text h2 {
    margin: 0 0 20px;
  }
  #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;
  }
  #item-foxtrot .container article .text h1 {
    margin: 0 0 20px;
  }
  #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: 'Prata', serif;
    padding: 0 20px;
    margin: 50px 0 40px;
  }
  #agent-show-charlie .profile {
    padding: 20px;
    margin: 0 20px;
  }
  #agent-show-charlie .RMA-widget {
    padding: 40px 20px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #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 .fieldset_notes {
    width: 90%;
  }
  #agent-show-charlie .agent-form-alpha form .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: 20px 20px 40px;
  }
  #no-results h2 {
    margin: 0 0 20px;
  }
  #no-results a {
    margin: 20px auto 0;
  }
  #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;
  }
}
/* 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: 60%;
    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 60%;
    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: #3b393b;
  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: #3b393b;
  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;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #e4520f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #3b393b;
  margin: 8px 0 16px;
  width: auto;
  display: inline-block;
  padding: 0 15px;
}
#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;
}
#item-video-alpha div a:focus,
#item-video-alpha div a:hover,
#item-video-alpha div a:active {
  color: #fff;
  background-color: #f27034;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#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: #4970b0;
}
#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: #3b393b;
    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;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #e4520f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #3b393b;
  height: 32px;
  line-height: 32px;
}
#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:focus,
#homepage-golf .logo form a:hover,
#homepage-golf .logo form a:active {
  color: #fff;
  background-color: #f27034;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#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: #3b393b;
  border-left: 1px solid #e4520f;
  border-right: 1px solid #e4520f;
  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 #e4520f;
    border-right: 2px solid #e4520f;
    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: 60%;
  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: 60%;
  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: 60%;
  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: #e4520f;
  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: #3b393b;
  border-left: 1px solid #e4520f;
  border-right: 1px solid #e4520f;
}
#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: #3b393b;
  border-left: 1px solid #e4520f;
  border-right: 1px solid #e4520f;
}
.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 #e4520f;
    border-right: 2px solid #e4520f;
    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 #e4520f;
    border-right: 2px solid #e4520f;
    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 #e4520f;
  }
  #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: #e4520f;
  }
  #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 #e4520f;
    color: #e4520f;
    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: #e4520f;
    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: 60%;
  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: 60%;
  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: 60%;
  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: #e4520f;
  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: #3b393b;
  border-left: 1px solid #e4520f;
  border-right: 1px solid #e4520f;
}
#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 .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%;
}
#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-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;
}
.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: #3b393b;
  border-left: 1px solid #e4520f;
  border-right: 1px solid #e4520f;
}
.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: inline-block;
}
.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: #e4520f;
}
.activity-buttons-freemans .active span {
  border-color: #e4520f;
}
#activity-sale #opens-btn {
  width: 225px;
  margin: 0 auto;
  margin-top: 8px;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  border: 3px solid #e4520f;
  color: #e4520f;
  font-weight: bold;
}
#activity-sale #opens-btn:hover {
  background-color: #e4520f;
  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 #e4520f;
    border-right: 2px solid #e4520f;
    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 .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 #e4520f;
    border-right: 2px solid #e4520f;
    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: #e4520f;
  }
  #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 #e4520f;
    color: #e4520f;
    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: #e4520f;
    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;
  }
}
#listing-show-echo #listing-open-form-alpha #inspectRe {
  width: 100%;
  margin-top: 0;
  color: #ffffff;
}
#listing-show-echo .info .card .tools #listing-open-form-alpha {
  margin: 12px 0 0;
}
@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;
  }
  #listing-show-echo .info .card {
    padding: 20px 60px;
  }
  .top-section .top-links {
    display: none;
  }
  .top-section h1 {
    margin: 20px 0 40px;
  }
  #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 {
  display: none;
}
#agent-show-charlie .profile.testimonials div {
  display: block;
  width: 100%;
  padding-bottom: 8px;
}
#agent-show-charlie .profile.testimonials div .testimonial-from {
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 8px;
  font-style: italic;
  padding-bottom: 16px;
}
#agent-show-charlie .profile.testimonials div:last-child {
  padding-bottom: 0;
}
#agent-show-charlie .profile.testimonials div:last-child .testimonial-from {
  padding-bottom: 0;
}
#blog-show-echo .blog-article {
  padding: 0 15px;
}
#listing-show-echo .ire-2-apply-section a.default-btn {
  color: #ffffff !important;
}
#listing-show-echo #listing-open-form-alpha-wrapper strong.default-btn {
  clear: both;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-charlie .profile.testimonials div {
    padding-bottom: 12px;
  }
  #agent-show-charlie .profile.testimonials div .testimonial-from {
    padding-top: 12px;
    padding-bottom: 24px;
  }
  #agent-show-charlie .profile.testimonials div:last-child {
    padding-bottom: 0;
  }
  #agent-show-charlie .profile.testimonials div:last-child .testimonial-from {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-echo .blog-article {
    padding: 0;
  }
}
*:not(i) {
  font-family: objektiv-mk1, sans-serif, FontAwesome !important;
}
nav,
div,
span,
section,
.videoButton,
.suburb,
.button,
.office-name,
.left,
.right,
.links,
.parent,
.container,
#print-all-btn,
.links,
.description.description,
a,
em,
:not(.card.default-btn),
:not(.uses_wysiwyg) {
  font-size: 14px !important;
  color: #585857;
}
#listing-show-echo .card {
  font-size: 14px !important;
  color: #585857 !important;
}
#listing-show-echo .info .description {
  font-size: 14px !important;
  color: #585857 !important;
}
h1,
.categoryHeading {
  font-size: 28px !important;
}
.name {
  font-size: 22px;
}
.uses_wysiwyg {
  color: #585857;
}
.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 a {
  color: #3b393b;
}
.uses_wysiwyg a:focus,
.uses_wysiwyg a:hover,
.uses_wysiwyg a:active {
  color: #555255;
}
.uses_wysiwyg em {
  font-style: italic;
}
.uses_wysiwyg b,
.uses_wysiwyg strong {
  font-weight: bold;
}
.uses_wysiwyg h1,
.uses_wysiwyg h2,
.uses_wysiwyg h3,
.uses_wysiwyg h4,
.uses_wysiwyg h5,
.uses_wysiwyg h6 {
  font-weight: normal;
  margin: .3em 0;
  color: #1C2B44;
}
.uses_wysiwyg ul,
.uses_wysiwyg ol {
  text-align: left;
}
.uses_wysiwyg ul li,
.uses_wysiwyg ol li {
  list-style-position: inside;
}
.uses_wysiwyg li {
  margin-bottom: 0.5em;
}
.uses_wysiwyg ul li {
  list-style-type: initial;
  padding-left: 20px;
  color: inherit;
}
.uses_wysiwyg ol li {
  list-style-type: decimal !important;
  padding-left: 20px;
  color: inherit;
}
.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 {
  border-left: 5px solid #ddd;
  padding-left: 15px;
}
.uses_wysiwyg blockquote > * {
  display: inline-block;
}
.uses_wysiwyg blockquote > *:before,
.uses_wysiwyg blockquote > *:after {
  /*._typo_fontaws;*/
  font-family: FontAwesome;
  font-size: 1em;
  top: -0.3em;
}
.uses_wysiwyg blockquote > *:before {
  content: '\f10d';
  padding: 0 5px 0 0;
}
.uses_wysiwyg blockquote > *:after {
  content: '\f10e';
  padding: 0 0 0 5px;
}
/* [3] ---- CUSTOM SITE STYLES ---- */
body {
  font-family: objektiv-mk1, sans-serif !important;
}
h1,
.heading,
.categoryHeading,
#title {
  font-weight: 400 !important;
}
.heading {
  font-size: 18px;
}
.static_social.static_social .facebook i,
.static_social.static_social .twitter i,
.static_social.static_social .instagram i,
.static_social.static_social .pinterest i,
.static_social.static_social .youtube i,
.static_social.static_social .linkedin i,
.static_social.static_social .google i,
.static_social.static_social .ratemyagent i {
  color: #fff !important;
}
.static_social.static_social .facebook:hover {
  background-color: #45619d;
}
.static_social.static_social a {
  height: 40px;
  width: 40px;
  background-color: #3b393b;
}
.static_social.static_social a:hover {
  width: 250px;
}
.static_social.static_social a span {
  line-height: 40px;
}
.static_social.static_social a span i {
  line-height: 35px;
  width: 40px;
  font-size: 20px;
}
#item-echo .default-btn {
  color: #fff;
}
.powered-by-zenu {
  color: #fff !important;
}
#blog-display h1::after,
#error-page h1::after {
  display: none;
}
#listings-delta .sneak-preview {
  background-color: #3b393b;
}
#listings-delta .sneak-preview::after {
  border-top: 12px solid #3b393b;
}
#listing-show-echo .leased {
  position: relative;
}
#listing-show-echo .leased:after {
  content: "Leased";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -15px;
  left: 20px;
  width: 200px;
  height: 30px;
  z-index: 50;
  background-color: #3b393b;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 970px) {
  #listing-show-echo .leased:after {
    bottom: -10px;
    left: 10px;
  }
}
@media only screen and (max-width: 600px) {
  #listing-show-echo .leased:after {
    bottom: 0px;
    left: 0px;
  }
}
#suburb-profiles-bravo .listings-wrapper .overlay.overlay h1 {
  font-size: 22px !important;
  font-style: italic !important;
}
#suburb-profiles-bravo .listings-wrapper .overlay.overlay h1::after {
  display: none;
}
#suburb-profiles-bravo .listings-wrapper .overlay.overlay h1,
#suburb-profiles-bravo .listings-wrapper .overlay.overlay h2,
#suburb-profiles-bravo .listings-wrapper .overlay.overlay a {
  color: #fff !important;
}
#items-form-delta h1,
#blog-show-kilo h1,
#items-form-delta .categoryHeading,
#blog-show-kilo .categoryHeading {
  padding: 0 10px;
  border-left: 1px solid #e4520f !important;
  border-right: 1px solid #e4520f !important;
}
#items-form-delta .content-section *,
#blog-show-kilo .content-section * {
  line-height: 22px;
}
#blog-echo h2,
#blog-echo h3 {
  font-size: 14px !important;
}
#items-form-delta .user-inner.user-inner {
  margin-top: 50px;
}
.default-btn {
  background-color: #3b393b;
}
#header-eyelash a {
  color: #1C2B44 !important;
}
#agents-charlie .top-section #refine-agents-alpha .field-office {
  display: none;
}
#agents-charlie .top-section #refine-agents-alpha #refine-submit {
  background-color: #3b393b;
}
#agents-charlie .two-col-tablet li .card .image {
  position: relative;
}
#agents-charlie .two-col-tablet li .card .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
}
#agents-charlie .two-col-tablet li .card .info .name {
  color: #1C2B44;
  font-size: 22px;
}
#agents-charlie .two-col-tablet li .card .info .staff-title {
  color: #3B9DAA;
}
#agents-charlie .two-col-tablet li .card .info .links a {
  color: #1C2B44;
}
#contact-charlie .container .address {
  display: none;
}
#contact-charlie .container .text {
  overflow: hidden;
  margin: 10px 0 0 0;
}
#footer-bravo {
  display: flex;
  justify-content: center;
}
#footer-bravo .disclaimer {
  font-size: 10px;
  font-weight: 100;
}
@media only screen and (min-width: 640px) {
  body {
    padding: 0 40px;
  }
  h1,
  h2,
  h3,
  h4,
  .heading,
  .categoryHeading,
  #title {
    font-style: unset !important;
    color: #1C2B44 !important;
  }
  .top-section h1 {
    border-left: none !important;
    border-right: none !important;
  }
  h2,
  h3,
  h4 {
    border-left: none !important;
    border-right: none !important;
  }
  #items-form-delta h1,
  #blog-show-kilo h1,
  #items-form-delta .categoryHeading,
  #blog-show-kilo .categoryHeading {
    padding: 0 10px;
    border-left: unset !important;
    border-right: unset !important;
  }
  h1,
  .categoryHeading {
    font-weight: 400;
    font-style: unset;
    border-left: none !important;
    border-right: none !important;
  }
  h1::after,
  .categoryHeading::after {
    content: "";
    display: block;
    background-color: #e4520f;
    height: 1.5px;
    width: 50px;
    margin: 20px 0 0 0;
  }
  .area-spec-lease {
    font-weight: 400 !important;
  }
  .categoryHeading::after {
    content: "";
    display: block;
    background-color: #e4520f;
    height: 1.5px;
    width: 50px;
    margin: 20px 0 0 0;
  }
  #items-delta .top-section h1 {
    font-weight: 400;
    font-style: unset;
    border-left: unset;
  }
  #items-delta #agents-charlie #refine-agents-alpha .field-role {
    width: 50%;
  }
  #items-delta #agents-charlie #refine-agents-alpha .field-go {
    display: flex;
    justify-content: flex-end;
    width: 50%;
  }
  #items-delta #agents-charlie #refine-agents-alpha .field-go #refine-submit {
    width: 150px;
  }
}
@media only print, only screen and (min-width: 980px) {
  #header-eyelash section #logo img {
    max-height: 60px;
  }
}
input[type="submit"],
a i,
#item-foxtrot a.default-btn {
  color: #fff !important;
}
#listing-show-echo a.book-an-inspection-btn {
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
}
