    /*
Compiled: 2019-02-27 22:49:04
Errors: None
*/

.clear {
	clear: both;
}

.pageContent {
  padding: 0;
	margin: 10px auto 0 auto;
}

.contentHeading {
	color: #fece2f;     
}

@media (min-width: 450px) {
	.pageContent {
    	width: 450px;
	}
}

@media (min-width: 768px) { 
	.pageContent {
    	width: 768px;
	}
}

@media (min-width: 900px) {
	.pageContent {
    	width: 900px;
	}
}

@media (min-width: 1170px) {
	.pageContent {
    	width: 1170px;
	}
}




/* SET FOOTER STYLES */

/* SET FOOTER MODULE DEFAULTS */

	.footer.darkThemeFooter h2 {
		color:rgba(255, 255, 255, 1);
		padding-bottom:5px;
		border-bottom:1px solid rgba(255, 255, 255, 0.65);
	}

	.footer.darkThemeFooter p {
		color:rgba(255, 255, 255, 1);
		font-weight:normal;
		font-family: helvetica-roman;
		font-size:1em;
	}

	.footer.darkThemeFooter a {
		color:rgba(255, 255, 255, 1);
		font-weight:normal;
		font-family: helvetica-roman;
		font-size:1em;
	}

	.footer.darkThemeFooter a:hover {
		color:rgba(255, 255, 255, 0.7);
	}

	.footer.darkThemeFooter i {
		color:rgba(255, 255, 255, 1);
	}

	.footer h2 {
		color:rgba(0, 0, 0, 1);
		border-bottom:1px solid rgba(0, 0, 0, 0.5);
	}

	.footer p {
		color:rgba(0, 0, 0, 1);
	}

	.footer a {
		color:rgba(0, 0, 0, 1);
	}

	.footer a:hover {
		color:rgba(0, 0, 0, 0.5);
	}

	.footer i {
		color:rgba(0, 0, 0, 1);
	}


/* SET FOOTER QUICKLINKS */

	.footer .moduleQuickLinks ul {
		margin:0px;
		padding:0px;
		list-style-type:none;
		text-align:left;
	}

	.footer .moduleQuickLinks ul li {
		padding:0px 0px 5px;
		margin-bottom:5px;
		border-bottom:1px dotted rgba(0, 0, 0, 0.65);
		font-weight:normal;
		font-family: helvetica-roman;
		font-size:1em;
	}

	.footer .moduleQuickLinks ul li i {
		display:none;	
	}

	.footer.darkThemeFooter .moduleQuickLinks ul li {
		border-bottom-color:rgba(255, 255, 255, 0.65);
	}


/* SET FOOTER BRAND */

	.footer .footerBrand {
		text-align:left;
		padding-top:30px;
	}

	.footer .footerBrand img {
		max-height:100px;	
	}
/* GOOGLE TRANSLATE */

	/* DEFAULT SETTINGS */
	.goog-te-gadget-simple {
		background-color:transparent;
		min-height:25px;
		line-height:25px;
		border-radius:5px;
		border-width:2px;
		border-color:#687074;	
	}
	.goog-te-menu-value span{
		color:#687074;!important;
	}	
	.goog-te-gadget-icon{
		background-image: url(/t/_common/images/google_translate.png)!important;
		background-position: -65px 0px;
		display:none;
	}


	/* DARK THEME SETTINGS */
	.darkThemeHeader .goog-te-gadget-simple {
		background-color:transparent;
		min-height:25px;
		line-height:25px;
		border-radius:5px;
		border-width:2px;
		border-color:rgba(255, 255, 255, 1);	
	}
	.darkThemeHeader .goog-te-menu-value span{
		color:#ffffff!important;
	}	
	.darkThemeHeader .goog-te-gadget-icon{
		background-image: url(/t/_common/images/google_translate.png)!important;
		background-position: -65px 0px;
		display:none;
	}

#google_translate_element {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	white-space: nowrap;
	position: fixed;
	z-index: 10000;
	right: -50px;
	top: 165px;
	float:right;
}

iframe.goog-te-menu-frame.skiptranslate {
	visibility: visible;
	box-sizing: content-box;
	width:885px !important;
	min-height: 265px !important;
	left:auto !important;
	top: 110px !important;
	float:right !important;
	right:35px !important;
	overflow-y:hidden !important;
	box-shadow:none !important;
}

iframe.goog-te-menu-frame.skiptranslate .goog-te-menu2 {
	box-sizing: content-box;
	width: 100% !important;
	height: 100% !important;
	border:0px !important;
	background-color:rgba(0, 0, 0, 0.85) !important;
	overflow:hidden !important;
}
.testimonials {
	margin-top:30px;
}

.testimonials h2.testimonialStaffMember {
	font-weight:bold;
	color:#3498db;
	margin:20px auto 0px;
}

.testimonials h3.testimonialPosition {
	margin:10px auto;
}

.testimonials h3.testimonialHeading {
	color:rgba(0, 0, 0, 1);
}

.testimonials p.testimonalContent {
	font-size:14px;
	line-height:2;
}

.testimonials p br:nth-of-type(2n+2) {
	display:none;
}

.testimonials .moreTestimonials a {
	clear: both;
	float:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;

	display: inline-block !important;
	width: 20%;
	height: 40px;
	line-height:40px;
	margin: 10px 0px 5px;
	padding:0px;
	position: relative;
	text-align:center;
	font-size: 1.15em;	
	text-decoration: none;
	background-color:rgba( 0, 0, 0, 0.75);
	color:rgba(255, 255, 255, 1);
	border:0px;

	cursor: pointer;
	
	font-family:helvetica-EXT-BLD;

	/* animation */
	-webkit-transition: all 0.5s ease-in-out !important;
	-moz-transition: all 0.5s ease-in-out !important;
	-ms-transition: all 0.5s ease-in-out !important;
	-o-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;
}.suburb-list {
	width: 218px;
	height: 198px;
	float: left;
	margin: 0 0 10px 10px;
	position: relative;
	overflow: hidden;
}

.suburb-list img {
	height: 198px;
}

.suburb-list span, 
.suburb-list h3,
.suburb-list a {
	position: absolute;
	bottom: 0;
	left: 0;	
}

.suburb-list span {
	display: block;
	background: #000;
	opacity: 0.3;
	width: 100%;
	height: 30px;
}

.suburb-list h3 {
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	margin: 0;
}

.suburb-list a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/_assets/4583/images/../../images/spacer.gif);
}

/* suburb text */
.suburbText a {
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.suburb-detail img {
 	width:100%;
	padding-bottom:20px;
}
.suburb-detail .suburbDesc{
	min-height:500px;
}
.staffWrapper {
	float: left;
    width: 100%;
	padding:15px;
	position:relative;
}

.staffWrapper .agentPhoto{
	border-radius:50%;
	box-sizing:border-box;
	cursor:pointer;
	height:0;
	overflow:hidden;
	padding:50% 0;
	position:relative;
}

.staffWrapper .agentPhoto:before {
	border:8px solid;
	border-radius:50%;
	content:'';
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:+1
}

.staffWrapper .agentPhoto .team-social {
	border-radius:50%;
	bottom: 7px;
	top: 7px;
	left: 7px;
	right: 7px;
	opacity: 0;
	position: absolute;
	width: unset;
	margin: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: +1;
}

.staffWrapper .agentPhoto .team-social .socialWrapper {
	left:0;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	z-index:+1;
}

.staffWrapper .agentPhoto .team-social .socialWrapper i {
	color:rgba(255, 255, 255, 1);
	margin:0;
}

.staffWrapper .agentPhoto img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 0;
}

.staffWrapper:hover .agentPhoto .team-social {
	opacity:1;
}

.staffWrapper .contentWrapper {
	float:left;
	min-height: 200px;
	position:relative;
	width:100% !important;
}

.staffWrapper .contentWrapper > div {
	float:left;
	width:100%;
}

.staffWrapper .contentWrapper > div p {
	bottom:0;
	left:0;
	margin-top:0;
	position:absolute;
	right:0;
}

.staffWrapper .contentWrapper > div p a.btn-primary {
	border-color:transparent;
	display:block;
	left:50%;
	margin:0;
	position:relative;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}




/* START STYLES FOR STAFF DETAIL PAGE */

.staffMemberDetail {
	box-shadow: 0 0 8px #ddd; 
	padding:10px;
	margin-bottom:20px;
}

.staffMemberDetail .photo {
	display:block;
	width:100%;
	height:300px;
	overflow:hidden;
	float:left;
}

.staffMemberDetail .photo img {
	width:100%;
}

.staffMemberDetail .staffName {
	width:100%;
}

.staffMemberDetail .staffName h3.staffMemberDetailName {
	width:100%;
	display:block;
	text-align:left;
	float:left;
	clear:left;
}

.staffMemberDetail .staffName p.staffMemberDetailPosition {
	width:100%;
	display:block;
	text-align:left;
	float:left;
	clear:left;
	color:rgba(0,0,0,0.5);
	padding-bottom:5px;
	border-bottom:1px dotted rgba(0,0,0,0.15);
	margin-bottom:30px;
}

.staffMemberDetail .staffContact {
	width:100%;
}

.staffMemberDetail .staffContact ul.contactMethods {
	list-style-type:none;
	padding:0px;
	min-height:50px;
}

.staffMemberDetail .staffContact ul.contactMethods li {
	margin-bottom:5px;
}

.staffMemberDetail .staffContact ul.contactMethods li span.label {
	font-weight:bold;
	text-align:left;
	color:rgba(0,0,0,0.85);
	font-size:100% !important;
}

.staffMemberDetail .staffContact ul.contactMethods li.email span.label,
.staffMemberDetail .staffContact ul.contactMethods li.agentV-card span.label{
	padding-left:3px;
}

.staffMemberDetail .staffContact ul.contactMethods li span.value {
	float:right;
	color:rgba(0,0,0,0.85);
}

.staffMemberDetail .staffSocial ul.socialIcon li {
	padding:0px 5px 0px 0px;
}

.staffMemberDetail .staffSocial li a {
	color: #aaa;
	padding: 0px;
	min-width: 30px;
	font-size: 20px;
	text-align: center;
	background: #f7f7f7;
	display: inline-block;
	text-decoration:none;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.staffMemberDetail .staffSocial li a:hover {
	background-color:rgba(0,0,0,0.75);
}

.staffMemberDetail .staffLinks {
	min-height:50px;
	width:100%;
	border-top:1px dotted rgba(0,0,0,0.15);
}

.staffMemberDetail .staffLinks p {
	margin:0px;
}

.staffMemberDetail .staffLinks p.myProperties a,
.staffMemberDetail .staffLinks p.myResults a {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	display:inline-block;
	margin:0px;
	
	border-right:1px solid rgba(0,0,0,0.15);
	float:left;
	width:33%;
	text-align:center;
	height:40px;
	line-height:40px;
	margin:0px 0.45% 0px 0px;
	
	color:rgba(0,0,0,0.75);
	
	text-decoration:none;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.staffMemberDetail .staffLinks p.myTestimonials a {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	display:inline-block;
	margin:0px;
	
	float:right;
	width:33%;
	text-align:center;
	height:40px;
	line-height:40px;
	margin:0px;
	
	color:rgba(0,0,0,0.75);
	
	text-decoration:none;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.staffMemberDetail .staffLinks p.myProperties a:hover,
.staffMemberDetail .staffLinks p.myResults a:hover,
.staffMemberDetail .staffLinks p.myTestimonials a:hover{
	background-color:rgba(0,0,0,0.85);
	color:rgba(255,255,255,1);
}

.staffMemberDetail .staffMoreDetail .btn-u {
	background-color:#c1c1c1;
	color:rgba(255,255,255,1);
	clear: both;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0px;

	display: inline-block;
	width: 100%;
	height: 40px;
	line-height:40px;
	margin: 0px;

	position: relative;
	text-decoration: none;
	cursor: pointer;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.staffMemberDetail .staffMoreDetail .btn-u:hover {
	background-color:rgba(0,0,0,0.85);
}.blogItem .blogWrapper {
	position:relative;
	width:25%;
	height:auto;
	float:left;
	background:rgba(255,255,255,1);
}

.blogItem .dateWrapper {
	position:relative;
	width:20%;
	height:60px;
	background:rgba(100,100,100,1);
	float:left;
	border-top-left-radius:5px;
}

.blogItem .triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

.blogItem .dateWrapper h5.month {
		font-weight:normal;
		font-size:1em;
		line-height:0.4em;
		text-transform:uppercase;
		text-align:right;
		color:rgba(255,255,255,0.85);
		margin:12px 15px 0px 5px;
}

.blogItem .dateWrapper h4.day {
		font-weight:bold;
		font-size:2.25em;
		text-transform:uppercase;
		text-align:right;
		color:rgba(255,255,255,1);
		margin:0px 10px 0px 5px;
}

.blogItem .authorWrapper {
		position:relative;
		width:80%;
		height:60px;
		background:rgba(240,52,146,1);
		float:left;
		border-top-right-radius:5px;
}

.blogItem .postWrapper {
		width:100%;
		height:240px;
		float:left;
		padding:5px;
		border:1px solid rgba(0,0,0,0.15);
		background:rgba(255,255,255,1);
		margin-bottom:15px;
		border-radius:0px 0px 5px 5px;
		box-shadow:0px 8px 5px 0px rgba(0,0,0,0.65);
		-webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.35);

}

.blogItem .authorWrapper h5.title {
		font-size:0.7em;
		color:rgba(255,255,255,0.85);
		margin:15px 5px 0px 5px;
}

.blogItem .authorWrapper h4.name {
		font-size:1em;
		color:rgba(255,255,255,1);
		margin:0px 5px 0px 5px;
}	

.blogItem .postTitle {
		font-size:1.4em;
		color:rgba(240,52,146,1);
		margin:0px 0px 5px 0px;
		padding-bottom:5px;
		border-bottom:1px dotted rgba(0,0,0,0.15);
}

.blogItem .postWrapper p.postBody {
		font-weight:300;
		font-size:0.9em;
		color:rgba(0,0,0,0.65);
		margin:0px;
}

.blogItem postWrapper > p:nth-child(n+3) {
		display:none;
}

.blogItem footer {

		height:auto;
		padding-top:5px;
		margin-top:5px;
		border-top:1px dotted rgba(0,0,0,0.15);
		float:left;
		clear:left;
		text-align:right;
		font-weight:300;
		font-size:0.9em;
		line-height:20px;
	
		position:absolute;
		bottom:10px;
		width:89%
}

.readBTN {
	clear: both;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;

	display: inline-block !important;
	height: 35px;
	line-height:35px;
	margin: 10px 0px 5px;
	position: relative;
	text-align:center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255,255,255,.35);
	width: 100%;
	cursor: pointer;
	
	background-color:rgba(0, 0, 0, 1);
	color:rgba(255, 255, 255, 1);

	-webkit-box-shadow:0 4px 5px rgba(0,0,0,.3);
	-moz-box-shadow:0 4px 5px rgba(0,0,0,.3);
	box-shadow:none; /*	box-shadow:0 4px 5px rgba(0,0,0,.3);*/
	
	/* animation */
	-webkit-transition: all 0.5s ease-in-out !important;
	-moz-transition: all 0.5s ease-in-out !important;
	-ms-transition: all 0.5s ease-in-out !important;
	-o-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;

}.blogBorderContent {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

h1.blogDetailHeading {
	color:rgba(0, 0, 0, 1);
}

h4.blogDate {
	color:rgba(0, 0, 0, 0.5);
}

.blogDetailContent a.blogback {
	background:rgba(0, 0, 0, 1);
	color:rgba(255, 255, 255, 1);
	
	text-align:center;
	
	clear: both;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;

	border:0px;

	display: inline-block !important;
	height: 40px;
	line-height:40px;
	margin: 0px;    

	position: relative;
	text-decoration: none;
	/*
	text-shadow: 0 1px 1px rgba(255,255,255,.35);
	*/
	width: 100%;
	cursor: pointer;
	/*
	   -webkit-box-shadow:0 4px 5px rgba(0,0,0,.3);
		  -moz-box-shadow:0 4px 5px rgba(0,0,0,.3);
			   box-shadow:0 4px 5px rgba(0,0,0,.3);
	*/
	-webkit-transition: all 0.5s ease-in-out !important;
	-moz-transition: all 0.5s ease-in-out !important;
	-ms-transition: all 0.5s ease-in-out !important;
	-o-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;	
}

.blogDetailContent a.blogback:hover {
	background:rgba(100, 100, 100, 1);
}#contact-map {
    height: 400px !important;
}

.pageType_3200 #contact-map {
    margin-bottom: 30px;
}
/* START LISTINGS ON A MAP */

#properties-on-map {
    width:100%;
    height:500px;
}

#mapView {
	max-height:1200px;
}

select {/* just to remove arrows in firefox*/
    -moz-appearance: none;
    text-indent: 0.01px;
	text-overflow: '';	
}
<!-- START PAGINATION -->


.paginationHolder {
	float:left;
	margin-bottom:20px;
}

.paginationHolder .pagination {
	border:0px;
}

.paginationHolder .pagination > li.page.current a {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
	
	font-weight:bold;
}

.paginationHolder .pagination > li > a {
	position:relative;
	width: 35px;
	height: 35px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	border-color:rgba(0,0,0,0.15);
    background-color:rgba(0,0,0,0.05);
	color:rgba(0,0,0,0.85);
	
	margin-right:5px;
	margin-bottom:5px;
	padding:0px;
	
	line-height: 35px;
	text-align:center;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.paginationHolder .pagination > li.page a:hover {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
}

.paginationHolder .pagination > li.prev > a,
.paginationHolder .pagination > li.next > a {
	border-color:rgba(0,0,0,0);
    background-color:rgba(0,0,0,0);
	color:rgba(0,0,0,0.75);
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.paginationHolder .pagination > li.prev > a:hover,
.paginationHolder .pagination > li.next > a:hover {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
}

.paginationHolder .pagination > li > a > i {
	line-height:30px;
}

.paginationHolder .paginationMessage p {
	height:35px;
	margin:0px;
	
	text-align:right;
	line-height:40px;
}



/* SET DARK THEME */

.paginationHolder.darkThemePagination .pagination > li.page.current a {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
	
	font-weight:bold;
}

.paginationHolder.darkThemePagination .pagination > li > a {
	position:relative;
	width: 35px;
	height: 35px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	border-color:rgba(0,0,0,0.15);
    background-color:rgba(0,0,0,0.05);
	
	margin-right:5px;
	padding:0px;
	
	line-height: 35px;
	text-align:center;
	color:rgba(0,0,0,0.25);
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.paginationHolder.darkThemePagination .pagination > li.page a:hover {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
}

.paginationHolder.darkThemePagination .pagination > li.prev > a,
.paginationHolder.darkThemePagination .pagination > li.next > a {
	border-color:rgba(0,0,0,0);
    background-color:rgba(0,0,0,0);
	color:rgba(0,0,0,0.75);
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.paginationHolder.darkThemePagination .pagination > li.prev > a:hover,
.paginationHolder.darkThemePagination .pagination > li.next > a:hover {
	color:rgba(255,255,255,1);	
	border-color:rgba(0,0,0,0.75);	
    background-color:rgba(0,0,0,0.75);
}

.paginationHolder.darkThemePagination .pagination > li > a > i {
	line-height:30px;
}



	/* START LIST-ITEM-7 */

	.propertyListItem{
		margin:0px 0px 30px;
		box-shadow: 0 0 8px rgba(0,0,0,0.15);
		display:block;
	}

	.propertyListItem .imgWrapper {
		display: block;
		width: 100%;
		position: relative;
		height: 0;
		padding: 66% 0 0 0;
		overflow: hidden;	
	}

	.propertyListItem .status {
		float:left;
		min-width:26%;
		height:35px;
		margin-top:15px;
		left:50px;
		background-color:#666;
		border-radius:0px 0px 8px 8px;
		padding:0px 5px;
		border:0px;
		
		color:#fff;
		text-align:center;
		line-height:30px;
		font-size:1.25em;
		
		position:absolute;
		z-index:1;
	}

	.propertyListItem a.caption {
		margin:15px;
		display:block;
	}

	.propertyListItem  *, 
	.propertyListItem  *:after, 
	.propertyListItem  *:before { 
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
		box-sizing: border-box; 
	}

	.propertyListItem a {
		text-decoration: none;
		outline: none;
	}

	.propertyListItem a img {
		border: none;
	}

	.propertyListItem .caption {
		display: inline-block;
		position: relative;
		margin: 10px;
		overflow: hidden;
	}

	.propertyListItem .imgWrapper img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}


	.propertyListItem .caption::after,
	.propertyListItem .caption::before {
		position: absolute;
		width: 100%;
		height: 50%;
		color: #fff;
		z-index: 1;
		-webkit-transition: -webkit-transform 0.3s ease-in-out; 
		-moz-transition: -moz-transform 0.3s ease-in-out; 
		transition: transform 0.3s ease-in-out; 
		
		background-color:rgba(0,0,0,0.45);
	}

	.propertyListItem .caption::after {
		content: attr(data-title);
		top: 0;
		font-size:2em;
		font-weight: 300;
		padding: 30px;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);

		padding-top:50px;
		
		font-family:helvetica-EXT-BLD;
		
	}

	.propertyListItem .caption::before {
		content: attr(data-description);
		top: 50%;
		padding: 30px;
		-webkit-transform: translateY(101%);
		-moz-transform: translateY(101%);
		transform: translateY(101%);
		
		background-color:rgba(0,0,0,0.75);
		
		font-size:18px;
	}

	.propertyListItem .caption:hover::after,
	.propertyListItem .caption:hover::before {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}


	.propertyListItem .BBCv {
		position:absolute;
		bottom:-0;
		right:0;
		width:auto;
		height:45px;
		padding-left:15px;
		background-color:#fff;
		
		border-top-left-radius: 5px;
		
		box-shadow:-5px -5px 5px 0px rgba(0,0,0,0.15);
	}

	.propertyListItem .BBCv .BBCValue {
		padding-top:10px;
	}

	.propertyListItem .BBCv img {
		position:relative;
		display:inline-block;
	}

	.propertyListItem h1.listingSuburb {
		font-weight:bold;
		margin:0px 0px 5px 15px;
		text-align:left;
		text-transform:capitalize;
		clear:left;
		min-height: 40px;
	}

	.propertyListItem h4.listingAddress {
		font-size:1.2em;
		min-height:30px;
		margin:0px 0px 5px 15px;
		text-align:left;
	}

	.propertyListItem h3.priceTag {
		margin:25px 0px 5px 15px;
		text-align:left;
		font-size: 1.5em;
		font-weight:bold;
	}

	.propertyListItem .propertyOption {
		width:90%;
		display:block;
		float:left;
		min-height:121px;
		text-align:left;
		margin-left:15px;
		clear: both;
	}

	.propertyListItem .listInfoBlock {
		width:100%;
		display:block;
		float:left;
		min-height:35px;
		text-align:left;
		margin-left:15px;
	}

	.propertyListItem .buttonHolder {
		width:30%;
		float:right;
		display:block;
		margin:0px 20px 20px 0px;
	}

	.propertyListItem .buttonHolder .moreInfo {

		clear: both;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;

		display: inline-block !important;
		height: 35px;
		line-height:35px;
		margin: 10px 0px 5px;
		position: relative;
		text-align:center;
		text-decoration: none;
		background-color:rgba( 0, 0, 0, 0.75);

		width: 100%;
		cursor: pointer;
		
		font-family:helvetica-EXT-BLD;

		/* animation */
		-webkit-transition: all 0.5s ease-in-out !important;
		-moz-transition: all 0.5s ease-in-out !important;
		-ms-transition: all 0.5s ease-in-out !important;
		-o-transition: all 0.5s ease-in-out !important;
		transition: all 0.5s ease-in-out !important;

	}

	.propertyListItem .buttonHolder .moreInfo:hover {
		background-color: rgba(0, 0, 0, 1);	
	}

	@media (max-width:1200px) {
		.propertyListItem .caption {
			/*height:312px;*/
		}
		
		.propertyListItem .caption::before {
			font-size:15px;
			padding:15px;
		}
		
		.propertyListItem .caption::after {
			font-size:2em;
			padding:25px 15px 15px;
		}
	}


	@media (max-width:992px) {
		.propertyListItem .caption {
			/*height:231px;*/
		}
		
		.propertyListItem .caption::before {
			font-size:13px;
			padding:15px;
		}
		
		.propertyListItem .caption::after {
			font-size:1.25em;
			padding:25px 15px 15px;
		}
	}


	@media (max-width:768px) {
		.propertyListItem .caption {
			/*height:479px;*/
		}
		
		.propertyListItem .caption::after {
			font-size:2em;
			padding: 30px;
		
		}

		.propertyListItem .caption::before {
			padding: 30px;
			font-size:18px;
		}
	}


	@media (max-width:600px) {
		.propertyListItem .caption {
			/*height:231px;*/
		}
		
		.propertyListItem .caption::before {
			font-size:13px;
			padding:15px;
		}
		
		.propertyListItem .caption::after {
			font-size:1.25em;
			padding:25px 15px 15px;
		}
	}










.propertyListItem p.propertyListAgentName {
	text-align:left;
	min-height:20px;
	float:left;
	clear:left;
}

.propertyListItem p.propertyListAgentName a {
	color:rgba(0,0,0,0.75);
	/*float:right;*/
	clear:both;
}

.propertyListItem p.propertyListAgentName a:hover{
	color:rgba(0,0,0,0.1);
}

.propertyListItem p.propertyListAuction {
	text-align:left;
	min-height:40px;
}

/* START STYLES FOR BBC3 */

	.propertyListItem .BBCv .BBCValue {
		display:inline-block;
		float:right;
		margin:0px 0px 0px 20px
	}

	.propertyListItem .BBCv .BBCValue:last-child {
		margin:0px;	
	}

	.propertyListItem .BBCv .BBCValue img {
		max-width:20px;
		display:inline-block;
		margin:0px 5px 0px 0px;
	}

	.propertyListItem .BBCv .BBCValue span {
		color:rgba(0,0,0,0.75);
	}


@media (max-width:600px) {

	.propertyListItem .BBCv {
		border-radius:0px;
		padding-left:15px;
		padding-right:15px;
	}
}
.propertyListItem p.propertyListInspections {
	text-align:left;
	min-height:30px;
}
.propertyListItem p.propertyListavailability {
	min-height: 30px;
	text-align:left;
}

@media(min-wdith:768px) {
	.propertyListItem p.propertyListavailability {
		height:20px;
	}
}

/* START ULYSSES DETAIL PAGE */

/* SET COMMON STYLES */

.headingLight {
	font-family: helvetica-EXT-LT;
	letter-spacing: 0.02em;
}

.propertyLinks.propertyVideo, .propertyDetailMap, .propertyDetailContent, 
.propertyInspections, .propertyFeatures, .propertyDetailAgent, .propertyDetailAgent .slide, 
.propertyDetailContact, .propertySocial {
	width:100%;
	position:relative;
}

.propertyDetailLinksHeading, .propertyDetailInspectionsHeading,
.propertyDetailFeaturesHeading, .propertyDetailAgentHeading, .propertyDetailMapHeading,
.propertyDetailContentHeading, .propertyVideoHeading, .propertyDetailSocialHeading {
	border-bottom: 1px solid #eeeeee;
	padding-bottom:10px;
	margin-bottom:15px;
	width:100%;
	
	font-family: helvetica-EXT-BLD;
}

.propertyDetail h1.detailSuburb {
	text-transform: lowercase;
}

.propertyDetail h1.detailSuburb:first-letter {
	text-transform: capitalize;
}

.propertyDetail h2.detailPrice {
	text-align:right;
	margin-top:35px;
	margin-bottom:0px;
}

.propertyDetail .detailAddress {
	padding-bottom:15px;
	margin-top:0px;
	border-bottom:1px solid #eeeeee;
}

.propertyDetail #property-map {
	height: 500px;
}

.backLink {
	margin-top:20px;
	margin-bottom:15px;
	margin-left:15px;
}

.backLink a.btn-u {
	clear: both;
	width: auto;
	background-color:#c1c1c1;
	color:rgba(255,255,255,1);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0px; /*border-right:2px solid rgba(0,0,0,0.5);*/
	border:0px; /*border-bottom:2px solid rgba(0,0,0,0.5);*/

	display: inline-block !important;
	height: 40px;
	line-height:40px;
	text-align:center;
	padding:0px 5px;
	margin: 0 0 10px 15px;
	position: relative;
	text-decoration: none;
	/*text-shadow: 0 1px 1px rgba(255,255,255,.35);*/
	cursor: pointer;
/*
	-webkit-box-shadow:0 4px 5px rgba(0,0,0,.3);
	-moz-box-shadow:0 4px 5px rgba(0,0,0,.3);
	box-shadow:0 4px 5px rgba(0,0,0,.3);
*/
	-webkit-transition: all 0.5s ease-in-out !important;
	-moz-transition: all 0.5s ease-in-out !important;
	-ms-transition: all 0.5s ease-in-out !important;
	-o-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;
}

.backLink a.btn-u:hover {
	background-color:rgba(0,0,0,0.85);
}


/* STATUS LABEL */
.propertyDetailSidebar > .row > div {
	max-height:60px;
}
.statusLabel {
	position: relative;
	top:-45px;
	background-color:rgba(51, 51, 51, 1);
	color:rgba(255, 255, 255, 1);
	font-size:24px;
	font-weight:bold;
	-webkit-font-smoothing:antialiased;
	letter-spacing:0px;
	height:45px;
	line-height:45px;
	text-align:left;
	
	 -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.statusLabel i {
	margin:10px 0px 0px 10px;
}

.statusLabelShadow {
	position: relative;
	top:11px;
	left:4px;
	display:inline-block;
	width:95%;
	height:40px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(255,255,255,1) 95%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(95%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 95%);
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 95%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 95%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );
	
	-ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
	
	-webkit-filter: blur(2px);
	  -moz-filter: blur(2px);
	  -o-filter: blur(2px);
	  -ms-filter: blur(2px);
	  filter: blur(2px);
}


@media (max-width:1200px) {
	.statusLabel {
		font-size:20px;	
	}
}


@media (max-width:992px) {
	.statusLabel {
		top:-28px;
		font-size:26px;	
	}
	
	.statusLabelShadow {
		top:28px;	
	}
	
	.backLink {
		margin-left:0px;
	}
}

@media (max-width:600px) {
	.statusLabel {
		font-size:24px;	
	}
}


@media (max-width:420px) {
	
	.propertyDetail h2.detailPrice {
		text-align:left;
		margin-top:0px;
		margin-bottom:10px;
	}
	
	.backLink {
		margin-left:15px;
	}
}
.propertyAvailablity {
	width:100%;
	font-size:13px;
	padding:5px 0px;
	margin-top:20px;
	border-bottom:1px dotted rgba(0,0,0,0.15);
}

.propertyAvailablity:last-child tr {
	border-bottom:none;
}

.propertyAvailablity .availabilityLabel {
	text-align:left;
	width:50%;
	text-transform: Capitalize;
}

.propertyAvailablity .availabilityValue {
	text-align:left;
	width:45%;
}
/* START AGENT DETAILS */

.propertyDetailAgent .agentIMG {
	height:0;
	overflow:hidden;
	padding-bottom:100%;
	position:relative;
	width:100%;
}

.propertyDetailAgent .agentIMG img {
	width:100%;
}

.propertyDetailAgent h3.detailAgentName {
	color:rgba(0, 0, 0, 1);
}

.propertyDetailAgent td {
	text-align:left;
}

.propertyDetailAgent i {
	color:rgba(0, 0, 0, 1);
}

.propertyDetailAgent .agentContentLabel {
	text-align:right;
}

.propertyDetailAgent p.agentV-card {
	width:100%;
	text-align:left;
}

.propertyDetailAgent p.agentV-card span {
	color:rgba(0, 0, 0, 1);
	
}

.propertyDetailAgent .agentV-card .agentContentLabel {
	float:right;
}
.BBC .dl-horizontal {
	width:auto;
	display:inline-block;
	margin-top:0px;
}

.BBC .dl-horizontal dt {
	width:auto;
	text-align:left;
	display:inline-block;
	margin-right:5px;
}

.BBC .dl-horizontal img {
	max-width:20px;
}

.BBC .dl-horizontal dd {
	width:auto;
	text-align:left;
	display:inline-block;
	margin:0px 10px 0px 0px;
}

.BBC .dl-horizontal dd h3 {
	font-size:20px;
	display:inline-block;
	margin:0px;
}

.BBC h3.bbcStudio {
	font-size:20px;
	display:inline-block;
	text-align:right;
	float:right;
	margin-top:0px;
}

/* SET PAGINATION */

	#feature-owl .owl-pagination .owl-page {
		background-color: transparent;	
	}

	#feature-owl .owl-pagination .owl-page span {
		background-color: transparent;
		border:1px solid rgba(255, 255, 255, 1);
		width:15px;
		height:15px;
		
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	#feature-owl .owl-pagination .owl-page:hover span {
		background-color: rgba(255, 255, 255, 1);
		border:1px solid rgba(255, 255, 255, 1);
	}

	#feature-owl .owl-pagination .owl-page.active span {
		background-color: rgba(255, 255, 255, 1);
	}


@media (max-width:992px) {
	#feature-owl .owl-pagination .owl-page {
		display:none;	
	}
}.PropertyDetailContainer .tag-box-v1 {
	margin-top:15px;
}

.embed-responsive .embed-responsive-item, 
.embed-responsive embed, .embed-responsive iframe, 
.embed-responsive object, .embed-responsive video {
position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive-16by9 {
	padding-bottom:56.25%
}

.embed-responsive-4by3 {
	padding-bottom:66%;
}

/*

.propertyVideo iframe {
	width:100%;
	min-height:466px;
}

.tag-box-v1.borderNone {
	border: none;
	box-shadow: none;	
}
	
@media (min-width:992px) {
	.tag-box.tag-box-v1 > iframe {
		height:477px;
		width:100%;
	}
}
	
	
@media (max-width:991px) {
	.tag-box.tag-box-v1 > iframe {
		height:327px;
		width:100%;
	}
}
	
@media (max-width:768px) {
	.tag-box.tag-box-v1 > iframe {
		height:253px;
		width:100%;
	}
}
	
@media (max-width:600px) {
	.tag-box.tag-box-v1 > iframe {
		height:198px;
		width:100%;
	}
}

*//* START PROPERTY LINKS */

.propertyLinks {
	width:100%;
	padding-left:15px;
}

.propertyLinks .property-links {
	padding:0px;
}

.propertyLinks .property-links ul {
	list-style-type:none;
	padding:0px;
}

.propertyLinks .property-links ul li {
	padding-left:0px;
}

.propertyLinks .property-links ul li:nth-child(4n+4) {
	margin-right:0px;
}

.propertyLinks .property-links ul li a i {
	margin-right:10px;
}

.propertyLinks .property-links ul li a {
	clear: both;
	width: 100%;
	background-color:#c1c1c1;
	color:rgba(255,255,255,1);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0px; /*border-right:2px solid rgba(0,0,0,0.5);*/
	border:0px; /*border-bottom:2px solid rgba(0,0,0,0.5);*/

	display: inline-block !important;
	height: 40px;
	line-height:40px;
	text-align:center;
	padding:0px 5px;
	margin: 0 0 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255,255,255,.35);
	cursor: pointer;
/*
	-webkit-box-shadow:0 4px 5px rgba(0,0,0,.3);
	-moz-box-shadow:0 4px 5px rgba(0,0,0,.3);
	box-shadow:0 4px 5px rgba(0,0,0,.3);
*/
	-webkit-transition: all 0.5s ease-in-out !important;
	-moz-transition: all 0.5s ease-in-out !important;
	-ms-transition: all 0.5s ease-in-out !important;
	-o-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;
}

.propertyLinks .property-links ul li a:hover {
	background-color:rgba(0,0,0,0.85);
}
.propertyFeaturesList {
	width:100%;
	font-size:13px;
	padding:5px 0px;
}

.propertyFeaturesList tr {
	border-bottom:1px dotted rgba(0,0,0,0.15);
}

.propertyFeaturesList:last-child tr {
	border-bottom:none;
}

.propertyFeaturesList .featureLabel {
	text-align:left;
	width:50%;
	text-transform: Capitalize;
}

.propertyFeaturesList .featureValue {
	text-align:left;
	width:45%;
}


.moduleSocial {
	float:left;
	clear:both;
	display:block;
	width:100%;
}

ul.social-icons {
	padding:0px;
	margin:0px 0px 15px;
	list-style-type:none;
}
	
ul.social-icons li {

	width:auto;
	height:auto;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	float:left;
}
	
ul.social-icons li i {
	display:inline-block;
	float:left;
	width: 40px;
	height:40px;
	color:rgba(0, 0, 0, 1);
	font-size:30px;
}

ul.social-icons li h4 {
	color:rgba(0, 0, 0, 1);
	display:inline-block;
	float:left;
	font-size:14px;
	font-weight:600;
	margin-left:10px;
}

	
/* SET DARK THEME */
	
.darkTheme ul.social-icons li i {
	color:rgba(255, 255, 255, 1);
}

.darkTheme ul.social-icons li i span {
	color:rgba(255, 255, 255, 1);
}	

/* SET LIGHT THEME */
.lightTheme ul.social-icons li i {
	color:rgba(200, 200, 200, 1);
}

.lightTheme ul.social-icons li i span {
	color:rgba(200, 200, 200, 1);
}/*
.footerBrand, .customLogo {
	margin-top:15px;
}
*/

ul.partnership {
	list-style-type:none;
	padding:0px;
}

.topMargin {
	margin-top:15px;
}

.lightTheme .footerBrandText {
	color:rgba(51, 51, 51, 1);
}

.darkTheme .footerBrandText {
	color:rgba(255, 255, 255, 1);
}