
.listing-address,
.listing-price .price .price-from,
.listing-price .price .price-to,
.listing-price .price .price-offers {
	color:#77787b;
}

.listing-price {
	font-size:26px;
    line-height:26px;
}

.listing-section-title,
.listing-units h2,
.listing-unit-name,
.listing-key-info h2 {
	text-transform:uppercase;
}

.listing-unit-name {
	margin-bottom:10px;
}

.listing-address,
.listing-price {
	font-family:'Open Sans', sans-serif;
	margin-top:0;
	font-size:20px;
	line-height:20px;
}

.listing-price .price-value {
	font-weight:600;
}

.listing-map .listing-map-canvas {
	width:100% !important;
	background-position: center center;
  position: relative;
}

.StaticMap .StaticMap-canvas {
  min-height: $StaticMap-minHeight;

}

.listing-map .listing-map-canvas img {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tbl,
.listing-map .listing-map-canvas,
.listing-additional-info-sections {
	border:1px solid #77787b;
}

.listing-key-info-table-wrap {
	font-family:'Open Sans', sans-serif;
}

.listing-units-table {
	font-family:'Open Sans', sans-serif;
	font-weight:400;
}

.tbl .tbl-row .tbl-row-cell,
.listing-units-table .tbl-row-heading .tbl-row-cell-heading {
	border-bottom:1px solid #77787b !important;
}

.tbl .tbl-row.tbl-row-odd .tbl-row-cell {
	background-color:#f7f8f8;
}

.tbl .tbl-row .tbl-row-cell {
	font-weight:400;
}

.tbl .tbl-row .tbl-row-cell-heading {
	border-right:1px solid #77787b;
	font-weight:400;
}

.tbl .tbl-row .listing-units-cell-price {
	font-weight:600;
}

.tbl .tbl-row .listing-units-cell-address {
	width:50%;
}

.tbl .tbl-row .listing-units-cell-price,
.tbl .tbl-row .listing-units-cell-size {
	width:25%;
}

.listing-units-table .tbl-row .tbl-row-cell-heading {
	border-right:none;
}

.listing-additional-info-sections {
	font-family:'Open Sans', sans-serif;
	padding:15px;
}

.slideshow .slideshow-thumbs {
    width:90%;
    margin:20px auto 0 auto;
    max-width:540px;
}

.slideshow .slideshow-slides .horiz-scroll-prev {
    left:-1px;
    height:17px;
    width:55px;
    height:110px;
    background:Transparent url(images/arrow-left.png) no-repeat scroll 0 0;
}

.slideshow .slideshow-slides .horiz-scroll-next {
    right:-1px;
    height:17px;
    width:55px;
    height:110px;
    background:Transparent url(images/arrow-right.png) no-repeat scroll 0 0;
}

.slideshow .slideshow-slides .horiz-scroll-next:after,
.slideshow .slideshow-slides .horiz-scroll-prev:after,
.slideshow .slideshow-thumbs .horiz-scroll-prev:after,
.slideshow .slideshow-thumbs .horiz-scroll-next:after {
	content:"";
}

.slideshow .slideshow-thumbs .horiz-scroll-prev,
.slideshow .slideshow-thumbs .horiz-scroll-next {
	display:none !important;
}

.listing-additional-info .listing-additional-info-title {
	display:none;
}

.mobile-map-bar {
	padding-left:0;
    padding-right:0;
}

.mobile-map-bar .row {
	margin-left:0;
    margin-right:0;
}

.mobile-map-bar .row div:first-child {
	padding-left:0;
    padding-right:0;
}

.mobile-map-bar .listing-map .listing-section-title {
	margin-left:15px;
	margin-right:15px;
}

.mobile-map-bar .listing-map .listing-map-canvas {
	max-height:300px;
	min-height:100px;
	border:none;
}

.listing-enquiry h2 {
	margin-top:60px;
	text-transform:uppercase;
}

.listing-enquiry .enquiry-box {
	background:#000 none repeat-x left top;
	margin-bottom:30px;
	height:181px;
	width:323px;
	max-width:100%;
	float:left;
	color:#FFF;
	cursor:pointer;
}

.listing-enquiry .enquiry-box:hover {
	color:#FFF;
}

.enquiry-box .enquiry-box-line {
	background-color:#FFF;
	background-color:rgba(255, 255, 255, 0.3);
    width:4px;
    display:block;
    position:absolute;
    bottom:20px;
    top:20px;
    left:50%;
}

.enquiry-box .enquiry-box-email {
	position:absolute;
	display:block;
    width:50%;
    right:0;
    top:0;
    bottom:0;
    text-align:center;
    overflow:hidden;
    padding-top:25px;
}

.enquiry-box .enquiry-box-email .enquiry-box-email-line {
	background-color:#FFF;
    height:18px;
    width:4px;
    display:block;
    position:absolute;
    bottom:0;
    right:50%;
}

.enquiry-box .enquiry-box-email .enquiry-box-title {
	display:block;
	margin-top:24px;
	color:#FFF;
	font-size:20px;
}

.enquiry-box .enquiry-box-tel {
	position:absolute;
	display:block;
    width:50%;
    left:0;
    top:0;
    bottom:0;
    text-align:center;
    overflow:hidden;
    padding-top:25px;
}

.enquiry-box .enquiry-box-tel .enquiry-box-tel-line {
	background-color:#FFF;
    height:18px;
    width:4px;
    display:block;
    position:absolute;
    bottom:0;
    left:50%;
}

.enquiry-box .enquiry-box-tel .enquiry-box-title {
	display:block;
	margin-top:26px;
	color:#FFF;
	font-size:20px;
}

@media screen and (min-width: 650px) and (max-width: 767px) {
	.mobile-map-bar .listing-map .listing-map-canvas {
	    -webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
	}

	.enquiry-box {
		width:100%;
	}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
	.mobile-map-bar .listing-map .listing-map-canvas {
		max-height:180px;
		min-height:100px;
	}
}

@media screen and (max-width: 767px) {
	.slideshow .slideshow-slides .horiz-scroll-nav {
	    background-size:30px 60px;
	    width:30px;
	    height:60px;
	    top:45%;
	}

	.enquiry-box {
		width:100%;
	}
}

@media screen and (min-width: 768px) {

	.slideshow .slideshow-slides .horiz-scroll-nav {
	    top:37%;
	}

	.enquiry-box {
		width:100%;
	}

	.listing-unit-name-col,
	.listing-units-bar div {
		padding-left:0;
		padding-right:0;
	}

	.listing-address-col,
	.listing-key-info-cell,
	.listing-additional-info-cell {
		padding-left:0;
	}

	.listing-map-cell,
	.listing-downloads-cell {
		padding-right:0;
	}

	.listing-price {
		padding-right:0;
		text-align:right;
	}
}

@media screen and (min-width: 992px) {
	.slideshow .slideshow-slides .horiz-scroll-nav {
	    top:36%;
	}

	.enquiry-box {
		width:323px;
	}
}

@media screen and (min-width:1200px) {
	.slideshow .slideshow-slides .horiz-scroll-nav {
	    top:34%;
	}
}
