
/* Re-brand colors - April 2024*/
:root{
	--brand-c1:#b3d7c6;
    --brand-c2:#908E89;
	--brand-c3: #b3d7c6;
	 --brand-c00:#CDDFD0;
}
/* prev colors;
#b3d7c6; - orange
#2e2d2c - dark grey
first mint green C1: #CDDFD0;
*/

/* Previous re-brand */
.brand-bg-c1{background:#b3d7c6;}
.brand-bg-c2{background:#2e2d2c;}


.brand-bg-c1 h3, 
.brand-bg-c1 h2{
	color: #fff;
}


.brand-bg-c2 h2{
	color: #b3d7c6;
}
.brand-bg-c2 h3, 
.light-txt{
	color: #fff;
}

.body-highlight{
	margin: 0 auto;
	text-align: center;
}
.body-highlight h2{
	display: inline-block;
	width: 80%;
	background: var(--brand-c1);
	color: var(--brand-c2);
	padding: 16px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

strong{
	color: rgba(47,47,47,0.80);
}

.wallpaper-light{
	background:rgba(243,243,243,1.00);
}

/* PAge list control */

.list-control ul{
	list-style: none;
	list-style-image: url('ticksvg16c1.svg');
	padding: 0 0 0 1.7em;
	text-align: left;
}
.list-control li{
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid var(--brand-c1);
}
.list-control li:nth-last-of-type(1){
	border-bottom: none;
}


#listing-header {
	margin-top: 12px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-height:100%;
}

#banner-container {
	background-position:center;
}

#nav-section{
	_background: #2e2d2c;/*var(--brand-c2); */
	background: #5d5d5d;
}


 a{
	color: var(--brand-c1);
}
 h1, h2, h3, h4, h5, h6{
	_color: var(--brand-c1);
	color: var(--brand-c3);
	_text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
}
::selection {
    _background: #b3d7c6;
	background: var(--brand-c1);
    _color: #fff;
	color: #000;
}


/* ===== Added Styles ===*/

/* === Opening Times section ====*/
.opening-hours{
	border-bottom: 1px solid #CDDFD0;
}
.opening-hours h2{
	text-align: center;
	padding-bottom: 0;
}

.showHide{
	display: none;
	height: 0;
}
.change-color{
	background: #f7decf;
	
	
}
.showHide-btn{
	display: inline-block;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	padding: 3px 5px;
	border: 1px solid #000;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
	border-radius: 3px;

}
.showHide-btn:hover{
	border-color: #CDDFD0;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.4);
}

.calendar ul{
	list-style: none;
	padding: 0 0 0 0;
	
}
.calendar li{
	border-bottom: 1px solid #CDDFD0;
	line-height: 1.7em;
}
/*
.calendar li:before{
	content: url(icon-snowflake16.png);
	
}
*/

/* === end opening times section === */
.page-testimonial{
	display: block;
	box-sizing: border-box;
	width: 95%;
	padding: 10px;
	border: 1px solid #CDDFD0;
		-webkit-border-radius: 12px 0;
		-moz-border-radius: 12px 0;
		-ms-border-radius: 12px 0;
		-o-border-radius: 12px 0;
	border-radius: 12px 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5em;
}

/*== This style, fees-bg set, applies to both: landlord and tenant pages=== */
.fees-bg{
	background: url(page-wallpaper00.jpg);
}


.fees-bg  .card-bg{
	width: 97%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
		box-sizing: border-box;

	padding: 10px;
	margin-bottom: 10px;
	background: rgba(93,93,93, 0.6);
	height: 190px;
	color: #e4e4e4;
	border: 2px solid rgba(0,0,0, 0.4);
	font-size: 14px;
	
}

.fees-bg .highlight-border{
	border: 1px solid #CDDFD0 !important;
}
.fees-bg h2{
	font-size: 18px;
}

.fees-bg  span{
	display: block;
	margin-left:28px;
	width: 90%;
}

.fees-bg ul{
	list-style: none;
	padding: 0 0 0 1.7em;
	list-style-image: url('ticksvg16c1.svg');
}
.fees-bg li{
	margin-bottom: 10px;
}



/* Re-brand 2024 */
/* Landlord fees */

.fees-bg1{
	background: url(page-wallpaper01.jpg);
	
}

@media (max-width: 690px){
	.fees-bg2{
	background: #f1f3f6 url(page-wallpaper01.jpg);
	background-size: cover;
	
}
	
.fees-bg1 h2{
	_color: var(--brand-c2);
	_color: var(--brand-c3);
	color: #FFF;
}	
}
.fees-bg1 h2{
	_color: var(--brand-c2);
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.7);
	font-size: 23px;
	margin-top: 30px;
}

.fees-bg1  .card-bg{
	width: 97%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
		box-sizing: border-box;

	padding: 10px;
	margin-bottom: 20px;
	_background: rgba(255,255,255, 0.9);
	_background: #b3d7c6;
	background:rgba(179,215,198,0.90);
	height: 190px;
	  _color: #fff;
	_color: var(--brand-c2);
	 color: #333;
	
	_border: 2px solid rgba(0,0,0, 0.4);
	font-size: 14px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}



.fees-bg1 .card-bg h3{
	_color: #000;
	color: #fff;
	_color: var(--brand-c3);
		text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	
}


.fees-bg1  span{
	display: block;
	margin-left:28px;
	width: 90%;
}

.fees-bg1 ul{
	list-style: none;
	padding: 0 0 0 1.7em;
	list-style-image: url('ticksvg16c1.svg');
}
.fees-bg1 li{
	margin-bottom: 10px;
}



/* Tenant fees */

.fees-bg2{
	background: #f1f3f6 url(page-wallpaper02.jpg);
	background-size:cover;
}

@media (max-width: 690px){
	.fees-bg2{
	background: #f1f3f6 url(page-wallpaper02.jpg);
	background-size: cover;
	
}
}
.fees-bg2 h2{
	_color: var(--brand-c2);
	color: #fff;
}

.fees-bg2 .card-bg2{
	text-align: center;
}
.fees-bg2 .card-bg2 h4{
   margin-bottom: 20px;
}

.fees-bg2 .card-bg2{
	width: 97%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
		box-sizing: border-box;

	padding: 10px;
	margin-bottom: 10px;
	background: rgba(255,255,255,0.8) ;/*rgba(93,93,93, 0.6);*/ 
	   _color: #000;
	   color: var(--brand-c2);
	border: 2px solid rgba(0,0,0, 0.4);
	font-size: 14px;
	
}

.fees-bg2 div.card-bg2{
	border: none !important;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-height: 63vmin;

}
.fees-bg2.highlight-border .card-bg2{
	border: none !important;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

/* list control */
.fees-bg2 .list-control .card-bg2 ul{
	list-style: none;
	list-style-image: url('ticksvg16c1.svg');
	padding: 0 0 0 1.7em;
	text-align: left;
}
.fees-bg2 .list-control .card-bg2 li{
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid var(--brand-c1);
}
.fees-bg2 .card-bg2 li:nth-last-of-type(1){
	border-bottom: none;
}


/* col footer note*/
.fees-bg2 div.colnote{
	background: var(--brand-c1);
	_background: rgba(0,0,0,0.6);
	padding: 16px;
	_padding-right: 0;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	width: 95%;
	margin: 2.5% auto;
	
	
	
}
.fees-bg2 div.colnote h5,
.fees-bg2 div.colnote h4{
	color:rgba(47,47,47,0.80);
	font-size: 14px;
}
.fees-bg2 div.colnote h5{
	margin-bottom: 20px;
	font-size: 12px;
}

/* other lists*/
.page-list ul{
	list-style: none;
	padding: 0 0 0 1.7em;
	list-style-image: url('ticksvg16c1.svg');

}
.page-list li{
	margin-bottom: 10px;
	font-size: 15px;
	border-bottom: 1px solid #DCDCDC;
}


.page-list .btn-default-color{
	height: auto;
	padding: 12px 21px;
	background: var(--brand-c3);
	border-color: none;
	color: var(--brand-c2);
}
.page-list .btn-default-color:hover{
	
	background: #fff; /*var(--brand-c1);*/
	border-color:var(--brand-c3);
	color: var(--brand-c3);
}


.inline-color{
	color:var(--brand-c3);
}

.feature-bg00 {
		padding:48px 0 0 0;
	background-color: #b3d7c6;
	text-align: center;
}
.feature-bg00 img{
	margin: 0 auto;
	
	
}
.feature-bg00 img:hover{
	margin: 0 auto;
	
}

/*feature col-sm-3*/

.feature-bg00 .feature{
	margin-bottom: 10px !important;
}
.feature-bg00 .feature a{

	
}
.feature-bg00 .section-title{
		color: #ffffff;
}
.feature-bg00 h3{
		color: #ffffff;
}
.feature-bg00:hover h3{
		color: #000000;
}
.feature-bg00 p{
		color: #ffffff;
}
.feature-bg00 .btn-default-color {
	
    height: auto;
	color:#e4e4e4;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #e4e4e4;
	
}


.feature-bg00 .btn-default-color:hover{
	word-wrap: break-word !important;
	white-space: normal !important;
	color: #080808;
	border-color: #fff;
		background: #fff;
}
/*media query to deal with text-wrapp issue on tablet screens dims */
@media screen and (max-width: 959px) and (min-width: 756px){
	.feature-bg00 .btn-default-color {
	word-wrap: break-word !important;
	white-space: normal !important;
	height: auto;
	margin-right: 4px;
	color:#e4e4e4;
	background: #c96e31;
	border: 1px solid #e4e4e4;
	
	}
	.feature-bg00 .feature:nth-of-type(3) a.btn-default-color{
		line-height: 1.5em;
	}
}/* end media query */


.feature-bg00 i{
		color: #000000;
		border: 4px solid #000000;
}
.feature-bg00:hover i{
		color: #000000;
}
.feature-bg00 i:after {
	  background: #000000;
}




/* Feature icons */

.feature-bg00 i{
		color: #000000;
		border: 4px solid #000000;
}
.feature-bg00:hover i{
		color: #000000;
}
.feature-bg00 i:after {
	  background: #000000;
}

.orange-wallpaper{
	background: #CDDFD0;
}

.halb-bg{
	
}
.white-font{
	color: #d1d1d1;
}
.grey-wallpaper{
	background: #5d5d5d;
}

.grey-wallpaper h3{
	
	font-weight: 300;
	font-size: 42px;
}

.grey-wallpaper ul{
	list-style: none;
	padding: 0 0 0 0;
	
}
.grey-wallpaper li{
	padding: 12px 0 ; /*adjust li height here for added li items*/
	border-bottom: 1px solid #CDDFD0; 
}
.grey-wallpaper a{
	color: #e4e4e4;
	text-decoration: none;
}
.grey-wallpaper a:hover{
	color:#CDDFD0;
	
}

.search-mockup{
	background: #000;
}




/* ==== end added styles ====*/

/* Property Carousel Hover */
.owl-controls .owl-buttons div.owl-prev:hover,
.owl-controls .owl-buttons div.owl-next:hover {
  background: #555555;
  color: #ffffff;
}

.multibranch-selector ul {
  top: 25px;
  background-color: #5d5d5d;

}


.nav-tabs {
 display: block;
}
/* #Resize Logo Option 
.nav-logo img{
	height:100px;
}
.nav-logo {
	height:100px;
	margin:0;
}
#nav-section.shrink {
  min-height: 70px;
}
#nav-section.shrink .nav-logo img {
  height: 65px;
}
#nav-section.shrink .navbar-nav > li > a {
  line-height: 70px;
}
.shrink #nav-mobile-btn {
  margin-top: 20px;
    margin-bottom: 20px;
}
*/
/* #Logo and Menu Background */
.nav-logo img{
	height:85px;
}
.nav-logo {
	height:85px;
}

.navbar {
	margin: 0;
}

/*
    --brand-c1:#CDDFD0;
    --brand-c2:#908E89;
*/
/* # Navigation */

 #nav-section{
	background:var(--brand-c2); 
}
 .navbar-nav > li > a {
  padding: 0px 10px;
  display: block;
  color:  #CDDFD0; /*var(--brand-c1);    /*#133b29;*/
  line-height: 105px;

  text-transform: uppercase;

}


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: transparent;
  color: #fff; /*var(--brand-c1); /*#5d5d5d;*/
}
/* dropdown hover navbar */
 .navbar-nav .dropdown-menu > li > a{
    background-color: #fff;
	color: var(--brand-c2); /*  #CDDFD0;*/
	border-left: 3px solid #CDDFD0; /*var(--brand-c1);*/
	
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a.active {
    background-color:  #CDDFD0; /*var(--brand-c1);*/
	color: #333; /* var(--brand-c2);*/
	border-left: 5px solid var(--brand-c2);
	
}



@media (max-width: 1199px){
	.navbar-nav > li > a {
	padding: 0px 0px 0px 10px;	
	font-size: 14px;
	font-weight: 400;
}
}
.navbar-nav > li.dropdown > a .caret {
	border-right: 3px solid rgba(0, 0, 0, 0);
	border-top: 3px solid;
	margin-left: 2px;	
	border-left: 3px solid transparent;

}

@media (max-width: 640px){
.nav-logo img{
	height:60px;
	margin:0;	
}
}


/* Drop Down Box Font Size */

.chzn-container-single .chzn-single  {
	font-size: 14px;
}


/* Featured Properites Anemity Font Size */
.carousel-style1 .item .amenities li {
	font-size: 14px;
}

/* # Headings and Paragraphs */

.section-title,
.section-highlight {
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
  margin-top: 12px;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
.section-title {
	font-size:32px;
}
.section-highlight {
	font-size:26px;
}
.section-title:before, .section-highlight:before, .section-title:after, .section-highlight:after {
		background: none;
		  content: " ";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0px;

}


.main {
	padding-top: 0;
}

/* # Body text */
body {
  font-size: 16px;
	
 
}
h3,h4 {
	padding: 0.7em 0;
}




/* # Text Link Text Colour*/

	a {
		color:var(--brand-c3);
	}
	a:hover {
		color:#555555;
	}

	
/* # Footer Text */

/* # Footer Text - Rebrand 2024 */
#footer{
	background: var(--brand-c2);
	background: #fff;
}

.footer-contacts li {
  font-size: 15px;
    _color: #ffffff;
		color: var(--brand-c2);
}
#footer-top a {
  _color: #ffffff;
		color: var(--brand-c2);
}
 a:hover {
  color: var(--brand-c1);
  text-decoration: none;
}
#footer .footer-links  li{
	color: var(--brand-c2);
}
#footer-top h3 {
    color: var(--brand-c3);
    margin-bottom: 25px;
}
#copyright {
	_background:  #000;
	background: var(--brand-c2) !important;
}
#footer #copyright a {
    color: var(--brand-c1) !important;
}

#partners {
  padding-top: 15px;
  background: #000;/* #aaa;*/
	background: #f1f3f6;/* #aaa;*/
}
#partners .item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 4px;
  padding: 10px 5px;
  vertical-align: middle;
}


.owl-controls .owl-page.active span{
	background: var(--brand-c1);
}
.owl-controls.clickable .owl-page:hover span {
    background: var(--brand-c2);
}

 #nav-mobile-btn {
    background-color: var(--brand-c1) ;
}


/* # Property Details Page */
#property-detail-large .item img {
	border: 1px solid #ffffff;
}
#property-detail-wrapper {
	border: 1px solid #ededed;
	background: #f5f5f5;
}
.lettingfees a, .lettingfees a:active, .lettingfees a:visited{
	color: #ffffff;
	text-decoration:underline;

}
.lettingfees a:hover{
	color: #ededed;
	text-decoration:underline;
}

/* # Property Status */
.status-available{
	background: url("Statusgreen.png");
}
.status-underoffer {
	background: url("Statusorange.png");
}
.status-exclusive {
	background: url("Statuspurple.png");
}
.status-sold {
	background: url("Statusred.png");
}
.status-newinstruction {
	background: url("Statuspurple.png");
}
.status-let {
	background: url("Statusred.png");
}
.status-notavailable {
	background: url("Statusred.png");
}


/* # Price Tags  */
.carousel-style1 .item .price {
  position: absolute;
  top: 10px;
  font-size: 14px;
  left: 10px;
  background-color: #455560;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.carousel-style1 .item .price span{
	font-size: 15px;
}
.carousel-style1 .item .price:before {
  border-width: 0;
}

.grid-style1 .item .price,
.grid-style2 .item .price,
.list-style .item .price,
.grid-style1 .item .tag,
.grid-style2 .item .tag,
.list-style .item .tag {
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #455560;
  color: #fff;
  font-size: 15px;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  
}
.grid-style1 .item .price,
.grid-style2 .item .price {
	font-size: 13px;
}
.grid-style1 .item .price span,
.grid-style2 .item .price span {
	font-size:14px;
}
.grid-style1 .item .price span,
.grid-style2 .item .price span,
.list-style .item .price span,
.grid-style1 .item .tag span,
.grid-style2 .item .tag span,
.list-style .item .tag span{
	font-size:16px;
}
.grid-style1 .item .price:before,
.grid-style2 .item .price:before,
.list-style .item .price:before,
.grid-style1 .item .tag:before,
.grid-style2 .item .tag:before,
.list-style .item .tag:before {
  border-width: 0;

}
#property-detail-wrapper.style1 .price {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #455560;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#property-detail-wrapper.style1 .price:before {

  border-width: 0;
}
/* # Property List Page */
.grid-style1 .item,
.grid-style2 .item,
.list-style .item {
  margin: 0 auto 43px;
  text-align: left;
  position: relative;
    -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border: solid 1px #ededed;
  

}
/* # Team Page */
.agents-list .item .info {
  width: 100%;
  margin-left: 3%;
}

/* # Contact Page */
.sidebar {
	
  padding-top: 0px;
  padding-bottom: 80px;
}

/*Custom Button Class */

.button-but,
.button-but:focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.button-but:hover,
.button-but:active,
.button-but.active,
.open .dropdown-toggle.button-but{
  background-color: transparent;
  border-color: #5d5d5d;
  color: #5d5d5d;
}


.parallax {
	padding:85px 0 0 0;
}

	
	
/* # Testimonials */
.testimonials .item .text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.6);

}

.testimonials .item .text:after {
  border-color: transparent rgba(255, 255, 255, 0.6) transparent transparent;
  _border-color: #000000 #00ff00 #000000 #000000;
}

/* # Action Box */
.action-box {
  background-color: #5d5d5d;
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.action-box h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
}

/* # Action Box - branded*/
.action-box.brand-c3 {
  background-color: var(--brand-c3);
  padding: 40px 0;
  color: var(--brand-c2);
  position: relative;
}
.action-box.brand-c3 h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.4);
}
.action-box.brand-c3 p {
  font-size: 19px;

}

.action-box.brand-c3 .btn-default {
  color:  var(--brand-c2);
	background: #fff;
   height: auto;
	padding: 12px 21px;
}
.action-box.brand-c3 .btn-default:hover {
  color: #fff;
	background: var(--brand-c2);

}


/*  Big Button Panel */
.colored-bg:before
{
  background-color: #5d5d5d;
}
.property-large-buttons2 li {
  width: 75%;

  color: #5d5d5d;
}
.aw-adjust{
	padding-bottom: 5px
}

/* # Slider Text */

.slider-title {
	font-family: 'Quicksand', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: #5d5d5d;
  line-height: 34px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle
{
	
  color: #ffffff;
  font-size: 26px;
  font-weight: 300;
  line-height:26px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-title2 {
	font-family: 'Quicksand', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: #5d5d5d;
  line-height: 34px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle2
{
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  line-height:26px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-title3 {
	  font-family: 'Quicksand', sans-serif;
  font-size: 36px;
	text-transform: uppercase;
  color: #5d5d5d;
  line-height: 48px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle3
{
  color: #5d5d5d;
  font-size: 38px;

  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle4
{
  color: #5d5d5d;
  font-size: 12px;

  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}

.btn-default3{
	
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}



a.tp-caption.btn-default:hover, a.tp-caption.btn-lg:hover {
    color: #fff;
    height: auto !important;
}



/* # Form - field size */

/* form control*/

 #home-advanced-search{
	background: var(--brand-c2);
}


.form-control-text .form-control{
   border: none;
	border-bottom: 2px solid var(--brand-c1); /*rgba(255, 255, 255, 0.6);*/
	border-radius: none;

	color: #e4e4e4;
	background: #fff;/*rgba(0, 0, 0, 0.1);/* #445263;*/
	
}

.form-control-propertytypegroup .chzn-single, /*new*/
.form-control-category .chzn-single,
.form-control-bedrooms .chzn-single,
.form-control-price .chzn-single,
.form-control-status .chzn-single
{
	border: none;
	border-radius: none;
	border-bottom: none;
	color: #fff;
	background: none;
}
.form-control-propertytypegroup a.chzn-single div, /*new*/
.form-control-category a.chzn-single div,
.form-control-bedrooms a.chzn-single div,
.form-control-price a.chzn-single div,
.form-control-status a.chzn-single div
{
	color: var(--brand-c1); /*#CDDFD0;*/
	
}

.form-control-propertytypegroup .chzn-container, /*new*/
.form-control-category .chzn-container,
.form-control-bedrooms .chzn-container,
.form-control-price .chzn-container,
.form-control-status .chzn-container{
	border-bottom: 1px solid #8d8d8d;
	-webkit-transition: border-bottom 1s ease;
	-moz-transition: border-bottom 1s ease;
	-ms-transition: border-bottom 1s ease;
	-o-transition: border-bottom 1s ease;
    transition: border-bottom 1s ease;
}

/*.form-control-category .chzn-container:hover
Switch this one \above\ on, when sales is enabled*/
.form-control-propertytypegroup .chzn-container:hover, /*new*/
.form-control-category .chzn-container:hover,
.form-control-bedrooms .chzn-container:hover,
.form-control-price .chzn-container:hover,
.form-control-status .chzn-container:hover {
	
	border-bottom: 1px solid  var(--brand-c1); /*#CDDFD0;*/
}


.chzn-container-single .chzn-single div:after{
	border-left: none;
}

.chzn-container .chzn-results li.highlighted {
    background-color: var(--brand-c1);
    color:#666;
  
}

.form-group .btn-fullcolor {
	background: var(--brand-c1);
}
.form-group .btn-default-color:hover{
	background:  var(--brand-c2); /*#CDDFD0;*/
	background: #fff;
	color: #000;
}



/* # Partners Logos */

#partners {
  padding-top: 15px;
  background: #000;/* #aaa;*/
}
#partners .item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 4px;
  padding: 10px 5px;
  vertical-align: middle;
}


/* # Top Contact Bar */
/* # Top Contact Bar */
#topbar{
	color: #ffffff;
	background: #5d5d5d; /*#2e2d2c; *#5d5d5d; */
		text-decoration:none;
	padding: 2px 0 2px 0;

}
#topbar a, #topbar a:active, #topbar a:visited  {
	color: #ffffff;
		text-decoration:none;
}
#topbar a:hover {
	color: #000000;
	text-decoration:none;
}

.multibranch-selector {
  display: inline-block;
  position: relative;
}
.multibranch-selector span {
  padding-right: 12px;
    padding-left: 2px;
  position: relative;
  color: #ffffff;
}

.multibranch-selector ul {
  position: absolute;
  left: 0px;
  top: 26px;
  padding: 0 6px;
  margin: 0;
  z-index: 999;
  text-align: left;
  background-color: #444;
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.multibranch-selector ul li {
  margin: 0px !important;
  display: block !important;
}
.multibranch-selector ul li a {
  line-height: 33px;
  display: inline-block;
width: 220px;
}

.multibranch-selector:hover ul {
  max-height: 250px;
}

.home-bg {
	background: #5d5d5d url("tile.png");
}

/* Feature Formatting */

.feature-bg {
		padding: 48px 0 0 0;
		background: #1a1818 url('repeat.jpg');
	    text-align: center;
	
}
.feature-bg .section-title{
		color: #ffffff;
}
.feature-bg h2{
	color: #b3d7c6;
}

.feature-bg p{
		color: #ffffff;
}

.feature-bg .btn-default-color {
	color: #5d5d5d ;/*rgba(0,0,0,0.5);*/
	border-color: #5d5d5d; /*rgba(0,0,0,0.5);*/
}
.feature-bg .btn-default-color:hover{
	color: #ffffff;
	border-color: #ffffff;
}

/* feature image range center control */
.feature-bg.image-control {
	    text-align: center;
	
}

.feature-bg.image-control img {
	 _text-align: center;
	 margin: 0 auto;
	width: 230px;
	_transition: width .6s ease-in-out;
}

.feature-bg.image-control img:hover {
	 _text-align: center;
	 margin: 0 auto;
	_width: 230px;
	_transition: width .6s ease-in-out;
}


.feature h3{
		color: var(--brand-c1);
}
.feature:hover h3{
		color: var(--brand-c1);
}
.feature i{
		color: #000000;
		border: 4px solid #000000;
}
.feature:hover i{
		color: #000000;
}
.feature i:after {
	  background: #000000;
}




.properties-bg {
  padding: 24px 0 24px 0;
  position: relative;
  background:  #efefef;
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}
.testimonials-bg {
		padding: 24px 0 24px 0;
  position: relative;
  background:  #dddddd url('testimonial.jpg');
  width: 100%;
  height: 200%;
   background-attachment: fixed;

}
.testimonials-bg h2{

color: #ffffff;
}
.testimonials-bg .item{
font-size: 20px;
font-weight: 600;
color: #ffffff;
}
.testimonials-bg .item a{
text-decoration: none;
font-size:18px;
color: #333333;
}.testimonials-bg .item a:hover{
text-decoration: none;
color: #fff;
}



/* Social Sharing Button Colours */
.share-wraper .social-networks li a {
  font-size: 13pt;
  height: 30px;
  line-height: 30px;
  width: 30px;
   opacity:1.0;
}
.social-networks li a:hover {
    color: #ffffff !important;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#ctl00_ContentPlaceHolderMain_hypFacebook{
	background: #3b5998;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypTwitter{
	background: #55acee;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypGooglePlus{
	background: #dd4b39;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypPinterest{
	background: #cb2027;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypEmail{
	background: #747777;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypPrint{
	background: #747777;
	color: #ffffff;
	border: none;
}
#wrapper {
	box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.0);
}

.textlink:hover{
	color: #b3d7c6;
}

.panel{
	background: var(--brand-c2);
    
}
.panel:hover{
	box-shadow: 2px 1px 3px rgba(0,0,0, 0.6);
	
}
.panel-heading a{
	text-decoration: none;
	color: #CDDFD0;
	font-size: 21px;
}
.panel-heading a:hover{
	color: #5d5d5d;
	
}

.panel-heading .panel-title  a span{
	display: inline-block;
	float: right;
	padding-right: 20px;
	
}
.panel-heading .panel-title  a span i{
color: var(--bg-brand-c1); /*#000; var(--brand-c1); rgba(223,255,204,1.00);*/
font-size: 26px;
	transform: rotate(180deg);
	transition: transform .6s ease-in-out;
}
.panel-heading .panel-title  a.collapsed span i{
color: var(--bg-brand-c1);
font-size: 21px;
	transform-origin: center;
	transform: rotate(0deg);
 transition: transform .3s ease-in-out;
}






.panel-collapse{
	background:#f2f3f5;

}


.accordion-list{
	list-style: none;
	list-style-image: url('ticksvg16c1.svg');
	padding: 0 0 0 1.5em;
}

.accordion-list li{
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 7px;
}

.btn{
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.6);
}.btn:hover{
	box-shadow: 2px 2px 4px rgba(0,0,0, 0.4);
}

#banner-title {
	font-size: 22px;
	
}


@media (min-width: 768px) and (max-width: 991px) {
	#banner-title {
	font-size: 26px;		
}
}

@media (min-width: 992px) and (max-width: 1199px){
    #banner-title {
	font-size: 30px;			
}
}

@media (min-width: 1200px) { 
    #banner-title {
	font-weight: 300;
	font-size: 32px;
	top: 28px;
}
}
#pageid0 a {
	color: #b3d7c6 !important;
} 
#pageid0 a:hover {
	color: #ffffff;
} 
#footer #copyright {
    _background-color: #5d5d5d;
	 background-color: #2e2d2c;
    padding: 24px 0;
    line-height: 33px;
    color: #fff;
}
#footer #copyright a {
    color: #b3d7c6;
}


/* SVG Star rating control */

.testimonials-footer img{
	max-width: 17vmin;
}
 img[alt="Rating"]{
	max-width: 16vmin;
} 


/* Client Requests: Re-brand  2024 Apr ================================= HARD-WHIRED*/

/* Hadrwired css rules================================ */
/* For Rebrand 2024 ================================== */


#topbar {
    color: var(--brand-c1);
    background: var(--brand-c2);
    text-decoration: none;
    padding: 2px 0 2px 0;
}

/* end re-brand 2024 ================================== */

/* # Form - field size */
 

#pageid1 .intro-wallpaper.rbrand-c2{
	background-color: var(-brand-c2); /* #5d5d5d;*/
	background-image: url(skylineR02b-photo.jpg);
	background-position: center top;
	background-attachment: scroll;
	text-align: center;
	
	
}

#pageid1 .intro-wallpaper.rbrand-c2  h1 {
	color: #CDDFD0; /*var(--brand-c1);*/
	margin-top: 20px;
	font-size: 32px;
	
}

#pageid1 .intro-wallpaper.rbrand-c2  h1 small{
	_color: var(--brand-c1);
	color: #fff;
}


#pageid1 .intro-wallpaper.rbrand-c2 .bg-light{
	background: #fff; /*var(--brand-c2);*/
	text-align: left;
	border-radius: 3px;
}


#pageid1 .intro-wallpaper.rbrand-c2 .bg-light h2{
	color: var(--brand-c1);
	color: var(--brand-c3);
	_text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	font-size: 25px;
}




#pageid1 .intro-wallpaper.rbrand-c2 .bg-light p span.highlight{
	_color:  var(--brand-c1);
	_color: #000;
	color: var(--brand-c3);
	
	font-style: italic;
	font-weight: 700;
	_text-decoration: underline;
	_text-decoration-color: #999999; /*var(--brand-c1);*/
}
#pageid1 .intro-wallpaper.rbrand-c2 img{
	margin: 20px auto;
	width: 60%;
}
@media (max-width: 690px){
	#pageid1 .intro-wallpaper.rbrand-c2 img{
	margin: 20px auto;
	width: 90%;
}
}


/* # Footer Text - Rebrand 2024 */
#pageid1 #footer{
	background: var(--brand-c2);
	background: #fff;
}

#pageid1 .footer-contacts li {
  font-size: 15px;
    _color: #ffffff;
		color: var(--brand-c2);
}
#pageid1 #footer-top a {
  _color: #ffffff;
		color: var(--brand-c2);
}
#pageid1 #footer-top a:hover {
  color: var(--brand-c1);
  text-decoration: none;
}
#pageid1 #footer .footer-links  li{
	color: var(--brand-c2);
}
#pageid1 #footer-top h3 {
    color: var(--brand-c1);
    margin-bottom: 25px;
}
#pageid1 #copyright {
	_background:  #000;
	background: var(--brand-c2) !important;
}
#pageid1 #copyright a {
    color: var(--brand-c1) !important;
}

#pageid1 #partners {
  padding-top: 15px;
  background: #000;/* #aaa;*/
	background: #f1f3f6;/* #aaa;*/
}
#pageid1 #partners .item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 4px;
  padding: 10px 5px;
  vertical-align: middle;
}








/* Feature Bg Re-brand --------------------------- 2024 */

#pageid1 .action-box.rbrand-c2{
	background-color: var(--brand-c2);
}
#pageid1 .action-box.rbrand-c2 h2 {
  color: var(--brand-c1); /*#fff;*/
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
	
}
#pageid1 .action-box.rbrand-c2 .btn-default{
	background: var(--brand-c1);
	color: var(--brand-c2);
	height: auto;
	padding: 12px 21px;
	font-size: 23px;
}
#pageid1 .action-box.rbrand-c2 .btn-default:hover{
	background: #fff; /*var(--brand-c2);*/
	color:  var(--brand-c1);
	height: auto;
	padding: 12px 21px;
	font-size: 23px;
}


/* Feature re-brand */
#pageid1 .feature-bg00.rbrand-c1 {
	padding:48px 0 0 0;
	background-color: #CDDFD0;
	text-align: center;
}

#pageid1 .feature-bg00.rbrand-c1 img{
	margin: 0 auto;
	
}

#pageid1 .feature-bg00.rbrand-c1 a:hover img{
	margin: 0 auto;
	background-image: url("circle-feabg2.png");
     background-repeat: no-repeat;
}



/*feature col-sm-3*/

#pageid1 .feature-bg00.rbrand-c1 .feature{
	margin-bottom: 10px !important;
}
.feature-bg00.rbrand-c1 .feature a{
  
	
}
 #pageid1 .feature-bg00.rbrand-c1 .section-title{
		color: #ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
#pageid1 .feature-bg00.rbrand-c1 h3{
		color: #ffffff;
	_text-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
#pageid1 .feature-bg00.rbrand-c1:hover h3{
		color:var(--brand-c2);
}
#pageid1 .feature-bg00.brand-c1 p{
		color: #ffffff;
}
#pageid1 .feature-bg00.rbrand-c1 .btn-default-color {
	

	color:#fff; /*var(--brand-c1);*/
	background:var(--brand-c2);
	border: 1px solid #fff;  /*var(--brand-c1);*/
	height: auto;
	padding: 7px 18px;
}


#pageid1 .feature-bg00.rbrand-c1 .btn-default-color:hover{
	word-wrap: break-word !important;
	white-space: normal !important;
	_color: #080808;
	 color: var(--brand-c2);
	border-color: #e4e4e4;
		background: #fff; /*var(--brand-c2);*/
	
	
}
/*media query to deal with text-wrapp issue on tablet screens dims */
@media screen and (max-width: 959px) and (min-width: 756px){
	#pageid1 .feature-bg00 .btn-default-color {
	word-wrap: break-word !important;
	white-space: normal !important;
	height: auto;
	margin-right: 4px;
	color:#e4e4e4;
	background: #c96e31;
	border: 1px solid #e4e4e4;
	
	}
	#pageid1 .feature-bg00 .feature:nth-of-type(3) a.btn-default-color{
		line-height: 1.5em;
	}
}/* end media query */



#pageid1 .feature2-bg.rbrand-c2 {
	background: var(--brand-c2);
	text-align: center;
}


#pageid1 .feature2-bg.rbrand-c2 .feature{
	margin-bottom: 10px !important;
}
#pageid1 .feature2-bg.rbrand-c2  h2{
color: var(--brand-c1);
	text-shadow: 2px 3px 4px rgba(0,0,0,0.4);
	margin-top: 20px;
	
}
#pageid1 .feature2-bg.rbrand-c2 .section-title{
		_color: #ffffff;
	color: var(--brand-c1);
	text-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
#pageid1 .feature2-bg.rbrand-c2 h3{
		color: #ffffff;
	_text-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}
#pageid1 .feature2-bg.rbrand-c2:hover h3{
		_color:var(--brand-c2);
	color:var(--brand-c1);
}
#pageid1 .feature2-bg.rbrand-c2 p{
		color: #ffffff;
}
#pageid1 .feature2-bg.rbrand-c2 img{
		margin: 0 auto;
}


#pageid1 .feature2-bg.rbrand-c2 .btn-default-color {
	color: var(--brand-c2);
	background: var(--brand-c1);  /*var(--brand-c1); #fff;/* 
	border: 1px solid var(--brand-c2);  /*var(--brand-c1);*/
	height: auto;
	padding: 7px 18px;
}


#pageid1 .feature2-bg.rbrand-c2 .btn-default-color:hover{
	color: var(--brand-c2) !important;
	background: #fff; /* var(--brand-c1);/*var(--brand-c2);*/
	border-color: #fff; 
		
	
	
}
/*media query to deal with text-wrapp issue on tablet screens dims */
@media screen and (max-width: 959px) and (min-width: 756px){
	#pageid1 .feature2-bg.rbrand-c2 .btn-default-color {
	word-wrap: break-word !important;
	white-space: normal !important;
	height: auto;
	margin-right: 4px;
	color:#e4e4e4;
	background: #c96e31;
	border: 1px solid #e4e4e4;
	
	}
	.feature-bg0.rbrand-c2 .feature:nth-of-type(3) a.btn-default-color{
		line-height: 1.5em;
	}
}/* end media query */

#pageid1 .testimonials-bg.rbrand-c0 {
		padding: 24px 0 24px 0;
  position: relative;
  background:  #dddddd url('testimonialRB2.jpg');
  width: 100%;
  height: 200%;
   background-attachment: fixed;

}



#pageid1 .testimonials-bg.rbrand-c0 .item a {
    text-decoration: none;
    font-size: 18px;
    color: #333333;
}

#pageid1 .testimonials-bg.rbrand-c0 .item a:hover {
    text-decoration: none;
    font-size: 18px;
    color: #FFF;
}

#pageid1 .testimonials-bg.rbrand-c0  h2 {
    _color: #ffffff;
	_color: #000;
	color: var(--brand-c1);
}

.btn-fullcolor, .btn-fullcolor:focus {
    background-color: #b3d7c6;
    border-color: transparent;
    _color: rgba(255, 255, 255, 0.7);
	color: #363636;
}


#nav-mobile-btn:hover {
    background-color: #fff; /*var(--brand-c3);*/
	color: var(--brand-c3);
}

/* end re-brand 2024, pageid 800 */
