/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,300,200,100,700,800,900);
/* Template .less files */
/* Global .less files */
/* ========================== */
/* == Reliance Real Estate ==*/
/* ========================== */

#item-alpha #content article .images img{
  width: 100%;
}

#search-submit, #search-submit-mobile{
  background-color: #05a649 !important;
}

#search-submit:hover, #search-submit-mobile:hover{
  background-color: #048d3e !important;
}

.two-col .left-col {
  display: block;
  float: left;
  width: 50%;
}
.two-col .right-col {
  display: block;
  float: left;
  width: 50%;
}
.three-three-one-col li {
  width: 100%;
  float: left;
}
.two-col::after,
.three-three-one-col::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.four-col-desktop {
  display: block;
  width: 100%;
}
.four-col-desktop::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.hide-mobile,
.hide-mobile-text {
  display: none;
}
.show-only-mobile {
  display: block;
}

#listing-show-echo .banner{
  display: block !important;
}

body {
  padding-bottom: 74px;
}

/*#google_translate_element {
  display: none;
}
*/
#google_translate_element {
  display: block;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: #ececec;
  width: 100%;
}

#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:40px !important;
}

@media only screen and (min-width: 640px) {
  /* Tablet */
  #google_translate_element {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    width: auto;
    background: transparent;
  }
  .two-col-tablet li {
    display: block;
    float: left;
    width: 50%;
  }
  .three-col-tablet li {
    width: 50%;
    float: left;
  }
  .three-three-one-col li {
    width: 33.33%;
    float: left;
  }
  .four-col-desktop li {
    width: 50%;
    float: left;
  }
  .two-col-tablet::after,
  .three-col-tablet::after,
  .three-three-one-col::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .hide-mobile {
    display: block;
  }
  .hide-mobile-text {
    display: inline;
  }
  .show-only-mobile {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .two-col-desktop .left-col {
    display: block;
    float: left;
    width: 50%;
  }
  .two-col-desktop .right-col {
    display: block;
    float: left;
    width: 50%;
  }
  .three-col-tablet li {
    width: 33.33%;
    float: left;
  }
  .two-col-desktop::after,
  .three-col-tablet::after,
  .three-three-one-col::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .four-col-desktop li {
    width: 25%;
    float: left;
  }
}
#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%;
}
@media only screen and (min-width: 640px) {
  #homepage-echo-slideshow {
    /* Tablet */
  }
}
@media only screen and (min-width: 980px) {
  #homepage-echo-slideshow {
    /* Desktop */
  }
}
#search-form-echo form {
  display: block;
}
#search-form-echo form h2 {
  text-align: center;
}
#search-form-echo form fieldset {
  width: 100%;
  display: block;
}
#search-form-echo form select {
  width: 100%;
  display: block;
}
#search-form-echo form 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-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%;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-echo .info .card .bbc {
    width: 35%;
    float: right;
  }
  #listing-show-echo .info .card .description {
    width: 65%;
    float: left;
  }
  #listing-show-echo .info .card .description .staff .staff-member {
    width: 50%;
    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 .bbc {
    width: 30%;
  }
  #listing-show-echo .info .card .description {
    width: 70%;
  }
  #listing-show-echo .info .card .tools {
    width: 30%;
  }
}
#refine-agents-bravo form {
  display: block;
}
#refine-agents-bravo form h2 {
  text-align: center;
}
#refine-agents-bravo form fieldset {
  width: 100%;
  display: block;
}
#refine-agents-bravo form select {
  width: 100%;
  display: block;
}
#refine-agents-bravo form a {
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #refine-agents-bravo form fieldset {
    width: 40%;
    float: left;
  }
  #refine-agents-bravo form .field-go {
    width: 20%;
    float: left;
  }
  #refine-agents-bravo form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #refine-agents-bravo form fieldset {
    width: 43%;
  }
  #refine-agents-bravo form .field-go {
    width: 14%;
  }
}
/* Real estate icons */
@font-face {
  font-family: 'bbc';
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bbc-"],
[class*=" bbc-"] {
  font-family: 'bbc';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bbc-bed-large:before {
  content: "\e600";
}
.bbc-bath-large:before {
  content: "\e601";
}
.bbc-car-large:before {
  content: "\e602";
}
/* 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;
}
.propertyListing .banner{
  display: block !important;
}
.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 {
  cursor: pointer;
  margin-top: 10px;
}
#listing-open-form-alpha em {
  display: block;
  margin: -10px 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 .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;
}
#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 strong {
    float: right;
    width: 54%;
  }
  #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 em {
    float: left;
  }
  #listing-open-form-alpha strong {
    margin-top: -38px;
    width: 32%;
  }
  #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;
  }
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #6a6a6a;
  background-color: #ffffff;
  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: #ffffff;
  background-color: #05a649;
  cursor: pointer;
}
.default-btn:focus,
.default-btn:hover,
.default-btn:active {
  color: #ffffff;
  background-color: #048d3e;
}
.default-link {
  text-decoration: none;
  color: #0c0e22;
}
.default-link:focus,
.default-link:hover,
.default-link:active {
  color: #05a649;
}
h1 {
  font-family: 'Raleway', sans-serif;
}
#header-eyelash {
  display: block;
  background-color: #3c3c3c;
  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: 40px;
}
#header-eyelash section #menuOpen,
#header-eyelash section #quickSearchOpen {
  float: right;
  color: #ffffff;
  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: 'Raleway', sans-serif;
  background-color: #2f2f2f;
  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: #3c3c3c;
  color: #ffffff;
  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: #565656;
}
#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: #05a649;
}
#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: #ffffff;
  background-color: #05a649;
  cursor: pointer;
}
#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: #ffffff;
  background-color: #048d3e;
}
.propertyListing {
  position: relative;
  margin: 0 0 8px;
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.propertyListing .image {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  position: relative;
}
.propertyListing .image img {
  width: 100%;
}
.propertyListing div.suburb {
  padding: 8px 8px 0;
  font-family: 'Raleway', sans-serif;
  color: #0c0e22;
  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: 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: 3px;
  text-align: center;
  vertical-align: sub;
}
.propertyListing span.price,
.propertyListing span.method {
  display: block;
  padding: 0 8px;
  white-space: nowrap;
}
.propertyListing a.button {
  display: block;
  text-align: left;
  padding: 8px;
  text-decoration: none;
  color: #0c0e22;
  font-family: 'Raleway', sans-serif;
}
.propertyListing a.button:focus,
.propertyListing a.button:hover,
.propertyListing a.button:active {
  color: #05a649;
}
.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: 'Raleway', sans-serif;
  color: #0c0e22;
  font-size: 16px;
  margin: 0 0 8px;
  overflow: hidden;
}
.officeListing .address {
  display: block;
  margin: 0 0 8px;
  overflow: hidden;
}
.officeListing span {
  padding: 0 8px 0;
  display: block;
  overflow: hidden;
}
.officeListing .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: #0c0e22;
  font-family: 'Raleway', sans-serif;
}
.officeListing a.button:focus,
.officeListing a.button:hover,
.officeListing a.button:active {
  color: #05a649;
}
.officeListing a.button i {
  display: none;
}
#footer-bravo {
  max-width: 1130px;
  margin: 0 auto;
  background-color: #141414;
  color: #ffffff;
  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: #06d85f;
  font-size: 28px;
  vertical-align: middle;
  padding-right: 5px;
}
#footer-bravo a {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
#footer-bravo a:focus,
#footer-bravo a:hover,
#footer-bravo a:active {
  color: #06d85f;
}
#footer-bravo .disclaimer {
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}
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: #6a6a6a;
  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: #6a6a6a;
}
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: #6a6a6a;
}
.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: #ffffff;
  background-color: #05a649;
  cursor: pointer;
}
input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:active {
  color: #ffffff;
  background-color: #048d3e;
}
.top-section,
#title {
  padding: 0 8px;
  text-align: center;
  position: relative;
}
.top-section h1,
#title h1 {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #0c0e22;
  border-left: 1px solid #05a649;
  border-right: 1px solid #05a649;
}
.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: 'Raleway', sans-serif;
  color: #0c0e22;
}
.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: 'Raleway', sans-serif;
  color: #0c0e22;
  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: #05a649;
}
.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: 'Raleway', sans-serif;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  width: 100%;
}
.slideshow-alpha .bx-wrapper ul li a span em,
.slideshow-alpha .bx-viewport ul li a span em {
  display: none;
}
.slideshow-alpha .bx-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.slideshow-alpha .bx-pager .bx-pager-item, .reliance-item-foundation .bx-pager .bx-pager-item {
  display: inline-block;
}
.slideshow-alpha .bx-pager .bx-pager-item a, .reliance-item-foundation .bx-pager .bx-pager-item a {
  display: block;
  height: 16px;
  width: 16px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slideshow-alpha .bx-pager .bx-pager-item .active {
  background-color: #fff;
}
.slideshow-alpha .bx-controls-direction {
  display: block;
}
.slideshow-alpha .bx-controls-direction a {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 99;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: -20px;
  opacity: .5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slideshow-alpha .bx-controls-direction .bx-next {
  left: auto;
  right: 12px;
}
.slideshow-alpha:hover .bx-controls-direction a {
  opacity: 1;
}
#homepage-foxtrot {
  text-align: center;
}
#homepage-foxtrot .heading {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #0c0e22;
  border-left: 1px solid #05a649;
  border-right: 1px solid #05a649;
}
#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: 'Raleway', sans-serif;
  color: #6a6a6a;
  text-decoration: none;
}
#homepage-foxtrot .activity-buttons a i {
  display: inline-block;
  font-size: 20px;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px;
  margin-bottom: 4px;
}
#homepage-foxtrot .activity-buttons a span {
  display: block;
}
#homepage-foxtrot .activity-buttons .active i {
  color: #05a649;
  border-color: #05a649;
}
#homepage-foxtrot .activity-buttons .active span {
  color: #0c0e22;
}
#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;
}
#pagination-alpha {
  text-align: center;
  font-size: 16px;
}
#pagination-alpha a {
  font-family: 'Raleway', sans-serif;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px 8px;
}
#pagination-alpha .active {
  color: #05a649;
}
#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 .bx-wrapper {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  background-color: #bebebe;
  position: relative;
}
#listing-show-echo .bx-wrapper li {
  overflow: hidden;
}
#listing-show-echo .bx-wrapper .bx-controls-direction {
  display: none;
}
#listing-show-echo .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: #ffffff;
  background-color: #05a649;
  cursor: pointer;
}
#listing-show-echo .info ul.links li a:focus,
#listing-show-echo .info ul.links li a:hover,
#listing-show-echo .info ul.links li a:active {
  color: #ffffff;
  background-color: #048d3e;
}
#listing-show-echo .info ul.links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-echo .info .bbc {
  margin-bottom: 8px;
  text-align: center;
}
#listing-show-echo .info .bbc span {
  display: inline-block;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  padding: 0 10px 0 5px;
}
#listing-show-echo .info .bbc span i {
  font-size: 22px;
  display: inline-block;
  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;
  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: 'Raleway', sans-serif;
  color: #0c0e22;
}
#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: 'Raleway', sans-serif;
  color: #0c0e22;
  padding-bottom: 4px;
}
#listing-show-echo .info .description .staff:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-echo .info #one-form-wrapper input[type=submit] {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}
#listing-show-echo .info .tools .linkset {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#listing-show-echo .info .tools .linkset h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  padding-bottom: 4px;
}
#listing-show-echo .info .tools .linkset span {
  display: block;
}
#listing-show-echo .info .tools .linkset a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#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 h3.formHeading {
  display: block;
  padding: 8px;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #0c0e22;
}
#listing-show-echo .contact-form-alpha,
#listing-show-echo #emailAFriendFormDiv {
  padding: 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#listing-show-echo .contact-form-alpha form fieldset,
#listing-show-echo #emailAFriendFormDiv form fieldset {
  padding-bottom: 8px;
}
#listing-show-echo .contact-form-alpha form .fieldset_submit,
#listing-show-echo #emailAFriendFormDiv form .fieldset_submit,
#listing-show-echo .contact-form-alpha form .fieldset_send,
#listing-show-echo #emailAFriendFormDiv form .fieldset_send {
  padding-bottom: 0;
}
#listing-show-echo #emailAFriendFormDiv {
  margin: 8px 0;
}
#listing-show-echo .map #map_canvas {
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  overflow: hidden;
}
#agents-charlie h2 {
  display: none;
}
#agents-charlie .two-col-tablet {
  padding: 0 0 8px 8px;
}
#agents-charlie .two-col-tablet li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 0 0;
}
#agents-charlie .two-col-tablet li .card {
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  min-height: 245px;
}
#agents-charlie .two-col-tablet li .card .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
}
#agents-charlie .two-col-tablet li .card .image img {
  display: block;
  width: 100%;
}
#agents-charlie .two-col-tablet li .card .info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  font-size: 12px;
  line-height: 18px;
}
#agents-charlie .two-col-tablet li .card .info .no-mobile {
  display: none;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only {
  display: block;
  margin: -10px 0 10px;
  text-align: center;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only a {
  display: inline-block;
  font-size: 25px;
  margin: 0 5px;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only a .fa-mobile {
  font-size: 27px;
  vertical-align: text-bottom;
}
#agents-charlie .two-col-tablet li .card .info .name {
  display: block;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #0c0e22;
  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: 'Raleway', sans-serif;
  color: #0c0e22;
  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: #05a649;
}
#agents-charlie .two-col-tablet li .card .info .links a i {
  display: none;
}
#agents-charlie .two-col-tablet:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#opens-delta .container,
#auctions-charlie .container {
  padding: 8px;
}
#opens-delta .container h2,
#auctions-charlie .container h2 {
  margin: 16px 0 8px;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #0c0e22;
}
#opens-delta .container h2 span,
#auctions-charlie .container h2 span {
  display: none;
}
#opens-delta .container ul,
#auctions-charlie .container ul {
  margin: 8px 0;
}
#opens-delta .container ul li,
#auctions-charlie .container ul li {
  background-color: #f1f1f1;
  padding: 8px;
  margin-bottom: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#opens-delta .container ul li a,
#auctions-charlie .container ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  color: inherit;
}
#opens-delta .container ul li a b,
#auctions-charlie .container ul li a b {
  display: block;
  width: 80%;
  float: left;
}
#opens-delta .container ul li a em,
#auctions-charlie .container ul li a em {
  display: block;
  width: 80%;
  float: left;
}
#opens-delta .container ul li a input,
#auctions-charlie .container ul li a input {
  display: none;
}
#opens-delta .container ul li a span,
#auctions-charlie .container ul li a span {
  width: 20%;
  float: right;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 8px auto 0;
}
#opens-delta .container ul li a:after,
#auctions-charlie .container ul li a:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#appraisal {
  padding: 0 8px 8px;
  font-size: 14px;
  line-height: 22px;
}
#appraisal article {
  margin: 0 0 8px;
}
#appraisal article h2 {
  display: block;
  padding: 0 0 8px;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #0c0e22;
}
#appraisal form {
  background: #f1f1f1;
  padding: 8px;
}
#appraisal form fieldset {
  padding: 0 0 8px;
}
#appraisal form fieldset label {
  font-family: 'Raleway', sans-serif;
  color: #0c0e22;
}
#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 .text-wrapper .office-contact-details-alpha .office-name {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #0c0e22;
  margin-bottom: 0;
}
#contact-charlie .container .address .office-contact-details-alpha a {
  color: inherit;
  text-decoration: none;
}
#contact-charlie .container .address .office-contact-details-alpha a:focus,
#contact-charlie .container .address .office-contact-details-alpha a:hover,
#contact-charlie .container .address .office-contact-details-alpha a:active {
  text-decoration: underline;
}
#contact-charlie .container .address .office-contact-details-alpha-licence {
  display: none;
}
#contact-charlie .container .address .item-image-alpha {
  margin: 0 0 8px;
}
#contact-charlie .container .address .item-image-alpha a img {
  width: 100%;
  display: block;
}
#contact-charlie .container .address .item-image-alpha a span {
  display: none;
}
#contact-charlie .container .map #offices-google-map-bravo{
  height: 350px;
}

#contact-charlie .form-title {
  margin: 8px 0 0;
  padding: 8px 8px 0;
  display: block;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #0c0e22;
  background-color: #f1f1f1;
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
}
#contact-charlie .contact-form-alpha {
  font-size: 14px;
  line-height: 22px;
}
#contact-charlie .contact-form-alpha form {
  background: #f1f1f1;
  padding: 8px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
#contact-charlie .contact-form-alpha form fieldset {
  padding: 0 0 8px;
}
#contact-charlie .contact-form-alpha form fieldset label {
  font-family: 'Raleway', sans-serif;
  color: #0c0e22;
}
#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 .container,
#item-echo .container {
  padding: 0 8px 8px;
  font-size: 14px;
  line-height: 22px;
}
#items-delta .container article,
#item-echo .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 {
  margin: 0 0 8px;
}
#items-delta .container article .images img,
#item-echo .container article .images img {
  width: 100%;
  display: block;
}
#items-delta .container article .text h2,
#item-echo .container article .text h2 {
  display: block;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #0c0e22;
  margin: 0 0 8px;
}
#item-echo .container article .images {
  margin: 0;
}
#item-echo .container article .images img {
  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: 'Raleway', sans-serif;
  color: #0c0e22;
}
#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: #05a649;
}
#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: 'Raleway', sans-serif;
  color: #0c0e22;
  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: #05a649;
}
#agent-show-charlie .heading {
  padding: 0 8px;
  text-align: center;
  position: relative;
}
#agent-show-charlie .heading h3,
#agent-show-charlie .heading h4 {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #0c0e22;
  border-left: 1px solid #05a649;
  border-right: 1px solid #05a649;
}
#agent-show-charlie .profile {
  padding: 8px;
  margin: 0 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#agent-show-charlie .agent-form-alpha {
  padding: 8px;
  margin: 0 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#agent-show-charlie .agent-form-alpha form fieldset {
  padding: 0 0 8px;
}
#agent-show-charlie .agent-form-alpha form .fieldset_submit {
  padding: 0;
}
#no-results {
  font-size: 14px;
  line-height: 22px;
  padding: 8px 8px 16px;
}
#no-results h2 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #0c0e22;
  margin: 0 0 8px;
  text-align: center;
}
#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: #ffffff;
  background-color: #05a649;
  cursor: pointer;
  margin: 8px 0 0;
}
#no-results a:focus,
#no-results a:hover,
#no-results a:active {
  color: #ffffff;
  background-color: #048d3e;
}
.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;
}
#flash-message,
.success-message {
  display: block;
  background-color: #ceeece;
  color: #4a844a;
  border: 1px solid #4a844a;
  border-radius: 5px;
  margin: 15px auto;
  line-height: 20px;
  padding: 10px;
}
#flash-message a,
.success-message a {
  display: none;
}
#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: #0c0e22;
  font-family: 'Raleway', sans-serif;
}
#search-map-alpha .description h2 i {
  font-size: 24px;
  vertical-align: top;
  margin-right: 5px;
  color: #05a649;
}
#search-map-alpha .map-holder {
  padding: 0 8px 8px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #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: 70px;
  }
  #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 {
    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 .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;
  }
  #footer-bravo {
    padding: 12px;
  }
  #footer-bravo .disclaimer {
    /*padding-top: @global-padding-tablet;*/
  }
  .top-section,
  #title {
    padding: 0 12px;
    position: relative;
  }
  .top-section h1,
  #title h1 {
    font-size: 26px;
    border-left: 2px solid #05a649;
    border-right: 2px solid #05a649;
    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: #ffffff;
    background-color: #05a649;
    cursor: pointer;
    width: 140px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 15px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .slideshow-alpha .bx-wrapper ul li a span:after:focus,
  .slideshow-alpha .bx-viewport ul li a span:after:focus,
  .slideshow-alpha .bx-wrapper ul li a span:after:hover,
  .slideshow-alpha .bx-viewport ul li a span:after:hover,
  .slideshow-alpha .bx-wrapper ul li a span:after:active,
  .slideshow-alpha .bx-viewport ul li a span:after:active {
    color: #ffffff;
    background-color: #048d3e;
  }
  .slideshow-alpha .bx-pager {
    bottom: 20px;
  }
  #homepage-foxtrot .heading {
    font-size: 26px;
    border-left: 2px solid #05a649;
    border-right: 2px solid #05a649;
    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: 1px 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 {
    margin: 0 6px 12px;
  }
  .four-col-desktop li .officeListing {
    margin: 0 6px 12px;
  }
  .offices-alpha {
    padding: 0 20px 20px;
  }
  #pagination-alpha {
    padding: 0 24px;
    text-align: right;
  }
  #pagination-alpha a {
    padding: 0 0 12px 10px;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction {
    display: block;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 99;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: -20px;
    opacity: .5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction .bx-next {
    left: auto;
    right: 12px;
  }
  #listing-show-echo .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
  }
  #listing-show-echo .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 99;
    width: 100%;
    text-align: center;
  }
  #listing-show-echo .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
  }
  #listing-show-echo .bx-wrapper .bx-pager .bx-pager-item a {
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 3px;
    border: 2px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #listing-show-echo .bx-wrapper .bx-pager .bx-pager-item .active {
    background-color: #fff;
  }
  #listing-show-echo .info .card {
    padding: 12px;
  }
  #listing-show-echo .info ul.links {
    margin-bottom: 12px;
  }
  #listing-show-echo .info ul.links li {
    margin-bottom: 0;
    float: left;
    width: 33.33%;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-echo .info ul.links li a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #ffffff;
    background-color: #05a649;
    cursor: pointer;
  }
  #listing-show-echo .info ul.links li a:focus,
  #listing-show-echo .info ul.links li a:hover,
  #listing-show-echo .info ul.links li a:active {
    color: #ffffff;
    background-color: #048d3e;
  }
  #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 ul {
    margin-top: 6px;
  }
  #listing-show-echo .info .description ul li {
    margin-left: 32px;
  }
  #listing-show-echo .info .description .staff {
    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 h3.formHeading {
    padding: 12px 12px 0;
    text-align: left;
  }
  #listing-show-echo .contact-form-alpha {
    padding: 12px;
    margin: 12px;
  }
  #listing-show-echo .contact-form-alpha form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px 12px 0;
  }
  #listing-show-echo .contact-form-alpha form .fieldset_notes {
    padding-bottom: 0;
  }
  #listing-show-echo .contact-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #agents-charlie .two-col-tablet {
    padding-right: 12px;
  }
  #agents-charlie .two-col-tablet li {
    padding: 0 0 12px 12px;
  }
  #agents-charlie .two-col-tablet li .card {
    position: relative;
    min-height: 0;
  }
  #agents-charlie .two-col-tablet li .card .image {
    width: 40%;
    height: 215px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 0;
  }
  #agents-charlie .two-col-tablet li .card .image img {
    display: block;
    width: 100%;
  }
  #agents-charlie .two-col-tablet li .card .info {
    width: 60%;
    float: left;
    border-top: 0;
    padding: 12px;
    font-size: 14px;
    line-height: 22px;
  }
  #agents-charlie .two-col-tablet li .card .info .no-mobile {
    display: block;
  }
  #agents-charlie .two-col-tablet li .card .info .mobile-only {
    display: none;
  }
  #agents-charlie .two-col-tablet li .card .info .name {
    font-size: 18px;
  }
  #agents-charlie .two-col-tablet li .card .info .links {
    display: block;
    position: absolute;
    text-align: right;
    bottom: 0px;
    right: 0px;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px 12px;
  }
  #agents-charlie .two-col-tablet li .card .info .links a {
    margin-right: 0px;
    margin-left: 10px;
  }
  #agents-charlie .two-col-tablet li .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #opens-delta .container,
  #auctions-charlie .container {
    padding: 0 12px 12px;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    margin: 24px 0 12px;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin: 12px 0;
  }
  #opens-delta .container ul li,
  #auctions-charlie .container ul li {
    padding: 12px;
    margin-bottom: 12px;
  }
  #opens-delta .container ul li a,
  #auctions-charlie .container ul li a {
    line-height: 42px;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    width: 30%;
    float: left;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    width: 60%;
    float: left;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    width: 10%;
    float: right;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    display: none;
  }
  #opens-delta .container ul li:after,
  #auctions-charlie .container ul li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #appraisal {
    padding: 0 12px 12px;
  }
  #appraisal article {
    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;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-charlie .container .address .office-contact-details-alpha .office-name {
    display: inline-block;
    margin-bottom: 12px;
  }
  #contact-charlie .container .address .item-image-alpha {
    width: 40%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 0 12px;
    margin: 0;
    overflow: hidden;
  }
  #contact-charlie .container .address:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #contact-charlie .form-title {
    margin: 12px 0 0;
    padding: 12px 12px 0;
  }
  #contact-charlie .contact-form-alpha form {
    padding: 12px 0 12px 12px;
  }
  #contact-charlie .contact-form-alpha form fieldset {
    width: 50%;
    float: left;
    padding: 0 12px 12px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-charlie .contact-form-alpha form .fieldset_notes {
    width: 100%;
    float: none;
    clear: both;
  }
  #contact-charlie .contact-form-alpha form .fieldset_submit {
    float: right;
    width: 150px;
    padding: 0 12px 0 0;
  }
  #contact-charlie .contact-form-alpha form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #items-delta .container,
  #item-echo .container {
    padding: 0 12px 12px;
  }
  #items-delta .container article,
  #item-echo .container article {
    padding: 12px;
    margin: 12px 0 0;
  }
  #items-delta .container article .images,
  #item-echo .container article .images {
    margin: 0;
    float: right;
    width: 40%;
  }
  #items-delta .container article .text,
  #item-echo .container article .text {
    float: left;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 0;
  }
  #items-delta .container article .text h2,
  #item-echo .container article .text h2 {
    margin: 0 0 12px;
  }
  #items-delta .container article:after,
  #item-echo .container article:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #item-echo .container article .images img {
    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: 'Raleway', sans-serif;
    font-size: 26px;
    border-left: 2px solid #05a649;
    border-right: 2px solid #05a649;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  #agent-show-charlie .profile {
    padding: 12px;
    margin: 0 12px;
  }
  #agent-show-charlie .agent-form-alpha {
    padding: 12px 0 12px 12px;
    margin: 0 12px;
  }
  #agent-show-charlie .agent-form-alpha form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px 12px 0;
  }
  #agent-show-charlie .agent-form-alpha form .fieldset_notes {
    padding-bottom: 0;
    width: 100%;
  }
  #agent-show-charlie .agent-form-alpha form .fieldset_submit {
    float: right;
    padding: 12px 12px 0 0;
    width: 25%;
  }
  #agent-show-charlie .agent-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #no-results {
    padding: 12px 12px 24px;
  }
  #no-results h2 {
    margin: 0 0 12px;
    text-align: left;
  }
  #no-results a {
    margin: 12px 0 0;
    width: 150px;
  }
  #search-map-alpha .description {
    margin: 12px;
  }
  #search-map-alpha .map-holder {
    padding: 0 12px 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #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: 70px;
  }
  #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: #ffffff;
    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: #05a649;
  }
  #header-eyelash section nav ul li ol {
    top: 60px;
    left: 10px;
    background-color: #363636;
    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: #05a649;
  }
  #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 #3c3c3c;
    background-color: #3c3c3c;
    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: #ffffff;
  }
  #header-eyelash section nav .nav-quicksearch form a:hover {
    color: #f7e831;
  }
  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 {
    padding: 0 10px;
  }
  .propertyListing a.button {
    padding: 10px;
  }
  .officeListing {
    margin: 0 0 20px;
  }
  .officeListing .image {
    width: 25%;
    float: left;
  }
  .officeListing .office-name {
    padding: 20px 20px 0;
  }
  .officeListing .address {
    margin: 0 0 20px;
  }
  .officeListing span {
    padding: 0 20px 0;
  }
  .officeListing a.button {
    bottom: 20px;
    right: 20px;
  }
  #footer-bravo {
    padding: 20px;
  }
  #footer-bravo ul li a {
    display: block;
    padding-bottom: 0;
  }
  #footer-bravo .disclaimer {
    /*padding-top: @global-padding-desktop;*/
  }
  .top-section,
  #title {
    padding: 0 20px;
  }
  .top-section h1,
  #title h1 {
    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 {
    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 {
    margin: 0 10px 20px;
  }
  .four-col-desktop li .officeListing {
    margin: 0 10px 20px;
  }
  #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 ul {
    margin-top: 10px;
  }
  #listing-show-echo .info .description ul li {
    margin-left: 40px;
  }
  #listing-show-echo .info .description .staff {
    padding-top: 30px;
  }
  #listing-show-echo .info .description .staff .staff-member {
    padding-bottom: 20px;
  }
  #listing-show-echo .info .description .staff .staff-member .details div {
    padding-left: 20px;
  }
  #listing-show-echo .info .description .staff .staff-member .details div .name {
    padding-bottom: 10px;
  }
  #listing-show-echo .info .tools .linkset {
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #listing-show-echo .info .tools .linkset h3 {
    padding-bottom: 10px;
  }
  #listing-show-echo 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;
  }
  #listing-show-echo .contact-form-alpha form .fieldset_notes {
    width: 90%;
  }
  #listing-show-echo .contact-form-alpha form .fieldset_submit {
    width: 10%;
  }
  #agents-charlie .two-col-tablet {
    padding-right: 20px;
  }
  #agents-charlie .two-col-tablet li {
    padding: 0 0 20px 20px;
  }
  #agents-charlie .two-col-tablet li .card .image {
    width: 30%;
  }
  #agents-charlie .two-col-tablet li .card .info {
    width: 70%;
    padding: 20px;
  }
  #agents-charlie .two-col-tablet li .card .info .links {
    width: 70%;
    padding: 10px 20px;
  }
  #opens-delta .container,
  #auctions-charlie .container {
    padding: 0 20px 20px;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    margin: 40px 0 20px;
  }
  #opens-delta .container h2 span,
  #auctions-charlie .container h2 span {
    display: inline-block;
    float: right;
    padding-right: 11%;
    font-size: 14px;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin: 20px 0;
  }
  #opens-delta .container ul li,
  #auctions-charlie .container ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    width: 20%;
    float: left;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    width: 60%;
    float: left;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    width: 10%;
    float: right;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    float: left;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 10%;
    margin-top: 15px;
  }
  #appraisal {
    padding: 0 20px 20px;
  }
  #appraisal article {
    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 .office-contact-details-alpha .office-name {
    margin-bottom: 20px;
  }
  #contact-charlie .container .address .item-image-alpha {
    padding: 0 0 0 20px;
  }
  #contact-charlie .form-title {
    margin: 20px 0 0;
    padding: 20px 20px 0;
  }
  #contact-charlie .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 {
    padding: 0 20px 20px;
  }
  #items-delta .container article,
  #item-echo .container article {
    padding: 20px;
    margin: 20px 0 0;
  }
  #items-delta .container article .text,
  #item-echo .container article .text {
    padding: 0 40px 0 0;
  }
  #items-delta .container article .text h2,
  #item-echo .container article .text h2 {
    margin: 0 0 20px;
  }
  #items-delta .container article:after,
  #item-echo .container article:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #item-echo .container article .images img {
    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: 'Raleway', sans-serif;
    padding: 0 20px;
    margin: 50px 0 40px;
  }
  #agent-show-charlie .profile {
    padding: 20px;
    margin: 0 20px;
  }
  #agent-show-charlie .agent-form-alpha {
    padding: 20px;
    margin: 0 20px;
  }
  #agent-show-charlie .agent-form-alpha form fieldset {
    width: 25%;
    padding: 0 1px 1px 0;
  }
  #agent-show-charlie .agent-form-alpha form .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 0 0;
  }
  #search-map-alpha .description {
    margin: 20px;
  }
  #search-map-alpha .map-holder {
    padding: 0 20px 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: #0c0e22;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 8px 0 0 0;
}
#global-site-links {
  display: none;
}
#item-video-alpha div {
  text-align: center;
  background-color: #f1f1f1;
}
#item-video-alpha div h3 {
  font-family: 'Prata', serif;
  color: #0c0e22;
  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: #ffffff;
  background-color: #05a649;
  cursor: pointer;
  margin: 8px 0 16px;
  width: auto;
  display: inline-block;
  padding: 0 15px;
}
#item-video-alpha div a:focus,
#item-video-alpha div a:hover,
#item-video-alpha div a:active {
  color: #ffffff;
  background-color: #048d3e;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .homepage-echo-search .container h1 {
    font-size: 28px;
    line-height: 30px;
    padding: 12px 0 0 0;
  }
  #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;
  }
  #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: #ffffff;
  background-color: #05a649;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
}
#homepage-golf .logo form a:focus,
#homepage-golf .logo form a:hover,
#homepage-golf .logo form a:active {
  color: #ffffff;
  background-color: #048d3e;
}
#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: #0c0e22;
  border-left: 1px solid #05a649;
  border-right: 1px solid #05a649;
  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 #05a649;
    border-right: 2px solid #05a649;
    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: transparent !important;
  text-align: center;
}
#homepage-lima #quarter > div > div.bx-controls.bx-has-controls-direction > div > a.bx-next > i {
  display: none;
}
#homepage-lima .slideshow-alpha,
#homepage-lima #item-image-slideshow-bravo {
  padding-top: 0 !important;
  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,
.reliance-item-foundation .bx-wrapper ul li h2 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Raleway', 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;
}
#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,
.reliance-item-foundation .bx-wrapper ul li h2 span {
  display: block;
  font-size: 18px;
}
#homepage-lima .slideshow-alpha .bx-pager,
#homepage-lima #item-image-slideshow-bravo .bx-pager,
.reliance-item-foundation .bx-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 59;
  width: 100%;
  text-align: center;
}
.reliance-item-foundation .bx-pager { 
  bottom: 65px;
}
#homepage-lima .slideshow-alpha .bx-pager .bx-pager-item,
#homepage-lima #item-image-slideshow-bravo .bx-pager .bx-pager-item,
.reliance-item-foundation .bx-pager .bx-pageer-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,
.reliance-item-foundation .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,
.reliance-item-foundation .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: #05a649;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
}
#homepage-lima .heading.opens {
  color: #0c0e22;
  margin-top: 0;
  display: none;
}
#homepage-lima .heading {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #0c0e22;
  border-left: 1px solid #05a649;
  border-right: 1px solid #05a649;
}
#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: #f1f1f1;
  -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: 'Raleway', sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #0c0e22;
  border-left: 1px solid #05a649;
  border-right: 1px solid #05a649;
}
.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: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 50px #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-links li a:hover {
  opacity: 1;
}
.home-links li a:hover span {
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.home-links li.link2 a {
  background-image: url(../images/link2.png);
}
.home-links li.link3 {
  display: none;
}
.home-links li.link3 a {
  background-image: url(../images/link3.png);
}
.home-links li:nth-child(n+3) {
  display: none;
}
.home-links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #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,
  .reliance-item-foundation .bx-wrapper ul li h2,
  .reliance-item-foundation .bx-wrapper 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,
  .reliance-item-foundation .bx-wrapper ul li h2 span,
  .reliance-item-foundation .bx-wrapper 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;
  }
  .reliance-item-foundation .bx-pager {
    bottom: 95px;
  }
  #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 #05a649;
    border-right: 2px solid #05a649;
    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: none;
    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(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: 'Raleway', sans-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: 'Raleway', sans-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 #05a649;
    border-right: 2px solid #05a649;
    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 */
  .reliance-item-foundation .bx-pager {
    bottom: 135px;
  }
  #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 #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date {
    padding: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: right;
    color: white;
    font-size: 20px;
    background-color: #3c3c3c;
  }
  #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 .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;
    text-transform: capitalize;
  }
  #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 #05a649;
    color: #05a649;
    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: #05a649;
    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 .four-col-desktop li .propertyListing .button {
    color: #0c0e22 !important;
  }
  #homepage-lima .four-col-desktop li .propertyListing .button:hover {
    color: #05a649 !important;
  }
  #homepage-lima .four-col-desktop li .propertyListing .bbc span i {
    border: 1px solid #6a6a6a;
  }
  #homepage-lima .four-col-desktop li .propertyListing .suburb {
    font-weight: 600;
  }
  #homepage-lima .home-video {
    margin-top: 20px;
  }
  #homepage-lima .melbourne-now {
    display: none;
    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: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 220px;
  }
  .home-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media print {
  header,
  footer {
    background-color: #3c3c3c;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  nav {
    display: none;
  }
  section {
    width: 1130px;
  }
  footer .disclaimer {
    display: none;
  }
  #listing-show-echo h3.formHeading,
  #listing-show-echo .contact-form-alpha,
  #listing-show-echo .toolbox,
  #listing-show-echo .info .description .staff .staff-member .details div a.email {
    display: none;
  }
  .top-section .top-links {
    display: none;
  }
  #opens-delta .container,
  #auctions-charlie .container {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    display: none;
    padding: 20px 0;
  }
  #opens-delta .container h2 span,
  #auctions-charlie .container h2 span {
    display: none;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin-bottom: 20px;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #opens-delta .container ul li,
  #auctions-charlie .container ul li {
    display: none;
  }
  #opens-delta .container ul li a,
  #auctions-charlie .container ul li a {
    padding: 0;
    border-bottom: 1px solid #d1d1d1;
    line-height: 30px;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    font-weight: normal;
    display: inline-block;
    float: left;
    width: 25%;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    display: inline-block;
    padding-bottom: 0;
    float: left;
    width: 50%;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    display: none;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    display: none;
  }
  #opens-delta .container ul li a:after,
  #auctions-charlie .container ul li a:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #opens-delta .container .opens-print,
  #auctions-charlie .container .opens-print,
  #opens-delta .container .auctions-print,
  #auctions-charlie .container .auctions-print {
    display: block;
  }
}
#wheels-debug-area,
.cfdebug {
  display: none;
}

.apply-buttons a{
  margin-bottom: 10px;
}

#listing-show-echo .videoButton {
  color: #ffffff;
  background-color: rgba(5, 166, 73, 0.7);
}
.propertyListing .image .videoButton {
  background-color: rgba(5, 166, 73, 0.7);
}

/* ==== Reliance Item foundation ==== */

.reliance-item-foundation .top-section {
  padding: 0;
}

.reliance-item-foundation .bx-wrapper, .reliance-item-foundation .bx-wrapper ul, .reliance-item-foundation .bx-wrapper ul li {
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}

.reliance-item-foundation .bx-wrapper ul li {
  background-size: cover;
  background-position: 50% 50%;
}

.reliance-item-foundation .video-container {
  padding-bottom: 56.25%;
  margin-top: 20px;
  height: 0;
  position: relative;
}

.reliance-item-foundation .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only print, only screen and (min-width: 640px) {
  .reliance-item-foundation .video-container {
    margin-top: 40px;
  }
}
@media only print, only screen and (min-width: 980px) {
  .reliance-item-foundation .video-container {
    margin-top: 60px;
  }
}