<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Indigo Layout */
/* Template .less files */
/* Global .less files */
/* Custom select field */
/* Use function to add hover styles to avoid hover related double tap bug */
/* Adding 'disabled' state to buttons for form submissions */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,600,500,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,500);
.two-col,
.three-col,
.four-col-desktop,
.three-three-one-col,
.two-col-tablet,
.three-col-tablet,
.two-col-desktop,
.three-col-desktop,
.four-col-desktop,
.flex-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.two-col li,
.three-col li,
.four-col-desktop li,
.three-three-one-col li,
.two-col-tablet li,
.three-col-tablet li,
.two-col-desktop li,
.three-col-desktop li,
.four-col-desktop li,
.flex-wrapper li {
  width: 100%;
}
.flex-wrapper {
  width: 100%;
}
.two-col .left-col {
  align-self: flex-start;
  width: 50%;
}
.two-col .right-col {
  align-self: flex-end;
  width: 50%;
}
.four-col-desktop {
  width: 100%;
}
.hide-mobile,
.hide-mobile-text {
  display: none;
}
.show-only-mobile {
  display: flex;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .two-col-tablet li,
  .four-col-desktop li {
    width: 50%;
  }
  .three-col-tablet li {
    width: 33.33%;
  }
  .three-three-one-col li {
    width: 33.33%;
  }
  .hide-mobile {
    display: flex;
  }
  .hide-mobile-text {
    display: inline;
  }
  .show-only-mobile {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .two-col-desktop .left-col {
    width: 50%;
  }
  .two-col-desktop .right-col {
    width: 50%;
  }
  .four-col-desktop li {
    width: 25%;
  }
  .four-col-desktop li {
    width: 25%;
  }
}
.top-wrapper {
  position: relative;
}
.top-wrapper .text-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 51;
}
.top-wrapper .text-image .text-image-wrapper {
  padding: 8px;
  margin: 8px 8px 0 8px;
}
.top-wrapper .text-image a {
  text-decoration: none;
  margin-left: 8px;
  padding: 0 8px;
  display: block;
  width: 70px;
}
.homepage-echo-search .top-search-links {
  height: 60px;
  padding: 8px 0 8px 0;
}
.homepage-echo-search .top-search-links h2 {
  padding-left: 8px;
  width: 100px;
  float: left;
}
.homepage-echo-search .top-search-links ul {
  display: none;
}
.homepage-echo-search .listings-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}
.homepage-echo-search .listings-wrapper .left {
  float: left;
  display: block;
  width: 50%;
}
.homepage-echo-search .listings-wrapper .right {
  text-align: right;
  width: 50%;
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 10px;
}
.homepage-echo-search .listings-wrapper .right a {
  margin-right: 50px;
  position: relative;
  text-decoration: none;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
.homepage-echo-search .listings-wrapper .right a i {
  padding-left: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  right: -40px;
  bottom: -7px;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  transition: background 0.3s ease-in;
}
.homepage-echo-search .listings-wrapper .right a:hover {
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
.homepage-echo-search .listings-wrapper .right a:hover i {
  transition: background 0.3s ease-in;
}
.homepage-echo-search .listings-wrapper #quarter {
  padding-top: 8px;
  clear: both;
}
.homepage-echo-search .listings-wrapper #quarter ul li div {
  background-color: #d1d1d1;
}
.homepage-echo-search .listings-wrapper #quarter ul li div a img {
  width: 100%;
}
.homepage-echo-search .listings-wrapper #quarter {
  padding-left: 0;
  padding-right: 0;
}
.homepage-echo-search .listings-wrapper #quarter ul li {
  position: relative;
  margin-bottom: 8px;
}
.homepage-echo-search .listings-wrapper #quarter ul li .propertyListing .image {
  height: 300px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.homepage-echo-search .listings-wrapper #quarter ul li .propertyListing .info-wrapper {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.homepage-echo-search .listings-wrapper #quarter ul li .propertyListing .info-wrapper .suburb {
  margin-top: -4px;
  display: block;
}
.homepage-echo-search .listings-wrapper #quarter ul li:hover .info-wrapper {
  padding-bottom: 35px;
}
.homepage-echo-search .listings-wrapper #quarter ul li:nth-child(3) {
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .top-wrapper .text-image .text-image-wrapper {
    padding: 12px;
    margin: 12px 12px 0 12px;
  }
  .top-wrapper .text-image a {
    margin-left: 12px;
    padding: 0 12px;
    width: 70px;
  }
  .homepage-echo-search .top-search-links {
    height: 67px;
    padding: 12px 0 12px 0;
  }
  .homepage-echo-search .top-search-links h2 {
    padding-left: 12px;
    width: 100px;
    float: left;
  }
  .homepage-echo-search .top-search-links ul {
    padding-right: 12px;
    padding-top: 5px;
    float: right;
    display: block;
  }
  .homepage-echo-search .top-search-links ul li {
    cursor: pointer;
    padding-left: 24px;
    float: left;
    width: 200px;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .homepage-echo-search .top-search-links ul li span {
    float: left;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  .homepage-echo-search .top-search-links ul li i {
    text-align: center;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
  }
  .homepage-echo-search .top-search-links ul li:nth-child(2) {
    width: 135px;
  }
  .homepage-echo-search .listings-wrapper {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .homepage-echo-search .listings-wrapper .left {
    float: left;
    display: block;
    width: 50%;
  }
  .homepage-echo-search .listings-wrapper .right {
    text-align: right;
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 0;
    padding-top: 14px;
  }
  .homepage-echo-search .listings-wrapper .right a {
    margin-right: 50px;
    position: relative;
    text-decoration: none;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper .right a i {
    position: absolute;
    right: -40px;
    bottom: -7px;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    transition: background 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper .right a:hover {
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper .right a:hover i {
    transition: background 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper #quarter {
    padding-top: 12px;
    clear: both;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li {
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 1px;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li div a img {
    width: 100%;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li:nth-child(3) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .top-wrapper .text-image-wrapper {
    width: 1130px;
    margin: 0 auto;
  }
  .top-wrapper .text-image-wrapper .text-image {
    position: relative;
    top: -650px;
    width: 500px;
    padding-top: 20px;
  }
  .top-wrapper .text-image-wrapper .text-image .text-image-wrapper {
    width: 450px;
    padding: 20px;
    margin: 20px 20px 0 20px;
  }
  .top-wrapper .text-image-wrapper .text-image .text-image-wrapper span {
    font-size: 46px;
    line-height: 46px;
  }
  .top-wrapper .text-image-wrapper .text-image a {
    font-size: 13px;
    margin-left: 20px;
    padding: 10px 20px;
    width: 70px;
  }
  .homepage-echo-search {
    margin-top: -275px;
    display: block;
  }
  .homepage-echo-search .top-search-links {
    padding: 20px 0 20px 0;
  }
  .homepage-echo-search .top-search-links h2 {
    padding-left: 20px;
    width: 100px;
    float: left;
  }
  .homepage-echo-search .top-search-links ul {
    display: block;
  }
  .homepage-echo-search .listings-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .homepage-echo-search .listings-wrapper .left {
    float: left;
    display: block;
    width: 50%;
  }
  .homepage-echo-search .listings-wrapper .right {
    text-align: right;
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 22px;
  }
  .homepage-echo-search .listings-wrapper .right a {
    margin-right: 50px;
    position: relative;
    text-decoration: none;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper .right a i {
    position: absolute;
    right: -40px;
    bottom: -7px;
    margin-left: 20px;
    font-size: 28px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    transition: background 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper .right a:hover {
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper .right a:hover i {
    transition: background 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper #quarter {
    padding-top: 20px;
    clear: both;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 1px !important;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li div a img {
    width: 100%;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li:nth-child(3) {
    padding-right: 0 !important;
  }
}
#listings-golf section .top-pagination,
#listings-golf section .bottom-pagination {
  width: 170px;
  overflow: hidden;
  display: block;
  float: right;
}
#listings-golf section .top-pagination #pagination-alpha,
#listings-golf section .bottom-pagination #pagination-alpha {
  text-align: right;
}
#listings-golf section .top-pagination #pagination-alpha a,
#listings-golf section .bottom-pagination #pagination-alpha a {
  padding-left: 8px;
  text-decoration: none;
}
#listings-golf section .bottom-pagination {
  padding-top: 4px;
}
#listings-golf section:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listings-golf section .heading-wrapper .heading-div {
  float: left;
  width: 130px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-golf section .heading-wrapper .search-sort {
  padding-top: 35px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-golf section .heading-wrapper .search-sort span {
  font-weight: bold;
  color: #333333;
}
#listings-golf section .heading-wrapper .search-sort a {
  padding: 0 2px;
}
#listings-golf section #listings-golf-display {
  padding-top: 8px;
  clear: both;
  padding-left: 0;
  padding-right: 0;
}
#listings-golf section #listings-golf-display #no-results .card {
  text-align: center;
}
#listings-golf section #listings-golf-display #no-results .card h2 {
  font-weight: bold;
}
#listings-golf section #listings-golf-display #no-results .card a {
  background-color: #c1272d;
  cursor: pointer;
  text-align: center;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  width: 50%;
  display: block;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 8px;
}
#listings-golf section #listings-golf-display #no-results .card a:disabled {
  background: #ccc;
}
#listings-golf section #listings-golf-display #no-results .card a:disabled:hover,
#listings-golf section #listings-golf-display #no-results .card a:disabled:active,
#listings-golf section #listings-golf-display #no-results .card a:disabled:focus {
  background: #ccc;
}
#listings-golf section #listings-golf-display #no-results .card a:hover {
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  background-color: #d94248;
}
#listings-golf section #listings-golf-display #no-results .card a a {
  text-decoration: none;
  color: #ffffff;
}
#listings-golf section #listings-golf-display ul li {
  position: relative;
  margin-bottom: 1px;
}
#listings-golf section #listings-golf-display ul li .propertyListing .bbc {
  display: none;
}
#listings-golf section #listings-golf-display ul li .propertyListing .image {
  height: 300px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#listings-golf section #listings-golf-display ul li .propertyListing .image img {
  width: 100%;
}
#listings-golf section #listings-golf-display ul li .propertyListing .info-wrapper {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#listings-golf section #listings-golf-display ul li .propertyListing .info-wrapper .suburb {
  margin-top: -4px;
  display: block;
}
#listings-golf section #listings-golf-display ul li:hover .info-wrapper {
  padding-bottom: 35px;
}
#listings-golf section #listings-golf-display ul li:nth-child(3) {
  margin-bottom: 16px;
}
#listings-golf section #listings-golf-display ul li:nth-child(3) {
  margin-bottom: 1px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listings-golf section {
    padding: 12px;
  }
  #listings-golf section .bottom-pagination {
    padding-top: 6px;
  }
  #listings-golf section .heading-wrapper {
    height: 50px;
    margin: 0;
    float: left;
  }
  #listings-golf section .top-pagination {
    margin: 0;
    float: right;
  }
  #listings-golf section .top-pagination #pagination-alpha {
    float: right;
  }
  #listings-golf section .top-pagination a {
    float: left;
  }
  #listings-golf section #listings-golf-display {
    padding-top: 12px;
    clear: both;
  }
  #listings-golf section #listings-golf-display #no-results .card a {
    background-color: #c1272d;
    cursor: pointer;
    text-align: center;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    display: block;
    text-decoration: none;
    height: 30px;
    width: 25%;
    margin: 0 auto;
    margin-top: 12px;
    line-height: 30px;
  }
  #listings-golf section #listings-golf-display #no-results .card a:disabled {
    background: #ccc;
  }
  #listings-golf section #listings-golf-display #no-results .card a:disabled:hover,
  #listings-golf section #listings-golf-display #no-results .card a:disabled:active,
  #listings-golf section #listings-golf-display #no-results .card a:disabled:focus {
    background: #ccc;
  }
  #listings-golf section #listings-golf-display #no-results .card a:hover {
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    background-color: #d94248;
  }
  #listings-golf section #listings-golf-display #no-results .card a a {
    text-decoration: none;
    color: #ffffff;
  }
  #listings-golf section #listings-golf-display ul li {
    margin-bottom: 1px;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 1px;
  }
  #listings-golf section #listings-golf-display ul li div a img {
    width: 100%;
  }
  #listings-golf section #listings-golf-display ul li:nth-child(3) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listings-golf section:nth-child(1) {
    padding-bottom: 40px !important;
  }
  #listings-golf section .bottom-pagination {
    padding-top: 6px;
  }
  #listings-golf section #listings-golf-display {
    padding-top: 20px;
    clear: both;
  }
  #listings-golf section #listings-golf-display .search-links {
    bottom: 20px !important;
  }
  #listings-golf section #listings-golf-display ul li {
    margin-bottom: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 1px !important;
    height: 363px;
  }
  #listings-golf section #listings-golf-display ul li div {
    height: 363px;
  }
  #listings-golf section #listings-golf-display ul li div .image {
    height: 363px !important;
  }
  #listings-golf section #listings-golf-display ul li div a img {
    width: 100%;
  }
  #listings-golf section #listings-golf-display ul li:nth-child(3) {
    padding-right: 0 !important;
  }
}
#listing-show-igloo .form-btn-desktop,
#listing-show-igloo .features-wrapper-desktop {
  display: none;
}
#listing-show-igloo .top-section {
  padding: 8px 0 8px 0;
  height: 40px;
}
#listing-show-igloo .top-section .top-left {
  width: 50%;
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-igloo .top-section .top-right {
  padding-top: 25px;
  float: left;
  width: 50%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: right;
  font-size: 10px;
}
#listing-show-igloo .listing-slideshow-wrapper {
  height: 350px;
  position: relative;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow {
  height: 350px;
  position: relative;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper {
  height: 350px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport {
  height: 350px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul {
  height: 350px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul li {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev,
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
  z-index: 60;
  text-decoration: none;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i,
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 38px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev {
  position: absolute;
  left: 8px;
  top: 45%;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i {
  padding-right: 3px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
  position: absolute;
  right: 8px;
  top: 45%;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
  padding-left: 3px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay {
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 60;
  bottom: 0;
  width: 100%;
  position: absolute;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .left {
  padding-left: 8px;
  width: 50%;
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right {
  padding-top: 8px;
  width: 100px;
  float: right;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container {
  float: left;
  display: block;
  padding-left: 8px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container i {
  padding-right: 5px;
  font-size: 18px;
  display: block;
  width: 100%;
  float: left;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container div {
  padding-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-igloo .listing-content {
  clear: both;
}
#listing-show-igloo .listing-content .left .description h2 {
  padding: 8px 0;
}
#listing-show-igloo .listing-content .left .opens h2 {
  padding: 8px 0;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form em,
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form strong {
  display: none;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form {
  padding-top: 8px;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form input,
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
  color: #333333;
  width: 100%;
  height: 30px;
  padding-left: 8px;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100px;
  padding-top: 8px;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_sms,
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_email {
  width: 12.5px;
  height: 12.5px;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form label {
  padding-right: 8px;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_submit {
  margin-top: 8px;
}
#listing-show-igloo .listing-content .left .staff {
  margin: 8px 0;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member a img,
#listing-show-igloo .listing-content .left .staff .right .staff-member a img {
  width: 100%;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member div,
#listing-show-igloo .listing-content .left .staff .right .staff-member div {
  margin-bottom: 8px;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member div a,
#listing-show-igloo .listing-content .left .staff .right .staff-member div a {
  width: 100%;
  display: block;
}
#listing-show-igloo .listing-content .right-content .linkset-tools {
  padding-top: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding-bottom: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper {
  margin-bottom: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper a {
  cursor: pointer;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper a:hover {
  color: #c1272d;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper div {
  margin-bottom: 4px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry {
  padding-top: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form input,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form input,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form textarea,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form textarea {
  color: #333333;
  width: 100%;
  border: 0;
  height: 30px;
  padding-left: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form .fieldset_notes {
  height: 100px;
  padding-top: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes input,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form .fieldset_notes input {
  height: 100px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_sms,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form #send_method_sms,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_email,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form #send_method_email {
  width: 12.5px;
  height: 12.5px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form label,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form label {
  padding-right: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_submit,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form .fieldset_submit {
  margin-top: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact {
  display: none;
}
#listing-show-igloo .map {
  padding: 8px 0;
}
#listing-show-igloo .map #map_canvas {
  height: 300px !important;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-igloo .top-section {
    padding: 20px 0 20px 0;
  }
  #listing-show-igloo .top-section .top-right {
    padding-top: 25px;
    font-size: 12px;
  }
  #listing-show-igloo .listing-slideshow-wrapper {
    height: 450px;
    position: relative;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow {
    height: 450px;
    position: relative;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper {
    height: 450px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport {
    height: 450px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul {
    height: 450px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul li {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev,
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
    z-index: 60;
    text-decoration: none;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i,
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
    display: block;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev {
    position: absolute;
    left: 20px;
    top: 45%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i {
    padding-right: 3px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
    position: absolute;
    right: 20px;
    top: 45%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
    padding-left: 3px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 60;
    bottom: 0;
    width: 100%;
    position: absolute;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .left {
    padding-left: 20px;
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right {
    padding-top: 20px;
    width: 120px;
    float: right;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container {
    float: left;
    display: block;
    padding-left: 20px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container i {
    padding-right: 5px;
    font-size: 18px;
    display: block;
    width: 100%;
    float: left;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container div {
    padding-left: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content {
    clear: both;
  }
  #listing-show-igloo .listing-content .left .description h2 {
    padding: 20px 0;
  }
  #listing-show-igloo .listing-content .left .opens h2 {
    padding: 20px 0;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form em,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form strong {
    display: none;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form {
    padding-top: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form fieldset {
    text-align: center;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_mobile,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_surname {
    padding-left: 8px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_notes {
    width: 100%;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form input,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
    height: 30px;
    padding-left: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
    width: 100%;
    height: 100px;
    padding-top: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_sms,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_email {
    width: 12.5px;
    height: 12.5px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form label {
    padding-right: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_submit {
    margin-top: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_submit input {
    color: #ffffff;
  }
  #listing-show-igloo .listing-content .left .staff {
    padding-top: 20px;
    clear: both;
    margin: 20px 0;
  }
  #listing-show-igloo .listing-content .left .staff .left,
  #listing-show-igloo .listing-content .left .staff .right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member .staff-image,
  #listing-show-igloo .listing-content .left .staff .right .staff-member .staff-image {
    float: left;
    height: 100px;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member .staff-image img,
  #listing-show-igloo .listing-content .left .staff .right .staff-member .staff-image img {
    height: 170px;
    width: auto;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div {
    padding-left: 20px;
    float: left;
    margin-bottom: 20px;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div a,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div:after,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-igloo .listing-content .left .staff .right {
    padding-left: 20px;
  }
  #listing-show-igloo .listing-content .right-content {
    clear: both;
    padding-top: 0;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools {
    padding-top: 12px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper-desktop a {
    cursor: pointer;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry {
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form input,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form textarea {
    width: 100%;
    height: 30px;
    padding-left: 0;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes input {
    height: 100px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_sms,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_email {
    width: 12.5px;
    height: 12.5px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form label {
    padding-right: 20px;
  }
  #listing-show-igloo .map {
    clear: both;
    padding: 20px 0;
  }
  #listing-show-igloo .map #map_canvas {
    height: 450px !important;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .form-btn-desktop {
    display: block;
    text-align: left !important;
    padding: 20px;
  }
  #listing-show-igloo .features-wrapper-desktop {
    display: block;
    padding-top: 20px;
  }
  #listing-show-igloo .features-wrapper-desktop a {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: block;
  }
  #listing-show-igloo .top-section {
    padding: 20px 0 20px 0;
  }
  #listing-show-igloo .top-section .top-right {
    padding-top: 25px;
    font-size: 12px;
  }
  #listing-show-igloo .listing-slideshow-wrapper {
    height: 650px;
    position: relative;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow {
    height: 650px;
    position: relative;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper {
    height: 650px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport {
    height: 650px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul {
    height: 650px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul li {
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev,
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
    z-index: 60;
    text-decoration: none;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i,
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
    display: block;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev {
    position: absolute;
    left: 20px;
    top: 45%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i {
    padding-right: 3px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
    position: absolute;
    right: 20px;
    top: 45%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
    padding-left: 3px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay {
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 60;
    bottom: 0;
    width: 100%;
    position: absolute;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .left {
    padding-left: 20px;
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right {
    padding-top: 8px;
    width: 150px;
    float: right;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container {
    float: left;
    display: block;
    padding-left: 20px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container i {
    padding-right: 5px;
    font-size: 18px;
    display: block;
    width: 100%;
    float: left;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container div {
    padding-left: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content {
    clear: both;
  }
  #listing-show-igloo .listing-content .left {
    width: 75%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
  }
  #listing-show-igloo .listing-content .left .description h2 {
    padding: 20px 0;
  }
  #listing-show-igloo .listing-content .left .opens h2 {
    padding: 20px 0;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form em,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form strong {
    display: none;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form {
    padding-top: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form fieldset {
    text-align: center;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_mobile,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_surname {
    padding-left: 8px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_notes {
    width: 100%;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form input,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
    height: 30px;
    padding-left: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
    width: 100%;
    height: 100px;
    padding-top: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_sms,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_email {
    width: 12.5px;
    height: 12.5px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form label {
    padding-right: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_submit {
    margin-top: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_submit input {
    color: #ffffff;
  }
  #listing-show-igloo .listing-content .left .staff {
    padding-top: 20px;
    clear: both;
    margin: 20px 0;
  }
  #listing-show-igloo .listing-content .left .staff .left,
  #listing-show-igloo .listing-content .left .staff .right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member .staff-image,
  #listing-show-igloo .listing-content .left .staff .right .staff-member .staff-image {
    float: left;
    height: 100px;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member .staff-image img,
  #listing-show-igloo .listing-content .left .staff .right .staff-member .staff-image img {
    height: 170px;
    width: auto;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div {
    padding-left: 20px;
    float: left;
    margin-bottom: 20px;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div a,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div a {
    width: 100%;
    display: block;
    color: #333333;
    text-decoration: none;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div:after,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-igloo .listing-content .left .staff .left {
    margin-bottom: 40px;
  }
  #listing-show-igloo .listing-content .left .staff .right {
    padding-left: 20px;
  }
  #listing-show-igloo .listing-content .right-content {
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    clear: none;
    padding-top: 20px;
    padding-left: 20px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools a {
    text-align: left !important;
    padding-left: 20px;
    width: 100%;
    display: block;
    text-decoration: none;
    padding-bottom: 20px;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools a:hover {
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper {
    margin-bottom: 0;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper a {
    cursor: pointer;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper a:hover {
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper div {
    margin-bottom: 5px;
    text-align: right;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry {
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry h2 {
    display: block;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-btn-mobile,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile {
    display: none;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-btn,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact {
    display: block;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-btn {
    cursor: pointer;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-btn:hover {
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry h2 {
    text-align: right;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact {
    display: block !important;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form fieldset {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form input,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form textarea {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    height: 30px;
    padding-left: 0;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes input {
    height: 100px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_sms,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_email {
    width: 12.5px;
    height: 12.5px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form label {
    padding-right: 20px;
  }
  #listing-show-igloo .map {
    clear: both;
    padding: 40px 0;
  }
  #listing-show-igloo .map #map_canvas {
    height: 450px !important;
  }
}
#opens-foxtrot .title-wrapper,
#auctions-echo .title-wrapper {
  padding: 8px 0;
}
#opens-foxtrot .top-section .title-wrapper,
#auctions-echo .top-section .title-wrapper {
  float: left;
}
#opens-foxtrot .top-section .top-links,
#auctions-echo .top-section .top-links {
  display: none;
  padding-top: 32px;
  float: right;
}
#opens-foxtrot .top-section .top-links .links-container ul li,
#auctions-echo .top-section .top-links .links-container ul li {
  margin-right: 8px;
  float: left;
}
#opens-foxtrot #no-results,
#auctions-echo #no-results {
  clear: both;
  display: block;
  width: 100%;
}
#opens-foxtrot #no-results .card,
#auctions-echo #no-results .card {
  text-align: center;
}
#opens-foxtrot #no-results .card h2,
#auctions-echo #no-results .card h2 {
  font-weight: bold;
}
#opens-foxtrot #no-results .card a,
#auctions-echo #no-results .card a {
  background-color: #c1272d;
  cursor: pointer;
  text-align: center;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  width: 50%;
  display: block;
  text-decoration: none;
}
#opens-foxtrot #no-results .card a:disabled,
#auctions-echo #no-results .card a:disabled {
  background: #ccc;
}
#opens-foxtrot #no-results .card a:disabled:hover,
#auctions-echo #no-results .card a:disabled:hover,
#opens-foxtrot #no-results .card a:disabled:active,
#auctions-echo #no-results .card a:disabled:active,
#opens-foxtrot #no-results .card a:disabled:focus,
#auctions-echo #no-results .card a:disabled:focus {
  background: #ccc;
}
#opens-foxtrot #no-results .card a:hover,
#auctions-echo #no-results .card a:hover {
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  background-color: #d94248;
}
#opens-foxtrot #no-results .card a a,
#auctions-echo #no-results .card a a {
  text-decoration: none;
  color: #ffffff;
}
#opens-foxtrot .container,
#auctions-echo .container {
  padding-top: 8px;
  clear: both;
}
#opens-foxtrot .container h2,
#auctions-echo .container h2 {
  font-size: 12px;
}
#opens-foxtrot .container ul li,
#auctions-echo .container ul li {
  margin: 8px 0;
}
#opens-foxtrot .container ul li b,
#auctions-echo .container ul li b {
  width: 100%;
  display: block;
}
#opens-foxtrot .container ul li a,
#auctions-echo .container ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #opens-foxtrot .top-section .top-links,
  #auctions-echo .top-section .top-links {
    display: block;
  }
  #opens-foxtrot #no-results .card a,
  #auctions-echo #no-results .card a {
    background-color: #c1272d;
    cursor: pointer;
    text-align: center;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    display: block;
    text-decoration: none;
    width: 25%;
    margin: 0 auto;
    margin: 12px 0;
  }
  #opens-foxtrot #no-results .card a:disabled,
  #auctions-echo #no-results .card a:disabled {
    background: #ccc;
  }
  #opens-foxtrot #no-results .card a:disabled:hover,
  #auctions-echo #no-results .card a:disabled:hover,
  #opens-foxtrot #no-results .card a:disabled:active,
  #auctions-echo #no-results .card a:disabled:active,
  #opens-foxtrot #no-results .card a:disabled:focus,
  #auctions-echo #no-results .card a:disabled:focus {
    background: #ccc;
  }
  #opens-foxtrot #no-results .card a:hover,
  #auctions-echo #no-results .card a:hover {
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    background-color: #d94248;
  }
  #opens-foxtrot #no-results .card a a,
  #auctions-echo #no-results .card a a {
    text-decoration: none;
    color: #ffffff;
  }
  #opens-foxtrot .container,
  #auctions-echo .container {
    margin-bottom: 75px;
  }
  #opens-foxtrot .container ul,
  #auctions-echo .container ul {
    margin-bottom: 12px;
  }
  #opens-foxtrot .container ul li,
  #auctions-echo .container ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 12px;
  }
  #opens-foxtrot .container ul li b,
  #auctions-echo .container ul li b {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 30%;
    float: left;
  }
  #opens-foxtrot .container ul li a,
  #auctions-echo .container ul li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 40%;
    overflow: hidden;
    float: left;
  }
  #opens-foxtrot .container ul li span,
  #auctions-echo .container ul li span {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 20%;
    float: left;
  }
  #opens-foxtrot .container ul li input,
  #auctions-echo .container ul li input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 5%;
    float: left;
    display: block;
  }
  #opens-foxtrot .container ul li:after,
  #auctions-echo .container ul li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #opens-foxtrot #no-results .card a,
  #auctions-echo #no-results .card a {
    margin: 20px auto !important;
  }
  #opens-foxtrot .container ul li,
  #auctions-echo .container ul li {
    margin-bottom: 20px;
  }
  #opens-foxtrot .container ul li b,
  #auctions-echo .container ul li b {
    width: 20%;
  }
  #opens-foxtrot .container ul li a,
  #auctions-echo .container ul li a {
    width: 30%;
  }
  #opens-foxtrot .container ul li div,
  #auctions-echo .container ul li div {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 15%;
    display: block;
  }
  #opens-foxtrot .container ul li span,
  #auctions-echo .container ul li span {
    width: 25%;
  }
  #opens-foxtrot .container ul li input,
  #auctions-echo .container ul li input {
    width: 5%;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#items-golf {
  padding-top: 20px;
}
#items-golf .top-section {
  padding-top: 30px !important;
  display: inline;
}
#items-golf .top-section:after {
  content: "PLEASE CLICK TO DOWNLOAD THE FORMS BELOW";
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
}
#items-golf .documents-container {
  padding-bottom: 160px;
}
#items-golf .documents-container article {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#items-golf .documents-container article .text {
  margin: 4px;
  border: 1px solid #d1d1d1;
}
#items-golf .documents-container article .text .document-wrapper {
  text-align: center;
}
#items-golf .documents-container article .text .document-wrapper .document a {
  background-color: transparent;
}
#items-golf .documents-container article .text .document-wrapper .document a i {
  font-size: 27px;
  padding-top: 8px;
  color: #d1d1d1;
  transition: all 0.7s;
}
#items-golf .documents-container article .text .document-wrapper .document a i:hover {
  transition: all 0.7s;
  color: #c1272d;
}
#items-golf .documents-container article:nth-child(odd) .text {
  margin-left: 0;
}
#items-golf .documents-container article:nth-child(even) .text {
  margin-right: 0;
}
#items-golf #w-form .maintenance-heading {
  margin-top: 8px;
}
#items-golf #w-form label {
  width: 100%;
  display: block;
}
#items-golf #w-form label select {
  display: flex;
}
#items-golf #w-form fieldset input {
  height: 30px;
  width: 100%;
}
#items-golf #w-form fieldset textarea {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #items-golf .documents-container article {
    width: 25%;
    padding: 5px;
  }
  #items-golf .documents-container article:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
  #items-golf .documents-container article:nth-child(4) {
    padding-right: 0;
    padding-left: 0;
  }
  #items-golf .document a i {
    font-size: 30px !important;
  }
  #items-golf #w-form fieldset {
    padding: 6px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #items-golf #w-form .fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #items-golf #w-form .fieldset:nth-child(even) {
    padding-right: 0;
  }
  #items-golf #w-form .fieldset_state {
    width: 31%;
    padding-top: 17px;
  }
  #items-golf #w-form .fieldset_state select {
    width: 80%;
    margin: 0;
    float: right;
  }
  #items-golf #w-form .fieldset_postcode {
    width: 19%;
  }
  #items-golf #w-form .fieldset_notes {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #items-golf #w-form input[type=submit] {
    float: right;
    display: block;
    margin-bottom: 12px;
  }
  #footer-echo {
    clear: both;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #items-golf .documents-container {
    padding-bottom: 530px;
  }
  #items-golf article {
    margin-bottom: 20px;
  }
  #items-golf article h2 {
    display: block;
  }
  #items-golf article .text .document-wrapper {
    padding: 8px;
  }
  #items-golf article .text .document-wrapper .document a i {
    padding-bottom: 8px;
    font-size: 40px !important;
  }
  #items-golf #w-form label select {
    margin-left: 0;
  }
  #items-golf #w-form fieldset {
    padding: 10px;
  }
  #items-golf #w-form fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #items-golf #w-form fieldset:nth-child(even) {
    padding-right: 0;
  }
  #items-golf #w-form .fieldset_address_line_2,
  #items-golf #w-form .fieldset_state {
    padding-left: 10px !important;
  }
  #items-golf #w-form .fieldset_address_line_1,
  #items-golf #w-form .fieldset_suburb {
    padding-right: 10px !important;
  }
  #items-golf #w-form .fieldset_state {
    padding-right: 15px !important;
    padding-top: 21px !important;
  }
  #items-golf #w-form .fieldset_state select {
    width: 85%;
  }
  #items-golf #w-form input[type="submit"] {
    margin-bottom: 73px;
  }
  #items-golf #contact-office_id {
    margin-left: 0 !important;
  }
  #footer-echo {
    clear: both;
  }
}
.search-form-hotel-wrapper {
  background-color: #333333;
  clear: both;
}
.search-form-hotel-wrapper section #search-form-echo form {
  padding-top: 8px;
}
.search-form-hotel-wrapper section #search-form-echo form fieldset {
  margin-top: 8px;
  height: 25px;
  border: 0;
  margin-top: 1px !important;
  width: 100%;
}
.search-form-hotel-wrapper section #search-form-echo form fieldset select,
.search-form-hotel-wrapper section #search-form-echo form fieldset input {
  font-family: 'Raleway', sans-serif;
  height: 25px;
  line-height: 25px;
  border: #333333;
  padding-left: 8px;
}
.search-form-hotel-wrapper section #search-form-echo form fieldset input {
  padding-left: 4px;
}
.search-form-hotel-wrapper section #search-form-echo form fieldset #tags {
  width: 100%;
}
.search-form-hotel-wrapper section #search-form-echo form fieldset .suburb-autocomplete ul {
  width: auto !important;
  background-color: white;
  padding-left: 8px;
}
.search-form-hotel-wrapper section #search-form-echo form .field-type-adv,
.search-form-hotel-wrapper section #search-form-echo form .field-suburb-adv {
  display: none;
}
.search-form-hotel-wrapper section #search-form-echo form .field-go {
  background-color: #c1272d;
  cursor: pointer;
  text-align: center;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  width: 100%;
}
.search-form-hotel-wrapper section #search-form-echo form .field-go:disabled {
  background: #ccc;
}
.search-form-hotel-wrapper section #search-form-echo form .field-go:disabled:hover,
.search-form-hotel-wrapper section #search-form-echo form .field-go:disabled:active,
.search-form-hotel-wrapper section #search-form-echo form .field-go:disabled:focus {
  background: #ccc;
}
.search-form-hotel-wrapper section #search-form-echo form .field-go:hover {
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  background-color: #d94248;
}
.search-form-hotel-wrapper section #search-form-echo form .field-go a {
  text-decoration: none;
  color: #ffffff;
}
.search-form-hotel-wrapper section #search-form-echo form .field-go a {
  line-height: 25px;
}
.search-form-hotel-wrapper section #search-form-echo form .field-suburb input {
  padding-left: 8px;
}
.search-form-hotel-wrapper section #search-form-echo form .text-wrapper {
  text-align: center;
  clear: both;
  padding-top: 8px;
  padding-bottom: 8px;
}
.search-form-hotel-wrapper section #search-form-echo form .text-wrapper .normal-btn,
.search-form-hotel-wrapper section #search-form-echo form .text-wrapper .advanced-btn {
  cursor: pointer;
  z-index: 20;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
.search-form-hotel-wrapper section #search-form-echo form .text-wrapper .normal-btn:hover,
.search-form-hotel-wrapper section #search-form-echo form .text-wrapper .advanced-btn:hover {
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  color: #c1272d;
}
.search-form-hotel-wrapper section #search-form-echo form .buy-rent-wrapper {
  width: 105px;
  display: block;
  margin: 0 auto;
  margin-top: -8px;
  padding-top: 10px;
}
.search-form-hotel-wrapper section #search-form-echo form .buy-rent-wrapper a {
  text-decoration: none;
  float: left;
  cursor: pointer;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
.search-form-hotel-wrapper section #search-form-echo form .buy-rent-wrapper a:hover {
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  color: #c1272d;
}
.search-form-hotel-wrapper section #search-form-echo form span,
.search-form-hotel-wrapper section #search-form-echo form a {
  margin: 8px;
  text-align: center;
  color: #ffffff;
}
.search-form-hotel-wrapper section #search-form-echo form .advanced-text-btn {
  margin-right: 0;
}
.search-form-hotel-wrapper section #search-form-echo form .normal-btn {
  margin-left: 0;
}
#search-form-echo.advanced .text-wrapper {
  display: none !important;
}
#search-form-echo.advanced .field-type-adv,
#search-form-echo.advanced .field-suburb-adv {
  display: block !important;
}
#search-form-echo.advanced .field-type,
#search-form-echo.advanced .field-suburb {
  display: none;
}
#search-form-echo.advanced .field-method {
  display: none;
}
#search-form-echo.advanced form {
  padding-bottom: 140px;
  padding-top: 8px;
}
#search-form-echo.advanced form fieldset {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 1px;
  width: 100% !important;
}
#search-form-echo.advanced form fieldset select,
#search-form-echo.advanced form fieldset input {
  padding-left: 8px;
}
#search-form-echo.advanced form fieldset #tags {
  width: 1%;
  padding-left: 8px;
}
#search-form-echo.advanced form .field-bedroom,
#search-form-echo.advanced form .field-car,
#search-form-echo.advanced form .field-bathroom {
  width: 33.33% !important;
}
#search-form-echo.advanced form .field-price-from,
#search-form-echo.advanced form .field-price-to,
#search-form-echo.advanced form .field_area_from,
#search-form-echo.advanced form .field_area_to,
#search-form-echo.advanced form .field-method,
#search-form-echo.advanced form .field-category {
  width: 50% !important;
}
#search-form-echo.advanced form .com-bus-filler {
  float: left;
  width: 66.66%;
  height: 25px;
  margin-top: 1px;
}
#search-form-echo.advanced form .field-method,
#search-form-echo.advanced form .field-bedroom,
#search-form-echo.advanced form .field-bathroom,
#search-form-echo.advanced form .field_area_from,
#search-form-echo.advanced form .field-price-from {
  padding-right: 1px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .search-form-hotel-wrapper {
    clear: both;
  }
  .search-form-hotel-wrapper section #search-form-echo form {
    padding-bottom: 70px;
    padding-top: 12px;
  }
  .search-form-hotel-wrapper section #search-form-echo form fieldset {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 12px;
    width: 100%;
  }
  .search-form-hotel-wrapper section #search-form-echo form fieldset #tags {
    width: 100%;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-method,
  .search-form-hotel-wrapper section #search-form-echo form .field-type {
    width: 50%;
    float: left;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-type {
    padding-left: 1px;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-suburb {
    width: 80%;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-bedroom {
    width: 20%;
    padding-left: 1px;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-go {
    background-color: #c1272d;
    cursor: pointer;
    text-align: center;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    width: 100%;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-go:disabled {
    background: #ccc;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-go:disabled:hover,
  .search-form-hotel-wrapper section #search-form-echo form .field-go:disabled:active,
  .search-form-hotel-wrapper section #search-form-echo form .field-go:disabled:focus {
    background: #ccc;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-go:hover {
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    background-color: #d94248;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-go a {
    text-decoration: none;
    color: #ffffff;
  }
  .search-form-hotel-wrapper section #search-form-echo form .text-wrapper {
    clear: both;
    padding-top: 24px;
    padding-bottom: 0;
  }
  .search-form-hotel-wrapper section #search-form-echo form .text-wrapper .normal-btn,
  .search-form-hotel-wrapper section #search-form-echo form .text-wrapper .advanced-btn {
    cursor: pointer;
    z-index: 20;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  .search-form-hotel-wrapper section #search-form-echo form .text-wrapper .normal-btn:hover,
  .search-form-hotel-wrapper section #search-form-echo form .text-wrapper .advanced-btn:hover {
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
    color: #c1272d;
  }
  #search-form-echo.advanced form fieldset {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 12px;
    width: 100% !important;
  }
  #search-form-echo.advanced form fieldset #tags {
    width: 100%;
  }
  #search-form-echo.advanced form .field-bedroom,
  #search-form-echo.advanced form .field-bathroom,
  #search-form-echo.advanced form .field-suburb-adv,
  #search-form-echo.advanced form .field-type-adv,
  #search-form-echo.advanced form .field-price-from,
  #search-form-echo.advanced form .field-price-to {
    width: 30% !important;
  }
  #search-form-echo.advanced form .field-car,
  #search-form-echo.advanced form .field-go {
    width: 10% !important;
  }
  #search-form-echo.advanced form .field-price-from {
    padding-left: 1px;
  }
  #search-form-echo.advanced form .field-price-to {
    padding-right: 1px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .search-form-hotel-wrapper {
    margin-top: 20px;
    clear: both;
  }
  .search-form-hotel-wrapper section #search-form-echo form {
    padding-bottom: 83px;
    padding-top: 20px;
  }
  .search-form-hotel-wrapper section #search-form-echo form fieldset {
    height: 30px !important;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 20px;
  }
  .search-form-hotel-wrapper section #search-form-echo form fieldset select,
  .search-form-hotel-wrapper section #search-form-echo form fieldset input {
    line-height: 30px !important;
    height: 30px !important;
  }
  .search-form-hotel-wrapper section #search-form-echo form fieldset #tags {
    width: 100%;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-go {
    background-color: #c1272d;
    cursor: pointer;
    text-align: center;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    line-height: 30px;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-go:disabled {
    background: #ccc;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-go:disabled:hover,
  .search-form-hotel-wrapper section #search-form-echo form .field-go:disabled:active,
  .search-form-hotel-wrapper section #search-form-echo form .field-go:disabled:focus {
    background: #ccc;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-go:hover {
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    background-color: #d94248;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-go a {
    text-decoration: none;
    color: #ffffff;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-bedroom,
  .search-form-hotel-wrapper section #search-form-echo form .field-bathroom,
  .search-form-hotel-wrapper section #search-form-echo form .field-suburb,
  .search-form-hotel-wrapper section #search-form-echo form .field-type,
  .search-form-hotel-wrapper section #search-form-echo form .field-price-from,
  .search-form-hotel-wrapper section #search-form-echo form .field-price-to {
    width: 30% !important;
  }
  .search-form-hotel-wrapper section #search-form-echo form .field-car,
  .search-form-hotel-wrapper section #search-form-echo form .field-go {
    width: 10% !important;
  }
  .search-form-hotel-wrapper section #search-form-echo form .text-wrapper {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .search-form-hotel-wrapper section #search-form-echo form .text-wrapper .normal-btn,
  .search-form-hotel-wrapper section #search-form-echo form .text-wrapper .advanced-btn {
    cursor: pointer;
    z-index: 20;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  .search-form-hotel-wrapper section #search-form-echo form .text-wrapper .normal-btn:hover,
  .search-form-hotel-wrapper section #search-form-echo form .text-wrapper .advanced-btn:hover {
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
    color: #c1272d;
  }
  .search-form-hotel-wrapper section #search-form-echo form .text-wrapper .buy-rent-wrapper {
    margin-top: -20px;
  }
  #search-form-echo.advanced form fieldset {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 20px;
  }
  #search-form-echo.advanced form fieldset #tags {
    width: 100%;
  }
  #search-form-echo.advanced form .field-suburb,
  #search-form-echo.advanced form .field-type {
    display: none;
  }
  #search-form-echo.advanced form .field-type-adv {
    display: block;
  }
  #search-form-echo.advanced form .field-bedroom,
  #search-form-echo.advanced form .field-bathroom,
  #search-form-echo.advanced form .field-suburb-adv,
  #search-form-echo.advanced form .field-type-adv,
  #search-form-echo.advanced form .field-price-to,
  #search-form-echo.advanced form .field-price-to {
    width: 30% !important;
  }
}
#agents-golf #no-results .card {
  text-align: center;
}
#agents-golf #no-results .card h2 {
  font-weight: bold;
}
#agents-golf #no-results .card a {
  background-color: #c1272d;
  cursor: pointer;
  text-align: center;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  width: 50%;
  display: block;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 8px;
}
#agents-golf #no-results .card a:disabled {
  background: #ccc;
}
#agents-golf #no-results .card a:disabled:hover,
#agents-golf #no-results .card a:disabled:active,
#agents-golf #no-results .card a:disabled:focus {
  background: #ccc;
}
#agents-golf #no-results .card a:hover {
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  background-color: #d94248;
}
#agents-golf #no-results .card a a {
  text-decoration: none;
  color: #ffffff;
}
#agents-golf ul li {
  max-width: 400px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1px;
}
#agents-golf ul li .card .image img {
  height: 450px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#agents-golf ul li .card .info-wrapper {
  height: 125px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#agents-golf ul li .card .info-wrapper .address,
#agents-golf ul li .card .info-wrapper .suburb {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
#agents-golf ul li .card .info-wrapper .name {
  font-family: 'Oswald', sans-serif;
}
#agents-golf ul li .card .info-wrapper .suburb {
  margin-top: -4px;
  display: block;
}
#agents-golf ul li .card .info-wrapper .no-mobile {
  padding-left: 8px;
}
#agents-golf ul li .card .info-wrapper a {
  padding-left: 8px;
  text-decoration: none;
}
#agents-golf ul li:hover .info-wrapper {
  padding-bottom: 35px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agents-golf ul li {
    margin-bottom: 1px;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 1px;
  }
  #agents-golf ul li .info-wrapper .no-mobile {
    margin-top: -20px;
    line-height: 10px;
  }
  #agents-golf ul li div a img {
    width: 100%;
  }
  #agents-golf ul li:nth-child(3) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
#appraisal-bravo {
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
#appraisal-bravo .container form div fieldset {
  width: 100%;
}
#appraisal-bravo .container form div fieldset legend {
  padding: 4px 0;
}
#appraisal-bravo .container form div fieldset textarea {
  background-color: #f1f1f1;
}
#appraisal-bravo .container form div fieldset input,
#appraisal-bravo .container form div fieldset select {
  width: 100%;
  margin: 4px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d1d1d1;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-bravo .container form div fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal-bravo .container form div fieldset:nth-child(1) {
    padding-right: 6px;
  }
  #appraisal-bravo .container form div fieldset:nth-child(2) {
    padding-left: 6px;
  }
  #appraisal-bravo .container form div fieldset:nth-child(2) legend {
    padding-bottom: 2px;
  }
  #appraisal-bravo .container form div .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    width: 100%;
  }
  #appraisal-bravo .container form div .col-xs-12.col-sm-12.col-md-12.col-lg-12.go-btn {
    width: 50%;
    float: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-bravo #appraisal-form &gt; div &gt; fieldset:nth-child(2) {
    padding-top: 6px;
  }
  #appraisal-bravo .container {
    padding-top: 20px;
  }
  #appraisal-bravo .container.title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.offices-alpha .top-section {
  width: 100%;
}
.offices-alpha .top-section h1 {
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.offices-alpha ul li .officeListing .image img {
  width: 100%;
  height: auto;
}
.offices-alpha ul li .officeListing .office-name {
  width: 100%;
  display: block;
}
.offices-alpha ul li .officeListing span {
  width: 100%;
  display: block;
}
.offices-alpha ul li .officeListing .email {
  width: 100%;
  display: block;
}
.offices-alpha ul li .officeListing .button {
  background-color: #c1272d;
  cursor: pointer;
  text-align: center;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  text-align: right;
}
.offices-alpha ul li .officeListing .button:disabled {
  background: #ccc;
}
.offices-alpha ul li .officeListing .button:disabled:hover,
.offices-alpha ul li .officeListing .button:disabled:active,
.offices-alpha ul li .officeListing .button:disabled:focus {
  background: #ccc;
}
.offices-alpha ul li .officeListing .button:hover {
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  background-color: #d94248;
}
.offices-alpha ul li .officeListing .button a {
  text-decoration: none;
  color: #ffffff;
}
.offices-alpha ul li .officeListing .button i {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .offices-alpha ul li .officeListing {
    overflow: hidden;
  }
  .offices-alpha ul li .officeListing .image img {
    height: 330px;
    width: auto;
  }
  .offices-alpha ul li .officeListing .address {
    min-height: 45px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
#search-map-charlie .map-overlay {
  position: relative;
}
#search-map-charlie .map-overlay #map-canvas {
  height: 400px;
  width: 100%;
}
#search-map-charlie .map-overlay #no-map-results {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
}
#search-map-charlie .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-charlie .map-overlay #no-map-results div a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
#search-map-charlie .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-charlie .map-overlay #map-canvas {
    height: 500px;
  }
  #search-map-charlie .map-links a {
    width: 30%;
    float: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-map-charlie .map-overlay #map-canvas {
    height: 700px;
  }
  #search-map-charlie .map-links a {
    width: 20%;
  }
}
#maintainence-title {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  padding: 8px;
}
#maintenance-request-wrapper .documents-container article {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-wrapper .documents-container article .text {
  margin: 4px;
  border: 1px solid #d1d1d1;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper {
  text-align: center;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a {
  background-color: transparent;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a i {
  font-size: 27px;
  padding-top: 8px;
  color: #d1d1d1;
  transition: all 0.7s;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a i:hover {
  transition: all 0.7s;
  color: #c1272d;
}
#maintenance-request-wrapper .documents-container article:nth-child(odd) .text {
  margin-left: 0;
}
#maintenance-request-wrapper .documents-container article:nth-child(even) .text {
  margin-right: 0;
}
#maintenance-request-wrapper #w-form .maintenance-heading {
  margin-top: 8px;
}
#maintenance-request-wrapper #w-form label {
  width: 100%;
  display: block;
}
#maintenance-request-wrapper #w-form select {
  width: 100%;
  display: flex;
}
#maintenance-request-wrapper #w-form fieldset input {
  height: 30px;
  width: 100%;
}
#maintenance-request-wrapper #w-form fieldset textarea {
  width: 100%;
}
#maintenance-request-wrapper #w-form fieldset input,
#maintenance-request-wrapper #w-form fieldset textarea,
#maintenance-request-wrapper #w-form fieldset select {
  margin: 8px 0;
}
#maintenance-request-wrapper #w-form .select_office {
  margin: 8px 0;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #maintenance-request-wrapper .documents-container article {
    width: 25%;
    padding: 3px;
  }
  #maintenance-request-wrapper .documents-container article:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
  #maintenance-request-wrapper .documents-container article:nth-child(4) {
    padding-right: 0;
    padding-left: 0;
  }
  #maintenance-request-wrapper .document a i {
    font-size: 30px !important;
  }
  #maintenance-request-wrapper #w-form fieldset {
    padding: 6px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-wrapper #w-form .fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #maintenance-request-wrapper #w-form .fieldset:nth-child(even) {
    padding-right: 0;
  }
  #maintenance-request-wrapper #w-form .fieldset_state {
    width: 31%;
  }
  #maintenance-request-wrapper #w-form .fieldset_state select {
    float: right;
  }
  #maintenance-request-wrapper #w-form .fieldset_postcode {
    width: 19%;
  }
  #maintenance-request-wrapper #w-form .fieldset_notes {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #maintenance-request-wrapper #w-form input[type=submit] {
    float: right;
    display: block;
    margin-bottom: 12px;
  }
  #footer-echo {
    clear: both;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #maintenance-request-wrapper article {
    margin-bottom: 0;
  }
  #maintenance-request-wrapper article h2 {
    display: block;
  }
  #maintenance-request-wrapper article .text .document-wrapper {
    padding: 8px;
  }
  #maintenance-request-wrapper article .text .document-wrapper .document a i {
    padding-bottom: 8px;
    font-size: 40px !important;
  }
  #maintenance-request-wrapper #w-form .maintenance-heading {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #maintenance-request-wrapper #w-form select {
    margin-left: 0;
  }
  #maintenance-request-wrapper #w-form fieldset {
    padding: 10px;
  }
  #maintenance-request-wrapper #w-form fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #maintenance-request-wrapper #w-form fieldset:nth-child(even) {
    padding-left: 0;
  }
  #maintenance-request-wrapper #w-form .fieldset_address_line_1,
  #maintenance-request-wrapper #w-form .fieldset_suburb {
    padding-right: 10px !important;
  }
  #maintenance-request-wrapper #w-form input[type="submit"] {
    margin-bottom: 73px;
  }
  #maintenance-request-wrapper #contact-office_id {
    margin-left: 0 !important;
  }
  #footer-echo {
    clear: both;
  }
}
/*Real estate icons*/
@font-face {
  font-family: 'bbc';
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bbc-"],
[class*=" bbc-"] {
  font-family: 'bbc';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bbc-bed-large:before {
  content: "\e600";
}
.bbc-bath-large:before {
  content: "\e601";
}
.bbc-car-large:before {
  content: "\e602";
}
/*Including social icons since custom InspectRE icon is included*/
@font-face {
  font-family: 'social';
  src: url('/assets/layout/_global/fonts/social/social.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/social/social.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/social/social.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/social/social.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/social/social.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon_social-"],
[class*=" icon_social-"] {
  /*Using !important since some glyphs need to also be preceded 'fa' class to inherit FontAwesome font stylings*/
  /*.fa will overwrite font-family*/
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_social-ratemyagent:before {
  content: "\e900";
}
.icon_social-google-plus:before {
  content: "\ea8b";
}
.icon_social-facebook:before {
  content: "\ea90";
}
.icon_social-twitter:before {
  content: "\ea96";
}
.icon_social-linkedin:before {
  content: "\eaca";
}
.icon_social-pinterest:before {
  content: "\ead1";
}
/* Styling pages*/
#agents-golf h3 {
  padding-top: 8px;
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}
#agents-golf h4 {
  font-size: 22px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#agents-golf .staff-name {
  text-transform: uppercase;
}
#agents-golf #no-results .card a {
  color: #ffffff;
}
#agents-golf .three-col-desktop {
  justify-content: flex-start;
  padding: 8px 0;
}
#agents-golf .three-col-desktop li:nth-child(odd) .info-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
}
#agents-golf .three-col-desktop li:nth-child(even) .info-wrapper {
  background-color: rgba(135, 0, 0, 0.7);
}
#agents-golf .three-col-desktop li {
  margin: 0;
}
#agents-golf .three-col-desktop li .card .info-wrapper {
  color: #ffffff;
}
#agents-golf .three-col-desktop li .card .info-wrapper .contact-details {
  line-height: 1.25em;
}
#agents-golf .three-col-desktop li .card .info-wrapper .contact-details span {
  min-width: 15px;
  display: inline-block;
}
#agents-golf .three-col-desktop li .card .info-wrapper a {
  color: #ffffff;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agents-golf .three-col-desktop li .card .info-wrapper .no-mobile {
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agents-golf h3 {
    padding-top: 20px;
  }
  #agents-golf h4 {
    padding-bottom: 20px;
  }
}
#agent-show-foxtrot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
#agent-show-foxtrot .main-content,
#agent-show-foxtrot .side-nav {
  display: block;
  width: 100%;
}
#agent-show-foxtrot .main-content h1 {
  font-size: 22px !important;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#agent-show-foxtrot .main-content h1::before {
  padding-bottom: 8px;
  font-size: 22px !important;
  content: "Meet";
  width: 100%;
  display: block;
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#agent-show-foxtrot .main-content h2 {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#agent-show-foxtrot .main-content h3,
#agent-show-foxtrot .main-content h4 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
#agent-show-foxtrot .main-content .image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
#agent-show-foxtrot .main-content .image img {
  display: block;
  width: 100%;
}
#agent-show-foxtrot .main-content .contact {
  display: block;
}
#agent-show-foxtrot .main-content .contact h2 {
  padding: 12px 0;
}
#agent-show-foxtrot .main-content .contact b {
  min-width: 20px;
  display: inline-block;
  padding-right: 8px;
}
#agent-show-foxtrot .main-content .contact .buttons {
  width: 100%;
  border: none;
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#agent-show-foxtrot .main-content .contact .buttons a {
  padding: 12px 0;
  display: inline-block;
}
#agent-show-foxtrot .main-content .contact .buttons a:after {
  content: " &gt;";
  margin-left: 3px;
}
#agent-show-foxtrot .main-content .heading {
  padding: 20px 0 8px;
}
#agent-show-foxtrot .main-content .testimonials div {
  padding: 12px 0 20px;
}
#agent-show-foxtrot .main-content .testimonials div span {
  display: block;
}
#agent-show-foxtrot .main-content .testimonials div span.testimonial-from {
  font-weight: 500;
  padding: 8px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#agent-show-foxtrot .side-nav {
  text-align: center;
}
#agent-show-foxtrot .side-nav .side-nav-wrap {
  position: sticky;
  top: 0;
}
#agent-show-foxtrot .side-nav h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 0;
}
#agent-show-foxtrot .side-nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#agent-show-foxtrot .side-nav li a {
  display: block;
  padding: 12px 0;
}
@media only screen and (min-width: 640px) {
  #agent-show-foxtrot .main-content {
    width: calc(100% - 300px);
  }
  #agent-show-foxtrot .main-content .image {
    width: 400px;
  }
  #agent-show-foxtrot .side-nav {
    width: 220px;
    text-align: left;
  }
}
#appraisal-bravo {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#appraisal-bravo .container.title span {
  font-size: 0px;
}
#appraisal-bravo .container.title span:after {
  content: "Form";
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  width: 100%;
  display: block;
  margin-top: -5px;
}
#appraisal-bravo .container.title span:before {
  content: "Appraisal";
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}
#appraisal-bravo .container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#appraisal-bravo .container article {
  padding: 8px 0;
  padding-top: 0;
}
#appraisal-bravo .container article h2 {
  display: none;
  padding: 8px 0;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
#appraisal-bravo .container form div fieldset {
  padding: 4px 0;
}
#appraisal-bravo .container form div fieldset input,
#appraisal-bravo .container form div fieldset select,
#appraisal-bravo .container form div fieldset textarea {
  font-family: 'Raleway', sans-serif;
  padding: 4px 0;
}
#appraisal-bravo .container form div fieldset input,
#appraisal-bravo .container form div fieldset select {
  height: 40px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#appraisal-bravo .container form div fieldset input {
  padding-left: 4px;
}
#appraisal-bravo .container form div fieldset select {
  margin-bottom: 0;
}
#appraisal-bravo .container form div fieldset textarea {
  border: 1px solid #d1d1d1;
}
#appraisal-bravo .container form div fieldset input[type=submit] {
  margin-bottom: 20px;
  float: right;
  font-family: 'Raleway', sans-serif;
  background-color: #c1272d;
  color: white;
  padding: 15px 10px;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  width: 120px;
  line-height: 10px;
  transition: all 0.5s;
}
#appraisal-bravo .container form div fieldset input[type=submit]:hover {
  transition: all 0.5s;
  background-color: #d94248;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-bravo {
    padding: 12px;
  }
  #appraisal-bravo .container form div fieldset #listing-listing_unit_number {
    width: 49.5%;
    float: left;
  }
  #appraisal-bravo .container form div fieldset #listing-listing_street_number {
    width: 49.5%;
    float: right;
  }
  #appraisal-bravo .container form div fieldset #listing-listing_street_name {
    clear: both;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-bravo {
    padding: 20px;
  }
}
#opens-foxtrot .title-wrapper,
#auctions-echo .title-wrapper {
  padding: 8px 0;
}
#opens-foxtrot .title-wrapper h3,
#auctions-echo .title-wrapper h3 {
  padding-top: 20px;
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}
#opens-foxtrot .title-wrapper h4,
#auctions-echo .title-wrapper h4 {
  font-size: 22px !important;
  padding-top: 8px;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#opens-foxtrot .top-section .title-wrapper,
#auctions-echo .top-section .title-wrapper {
  float: left;
}
#opens-foxtrot .top-section .top-links,
#auctions-echo .top-section .top-links {
  display: none;
  padding-top: 32px;
  float: right;
}
#opens-foxtrot .top-section .top-links .links-container ul li,
#auctions-echo .top-section .top-links .links-container ul li {
  margin-right: 8px;
  float: left;
}
#opens-foxtrot .top-section .top-links .links-container ul li i,
#auctions-echo .top-section .top-links .links-container ul li i {
  cursor: pointer;
  color: white;
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #cccccc;
  line-height: 40px;
  padding-left: 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.5s;
}
#opens-foxtrot .top-section .top-links .links-container ul li i:hover,
#auctions-echo .top-section .top-links .links-container ul li i:hover {
  background-color: #c1272d;
  transition: all 0.5s;
}
#opens-foxtrot #no-results,
#auctions-echo #no-results {
  padding-top: 35px;
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
#opens-foxtrot #no-results .card,
#auctions-echo #no-results .card {
  text-align: center;
}
#opens-foxtrot #no-results .card h2,
#auctions-echo #no-results .card h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 8px;
}
#opens-foxtrot #no-results .card a,
#auctions-echo #no-results .card a {
  display: none !important;
}
#opens-foxtrot .container,
#auctions-echo .container {
  padding-top: 8px;
  clear: both;
}
#opens-foxtrot .container h2,
#auctions-echo .container h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 2px;
  border-bottom: 1px solid #d1d1d1;
}
#opens-foxtrot .container ul li,
#auctions-echo .container ul li {
  padding-bottom: 8px;
  margin: 8px 0;
  border-bottom: 1px solid #d1d1d1;
}
#opens-foxtrot .container ul li b,
#auctions-echo .container ul li b {
  font-weight: bold;
  width: 100%;
  display: block;
}
#opens-foxtrot .container ul li a,
#auctions-echo .container ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #333333;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#opens-foxtrot .container ul li a:hover,
#auctions-echo .container ul li a:hover {
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  color: #c1272d;
}
#opens-foxtrot .container ul li div,
#auctions-echo .container ul li div {
  display: none;
}
#opens-foxtrot .container ul li input,
#auctions-echo .container ul li input {
  display: none;
}
#opens-foxtrot #bottom-logo,
#auctions-echo #bottom-logo {
  margin-bottom: 8px;
}
#opens-foxtrot #bottom-logo img,
#auctions-echo #bottom-logo img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #opens-foxtrot .top-section,
  #auctions-echo .top-section {
    position: relative;
  }
  #opens-foxtrot .top-section .top-links,
  #auctions-echo .top-section .top-links {
    display: block;
  }
  #opens-foxtrot .top-section .top-links .links-container ul li i,
  #auctions-echo .top-section .top-links .links-container ul li i {
    position: absolute;
    bottom: -110px;
    right: 4%;
  }
  #opens-foxtrot #no-results .card a,
  #auctions-echo #no-results .card a {
    background-color: #c1272d;
    cursor: pointer;
    text-align: center;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    display: block;
    color: #ffffff;
    text-decoration: none;
    height: 30px;
    width: 25%;
    margin: 0 auto;
    margin: 12px 0;
    line-height: 30px;
  }
  #opens-foxtrot #no-results .card a:disabled,
  #auctions-echo #no-results .card a:disabled {
    background: #ccc;
  }
  #opens-foxtrot #no-results .card a:disabled:hover,
  #auctions-echo #no-results .card a:disabled:hover,
  #opens-foxtrot #no-results .card a:disabled:active,
  #auctions-echo #no-results .card a:disabled:active,
  #opens-foxtrot #no-results .card a:disabled:focus,
  #auctions-echo #no-results .card a:disabled:focus {
    background: #ccc;
  }
  #opens-foxtrot #no-results .card a:hover,
  #auctions-echo #no-results .card a:hover {
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    background-color: #d94248;
  }
  #opens-foxtrot #no-results .card a a,
  #auctions-echo #no-results .card a a {
    text-decoration: none;
    color: #ffffff;
  }
  #opens-foxtrot .container,
  #auctions-echo .container {
    margin-bottom: 75px;
  }
  #opens-foxtrot .container h2,
  #auctions-echo .container h2 {
    font-size: 16px;
  }
  #opens-foxtrot .container ul,
  #auctions-echo .container ul {
    margin-bottom: 12px;
  }
  #opens-foxtrot .container ul li,
  #auctions-echo .container ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 12px;
  }
  #opens-foxtrot .container ul li b,
  #auctions-echo .container ul li b {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 30%;
    float: left;
  }
  #opens-foxtrot .container ul li a,
  #auctions-echo .container ul li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 40%;
    overflow: hidden;
    float: left;
  }
  #opens-foxtrot .container ul li span,
  #auctions-echo .container ul li span {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 20%;
    float: left;
  }
  #opens-foxtrot .container ul li input,
  #auctions-echo .container ul li input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 5%;
    float: left;
    display: block;
  }
  #opens-foxtrot .container ul li:after,
  #auctions-echo .container ul li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #opens-foxtrot #bottom-logo,
  #auctions-echo #bottom-logo {
    margin-bottom: 40px;
  }
  #opens-foxtrot #bottom-logo img,
  #auctions-echo #bottom-logo img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #opens-foxtrot .title-wrapper h4,
  #auctions-echo .title-wrapper h4 {
    padding-bottom: 20px;
  }
  #opens-foxtrot .top-section,
  #auctions-echo .top-section {
    position: relative;
  }
  #opens-foxtrot .top-section .top-links .links-container ul li i,
  #auctions-echo .top-section .top-links .links-container ul li i {
    position: absolute;
    bottom: -145px;
    right: 59px;
  }
  #opens-foxtrot #no-results,
  #auctions-echo #no-results {
    margin-bottom: 130px;
  }
  #opens-foxtrot #no-results .card a,
  #auctions-echo #no-results .card a {
    margin: 20px auto !important;
  }
  #opens-foxtrot .container h2,
  #auctions-echo .container h2 {
    padding-bottom: 20px;
  }
  #opens-foxtrot .container ul li,
  #auctions-echo .container ul li {
    margin-bottom: 20px;
  }
  #opens-foxtrot .container ul li b,
  #auctions-echo .container ul li b {
    width: 20%;
  }
  #opens-foxtrot .container ul li a,
  #auctions-echo .container ul li a {
    width: 30%;
  }
  #opens-foxtrot .container ul li div,
  #auctions-echo .container ul li div {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 20%;
    display: block;
  }
  #opens-foxtrot .container ul li span,
  #auctions-echo .container ul li span {
    width: 20%;
  }
  #opens-foxtrot .container ul li input,
  #auctions-echo .container ul li input {
    width: 5%;
  }
}
.sneak-preview {
  display: block;
  position: absolute;
  top: 60px;
  left: 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 .sneak-preview {
  top: 10px;
}
@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: 60px;
    left: 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;
    left: 10px;
  }
  .propertyListing .sneak-preview:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #c2272b;
    bottom: -12px;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .sneak-preview {
    top: 90px;
  }
}
#blog-juliet .blog-heading {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  padding: 20px 0;
}
#blog-juliet .blog-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#blog-juliet .blog-articles .date-published {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #ddd;
  width: 80px;
  margin-bottom: 20px;
}
#blog-juliet .blog-articles .date-published .p-date-d {
  color: #c1272d;
  font-size: 2.5em;
  line-height: 1.5em;
  border-bottom: 2px solid #ddd;
}
#blog-juliet .blog-articles .date-published .p-date-m-y {
  letter-spacing: .05em;
  line-height: 2em;
}
#blog-juliet .blog-articles article {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#blog-juliet .blog-articles article h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#blog-juliet .blog-articles article .blurb,
#blog-juliet .blog-articles article .author {
  margin-bottom: 20px;
}
#blog-juliet .blog-articles article .body-wrapper {
  width: 100%;
}
#blog-juliet .blog-articles article .image-wrapper {
  width: 100%;
}
#blog-juliet .blog-articles article .image-wrapper a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#blog-juliet .blog-articles article .image-wrapper a .image {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
}
#blog-juliet .blog-archive-list {
  display: block;
  width: 100%;
  text-align: center;
}
#blog-juliet .blog-archive-list h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 0;
}
#blog-juliet .blog-archive-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #blog-juliet .blog-articles {
    width: calc(100% - 300px);
  }
  #blog-juliet .blog-articles .body-wrapper {
    padding-right: 20px;
    width: 70%;
  }
  #blog-juliet .blog-articles .image-wrapper {
    width: 30%;
  }
  #blog-juliet .blog-archive-list {
    width: 220px;
    text-align: left;
    position: sticky;
    top: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Tablet */
  #blog-juliet .blog-articles article .body-wrapper {
    width: 70%;
  }
  #blog-juliet .blog-articles article .image-wrapper {
    width: 30%;
  }
}
#blog-show-juliet h1 {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  padding: 20px 0;
}
#blog-show-juliet .date-published {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #ddd;
  width: 80px;
  margin-bottom: 20px;
}
#blog-show-juliet .date-published .p-date-d {
  color: #c1272d;
  font-size: 2.5em;
  line-height: 1.5em;
  border-bottom: 2px solid #ddd;
}
#blog-show-juliet .date-published .p-date-m-y {
  letter-spacing: .05em;
  line-height: 2em;
}
#blog-show-juliet .blog-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#blog-show-juliet h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#blog-show-juliet h3 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding: 20px 0 8px;
}
#blog-show-juliet .blog-body {
  margin-bottom: 20px;
}
#blog-show-juliet .blog-image {
  width: 100%;
  margin: 20px 0;
}
#blog-show-juliet .blog-image a {
  display: block;
  width: 100%;
}
#blog-show-juliet .blog-image .image {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center;
}
#blog-show-juliet .blog-archive-list {
  display: block;
  width: 100%;
  text-align: center;
}
#blog-show-juliet .blog-archive-list h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 0;
}
#blog-show-juliet .blog-archive-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-juliet .blog-show-juliet {
    width: calc(100% - 300px);
  }
  #blog-show-juliet .blog-archive-list {
    width: 220px;
    text-align: left;
    position: sticky;
    top: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Tablet */
}
#contact-delta {
  padding: 8px;
}
#contact-delta #bottom-logo img {
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}
#contact-delta .top-wrapper .left h3 {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 8px;
}
#contact-delta .top-wrapper .left div .office-address {
  margin-bottom: 8px;
}
#contact-delta .top-wrapper .left div .office-address span {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#contact-delta .top-wrapper .left div p a {
  text-decoration: none;
  color: #333333;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#contact-delta .top-wrapper .left div p a:hover {
  color: #c1272d;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#contact-delta .top-wrapper .left .office-contact-details.office-contact-details-alpha-licence {
  margin: 8px 0;
}
#contact-delta .top-wrapper .left .office-contact-details.office-contact-details-alpha-licence .label {
  padding-right: 8px;
}
#contact-delta .top-wrapper .right {
  margin-top: 8px;
}
#contact-delta .top-wrapper .right .enquiry-form .form-title {
  margin-bottom: 8px;
}
#contact-delta .top-wrapper .right .enquiry-form .form-title h4 {
  padding: 8px 0;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 0;
}
#contact-delta .map {
  height: 300px;
}
#contact-delta .map #offices-google-map-bravo {
  height: 300px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #contact-delta {
    padding: 12px;
  }
  .top-wrapper .left {
    float: left;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .top-wrapper .left h3 {
    margin-bottom: 12px;
  }
  .top-wrapper .left div .office-address {
    margin-bottom: 12px;
  }
  .top-wrapper .left div .office-address span {
    display: block;
    margin-bottom: 0;
  }
  .top-wrapper .left div p span {
    float: left;
    padding-right: 8px;
  }
  .top-wrapper .right {
    padding-top: 21px;
    float: left;
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 0;
  }
  .top-wrapper .office-contact-details.office-contact-details-alpha-licence {
    margin: 0 !important;
  }
  .map {
    clear: both;
    padding-top: 24px;
    height: 450px;
  }
  .map #offices-google-map-bravo {
    height: 450px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #contact-delta {
    padding: 20px;
    padding-top: 30px;
  }
  #contact-delta .top-wrapper .left {
    float: left;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-delta .top-wrapper .left h3 {
    margin-bottom: 20px;
  }
  #contact-delta .top-wrapper .left div .office-address {
    margin-bottom: 20px;
  }
  #contact-delta .top-wrapper .left div .office-address span {
    display: block;
    margin-bottom: 0;
    padding-bottom: 25px;
    width: 100%;
  }
  #contact-delta .right {
    padding-top: 21px;
    float: left;
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 0;
    border-top: none;
  }
  #contact-delta .map {
    clear: both;
    height: 450px;
  }
  #contact-delta .map #offices-google-map-bravo {
    height: 450px;
  }
}
#item-form-charlie form fieldset,
.agent-form-alpha form fieldset,
.contact-form-bravo form fieldset {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
#item-form-charlie form label,
.agent-form-alpha form label,
.contact-form-bravo form label {
  display: none;
}
#item-form-charlie form select,
.agent-form-alpha form select,
.contact-form-bravo form select,
#item-form-charlie form input[type="text"],
.agent-form-alpha form input[type="text"],
.contact-form-bravo form input[type="text"],
#item-form-charlie form input[type="email"],
.agent-form-alpha form input[type="email"],
.contact-form-bravo form input[type="email"],
#item-form-charlie form textarea,
.agent-form-alpha form textarea,
.contact-form-bravo form textarea {
  display: block;
  width: 100% !important;
  padding: 10px 0;
  font-family: inherit;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  background: none;
  transition: .5s ease;
}
#item-form-charlie form select:focus,
.agent-form-alpha form select:focus,
.contact-form-bravo form select:focus,
#item-form-charlie form input[type="text"]:focus,
.agent-form-alpha form input[type="text"]:focus,
.contact-form-bravo form input[type="text"]:focus,
#item-form-charlie form input[type="email"]:focus,
.agent-form-alpha form input[type="email"]:focus,
.contact-form-bravo form input[type="email"]:focus,
#item-form-charlie form textarea:focus,
.agent-form-alpha form textarea:focus,
.contact-form-bravo form textarea:focus {
  color: #c1272d;
  border-color: rgba(0, 0, 0, 0.25);
}
#item-form-charlie form textarea,
.agent-form-alpha form textarea,
.contact-form-bravo form textarea {
  height: 80px;
  min-height: 80px;
}
#item-form-charlie form select,
.agent-form-alpha form select,
.contact-form-bravo form select {
  padding: 10px 0;
}
#item-form-charlie form .fieldset_captcha,
.agent-form-alpha form .fieldset_captcha,
.contact-form-bravo form .fieldset_captcha {
  padding: 10px 0 0;
}
#item-form-charlie form .fieldset_submit,
.agent-form-alpha form .fieldset_submit,
.contact-form-bravo form .fieldset_submit {
  text-align: right;
}
#item-form-charlie form .fieldset_submit:before,
.agent-form-alpha form .fieldset_submit:before,
.contact-form-bravo form .fieldset_submit:before {
  content: '&gt;';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 0 0 4px 2px;
  color: #fff;
  background: #ccc;
  font-size: 2em;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: 50% 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#item-form-charlie form input[type="submit"],
.agent-form-alpha form input[type="submit"],
.contact-form-bravo form input[type="submit"] {
  border: none;
  background: none;
  font-family: inherit;
  padding: 20px 40px 20px 5px;
  cursor: pointer;
  transition: .5s ease;
}
#item-form-charlie form input[type="submit"]:hover,
.agent-form-alpha form input[type="submit"]:hover,
.contact-form-bravo form input[type="submit"]:hover {
  color: #c1272d;
}
#item-form-charlie form .form-success,
.agent-form-alpha form .form-success,
.contact-form-bravo form .form-success {
  color: green;
}
#item-form-charlie form .form-error,
.agent-form-alpha form .form-error,
.contact-form-bravo form .form-error {
  color: red;
}
.top-wrapper {
  position: relative;
}
.top-wrapper .image-text-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 51;
  transform: translateX(-50%);
  transform-origin: 50% 50%;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1130px;
}
.top-wrapper .image-text-wrapper .text-image-wrapper {
  max-width: 100%;
  padding: 8px;
  margin: 0 8px 0 8px;
  background-color: rgba(0, 0, 0, 0.7);
}
.top-wrapper .image-text-wrapper .text-image-wrapper span {
  font-size: 17px;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
.top-wrapper .image-text-wrapper a {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(135, 0, 0, 0.7);
  margin-left: 8px;
  padding: 0 8px;
  display: inline-block;
  width: auto;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
}
.top-wrapper .image-text-wrapper a:hover {
  background-color: #c1272d;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
}
.homepage-echo-search #bottom-logo img {
  display: block;
  margin: 0 auto;
}
.homepage-echo-search .top-search-links {
  height: 60px;
  padding: 8px 0 8px 0;
}
.homepage-echo-search .top-search-links h2 {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 8px;
  width: auto !important;
  float: left;
  font-size: 22px;
}
.homepage-echo-search .top-search-links h2 span {
  color: #333333;
  padding-bottom: 8px;
  display: block;
  padding-top: 8px !important;
  font-size: 22px !important;
}
.homepage-echo-search .top-search-links ul {
  display: none;
}
.homepage-echo-search .listings-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}
.homepage-echo-search .listings-wrapper .left {
  float: left;
  display: block;
  width: 50%;
}
.homepage-echo-search .listings-wrapper .left h2 {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}
.homepage-echo-search .listings-wrapper .left h3 {
  font-size: 22px !important;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 8px;
}
.homepage-echo-search .listings-wrapper .right {
  text-align: right;
  width: 50%;
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 10px;
}
.homepage-echo-search .listings-wrapper .right a {
  margin-right: 50px;
  position: relative;
  color: #333333;
  text-decoration: none;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
.homepage-echo-search .listings-wrapper .right a i {
  padding-left: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  right: -40px;
  bottom: -7px;
  margin-left: 8px;
  font-size: 28px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background-color: #cccccc;
  text-align: center;
  border-radius: 30px;
  transition: background 0.3s ease-in;
}
.homepage-echo-search .listings-wrapper .right a:hover {
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  color: #c1272d;
}
.homepage-echo-search .listings-wrapper .right a:hover i {
  transition: background 0.3s ease-in;
  background-color: #c1272d;
}
.homepage-echo-search .listings-wrapper #quarter {
  padding-top: 8px;
  clear: both;
}
.homepage-echo-search .listings-wrapper #quarter ul li div {
  background-color: #d1d1d1;
}
.homepage-echo-search .listings-wrapper #quarter ul li div a img {
  width: 100%;
}
.homepage-echo-search .listings-wrapper #quarter {
  padding-left: 0;
  padding-right: 0;
}
.homepage-echo-search .listings-wrapper #quarter ul li:nth-child(odd) .info-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
}
.homepage-echo-search .listings-wrapper #quarter ul li:nth-child(even) .info-wrapper {
  background-color: rgba(135, 0, 0, 0.7);
}
.homepage-echo-search .listings-wrapper #quarter ul li {
  position: relative;
  margin-bottom: 8px;
}
.homepage-echo-search .listings-wrapper #quarter ul li .propertyListing .image {
  height: 300px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.homepage-echo-search .listings-wrapper #quarter ul li .propertyListing .info-wrapper {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
}
.homepage-echo-search .listings-wrapper #quarter ul li .propertyListing .info-wrapper .address,
.homepage-echo-search .listings-wrapper #quarter ul li .propertyListing .info-wrapper .suburb {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.homepage-echo-search .listings-wrapper #quarter ul li .propertyListing .info-wrapper .suburb {
  margin-top: -4px;
  display: block;
}
.homepage-echo-search .listings-wrapper #quarter ul li .propertyListing .info-wrapper .bbc,
.homepage-echo-search .listings-wrapper #quarter ul li .propertyListing .info-wrapper .method {
  display: none;
}
.homepage-echo-search .listings-wrapper #quarter ul li:hover .info-wrapper {
  padding-bottom: 35px;
}
.homepage-echo-search .listings-wrapper #quarter ul li:nth-child(3) {
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .homepage-echo-search .top-search-links {
    height: 67px;
    padding: 12px 0 12px 0;
  }
  .homepage-echo-search .top-search-links h2 {
    padding-left: 12px;
    width: 140px;
    float: left;
  }
  .homepage-echo-search .top-search-links ul {
    padding-right: 12px;
    padding-top: 5px;
    float: right;
    display: block;
  }
  .homepage-echo-search .top-search-links ul li {
    cursor: pointer;
    padding-left: 24px;
    float: left;
    width: 210px;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .homepage-echo-search .top-search-links ul li span {
    float: left;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
    padding-top: 10px;
    padding-right: 15px;
  }
  .homepage-echo-search .top-search-links ul li i {
    color: #ffffff;
    background-color: #c1272d;
    height: 42px;
    width: 42px;
    font-size: 23px;
    text-align: center;
    line-height: 42px;
    border-radius: 42px;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
  }
  .homepage-echo-search .top-search-links ul li #auction-list {
    font-size: 28px;
  }
  .homepage-echo-search .top-search-links ul li:nth-child(2) {
    width: 152px;
  }
  .homepage-echo-search .top-search-links ul li:hover span {
    color: #c1272d;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  .homepage-echo-search .top-search-links ul li:hover i {
    background-color: #d94248;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .homepage-echo-search .listings-wrapper .left {
    float: left;
    display: block;
    width: 50%;
  }
  .homepage-echo-search .listings-wrapper .right {
    text-align: right;
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 14px;
  }
  .homepage-echo-search .listings-wrapper .right a {
    margin-right: 50px;
    position: relative;
    color: #333333;
    text-decoration: none;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper .right a i {
    position: absolute;
    right: -40px;
    bottom: -7px;
    margin-left: 12px;
    font-size: 28px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    background-color: #cccccc;
    text-align: center;
    border-radius: 30px;
    transition: background 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper .right a:hover {
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
    color: #c1272d;
  }
  .homepage-echo-search .listings-wrapper .right a:hover i {
    transition: background 0.3s ease-in;
    background-color: #c1272d;
  }
  .homepage-echo-search .listings-wrapper #quarter {
    padding-top: 12px;
    clear: both;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li {
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 1px;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li div a img {
    width: 100%;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li:nth-child(3) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .top-wrapper .image-text-wrapper {
    width: 1130px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0);
  }
  .top-wrapper .image-text-wrapper .text-image {
    position: relative;
    padding-top: 30px;
  }
  .top-wrapper .image-text-wrapper .text-image .text-image-wrapper {
    width: 450px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    margin: 0 20px 0 20px;
  }
  .top-wrapper .image-text-wrapper .text-image .text-image-wrapper span {
    font-size: 46px;
    line-height: 46px;
  }
  .top-wrapper .image-text-wrapper .text-image a {
    margin-left: 20px;
    padding: 10px 20px;
  }
  .homepage-echo-search {
    margin: 40px auto 0;
    display: block;
  }
  .homepage-echo-search .top-search-links {
    margin-bottom: 20px;
    padding: 0;
  }
  .homepage-echo-search .top-search-links h2 {
    padding-left: 20px;
    width: 140px;
    float: left;
  }
  .homepage-echo-search .top-search-links h2 span {
    padding-bottom: 20px;
  }
  .homepage-echo-search .top-search-links ul {
    display: block;
  }
  .homepage-echo-search .search-form-hotel-wrapper {
    margin-top: 0;
  }
  .homepage-echo-search .search-form-hotel-wrapper section {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .homepage-echo-search .search-form-hotel-wrapper section #search-form-echo form {
    padding-bottom: 23px !important;
  }
  .homepage-echo-search .search-form-hotel-wrapper section #search-form-echo form .field-method {
    width: 10%;
  }
  .homepage-echo-search .search-form-hotel-wrapper section #search-form-echo form .field-bedroom {
    width: 10% !important;
  }
  .homepage-echo-search .search-form-hotel-wrapper section #search-form-echo form .field-suburb {
    width: 40% !important;
    padding-left: 1px !important;
  }
  .homepage-echo-search .search-form-hotel-wrapper section #search-form-echo form .text-wrapper {
    font-size: 15px;
  }
  .homepage-echo-search .search-form-hotel-wrapper section #search-form-echo form .text-wrapper .buy-rent-wrapper {
    width: 115px;
    margin-top: -15px;
  }
  .homepage-echo-search .listings-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .homepage-echo-search .listings-wrapper section:nth-child(2) {
    margin-top: 15px;
  }
  .homepage-echo-search .listings-wrapper .left {
    float: left;
    display: block;
    width: 50%;
  }
  .homepage-echo-search .listings-wrapper .right {
    text-align: right;
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 22px;
  }
  .homepage-echo-search .listings-wrapper .right a {
    margin-right: 50px;
    position: relative;
    color: #333333;
    text-decoration: none;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper .right a i {
    position: absolute;
    right: -40px;
    bottom: -7px;
    margin-left: 20px;
    font-size: 28px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    background-color: #cccccc;
    text-align: center;
    border-radius: 30px;
    transition: background 0.3s ease-in;
  }
  .homepage-echo-search .listings-wrapper .right a:hover {
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
    color: #c1272d;
  }
  .homepage-echo-search .listings-wrapper .right a:hover i {
    transition: background 0.3s ease-in;
    background-color: #c1272d;
  }
  .homepage-echo-search .listings-wrapper #quarter {
    padding-top: 40px;
    clear: both;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li {
    height: 363px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 1px !important;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li div {
    height: 363px;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li div .image {
    height: 363px !important;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li div a img {
    width: 100%;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li div .info-wrapper .address,
  .homepage-echo-search .listings-wrapper #quarter ul li div .info-wrapper .suburb {
    font-size: 17px !important;
  }
  .homepage-echo-search .listings-wrapper #quarter ul li:nth-child(3) {
    padding-right: 0 !important;
  }
}
#items-delta .top-section {
  padding: 20px 0;
}
#items-delta .top-section h1 {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}
#items-delta .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#items-delta .container article {
  display: block;
  width: 100%;
  margin: 20px 0;
}
#items-delta .container article .images {
  width: 100px;
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#items-delta .container article .images:before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
}
#items-delta .container article .images img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#items-delta .container article .text {
  display: flex;
  flex-direction: column-reverse;
}
#items-delta .container article .text h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0;
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #items-delta .container article {
    width: calc(45% - 10px);
  }
}
#item-echo .top-section h1 {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  padding: 8px 0;
}
#item-echo .container {
  padding-bottom: 8px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #item-echo .top-section h1 {
    padding: 12px 0;
  }
  #item-echo .container {
    padding-bottom: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #item-echo .top-section h1 {
    padding: 20px 0;
  }
  #item-echo .container {
    padding-bottom: 20px;
  }
  #item-echo .container article .text {
    padding-top: 20px;
  }
  #item-echo .container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
#item-form-delta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
#item-form-delta .main-content,
#item-form-delta .side-form {
  display: block;
  width: 100%;
}
#item-form-delta .main-content h1 {
  font-size: 22px !important;
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#item-form-delta .main-content h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#item-form-delta h3,
#item-form-delta h4 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
#item-form-delta .side-form .introHeadWrapper {
  display: none;
  visibility: hidden;
}
#item-form-delta .side-form .side-form-wrap {
  position: sticky;
  top: 0;
}
#item-form-delta .side-form h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 0;
}
@media only screen and (min-width: 640px) {
  #item-form-delta .main-content {
    width: calc(100% - 500px);
  }
  #item-form-delta .side-form {
    width: 400px;
    text-align: left;
  }
}
/* Was in a LESS file called 'items-foxtrot' because JP is dumb */
/* Items Foxtrot is no longer in use, and has since been removed */
#items-golf .top-section {
  padding: 8px 0;
  margin-bottom: 8px;
}
#items-golf .top-section h1 {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}
#items-golf .container article {
  margin-bottom: 8px;
}
#items-golf .container article .images img {
  width: 100%;
}
#items-golf .container article .text {
  padding-bottom: 8px;
}
#items-golf .container article .text h2 {
  padding-bottom: 8px;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #items-golf .top-section {
    padding: 12px 0;
    padding-left: 20px !important;
    margin-bottom: 12px;
  }
  #items-golf .container article {
    margin-bottom: 12px;
  }
  #items-golf .container article .text {
    padding-bottom: 12px;
  }
  #items-golf .container article .text h2 {
    padding-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #items-golf .top-section {
    padding: 12px 0;
    margin-bottom: 12px;
  }
  #items-golf .container article {
    margin-bottom: 12px;
    border-bottom: none;
  }
  #items-golf .container article .images {
    width: 40%;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #items-golf .container article .text {
    padding-left: 20px;
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 12px;
  }
  #items-golf .container article .text h2 {
    padding-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
}
/* //// */
#items-golf article h2 {
  display: none;
}
#items-golf #w-form {
  margin-bottom: 8px;
}
#items-golf #w-form label select {
  margin-top: 8px;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Raleway', sans-serif;
  background-color: transparent;
}
#items-golf #w-form label select option {
  background-color: #f1f1f1;
}
#items-golf #w-form div {
  border: none;
}
#items-golf #w-form .maintenance-heading,
#items-golf #w-form label:nth-child(1) {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 8px 0;
  clear: both;
}
#items-golf #w-form fieldset input {
  border: none;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Raleway', sans-serif;
  background-color: transparent;
}
#items-golf #w-form fieldset textarea {
  border: none;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Raleway', sans-serif;
  background-color: transparent;
}
#items-golf #w-form input[type=submit] {
  font-family: 'Raleway', sans-serif;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #items-golf {
    margin-top: 0;
  }
  #items-golf #w-form label select {
    margin: 8px;
  }
  #items-golf #w-form .maintenance-heading,
  #items-golf #w-form label:nth-child(1) {
    margin: 0;
  }
  #items-golf #w-form .fieldset_state label {
    text-transform: capitalize;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #items-golf #w-form label select {
    margin: 20px;
  }
  #items-golf #w-form .maintenance-heading,
  #items-golf #w-form label:nth-child(1) {
    margin: 0;
  }
}
#listings-golf .active-link {
  background-color: #cccccc !important;
  transition: all 0.5s;
}
#listings-golf .active-link:hover {
  background-color: #c1272d !important;
  transition: all 0.5s;
}
#listings-golf .search-form-hotel-wrapper {
  padding-top: 0;
}
#listings-golf #search-form-echo form .text-wrapper {
  display: none;
}
#listings-golf #search-form-echo form .field-go {
  margin-bottom: 10px;
}
#listings-golf section {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
#listings-golf section h3 {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}
#listings-golf section h4 {
  padding-top: 8px;
  font-size: 22px !important;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#listings-golf section .search-links {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#listings-golf section .search-links span {
  display: none;
  float: left;
  padding-top: 7px;
  padding-right: 10px;
}
#listings-golf section .search-links a {
  margin-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 10px;
  float: left;
  display: block;
  font-size: 27px;
  color: white;
  background-color: #c1272d;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
}
#listings-golf section .search-links a:hover {
  background-color: #d94248;
  transition: all 0.5s;
}
#listings-golf section .search-links #grid-link {
  padding-left: 7px;
  padding-top: 1px;
  font-size: 22px;
}
#listings-golf section .top-pagination,
#listings-golf section .bottom-pagination {
  width: 170px;
  overflow: hidden;
  display: block;
  float: right;
}
#listings-golf section .top-pagination #pagination-alpha,
#listings-golf section .bottom-pagination #pagination-alpha {
  text-align: right;
}
#listings-golf section .top-pagination #pagination-alpha a,
#listings-golf section .bottom-pagination #pagination-alpha a {
  padding-left: 8px;
  text-decoration: none;
  color: #333333;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#listings-golf section .top-pagination #pagination-alpha a:hover,
#listings-golf section .bottom-pagination #pagination-alpha a:hover {
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  color: #c1272d;
}
#listings-golf section .top-pagination {
  margin-top: 0px;
}
#listings-golf section .bottom-pagination {
  padding-top: 4px;
}
#listings-golf section:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listings-golf section .heading-wrapper {
  padding-top: 8px;
}
#listings-golf section .heading-wrapper h3 {
  font-size: 22px;
}
#listings-golf section .heading-wrapper h4 {
  padding-top: 8px;
  font-size: 22px;
}
#listings-golf section .heading-wrapper .search-sort {
  padding-top: 15px;
}
#listings-golf section .heading-wrapper .search-sort a {
  color: #333333;
  text-decoration: none;
}
#listings-golf section .heading-wrapper .search-sort .active {
  color: #c1272d;
}
#listings-golf section #listings-golf-display {
  padding-top: 8px;
  clear: both;
  padding-left: 0;
  padding-right: 0;
}
#listings-golf section #listings-golf-display #no-results .card {
  text-align: center;
}
#listings-golf section #listings-golf-display #no-results .card h2 {
  font-weight: bold;
}
#listings-golf section #listings-golf-display #no-results .card a {
  background-color: #c1272d;
  cursor: pointer;
  text-align: center;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  width: 50%;
  display: block;
  color: #ffffff;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 8px;
}
#listings-golf section #listings-golf-display #no-results .card a:disabled {
  background: #ccc;
}
#listings-golf section #listings-golf-display #no-results .card a:disabled:hover,
#listings-golf section #listings-golf-display #no-results .card a:disabled:active,
#listings-golf section #listings-golf-display #no-results .card a:disabled:focus {
  background: #ccc;
}
#listings-golf section #listings-golf-display #no-results .card a:hover {
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  background-color: #d94248;
}
#listings-golf section #listings-golf-display #no-results .card a a {
  text-decoration: none;
  color: #ffffff;
}
#listings-golf section #listings-golf-display ul li:nth-child(odd) .info-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
}
#listings-golf section #listings-golf-display ul li:nth-child(even) .info-wrapper {
  background-color: rgba(135, 0, 0, 0.7);
}
#listings-golf section #listings-golf-display ul li {
  position: relative;
  margin-bottom: 1px;
}
#listings-golf section #listings-golf-display ul li .propertyListing {
  background-color: #d1d1d1;
}
#listings-golf section #listings-golf-display ul li .propertyListing .bbc {
  display: none;
}
#listings-golf section #listings-golf-display ul li .propertyListing .image {
  height: 300px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#listings-golf section #listings-golf-display ul li .propertyListing .image img {
  width: 100%;
}
#listings-golf section #listings-golf-display ul li .propertyListing .info-wrapper {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
}
#listings-golf section #listings-golf-display ul li .propertyListing .info-wrapper .address,
#listings-golf section #listings-golf-display ul li .propertyListing .info-wrapper .suburb {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
#listings-golf section #listings-golf-display ul li .propertyListing .info-wrapper .suburb {
  margin-top: -4px;
  display: block;
}
#listings-golf section #listings-golf-display ul li .propertyListing .info-wrapper .price {
  display: none;
}
#listings-golf section #listings-golf-display ul li:hover .info-wrapper {
  padding-bottom: 35px;
}
#listings-golf section #listings-golf-display ul li:nth-child(3) {
  margin-bottom: 16px;
}
#listings-golf section #listings-golf-display ul li:nth-child(3) {
  margin-bottom: 1px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listings-golf &gt; section:nth-child(1) &gt; div &gt; span {
    display: block;
  }
  #listings-golf .search-form-hotel-wrapper {
    margin-top: 0;
  }
  #listings-golf section {
    padding: 24px 12px;
  }
  #listings-golf section .search-links {
    position: absolute;
    bottom: 15px;
    right: 10px;
  }
  #listings-golf section .bottom-pagination {
    padding-top: 6px;
  }
  #listings-golf section .heading-wrapper {
    margin: 0;
    float: left;
    padding-bottom: 20px;
    padding-top: 0;
  }
  #listings-golf section .heading-wrapper .heading-div {
    width: 100px;
  }
  #listings-golf section .heading-wrapper .search-sort {
    padding-top: 35px;
  }
  #listings-golf section .top-pagination {
    padding-top: 35px;
    margin: 0;
    float: right;
  }
  #listings-golf section .top-pagination #pagination-alpha {
    float: right;
  }
  #listings-golf section .top-pagination a {
    float: left;
  }
  #listings-golf section #listings-golf-display {
    padding-top: 12px;
    clear: both;
  }
  #listings-golf section #listings-golf-display #no-results .card a {
    background-color: #c1272d;
    cursor: pointer;
    text-align: center;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    display: block;
    color: #ffffff;
    text-decoration: none;
    height: 30px;
    width: 25%;
    margin: 0 auto;
    margin-top: 12px;
    line-height: 30px;
  }
  #listings-golf section #listings-golf-display #no-results .card a:disabled {
    background: #ccc;
  }
  #listings-golf section #listings-golf-display #no-results .card a:disabled:hover,
  #listings-golf section #listings-golf-display #no-results .card a:disabled:active,
  #listings-golf section #listings-golf-display #no-results .card a:disabled:focus {
    background: #ccc;
  }
  #listings-golf section #listings-golf-display #no-results .card a:hover {
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    background-color: #d94248;
  }
  #listings-golf section #listings-golf-display #no-results .card a a {
    text-decoration: none;
    color: #ffffff;
  }
  #listings-golf section #listings-golf-display ul li {
    margin-bottom: 1px;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 1px;
  }
  #listings-golf section #listings-golf-display ul li div a img {
    width: 100%;
  }
  #listings-golf section #listings-golf-display ul li:nth-child(3) {
    padding-right: 0;
  }
  #listings-golf section .bottom-pagination {
    width: auto;
  }
  #listings-golf section .bottom-pagination #pagination-alpha {
    text-align: right;
  }
  #listings-golf section .bottom-pagination #pagination-alpha a {
    float: left;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listings-golf &gt; section:nth-child(1) &gt; div {
    bottom: 32px;
    right: 2px;
  }
  #listings-golf section {
    padding: 20px;
  }
  #listings-golf section .bottom-pagination {
    padding-top: 6px;
  }
  #listings-golf section #listings-golf-display {
    padding-top: 20px;
    clear: both;
  }
  #listings-golf section #listings-golf-display ul li {
    margin-bottom: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 1px !important;
  }
  #listings-golf section #listings-golf-display ul li div a img {
    width: 100%;
  }
  #listings-golf section #listings-golf-display ul li .info-wrapper {
    padding: 15px;
  }
  #listings-golf section #listings-golf-display ul li .info-wrapper .address,
  #listings-golf section #listings-golf-display ul li .info-wrapper .suburb {
    font-size: 17px !important;
  }
  #listings-golf section #listings-golf-display ul li:nth-child(3) {
    padding-right: 0 !important;
  }
}
#listing-show-igloo fieldset input {
  color: #ffffff;
}
#listing-show-igloo .top-section {
  padding: 30px 0 8px 0;
  height: 40px;
}
#listing-show-igloo .top-section .top-left {
  width: 50%;
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-igloo .top-section .top-left h4 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 8px !important;
  font-size: 22px;
}
#listing-show-igloo .top-section .top-left h3 {
  font-size: 22px !important;
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#listing-show-igloo .top-section .top-right {
  padding-top: 25px;
  float: left;
  width: 50%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: right;
  font-size: 10px;
}
#listing-show-igloo .listing-slideshow-wrapper {
  padding-top: 30px;
  height: 350px;
  position: relative;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow {
  height: 350px;
  position: relative;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper {
  height: 350px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport {
  height: 350px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul {
  height: 350px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul li {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev,
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
  z-index: 60;
  text-decoration: none;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i,
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
  font-size: 23px;
  display: block;
  padding-top: 7px;
  padding-left: 2px;
  color: #ffffff;
  background-color: rgba(135, 0, 0, 0.7);
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i:hover,
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i:hover {
  background-color: #c1272d;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev {
  position: absolute;
  left: 8px;
  top: 45%;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i {
  padding-right: 3px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
  position: absolute;
  right: 8px;
  top: 45%;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
  padding-left: 3px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Oswald', sans-serif;
  z-index: 60;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .left {
  padding-left: 8px;
  width: 50%;
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #ffffff;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .left h3 {
  text-transform: uppercase;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right {
  padding-top: 0;
  width: 100px;
  float: right;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #ffffff;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container {
  float: left;
  display: block;
  padding-left: 8px;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container i {
  margin-bottom: 8px;
  padding-right: 5px;
  font-size: 18px;
  display: block;
  width: 100%;
  float: left;
}
#listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container div {
  font-family: 'Oswald', sans-serif;
  padding-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-igloo .listing-content {
  clear: both;
}
#listing-show-igloo .listing-content .left .description h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 0;
}
#listing-show-igloo .listing-content .left .opens h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 0;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form em,
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form strong {
  display: none;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form {
  padding-top: 8px;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form input,
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d1d1d1;
  background-color: transparent;
  height: 30px;
  padding-left: 8px;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100px;
  padding-top: 8px;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_sms,
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_email {
  width: 12.5px;
  height: 12.5px;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form label {
  padding-right: 8px;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_submit {
  margin-top: 8px;
}
#listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_submit input {
  color: #333333;
}
#listing-show-igloo .listing-content .left .staff {
  margin: 8px 0;
}
#listing-show-igloo .listing-content .left .staff h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member a,
#listing-show-igloo .listing-content .left .staff .right .staff-member a {
  display: none;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member a img,
#listing-show-igloo .listing-content .left .staff .right .staff-member a img {
  width: 100%;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member div,
#listing-show-igloo .listing-content .left .staff .right .staff-member div {
  margin-bottom: 8px;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member div a,
#listing-show-igloo .listing-content .left .staff .right .staff-member div a {
  width: 100%;
  display: block;
  color: #333333;
  text-decoration: none;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member div a i,
#listing-show-igloo .listing-content .left .staff .right .staff-member div a i {
  display: none;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member div .email,
#listing-show-igloo .listing-content .left .staff .right .staff-member div .email {
  padding-top: 8px;
  cursor: pointer;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member div .email:hover,
#listing-show-igloo .listing-content .left .staff .right .staff-member div .email:hover {
  color: #c1272d;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member div .name,
#listing-show-igloo .listing-content .left .staff .right .staff-member div .name {
  width: 150px;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
}
#listing-show-igloo .listing-content .left .staff .left .staff-member div .name:hover,
#listing-show-igloo .listing-content .left .staff .right .staff-member div .name:hover {
  color: #c1272d;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
}
#listing-show-igloo .listing-content .right-content .linkset-tools a {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-decoration: none;
  padding-bottom: 8px;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#listing-show-igloo .listing-content .right-content .linkset-tools a:hover {
  color: #c1272d;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .info-block span {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-decoration: none;
  padding-bottom: 12px;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .info-block .btn form input[type="submit"] {
  border: none;
  outline: none;
  background-color: #333333;
  color: #fff;
  cursor: pointer;
  padding: 1em 1.5em;
  margin: .5em 0;
  text-align: center;
  width: 100%;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .info-block .btn:hover form input[type="submit"] {
  background-color: #c1272d;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper {
  margin-bottom: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper a {
  cursor: pointer;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper a:hover {
  color: #c1272d;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper div {
  margin-bottom: 4px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry {
  padding-top: 8px;
  border-top: 1px solid #d1d1d1;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry h2 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form input,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form input,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form textarea,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form textarea {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d1d1d1;
  background-color: transparent;
  height: 30px;
  padding-left: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form .fieldset_notes {
  height: 30px;
  padding-top: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes input,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form .fieldset_notes input {
  height: 30px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_sms,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form #send_method_sms,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_email,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form #send_method_email {
  width: 12.5px;
  height: 12.5px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form label,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form label {
  padding-right: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_submit,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form .fieldset_submit {
  width: 85%;
  position: relative;
  margin-top: 8px;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_submit input,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form .fieldset_submit input {
  text-align: right;
  cursor: pointer;
  color: #333333;
  border: none;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_submit input:hover,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form .fieldset_submit input:hover {
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  color: #c1272d;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_submit:after,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile .contact-form-alpha form .fieldset_submit:after {
  visibility: visible !important;
  position: absolute;
  bottom: 0;
  right: -43px;
  float: right;
  content: "&gt;";
  padding-left: 2px;
  padding-top: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: 8px;
  font-size: 28px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: block;
  background-color: #cccccc;
  text-align: center;
  border-radius: 30px;
  transition: background 0.3s ease-in;
}
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact,
#listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-btn {
  display: none;
}
#listing-show-igloo .map {
  padding: 8px 0;
}
#listing-show-igloo .map h2 {
  margin-bottom: 8px;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
#listing-show-igloo .map #map_canvas {
  height: 300px !important;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-igloo .top-section {
    padding: 20px 0 20px 0;
  }
  #listing-show-igloo .top-section .top-right {
    padding-top: 25px;
    font-size: 12px;
  }
  #listing-show-igloo .listing-slideshow-wrapper {
    padding-top: 12px;
    height: 450px;
    position: relative;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow {
    height: 450px;
    position: relative;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper {
    height: 450px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport {
    height: 450px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul {
    height: 450px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul li {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev,
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
    z-index: 60;
    text-decoration: none;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i,
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
    display: block;
    color: #ffffff;
    background-color: rgba(135, 0, 0, 0.7);
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i:hover,
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i:hover {
    background-color: #c1272d;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev {
    position: absolute;
    left: 20px;
    top: 45%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i {
    padding-right: 3px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
    position: absolute;
    right: 20px;
    top: 45%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
    padding-left: 3px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px;
    font-family: 'Oswald', sans-serif;
    z-index: 60;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .left {
    padding-left: 20px;
    padding-top: 0;
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #ffffff;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right {
    padding-top: 0;
    width: 150px;
    float: right;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #ffffff;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container {
    float: left;
    display: block;
    padding-left: 20px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container i {
    padding-right: 5px;
    font-size: 18px;
    display: block;
    width: 100%;
    float: left;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container div {
    padding-left: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content {
    clear: both;
  }
  #listing-show-igloo .listing-content .left .description h2 {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 0;
  }
  #listing-show-igloo .listing-content .left .opens h2 {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 0;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form em,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form strong {
    display: none;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form {
    padding-top: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form fieldset {
    text-align: center;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_mobile,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_surname {
    padding-left: 8px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_notes {
    width: 100%;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form input,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
    height: 30px;
    padding-left: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
    width: 100%;
    height: 100px;
    padding-top: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_sms,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_email {
    width: 12.5px;
    height: 12.5px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form label {
    padding-right: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_submit {
    margin-top: 20px;
  }
  #listing-show-igloo .listing-content .left .staff {
    padding-top: 20px;
    clear: both;
    margin: 20px 0;
  }
  #listing-show-igloo .listing-content .left .staff h2 {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  #listing-show-igloo .listing-content .left .staff .left {
    width: 50%;
  }
  #listing-show-igloo .listing-content .left .staff .right {
    width: 50%;
  }
  #listing-show-igloo .listing-content .left .staff .left,
  #listing-show-igloo .listing-content .left .staff .right {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member .staff-image,
  #listing-show-igloo .listing-content .left .staff .right .staff-member .staff-image {
    float: left;
    height: 100px;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member .staff-image img,
  #listing-show-igloo .listing-content .left .staff .right .staff-member .staff-image img {
    height: 170px;
    width: auto;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-bottom: 20px;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div a,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div a {
    width: 100px;
    /*float: left;*/
    display: block;
    color: #333333;
    text-decoration: none;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div .email,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div .email {
    padding-top: 0;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div:after,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-igloo .listing-content .left .staff .right {
    padding-left: 20px;
  }
  #listing-show-igloo .listing-content .right-content {
    clear: both;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools a {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding-left: 0;
    text-decoration: none;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools a:hover {
    color: #c1272d;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper {
    margin-bottom: 20px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper a {
    cursor: pointer;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper a:hover {
    color: #c1272d;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry {
    width: 50%;
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry h2 {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 0;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form input,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form textarea {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    background-color: transparent;
    height: 30px;
    padding-left: 0 !important;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes input {
    height: 100px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_sms,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_email {
    width: 12.5px;
    height: 12.5px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form label {
    padding-right: 20px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_submit:after {
    right: -43px;
    visibility: visible !important;
  }
  #listing-show-igloo .map {
    clear: both;
    padding: 20px 0;
  }
  #listing-show-igloo .map h2 {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  #listing-show-igloo .map #map_canvas {
    height: 450px !important;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .features-wrapper {
    display: none;
  }
  .features-wrapper-desktop {
    clear: both;
  }
  #listing-show-igloo .top-section {
    padding: 40px 0 40px 0;
  }
  #listing-show-igloo .top-section .top-right {
    padding-top: 25px;
    font-size: 12px;
  }
  #listing-show-igloo .listing-slideshow-wrapper {
    padding-top: 10px;
    height: 650px;
    position: relative;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow {
    height: 650px;
    position: relative;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper {
    height: 650px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport {
    height: 650px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul {
    height: 650px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-viewport ul li {
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev,
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
    z-index: 60;
    text-decoration: none;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i,
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
    display: block;
    color: #ffffff;
    background-color: rgba(135, 0, 0, 0.7);
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i:hover,
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i:hover {
    background-color: #c1272d;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev {
    position: absolute;
    left: 20px;
    top: 45%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-prev i {
    padding-right: 3px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next {
    position: absolute;
    right: 20px;
    top: 45%;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow .bx-wrapper .bx-controls .bx-next i {
    padding-left: 3px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Oswald', sans-serif;
    z-index: 60;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .left {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 0;
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #ffffff;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right {
    padding-top: 0;
    padding-bottom: 0;
    width: 150px;
    float: right;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #ffffff;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container {
    float: left;
    display: block;
    padding-left: 20px;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container i {
    margin-bottom: 8px;
    padding-right: 5px;
    font-size: 22px;
    display: block;
    width: 100%;
    float: left;
  }
  #listing-show-igloo .listing-slideshow-wrapper .slideshow-overlay .right .bbc-container div {
    padding-left: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content {
    clear: both;
  }
  #listing-show-igloo .listing-content .left {
    width: 75%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
  }
  #listing-show-igloo .listing-content .left .description h2 {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 0;
    padding-top: 32px;
  }
  #listing-show-igloo .listing-content .left .opens h2 {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 0;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form em,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form strong {
    display: none;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form {
    padding-top: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form fieldset {
    text-align: center;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_mobile,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_surname {
    padding-left: 8px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_notes {
    width: 100%;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form input,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
    height: 30px;
    padding-left: 0 !important;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form textarea {
    width: 100%;
    height: 100px;
    padding-top: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_sms,
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form #send_method_email {
    width: 12.5px;
    height: 12.5px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form label {
    padding-right: 20px;
  }
  #listing-show-igloo .listing-content .left .opens .form #listing-open-form-alpha form .opens-form .fieldset_submit {
    margin-top: 20px;
  }
  #listing-show-igloo .listing-content .left .staff {
    padding-top: 20px;
    clear: both;
    margin: 20px 0;
  }
  #listing-show-igloo .listing-content .left .staff h2 {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  #listing-show-igloo .listing-content .left .staff .left {
    margin-bottom: 0 !important;
  }
  #listing-show-igloo .listing-content .left .staff .left,
  #listing-show-igloo .listing-content .left .staff .right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member .staff-image,
  #listing-show-igloo .listing-content .left .staff .right .staff-member .staff-image {
    float: left;
    height: 100px;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member .staff-image img,
  #listing-show-igloo .listing-content .left .staff .right .staff-member .staff-image img {
    height: 170px;
    width: auto;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div {
    padding-left: 0;
    margin-bottom: 20px;
  }
  #listing-show-igloo .listing-content .left .staff .left .staff-member div a,
  #listing-show-igloo .listing-content .left .staff .right .staff-member div a {
    display: block;
    color: #333333;
    text-decoration: none;
  }
  #listing-show-igloo .listing-content .left .staff .left {
    margin-bottom: 40px;
  }
  #listing-show-igloo .listing-content .left .staff .right {
    padding-left: 20px;
  }
  #listing-show-igloo .listing-content .right-content {
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    clear: none;
    padding-top: 20px;
    padding-left: 20px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools a {
    text-align: right;
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-decoration: none;
    padding-bottom: 12px;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools a:hover {
    color: #c1272d;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper {
    clear: both;
    margin-bottom: 0;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper a {
    cursor: pointer;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper a:hover {
    color: #c1272d;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .features-wrapper div {
    margin-bottom: 5px;
    text-align: right;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry {
    padding-top: 0;
    width: 100%;
    border-top: 1px solid #d1d1d1;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-btn-mobile,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-mobile {
    display: none;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-btn,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact {
    display: block;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-btn {
    cursor: pointer;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-btn:hover {
    color: #c1272d;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry h2 {
    text-align: right;
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form fieldset {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form input,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form textarea {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    background-color: transparent;
    height: 30px;
    padding-left: 20px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form .fieldset_notes input {
    height: 30px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_sms,
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form #send_method_email {
    width: 12.5px;
    height: 12.5px;
  }
  #listing-show-igloo .listing-content .right-content .linkset-tools .enquiry .form-contact .contact-form-alpha form label {
    padding-right: 20px;
  }
  #listing-show-igloo .map {
    clear: both;
    padding: 40px 0;
  }
  #listing-show-igloo .map h2 {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
  }
  #listing-show-igloo .map #map_canvas {
    height: 450px !important;
  }
}
#maintainence-title h1 {
  width: 100%;
  display: block;
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}
#maintainence-title h2 {
  padding-top: 20px;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
#maintenance-request-wrapper article h2 {
  display: none;
}
#maintenance-request-wrapper h2 {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}
#maintenance-request-wrapper #w-form {
  margin-bottom: 8px;
}
#maintenance-request-wrapper #w-form label:nth-child(1) {
  margin-top: 20px !important;
}
#maintenance-request-wrapper #w-form div {
  border: none;
}
#maintenance-request-wrapper #w-form #contact-office_id {
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Raleway', sans-serif;
  background-color: transparent;
  height: 30px;
  margin: 0;
  padding: 0;
  margin-top: 8px;
}
#maintenance-request-wrapper #w-form #contact-office_id option {
  background-color: #f1f1f1;
}
#maintenance-request-wrapper #w-form .maintenance-heading,
#maintenance-request-wrapper #w-form label:nth-child(1) {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 8px 0;
  clear: both;
}
#maintenance-request-wrapper #w-form fieldset input {
  border: none;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Raleway', sans-serif;
  background-color: transparent;
  font-size: 14px;
  padding-left: 4px;
}
#maintenance-request-wrapper #w-form fieldset textarea {
  border: 1px solid #d1d1d1;
  font-family: 'Raleway', sans-serif;
  background-color: transparent;
  font-size: 14px;
  padding: 8px;
}
#maintenance-request-wrapper #w-form fieldset select {
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Raleway', sans-serif;
  background-color: transparent;
  height: 30px;
  margin: 0;
  padding: 0;
}
#maintenance-request-wrapper #w-form fieldset select option {
  background-color: #f1f1f1;
}
#maintenance-request-wrapper #w-form input[type=submit] {
  font-family: 'Raleway', sans-serif;
  background-color: #c1272d;
  color: white;
  padding: 15px 10px;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}
#maintenance-request-wrapper #w-form input[type=submit]:hover {
  transition: all 0.5s;
  background-color: #d94248;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #maintainence-title {
    padding: 12px 12px;
  }
  #maintenance-request-wrapper {
    margin-top: 0;
  }
  #maintenance-request-wrapper #w-form .maintenance-heading,
  #maintenance-request-wrapper #w-form label:nth-child(1) {
    margin: 0;
  }
  #maintenance-request-wrapper #w-form fieldset select {
    margin: 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #maintainence-title {
    padding: 40px 20px 20px;
  }
  #maintenance-request-wrapper article {
    margin-bottom: 30px;
  }
  #maintenance-request-wrapper #w-form .maintenance-heading,
  #maintenance-request-wrapper #w-form label:nth-child(1) {
    margin: 0;
  }
  #maintenance-request-wrapper #w-form fieldset select {
    margin: 20px;
  }
}
.offices-alpha .top-section {
  margin-bottom: 8px;
}
.offices-alpha .top-section h1 {
  display: block;
  text-align: left;
  height: 30px;
  visibility: hidden;
}
.offices-alpha .top-section h1:before {
  content: "visit";
  visibility: visible;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.offices-alpha .top-section:after {
  content: "one of our offices";
  visibility: visible;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.offices-alpha ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.offices-alpha ul li {
  margin-bottom: 8px;
  text-decoration: none;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.offices-alpha ul li .officeListing {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.offices-alpha ul li .officeListing .image-wrapper {
  overflow: hidden;
  flex: 1;
  position: relative;
}
.offices-alpha ul li .officeListing .image-wrapper .image {
  position: static;
  float: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.offices-alpha ul li .officeListing .image-wrapper .image img {
  width: 100%;
  height: auto;
}
.offices-alpha ul li .officeListing .text-wrapper {
  padding: 8px;
}
.offices-alpha ul li .officeListing .text-wrapper .info-wrapper {
  flex-grow: 1;
}
.offices-alpha ul li .officeListing .text-wrapper .cta-wrapper {
  display: flex;
  justify-content: flex-end;
  flex: 0 1 35px;
  flex-flow: wrap;
}
.offices-alpha ul li .officeListing .text-wrapper .office-name {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
.offices-alpha ul li .officeListing .text-wrapper .office-name:hover {
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  color: #c1272d;
}
.offices-alpha ul li .officeListing .text-wrapper span {
  font-weight: bold;
}
.offices-alpha ul li .officeListing .text-wrapper span a {
  font-weight: normal;
  color: #333333;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
.offices-alpha ul li .officeListing .text-wrapper span a:hover {
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  color: #c1272d;
}
.offices-alpha ul li .officeListing .text-wrapper span em {
  font-weight: normal;
}
.offices-alpha ul li .officeListing .text-wrapper .address {
  font-weight: normal;
}
.offices-alpha ul li .officeListing .text-wrapper .button {
  margin-top: 8px;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  display: block;
  text-decoration: none;
  width: 100%;
  background-color: #c1272d;
  cursor: pointer;
  text-align: center;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
}
.offices-alpha ul li .officeListing .text-wrapper .button:hover {
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  background-color: #d94248;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .offices-alpha .top-section {
    margin-bottom: 30px;
  }
  .offices-alpha .top-section h1 {
    display: block;
    text-align: left;
    height: 30px;
    visibility: hidden;
  }
  .offices-alpha .top-section h1:before {
    content: "visit";
    visibility: visible;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    color: #c1272d;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .offices-alpha .top-section:after {
    content: "one of our offices";
    visibility: visible;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .offices-alpha ul {
    margin-bottom: 12px;
    flex-direction: row;
  }
  .offices-alpha ul li {
    float: none !important;
    flex: 0 0 50%;
    width: auto !important;
    padding: 0 1% 1% !important;
    display: flex;
  }
  .offices-alpha ul li .officeListing .text-wrapper {
    padding: 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .offices-alpha {
    padding-top: 30px;
  }
  .offices-alpha .top-section h1:before {
    font-family: 'Oswald', sans-serif;
    color: #c1272d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 25px;
  }
  .offices-alpha .top-section:after {
    padding-top: 8px;
    font-size: 22px !important;
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
  }
}
#item-image-slideshow-bravo,
#item-image-slideshow-bravo .bx-wrapper,
#item-image-slideshow-bravo .bx-viewport,
#item-image-slideshow-bravo li {
  height: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  height: 200px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #item-image-slideshow-bravo,
  #item-image-slideshow-bravo .bx-wrapper,
  #item-image-slideshow-bravo .bx-viewport,
  #item-image-slideshow-bravo li {
    height: 0px;
    overflow: hidden;
    height: 315px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #item-image-slideshow-bravo,
  #item-image-slideshow-bravo .bx-wrapper,
  #item-image-slideshow-bravo .bx-viewport,
  #item-image-slideshow-bravo li {
    height: 0px;
    overflow: hidden;
    height: 630px;
  }
}
body,
body *,
body :before,
body :after {
  box-sizing: border-box;
}
body {
  font-size: 13px;
  line-height: 22px;
  background-color: #f1f1f1;
  color: #6a6a6a;
  font-family: 'Raleway', sans-serif;
}
a {
  text-decoration: none;
  color: #333333;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
a:hover {
  color: #c1272d;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
section {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.default-heading {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.default-sub-heading {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.default-tri-heading {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.default-btn {
  background-color: #c1272d;
  cursor: pointer;
  text-align: center;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
}
.default-btn:hover {
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  background-color: #d94248;
}
.default-btn a {
  text-decoration: none;
  color: #ffffff;
}
@font-face {
  font-family: 'social';
  src: url('/assets/layout/_global/fonts/social/social.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/social/social.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/social/social.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/social/social.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/social/social.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
.rate_my_agent {
  /*Using !important since some glyphs need to also be preceded 'fa' class to inherit FontAwesome font stylings*/
  /*.fa will overwrite font-family*/
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
  padding: 0 0 16px;
}
.social-links .icon {
  font-family: FontAwesome;
  padding: 0 .5em;
  line-height: 1em;
}
.social-links .icon.facebook:before {
  content: "\f082";
}
.social-links .icon.twitter:before {
  content: "\f099";
}
.social-links .icon.youtube:before {
  content: "\f16a";
}
.social-links .icon.linkedin:before {
  content: "\f0e1";
}
.social-links .icon.instagram:before {
  content: "\f16d";
}
.social-links .icon.pinterest:before {
  content: "\f0d2";
}
.social-links .icon.rate_my_agent:before {
  content: "\e900";
}
input[type=text],
input[type=email],
input[type=password] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-indigo {
  background-color: #fff;
  color: #000;
  min-height: 50px;
}
#header-indigo section {
  min-height: 50px;
  display: block;
}
#header-indigo section #menuOpen {
  display: block;
  font-size: 30px;
  color: #808080;
  line-height: 50px;
  cursor: pointer;
}
#header-indigo section #menu {
  display: none;
  background-color: #e6e6e6;
  padding: 0 8px;
  margin: 0 -8px;
}
#header-indigo section #menu ul li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 -8px;
  padding: 0 8px;
}
#header-indigo section #menu ul li a {
  color: #000;
  font-size: 15px;
  line-height: 26px;
  padding: 5px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  display: block;
  width: 100%;
}
#header-indigo section #menu ul li a:focus,
#header-indigo section #menu ul li a:hover,
#header-indigo section #menu ul li a:active {
  color: #c1272d;
}
#header-indigo section #menu ul li div {
  display: none;
}
#header-indigo section #menu ul li div ol {
  padding-bottom: 10px;
}
#header-indigo section #menu ul li div ol li:nth-child(even) {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
#header-indigo section #menu ul li div ol li a {
  font-size: 13px;
  color: #808080;
  padding: 0;
}
#header-indigo section #menu ul li div ol li a:focus,
#header-indigo section #menu ul li div ol li a:hover,
#header-indigo section #menu ul li div ol li a:active {
  color: #c1272d;
}
#header-indigo section #menu ul li div ol li a:before {
  content: " ";
  display: inline-block;
  margin-left: 10px;
}
#header-indigo section #logo {
  float: right;
}
#header-indigo section #logo img {
  display: block;
  height: 34px;
  margin-top: 8px;
}
#header-indigo section:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#bottom-logo {
  clear: both;
}
#bottom-logo img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  width: 40px;
  height: auto;
}
#footer-echo {
  clear: both;
  padding-top: 8px;
  background-color: #fff;
  color: #000;
  padding-bottom: 8px;
}
#footer-echo .container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#footer-echo .container .footer-offices,
#footer-echo .container .footer-contact {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
#footer-echo .container .footer-offices &gt; span,
#footer-echo .container .footer-contact &gt; span {
  width: 100%;
  display: block;
  color: #c1272d;
}
#footer-echo .container .footer-offices &gt; a,
#footer-echo .container .footer-contact &gt; a {
  width: 100%;
  display: block;
  color: #000;
  text-decoration: none;
}
#footer-echo .container .footer-logo {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
#footer-echo .container .footer-logo span {
  font-size: 13px;
}
#footer-echo .container .footer-logo img {
  display: block;
  margin: 8px auto;
}
#footer-echo .container .footer-zenu {
  display: block;
  width: 100%;
}
#footer-echo .container .footer-zenu a {
  color: #000;
  text-decoration: none;
}
#footer-echo .container .footer-zenu a:hover {
  color: #7aab35;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#media-alpha {
  max-width: 1130px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 8px;
}
#media-alpha h1 {
  font-family: 'Oswald', sans-serif;
  color: #c1272d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 22px;
}
#media-alpha .container {
  margin: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#media-alpha .container .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#media-alpha .container .video-container iframe,
#media-alpha .container .video-container object,
#media-alpha .container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  section {
    padding: 0 12px;
  }
  #header-indigo {
    padding-top: 24px;
    min-height: 50px;
  }
  #header-indigo section {
    min-height: 50px;
  }
  #header-indigo section #menuOpen {
    line-height: 50px;
  }
  #header-indigo section #menu {
    padding: 0 12px;
    margin: 0 -12px;
  }
  #header-indigo section #menu ul li:nth-child(even) {
    margin: 0 -12px;
    padding: 0 12px;
  }
  #header-indigo section #logo img {
    height: 34px;
    margin-top: 0;
  }
  #footer-echo {
    clear: both;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  #footer-echo .container {
    text-align: left;
  }
  #footer-echo .container .footer-offices,
  #footer-echo .container .footer-contact {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    text-align: left;
  }
  #footer-echo .container .footer-offices:nth-child(even),
  #footer-echo .container .footer-contact {
    text-align: right;
  }
  #footer-echo .container .footer-logo {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #footer-echo .container .footer-zenu {
    clear: both;
    text-align: center;
  }
  #media-alpha {
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  section {
    padding: 0 20px;
  }
  #header-indigo {
    padding-top: 0;
    position: relative;
    min-height: 80px;
  }
  #header-indigo section {
    min-height: 80px;
  }
  #header-indigo section #menuOpen {
    display: none;
  }
  #header-indigo section #menu {
    display: block;
    height: 80px;
    float: left;
    background-color: transparent;
    padding: 0;
    margin: 0;
    max-width: 900px;
  }
  #header-indigo section #menu ul li {
    display: block;
    float: left;
    margin-right: 20px;
  }
  #header-indigo section #menu ul li:nth-child(even) {
    margin: 0 20px 0 0;
    padding: 0;
    background-color: transparent;
  }
  #header-indigo section #menu ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 10px;
    margin-left: -10px;
    border: 1px solid #fff;
    font-size: 16px;
    width: auto;
  }
  #header-indigo section #menu ul li a:focus,
  #header-indigo section #menu ul li a:hover,
  #header-indigo section #menu ul li a:active {
    border: 1px solid #e6e6e6;
  }
  #header-indigo section #menu ul li div {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 55;
    top: 80px;
    height: 56px;
    line-height: 56px;
    font-size: 11.7px;
    background-color: #e6e6e6;
  }
  #header-indigo section #menu ul li div ol {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #header-indigo section #menu ul li div ol li {
    display: block;
    float: left;
    margin-right: 0px;
  }
  #header-indigo section #menu ul li div ol li a {
    height: auto;
    line-height: inherit;
    margin-top: 0;
    padding: 0;
    border: none;
    margin-left: 0;
    font-size: 16px;
  }
  #header-indigo section #menu ul li div ol li a:focus,
  #header-indigo section #menu ul li div ol li a:hover,
  #header-indigo section #menu ul li div ol li a:active {
    border: none;
  }
  #header-indigo section #menu ul li div ol li a:after {
    content: "|";
    display: inline-block;
    margin: 0 20px;
    color: #808080;
  }
  #header-indigo section #menu ul li div ol li a:before {
    content: "";
    display: none;
    margin-left: 0;
  }
  #header-indigo section #menu ul li div ol li:last-child a:after {
    content: "";
  }
  #header-indigo section #logo img {
    height: 28px;
    margin-top: 25px;
  }
  #footer-echo {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #footer-echo .container .footer-offices,
  #footer-echo .container .footer-contact {
    width: auto;
    text-align: left !important;
    margin-bottom: 0;
    margin-right: 20px;
    flex-grow: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #footer-echo .container .footer-logo {
    width: auto;
  }
  #footer-echo .container .footer-logo span {
    text-align: right;
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
  #footer-echo .container .footer-logo img {
    display: block;
    float: right;
  }
  #footer-echo .container .footer-zenu {
    clear: both;
    text-align: left;
    margin: 20px 0;
  }
  .social-links {
    justify-content: flex-start;
    font-size: 1.5em;
  }
  .social-links .icon {
    padding: .5em .25em .25em;
  }
  .social-links .icon:first-child {
    padding-left: 0;
  }
  #media-alpha {
    padding-bottom: 20px;
  }
  #media-alpha h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media print {
  header,
  footer {
    background-color: #fff;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  nav {
    display: none;
  }
  section {
    width: 1130px;
  }
  footer {
    display: none;
  }
  #bottom-logo {
    display: none;
  }
  #opens-foxtrot #first-title,
  #auctions-echo #first-title {
    display: none;
  }
  #opens-foxtrot h2,
  #auctions-echo h2 {
    display: none;
  }
  #opens-foxtrot h2.opens-print,
  #auctions-echo h2.opens-print {
    display: block;
  }
  #opens-foxtrot .card li,
  #auctions-echo .card li {
    display: none;
  }
  #opens-foxtrot .card li.opens-print,
  #auctions-echo .card li.opens-print {
    display: block;
  }
  .opens-search #search-form-echo {
    display: none;
  }
  #listing-show-igloo .right-content {
    display: none !important;
  }
  #listing-show-igloo .slideshow-overlay {
    bottom: -250px !important;
  }
  #listing-show-igloo .listing-content {
    padding-top: 300px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-igloo #slideshow-print {
    margin-top: -350px;
    margin-left: 150px;
    display: block !important;
  }
  #listing-show-igloo #slideshow-print .bx-controls {
    display: none !important;
  }
}
#wheels-debug-area,
.cfdebug {
  display: none;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.5;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 0px;
  height: 0px;
}
#cboxTopRight {
  width: 0px;
  height: 0px;
}
#cboxBottomLeft {
  width: 0px;
  height: 0px;
}
#cboxBottomRight {
  width: 0px;
  height: 0px;
}
#cboxMiddleLeft {
  width: 0px;
}
#cboxMiddleRight {
  width: 0px;
}
#cboxTopCenter {
  height: 0px;
}
#cboxBottomCenter {
  height: 0px;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 50px;
}
/*#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}*/
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxCurrent {
  position: absolute;
  bottom: 15px;
  left: 38px;
}
#cboxPrevious {
  position: absolute;
  bottom: 15px;
  left: 10px;
  color: #6a6a6a;
  padding-right: 1px;
}
#cboxNext {
  position: absolute;
  bottom: 15px;
  left: 120px;
  color: #6a6a6a;
  padding-left: 1px;
}
#cboxNext:hover,
#cboxPrevious:hover {
  background-color: #870000 !important;
  transition: all 0.5s;
}
#cboxNext,
#cboxPrevious {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: rgba(135, 0, 0, 0.7);
  border-radius: 100%;
  color: white;
  padding-top: 1px;
  transition: all 0.5s;
}
#cboxClose {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}
#cboxClose:hover {
  color: #c1272d;
}
</pre></body></html>