
/*
Compiled: 2019-12-19 05:04:26
Errors: None
*/

/* ATHENA (DEFAULT HOMEPAGE SLIDER * /
	@media (min-width:320px) {
		.slide.imgSize > div {
			height:100%;
			overflow-x:hidden;
		}
		.slide.imgSize img {
			height: 100% !important;
			width: auto !important;
			display: block;
			margin: 0px auto;	
		}
		
		#slidecommands #slide-next,
		#slidecommands #slide-previous {
			top:45%;
		}

		#home {
			height:0px;
			padding-bottom:52.85%;
			/*padding-bottom:41.667%;* /
			overflow:hidden;
		}

		#slidecontent {
			background-color:transparent;
		}

		.slide-active {
			background-color:rgba(255, 255, 255, 1);
		}

		.slide-dot {
			border:2px solid rgba(255, 255, 255, 0.35);
		}

		#home .slide-panel .featureSuburb {
			position:absolute;
			left:5%;
			bottom:32%;
			width:auto;
			height:25px;
			padding:0px 15px;
			background-color:rgba(255, 255, 255, 1);
			border-radius:3px;
		}

		#home .slide-panel .featureSuburb h1 {
			color:rgba(0, 0, 0, 1);
			line-height:25px;
			margin:0px;
			font-size:16px;
		}

		#home .slide-panel .featurePrice {
			position:absolute;
			left:5%;
			bottom:21%;
			width:auto;
			height:20px;
			padding:0px 15px;
			background-color:rgba(0, 0, 0, 1);
			border-radius:3px;
		}

		#home .slide-panel .featurePrice h4 {
			color:rgba(255, 255, 255, 1);
			line-height:20px;
			margin:0px;
			font-size:12px;
		}

		#home .slide-panel .featureLink {
			position:absolute;
			left:5%;
			bottom:8%;
		}

		#home .slide-panel .featureLink .btn-primary {
			background-color:#DC1C2E;
			border-radius:3px;
			color:rgba(255, 255, 255, 1);
			padding:0px 5px;
			font-size:10px;
			line-height:17px;
			height:22px;
		}
		
		.sliderShadow {
			width:100%; 
			min-height:15px; 
			background-color:transparent; 
			background-image:url(/t/atropos/images/shadow1.png); 
			background-size:contain; 
			background-repeat:no-repeat;
		}
	}

	@media (min-width:768px) {
		#slidecommands #slide-next,
		#slidecommands #slide-previous {
			top:50%;
		}
		
		#home .slide-panel .featureSuburb {
			bottom:32%;
			height:35px;
		}

		#home .slide-panel .featureSuburb h1 {
			line-height:35px;
			font-size:24px;
		}
		
		#home .slide-panel .featureAddress {
			position:absolute;
			left:5%;
			bottom:22.5%;
			width:auto;
			height:30px;
			padding:0px 15px;
			background-color:rgba(0, 0, 0, 1);
			border-radius:3px;
			letter-spacing:3px;
		}

		#home .slide-panel .featureAddress h1 small {
			color:rgba(255, 255, 255, 1);
			line-height:30px;
			margin:0px;
			font-size:18px;
		}
		
		#home .slide-panel .featurePrice {
			bottom:15%;
			height:25px;
		}

		#home .slide-panel .featurePrice h4 {
			line-height:25px;
			font-size:15px;
		}

		#home .slide-panel .featureLink {
			bottom:8%;
		}

		#home .slide-panel .featureLink .btn-primary {
			font-size:14px;
			line-height:20px;
			height:25px;
		}
		
		.sliderShadow {
			min-height:30px; 
		}
	}

	@media (min-width:992px) {
		#home {
			padding-bottom:45%;
		}
		
		#home .slide-panel .featureSuburb {
			bottom:35.5%;
			height:60px;
		}

		#home .slide-panel .featureSuburb h1 {
			line-height:60px;
			font-size:36px;
		}

		#home .slide-panel .featureAddress {
			bottom:27%;
			height:45px;
		}

		#home .slide-panel .featureAddress h1 small {
			line-height:45px;
			font-size:24px;
		}

		#home .slide-panel .featurePrice {
			bottom:20.5%;
			height:35px;
		}

		#home .slide-panel .featurePrice h4 {
			line-height:35px;
			font-size:20px;
		}

		#home .slide-panel .featureLink {
			bottom:13%;
		}

		#home .slide-panel .featureLink .btn-primary {
			height:40px;
			line-height:35px;
		}
		
		.sliderShadow {
			min-height:45px; 
		}
	}

*/

@media screen and (min-width:320px) {
	#home {
		width:100%;
		height:0;
		padding-bottom:56.25%;
		position:relative;
		overflow:hidden
	}
	#slidecontent {
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
	}
	
	#slidecontent .slide > div > img {
		width:100%;
	}
	
	.slide-dot {
			border:2px solid rgba(255, 255, 255, 0.35);
		}

		#home .slide-panel .featureSuburb {
			position:absolute;
			left:5%;
			bottom:32%;
			width:auto;
			height:25px;
			padding:0px 15px;
			background-color:rgba(255, 255, 255, 1);
			border-radius:3px;
		}

		#home .slide-panel .featureSuburb h1 {
			color:rgba(0, 0, 0, 1);
			line-height:25px;
			margin:0px;
			font-size:16px;
		}

		#home .slide-panel .featurePrice {
			position:absolute;
			left:5%;
			bottom:21%;
			width:auto;
			height:20px;
			padding:0px 15px;
			background-color:rgba(0, 0, 0, 1);
			border-radius:3px;
		}

		#home .slide-panel .featurePrice h4 {
			color:rgba(255, 255, 255, 1);
			line-height:20px;
			margin:0px;
			font-size:12px;
		}

		#home .slide-panel .featureLink {
			position:absolute;
			left:5%;
			bottom:8%;
		}

		#home .slide-panel .featureLink .btn-primary {
			background-color:#DC1C2E;
			border-radius:3px;
			color:rgba(255, 255, 255, 1);
			padding:0px 5px;
			font-size:10px;
			line-height:17px;
			height:22px;
		}
		
		.sliderShadow > img {
			width:100%; 
		}
}

@media screen and (min-width:768px) {
		#slidecommands #slide-next,
		#slidecommands #slide-previous {
			top:50%;
		}
		
		#home .slide-panel .featureSuburb {
			bottom:32%;
			height:35px;
		}

		#home .slide-panel .featureSuburb h1 {
			line-height:35px;
			font-size:24px;
		}
		
		#home .slide-panel .featureAddress {
			position:absolute;
			left:5%;
			bottom:22.5%;
			width:auto;
			height:30px;
			padding:0px 15px;
			background-color:rgba(0, 0, 0, 1);
			border-radius:3px;
			letter-spacing:3px;
		}

		#home .slide-panel .featureAddress h1 small {
			color:rgba(255, 255, 255, 1);
			line-height:30px;
			margin:0px;
			font-size:18px;
		}
		
		#home .slide-panel .featurePrice {
			bottom:15%;
			height:25px;
		}

		#home .slide-panel .featurePrice h4 {
			line-height:25px;
			font-size:15px;
		}

		#home .slide-panel .featureLink {
			bottom:8%;
		}

		#home .slide-panel .featureLink .btn-primary {
			font-size:14px;
			line-height:20px;
			height:25px;
		}
}

@media (min-width:992px) {

	#home .slide-panel .featureSuburb {
		bottom:35%;
		height:60px;
	}

	#home .slide-panel .featureSuburb h1 {
		line-height:60px;
		font-size:36px;
	}

	#home .slide-panel .featureAddress {
		bottom:29.75%;
		height:45px;
	}

	#home .slide-panel .featureAddress h1 small {
		line-height:45px;
		font-size:24px;
	}

	#home .slide-panel .featurePrice {
		bottom:25.5%;
		height:35px;
	}

	#home .slide-panel .featurePrice h4 {
		line-height:35px;
		font-size:20px;
	}

	#home .slide-panel .featureLink {
		bottom:20.5%;
	}

	#home .slide-panel .featureLink .btn-primary {
		height:40px;
		line-height:35px;
	}

	.sliderShadow {
		min-height:45px; 
	}
}/* SQUIZZ STYLES */

.white-row.squiizLogoCorporate,
.white-row.squiizLogoOffice {
	min-height:80px;
	width:100%;
}

.white-row.squiizLogoAgent {
	min-height:80px;
	width:97.5%;
	margin:0px 15px;
}

.squiizLogoWrapper {
	width:100%;
	margin:0px;
	padding:0px;
	margin-right:20px;
}

.squiizLogoWrapper img {
	display:inline-block;
}


/* DARK THEME */
.squiizLogoWrapper p.darkThemeSquiiz {
	font-family: hiruko-black;
	font-size:20px;
	letter-spacing:1pt;
	text-transform: uppercase;
	color:rgba(255, 255, 255, 1);
	margin:0px;
	display:block;
	text-align:right;
}


/* LIGHT THEME */
.squiizLogoWrapper p.lightThemeSquiiz {
	font-family: hiruko-black;
	font-size:20px;
	line-height:24px;
	letter-spacing:1pt;
	text-transform: uppercase;
	color:rgba(0, 0, 0, 1);
	margin:0px;
	display:block;
	text-align:right;
}

@media (min-width:1200px) {
	.squiizLogoWrapper img {
		max-height:60px;
	}
	
	.squiizLogoWrapper p.darkThemeSquiiz,
	.squiizLogoWrapper p.lightThemeSquiiz {
		line-height:60px;	
	}
}

@media (max-width:1199px) {
	.squiizLogoWrapper img {
		max-height:60px;
	}
	
	.squiizLogoWrapper p.darkThemeSquiiz,
	.squiizLogoWrapper p.lightThemeSquiiz {
		line-height:60px;	
	}
}

@media (max-width:992px) {
	.squiizLogoWrapper img {
		max-height:60px;
	}
	
	.squiizLogoWrapper p.darkThemeSquiiz,
	.squiizLogoWrapper p.lightThemeSquiiz {
		line-height:60px;	
	}
}

@media (max-width:768px) {
	.white-row.squiizLogoAgent {
		min-height:80px;
		width:100%;
		margin:0px;
}	
	.squiizLogoWrapper > div:nth-child(2) {
		text-align:center;
		margin-top:15px;
	}
	.squiizLogoWrapper img {
		max-height:60px;
	}
	
	.squiizLogoWrapper p.darkThemeSquiiz,
	.squiizLogoWrapper p.lightThemeSquiiz {
		line-height:24px;
		text-align:center;
		display:block;
	}
}
.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;
	}
}




.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/4133/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;
}
/* START DEFAULT STYLES */

.staffDetailLinks p {
	margin-bottom:0px;
	width:31.5%;
	margin-right:2%;
	display:inline-block;
}

.staffDetailLinks p:nth-child(3) {
	margin-right:0px;
}

.staffDetailContent {
	float:left;
	height:auto;
}

.floatLeftBTN {
	float:left;
	margin:0px 15px 15px 0px !important;
}

.staffDetailContent .backLink {
	float:right;
	clear:left;
	display:block;
	margin-bottom:15px;
	width:100%;
	text-align:right;
}

.staff-detail h3.agentName {
	color:#003DA5;
	margin-bottom:0px;
	min-height:28px;
}

.staff-detail .agentPosition	 {
	color:#7e8998;
}

.staff-detail h5.REMAX {
	font-weight: bold;
	color: #999;
	margin-top: 7px;
}

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

.staff-detail .agentDivider {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted rgba(0,0,0,0.15);
}

.staff-detail .icon-phone, .staff-detail span.glyphicon-credit-card {
	color:#003DA5;
	margin-right:5px;
}

.staff-detail p.mobile,
.staff-detail p.office,
.staff-detail p.phone {
	margin:0px 0px 10px 0px;
}

.staff-detail .agentContactsRight {
	text-align:right;
	float:right;
}

.staff-detail a {
	color:#003DA5;
	text-decoration:none;
}

.staff-detail a:hover {
	color:#003DA5;
	text-decoration:none;
}




@media (max-width:992px) {
	.redButton {
		width:100% !important;
	}

}
.moduleSocial {
	float:left;
	clear:both;
	display:block;
	width:100%;
	min-height:55px;
}

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:block;
	float:left;
	width:100%;
	height:100%;
	color:rgba(0, 0, 0, 1);
	font-size:30px;
}

ul.social-icons li i span {
	margin-left:10px;
	font-size:16px;
	font-weight:600;
	color:rgba(0, 0, 0, 1);
}

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

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

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

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

/* START OFFICE LIST STYLES */

/*.officeAnchors {
	opacity:0.5;	
}*/

.officeAnchors h3 {
	margin-bottom:15px;
	font-family: 'Open Sans';
	font-weight:bold;
}

	
.officeAnchors-h3-lite {
		font-family: 'Open Sans';
		font-weight:300;
	}
	
.officeAnchors a {
	color:#7e8998;
	text-decoration:none;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #d1d1d1;
}

.officeAnchors i.fa {
	color:#1a9cda;
}

.officeAnchors a:nth-child(7) {
	border:none;
}

.officeAnchors a:hover {
	color:#0971c2;
	text-decoration:none;
}

.styleSecondBackground {
	background: #0971c2;
    background-image:url(/t/atropos/images/scen.png);
    background-repeat:no-repeat;
    background-position: middle left;
    max-height:120px;
    min-height:60px;
}
.sideStyleSecondBackground p{
	color:#ffffff!important;
}
.sideStyleSecondBackground {
	background: #0971c2!important;
    background-image:url(/t/atropos/images/scen2.png)!important;
    background-repeat:no-repeat!important;
    background-position: bottom left!important;
    min-height:60px;
	color:#ffffff!important;
}
.officeListStateChange h2 {
	margin-bottom:0px;
}

h1.REMAX {
	margin-bottom:0px;
}

h2.REMAX {
	margin-bottom:15px;
}

.officeList {
	max-height:205px;
}

.information i.fa {
	color:#0971c2;
}

.information p {
	color:#1a9cda;
	opacity:1 !important;
	font-weight:600;
	font-size:1.1em;
}

.information p a {
	color:#7e8998 !important;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
}

.information p a:hover {
	color:#0971c2 !important;
	text-decoration:none;
}

.marginRight2 {
	margin-right:2px;
}

.officeListLinks {
	margin:35px 0px 0px;
	padding:0px;
	background:none;
	width:100%
}

.officeListLinks ul {
	list-style-type:none;
}

.officeListLinks li.contact a {

}/*  DEFAULT STYLES  */

.officeLinks {
	position:absolute;
	bottom:0px;
	right:0px;
}

.blueButtonOffice {
	background: #0055a4;
	border-radius:7px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	width:95%;
	float:right;
	height: 40px;
	line-height: 26px;
	vertical-align: middle;	
	color: #fff !important;
	text-shadow:none;
	text-align: center;
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4);
	border: solid 1px #0055a4;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	padding: 5px;
	font-weight:500 !important;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration:none;
}

.blueButtonOffice:hover {
	background: #fff;
	border: 2px solid #0055a4;
	color:#0055a4 !important;
	text-shadow:none;
	text-decoration:none;
}

.redButtonOffice {
	background: #e11b22;
	border-radius:7px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	width:95%;
	float:right;
	height: 40px;
	line-height: 26px;
	vertical-align: middle;	
	color: #fff !important;
	text-shadow:none;
	text-align: center;
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4);
	border: solid 1px #e11b22;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	padding: 5px;
	font-weight:500 !important;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration:none;
}

.redButtonOffice:hover {
	background: #fff;
	border: 2px solid #e11b22;
	color:#e11b22 !important;
	text-shadow:none;
	text-decoration:none;
}


/*
.officeDetail h3.REMAX {
	margin:20px 0px 0px;
}
*/
.officeDetail .officeDetailLinks {
	
	position:absolute;
	right:0px;
	bottom:0px;
}


@media (max-width:991px) {

	.officeLinks {
		position:relative;
	}
	
	.officeLinks > div > div:first-child .blueButtonOffice,
	.officeLinks > div > div:first-child .redButtonOffice {
		width:100%;
	}
	
	.blueButtonOffice:first-child {
		margin-bottom:10px;
	}
}

@media (max-width:768px) {

	.officeLinks > div > div .blueButtonOffice,
	.officeLinks > div > div .redButtonOffice {
		width:100%;
		margin-bottom:10px;
	}

	.officeLinks > div > div .blueButtonOffice,
	.officeLinks > div > div .redButtonOffice {
		margin-bottom:10px;
	}
	/*
	.officeDetail .officeDetailLinks {
		position:relative; 
	}
	*/
}
/* GOOGLE MAPS POPUP WINDOW */


#popupbox {
	/*top:15px;
	left:15px;
	bottom:15px;
	right:0px;
	overflow:hidden;*/
	float:left;
	
	position:relative;
}

#popupbox div img {
	width:50%;
	margin:0px;
}

#popupbox .info {
	position:relative;
	background:rgba(255,255,255,1);
	width:50%;
	float:left;
	padding:10px 5px 5px 5px;
}

#popupbox .info h3 {
	font-size:15px;
	font-weight:600;
	color:#0066b2;
	text-transform:capitalize;
	margin:0px;
}

#popupbox .info h4 {
	font-size:12px;
	font-weight:600;
	color:#666;
	text-transform:Lowercase;
	margin:5px 0px 10px;
	line-height:0.9em;
}

#popupbox .info ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#popupbox .info li {
	float:left;
	margin-right:10px;
	padding:0px 10px 0px 0px;
	border-right: 1px solid #ccc;
	font-weight:600;
	color:#666
}

#popupbox .info li span {
    width: 24px;
    height: 24px;
    float: left;
    text-indent: -3333px;
    margin-right: 5px;
}

#popupbox .bbc li.bedrooms span {
	background: url(/t/_common/images/BBC/bedrooms.svg) no-repeat center;
}

#popupbox .bbc li.bathrooms span {
	background: url(/t/_common/images/BBC/bathrooms.svg) no-repeat center;
}

#popupbox .bbc li.carspaces span {
	background: url(/t/_common/images/BBC/carspaces.svg) no-repeat center;
}


/* OVERRIDING INLINE STYLES */

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div > div > div:nth-child(2) {
	width:auto !important;
}

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div {
	width:345px !important;
}

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div > div:nth-child(3) {	
	right:15px !important;
	top:15px !important;
}

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div > div > div:nth-child(4) {
	width:343px !important;
	height:330px !important;
	padding:10px !important;
	top:0px;
	left:0px;
	
	position:relative !important;
	margin:0px auto !important;
	/*background-color:yellow !important;
	height:320px !important;*/
}

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div > div:nth-child(2) {
	width:325px !important;
	height:auto !important;
	top:10px !important;
	left:10px !important;
}

#map_canvas > div > div > div > div:nth-child(3) > div:nth-child(3) > div > div:nth-child(3) img {
}/* uncomment once variables have been assigned  

.displayNone {
	display:none;
}	
*/

.agentWrapper .pageHeader {
	padding-left:25px;
	margin:0px 0px 15px;
}

.agentWrapper h5 {
	margin-bottom:20px;
	color:#999;
}

.agentWrapper h4 {
	color:#999;
	margin-bottom:10px;
}

.agentWrapper i {
	color:#003DA5;
}


/* START DEFAULT STYLES */

.contactAgent h1 {
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	margin-right:0px;
	/*padding-left: 15px;*/
	font-weight: 200;
	color:#ccc;
}
.contactAgent h1 strong,
.contactAgent h1 b{
	color:#2e363f;
}
.contactAgent #Contact ol {
	padding-left:0px;
}

.contactAgent #Contact li label[for="enquiry"], .contactAgent #Contact li label[for="mailList"] {
	padding-top:5px;
}




.contactAgent #Contact li.preferredContactMethod .radio,
.contactAgent #Contact li.mailList .radio {
	float:left;
	clear:left;
	width:100%;
	margin:10px 0px 0px;
	padding-left:0px;
}
.contactAgent #Contact li, .contactAgent #Contact li label[for="enquiry"],
.contactAgent #Contact li label[for="mailList"], .contactAgent #Contact li.enquiry p.hint {
	/*color:#999;*/
}
.contactAgent #Contact li input[type="text"], .contactAgent #Contact li input[type="email"],
.contactAgent #Contact li textArea {
	background:none;
	border:2px solid #e6e6e6;
	color:#999;
}

.contactAgent #Contact li textArea {
	height:156px !important;
}

input::-webkit-input-placeholder  {
	color:#999;
}

input:-moz-placeholder {
	color:#999;
}
input::-moz-placeholder {
	color:#999;
}

input:-ms-input-placeholder {
	color:#999;
}

.contactAgent #Contact li.preferredContactMethod p.hint,
.contactAgent #Contact li.mailList p.hint {
	float:left;
	clear:left;
	width:100%;
	margin-top:-70px;
	color:#999;
}


.contactAgent #Contact li.preferredContactMethod .radio label[for="preferredContactMethod-Phone"],
.contactAgent #Contact li.preferredContactMethod .radio label[for="preferredContactMethod-Email"],
.contactAgent #Contact li.mailList .radio label[for="mailList-Yes"],
.contactAgent #Contact li.mailList .radio label[for="mailList-No"] {
	float:left;
	width:25%;
}

.contactAgent #Contact #fieldset-buttonArea,
.contactAgent #Contact #fieldset-buttonArea ol {
	margin:0px;
}

.officeListLinks a {
	background: #0055a4;
	border-radius:7px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	width:100% !important;
	height: 40px;
	line-height: 26px;
	vertical-align: middle;	
	color: #fff !important;
	text-shadow:none;
	text-align: center;
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4);
	border: solid 1px #0055a4;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	padding: 5px 0 !important;
	font-weight:500 !important;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.officeListLinks a .icon-user {
	margin-right:5px;
}

.officeListLinks a:hover {
	background: #fff;
	border: 2px solid #0055a4 !important;
	color:#0055a4 !important;
	text-shadow:none;
	text-decoration:none;
}


/* AGENT DETAILS */
/*
.contactAgent .agent-figure img {
	visibility:hidden !important;
}
*/

.contactAgent .contactLogoPos {
	margin:0px 10px 20px 0px;
}
.contactAgent h3.agentName {
	margin:22px 0px 0px;
	min-height:28px;
	color:#7e8998;
}

.contactAgent h5.REMAX {
	font-weight: bold;
	color: #999;
	margin-top: 7px;
}
/*
.contactAgent .agentPosition {
	color:#003DA5;
}

.contactAgent .icon-phone, .contactAgent span.glyphicon-credit-card {
	margin-right:5px;
}

.contactAgent p span.agentContactsRight {
	color:#999;
}

.contactAgent p span {
	color:#666;
}

.contactAgent .agentContactsRight {
	text-align:right;
	float:right;
}
*/

.contactAgent p.agentContact span {
	margin:0px 0px 10px;
}
/*
.contactAgent p.agentContact .glyphicon {
	margin:2px 5px 10px 0px;
	float:left;
	clear:left;	
}
*/

.contactAgent .agentDivider {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted rgba(0,0,0,0.15);
}

.contactAgent .social-icons {
	margin:5px 0px 10px;
}
/*
.contactAgent .officeListLinks {
	margin-top:10px !important;
}

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

/*.contactAgent .officeListLinks a {
	border:none !important;
	width:100% !important;
}

.contactAgent .redButton {
	width:100% !important;
}*/



/* RE/MAX OFFICE */

.officeDetail h5.officeName {
	color:#0971c2;
	margin-bottom:10px;
}

.officeDetail h4 {
	color:#999;
}

.officeDetail .fa, .officeDetail .glyphicon {
	color:#003DA5 !important;
}

.officeDetail .noPadding {
	padding:0px;
}

.agentPhoto .agent-figure {
	padding-left:15px;
}

.officeDetail a {
	color:#999;
}
.agentContact .styleSecondColor,
.officeAddress .fa {
	color:#003DA5 !important;
}
/*
.officeDetail p.officePhone {
	color:#666 !important;
}
*/

.businessHours {
	margin-bottom:0px;
}

#contact-map {
	height: 400px !important;
}


@media (max-width:991px) {

	.agentWrapper {
		float:left;
		clear:left;
	}
	
	.contactAgent h3.agentName {
		margin:42px 0px 0px;
	}

}

@media (max-width:600px) {
	.contactAgent #Contact li.preferredContactMethod .radio label[for="preferredContactMethod-Phone"],
	.contactAgent #Contact li.preferredContactMethod .radio label[for="preferredContactMethod-Email"],
	.contactAgent #Contact li.mailList .radio label[for="mailList-Yes"],
	.contactAgent #Contact li.mailList .radio label[for="mailList-No"] {
		width:40%;
	}
	
	.contactAgent .contactLogoPos {
		margin:0px 0px 10px;
	}
	
	.contactAgent h3.agentName {
		margin:0px 0px 20px;
	}
	
	.contactAgent .agentPhoto .agent-figure {
		float:left !important;	
	}
}
.pageType_18100 .content h2 {
	display: none;
}

.pageType_18100 .content ul,
.pageType_18100 .content li {
	float: none!important;
	list-style: disc;
}

.pageType_18100 .content .dropdown-menu {
	position: inherit;
	display: inherit;
	padding: 0 0 0 50px;
	border: none;
	box-shadow: none;
}

.pageType_18100 .content .nav > li > a:hover, .nav > li > a:focus,
.pageType_18100 .content .dropdown-menu > li > a:hover,
.pageType_18100 .content .dropdown-menu > li > a:focus {
	background-color: transparent;
	color: inherit;
	text-decoration: underline;
}#map_canvas {
	margin-top:30px;
}

#properties-on-map{
    height:700px;
}
#mapView{min-height:730px;}    
.tab-in{
    margin-left:20px;   
}
.item-hover{
    z-index:500;
    color:#ffffff;
}
.item-hover p{
    color:#ffffff;
    padding-left:20px;
    padding-right:20px;
    text-align:left;
}
.item-hover .inner{
    top:20%; 
    
}
.propertyList .divider,
.propertyList .divider .fa {
    margin-top:0px;
    margin-bottom:0px;
    color:#eeeeee;
    background: #ffffff;
}
.propertyList .mapMarker{
     display:none;
}
.propertyList .inner img{
    width:120px;
    margin-top:20px;
}

.propertyList .information .propertyListAuction span{
    color:  #0066b2;
}
.propertyList .information .listingAddress h3{
    margin-top:0px;
    font-weight:200;
	color: rgba(0, 0, 0, 1);
}
/*
.propertyList .RHSinformation .pListPrice{
    text-align:right;
    color:#333333;
    float:right;
    clear:right;
	
	margin:15px 0px 0px;
	padding:0px;  
}
*/
.propertyList .information  .listingHeading{
    margin-top:0px;
}
.propertyList .RHSinformation .property-agents{
    text-align:right;
   /*padding-left:10px;*/
}
.listSepHR{
    width:100%;
    height:0px;

    border-bottom:1px solid #eeeeee;
    
}
.propertyList .RHSinformation  .agentHolder{
    z-index:20;
    margin-top:5%;
    width:100%;
    float: right;
    clear:right;
    position:relative;
    color: #333333;
    font-size: 16px;

    font-family: 'Open Sans', sans-serif;
}
.propertyList .RHSinformation  .agencyDetails{
    padding-left:10px;
    text-align:right;
    
}
.propertyList .RHSinformation .agencyDetails{
    color:#DC1C2E;
}

.propertyResultList  .BBC img{
    width:40px;
    margin-top:-5px;
    margin-right:-10px;
    padding-left:20px;
}
.propertyList  .BBC .bedrooms,
.propertyList  .BBC .bathrooms,
.propertyList  .BBC .pets,
.propertyList  .BBC .carspaces{
    float:right;
    display:inline-block;
}
.propertyList  .BBC h4 {
    text-align:right;
    color:#0066b2;
}
.propertyList .BBC{
    float:right;
    clear:right;
    padding:0px;
}
.propertyListThumb{
    padding-top:60px;
    float:left;
    position: relative;

}
.propertyListThumb img{
    width:100%;
    margin-top:-55px;
    margin-bottom:0%;
    max-width:310px;
}

.ribbon-wrapper {
    width: 260px;
    height: 260px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 20px;
}

.status {
    font: bold 13px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: absolute;
    padding: 7px 0;
    right: 95px;
    top: 20px;
    margin-right:5px;
    width: 250px;
    background-color: #DC1C2E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0066b2 ),   to(#257)); 
    background-image: -webkit-linear-gradient(top, #0066b2 , #257); 
    background-image:    -moz-linear-gradient(top, #0066b2 , #257); 
    background-image:     -ms-linear-gradient(top, #0066b2 , #257); 
    background-image:      -o-linear-gradient(top, #0066b2 , #257); 
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
    -moz-box-shadow:    0px 0px 5px rgba(0,0,0,0.8);
      box-shadow:       0px 0px 5px rgba(0,0,0,0.8);
}

.status:before, .status:after {
    content: "";
    border-top:   3px solid #257;   
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.status:before {
    right: 0;
}
.status:after {
    left: 0;
}


.propertyList div.tabs ul.nav-tabs a {
	background:transparent;
	background: #003DA5;
	opacity:0.5;
	font-weight:bold;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0 25px;
}

.propertyList div.tabs ul.nav-tabs li a {
	height:40px;
	line-height:40px;
	padding:0 25px;
}


.propertyList div.tabs ul.nav-tabs li.active a {
	background:#fff;
	color:#003DA5;
	opacity:1;
	font-weight:bold;
}

.propertyResultList {
	width:100%;
}

.styleSecondBackground {
	background-color:003DA5;
}

.propertyResultList .item-box {
	background:none;
}

.sort select{
    color:#003DA5;
    border:1px solid #003DA5;
}
.paginationHolder{
    width:100%;
}

#fieldset-sort ol {
    float:right;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#fieldset-sort legend, #fieldset-sort li label {
	display:none;
}

#fieldset-sort legend, #fieldset-sort li.orderBy .input-select {
	width:100%;
	border: 1px solid rgba(100,100,100,0.5);
	color: rgba(100,100,100,0.5);
	margin-top:0px;
}

.item-box .item-hover, .item-box .item-hover button, .item-box .item-hover a {
	width:99%;
	z-index:+1;
}

.propertyList .divider {
	width:98%;
    z-index:1;
    margin-left:1%;
}

.overlay.color2 {
	background:#003DA5;
}

.ribbon-wrapper {
	width: 280px;
	height: 270px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 20px;
}

.status {
	font: bold 13px Sans-Serif;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: absolute;
	padding: 7px 0;
	right: 95px;
	top: 30px;
	margin-right: 14px;
	width: 250px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #db4a4c 7%, #DC1C2E 50%, #ce0003 50%, #aa0008 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(7%,#db4a4c), color-stop(50%,#DC1C2E), color-stop(50%,#ce0003), color-stop(100%,#aa0008));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#db4a4c 7%,#DC1C2E 50%,#ce0003 50%,#aa0008 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#db4a4c 7%,#DC1C2E 50%,#ce0003 50%,#aa0008 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#db4a4c 7%,#DC1C2E 50%,#ce0003 50%,#aa0008 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#db4a4c 7%,#DC1C2E 50%,#ce0003 50%,#aa0008 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aa0008',GradientType=0 );
	-webkit-box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.65);
	box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.35);	
	color: #ffffff;
}

.listingAddress h2 {
	color:#003DA5;
	margin-bottom:0px;
	font-weight:600;
}

.listingAddress h3 {
	color:003DA5;
	margin-bottom: 10px;
}

.listingHeading {
	color:#DC1C2E;
}

.propertyListAuction.tab-in {
	margin-left:0px;
	color:#003DA5;
	font-weight:600;
}

.propertyListAuction.tab-in span {
	margin-left:0px;
	color:003DA5;
	font-weight:normal;
}

.information p.listingHeading {
	font-weight: 500;
}

.propertyListAuction.tab-in .fa-legal:before, .propertyListAuction.tab-in .fa-gavel:before {
	color:#003DA5;
}

.propertyList .RHSinformation .pListPrice {
	color:#003DA5;
	border-bottom:none;
	font-weight:600;
	text-transform: capitalize;
	margin:15px 0px 0px;
	padding:0px; 
}

.propertyResultList .RHSinformation .agentHolder p i.fa {
	color:#003DA5;
	margin-right:5px;	
}

.propertyResultList .RHSinformation .agentHolder p {
		color:#1a9cda;	
	}

.propertyResults .quicksearch-balloon{
    margin-left:-15px;   
    
}
/*
.sort{
	margin-top:0;
}

.paginationMessage{
	margin-top:25px;
}
#fieldset-sort{
    margin-top:10px;
}
*/

@media (max-width:991px) {
	.propertyResultList .RHSinformation {
		float:left;	
	}
	
	.propertyResultList .information .listingAddress h2 {
		margin-bottom:0px;	
	}
	

	
	.propertyResultList .information .listingHeading {
		margin-bottom:10px;	
	}
	
	#mapView {
		min-height:920px;	
	}
}



@media (max-width:600px) {
	
	.pagination {
		margin-bottom: 0px;
		height:36px;
	}
	
	.pagination > li > a {
		padding:8px;
		font-size:0.9em;
		/*line-height:0.9em;*/
		margin-left:0px;
	}
	
	.paginationHolder .sort {
		float:none;
	}
	
	.propertyList #searchResultsSortOrder #fieldset-sort ol {
		float:none;
		width:100%;
		position:relative;
		margin:0px auto;	
	}
	
	.propertyResultList .information {
		margin-top:10px;	
	}
	
	.propertyResultList .information .listingAddress h2 {
		margin-bottom:0px;	
	}
	
	.propertyResultList .information .listingAddress h3 {
		margin-bottom:10px;
		font-size: 1.4em;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ddd;
	}
	
	.propertyResultList .RHSinformation .agentHolder h4,
	.propertyResultList .RHSinformation .agentHolder .property-agents {
		text-align:center;	
	}
	
	.propertyResultList .information .listingHeading {
		font-weight:500;
		font-size:1.1em;
		text-transform:Capitalize;
	}
	
	.propertyResultList .RHSinformation .BBC, .propertyResultList .RHSinformation .pListPrice, 
	.propertyResultList .RHSinfromation .agentHolder {
		text-align:center;
		display:block;
		width:100%;
	}
	
	.propertyResultList .RHSinformation .BBC .bedrooms, .propertyResultList .RHSinformation .BBC .bathrooms,
	.propertyResultList .RHSinformation .BBC .pets, .propertyResultList .RHSinformation .BBC .carspaces {
		text-align:center;
		float: none;
		display:inline-block;
	}
}<!-- 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;
}

.propertyList .BBC{
	width:auto;
    float:right;
    clear:right;
    padding:0px;
}

.propertyResultList  .BBC img{
    width:35px;
	margin-right:5px;
}

.propertyList  .BBC .bedrooms,
.propertyList  .BBC .bathrooms,
.propertyList  .BBC .pets,
.propertyList  .BBC .carspaces{
    float:left;
    display:inline-block;
	min-width:40px;
	margin:0px 0px 0px 10px;
}

.propertyList  .BBC h4 {
    text-align:right;
    color:#0066b2;
}

@media (max-width:600px) {
	.propertyResultList .RHSinformation .BBC {
		text-align:center;
		display:block;
		width:100%;
	}
	
	.propertyResultList .RHSinformation .BBC .bedrooms, .propertyResultList .RHSinformation .BBC .bathrooms,
	.propertyResultList .RHSinformation .BBC .pets, .propertyResultList .RHSinformation .BBC .carspaces {
		text-align:center;
		float: none;
		display:inline-block;
	}
}
.propertyListItem p.propertyListInspections {
	text-align:left;
	min-height:30px;
}
/* COMMON STYLES */

.detailBalloon {
	position: absolute;
	top:-10px;
	right: -40px;
	float: right;
	z-index:+1
}

.pageHeader {
	background: rgb( 0, 61, 165);
	background: -moz-linear-gradient(left,  rgba( 0, 61, 165,1) 0%, rgba(19,113,194,1) 5%, rgba(19,113,194,1) 53%, rgba(27,140,226,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba( 0, 61, 165,1)), color-stop(5%,rgba(19,113,194,1)), color-stop(53%,rgba(19,113,194,1)), color-stop(100%,rgba(27,140,226,1)));
	background: -webkit-linear-gradient(left,  rgba( 0, 61, 165,1) 0%,rgba(19,113,194,1) 5%,rgba(19,113,194,1) 53%,rgba(27,140,226,1) 100%);
	background: -o-linear-gradient(left,  rgba( 0, 61, 165,1) 0%,rgba(19,113,194,1) 5%,rgba(19,113,194,1) 53%,rgba(27,140,226,1) 100%);
	background: -ms-linear-gradient(left,  rgba( 0, 61, 165,1) 0%,rgba(19,113,194,1) 5%,rgba(19,113,194,1) 53%,rgba(27,140,226,1) 100%);
	background: linear-gradient(to right,  rgba( 0, 61, 165,1) 0%,rgba(19,113,194,1) 5%,rgba(19,113,194,1) 53%,rgba(27,140,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b3975', endColorstr='#1b8ce2',GradientType=1 );

	display:block;
	height:45px;
	line-height:40px;
	position:relative;
	left:-24px;
	margin-bottom:20px;
	padding-left:30px;
	text-align:left;
	box-shadow:-1px 3px 4px 0px rgba(0, 0, 0, 0.25);
	border-top:1px solid rgba(255, 255, 255, 0.5);
	border-bottom:1px solid rgba(7, 61, 155, 0.65);
	border-top-left-radius:3px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:3px;
}

.pageHeaderLeft {
	background: rgb( 0, 61, 165);
	background: -moz-linear-gradient(left,  rgba( 0, 61, 165,1) 0%, rgba(19,113,194,1) 5%, rgba(19,113,194,1) 53%, rgba(27,140,226,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba( 0, 61, 165,1)), color-stop(5%,rgba(19,113,194,1)), color-stop(53%,rgba(19,113,194,1)), color-stop(100%,rgba(27,140,226,1)));
	background: -webkit-linear-gradient(left,  rgba( 0, 61, 165,1) 0%,rgba(19,113,194,1) 5%,rgba(19,113,194,1) 53%,rgba(27,140,226,1) 100%);
	background: -o-linear-gradient(left,  rgba( 0, 61, 165,1) 0%,rgba(19,113,194,1) 5%,rgba(19,113,194,1) 53%,rgba(27,140,226,1) 100%);
	background: -ms-linear-gradient(left,  rgba( 0, 61, 165,1) 0%,rgba(19,113,194,1) 5%,rgba(19,113,194,1) 53%,rgba(27,140,226,1) 100%);
	background: linear-gradient(to right,  rgba( 0, 61, 165,1) 0%,rgba(19,113,194,1) 5%,rgba(19,113,194,1) 53%,rgba(27,140,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b3975', endColorstr='#1b8ce2',GradientType=1 );

	display:block;
	height:45px;
	line-height:40px;
	position:relative;
	left:-26px;
	margin-bottom:20px;
	padding-left:30px;
	text-align:left;
	box-shadow:-1px 3px 4px 0px rgba(0, 0, 0, 0.25);
	border-top:1px solid rgba(255, 255, 255, 0.5);
	border-bottom:1px solid rgba(7, 61, 155, 0.65);
	border-top-left-radius:3px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:3px;
}

.pageHeader h3, .pageHeaderLeft h3 {
	line-height:40px;
	color:rgba(255, 255, 255, 1);
}



/* PROPERTY SLIDER */

#feature-owl.propertyDetailSlider {
	max-height:600px;
	overflow-y:hidden;	
}

#feature-owl.propertyDetailSlider .owl-item {
	height:0px;
	padding-bottom:66%;
}

/* AGENT SLIDER */

.propertySnapshot .owl-carousel {
	margin-bottom:20px;
}

.propertySnapshot .owl-theme .owl-controls {
	margin:0px 0px 0px;
}

/* Consistent Buttons * /

.detailBBC {
	margin-top:10px;
	padding: 0px;
}

.detailBBC img{
	margin-top: -6px;
}
.detailBBC p{
	font-weight: 700;
}

.feature-label {
	padding:0px;
	margin:0px;
	/*max-width:30px; /
}
*/
#propertyDetail #Contact li .radio {
	width:100%;
}

.blueButtonLinks {
	background: #003DA5;
	border-radius:7px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	width:100%;
	height: 40px;
	line-height: 26px;
	vertical-align: middle;	
	color: #fff !important;
	text-shadow:none;
	text-align: center;
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4);
	border: solid 1px #003DA5;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	padding: 5px 0;
	font-weight:500 !important;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration:none;
}

.blueButtonLinks:hover {
	background: #fff;
	border: 2px solid #003DA5;
	color:#003DA5 !important;
	text-shadow:none;
	text-decoration:none;
}

li a i {
	margin-right:5px !important;
	margin-top:3px;
}

.form-group#propertyDetail {
	margin-bottom:0px !important;
}


.propertyDetail .detailAddress{
    width:100%;
	margin:10px 0px 20px;
	font-weight:500;
}

.propertyDetail .auctionAddress{
    width:100%;
	margin:0px;
	font-weight:500;
}

.propertyDetail .detailPrice{
    float:right;
    color:#003DA5;
    margin-top: 5px;
    z-index: 9999;
	font-weight: 600;
	line-height:42px;
}

.propertyDetail .auction{
    float:right;
    color:#003DA5;
    margin-top: 10px;
    z-index: 9999;
	font-weight: 600;
}

.propertyDetail .auctionTime {
    float:right;
	clear:right;
    color:#7e8998;
    margin:0px;
    z-index: 9999;
	font-weight: 500;
	line-height:42px;
}

.propertyDetail .propertyHeading {
	color:#003DA5;
	margin:15px 0px;
	font-weight:600;
}

.propertyDetail .propertyIntro {
	margin-bottom:20px;
}

.marginTopNone {
	margin-top:0px !important;
}

.marginTop10 {
	margin-top:10px !important;
}

.noPadding {
	padding:0px !important;
}

.marginLeft10 {
	margin-left:10px !important;
}
.margnRight10 {
	margin-right:10px !important;
}
.relatedProperties .inner img{
    width:60px;
    margin-top:10px;
}
.detailSuburb{
   	margin-top: 0px;
		margin-bottom:0px;
		padding:0px;
   	z-index:9999;
   	color:#003DA5;
}

/* FEATURES */

.featureColumn {
	columns:auto 2;
	-webkit-columns:auto 2;
	-moz-columns:auto 2;
	margin-bottom:40px;
}

.featureCol2 {
}

.featureTitle {
	width:30% !important;
	float:left;
	clear:left;
	margin-bottom:5px;
}

.featureTitle:after {
	content:': ';
}

.propertyCopy {
	border-top: 1px solid #eee;
	padding-top:10px;
}

/* VIDEO */

.fluid-width-video-wrapper {
	float:left;
	margin-bottom:20px;
}

/* AGENT DETAILS * /

.propertySnapshot .agent .fsize17 {
	margin-bottom:0px !important;
}
*/

.propertyOffice {
	width:100%;
}

.relatedMoreLink{
	position:absolute;
	bottom:10px;
	width:89%;
	margin-top:10px;
	margin-left: -5px;
	margin-right: -5px;
}
.relatedMoreLink a{
	text-decoration: none;
}
.relatedSuburb{
	font-size: 1.5em;
}
.relatedStreet{
	font-size: 1.2em;
}
.relatedBBC img{
	height:20px;
	width:auto!important;
}
.relatedBBC h4{
	display: inline-block;
	color:#003DA5;

	padding-right:15px;
}
.featureResult {
	width:65% !important;
	overflow:hidden !important;
	float:left;
	margin-bottom:5px;
}

.relatedProperties{
	margin-right:0px;
	margin-left:0px;
}
.relatedProperties .item-box{
    min-height:420px;
}

.relatedProperties .item-box figure {
	max-height:178px;
}

.relatedProperties .item-box figure img {
	width:100%;
}



.property-links ul,
.property-links li{
    list-style-type:none;   
}
.propertyDetailSlider img{
	display: block;
	/*width: 100%;*/
	height: auto;
	position:relative;
	margin:0px auto;
}

/*UNIFY*/
/*Icons
------------------------------------*/
/*Social Icons*/
.social-icons {
   margin: 0;
   padding: 0; 
}
.social-icons li {
   float: left;
   display: inline;
   list-style: none;
   margin-right: 5px;
   margin-bottom: 5px;
   /*text-indent: -9999px;*/
}
.social-icons li a, a.social-icon {
   width: 28px;
   height: 28px;
   display: block;
   background-position: 0 0;
   background-repeat: no-repeat;
   transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
   background-position: 0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position:0 -38px !important;
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social_amazon {background: url(/t/unify/img/icons/social/amazon.png) no-repeat;}
.social_behance {background: url(/t/unify/img/icons/social/behance.png) no-repeat;}
.social_blogger {background: url(/t/unify/img/icons/social/blogger.png) no-repeat;}
.social_deviantart {background: url(/t/unify/img/icons/social/deviantart.png) no-repeat;}
.social_dribbble {background: url(/t/unify/img/icons/social/dribbble.png) no-repeat;}
.social_dropbox {background: url(/t/unify/img/icons/social/dropbox.png) no-repeat;}
.social_evernote {background: url(/t/unify/img/icons/social/evernote.png) no-repeat;}
.social_facebook {background: url(/t/unify/img/icons/social/facebook.png) no-repeat;}
.social_forrst {background: url(/t/unify/img/icons/social/forrst.png) no-repeat;}
.social_github {background: url(/t/unify/img/icons/social/github.png) no-repeat;}
.social_googleplus {background: url(/t/unify/img/icons/social/googleplus.png) no-repeat;}
.social_jolicloud {background: url(/t/unify/img/icons/social/jolicloud.png) no-repeat;}
.social_last-fm {background: url(/t/unify/img/icons/social/last-fm.png) no-repeat;}
.social_linkedin {background: url(/t/unify/img/icons/social/linkedin.png) no-repeat;}
.social_picasa {background: url(/t/unify/img/icons/social/picasa.png) no-repeat;}
.social_pintrest {background: url(/t/unify/img/icons/social/pintrest.png) no-repeat;}
.social_rss {background: url(/t/unify/img/icons/social/rss.png) no-repeat;}
.social_skype {background: url(/t/unify/img/icons/social/skype.png) no-repeat;}
.social_spotify {background: url(/t/unify/img/icons/social/spotify.png) no-repeat;}
.social_stumbleupon {background: url(/t/unify/img/icons/social/stumbleupon.png) no-repeat;}
.social_tumblr {background: url(/t/unify/img/icons/social/tumblr.png) no-repeat;}
.social_twitter {background: url(/t/unify/img/icons/social/twitter.png) no-repeat;}
.social_vimeo {background: url(/t/unify/img/icons/social/vimeo.png) no-repeat;}
.social_wordpress {background: url(/t/unify/img/icons/social/wordpress.png) no-repeat;}
.social_xing {background: url(/t/unify/img/icons/social/xing.png) no-repeat;}
.social_yahoo {background: url(/t/unify/img/icons/social/yahoo.png) no-repeat;}
.social_youtube {background: url(/t/unify/img/icons/social/youtube.png) no-repeat;}
.social_vk {background: url(/t/unify/img/icons/social/vk.png) no-repeat;}
.staffDetailLinks .btn-u,
.officeListLinks .btn-u,
.property-links .btn-u{
    margin-top:5px;
    color:#666666;
    background-color:#fafafa;
    border:1px solid #eeeeee;
}
.staffDetailLinks a{
    width:90%;
    margin-left:auto;
    margin-right:auto;

}

.staffDetailLinks .btn-u,
.officeListLinks .btn-u,
.backLink .btn-u,
.property-links .btn-u{
    clear: both;
    color:#666666;
    background-color:#fafafa;
    border:1px solid #eeeeee;
}
.staffDetailLinks .btn-u i,
.backLink .btn-u,
.property-links .btn-u i{
    color:#666666!important;
    padding-right:10px;
}
.staffDetailLinks .btn-u:hover i,
.backLink .btn-u:hover i,
.property-links .btn-u:hover i{
    color:#ffffff!important;
}
.staffDetailLinks .btn-u:hover,
.backLink .btn-u:hover,
.property-links .btn-u:hover,
/*.property-links .lightbox:hover */{
    background-color:#50add9;
    color:#ffffff;
}
.staffDetailLinks ul,
.officeListLinks ul,
.property-links ol, 
.property-links ul{
    padding:0px;
}
.officeListLinks a{
    padding-left:20px;
    border:1px solid #666666!important;
}
/*.property-links a{
    padding-left:20px;  
}*/
.staffDetailLinks a:hover,
/*.officeListLinks a:hover */{
    text-decoration:none;
    color:#ffffff!important;
    background-color:#50add9;
}
.officeListLinks .btn-u i,
.property-links .lightbox i{
    padding-right: 10px;
}
/*.property-links .lightbox{
    margin-top:5px;
    color:#666666;
    background-color:#fafafa;
    border:1px solid #eeeeee;
}*/
.headline-md h2 {
font-size: 21px;
    color: #585f69;
}
[class^="icon-"], [class*=" icon-"] {
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}
[class^="icon-"], [class*=" icon-"] {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
}

/* END OF STYLES FROM UNIFY*/



@media (max-width:991px) {
	.propertyDetail .detailSuburb {
		color:#003DA5 !important;
	}
}


@media (max-width:768px) {
	.propertyDetail .detailPrice,
	.propertyDetail .detailBBC,
	.propertyDetail .detailBBC .featureDetailBBC {
		float:left !important;	
	}
	
	.propertyDetail .detailPrice {
		margin-top:0px;	
	}
	
	.propertyDetail .detailAddress {
		margin-top:5px;	
	}
	
	.propertyDetail .detailBBC {
		margin-bottom:15px;
		margin-top:0px;
	}
}


@media (max-width:420px) {
	.agent p {
		float:left !important;
		clear:left !important;
		width:100%;
	}
	
	.detailPrice{
    	float:left;
    	margin-top:10px;
    	font-size:0.9em;
	}
	
	.featureColumn {
		columns:auto 1;
		-webkit-columns:auto 1;
		-moz-columns:auto 1;
		float:left;
	}
	
	/*.featureResult {
		float:left !important;
		clear:left !important;
	}*/
	
	#feature-owl.propertyDetailSlider {
		height: 270px;
	}
}

@media (min-width:320px) {
	#propertyStatus {
		position: absolute;
		width: 40%;
		top: -10px;
		left: 5px;
	}

	#propertyStatus > svg polygon {
		/*fill:#003DA5;*/
		fill:#e11b22;
	}

	#propertyStatus .statusText {
		position: absolute;
		width: 100%;
		height: 0px;
		top: 32%;
		left: -15%;
		text-align: center;
		display: inline-block;
		font-size: 1.25em;
		font-weight: 700;
		color: rgba(255, 255, 255, 1);
		text-shadow:-2px 4px 5px rgba(0, 0, 0, 0.4);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}
}

@media (min-width:768px) {
	#propertyStatus {
		width: 30%;
		top: -13px;
		left: 2px;
	}
	
	#propertyStatus .statusText {
		font-size: 2em;
		top: 34%;
		left: -13%;
	}
}

@media (min-width:992px) {
	#propertyStatus {
		width: 25%;
		top: -13px;
		left: 2px;
	}
	
	#propertyStatus .statusText {
		font-size: 1.5em;
		top: 34%;
		left: -13%;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#propertyStatus {
		left:-29px !important;
		position: absolute;
		top:-9px !important;
	}
}

.agent h3.agentName {
	/*min-height:48px;*/
	font-size:22px;
	margin:10px 0px;
	line-height:28px;
}

.agent p.agentPosition {
	/*min-height:50px;*/
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid rgba(0, 0, 0, 0.15);
	color:#7e8998;
}
.detailBBC {
	margin:10px 0px;
	padding: 0px;
}

article.featureDetailBBC {
	min-width:50px;
	max-height:30px;
	display:inline-block;
	margin-right:10px;
}

.detailBBC img{
	margin-top: -6px;
}
.detailBBC p{
	font-weight: 700;
}

.featureLabel {
	padding:0px;
	margin:0px;
	/*max-width:30px;*/
}

.hidden {
	display:none;
}/* SET PROPERTY LINKS - EMAIL A FRIEND */

	#collapse-Two .panel-body {
		padding:15px 0px;
	}/* SET PROPERTY MAP HEIGHT */

#property-map {
	float:left;
	height: 450px;
	position:relative;
	width:100%;
}

.property-map {
	width: 100%;
	height: 300px;
}

.property-map h3 {
	margin: 0 0 1px 0;
}.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);
}#map_wrapper {
	width:100%;
	height: 400px;
	margin-top:20px;
	float:left;
}

#map_canvas, #map_canvas_mobile {
	width: 100%;
	height: 100%;
}
.agentListItem .staffImgHolder {

	display: block;
	width: 100%;
	position: relative;
	height: 0;
	padding: 100% 0 0 0;
	overflow: hidden;
}

.agentListItem .staffImgHolder img {
/*	
	max-height:100%;
*/
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.agentListItem h3.agentName {
	/*min-height:48px;*/
	font-size:22px;
	margin:10px 0px;
	line-height:28px;
	
	/*word-spacing:150px;*/
}

.agentListItem p.agentPosition {
	/*min-height:50px;*/
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid rgba(0, 0, 0, 0.15);
	color:#7e8998;
}

.agentListItem p.agentContact {
	min-height:66px;
}

.agentListItem p.agentContact span {
	margin-bottom:10px;
}

.agentListItem p.agentContact span .glyphicon {
	margin:2px 5px 10px 0px;
	float:left;
	clear:left;
}

.agentListItem p.agentContact span b {
	text-align:left;
	float:left;
}

.agentListItem p.agentContact span a {
	text-align:right;
	float:right;
}

.agentListItem .agentLinks a {
	margin:0px;
}


@media (max-width:992px) {
	.agentListItem h3.agentName {
		word-spacing:0px;
	}
}.js-masonry{width:100%;}
.js-masonry .item{
    position:relative;
    float:left;

}
.js-masonry .item p{
    margin-bottom:0px;   
}
.item .textWrap{
    float:right;
    margin:10px;
    width:40%;
}
/* TESTIMONIALS ON HOME*/
.item a{
    color:#666666;   
}
.item a:hover{
    color:#f03492;   
}
.item cite {
    margin-left: 30px;
    padding-top: 30px;
    float:right;
    background-position: bottom right;
    background-image: url(/_assets/4133/images/'/t/atropos/images/male.png');
    background-repeat: no-repeat;
    width: 100%;
    padding-right: 60px;
    text-align: right!important;
}
.item {
    margin-top:20px;   
    padding-bottom:30px;
}
.item i{
    color:#f03492;
    font-size:18px;
    text-align:center!important;
    width:100%;
}
.item .closeQuote{
    padding-left:60%;
}
.item .openQuote{
    padding-right:60%;
}
.white-row {
padding: 20px;
margin-bottom: 20px;
background-color: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}