/*
Compiled: 2020-03-02 17:25:44
Errors: None
*/

/* @group RESET */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul, form ul, ul.form-results * {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

form ol, form ul {
	list-style: none;
}

/* @end */

.clear {
	clear: both;
}

html * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #eee;
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	margin: 0 0 5px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h2, h3, h4 {
	margin: 0 0 5px;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

.wrapper {
	background: #fff;
	width: 95%;
	margin: 0 auto;
	max-width: 1000px;
}

.wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

footer {
	clear: both;
}

.missing-image {
	background: #fff url(/_assets/3183/images/../../images/missing-image-white.gif) no-repeat center;
	display: block;
	width: 100px;
	height: 100px;
}

/*iFrame*/

.iframe-container {
	position: relative;
	height: 0;
	overflow: hidden;
}

.iframe-container.ifc-60 {
	padding: 30px 0 60%;
}

.iframe-container.ifc-50 {
	padding: 0 0 50%;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

/* SHADOW BOX */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/_assets/3183/images/../../images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/_assets/3183/images/../../images/close.png);}
#sb-nav-next{background-image:url(/_assets/3183/images/../../images/next.png);}
#sb-nav-previous{background-image:url(/_assets/3183/images/../../images/previous.png);}
#sb-nav-play{background-image:url(/_assets/3183/images/../../images/play.png);}
#sb-nav-pause{background-image:url(/_assets/3183/images/../../images/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
.lightbox .content, body.lightbox {
	margin: 0 auto;
	padding:20px;
	max-width: 900px;
}
.lightbox #agency-map {
	display: none;
}
#sb-info {
	position: absolute;
	top: 14px;
	right: -12px;
	height: 30px
}

#sb-info a {
	width: 30px;
	height: 30px;
}
form {
	max-width: 450px;
	margin: 0 auto;
	width: 100%;
}

fieldset {
	margin: 0 0 20px;
}

fieldset:last-child {
	margin: 0;
}

legend, label[for=categories], label[for=myfLocations] {
	font-size: 17px;
	padding: 0 0 10px;
}

#fieldset-buttonArea legend {
	display: none;
}

form li {
	position: relative;
}

form li.radio {
	clear: both;
}

li.text, 
li.textarea, 
form li.radio {
	margin: 0 0 10px;
	height: 27px;
}

.text label, 
.textarea label, 
.radio label.optional {
	text-align: right;
	background: #e9e9e9;
	display: inline-block;
	float: left;
	width: 40%;
	height: 27px;
	line-height: 13px;
	font-size: 10px;
	padding: 7px 10px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-border-top-right-radius: 0;	
}

.text input,
.textarea textarea, 
.checkbox, 
.radio div.radio {
	width: 100%;
	font-size: 13px;
	border: 1px solid #999;
	padding: 7px 5px;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
	resize: none;
	background: #fff;
}

.text input,
.textarea textarea, 
.radio div.radio  {
	border-left: none;
	height: 27px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-border-top-left-radius: 0;	
}

.text .element, 
.textarea .element, 
.radio div.radio {
	float: left;
	width: 60%;
}

.radio div.radio {
	padding: 0;
}

.checkbox label {
	width: 95%;
	display: inline-block;
}

li.textarea, 
li.textarea label {
	height: 150px;
}

li.textarea textarea {
	text-indent: 0;
	padding: 7px 5px;
	max-width: 325px;
	height: 150px;
}

.text .element span, 
.textarea .element span, 
.select .element select + span  {
	display: block;
	width: auto;
	height: 16px;
	line-height: 12px;
	position: absolute;
	top: 6px;
	right: 6px;
	color: red;
	padding: 2px 5px;
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

li.radio {
	margin: 10px 0;
}

div.radio {
	display: inline-block;
}

div.radio p, 
div.radio label {
	float: left;
	line-height: 27px;
	margin: 0 5px 0 0;	
}

div.radio label {
	padding: 0px 5px;
	cursor: pointer;
	margin: -1px 4px;	
}

div.radio label span {
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin:0 5px -1px 0;
	border: 1px solid #ccc;
}

div.radio label.checked span {
	border: 1px solid #333;
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
}

div.radio input {
	display: none;
}

.maintenance-request div.radio input {
	display: inline-block;
}

.maintenance-request .permission {
	height: 80px;
}

.maintenance-request .permission label,
.maintenance-request .permission div.radio {
	height: 100%;
}

li.multicheckbox .checkbox {
	margin: 10px 0;
}

form button {
	float: right;
}

span.required, 
.obvious.ng-valid span.required {
	display: none;
}

.obvious .required {
	display: inline-block;
	background: #f00;
	color: #fff;
	margin: 0 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	padding: 2px 6px;
	margin: 5px 0;
	
}

.obvious .text .element span, 
.obvious .textarea .element span  {
	background: #f00;
	color: #fff;
}

.required, .obvious.ng-valid .required {
	display: none;
}

button, a.button {
	font-size: 16px;
	width: 160px;
	padding: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #666;
	cursor: pointer;
	text-align: center;
}

a.button {
	display: inline-block;
}

.select {
	position: relative;
	width: 100%;
	margin: 0 0 5px;
}

.select label {
	display: none;
}
/*
.city {
	width: 100%;
	max-width: 100%;
	padding: 5px 0 0 80px;
}

.city label {
	display: block;
	position: absolute;
	top: 12px;
	left: 10px;
}

.city .element {
	position: relative;
	display: inline-block;
	margin: 0 5px 5px 0;
}
*/
select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity = 0);
	min-height: 24px;
}

#add-location, #toggle-search {
	background: #e6e6e6;
	border: 1px solid #999;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
}

.selected-city {
	background: #eee;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 5px 0;
}
 
.fake-select .btn {
	padding: 5px;
	border: 1px solid #999;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	background: url(/_assets/3183/images/../../images/caret.png) 99% no-repeat;
	display: block;
}

.fake-select span.min {
	display: none;
}

.select .remove {
	color: #f00;
	margin: 0 0 0 5px;
}

.hint {
	display: none;
}

dt#stage-label, dd#stage-element {
	display: none;
}

/*Quicksearch Overrides*/
#quicksearch .radio div.radio, 
#quicksearch .citySurroundingSuburbs.checkbox {
	width: 100%;
	font-size: inherit;
	border: none;
	padding: 0;
	box-shadow: none;
	background: none;
	float: none;
}

#quicksearch .citySurroundingSuburbs.checkbox {
	margin: 5px 0 10px;
	height: 15px;
}

#quicksearch .citySurroundingSuburbs label {
	width: 95%;
	float: right;
}

#quicksearch .citySurroundingSuburbs .element {
	margin: 0 5px 0 0;
	width: 20px;
	float: left;
}

#quicksearch li.citySurroundingSuburbs + li {
	clear: both;
}

/*lightBox*/
.lightbox .emailFriend h2 {
	margin: 0 auto 10px;
	max-width: 450px;
}

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

	.checkbox label {
		width: 48%;
	}
		
	.text label, 
	.textarea label, 
	.radio label.optional  {
		font-size: 13px;
	}

}.header_0 {
	position: relative;
}

.header_1 {
	position: relative;
}.page-content {
	width: 100%;
	margin: 0 0 2%;
	padding: 2%;
}

.wpm-content ul, .wpm-content ol {
	padding: 20px;
}

.wpm-content a[rel*="pdf"] {
	padding-left: 25px;
	display: block;
	background: url(/_assets/3183/images/../../images/icon_pdf.png) no-repeat left;
}

.wpm-content a[rel*="adobe"] {
	width: 158px;
	height: 39px;
	text-indent: -9999px;
	display: block;
	background: url(/_assets/3183/images/../../images/icon_get_pdf.png) no-repeat left;
}.property-list-3 {
	width: 100%;
}

.property-list-3 p {
	padding: 0 0 0 5px;
}

.property-list-3 img {
	float: right;
	margin: 0 0 10px 10px;
}

.property-list-3 .status {
	display: none;
}

.property-list-3 .disp-method, 
.property-list-3 .price, 
.property-list-3 .heading {
	font-weight: bold;
}

.property-list-3 .price {
	font-size: 16px;
}

.property-list-3 a.button {
	padding: 5px 0;
	margin: 5px;
}

.property-list-3 p.intro {
	display: none;
}
p.bbc span.pets, p.bbc-feature {
	display: none;
}

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

	p.bbc span {
		padding-right: 35px;
		line-height: 30px;
		display: inline-block;
		background-position: 100% 50%;
		background-repeat: no-repeat;
	}
	
	p.bbc span.bedrooms {
		background-image: url(/_assets/3183/images/../../images/bbc_bed.png);
	}
	
	p.bbc span.bathrooms {
		background-image: url(/_assets/3183/images/../../images/bbc_bath.png);
	}
	
	p.bbc span.carspaces {
		background-image: url(/_assets/3183/images/../../images/bbc_car.png);
	}

	p.bbc span.bbcText {
		display: none;
	}

}#mapPopUp {
	display: none;
}

#popupbox {
	position: relative;
	height: 112px;
	display: block;
	width: 290px;
	overflow: hidden;
}

#popupbox img {
	width: 110px;
	position: absolute;
	top: 0;
	left: 0;
}

#popupbox h4 {
	margin: 5px 0;
}

#popupbox .info {
	width: 175px;
	position: absolute;
	top: 0;
	left: 115px;
}

#popupbox a {
	position: absolute;
	top: 0;
	left: 0;
	height: 112px;
	display: block;
	width: 410px;
	background: url(/_assets/3183/images/../../images/spacer.gif);
}.property-list-cardow {
	width: 100%;
	margin: 0;
	position: relative;
	clear: both;
	border-bottom: 1px solid #3b3b3e;
	padding: 10px 1%;
}

.property-list-cardow:hover {
	background: #e1dfde;
}

.property-list-cardow .property-thumbnail {
	width: 100%;
	margin: 0;
	position: relative;
}

.property-list-cardow .thumbnail, .property-list-cardow span.status {
	width: 100%;
}

.property-list-cardow span.status {
	background: #f00;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	text-align: center;
	line-height: 13px;
}

.property-list-cardow .features {
	margin-left: 0;
	padding: 5px;
	width: 100%;
	background: #00adef;
	color: #fff;
	font-family: "Georgia";
	font-style: italic;
}

.property-list-cardow h3, .property-list-cardow p.street, .property-list-cardow h4, .property-list-cardow .bbc {
	margin: 0;
	padding: 5px;
	font-weight: normal;
}

.property-list-cardow h3 {
	padding-bottom: 0;
	border-bottom: none;
}


.property-list-cardow p.street, .property-list-cardow .bbc {
	font-style: normal;
}

.property-list-cardow h3 span, .property-list-cardow a.more {
	display: none;
}

.property-list-cardow .information {
	margin: 20px 0 0 0;
	width: 100%;
}

.property-list-cardow .inspections, .property-list-cardow a.shortlist, .property-list-cardow .auction {
	margin: 0 5px 5px 0;
	position: relative;
	float: left;
}


.property-list-cardow p {
	font-size: 12px;
	line-height: 20px;
}

.property-list-cardow a.more {
	display: none;
}

.property-list-cardow .cover {
	display: block;
	background: url(/_assets/3183/images/../../images/spacer.gif);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

	.property-list-cardow p {
		font-size: 14px;
	}

}

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

	.property-list-cardow .property-thumbnail {
		width: 32.2%;
		float: left;
	}
		
	.property-list-cardow .features {
		margin-left: 1.6%;
		width: 23.8%;
		float: left;
	}

	.property-list-cardow a.more {
		display: inherit;
	}
	
	.property-list-cardow .information {
		margin: 0 0 0 1.6%;
		width: 40.7%;
		float: left;
	}
 	
/*
 	.property-list-cardow a.more {
 		display: block;
 		padding: 5px 10px;
 		background: #ccc;
 		-webkit-border-radius: 5px;
 		-moz-border-radius: 5px;
 		border-radius: 5px;
 		width: 15%;
 		text-align: center;
 		color: #fff;
 		position: absolute;
 		bottom: 10px;
 		right: 1%;
 		text-decoration: none;
 	}
 	
 	.property-list-cardow .thumbnail  {
 		width: 25%;
 		margin: 0 2% 0 0;
 	}
 	
 	.property-list-cardow span.status {
 		width: 24.5%;
 		top: 10px;
 	}
 	
 	.property-list-cardow .information {
 		width: 73%;
 	}
 	
 	.property-list-cardow h3, 
 	.property-list-cardow .heading, 
 	.property-list-cardow .intro {
 		padding-right: 20px;
 		width: 70%;
 	}
 	.property-list-cardow h3, 
 	.property-list-cardow h4 {
 		min-height: 18px;
 		font-size: 18px;
 	}
 	
 	.property-list-cardow h4, 
 	.property-list .available, 
 	.property-list-cardow .bbc, 
 	.property-list-cardow .agents {
		float: right;
		clear: right;
		width: 30%;
 		text-align: right;
 		position: relative;
 		top: -23px;
 	}
*/
}.pagination {
	text-align: center;
	margin: 5px 0;
}

.pagination ul {
	list-style: none;
}

.pagination li {
	display: inline-block;
	margin: 5px 2px;
}

.pagination a {
	padding: 3px 10px;
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

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

	.pagination {
		text-align: left;
		margin: 5px;
	}
	
	.pagination li:first-child {
		margin: 5px 2px 5px 0;
	} 

}


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

	.pagination {
		margin: 10px;
	}
	
}.auction-1 .auction-show {
	display: block;
	padding: 5px 10px;
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.auction-1 div {
	display: none;
	width: 250px;
	background: #ccc;
	position: absolute;
	bottom: 35px;
	padding: 5px;
	left: -80px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.auction-1 div p {
	margin: 0;
}

.auction-close {
	color: #f00;
	position: absolute;
	top: 2px;
	right: 5px;
}.inspections p {
	margin: 0;
}
.agents-1 p.agent-title {
	font-weight: bold;
	display: none;
}

.agents-1 a {
	text-decoration: none;
}
.shortlist-1 {
	display: block;
	padding: 5px 10px;
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.fav-hide {
	display: none;
}

.shortlist .tick {
	display: none;
}

.shortlist.shortlisted .tick {
	display: inline-block;
} 

.shortlist.shortlisted .add {
	display: none;
} 

@media screen and (min-width:600px) {
	
	#property-detail a.shortlist {
		float: right;
	}
	
}#property-detail {
	width: 100%;
}

#property-detail .row {
	margin-bottom: 10px;
	width: 100%;
	overflow: auto;
	clear: both;
}

#image-gallery {
	clear: both;
}

#property-detail .features, 
#property-map {
	margin: 0 0 10px;
}

h3.property-heading {
	display: none;
}


#property-detail .property-links {
	clear: both;
}


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

	#property-detail .left-col {
		margin: 0 0 10px;
		width: 49.2%;
		float: left;
	}	

	#property-detail .right-col {
		margin: 0 0 10px 1.6%;
		width: 49.2%;
		float: right;
	}

}

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

	#property-detail .left-col {
		width: 66.1%;
	}	

	#property-detail .right-col {
		width: 32.2%;
	}	
			
}

#image-gallery {
	width: 100%;
	margin: 0 0 20px;
}

.fluidHeight {
	position: relative;
	width: 100%;
	height: 467px;
}

/* 
below 800px, switch to percentage based responsive height.
padding of 66.7% is calculated by using the image ratio 467px/700px 
*/
@media screen and (max-width: 800px) {
	
	#image-gallery {
		margin: 0 0 10px;
	}
		
	.fluidHeight {
		height: 0;
		padding: 0 0 66.7% 0;
	}
	
	.sliderContainer2 {
		display: none;
	}
	
}
 
.sliderContainer {
	position: absolute;
	width: 100%;
	height: 100%;
}

.doubleSlider-1 {
	width: 100%;
	height: 100%;
}

.doubleSlider-1 .slider {
	width: 100%;
	height: 100%;
}

.doubleSlider-1 .slider .item {
	margin: 0 5px;
	position: relative;
	top: 0;
	left: 0;
	max-width: 700px;
	width: 100%;
	height: 100%;
}

.doubleSlider-1 .item img {
	margin: 0 auto;
	max-width: 700px;
	max-height: 467px;
	width: 100%;
	height: 100%;
	position: relative;
}

.doubleSlider-1 .item a.shadowbox-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/_assets/3183/images/../../images/spacer.gif);
	display: none;
}

/*Caption*/
.doubleSlider-1 .slider .item .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-indent: 20px;
}

.doubleSlider-1 .slider .item .caption .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity:50);
	z-index: 0;
}

.doubleSlider-1 .slider .item .caption span {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.slider {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*Thumbs Slider*/
.sliderContainer2 {
	margin: 10px auto 0;
	width: 760px;
}

.sliderControl {
	margin-top: 6px;
	width: 20px;
	height: 40px;
	z-index: 2;
	float: left;
}

.sliderControl.prev {
	background: url(/_assets/3183/images/../../images/imageSlider_controls.png) no-repeat 0 0;
}

.sliderControl.next {
	background: url(/_assets/3183/images/../../images/imageSlider_controls.png) no-repeat 100% 0;
}

.doubleSlider-2 {
	margin: 0 10px;
	width: 680px;	/*need to take any margin into acount*/
	height: 50px;
	float: left;
}

.doubleSlider-2 .slider {
	width: 100%;
	height: 100%;
}

.doubleSlider-2 .button {
	margin: 0 0 0 5px;
	width: 75px;
	height: 50px;
	float: left;
	opacity: 0.5;
	filter: alpha(opacity:50);
}

.doubleSlider-2 .button img {
	width: 100%;
	height: 100%;
	max-width: 112px;
}
			
.doubleSlider-2 .selected, .doubleSlider-2 .button:hover {
	opacity: 1;
	filter: alpha(opacity:100);
}.inspections p {
	margin: 0;
}#property-detail .add-this {
	padding-top: 10px;
}

.add-this {
	clear: both;
}

.addthis_default_style .addthis_separator, 
.addthis_default_style .at300b, 
.addthis_default_style .at300bo, 
.addthis_default_style .at300m, 
.addthis_default_style .at300bs {
	float: none;
	display: inline-block;
	padding: 0 1px;
}

.addthis_default_style .addthis_counter {
	display: none !important;
}.features .heading, .feature-label {
	font-weight: bold;
}

.feature-label {
	padding: 0 10px 0 0;
	width: 130px;
}
.property-links-1 ul {
	list-style: none;
}

.property-links-1 .vendor-login {
	display: none;
}


#property-map {
	height: 200px;
	width: 100%;
}

@media screen and (min-width:600px) {
	
	#property-map {
		height: 350px;
	}
	
}
#property-detail .property-suburb-1 img {
	max-width: 50%;
}
.agents-2 .single-agent {
	width: 100%;
	clear: both;
	margin: 0 0 10px;
}

.agents-2 .single-agent img {
	width: 100%;	
	margin: 0;
}

.single-agent p a {
	white-space: nowrap;
}

.agents-2 legend, .agentLinks, .agentLinks .view {
	display: none;
}

.agents-2 li.text, 
.agents-2 li.textarea {
	margin: 0 0 5px;
}

.agents-2 fieldset {
	margin: 0 0 5px;
}.property-list-4 {
	clear: both;
	font-size: 12px;
	border-top: 1px solid #333;
}

.property-list-4:nth-of-type(1) {
	border-top: none;
}

.property-list-4.heading {
	display: none;
	font-weight: bold;
}

.property-list-4 {
	line-height: 12px !important;
	padding: 5px 0;
}

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

	.property-list-4 p {
		float: left;
		font-size: 12px !important;
	}
	
	.property-list-4 .address {
		width: 50%;
	}

	.property-list-4 .bbc {
		margin-bottom: 0 !important;
		width: 50%;
		text-align: right !important;
	}

	.property-list-4 p.bbc span {
		padding-right: 0;
		line-height: 12px;
	}
	
	.property-list-4 p.bbc span.bedrooms, .property-list-4 p.bbc span.bathrooms, .property-list-4 p.bbc span.carspaces {
		background: none;
	}
	
	.property-list-4 p.bbc span.bbcText {
		display: inherit;
	}
	
	.property-list-4 .disp-method {
		width: 25%;
		clear: both;
	}
	
	.property-list-4 .price {
		width: 25%;
		text-align: right !important;
		float: right;
	}
	
	.property-list-4 .agent-name {
		width: 25%;
		text-align: right;
		padding: 0 5px 0 0;
	}
	
	.property-list-4 .agent-phone {
		width: 25%;
	}

}

@media screen and (min-width:1000px) {
	
	.property-list-4 {
		border-top: none;
	}
	
	.property-list-4.heading {
		display: block;
	}
	
	.property-list-4 .address {
		width: 25%;
	}

	.property-list-4 .bbc {
		width: 18%;
		text-align: left !important;
	}
	
	.property-list-4 .disp-method {
		width: 10%;
		clear: none;
	}
	
	.property-list-4 .price {
		width: 20%;
		text-align: left;
	}
	
	.property-list-4 .agent-name {
		width: 17%;
		text-align: left;
	}
	
	.property-list-4 .agent-phone {
		width: 10%;
	}

}.agency-details span {
	font-weight: bold;
	text-transform: capitalize;
}

.agency-details .fax, .agency-details .email, .agency-details .rentalEmail, .agency-details .website, .agency-details .postal, .agency-details .offices {
	display: none;
}
.page-content .agency-details, #agency-map {
	margin-bottom: 20px;
	width: 100%;
}
	
.agency-map {
	width: 100%;
	height: 200px;
}

@media screen and (min-width:800px) {
	.page-content .agency-details, #agency-map {
		width: 49%;
		float: left;
	}
	
	#agency-map {
		margin-left: 1%;
	}
	
	#agency-map h3 {
		display: none;
	}
	
	.agency-map {
		height: 300px;
	}
}.office-view-1 {
	border-bottom: 1px solid #ccc;
	padding: 15px 0 10px;
}

.office-view-1 .name {
	font-weight: bold;
}

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

	.office-view-1 .address, .office-view-1 .contact {
		width: 48%;
		float: left;
	}
	
	.office-view-1 .contact {
		float: right;
		text-align: right;
	}

	.office-view-1 .links {
		clear: both;
	}

}

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

	.office-view-1 .address, .office-view-1 .contact, .office-view-1 .links {
		width: 32%;
		float: left;
		clear: none;
		margin: 0 2% 0 0;
		text-align: left;
	}
	
	.office-view-1 .links {
		margin: 0;
	}

}.office-view-2 #office-map {
	width: 100%;
	height: 200px;
	margin: 0 0 20px;
}

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

	.office-view-2 .information {
		width: 40%;
		float: left;
		margin: 0 0 20px;
	}
	
	.office-view-2 #office-map {
		width: 60%;
		float: right;
	}
	
	.office-view-2 .profile {
		clear: both;
	}

}

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

	.office-view-2 .information {
		width: 55%;
	}
	
	.office-view-2 #office-map {
		width: 40%;
		height: 350px;
		float: right;
	}
	
	.office-view-2 .profile {
		clear: left;
		width: 55%;
	}

}.staff-view-3 {
	margin: 0 0 20px;
	padding-top: 10px;
	width: 100%;
	float: left;
	clear: both;
}

.staff-view-3 .image {
	background: #fff;
	position: relative;
	height: 240px;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	overflow: hidden;
}

.staff-view-3 img, .staff-view-3 .missing-image {
	width: 100%;
	max-height: 100%;
}

.staff-view-details {
	width: 100%;
	text-align: center;
}

.staff-view-3 p.contactMethod, .staff-view-3 .agentLinks, .agentLinks .view {
	display: none;
}

.staff-view-3 a.cover {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/_assets/3183/images/../../images/spacer.gif);
	width: 100%;
	height: 100%;
}.staff-detail-cardow {
	text-align: center;
}

.staff-detail-cardow h1 {
	margin: 0 0 10px;
}

.staff-detail-cardow .profile {
	text-align: left;
}

.staff-detail-cardow .staff-detail-info p {
	display: inherit;
}

.staff-detail-cardow .staff-detail-info p.mobile, 
.staff-detail-cardow .staff-detail-info p.office, 
.staff-detail-cardow .staff-detail-info p.phone {
	white-space: nowrap;
}

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

	.staff-detail-cardow {
		text-align: left;
	}

	.staff-detail-cardow .staff-detail-container, .staff-detail-cardow .staff-detail-content {
		float: left;
	}
}
.blog img {
	max-width: 100%;
}

.blogback {
	margin-bottom: 20px;
	display: block;
}
.suburb-profile-image {
	width: 100%;
}


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

	.suburb-profile-detail .wpm-content {
		width: 74.6%;
		float: left;
	}
	
	.suburb-profile-image {
		margin: 0 0 20px 1.6%;
		width: 23.8%;
		float: left;
	}
	
}


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

	.suburb-profile-detail .wpm-content, .suburb-profile-image {
		width: 49.2%;
	}
	
}
.testimonial-1 {
	margin-top: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.testimonial-1 .agent span.testimonial-position {
	display: none;
}

.testimonial-1 p.from {
	font-weight: bold;
}
#toggle-search {
	margin-bottom: 10px;
}

#show-qs, #toggle-search.hide, #quicksearch legend {
	display: none;
}

#quicksearch {
	margin: 0 auto 20px;
	border: 1px solid #666;
}

#quicksearch fieldset {
	padding: 0 20px;
	margin: 0 0 15px;
}

/*fieldset-disposalMethodGroup*/
#quicksearch fieldset#fieldset-disposalMethodGroup {
	margin: 0 0 15px;
	border-bottom: 1px solid #666;
	padding: 0;
}

#quicksearch fieldset#fieldset-disposalMethodGroup label span {
	display: none;
}

#quicksearch fieldset#fieldset-disposalMethodGroup label.checked {
	background: #fff;
}

#quicksearch .radio {
	margin: 0;
}

#quicksearch label[for="disposalMethod"] {
	display: none;
}

#quicksearch fieldset#fieldset-disposalMethodGroup div.radio label {
	margin: 0;
	padding: 15px 20px 10px;
	display: block;
	cursor: pointer;
	border: none;
	border-right: 1px solid #666;
	margin: 0 0 -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#quicksearch li.city {
	border: 1px solid #999;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
}

.city {
	width: 100%;
	max-width: 100%;
	padding: 5px 0 0 80px;
}

.city label {
	display: block;
	position: absolute;
	top: 12px;
	left: 10px;
}

.city .element {
	position: relative;
	display: inline-block;
	margin: 0 5px 5px 0;
}

#search-more {
	float: right;
	padding: 5px;
	margin: 9px 10px 0;
}


#quicksearch .select {
	float: left;
}

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

	#toggle-search {
		display: none;
	}
	
	#show-qs {
		display: block;
	}

	#quicksearch {
		max-width: 800px;
		margin: 0;
		border: none;
	}

	#quicksearch fieldset {
		margin: 0;
		padding: 0;
	}

	#quicksearch fieldset#fieldset-disposalMethodGroup, #quicksearch #fieldset-quickSearch {
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#quicksearch .select {
		margin: 0 0 0 5px;
	}

	#quicksearch fieldset, #quicksearch legend, #quicksearch .fake-select .btn, #quicksearch button {
		font-size: 12px;
	}
	
	#quicksearch .fake-select .btn {
		padding: 0 5px;
	}
	
	/*fieldset-disposalMethodGroup*/	
	#quicksearch fieldset#fieldset-disposalMethodGroup {
		border-bottom: none;
	}
	
	#quicksearch fieldset#fieldset-disposalMethodGroup div.radio label:first-of-type {
		margin-right: 2px;
	}
	
	#quicksearch fieldset#fieldset-disposalMethodGroup div.radio label {
		padding: 0 5px;
		line-height: 24px;
		border: 1px solid #999;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	/*fieldset-quickSearch*/	
	#quicksearch #fieldset-quickSearch {
		max-width: 600px;
	}
	
	#quicksearch #fieldset-quickSearch legend {
		display: none;
	}
	
	#quicksearch li.city {
		padding: 0 0 0 65px;
		width: auto;
		max-width: 380px;
	}
	
	#quicksearch li.city label {
		top: 0;
		left: 5px;
	}
	
	#quicksearch .city .element {
		margin: 0 5px 0 0;
	}
	
	#quicksearch #add-location, #quicksearch .selected-city {
		padding: 0 5px;
		height: 20px;
		line-height: 20px;
	}
	
	#quicksearch .select {
		width: 12.5%;
		min-width: 100px;
	}

	/*fieldset-quickSearchSubmit*/
	
	#quicksearch #fieldset-quickSearchSubmit {
		margin-left: 5px;
		float: left;
	}
	
	#quicksearch button {
		margin: 0;
		padding: 5px;
		width: auto;
		height: 26px;
	}
	
}

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

	#quicksearch {
		max-width: 100%;
		margin: 0 0 0 80px;
	}
	
	/*fieldset-quickSearch*/	
	#quicksearch #fieldset-quickSearch {
		max-width: 800px;
	}
	
	#quicksearch #fieldset-quickSearch legend {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#quicksearch li.city {
		max-width: 580px;
	}

}#logo {
	padding: 10px;
	margin: 0;
}

#logo img {
	max-width: 50%;
}

#logo a {
	display: inline-block;
}

@media screen and (min-width:600px) {
	
	#logo img {
		max-width: 100%;
	}
	
}#toggle-menu {
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ccc;
	padding: 5px 10px;
	position: absolute;
	top: 20px;
	right: 20px;
}

nav ul {
	display: none;
	z-index: 10;
}

nav li {
	width: 100%;
	border-top: 1px solid #ccc;
}

.navigation > li:last-child {
	border-bottom: 1px solid #ccc;
}

nav a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 16px;
}

nav li li a {
	padding: 5px 20px;
	font-size: 14px;
}

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

	#toggle-menu {
		display: none;
	}
	
	nav li, .navigation > li:last-child {
		border-bottom: none;
	}
	
	nav > ul {
		display: block !important;
		overflow: visible !important;
	}
	
	nav > ul > li {
		display: inline-block;
		width: auto;
		border: none;
		position: relative;
	} 

	nav .navigation {
		font-size: 0;
	}
	
	nav li ul {
		position: absolute;	
		top: 26px;
	}
	
	nav ul li li {
		width: auto;
		position: relative;
		border-top: none;
	}
	
	nav li li a {
		background: #fff;
		padding: 3px 10px;
		width: 180px;
		text-align: left;
	}
	
	nav li:hover ul, nav li:hover li {
		display: block;
	}
	
	/*Sub*/
	.navigation li li:hover ul {
		top: 0;
		left: 100%;
	}

}
.header-content p.socialmedia {
	margin-bottom: 0;
}

.header-content p.socialmedia a {
	margin-left: 2px;
	width: 28px;
	height: 28px;
	background: url(/_assets/3183/images/../../images/socialmedia/socialMedia_28.png) no-repeat;
	text-indent: -9999px;
	float: right;
}

.header-content p.facebook a { background-position: 0 0; }
.header-content p.facebook a:hover { background-position: 0 -28px; }

.header-content p.twitter a { background-position: -28px 0; }
.header-content p.twitter a:hover { background-position: -28px -28px; }

.header-content p.addthis a { background-position: -56px 0; }
.header-content p.addthis a:hover { background-position: -56px -28px; }

.header-content p.youtube a { background-position: -84px 0; }
.header-content p.youtube a:hover { background-position: -84px -28px; }

.header-content p.pinterest a { background-position: -112px 0; }
.header-content p.pinterest a:hover { background-position: -112px -28px; }

.header-content p.linkedin a { background-position: -140px 0; }
.header-content p.linkedin a:hover { background-position: -140px -28px; }

.header-content p.instagram a { background-position: -168px 0; }
.header-content p.instagram a:hover { background-position: -168px -28px; }#feature-properties {
	width: 100%;
	height: 100%;
}

#feature-properties .slider-sash {
	display: none;
}

#feature-properties .slider-wrapper {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 0 0 66.7% 0; /* would be 75% for 4:3 images */
}

#feature-properties .slider {
	width: 100%;
}

#feature-properties .slider .property-list {
	float: left;
	width: 100%;
}

#feature-properties .selectorsBlock {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 20px;
}

#feature-properties .selectorsBlock .selectors {
	text-align: center;
}

#feature-properties .selectorsBlock .selectors .item {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 0 0 3px;
	border: 1px solid #333;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#feature-properties .selectorsBlock .selectors .first {
	margin-left: 0;
}

#feature-properties .selectorsBlock .selectors .selected {
	background: #333;
	border: 1px solid #333;
}

#feature-properties .controls {
	position: absolute;
	top: 0px;
	right: 0px;
	
}

#feature-properties .controls div {
	background: #fff;
	float: left;
	margin: 5px 5px 0 0;
	padding: 0 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
} 
#staff-slider-single {
	width: 100%;
	height: 100%;
}

.staff-slider-container { 
	/* defaults for resposive height container */
	position: relative;
	width: 100%;
	height: 0;
	padding: 0 0 100% 0; /* image ratio */
}

#staff-slider-single .staff-slider-wrapper {
	width: 100%;
	height: 600px;		/*Height needs to be set*/
}

#staff-slider-single .slider, .staff-view {
	width: 100%;
	height: 100%;
}

#staff-slider-single .slider .property-list {
	float: left;
	width: 100%;
}
/*
#staff-slider-single .selectorsBlock {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 20px;
}

#staff-slider-single .selectorsBlock .selectors {
	text-align: center;
}

#staff-slider-single .selectorsBlock .selectors .item {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 0 0 3px;
	border: 1px solid #333;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#staff-slider-single .selectorsBlock .selectors .first {
	margin-left: 0;
}

#staff-slider-single .selectorsBlock .selectors .selected {
	background: #333;
	border: 1px solid #333;
}
*/
#staff-slider-single .controls {
	position: absolute;
	top: 0px;
	right: 0px;
	
}

#staff-slider-single .controls div {
	background: #fff;
	float: left;
	margin: 5px 5px 0 0;
	padding: 0 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
} .property-list-6, .property-list-6 .property-list-details {
	width: 100%;
	height: 100%;
	position: relative;
}

.property-list-6 {
	margin-bottom: 20px;
}

.property-list-6 img {
	max-width: 100%;
	margin: 0;
}

.property-list-6 .status, .property-list-6 .disp-method {
	display: none;
}

.property-list-6 a {
	background: url(/_assets/3183/images/'images/spacer.gif');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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

	.property-list-6 .property-list-image {
		height: 0;
		padding: 0 0 65%; /*cuts off the edge slightly to ensure all images are the same height */
		overflow: hidden;
	}

}
#searchResultsSortOrder {
	width: 240px;	
	margin: 10px auto 0;
}

#searchResultsSortOrder fieldset {
	margin: 0;
}

#searchResultsSortOrder legend {
	display: none;
}

#view-shortlist {
	width: 240px;
	display: block;
	padding: 10px 20px;
	margin: 10px auto;
}

.pagination {
	clear: both;
}

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

	#searchResultsSortOrder {
		margin: 10px;
		float: right;
	}
	
	#view-shortlist {
		margin: 10px 0;
		width: auto;
		float: right;
	}
}/* 3083 Cardow Partners */
body  {
	font: 14px/24px "Arial", Helvetica, sans-serif;
	color: #2b2b2e;
	background: #f1efee;
}

.wrapper {
	background: none;
	position: relative;
}

.page-content {
	padding: 10px 0;
}

#content {
	background: url(/_assets/3183/images/../../3083/images/ampersand.png) 80% 110% no-repeat;
}

/* @group common */

/*fonts*/


/*Heading 1*/
h1, h2, h3, .property-list-3 p.suburb, .property-list-3 p.street, 
#property-detail p.price {
	margin: 10px 0 30px;
	padding: 10px 0 20px;
	font: 22px/31px "Georgia", times;
	font-weight: normal;
	border-bottom: 2px solid #3b3b3e;
}

/*Heading italic*/
h1, h2, h3, .property-list-3 p.suburb, 
#property-detail p.price {
	font-style: italic;
}

/*Heading 2*/
.property-list-3 p.suburb, .property-list-3 p.street, 
#property-detail p.price, #property-detail .auction h3, 
footer h3 {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

/*blue*/
nav a:hover, nav li.active > a, #foot h3 span, 
.right-col-agent a, 
.pagination .current a, 
.property-list .inspections, 
.single-agent p span, 
.agents-1 a, 
#foot a {
	color: #00aeef
}

.property-list-3 .property-details, .right-col-feature-items, 
.property-links, 
.index .staff-view-3, .staff-view-details, .staff-detail-info, 
.staff-detail-cardow .staff-detail-container {
	background: #00aeef;
	color: #fff;
}

/*Black*/
.property-list-6, .agents-4 .single-agent, .contact-form {
	background: #2b2b2f;
	color: #fff;
}

/*black2*/
.text label, .textarea label, .radio label.optional {
	background: #424245;
	color: #fff;
}

/*black3*/
.text input, .textarea textarea, .checkbox, .radio div.radio {
	background: #636368;
	color: #fff;
}


/*BBC*/
p.bbc span {
	padding-right: 40px;
	line-height: 30px;
	background-repeat: no-repeat;
	display: inline-block;
}

p.bbc span.bbcText {
	display: none;
}

p.bbc span.bedrooms, p.bbc span.bathrooms, p.bbc span.carspaces {
	background-image: url(/_assets/3183/images/../../3083/images/bbc.png);
}

/*grey BBC*/
p.bbc span.bedrooms {
	background-position: 19px 0;
}

p.bbc span.bathrooms {
	background-position: 25px -30px;
}

p.bbc span.carspaces {
	background-position: 25px -60px;
}

/*White BBC*/
#feature-properties p.bbc span.bedrooms, 
.property-list-cardow p.bbc span.bedrooms {
	background-position: 19px -90px;
}

#feature-properties p.bbc span.bathrooms, 
.property-list-cardow p.bbc span.bathrooms {
	background-position: 25px -120px;
}

#feature-properties p.bbc span.carspaces, 
.property-list-cardow p.bbc span.carspaces {
	background-position: 25px -150px;
}

/*lightbox*/
#sb-title, #sb-counter {
	display: none;
}

#sb-wrapper-inner {
	padding: 0;
	background: #fff;
	border: none;
}

 #sb-body-inner {
	 z-index:999;
 }

#sb-info, #sb-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:50px;
	display: block;
	background: none;
	float: none;
	z-index:1000
}

#sb-info a#sb-nav-next, #sb-info a#sb-nav-previous {
	position: absolute;
	top: 30%;
	width: 20px;
	height: 40px;
	background-image: url(/_assets/3183/images/../../images/imageSlider_controls.png);
	background-repeat: no-repeat;
	display: block;
	z-index: 2;
}

#sb-nav-previous {
	right: 3%;
	background-position: -20px 0;
}

#sb-nav-next {
	left: 3%;
	background-position: 0 0;
}


/* @group Forms */

select {
	min-height: 38px;
}

#toggle-search, #quicksearch label, #quicksearch li.city, .fake-select .btn, #quicksearch #add-location, 
#quicksearch button {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	background-color: #3b3b3e;
	border-color: #696564 !important;
}

a#toggle-search:hover, #quicksearch fieldset#fieldset-disposalMethodGroup label.checked, 
#quicksearch fieldset#fieldset-disposalMethodGroup label:hover, 
#quicksearch button:hover {
	background-color: #636368;
}

#quicksearch #fieldset-quickSearch legend {
	font-family: "Georgia", times;
	font-style: italic;
	color: #f1efee;
}

#quicksearch #add-location {
	background: #636368;
	border: none;
}

a#toggle-search, #quicksearch li, #quicksearch div.radio label, #quicksearch button, 
.text .element span, .textarea .element span, .select .element select + span {
	color: #acabab !important;
	text-decoration: none;
}

.fake-select .btn {
	background: url(/_assets/3183/images/../../3083/images/caret.gif) right no-repeat #3b3b3e;
}

div.radio label, .fake-select .btn {
	color: #fff;
}
	
#quicksearch #search-more {
	display: none;
}

span.caret {
	display: none;
}

.text input, .textarea textarea, .checkbox, .radio div.radio {
	border: none;
}

div.radio label.checked span {
	background: #fff;
	box-shadow: none;
}

#content button#submit {
	background: url(/_assets/3183/images/../../3083/images/button_submit.png) no-repeat center left;
	float: none;
	text-indent: -9999px;
	border: none;
}

/* @end */

/* @end */

/* @group Head */

.header_0 {
	padding: 10px 0;
	background: #171718;
	color: #fff;
}

.header_1 {
	background: #2b2b2e;
	border-bottom: 4px solid #504f4f;
}

header h2#logo, h2#logo a {
	padding: 10px 0;
	width: 314px;
	height: 112px;
	border-bottom: none;
}

/* @group Nav */

#toggle-menu {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	border-color: 1px solid #696564;
	background: #000;
}

nav a {
	color: #fff;
	font-size: 14px;
	background: #222222;
}

nav li li a {
	background: #3a3a3a;
}

/* @end */

/* @end */

/* @group Home */
	
/* @group POM */

#feature-properties {
	margin-bottom: 15px;
	width: 100%;
}

#feature-properties .slider-wrapper {
	padding: 0 0 100%;
}

.property-list-3 .property-details {
	padding: 10px;
}

.property-list-3 img {
	margin: 0 0 10px 0;
	width: 100%;
	float: none;
}

#feature-properties .slider-sash {
	position: absolute;
	top: 104px;
	left: -11px;
	width: 224px;
	height: 156px;
	display: inherit;
	background: url(/_assets/3183/images/../../3083/images/sash_agentChoice.png) no-repeat;
	z-index: 10;
}

.property-list-3 p {
	padding: 0;
}

.property-list-3 .price {
	font: 18px/31px "Georgia", times;
	font-weight: normal;
	font-style: italic;
}

.property-list-3 p.intro {
	font-style: italic;
}

.property-list-3 p.suburb, .property-list-3 p.street {
	font-size: 16px;
	line-height: 20px;
}

.property-list-3 p.suburb span, .property-list-3 p.disp-method, .property-list-3 .agents, .property-list-3 .heading, .property-list-3 .intro, .property-list-3 .button {
	display: none;
}


#feature-properties .controls {
	display: none;
}

#feature-properties .selectorsBlock {
	bottom: 35%;
}

#feature-properties .selectorsBlock .selectors .item {
	width: 13px;
	height: 13px;
	border: none;
	background: url(/_assets/3183/images/../../3083/images/icon_selectors.png) top no-repeat;
}

#feature-properties .selectorsBlock .selectors .selected {
	background: url(/_assets/3183/images/../../3083/images/icon_selectors.png) bottom no-repeat;
}

/* @end */	

/* @group Latest listings */

#latest-listings > h3 {
	display: none;
}

.property-list-6  {
	color: #f1efee;
}

.property-list-6 .property-list-image {
	max-width: 100%;
}

.property-list-6 .property-list-details {
	padding: 55px 20px 20px;
}

.property-list-6 .bbc, .property-list-6 h4 {
	color: #918f89;
	font-weight: normal;
}

.property-list-6 h4, .property-list-6 h3, .property-list-6 .street {
	margin: 0;
	padding: 0;
	font: 16px/26px "Georgia", times;
	font-weight: normal;
	border-bottom: none;
}

.property-list-6 h3, .property-list-6 h4 {
	font-style: italic;
}

.property-list-6 p.bbc {
	position: absolute;
	top: 20px;
	height: 30px;
}

.property-list-6 .Land p.land-size {
	display: inherit;
	line-height: 30px;
}

.index .property-list-6 .Land p.bbc {
	display: none;
}

.index .property-list-6 .Land p.land-size {
	display: inherit;
}

/* @end */	

/* @group Staff */

.staff-slider-container {
	padding: 0 0 70% 0;
}

#staff-slider-single .staff-slider-wrapper {
	width: 100%;
	height: 300px;		/*Height needs to be set*/
}

.staff-view-3 {
	padding: 0;
}

.index .staff-view-3 .image {
	width: 50%;
	max-width: 50%;
	height: 100%;
	background: none;
	float: left;
}

.index .staff-view-3 img, .staff-view-3 .missing-image {
	width: 100%;
	max-height: 800px; /*Arbitary - to override*/
}

.index .staff-view-3 img {
	position: absolute;
	top: 0;
}

.index .staff-view-3 .staff-view-details {
	width: 50%;
	float: left;
}

#staff-slider-single .staff-controls {
	position: initial;
	width: 100%;
}

#staff-slider-single .staff-controls div {
	position: absolute;
	bottom: 10%;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 40px;
	float: none;
	text-indent: -9999px;
	background: none;
	background-image: url(/_assets/3183/images/../../images/imageSlider_controls.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#staff-slider-single .staff-controls .staffSlider-prev {
	left: 3%;
	cursor: pointer;
}

#staff-slider-single .staff-controls .staffSlider-next {
	right: 53%;
	background-position: -20px 0;
	cursor: pointer;
}

/* @end */	

/* @end */	

/* @group Property List */

#searchResultsSortOrder, #view-shortlist, .pagination-top,
.property-list-cardow span.status {
	display: none;
}

.index #latest-listings span.status {
	display: block;
	background: url(/_assets/3183/images/../../3083/images/sash_newListing.png) no-repeat;	
	text-indent: -9999px;
	width: 224px;
	height: 156px;
	position: absolute;
	top: -9px;
	left: -11px;
}

.property-list-cardow span.leased {
	display: block;
	background: url(/_assets/3183/images/../../3083/images/sash_leased.png) no-repeat;	
	text-indent: -9999px;
	width: 224px;
	height: 156px;
	position: absolute;
	top: -9px;
	left: -11px;
}

.property-list-cardow span.sold {
	display: block;
	background: url(/_assets/3183/images/../../3083/images/sash_sold.png) no-repeat;	
	text-indent: -9999px;
	width: 224px;
	height: 156px;
	position: absolute;
	top: -9px;
	left: -11px;
}

.property-list-cardow span.under-offer {
	display: block;
	background: url(/_assets/3183/images/../../3083/images/sash_underOffer.png) no-repeat;	
	text-indent: -9999px;
	width: 224px;
	height: 156px;
	position: absolute;
	top: -9px;
	left: -11px;
}

.property-list-cardow span.under-contract {
	display: block;
	background: url(/_assets/3183/images/../../3083/images/sash_underContract.png) no-repeat;	
	text-indent: -9999px;
	width: 224px;
	height: 156px;
	position: absolute;
	top: -9px;
	left: -11px;
}

.property-list-cardow h3, .property-list-cardow p.street {
	font: 18px/27px "Georgia", times;
}

.property-list-cardow h3 {
font-style: italic;
}

.property-list-cardow .features h4, .property-list-cardow p.bbc {
	margin: 0;
	padding: 5px;
	float: none;
	border-top: 1px solid #fff;
}

.property-list-cardow.Land p.bbc-feature.land-size {
	display: inherit;
}

.property-list-cardow a.more {
	padding-top: 10px;
	font: 14px/24px "Arial", Helvetica, sans-serif;
}

.pagination a {
	padding: 3px;
	background: none;
}

.pagination a {
	color: #2b2b2e;
}

.property-list .inspections h3, .property-list .inspections p {
	padding: 0;
	font: 14px/24px "Arial", Helvetica, sans-serif;
	font-style: italic;
}

.property-list .inspections h3 {
	padding-right: 5px;
	width: 130px;
	float: left;
	display: block;
}

.property-list-cardow p.street {
	padding: 0 5px 5px 5px;
}

.property-list-cardow p.heading {
	display: none;
}

.property-list .inspections div {
	width: auto;
	float: left;
	text-align: left;
}

.agents-1 p.agent-title {
	margin: 0;
	display: inherit;	
}

/* @end */	

/* @group Property Details */

#property-detail {
	position: relative;
}

#property-detail h2 {
	margin-bottom: 20px;
}

#property-detail .add-this {
	margin: 0 0 10px 0;
	padding-top: 0;
	line-height: 36px;
	display: none;
}

#property-detail .add-this p {
	margin: 0 10px 0 0;
	line-height: 30px;
	float: left;
}

/* @group Slideshow */

.fluidHeight {
	width: 100%;
	height: 413px;
}

@media screen and (max-width: 1000px) {
			
	.fluidHeight {
		height: 0;
		padding: 0 0 62.5% 0;
	}
	
}

.property-detail-cardow .item a.shadowbox-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/_assets/3183/images/../../images/spacer.gif);
	display: none;
}

.property-detail-cardow .sliderContainer .caption, .sliderContainer2, .sliderControl {
	display: none;
}

/* @end */	

.right-col-feature-items.features, .right-col-feature-items section.inspections {
	margin-bottom: 20px;
	padding: 3px 20px;
}

section.inspections-3 {
	height: 110px;
	overflow: hidden;
	margin-bottom: 0;	
}
 
.contact-form, .single-agent div:first-of-type {
	margin-bottom: 20px;
	padding: 10px 20px;
}

.left-col {
	margin-bottom: 20px;
}

.features, .features2, .right-col-features .inspections {
	width: 100%;
}

.features .heading {
	font: 22px/31px "Georgia", times;
	font-weight: normal;
	font-style: italic;
	display: none;
}

.features td {
	padding: 5px;
	border-bottom: 1px solid #fff;
}

.features td.feature2-heading {
	font-weight: bold;
}

.features td.feature2-label p {
	margin: 0;
}

#property-detail .inspections-3 h3 {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	font: 14px/24px "Arial", Helvetica, sans-serif;
	font-weight: bold;
}

.text label, .textarea label, .radio label.optional {
	border-color: #424245;
}

#property-detail .auction h3, #property-detail .auction p {
	font: 14px/24px "Arial", Helvetica, sans-serif;
}

#property-detail .auction h3 {
	font-weight: bold;
} 

#property-detail p.description {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 2px solid #3b3b3e;
}

/*Agent*/
.agents-4 .single-agent {
	margin-bottom: 20px;
}

.agents-4 .single-agent img {
	width: 50%;
	float: left;
}

.agents-4 .single-agent p {
	float: none;
	white-space: nowrap;
}

.single-agent h3 {
	margin: 0;
	padding: 0 0 10px;
	border: none;
}

.single-agent div:first-of-type {
	margin-bottom: 0;
	padding: 10px 20px;
	width: 50%;
	overflow: auto;
	float: left;
}

.single-agent p {
	margin-bottom: 5px;
}

.single-agent p.agentLinks {
	margin-top: 10px;
}

/*Links*/
.property-links {
	width: 100%;
}

.property-links h3 {
	margin: 10px;
	padding: 5px 0;
	border-color: #fff;
}

.property-links li {
	padding: 0 10px;
	width: 100%;
}

.property-links li a {
	padding: 0 0 0 30px;
	line-height: 40px;
	background-image: url(/_assets/3183/images/../../3083/images/icon_tools.png);
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	display: block;
}

.property-links li.floorplan a {
	background-position: 0 -40px;
}

.property-links li.email-a-friend a {
	background-position: 0 -80px;
}

.property-links li.vendor-login a {
	background-position: 0 -120px;
}

.property-links li.VirtualTour a {
	background-position: 0 -155px;
}

.property-links-1 .vendor-login {
	display: inherit;
}

.property-links a:hover {
	text-decoration: underline;
}

/*form*/
form#RepairRequest div.radio input {
	display: inline-block;	
}

form#RepairRequest li.permission .radio,
form#RepairRequest li.permission label {
	height: 67px;	
}

section#property-detail form#Contact div.radio input {
	display: none;	
}

section.contact-us form#Contact {
	clear: both;
	padding-top: 40px;	
}

.contact-form legend {
	display: none;
}

.property-detail-cardow .text label, .property-detail-cardow .textarea label, 
.property-detail-cardow .radio label.optional {
	border-color: #636368;
	background: #636368;
}

.agency-details .postal {
	display: inline-block;
}

form#MarketAppraisal .email .element span:nth-of-type(2) {
	display: none;
}

/* @end */	

/* @group Staff */

/*Common*/
.our-team .staff-view .image, .our-team .staff-view-3 .missing-image, 
.staff-detail-image {
	max-width: 380px;
	max-height: 280px;
	height: auto;
}

.staff-view-3 .staff-view-details, .staff-detail-info {
	padding: 10px;
	width: 100%;
	text-align: left;
}

.staff-detail-cardow .staff-detail-info p.vcard, .staff-detail-cardow .staff-detail-info p.agentLinks {
	display: block;
}

.staff-detail-info p.agentLinks.myResults,
.staff-detail-cardow .staff-detail-info p.vcard {
	display:none;
}

.staff-view-3 .staff-view-details p a, .single-agent p a, 
.staff-detail-cardow a {
	color: #fff;
	text-decoration: none;
}

.staff-view-3 .staff-view-details p a:hover, .single-agent p a:hover, 
.staff-detail-cardow a:hover {
	text-decoration: underline;
}

.staff-view-3 a.cover {
	display: none;
}

.agentLinks span.view {
	display: inherit;
	color: #fff;
}

.agentLinks .my {
	display: none;
}

/*Home Page*/
.staff-view-3 .staff-view-details p, .single-agent p {
	margin: 0;
	width: 100%;
	float: left;
	font: 22px/31px "Georgia", times;	
}

.staff-view-3 .staff-view-details p.name {
	font-style: italic;
}

.staff-view-3 .staff-view-details p.position {
	margin-bottom: 10px;
}

.staff-view-3 .staff-view-details p.agentLinks, .single-agent p {
	font: 14px/16px "Arial", Helvetica, sans-serif;
}

.staff-view-3 .staff-view-details p.myProperties, .staff-view-3 .staff-view-details p.myProfile, 
.single-agent p.myProperties, .single-agent p.myProfile {
	margin-right: 10px;
	padding-right: 10px;
	width: auto;
	display: block;
}

/*our team*/
.our-team .staff-view-3 {
	margin: 0 0 20px 1.6%;
	width: 49.2%;
	float: left;
	clear: none;
}

.our-team .staff-view-3:first-of-type {
	margin-left: 0;
}

.our-team .staff-view-3:nth-of-type(2n+1) {
	margin-left: 0;
	clear: both;
}

.our-team .staff-view-3 .missing-image {
	height: 280px;
}

.our-team .staff-view-details {
	overflow: auto;
}

/*profile*/
.staff-detail-cardow .staff-detail-container {
	overflow: auto;
}

.staff-detail-cardow .staff-detail-image, .staff-detail-cardow .staff-detail-info {
	width: 50%;
	float: left;
}

.staff-detail-image {
	max-height: 100%;
}

.staff-detail-image img {
	width: 100%;
}

.staff-detail-cardow p.email {
	margin: 0;
	padding: 0 0 0 30px;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #fff;
	background: url(/_assets/3183/images/../../3083/images/icon_tools.png) 0 -80px no-repeat;
	overflow: hidden;
} 

.staff-detail-cardow .staff-detail-info p.office {
	display: none;
}

.staff-detail-cardow .staff-detail-info p.myProperties {
	display: inline-block;	
}

/* @end */	

/* @group Office profile */

.image-slider-cardow, .image-slider-cardow .item img {
	width: 100%;
}

.image-slider-cardow .sliderContainer {
	position: relative;
}

.image-slider-cardow .item {
	margin: 0 0 1.6% 1.6%;
	width: 32.2%;
	float: left;
}

.image-slider-cardow .item:nth-of-type(3n+1) {
	margin-left: 0;
}

/* @end */	

/* @group Footer */

footer { padding: 20px 0; }

#foot {
	background: #171718;
	color: #f1efee;
}

#foot .office-map a {
	color: #fff;
	text-decoration: none;	
}

#foot .office-map a:hover {
	text-decoration: underline;	
}

#foot-office {
	padding-bottom: 20px 0;
	background: #2b2b2e;
}

#foot-office h3 {
	border-bottom: 2px solid #fff;
}

.footer-content .agency-map {
	margin-bottom: 10px;
	height: 180px;
}

.footer-content #agency-map {
	margin: 0;
}

footer h3 {
	font-size: 17px;
}

/* @group Office Profile */

.index .office-map, 
.id_3083 .office-map.woolgoolga, 
.id_3173 .office-map.bellingen,  
.id_3183 .office-map.urunga,
.id_7475 .office-map.coffsHarbour {
	margin-left: 0;
	display: inherit;
}

.office-profile .office-map.woolgoolga, 
.office-profile .office-map.urunga,
.office-profile .office-map.coffsHarbour {
	margin-left: 1.6%;
	display: inherit;
} 
 
/*office*/
.office-map, .index .office-profile, .office-profile .office-profile {
	display: none;
}

.office-profile .office-map {
	display: inherit;
}

/* @end */

/* @group Buttons */

#foot #mkt-app-button, #foot #property-alert-button {
	margin-bottom: 10px;
	padding: 10px 0;
	position: relative;
}

#foot #mkt-app-button:hover, #foot #property-alert-button:hover {
	background-color: #2b2b2e;
}

#foot #mkt-app-button h3, #foot #mkt-app-button p, 
#foot #property-alert-button h3, #foot #property-alert-button p {
	padding-left: 65px;
}

#foot h3 span {
	padding-left: 10px;
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
}

#foot #mkt-app-button p, #foot #property-alert-button p {
	font-size: 11px;
}

#foot #mkt-app-button {
	background: url(/_assets/3183/images/../../3083/images/icon_mktApp.png) 10px no-repeat;
}

#foot #property-alert-button {
	background: url(/_assets/3183/images/../../3083/images/icon_propAlert.png) 10px no-repeat;
}

#foot #mkt-app-button a, #foot #property-alert-button a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/_assets/3183/images/../../images/spacer.gif);
	border: none;
}

.footer-content .office-map {
    width: 100%;
}

/* @end */

p.footer-copyright, .renet-links p {
	margin: 0;
	font-size: 12px;
}

p.footer-copyright a, .renet-links p a {
	color: #f1efee;
}

/* @end */


@media screen and (min-width:600px) {
	
	#property-detail .left-col {
		padding-top: 0;
		clear: left;		
		position: relative;
	}
	
	/*margin left*/
	.property-list-6, #staff-slider-single, 
	.property-list-3 .property-details, .footer-content .office-map, 
	#foot #property-alert-button, #foot-office .office-profile, 
	.id_3083.index .office-map.woolgoolga,
	.id_3183.index .office-map.urunga,
	.id_7475.index .office-map.coffsHarbour,
	.our-team .staff-view, 
	.staff-detail-content {
		margin-left: 1.6%;	
		float: left;
	}
	
	/*no margin left*/	
	#latest-listings section:first-of-type, 
	.footer-content .office-map:first-child, 
	footer section:first-of-type, 
	.our-team section.staff-view:first-of-type, 
	.office-map.bellingen {
		margin-left: 0;
		float: left;
	}
	
	/* 1 of 2*/
	.staff-detail-container, .staff-detail-content, 
	#foot.property .office-map, #foot-office .office-profile {
		width: 49.2%;
		float: left;
	}
	
	/*1 of 3 col*/
	.property-list-6, #staff-slider-single, 
	.property-list-3 .property-details, 
	.footer-content .office-map {
		width: 32.2%;
	}
	
	/*2 of 3 col*/
	.property-list-3 img, .index h1.wpm, .index .wpm-content {
		width: 66.1%;
		float: left;
	}
	
	/*1 of 4 col*/
	.image-slider-cardow .item, .image-slider-cardow .item:nth-of-type(3n+1) {
		margin: 0 0 1.6% 1.6%;
		width: 23.8%;
		float: left;
	}
	
	.image-slider-cardow .item:nth-of-type(4n+1) {
		margin-left: 0;
	}
	
	/*right*/
	#staff-slider-single, #foot-office .office-profile {
		float: right;
	}

	/*head*/
	header h2#logo, h2#logo a {
		padding: 0;
	}
	
	/* @group Nav */

	nav a {
		background: none;
	}

	nav li li a {
		background: #2b2b2e;
		border-top: 1px solid #504F4E;
	}
	
	nav li ul {
		top: 34px;
	}

	/* @end */
	
	/* @header contact details */
	.header-content .officeContact {
		position: absolute;
		right: 10px;
		bottom: 152px;
		font-family: "Georgia", times;
		font-style: italic;
		color: #00aeef;
	}
	
	/* @end */
	
	/* @group Social Media */
	.header-content {
		position: absolute;
		right: 0;
		bottom: -34px;
		width: 200px;
		z-index: 1;
	}
	
	/* @end */
	
	/* @group Home */
	
	/* @group POM */
	
	#feature-properties .slider-wrapper {
		padding: 0 0 40%;	
	}
	
	.property-list-3 img {
		float: left;
	}
	
	.property-list-3 .property-details {
		min-height: 410px;
	}

	.property-list-3 p.intro {
		display: inherit;
	}
	
	#feature-properties .selectorsBlock {
		bottom: 10px;
		left: 69%;
		width: auto;
	}
	
	/* @end */	
	
	/* @group Latest listings */
	
	
	/* @end */
	
	/* @group Staff */
	
	.staff-slider-container {
		padding: 0 0 180% 0;
	}
	
	.index .staff-view-3 .image {
		width: 100%;
		max-width: 100%;
	}

	.index .staff-view-3 .staff-view-details {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: #00aeef;
	}
	
	#staff-slider-single .controls div {
		bottom: 60%;
	}
		
	#staff-slider-single .controls div.next {
		right: 3%;
	}
	
	/* @end */	
	
	/* @end */	
	
	/* @group Property Details */
	
	.property-detail-cardow .item a.shadowbox-link {
		display: block;
	}
	
	#property-detail p.price {
		margin: 10px 0 0;
		padding: 0;
	}
	
	/* @end */	
	
	/* @group Staff */
	
	.our-team .staff-view-3 {
		width: 23.8%;
	}
	
	.our-team .staff-view-3:nth-of-type(2n+1) {
		margin-left: 1.6%;
		clear: none;
	}

	.our-team .staff-view-3:nth-of-type(4n+1) {
		margin-left: 0;
		clear: both;
	}
	
	/* @end */	
	
	/* @group Foot */
	
	#foot #mkt-app-button, #foot #property-alert-button {
		width: 49.2%;
	}

	#foot #mkt-app-button p, #foot #property-alert-button p {
		font-size: 13px;
	}

	.footer-content .office-map {
        width: 48.2%;
    }
	
	/* @end */	
	
}

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

	/* @group Forms */
	
	#quicksearch button {
		width: 30px;
		height: 26px;
		text-indent: -9999px;
		background-image: url(/_assets/3183/images/../../3083/images/icon_qs.png);
	}	
	
	/* @end */
	
	/* @group POM */
	
	.property-list-3 p.suburb, .property-list-3 p.street {
		font-size: 22px;
		line-height: 31px;
	}

	.property-list-3 p.intro {
		display: inherit;
	}
	
	/* @end */
	
	/* @group Staff */
	
	.staff-slider-container {
		padding: 0 0 70% 0;
	}
	
	.index .staff-view-3 .image {
		width: 50%;
		max-width: 50%;
		height: 100%;
		background: none;
		float: left;
	}
	
	.index .staff-view-3 .staff-view-details {
		position: relative;
		width: 50%;
		float: left;
	}
	
	#staff-slider-single .controls div {
		bottom: 10%;
	}
	
	#staff-slider-single .controls div.next {
		right: 53%;
	}
	
	/*profile*/
	.staff-detail-cardow .staff-detail-container {
		width: 32.2%;
		max-height: 214px;
		overflow: hidden;
	}
	
	.staff-detail-content {
		width: 66.1%;
	}
	
	/* @end */	
	
	/*property list*/
	
	#search-results .property-list {
		height: 235px;
		overflow: hidden;	
	}
	
	/* @end */	

	/* @group Office profile */
	
	.office-profile .image-slider-cardow {
		width: 50.2%;
		float: left;
	}

	.office-profile .image-slider-cardow {
		margin-left: 1.6%;
	}
	
	.office-profile #image-slider {
		float: left;	
	}
	
	.office-profile .wpm-content {
		float: right;
		width: 335px;
		margin-right: 1.6%;	
	}
	
	/* @end */	
	
	/* @group property */	
	
	/* @group List */
	
	.pagination .propertiesFound {
		float: left;
	}

	.pagination ul {
		width: auto;
		text-align: right;
	}

	.property-list-cardow a.more {
		border-top: 1px solid #fff;
		color: #fff;
		font-style: normal;
		text-decoration: none;
	}
	
	/* @end */	

	#property-detail h2 {
		margin: 10px 0 30px;
	}
	
	#property-detail .add-this {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		line-height: 30px;
	}
		
	#property-detail .add-this p {
		margin: 0;
		float: none;
		line-height: 20px;
	}

	.property-list-cardow .agents {
		margin-top: 20px;
	}

	/* @group Slider */

	.sliderContainer2 {
		display: inherit;
		width: 100%;
	}
	
	.doubleSlider-2 {
		margin: 0;
		width: 100%;	/*need to take any margin into acount*/
	}
	
	/* @end */	
	
	.property-links h3 {
		margin: 0;
		padding: 0 5px;
		font-size: 14px;
		line-height: 40px;
		border: none;
		float: left;
		font-family: "Arial", Helvetica, sans-serif;
	}

	.property-links li {
		padding: 0 10px;
		width: auto;
		display: inline-block;
	}

	.property-links-1 .vendor-login {
		display: inline-block;
	}
	
	#property-map {
		height: 476px;
	}
	
	/* @end */
	
}

@media screen and (min-width:1000px) {
	
	.wrapper {
		width: 1000px;
	}
	
	.index #staff-slider-single {
		height: 317px;
		overflow: hidden;
	}
	
	/*1 of 3 col*/
	#foot.property .office-map {
		width: 23.2%;
	}
	
	/*2 of 3 col*/
	#foot-office .office-profile {
		width: 75.1%;
	}

	/* @group Nav */
	
	nav {
		position: absolute;
		top: 42px;
		right: 0;
	}
	
	/* @end */
	
	.property-list-6 .property-list-details {
		height: 150px;
	}

	/* @group Property */
	
	/* @group List */
	
	#search-results .property-list {
		height: 258px;
		overflow: hidden;	
	}
	
	.property-list-cardow .property-thumbnail, .property-list-cardow .property-thumbnail img {
		width: 316px;
		height: 237px;
	}
	
	.property-list-cardow .features {
		width: 233px;
		min-height: 237px;
	}

	/* @end */
	
	/* @group Slider */
	
	#property-detail .left-col-images {
		padding-top: 0;
	}
	
	.doubleSlider-1 .slider .item {
		margin: 0;
		width: 661px;
	}

	.sliderContainer2 {
		width: 100%;
	}
	
	.doubleSlider-2 {
		margin: 0;
		width: 100%;	/*need to take any margin into acount*/
		height: 121px;
	}

	.doubleSlider-2 .button {
		width: 161px;
		height: 121px;
	}

	.doubleSlider-2 .button img {
		max-width: 161px;
	}
	
	.sliderControl {
		position: absolute;
		top: 30%;
		display: block;
	}

	.sliderControl.prev {
		left: 3%;
	}

	.sliderControl.next {
		right: 3%;
	}

	/* @end */
	
	.right-col-feature-items.features {
		height: 413px;
		overflow: auto;
	}

	.right-col-feature-items.feature-inspections {
		height: 121px;
		overflow: hidden;
	}

	#property-detail p.bbc {
		position: absolute;
		top: 20px;
		right: 0;
	}	
	
	#property-detail .auction, #property-detail .property-heading {
		clear: both;
	}

	#property-detail .auction h3 {
		display: none;	
	}
	
	#property-detail .auction-2 p {
		position: absolute;
	}
	
	/* @end */
	
	/* @group Office profile */
	
	.office-profile .wpm-content {
		width: 450px;	
	}
	
	/* @end */
	
	/* @group Foot */
	.footer-content .office-map {
        width: 23.2%;
    }

	/* @group Office Profile */
	
	.office-profile img {
		margin-right: 1.6%;
		float: left;
	}
	
	/* @end */
	
	/* @end */
}
