@charset "UTF-8";
/* ================================= */
/* ======== AREA SPECIALIST ======== */
/* ================================= */
/* Custom select field */
/* Use function to add hover styles to avoid hover related double tap bug */
/* Adding 'disabled' state to buttons for form submissions */
/* 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";
}
#blog-echo {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
}
#blog-echo #blog-display .loading-spinner {
  text-align: center;
}
#blog-echo #blog-display .list-container ul {
  display: flex;
  flex-flow: row wrap;
}
#blog-echo #blog-display .list-container ul .wrapper {
  width: 100%;
}
#blog-echo #blog-display .list-container ul .wrapper li .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#blog-echo #blog-display .list-container ul .wrapper li .overlay {
  opacity: 0;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-echo #blog-display .list-container {
    display: inline-block;
  }
  #blog-echo #blog-display .list-container ul .wrapper {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-echo #blog-display .list-container ul .wrapper {
    width: 33.33%;
  }
}
#blog-show-echo .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#blog-show-echo .embed-container iframe,
#blog-show-echo .embed-container embed,
#blog-show-echo .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#blog-show-echo .blog-list-container ul .wrapper {
  position: relative;
  cursor: pointer;
  margin-bottom: 32px;
}
#blog-show-echo .blog-list-container ul .wrapper:hover h1 {
  border-bottom: 2px solid #eb6e1f;
}
#blog-show-echo .blog-list-container ul .wrapper li .image {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#blog-show-echo .blog-list-container ul .wrapper li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 32px 16px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
#blog-show-echo .blog-list-container ul .wrapper li a h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-bottom: 32px;
  padding-bottom: 2px;
  line-height: 25px;
  width: auto;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
#blog-show-echo .blog-list-container ul .wrapper li a h2 {
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 32px;
  font-size: 12px;
}
#blog-show-echo .blog-list-container ul .wrapper li a h3 {
  font-weight: 12px;
}
#blog-show-echo #blog-show {
  margin: 0 auto;
  max-width: 1130px;
}
#blog-show-echo #blog-show .wrapper article .blog-image-wrapper {
  /*Fix for interactive slider contents (such as iframes, videos, navigation), not being clickable due to page content's setup*/
  z-index: 11;
}
#blog-show-echo #blog-show .wrapper article .blog-image-wrapper.scroll {
  z-index: 0;
}
#blog-show-echo #blog-show .wrapper article .blog-image-wrapper .blog-image .image {
  position: relative;
}
#blog-show-echo #blog-show .wrapper article .blog-image-wrapper .blog-image .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#blog-show-echo #blog-show .wrapper article .blog-image-wrapper .blog-image .blog-image-overlay {
  pointer-events: none;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper {
  /*disallows content from being highlighted!*/
  /*pointer-events: none;*/
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-echo .blog-list-container ul .wrapper {
    margin: 0;
    padding-bottom: 32px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(even) {
    padding-left: 16px;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(odd) {
    padding-right: 16px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-echo .blog-list-container ul .wrapper {
    width: 25%;
    padding-bottom: 16px;
  }
  #blog-show-echo .blog-list-container ul .wrapper li {
    position: relative;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .image {
    height: 200px;
    padding-bottom: 0;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px !important;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.25s;
    text-align: center;
    padding-top: 65px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay i {
    font-size: 20px;
    transition: all 0.25s;
    color: #eb6e1f;
    padding-top: 50px;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay.hover {
    opacity: 1 !important;
    transition: all 0.25s;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay.hover i {
    font-size: 65px;
    transition: all 0.25s;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+1) {
    padding-left: 0 !important;
    padding-right: 8px !important;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+2) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+3) {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+4) {
    padding-right: 0 !important;
    padding-left: 8px !important;
  }
}
.eAuction-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.eAuction {
  height: 678px;
  width: 100%;
  position: relative;
}
.eAuction.sold .currentBid .next-bid {
  display: none !important;
}
.eAuction ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  display: none;
}
.eAuction ::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  display: none;
}
.eAuction ::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
  display: none;
}
.eAuction .full-screen {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.3em;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.eAuction .full-screen:hover {
  color: white;
}
.eAuction .full-screen span {
  font-size: 70%;
  position: relative;
  top: -2px;
  margin-right: 3px;
  display: none;
  /* To only display on tablet and desktop */
}
.eAuction .banner-container {
  position: absolute;
  width: 100%;
  top: 0;
  /*#eAuctionBanner, #onMarketFlag{
			position: relative;
			float:left;
			left: auto;
			width: auto;
		}*/
}
.eAuction .banner-container #eAuctionBanner,
.eAuction .banner-container #onMarketFlag {
  position: relative;
  top: 10px;
  left: 0;
  width: 40%;
  height: 44px;
  line-height: 44px;
  background-color: #F6931E;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  /*left: 45%;*/
  display: none;
  text-transform: uppercase;
  max-width: 100%;
  border-radius: 0;
  -webkit-transition: max-width, color 1.5s;
  -moz-transition: max-width, color 1.5s;
  -o-transition: max-width, color 1.5s;
  transition: max-width, color 1.5s;
}
@media (min-width: 768px) {
  .eAuction .banner-container #eAuctionBanner,
  .eAuction .banner-container #onMarketFlag {
    top: 15px;
  }
}
@media (max-width: 450px) {
  .eAuction .banner-container #eAuctionBanner,
  .eAuction .banner-container #onMarketFlag {
    font-size: 12px;
  }
}
.eAuction .banner-container #eAuctionBanner:before,
.eAuction .banner-container #onMarketFlag:before,
.eAuction .banner-container #eAuctionBanner:after,
.eAuction .banner-container #onMarketFlag:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -10px;
  border-bottom: 32px solid transparent;
  border-left: 10px solid #F6931E;
}
.eAuction .banner-container #eAuctionBanner:after,
.eAuction .banner-container #onMarketFlag:after {
  top: auto;
  bottom: 0;
  border-top: 32px solid transparent;
  border-left: 10px solid #F6931E;
  border-bottom: none;
}
.eAuction .banner-container #eAuctionBanner.active,
.eAuction .banner-container #onMarketFlag.active {
  background-color: #F6931E;
}
.eAuction .banner-container #eAuctionBanner.active:before,
.eAuction .banner-container #onMarketFlag.active:before,
.eAuction .banner-container #eAuctionBanner.active:after,
.eAuction .banner-container #onMarketFlag.active:after {
  border-left-color: #F6931E;
}
.eAuction .banner-container #eAuctionBanner.change,
.eAuction .banner-container #onMarketFlag.change {
  color: transparent;
  max-width: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.eAuction .banner-container #eAuctionBanner.sold,
.eAuction .banner-container #onMarketFlag.sold {
  background-color: #eb1c22;
  line-height: inherit;
  white-space: nowrap;
  max-width: 75%;
}
.eAuction .banner-container #eAuctionBanner.sold:before,
.eAuction .banner-container #onMarketFlag.sold:before,
.eAuction .banner-container #eAuctionBanner.sold:after,
.eAuction .banner-container #onMarketFlag.sold:after {
  border-left-color: #eb1c22;
}
.eAuction .banner-container #eAuctionBanner.sold b,
.eAuction .banner-container #onMarketFlag.sold b {
  display: block;
  float: left;
  margin: 0 15px 0 10px;
  line-height: 44px;
  font-size: 29px;
  font-weight: 900;
}
.eAuction .banner-container #eAuctionBanner.sold aside,
.eAuction .banner-container #onMarketFlag.sold aside {
  float: left;
  font-size: 12px;
  text-align: left;
  line-height: 44px;
}
.eAuction .banner-container #eAuctionBanner.sold aside span,
.eAuction .banner-container #onMarketFlag.sold aside span {
  font-size: 20px;
  display: block;
}
.eAuction .banner-container #eAuctionBanner.passed,
.eAuction .banner-container #onMarketFlag.passed {
  background-color: gray;
}
.eAuction .banner-container #eAuctionBanner.passed:before,
.eAuction .banner-container #onMarketFlag.passed:before,
.eAuction .banner-container #eAuctionBanner.passed:after,
.eAuction .banner-container #onMarketFlag.passed:after {
  border-left-color: gray;
}
.eAuction .banner-container #eAuctionBanner {
  background: gray;
  padding: 0 2em 0 2em;
  z-index: 3;
}
.eAuction .banner-container #eAuctionBanner:after {
  left: auto;
}
.eAuction .banner-container #eAuctionBanner:before,
.eAuction .banner-container #eAuctionBanner:after {
  border-left-color: gray;
}
.eAuction .banner-container #onMarketFlag {
  background: #3ab54a;
  padding: 0 1em 0 2em;
}
.eAuction .banner-container #onMarketFlag:before,
.eAuction .banner-container #onMarketFlag:after {
  border-left-color: #3ab54a;
}
.eAuction .text {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  color: white;
  padding: 90px 20px 15px;
  overflow: hidden;
  /* ------------------------------- */
  /* ------------------------------- */
}
.eAuction .text .fa-gavel {
  font-size: 160px;
  bottom: 40px;
  left: 15px;
  color: rgba(255, 255, 255, 0.08);
  position: absolute;
  z-index: 1;
}
.eAuction .text .paused {
  z-index: 1;
}
.eAuction .text #loading-div {
  font-size: 18px;
  opacity: .9;
  font-weight: 100;
  letter-spacing: .5px;
}
.eAuction .text #loading-div i {
  opacity: .9;
  font-size: 35px;
  vertical-align: middle;
  margin-right: 10px;
}
.eAuction .text .appraisal {
  display: none;
}
.eAuction .text span.currentBid {
  line-height: 1em;
}
.eAuction .text .currentBid {
  font-size: 50px;
  font-weight: 300;
  padding: 0 0 50px;
  /*overflow hidden cutting off text on mobile*/
  /*overflow: hidden;*/
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.eAuction .text .currentBid span {
  display: block;
  color: white;
  /*transform: scale(1, 1);
				-webkit-transform: scale(1, 1);*/
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 50%;
  float: left;
  line-height: initial;
}
.eAuction .text .currentBid span.spin {
  transform: rotateX(90deg);
}
.eAuction .text .currentBid .next-bid {
  display: none;
  width: 50%;
  float: right;
  text-align: right;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 16px;
}
.eAuction .text .currentBid .next-bid.hide {
  opacity: 0;
}
.eAuction .text .currentBid .next-bid i {
  color: rgba(255, 255, 255, 0.3);
  font-size: 26px;
  -webkit-animation: rotation 2s linear infinite;
  -moz-animation: rotation 2s linear infinite;
  -ms-animation: rotation 2s linear infinite;
}
.eAuction .text .currentBid .next-bid div {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 10px 15px;
  -webkit-animation: pulse 3s linear infinite;
  -moz-animation: pulse 3s linear infinite;
  -ms-animation: pulse 3s linear infinite;
}
.eAuction .text .currentBid aside {
  font-size: 14px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  clear: both;
  /*.currency-one, .currency-two {
					display: inline-block;
					select{
						background: none;
						border: 0;
						padding: 0;
						margin: 0;
						font-weight: 400;
						color: #F6931E;
						display: inline-block;
						width: auto;
						height: 18px;
						line-height: 18px;
						options{
							color: #000;
						}
					}
					.amount {
						display: inline-block;	
						transform: scale(1, 1);
						-webkit-transform: scale(1, 1);
						.animate(0.2s);
					}
				}
				.currency-one {
					margin-right: 20px;
				}*/
}
.eAuction .text .currentBid aside b {
  color: #F6931E;
}
.eAuction .text .currentBid aside .currency-one {
  display: inline-block;
  font-size: 30px;
  top: 20px;
}
.eAuction .text .currentBid aside .currency-one select {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #F6931E;
  display: inline-block;
  width: auto;
  font-size: inherit;
  cursor: pointer;
}
.eAuction .text .currentBid aside .currency-one select options {
  color: #000;
}
.eAuction .text .currentBid aside .currency-one .amount {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.eAuction .text .currentBid aside .currency-one label {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
  display: block;
}
.eAuction .text .currentBid em {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.eAuction .text .currentBid .fa {
  font-size: 1em;
}
.eAuction .text .currentBid.animate span {
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.eAuction .text ul {
  height: 305px;
  /*overflow-y: scroll;*/
  /* Scrollbar appears to right even when unnecessary */
  overflow-y: auto;
  margin-top: 20px;
  width: 100%;
}
.eAuction .text ul .animated {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.eAuction .text ul em {
  position: absolute;
  right: 0;
  font-size: 14px;
}
.eAuction .text ul .priceEstimate,
.eAuction .text ul .countdownTimer {
  font-size: 32px;
  font-weight: 100;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.eAuction .text ul .priceEstimate span,
.eAuction .text ul .countdownTimer span {
  font-size: 20px;
  font-weight: 400;
  color: #29ABE2;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.eAuction .text ul .priceEstimate {
  margin-top: 20px;
}
.eAuction .text ul .bid {
  font-size: 15px;
  opacity: .9;
  /*padding: 10px 5px;*/
  padding: 10px 0;
  font-weight: 300;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  transition-delay: 0.2s;
}
.eAuction .text ul .bid aside {
  display: none;
  /* ----------- */
  opacity: 0;
  padding: 10px 0 0 65px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.eAuction .text ul .bid aside b {
  color: #F6931E;
}
.eAuction .text ul .bid span {
  width: 27px;
  text-align: right;
  display: inline-block;
}
.eAuction .text ul .bid span.increment {
  /*font-size: 0.85em;
						margin-left: 20px;*/
  width: auto;
  color: white;
  float: right;
}
.eAuction .text ul .bid.spin {
  transition: none;
  transform: rotateX(90deg);
}
.eAuction .text ul .bid .vendor {
  display: inline-block;
  background: #eb2027;
  color: white;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 20px;
  font-weight: 500;
  font-size: 0.95em;
  zoom: 0.85;
}
.eAuction .text ul .bid .vendor ~ .vendor {
  margin-left: 5px;
}
.eAuction .text ul .bid em {
  display: none;
}
.eAuction .text ul .bid:first-of-type {
  border-top: 0;
}
.eAuction .paused {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.eAuction .paused .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.eAuction .paused .container i {
  font-size: 4em;
  border: solid 4px white;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  -webkit-animation: rotation 6s linear infinite;
  -moz-animation: rotation 6s linear infinite;
  -ms-animation: rotation 6s linear infinite;
}
.eAuction .paused .container h3 {
  font-size: 2em;
  font-weight: 300;
  margin-top: 20px;
}
.eAuction .legend,
.eAuction .disclaimer {
  position: absolute;
  bottom: 15px;
  left: 30px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
}
@media (max-width: 420px) {
  .eAuction .legend,
  .eAuction .disclaimer {
    font-size: 8px;
  }
}
.eAuction .legend {
  right: 30px;
  left: auto;
}
.eAuction .legend em {
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  background: #d51e23;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-size: 0.9em;
  line-height: 1.2rem;
  font-style: normal;
}
.eAuction .legend p {
  line-height: 1.6;
}
.eAuction .auct-onmarket {
  background: #3ab54a !important;
}
.eAuction .auct-onmarket .fa {
  font-size: 1em !important;
}
.eAuction .contact-us {
  left: -100%;
  z-index: 2;
  visibility: visible;
  color: white;
  width: 100%;
  display: block;
  /*position: absolute;*/
  position: relative;
  right: 0;
  bottom: 0;
  padding: 50px 20px;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -o-transition: left 2s;
  transition: left 2s;
  -webkit-animation-delay: 2s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 2s;
}
.eAuction .contact-us h3 {
  font-size: 1.8em;
  font-weight: 300;
  padding-bottom: 30px;
  color: white;
}
.eAuction .contact-us .auction-inner-container {
  position: relative;
}
.eAuction .contact-us .fa-close {
  display: none;
  cursor: pointer;
}
.eAuction .contact-us .contact {
  display: inline-block;
  color: #fb9400;
  border: solid 1px #fb9400;
  padding: 10px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9em;
  cursor: pointer;
  background: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.eAuction .contact-us .contact:hover {
  color: transparent;
  background: #fb9400;
  color: white;
}
.eAuction .contact-us form {
  display: none;
  padding-bottom: 30px;
}
.eAuction .contact-us form fieldset {
  margin-bottom: 10px;
}
.eAuction .contact-us form fieldset ::-webkit-input-placeholder {
  color: #c8c8c8;
}
.eAuction .contact-us form fieldset ::-moz-placeholder {
  color: #c8c8c8;
}
.eAuction .contact-us form fieldset :-ms-input-placeholder {
  color: #c8c8c8;
}
.eAuction .contact-us form fieldset :-moz-placeholder {
  color: #c8c8c8;
}
.eAuction .contact-us form fieldset input {
  color: white;
  background: transparent;
  border-color: white;
}
.eAuction .contact-us form fieldset.fieldset_message {
  margin-bottom: 20px;
}
.eAuction .contact-us form input[type=submit] {
  color: #fb9400;
  border: solid 1px #fb9400;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9em;
  background: transparent !important;
  width: 98%;
  margin: 0 1%;
  line-height: 1;
  padding: 15px 20px;
}
.eAuction .contact-us form input[type=submit]:hover {
  background: #fb9400 !important;
  color: white;
}
.eAuction.demo .text ul li:first-child {
  opacity: 1;
}
.eAuction.sold .legend,
.eAuction.passedin .legend,
.eAuction.sold .disclaimer,
.eAuction.passedin .disclaimer {
  display: none;
}
.eAuction.sold .contact-us,
.eAuction.passedin .contact-us {
  left: 0;
}
.eAuction.sold .text,
.eAuction.passedin .text {
  overflow-y: auto;
}
@media only screen and (min-width: 350px) {
  .eAuction #eAuctionBanner.sold {
    max-width: 70%;
  }
}
@media only screen and (min-width: 400px) {
  .eAuction .text ul .bid span.increment {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    float: none;
  }
  .eAuction .text ul .bid em {
    display: inline-block;
  }
}
@media only screen and (min-width: 640px) {
  .eAuction .text {
    width: 75%;
    padding: 115px 30px 15px;
  }
  .eAuction .text ul {
    margin-top: 0;
  }
  .eAuction .text .currentBid {
    font-size: 60px;
  }
  .eAuction .text .currentBid .next-bid {
    display: block;
  }
  .eAuction #eAuctionBanner,
  .eAuction #onMarketFlag {
    width: auto !important;
    max-width: none !important;
    /*padding: 0 20px !important;*/
    position: relative !important;
    left: 0 !important;
    float: left;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
  }
  .eAuction #eAuctionBanner.sold b,
  .eAuction #eAuctionBanner.sold aside {
    line-height: 64px;
  }
  .eAuction #eAuctionBanner,
  .eAuction #onMarketFlag {
    top: 15px;
  }
  .sold .contact-us form {
    max-width: 80%;
    margin: 0 auto;
  }
  .sold .contact-us form fieldset {
    width: 48%;
    margin: 0 1% 10px;
    float: left;
  }
  .sold .contact-us form fieldset.fieldset_address,
  .sold .contact-us form fieldset.fieldset_message {
    width: 98%;
  }
  .sold .contact-us form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .eAuction .full-screen span {
    display: inline;
  }
}
@media only screen and (min-width: 1150px) {
  .eAuction .text {
    width: 50%;
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
/* --- For Homepage Listings --- */
#eauction-list-alpha ul li {
  position: relative;
}
#eauction-list-alpha ul li a {
  display: block;
  position: relative;
}
#eauction-list-alpha ul li a .pause {
  display: block;
  position: absolute;
  padding-top: 1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#eauction-list-alpha ul li a .pause i {
  padding: 1em;
  border: 2px solid white;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  font-size: 1.5em;
  line-height: 25px;
}
#eauction-list-alpha ul li a .pause p {
  padding: 1em 0;
}
#eauction-list-alpha ul li .banner-container {
  position: absolute;
}
#eauction-list-alpha ul li .banner-container .banner {
  top: 15px;
  left: 0;
  background-color: #28ABE3;
  color: white;
  font-size: 17px;
  letter-spacing: 3px;
  padding: 2px 20px;
  text-transform: uppercase;
  line-height: 25px;
  transition: all 0.2s ease-out, background 0.5s ease-out 0.2s;
  float: left;
  position: relative;
  z-index: 2;
}
#eauction-list-alpha ul li .banner-container .banner.om-banner {
  z-index: 1;
  display: none;
  background: #4cd327;
  padding-right: 15px;
}
#eauction-list-alpha ul li .banner-container .banner.om-banner:before,
#eauction-list-alpha ul li .banner-container .banner.om-banner:after {
  border-left-color: #4cd327;
}
#eauction-list-alpha ul li .banner-container .banner.out {
  transform: translateX(-120%);
}
#eauction-list-alpha ul li .banner-container .banner:before,
#eauction-list-alpha ul li .banner-container .banner:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -10px;
  border-bottom: 32px solid transparent;
  border-left: 10px solid #28ABE3;
  transition: all 0.5s ease-out 0.2s;
}
#eauction-list-alpha ul li .banner-container .banner:after {
  top: auto;
  bottom: 0;
  right: -10px;
  border-top: 32px solid transparent;
  border-left: 10px solid #28ABE3;
  border-bottom: none;
}
#eauction-list-alpha ul li .banner-container .banner.active {
  background-color: #F6931E;
}
#eauction-list-alpha ul li .banner-container .banner.active:before,
#eauction-list-alpha ul li .banner-container .banner.active:after {
  border-left-color: #F6931E;
}
#eauction-list-alpha ul li .banner-container .banner.waiting {
  background-color: #28ABE3;
}
#eauction-list-alpha ul li .banner-container .banner.waiting:before,
#eauction-list-alpha ul li .banner-container .banner.waiting:after {
  border-left-color: #28ABE3;
}
#eauction-list-alpha ul li .banner-container .banner.sold {
  background-color: #eb1c22;
}
#eauction-list-alpha ul li .banner-container .banner.sold:before,
#eauction-list-alpha ul li .banner-container .banner.sold:after {
  border-left-color: #eb1c22;
}
#eauction-list-alpha ul li .banner-container .banner.passed {
  background-color: gray;
}
#eauction-list-alpha ul li .banner-container .banner.passed:before,
#eauction-list-alpha ul li .banner-container .banner.passed:after {
  border-left-color: gray;
}
#eauction-list-alpha ul li .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.5s;
}
#eauction-list-alpha ul li aside {
  position: absolute;
  bottom: 0;
  z-index: 1;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: white;
  line-height: 20px;
  letter-spacing: 2px;
  font-size: 11px;
  text-align: center !important;
}
#eauction-list-alpha ul li aside span {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 0;
  display: block;
}
#eauction-list-alpha ul li aside em {
  font-size: 1.6em;
}
#eauction-list-alpha ul li aside em i.fa-spin {
  margin: 0 7px;
  font-size: 0.5em;
  position: relative;
  bottom: 3px;
  transform-origin: 40% 50%;
  color: rgba(255, 255, 255, 0.6);
}
#eauction-list-alpha ul li aside > em,
#eauction-list-alpha ul li aside > b,
#eauction-list-alpha ul li aside > strong {
  display: inline-block;
  transition: all 0.2s;
  transform: translateY(0%);
  opacity: 1;
}
#eauction-list-alpha ul li aside > em.out,
#eauction-list-alpha ul li aside > b.out,
#eauction-list-alpha ul li aside > strong.out {
  transform: translateY(20%);
  opacity: 0;
}
@media (min-width: 640px) {
  #eauction-list-alpha ul li:first-child .banner {
    top: 30px;
    font-size: 30px;
    letter-spacing: 5px;
    padding: 6px 30px;
    line-height: 30px;
  }
  #eauction-list-alpha ul li:first-child aside {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3px;
  }
}
/* --- */
#live-auction-alpha {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#live-auction-alpha .eAuction {
  width: 100%;
  height: 100%;
  /*--------------*/
  /*----------------*/
}
#live-auction-alpha .eAuction #eAuctionBanner {
  width: 100% !important;
  display: flex !important;
  padding: 0 !important;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 3;
  height: 64px;
}
#live-auction-alpha .eAuction #eAuctionBanner:before,
#live-auction-alpha .eAuction #eAuctionBanner:after {
  display: none;
  /* Otherwise the styles from eauctions seep in */
}
#live-auction-alpha .eAuction #eAuctionBanner .envelope {
  position: absolute;
  top: 64px;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #007bff transparent transparent transparent;
}
#live-auction-alpha .eAuction #eAuctionBanner a {
  position: absolute;
  right: 10px;
  color: white;
  text-transform: lowercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  height: 100%;
}
#live-auction-alpha .eAuction #eAuctionBanner a span {
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  color: inherit;
  top: 0;
  margin-right: 10px;
  display: none;
  /* Need this to only appear on tablet and desktop */
}
#live-auction-alpha .eAuction #eAuctionBanner a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#live-auction-alpha .eAuction #eAuctionBanner #status {
  text-transform: uppercase;
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
#live-auction-alpha .eAuction #eAuctionBanner.sold {
  max-width: initial;
  background-color: #eb1c22;
}
#live-auction-alpha .eAuction #eAuctionBanner.sold:before,
#live-auction-alpha .eAuction #eAuctionBanner.sold:after {
  display: none;
}
#live-auction-alpha .eAuction #eAuctionBanner.passedin {
  background-color: #5d5d5d;
}
#live-auction-alpha .eAuction #eAuctionBanner.onmarket {
  background-color: #3ab54a;
}
#live-auction-alpha .eAuction #eAuctionDiamond {
  position: relative;
  z-index: 2;
  /* Grey */
}
#live-auction-alpha .eAuction #eAuctionDiamond path {
  fill: #808080;
}
#live-auction-alpha .eAuction #eAuctionDiamond.active path {
  fill: #F6931E;
}
#live-auction-alpha .eAuction #eAuctionDiamond.sold path {
  fill: #eb1c22;
}
#live-auction-alpha .eAuction #eAuctionDiamond.passedin path {
  fill: #5d5d5d;
}
#live-auction-alpha .eAuction #eAuctionDiamond.onmarket path {
  fill: #3ab54a;
}
#live-auction-alpha .eAuction .text {
  width: 100%;
  height: 100vh;
  background: black;
}
#live-auction-alpha .eAuction .text .container {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
#live-auction-alpha .eAuction .text .container .address {
  font-size: 1.8em;
  font-weight: 300;
}
#live-auction-alpha .eAuction .text .animatedText-wrapper {
  width: auto;
  float: none;
  font-weight: 700;
  font-size: 1em;
  overflow: visible;
}
#live-auction-alpha .eAuction .text .animatedText-wrapper .animatedText {
  width: auto;
  float: none;
}
#live-auction-alpha .eAuction .text .address {
  position: absolute;
  left: 20px;
  bottom: 90px;
}
#live-auction-alpha .eAuction .text .address span {
  color: inherit;
}
#live-auction-alpha .eAuction .text .currentBid {
  font-size: 50px;
  overflow: hidden;
}
#live-auction-alpha .eAuction .text .currentBid aside {
  display: block;
}
#live-auction-alpha .eAuction .text .currentBid aside div {
  display: inline-block;
  margin: 0 10px;
}
#live-auction-alpha .eAuction .text ul {
  overflow-y: visible;
  text-align: center;
}
#live-auction-alpha .eAuction #bid-list .currentBid .animatedText-wrapper {
  display: inline-block;
  perspective: 300px;
}
#live-auction-alpha .eAuction #bid-list .currentBid .animatedText-wrapper .animatedText {
  opacity: 0;
  transform-origin: 50% 50%;
  transform: rotateX(180deg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#live-auction-alpha .eAuction #bid-list .currentBid .animatedText-wrapper .animatedText.animating {
  position: relative;
  top: auto;
  left: auto;
}
#live-auction-alpha .eAuction #bid-list .currentBid .animatedText-wrapper .animatedText.is-visible {
  position: relative;
  opacity: 1;
  transform: rotateX(0deg);
  animation: cd-rotate-1-in 0.5s;
}
#live-auction-alpha .eAuction #bid-list .currentBid .animatedText-wrapper .animatedText.is-hidden {
  transform: rotateX(180deg);
  animation: cd-rotate-1-out 0.5s;
}
#live-auction-alpha .eAuction #bid-list .currentBid aside {
  position: static;
  margin-top: 20px;
}
#live-auction-alpha .eAuction #bid-title span {
  display: none;
  color: #FFF;
}
#live-auction-alpha .eAuction #bid-title .currentBid {
  text-transform: uppercase;
  font-size: 20px;
}
#live-auction-alpha .eAuction .legend {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#live-auction-alpha .eAuction .legend li {
  padding-top: 8px;
}
#live-auction-alpha .eAuction .legend li span.v,
#live-auction-alpha .eAuction .legend li span.om {
  display: inline-block !important;
}
#live-auction-alpha .eAuction span.v,
#live-auction-alpha .eAuction span.om {
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 0.8em;
  display: none;
  color: white;
  border-radius: 50%;
  float: none;
  font-size: 12px;
  text-align: center;
}
#live-auction-alpha .eAuction span.v {
  background: #D51E23;
}
#live-auction-alpha .eAuction span.om {
  background: #3AB54A;
}
#live-auction-alpha .eAuction #logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 250px;
}
@media only screen and (min-width: 320px) {
  #live-auction-alpha .eAuction #eAuctionBanner #status {
    top: 0;
  }
}
@media only screen and (min-width: 640px) {
  #live-auction-alpha .eAuction #eAuctionBanner #status {
    font-size: 2em;
    font-weight: 700;
  }
  #live-auction-alpha .eAuction #bid-list .currentBid aside {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #live-auction-alpha .eAuction #eAuctionBanner #status {
    top: 5px;
    font-size: 30px;
  }
  #live-auction-alpha .eAuction #eAuctionBanner a span {
    display: inline;
  }
  #live-auction-alpha .eAuction .text .animatedText-wrapper {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 980px) {
  #live-auction-alpha .eAuction #eAuctionBanner #status {
    top: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  #live-auction-alpha .eAuction #eAuctionBanner #status {
    top: 15px;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
#listing-show-quebec {
  -webkit-print-color-adjust: exact;
}
#listing-show-quebec .bx-wrapper li {
  height: 0;
  padding-bottom: 70%;
}
#listing-show-quebec .bx-wrapper li .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 70%;
}
#listing-show-quebec .info .enquiry-btn-container a {
  background: white;
  transition: all 0.5s;
  color: black;
  border: solid 1px #bbb;
  cursor: pointer;
  display: block;
  margin: 12px 0;
  padding: 6px 12px;
  text-decoration: none;
}
#listing-show-quebec .info .enquiry-btn-container a:focus,
#listing-show-quebec .info .enquiry-btn-container a:hover,
#listing-show-quebec .info .enquiry-btn-container a:active {
  color: black;
  background-color: #FFF;
  text-decoration: none;
  border-color: black;
}
#listing-show-quebec .info .staff-member .name {
  text-transform: capitalize;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-quebec .info .card .bbc {
    width: 35%;
    float: right;
  }
  #listing-show-quebec .info .card .description {
    width: 65%;
    float: left;
  }
  #listing-show-quebec .info .card .description .staff .staff-member {
    width: 50%;
    float: left;
  }
  #listing-show-quebec .info .card .description .staff:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-quebec .info .card .tools {
    width: 35%;
    float: left;
  }
  #listing-show-quebec .info .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-quebec:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-quebec .bx-wrapper li {
    padding-bottom: 60%;
  }
  #listing-show-quebec .bx-wrapper li .image {
    padding-bottom: 60%;
  }
  #listing-show-quebec .info .card .bbc {
    width: 30%;
  }
  #listing-show-quebec .info .card .description {
    width: 70%;
  }
  #listing-show-quebec .info .card .tools {
    width: 30%;
  }
}
.font-family {
  font-family: "as-bbc", sans-serif !important;
}
.flex-center-style {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* DISPLAY JUST THE FORM. SOME CLIENTS HAVE REQUESTED FOR THE FORM TO APPEAR ON CERTAIN PAGES, AND THESE STYLES WILL REMOVE ALL OTHER PROPERTY ALERT ELEMENTS EXCEPT FOR THE FORM */
/* Can't be used in propertyAlert.css since the boxes flash before being hidden due to the loading order */
.disable-property-alert-modal .lity-hide {
  display: block !important;
}
.disable-property-alert-modal #form-property-alpha {
  display: none;
}
.disable-property-alert-modal #property-alert #property-alert-container .left-col {
  display: none !important;
}
.disable-property-alert-modal #property-alert #property-alert-container .right-col {
  width: 100%;
  flex-basis: 100%;
  height: auto;
  overflow: auto;
}
.disable-property-alert-modal #property-alert #property-alert-container .right-col #property-alert-form .row {
  flex-flow: row nowrap;
}
#form-property-alpha ~ .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #505052;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #505052, #838286);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #505052, #838286);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-blend-mode: multiply;
}
#form-property-alpha ~ .background.banner-slick-slider {
  background: none;
  background: transparent;
}
#form-property-alpha {
  min-width: 320px;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-flow: nowrap column;
  /* Use matching pure.css widths */
  /* Left panel - info area */
  /* Use matching pure.css widths */
}
.singlestep #form-property-alpha {
  padding: 0;
}
#form-property-alpha .flex {
  display: flex;
}
#form-property-alpha .flex-row {
  flex-flow: nowrap row;
}
#form-property-alpha .flex-col {
  flex-flow: wrap column;
}
#form-property-alpha .self-center {
  display: inline-flex;
  align-self: center;
  justify-self: center;
  align-items: center;
  flex-grow: 0.7;
}
@media (max-width: 670px) {
  #form-property-alpha .md-flex-wrap {
    flex-flow: wrap row;
  }
}
@media (min-width: 671px) {
  #form-property-alpha .self-top {
    justify-self: flex-start;
  }
}
#form-property-alpha.container {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 15px 40px;
  margin: 0 auto;
}
#form-property-alpha .pure-g {
  width: 100%;
}
#form-property-alpha h2,
#form-property-alpha h3 {
  font-size: 1.7em;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 0.5em;
  line-height: 1.2;
}
#form-property-alpha h3 {
  font-size: 1.4em;
  padding: 0;
}
#form-property-alpha h3 em {
  font-style: normal;
  color: #505052;
  padding-right: 10px;
  /*        display: inline-block;
        width: 20px;
        height: 20px;
        display: flex;
        align-items:center;
        justify-content:center;*/
}
#form-property-alpha .property-success h3 {
  padding: 0 0 1em;
}
#form-property-alpha .property-success .button {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: normal;
}
#form-property-alpha form a {
  margin-top: 1.5rem;
  text-transform: none;
  font-size: 1.2em;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  #form-property-alpha form a {
    margin-top: 3rem;
  }
}
#form-property-alpha form .success,
#form-property-alpha form .error {
  opacity: 0;
  min-height: 1rem;
  padding: 1.25em 0 1.5em;
  color: #da4343;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 2;
  transition: all 0.2s ease-out;
}
#form-property-alpha form .success.on,
#form-property-alpha form .error.on {
  opacity: 1;
}
@media (min-width: 640px) {
  #form-property-alpha form .success,
  #form-property-alpha form .error {
    padding: 1.25em 0 2em;
  }
}
#form-property-alpha form .success {
  color: green;
}
#form-property-alpha button,
#form-property-alpha .button,
#form-property-alpha input[type="submit"] {
  display: block;
  color: white;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  background: #505052;
  border-color: #505052;
  padding: 15px 10px;
  /*Messes up valiagnment of 'Find Out How' buttons*/
  /*line-height: 1.2;*/
}
#form-property-alpha button:focus,
#form-property-alpha .button:focus,
#form-property-alpha input[type="submit"]:focus,
#form-property-alpha button:active,
#form-property-alpha .button:active,
#form-property-alpha input[type="submit"]:active,
#form-property-alpha button:hover,
#form-property-alpha .button:hover,
#form-property-alpha input[type="submit"]:hover {
  background: #373738;
  border-color: #373738;
}
#form-property-alpha button.disabled,
#form-property-alpha .button.disabled,
#form-property-alpha input[type="submit"].disabled,
#form-property-alpha button:disabled,
#form-property-alpha .button:disabled,
#form-property-alpha input[type="submit"]:disabled {
  background: gray !important;
  border-color: gray !important;
}
#form-property-alpha .spin-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}
#form-property-alpha .address-spinner {
  position: relative;
  right: auto;
  top: auto;
  display: none;
}
#form-property-alpha .fa-chevron-left {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 20;
  color: black;
  font-size: 1.2rem;
}
@media (max-width: 48em) {
  #form-property-alpha .fa-chevron-left {
    left: auto;
    top: auto;
    bottom: 20px;
    right: 50px;
  }
}
#form-property-alpha .fa-close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 22px;
  z-index: 20;
  color: black;
  font-size: 1.4rem;
}
@media (min-width: 42em) {
  #form-property-alpha {
    font-size: 1em;
  }
}
#form-property-alpha .info,
#form-property-alpha > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#form-property-alpha .logo-header {
  align-items: center;
  text-align: center;
  padding: 0 0 2rem;
  transition: opacity 2s ease-out;
}
#form-property-alpha .logo-header img {
  max-width: 100%;
}
#form-property-alpha .info {
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  border: 1px solid white;
  padding: 2rem;
  max-width: 400px;
  min-width: 300px;
  position: relative;
  justify-content: space-around;
  transition: opacity 2s ease-out;
  height: auto;
  width: 90%;
  margin: 1em auto;
}
@media (min-width: 600px) {
  #form-property-alpha .info {
    height: 280px;
    width: 45%;
    margin: 1em;
  }
}
@media (min-width: 670px) {
  #form-property-alpha .info {
    height: 400px;
  }
}
#form-property-alpha .info h2.self-top {
  margin: 0;
  padding: 0;
  min-height: 60px;
}
#form-property-alpha .info p.self-center {
  display: flex;
  flex-grow: 1;
  padding: 2rem 0;
}
#form-property-alpha .info p {
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.5;
}
#form-property-alpha .info form {
  width: 100%;
  margin: 0 auto;
}
#form-property-alpha .info form a {
  transition: all 0.2s ease-out, visibility 0s linear 0s;
  margin: 0;
}
#form-property-alpha .info form a.off {
  transition: all 0.2s ease-out, visibility 0s linear 0.5s;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
#form-property-alpha .info.info-auction {
  justify-content: flex-start;
  text-align: center;
  padding: 3rem 5px 4rem;
}
@media (max-width: 48em) {
  #form-property-alpha .info.info-auction {
    display: none;
  }
}
#form-property-alpha .info.info-auction big {
  font-size: 1.4em;
}
#form-property-alpha .info.info-auction small {
  line-height: 1.6em;
}
#form-property-alpha .info.info-auction .bids {
  margin: 2rem 0 1.5rem;
}
#form-property-alpha .info.info-auction .bid-current {
  padding: 2em 0;
  background: rgba(0, 0, 0, 0.5);
}
#form-property-alpha .info.info-auction .bid-image {
  padding-left: 5px;
  overflow: hidden;
  flex: 1;
}
#form-property-alpha .info.info-auction .bid-image > div {
  height: 100%;
  width: 100%;
}
#form-property-alpha .info.off,
#form-property-alpha .logo-header.off {
  opacity: 0;
}
@media (min-width: 64em) {
  #form-property-alpha {
    flex-direction: column;
  }
  #form-property-alpha.container {
    padding: 50px 50px 50px;
  }
  #form-property-alpha .info {
    padding: 2rem 3rem;
  }
}
/* Form popup styles */
.lity-property-alert .lity-container .lity-content {
  padding: 0;
}
.form-property-container-underlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  height: 100%;
  width: 100%;
  max-height: 100vh;
  opacity: 0;
  visibility: hidden;
}
.form-property-container-underlay.on {
  visibility: visible;
  opacity: 1;
  display: block;
}
.form-property-container {
  z-index: 9999;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-out, visibility 0s linear 0s;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-flow: nowrap column;
  /* Use matching pure.css widths */
}
.form-property-container.singlestep {
  display: none;
}
.form-property-container.singlestep form {
  padding: 0;
}
.form-property-container .flex {
  display: flex;
}
.form-property-container .flex-row {
  flex-flow: nowrap row;
}
.form-property-container .flex-col {
  flex-flow: wrap column;
}
.form-property-container .self-center {
  display: inline-flex;
  align-self: center;
  justify-self: center;
  align-items: center;
  flex-grow: 0.7;
}
@media (max-width: 670px) {
  .form-property-container .md-flex-wrap {
    flex-flow: wrap row;
  }
}
@media (min-width: 671px) {
  .form-property-container .self-top {
    justify-self: flex-start;
  }
}
.form-property-container.container {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 15px 40px;
  margin: 0 auto;
}
.form-property-container .pure-g {
  width: 100%;
}
.form-property-container h2,
.form-property-container h3 {
  font-size: 1.7em;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 0.5em;
  line-height: 1.2;
}
.form-property-container h3 {
  font-size: 1.4em;
  padding: 0;
}
.form-property-container h3 em {
  font-style: normal;
  color: #505052;
  padding-right: 10px;
  /*        display: inline-block;
        width: 20px;
        height: 20px;
        display: flex;
        align-items:center;
        justify-content:center;*/
}
.form-property-container .property-success h3 {
  padding: 0 0 1em;
}
.form-property-container .property-success .button {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: normal;
}
.form-property-container form a {
  margin-top: 1.5rem;
  text-transform: none;
  font-size: 1.2em;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .form-property-container form a {
    margin-top: 3rem;
  }
}
.form-property-container form .success,
.form-property-container form .error {
  opacity: 0;
  min-height: 1rem;
  padding: 1.25em 0 1.5em;
  color: #da4343;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 2;
  transition: all 0.2s ease-out;
}
.form-property-container form .success.on,
.form-property-container form .error.on {
  opacity: 1;
}
@media (min-width: 640px) {
  .form-property-container form .success,
  .form-property-container form .error {
    padding: 1.25em 0 2em;
  }
}
.form-property-container form .success {
  color: green;
}
.form-property-container button,
.form-property-container .button,
.form-property-container input[type="submit"] {
  display: block;
  color: white;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  background: #505052;
  border-color: #505052;
  padding: 15px 10px;
  /*Messes up valiagnment of 'Find Out How' buttons*/
  /*line-height: 1.2;*/
}
.form-property-container button:focus,
.form-property-container .button:focus,
.form-property-container input[type="submit"]:focus,
.form-property-container button:active,
.form-property-container .button:active,
.form-property-container input[type="submit"]:active,
.form-property-container button:hover,
.form-property-container .button:hover,
.form-property-container input[type="submit"]:hover {
  background: #373738;
  border-color: #373738;
}
.form-property-container button.disabled,
.form-property-container .button.disabled,
.form-property-container input[type="submit"].disabled,
.form-property-container button:disabled,
.form-property-container .button:disabled,
.form-property-container input[type="submit"]:disabled {
  background: gray !important;
  border-color: gray !important;
}
.form-property-container .spin-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}
.form-property-container .address-spinner {
  position: relative;
  right: auto;
  top: auto;
  display: none;
}
.form-property-container .fa-chevron-left {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 20;
  color: black;
  font-size: 1.2rem;
}
@media (max-width: 48em) {
  .form-property-container .fa-chevron-left {
    left: auto;
    top: auto;
    bottom: 20px;
    right: 50px;
  }
}
.form-property-container .fa-close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 22px;
  z-index: 20;
  color: black;
  font-size: 1.4rem;
}
@media (min-width: 42em) {
  .form-property-container {
    font-size: 1em;
  }
}
.form-property-container.on {
  visibility: visible;
  opacity: 1;
  display: block;
}
.form-property-container .grecaptcha-badge {
  display: block;
  margin: 0 auto;
}
.form-property-container .button.g-recaptcha {
  font-size: 1em;
  width: 100%;
  border: 0;
}
.form-property-container .button.g-recaptcha:hover {
  cursor: pointer;
}
@media (min-width: 64em) {
  .form-property-container .fieldset_captcha {
    width: 50%;
  }
}
.form-property-container .fieldset_captcha .g-recaptcha {
  margin: 0 auto;
}
.form-property-container .termlinks {
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.form-property-container .termlinks a,
.form-property-container .termlinks a:hover,
.form-property-container .termlinks a:focus,
.form-property-container .termlinks a:active {
  display: inline;
  border: 0;
  font-size: 0.8rem;
  background: none;
}
@media (max-width: 64em) {
  .form-property-container .termlinks a,
  .form-property-container .termlinks a:hover,
  .form-property-container .termlinks a:focus,
  .form-property-container .termlinks a:active {
    color: black;
  }
}
@media (min-width: 64em) {
  .form-property-container .termlinks {
    left: auto;
    right: 10px;
    bottom: -45px;
  }
  .form-property-container .termlinks a,
  .form-property-container .termlinks a:hover {
    color: white;
  }
}
.form-property-container .flex-center {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form-property-container .flex-center .pure-g [class*=pure-u],
.form-property-container .flex-center .next {
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}
.form-property-container .flex-center .next {
  width: 100%;
}
.form-property-container .flex-center .next .button span {
  font-size: 1em;
}
.form-property-container .step {
  position: absolute;
  z-index: 10000;
  box-sizing: border-box;
  padding: 15px;
  background: white;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(-30%);
  transition: all 0.5s ease-out, visibility 0s linear 0.5s;
}
.form-property-container .step.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.5s ease-out, visibility 0s linear 0s;
}
.form-property-container .step input:not([type="radio"]):not(.btn),
.form-property-container .step select,
.form-property-container .step textarea {
  font-size: 1em;
  letter-spacing: 0;
  min-height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  width: 100%;
  color: black;
  padding: 1rem 1rem 0.4rem;
  height: 42px;
  line-height: 36px;
}
.form-property-container .step input.btn,
.form-property-container .step input[type="submit"] {
  width: 100%;
  color: #FFF;
  height: auto;
  line-height: initial;
  min-height: initial;
  padding: 1em;
}
.form-property-container .step select {
  position: relative;
  background: none;
  padding: .4rem 1rem;
  line-height: 50px;
  height: 55px;
  z-index: 2;
}
.form-property-container .step textarea {
  min-height: 70px;
  padding: 1.5rem 1rem 0.4rem !important;
  width: 100%;
  max-height: 130px;
  resize: vertical;
}
@media (min-width: 415px) {
  .form-property-container .step textarea {
    height: auto;
  }
}
.form-property-container .step label {
  color: gray;
  font-size: 1.1em;
  padding: 15px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 5px;
  text-align: left;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.form-property-container .step .radio label {
  position: static;
  padding: 5px 15px 5px 5px;
}
.form-property-container .step .select:after {
  position: absolute;
  right: 15px;
  top: 24px;
  color: lightgray;
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-property-container .step .err label {
  color: #c71414;
}
.form-property-container .step .err input,
.form-property-container .step .err select,
.form-property-container .step .err textarea {
  border-color: #c71414;
}
.form-property-container .step label.offset {
  line-height: 1;
  font-size: 0.6rem;
  padding: 5px 0 0 15px;
}
.form-property-container .step #residential-or-commercial-toggle {
  margin-bottom: 10px;
}
.form-property-container .step #address-select {
  position: absolute;
  z-index: 100;
  width: calc(100% - 10px);
}
.form-property-container .step #address-select ul {
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  border: 2px solid gray;
  border-top: 0;
  box-sizing: border-box;
}
.form-property-container .step #address-select ul li {
  width: 100%;
  cursor: pointer;
  padding: 1rem;
  text-align: left;
  color: black;
  line-height: 1.2;
  background: white;
}
.form-property-container .step #address-select ul li:hover,
.form-property-container .step #address-select ul li.selected {
  color: white;
  background: #505052;
}
@media (min-width: 640px) {
  .form-property-container .step {
    max-height: 500px;
    padding: 50px;
  }
}
@media (min-width: 640px) and (max-width: 64em) {
  .form-property-container .step .flex-center {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .form-property-container {
    max-height: none;
    margin: auto;
    position: fixed;
    visibility: hidden;
    opacity: 0;
  }
  .form-property-container.on {
    visibility: visible;
    opacity: 1;
  }
  .form-property-container .step {
    /*margin-left: 5px;*/
  }
  .form-property-container .fa-close {
    top: 15px;
  }
}
.form-property-container .singlestep {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  overflow-y: scroll;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}
.form-property-container .singlestep .step {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  top: auto;
  left: auto;
  height: auto;
  max-height: none;
}
.form-property-container .singlestep .step.step-1 .next,
.form-property-container .singlestep .step.step-2 .next {
  display: none;
}
.form-property-container .singlestep .step.step-2,
.form-property-container .singlestep .step.step-3 {
  padding-top: 0;
}
.form-property-container .singlestep .step.step-2 .fa-chevron-left,
.form-property-container .singlestep .step.step-3 .fa-chevron-left,
.form-property-container .singlestep .step.step-2 .fa-close,
.form-property-container .singlestep .step.step-3 .fa-close {
  display: none;
}
.form-property-container .singlestep .step.step-2 button,
.form-property-container .singlestep .step.step-3 button {
  margin-top: 1em;
}
/****** GLOBAL COMPONENT
	-- add all required styles (do not relay on any layout styles)
	-- import this component within a layout before any layout specific variables are set */
/* Scoped dependencies --
	-- use (reference) in components to scope styles (--- only do a standard import of dependencies via a layout)
		this avoids conflict with other globally scoped styles within a layout
		all custom component -OR- component dependency styles should be added to a layout's components.less */
/* checkbox styles */
/* form error/success */
/* GLOBAL vars -- TIP: use standardised variables where possible
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* Global breakpoints */
/* LOCAL vars -- TIP: for non-standardised variables use a localised naming convention to avoid conflict
	-- allows simple customisation with a variable RE-definition within a layouts components.less
	-- allows calculated methods based on standardised layout variables (above) */
/* ---------------- STYLES ---------------- */
.form-listing-enquiry-alpha,
.form-project-enquiry-alpha {
  /* Base for label styling */
  /* checkbox aspect -- :BEFORE is background/check border */
  /* checked mark aspect -- :AFTER is the check mark */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked),
.form-project-enquiry-alpha [type="checkbox"]:not(:checked),
.form-listing-enquiry-alpha [type="checkbox"]:checked,
.form-project-enquiry-alpha [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked) + label,
.form-project-enquiry-alpha [type="checkbox"]:not(:checked) + label,
.form-listing-enquiry-alpha [type="checkbox"]:checked + label,
.form-project-enquiry-alpha [type="checkbox"]:checked + label {
  position: relative;
  display: block;
  padding: 8px 5px 8px 40px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
	                                  supported by Chrome and Opera */
}
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked) + label:before,
.form-project-enquiry-alpha [type="checkbox"]:not(:checked) + label:before,
.form-listing-enquiry-alpha [type="checkbox"]:checked + label:before,
.form-project-enquiry-alpha [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #828286;
  background: none;
  border-radius: 4px;
}
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked) + label:after,
.form-project-enquiry-alpha [type="checkbox"]:not(:checked) + label:after,
.form-listing-enquiry-alpha [type="checkbox"]:checked + label:after,
.form-project-enquiry-alpha [type="checkbox"]:checked + label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  text-align: center;
  font-size: 1.3em;
  line-height: .8;
  color: #505052;
  transition: opacity .2s, transform .2s, color .2s;
}
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked) + label:after,
.form-project-enquiry-alpha [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}
.form-listing-enquiry-alpha [type="checkbox"]:checked + label:after,
.form-project-enquiry-alpha [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.form-listing-enquiry-alpha [type="checkbox"]:disabled:not(:checked) + label:before,
.form-project-enquiry-alpha [type="checkbox"]:disabled:not(:checked) + label:before,
.form-listing-enquiry-alpha [type="checkbox"]:disabled:checked + label:before,
.form-project-enquiry-alpha [type="checkbox"]:disabled:checked + label:before {
  border-color: #b6b6b8;
}
.form-listing-enquiry-alpha [type="checkbox"]:disabled:checked + label:after,
.form-project-enquiry-alpha [type="checkbox"]:disabled:checked + label:after {
  color: #b6b6b8;
}
.form-listing-enquiry-alpha [type="checkbox"]:disabled + label,
.form-project-enquiry-alpha [type="checkbox"]:disabled + label {
  color: #b6b6b8;
}
.form-listing-enquiry-alpha [type="checkbox"]:checked:focus + label:before,
.form-project-enquiry-alpha [type="checkbox"]:checked:focus + label:before,
.form-listing-enquiry-alpha [type="checkbox"]:not(:checked):focus + label:before,
.form-project-enquiry-alpha [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #505052;
}
.form-listing-enquiry-alpha label:hover:before,
.form-project-enquiry-alpha label:hover:before {
  border: 1px solid #505052 !important;
}
.form-listing-enquiry-alpha .form-response,
.form-project-enquiry-alpha .form-response {
  text-align: center;
  padding: 20px;
  border: 1px solid #505050;
  border-radius: 2px;
  margin: 20px 0 0;
  font-weight: 400;
  /*hide validation by default*/
  display: none;
}
.form-listing-enquiry-alpha .form-response.form-error,
.form-project-enquiry-alpha .form-response.form-error {
  background: none;
  color: #e74444;
  border-color: #e74444;
}
.bg__dark .form-listing-enquiry-alpha .form-response.form-error,
.bg__dark .form-project-enquiry-alpha .form-response.form-error {
  color: #f39e9e;
  border-color: #f39e9e;
}
.form-listing-enquiry-alpha .form-response.form-success,
.form-project-enquiry-alpha .form-response.form-success {
  background: none;
  color: #28c06e;
  border-color: #28c06e;
}
.bg__dark .form-listing-enquiry-alpha .form-response.form-success,
.bg__dark .form-project-enquiry-alpha .form-response.form-success {
  color: #6de1a2;
  border-color: #6de1a2;
}
.form-listing-enquiry-alpha .pure-g,
.form-project-enquiry-alpha .pure-g {
  display: flex;
  flex-flow: row wrap;
}
.form-listing-enquiry-alpha .pure-u-1,
.form-project-enquiry-alpha .pure-u-1 {
  width: 100%;
}
@media (min-width: 568px) {
  .form-listing-enquiry-alpha .pure-u-sm-1-2,
  .form-project-enquiry-alpha .pure-u-sm-1-2 {
    width: 50%;
  }
}
.form-listing-enquiry-alpha .form-responses,
.form-project-enquiry-alpha .form-responses {
  margin: 6px 6px 12px;
}
.form-listing-enquiry-alpha .form-responses .form-response,
.form-project-enquiry-alpha .form-responses .form-response {
  padding: 15px;
  font-size: 1em;
  line-height: initial;
}
.form-listing-enquiry-alpha form fieldset,
.form-project-enquiry-alpha form fieldset {
  padding: 6px;
}
.form-listing-enquiry-alpha form ul,
.form-project-enquiry-alpha form ul {
  padding: 0;
}
@media (min-width: 568px) {
  .form-listing-enquiry-alpha form ul li:nth-of-type(even),
  .form-project-enquiry-alpha form ul li:nth-of-type(even) {
    padding: 3px 6px;
  }
}
.form-listing-enquiry-alpha form .fieldset_submit,
.form-project-enquiry-alpha form .fieldset_submit {
  padding-top: 12px;
}
.form-listing-enquiry-alpha form .fieldset_submit input[type=submit],
.form-project-enquiry-alpha form .fieldset_submit input[type=submit] {
  height: auto;
}
/****** GLOBAL COMPONENT
	-- add all required styles (do not rely on any layout styles) 
	-- import this component within a layout before any layout specific variables are set */
/* Scoped dependencies --
	-- use (reference) in components to scope styles (--- only do a standard import of dependencies via a layout) 
		this avoids conflict with other globally scoped styles within a layout 
		all custom component -OR- component dependency styles should be added to a layout's components.less */
/* GLOBAL vars -- TIP: use standardised variables where possible 
	-- & define all required variables for this component here (in case it's removed from a layouts variable.less) */
/* ---------------- STYLES ---------------- */
.banner-alpha {
  max-height: 600px;
  width: 100%;
  position: relative;
  background: #efefef;
  overflow: hidden;
  height: 100vw;
  /* 16:9 */
}
@media only screen and (min-width: 550px) {
  .banner-alpha {
    height: 56.25vw;
    /* 16:9 */
  }
}
@media only screen and (min-width: 768px) {
  .banner-alpha.isVideo {
    max-height: 36.25vw;
  }
}
.banner-alpha.on .inner-banner {
  opacity: 1;
}
.banner-alpha .inner-banner {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  transition: opacity 2s cubic-bezier(0.12, 0.92, 0.44, 1) 0.4s;
  /* OVERLAY STYLES */
  /* Video banner background */
}
.banner-alpha .inner-banner > div {
  /*background-blend-mode: darken;*/
}
.banner-alpha .inner-banner .slick-container {
  height: 100%;
}
.banner-alpha .inner-banner .slick-container .banner-alpha-inner {
  height: 100%;
}
.banner-alpha .inner-banner .slick-container .banner-alpha-inner .slide {
  height: 100%;
  /*background-blend-mode: darken;*/
}
.banner-alpha .inner-banner .slick-container .banner-alpha-inner.overlay:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.5;
}
.banner-alpha .inner-banner .slick-container .banner-thumbnails-wrapper {
  height: 100%;
  max-height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-alpha .inner-banner .slick-container .banner-thumbnails-wrapper .banner-thumbnails {
  height: 100%;
  margin: 0 10%;
}
.banner-alpha .inner-banner .slick-container .banner-thumbnails-wrapper .banner-thumbnails .thumbnail {
  width: 150px;
  height: 80px;
  margin: 15px 10px 0;
  border: 2px solid #FFF;
  transition: transform 0.2s ease;
}
.banner-alpha .inner-banner .slick-container .banner-thumbnails-wrapper .banner-thumbnails .thumbnail:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.banner-alpha .inner-banner.dot_1 .banner-alpha-inner:after {
  background: rgba(0, 0, 0, 0.2) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADouaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxOC0wNC0wNVQxNzowNjozNysxMDowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTgtMDQtMDVUMTc6MDY6MzcrMTA6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE4LTA0LTA1VDE3OjA2OjM3KzEwOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDplODNhMDAwNy00MGFkLTBlNDktOWRiNS1lNWVlNjJlYTk1YTk8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkYjI5YmQwMS0zODlmLTExZTgtODkzNi1kN2I0ODRhMzY3N2M8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo5NzFjMTkxNy03MDAyLTIyNDYtYTRiZC05YTcyMWYxZGZmZDI8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6OTcxYzE5MTctNzAwMi0yMjQ2LWE0YmQtOWE3MjFmMWRmZmQyPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE4LTA0LTA1VDE3OjA2OjM3KzEwOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmU4M2EwMDA3LTQwYWQtMGU0OS05ZGI1LWU1ZWU2MmVhOTVhOTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxOC0wNC0wNVQxNzowNjozNysxMDowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjQ8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+NDwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+JgWlhgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAJ0lEQVR42mTKsQ0AIAzAMJf/fw4zNKOVQVANHF9TPbCOCwAA//8DAE4rBwGhBxuuAAAAAElFTkSuQmCC');
  background-size: 2px;
}
.banner-alpha .inner-banner.grad_1 .banner-alpha-inner:after {
  background: linear-gradient(to top right, #505052, #fcfeff);
  opacity: 0.2;
}
.banner-alpha .inner-banner .text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: white;
  font-size: 1.5em;
}
.banner-alpha .inner-banner .text-container h1 {
  text-align: center;
}
.banner-alpha .inner-banner .banner-alpha-inner.video {
  overflow: hidden;
}
.banner-alpha .inner-banner .banner-alpha-inner.video,
.banner-alpha .inner-banner .banner-alpha-inner.video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-alpha .inner-banner .banner-alpha-inner.video .video-js,
.banner-alpha .inner-banner .banner-alpha-inner.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#agent-show-hotel {
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
#agent-show-hotel .image-wrapper .image .agent-image {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}
#agent-show-hotel .agents-properties ul li .container {
  position: relative;
}
#suburb-profile-show-bravo .container .middle .right,
#suburb-profile-show-bravo .container #place-heading,
#suburb-profile-show-bravo .container .list-container {
  display: none;
}
#agent-show-hotel .RMA-widget {
  padding: 20px 8px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-hotel .image-wrapper .image .agent-image {
    background-position: 50% 20%;
  }
  #agent-show-hotel .middle-wrapper {
    display: flex;
  }
  #agent-show-hotel .middle-wrapper .left {
    width: 66.66%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-hotel .middle-wrapper .right {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-hotel .RMA-widget {
    padding: 40px 16px 20px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-hotel .RMA-widget {
    padding: 60px 20px 40px;
  }
}
.area-specialist-appraisal form a {
  line-height: inherit !important;
}
#area-specialist-appraisal {
  display: block;
  padding: 0 8px 8px;
  padding-top: 86px;
  font-size: 14px;
  line-height: 22px;
}
#area-specialist-appraisal article {
  padding: 10px;
}
#area-specialist-appraisal article h1 {
  display: none;
}
#area-specialist-appraisal article h2 {
  display: block;
  padding: 0 0 8px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#area-specialist-appraisal form {
  background: #f1f1f1;
  padding: 8px;
}
#area-specialist-appraisal form fieldset {
  padding: 0 0 8px;
}
#area-specialist-appraisal form fieldset label {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#area-specialist-appraisal form .fieldset_first_name {
  clear: both;
}
#area-specialist-appraisal form .fieldset_mobile {
  margin-bottom: 16px;
}
#area-specialist-appraisal form input {
  margin: 5px 0;
}
#area-specialist-appraisal form select {
  margin: 5px 0;
}
#area-specialist-appraisal .select2-container {
  width: 100%;
  margin: 5px 0;
}
#area-specialist-appraisal .select2-container .select2-choice {
  cursor: pointer;
  border-color: #cfcfcf;
  background: white;
}
#area-specialist-appraisal .select2-container .select2-choice:hover {
  background: white !important;
  color: black !important;
}
#area-specialist-appraisal .select2-container .select2-choice .select2-search-field input {
  width: 100% !important;
  cursor: pointer;
  margin: 0;
}
#area-specialist-appraisal .select2-container .select2-choice .select2-search-choice {
  background: 0;
  border: 0;
  box-shadow: none;
}
#area-specialist-appraisal .select2-container .select2-choice .select2-arrow {
  background: 0;
  background-image: none;
  border: 0;
}
#area-specialist-appraisal .select2-container .select2-search-choice-close {
  background: url(/assets/jquery/plugins/select2/select2.png) right top no-repeat !important;
  height: 13px !important;
  border: 0;
}
#area-specialist-appraisal legend {
  font-weight: 600;
  margin: 5px;
}
._mx-headings article {
  padding: 10px;
}
._mx-headings article h1 {
  display: none;
}
._mx-headings article h2 {
  display: block;
  padding: 0 0 8px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
._mx-inputs {
  height: 44px !important;
  line-height: 1;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  border-color: black;
}
/* Redesign like https://www.harrisre.com.au/sell-with-harris/book-appraisal/ */
#area-specialist-appraisal-v2 {
  padding: 4em 15px;
}
#area-specialist-appraisal-v2 h1 {
  font-weight: 500;
  margin-bottom: 15px;
}
#area-specialist-appraisal-v2 article {
  padding: 10px;
}
#area-specialist-appraisal-v2 article h1 {
  display: none;
}
#area-specialist-appraisal-v2 article h2 {
  display: block;
  padding: 0 0 8px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#area-specialist-appraisal-v2 .flexrow {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#area-specialist-appraisal-v2 .flexrow .flex-col {
  width: 100%;
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  #area-specialist-appraisal-v2 .flexrow .flex-col-1-2 {
    width: calc(50% - 7.5px);
  }
}
#area-specialist-appraisal-v2 .form-errors {
  display: none;
  border-top: 2px solid #7f0404;
  border-bottom: 2px solid #7f0404;
  color: #7f0404;
  text-align: center;
  padding: 20px;
  line-height: 1.4;
  font-weight: 500;
}
#area-specialist-appraisal-v2 form {
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.2em;
}
#area-specialist-appraisal-v2 form * {
  font-size: 1em;
}
#area-specialist-appraisal-v2 form label {
  font-weight: 500;
  width: 100%;
}
#area-specialist-appraisal-v2 form label .select2-container,
#area-specialist-appraisal-v2 form label input,
#area-specialist-appraisal-v2 form label + input,
#area-specialist-appraisal-v2 form label select,
#area-specialist-appraisal-v2 form label + select,
#area-specialist-appraisal-v2 form label textarea,
#area-specialist-appraisal-v2 form label + textarea {
  margin-top: 8px;
}
#area-specialist-appraisal-v2 form input,
#area-specialist-appraisal-v2 form select,
#area-specialist-appraisal-v2 form .select2-container .select2-choice {
  height: 44px !important;
  line-height: 1;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  border-color: black;
}
#area-specialist-appraisal-v2 form textarea {
  border-color: black;
}
#area-specialist-appraisal-v2 form .select2-container {
  width: 100%;
}
#area-specialist-appraisal-v2 form .select2-container .select2-arrow {
  display: none;
}
#area-specialist-appraisal-v2 form input[type=submit] {
  color: white !important;
  background: black !important;
  max-width: 160px;
  margin: 0 auto;
  justify-content: center;
}
#area-specialist-appraisal-v2 form input[type=submit]:disabled {
  background: #dcd3d3 !important;
  border-color: #dcd3d3 !important;
}
.lity-appraisal-success {
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.8;
}
@media only screen and (min-width: 640px) {
  #area-specialist-appraisal {
    padding-top: 68px;
  }
  #area-specialist-appraisal article h2 {
    padding: 0 0 12px;
  }
  #area-specialist-appraisal form {
    padding: 12px 0 12px 12px;
  }
  #area-specialist-appraisal form fieldset {
    width: 100%;
    padding: 0 12px 12px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #area-specialist-appraisal form .fieldset_type {
    width: 25%;
  }
  #area-specialist-appraisal form .fieldset_mobile {
    margin-bottom: 24px;
  }
  #area-specialist-appraisal form .fieldset_listing_unit_number {
    width: 25%;
  }
  #area-specialist-appraisal form .fieldset_listing_street_number {
    width: 25%;
  }
  #area-specialist-appraisal form .fieldset_listing_suburb_postcode {
    width: 100%;
  }
  #area-specialist-appraisal form .fieldset_notes {
    width: 100%;
  }
  #area-specialist-appraisal form input {
    width: 48%;
    float: left;
    margin: 5px 0.5%;
  }
  #area-specialist-appraisal form select {
    width: 48%;
    float: left;
    margin: 5px 0.5%;
  }
  #area-specialist-appraisal form select#listing-listing_sale_method {
    float: none;
    width: 24%;
  }
  #area-specialist-appraisal form textarea {
    width: 99%;
    margin: 5px 0.5%;
  }
  #area-specialist-appraisal form input[type=submit] {
    float: right;
    padding: 0 12px;
    margin: 0 12px 0 0;
    width: auto;
  }
  #area-specialist-appraisal form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #area-specialist-appraisal .select2-container {
    width: 48%;
    float: left;
    margin: 5px 0.5%;
  }
}
@media only screen and (min-width: 980px) {
  #area-specialist-appraisal {
    padding-top: 45px;
  }
  #area-specialist-appraisal article h2 {
    padding: 0 0 20px;
  }
  #area-specialist-appraisal form {
    padding: 20px 0 20px 20px;
  }
  #area-specialist-appraisal form fieldset {
    padding: 0 20px 20px 0;
  }
  #area-specialist-appraisal form .fieldset_mobile {
    margin-bottom: 40px;
  }
  #area-specialist-appraisal form input[type=submit] {
    padding: 0 20px;
    margin: 0 20px 0 0;
  }
}
#homepage-sierra {
  display: block;
  padding-top: 50px;
  /* Homepage eauction - General */
}
#homepage-sierra #feature-items-wrapper,
#homepage-sierra #featured-suburbs ul {
  overflow: hidden;
}
#homepage-sierra section .heading {
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-top: 16px;
  display: block;
  text-align: center;
  font-size: 16px;
  position: relative;
}
#homepage-sierra .item-grid-wrapper {
  padding: 0;
}
#homepage-sierra .item-grid-wrapper.listings-map {
  height: 100vh;
  padding: 0 !important;
}
#homepage-sierra .item-grid-wrapper .list-container ul li .image {
  filter: grayscale(100%);
}
#homepage-sierra .item-grid-wrapper .list-container ul li:hover .image {
  filter: grayscale(0);
}
#homepage-sierra .item-grid-wrapper .list-container ul li a .underlay {
  display: none;
}
#homepage-sierra .item-grid-wrapper .map-box-text {
  position: absolute;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  margin: 20px;
  padding: 15px 15px 10px;
  border-radius: 2px;
  left: 0;
  right: 0;
  top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
}
@media (min-width: 768px) {
  #homepage-sierra .item-grid-wrapper .map-box-text {
    top: auto;
  }
}
#homepage-sierra .item-grid-wrapper .map-box-text #listings-title {
  font-size: 22px;
  padding: 0 0 5px;
  letter-spacing: 3px;
}
#homepage-sierra .item-grid-wrapper .map-box-text .listing-methods {
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 5;
}
#homepage-sierra .item-grid-wrapper .map-box-text .listing-methods button {
  font-family: inherit;
  color: #cecece;
  background-color: transparent;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #FFF;
  border-radius: 3px;
  margin: 2px 5px 0;
  padding: 4px 8px;
  transition: color .2s ease;
  cursor: pointer;
  border: none;
  position: relative;
}
#homepage-sierra .item-grid-wrapper .map-box-text .listing-methods button:hover {
  color: #FFF;
}
#homepage-sierra .item-grid-wrapper .map-box-text .listing-methods button.active {
  color: #FFF;
}
#homepage-sierra .item-grid-wrapper .map-box-text .listing-methods button:focus {
  outline: none;
}
#homepage-sierra .item-grid-wrapper .map-box-text .listing-methods button:after {
  content: ' ';
  width: 2px;
  height: 19px;
  background: #FFF;
  position: absolute;
  z-index: 10;
  right: -5px;
  top: 5px;
}
#homepage-sierra .item-grid-wrapper .map-box-text .listing-methods button:last-child:after {
  display: none;
}
#homepage-sierra #map-canvas {
  /*height:600px;*/
  height: 100vh;
  /*Include styling for infoboxes*/
}
#homepage-sierra #map-canvas div {
  box-sizing: border-box;
}
#homepage-sierra #map-canvas .in__rev__link h3 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: initial;
}
#homepage-sierra #map-canvas .in__rev__link a {
  font-family: inherit;
  text-decoration: none;
  color: #000;
  transition: color 0.2s ease;
}
#homepage-sierra #map-canvas .in__rev__link a:hover {
  color: #4d4d4d;
}
#homepage-sierra #feature-items-wrapper ul li,
#homepage-sierra #eauction-list-alpha ul li {
  background: none;
  float: left;
  box-sizing: border-box;
  margin: 0;
}
#homepage-sierra #feature-items-wrapper ul li a,
#homepage-sierra #eauction-list-alpha ul li a {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
#homepage-sierra #feature-items-wrapper ul li a .image,
#homepage-sierra #eauction-list-alpha ul li a .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
  transition: all .5s;
}
#homepage-sierra #feature-items-wrapper .info-wrapper,
#homepage-sierra #eauction-list-alpha .info-wrapper {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  color: white;
}
#homepage-sierra #feature-items-wrapper .info-wrapper h1,
#homepage-sierra #eauction-list-alpha .info-wrapper h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 0;
  display: inline-block;
}
#homepage-sierra #feature-items-wrapper .info-wrapper h2,
#homepage-sierra #eauction-list-alpha .info-wrapper h2 {
  height: 0;
  overflow: hidden;
  display: none;
}
#homepage-sierra #feature-items-wrapper .info-wrapper span,
#homepage-sierra #eauction-list-alpha .info-wrapper span {
  display: none;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper .underlay {
  right: 0 !important;
}
#homepage-sierra #eauction-list-alpha ul li {
  position: relative;
}
#homepage-sierra #eauction-list-alpha ul li .banner-container {
  position: absolute;
}
#homepage-sierra #eauction-list-alpha ul li .banner-container .banner {
  float: left;
  position: relative;
  z-index: 2;
}
#homepage-sierra #eauction-list-alpha ul li .banner-container .om-banner {
  z-index: 1;
  display: none;
  background: #4cd327;
  padding-right: 15px;
}
#homepage-sierra #eauction-list-alpha ul li .banner-container .om-banner:before,
#homepage-sierra #eauction-list-alpha ul li .banner-container .om-banner:after {
  border-left-color: #4cd327;
}
#homepage-sierra #eauction-list-alpha ul li a {
  display: block;
  position: relative;
}
#homepage-sierra #eauction-list-alpha ul li a .pause {
  display: block;
  position: absolute;
  padding-top: 1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#homepage-sierra #eauction-list-alpha ul li a .pause i {
  padding: 1em;
  border: 2px solid white;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  font-size: 1.5em;
  line-height: 25px;
}
#homepage-sierra #eauction-list-alpha ul li a .pause p {
  padding: 1em 0;
}
#homepage-sierra #eauction-list-alpha ul li .banner {
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #28ABE3;
  color: white;
  font-size: 17px;
  letter-spacing: 3px;
  padding: 2px 20px;
  text-transform: uppercase;
  line-height: 25px;
  transition: all 0.2s ease-out, background 0.5s ease-out 0.2s;
}
#homepage-sierra #eauction-list-alpha ul li .banner.out {
  transform: translateX(-120%);
}
#homepage-sierra #eauction-list-alpha ul li .banner:before,
#homepage-sierra #eauction-list-alpha ul li .banner:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -10px;
  border-bottom: 32px solid transparent;
  border-left: 10px solid #28ABE3;
  transition: all 0.5s ease-out 0.2s;
}
#homepage-sierra #eauction-list-alpha ul li .banner:after {
  top: auto;
  bottom: 0;
  right: -10px;
  border-top: 32px solid transparent;
  border-left: 10px solid #28ABE3;
  border-bottom: none;
}
#homepage-sierra #eauction-list-alpha ul li .banner.active {
  background-color: #F6931E;
}
#homepage-sierra #eauction-list-alpha ul li .banner.active:before,
#homepage-sierra #eauction-list-alpha ul li .banner.active:after {
  border-left-color: #F6931E;
}
#homepage-sierra #eauction-list-alpha ul li .banner.waiting {
  background-color: #28ABE3;
}
#homepage-sierra #eauction-list-alpha ul li .banner.waiting:before,
#homepage-sierra #eauction-list-alpha ul li .banner.waiting:after {
  border-left-color: #28ABE3;
}
#homepage-sierra #eauction-list-alpha ul li .banner.sold {
  background-color: #eb1c22;
}
#homepage-sierra #eauction-list-alpha ul li .banner.sold:before,
#homepage-sierra #eauction-list-alpha ul li .banner.sold:after {
  border-left-color: #eb1c22;
}
#homepage-sierra #eauction-list-alpha ul li .banner.passed {
  background-color: gray;
}
#homepage-sierra #eauction-list-alpha ul li .banner.passed:before,
#homepage-sierra #eauction-list-alpha ul li .banner.passed:after {
  border-left-color: gray;
}
#homepage-sierra #eauction-list-alpha ul li .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.5s;
}
#homepage-sierra #eauction-list-alpha ul li aside {
  position: absolute;
  bottom: 0;
  z-index: 1;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: white;
  line-height: 20px;
  letter-spacing: 2px;
  font-size: 11px;
  text-align: center !important;
}
#homepage-sierra #eauction-list-alpha ul li aside span {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 0;
  display: block;
}
#homepage-sierra #eauction-list-alpha ul li aside em {
  font-size: 1.6em;
}
#homepage-sierra #eauction-list-alpha ul li aside em i.fa-spin {
  margin: 0 7px;
  font-size: 0.5em;
  position: relative;
  bottom: 3px;
  transform-origin: 40% 50%;
  color: rgba(255, 255, 255, 0.6);
}
#homepage-sierra #eauction-list-alpha ul li aside > em,
#homepage-sierra #eauction-list-alpha ul li aside > b,
#homepage-sierra #eauction-list-alpha ul li aside > strong {
  display: inline-block;
  transition: all 0.2s;
  transform: translateY(0%);
  opacity: 1;
}
#homepage-sierra #eauction-list-alpha ul li aside > em.out,
#homepage-sierra #eauction-list-alpha ul li aside > b.out,
#homepage-sierra #eauction-list-alpha ul li aside > strong.out {
  transform: translateY(20%);
  opacity: 0;
}
@media (min-width: 640px) {
  #homepage-sierra #eauction-list-alpha ul li:first-child .banner {
    top: 30px;
    font-size: 30px;
    letter-spacing: 5px;
    padding: 6px 30px;
    line-height: 30px;
  }
  #homepage-sierra #eauction-list-alpha ul li:first-child aside {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 640px) {
  #homepage-sierra section .heading {
    padding-top: 24px;
    letter-spacing: 8px;
    font-size: 18px;
  }
  #homepage-sierra #feature-items-wrapper,
  #homepage-sierra #eauction-list-alpha {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 24px;
  }
  #homepage-sierra #feature-items-wrapper ul li:nth-child(1),
  #homepage-sierra #eauction-list-alpha ul li:nth-child(1) {
    width: 100%;
    padding-bottom: 24px;
  }
  #homepage-sierra #feature-items-wrapper ul li:nth-child(2),
  #homepage-sierra #eauction-list-alpha ul li:nth-child(2),
  #homepage-sierra #feature-items-wrapper ul li:nth-child(3),
  #homepage-sierra #eauction-list-alpha ul li:nth-child(3) {
    width: 30%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  #homepage-sierra #feature-items-wrapper ul li:nth-child(n+4),
  #homepage-sierra #eauction-list-alpha ul li:nth-child(n+4) {
    width: 33.33%;
  }
  #homepage-sierra #feature-items-wrapper ul li:nth-child(4),
  #homepage-sierra #eauction-list-alpha ul li:nth-child(4),
  #homepage-sierra #feature-items-wrapper ul li:nth-child(7),
  #homepage-sierra #eauction-list-alpha ul li:nth-child(7) {
    padding-right: 12px;
    padding-bottom: 24px;
  }
  #homepage-sierra #feature-items-wrapper ul li:nth-child(5),
  #homepage-sierra #eauction-list-alpha ul li:nth-child(5),
  #homepage-sierra #feature-items-wrapper ul li:nth-child(8),
  #homepage-sierra #eauction-list-alpha ul li:nth-child(8) {
    padding-left: 5px;
    padding-right: 5px;
  }
  #homepage-sierra #feature-items-wrapper ul li:nth-child(6),
  #homepage-sierra #eauction-list-alpha ul li:nth-child(6),
  #homepage-sierra #feature-items-wrapper ul li:nth-child(9),
  #homepage-sierra #eauction-list-alpha ul li:nth-child(9) {
    padding-left: 10px;
  }
  #homepage-sierra #feature-items-wrapper ul li a,
  #homepage-sierra #eauction-list-alpha ul li a {
    display: inline-block;
    width: 100%;
    background: #1e1e1e;
  }
}
@media only screen and (min-width: 1050px) {
  #homepage-sierra section .heading {
    font-size: 25px;
    letter-spacing: 20px;
  }
  #homepage-sierra #feature-items-wrapper,
  #homepage-sierra #eauction-list-alpha {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #homepage-sierra #feature-items-wrapper ul li:nth-child(1),
  #homepage-sierra #eauction-list-alpha ul li:nth-child(1) {
    width: 70%;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  #homepage-sierra #feature-items-wrapper ul li:nth-child(1) a .image,
  #homepage-sierra #eauction-list-alpha ul li:nth-child(1) a .image {
    padding-bottom: 74.8%;
  }
}
#homepage-sierra .bx-controls-direction {
  display: block !important;
}
#homepage-sierra form input,
#homepage-sierra form select,
#homepage-sierra form option {
  -webkit-appearance: none;
  -moz-appearance: none;
}
#homepage-sierra form select::-ms-expand {
  display: none;
}
#homepage-sierra #col-category {
  position: relative;
}
#homepage-sierra #col-category:after {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #969696;
  display: block;
  position: absolute;
  top: 13px;
  right: 23px;
  font-size: 1.1em;
  pointer-events: none;
}
#homepage-sierra form select {
  cursor: pointer;
}
#homepage-sierra #suburbs-display .content-container ul {
  padding-top: 0;
}
#homepage-sierra #suburbs-display .content-container ul#more-suburbs,
#homepage-sierra #suburbs-display .view-all .less {
  display: none;
}
#homepage-sierra #suburbs-display .content-container .view-all {
  text-align: center;
  color: white;
  z-index: 999;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 1.1em;
  text-transform: uppercase;
  border: solid 1px;
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
}
@media only screen and (min-width: 640px) {
  #homepage-sierra #suburbs-display .content-container .view-all {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 980px) {
  #homepage-sierra #suburbs-display .content-container .view-all {
    margin-top: 50px;
  }
}
#homepage-sierra #suburbs-display .content-container .view-all:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  color: black;
  transition: 0.5s all;
}
#homepage-sierra .bx-pager {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  display: block !important;
}
#homepage-sierra .bx-pager .bx-pager-item {
  margin-left: 15px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-sierra .bx-pager .bx-pager-item:hover .bx-pager-link:after {
  background-color: white;
}
#homepage-sierra .bx-pager .bx-pager-item .bx-pager-link {
  position: relative;
  width: 4px;
  height: 4px;
  display: block;
  background-color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  /*overflow: hidden;*/
  border-radius: 100px;
  /*border: 2px solid white;*/
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-sierra .bx-pager .bx-pager-item .bx-pager-link:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: white 1px solid;
  border-radius: 100px;
  z-index: 100;
}
#homepage-sierra .bx-pager .bx-pager-item .bx-pager-link.active:after {
  background-color: white !important;
}
#homepage-sierra .bx-pager .bx-pager-item:nth-child(1) {
  margin-left: 0;
}
#homepage-sierra .bx-controls-direction {
  display: none;
}
#homepage-sierra .homepage-slideshow-wrapper {
  position: relative;
}
#homepage-sierra .homepage-slideshow-wrapper .overlay {
  text-align: center;
  top: 25%;
  position: absolute;
  left: 0;
  right: 0;
}
#homepage-sierra .homepage-slideshow-wrapper .overlay a {
  text-decoration: none;
  color: white;
}
#homepage-sierra .homepage-slideshow-wrapper .overlay h2 {
  color: white;
  text-transform: capitalize;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
#homepage-sierra .homepage-slideshow-wrapper .overlay h3 {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
#homepage-sierra .homepage-slideshow-wrapper .overlay .bbc-wrapper {
  display: none;
}
#homepage-sierra #item-image-slideshow-bravo {
  position: relative;
}
#homepage-sierra #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 62.5%;
  background-size: cover;
  background-position: 50% 50%;
}
#homepage-sierra .overlay-form {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
}
#homepage-sierra .heading-contents {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 16px 16px 16px 16px;
}
#homepage-sierra .heading-contents .link-wrapper {
  display: block;
  width: 252px;
  margin: 0 auto;
}
#homepage-sierra .heading-contents .link-wrapper a {
  cursor: pointer;
  display: inline-block;
  width: auto;
  text-align: center;
  margin-right: 12px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
  color: #000000;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
#homepage-sierra .heading-contents .link-wrapper a:focus,
#homepage-sierra .heading-contents .link-wrapper a:hover,
#homepage-sierra .heading-contents .link-wrapper a:active {
  color: #ffffff;
}
#homepage-sierra .heading-contents .link-wrapper a:hover:after {
  border-bottom: 2px solid white;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  content: '';
}
#homepage-sierra #recent-blogs .content-container h1 {
  color: #000000;
  text-align: center;
  font-size: 20px;
  padding-bottom: 16px;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 8px;
  position: relative;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper .image {
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
}
#homepage-sierra #recent-blogs .content-container ul li {
  position: relative;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper h3 {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 27px;
  font-family: 'Roboto', sans-serif;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper h4 {
  display: none;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper .office-link {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper .office-link a {
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper .office-link a:hover {
  color: #c1c1c1;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper .grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-decoration: none;
  color: white;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper .underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8px;
  background: rgba(0, 0, 0, 0.3);
}
#homepage-sierra #recent-blogs .content-container ul:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-sierra {
    padding-top: 70px;
  }
  #homepage-sierra .bx-pager {
    bottom: 15px;
  }
  #homepage-sierra .overlay-form {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px;
  }
  #homepage-sierra .homepage-slideshow-wrapper .overlay {
    text-align: left;
    bottom: 25px;
    left: 35px;
    top: initial;
    right: initial;
  }
  #homepage-sierra .homepage-slideshow-wrapper .overlay h2 {
    font-size: 50px;
    line-height: 75px;
    text-align: left;
  }
  #homepage-sierra .homepage-slideshow-wrapper .overlay h3 {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }
  #homepage-sierra .homepage-slideshow-wrapper .overlay .bbc-wrapper {
    padding-left: 12px;
    padding-top: 30px;
    display: block;
  }
  #homepage-sierra .homepage-slideshow-wrapper .overlay .bbc-wrapper .bbc {
    display: block;
    padding: 8px;
    height: 80px;
    width: 50px;
    float: left;
    padding-left: 8px;
    position: relative;
  }
  #homepage-sierra .homepage-slideshow-wrapper .overlay .bbc-wrapper .bbc span {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-right: 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: white;
    font-size: 30px;
    padding-top: 35px;
    padding-left: 10px;
  }
  #homepage-sierra .homepage-slideshow-wrapper .overlay .bbc-wrapper .bbc span i {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 25px;
    display: inline-block;
    border: 2px solid white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 6px;
    text-align: center;
    vertical-align: sub;
    color: white;
    position: absolute;
    top: 0;
    right: 19px;
  }
  #homepage-sierra .heading-contents .link-wrapper {
    width: 410px;
  }
  #homepage-sierra .heading-contents .link-wrapper a {
    font-size: 13px;
    width: 70px;
  }
  #homepage-sierra .heading-contents .link-wrapper a:hover:after {
    border-bottom: 2px solid white;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    content: '';
  }
  #homepage-sierra #recent-blogs .content-container h1 {
    padding-top: 12px;
    color: #000000;
    text-align: center;
    font-size: 20px;
    padding-bottom: 16px;
  }
  #homepage-sierra #recent-blogs .content-container ul li {
    width: 100% !important;
    padding: 0 !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+1) {
    padding-left: 0 !important;
    padding-right: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+1) .underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 6px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+2) {
    padding-right: 0 !important;
    padding-left: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+2) .underlay {
    position: absolute;
    top: 0;
    left: 6px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+3) {
    padding-left: 0 !important;
    padding-right: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+3) .underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 6px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+4) {
    padding-right: 0 !important;
    padding-left: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+4) .underlay {
    position: absolute;
    top: 0;
    left: 6px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 12px;
    position: relative;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .image {
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    color: white;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper h4 {
    display: none;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper h3 {
    position: relative;
    z-index: 10;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 27px;
    font-family: 'Roboto', sans-serif;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  #homepage-sierra #recent-blogs .content-container ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  /*    #homepage-sierra{
      .homepage-slideshow-wrapper{
        max-width: 700px !important;
        display: block;
        margin: 0 auto;
        ul{
          li{
            max-width: 700px !important;
          }
        }
      }
    }

*/
  #homepage-sierra {
    padding-top: 75px;
  }
  #homepage-sierra .homepage-slideshow-wrapper {
    display: block;
    margin: 0 auto;
  }
  #homepage-sierra .homepage-slideshow-wrapper #item-image-slideshow-bravo ul li {
    height: 600px;
    padding-bottom: 0;
  }
  #homepage-sierra .homepage-slideshow-wrapper .overlay {
    bottom: 48px;
    left: 60px;
  }
  #homepage-sierra .homepage-slideshow-wrapper .overlay h2 {
    font-weight: bolder;
    font-size: 40px;
  }
  #homepage-sierra .homepage-slideshow-wrapper .overlay h3 {
    font-weight: bolder;
    letter-spacing: 1px;
  }
  #homepage-sierra .overlay-form {
    position: absolute;
    bottom: 60px;
    z-index: 100;
    width: 100%;
  }
  #homepage-sierra .heading-contents {
    width: 100%;
    display: inline-block;
    padding: 30px 16px 30px 16px;
  }
  #homepage-sierra .heading-contents .link-wrapper {
    display: block;
    width: 610px;
    margin: 0 auto;
  }
  #homepage-sierra .heading-contents .link-wrapper a {
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    width: 110px;
    text-align: center;
    margin-right: 12px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    color: #000000;
    position: relative;
    font-size: 15px;
  }
  #homepage-sierra .heading-contents .link-wrapper a:focus,
  #homepage-sierra .heading-contents .link-wrapper a:hover,
  #homepage-sierra .heading-contents .link-wrapper a:active {
    color: #ffffff;
  }
  #homepage-sierra .heading-contents .link-wrapper a:hover:after {
    border-bottom: 2px solid white;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    content: '';
  }
  #homepage-sierra #recent-blogs .content-container h1 {
    padding-top: 12px;
    color: #000000;
    text-align: center;
    font-size: 20px;
    padding-bottom: 16px;
  }
  #homepage-sierra #recent-blogs .content-container ul li {
    width: 100% !important;
    padding: 0 !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+1) {
    padding-left: 0 !important;
    padding-right: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+1) .underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 6px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+2) {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+2) .underlay {
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+3) {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+3) .underlay {
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+4) {
    padding-right: 0 !important;
    padding-left: 6px !important;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:nth-child(4n+4) .underlay {
    position: absolute;
    top: 0;
    left: 6px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 12px;
    position: relative;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .image {
    height: 350px;
    background-size: cover;
    background-position: 50% 50%;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    color: white;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper h4 {
    display: none;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper h3 {
    padding-top: 140px;
    line-height: 30px;
    font-size: 25px;
    font-weight: 400;
    opacity: 0;
    transition: all 0.5s;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper .underlay {
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper:hover .underlay,
  #homepage-sierra #recent-blogs .content-container ul .wrapper:hover h3 {
    opacity: 1;
    transition: all 0.3s;
  }
  #homepage-sierra #recent-blogs .content-container ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
#blog-echo {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
}
#blog-echo #blog-display .list-container ul .wrapper li .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#blog-echo #blog-display .list-container ul .wrapper li .overlay {
  opacity: 0;
}
#blog-echo #blog-display .list-container ul {
  display: flex;
  flex-flow: row wrap;
}
#blog-echo #blog-display .list-container ul .wrapper {
  flex-flow: column nowrap;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-echo #blog-display .list-container {
    display: inline-block;
  }
  #blog-echo #blog-display .list-container ul .wrapper {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-echo #blog-display .list-container ul .wrapper {
    width: 33.33%;
  }
}
#blog-show-echo .blog-list-container ul .wrapper {
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
#blog-show-echo .blog-list-container ul .wrapper li .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#blog-show-echo .blog-list-container ul .wrapper li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 8px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
#blog-show-echo .blog-list-container ul .wrapper li a h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 2px;
  line-height: 25px;
  width: auto;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
#blog-show-echo .blog-list-container ul .wrapper li a h2 {
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 16px;
  font-size: 12px;
}
#blog-show-echo .blog-list-container ul .wrapper li a h3 {
  font-weight: 12px;
}
#blog-show-echo .blog-list-container ul .wrapper:hover h1 {
  border-bottom: 2px solid white;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-echo .blog-list-container ul .wrapper {
    margin: 0;
    padding-bottom: 24px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(even) {
    padding-left: 12px;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(odd) {
    padding-right: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-echo .blog-list-container ul .wrapper {
    width: 25%;
    padding-bottom: 20px;
  }
  #blog-show-echo .blog-list-container ul .wrapper li {
    position: relative;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .image {
    height: 200px;
    padding-bottom: 0;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px !important;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.25s;
    text-align: center;
    padding-top: 65px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay i {
    font-size: 20px;
    transition: all 0.25s;
    color: white;
    padding-top: 50px;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay.hover {
    opacity: 1 !important;
    transition: all 0.25s;
  }
  #blog-show-echo .blog-list-container ul .wrapper li .overlay.hover i {
    font-size: 65px;
    transition: all 0.25s;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+1) {
    padding-left: 0 !important;
    padding-right: 10px !important;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+3) {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #blog-show-echo .blog-list-container ul .wrapper:nth-child(3n+4) {
    padding-right: 0 !important;
    padding-left: 10px !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#contact-juliet {
  width: 100%;
  display: block;
  padding-top: 50px;
  padding-bottom: 0 !important;
}
#contact-juliet .container .image {
  height: 0;
  padding-bottom: 70%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
#contact-juliet .RMA-widget {
  padding: 10px 8px;
}
#contact-juliet .map {
  clear: both;
  height: 350px;
  display: block;
  margin-top: 50px;
  max-width: 100%;
}
#contact-juliet .map div {
  height: 350px;
}
#contact-juliet h1 {
  font-size: 25px;
  font-weight: normal;
}
#contact-juliet h2 {
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 8px 0;
}
#contact-juliet .container .image {
  max-width: 100%;
  display: block;
}
#contact-juliet .container .middle {
  padding: 16px;
  background: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
#contact-juliet .container .middle .left h1 {
  padding-bottom: 16px;
  display: block;
  width: 100%;
}
#contact-juliet .container .middle .left h2 {
  display: block;
  width: 100%;
  padding: 10px 0;
  clear: both;
}
#contact-juliet .container .middle .left span {
  width: auto;
  display: inline-block;
  float: left;
}
#contact-juliet .container .middle .left a {
  padding-left: 2px;
  width: auto;
  display: inline-block;
  float: left;
  text-decoration: none;
  color: #000000;
  padding-bottom: 16px;
}
#contact-juliet .container .middle .left a:hover {
  color: #000000;
}
#contact-juliet .container .middle .right {
  clear: both;
}
#contact-juliet .container .middle .right h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
}
#contact-juliet .container .middle .right b {
  font-weight: bold;
  padding-right: 4px;
  display: inline-block;
}
#contact-juliet .container .middle .right a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #000000;
  word-break: break-word;
}
#contact-juliet .container .middle .right a:hover {
  color: #000000;
}
#contact-juliet .container .middle .right .contact-me .links a {
  padding-bottom: 4px !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  font-size: 15px !important;
  text-decoration: none !important;
}
#contact-juliet .container .middle .right .contact-me .links a:hover {
  text-decoration: underline !important;
  color: #231e21;
}
#contact-juliet .container .middle .right .contact-me .links a:last-child {
  margin-bottom: 0;
}
#contact-juliet .container .middle .right .contact-me .social-links a {
  position: relative;
  width: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
  transition: all 0.5s;
}
#contact-juliet .container .middle .right .contact-me .social-links a i {
  color: #000000;
  font-size: 19px;
  position: relative;
  display: block;
}
#contact-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
  color: #3b5998;
}
#contact-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
  color: #55acee;
}
#contact-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
  color: #0077b5;
}
#contact-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
  color: #dd4b39;
}
#contact-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
  margin-left: 0;
}
#contact-juliet .container .middle .right .contact-me .social-links a:hover {
  transition: all 0.5s;
}
#contact-juliet .container .middle .right .contact-me .social-links a:hover:after {
  opacity: 1;
  top: 22px;
  transition: all 0.5s;
}
#contact-juliet .container .bottom {
  background: #ffffff;
}
#contact-juliet .container .bottom .agent-form-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 16px 0 16px;
}
#contact-juliet .container .bottom .agent-form-alpha h2 {
  padding-bottom: 16px;
  font-size: 20px;
}
#contact-juliet .container .bottom .agent-form-alpha form {
  background: #f1f1f1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#contact-juliet .container .bottom .agent-form-alpha form label {
  padding-bottom: 4px;
  display: inline-block;
  text-transform: uppercase;
  padding-top: 2px;
}
#contact-juliet .container .bottom .agent-form-alpha form fieldset input,
#contact-juliet .container .bottom .agent-form-alpha form fieldset select {
  width: 100%;
  margin-bottom: 8px;
}
#contact-juliet .container .bottom .agent-form-alpha form fieldset textarea {
  resize: none;
}
#contact-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
  margin-bottom: 0;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"] {
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
  border: transparent;
  width: 100%;
  margin-top: 8px;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:focus,
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:hover,
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:active {
  color: #ffffff;
  background-color: #59207b;
}
#contact-juliet .container .bottom .latest-listings h1 {
  font-size: 20px;
  padding: 16px;
  padding-top: 0;
}
#contact-juliet .container .bottom .latest-listings .list-container ul .wrapper {
  width: 100%;
}
#contact-juliet .container .bottom .latest-listings .list-container ul li {
  padding-bottom: 70%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #contact-juliet {
    padding-top: 70px;
    padding-bottom: 12px;
    display: inline-block;
  }
  #contact-juliet .map {
    clear: both;
    height: 500px;
    display: block;
  }
  #contact-juliet .map div {
    height: 500px;
  }
  #contact-juliet .container .middle {
    padding: 24px;
    display: flex;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #contact-juliet .container .middle .left {
    padding-right: 24px;
  }
  #contact-juliet .container .middle .left h1 {
    padding-bottom: 12px;
    display: block;
    width: 100%;
  }
  #contact-juliet .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 10px 0;
    clear: both;
  }
  #contact-juliet .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #contact-juliet .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #000000;
    padding-bottom: 24px;
  }
  #contact-juliet .container .middle .left a:hover {
    color: #000000;
  }
  #contact-juliet .container .middle .right {
    border-left: 1px solid black;
    margin-bottom: 40px;
    padding-left: 24px;
    clear: both;
    margin-top: 24px;
  }
  #contact-juliet .container .middle .right .principal {
    padding: 24px 0;
  }
  #contact-juliet .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
  }
  #contact-juliet .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #contact-juliet .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #000000;
  }
  #contact-juliet .container .middle .right a:hover {
    color: #000000;
  }
  #contact-juliet .container .middle .right .contact-me .links {
    padding-top: 24px;
  }
  #contact-juliet .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #contact-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 24px;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a i {
    color: #000000;
    font-size: 19px;
    position: relative;
    display: block;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
    color: #3b5998;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
    color: #55acee;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
    color: #0077b5;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #contact-juliet .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 24px;
  }
  #contact-juliet .container .bottom .agent-form-alpha h2 {
    padding: 24px 0;
    font-size: 20px;
  }
  #contact-juliet .container .bottom .agent-form-alpha .contact-form-alpha {
    display: inline-block;
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form {
    display: inline-block;
    width: 100%;
    padding: 24px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_subject {
    width: 25%;
    margin-right: 200px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form label {
    padding-bottom: 6px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input {
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset textarea {
    width: 100%;
    clear: both;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #ffffff;
    background-color: white;
    cursor: pointer;
    border: transparent;
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    color: #ffffff;
    background-color: #59207b;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_subject,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 6px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 6px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 100%;
    margin-bottom: 0;
  }
  #contact-juliet .container .bottom .latest-listings {
    clear: both;
  }
  #contact-juliet .container .bottom .latest-listings h1 {
    font-size: 20px;
    padding: 24px;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 70%;
  }
  #contact-juliet .container .middle .left {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-juliet .container .middle .right {
    clear: initial !important;
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-juliet .container .bottom {
    clear: both;
  }
  #contact-juliet .RMA-widget {
    padding: 0 16px 30px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #contact-juliet .container .image {
    padding-bottom: 32%;
  }
  #contact-juliet .container .middle {
    max-width: 1130px;
    margin: 0 auto;
    display: block;
  }
  #contact-juliet .container .middle .left {
    width: 70%;
  }
  #contact-juliet .container .middle .right {
    width: 30%;
  }
  #contact-juliet .container .bottom {
    max-width: 1130px;
    margin: 0 auto;
    display: block;
  }
  #contact-juliet .RMA-widget {
    padding: 0 0 40px;
  }
  #contact-juliet {
    padding-bottom: 30px;
    padding-top: 70px;
  }
  #contact-juliet h1 {
    font-size: 30px;
  }
  #contact-juliet h2 {
    font-size: 25px;
  }
  #contact-juliet .container .middle {
    padding: 30px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #contact-juliet .container .middle .left {
    padding-left: 30px;
    width: 75% !important;
    padding-right: 30px;
  }
  #contact-juliet .container .middle .left h1 {
    padding-bottom: 20px;
    display: block;
    width: 100%;
  }
  #contact-juliet .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 10px 0;
    clear: both;
  }
  #contact-juliet .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #contact-juliet .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #000000;
    padding-bottom: 30px;
  }
  #contact-juliet .container .middle .left a:hover {
    color: #000000;
  }
  #contact-juliet .container .middle .right {
    width: 25% !important;
    padding-left: 30px;
    clear: both;
    margin-top: 30px;
  }
  #contact-juliet .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  #contact-juliet .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #contact-juliet .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #000000;
  }
  #contact-juliet .container .middle .right a:hover {
    color: #000000;
  }
  #contact-juliet .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #contact-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 30px;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a {
    position: relative;
    width: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a i {
    color: #000000;
    font-size: 19px;
    position: relative;
    display: block;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
    color: #3b5998;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
    color: #55acee;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
    color: #0077b5;
  }
  #contact-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  #contact-juliet .container .middle .right .contact-me .social-links a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #contact-juliet .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 120px;
  }
  #contact-juliet .container .bottom .agent-form-alpha h2 {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form {
    padding-bottom: 0;
  }
  #contact-juliet .container .bottom .agent-form-alpha form label {
    padding-bottom: 10px !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0 !important;
    padding: 0 0 20px 0 !important;
    width: 50% !important;
    float: left !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    border: transparent !important;
    width: 100% !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_email_address,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_subject {
    padding-right: 10px !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 10px !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100% !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 25% !important;
    float: right !important;
    padding-left: 10px !important;
    margin-bottom: 0 !important;
  }
  #contact-juliet .container .bottom .latest-listings {
    clear: both;
  }
  #contact-juliet .container .bottom .latest-listings h1 {
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 70%;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul li .image {
    padding-bottom: 70%;
  }
}
#listing-show-quebec {
  display: block;
  padding-top: 50px;
  -webkit-print-color-adjust: exact;
}
#listing-show-quebec .property-slider .videoButton {
  display: none;
}
#listing-show-quebec .bx-controls-direction {
  display: block !important;
}
#listing-show-quebec .top-info {
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #bbbbbb;
}
#listing-show-quebec .top-info .left {
  box-sizing: border-box;
  padding-left: 16px;
}
#listing-show-quebec .top-info .left h1 {
  font-style: normal;
  color: black;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 16px;
}
#listing-show-quebec .top-info .left h2 {
  color: black;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
#listing-show-quebec .top-info .right {
  padding-left: 16px;
}
#listing-show-quebec .top-info .right .bbc {
  /* Overwrite stupid globals */
  /* #fuckfloats2018 */
  width: auto !important;
  float: none !important;
}
#listing-show-quebec .top-info .right .bbc span {
  padding: 0 10px 0 5px;
  text-align: center;
  font-family: 'Roboto', arial, sans-serif;
  color: black;
  font-size: 15px;
  line-height: 45px;
}
#listing-show-quebec .top-info .right .bbc span.study {
  display: none;
}
#listing-show-quebec .top-info .right .bbc span i {
  font-size: 35px;
  display: inline-block;
  border-radius: 100%;
  box-sizing: border-box;
  background-clip: padding-box;
  padding: 4px;
  text-align: center;
  vertical-align: sub;
  margin-bottom: 4px;
  color: black;
  float: right;
  margin-left: 5px;
}
#listing-show-quebec .description {
  color: #000000;
}
#listing-show-quebec .placeholder {
  height: 0px;
  padding-bottom: 70%;
  overflow: hidden;
  background: url(/assets/layout/_global/images/image-placeholder.png) 50% 50% no-repeat;
  background-size: cover;
}
#listing-show-quebec .bx-wrapper {
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #f7f7f7;
  position: relative;
}
#listing-show-quebec .bx-wrapper li {
  height: 0;
  padding-bottom: 70%;
}
#listing-show-quebec .bx-wrapper li .image {
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
}
#listing-show-quebec .bx-wrapper li img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#listing-show-quebec .bx-wrapper li {
  overflow: hidden;
}
#listing-show-quebec .bx-wrapper .bx-controls-direction {
  /*display: none;*/
}
#listing-show-quebec .bx-wrapper .bx-pager.bx-default-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
}
#listing-show-quebec .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
}
#listing-show-quebec .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
  display: block;
  height: 13px;
  width: 13px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#listing-show-quebec .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item .active {
  background-color: #fff;
}
#listing-show-quebec .videoButton {
  position: absolute;
  bottom: 23px;
  left: 0;
  z-index: 99;
  padding: 10px 20px;
  color: #ffffff;
  background-color: rgba(74, 27, 103, 0.7);
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#listing-show-quebec .videoButton i {
  margin-right: 5px;
  font-size: 25px;
  vertical-align: text-bottom;
}
#listing-show-quebec .info {
  color: black;
  font-size: 14px;
  line-height: 22px;
}
#listing-show-quebec .info.Auction .linkset:first-of-type {
  display: none;
}
#listing-show-quebec .info a:hover {
  color: #231e21;
  text-decoration: underline;
}
#listing-show-quebec .info .card {
  padding: 0;
}
#listing-show-quebec .info ul.links li {
  margin-bottom: 8px;
}
/*#listing-show-quebec .info ul.links li a {
	display: block;
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	text-align: center;
	border: 0px;
	color: #ffffff;
	background-color: white;
	cursor: pointer;
}*/
/*#listing-show-quebec .info ul.links li a:focus,
#listing-show-quebec .info ul.links li a:hover,
#listing-show-quebec .info ul.links li a:active {
	color: #ffffff;
	background-color: #59207b;
}*/
#listing-show-quebec .info ul.links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-quebec .info .bbc span {
  display: inline-block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  padding: 0 10px 0 5px;
}
#listing-show-quebec .info .bbc span i {
  font-size: 22px;
  display: inline-block;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px;
  text-align: center;
  vertical-align: sub;
}
#listing-show-quebec .info .linkset.features {
  border-top: 1px solid #bbbbbb;
  padding-top: 10px;
}
#listing-show-quebec .info .linkset.features span {
  width: 100%;
  display: block;
  text-align: left;
}
#listing-show-quebec .info .description {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 24px 16px 16px 16px;
}
#listing-show-quebec .info .description h2,
#listing-show-quebec .info .description h3,
#listing-show-quebec .info .description h4 {
  display: block;
  padding: 8px 0 4px;
  font-size: 16px;
  font-family: 'Roboto', arial, sans-serif;
  color: #0C0E22;
  font-weight: 700;
  padding-bottom: 16px;
}
#listing-show-quebec .info .description b {
  font-weight: bold;
}
#listing-show-quebec .info .description ul {
  margin-top: 8px;
}
#listing-show-quebec .info .description ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 28px;
}
#listing-show-quebec .info .description .tenancy-application-download {
  margin-top: 10px;
}
#listing-show-quebec .info .description .staff {
  padding-top: 16px;
}
#listing-show-quebec .info .description .staff .staff-member {
  padding-bottom: 8px;
  display: inline-block;
  width: 100%;
  clear: both;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-image {
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  width: 160px;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-image img {
  width: 100%;
}
#listing-show-quebec .info .description .staff .staff-member .details .staff-image .image {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  border-radius: 100%;
  display: block;
  width: 100%;
  max-width: 100%;
}
#listing-show-quebec .info .description .staff .staff-member .details {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 20px;
}
#listing-show-quebec .info .description .staff .staff-member .details > div {
  padding-left: 30px;
  width: 100%;
  box-sizing: border-box;
}
#listing-show-quebec .info .description .staff .staff-member .details div span {
  display: inline-block;
  margin-right: 5px;
}
#listing-show-quebec .info .description .staff .staff-member .details div .phone,
#listing-show-quebec .info .description .staff .staff-member .details div .mobile {
  display: block;
}
#listing-show-quebec .info .description .staff .staff-member .details div a {
  display: inline;
  color: black;
  text-decoration: none;
}
#listing-show-quebec .info .description .staff .staff-member .details div a {
  text-decoration: underline;
}
#listing-show-quebec .info .description .staff .staff-member .details div a:hover {
  color: #231e21;
}
#listing-show-quebec .info .description .staff .staff-member .details div .name {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  padding-bottom: 4px;
  text-decoration: none !important;
}
#listing-show-quebec .info .description .staff .staff-member .details div .email {
  padding-top: 8px;
  display: inline-block;
}
#listing-show-quebec .info .description .staff:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-quebec .info .tools {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 24px 16px 0;
}
#listing-show-quebec .info .enquiry-btn-container a {
  line-height: unset !important;
  height: unset !important;
  margin-bottom: 0;
}
#listing-show-quebec .info .enquiry-btn-container a:focus,
#listing-show-quebec .info .enquiry-btn-container a:hover,
#listing-show-quebec .info .enquiry-btn-container a:active {
  color: #ffffff;
  background-color: #231e21;
  text-decoration: none;
  border-color: #231e21;
}
#listing-show-quebec .info .tools .apply-buttons a {
  margin-bottom: 10px;
}
#listing-show-quebec .info .tools .linkset {
  margin-bottom: 8px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #bbbbbb;
  padding-top: 0px;
}
#listing-show-quebec .info .tools .linkset h2 {
  font-weight: 600;
}
#listing-show-quebec .info .tools .linkset em {
  display: inline-block;
  padding-left: 8px;
}
#listing-show-quebec .info .tools .linkset h3 {
  display: block;
  padding: 8px 0 4px;
  font-size: 16px;
  font-family: 'Roboto', arial, sans-serif;
  color: #0C0E22;
  font-weight: 700;
  padding-bottom: 16px;
}
#listing-show-quebec .info .tools .linkset span {
  display: block;
}
#listing-show-quebec .info .tools .linkset a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#listing-show-quebec .info .tools .linkset a i {
  display: none;
  font-size: 22px;
  vertical-align: sub;
  width: 25px;
  margin-bottom: 5px;
}
#listing-show-quebec .info .tools .linkset:last-child {
  /*border: 0px;*/
  /*padding-bottom: 0px;*/
  /*margin-bottom: 0px;*/
}
#listing-show-quebec .info .tools .linkset table tr td {
  width: 120px;
  display: inline-block;
}
#listing-show-quebec .info .tools .linkset table tr td:nth-child(2) {
  text-align: left;
}
#listing-show-quebec h3.formHeading {
  display: block;
  padding: 8px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
#listing-show-quebec .contact-form-alpha,
#listing-show-quebec #emailAFriendFormDiv {
  padding: 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#listing-show-quebec .contact-form-alpha form fieldset,
#listing-show-quebec #emailAFriendFormDiv form fieldset {
  padding-bottom: 8px;
}
#listing-show-quebec .contact-form-alpha form .fieldset_submit,
#listing-show-quebec #emailAFriendFormDiv form .fieldset_submit,
#listing-show-quebec .contact-form-alpha form .fieldset_send,
#listing-show-quebec #emailAFriendFormDiv form .fieldset_send {
  padding-bottom: 0;
}
#listing-show-quebec #emailAFriendFormDiv {
  margin: 8px 0;
}
#listing-show-quebec .map #map_canvas {
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  overflow: hidden;
}
#listing-show-quebec .linkset.documents .document-wrapper .left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}
#listing-show-quebec .linkset.documents .document-wrapper .left i {
  cursor: pointer;
  width: auto;
  float: left;
  display: inline-block;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 21px;
}
#listing-show-quebec .linkset.documents .document-wrapper .left p {
  cursor: pointer;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-quebec .linkset.documents .document-wrapper .right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-quebec .linkset.documents .document-wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-quebec .linkset.documents .document-wrapper:hover i,
#listing-show-quebec .linkset.documents .document-wrapper:hover p {
  color: white;
}
#listing-show-quebec .eAuction {
  top: 25px;
}
#listing-show-quebec .eAuction .banner-container #eAuctionBanner,
#listing-show-quebec .eAuction .banner-container #onMarketFlag {
  top: 30px;
}
@media (min-width: 640px) {
  /* Tablet */
  #listing-show-quebec {
    padding-top: 70px;
  }
  #listing-show-quebec .eAuction {
    top: 0;
  }
  #listing-show-quebec .eAuction .banner-container #eAuctionBanner {
    top: 60px;
  }
  #listing-show-quebec .eAuction .banner-container #onMarketFlag {
    top: 60px;
  }
  #listing-show-quebec .info .card {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 12px;
  }
  #listing-show-quebec .info .card .top-info {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }
  #listing-show-quebec .info .card .top-info .left {
    margin: 0;
  }
  #listing-show-quebec .info .card .top-info .left h1 {
    border: none;
    padding-bottom: 0;
  }
  #listing-show-quebec .info .card .top-info .right {
    margin: 0;
  }
  #listing-show-quebec .info ul.links {
    margin-bottom: 12px;
  }
  #listing-show-quebec .info ul.links li {
    margin-bottom: 0;
    float: left;
    width: 33.33%;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-quebec .info ul.links li a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #ffffff;
    background-color: white;
    cursor: pointer;
  }
  #listing-show-quebec .info ul.links li a:focus {
    color: #ffffff;
    background-color: #59207b;
  }
  #listing-show-quebec .info ul.links li a:hover {
    color: #ffffff;
    background-color: #59207b;
  }
  #listing-show-quebec .info ul.links li a:active {
    color: #ffffff;
    background-color: #59207b;
  }
  #listing-show-quebec .info .bbc {
    text-align: left;
  }
  #listing-show-quebec .info .description {
    clear: left;
    padding-right: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-quebec .info .description h2 {
    text-align: left;
    padding: 12px 0;
  }
  #listing-show-quebec .info .description h3 {
    text-align: left;
    padding: 12px 0;
  }
  #listing-show-quebec .info .description h4 {
    text-align: left;
    padding: 12px 0;
  }
  #listing-show-quebec .info .description .tenancy-application-download {
    float: right;
    width: 54%;
  }
  #listing-show-quebec .info .description ul {
    margin-top: 6px;
  }
  #listing-show-quebec .info .description ul li {
    margin-left: 32px;
  }
  #listing-show-quebec .info .description .staff {
    clear: both;
    padding-top: 12px;
  }
  #listing-show-quebec .info .description .staff .staff-member {
    padding-bottom: 24px;
    width: 100% !important;
    clear: none;
  }
  #listing-show-quebec .info .description .staff .staff-member .details div .name {
    padding-bottom: 6px;
  }
  #listing-show-quebec .info .tools .linkset {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #listing-show-quebec .info .tools .linkset h3 {
    padding-bottom: 6px;
  }
  #listing-show-quebec .info .tools .linkset table tr td {
    width: 50%;
  }
  #listing-show-quebec .info .tools .linkset table tr td:nth-child(2) {
    text-align: right;
  }
  #listing-show-quebec h3.formHeading {
    padding: 12px 12px 0;
    text-align: left;
  }
  #listing-show-quebec .contact-form-alpha {
    padding: 12px;
    margin: 12px;
  }
  #listing-show-quebec .contact-form-alpha form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px 12px 0;
  }
  #listing-show-quebec .contact-form-alpha form .fieldset_notes {
    padding-bottom: 0;
  }
  #listing-show-quebec .contact-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-quebec .linkset.documents .document-wrapper .left {
    width: 100%;
  }
}
@media (min-width: 980px) {
  /* Desktop */
  #listing-show-quebec {
    padding-top: 75px;
  }
  #listing-show-quebec .top-info {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-quebec .top-info .left h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #listing-show-quebec .top-info .left h1 {
    font-size: 18px;
  }
  #listing-show-quebec .top-info .right .bbc .pool {
    background-image: url('../fonts/swimming_font.svg');
  }
  #listing-show-quebec .top-info .right .bbc span .fa.fa-desktop {
    font-size: 18px;
    padding: 5px;
  }
  #listing-show-quebec .bx-wrapper li {
    padding-bottom: 60%;
  }
  #listing-show-quebec .bx-wrapper li .image {
    padding-bottom: 60%;
  }
  #listing-show-quebec .bx-wrapper .bx-pager {
    bottom: 20px;
  }
  #listing-show-quebec .info .card {
    padding: 0 0 20px 0;
  }
  #listing-show-quebec .info ul.links {
    margin-bottom: 20px;
  }
  #listing-show-quebec .info ul.links li {
    margin-bottom: 0;
    width: 150px;
    padding-right: 20px;
  }
  #listing-show-quebec .info .description {
    padding-left: 55px;
    padding-right: 40px;
  }
  #listing-show-quebec .info .description h2 {
    padding: 20px 0;
  }
  #listing-show-quebec .info .description h3 {
    padding: 20px 0;
  }
  #listing-show-quebec .info .description h4 {
    padding: 20px 0;
  }
  #listing-show-quebec .info .description .tenancy-application-download {
    width: 32%;
  }
  #listing-show-quebec .info .description ul {
    margin-top: 10px;
  }
  #listing-show-quebec .info .description ul li {
    margin-left: 40px;
  }
  #listing-show-quebec .info .description .staff {
    clear: none;
    padding-top: 30px;
  }
  #listing-show-quebec .info .description .staff .staff-member {
    padding-bottom: 20px;
  }
  #listing-show-quebec .info .description .staff .staff-member .details .staff-image img {
    width: 80%;
  }
  #listing-show-quebec .info .description .staff .staff-member .details div .name {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #listing-show-quebec .info .description .staff .staff-member .details div .email {
    padding-top: 20px;
    display: inline-block;
    text-decoration: underline;
  }
  #listing-show-quebec .info .description .staff .staff-member .details div a {
    text-decoration: underline;
  }
  #listing-show-quebec .info .tools .linkset {
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #listing-show-quebec .info .tools .linkset h3 {
    padding-bottom: 10px;
  }
  #listing-show-quebec .info .tools .linkset table tr td:nth-child(2) {
    text-align: right;
  }
  #listing-show-quebec h3.formHeading {
    padding: 20px 20px 0;
    padding-left: 55px;
  }
  #listing-show-quebec .contact-form-alpha {
    padding: 20px;
    margin: 20px auto;
  }
  #listing-show-quebec .contact-form-alpha form fieldset {
    width: 25%;
    padding: 0 10px 10px 0;
  }
  #listing-show-quebec .contact-form-alpha form .fieldset_notes {
    width: 90%;
  }
  #listing-show-quebec .contact-form-alpha form .fieldset_submit {
    width: 10%;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-quebec .info .card .description {
    width: 60%;
    float: left;
  }
  #listing-show-quebec .info .card .description .staff .staff-member {
    width: 50%;
    float: left;
  }
  #listing-show-quebec .info .card .description .staff:after {
    clear: both;
    content: "";
    display: table;
  }
  #listing-show-quebec .info .card .tools {
    width: 40%;
    float: left;
  }
  #listing-show-quebec .info .card:after {
    clear: both;
    content: "";
    display: table;
  }
  #listing-show-quebec:after {
    clear: both;
    content: "";
    display: table;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-quebec .info .card .description {
    width: 70%;
  }
  #listing-show-quebec .info .card .tools {
    width: 30%;
  }
}
/*Print-specific styles, at client's request*/
@media print {
  body header .nav,
  body #drift-widget,
  body .static_social,
  body .videoButton,
  body .tools.enquiry-btn-container {
    display: none !important;
  }
  body header {
    position: static !important;
  }
  body #listing-show-quebec {
    padding-top: 0 !important;
  }
  body #listing-show-quebec .top-info .left h1 {
    border: none !important;
  }
  body #listing-show-quebec .bx-controls-direction,
  body #listing-show-quebec .bx-pager {
    display: none !important;
  }
  body #listing-show-quebec .bx-wrapper .bx-viewport {
    height: 500px !important;
  }
  body #listing-show-quebec .bx-wrapper .bx-viewport li {
    height: 500px !important;
    padding-bottom: 0 !important;
    display: none;
  }
  body #listing-show-quebec .bx-wrapper .bx-viewport li:first-child {
    display: block;
  }
  body #listing-show-quebec .bx-wrapper .bx-viewport li .image {
    height: 500px !important;
    padding-bottom: 0 !important;
  }
  body .staff {
    width: 100%;
  }
  body .staff .staff-member {
    width: 50% !important;
    float: none !important;
  }
}
#project-show-alpha * {
  color: black;
}
#project-show-alpha h1 {
  font-size: 20px;
  font-weight: 500;
}
#project-show-alpha h3 {
  font-size: 16px;
  font-weight: 700;
}
#project-show-alpha div {
  font-size: 14px;
  font-weight: 400;
}
#details {
  display: block;
}
#gallery {
  display: flex;
}
#floor-plan {
  display: flex;
}
#location {
  display: flex;
}
.test-image {
  height: 100%;
  max-width: 1130px;
}
.test-image .listing-slider-image {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}
#project-show-alpha .slick-slider .slick-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  float: unset ;
  left: unset;
  top: unset;
  transform: unset;
}
#project-show-alpha .slick-slider .slick-prev:before {
  font-family: 'icomoon';
  font-style: normal ;
  font-weight: normal ;
  font-variant: normal ;
  text-transform: none ;
  line-height: 1 ;
  font-size: 80px;
}
#project-show-alpha .slick-slider .slick-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  float: unset;
  right: unset;
  top: unset;
  transform: unset;
}
#project-show-alpha .slick-slider .slick-next:before {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 80px;
}
#project-show-alpha .slick-slider .slick-arrow-cont-left {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 80px;
  z-index: 1;
}
#project-show-alpha .slick-slider .slick-arrow-cont-right {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 80px;
}
#project-show-alpha .slick-slider .slick-dots {
  bottom: 0;
}
#project-show-alpha .slick-slider .slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid white !important;
  border-radius: 100%;
  font-size: 45px;
  opacity: 1;
}
#project-show-alpha .slick-slider .slick-dots .slick-active button:before {
  background-color: white;
}
.slick-slide img {
  max-height: 678px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.flex {
  display: flex;
}
.hide {
  display: none !important;
}
#project-show-alpha .active {
  background-color: red;
}
#project-show-alpha .active:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -19px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: white transparent transparent transparent;
  z-index: 2;
  transition: ease-in 1s;
}
#project-show-alpha .active:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: black transparent transparent transparent;
  transition: ease 1s;
}
#project-card {
  display: flex;
  flex-direction: column;
  max-width: 1130px;
  margin: 0 auto;
  padding-top: 100px;
}
#project-card .section-menu {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid black;
}
#project-card .section-menu a {
  display: flex;
}
#project-card .section-menu .section-btn {
  position: relative;
  flex: 1;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25%;
  height: 50px;
  background-color: white;
  font-size: 1.4em;
  font-weight: 300;
  text-decoration: none;
}
#project-card .section-menu .section-btn a {
  text-decoration: none;
}
#project-card .section-menu .section-btn i {
  margin-right: 10px;
}
#project-card .section-menu .section-btn:hover,
#project-card .section-menu .section-btn:focus,
#project-card .section-menu .section-btn:active {
  background-color: #ffffff;
}
#project-card .project-address {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid black;
}
#project-card .project-address h1 {
  padding-bottom: 10px;
}
#project-card .project-address div {
  padding: 10px 0;
  line-height: 22px;
}
#project-card .project-address div:first-child {
  margin-left: 40px;
}
#project-card .project-address div:nth-child(2) {
  margin-right: 40px;
}
#project-card .project-address .price-range h3 {
  padding: 0 0 10px;
  font-size: 20px;
}
#project-card #details {
  display: block;
}
#project-card #details .details-wrapper {
  padding: 0 40px;
  margin-top: 80px;
}
#project-card #details .project-details {
  float: left;
  width: 100%;
  max-width: 60%;
  margin: 0 40px 0 0;
}
#project-card #details .project-details > div {
  padding-bottom: 40px;
  flex-direction: column;
  line-height: 22px;
}
#project-card #details .project-details > div h3 {
  padding-bottom: 20px;
}
#project-card #details .project-about {
  display: block;
}
#project-card #details .property-features {
  display: flex;
  flex-direction: column;
}
#project-card #details .property-features ul {
  display: flex;
  flex-wrap: wrap;
}
#project-card #details .property-features ul li {
  display: flex;
  padding: 10px 0;
  width: 33.3%;
  flex-wrap: nowrap;
}
#project-card #details .property-features ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#project-card #details .property-features ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
#project-card #details .property-features h3 {
  padding-bottom: 20px;
}
#project-card #details .detail-column {
  float: right;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 30%;
}
#project-card #details .detail-column:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
#project-card #details .detail-column .flex-detail-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#project-card #details .detail-column .flex-table {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#project-card #details .detail-column .flex-table .flex-tr {
  display: flex;
  width: 100%;
}
#project-card #details .detail-column .flex-table .projects-tr .ftd-six {
  justify-content: right;
  padding-right: 3px;
  margin-left: auto;
}
#project-card #details .detail-column .flex-table .projects-tr .ftd-six a {
  text-decoration: none;
  display: block;
  text-align: end;
}
#project-card #details .detail-column .flex-table .flex-td {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
#project-card #details .detail-column .flex-table .ftd-three,
#project-card #details .detail-column .flex-table .ftd-four,
#project-card #details .detail-column .flex-table .ftd-five {
  justify-content: center;
}
#project-card #details .detail-column .flex-table .ftd-one {
  max-width: 20%;
  width: 100%;
  justify-content: left;
  padding-left: 3px;
}
#project-card #details .detail-column .flex-table .ftd-two {
  max-width: 30%;
  width: 100%;
  justify-content: left;
}
#project-card #details .detail-column .flex-table .ftd-three {
  max-width: 10%;
  width: 100%;
}
#project-card #details .detail-column .flex-table .ftd-four {
  max-width: 10%;
  width: 100%;
}
#project-card #details .detail-column .flex-table .ftd-five {
  max-width: 10%;
  width: 100%;
}
#project-card #details .detail-column .flex-table .ftd-sixe {
  max-width: 20%;
  width: 100%;
}
#project-card #details .detail-column .table-pad {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #bbb;
}
#project-card #details .detail-column .headings-tr {
  border-bottom: solid 0.5px #8e8e8e;
}
#project-card #details .detail-column h3 {
  padding-bottom: 20px;
}
#project-card #details .rec-btn {
  display: block;
  border: solid 1px #bbb;
  padding: 6px 12px;
  margin-top: 12px;
  text-decoration: none;
  transition: all .5s;
}
#project-card #details .rec-btn:hover,
#project-card #details .rec-btn:focus,
#project-card #details .rec-btn:active {
  transition: all .5s;
  background-color: #231e21;
  border-color: #231e21;
  color: white;
}
#project-card #details .rec-btn:hover span,
#project-card #details .rec-btn:focus span,
#project-card #details .rec-btn:active span {
  color: #fff;
}
#project-card #details .rec-btn span {
  line-height: 22px;
  height: 100%;
  width: 100%;
}
#project-card #details .properties-overview {
  width: 100%;
  max-width: 30%;
}
#project-card #details .project-agents {
  float: left;
  width: 60%;
}
#project-card #details .project-agents h3 {
  padding-bottom: 20px;
}
#project-card #details .project-agents .staff-member {
  display: flex;
  padding-bottom: 20px;
}
#project-card #details .project-agents .staff-member .staff-image img {
  border-radius: 100%;
  border: 5px solid white ;
  width: 129px;
  height: 129px;
  object-fit: cover;
}
#project-card #details .project-agents .staff-member .staff-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 30px;
  line-height: 22px;
}
#project-card #details .project-agents .staff-member .staff-details div {
  margin-bottom: 5px;
}
#project-card #details .project-agents .staff-member .staff-details div span {
  margin-right: 5px;
}
#project-card #details .project-agents .staff-member .staff-details .name {
  font-size: 20px;
  padding-bottom: 10px;
  text-decoration: none;
}
#project-card #details .project-agents .staff-member .staff-details .email {
  padding-top: 20px;
}
#project-card #gallery {
  display: flex;
  width: 100%;
  min-height: 600px;
  margin-top: 80px;
}
#project-card #gallery .card {
  display: flex;
  flex-wrap: wrap;
}
#project-card #gallery .gallery-images {
  position: relative;
  width: 20%;
  margin: 10px 0;
}
@media only screen and (max-width: 940px) {
  #project-card #gallery .gallery-images {
    width: 33.33%;
  }
}
@media only screen and (max-width: 740px) {
  #project-card #gallery .gallery-images {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  #project-card #gallery .gallery-images {
    width: 100%;
  }
}
#project-card #gallery .gallery-images:before {
  content: '';
  display: block;
  padding-bottom: 60%;
}
#project-card #gallery .gallery-images a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0 10px;
}
#project-card #gallery .gallery-images a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#project-card #gallery h3 {
  text-align: left;
  width: 100%;
  padding-bottom: 20px;
  margin-left: 10px;
}
#project-card #floor-plan {
  display: flex;
  min-height: 600px;
  margin-top: 80px;
}
#project-card #floor-plan .card {
  display: flex;
  flex-wrap: wrap;
}
#project-card #floor-plan .card a {
  max-width: 20%;
  height: 100%;
  width: 100%;
}
#project-card #floor-plan h3 {
  text-align: left;
  width: 100%;
  padding-bottom: 20px;
  margin-left: 10px;
}
#project-card #floor-plan img {
  margin: 0 10px;
  padding: 0 0 20px;
  width: 25%;
  max-width: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
#project-card #location {
  display: flex;
  min-height: 600px;
  width: 100%;
  margin-top: 80px;
}
#project-card #location h3 {
  text-align: left;
  width: 100%;
  padding-bottom: 20px;
}
#project-card #location #map-canvas {
  padding-top: 20px;
}
#project-card .mobile-only {
  display: none;
}
@media only screen and (max-width: 940px) {
  #project-show-alpha #details .project-details {
    max-width: 55%;
    margin: 0;
  }
  #project-show-alpha #details .detail-column {
    max-width: 40%;
  }
  .mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  #project-card {
    padding: 100px 20px 20px;
  }
  #project-card .mobile-only {
    display: block;
  }
  #project-card .floorplan-mobile {
    line-height: 22px;
  }
  #project-card .section-menu {
    display: none;
  }
  #project-show-alpha #details .project-address {
    flex-direction: column;
    justify-content: flex-start;
    width: unset;
    padding: 20px 40px;
  }
  #project-show-alpha #details .project-address div:first-child {
    margin-left: 0;
  }
  #project-show-alpha #details .details-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #project-show-alpha #details .project-details {
    float: unset;
    max-width: unset;
  }
  #project-show-alpha #details .property-features ul li {
    width: 50%;
  }
  #project-show-alpha #details .detail-column {
    float: unset;
    max-width: unset;
    margin-bottom: 50px;
  }
  #project-show-alpha #details .project-agents {
    width: unset;
    float: unset;
  }
  #location {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #location #map-canvas {
    max-width: 600px;
    max-height: 600px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #project-show-alpha #project-card {
    padding: 100px 0 20px;
  }
  #project-show-alpha #project-card .project-agents h3 {
    font-size: 16px;
  }
  #project-show-alpha #project-card .project-agents .staff-member .staff-image img {
    width: 95px;
  }
  #project-show-alpha #details .project-address {
    padding: 20px 0;
  }
}
#listings-delta {
  display: block;
  padding-top: 86px;
}
#listings-delta .four-col-desktop {
  margin-top: -50px;
}
#listings-delta .four-col-desktop:not(:first-of-type) {
  margin-top: 0;
}
#listings-delta .area-spec-lease {
  position: relative;
  padding: 0 8px;
}
#listings-delta .pdf_btn {
  font-size: 16px;
  text-decoration: none;
  display: block;
  line-height: 42px;
  padding: 0 20px;
  font-weight: 500;
  text-align: center;
  color: #231e21;
  background-color: white;
  border: solid 1px #231e21;
  transition: .5s ease;
}
#listings-delta .pdf_btn:hover {
  color: #fff;
  background-color: #231e21;
  border: solid 1px #231e21;
}
@media only screen and (min-width: 640px) {
  #listings-delta {
    padding-top: 68px;
  }
  #listings-delta .area-spec-lease {
    position: relative;
    padding: 0 12px;
  }
  #listings-delta .loading-spinner {
    padding: 12px 0 24px;
  }
}
@media only screen and (min-width: 980px) {
  #listings-delta {
    padding-top: 45px;
  }
  #listings-delta .loading-spinner {
    padding: 20px 0 40px;
  }
  #listings-delta .pdf_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform-origin: 50% 0;
    transform: translate(0%, -50%);
  }
}
.projects-page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#projects-alpha {
  display: block;
  height: 100%;
  padding-top: 86px;
  min-height: calc(100vh - 62px);
  width: 100%;
}
#projects-alpha .four-col-desktop:not(:first-of-type) {
  margin-top: 0;
}
#projects-alpha #project-gallery {
  margin: 50px auto;
}
#projects-alpha .area-spec-lease {
  position: relative;
  padding: 0 8px;
}
#projects-alpha .pdf_btn {
  font-size: 16px;
  text-decoration: none;
  display: block;
  line-height: 42px;
  padding: 0 20px;
  font-weight: 500;
  text-align: center;
  color: #231e21;
  background-color: white;
  border: solid 1px #231e21;
  transition: .5s ease;
}
#projects-alpha .pdf_btn:hover {
  color: #fff;
  background-color: #231e21;
  border: solid 1px #231e21;
}
.project-card {
  height: 100%;
}
.project-listing-area-specialist {
  position: relative;
  margin: 0 0 50px;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  color: black;
}
.project-listing-area-specialist .slick-track .img-wrapper {
  position: relative;
}
.project-listing-area-specialist .slick-track .img-wrapper:after {
  content: '';
  display: block;
  padding-bottom: 66.6%;
}
.project-listing-area-specialist .slick-track a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-listing-area-specialist .slick-track a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-listing-area-specialist .listing-slider-image {
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
}
.project-listing-area-specialist .listing-slider-image:hover {
  cursor: pointer;
}
.project-listing-area-specialist .slick-arrow {
  position: absolute;
  top: unset;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  max-width: 50%;
  font-size: 0;
  width: 30px;
  height: 30px;
  transform: translate(0, 0);
  transition: .5s ease;
}
.project-listing-area-specialist .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 1;
  transition: .75s ease;
}
.project-listing-area-specialist .slick-arrow:hover:before {
  opacity: .5;
}
.project-listing-area-specialist .slick-arrow.slick-prev {
  left: unset;
  right: 40px;
}
.project-listing-area-specialist .slick-arrow.slick-prev:before {
  content: '\f104';
}
.project-listing-area-specialist .slick-arrow.slick-next:before {
  content: '\f105';
}
.project-listing-area-specialist .videoButton {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 5px 8px;
  color: #ffffff;
  background-color: rgba(74, 27, 103, 0.7);
  font-size: 25px;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.project-listing-area-specialist a {
  text-decoration: none;
  color: #000000;
}
.project-listing-area-specialist .banner {
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  background: white;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
  color: #000000;
}
.project-listing-area-specialist .open-times {
  padding: 0 8px 0 16px;
}
.project-listing-area-specialist .project-details {
  display: flex;
  flex-direction: column;
  padding: 20px 24px ;
  min-height: 150px;
  height: 100%;
}
.project-listing-area-specialist .project-details div {
  padding-bottom: 5px;
}
.project-listing-area-specialist div.suburb {
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 5px;
}
.project-listing-area-specialist div.address {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}
.project-listing-area-specialist span.price {
  display: block;
  position: relative;
  padding-top: 40px;
  width: 100%;
  opacity: 0.9;
  font-size: 16px;
}
.project-listing-area-specialist span.bbc {
  display: block;
  padding: 8px 20px;
  height: 40px;
}
.project-listing-area-specialist span.bbc span {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
.project-listing-area-specialist span.bbc span i {
  display: block;
  font-size: 30px;
  display: inline-block;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  padding: 6px;
}
@media only screen and (min-width: 640px) {
  #projects-alpha {
    padding-top: 68px;
  }
  #projects-alpha .area-spec-lease {
    position: relative;
    padding: 0 12px;
  }
  #projects-alpha .loading-spinner {
    padding: 12px 0 24px;
  }
}
@media only screen and (min-width: 980px) {
  #projects-alpha {
    padding-top: 45px;
  }
  #projects-alpha .loading-spinner {
    padding: 20px 0 40px;
  }
  #projects-alpha .pdf_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform-origin: 50% 0;
    transform: translate(0%, -50%);
  }
}
#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: #000000;
}
#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 .form-wrapper {
  position: static;
}
#maintenance-request-wrapper #w-form label {
  width: 100%;
  display: block;
}
#maintenance-request-wrapper #w-form select {
  width: 100%;
  display: flex;
}
#maintenance-request-wrapper #w-form fieldset input {
  width: 100%;
}
#maintenance-request-wrapper #w-form fieldset textarea {
  width: 100%;
}
#maintenance-request-page {
  max-width: 1130px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 20px;
  display: block;
  padding-top: 80px;
}
#maintenance-request-page .page-title {
  width: 189px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #0c0e22;
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin-top: 0;
  margin-bottom: 1px;
}
#maintainence-title {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  padding: 8px;
  padding-bottom: 0 !important;
}
#maintainence-title article {
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 22px;
  width: 100%;
  display: block;
}
#maintainence-title article h2 {
  display: block;
  padding: 0 0 8px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#maintenance-request-wrapper {
  margin: 0;
  padding: 8px;
  display: block;
  width: 100%;
}
#maintenance-request-wrapper .documents-container article {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-wrapper .documents-container article .text {
  margin: 4px;
  border: 1px solid #d1d1d1;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper {
  text-align: center;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a {
  background-color: transparent;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a i {
  font-size: 27px;
  padding-top: 8px;
  color: #d1d1d1;
  transition: all 0.7s;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a i:hover {
  transition: all 0.7s;
  color: #000000;
}
#maintenance-request-wrapper .documents-container article:nth-child(odd) .text {
  margin-left: 0;
}
#maintenance-request-wrapper .documents-container article:nth-child(even) .text {
  margin-right: 0;
}
#maintenance-request-wrapper #w-form {
  width: 100%;
  background-color: #f1f1f1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  padding-bottom: 0;
}
#maintenance-request-wrapper #w-form .fieldset_first_name.no-office,
#maintenance-request-wrapper #w-form .fieldset_surname.no-office {
  padding-top: 0 !important;
}
#maintenance-request-wrapper #w-form .office-select {
  padding-bottom: 8px;
}
#maintenance-request-wrapper #w-form .maintenance-heading {
  padding-left: 0;
  display: block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #0c0e22;
  background-color: #f1f1f1;
  padding-top: 16px;
  padding-bottom: 8px;
}
#maintenance-request-wrapper #w-form .maintenance-heading:nth-child(1) {
  padding-top: 0;
}
#maintenance-request-wrapper #w-form label {
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #0c0e22;
  line-height: 22px;
}
#maintenance-request-wrapper #w-form select {
  width: 100%;
  display: flex;
}
#maintenance-request-wrapper #w-form fieldset {
  display: block;
  padding-bottom: 8px;
}
#maintenance-request-wrapper #w-form fieldset input {
  width: 100%;
}
#maintenance-request-wrapper #w-form fieldset textarea {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #maintenance-request-page {
    padding-top: 140px;
  }
  #maintenance-request-page .page-title {
    font-size: 26px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 12px;
    margin: 0 auto;
    width: 275px;
    margin-bottom: 20px;
  }
  #maintenance-request-page #maintainence-title {
    padding: 12px;
    padding-bottom: 0;
  }
  #maintenance-request-page #maintainence-title article {
    padding: 0;
  }
  #maintenance-request-page #maintainence-title article h2 {
    padding-bottom: 12px;
  }
  #maintenance-request-page .maintenance-heading {
    padding-bottom: 0 !important;
  }
  #maintenance-request-page #maintenance-request-wrapper {
    display: flex;
    padding: 12px;
  }
  #maintenance-request-page #maintenance-request-wrapper article {
    padding: 12px;
  }
  #maintenance-request-page #maintenance-request-wrapper .document a i {
    font-size: 30px !important;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form {
    padding-bottom: 0;
    padding: 12px;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .office-select {
    width: 50%;
    margin-right: 250px;
    padding-bottom: 8px;
    padding-right: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form fieldset {
    padding: 12px 6px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset:nth-child(even) {
    padding-right: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_state {
    width: 31%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_state select {
    margin: 0;
    float: right;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_postcode {
    width: 19%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_notes {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form input[type=submit] {
    float: right;
    display: block;
    margin-bottom: 12px;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_first_name,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_email_address,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_address_line_1,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_suburb {
    padding-left: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_surname,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_mobile,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_address_line_2,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_postcode {
    padding-right: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper input[type="submit"] {
    float: right;
    width: 150px;
    padding: 0;
    margin-top: 6px;
  }
  #maintenance-request-page #footer-echo {
    clear: both;
  }
  #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 {
    margin: 0;
    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-page {
    padding-top: 140px;
  }
  #maintenance-request-page .page-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #maintenance-request-page #maintainence-title {
    padding: 20px;
    padding-bottom: 0;
  }
  #maintenance-request-page #maintainence-title article {
    padding: 0;
  }
  #maintenance-request-page #maintainence-title article h2 {
    padding-bottom: 20px;
  }
  #maintenance-request-page .maintenance-heading:first-child {
    padding-bottom: 20px !important;
  }
  #maintenance-request-page #maintenance-request-wrapper {
    display: flex;
    margin: 0;
    padding: 20px;
  }
  #maintenance-request-page #maintenance-request-wrapper article {
    padding: 20px;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form {
    padding: 20px;
    padding-bottom: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .office-select {
    width: 50%;
    margin-right: 250px;
    padding-bottom: 8px;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form fieldset {
    padding: 10px 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset:nth-child(even) {
    padding-right: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_state {
    width: 31%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_state select {
    margin: 0;
    float: right;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_postcode {
    width: 19%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_notes {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form input[type=submit] {
    float: right;
    display: block;
    margin-bottom: 20px;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_first_name,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_email_address,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_address_line_1,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_suburb {
    padding-left: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_surname,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_mobile,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_address_line_2,
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_postcode {
    padding-right: 0;
  }
  #maintenance-request-page #maintenance-request-wrapper input[type="submit"] {
    margin-top: 10px;
  }
  #maintenance-request-page #footer-echo {
    clear: both;
  }
  #maintenance-request-wrapper article {
    margin-bottom: 0;
  }
  #maintenance-request-wrapper article h2 {
    display: block;
  }
  #maintenance-request-wrapper article .text .document-wrapper {
    padding: 8px;
  }
  #maintenance-request-wrapper article .text .document-wrapper .document a i {
    padding-bottom: 8px;
    font-size: 40px !important;
  }
  #maintenance-request-wrapper #w-form select {
    margin-left: 0;
  }
  #maintenance-request-wrapper #w-form fieldset {
    padding: 10px;
  }
  #maintenance-request-wrapper #w-form fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #maintenance-request-wrapper #w-form fieldset:nth-child(even) {
    padding-left: 0;
  }
  #maintenance-request-wrapper #w-form .fieldset_address_line_1,
  #maintenance-request-wrapper #w-form .fieldset_suburb {
    padding-right: 10px !important;
  }
  #maintenance-request-wrapper #w-form input[type="submit"] {
    margin-bottom: 73px;
  }
  #maintenance-request-wrapper #contact-office_id {
    margin-left: 0 !important;
  }
  #footer-echo {
    clear: both;
  }
}
#place-show-charlie {
  background-color: #ffffff;
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
#place-show-charlie .container #item-image-slideshow-bravo {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
#place-show-charlie .container #item-image-slideshow-bravo ul {
  height: 0;
  padding-bottom: 60%;
}
#place-show-charlie .container #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 14.5%;
  background-size: cover;
  background-position: 50% 50%;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-controls-direction {
  display: none;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-controls {
  color: red;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a {
  display: block;
  height: 13px;
  width: 13px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item .active {
  background-color: #fff;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #place-show-charlie .container .middle .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .container .middle .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #place-show-charlie .container .middle .left {
    width: 70%;
  }
  #place-show-charlie .container .middle .right {
    width: 30%;
  }
}
#suburb-profile-show-bravo {
  background-color: #ffffff;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul {
  height: 0;
  padding-bottom: 60%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 14.5%;
  background-size: cover;
  background-position: 50% 50%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-wrapper .bxcontrols .bx-controls-direction {
  display: none;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-controls {
  color: red;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a {
  display: block;
  height: 13px;
  width: 13px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item .active {
  background-color: #fff;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-bravo .container .middle .left {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-bravo .container .middle .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-bravo .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-bravo .container .middle .left {
    width: 100%;
  }
  #suburb-profile-show-bravo .container .middle .right {
    width: 30%;
  }
}
@font-face {
  font-family: "as-bbc";
  src: url("../fonts/as-bbc.eot?dmuth8");
  src: url("../fonts/as-bbc.eot?dmuth8#iefix") format("embedded-opentype"), url("../fonts/as-bbc.ttf?dmuth8") format("truetype"), url("../fonts/as-bbc.woff?dmuth8") format("woff"), url("../fonts/as-bbc.svg?dmuth8#as-bbc") format("svg");
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  clear: both;
  content: "";
  display: table;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container embed,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lity-container {
  max-width: 800px !important;
}
.lity-container .lity-content {
  padding: 20px;
  background: white;
}
.bbc {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "as-bbc" !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;
}
[class^="bbc-"],
[class*=" bbc-"] {
  font-family: "as-bbc";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bbc-bed-large:before {
  content: "\e900";
}
.bbc-car-large:before {
  content: "\e901";
}
.bbc-bath-large:before {
  content: "\e902";
}
section#error-page {
  padding: 110px 0 50px;
  text-align: center;
}
section#error-page h1 {
  font-size: 2em;
}
section#error-page h2 {
  font-size: 1.5em;
  padding: 10px 0;
}
/* Global .less files */
.two-col .left-col {
  display: block;
  float: left;
  width: 50%;
}
.two-col .right-col {
  display: block;
  float: left;
  width: 50%;
}
.three-three-one-col li {
  width: 100%;
  float: left;
}
.two-col::after,
.three-three-one-col::after {
  clear: both;
  content: "";
  display: table;
}
.four-col-desktop {
  display: block;
  width: 100%;
}
.four-col-desktop::after {
  clear: both;
  content: "";
  display: table;
}
.hide-mobile,
.hide-mobile-text {
  display: none;
}
.show-only-mobile {
  display: block;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .two-col-tablet li {
    display: block;
    float: left;
    width: 50%;
  }
  .three-col-tablet li {
    width: 50%;
    float: left;
  }
  .three-three-one-col li {
    width: 33.33%;
    float: left;
  }
  .four-col-desktop li {
    width: 50%;
    float: left;
  }
  .two-col-tablet::after,
  .three-col-tablet::after,
  .three-three-one-col::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .hide-mobile {
    display: block;
  }
  .hide-mobile-text {
    display: inline;
  }
  .show-only-mobile {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .two-col-desktop .left-col {
    display: block;
    float: left;
    width: 50%;
  }
  .two-col-desktop .right-col {
    display: block;
    float: left;
    width: 50%;
  }
  .three-col-tablet li {
    width: 33.33%;
    float: left;
  }
  .two-col-desktop::after,
  .three-col-tablet::after,
  .three-three-one-col::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .four-col-desktop li {
    width: 25%;
    float: left;
  }
}
/* Local Files */
/* global */
.content-container {
  max-width: 1130px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.content-container ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
.content-container ul li {
  cursor: pointer;
  width: 100%;
  display: block;
  margin: 0 auto 8px auto;
}
.content-container ul li .wrapper {
  position: relative;
  text-decoration: none;
  color: white;
  display: block;
}
.content-container ul li .wrapper a {
  text-decoration: none;
  color: white;
}
.content-container ul li .wrapper .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 200px;
}
.content-container ul li .wrapper .line {
  display: block;
  height: 1px;
  width: 70%;
  background: white;
  margin: 0 auto;
}
.content-container ul li .wrapper .underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.content-container ul li .wrapper .overlay {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.content-container ul li .wrapper h1 {
  text-transform: uppercase;
  font-size: 23px;
  padding: 10px 0 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.content-container ul li .wrapper h2 {
  text-transform: uppercase;
  padding: 8px 0;
  font-size: 16px;
}
.content-container ul li .wrapper h3 {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  float: left;
  width: auto;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 5px;
}
.content-container ul li .wrapper .line {
  display: inline-block;
}
.content-container ul li .wrapper .bbc-wrapper {
  display: inline-block;
}
.content-container ul li .wrapper .bbc-wrapper .container {
  width: auto;
  display: inline-block;
}
.content-container ul li .wrapper .bbc-wrapper em {
  padding-left: 5px;
}
.content-container ul li .wrapper .links {
  padding-top: 25px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.content-container ul li .wrapper .links .suburb-sale,
.content-container ul li .wrapper .links .suburb-lease {
  display: none;
  padding-right: 10px;
}
.content-container ul li .wrapper .links a {
  width: auto;
  color: white;
  text-decoration: none;
}
.content-container ul li .wrapper .links a:hover {
  color: white;
}
.content-container ul li .wrapper .links .suburb-sale.show,
.content-container ul li .wrapper .links .suburb-lease.show {
  display: inline-block;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .content-container {
    padding-bottom: 6px;
  }
  .content-container ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    max-width: none;
    padding: 6px;
  }
  .content-container ul li .wrapper .image {
    height: 240px;
  }
  .content-container ul li:nth-child(1),
  .content-container ul li:nth-child(2) {
    padding-top: 0;
  }
  .content-container ul li:nth-child(even) {
    padding-right: 0;
  }
  .content-container ul li:nth-child(odd) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .content-container {
    padding-bottom: 10px;
  }
  .content-container ul li {
    width: 25%;
    padding: 5px;
  }
  .content-container ul li .wrapper .line {
    transition: all 0.5s;
    opacity: 0;
    width: 0px;
  }
  .content-container ul li .wrapper .underlay {
    transition: all 0.5s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .content-container ul li .wrapper h1 {
    transition: all 0.5s;
    opacity: 0;
    -ms-transform: scale(1.5, 1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5, 1.5);
    /* Safari */
    transform: scale(1.5, 1.5);
  }
  .content-container ul li .wrapper h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 105px;
    text-align: center;
    bottom: 50px;
    transition: all 0.5s;
    opacity: 0;
  }
  .content-container ul li .wrapper h3 {
    transition: all 0.5s;
    opacity: 0;
  }
  .content-container ul li .wrapper .links {
    opacity: 0;
    transition: all 0.5s;
    padding-top: 80px;
  }
  .content-container ul li .wrapper .bbc-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 30px;
    transition: all 0.5s;
    opacity: 0;
  }
  .content-container ul li.hover .wrapper .line {
    width: 70%;
    opacity: 1;
    transition: all 1s;
  }
  .content-container ul li.hover .wrapper .links {
    opacity: 1;
    transition: all 0.5s;
    padding-top: 90px;
  }
  .content-container ul li.hover .wrapper .underlay {
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper .bbc-wrapper {
    top: 80px;
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper h1 {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper h2 {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 55px;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper h3 {
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li:nth-child(3),
  .content-container ul li:nth-child(4) {
    padding-top: 0;
  }
  .content-container ul li:nth-child(4n + 1) {
    padding-left: 0;
    padding-right: 5px;
  }
  .content-container ul li:nth-child(4n + 2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .content-container ul li:nth-child(4n + 3) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .content-container ul li:nth-child(4n + 4) {
    padding-left: 5px;
    padding-right: 0;
  }
}
header .wrapper .nav a {
  font-size: 17px;
}
#agents-mike {
  display: block;
  max-width: 1130px;
  padding-top: 70px;
}
#agents-mike .embed-container {
  margin-bottom: 50px;
}
#agents-mike h2 {
  display: none;
}
#agents-mike .top-section article {
  color: black;
  line-height: 19px;
  font-size: 15px;
  padding: 0 16px;
  padding-bottom: 16px;
}
#agents-mike .top-section article h1 {
  margin: 0;
}
#agents-mike .top-section article h1:after {
  content: "Our Team";
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: black;
  padding: 32px 8px 16px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
}
#agents-mike .two-col-tablet {
  padding: 0 16px;
}
#agents-mike .two-col-tablet li {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 0 8px 0;
}
#agents-mike .two-col-tablet li .card {
  background-color: white;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  min-height: 245px;
}
#agents-mike .two-col-tablet li .card .image {
  width: 100%;
  display: block;
  background: white;
}
#agents-mike .two-col-tablet li .card .image .image-container {
  height: 0;
  padding-bottom: 50%;
  width: 50%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  border-radius: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s;
}
@media only screen and (min-width: 640px) {
  #agents-mike .two-col-tablet li .card .image .image-container {
    padding-bottom: 70%;
    width: 70%;
  }
}
@media only screen and (min-width: 980px) {
  #agents-mike .two-col-tablet li .card .image .image-container {
    padding-bottom: 100%;
    width: 100%;
  }
}
#agents-mike .two-col-tablet li:hover .card .image .image-container {
  -webkit-filter: none;
  filter: none;
  transition: all 0.5s;
}
#agents-mike .two-col-tablet li .card .image img {
  display: block;
  width: 100%;
}
#agents-mike .two-col-tablet li .card .info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  font-size: 12px;
  line-height: 18px;
}
#agents-mike .two-col-tablet li .card .info .no-mobile {
  display: none;
}
#agents-mike .two-col-tablet li .card .info .mobile-only {
  display: block;
  margin: -10px 0 10px;
  text-align: center;
  color: black;
}
#agents-mike .two-col-tablet li .card .info .mobile-only a {
  color: black;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px;
}
#agents-mike .two-col-tablet li .card .info .mobile-only a .fa-mobile {
  font-size: 27px;
  vertical-align: text-bottom;
}
#agents-mike .two-col-tablet li .card .info .mobile-only .email {
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 16px;
  border: solid 1px #231f20;
  color: #231f20;
  font-weight: 700;
  font-size: 12px;
}
#agents-mike .two-col-tablet li .card .info .name {
  display: block;
  font-size: 18px;
  padding-top: 10px;
  font-family: "Roboto", sans-serif;
  color: black;
  padding-bottom: 4px;
}
#agents-mike .two-col-tablet li .card .info a {
  color: black;
  text-decoration: none;
  content: "email me";
}
#agents-mike .two-col-tablet li .card .info a:focus,
#agents-mike .two-col-tablet li .card .info a:hover,
#agents-mike .two-col-tablet li .card .info a:active {
  text-decoration: underline;
}
#agents-mike .two-col-tablet li .card .info .links {
  display: none;
}
#agents-mike .two-col-tablet li .card .info .links a {
  font-family: "Roboto", sans-serif;
  color: #000000;
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
}
#agents-mike .two-col-tablet li .card .info .links a:focus,
#agents-mike .two-col-tablet li .card .info .links a:hover,
#agents-mike .two-col-tablet li .card .info .links a:active {
  text-decoration: none;
  color: #ffffff;
}
#agents-mike .two-col-tablet li .card .info .links a i {
  display: none;
}
#agents-mike .two-col-tablet:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 460px) {
  #agents-mike .two-col-tablet li {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agents-mike {
    display: block;
  }
  #agents-mike .top-section article {
    padding: 0 24px;
    padding-bottom: 24px;
    max-width: 370px;
    margin: 0 auto;
  }
  #agents-mike .top-section article h2 {
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    color: black;
    padding: 16px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #agents-mike .top-section article h2 em {
    border-bottom: 1px solid white;
  }
  #agents-mike .two-col-tablet {
    padding: 0 12px 0 0;
  }
  #agents-mike .two-col-tablet li {
    width: 33.33%;
    float: left;
    padding: 0 0 40px 12px;
  }
  #agents-mike .two-col-tablet li .card {
    position: relative;
    min-height: 0;
  }
  #agents-mike .two-col-tablet li .card .image {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-mike .two-col-tablet li .card .image img {
    display: block;
    width: 100%;
  }
  #agents-mike .two-col-tablet li .card .info {
    height: 190px;
    float: left;
    border-top: 0;
    padding: 24px;
    width: 100%;
    color: black;
    font-size: 14px;
    line-height: 22px;
  }
  #agents-mike .two-col-tablet li .card .info .no-mobile {
    margin-top: -20px;
    display: block;
  }
  #agents-mike .two-col-tablet li .card .info .mobile-only {
    display: none;
  }
  #agents-mike .two-col-tablet li .card .info .name {
    font-size: 18px;
    padding-top: 4px;
  }
  #agents-mike .two-col-tablet li .card .info .links {
    display: block;
    position: absolute;
    text-align: center;
    color: black;
    bottom: 0px;
    right: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px 12px;
    padding-left: 0;
  }
  #agents-mike .two-col-tablet li .card .info .links a {
    font-family: "Roboto", arial, sans-serif;
    font-size: 14px;
    padding: 1px 20px;
    border: solid 1px #231f20;
    color: #231f20;
    font-weight: 700;
    transition: 0.5s all;
  }
  #agents-mike .two-col-tablet li .card .info .links a:hover {
    background: #231f20;
    color: white;
    text-decoration: none;
    transition: 0.5s all;
  }
  #agents-mike .two-col-tablet li .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agents-mike {
    padding: 0 70px;
    display: block;
    padding-top: 75px;
  }
  #agents-mike .top-section article {
    padding: 0 30px;
    padding-bottom: 40px;
    max-width: 370px;
    line-height: 24px;
    margin: 0 auto;
  }
  #agents-mike .top-section article h2 {
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    color: black;
    padding: 30px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #agents-mike .top-section article h2 em {
    border-bottom: 1px solid white;
  }
  #agents-mike .two-col-tablet {
    padding-right: 20px;
  }
  #agents-mike .two-col-tablet li {
    width: 25%;
    padding: 0 0 20px 20px;
    margin-bottom: 20px;
  }
  #agents-mike .two-col-tablet li .card .info {
    padding-top: 20px;
    padding-left: 20px;
    height: 170px;
  }
  #agents-mike .two-col-tablet li .card .info .name {
    padding-top: 0;
    padding-bottom: 0px;
  }
  #agents-mike .two-col-tablet li .card .info .staff-position {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 5px;
    display: inline-block;
  }
  #agents-mike .two-col-tablet li .card .info .no-mobile {
    font-size: 10px;
  }
  #agents-mike .two-col-tablet li .card .info .links {
    padding: 10px 20px;
    text-align: center;
  }
}
#agent-show-hotel {
  background-color: #ffffff;
  padding-bottom: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  padding-top: 70px;
}
#agent-show-hotel .social-header-links {
  padding-top: 16px !important;
}
#agent-show-hotel .endorsements-wrapper {
  display: none !important;
}
#agent-show-hotel .image-wrapper .image .agent-image {
  height: 0;
  padding-bottom: 85%;
}
#agent-show-hotel .right {
  display: block;
  width: 100%;
  padding: 16px 8px;
  padding-top: 30px;
  background-color: #454545;
  color: white !important;
  line-height: 21px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agent-show-hotel .right h1 {
  border: none;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 100;
  width: 100%;
  text-align: center;
  text-align: left;
  margin-top: 0px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  color: white;
  margin-bottom: 0;
}
#agent-show-hotel .right h2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 8px;
  width: 100%;
  text-align: left;
  padding-top: 5px;
  font-family: "Roboto", sans-serif;
}
#agent-show-hotel .right p {
  padding-bottom: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
#agent-show-hotel .right .phone {
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
}
#agent-show-hotel .right .phone span {
  display: block;
  width: 100%;
  text-align: left;
}
#agent-show-hotel .right .email {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#agent-show-hotel .right .email a {
  text-decoration: none;
  color: white;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  margin-left: 7px;
}
#agent-show-hotel .right .email a:hover {
  text-decoration: underline;
}
#agent-show-hotel .right .top-border,
#agent-show-hotel .right .bottom-border {
  display: none;
  width: 50px;
  /*display: block;*/
  margin: 0 auto;
  border-top: 1px solid #000000;
}
#agent-show-hotel .right .bottom-border {
  padding-bottom: 16px;
}
#agent-show-hotel .agents-properties {
  padding-top: 16px;
  width: 100%;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile,
#agent-show-hotel .agents-properties .btn-wrapper {
  width: 100%;
  height: 25px;
  margin-bottom: 0;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn-mobile,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn-mobile,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn-mobile,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn-mobile,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50%;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 21px;
  padding-left: 70px !important;
  padding-right: 70px !important;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn-mobile #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn-mobile #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn-mobile #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn-mobile #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn-mobile #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn-mobile #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn-mobile #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn-mobile #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn #agent-listing-div {
  padding-bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 110px;
  margin: 0 auto;
  text-transform: capitalize;
  color: black;
}
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn #agent-listing-div {
  font-size: 1.2em;
  padding-bottom: 5px;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn-mobile:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn-mobile:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn-mobile:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn-mobile:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn:hover #agent-sold-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn-mobile:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn-mobile:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn-mobile:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn-mobile:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-sold-btn:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper-mobile #agent-listing-btn:hover #agent-listing-div,
#agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn:hover #agent-listing-div {
  border-bottom: 1px solid #454545;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile .no-second,
#agent-show-hotel .agents-properties .btn-wrapper .no-second {
  width: 100% !important;
}
#agent-show-hotel .agents-properties .btn-wrapper-mobile {
  margin-bottom: 36px;
  margin-top: 8px;
}
#agent-show-hotel .agents-properties .bx-controls .bx-next {
  position: absolute;
  top: 140px;
  right: -30px;
}
#agent-show-hotel .agents-properties .bx-controls .bx-prev {
  position: absolute;
  top: 140px;
  left: -30px;
}
#agent-show-hotel .agents-properties .bx-controls .bx-prev.disabled,
#agent-show-hotel .agents-properties .bx-controls .bx-next.disabled {
  display: none;
}
#agent-show-hotel .agents-properties .bx-controls .bx-prev:hover i,
#agent-show-hotel .agents-properties .bx-controls .bx-next:hover i {
  color: white;
  transition: all 0.5s;
  opacity: 1;
}
#agent-show-hotel .agents-properties .bx-controls .bx-prev,
#agent-show-hotel .agents-properties .bx-controls .bx-next {
  text-decoration: none;
}
#agent-show-hotel .agents-properties .bx-controls .bx-prev i,
#agent-show-hotel .agents-properties .bx-controls .bx-next i {
  opacity: 1 !important;
  padding-top: 130px;
  font-size: 75px;
  color: white;
  transition: all 0.5s;
}
#agent-show-hotel .agents-properties .no-results {
  text-align: center;
  padding: 36px;
  line-height: 20px;
  font-weight: 400;
}
#agent-show-hotel .agents-properties .agents-desktop {
  margin-bottom: 25px;
}
#agent-show-hotel .agents-properties .agents-desktop .view-all {
  margin: 8px auto 26px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
  border: solid 1px #cfcfcf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #808080;
  display: block;
  padding: 0 15px;
  width: 140px;
}
#agent-show-hotel .agents-properties .agents-desktop .view-all:disabled {
  background: #ccc;
}
#agent-show-hotel .agents-properties .agents-desktop .view-all:disabled:hover,
#agent-show-hotel .agents-properties .agents-desktop .view-all:disabled:active,
#agent-show-hotel .agents-properties .agents-desktop .view-all:disabled:focus {
  background: #ccc;
}
#agent-show-hotel .agents-properties .agents-desktop .view-all:focus,
#agent-show-hotel .agents-properties .agents-desktop .view-all:hover,
#agent-show-hotel .agents-properties .agents-desktop .view-all:active {
  color: #ffffff;
  background-color: #59207b;
}
#agent-show-hotel .agents-properties .agents-desktop .view-all:hover {
  background-color: white;
  transition: all 0.5s;
  color: #000000;
}
#agent-show-hotel .agents-properties .agents-desktop ul {
  width: 100%;
  background-color: white;
  padding: 20px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agent-show-hotel .agents-properties .agents-desktop ul li {
  width: 100%;
  margin-bottom: 8px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container {
  width: 100%;
  display: block;
  position: relative;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a {
  padding: 6px 6px 0 6px;
  display: block;
  background-color: #f1f1f1;
  text-decoration: none;
  border-bottom: 2px solid #c6e2d7;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .image {
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #d1d1d1;
  width: 100%;
  transition: all 1.5s;
  padding: 0px;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  z-index: 20;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info {
  z-index: 50;
  text-transform: capitalize;
  padding: 16px;
  background-color: #eceeee;
  color: black;
  line-height: 24px;
  padding-top: 12px !important;
  transition: all 0.5s;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .overlay-sold {
  position: absolute;
  top: 10%;
  left: 40%;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .overlay-sold h1 {
  color: white !important;
  font-size: 20px;
  background-color: black;
  width: 70px;
  height: 70px;
  border-radius: 75px;
  font-weight: 100;
  text-transform: uppercase;
  transform: rotate(340deg);
  padding-top: 24px;
  box-sizing: border-box;
  padding-left: 8px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info h1 {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 4px;
  white-space: nowrap;
  line-height: 19px;
  text-transform: capitalize;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info h2 {
  text-transform: capitalize;
  height: 24px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .open-time {
  transition: all 0.5s;
  /*height: 20px !important;*/
  /*display: block;                       */
  /*line-height: 35px;*/
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .open-time span {
  font-weight: 400;
  font-weight: normal;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .bbc-wrapper {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: capitalize;
  height: 15px;
  width: 100%;
  padding: 8px 0;
  padding-bottom: 16px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .bbc-wrapper .bbc {
  padding-right: 16px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .bbc-wrapper .bbc i {
  font-size: 17px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .price {
  clear: both;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .price b {
  width: 100%;
  display: block;
  float: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  text-transform: capitalize;
  padding-right: 8px;
  padding-bottom: 5px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .price h2 {
  opacity: 1;
  float: left;
  font-size: 16px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info .price:after {
  clear: both;
  content: "";
  display: table;
}
#agent-show-hotel .agents-properties .agents-desktop ul .container a .info b {
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  text-transform: capitalize;
}
#agent-show-hotel .agents-properties .agents-desktop ul .date-cont {
  text-transform: lowercase;
  background-color: #000000;
  color: white;
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 490px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .date-cont h1 {
  font-size: 20px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .date-cont h2 {
  padding-top: 20px;
  font-size: 25px;
  opacity: 0.2;
  margin-bottom: 8px;
}
#agent-show-hotel .agents-properties .agents-desktop ul .date-cont h3 {
  font-size: 60px;
  opacity: 0.2;
}
#agent-show-hotel .endorsements-wrapper h3 {
  padding: 8px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 23px;
  width: 100%;
  line-height: 27px;
  text-align: center;
}
#agent-show-hotel .endorsements-wrapper #endorsements {
  line-height: 21px;
  overflow: hidden;
  height: 67px;
  transition: all 0.5s;
  width: 100%;
  padding: 0;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
#agent-show-hotel .endorsements-wrapper #endorsements.active {
  /*overflow: initial;*/
  height: auto;
  transition: all 0.5s;
}
#agent-show-hotel .endorsements-wrapper #endorsements-btn {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
  margin: 0 auto;
}
#agent-show-hotel .endorsements-wrapper #endorsements-btn:focus,
#agent-show-hotel .endorsements-wrapper #endorsements-btn:hover,
#agent-show-hotel .endorsements-wrapper #endorsements-btn:active {
  color: #ffffff;
  background-color: #59207b;
}
#agent-show-hotel .endorsements-wrapper #endorsements-btn:hover {
  background-color: white;
  transition: all 0.5s;
  color: #000000;
}
#agent-show-hotel .social-links {
  display: none !important;
  width: 100%;
  display: inline-block;
  padding-bottom: 16px;
  margin-top: -16px;
  text-align: center;
}
#agent-show-hotel .social-links h2 {
  font-size: 14px;
  border-bottom: 1px solid #000000;
  width: 100px;
  margin: 0 auto;
  padding-bottom: 8px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#agent-show-hotel .social-links a {
  text-decoration: none;
  color: white;
  margin-right: 10px;
  font-size: 18px;
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  display: inline-block;
}
#agent-show-hotel .social-links #facebook {
  background: #46629e;
}
#agent-show-hotel .social-links #twitter {
  background: #59adea;
}
#agent-show-hotel .social-links #googleplus {
  background: #d73d32;
}
#agent-show-hotel .social-links #linkedin {
  background: #0077b5;
}
#agent-show-hotel .social-links #youtube {
  background: #cc181e;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-hotel {
    display: block;
    padding-top: 70px;
  }
  #agent-show-hotel #agent-sold,
  #agent-show-hotel #agent-listing {
    padding-bottom: 0 !important;
  }
  #agent-show-hotel .top-section {
    width: 100%;
  }
  #agent-show-hotel .image-wrapper .image .agent-image {
    padding-bottom: 60%;
  }
  #agent-show-hotel .right h1 {
    font-weight: 100;
  }
  #agent-show-hotel .middle-wrapper {
    border-bottom: 2px solid #000000;
  }
  #agent-show-hotel .middle-wrapper .left {
    padding-right: 24px;
  }
  #agent-show-hotel .middle-wrapper .right {
    padding-left: 24px;
    padding-top: 63px;
    width: 33.33%;
  }
  #agent-show-hotel .agents-properties .view-all {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #ffffff;
    background-color: white;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
  }
  #agent-show-hotel .agents-properties .view-all:focus,
  #agent-show-hotel .agents-properties .view-all:hover,
  #agent-show-hotel .agents-properties .view-all:active {
    color: #ffffff;
    background-color: #59207b;
  }
  #agent-show-hotel .agents-properties .view-all:hover {
    background-color: white;
    transition: all 0.5s;
    color: #000000;
  }
  #agent-show-hotel .agents-properties .btn-wrapper {
    font-weight: 100;
    padding-top: 20px;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn div {
    display: inline;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn div {
    display: inline;
  }
  #agent-show-hotel .agents-properties .agents-desktop {
    position: relative;
    margin-bottom: 0;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-next {
    position: absolute;
    top: 140px;
    right: -30px !important;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-prev {
    position: absolute;
    top: 140px;
    left: -30px !important;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-prev.disabled,
  #agent-show-hotel .agents-properties .bx-controls .bx-next.disabled {
    display: none;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-prev:hover i,
  #agent-show-hotel .agents-properties .bx-controls .bx-next:hover i {
    color: white;
    transition: all 0.5s;
    opacity: 1;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-prev,
  #agent-show-hotel .agents-properties .bx-controls .bx-next {
    text-decoration: none;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-prev i,
  #agent-show-hotel .agents-properties .bx-controls .bx-next i {
    opacity: 1 !important;
    padding-top: 130px;
    font-size: 75px;
    color: white;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul {
    display: inline-block;
    background-color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 40px;
  }
  #agent-show-hotel .agents-properties ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 !important;
    width: 50% !important;
    float: left;
  }
  #agent-show-hotel .agents-properties ul li:first-child {
    padding-top: 0;
  }
  #agent-show-hotel .agents-properties ul .container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px;
    width: 100%;
    display: block;
  }
  #agent-show-hotel .agents-properties ul .container a {
    text-decoration: none;
  }
  #agent-show-hotel .agents-properties ul .container a .image {
    /*z-index: 25;
              height: 250px;
              background-size: cover;
              background-position: 50% 50%;
              transition: all 1s;
              overflow: hidden;*/
    height: 175px;
    padding-bottom: 0;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #d1d1d1;
    width: 100%;
    transition: all 1s;
  }
  #agent-show-hotel .agents-properties ul .container a .info {
    z-index: 50;
    text-transform: lowercase;
    padding: 16px;
    line-height: 24px;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container a .info .overlay-sold {
    top: 40px;
    left: 100px;
  }
  #agent-show-hotel .agents-properties ul .container a .info h1 {
    font-size: 20px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper {
    height: 15px;
    width: 100%;
    padding: 8px 0;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper .bbc {
    padding-right: 8px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper .bbc i {
    font-size: 17px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price {
    clear: both;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price b {
    float: left;
    padding-right: 8px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price h2 {
    float: left;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #agent-show-hotel .agents-properties ul .date-cont {
    text-transform: lowercase;
    background-color: #000000;
    color: white;
    padding: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 380px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h1 {
    font-size: 20px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h2 {
    padding-top: 20px;
    font-size: 25px;
    opacity: 0.2;
    margin-bottom: 8px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h3 {
    font-size: 60px;
    opacity: 0.2;
  }
  #agent-show-hotel .endorsements-wrapper {
    border-top: 2px solid #000000;
    margin-top: 20px;
  }
  #agent-show-hotel .endorsements-wrapper h3 {
    padding: 12px 0;
  }
  #agent-show-hotel .endorsements-wrapper #endorsements {
    margin: 12px auto;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-hotel {
    display: block;
    padding-top: 75px;
    /*.social-links{
      a{
        padding-top: @global-padding-mobile;
        text-decoration: none;
        width: 15px;
        margin-right: 20px;
        height: 35px;
        i, span{
          transition: all 0.3s;
          width: 15px;
          height: 15px;
          line-height: 15px;
          border-radius: 15px;
          font-size: 0;
          -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }
        &:hover{
          i,span{
            transition: all 0.3s;
            font-size: 18px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 35px;

          }
        }
      }
    }*/
  }
  #agent-show-hotel .top-section {
    padding: 0;
    display: inline-block;
    position: relative;
    background: #454545;
  }
  #agent-show-hotel .image-wrapper {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
  }
  #agent-show-hotel .image-wrapper .image .agent-image {
    background-size: cover;
    padding-bottom: 80%;
  }
  #agent-show-hotel .right {
    padding-top: 60px;
    padding-bottom: 20px;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    overflow: hidden;
    max-height: none;
  }
  #agent-show-hotel .right h1 {
    padding-top: 40px;
    font-size: 28px;
  }
  #agent-show-hotel .right h2 {
    padding-left: 20px;
    font-size: 15px;
    padding-top: 10px;
  }
  #agent-show-hotel .right p {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #agent-show-hotel .right .mobile {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #agent-show-hotel .right .phone {
    padding: 15px;
    padding-left: 20px;
    padding-top: 5px;
  }
  #agent-show-hotel .right .email {
    padding-bottom: 10px;
    margin-bottom: 10px;
    bottom: 0;
    padding-left: 20px;
  }
  #agent-show-hotel .right .email a {
    font-size: 14px;
    font-weight: 500;
    margin-left: -1px;
  }
  #agent-show-hotel .right .contact-card {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #agent-show-hotel .right #social .border-wrapper {
    float: right;
  }
  #agent-show-hotel .right .linkedin {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #agent-show-hotel .agents-properties {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
    box-sizing: border-box;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-controls-direction .bx-prev {
    top: 115px;
    left: -60px !important;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-controls-direction .bx-prev i {
    color: white;
    opacity: 1;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-controls-direction .bx-next {
    top: 115px;
    right: -60px !important;
  }
  #agent-show-hotel .agents-properties .bx-controls .bx-controls-direction .bx-next i {
    color: white;
    opacity: 1;
  }
  #agent-show-hotel .agents-properties .btn-wrapper {
    font-size: 16px !important;
  }
  #agent-show-hotel .agents-properties .btn-wrapper .no-second #agent-listing-div {
    width: 230px !important;
    float: none !important;
    margin: 0 auto;
  }
  #agent-show-hotel .agents-properties .btn-wrapper .no-second #agent-sold-div {
    width: 330px !important;
    float: none !important;
    margin: 0 auto;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn,
  #agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn {
    font-size: 20px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    padding-bottom: 0;
    display: block;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 10px;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-sold-btn div {
    float: right;
    display: block;
    width: auto !important;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
  }
  #agent-show-hotel .agents-properties .btn-wrapper #agent-listing-btn div {
    float: left;
    display: block;
    width: auto !important;
  }
  #agent-show-hotel .agents-properties .bx-wrapper {
    max-width: none !important;
    margin: 0;
  }
  #agent-show-hotel .agents-properties .bx-wrapper .bx-viewport {
    margin-left: -4px;
  }
  #agent-show-hotel .agents-properties ul {
    padding: 20px 70px 0px 70px;
  }
  #agent-show-hotel .agents-properties ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 14px 14px 0 14px;
    width: 25% !important;
  }
  #agent-show-hotel .agents-properties ul li:first-child {
    padding-top: 10px;
  }
  #agent-show-hotel .agents-properties ul .container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px;
    width: 100%;
    display: block;
    height: 314px;
  }
  #agent-show-hotel .agents-properties ul .container a {
    height: 284px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container a .image {
    /*z-index: 25;
              height: 250px;
              background-size: cover;
              background-position: 50% 50%;
              transition: all 1s;
              overflow: hidden;*/
    padding-bottom: 280px !important;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #d1d1d1;
    width: 100%;
    transition: all 1s;
  }
  #agent-show-hotel .agents-properties ul .container a .info {
    position: relative !important;
    z-index: 50;
    text-transform: lowercase;
    padding: 8px;
    background-color: rgba(236, 238, 238, 0.8) !important;
    margin-top: -40px;
    color: black;
    line-height: 24px;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container a .info .overlay-sold {
    top: 50px;
    display: none;
  }
  #agent-show-hotel .agents-properties ul .container a .info h1 {
    float: left;
    padding-right: 8px;
    font-size: 20px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper {
    display: block;
    height: 15px;
    width: 100%;
    padding: 8px 0;
    /*opacity: 0;*/
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper .bbc {
    padding-right: 5px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-hotel .agents-properties ul .container a .info .bbc-wrapper .bbc i {
    font-size: 17px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price {
    transition: all 0.5s;
    /*opacity: 0;*/
    display: block;
    clear: both;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price b {
    width: auto;
    position: absolute;
    bottom: 12px;
    right: 5px;
    float: left;
    text-align: right;
    padding-right: 8px;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price h2 {
    float: left;
  }
  #agent-show-hotel .agents-properties ul .container a .info .price:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #agent-show-hotel .agents-properties ul .container:hover a {
    height: 283px;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container:hover .info {
    margin-top: -99px;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .container:hover .info .bbc-wrapper,
  #agent-show-hotel .agents-properties ul .container:hover .info .price {
    opacity: 1;
    transition: all 0.5s;
  }
  #agent-show-hotel .agents-properties ul .date-cont {
    text-transform: lowercase;
    background-color: #000000;
    color: white;
    padding: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 490px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h1 {
    font-size: 20px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h2 {
    padding-top: 20px;
    font-size: 25px;
    opacity: 0.2;
    margin-bottom: 8px;
  }
  #agent-show-hotel .agents-properties ul .date-cont h3 {
    font-size: 60px;
    opacity: 0.2;
  }
  #agent-show-hotel .endorsements-wrapper h3 {
    padding: 30px 0;
  }
  #agent-show-hotel .endorsements-wrapper #endorsements {
    margin-top: 0;
    height: 123px;
  }
  #agent-show-hotel .social-links {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    margin-top: -40px;
    text-align: center;
    transition: all 0.5s;
  }
  #agent-show-hotel .social-links h2 {
    font-size: 20px;
    border-bottom: 1px solid #000000;
    width: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  #agent-show-hotel .social-links a {
    text-decoration: none;
    color: white;
    margin-right: 10px;
    font-size: 18px;
    background-color: white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    display: inline-block;
  }
  #agent-show-hotel .social-links a:hover {
    opacity: 0.8;
    transition: all 0.5s;
  }
}
/* global */
.property-listing-area-specialist {
  position: relative;
  margin: 0 0 50px;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  color: black;
}
.property-listing-area-specialist .slick-track .img-wrapper {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.property-listing-area-specialist .slick-track img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-listing-area-specialist .listing-slider-image {
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
}
.property-listing-area-specialist .listing-slider-image:hover {
  cursor: pointer;
}
.property-listing-area-specialist .slick-arrow {
  position: absolute;
  top: unset;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  max-width: 50%;
  font-size: 0;
  width: 30px;
  height: 30px;
  transform: translate(0, 0);
  transition: 0.5s ease;
}
.property-listing-area-specialist .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 1;
  transition: 0.75s ease;
}
.property-listing-area-specialist .slick-arrow:hover:before {
  opacity: 0.5;
}
.property-listing-area-specialist .slick-arrow.slick-prev {
  left: unset;
  right: 40px;
}
.property-listing-area-specialist .slick-arrow.slick-prev:before {
  content: "\f104";
}
.property-listing-area-specialist .slick-arrow.slick-next:before {
  content: "\f105";
}
.property-listing-area-specialist .videoButton {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 5px 8px;
  color: #ffffff;
  background-color: rgba(74, 27, 103, 0.7);
  font-size: 25px;
  text-decoration: none;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.property-listing-area-specialist a {
  text-decoration: none;
  color: #000000;
}
.property-listing-area-specialist .banner {
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  background: white;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
  color: #000000;
}
.property-listing-area-specialist div.suburb {
  padding: 8px 8px 0;
  font-family: "Roboto", sans-serif;
  padding-top: 20px;
  padding-left: 16px;
  color: black;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 5px;
}
.property-listing-area-specialist .open-times {
  padding: 0 8px 0 16px;
}
.property-listing-area-specialist div.address {
  padding: 0 8px 0;
  white-space: nowrap;
  padding-left: 16px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}
.property-listing-area-specialist span.bbc {
  display: block;
  padding: 8px 20px;
  height: 40px;
}
.property-listing-area-specialist span.bbc span {
  display: inline-block;
  margin-right: 8px;
  /*width: 30px;*/
  position: relative;
  /*padding-left: 15px;*/
  font-family: "Roboto", sans-serif;
}
.property-listing-area-specialist span.bbc span i {
  display: block;
  font-size: 30px;
  display: inline-block;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  padding: 6px;
  /*position: absolute;
    top: -40px;
    left: 0;*/
}
#auctions-kilo .property-listing-area-specialist span.bbc span,
#opens-lima .property-listing-area-specialist span.bbc span {
  line-height: 43px;
}
#auctions-kilo .property-listing-area-specialist span.bbc span i,
#opens-lima .property-listing-area-specialist span.bbc span i {
  float: right;
}
.project-listing-area-specialist span.method,
.project-listing-area-specialist span.sold,
.project-listing-area-specialist span.under-contract,
.project-listing-area-specialist span.contact-agent,
.property-listing-area-specialist span.price,
.property-listing-area-specialist span.method,
.property-listing-area-specialist span.sold,
.property-listing-area-specialist span.under-contract,
.property-listing-area-specialist span.contact-agent {
  padding: 0 8px;
  white-space: nowrap;
  margin-left: 16px;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 16px;
  opacity: 0.9;
  width: 100%;
  display: block;
  /* border-bottom: 1px solid rgba(0,0,0,0.5); */
  /* box-sizing: border-box; */
  /* margin: 0 auto; */
  padding-left: 0;
  /* margin-right: 350px; */
  position: relative;
}
.project-listing-area-specialist span.remove-from,
.project-listing-area-specialist span.add-to:hover,
.property-listing-area-specialist span.remove-from,
.property-listing-area-specialist span.add-to:hover {
  font-weight: 600;
}
.project-listing-area-specialist span.price:after,
.project-listing-area-specialist span.method:after,
.project-listing-area-specialist span.sold:after,
.project-listing-area-specialist span.under-contract:after,
.project-listing-area-specialist span.contact-agent:after .property-listing-area-specialist span.price:after,
.property-listing-area-specialist span.method:after,
.property-listing-area-specialist span.sold:after,
.property-listing-area-specialist span.under-contract:after,
.property-listing-area-specialist span.contact-agent:after {
  content: "";
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 70px;
  height: 1px;
  background: black;
  opacity: 0.5;
  left: 0px;
}
.project-listing-area-specialist a.button,
.property-listing-area-specialist a.button {
  display: block;
  text-align: left;
  padding: 8px;
  text-decoration: none;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
.project-listing-area-specialist a.button:focus,
.project-listing-area-specialist a.button:hover,
.project-listing-area-specialist a.button:active,
.property-listing-area-specialist a.button:focus,
.property-listing-area-specialist a.button:hover,
.property-listing-area-specialist a.button:active {
  color: #ffffff;
}
.property-listing-area-specialist a.button i,
.property-listing-area-specialist a.button i {
  display: none;
}
.project-listing-area-specialist .open-times,
.property-listing-area-specialist .open-times {
  padding-top: 10px;
}
.project-listing-area-specialist .open-times span,
.project-listing-area-specialist .open-times a,
.property-listing-area-specialist .open-times span,
.property-listing-area-specialist .open-times a {
  font-family: "Roboto", arial, sans-serif;
  padding: 0 8px;
  white-space: nowrap;
  margin-left: 0;
  font-size: 16px;
  opacity: 0.9;
  width: 100%;
  display: block;
  /* border-bottom: 1px solid rgba(0,0,0,0.5); */
  /* box-sizing: border-box; */
  /* margin: 0 auto; */
  padding-left: 0;
  /* margin-right: 350px; */
  position: relative;
  text-decoration: none;
  color: #000000;
}
.project-listing-area-specialist .open-times i,
.property-listing-area-specialist .open-times i {
  padding-right: 4px;
}
.project-listing-area-specialist .open-times a:not(.grid),
.property-listing-area-specialist .open-times a:not(.grid) {
  margin-top: 10px;
}
.project-listing-area-specialist .open-times a:not(.grid):hover,
.property-listing-area-specialist .open-times a:not(.grid):hover {
  color: black;
  text-decoration: underline;
}
.project-listing-area-specialist .open-times a:hover i,
.property-listing-area-specialist .open-times a:hover i {
  color: black;
}
.project-listing-area-specialist .calendar-overlay,
.property-listing-area-specialist .calendar-overlay {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .project-listing-area-specialist,
  .property-listing-area-specialist {
    background-color: #f7f7f7;
    margin-bottom: 8px;
  }
  .property-listing-area-specialist .suburb {
    /*padding: @global-padding-tablet @global-padding-tablet 0;*/
  }
  .property-listing-area-specialist div {
    /*padding: 0 @global-padding-tablet 0;*/
  }
  .property-listing-area-specialist span.bbc {
    /*padding: @global-padding-tablet;*/
  }
  .property-listing-area-specialist span.price,
  .property-listing-area-specialist span.method,
  .property-listing-area-specialist span.sold,
  .property-listing-area-specialist span.under-contract {
    /*padding: 0 @global-padding-tablet;*/
  }
  .property-listing-area-specialist a.button {
    /*padding: @global-padding-tablet;*/
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .project-listing-area-specialist,
  .property-listing-area-specialist {
    background-color: #f7f7f7;
  }
  .property-listing-area-specialist .suburb {
    /*padding: @global-padding-desktop/2 @global-padding-desktop/2 0;*/
  }
  .property-listing-area-specialist div {
    /*padding: 0 @global-padding-desktop/2 0;*/
  }
  .property-listing-area-specialist span.bbc {
    /*padding: @global-padding-desktop/2;*/
  }
  .property-listing-area-specialist span.price,
  .property-listing-area-specialist span.method,
  .property-listing-area-specialist span.sold,
  .property-listing-area-specialist span.under-contract,
  .property-listing-area-specialist span.contact-agent {
    /*padding: 0 @global-padding-desktop/2;*/
  }
  .property-listing-area-specialist a.button {
    /*padding: @global-padding-desktop/2;*/
  }
  .project-listing-area-specialist .calendar-overlay,
  .property-listing-area-specialist .calendar-overlay {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #f1f1f1;
    color: black;
    bottom: -310px;
    transition: all 0.5s;
    height: 300px;
  }
  .project-listing-area-specialist .calendar-overlay span,
  .property-listing-area-specialist .calendar-overlay span {
    line-height: 250px;
    width: 100%;
    text-align: center;
    display: block;
  }
  .project-listing-area-specialist .calendar-overlay i,
  .property-listing-area-specialist .calendar-overlay i {
    padding-right: 15px;
    font-size: 18px;
  }
  #opens-lima .property-listing-area-specialist:hover .calendar-overlay,
  #auctions-kilo .property-listing-area-specialist:hover .calendar-overlay {
    bottom: -28px;
    transition: all 0.5s;
  }
}
#opens-lima,
#auctions-kilo {
  background-color: white;
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}
#opens-lima h1,
#auctions-kilo h1 {
  display: block;
  border: none;
  padding-bottom: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#opens-lima h1 em,
#auctions-kilo h1 em {
  border-bottom: 1px solid white;
  padding-bottom: 4px;
}
#opens-lima .opens-button {
  display: inline-block;
  color: #231f20;
  border: solid 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  margin: 5px 10px;
  transition: all 0.5s;
}
#opens-lima .opens-button:hover,
#opens-lima .opens-button.active {
  background: #231f20;
  color: white;
  transition: all 0.5s;
}
#opens-lima .date-card,
#auctions-kilo .date-card,
#opens-lima .date-heading,
#auctions-kilo .date-heading {
  width: 100%;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 8px 0;
  border-bottom: 1px solid #231e21;
  margin-bottom: 16px;
}
#opens-lima .four-col-desktop,
#auctions-kilo .four-col-desktop {
  padding: 0 16px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #opens-lima,
  #auctions-kilo {
    padding-top: 70px;
  }
  #opens-lima h1 em,
  #auctions-kilo h1 em {
    border-bottom: 1px solid white;
    padding-bottom: 6px;
  }
  #opens-lima .date-card,
  #auctions-kilo .date-card,
  #opens-lima .date-heading,
  #auctions-kilo .date-heading {
    font-size: 15px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #opens-lima,
  #auctions-kilo {
    background-color: white;
    max-width: 1130px;
    display: block;
    margin: 0 auto;
    padding-top: 75px;
  }
  #opens-lima h1,
  #auctions-kilo h1 {
    border: none;
    padding-bottom: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #opens-lima h1 em,
  #auctions-kilo h1 em {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #opens-lima .date-card,
  #auctions-kilo .date-card,
  #opens-lima .date-heading,
  #auctions-kilo .date-heading {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #opens-lima .four-col-desktop,
  #auctions-kilo .four-col-desktop {
    padding: 0 40px;
  }
}
#suburb-profiles-bravo {
  background-color: #ffffff;
  max-width: 1130px;
  margin: 0 auto;
  display: block;
  padding-top: 50px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profiles-bravo {
    display: block;
    padding-top: 70px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profiles-bravo {
    display: block;
    padding-top: 75px;
  }
}
#suburb-profile-show-bravo {
  display: block;
  padding-top: 50px;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo {
  padding-bottom: 0 !important;
  height: initial !important;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-viewport {
  height: 0 !important;
  padding-bottom: 25%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul {
  padding-bottom: 0 !important;
  height: initial !important;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul li {
  padding-bottom: 8% !important;
}
#suburb-profile-show-bravo .container a:hover {
  color: #231e21 !important;
}
#suburb-profile-show-bravo .container .middle {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 1130px;
  margin: 0 auto;
}
#suburb-profile-show-bravo .container .middle:after {
  clear: both;
  content: "";
  display: table;
}
#suburb-profile-show-bravo .container .middle h1 {
  padding: 16px 0 8px 0;
  font-size: 26px;
}
#suburb-profile-show-bravo .container .middle h2 {
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0;
  display: none;
}
#suburb-profile-show-bravo .container .middle a {
  color: black;
  padding-bottom: 6px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
#suburb-profile-show-bravo .container .middle .left span {
  line-height: 21px;
}
#suburb-profile-show-bravo .container .bottom #map_canvas {
  display: block;
  width: 100%;
  height: 350px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-bravo {
    padding-top: 70px;
  }
  #suburb-profile-show-bravo .container .middle {
    padding: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-bravo .container .middle h1 {
    padding: 24px 0 12px 0;
    font-size: 26px;
  }
  #suburb-profile-show-bravo .container .middle h2 {
    font-size: 15px;
    font-weight: 700;
    padding: 12px 0;
  }
  #suburb-profile-show-bravo .container .middle a {
    padding-bottom: 4px;
  }
  #suburb-profile-show-bravo .container .middle .left span {
    line-height: 21px;
  }
  #suburb-profile-show-bravo .container .middle .left ul {
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .middle .right {
    line-height: 22px;
    padding-left: 10%;
    padding-top: 59px;
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .bottom {
    padding-top: 24px;
  }
  #suburb-profile-show-bravo .container .bottom #map_canvas {
    height: 450px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-bravo {
    display: block;
    padding-top: 75px;
  }
  #suburb-profile-show-bravo .container .middle {
    padding: 30px 20px;
  }
  #suburb-profile-show-bravo .container .middle h1 {
    font-size: 30px;
  }
  #suburb-profile-show-bravo .container .middle h2 {
    font-size: 16px;
  }
  #suburb-profile-show-bravo .container .middle a {
    padding-bottom: 4px;
  }
  #suburb-profile-show-bravo .container .middle .left span {
    line-height: 21px;
  }
  #suburb-profile-show-bravo .container .middle .left ul {
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .middle .right {
    padding-left: 60px;
    padding-top: 64px;
  }
  #suburb-profile-show-bravo .container .bottom {
    padding-top: 24px;
  }
  #suburb-profile-show-bravo .container .bottom #map_canvas {
    height: 450px;
  }
}
#place-show-charlie {
  display: block;
  padding-top: 50px;
}
#place-show-charlie .container a:hover {
  color: #231e21 !important;
}
#place-show-charlie .container .middle {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#place-show-charlie .container .middle h1 {
  padding: 16px 0 8px 0;
  font-size: 26px;
}
#place-show-charlie .container .middle h2 {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0;
}
#place-show-charlie .container .middle a {
  color: white;
  padding-bottom: 6px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
#place-show-charlie .container .middle .left span {
  line-height: 21px;
}
#place-show-charlie .container .middle .right .links a {
  color: black;
}
#place-show-charlie .container .bottom #map_canvas {
  display: block;
  width: 100%;
  height: 350px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #place-show-charlie {
    padding-top: 70px;
  }
  #place-show-charlie .container .middle {
    padding: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .container .middle h1 {
    padding: 24px 0 12px 0;
    font-size: 26px;
  }
  #place-show-charlie .container .middle h2 {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0;
  }
  #place-show-charlie .container .middle a {
    padding-bottom: 4px;
  }
  #place-show-charlie .container .middle .left span {
    line-height: 21px;
  }
  #place-show-charlie .container .middle .left ul {
    line-height: 20px;
  }
  #place-show-charlie .container .middle .right {
    line-height: 22px;
    padding-left: 10%;
    padding-top: 59px;
    line-height: 20px;
  }
  #place-show-charlie .container .bottom {
    padding-top: 24px;
  }
  #place-show-charlie .container .bottom #map_canvas {
    height: 450px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #place-show-charlie {
    display: block;
    padding-top: 75px;
  }
  #place-show-charlie .container .middle {
    padding: 30px 80px;
  }
  #place-show-charlie .container .middle h1 {
    font-size: 30px;
  }
  #place-show-charlie .container .middle h2 {
    font-size: 16px;
  }
  #place-show-charlie .container .middle a {
    padding-bottom: 4px;
  }
  #place-show-charlie .container .middle .left span {
    line-height: 21px;
  }
  #place-show-charlie .container .middle .left ul {
    line-height: 20px;
  }
  #place-show-charlie .container .middle .right {
    padding-left: 60px;
    padding-top: 64px;
  }
  #place-show-charlie .container .bottom {
    padding-top: 24px;
  }
  #place-show-charlie .container .bottom #map_canvas {
    height: 450px;
  }
}
#blog-echo {
  padding-bottom: 1px;
  display: block;
  padding-top: 50px;
}
#blog-echo #blog-display {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#blog-echo #blog-display .list-container {
  width: 100%;
  display: inline-block;
}
#blog-echo #blog-display .list-container ul .wrapper {
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
#blog-echo #blog-display .list-container ul .wrapper li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 8px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
#blog-echo #blog-display .list-container ul .wrapper li a h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 2px;
  line-height: 25px;
  width: auto;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
#blog-echo #blog-display .list-container ul .wrapper li a h2 {
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 16px;
  font-size: 12px;
}
#blog-echo #blog-display .list-container ul .wrapper li a h3 {
  font-weight: 12px;
}
#blog-echo #blog-display .list-container ul .wrapper:hover h1 {
  border-bottom: 2px solid white;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-echo {
    display: block;
    padding-top: 70px;
  }
  #blog-echo #blog-display {
    padding: 0 24px;
  }
  #blog-echo #blog-display .list-container ul .wrapper {
    margin: 0;
    padding-bottom: 24px;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(even) {
    padding-left: 12px;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(odd) {
    padding-right: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-echo {
    display: block;
    padding-top: 75px;
  }
  #blog-echo #blog-display .list-container ul .wrapper {
    padding-bottom: 20px;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .image {
    height: 200px;
    padding-bottom: 0;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.25s;
    text-align: center;
    padding-top: 65px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay i {
    font-size: 20px;
    transition: all 0.25s;
    color: white;
    padding-top: 50px;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay.hover {
    opacity: 1;
    transition: all 0.25s;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay.hover i {
    font-size: 65px;
    transition: all 0.25s;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(3n + 1) {
    padding-left: 0 !important;
    padding-right: 10px !important;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(3n + 2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(3n + 3) {
    padding-right: 0 !important;
    padding-left: 10px !important;
  }
}
body.blog-show {
  background: white;
}
#blog-show-echo {
  display: block;
  padding-top: 50px;
}
#blog-show-echo #blog-show {
  background: white !important;
}
#blog-show-echo #blog-show .wrapper article .social {
  padding-top: 16px;
  display: inline-block;
  width: 100%;
}
#blog-show-echo #blog-show .wrapper article .social h2 {
  font-weight: 500;
  color: #000000;
  font-size: 13px;
  padding-bottom: 4px;
  padding-top: 8px;
}
#blog-show-echo #blog-show .wrapper article .social div a {
  padding-top: 8px;
  text-decoration: none;
  width: 45px;
  float: left;
}
#blog-show-echo #blog-show .wrapper article .social div a i,
#blog-show-echo #blog-show .wrapper article .social div a span {
  color: white;
  background-color: green;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  padding-left: 11px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 18px;
  padding-top: 1px;
}
#blog-show-echo #blog-show .wrapper article .social div .social.facebook i,
#blog-show-echo #blog-show .wrapper article .social div .social.facebook span {
  background-color: #3e5c98;
}
#blog-show-echo #blog-show .wrapper article .social div .social.twitter i,
#blog-show-echo #blog-show .wrapper article .social div .social.twitter span {
  background-color: #5fa9dd;
}
#blog-show-echo #blog-show .wrapper article .social div .social.pinit i,
#blog-show-echo #blog-show .wrapper article .social div .social.pinit span {
  background-color: #bd081c;
}
#blog-show-echo #blog-show .wrapper article .blog-image .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 30px;
  position: relative;
}
#blog-show-echo #blog-show .wrapper article .blog-image .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#blog-show-echo #blog-show .wrapper article .desktop-heading {
  display: none;
}
#blog-show-echo #blog-show .wrapper article .mobile-heading {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#blog-show-echo #blog-show .wrapper article .mobile-heading h1 {
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 16px;
}
#blog-show-echo #blog-show .wrapper article .mobile-heading h2 {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  font-style: italic;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper {
  width: 100%;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .left {
  color: #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .left h2 {
  font-weight: 500;
  color: #000000;
  font-size: 13px;
  padding-bottom: 4px;
  padding-top: 8px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .left h2 a {
  text-decoration: none;
  color: #000000;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .left h2 a:hover {
  color: #231e21;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right {
  clear: both;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right p {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
  line-height: 20px;
  color: #000000;
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px 16px 16px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery .image-wrapper {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery .image-wrapper .images {
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery .image-wrapper:nth-child(3n + 3) {
  width: 100%;
  clear: both;
  padding-top: 8px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery .image-wrapper:nth-child(3n + 1) {
  padding-right: 4px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery .image-wrapper:nth-child(3n + 2) {
  padding-left: 4px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .social {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 16px;
  padding-bottom: 16px;
}
#blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div a {
  padding-left: 0;
}
#blog-show-echo #blog-show .wrapper article .bottom-content.mobile {
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#blog-show-echo #blog-show .wrapper article .bottom-content.mobile h4 {
  text-align: left;
  color: #000000;
  font-size: 19px;
  border-bottom: 2px solid #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
#blog-show-echo #blog-show .wrapper article .bottom-content.mobile .blog-list-container .overlay {
  opacity: 0;
  height: 0px;
}
#blog-show-echo #blog-show .wrapper .bottom-content.desktop {
  display: none;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#blog-show-echo #blog-show .wrapper .bottom-content.desktop h4 {
  text-align: left;
  color: #000000;
  font-size: 19px;
  border-bottom: 2px solid #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
#blog-show-echo #blog-show .wrapper .bottom-content.desktop .blog-list-container .overlay {
  opacity: 0;
  height: 0px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-echo #blog-show .wrapper article .mobile-heading {
    text-align: center;
    padding: 24px;
  }
  #blog-show-echo #blog-show .wrapper article .mobile-heading h1 {
    font-size: 26px;
    font-weight: 600;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .left {
    padding-top: 11px;
    /*width: 25%;*/
    /*float: left;*/
    /*.padding-inner();*/
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right {
    /*width: 75%;*/
    /*float: left;*/
    /*.padding-inner();*/
    /*clear: none;*/
  }
  #blog-show-echo #blog-show .wrapper article .bottom-content.mobile .blog-list-container ul {
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper .bottom-content.desktop .blog-list-container ul {
    display: inline-block;
    width: 100%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-echo {
    display: block;
    padding-top: 75px;
  }
  #blog-show-echo #blog-show {
    max-width: none;
    background: #f1f1f1;
  }
  #blog-show-echo #blog-show .wrapper article {
    background: #ffffff;
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    /* Blog scroll effect WIP*/
  }
  #blog-show-echo #blog-show .wrapper article .social {
    padding-top: 16px;
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper article .social h2 {
    font-weight: 700;
    color: #000000;
    font-size: 13px;
    padding-bottom: 4px;
    padding-top: 8px;
  }
  #blog-show-echo #blog-show .wrapper article .social div {
    padding-top: 10px;
    padding-left: 17px;
  }
  #blog-show-echo #blog-show .wrapper article .social div a {
    padding-top: 8px;
    text-decoration: none;
    width: 15px;
    margin-right: 20px;
    float: left;
    height: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .social div a i,
  #blog-show-echo #blog-show .wrapper article .social div a span {
    transition: all 0.3s;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 15px;
    font-size: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #blog-show-echo #blog-show .wrapper article .social div a:hover i,
  #blog-show-echo #blog-show .wrapper article .social div a:hover span {
    transition: all 0.3s;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .social div .social.facebook i,
  #blog-show-echo #blog-show .wrapper article .social div .social.facebook span {
    background-color: #3e5c98;
  }
  #blog-show-echo #blog-show .wrapper article .social div .social.twitter i,
  #blog-show-echo #blog-show .wrapper article .social div .social.twitter span {
    padding-left: 9px;
    background-color: #5fa9dd;
  }
  #blog-show-echo #blog-show .wrapper article .social div .social.pinit i,
  #blog-show-echo #blog-show .wrapper article .social div .social.pinit span {
    background-color: #bd081c;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image .blog-image-overlay {
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s, visibility 0s linear 0.5s;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image .image {
    transition: all 0.3s;
    height: 500px;
    padding-bottom: 0;
    width: 80%;
    margin: 0 auto;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image-wrapper {
    position: fixed;
    width: 100%;
    display: block;
    max-width: 1130px;
    background: white;
    z-index: 11;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image-wrapper.scroll {
    /*z-index: 10;*/
    z-index: 0;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image.scroll .image {
    transition: all 0.3s;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=.9, M12=0, M21=0, M22=.9, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9, M12=0, M21=0, M22=0.9, SizingMethod='auto expand');
  }
  #blog-show-echo #blog-show .wrapper article .blog-image.scroll .blog-image-overlay {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s, visibility 0s linear 0s;
    top: -100px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper {
    padding-top: 500px;
  }
  #blog-show-echo #blog-show .wrapper article .mobile-heading {
    display: none;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading {
    display: block;
    padding-left: 15%;
    text-align: center;
    padding-right: 15%;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading h1 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 20px;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading h2 {
    color: #000000;
    font-style: italic;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper {
    position: relative;
    z-index: 10;
    background: #ffffff;
    max-width: 1130px;
    margin: 0 auto;
    background: none;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .left {
    padding-top: 40px;
    width: 20%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right {
    padding-top: 40px;
    float: left;
    width: 80%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: none;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery {
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social {
    margin: 0 auto;
    width: 118px;
    display: block;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social h2 {
    text-align: center;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div {
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div a {
    margin-left: -1px;
    width: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div a:last-child {
    margin-right: 0;
  }
  #blog-show-echo #blog-show .wrapper article .bottom-content.mobile {
    display: none;
    background: #ffffff;
  }
  #blog-show-echo #blog-show .wrapper article .bottom-content.mobile h4 {
    text-align: center;
  }
  #blog-show-echo #blog-show .wrapper .bottom-content.desktop {
    position: relative;
    background: none;
    display: block;
  }
  #blog-show-echo #blog-show .wrapper .bottom-content.desktop h4 {
    text-align: center;
  }
}
@media only print, only screen and (min-width: 1900px) {
  /* Desktop */
  #blog-show-echo {
    display: block;
  }
  #blog-show-echo #blog-show {
    max-width: none;
    background: #f1f1f1;
  }
  #blog-show-echo #blog-show .wrapper article {
    background: #ffffff;
    max-width: 1130px;
    margin: 0 auto;
    /* Blog scroll effect WIP*/
  }
  #blog-show-echo #blog-show .wrapper article .social {
    padding-top: 16px;
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper article .social h2 {
    font-weight: 500;
    color: #000000;
    font-size: 13px;
    padding-bottom: 4px;
    padding-top: 8px;
  }
  #blog-show-echo #blog-show .wrapper article .social div {
    padding-top: 10px;
    padding-left: 17px;
  }
  #blog-show-echo #blog-show .wrapper article .social div a {
    padding-top: 8px;
    text-decoration: none;
    width: 15px;
    margin-right: 20px;
    float: left;
    height: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .social div a i,
  #blog-show-echo #blog-show .wrapper article .social div a span {
    transition: all 0.3s;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 15px;
    font-size: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #blog-show-echo #blog-show .wrapper article .social div a:hover i,
  #blog-show-echo #blog-show .wrapper article .social div a:hover span {
    transition: all 0.3s;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .social div .social.facebook i,
  #blog-show-echo #blog-show .wrapper article .social div .social.facebook span {
    background-color: #3e5c98;
  }
  #blog-show-echo #blog-show .wrapper article .social div .social.twitter i,
  #blog-show-echo #blog-show .wrapper article .social div .social.twitter span {
    padding-left: 9px;
    background-color: #5fa9dd;
  }
  #blog-show-echo #blog-show .wrapper article .social div .social.pinit i,
  #blog-show-echo #blog-show .wrapper article .social div .social.pinit span {
    background-color: #bd081c;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image .blog-image-overlay {
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image .image {
    transition: all 0.3s;
    padding-bottom: 0;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image-wrapper {
    position: fixed;
    width: 100%;
    display: block;
    max-width: 1130px;
  }
  #blog-show-echo #blog-show .wrapper article .blog-image.scroll .image {
    transition: all 0.3s;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=.9, M12=0, M21=0, M22=.9, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9, M12=0, M21=0, M22=0.9, SizingMethod='auto expand');
  }
  #blog-show-echo #blog-show .wrapper article .blog-image.scroll .blog-image-overlay {
    opacity: 1;
    transition: all 0.3s;
    top: -100px;
  }
  #blog-show-echo #blog-show .wrapper article .mobile-heading {
    display: none;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading {
    display: block;
    padding-left: 15%;
    text-align: center;
    padding-right: 15%;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading h1 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 20px;
  }
  #blog-show-echo #blog-show .wrapper article .desktop-heading h2 {
    color: #000000;
    font-style: italic;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper {
    position: relative;
    z-index: 10;
    background: #ffffff;
    max-width: 1130px;
    margin: 0 auto;
    background: none;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .left {
    padding-top: 40px;
    position: absolute;
    left: -20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right {
    padding-top: 40px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: none;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    padding-left: 15%;
    padding-right: 15%;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .blog-gallery {
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social {
    margin: 0 auto;
    width: 118px;
    display: block;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social h2 {
    text-align: center;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div {
    display: inline-block;
    width: 100%;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div a {
    margin-left: -1px;
    width: 35px;
  }
  #blog-show-echo #blog-show .wrapper article .content-wrapper .right .social div a:last-child {
    margin-right: 0;
  }
  #blog-show-echo #blog-show .wrapper article .bottom-content.mobile {
    display: none;
    background: #ffffff;
  }
  #blog-show-echo #blog-show .wrapper article .bottom-content.mobile h4 {
    text-align: center;
  }
  #blog-show-echo #blog-show .wrapper .bottom-content.desktop h4 {
    text-align: center;
  }
}
#opens-lima ul li a {
  height: auto !important;
}
#opens-lima ul li .open-times a {
  color: black !important;
  margin-top: 8px;
}
#opens-lima ul li .open-times a:hover {
  color: #000000;
}
#opens-lima .pre-register-container .panel,
#opens-lima .pre-register-container #flash-message {
  text-align: center;
  padding: 16px 16px 0 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 22px;
  font-size: 13px;
  margin: 0 auto;
  width: 90%;
  background: #1e1e1e;
  color: white;
  padding: 16px 16px 16px 16px;
  margin-top: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 1px !important;
}
#opens-lima .pre-register-container .panel .panel-body,
#opens-lima .pre-register-container #flash-message .panel-body {
  text-transform: initial;
  font-size: 12px;
  letter-spacing: 3px;
  padding-top: 8px;
}
#opens-lima .pre-register-container .panel .close,
#opens-lima .pre-register-container #flash-message .close {
  display: none;
}
#opens-lima .pre-register-container .close-cross {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 35px;
  height: 40px;
  opacity: 0.7;
  z-index: 100;
  cursor: pointer;
}
#opens-lima .pre-register-container .close-cross:hover {
  opacity: 1;
}
#opens-lima .pre-register-container .close-cross:hover:after,
#opens-lima .pre-register-container .close-cross:hover:before {
  background-color: #000000;
}
#opens-lima .pre-register-container .close-cross:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: white;
}
#opens-lima .pre-register-container .close-cross:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: white;
}
#opens-lima .pre-register-container .close-cross:before {
  transform: rotate(45deg);
}
#opens-lima .pre-register-container .close-cross:after {
  transform: rotate(-45deg);
}
#opens-lima .pre-register-container .register-btn-wrapper.showForm {
  transition: all 1.5s;
  height: 465px !important;
  margin-bottom: 10px;
}
#opens-lima .pre-register-container .register-btn-wrapper.show {
  height: 75px;
  transition: all 1.5s;
}
#opens-lima .pre-register-container .register-btn-wrapper {
  position: relative;
  transition: all 1.5s;
  background: #444;
  color: white;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  border: none;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  height: 0px;
  overflow: hidden;
}
#opens-lima .pre-register-container .register-btn-wrapper .register-heading {
  padding-top: 16px;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form fieldset {
  margin-bottom: 3px;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form input {
  border: none !important;
  font-family: "Roboto", arial, sans-serif;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
  border: 2px solid white !important;
  color: black !important;
  transition: all 0.5s;
  background: white !important;
  font-family: "Roboto", arial, sans-serif;
  line-height: 20px !important;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input:focus,
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input:hover,
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit input:active {
  color: #ffffff;
  background-color: #59207b;
}
#opens-lima .pre-register-container .register-btn-wrapper #desktop-arrow {
  cursor: pointer;
}
#opens-lima .pre-register-container .register-btn-wrapper a {
  text-decoration: none;
  color: white;
  transition: all 0.5s;
}
#opens-lima .pre-register-container .register-btn-wrapper h1 {
  width: 100%;
  display: block;
  text-align: center;
}
#opens-lima .pre-register-container .register-btn-wrapper em {
  /*opacity: 0;*/
  /*height: 0;*/
  display: block;
  font-size: 12px;
  text-transform: initial;
  line-height: 17px;
  text-align: center;
  padding: 16px;
  /*transition: all 0.5s;*/
}
#opens-lima .pre-register-container .register-btn-wrapper i {
  color: white;
  font-size: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  transition: all 1s;
}
#opens-lima .pre-register-container .register-btn-wrapper .icon-ChevRight.up {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  transition: all 1s;
}
#opens-lima .pre-register-container .register-btn-wrapper .icon-ChevRight.down {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  transition: all 1s;
}
#opens-lima .pre-register-container .register-btn-wrapper .icon-ChevRight.down.rotate {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  transition: all 1s;
}
#opens-lima .pre-register-container .register-btn-wrapper .icon-ChevRight.up.rotate {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  transition: all 1s;
}
#opens-lima .pre-register-container .register-btn-wrapper em.show,
#opens-lima .pre-register-container .register-btn-wrapper a.show {
  /*transition: all 0.5s;*/
  opacity: 1;
  height: auto;
  margin-top: 15px;
}
#opens-lima .pre-register-container .register-btn-wrapper em.show i,
#opens-lima .pre-register-container .register-btn-wrapper a.show i {
  margin-top: -10px;
  height: 40px;
  opacity: 1;
}
#opens-lima .pre-register-container .register-btn-wrapper .contact-inline {
  height: 30px;
  display: block;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #opens-lima .pre-register-container .register-btn-wrapper.showForm {
    transition: all 1.5s;
    height: 405px !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper.show {
    height: 80px;
    transition: all 1.5s;
  }
  #opens-lima .pre-register-container .register-btn-wrapper {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 13px;
    display: flex;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .register-heading {
    padding-top: 24px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper em {
    padding: 24px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form {
    padding: 0 24px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 4px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_first_name,
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_email_address {
    padding-right: 2px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_surname,
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_mobile {
    padding-left: 2px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form .fieldset_submit {
    width: 100%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #opens-lima ul li a {
    height: auto !important;
  }
  #opens-lima ul li .open-times a {
    background: white !important;
    color: black !important;
    height: 300px !important;
  }
  #opens-lima ul li .open-times a:hover {
    color: #000000 !important;
  }
  #opens-lima .pre-register-container {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 20px !important;
    margin-bottom: 20px;
    padding-top: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #opens-lima .pre-register-container .panel,
  #opens-lima .pre-register-container #flash-message {
    padding: 20px 20px 0 20px;
    font-size: 18px;
    letter-spacing: 11px;
    padding: 20px 20px 20px 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
  #opens-lima .pre-register-container .panel .panel-body,
  #opens-lima .pre-register-container #flash-message .panel-body {
    text-transform: initial;
    font-size: 12px;
    letter-spacing: 3px;
    padding-top: 10px;
  }
  #opens-lima .pre-register-container .panel .close,
  #opens-lima .pre-register-container #flash-message .close {
    display: none;
  }
  #opens-lima .pre-register-container #desktop-arrow {
    display: block;
  }
  #opens-lima .pre-register-container #mobile-arrow {
    display: none;
  }
  #opens-lima .pre-register-container form fieldset {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px 6px;
    height: 35px !important;
    line-height: 35px !important;
  }
  #opens-lima .pre-register-container form fieldset input {
    height: 35px !important;
    line-height: 35px !important;
  }
  #opens-lima .pre-register-container form .fieldset_surname {
    margin-right: 15%;
  }
  #opens-lima .pre-register-container form .fieldset_email_address,
  #opens-lima .pre-register-container form .fieldset_mobile {
    width: 40%;
  }
  #opens-lima .pre-register-container form .fieldset_submit {
    width: 20%;
    padding-top: 26px;
  }
  #opens-lima .pre-register-container form .fieldset_submit input {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #ffffff;
    background-color: white;
    cursor: pointer;
    background: white;
    color: white;
    line-height: 25px !important;
    font-size: 12px !important;
    letter-spacing: 4px !important;
  }
  #opens-lima .pre-register-container form .fieldset_submit input:focus,
  #opens-lima .pre-register-container form .fieldset_submit input:hover,
  #opens-lima .pre-register-container form .fieldset_submit input:active {
    color: #ffffff;
    background-color: #59207b;
  }
  #opens-lima .pre-register-container .desktop-form {
    display: block;
    margin-top: -30px;
    padding: 0 40px;
  }
  #opens-lima .pre-register-container .register-btn {
    max-width: 600px !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper.showForm {
    transition: all 1.5s;
    height: 405px !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper.show {
    height: 90px;
    transition: all 1.5s;
  }
  #opens-lima .pre-register-container .register-btn-wrapper {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 13px;
    transition: all 1.5s;
    position: relative;
    font-size: 16px;
    letter-spacing: 18px;
    max-width: 1100px;
    transition: all 1s;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 1004px !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .register-btn {
    max-width: 500px;
    margin: 0 auto;
    letter-spacing: 2px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper h1 {
    font-size: 18px;
    letter-spacing: 11px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper i {
    color: white !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper i:hover {
    color: #000000 !important;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form {
    padding-bottom: 10px;
  }
  #opens-lima .pre-register-container .register-btn-wrapper .desktop-form fieldset {
    margin: 0;
  }
  #opens-lima .pre-register-container .register-btn-wrapper.show {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    left: 0;
    /*height: 209px;*/
  }
  #opens-lima .pre-register-container .register-heading {
    padding-top: 40px;
  }
  #opens-lima .pre-register-container em {
    padding: 40px;
    height: auto !important;
    opacity: 1 !important;
  }
  #opens-lima .pre-register-container .added .remove-from {
    display: block !important;
    opacity: 1 !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
    bottom: 100px !important;
    transition: all 0.5s !important;
  }
  #opens-lima .pre-register-container .counter-wrapper.one {
    display: flex;
  }
  #opens-lima .pre-register-container .counter-wrapper.one li {
    display: inline-block;
    margin: 0 auto;
  }
  #opens-lima .pre-register-container .counter-wrapper.two {
    display: block;
    width: 666px;
    margin: 0 auto;
  }
  #opens-lima .pre-register-container .counter-wrapper.two li {
    width: 50%;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-one li:last-child {
    width: 100%;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-one li:last-child a {
    width: 33.33%;
    margin: 0 auto;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:last-child {
    width: 50%;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:last-child a {
    width: 66.66%;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:last-child .link {
    right: -140px;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:nth-last-child(2) {
    width: 50%;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:nth-last-child(2) a {
    width: 66.66%;
    float: right;
  }
  #opens-lima .pre-register-container .counter-wrapper.end-two li:nth-last-child(2) .link {
    right: -305px;
  }
  #opens-lima .pre-register-container .desktop-form {
    display: inline-block;
    width: 100%;
    padding-top: 20px !important;
  }
  #opens-lima .pre-register-container .desktop-form fieldset {
    padding-bottom: 4px !important;
  }
  #opens-lima #inline_opens_content {
    background: #f7f7f7;
    padding: 20px 40px;
  }
  #opens-lima #inline_opens_content label {
    display: none;
  }
  #opens-lima #inline_opens_content fieldset {
    margin-bottom: 12px;
  }
  #opens-lima #inline_opens_content input[type="submit"] {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #ffffff;
    background-color: white;
    cursor: pointer;
  }
  #opens-lima #inline_opens_content input[type="submit"]:focus,
  #opens-lima #inline_opens_content input[type="submit"]:hover,
  #opens-lima #inline_opens_content input[type="submit"]:active {
    color: #ffffff;
    background-color: #59207b;
  }
  #opens-lima #inline_opens_content h1 {
    line-height: 30px;
    padding-bottom: 20px !important;
    display: block;
    width: 100%;
    font-size: 28px !important;
    letter-spacing: 10px !important;
    text-align: center;
    text-transform: uppercase !important;
  }
}
#opens-lima label,
#opens-lima li {
  transition: all 0s !important;
}
#opens-lima input[type="checkbox"] {
  display: none !important;
}
#opens-lima input[type="checkbox"] + label {
  cursor: pointer !important;
}
#opens-lima input[type="checkbox"] + label .overlay .remove-from {
  display: none !important;
}
#opens-lima input[type="checkbox"] + label .overlay .date {
  display: none !important;
}
#opens-lima input[type="checkbox"]:checked + label .overlay .add-to {
  display: none !important;
}
#opens-lima input[type="checkbox"]:checked + label .overlay .remove-from {
  display: block !important;
  opacity: 1 !important;
  bottom: 100px !important;
}
#opens-lima input[type="checkbox"]:checked + label .overlay {
  opacity: 1 !important;
  width: 100% !important;
  transition: all 0.5s !important;
}
#opens-lima input[type="checkbox"]:checked + label .underlay {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
#opens-lima form a {
  line-height: inherit !important;
  text-transform: none !important;
  text-align: inherit !important;
  font-weight: inherit !important;
  color: #fff !important;
  cursor: pointer !important;
  background-color: transparent !important;
  border: none !important;
  letter-spacing: inherit !important;
}
#opens-lima form a:hover {
  color: red !important;
  background-color: transparent !important;
}
@media only print {
  .menu-icon {
    display: none !important;
  }
  #opens-lima .date-wrapper {
    page-break-after: avoid;
  }
  #opens-lima .register-btn-wrapper {
    display: none !important;
  }
  #opens-lima .print-address {
    display: block !important;
    line-height: 30px;
  }
  #opens-lima input[type="checkbox"]:checked + label .overlay .remove-from,
  #opens-lima input[type="checkbox"]:checked + label .overlay .add-to {
    display: none !important;
  }
  #opens-lima input[type="checkbox"]:checked + label .underlay {
    dispay: none !important;
    background: transparent !important;
    opacity: 0;
    visibility: none;
  }
  body {
    background-color: #fff !important;
    overflow: visible !important;
  }
  #opens-lima {
    position: absolute !important;
    top: 0 !important;
  }
  #opens-lima .date-wrapper li {
    width: 100% !important;
    display: block !important;
    height: 155px !important;
    transition: all 0s !important;
  }
  #opens-lima .date-wrapper li label {
    width: 100% !important;
    display: block !important;
    height: 150px !important;
    transition: all 0s !important;
  }
  #opens-lima .date-wrapper li label .image {
    width: 25% !important;
    display: block !important;
    height: 150px !important;
    float: left !important;
    -webkit-print-color-adjust: exact !important;
  }
  #opens-lima .date-wrapper li label .overlay {
    width: 70% !important;
    display: block !important;
    float: left !important;
    text-align: left !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    color: #666 !important;
    height: 150px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
  }
  #opens-lima .date-wrapper li label .overlay * {
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    text-align: left !important;
  }
  #opens-lima .date-wrapper li label .overlay .line {
    display: none !important;
  }
  #opens-lima .date-wrapper li label .overlay .bbc-wrapper {
    display: block !important;
  }
  #opens-lima .date-wrapper li label .overlay .bbc-wrapper h3 {
    font-size: 16px !important;
  }
  #opens-lima input[type="checkbox"]:checked + label .overlay {
    width: 70% !important;
  }
  #opens-lima .date-heading,
  #opens-lima .date-wrapper li {
    display: none !important;
  }
  #opens-lima .date-heading.added,
  #opens-lima .date-wrapper li.added {
    display: block !important;
  }
  #opens-lima.print-all .date-heading,
  #opens-lima.print-all .date-wrapper li {
    display: block !important;
  }
}
/* global */
.homepage-slideshow-wrapper #box-logo {
  width: 225px;
  height: 64px;
  background-size: 225px 64px;
  margin: auto;
  position: absolute;
  z-index: 70;
  top: 0;
  left: 0;
  bottom: 110px;
  right: 0;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  /*filter: drop-shadow(0 0 5px rgba(27, 27, 103, 0.9));*/
}
#item-image-slideshow-bravo h2 {
  position: absolute;
  z-index: 75;
  width: 225px;
  height: 64px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-family: sans-serif;
  font-weight: lighter;
  text-align: center;
  color: white;
  font-size: 2.1em;
  line-height: 70px;
  text-shadow: 4px 3px 2px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 4px 3px 2px rgba(0, 0, 0, 0.2);
  font-weight: 400;
}
@media only screen and (min-width: 640px) {
  .homepage-slideshow-wrapper #box-logo {
    width: 350px;
    height: 101px;
    bottom: 0;
    background-size: 350px 101px;
  }
  #item-image-slideshow-bravo h2 {
    width: 350px;
    height: 101px;
    font-size: 3.2em;
    line-height: 111px;
  }
}
.search-form-delta #search-form-delta {
  background: 0 !important;
  padding: 0;
}
.search-form-delta #search-form-delta #col-btn a {
  background: white !important;
  color: white !important;
}
.search-form-delta #search-form-delta #col-btn a:hover {
  background: #762ba4 !important;
}
.search-form-delta #search-form-delta .search-bottom {
  display: none;
}
.search-form-delta form select option[value="Holiday"] {
  display: none;
}
.form-wrapper.open {
  margin-top: -80px;
  transition: all 0.5s;
}
.form-wrapper {
  width: 100%;
  transition: all 0.5s;
}
.form-wrapper .fieldset-submit,
.form-wrapper .container.more-options,
.form-wrapper .container.radios,
.form-wrapper .container.search-bottom {
  display: inline-block;
}
.form-wrapper .container.more-options.open {
  height: 80px;
  transition: all 0.5s;
}
.form-wrapper .container.more-options {
  transition: all 0.5s;
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}
.form-wrapper .container.more-options fieldset {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.form-wrapper .container.more-options .fieldset-cars,
.form-wrapper .container.more-options .fieldset-bedrooms,
.form-wrapper .container.more-options .fieldset-bathrooms {
  width: 33.33%;
}
.form-wrapper .container.search-bottom {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 40px;
}
.form-wrapper .container.search-bottom .row div:nth-child(1) {
  display: none;
}
.form-wrapper .container.search-bottom div {
  width: 80%;
  text-align: center;
  /*input{
          width: 15px;
          height: 15px;
          line-height: 15px;
        }*/
}
.form-wrapper .container.search-bottom div input[type="checkbox"] {
  height: 15px;
  width: 15px;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  outline: none !important;
}
.form-wrapper .container.search-bottom div input[type="checkbox"]:before {
  position: absolute;
  top: -2px;
  left: 0px;
  content: " ";
  display: block;
  height: 15px;
  width: 15px;
  border: 1px solid #666;
  margin-right: 25px;
  background-color: #fff;
}
.form-wrapper .container.search-bottom div input[type="checkbox"]:checked:after {
  content: " ";
  display: block;
  height: 10px;
  width: 4px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  position: absolute;
  top: -1px;
  left: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@supports (-ms-ime-align: auto) {
  input[type="checkbox"] {
    height: 15px !important;
    width: 15px !important;
  }
  input[type="checkbox"]:before {
    content: "" !important;
    display: none !important;
  }
  input[type="checkbox"]:checked:after {
    content: "" !important;
    display: none !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-wrapper .container.search-bottom div input[type="checkbox"] {
    height: 15px !important;
    width: 15px !important;
    outline: none !important;
  }
}
.form-wrapper .container.search-bottom div a {
  padding: 8px 0;
  display: block;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: white;
  transition: all 0.5s;
}
.form-wrapper .container.search-bottom div a:hover {
  transition: all 0.5s;
  color: #000000;
}
.form-wrapper .container.search-bottom div label {
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: white;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
}
.form-wrapper .container.search-bottom .text-right {
  width: 100%;
}
.form-wrapper .container.search-bottom .text-right div {
  width: 100%;
}
.form-wrapper .submit-wrapper {
  clear: both;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .search-form-delta {
    width: 80%;
    margin: 0 auto;
  }
  .form-wrapper.open {
    margin-top: -46px;
    transition: all 0.5s;
  }
  .form-wrapper {
    position: absolute;
    bottom: 0;
    z-index: 70;
    transition: all 0.5s;
  }
  .form-wrapper .fieldset-submit,
  .form-wrapper .container.more-options,
  .form-wrapper .container.radios,
  .form-wrapper .container.search-bottom {
    display: inline-block;
  }
  .form-wrapper .container.more-options.open {
    height: 46px;
    transition: all 0.5s;
  }
  .form-wrapper .container.more-options {
    transition: all 0.5s;
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
  }
  .form-wrapper .container.more-options fieldset {
    width: 21.25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .form-wrapper .container.more-options .fieldset-cars,
  .form-wrapper .container.more-options .fieldset-bedrooms,
  .form-wrapper .container.more-options .fieldset-bathrooms {
    width: 21.25%;
  }
  .form-wrapper .container.more-options .fieldset-category {
    width: 15%;
  }
  .form-wrapper .container.search-bottom {
    width: 52%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 40px;
  }
  .form-wrapper .container.search-bottom .row div:nth-child(1) {
    display: block;
  }
  .form-wrapper .container.search-bottom div {
    width: 80%;
    float: left;
    text-align: center;
    /*input{
          width: 15px;
          height: 15px;
          line-height: 15px;
        }*/
  }
  .form-wrapper .container.search-bottom div a {
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: white;
    transition: all 0.5s;
  }
  .form-wrapper .container.search-bottom div a:hover {
    transition: all 0.5s;
    color: #000000;
  }
  .form-wrapper .container.search-bottom div label {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: white;
    vertical-align: top;
  }
  .form-wrapper .container.search-bottom .text-right {
    width: 20%;
  }
  .form-wrapper form {
    padding: 12px;
  }
  .form-wrapper form input[type="text"],
  .form-wrapper form select {
    height: 100px;
    line-height: 100px;
  }
  .form-wrapper form #slider-range {
    width: 40%;
    float: left;
    margin-left: 45px;
    margin-top: 0;
  }
  .form-wrapper form .fieldset-submit-alt {
    display: none;
  }
  .form-wrapper form .fieldset-category {
    width: 15%;
  }
  .form-wrapper form .fieldset-submit-desktop {
    display: inline-block;
    width: 15%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .form-wrapper form .fieldset-submit-desktop a {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #ffffff;
    background-color: white;
    cursor: pointer;
    height: 100px;
    line-height: 100px;
    width: 100%;
  }
  .form-wrapper form .fieldset-submit-desktop a:focus,
  .form-wrapper form .fieldset-submit-desktop a:hover,
  .form-wrapper form .fieldset-submit-desktop a:active {
    color: #ffffff;
    background-color: #59207b;
  }
  .form-wrapper form .fieldset-suburb {
    width: 70%;
  }
  .form-wrapper form .fieldset-method {
    width: 15%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #search-icon-apple {
    top: 15px;
    font-size: 22px;
  }
  .form-wrapper.open {
    margin-top: -46px;
  }
  .form-wrapper {
    padding: 12px;
    width: 100%;
  }
  .form-wrapper form {
    background-color: transparent;
    max-width: 850px;
    margin: 0 auto;
    display: block;
  }
  .form-wrapper form #slider-range {
    width: 63%;
    float: left;
    margin-left: 45px;
  }
  .form-wrapper .container.more-options.open {
    height: 46px;
    transition: all 0.5s;
  }
  .form-wrapper .container.search-bottom {
    width: 32%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 50px;
  }
  .form-wrapper .container.search-bottom div {
    width: 80%;
    float: left;
    text-align: center;
  }
  .form-wrapper .container.search-bottom div a {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: white;
    transition: all 0.5s;
  }
  .form-wrapper .container.search-bottom div a:hover {
    transition: all 0.5s;
    color: #000000;
  }
  .form-wrapper .container.search-bottom div label {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: white;
    vertical-align: top;
  }
  .form-wrapper .container.search-bottom .text-right {
    width: 20%;
  }
  .quick-search {
    display: none;
  }
  .quick-search-desktop {
    display: block;
  }
  .quick-search-desktop #quick-search-boa input {
    width: 0px;
    display: block;
    padding: 0;
    border: 1px solid #878787;
    border: transparent;
    position: absolute;
    right: 45px;
    top: 15px;
    height: 30px;
    line-height: 30px;
    transition: all 1s;
  }
  .quick-search-desktop #quick-search-boa.show input {
    width: 240px;
    padding: 8px;
    border: 1px solid #878787;
    transition: all 1s;
  }
  #menuDesktop.show {
    right: 280px !important;
    transition: all 0.5s;
  }
}
#homepage-echo-slideshow #item-image-slideshow-bravo,
#homepage-echo-slideshow #item-image-slideshow-bravo .bx-wrapper,
#homepage-echo-slideshow #item-image-slideshow-bravo .bx-viewport {
  height: 0px;
  overflow: hidden;
  padding-bottom: 50%;
}
@media only screen and (min-width: 640px) {
  #homepage-echo-slideshow {
    /* Tablet */
  }
}
@media only screen and (min-width: 980px) {
  #homepage-echo-slideshow {
    /* Desktop */
  }
}
#search-form-echo form {
  display: block;
}
#search-form-echo form h2 {
  text-align: center;
}
#search-form-echo form fieldset {
  width: 100%;
  display: block;
}
#search-form-echo form select {
  width: 100%;
  display: block;
}
#search-form-echo form a {
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #search-form-echo form fieldset {
    width: 50%;
    float: left;
  }
  #search-form-echo form .field-go {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-form-echo form .field-category,
  #search-form-echo form .field-suburb {
    width: 21%;
  }
  #search-form-echo form .field-bedroom,
  #search-form-echo form .field-method {
    width: 10%;
  }
  #search-form-echo form .field-price-from,
  #search-form-echo form .field-price-to {
    width: 14%;
  }
  #search-form-echo form .field-go {
    width: 10%;
    float: left;
    clear: none;
  }
}
#search-form-delta {
  margin: 16px;
  padding: 16px;
  background-color: #f1f1f1;
}
#search-form-delta .col-xs-6.col-sm-6.col-md-4.col-lg-3 {
  display: none !important;
}
#search-form-delta #col-category {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 8px;
}
#search-form-delta #col-suburb {
  width: 66.66%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 8px;
}
#search-form-delta #col-btn {
  width: 100%;
  clear: both;
  padding-top: 5px;
}
#search-form-delta #col-btn a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
}
#search-form-delta #col-btn a:focus,
#search-form-delta #col-btn a:hover,
#search-form-delta #col-btn a:active {
  color: #ffffff;
  background-color: #59207b;
}
#search-form-delta .container.more-options {
  display: none;
}
#search-form-delta .row div.col-xs-12.col-sm-6.col-md-2.col-lg-2 {
  padding-top: 16px;
}
#search-form-delta .row div.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
  padding-top: 16px;
}
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2,
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 16px;
}
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 i,
#search-form-delta .row div.col-xs-6.col-sm-6.col-md-3.col-lg-2 i {
  display: none;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 16px;
  padding: 0 8px;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
  background-color: white;
  width: 30%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 40px;
  border: 1px solid #cfcfcf;
  border-right: transparent;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
  border-left: transparent;
  width: 70%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed {
  padding-left: 0;
}
#search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
  padding-right: 0;
}
.hidden-xs.col-sm-2.col-md-1.col-lg-1 {
  padding: 0 !important;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
  padding-top: 16px;
  display: block;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div a {
  color: #000000;
  text-decoration: none;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div a:hover {
  text-decoration: underline;
}
#search-form-delta > div.container.more-options > div > div:nth-child(3) {
  padding-right: 8px;
}
#search-form-delta > div.container.more-options > div > div:nth-child(4) {
  padding-left: 8px;
}
#search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > a {
  display: none;
}
#search-form-delta > div.container.search-bottom > div > div:nth-child(1) > label {
  display: none;
}
.modal.fade {
  display: none;
}
#search-submit {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #search-form-delta > div.container.more-options > div {
    height: 175px;
  }
  #search-form-delta > div:nth-child(2) {
    display: block;
    height: 42px;
  }
  #search-submit {
    display: block !important;
  }
  #search-submit-mobile {
    display: none !important;
  }
  #search-form-delta #col-category {
    width: 16.66%;
  }
  #search-form-delta #col-suburb {
    width: 66.66%;
    padding-right: 16px;
  }
  #search-form-delta #col-btn {
    clear: none;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 16.66%;
  }
  #search-form-delta #col-btn a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #ffffff;
    background-color: white;
    cursor: pointer;
  }
  #search-form-delta #col-btn a:focus,
  #search-form-delta #col-btn a:hover,
  #search-form-delta #col-btn a:active {
    color: #ffffff;
    background-color: #59207b;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2,
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2 {
    padding-right: 8px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    padding-left: 8px;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    width: 20%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
    width: 80%;
  }
  #search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
    clear: both;
    display: block !important;
    padding-top: 0 !important;
    width: 100% !important;
    text-align: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-form-delta > div.container.more-options > div {
    height: 60px;
  }
  #search-submit {
    display: block !important;
  }
  #search-submit-mobile {
    display: none !important;
  }
  #search-form-delta #col-category {
    width: 16.66%;
  }
  #search-form-delta #col-suburb {
    width: 66.66%;
    padding-right: 16px;
  }
  #search-form-delta #col-btn {
    clear: none;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 16.66%;
  }
  #search-form-delta #col-btn a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #ffffff;
    background-color: white;
    cursor: pointer;
  }
  #search-form-delta #col-btn a:focus,
  #search-form-delta #col-btn a:hover,
  #search-form-delta #col-btn a:active {
    color: #ffffff;
    background-color: #59207b;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2,
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2,
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    width: 16.66% !important;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    width: 19%;
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-2.col-lg-2 {
    padding-right: 8px;
  }
  #search-form-delta .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    padding-left: 8px;
  }
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-6.col-sm-6.col-md-3.col-lg-2 {
    padding: 0;
    padding-right: 16px;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car {
    width: 10.33%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath span,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car span {
    width: 30%;
  }
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bed select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-bath select,
  #search-form-delta .row .col-xs-4.col-sm-4.col-md-3.col-lg-1.input-group-car select {
    width: 70%;
    padding-left: 0px;
  }
  #search-form-delta > div.container.search-bottom > div > div.col-xs-6.col-sm-6.col-md-6.col-lg-6.text-right > div {
    clear: both;
    display: block !important;
    padding-top: 0 !important;
    width: 100% !important;
    text-align: right;
  }
}
#search-map-alpha .map-overlay {
  position: relative;
}
#search-map-alpha .map-overlay #map-canvas {
  height: 400px;
  width: 100%;
}
#search-map-alpha .map-overlay #no-map-results {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
}
#search-map-alpha .map-overlay #no-map-results div {
  background-color: #ebcdcc;
  color: #a94442;
  line-height: 22px;
  padding: 10px;
  text-align: center;
  border: 1px solid #a94442;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#search-map-alpha .map-overlay #no-map-results div a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
#search-map-alpha .map-overlay .map-links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #search-map-alpha .map-overlay #map-canvas {
    height: 500px;
  }
  #search-map-alpha .map-links a {
    width: 30%;
    float: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-map-alpha .map-overlay #map-canvas {
    height: 700px;
  }
  #search-map-alpha .map-links a {
    width: 20%;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-echo .info .card .bbc {
    width: 35%;
    float: right;
  }
  #listing-show-echo .info .card .description {
    width: 65%;
    float: left;
  }
  #listing-show-echo .info .card .description .staff .staff-member {
    width: 50%;
    float: left;
  }
  #listing-show-echo .info .card .description .staff:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-echo .info .card .tools {
    width: 35%;
    float: left;
  }
  #listing-show-echo .info .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-echo:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-echo .info .card .bbc {
    width: 30%;
  }
  #listing-show-echo .info .card .description {
    width: 70%;
  }
  #listing-show-echo .info .card .tools {
    width: 30%;
  }
}
#refine-agents-bravo form {
  display: block;
}
#refine-agents-bravo form h2 {
  text-align: center;
}
#refine-agents-bravo form fieldset {
  width: 100%;
  display: block;
}
#refine-agents-bravo form select {
  width: 100%;
  display: block;
}
#refine-agents-bravo form a {
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #refine-agents-bravo form fieldset {
    width: 40%;
    float: left;
  }
  #refine-agents-bravo form .field-go {
    width: 20%;
    float: left;
  }
  #refine-agents-bravo form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #refine-agents-bravo form fieldset {
    width: 43%;
  }
  #refine-agents-bravo form .field-go {
    width: 14%;
  }
}
/* Sneak Preview Banners */
.sneak-preview,
#listing-show-quebec .banner {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 69px;
  height: 43px;
  z-index: 55;
  line-height: 15px;
  font-size: 13px;
  padding: 6px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: rgba(35, 30, 33, 0.9);
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#listing-show-quebec .banner {
  top: 30px;
}
#listing-show-quebec .banner.sold {
  line-height: 30px;
}
.sneak-preview:after,
#listing-show-quebec .banner:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid rgba(35, 30, 33, 0.9);
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
}
.propertyListing {
  position: relative;
}
.sneak-preview.on-map {
  top: 30px;
  right: 5px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .sneak-preview,
  #listing-show-quebec .banner {
    width: 89px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0 0;
    top: 10px;
    right: 10px;
  }
  #listing-show-quebec .banner.sold {
    line-height: 45px;
  }
  .sneak-preview:after,
  #listing-show-quebec .banner:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid rgba(35, 30, 33, 0.9);
    bottom: -18px;
    margin-left: -11px;
  }
  .propertyListing {
    position: relative;
  }
  .propertyListing .sneak-preview {
    width: 69px;
    height: 43px;
    font-size: 13px;
    line-height: 15px;
    padding: 6px 0 0;
    top: 10px;
    right: 10px;
  }
  .propertyListing .sneak-preview:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid white;
    bottom: -12px;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
/* These .less files rely on the variables above */
#listing-open-form-alpha {
  font-size: 14px;
  line-height: 22px;
}
#listing-open-form-alpha strong,
#listing-open-form-alpha #inspectRe {
  cursor: pointer;
  margin-top: 10px;
  width: 230px;
  margin: 10px auto 0 auto;
}
#listing-open-form-alpha em {
  display: block;
  margin: 0 0 0;
}
#listing-open-form-alpha ul {
  display: none;
}
#listing-open-form-alpha ul li {
  margin: 0 0 5px;
}
#listing-open-form-alpha ul li a {
  margin-right: 5px;
  color: #666;
  display: inline-block;
}
#listing-open-form-alpha ul li label {
  cursor: pointer;
}
#listing-open-form-alpha ul li label input[type="checkbox"] {
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
}
#listing-open-form-alpha .blurb {
  margin: 0 0 8px;
  display: none;
}
#listing-open-form-alpha .opens-form {
  display: none;
}
#listing-open-form-alpha .opens-form fieldset {
  margin-top: 8px;
}
#listing-open-form-alpha .fieldset_contact_method {
  line-height: 21px;
  text-align: center;
  padding-bottom: 8px;
}
#listing-open-form-alpha .fieldset_contact_method label {
  margin: 0 20px 0 0;
  cursor: pointer;
}
#listing-open-form-alpha .fieldset_contact_method label input {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle;
}
#listing-open-form-alpha .fieldset_contact_method label.email {
  margin: 0px;
}
#listing-open-form-alpha .fieldset_notes textarea {
  display: block;
}
#listing-open-form-alpha .fieldset_submit {
  margin-top: 8px;
}
#listing-open-form-alpha:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listing-open-form-alpha strong,
  #listing-open-form-alpha #inspectRe {
    float: right;
    width: 54%;
  }
  #listing-open-form-alpha ul li label input[type="checkbox"] {
    margin: 0 12px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 12px;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 12px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 6px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 6px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method {
    line-height: inherit;
    width: 100%;
    text-align: right;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method .contact-method {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label {
    margin: 0 20px 0 0;
    cursor: pointer;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label input {
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label.email {
    margin: 0px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_notes {
    width: 100%;
    padding: 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_submit {
    float: right;
    width: 25%;
    padding: 0;
  }
  #listing-open-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listing-open-form-alpha em {
    float: left;
  }
  #listing-open-form-alpha strong,
  #listing-open-form-alpha #inspectRe {
    margin-top: -38px;
    width: 32%;
  }
  #listing-open-form-alpha .message {
    margin-top: 0px;
  }
  #listing-open-form-alpha ul li label input[type="checkbox"] {
    margin: 0 10px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 20px;
    clear: both;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 20px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 10px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_submit {
    float: right;
    padding: 0;
  }
  #listing-open-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?lbghr0");
  src: url("../fonts/icomoon.eot?lbghr0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lbghr0") format("truetype"), url("../fonts/icomoon.woff?lbghr0") format("woff"), url("../fonts/icomoon.svg?lbghr0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ChevRight:before {
  content: "\e901";
}
.icon-ChevLeft:before {
  content: "\e900";
}
@font-face {
  font-family: "SwimmingPool";
  src: url("../fonts/swimming_font.svg");
}
form {
  color: black !important;
}
body {
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #fff;
  position: relative;
  font-weight: 400;
}
.default-btn {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
  border: solid 1px #cfcfcf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.default-btn:focus,
.default-btn:hover,
.default-btn:active {
  color: #ffffff;
  background-color: #231e21 !important;
  border-color: #231e21;
}
.default-link {
  text-decoration: none;
  color: #000000;
}
.default-link:focus,
.default-link:hover,
.default-link:active {
  color: #ffffff;
}
h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal !important;
}
#header-python {
  display: block;
  background-color: white;
  max-width: 100%;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 140;
  border-top: 0;
}
#header-python:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transform: translateY(0.3125em);
  -moz-transform: translateY(0.3125em);
  -ms-transform: translateY(0.3125em);
  -o-transform: translateY(0.3125em);
  transform: translateY(0.3125em);
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  padding-bottom: 0.15em;
  box-shadow: none;
  display: none;
  content: "";
  border-bottom: none;
  opacity: 1;
}
#header-python section {
  max-width: 1130px;
  min-height: 50px;
  padding: 0 8px;
  margin: 0 auto;
  background-color: transparent;
  min-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-python section #logo {
  height: 50px;
  line-height: 50px;
  float: left;
  overflow: hidden;
}
#header-python section #logo img {
  vertical-align: middle;
  max-height: 35px;
  max-width: 200px;
}
#header-python section #menuOpen,
#header-python section #quickSearchOpen {
  float: right;
  color: #231e21;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-left: 10px;
}
#header-python section #menuOpen i,
#header-python section #quickSearchOpen i {
  font-size: 25px;
  line-height: inherit;
}
#header-python section #quickSearchOpen i {
  font-size: 20px;
  line-height: 46px;
}
#header-python section #quickSearch {
  display: none;
  clear: both;
  margin-bottom: 8px;
}
#header-python section #quickSearch input {
  width: 80%;
  float: left;
}
#header-python section #quickSearch a {
  width: 19.5%;
  float: right;
  visibility: hidden;
  text-align: left;
}
#header-python section #quickSearch a:after {
  font-family: FontAwesome;
  content: "\f101";
  display: inline-block;
  font-size: 2.2em;
  visibility: visible;
}
#header-python section #quickSearch a:hover,
#header-python section #quickSearch a:focus {
  color: #231e21;
}
#header-python section #quickSearch:after {
  clear: both;
  content: "";
  display: table;
}
#header-python section:after {
  clear: both;
  content: "";
  display: table;
}
#header-python section nav {
  font-family: "Roboto", sans-serif;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-python section nav ul li {
  width: 100%;
}
#header-python section nav ul li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 300;
  display: block;
  background: 0;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-python section nav ul li a.parent {
  font-weight: 600;
}
#header-python section nav ul li a:focus,
#header-python section nav ul li a:hover,
#header-python section nav ul li a:active {
  background-color: rgba(255, 255, 255, 0);
}
#header-python section nav ul li ol li {
  padding: 0px;
  margin-left: 10px;
}
#header-python section nav ul li ol li a {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  font-size: 14px;
  padding: 4px 16px;
  text-transform: initial;
  text-transform: none;
}
#header-python section nav ul li ol li a:focus,
#header-python section nav ul li ol li a:hover,
#header-python section nav ul li ol li a:active {
  background-color: rgba(255, 255, 255, 0.3);
}
#header-python section nav .nav-quicksearch {
  display: none;
}
section {
  max-width: 1130px;
  margin: 0 auto;
  color: #6a6a6a;
  background: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#search-form-echo,
#emailAFriendFormDiv,
.contact-form-alpha {
  background: transparent !important;
  font-family: "Roboto", sans-serif;
}
#search-form-echo input,
#emailAFriendFormDiv input,
.contact-form-alpha input,
#search-form-echo select,
#emailAFriendFormDiv select,
.contact-form-alpha select,
#search-form-echo span,
#emailAFriendFormDiv span,
.contact-form-alpha span,
#search-form-echo a,
#emailAFriendFormDiv a,
.contact-form-alpha a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
form input[type="text"] {
  overflow: hidden;
  text-overflow: ellipsis;
}
form a,
form input[type="submit"] {
  background: white !important;
  transition: all 0.5s;
  color: black !important;
  border: solid 1px #231e21;
}
form a:hover,
form input[type="submit"]:hover {
  background: #231e21 !important;
  border-color: #231e21;
  transition: all 0.5s;
  color: white !important;
}
.nav-quicksearch form a {
  background: transparent !important;
}
.nav-quicksearch form a:hover {
  background: transparent !important;
}
form input,
form select,
form .ms-parent.suburb,
form button,
form a {
  height: 40px !important;
  line-height: 40px !important;
}
#search-form-echo,
#refine-agents-bravo {
  padding: 8px;
  margin-bottom: 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#search-form-echo fieldset,
#refine-agents-bravo fieldset {
  padding-bottom: 8px;
}
#search-form-echo .field-go,
#refine-agents-bravo .field-go {
  padding-bottom: 0;
}
#search-form-echo .field-go a,
#refine-agents-bravo .field-go a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
  border: solid 1px #cfcfcf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#search-form-echo .field-go a:focus,
#refine-agents-bravo .field-go a:focus,
#search-form-echo .field-go a:hover,
#refine-agents-bravo .field-go a:hover,
#search-form-echo .field-go a:active,
#refine-agents-bravo .field-go a:active {
  color: #ffffff;
  background-color: #231e21 !important;
  border-color: #231e21;
}
.propertyListing {
  position: relative;
  margin: 0 0 8px;
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.propertyListing .image {
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  display: block;
  position: relative;
}
.propertyListing .image img {
  width: 100%;
}
.propertyListing .image .videoButton {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 5px 8px;
  color: #ffffff;
  background-color: rgba(74, 27, 103, 0.7);
  font-size: 25px;
  text-decoration: none;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
/*.propertyListing .banner {
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  background: white;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
  color: #000000;
}*/
.propertyListing div.suburb {
  padding: 8px 8px 0;
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 16px;
}
.propertyListing div {
  padding: 0 8px 0;
  white-space: nowrap;
}
.propertyListing span.bbc {
  display: block;
  padding: 8px;
  height: 26px;
}
.propertyListing span.bbc span {
  display: inline-block;
  margin-right: 8px;
}
.propertyListing span.bbc span i {
  display: block;
  font-size: 16px;
  display: inline-block;
  border: 2px solid #6a6a6a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px;
  text-align: center;
  vertical-align: sub;
}
.propertyListing span.price,
.propertyListing span.method,
.propertyListing span.sold,
.propertyListing span.under-contract,
.propertyListing span.contact-agent {
  display: block;
  padding: 0 8px;
  white-space: nowrap;
}
.propertyListing a.button {
  display: block;
  text-align: left;
  padding: 8px;
  text-decoration: none;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
.propertyListing a.button:focus,
.propertyListing a.button:hover,
.propertyListing a.button:active {
  color: #ffffff;
}
.propertyListing a.button i {
  display: none;
}
.offices-alpha {
  margin: 0 auto;
  padding: 0 8px 8px;
}
.officeListing {
  position: relative;
  padding: 0 0 8px;
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.officeListing .image img {
  width: 100%;
  display: block;
}
.officeListing .office-name {
  display: block;
  text-decoration: none;
  padding: 8px 8px 0;
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 16px;
  margin: 0 0 8px;
  overflow: hidden;
}
.officeListing .address {
  display: block;
  margin: 0 0 8px;
  overflow: hidden;
}
.officeListing span {
  padding: 0 8px 0;
  display: block;
  overflow: hidden;
}
.officeListing .mail-btn {
  color: inherit;
  text-decoration: none;
}
.officeListing .mail-btn:focus,
.officeListing .mail-btn:hover,
.officeListing .mail-btn:active {
  text-decoration: underline;
}
.officeListing a.button {
  display: block;
  text-align: left;
  padding: 8px;
  text-decoration: none;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
.officeListing a.button:focus,
.officeListing a.button:hover,
.officeListing a.button:active {
  color: #ffffff;
}
.officeListing a.button i {
  display: none;
}
#footer-bravo {
  clear: both;
  max-width: 1130px;
  margin: 0 auto;
  background-color: #ffffff;
  color: #000000;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
#footer-bravo:after {
  display: none;
}
.heading-contents {
  border-bottom: solid 1px #bbbbbb;
}
#footer-bravo ul {
  display: none;
  max-width: 1130px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-bravo ul li a {
  display: block;
  padding-bottom: 8px;
}
#footer-bravo ul li a span {
  color: white;
  font-size: 28px;
  vertical-align: middle;
  padding-right: 5px;
}
#footer-bravo a {
  color: #000000;
  text-decoration: none;
  text-align: center;
}
#footer-bravo a:focus,
#footer-bravo a:hover,
#footer-bravo a:active {
  text-decoration: underline;
  color: #231e21;
}
#footer-bravo .disclaimer {
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}
#footer-bravo .disclaimer a:hover {
  text-decoration: underline;
  color: #231e21;
}
#footer-delta {
  max-width: 1130px;
  margin: 0 auto;
  background-color: #ffffff;
  color: #000000;
  padding: 16px 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-delta .footer-logo {
  display: block;
  height: 30px;
  margin: 8px 0;
}
#footer-delta .footer-logo img {
  display: block;
  height: 30px;
  margin: 0 auto;
}
#footer-delta .site-map {
  display: none;
}
#footer-delta a {
  color: #000000;
  text-decoration: none;
  text-align: center;
}
#footer-delta a:focus,
#footer-delta a:hover,
#footer-delta a:active {
  color: white;
}
#footer-delta .disclaimer {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
#footer-delta .social {
  display: block;
  text-align: center;
  padding-top: 8px;
}
#footer-delta .social a {
  display: inline-block;
  font-size: 22px;
  margin: 0 5px;
}
select,
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
.ms-choice {
  height: 42px;
  line-height: 36px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  padding: 0 0 0 8px;
  color: #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  font-family: "Roboto", sans-serif;
  display: block;
}
select span.placeholder,
input[type="text"] span.placeholder,
input[type="email"] span.placeholder,
textarea span.placeholder,
.ms-choice span.placeholder {
  color: #000000;
}
select div,
input[type="text"] div,
input[type="email"] div,
textarea div,
.ms-choice div,
select div.open,
input[type="text"] div.open,
input[type="email"] div.open,
textarea div.open,
.ms-choice div.open {
  background: transparent;
}
.ms-search input[type="text"] {
  height: 26px;
  line-height: 26px;
}
.ms-drop {
  margin-left: -1px;
}
.ms-drop ul > li {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.ms-choice {
  height: 42px;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
textarea {
  height: 84px;
  line-height: 22px;
  padding: 8px;
}
input[type="submit"] {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
}
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active {
  color: #ffffff;
  background-color: #59207b;
}
#menu {
  z-index: 150;
}
.top-section,
#title {
  padding: 0 8px;
  text-align: center;
  position: relative;
}
.top-section h1,
#title h1,
.top-section .items-delta-heading {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 30px auto 16px;
  color: #000000;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.top-section #search-form-echo,
#title #search-form-echo {
  /*display: none;*/
}
.top-section .left,
#title .left {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #000000;
}
.top-section .right,
#title .right {
  display: none;
  text-align: center;
  padding: 8px 0;
}
.top-section .right li,
#title .right li {
  display: inline-block;
}
.top-section .right a,
#title .right a {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  text-decoration: none;
}
.top-section .right a:focus,
#title .right a:focus,
.top-section .right a:hover,
#title .right a:hover,
.top-section .right a:active,
#title .right a:active {
  color: #ffffff;
}
.top-section .right #print-all-btn,
#title .right #print-all-btn,
.top-section .right .print-btn,
#title .right .print-btn {
  display: none;
}
#title {
  background: #ffffff;
  max-width: 1130px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.slideshow-alpha {
  position: relative;
}
.slideshow-alpha .bx-wrapper,
.slideshow-alpha .bx-viewport {
  padding-bottom: 80%;
  height: 0 !important;
  overflow: hidden;
}
.slideshow-alpha .bx-wrapper ul,
.slideshow-alpha .bx-viewport ul {
  padding-bottom: 80%;
  height: 0 !important;
}
.slideshow-alpha .bx-wrapper ul li,
.slideshow-alpha .bx-viewport ul li {
  padding-bottom: 80%;
  height: 0 !important;
  width: 100% !important;
  position: relative;
}
.slideshow-alpha .bx-wrapper ul li a,
.slideshow-alpha .bx-viewport ul li a {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.slideshow-alpha .bx-wrapper ul li a span,
.slideshow-alpha .bx-viewport ul li a span {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  width: 100%;
}
.slideshow-alpha .bx-wrapper ul li a span em,
.slideshow-alpha .bx-viewport ul li a span em {
  display: none;
}
.slideshow-alpha .bx-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.slideshow-alpha .bx-pager .bx-pager-item {
  display: inline-block;
}
.slideshow-alpha .bx-pager .bx-pager-item a {
  display: block;
  height: 16px;
  width: 16px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slideshow-alpha .bx-pager .bx-pager-item .active {
  background-color: #fff;
}
.slideshow-alpha .bx-controls-direction {
  display: block;
}
.slideshow-alpha .bx-controls-direction a {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 99;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: -20px;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slideshow-alpha .bx-controls-direction .bx-next {
  left: auto;
  right: 12px;
}
.slideshow-alpha:hover .bx-controls-direction a {
  opacity: 1;
}
#homepage-foxtrot {
  text-align: center;
}
#homepage-foxtrot .heading {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #000000;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#homepage-foxtrot #search-form-echo {
  margin: 0 8px;
}
#homepage-foxtrot .activity-buttons {
  width: 90%;
  margin: 0 auto 16px;
}
#homepage-foxtrot .activity-buttons:after {
  clear: both;
  content: "";
  display: table;
}
#homepage-foxtrot .activity-buttons a {
  display: inline-block;
  float: left;
  width: 33.33%;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #6a6a6a;
  text-decoration: none;
}
#homepage-foxtrot .activity-buttons a i {
  display: inline-block;
  font-size: 20px;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px;
  margin-bottom: 4px;
}
#homepage-foxtrot .activity-buttons a span {
  display: block;
}
#homepage-foxtrot .activity-buttons .active i {
  color: white;
  border-color: white;
}
#homepage-foxtrot .activity-buttons .active span {
  color: #000000;
}
#homepage-foxtrot .home-video {
  display: none;
}
#homepage-foxtrot .home-video video {
  display: none;
}
.four-col-desktop {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px;
}
.loading-spinner {
  padding: 8px 0 16px;
  font-size: 24px;
  text-align: center;
  opacity: 0.5;
  display: none;
}
#pagination-alpha {
  clear: both;
  text-align: center;
  font-size: 16px;
}
#pagination-alpha a {
  font-family: "Roboto", sans-serif;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px 8px;
}
#pagination-alpha .active {
  color: white;
}
#listing-show-echo .placeholder {
  height: 0px;
  padding-bottom: 80%;
  overflow: hidden;
  background: url(/assets/layout/_global/images/image-placeholder.png) 50% 50% no-repeat;
  background-size: cover;
}
/*#listing-show-echo .banner {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #fff;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
  height: auto;
  z-index: 90;
}*/
#listing-show-echo .bx-wrapper {
  height: 0px;
  padding-bottom: 80%;
  overflow: hidden;
  background-color: #f7f7f7;
  position: relative;
}
#listing-show-echo .bx-wrapper li {
  overflow: hidden;
}
#listing-show-echo .bx-wrapper .bx-controls-direction {
  display: none;
}
#listing-show-echo .videoButton {
  position: absolute;
  bottom: 23px;
  left: 0;
  z-index: 99;
  padding: 10px 20px;
  color: #ffffff;
  background-color: rgba(74, 27, 103, 0.7);
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#listing-show-echo .videoButton i {
  margin-right: 5px;
  font-size: 25px;
  vertical-align: text-bottom;
}
#listing-show-echo .info {
  font-size: 14px;
  line-height: 22px;
}
#listing-show-echo .info .card {
  padding: 8px;
}
#listing-show-echo .info ul.links li {
  margin-bottom: 8px;
}
#listing-show-echo .info ul.links li a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
}
#listing-show-echo .info ul.links li a:focus,
#listing-show-echo .info ul.links li a:hover,
#listing-show-echo .info ul.links li a:active {
  color: #ffffff;
  background-color: #59207b;
}
#listing-show-echo .info ul.links:after {
  clear: both;
  content: "";
  display: table;
}
#listing-show-echo .info .bbc {
  margin: 8px 0;
  text-align: center;
}
#listing-show-echo .info .bbc span {
  display: inline-block;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 0 10px 0 5px;
}
#listing-show-echo .info .bbc span i {
  font-size: 22px;
  display: inline-block;
  border: 2px solid #6a6a6a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px;
  text-align: center;
  vertical-align: sub;
}
#listing-show-echo .info .description h2,
#listing-show-echo .info .description h3,
#listing-show-echo .info .description h4 {
  display: block;
  padding: 8px 0 4px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000000;
}
#listing-show-echo .info .description b {
  font-weight: bold;
}
#listing-show-echo .info .description ul {
  margin-top: 8px;
}
#listing-show-echo .info .description ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 28px;
}
#listing-show-echo .info .description .tenancy-application-download {
  margin-top: 10px;
}
#listing-show-echo .info .description .staff {
  padding-top: 16px;
}
#listing-show-echo .info .description .staff .staff-member {
  padding-bottom: 8px;
  clear: both;
}
#listing-show-echo .info .description .staff .staff-member .details .staff-image {
  float: left;
  width: 30%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
#listing-show-echo .info .description .staff .staff-member .details .staff-image img {
  width: 100%;
}
#listing-show-echo .info .description .staff .staff-member .details div {
  float: left;
  width: 70%;
  padding-left: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-echo .info .description .staff .staff-member .details div a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#listing-show-echo .info .description .staff .staff-member .details div .name {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  padding-bottom: 4px;
}
#listing-show-echo .info .description .staff:after {
  clear: both;
  content: "";
  display: table;
}
#listing-show-echo .info .tools .apply-buttons a {
  margin-bottom: 10px;
}
#listing-show-echo .info .tools .linkset {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#listing-show-echo .info .tools .linkset h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding-bottom: 4px;
}
#listing-show-echo .info .tools .linkset span {
  display: block;
}
#listing-show-echo .info .tools .linkset a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#listing-show-echo .info .tools .linkset a i {
  display: none;
  font-size: 22px;
  vertical-align: sub;
  width: 25px;
  margin-bottom: 5px;
}
#listing-show-echo .info .tools .linkset:last-child {
  border: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#listing-show-echo .info .tools .linkset table tr td {
  width: 120px;
  display: inline-block;
}
#listing-show-echo .info .tools .linkset table tr td:nth-child(2) {
  text-align: left;
}
#listing-show-echo h3.formHeading {
  display: block;
  padding: 8px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000000;
}
#listing-show-echo .contact-form-alpha,
#listing-show-echo #emailAFriendFormDiv {
  padding: 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#listing-show-echo .contact-form-alpha form fieldset,
#listing-show-echo #emailAFriendFormDiv form fieldset {
  padding-bottom: 8px;
}
#listing-show-echo .contact-form-alpha form .fieldset_submit,
#listing-show-echo #emailAFriendFormDiv form .fieldset_submit,
#listing-show-echo .contact-form-alpha form .fieldset_send,
#listing-show-echo #emailAFriendFormDiv form .fieldset_send {
  padding-bottom: 0;
}
#listing-show-echo #emailAFriendFormDiv {
  margin: 8px 0;
}
#listing-show-echo .map #map_canvas {
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  overflow: hidden;
}
#agents-charlie h2 {
  display: none;
}
#agents-charlie .two-col-tablet {
  padding: 0 0 8px 8px;
}
#agents-charlie .two-col-tablet li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 0 0;
}
#agents-charlie .two-col-tablet li .card {
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  min-height: 245px;
}
#agents-charlie .two-col-tablet li .card .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
}
#agents-charlie .two-col-tablet li .card .image img {
  display: block;
  width: 100%;
}
#agents-charlie .two-col-tablet li .card .info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  font-size: 12px;
  line-height: 18px;
}
#agents-charlie .two-col-tablet li .card .info .no-mobile {
  display: none;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only {
  display: block;
  margin: -10px 0 10px;
  text-align: center;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only a {
  display: inline-block;
  font-size: 25px;
  margin: 0 5px;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only a .fa-mobile {
  font-size: 27px;
  vertical-align: text-bottom;
}
#agents-charlie .two-col-tablet li .card .info .name {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  padding-bottom: 4px;
}
#agents-charlie .two-col-tablet li .card .info a {
  color: inherit;
  text-decoration: none;
  content: "email me";
}
#agents-charlie .two-col-tablet li .card .info a:focus,
#agents-charlie .two-col-tablet li .card .info a:hover,
#agents-charlie .two-col-tablet li .card .info a:active {
  text-decoration: underline;
}
#agents-charlie .two-col-tablet li .card .info .links {
  display: none;
}
#agents-charlie .two-col-tablet li .card .info .links a {
  font-family: "Roboto", sans-serif;
  color: #000000;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 14px;
}
#agents-charlie .two-col-tablet li .card .info .links a:focus,
#agents-charlie .two-col-tablet li .card .info .links a:hover,
#agents-charlie .two-col-tablet li .card .info .links a:active {
  text-decoration: none;
  color: #ffffff;
}
#agents-charlie .two-col-tablet li .card .info .links a i {
  display: none;
}
#agents-charlie .two-col-tablet:after {
  clear: both;
  content: "";
  display: table;
}
#opens-delta .container,
#auctions-charlie .container {
  padding: 8px;
}
#opens-delta .container h2,
#auctions-charlie .container h2 {
  margin: 16px 0 8px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000000;
}
#opens-delta .container h2 span,
#auctions-charlie .container h2 span {
  display: none;
}
#opens-delta .container ul,
#auctions-charlie .container ul {
  margin: 8px 0;
}
#opens-delta .container ul li,
#auctions-charlie .container ul li {
  background-color: #f1f1f1;
  padding: 8px;
  margin-bottom: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#opens-delta .container ul li a,
#auctions-charlie .container ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  color: inherit;
}
#opens-delta .container ul li a b,
#auctions-charlie .container ul li a b {
  display: block;
  width: 80%;
  float: left;
}
#opens-delta .container ul li a em,
#auctions-charlie .container ul li a em {
  display: block;
  width: 80%;
  float: left;
}
#opens-delta .container ul li a input,
#auctions-charlie .container ul li a input {
  display: none;
}
#opens-delta .container ul li a span,
#auctions-charlie .container ul li a span {
  width: 20%;
  float: right;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 8px auto 0;
}
#opens-delta .container ul li a:after,
#auctions-charlie .container ul li a:after {
  clear: both;
  content: "";
  display: table;
}
#contact-charlie {
  display: block;
  padding-top: 50px;
}
#contact-charlie h2 {
  display: none;
}
#contact-charlie .container {
  padding: 0 8px 8px;
  font-size: 14px;
  line-height: 22px;
}
#contact-charlie .container .address .office-contact-details-alpha {
  padding: 8px;
  background-color: #f1f1f1;
  margin: 8px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#contact-charlie .container .address .office-contact-details-alpha .office-name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000000;
}
#contact-charlie .container .address .office-contact-details-alpha a {
  color: inherit;
  text-decoration: none;
}
#contact-charlie .container .address .office-contact-details-alpha a:focus,
#contact-charlie .container .address .office-contact-details-alpha a:hover,
#contact-charlie .container .address .office-contact-details-alpha a:active {
  text-decoration: underline;
}
#contact-charlie .container .address .office-contact-details-alpha-licence {
  display: none;
}
#contact-charlie .container .address .item-image-alpha {
  margin: 0 0 8px;
}
#contact-charlie .container .address .item-image-alpha a img {
  width: 100%;
  display: block;
}
#contact-charlie .container .address .item-image-alpha a span {
  display: none;
}
#contact-charlie .form-title {
  margin: 8px 0 0;
  padding: 8px 8px 0;
  display: block;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  background-color: #f1f1f1;
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
}
#contact-charlie .contact-form-alpha {
  font-size: 14px;
  line-height: 22px;
}
#contact-charlie .contact-form-alpha form {
  background: #f1f1f1;
  padding: 8px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
#contact-charlie .contact-form-alpha form fieldset {
  padding: 0 0 8px;
}
#contact-charlie .contact-form-alpha form fieldset label {
  font-family: "Roboto", sans-serif;
  color: #000000;
}
#contact-charlie .contact-form-alpha form .fieldset_first_name {
  clear: both;
}
#contact-charlie .contact-form-alpha form .fieldset_mobile {
  /*margin-bottom: @global-padding-mobile*2;*/
}
#contact-charlie .contact-form-alpha form .fieldset_submit {
  padding: 0px;
}
#items-delta,
#item-echo,
#item-foxtrot {
  padding-top: 50px;
  display: block;
}
#items-delta b,
#item-echo b,
#item-foxtrot b {
  font-weight: bold;
}
#items-delta i,
#item-echo i,
#item-foxtrot i {
  font-style: italic;
}
#items-delta .container,
#item-echo .container,
#item-foxtrot .container {
  padding: 0 8px 8px;
  font-size: 14px;
  line-height: 22px;
}
#items-delta .container article,
#item-echo .container article,
#item-foxtrot .container article {
  background: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px;
  margin: 8px 0 0;
}
#items-delta .container article .images,
#item-echo .container article .images,
#item-foxtrot .container article .images {
  margin: 0 0 8px;
}
#items-delta .container article .images img,
#item-echo .container article .images img,
#item-foxtrot .container article .images img {
  width: 100%;
  display: block;
}
#items-delta .container article .text h2,
#item-echo .container article .text h2,
#item-foxtrot .container article .text h2 {
  display: block;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  margin: 0 0 8px;
}
#items-delta .container article .text .default-btn,
#item-echo .container article .text .default-btn,
#item-foxtrot .container article .text .default-btn {
  margin-top: 8px;
}
#item-echo .container article .images {
  margin: 0;
}
#item-echo .container article .images img {
  margin: 0 0 8px;
}
#item-foxtrot .bx-wrapper,
#item-foxtrot .bx-viewport {
  height: 300px;
  overflow: hidden;
}
#item-foxtrot .bx-wrapper ul,
#item-foxtrot .bx-viewport ul {
  height: 100%;
}
#item-foxtrot .bx-wrapper ul li,
#item-foxtrot .bx-viewport ul li {
  height: 100%;
  position: relative;
  /*img{
          display: block;
        }*/
}
#item-foxtrot .bx-wrapper ul li span,
#item-foxtrot .bx-viewport ul li span,
#item-foxtrot .bx-wrapper ul li a,
#item-foxtrot .bx-viewport ul li a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
#item-foxtrot .container article .text h1 {
  display: block;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  margin: 0 0 8px;
}
#agent-show-charlie {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 8px;
}
#agent-show-charlie .container {
  background-color: #f1f1f1;
  margin: 0 8px;
}
#agent-show-charlie .container .image img {
  display: block;
  width: 100%;
}
#agent-show-charlie .container .contact {
  margin: 8px 0 0;
  padding: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#agent-show-charlie .container .contact h2,
#agent-show-charlie .container .contact h3 {
  padding: 0 0 8px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000000;
}
#agent-show-charlie .container .contact a {
  text-decoration: none;
  color: inherit;
}
#agent-show-charlie .container .contact a:focus,
#agent-show-charlie .container .contact a:hover,
#agent-show-charlie .container .contact a:active {
  color: #ffffff;
}
#agent-show-charlie .container .contact h3 {
  padding: 8px 0;
}
#agent-show-charlie .container .contact div {
  display: block;
  padding: 8px 0 0;
}
#agent-show-charlie .container .contact .social-links {
  text-align: center;
  padding: 8px 0;
}
#agent-show-charlie .container .contact .social-links a {
  display: inline-block;
  font-size: 30px;
}
#agent-show-charlie .container .contact .social-links a i.fa-facebook-official {
  color: #3a5795;
}
#agent-show-charlie .container .contact .social-links a i.fa-twitter {
  color: #55acee;
}
#agent-show-charlie .container .contact .social-links a i.fa-youtube-play {
  color: #cc181e;
}
#agent-show-charlie .container .contact .buttons a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  display: block;
  margin-top: 8px;
}
#agent-show-charlie .container .contact .buttons a:focus,
#agent-show-charlie .container .contact .buttons a:hover,
#agent-show-charlie .container .contact .buttons a:active {
  color: #ffffff;
}
#agent-show-charlie .heading {
  padding: 0 8px;
  text-align: center;
  position: relative;
}
#agent-show-charlie .heading h3,
#agent-show-charlie .heading h4 {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #000000;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#agent-show-charlie .profile {
  padding: 8px;
  margin: 0 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#agent-show-charlie .agent-form-alpha {
  padding: 8px;
  margin: 0 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#agent-show-charlie .agent-form-alpha form fieldset {
  padding: 0 0 8px;
}
#agent-show-charlie .agent-form-alpha form .fieldset_submit {
  padding: 0;
}
#no-results {
  font-size: 14px;
  line-height: 22px;
  padding: 8px 8px 16px;
}
#no-results h2 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  margin: 0 0 8px;
  text-align: center;
}
#no-results a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
  margin: 8px 0 0;
}
#no-results a:focus,
#no-results a:hover,
#no-results a:active {
  color: #ffffff;
  background-color: #59207b;
}
.panel-danger {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #a94442;
  border-radius: 5px;
  margin: 15px auto;
  line-height: 22px;
  overflow: hidden;
  font-size: 14px;
}
.panel-danger .panel-heading {
  line-height: 20px;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  background-color: #a94442;
  color: #fff;
  border-bottom: 1px solid #a94442;
  text-align: left;
}
.panel-danger .panel-heading .panel-title {
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.panel-danger .panel-body {
  padding: 10px;
}
.panel-danger .panel-body ol {
  text-align: left;
  list-style: disc;
  list-style-position: inside;
}
#flash-message,
.success-message {
  display: block;
  background-color: #ceeece;
  color: #4a844a;
  border: 1px solid #4a844a;
  border-radius: 5px;
  margin: 15px auto;
  line-height: 20px;
  padding: 10px;
}
#flash-message a,
.success-message a {
  display: none;
}
#search-map-alpha .description {
  margin: 8px;
  font-size: 14px;
  line-height: 22px;
}
#search-map-alpha .description .close {
  float: right;
  cursor: pointer;
  font-size: 18px;
}
#search-map-alpha .description b {
  font-weight: bold;
}
#search-map-alpha .description h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
#search-map-alpha .description h2 i {
  font-size: 24px;
  vertical-align: top;
  margin-right: 5px;
  color: white;
}
#search-map-alpha .map-holder {
  padding: 0 8px 8px;
}
.advanced-btn-more,
.advanced-btn-more-mobile,
.advanced-button-less {
  display: none;
}
.static_social {
  display: none;
}
#media-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 8px;
}
#media-alpha .container {
  margin: 0 8px 0 8px;
  padding: 8px;
  background-color: #f1f1f1;
  color: #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#media-alpha .container .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#media-alpha .container .video-container iframe,
#media-alpha .container .video-container object,
#media-alpha .container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only print, only screen and (max-width: 979px) {
  .static_social.static_social {
    display: block;
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 59;
    margin-top: -110px;
  }
  .static_social a {
    display: block;
    height: 35px;
    width: 35px;
    overflow: hidden;
    text-align: left;
    background-color: #4d4d4d;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .static_social a span {
    width: 250px;
    line-height: 35px;
  }
  .static_social a span i {
    line-height: 35px;
    display: inline-block;
    width: 35px;
    font-size: 15px;
    text-align: center;
  }
  .static_social a span i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .static_social a:hover span i {
    font-size: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .static_social a:hover {
    background-color: #717171;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .static_social {
    display: none;
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 59;
    margin-top: -110px;
  }
  .static_social a {
    display: block;
    height: 55px;
    width: 55px;
    overflow: hidden;
    text-align: left;
    background-color: #4d4d4d;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .static_social a span {
    width: 250px;
    line-height: 55px;
  }
  .static_social a span i {
    line-height: 55px;
    display: inline-block;
    width: 55px;
    font-size: 24px;
    text-align: center;
  }
  .static_social a span i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .static_social a:hover span i {
    font-size: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .static_social a:hover {
    background-color: #717171;
  }
  .static_social a.subscribe {
    background-color: white;
  }
  .advanced-btn-more,
  .advanced-button-less {
    display: none;
  }
  .advanced-form-mobile fieldset {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .desktop-btns,
  .mobile-btns {
    padding-top: 6px;
    display: none;
  }
  #header-python {
    margin: 0 auto;
  }
  #header-python section {
    min-height: 70px;
  }
  #header-python section #logo {
    height: 70px;
    line-height: 70px;
  }
  #header-python section #logo img {
    max-height: 50px;
    max-width: 220px;
  }
  #header-python section #menuOpen,
  #header-python section #quickSearchOpen {
    height: 70px;
    line-height: 70px;
  }
  #header-python section #menuOpen i,
  #header-python section #quickSearchOpen i {
    font-size: 30px;
  }
  #header-python section #quickSearchOpen i {
    font-size: 25px;
    line-height: 70px;
    margin-right: 10px;
  }
  #header-python section #quickSearch {
    margin-bottom: 12px;
  }
  #header-python section #quickSearch input {
    width: 90%;
    float: left;
  }
  #header-python section #quickSearch a {
    width: 9.5%;
    float: right;
  }
  #header-python section #quickSearch:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #search-form-echo {
    padding: 12px;
    margin-bottom: 12px;
  }
  #search-form-echo fieldset {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 12px 6px;
  }
  #search-form-echo .field-method,
  #search-form-echo .field-suburb,
  #search-form-echo .field-price-from {
    padding: 0 6px 12px 0;
  }
  #search-form-echo .field-go {
    padding: 0;
  }
  #refine-agents-bravo {
    padding: 12px;
    margin-bottom: 12px;
  }
  #refine-agents-bravo fieldset {
    padding: 0 1px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #refine-agents-bravo .field-go {
    padding: 0 0 0 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .propertyListing {
    background-color: #f1f1f1;
  }
  .propertyListing .suburb {
    padding: 12px 12px 0;
  }
  .propertyListing div {
    padding: 0 12px 0;
  }
  .propertyListing span.bbc {
    padding: 12px;
  }
  .propertyListing span.price,
  .propertyListing span.method,
  .propertyListing span.sold,
  .propertyListing span.under-contract {
    padding: 0 12px;
  }
  .propertyListing a.button {
    padding: 12px;
  }
  .offices-alpha {
    padding: 0 12px 12px;
  }
  .officeListing {
    padding: 0 0 12px;
  }
  .officeListing .image {
    width: 30%;
    float: left;
  }
  .officeListing .office-name {
    padding: 12px 12px 0;
  }
  .officeListing .address {
    margin: 0 0 12px;
  }
  .officeListing span {
    padding: 0 12px 0;
  }
  .officeListing a.button {
    position: absolute;
    padding: 0px;
    bottom: 12px;
    right: 12px;
  }
  .officeListing a.button.facebook {
    right: 100px;
  }
  #footer-bravo {
    padding: 12px;
  }
  #footer-bravo .disclaimer {
    /*padding-top: @global-padding-tablet;*/
  }
  #footer-delta {
    padding: 24px 12px 12px;
  }
  #footer-delta .site-map {
    display: block;
  }
  #footer-delta .site-map ul {
    margin-bottom: 12px;
    width: 25%;
    display: block;
    float: left;
  }
  #footer-delta .site-map ul li {
    margin-bottom: 12px;
  }
  #footer-delta .site-map ul li a.parent {
    color: white;
    font-size: 16px;
  }
  #footer-delta .site-map:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #footer-delta .disclaimer {
    float: left;
    text-align: left;
    line-height: 30px;
  }
  #footer-delta .footer-logo {
    clear: both;
    float: right;
    margin: 0;
  }
  #footer-delta .footer-logo img {
    margin: 0;
  }
  #footer-delta .social {
    display: none;
    /*float: right;
      display: block;
      text-align: right;
      padding-top: 0;
      a{
        font-size: @global-font-size+8;
        margin: 0 0 0 10px;
      }*/
  }
  #footer-delta:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .top-section,
  #title {
    padding: 0 12px;
    position: relative;
  }
  .top-section h1,
  #title h1,
  .top-section .items-delta-heading {
    font-size: 26px;
    border: 0;
    padding: 0 12px;
    margin: 40px 0 24px;
  }
  .top-section #search-form-echo,
  #title #search-form-echo {
    display: block;
  }
  .top-section .top-links .left,
  #title .top-links .left {
    float: left;
    margin-bottom: 0;
  }
  .top-section .top-links .right,
  #title .top-links .right {
    display: block;
    padding: 0;
    float: right;
    text-align: right;
    margin: 0;
  }
  .top-section .top-links .right li a,
  #title .top-links .right li a {
    padding: 0;
    margin: 0;
  }
  .top-section .top-links:after,
  #title .top-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .slideshow-alpha .bx-wrapper ul li a span,
  .slideshow-alpha .bx-viewport ul li a span {
    font-size: 34px;
    line-height: 34px;
    top: 50%;
    margin-top: -60px;
  }
  .slideshow-alpha .bx-wrapper ul li a span:after,
  .slideshow-alpha .bx-viewport ul li a span:after {
    content: "View Details";
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #ffffff;
    background-color: white;
    cursor: pointer;
    width: 140px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 15px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .slideshow-alpha .bx-wrapper ul li a span:after:focus,
  .slideshow-alpha .bx-viewport ul li a span:after:focus,
  .slideshow-alpha .bx-wrapper ul li a span:after:hover,
  .slideshow-alpha .bx-viewport ul li a span:after:hover,
  .slideshow-alpha .bx-wrapper ul li a span:after:active,
  .slideshow-alpha .bx-viewport ul li a span:after:active {
    color: #ffffff;
    background-color: #59207b;
  }
  .slideshow-alpha .bx-pager {
    bottom: 20px;
  }
  #homepage-foxtrot .heading {
    font-size: 26px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  #homepage-foxtrot #search-form-echo {
    margin: 0 12px;
  }
  #homepage-foxtrot .activity-buttons {
    width: 80%;
    margin-bottom: 24px;
  }
  #homepage-foxtrot .activity-buttons a {
    font-size: 20px;
  }
  #homepage-foxtrot .activity-buttons a i {
    font-size: 30px;
    border: 2px solid #6a6a6a;
    margin-bottom: 6px;
  }
  #homepage-foxtrot .home-video {
    display: block;
    margin-top: 24px;
  }
  #homepage-foxtrot .home-video video {
    display: block;
  }
  .four-col-desktop {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 18px;
  }
  .four-col-desktop li .propertyListing,
  .four-col-desktop li .project-listing-area-specialist,
  .four-col-desktop li .property-listing-area-specialist {
    margin: 0 6px 12px;
  }
  .four-col-desktop li .officeListing {
    margin: 0 6px 12px;
  }
  .offices-alpha {
    padding: 0 20px 20px;
  }
  #pagination-alpha {
    padding: 0 24px;
    text-align: right;
  }
  #pagination-alpha a {
    padding: 0 0 12px 10px;
  }
  /*#listing-show-echo .banner {
    top: 50px;
    font-size: 32px;
    padding: 9px 20px 5px;
  }*/
  #listing-show-echo .bx-wrapper .bx-controls-direction {
    display: block;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 99;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: -20px;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction .bx-next {
    left: auto;
    right: 12px;
  }
  #listing-show-echo .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
  }
  #listing-show-echo .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 99;
    width: 100%;
    text-align: center;
  }
  #listing-show-echo .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
  }
  #listing-show-echo .bx-wrapper .bx-pager .bx-pager-item a {
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 3px;
    border: 2px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #listing-show-echo .bx-wrapper .bx-pager .bx-pager-item .active {
    background-color: #fff;
  }
  #listing-show-echo .info .card {
    padding: 12px;
  }
  #listing-show-echo .info ul.links {
    margin-bottom: 12px;
  }
  #listing-show-echo .info ul.links li {
    margin-bottom: 0;
    float: left;
    width: 33.33%;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-echo .info ul.links li a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    color: #ffffff;
    background-color: white;
    cursor: pointer;
  }
  #listing-show-echo .info ul.links li a:focus,
  #listing-show-echo .info ul.links li a:hover,
  #listing-show-echo .info ul.links li a:active {
    color: #ffffff;
    background-color: #59207b;
  }
  #listing-show-echo .info .bbc {
    margin-bottom: 24px;
    text-align: left;
  }
  #listing-show-echo .info .description {
    clear: left;
    padding-right: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-echo .info .description h2,
  #listing-show-echo .info .description h3,
  #listing-show-echo .info .description h4 {
    text-align: left;
    padding: 12px 0;
  }
  #listing-show-echo .info .description .tenancy-application-download {
    float: right;
    width: 54%;
  }
  #listing-show-echo .info .description ul {
    margin-top: 6px;
  }
  #listing-show-echo .info .description ul li {
    margin-left: 32px;
  }
  #listing-show-echo .info .description .staff {
    clear: both;
    padding-top: 12px;
  }
  #listing-show-echo .info .description .staff .staff-member {
    padding-bottom: 12px;
    clear: none;
  }
  #listing-show-echo .info .description .staff .staff-member .details div {
    padding-left: 12px;
  }
  #listing-show-echo .info .description .staff .staff-member .details div .name {
    padding-bottom: 6px;
  }
  #listing-show-echo .info .tools .linkset {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #listing-show-echo .info .tools .linkset h3 {
    padding-bottom: 6px;
  }
  #listing-show-echo .info .tools .linkset table tr td {
    width: 50%;
  }
  #listing-show-echo .info .tools .linkset table tr td:nth-child(2) {
    text-align: right;
  }
  #listing-show-echo h3.formHeading {
    padding: 12px 12px 0;
    text-align: left;
  }
  #listing-show-echo .contact-form-alpha {
    padding: 12px;
    margin: 12px;
  }
  #listing-show-echo .contact-form-alpha form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px 12px 0;
  }
  #listing-show-echo .contact-form-alpha form .fieldset_notes {
    padding-bottom: 0;
  }
  #listing-show-echo .contact-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #agents-charlie .two-col-tablet {
    padding-right: 12px;
  }
  #agents-charlie .two-col-tablet li {
    padding: 0 0 12px 12px;
  }
  #agents-charlie .two-col-tablet li .card {
    position: relative;
    min-height: 0;
  }
  #agents-charlie .two-col-tablet li .card .image {
    width: 40%;
    height: 215px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 0;
  }
  #agents-charlie .two-col-tablet li .card .image img {
    display: block;
    width: 100%;
  }
  #agents-charlie .two-col-tablet li .card .info {
    width: 60%;
    float: left;
    border-top: 0;
    padding: 12px;
    font-size: 14px;
    line-height: 22px;
  }
  #agents-charlie .two-col-tablet li .card .info .no-mobile {
    display: block;
  }
  #agents-charlie .two-col-tablet li .card .info .mobile-only {
    display: none;
  }
  #agents-charlie .two-col-tablet li .card .info .name {
    font-size: 18px;
  }
  #agents-charlie .two-col-tablet li .card .info .links {
    display: block;
    position: absolute;
    text-align: right;
    bottom: 0px;
    right: 0px;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px 12px;
  }
  #agents-charlie .two-col-tablet li .card .info .links a {
    margin-right: 0px;
    margin-left: 10px;
  }
  #agents-charlie .two-col-tablet li .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #opens-delta .container,
  #auctions-charlie .container {
    padding: 0 12px 12px;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    margin: 24px 0 12px;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin: 12px 0;
  }
  #opens-delta .container ul li,
  #auctions-charlie .container ul li {
    padding: 12px;
    margin-bottom: 12px;
  }
  #opens-delta .container ul li a,
  #auctions-charlie .container ul li a {
    line-height: 42px;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    width: 30%;
    float: left;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    width: 60%;
    float: left;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    width: 10%;
    float: right;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    display: none;
  }
  #opens-delta .container ul li:after,
  #auctions-charlie .container ul li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #contact-charlie {
    padding-top: 70px;
  }
  #contact-charlie .container {
    padding: 0 12px 12px;
  }
  #contact-charlie .container .address {
    position: relative;
    margin: 12px 0;
  }
  #contact-charlie .container .address .office-contact-details-alpha {
    width: 60%;
    height: 100%;
    position: absolute;
    padding: 12px 0 0 12px;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-charlie .container .address .office-contact-details-alpha .office-name {
    display: inline-block;
    margin-bottom: 12px;
  }
  #contact-charlie .container .address .item-image-alpha {
    width: 40%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 0 12px;
    margin: 0;
    overflow: hidden;
  }
  #contact-charlie .container .address:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #contact-charlie .form-title {
    margin: 12px 0 0;
    padding: 12px 12px 0;
  }
  #contact-charlie .contact-form-alpha form {
    padding: 12px 0 12px 12px;
  }
  #contact-charlie .contact-form-alpha form fieldset {
    width: 50%;
    float: left;
    padding: 0 12px 12px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-charlie .contact-form-alpha form .fieldset_notes {
    width: 100%;
    float: none;
    clear: both;
  }
  #contact-charlie .contact-form-alpha form .fieldset_submit {
    float: right;
    width: 150px;
    padding: 0 12px 0 0;
  }
  #contact-charlie .contact-form-alpha form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #items-delta,
  #item-echo,
  #item-foxtrot {
    padding-top: 70px;
  }
  #items-delta .container,
  #item-echo .container,
  #item-foxtrot .container {
    padding: 0 12px 12px;
  }
  #items-delta .container article,
  #item-echo .container article,
  #item-foxtrot .container article {
    padding: 12px 12px 0;
    margin: 12px 0 0;
  }
  #items-delta .container article .images,
  #item-echo .container article .images,
  #item-foxtrot .container article .images {
    margin: 0;
    float: right;
    width: 40%;
  }
  #items-delta .container article .images img,
  #item-echo .container article .images img,
  #item-foxtrot .container article .images img {
    margin-bottom: 12px;
  }
  #items-delta .container article .text,
  #item-echo .container article .text,
  #item-foxtrot .container article .text {
    float: left;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 0;
    padding-bottom: 12px;
  }
  #items-delta .container article .text h2,
  #item-echo .container article .text h2,
  #item-foxtrot .container article .text h2 {
    margin: 0 0 12px;
  }
  #items-delta .container article .text .default-btn,
  #item-echo .container article .text .default-btn,
  #item-foxtrot .container article .text .default-btn {
    margin-top: 12px;
    width: auto;
    display: inline-block;
    padding: 0 20px;
    margin-right: 9px;
  }
  #items-delta .container article:after,
  #item-echo .container article:after,
  #item-foxtrot .container article:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #item-echo .container article .images img {
    margin: 0 0 12px;
  }
  #item-foxtrot .bx-wrapper,
  #item-foxtrot .bx-viewport {
    height: 500px;
  }
  #item-foxtrot .container article .text {
    float: none;
    width: auto;
  }
  #item-foxtrot .container article .text h1 {
    margin: 0 0 12px;
  }
  #agent-show-charlie {
    padding: 0 0 12px;
  }
  #agent-show-charlie .container {
    margin: 0 12px 0;
    position: relative;
  }
  #agent-show-charlie .container .image {
    float: left;
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*padding: 0 @global-padding-tablet 0 0;*/
  }
  #agent-show-charlie .container .contact {
    float: left;
    width: 60%;
    margin: 0;
    padding: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-charlie .container .contact h2,
  #agent-show-charlie .container .contact h3 {
    padding: 0 0 12px;
  }
  #agent-show-charlie .container .contact h3 {
    padding: 12px 0;
  }
  #agent-show-charlie .container .contact div {
    display: block;
    padding: 12px 0 0;
  }
  #agent-show-charlie .container .contact .social-links {
    padding: 12px 0;
  }
  #agent-show-charlie .container .contact .social-links a {
    display: block;
    float: left;
    padding: 0 12px 0 0;
  }
  #agent-show-charlie .container .contact .buttons {
    position: absolute;
    bottom: 12px;
    right: 12px;
  }
  #agent-show-charlie .container .contact .buttons a {
    display: inline-block;
    margin: 0;
    width: auto;
    padding: 0;
    margin: 0 0 0 12px;
  }
  #agent-show-charlie .container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #agent-show-charlie .heading {
    padding: 0 12px;
    position: relative;
  }
  #agent-show-charlie .heading h3,
  #agent-show-charlie .heading h4 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  #agent-show-charlie .profile {
    padding: 12px;
    margin: 0 12px;
  }
  #agent-show-charlie .agent-form-alpha {
    padding: 12px 0 12px 12px;
    margin: 0 12px;
  }
  #agent-show-charlie .agent-form-alpha form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px 12px 0;
  }
  #agent-show-charlie .agent-form-alpha form .fieldset_notes {
    padding-bottom: 0;
    width: 100%;
  }
  #agent-show-charlie .agent-form-alpha form .fieldset_submit {
    float: right;
    padding: 12px 12px 0 0;
    width: 25%;
  }
  #agent-show-charlie .agent-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #no-results {
    padding: 12px 12px 24px;
  }
  #no-results h2 {
    margin: 0 0 12px;
    text-align: left;
  }
  #no-results a {
    margin: 12px 0 0;
    width: 150px;
  }
  #search-map-alpha .description {
    margin: 12px;
  }
  #search-map-alpha .map-holder {
    padding: 0 12px 12px;
  }
  #media-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 12px;
  }
  #media-alpha .container {
    margin: 0 12px 0 12px;
    padding: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .advanced-form-mobile {
    display: none;
  }
  .advanced-btn-more {
    display: block;
  }
  .advanced-form fieldset {
    width: 31% !important;
  }
  .desktop-btns {
    padding-top: 15px;
    padding-right: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  .desktop-btns span {
    cursor: pointer;
  }
  .desktop-btns span:hover {
    color: #000000;
  }
  .desktop-btns .advanced-btn-less {
    float: right;
  }
  #header-python {
    margin: 0 auto;
    border-top: 0;
  }
  #header-python section {
    min-height: 70px;
  }
  #header-python section #logo {
    height: 70px;
    line-height: 65px;
  }
  #header-python section #logo img {
    max-height: 55px;
    padding-left: 10px;
  }
  #header-python section #menuOpen,
  #header-python section #quickSearchOpen {
    display: none;
  }
  #header-python section .mobile-quicksearch {
    display: none;
  }
  #header-python section nav {
    height: 0px;
    background-color: transparent;
    padding: 0px;
    /*.animate();*/
  }
  #header-python section nav ul {
    width: auto;
    float: right;
  }
  #header-python section nav ul li {
    width: auto;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    /*.animate();*/
  }
  #header-python section nav ul li a.parent {
    font-weight: 300;
  }
  #header-python section nav ul li a {
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    display: inline-block;
    background-color: transparent;
    color: #231e21;
    width: auto;
    margin-bottom: 0;
    padding: 4px 8px;
    margin-left: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*.animate();*/
  }
  #header-python section nav ul li a:focus,
  #header-python section nav ul li a:hover,
  #header-python section nav ul li a:active {
    background-color: white;
    color: #231e21 !important;
  }
  #header-python section nav ul li ol {
    top: 50px;
    left: 10px;
    background-color: white;
    width: 150px;
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  }
  #header-python section nav ul li ol li {
    width: 100%;
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
    height: auto;
    margin-top: 5px;
  }
  #header-python section nav ul li ol li a {
    width: 150px;
    background-color: transparent;
    font-size: 14px;
    margin: 0px;
    padding: 0 10px;
  }
  #header-python section nav ul li ol li a:focus,
  #header-python section nav ul li ol li a:hover,
  #header-python section nav ul li ol li a:active {
    background-color: white;
  }
  #header-python section nav ul li ol li:first-child {
    margin-top: 0px;
  }
  #header-python section nav .nav-quicksearch {
    display: block;
    float: right;
  }
  #header-python section nav .nav-quicksearch form {
    position: relative;
  }
  #header-python section nav .nav-quicksearch form input {
    width: 0px;
    border: 1px solid white;
    background-color: white;
    padding-right: 40px;
    margin-top: 14px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  #header-python section nav .nav-quicksearch form input:focus {
    border: 1px solid #fff;
    background-color: #fff;
  }
  #header-python section nav .nav-quicksearch form a {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 25px;
    color: #231e21 !important;
    border: 0;
  }
  #header-python section nav .nav-quicksearch form a:hover {
    background: transparent;
  }
  section {
    /**/
  }
  #search-form-echo {
    padding: 20px;
    margin-bottom: 20px;
  }
  #search-form-echo fieldset {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  #search-form-echo .field-method,
  #search-form-echo .field-suburb,
  #search-form-echo .field-price-from {
    padding: 0 10px 0 0;
  }
  #search-form-echo .field-go {
    padding-bottom: 0;
    padding-left: 10px;
  }
  #refine-agents-bravo {
    padding: 20px;
    margin-bottom: 20px;
  }
  #refine-agents-bravo .field-go {
    padding: 0 0 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .propertyListing {
    background-color: #f1f1f1;
  }
  .propertyListing .suburb {
    padding: 10px 10px 0;
  }
  .propertyListing div {
    padding: 0 10px 0;
  }
  .propertyListing span.bbc {
    padding: 10px;
  }
  .propertyListing span.price,
  .propertyListing span.method,
  .propertyListing span.sold,
  .propertyListing span.under-contract,
  .propertyListing span.contact-agent {
    padding: 0 10px;
  }
  .propertyListing a.button {
    padding: 10px;
  }
  .officeListing {
    padding: 0 0 20px;
  }
  .officeListing .image {
    width: 25%;
    float: left;
  }
  .officeListing .office-name {
    padding: 20px 20px 0;
  }
  .officeListing .address {
    margin: 0 0 20px;
  }
  .officeListing span {
    padding: 0 20px 0;
  }
  .officeListing a.button {
    bottom: 20px;
    right: 20px;
  }
  .officeListing a.button.facebook {
    right: 110px;
  }
  #footer-bravo {
    padding: 20px;
  }
  #footer-bravo ul li a {
    display: block;
    padding-bottom: 0;
  }
  #footer-bravo .disclaimer {
    /*padding-top: @global-padding-desktop;*/
  }
  #mea-footer {
    padding: 40px 20px 20px;
  }
  #mea-footer .site-map ul {
    margin-bottom: 20px;
  }
  #mea-footer .site-map ul li {
    margin-bottom: 20px;
  }
  #mea-footer .site-map:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #mea-footer .disclaimer {
    /*padding-top: @global-padding-desktop;*/
  }
  #mea-footer .footer-logo {
    /*margin-bottom: @global-padding-desktop;*/
  }
  .top-section,
  #title {
    padding: 0 20px;
  }
  .top-section h1,
  #title h1,
  .top-section .items-delta-heading {
    padding: 0 20px;
    margin: 50px 0 40px;
  }
  .top-section .top-links .right li,
  #title .top-links .right li {
    display: inline-block;
  }
  .top-section .top-links .right li a,
  #title .top-links .right li a {
    margin: 0 20px 0 0;
  }
  .top-section .top-links .right li #print-all-btn,
  #title .top-links .right li #print-all-btn,
  .top-section .top-links .right li .print-btn,
  #title .top-links .right li .print-btn {
    display: block;
  }
  #homepage-foxtrot .heading {
    padding: 0 20px;
    margin: 50px 0 40px;
  }
  #homepage-foxtrot #search-form-echo {
    margin: 0 20px;
  }
  #homepage-foxtrot .activity-buttons {
    width: 70%;
    margin-bottom: 40px;
  }
  #homepage-foxtrot .activity-buttons a i {
    margin-bottom: 10px;
  }
  #homepage-foxtrot .four-col-desktop li .propertyListing,
  #homepage-foxtrot .four-col-desktop li .project-listing-area-specialist,
  #homepage-foxtrot .four-col-desktop li .property-listing-area-specialist {
    margin-bottom: 0;
    text-align: left;
  }
  #homepage-foxtrot .home-video {
    margin-top: 40px;
  }
  .four-col-desktop {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 30px;
  }
  .four-col-desktop li .propertyListing,
  .four-col-desktop li .project-listing-area-specialist,
  .four-col-desktop li .property-listing-area-specialist {
    margin: 0 10px 20px;
  }
  .four-col-desktop li .officeListing {
    margin: 0 10px 20px;
  }
  #pagination-alpha {
    padding: 0 40px;
    text-align: right;
  }
  #pagination-alpha a {
    padding: 0 0 20px 10px;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction a {
    left: 20px;
  }
  #listing-show-echo .bx-wrapper .bx-controls-direction .bx-next {
    right: 20px;
  }
  #listing-show-echo .bx-wrapper .bx-pager {
    bottom: 20px;
  }
  #listing-show-echo .info .card {
    padding: 20px;
  }
  #listing-show-echo .info ul.links {
    margin-bottom: 20px;
  }
  #listing-show-echo .info ul.links li {
    margin-bottom: 0;
    width: 150px;
    padding-right: 20px;
  }
  #listing-show-echo .info .bbc {
    margin-bottom: 40px;
  }
  #listing-show-echo .info .description {
    padding-right: 40px;
  }
  #listing-show-echo .info .description h2,
  #listing-show-echo .info .description h3,
  #listing-show-echo .info .description h4 {
    padding: 20px 0;
  }
  #listing-show-echo .info .description .tenancy-application-download {
    width: 32%;
  }
  #listing-show-echo .info .description ul {
    margin-top: 10px;
  }
  #listing-show-echo .info .description ul li {
    margin-left: 40px;
  }
  #listing-show-echo .info .description .staff {
    clear: none;
    padding-top: 30px;
  }
  #listing-show-echo .info .description .staff .staff-member {
    padding-bottom: 20px;
  }
  #listing-show-echo .info .description .staff .staff-member .details div {
    padding-left: 20px;
  }
  #listing-show-echo .info .description .staff .staff-member .details div .name {
    padding-bottom: 10px;
  }
  #listing-show-echo .info .tools .linkset {
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #listing-show-echo .info .tools .linkset h3 {
    padding-bottom: 10px;
  }
  #listing-show-echo .info .tools .linkset table tr td:nth-child(2) {
    text-align: right;
  }
  #listing-show-echo h3.formHeading {
    padding: 20px 20px 0;
  }
  #listing-show-echo .contact-form-alpha {
    padding: 20px;
    margin: 20px;
  }
  #listing-show-echo .contact-form-alpha form fieldset {
    width: 25%;
    padding: 0 10px 10px 0;
  }
  #listing-show-echo .contact-form-alpha form .fieldset_notes {
    width: 90%;
  }
  #listing-show-echo .contact-form-alpha form .fieldset_submit {
    width: 10%;
  }
  #agents-charlie .two-col-tablet {
    padding-right: 20px;
  }
  #agents-charlie .two-col-tablet li {
    padding: 0 0 20px 20px;
  }
  #agents-charlie .two-col-tablet li .card .image {
    width: 30%;
  }
  #agents-charlie .two-col-tablet li .card .info {
    width: 70%;
    padding: 20px;
  }
  #agents-charlie .two-col-tablet li .card .info .links {
    width: 70%;
    padding: 10px 20px;
  }
  #opens-delta .container,
  #auctions-charlie .container {
    padding: 0 20px 20px;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    margin: 40px 0 20px;
  }
  #opens-delta .container h2 span,
  #auctions-charlie .container h2 span {
    display: inline-block;
    float: right;
    padding-right: 11%;
    font-size: 14px;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin: 20px 0;
  }
  #opens-delta .container ul li,
  #auctions-charlie .container ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    width: 20%;
    float: left;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    width: 60%;
    float: left;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    width: 10%;
    float: right;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    float: left;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 10%;
    margin-top: 15px;
  }
  #contact-charlie {
    padding-top: 75px;
  }
  #contact-charlie .container {
    padding: 0 20px 20px;
  }
  #contact-charlie .container .address {
    margin: 20px 0;
  }
  #contact-charlie .container .address .office-contact-details-alpha {
    padding: 20px 0 0 20px;
  }
  #contact-charlie .container .address .office-contact-details-alpha .office-name {
    margin-bottom: 20px;
  }
  #contact-charlie .container .address .item-image-alpha {
    padding: 0 0 0 20px;
  }
  #contact-charlie .form-title {
    margin: 20px 0 0;
    padding: 20px 20px 0;
  }
  #contact-charlie .left {
    padding-bottom: 20px !important;
  }
  #contact-charlie .contact-form-alpha form {
    padding: 20px 0 20px 20px;
  }
  #contact-charlie .contact-form-alpha form fieldset {
    width: 25%;
    padding: 0 20px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-charlie .contact-form-alpha form .fieldset_notes {
    width: 100%;
    float: none;
    clear: both;
  }
  #contact-charlie .contact-form-alpha form .fieldset_submit {
    float: right;
    width: 150px;
    padding: 0 20px 0 0;
  }
  #contact-charlie .contact-form-alpha form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #items-delta,
  #item-echo,
  #item-foxtrot {
    padding-top: 75px;
  }
  #items-delta .container,
  #item-echo .container,
  #item-foxtrot .container {
    padding: 0 20px 20px;
  }
  #items-delta .container article,
  #item-echo .container article,
  #item-foxtrot .container article {
    padding: 20px 20px 0;
    margin: 20px 0 0;
  }
  #items-delta .container article .images img,
  #item-echo .container article .images img,
  #item-foxtrot .container article .images img {
    margin-bottom: 20px;
  }
  #items-delta .container article .text,
  #item-echo .container article .text,
  #item-foxtrot .container article .text {
    padding: 0 40px 20px 0;
  }
  #items-delta .container article .text h2,
  #item-echo .container article .text h2,
  #item-foxtrot .container article .text h2 {
    margin: 0 0 20px;
  }
  #items-delta .container article .text .default-btn,
  #item-echo .container article .text .default-btn,
  #item-foxtrot .container article .text .default-btn {
    margin-top: 20px;
    margin-right: 17px;
  }
  #items-delta .container article:after,
  #item-echo .container article:after,
  #item-foxtrot .container article:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #item-echo .container article .images img {
    margin: 0 0 20px;
  }
  #item-foxtrot .bx-wrapper,
  #item-foxtrot .bx-viewport {
    height: 600px;
  }
  #item-foxtrot .container article .text h1 {
    margin: 0 0 20px;
  }
  #agent-show-charlie {
    padding: 0 0 20px;
  }
  #agent-show-charlie .container {
    margin: 0 20px 0;
  }
  #agent-show-charlie .container .image {
    /*padding: 0 @global-padding-desktop 0 0;*/
    width: 30%;
  }
  #agent-show-charlie .container .contact {
    width: 70%;
    padding: 20px;
  }
  #agent-show-charlie .container .contact h2,
  #agent-show-charlie .container .contact h3 {
    padding: 0 0 20px;
  }
  #agent-show-charlie .container .contact h3 {
    padding: 20px 0;
  }
  #agent-show-charlie .container .contact div {
    display: block;
    padding: 20px 0 0;
  }
  #agent-show-charlie .container .contact .social-links {
    padding: 20px 0;
  }
  #agent-show-charlie .container .contact .social-links a {
    padding: 0 20px 0 0;
  }
  #agent-show-charlie .container .contact .buttons {
    bottom: 20px;
    right: 20px;
  }
  #agent-show-charlie .container .contact .buttons a {
    padding: 0;
    margin: 0 0 0 20px;
  }
  #agent-show-charlie .heading {
    padding: 0 20px;
  }
  #agent-show-charlie .heading h3,
  #agent-show-charlie .heading h4 {
    font-family: "Roboto", sans-serif;
    padding: 0 20px;
    margin: 50px 0 40px;
  }
  #agent-show-charlie .profile {
    padding: 20px;
    margin: 0 20px;
  }
  #agent-show-charlie .agent-form-alpha {
    padding: 20px;
    margin: 0 20px;
  }
  #agent-show-charlie .agent-form-alpha form fieldset {
    width: 25%;
    padding: 0 1px 1px 0;
  }
  #agent-show-charlie .agent-form-alpha form .fieldset_notes {
    width: 90%;
  }
  #agent-show-charlie .agent-form-alpha form .fieldset_notes textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 42px;
  }
  #agent-show-charlie .agent-form-alpha form .fieldset_submit {
    width: 10%;
    padding: 0 1px 1px 0;
  }
  #no-results {
    padding: 20px 20px 40px;
  }
  #no-results h2 {
    margin: 0 0 20px;
  }
  #no-results a {
    margin: 20px 0 0;
  }
  #search-map-alpha .description {
    margin: 20px;
  }
  #search-map-alpha .map-holder {
    padding: 0 20px 20px;
  }
  #media-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 20px;
  }
  #media-alpha .container {
    margin: 0 20px 0 20px;
    padding: 20px;
  }
}
.bx-next {
  position: absolute;
  top: 35%;
  z-index: 100;
  text-decoration: none;
  right: -20px;
}
.bx-next i {
  font-size: 50px;
  color: white;
}
.bx-next i:hover {
  color: white;
}
.bx-prev {
  position: absolute;
  top: 35%;
  z-index: 100;
  text-decoration: none;
  left: -20px;
}
.bx-prev i {
  font-size: 50px;
  color: white;
}
.bx-prev i:hover {
  color: white;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .bx-next {
    right: -30px;
  }
  .bx-next i {
    font-size: 70px;
  }
  .bx-prev {
    left: -30px;
  }
  .bx-prev i {
    font-size: 70px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .bx-next {
    top: 40%;
  }
  .bx-next i {
    font-size: 80px;
  }
  .bx-prev {
    top: 40%;
  }
  .bx-prev i {
    font-size: 80px;
  }
}
#title.staffTitle {
  display: block;
  padding-top: 50px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #title.staffTitle {
    padding-top: 70px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #title.staffTitle {
    padding-top: 75px;
  }
}
.social-header-links {
  max-width: 1130px;
  height: 32px;
  padding: 16px 0 16px 0;
  margin: 0 auto;
  clear: both;
}
.social-header-links ul {
  width: auto;
  margin: 0 auto;
  display: table;
  align-content: center;
}
.social-header-links li {
  display: table-cell;
}
.social-header-links li:first-child .border-wrapper {
  margin-left: 0;
}
.social-header-links .border-wrapper {
  float: left;
  margin-left: 8px;
  /*transition: all 0.5s;*/
}
.social-header-links .border-wrapper a {
  transition: all 0.5s;
}
.social-header-links .border-wrapper a i {
  /*transition: all 0.5s;*/
}
.social-header-links .border-wrapper #google-plus i {
  padding-left: 7px;
}
.social-header-links .border-wrapper #twitter i {
  padding-left: 6px;
}
.social-header-links .border-wrapper #facebook i {
  padding-left: 9px;
  line-height: 29px;
}
.social-header-links .border-wrapper #youtube i {
  font-size: 16px;
  line-height: 26px;
  padding-left: 7px;
}
.social-header-links .border-wrapper #linkedin i {
  line-height: 28px;
  padding-left: 7px;
}
.social-header-links .border-wrapper #email i {
  line-height: 27px;
  padding-left: 4px;
}
.social-header-links .border-wrapper #pinterest i {
  padding-left: 8px;
}
.social-header-links .border-wrapper #instagram i {
  line-height: 28px;
  padding-left: 7px;
}
.social-header-links a {
  display: block;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: white;
  border-bottom: 2px solid white;
}
.social-header-links a i {
  line-height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 5px;
  font-size: 20px;
  color: black;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
/* global */
.homepage-charlie .item-images {
  display: none;
}
.homepage-charlie .item-images .item-image-alpha a img {
  width: 100%;
  display: block;
}
.homepage-charlie #homeSearch {
  clear: both;
  padding: 8px;
}
.homepage-charlie #homeSearch form fieldset {
  text-align: center;
}
.homepage-charlie #homeSearch form fieldset label {
  display: block;
  font-size: 16px;
}
.homepage-charlie #homeSearch form fieldset .propertyAction span label {
  display: inline-block;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .homepage-charlie .item-images {
    display: block;
  }
  .homepage-charlie .item-images .item-image-alpha {
    width: 33.33%;
    float: left;
    display: block;
  }
  .homepage-charlie .item-images .item-image-alpha a {
    display: block;
    height: 0px;
    padding-bottom: 80%;
    overflow: hidden;
  }
  .homepage-charlie #homeSearch form fieldset {
    width: 50%;
    float: left;
  }
  .homepage-charlie #homeSearch form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .homepage-charlie #homeSearch:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .homepage-charlie #homeSearch form fieldset {
    width: 25%;
  }
  .homepage-charlie #quarter ul li {
    margin: 12px 11px;
    width: 48%;
    float: left;
    box-sizing: border-box;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
/* global */
.homepage-charlie .item-images .item-image-alpha a img {
  width: 100%;
  display: block;
}
.homepage-charlie #homeSearch {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
}
.homepage-charlie #homeSearch form {
  background-color: #f1f1f1;
  padding: 8px;
}
.homepage-charlie #homeSearch form fieldset {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-charlie #homeSearch form fieldset label {
  font-size: 16px;
  margin: 10px 0;
}
.homepage-charlie #homeSearch form fieldset .propertyAction span {
  padding: 10px;
}
.homepage-charlie #homeSearch form fieldset .propertyAction span label {
  font-size: 15px;
  margin-top: -10px;
  color: #354c71;
}
.homepage-charlie #homeSearch form fieldset select,
.homepage-charlie #homeSearch form fieldset a,
.homepage-charlie #homeSearch form fieldset .ms-parent {
  margin-top: 8px;
}
.homepage-charlie #homeSearch form fieldset a {
  width: 100%;
  display: block;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  color: white;
  background-color: #a0ce68;
  border: 1px;
  border-color: #cfcfcf;
}
.homepage-charlie #homeSearch #search-form-bravo fieldset:nth-child(2) div button span {
  padding: 0 0 0 13px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .homepage-charlie .item-images {
    display: block;
    margin: 0;
    padding: 12px 6px;
  }
  .homepage-charlie .item-images:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .homepage-charlie .item-images .item-image-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 6px;
    width: 33.33%;
    float: left;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha {
    background-size: cover;
    width: 100%;
    border: 10px solid #f1f1f1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha a {
    padding: 10px 10px 80%;
    position: relative;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha a img {
    width: 100%;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha a span {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    height: 36px;
    line-height: 36px;
    padding: 0 11px;
  }
  .homepage-charlie #homeSearch {
    padding: 0 12px 12px 12px;
  }
  .homepage-charlie #homeSearch form {
    padding: 0 0 12px 12px;
  }
  .homepage-charlie #homeSearch form fieldset {
    padding: 0 12px 0 0;
  }
  .homepage-charlie #homeSearch form fieldset label {
    font-size: 17px;
    margin: 30px 0 15px 0;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span {
    padding: 10px 10px 10px 0;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span label {
    font-size: 15px;
    margin-top: -10px;
    color: #354c71;
  }
  .homepage-charlie #homeSearch form fieldset select,
  .homepage-charlie #homeSearch form fieldset a,
  .homepage-charlie #homeSearch form fieldset .ms-parent {
    margin-top: 12px;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .homepage-charlie .item-images {
    padding: 20px 35px 0;
  }
  .homepage-charlie .item-images .item-image-alpha {
    width: 33.33%;
    float: left;
  }
  .homepage-charlie #homeSearch {
    padding: 20px 40px;
  }
  .homepage-charlie #homeSearch form {
    padding: 20px 0 20px 20px;
  }
  .homepage-charlie #homeSearch form fieldset {
    padding: 0 20px 0 0;
  }
  .homepage-charlie #homeSearch form fieldset label {
    font-size: 17px;
    margin: 30px 0 26px 0;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span {
    padding: 10px 10px 10px 0;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span label {
    font-size: 15px;
    margin-top: -10px;
    color: #354c71;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
/* global */
@media only screen and (min-width: 640px) {
  /* Tablet */
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
/* template styling */
.homepage-echo-search {
  background-color: #f1f1f1;
}
.homepage-echo-search .container h1 {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 8px 0 0 0;
}
#item-video-alpha div {
  text-align: center;
  background-color: #f1f1f1;
}
#item-video-alpha div h3 {
  font-family: "Prata", serif;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 8px 0 0 0;
}
#item-video-alpha div a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
  margin: 8px 0 16px;
  width: auto;
  display: inline-block;
  padding: 0 15px;
}
#item-video-alpha div a:focus,
#item-video-alpha div a:hover,
#item-video-alpha div a:active {
  color: #ffffff;
  background-color: #59207b;
}
#global-site-links {
  display: none !important;
}
#global-site-links .staff {
  background-color: #f1f1f1;
  padding: 0 8px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#global-site-links .staff .staff-member .staff-heading {
  display: none;
}
#global-site-links .staff .staff-member .details {
  padding: 8px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#global-site-links .staff .staff-member .details .name {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 22px;
}
#global-site-links .staff .staff-member .details .name:focus,
#global-site-links .staff .staff-member .details .name:hover,
#global-site-links .staff .staff-member .details .name:active {
  color: #ffffff;
}
#global-site-links .staff .staff-member .details .default-btn {
  width: 70px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
#global-site-links .staff .staff-member .details .staff-image {
  float: right;
  text-align: right;
  height: 115px;
  max-width: 115px;
  overflow: hidden;
}
#global-site-links .staff .staff-member .details .staff-image img {
  height: 115px;
}
#global-site-links .staff .staff-member .details .staff-image span {
  display: none;
}
#global-site-links .staff .staff-member .details:after {
  clear: both;
  content: "";
  display: table;
}
#global-site-links .staff .staff-member:first-child {
  margin-bottom: 8px;
}
.new-listings-alpha {
  clear: both;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .homepage-echo-search .container h1 {
    font-size: 28px;
    line-height: 30px;
    padding: 12px 0 0 0;
  }
  #global-site-links {
    display: block !important;
    padding: 12px 0 12px;
  }
  #global-site-links .staff {
    padding: 0 12px 0;
  }
  #global-site-links .staff .left,
  #global-site-links .staff .right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #global-site-links .staff .right {
    display: none;
  }
  #global-site-links .staff .staff-member {
    padding-top: 12px;
  }
  #global-site-links .staff .staff-member:first-child {
    margin-bottom: 12px;
  }
  #global-site-links .staff .staff-member .staff-heading {
    display: block;
    width: 50%;
    float: left;
    padding: 24px 18px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 20px;
    line-height: 25px;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #global-site-links .staff .staff-member .details {
    padding: 12px;
    width: 50%;
    float: left;
    border-left: 1px solid #d1d1d1;
  }
  #global-site-links .staff .staff-member .details .default-btn {
    bottom: 8px;
    left: 8px;
  }
  #global-site-links .staff .staff-member:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #global-site-links .staff:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #global-site-links.global-site-links-home {
    padding: 12px 24px 24px;
  }
  #item-video-alpha div h3 {
    font-size: 28px;
    padding: 12px 0 0 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .homepage-echo-search {
    position: relative;
    background: none;
    padding: 0 0 20px 0;
  }
  .homepage-echo-search .container {
    height: 180px;
    position: absolute;
    z-index: 55;
    bottom: 20px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .homepage-echo-search .container h1 {
    padding: 40px 0 0 0;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  }
  .homepage-echo-search .container #search-form-echo {
    background: none;
  }
  .homepage-echo-search .container #search-form-echo form fieldset {
    padding: 0;
  }
  #global-site-links .staff {
    background-color: transparent;
    padding: 0;
  }
  #global-site-links .staff .left,
  #global-site-links .staff .right {
    width: 50%;
    float: left;
  }
  #global-site-links .staff .left {
    padding-right: 10px;
  }
  #global-site-links .staff .right {
    display: block;
    padding-left: 10px;
  }
  #global-site-links .staff .staff-member {
    background-color: #f1f1f1;
  }
  #global-site-links .staff .staff-member:first-child {
    margin-bottom: 20px;
  }
  #global-site-links .staff .staff-member .staff-heading {
    padding: 40px 30px 0;
  }
  #global-site-links .staff .staff-member .details {
    width: 50%;
    float: left;
    padding: 20px;
    border-left: 1px solid #d1d1d1;
  }
  #global-site-links .staff .staff-member .details .default-btn {
    bottom: 20px;
    left: 20px;
  }
  #global-site-links .staff .staff-member .details .ofi-link {
    height: 115px;
    display: block;
    background-color: #f1f1f1;
    text-align: center;
    padding-top: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    text-decoration: none;
  }
  #global-site-links .staff .staff-member .details .ofi-link span {
    font-size: 32px;
    display: block;
    padding: 15px 0 0;
    margin: 0 auto;
    color: #000000;
    font-weight: bold;
  }
  #global-site-links.global-site-links-home {
    padding: 20px 40px 40px;
  }
  #global-site-links.global-site-links-home .staff .staff-member:first-child {
    margin-bottom: 0;
  }
  #item-video-alpha {
    position: relative;
    background: none;
    padding: 0 0 20px 0;
  }
  #item-video-alpha img {
    display: block;
  }
  #item-video-alpha div {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 56;
    background: rgba(0, 0, 0, 0.5);
    height: 180px;
  }
  #item-video-alpha div h3 {
    padding: 40px 0 0 0;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  }
}
/* global */
#homepage-golf {
  max-width: 1130px;
  position: relative;
  margin: 0 auto;
}
#homepage-golf .logo {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 55;
  color: #fff;
}
#homepage-golf .logo img {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
#homepage-golf .logo form a i {
  display: none;
}
.ui-autocomplete {
  background-color: #fff;
}
.ui-autocomplete li {
  text-align: left;
}
.ui-autocomplete li.ui-state-focus {
  cursor: pointer;
}
.ui-helper-hidden-accessible {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-golf {
    max-width: 1130px;
    position: relative;
    margin: 0 auto;
  }
  #homepage-golf .logo {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 55;
    color: #fff;
  }
  #homepage-golf .logo img {
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
  #homepage-golf .logo form {
    margin: 0 auto;
    width: 70%;
  }
  #homepage-golf .logo form select {
    width: 15%;
    float: left;
    display: block;
  }
  #homepage-golf .logo form .suburb-autocomplete {
    margin: 0;
    width: 75%;
    float: left;
    display: block;
    padding: 0px;
  }
  #homepage-golf .logo form #search-submit {
    float: left;
    width: 10%;
  }
  #homepage-golf .logo form #search-submit span {
    display: none;
  }
  #homepage-golf .logo form #search-submit i {
    display: inline;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
/* template styling */
.homepage-header-golf {
  max-width: none !important;
}
#homepage-golf {
  position: relative;
  text-align: center;
  background: #ffffff;
}
#homepage-golf .logo {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px;
}
#homepage-golf .logo h1 {
  font-size: 20px;
  font-family: "Prata", serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  padding: 0 0 8px 0;
}
#homepage-golf .logo form {
  padding: 8px;
  max-width: 450px;
  margin: 0 auto;
}
#homepage-golf .logo form select {
  height: 32px;
  margin: 0 0 8px 0;
}
#homepage-golf .logo form .suburb-autocomplete {
  margin: 0 0 8px 0;
}
#homepage-golf .logo form .suburb-autocomplete input {
  line-height: 32px;
  height: 32px;
}
#homepage-golf .logo form a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: white;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
}
#homepage-golf .logo form a:focus,
#homepage-golf .logo form a:hover,
#homepage-golf .logo form a:active {
  color: #ffffff;
  background-color: #59207b;
}
#homepage-golf .logo form a i {
  display: none;
}
#homepage-golf h2 {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 16px auto 16px;
  color: #000000;
  border-left: 1px solid white;
  border-right: 1px solid white;
  font-family: "Prata", serif;
}
#homepage-golf #quarter {
  text-align: left;
}
#homepage-golf-slideshow #item-image-slideshow-bravo {
  width: 100%;
  height: 400px;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper {
  width: 100%;
  height: 400px;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  width: 100%;
  height: 400px;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
  width: 100%;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-golf h2 {
    font-size: 26px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 12px;
    margin: 24px 24px;
  }
  #homepage-golf .logo form {
    padding: 8px;
  }
  #homepage-golf .logo form select {
    height: 42px;
    margin: 0 0 8px 0;
  }
  #homepage-golf .logo form .suburb-autocomplete {
    margin: 0 0 8px 0;
  }
  #homepage-golf .logo form .suburb-autocomplete input {
    line-height: 42px;
    height: 42px;
  }
  #homepage-golf .logo form a {
    height: 42px;
    line-height: 42px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo {
    width: 100%;
    height: 450px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper {
    width: 100%;
    height: 450px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    width: 100%;
    height: 450px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    width: 100%;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-golf h2 {
    padding: 0 20px;
    margin: 40px 0 40px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo {
    width: 100%;
    height: 700px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper {
    width: 100%;
    height: 700px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    width: 100%;
    height: 700px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    width: 100%;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
    display: none;
  }
}
#homepage-lima {
  border-top: 2px solid #86c448;
  text-align: center;
}
#homepage-lima .slideshow-alpha,
#homepage-lima #item-image-slideshow-bravo {
  padding-top: 8px;
  position: relative;
}
#homepage-lima .slideshow-alpha .bx-wrapper,
#homepage-lima #item-image-slideshow-bravo .bx-wrapper,
#homepage-lima .slideshow-alpha .bx-viewport,
#homepage-lima #item-image-slideshow-bravo .bx-viewport {
  padding-bottom: 80%;
  height: 0 !important;
  overflow: hidden;
}
#homepage-lima .slideshow-alpha .bx-wrapper ul,
#homepage-lima #item-image-slideshow-bravo .bx-wrapper ul,
#homepage-lima .slideshow-alpha .bx-viewport ul,
#homepage-lima #item-image-slideshow-bravo .bx-viewport ul {
  padding-bottom: 80%;
  height: 0 !important;
}
#homepage-lima .slideshow-alpha .bx-wrapper ul li,
#homepage-lima #item-image-slideshow-bravo .bx-wrapper ul li,
#homepage-lima .slideshow-alpha .bx-viewport ul li,
#homepage-lima #item-image-slideshow-bravo .bx-viewport ul li {
  padding-bottom: 80%;
  height: 0 !important;
  width: 100% !important;
  position: relative;
}
#homepage-lima .slideshow-alpha .bx-wrapper ul li h2,
#homepage-lima #item-image-slideshow-bravo .bx-wrapper ul li h2,
#homepage-lima .slideshow-alpha .bx-viewport ul li h2,
#homepage-lima #item-image-slideshow-bravo .bx-viewport ul li h2 {
  display: none;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: "Prata", serif;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-lima .slideshow-alpha .bx-wrapper ul li h2 span,
#homepage-lima #item-image-slideshow-bravo .bx-wrapper ul li h2 span,
#homepage-lima .slideshow-alpha .bx-viewport ul li h2 span,
#homepage-lima #item-image-slideshow-bravo .bx-viewport ul li h2 span {
  display: block;
  font-size: 18px;
}
#homepage-lima .slideshow-alpha .bx-pager,
#homepage-lima #item-image-slideshow-bravo .bx-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 59;
  width: 100%;
  text-align: center;
}
#homepage-lima .slideshow-alpha .bx-pager .bx-pager-item,
#homepage-lima #item-image-slideshow-bravo .bx-pager .bx-pager-item {
  display: inline-block;
}
#homepage-lima .slideshow-alpha .bx-pager .bx-pager-item a,
#homepage-lima #item-image-slideshow-bravo .bx-pager .bx-pager-item a {
  display: block;
  height: 12px;
  width: 12px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#homepage-lima .slideshow-alpha .bx-pager .bx-pager-item .active,
#homepage-lima #item-image-slideshow-bravo .bx-pager .bx-pager-item .active {
  background-color: #fff;
}
#homepage-lima .slideshow-alpha .bx-controls-direction,
#homepage-lima #item-image-slideshow-bravo .bx-controls-direction {
  display: block;
}
#homepage-lima .slideshow-alpha .bx-controls-direction a,
#homepage-lima #item-image-slideshow-bravo .bx-controls-direction a {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 59;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: -20px;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#homepage-lima .slideshow-alpha .bx-controls-direction .bx-next,
#homepage-lima #item-image-slideshow-bravo .bx-controls-direction .bx-next {
  left: auto;
  right: 12px;
}
#homepage-lima .slideshow-alpha:hover .bx-controls-direction a,
#homepage-lima #item-image-slideshow-bravo:hover .bx-controls-direction a {
  opacity: 1;
}
#homepage-lima .home-icon {
  width: 100%;
  margin: 0 auto;
  padding: 16px 8px 8px;
  font-size: 32px;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
}
#homepage-lima .heading.opens {
  color: #c1c1c1;
  margin-top: 0;
  display: none;
}
#homepage-lima .heading {
  font-family: "Prata", serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #000000;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#homepage-lima .upcoming-opens-alpha {
  display: none;
  position: relative;
}
#homepage-lima .upcoming-opens-alpha li:first-child .open-date {
  margin-top: 0;
}
#homepage-lima .upcoming-opens-alpha li .propertyListing {
  background-color: #c1c1c1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#homepage-lima .upcoming-opens-alpha li .propertyListing .image {
  background-color: #000;
}
#homepage-lima .upcoming-opens-alpha li .propertyListing .image img {
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#homepage-lima .upcoming-opens-alpha li .propertyListing:hover {
  background-color: #f1f1f1;
}
#homepage-lima .upcoming-opens-alpha li .propertyListing:hover .image img {
  opacity: 1;
}
#homepage-lima .upcoming-opens-alpha .bx-controls-direction {
  height: 0;
}
#homepage-lima .upcoming-opens-alpha .bx-controls-direction a {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 59;
  font-size: 40px;
  color: #c4c4c4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  margin-top: -50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#homepage-lima .upcoming-opens-alpha .bx-controls-direction a.bx-next {
  left: auto;
  right: 12px;
}
#homepage-lima .upcoming-opens-alpha .bx-controls-direction a:hover {
  opacity: 1;
}
#homepage-lima .upcoming-opens-alpha .bx-controls-direction a.disabled {
  opacity: 0.05;
}
#homepage-lima #search-form-echo {
  margin: 0 8px;
}
#homepage-lima .home-video {
  display: none;
}
#homepage-lima .home-video video {
  display: none;
}
#homepage-lima .melbourne-now {
  display: none;
}
#homepage-lima .home-franchise {
  margin-top: 16px;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
#homepage-lima .home-franchise span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 59;
  display: none;
}
#homepage-lima .home-franchise ul {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#homepage-lima .home-franchise ul li {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
.home-links-heading {
  text-align: center;
  width: 100%;
}
.home-links-heading .heading {
  font-family: "Prata", serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #000000;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.home-links {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.home-links li {
  margin: 0 4px;
  display: inline-block;
}
.home-links li a {
  display: inline-block;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(../images/link1.png) 0 0 no-repeat;
  background-size: cover;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-links li a span {
  line-height: 110px;
  color: #fff;
  font-family: "Prata", serif;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 50px #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-links li a:hover {
  opacity: 1;
}
.home-links li a:hover span {
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.home-links li.link2 a {
  background-image: url(../images/link2.png);
}
.home-links li.link3 {
  display: none;
}
.home-links li.link3 a {
  background-image: url(../images/link3.png);
}
.home-links li:nth-child(n + 3) {
  display: none;
}
.home-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-lima .slideshow-alpha,
  #homepage-lima #item-image-slideshow-bravo {
    padding-top: 12px;
  }
  #homepage-lima .slideshow-alpha .bx-wrapper ul li h2,
  #homepage-lima #item-image-slideshow-bravo .bx-wrapper ul li h2,
  #homepage-lima .slideshow-alpha .bx-viewport ul li h2,
  #homepage-lima #item-image-slideshow-bravo .bx-viewport ul li h2 {
    font-size: 60px;
    line-height: 100px;
    top: auto;
    bottom: 70px;
    padding: 0 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
  }
  #homepage-lima .slideshow-alpha .bx-wrapper ul li h2 span,
  #homepage-lima #item-image-slideshow-bravo .bx-wrapper ul li h2 span,
  #homepage-lima .slideshow-alpha .bx-viewport ul li h2 span,
  #homepage-lima #item-image-slideshow-bravo .bx-viewport ul li h2 span {
    font-size: 24px;
    line-height: 24px;
  }
  #homepage-lima .slideshow-alpha .bx-pager,
  #homepage-lima #item-image-slideshow-bravo .bx-pager {
    bottom: 20px;
  }
  #homepage-lima .home-icon {
    padding: 24px 12px 12px;
    font-size: 40px;
    display: none;
  }
  #homepage-lima .heading.opens {
    display: none;
  }
  #homepage-lima .heading {
    font-size: 26px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  #homepage-lima .upcoming-opens-alpha li {
    height: 342px;
    /*&:first-child, &:nth-child(2){
          .open-date{
            margin-top: 0;
          }
        }*/
  }
  #homepage-lima .upcoming-opens-alpha li .propertyListing {
    height: 342px;
  }
  #homepage-lima .upcoming-opens-alpha .open-date {
    margin: 24px 0 12px;
  }
  #homepage-lima #search-form-echo {
    margin: 0 12px;
  }
  #homepage-lima .home-video {
    display: block;
    margin-top: 12px;
  }
  #homepage-lima .home-video video {
    display: block;
  }
  #homepage-lima .melbourne-now {
    display: block;
    padding: 24px;
    overflow: hidden;
  }
  #homepage-lima .melbourne-now .title {
    width: 25%;
    float: left;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-lima .melbourne-now .title div {
    /*background-color: #666;*/
    background-image: url(../images/now.png);
    background-position: 50% 50%;
    background-size: cover;
    padding: 12px;
    font-size: 50px;
    color: #8ae22a;
    text-align: left;
    font-weight: bold;
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-lima .melbourne-now .title div span {
    display: block;
    color: #fff;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow {
    display: block;
    width: 75%;
    float: left;
    height: 400px;
    position: relative;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow ul li {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow ul li a {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    text-decoration: none;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow ul li a span {
    color: #fff;
    font-family: "Prata", Serif;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 40px;
    text-shadow: 0 0 50px #000;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow .bx-controls-direction a {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 59;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: -20px;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow .bx-controls-direction a.bx-next {
    right: 12px;
    left: auto;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow .bx-controls-direction a:hover {
    opacity: 1;
  }
  #homepage-lima .melbourne-now:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #homepage-lima .home-franchise {
    margin-top: 0;
  }
  #homepage-lima .home-franchise span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 15% 20% 0;
  }
  #homepage-lima .home-franchise span strong {
    display: block;
    font-size: 30px;
    font-family: "Prata", Serif;
    margin-bottom: 12px;
  }
  #homepage-lima .home-franchise span a {
    display: block;
    width: 150px;
    margin: 24px auto 0;
  }
  .home-links-heading .heading {
    font-size: 26px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  .home-links li {
    margin: 0 6px;
  }
  .home-links li a {
    width: 140px;
    height: 140px;
  }
  .home-links li a span {
    line-height: 140px;
    font-size: 30px;
  }
  .home-links li.link3 {
    display: inline-block;
  }
  .home-links li:nth-child(n + 3) {
    display: inline-block;
  }
  .home-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-lima > i:nth-child(5) {
    padding-top: 40px !important;
  }
  #quarter > div > div.bx-viewport > div > div.bx-viewport > ul > li:nth-child(1) > div:after {
    display: none;
  }
  #quarter > div > div.bx-viewport > div > div.bx-viewport > ul > li:nth-child(1) > div:before {
    display: none;
  }
  #homepage-lima {
    border-top: 2px solid white;
  }
  #homepage-lima #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date {
    font-family: "Prata", serif;
    padding: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: right;
    color: white;
    font-size: 20px;
    background-color: white;
  }
  #homepage-lima #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date span {
    color: white;
    text-align: right;
    display: block;
    font-size: 29px;
    padding-bottom: 10px;
    padding-top: 118%;
  }
  #homepage-lima #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date sup {
    color: white;
    font-size: 70%;
    vertical-align: top;
  }
  #homepage-lima #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont:after,
  #homepage-lima #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont:before {
    display: none;
  }
  #homepage-lima .slideshow-alpha,
  #homepage-lima #item-image-slideshow-bravo {
    padding-top: 20px;
  }
  #homepage-lima .heading {
    padding: 0 20px;
    margin: 60px 0 40px;
  }
  #homepage-lima .home-icon {
    display: block;
    padding: 100px 20px 20px;
    font-size: 50px;
  }
  #homepage-lima .heading.opens {
    display: inline-block;
  }
  #homepage-lima .upcoming-opens-alpha {
    display: block;
    margin-top: 20px;
    /*li{
        &:first-child{
          .open-date{
            margin-top: 0;
          }
        }

      }*/
  }
  #homepage-lima .upcoming-opens-alpha .open-date {
    margin-top: 0;
    padding: 0 0 10px;
  }
  #homepage-lima .upcoming-opens-alpha .default-btn {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    margin: 60px 0;
    background-color: #fff;
    border: 3px solid white;
    color: white;
    font-weight: bold;
  }
  #homepage-lima .upcoming-opens-alpha .default-btn:focus,
  #homepage-lima .upcoming-opens-alpha .default-btn:hover,
  #homepage-lima .upcoming-opens-alpha .default-btn:active {
    background-color: white;
    color: #fff;
  }
  #homepage-lima #search-form-echo {
    margin: 0 40px;
  }
  #homepage-lima .four-col-desktop li .propertyListing {
    margin-bottom: 0;
    text-align: left;
  }
  #homepage-lima .home-video {
    margin-top: 20px;
  }
  #homepage-lima .melbourne-now {
    padding: 80px 40px 60px;
  }
  #homepage-lima .melbourne-now .title {
    padding: 0 20px 0 0;
  }
  #homepage-lima .melbourne-now .title div {
    padding: 20px;
    font-size: 80px;
    height: 400px;
    line-height: 90px;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow {
    height: 400px;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow ul li {
    height: 400px;
  }
  #homepage-lima .melbourne-now .melbourne-now-slideshow ul li a {
    height: 400px;
  }
  #homepage-lima .melbourne-now:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #homepage-lima .home-franchise span {
    padding: 18% 30% 0;
  }
  #homepage-lima .home-franchise span strong {
    margin-bottom: 20px;
  }
  #homepage-lima .home-franchise span a {
    margin: 40px auto 0;
  }
  .home-links-heading .heading {
    padding: 0 20px;
    margin: 80px 0 40px;
  }
  .home-links {
    margin: 20px 0;
  }
  .home-links li {
    margin: 0 10px;
  }
  .home-links li a {
    width: 220px;
    height: 220px;
  }
  .home-links li a span {
    font-family: "Prata", serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 220px;
  }
  .home-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
#freemans-homepage {
  text-align: center;
}
#freemans-homepage .heading {
  display: none !important;
}
#freemans-homepage #item-image-slideshow-bravo {
  padding-top: 0 !important;
}
#freemans-homepage .slideshow-alpha,
#freemans-homepage #item-image-slideshow-bravo {
  padding-top: 8px;
  position: relative;
}
#freemans-homepage .slideshow-alpha .bx-wrapper,
#freemans-homepage #item-image-slideshow-bravo .bx-wrapper,
#freemans-homepage .slideshow-alpha .bx-viewport,
#freemans-homepage #item-image-slideshow-bravo .bx-viewport {
  padding-bottom: 80%;
  height: 0 !important;
  overflow: hidden;
}
#freemans-homepage .slideshow-alpha .bx-wrapper ul,
#freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul,
#freemans-homepage .slideshow-alpha .bx-viewport ul,
#freemans-homepage #item-image-slideshow-bravo .bx-viewport ul {
  padding-bottom: 80%;
  height: 0 !important;
}
#freemans-homepage .slideshow-alpha .bx-wrapper ul li,
#freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul li,
#freemans-homepage .slideshow-alpha .bx-viewport ul li,
#freemans-homepage #item-image-slideshow-bravo .bx-viewport ul li {
  padding-bottom: 80%;
  height: 0 !important;
  width: 100% !important;
  position: relative;
}
#freemans-homepage .slideshow-alpha .bx-wrapper ul li h2,
#freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul li h2,
#freemans-homepage .slideshow-alpha .bx-viewport ul li h2,
#freemans-homepage #item-image-slideshow-bravo .bx-viewport ul li h2 {
  display: none;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#freemans-homepage .slideshow-alpha .bx-wrapper ul li h2 span,
#freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul li h2 span,
#freemans-homepage .slideshow-alpha .bx-viewport ul li h2 span,
#freemans-homepage #item-image-slideshow-bravo .bx-viewport ul li h2 span {
  display: block;
  font-size: 18px;
}
#freemans-homepage .slideshow-alpha .bx-pager,
#freemans-homepage #item-image-slideshow-bravo .bx-pager {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 59;
  width: 100%;
  text-align: center;
}
#freemans-homepage .slideshow-alpha .bx-pager .bx-pager-item,
#freemans-homepage #item-image-slideshow-bravo .bx-pager .bx-pager-item {
  display: inline-block;
}
#freemans-homepage .slideshow-alpha .bx-pager .bx-pager-item a,
#freemans-homepage #item-image-slideshow-bravo .bx-pager .bx-pager-item a {
  display: block;
  height: 12px;
  width: 12px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#freemans-homepage .slideshow-alpha .bx-pager .bx-pager-item .active,
#freemans-homepage #item-image-slideshow-bravo .bx-pager .bx-pager-item .active {
  background-color: #fff;
}
#freemans-homepage .slideshow-alpha .bx-controls-direction,
#freemans-homepage #item-image-slideshow-bravo .bx-controls-direction {
  display: block;
}
#freemans-homepage .slideshow-alpha .bx-controls-direction a,
#freemans-homepage #item-image-slideshow-bravo .bx-controls-direction a {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 59;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: -20px;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#freemans-homepage .slideshow-alpha .bx-controls-direction .bx-next,
#freemans-homepage #item-image-slideshow-bravo .bx-controls-direction .bx-next {
  left: auto;
  right: 12px;
}
#freemans-homepage .slideshow-alpha:hover .bx-controls-direction a,
#freemans-homepage #item-image-slideshow-bravo:hover .bx-controls-direction a {
  opacity: 1;
}
#freemans-homepage .home-icon {
  width: 100%;
  margin: 0 auto;
  padding: 16px 8px 8px;
  font-size: 32px;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
}
#freemans-homepage .heading.opens {
  color: #c1c1c1;
  margin-top: 0;
  display: none;
}
#freemans-homepage .heading {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  /*font-size: 18px;*/
  font-size: 0;
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #000000;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#freemans-homepage .upcoming-opens-alpha {
  display: none;
  position: relative;
}
#freemans-homepage .upcoming-opens-alpha li:first-child .open-date {
  margin-top: 0;
}
#freemans-homepage .upcoming-opens-alpha li .propertyListing {
  background-color: #c1c1c1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#freemans-homepage .upcoming-opens-alpha li .propertyListing .image {
  background-color: #000;
}
#freemans-homepage .upcoming-opens-alpha li .propertyListing .image img {
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#freemans-homepage .upcoming-opens-alpha li .propertyListing:hover {
  background-color: #f1f1f1;
}
#freemans-homepage .upcoming-opens-alpha li .propertyListing:hover .image img {
  opacity: 1;
}
#freemans-homepage .upcoming-opens-alpha .bx-controls-direction {
  height: 0;
}
#freemans-homepage .upcoming-opens-alpha .bx-controls-direction a {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 59;
  font-size: 40px;
  color: #c4c4c4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  margin-top: -50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#freemans-homepage .upcoming-opens-alpha .bx-controls-direction a.bx-next {
  left: auto;
  right: 12px;
}
#freemans-homepage .upcoming-opens-alpha .bx-controls-direction a:hover {
  opacity: 1;
}
#freemans-homepage .upcoming-opens-alpha .bx-controls-direction a.disabled {
  opacity: 0.05;
}
#freemans-homepage #search-form-echo {
  margin: 0 8px;
}
#freemans-homepage .home-video {
  display: none;
}
#freemans-homepage .home-video video {
  display: none;
}
#freemans-homepage .melbourne-now {
  display: none;
}
#freemans-homepage .home-franchise {
  margin-top: 16px;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
#freemans-homepage .home-franchise span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 59;
  display: none;
}
#freemans-homepage .home-franchise ul {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#freemans-homepage .home-franchise ul li {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
.home-links-heading {
  text-align: center;
  width: 100%;
}
.home-links-heading .heading {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  /*font-size: 18px;*/
  font-weight: 300;
  padding: 0 8px;
  margin: 20px auto 16px;
  color: #000000;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.home-links {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.home-links li {
  margin: 0 4px;
  display: inline-block;
}
.home-links li a {
  display: inline-block;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(../images/link1.png) 0 0 no-repeat;
  background-size: cover;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-links li a span {
  line-height: 110px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 50px #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-links li a:hover {
  opacity: 1;
}
.home-links li a:hover span {
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.home-links li.link2 a {
  background-image: url(../images/link2.png);
}
.home-links li.link3 {
  display: none;
}
.home-links li.link3 a {
  background-image: url(../images/link3.png);
}
.home-links li:nth-child(n + 3) {
  display: none;
}
.home-links:after {
  clear: both;
  content: "";
  display: table;
}
.activity-buttons-freemans {
  width: 70%;
  margin: 0 auto 16px;
}
.activity-buttons-freemans:after {
  clear: both;
  content: "";
  display: table;
}
.activity-buttons-freemans .filler {
  width: 20%;
  display: block;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 1px;
}
.activity-buttons-freemans a {
  display: inline-block;
  float: left;
  width: 40%;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #6a6a6a;
  text-decoration: none;
  border: transparent;
}
.activity-buttons-freemans a i {
  display: inline-block;
  font-size: 30px;
  padding: 6px;
  margin-bottom: 4px;
  color: #c1c1c1;
}
.activity-buttons-freemans a span {
  text-transform: lowercase;
  color: #c1c1c1;
  display: block;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
.activity-buttons-freemans .active i {
  color: white;
}
.activity-buttons-freemans .active span {
  border-color: white;
}
#activity-sale #opens-btn {
  width: 225px;
  margin: 0 auto;
  margin-top: 8px;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  border: 3px solid white;
  color: white;
  font-weight: bold;
}
#activity-sale #opens-btn:hover {
  background-color: white;
  color: white;
}
#search-form-echo form .field-go #search-submit {
  display: block !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #freemans-homepage .slideshow-alpha,
  #freemans-homepage #item-image-slideshow-bravo {
    padding-top: 12px;
  }
  #freemans-homepage .slideshow-alpha .bx-wrapper ul li h2,
  #freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul li h2,
  #freemans-homepage .slideshow-alpha .bx-viewport ul li h2,
  #freemans-homepage #item-image-slideshow-bravo .bx-viewport ul li h2 {
    font-size: 60px;
    line-height: 100px;
    top: auto;
    bottom: 70px;
    padding: 0 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
  }
  #freemans-homepage .slideshow-alpha .bx-wrapper ul li h2 span,
  #freemans-homepage #item-image-slideshow-bravo .bx-wrapper ul li h2 span,
  #freemans-homepage .slideshow-alpha .bx-viewport ul li h2 span,
  #freemans-homepage #item-image-slideshow-bravo .bx-viewport ul li h2 span {
    font-size: 24px;
    line-height: 24px;
  }
  #freemans-homepage .slideshow-alpha .bx-pager,
  #freemans-homepage #item-image-slideshow-bravo .bx-pager {
    bottom: 20px;
  }
  #freemans-homepage .home-icon {
    padding: 24px 12px 12px;
    font-size: 40px;
    display: none;
  }
  #freemans-homepage .heading.opens {
    display: none;
  }
  #freemans-homepage .heading {
    /*font-size: 26px;*/
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  #freemans-homepage .upcoming-opens-alpha li {
    height: 342px;
    /*&:first-child, &:nth-child(2){
          .open-date{
            margin-top: 0;
          }
        }*/
  }
  #freemans-homepage .upcoming-opens-alpha li .propertyListing {
    height: 342px;
  }
  #freemans-homepage .upcoming-opens-alpha .open-date {
    margin: 24px 0 12px;
  }
  #freemans-homepage #search-form-echo {
    margin: 0 12px;
  }
  #freemans-homepage .home-video {
    display: block;
    margin-top: 12px;
  }
  #freemans-homepage .home-video video {
    display: block;
  }
  #freemans-homepage .melbourne-now {
    display: block;
    padding: 24px;
    overflow: hidden;
  }
  #freemans-homepage .melbourne-now .title {
    width: 25%;
    float: left;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #freemans-homepage .melbourne-now .title div {
    /*background-color: #666;*/
    background-image: url(../images/now.png);
    background-position: 50% 50%;
    background-size: cover;
    padding: 12px;
    font-size: 50px;
    color: #8ae22a;
    text-align: left;
    font-weight: bold;
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #freemans-homepage .melbourne-now .title div span {
    display: block;
    color: #fff;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow {
    display: block;
    width: 75%;
    float: left;
    height: 400px;
    position: relative;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow ul li {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow ul li a {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    text-decoration: none;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow ul li a span {
    color: #fff;
    font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 40px;
    text-shadow: 0 0 50px #000;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow .bx-controls-direction a {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 59;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: -20px;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow .bx-controls-direction a.bx-next {
    right: 12px;
    left: auto;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow .bx-controls-direction a:hover {
    opacity: 1;
  }
  #freemans-homepage .melbourne-now:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #freemans-homepage .home-franchise {
    margin-top: 0;
  }
  #freemans-homepage .home-franchise span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 15% 20% 0;
  }
  #freemans-homepage .home-franchise span strong {
    display: block;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 12px;
  }
  #freemans-homepage .home-franchise span a {
    display: block;
    width: 150px;
    margin: 24px auto 0;
  }
  .home-links-heading .heading {
    /*font-size: 26px;*/
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 12px;
    margin: 30px 0 24px;
  }
  .home-links {
    padding-top: 30px !important;
  }
  .home-links li {
    margin: 0 6px;
  }
  .home-links li a {
    width: 135px;
    height: 135px;
  }
  .home-links li a span {
    line-height: 135px;
    font-size: 30px;
  }
  .home-links li.link3 {
    display: inline-block;
  }
  .home-links li:nth-child(n + 3) {
    display: inline-block;
  }
  .home-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .activity-buttons-freemans {
    width: 50%;
    margin-bottom: 24px;
  }
  .activity-buttons-freemans a {
    font-size: 20px;
  }
  .activity-buttons-freemans a i {
    font-size: 40px;
    margin-bottom: 6px;
  }
  #activity-sale #opens-btn {
    margin-top: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #freemans-homepage > i:nth-child(5) {
    padding-top: 40px !important;
  }
  #quarter > div > div.bx-viewport > div > div.bx-viewport > ul > li:nth-child(1) > div:after {
    display: none;
  }
  #quarter > div > div.bx-viewport > div > div.bx-viewport > ul > li:nth-child(1) > div:before {
    display: none;
  }
  #freemans-homepage #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date {
    font-family: "Prata", serif;
    padding: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: right;
    color: white;
    font-size: 20px;
    background-color: white;
  }
  #freemans-homepage #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date span {
    color: white;
    text-align: right;
    display: block;
    font-size: 29px;
    padding-bottom: 10px;
    padding-top: 118%;
  }
  #freemans-homepage #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont .propertyListing.date sup {
    color: white;
    font-size: 70%;
    vertical-align: top;
  }
  #freemans-homepage #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont:after,
  #freemans-homepage #quarter .bx-wrapper .bx-viewport .bx-wrapper ul .date-cont:before {
    display: none;
  }
  #freemans-homepage .slideshow-alpha {
    padding-top: 20px;
  }
  #freemans-homepage .heading {
    padding: 0 20px;
    margin: 60px 0 40px;
  }
  #freemans-homepage .home-icon {
    display: block;
    padding: 100px 20px 20px;
    font-size: 50px;
  }
  #freemans-homepage .heading.opens {
    display: inline-block;
  }
  #freemans-homepage .upcoming-opens-alpha {
    display: block;
    margin-top: 20px;
    /*li{
        &:first-child{
          .open-date{
            margin-top: 0;
          }
        }

      }*/
  }
  #freemans-homepage .upcoming-opens-alpha .open-date {
    margin-top: 0;
    padding: 0 0 10px;
  }
  #freemans-homepage .upcoming-opens-alpha .default-btn {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    margin: 60px 0;
    background-color: #fff;
    border: 3px solid white;
    color: white;
    font-weight: bold;
  }
  #freemans-homepage .upcoming-opens-alpha .default-btn:focus,
  #freemans-homepage .upcoming-opens-alpha .default-btn:hover,
  #freemans-homepage .upcoming-opens-alpha .default-btn:active {
    background-color: white;
    color: #fff;
  }
  #freemans-homepage #search-form-echo {
    margin: 0 40px;
    padding: 50px 20px 30px 20px;
  }
  #freemans-homepage .four-col-desktop li .propertyListing {
    margin-bottom: 0;
    text-align: left;
  }
  #freemans-homepage .home-video {
    margin-top: 20px;
  }
  #freemans-homepage .melbourne-now {
    padding: 30px 40px 60px;
  }
  #freemans-homepage .melbourne-now .title {
    padding: 0 20px 0 0;
  }
  #freemans-homepage .melbourne-now .title div {
    padding: 20px;
    font-size: 80px;
    height: 400px;
    line-height: 90px;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow {
    height: 400px;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow ul li {
    height: 400px;
  }
  #freemans-homepage .melbourne-now .melbourne-now-slideshow ul li a {
    height: 400px;
  }
  #freemans-homepage .melbourne-now:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #freemans-homepage .home-franchise span {
    padding: 18% 30% 0;
  }
  #freemans-homepage .home-franchise span strong {
    margin-bottom: 20px;
  }
  #freemans-homepage .home-franchise span a {
    margin: 40px auto 0;
  }
  .home-links-heading .heading {
    padding: 0 20px;
    margin: 80px 0 40px;
  }
  .home-links {
    margin: 20px 0;
  }
  .home-links li {
    margin: 0 10px;
  }
  .home-links li a {
    width: 210px;
    height: 210px;
  }
  .home-links li a span {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 210px;
  }
  .home-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .activity-buttons-freemans {
    width: 30%;
    margin-bottom: 40px;
  }
  .activity-buttons-freemans a i {
    margin-bottom: 10px;
    font-size: 50px;
  }
  .activity-buttons-freemans span {
    font-weight: 300;
    font-size: 22px;
  }
  #activity-sale #opens-btn {
    margin-top: 60px;
  }
}
@media print {
  header,
  footer {
    background-color: white;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  nav {
    display: none;
  }
  section {
    width: 1130px;
  }
  footer .disclaimer {
    display: none;
  }
  #listing-show-echo h3.formHeading,
  #listing-show-echo .contact-form-alpha,
  #listing-show-echo .toolbox,
  #listing-show-echo .info .description .staff .staff-member .details div a.email {
    display: none;
  }
  .top-section .top-links {
    display: none;
  }
  #opens-delta .container,
  #auctions-charlie .container {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    display: none;
    padding: 20px 0;
  }
  #opens-delta .container h2 span,
  #auctions-charlie .container h2 span {
    display: none;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin-bottom: 20px;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #opens-delta .container ul li,
  #auctions-charlie .container ul li {
    display: none;
  }
  #opens-delta .container ul li a,
  #auctions-charlie .container ul li a {
    padding: 0;
    border-bottom: 1px solid #d1d1d1;
    line-height: 30px;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    font-weight: normal;
    display: inline-block;
    float: left;
    width: 25%;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    display: inline-block;
    padding-bottom: 0;
    float: left;
    width: 50%;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    display: none;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    display: none;
  }
  #opens-delta .container ul li a:after,
  #auctions-charlie .container ul li a:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #opens-delta .container .opens-print,
  #auctions-charlie .container .opens-print,
  #opens-delta .container .auctions-print,
  #auctions-charlie .container .auctions-print {
    display: block;
  }
}
#wheels-debug-area,
.cfdebug,
.alert.alert-info {
  display: none;
}
.static_social {
  display: none;
}
#instagram-container,
#twitter-container {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #instagram-container,
  #twitter-container,
  #facebook-container {
    display: block;
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 100;
    margin-top: -110px;
    max-width: 300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px 2px 0px 2px;
    /*background: #4d4d4d;*/
    background: rgba(0, 0, 0, 0.4);
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    transition: all 0.5s;
  }
  #facebook-container iframe {
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #instagram-container h1,
  #twitter-container h1,
  #facebook-container h1 {
    letter-spacing: 3px;
    font-size: 21px;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    color: white;
  }
  #twitter-container {
    height: 502px;
    width: 300px;
    background: #4d4d4d;
    background-color: #717171;
    overflow: hidden;
    padding-left: 7px;
  }
  #instagram-container.active,
  #twitter-container.active,
  #facebook-container.active {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.5s;
  }
  .static_social.active {
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    transition: all 0.5s;
  }
  .static_social {
    transition: all 0.5s;
    display: block !important;
    position: fixed;
    bottom: 50%;
    left: 0;
    z-index: 100;
    transform: translate(0, 50%);
    transform-origin: 0 50%;
  }
  .static_social div {
    display: block;
    height: 55px;
    width: 55px;
    overflow: hidden;
    text-align: left;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }
  .static_social div span {
    width: 250px;
    line-height: 55px;
  }
  .static_social div span i {
    line-height: 55px;
    display: inline-block;
    width: 55px;
    font-size: 24px;
    text-align: center;
  }
  .static_social div.twitter {
    background-color: #717171;
  }
  .static_social div.twitter:hover {
    background-color: #55acee;
  }
  .static_social div.instagram {
    background-color: #4d4d4d;
  }
  .static_social div.facebook {
    background-color: #4d4d4d;
  }
  .static_social div.instagram:hover {
    background-color: #125688;
  }
  .twitter.fade,
  .instagram.fade,
  .facebook.fade {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.5s;
    display: none;
  }
}
#homepage-sierra #suburbs-display h3,
#homepage-sierra #listings-display h3 {
  padding-top: 24px;
  color: #000000;
  text-align: center;
  font-size: 20px;
  padding-bottom: 16px;
}
#homepage-sierra #suburbs-display h3 {
  padding: 16px 0 24px 0;
}
#homepage-sierra .item-grid-wrapper .item-grid-heading {
  padding-top: 24px;
  color: #000000;
  text-align: center;
  font-size: 20px;
  padding-bottom: 24px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-sierra #suburbs-display h3 {
    padding: 16px 0 24px 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-sierra #suburbs-display h3 {
    padding: 40px 0 50px 0;
  }
  #homepage-sierra #listings-display h3 {
    /*padding-top: 0;*/
  }
  #homepage-sierra .property-listing-area-specialist {
    margin: 0 0 20px !important;
  }
  #homepage-sierra .item-grid-wrapper .item-grid-heading {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #homepage-sierra #suburbs-display h3,
  #homepage-sierra .item-grid-wrapper h3,
  #homepage-sierra #suburbs-display .item-grid-heading,
  #homepage-sierra .item-grid-wrapper .item-grid-heading {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  #homepage-sierra #recent-blogs h1 {
    font-size: 25px !important;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 40px 0 !important;
  }
}
#footer-bravo i {
  display: none !important;
}
.item-grid-wrapper .list-container {
  display: inline-block;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.item-grid-wrapper .list-container ul .wrapper:first-child {
  width: 100%;
}
.item-grid-wrapper .list-container ul .wrapper:nth-child(4) {
  width: 100%;
}
.item-grid-wrapper .list-container ul .wrapper:nth-child(7),
.item-grid-wrapper .list-container ul .wrapper:nth-child(8) {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .item-grid-wrapper .list-container ul .wrapper:nth-child(7),
  .item-grid-wrapper .list-container ul .wrapper:nth-child(8) {
    width: 100%;
  }
}
.item-grid-wrapper .list-container ul .wrapper {
  width: 100%;
  float: left;
  padding: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.item-grid-wrapper .list-container ul li {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.item-grid-wrapper .list-container ul .vid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-grid-wrapper .list-container ul .wrapper iframe {
  width: 100%;
  height: 100%;
}
.item-grid-wrapper .list-container ul li .list {
  display: none;
}
.item-grid-wrapper .list-container ul li .image {
  background-color: #d1d1d1;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-size: cover;
}
.item-grid-wrapper .list-container ul li a,
.item-grid-wrapper .list-container ul li .open-auction-hover {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  padding-top: 32%;
}
.item-grid-wrapper .list-container ul li a h3,
.item-grid-wrapper .list-container ul li .open-auction-hover h3 {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  z-index: 50;
  text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
  position: relative;
}
.item-grid-wrapper .list-container ul li a h4,
.item-grid-wrapper .list-container ul li .open-auction-hover h4 {
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  z-index: 50;
  position: relative;
  text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
  padding-top: 5px;
}
.item-grid-wrapper .list-container ul li a .underlay,
.item-grid-wrapper .list-container ul li .open-auction-hover .underlay {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
}
.item-grid-wrapper .list-container ul li a .bottom,
.item-grid-wrapper .list-container ul li .open-auction-hover .bottom {
  padding: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
  z-index: 20;
}
.item-grid-wrapper .list-container ul li a .bottom h1,
.item-grid-wrapper .list-container ul li .open-auction-hover .bottom h1 {
  padding: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px !important;
}
.item-grid-wrapper .list-container ul li a .bottom h2,
.item-grid-wrapper .list-container ul li .open-auction-hover .bottom h2 {
  font-size: 14px !important;
  float: left;
  font-size: 13px;
  padding-right: 4px;
  text-transform: uppercase;
  line-height: 22px !important;
}
.item-grid-wrapper .list-container ul li a .bottom .container,
.item-grid-wrapper .list-container ul li .open-auction-hover .bottom .container {
  width: auto !important;
  display: inline-block;
  margin: 0 auto;
}
.item-grid-wrapper .list-container ul li:hover .image {
  transition: all 0.5s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  /* IE6 and 7 */
}
.item-grid-wrapper .list-container ul li:hover .underlay {
  opacity: 1;
  transition: all 0.5s;
}
.item-grid-wrapper .list-container.two ul .wrapper:first-child {
  width: 50%;
}
.item-grid-wrapper .list-container.two ul .wrapper {
  width: 50%;
}
.item-grid-wrapper .list-container.five ul .wrapper:first-child {
  width: 100%;
}
.item-grid-wrapper .list-container.five ul .wrapper:nth-child(4) {
  width: 50%;
}
.item-grid-wrapper .list-container.five ul .wrapper:nth-child(4) li {
  padding-bottom: 80%;
}
.item-grid-wrapper .list-container.five ul .wrapper {
  width: 50%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-sierra .item-grid-wrapper .list-container ul .wrapper:nth-child(1) li,
  #homepage-sierra .item-grid-wrapper .list-container ul .wrapper:nth-child(2) li,
  #homepage-sierra .item-grid-wrapper .list-container ul .wrapper:nth-child(3) li {
    padding-bottom: 56.2%;
  }
  .item-grid-wrapper .list-container ul li {
    padding-bottom: 80%;
  }
  .item-grid-wrapper .list-container ul .wrapper:nth-child(4) li {
    padding-bottom: 40%;
  }
  .item-grid-wrapper .list-container ul .wrapper:nth-child(7) li {
    padding-bottom: 80%;
  }
  .item-grid-wrapper .list-container ul .wrapper:nth-child(4) li a,
  .item-grid-wrapper .list-container ul .wrapper:nth-child(7) li a,
  .item-grid-wrapper .list-container ul .wrapper:nth-child(8) li a {
    padding-top: 15%;
  }
  .item-grid-wrapper .list-container ul .wrapper {
    width: 33.33%;
    padding: 6px;
  }
  .item-grid-wrapper .list-container ul .wrapper:first-child {
    width: 66.66%;
  }
  .item-grid-wrapper .list-container ul .wrapper .vid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .item-grid-wrapper .list-container ul .wrapper:nth-child(4) {
    width: 33.33%;
  }
  .item-grid-wrapper .list-container ul .wrapper:nth-child(4) li {
    padding-bottom: 80%;
  }
  .item-grid-wrapper .list-container ul li a h3,
  .item-grid-wrapper .list-container ul li .open-auction-hover h3 {
    font-size: 20px;
  }
  .item-grid-wrapper .list-container ul li a h4,
  .item-grid-wrapper .list-container ul li .open-auction-hover h4 {
    font-size: 12px;
  }
  .item-grid-wrapper .list-container ul li a .bottom,
  .item-grid-wrapper .list-container ul li .open-auction-hover .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 90px rgba(0, 0, 0, 0.75);
    z-index: 20;
  }
  .item-grid-wrapper .list-container ul li a .bottom h1,
  .item-grid-wrapper .list-container ul li .open-auction-hover .bottom h1 {
    padding-bottom: 12px;
  }
  .item-grid-wrapper .list-container ul li a .bottom h2,
  .item-grid-wrapper .list-container ul li .open-auction-hover .bottom h2 {
    float: left;
    font-size: 13px;
    padding-right: 4px;
  }
  .item-grid-wrapper .list-container ul li a .bottom .container,
  .item-grid-wrapper .list-container ul li .open-auction-hover .bottom .container {
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }
  .item-grid-wrapper .list-container.one ul .wrapper {
    width: 100%;
  }
  .item-grid-wrapper .list-container.two ul .wrapper:first-child {
    width: 50%;
  }
  .item-grid-wrapper .list-container.two ul .wrapper {
    width: 50%;
  }
  .item-grid-wrapper .list-container.four .wrapper:nth-child(4) {
    width: 100%;
  }
  .item-grid-wrapper .list-container.four .wrapper:nth-child(4) li {
    padding-bottom: 40%;
  }
  .item-grid-wrapper .list-container.five ul .wrapper:first-child {
    width: 66.66%;
  }
  .item-grid-wrapper .list-container.five ul .wrapper:nth-child(2),
  .item-grid-wrapper .list-container.five ul .wrapper:nth-child(3) {
    width: 33.33%;
  }
  .item-grid-wrapper .list-container.five ul .wrapper:nth-child(4),
  .item-grid-wrapper .list-container.five ul .wrapper:nth-child(5) {
    width: 100%;
  }
  .item-grid-wrapper .list-container.five ul .wrapper:nth-child(4) li,
  .item-grid-wrapper .list-container.five ul .wrapper:nth-child(5) li {
    padding-bottom: 40%;
  }
  .item-grid-wrapper .list-container.five ul .wrapper:nth-child(4) li a,
  .item-grid-wrapper .list-container.five ul .wrapper:nth-child(5) li a {
    padding-top: 15%;
  }
  .item-grid-wrapper .list-container.five ul .wrapper {
    width: 50%;
  }
  .item-grid-wrapper .list-container.six ul .wrapper:nth-child(4) li a,
  .item-grid-wrapper .list-container ul .wrapper:nth-child(4) li a {
    padding-top: 32%;
  }
}
@media only screen and (max-width: 640px) {
  #blog-show-echo #blog-show .wrapper article .left .social {
    display: none;
  }
  #blog-show-echo #blog-show .wrapper article .mobile-heading h2 {
    display: none;
  }
  #blog-show-echo #blog-show .wrapper article .mobile-heading {
    padding-bottom: 0;
  }
}
#homepage-sierra #recent-blogs.our-offices .content-container ul .wrapper {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  #homepage-sierra #recent-blogs.our-offices .content-container ul .wrapper {
    width: 50%;
  }
}
/* -- Unique Home page -- */
.home header,
#home-header img.black {
  display: none;
}
/*.home #header-python {
  display: none;
  max-width: 100%;
  background: rgba(255,255,255,0.9);
  border: 0;
}
.home #footer-bravo:after {
  display: none;
}
.home #header-python section nav ul li a:focus, .home #header-python section nav ul li a:active, .home #header-python section nav ul li a:hover  {
  background: rgba(255,255,255,0.5);
}
.home #header-python section nav ul li ol{
  background: rgba(255,255,255,0.9);
}
.home #header-python section nav .nav-quicksearch, .home #header-python section .mobile-quicksearch {
  display: none;
}*/
.home #homepage-sierra {
  max-width: 100%;
  padding: 0;
}
.home .search-form-delta #search-form-delta #col-btn a {
  background: rgba(0, 0, 0, 0.6) !important;
  color: white !important;
  transition: 0.5s all;
}
.home .search-form-delta #search-form-delta #col-btn a:hover {
  background: rgba(0, 0, 0, 0.9) !important;
  transition: 0.5s all;
}
.home select,
.home input[type="text"] {
  background: rgba(255, 255, 255, 0.8);
}
.home #homepage-sierra section {
  max-width: 100%;
  padding: 0;
}
.home #homepage-sierra section .content-container ul {
  padding: 0 16px;
}
.home #footer-bravo,
.home .social-header-links {
  max-width: 100%;
}
.home #footer-bravo .disclaimer {
  text-align: center;
}
.area-specialist-homepage #video-landing {
  position: relative;
  height: 50vh;
  overflow: hidden;
}
.area-specialist-homepage #video-landing video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}
.area-specialist-homepage #search-form-delta {
  margin: 0 auto;
}
.area-specialist-homepage #video-landing #home-header {
  margin: auto;
  position: absolute;
  z-index: 70;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.area-specialist-homepage #video-landing #home-header img {
  width: 200px;
  margin: 0 auto;
}
.area-specialist-homepage #video-landing #home-header .nav,
header .nav {
  color: white;
  padding: 20px 0;
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: 300;
}
.area-specialist-homepage #video-landing #home-header .nav a,
header .nav a {
  color: white;
  text-decoration: none;
  transition: 0.7s all;
  padding: 0 4px;
}
@media only screen and (min-width: 400px) {
  .area-specialist-homepage #video-landing #home-header .nav a,
  header .nav a {
    padding: 0 10px;
  }
}
.area-specialist-homepage #video-landing #home-header.sticky .nav a,
header .nav a,
.area-specialist-homepage #video-landing #home-header.sticky .nav em,
header .nav em {
  color: black;
}
.area-specialist-homepage #video-landing #home-header.sticky,
header {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
}
.area-specialist-homepage #video-landing #home-header.sticky .wrapper,
header .wrapper {
  max-width: 1090px;
  margin: 0 auto;
}
.area-specialist-homepage #video-landing #home-header.sticky .wrapper img,
header .wrapper img {
  max-width: 160px;
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
}
.area-specialist-homepage #video-landing #home-header.sticky .wrapper .nav,
header .wrapper .nav {
  font-size: 1.2em;
  padding: 5px 8px 10px;
  text-align: center;
}
.area-specialist-homepage #video-landing #home-header.sticky .wrapper .nav a,
header .wrapper .nav a {
  transition: none;
}
.area-specialist-homepage #video-landing #home-header.sticky img.black {
  display: block;
}
.area-specialist-homepage #video-landing #home-header.sticky img.white {
  display: none;
}
header {
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  z-index: 150;
  margin: 0 auto;
  background: white;
}
header .wrapper {
  max-width: 1130px;
}
@media only screen and (min-width: 960px) {
  header {
    height: 70px;
  }
  header .wrapper {
    margin: 10px auto;
  }
  .area-specialist-homepage #video-landing #home-header.sticky .wrapper img,
  header .wrapper img {
    float: left;
    max-width: 250px;
    padding: 10px 20px;
  }
  .area-specialist-homepage #video-landing #home-header.sticky .wrapper .nav,
  header .wrapper .nav {
    float: right;
    line-height: 45px;
    font-size: 1.1em;
    padding: 0 20px 0 0;
  }
  .area-specialist-homepage #video-landing #home-header.sticky .wrapper:after,
  header .wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 720px) {
  .area-specialist-homepage #video-landing #home-header.sticky .wrapper .nav,
  header .wrapper .nav {
    font-size: 1.4em;
  }
}
.home #homepage-sierra section:not(#video-landing) {
  background: black;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 20px 0;
}
.home #homepage-sierra section h2 {
  text-align: center;
  color: white;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 300;
  padding: 0 0 20px;
  position: relative;
}
.home #homepage-sierra section .bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.home .content-container {
  max-width: 100%;
}
.home .item-grid-wrapper .list-container,
.home #suburbs-display .content-container,
.home .our-offices ul {
  max-width: 1090px;
  margin: 0 auto;
  display: block;
}
.home .item-grid-wrapper .list-container ul li a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  padding: 5px;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.1em;
}
.home .item-grid-wrapper .list-container:after,
.home #suburbs-display .content-container:after {
  clear: both;
  content: "";
  display: table;
}
.area-specialist-homepage #video-landing .form-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.area-specialist-homepage #video-landing .form-wrapper .search-form-delta {
  padding: 0 10px;
}
.home #suburbs-display #featured-suburbs {
  max-width: 1090px;
  margin: 0 auto;
  text-align: center;
}
.home #suburbs-display #featured-suburbs ul li {
  width: 100%;
}
.home #suburbs-display #featured-suburbs ul li a {
  position: relative;
  display: block;
  color: white;
  overflow: hidden;
}
.home #suburbs-display #featured-suburbs ul li a .image {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  transition: all 0.5s;
}
.home #suburbs-display #featured-suburbs ul li:hover a .image {
  transition: all 0.5s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}
.home #suburbs-display #featured-suburbs ul li a .info-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  padding: 5px;
  text-align: left;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 2px;
}
.home #suburbs-display #featured-suburbs ul li a .info-wrapper h2 {
  display: none;
}
@media only screen and (min-width: 640px) {
  .home #suburbs-display #featured-suburbs ul li {
    width: 50%;
    float: left;
  }
  .home #suburbs-display #featured-suburbs ul li a .image {
    padding-bottom: 80%;
  }
  .home #suburbs-display #featured-suburbs ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  .home #suburbs-display #featured-suburbs ul li {
    width: 33.33%;
  }
}
#homepage-sierra #recent-blogs.our-offices .content-container ul .wrapper .underlay {
  opacity: 1;
  transition: 0.5s all;
}
#homepage-sierra #recent-blogs.our-offices .content-container ul .wrapper:hover .underlay {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s all;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper .details-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0%, -50%);
  max-width: 80%;
  margin: 0 auto;
  z-index: 99;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper h3 {
  opacity: 1;
  font-style: normal;
  padding: 0;
  font-weight: 300;
  font-size: 1.1em;
  padding: 5px 0;
}
#homepage-sierra #recent-blogs .content-container ul .wrapper h3 i {
  padding-right: 5px;
}
#homepage-sierra .item-grid-wrapper .list-container ul .wrapper:nth-of-type(3) li a h3 {
  display: none;
}
@media only screen and (min-width: 640px) {
  .home #homepage-sierra section h2 {
    padding: 0 0 40px;
  }
  .area-specialist-homepage #video-landing #home-header .nav {
    padding: 40px 0;
  }
  .area-specialist-homepage #video-landing {
    height: 70vh;
  }
  .area-specialist-homepage #video-landing #home-header {
    top: 10%;
  }
  .area-specialist-homepage #video-landing #home-header img {
    width: 300px;
  }
  .area-specialist-homepage #video-landing #home-header .nav {
    font-size: 1.8em;
  }
  .home #homepage-sierra section:not(#video-landing) {
    padding: 40px 0;
  }
  .home #suburbs-display .content-container ul li {
    padding: 6px;
  }
  .area-specialist-homepage #video-landing .form-wrapper {
    bottom: 40%;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper h3 {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 980px) {
  .home #homepage-sierra section h2 {
    padding: 0 0 50px;
  }
  .area-specialist-homepage #video-landing {
    height: 100vh;
  }
  .area-specialist-homepage section {
    min-height: 100vh;
  }
  .area-specialist-homepage #video-landing #home-header img {
    width: 400px;
  }
  .home #homepage-sierra section:not(#video-landing) {
    padding: 50px 0;
  }
  .home #suburbs-display .content-container ul li {
    width: 33.33%;
    padding: 6px;
  }
  #homepage-sierra .item-grid-wrapper .list-container ul li a h3 {
    font-size: 1.1em;
  }
  .area-specialist-homepage #offices-google-map-bravo {
    height: 350px;
  }
  #homepage-sierra #recent-blogs .content-container ul .wrapper h3 {
    font-size: 1.5em;
  }
}
.container b {
  font-weight: 600;
}
#area-specialist-items {
  text-align: center;
  padding-top: 50px;
}
#area-specialist-items #item-image-slideshow-bravo,
#area-specialist-items #item-image-slideshow-bravo ul,
#area-specialist-items #item-image-slideshow-bravo ul li {
  max-width: 100%;
  height: 50vh;
}
#area-specialist-items #item-image-slideshow-bravo ul li {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#area-specialist-items #title-image {
  width: 100%;
  height: 50vh;
  position: relative;
}
/*#area-specialist-items #title-image #image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}*/
#area-specialist-items #title-image #overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: white;
  font-size: 2.3em;
  font-weight: 300;
  z-index: 99;
}
#area-specialist-items #title-image #overlay h1 {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  line-height: 1.3em;
  width: 90%;
  margin: 0 auto;
}
#area-specialist-items #body-text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  font-size: 1.1em;
  line-height: 1.5em;
}
#area-specialist-items #body-text h2 {
  display: none;
}
#area-specialist-items .images {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#area-specialist-items .images::after {
  clear: both;
  content: "";
  display: table;
}
#area-specialist-items .images li {
  width: 100%;
  float: left;
  padding: 40px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  line-height: 1.3em;
}
#area-specialist-items .images li img {
  max-width: 100px;
  padding-bottom: 10px;
}
#area-specialist-items .images li h4 {
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 10px;
}
#area-specialist-items #appraisal-banner {
  background: #231e21;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: white;
  font-weight: 300;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#area-specialist-items #appraisal-banner h2 {
  font-size: 2em;
}
#area-specialist-items #appraisal-banner div {
  font-size: 1.2em;
  padding: 20px 0 40px;
}
#area-specialist-items #appraisal-banner a {
  display: inline-block;
  padding: 10px 60px;
  font-size: 1.1em;
  background: white;
  color: #231e21;
  transition: 0.3s all;
  text-decoration: none;
}
#area-specialist-items #appraisal-banner a:hover {
  color: white;
  background: #444;
  transition: 0.3s all;
}
#area-specialist-items #videos-title,
.area-specialist-offices h1 {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0 8px;
  margin: 30px auto 16px;
  color: #000000;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#area-specialist-items .videos li {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 250px;
}
#area-specialist-items .videos li iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 640px) {
  #area-specialist-items #appraisal-banner h2 {
    font-size: 2.5em;
  }
  #area-specialist-items #body-text {
    width: 70%;
    padding: 75px;
  }
  #area-specialist-items .images li {
    width: 50%;
    min-height: 220px;
  }
  #area-specialist-items #appraisal-banner {
    padding: 40px 0;
  }
  #area-specialist-items #videos-title,
  .area-specialist-offices h1 {
    font-size: 26px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 12px;
    margin: 40px 0 24px;
  }
  #area-specialist-items .videos::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #area-specialist-items .videos li {
    float: left;
    width: 50%;
    padding: 16px;
    height: 350px;
  }
}
@media screen and (min-width: 980px) {
  #area-specialist-items .images li {
    width: 33.33%;
  }
  #area-specialist-items #appraisal-banner {
    padding: 50px 0;
  }
  #area-specialist-items #videos-title,
  .area-specialist-offices h1 {
    padding: 0 20px;
    margin: 50px 0 40px;
  }
  #area-specialist-items .videos {
    margin: 0 auto;
  }
  #area-specialist-items .videos li {
    width: 33.33%;
    padding: 20px 10px;
    height: 300px;
  }
}
/* --------- Area Specialist Item Video ---------- */
.area-specialist-item-video .top-section {
  padding: 0;
}
.area-specialist-item-video .top-section #main-video {
  width: 100%;
  height: 500px;
  display: block;
}
.area-specialist-item-video .videos li {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 250px;
}
.area-specialist-item-video .videos li iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .area-specialist-item-video .videos::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .area-specialist-item-video .videos li {
    float: left;
    width: 50%;
    padding: 16px;
    height: 350px;
  }
}
@media screen and (min-width: 980px) {
  .area-specialist-item-video .videos {
    margin: 0 20px;
  }
  .area-specialist-item-video .videos li {
    padding: 20px 10px;
    height: 400px;
  }
}
/* --------------------------------------------- */
#area-specialist-items.form-careers {
  max-width: 1130px;
  padding: 75px 8px 20px;
  display: block;
}
#area-specialist-items.form-careers #title-image #image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
#area-specialist-items.form-careers #body-text {
  padding: 30px 0;
}
@media screen and (min-width: 980px) {
  #area-specialist-items.form-careers {
    padding: 75px 70px 20px;
  }
}
#area-specialist-items.form-careers #careers-tool {
  margin: 0 10px 40px;
}
#area-specialist-items.form-careers #vacancies,
#area-specialist-items.form-careers #form-title {
  background: #231f20;
  color: white;
  padding: 15px;
  text-align: left;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#area-specialist-items.form-careers #form-title {
  background: #3c3c3c;
}
#area-specialist-items.form-careers #vacancies:after,
#area-specialist-items.form-careers #form-title:after {
  font-family: FontAwesome;
  content: "\f067";
  color: white;
  display: inline-block;
  float: right;
  font-size: 0.7em;
  padding-top: 2px;
}
#area-specialist-items.form-careers #vacancies.open:after,
#area-specialist-items.form-careers #form-title.open:after {
  content: "\f068";
}
#area-specialist-items.form-careers .available-positions {
  display: none;
}
#area-specialist-items.form-careers .available-positions li {
  background: white;
  color: #231f20;
  border: solid 1px #231f20;
  border-top: 0;
  padding: 15px;
  text-align: left;
}
#area-specialist-items.form-careers .available-positions li h3 {
  font-size: 1.1em;
  font-weight: 600;
}
#area-specialist-items.form-careers .available-positions li h4 {
  font-size: 0.9em;
  margin: 10px 0 15px;
}
#area-specialist-items.form-careers #form {
  border: solid 1px #3c3c3c;
  border-top: 0;
}
#area-specialist-items.form-careers form {
  padding: 15px;
}
#area-specialist-items.form-careers form fieldset label {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
#area-specialist-items.form-careers form fieldset label span {
  color: red;
  display: inline-block;
  margin-left: 5px;
}
#area-specialist-items.form-careers form fieldset.fieldset_first_name label {
  margin-top: 10px;
}
#area-specialist-items.form-careers form fieldset input,
#area-specialist-items.form-careers form fieldset textarea,
#area-specialist-items.form-careers form fieldset select {
  margin-bottom: 20px;
}
#form-success,
#form-error {
  display: inline-block;
  display: none;
  padding: 15px 20px;
  font-weight: 600;
  margin-bottom: 40px;
  border: solid 1px;
  border-radius: 5px;
}
#form-success {
  background: #ceeece;
  color: #4a844a;
  border-color: #4a844a;
}
#form-error {
  background: #ebcdcc;
  color: #a94442;
  border-color: #a94442;
}
#area-specialist-items.form-careers #no-positions {
  font-weight: 600;
  font-size: 1.2em;
  border: solid 1px #3c3c3c;
  padding: 20px 0;
  color: #3c3c3c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  #area-specialist-items.form-careers #careers-tool {
    margin: 0 auto 80px;
    padding: 0 20px;
  }
  #area-specialist-items.form-careers form fieldset.fieldset_interest {
    margin-top: 20px;
  }
  #area-specialist-items.form-careers form fieldset label {
    margin: 10px 0;
  }
  #area-specialist-items.form-careers form fieldset label {
    width: 25%;
    text-align: left;
    float: left;
  }
  #area-specialist-items.form-careers form fieldset input,
  #area-specialist-items.form-careers form fieldset textarea,
  #area-specialist-items.form-careers form fieldset select {
    width: 75%;
    float: left;
  }
  #area-specialist-items.form-careers form fieldset input:after,
  #area-specialist-items.form-careers form fieldset textarea:after,
  #area-specialist-items.form-careers form fieldset select:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #area-specialist-items.form-careers form fieldset.fieldset_submit input {
    width: 15%;
    float: right;
  }
}
/* --------- Area Specialist Offices---------- */
.area-specialist-offices {
  padding-top: 100px;
}
.area-specialist-offices .office-google-map,
.area-specialist-offices img {
  height: 200px;
}
.area-specialist-offices img {
  height: auto;
}
.area-specialist-offices article p {
  line-height: 2em;
}
@media screen and (min-width: 640px) {
  .area-specialist-offices .office-google-map,
  .area-specialist-offices img {
    width: 50%;
    height: 250px;
    float: left;
  }
  .area-specialist-offices img {
    object-fit: cover;
  }
  .area-specialist-offices .office-google-map::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .area-specialist-offices article {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .area-specialist-offices {
    padding-top: 130px;
  }
  .area-specialist-offices .office-google-map,
  .area-specialist-offices img {
    height: 300px;
  }
}
#video-landing .container-video {
  width: 100%;
  height: 100%;
}
#video-landing .container-video:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home .scroll-down {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: rgba(0,0,0,0.5);*/
  width: 100%;
  padding: 20px 0 25px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  z-index: 100;
}
@media screen and (min-width: 980px) {
  .home .scroll-down {
    display: block;
  }
  .chevron::before {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 12px;
  }
  .chevron.right:before {
    left: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .chevron.bottom:before {
    top: 0;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .chevron.left:before {
    left: 0.25em;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .scroll-down span {
    width: 110px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 4px;
    padding-bottom: 7px;
  }
  .scroll-down .inner-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 15px;
  }
  .scroll-down .chevron {
    width: 18px;
    margin: 0 auto;
    color: white;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 1s;
  }
  .scroll-down .chevron.active {
    -ms-transform: translateY(7px);
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -o-transform: translateY(7px);
    transform: translateY(7px);
    transition: all 1s;
  }
  .scroll-down {
    opacity: 1 !important;
    transition: all 1s;
    visibility: visible !important;
  }
  .scroll-down.active {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
  }
  .scroll-down span {
    width: 200px;
    letter-spacing: 6px;
    padding-bottom: 7px;
  }
  .scroll-down .inner-wrapper {
    padding-bottom: 25px;
  }
  .scroll-down .chevron {
    width: 25px;
  }
  .scroll-down .chevron::before {
    height: 18px;
    width: 18px;
    content: "";
  }
}
/* ---------------------------------------------------- */
section {
  max-width: 100%;
}
section > * {
  max-width: 1130px;
  margin: 0 auto;
}
.area-specialist-homepage section > * {
  max-width: 100%;
}
.area-specialist-homepage section video {
  max-width: none;
}
section .map,
section .property-slider,
#contact-juliet .map,
section #title-image,
section #appraisal-banner {
  max-width: 100%;
}
section .property-slider {
  background: #f7f7f7;
}
section .property-slider .bx-wrapper {
  max-width: 1130px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 350px) {
  .area-specialist-homepage #video-landing #home-header .nav {
    font-size: 1.3em;
  }
}
.area-specialist-homepage .static-bg {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: none;
}
#agent-show-hotel .right .reveal {
  display: none;
}
@media only screen and (min-width: 980px) {
  #agent-show-hotel .right p {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #agent-show-hotel .right .reveal {
    text-align: right;
    padding: 5px 20px 5px 0;
    font-weight: 500;
    cursor: pointer;
    display: block;
  }
  #agent-show-hotel .right .reveal .fa-caret-left {
    padding-right: 5px;
  }
  #agent-show-hotel .right .reveal .fa-caret-right {
    padding-left: 5px;
  }
  #agent-show-hotel .right .reveal:hover {
    color: black;
    transition: 0.5s all;
  }
  #agent-show-hotel .right .reveal.more span {
    display: none;
  }
  #agent-show-hotel .right .reveal.less span {
    display: block;
  }
  #agent-show-hotel .right .reveal.less div {
    display: none;
  }
}
#area-specialist-items .RMA-widget {
  padding: 20px 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#area-specialist-items .RMA-widget > * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (min-width: 640px) {
  #area-specialist-items .RMA-widget {
    padding: 40px 16px;
  }
}
@media only screen and (min-width: 980px) {
  #area-specialist-items .RMA-widget {
    padding: 80px 0;
  }
}
#opens-lima .fieldset_captcha {
  width: 100%;
  text-align: center;
}
#opens-lima .pre-register-container .register-btn-wrapper .desktop-form fieldset.fieldset_captcha {
  margin: 0 auto;
  float: none;
}
#opens-lima .fieldset_captcha .g-recaptcha {
  display: inline-block;
}
.panel-danger,
.form-error,
.alert-error {
  color: #d63830;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #ebcdcc;
  border: solid 1px #d63830;
  border-radius: 5px;
  text-align: center;
  display: none;
  box-sizing: border-box;
  max-width: 700px;
  margin-top: 30px;
}
.no-ajax .panel-danger,
.no-ajax .form-error,
.no-ajax .alert-error {
  display: block;
}
.panel-danger .close,
.form-error .close,
.alert-error .close {
  display: none;
}
.success-message,
.form-success,
.alert-success {
  color: white;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #8dc63e;
  text-align: center;
  border-radius: 5px;
  display: none;
  box-sizing: border-box;
  max-width: 700px;
  margin-top: 30px;
}
.success-message .close,
.form-success .close,
.alert-success .close {
  display: none;
}
.agents-group {
  margin-bottom: 35px;
}
.agents-group-heading {
  padding: 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
#listings-delta .four-col-desktop {
  display: flex;
  flex-wrap: wrap;
}
