
:root{
    --brand-c1:#153a81;/*#16794b;*/
	 --brand-c1-t6:rgba(21,58,129,0.60);
	 --brand-c1-t4:rgba(21,58,129,0.40);
	 --brand-c1-t2:;
  --brand-c2:#FFF; /* original: #ffff9b ;*/
	   --brand-c2-t6:rgba(255,255,155,0.60);
	   --brand-c2-t4:rgba(255,255,155,0.40);
	   --brand-c2-t2:rgba(255,255,155,0.20);
	--brand-c3:#010066;
	
  --default-grey1:#f1f3f6 ; /* from main menu bg */
  --copyright-link: rgba(255,255,255, 0.6);/*rgba(110,41,141,0.4);*/
  --green-screen: green;
  --reverse-out: #FFF;
	--base-font: 16px;
	--chzn-drop-bg: yellow;
	--proposed-c:;
}
 picker{
 background:rgba(21,58,129,1.00);

}

/* precaded
.btn-fullcolor{
	color:#000;
	display: inline-block;
	width: 60%;
}
*/

/*== For transfer*/


/*global*/

.hide-control .quick-hide{
	display: none;
	visibility: none;
	height: 0;
	

}
.quick-hide{
	display: none;
	visibility: none;
	height: 0;
	background:rgba(17,112,183,1.00);
	
}
.range-center{
	text-align: center;
}




/* homeCTA, booking valuaiton control */

.homemeet-control,
.homecta-control,
.booking-control {
	text-align: center;
}

.homemeet-control img,
.homecta-control img,
.booking-control img{
	display: block;
	transform: scale(1.0);
	transform-origin: center;
	transition: transform .6s ease-in;
	margin-bottom: 20px;
	
	
}

.homemeet-control .btn-default-color,
.homecta-control .btn-default-color,
.booking-control .btn-default-color {
	background: transparent;
	color: #000;
	border-color: #000;
	transform: scale(1.0);
	transform-origin: center;
	transition: transform .6s ease-in;
}
.homemeet-control .btn-default-color:hover,
.homecta-control .btn-default-color:hover,
.booking-control .btn-default-color:hover {
	background: transparent;
	color: #000;
	border-color: #000;
	
	transform: scale(1.03);
}
.homemeet-control img:hover,
.homecta-control img:hover,
.booking-control img:hover{
	transform: scale(1.03);
}

.awards-control{
	text-align: center;
	padding-left: 33%;
	margin-bottom: 20px;
	
}
.awards-control img{
	float: left;
	width: 33vmin;
	display: block;
	margin: 0 auto;
}

/* @media control on line 1316ish*/


#nav-mobile-btn{
	background:#fff;
	color: #000;
}
#nav-mobile-btn:hover {
	background:var(--brand-c2);
}


.heading-control h3{
	font-size: calc(var(--base-font) * 1.7 );
}
.heading-control.range-centre{
	text-align: center;
}
a.textlink{
	text-decoration: underline;
	transform-origin: left;
	transform:translate(-5px);
	transition: transform 1s ease-in-out;
}
a.textlink:hover{
	display: inline-block;
	background: var(--brand-c2);
	color: #000;
	padding: 0 5px;
	transform: translate(3px);
}


/* Bespoke HTML 2col Table Control */


table.table , th, tbody, tr, td{
	border: none;
	_border-top: 1px solid #d8d1c8;
	_border-bottom: 1px solid #d8d1c8;
      border-top: 1px solid var(--bran-c2);
	  border-bottom: 1px solid var(--brand-c1);
}
/*
.table tbody tr.sub-heading{
	color: #000;
	background: #d8d1c8 !important;
	background: var(--brand-c1) !important; 

}
*/

.table thead tr > th:nth-child(2),
.table tbody tr > td:nth-child(2){
	text-align: center;
	
}

.table table i.fa.fa-check{
	_color: red;
	color: var(--brand-c1) !important;
}
.table.table-hover tbody tr:hover td,
.table.table-hover tbody tr:hover th {
  _background-color: rgba(173,150,196,.4);
  background-color: var(--brand-c2);
	
}

.table tbody td.footer-note{
	font-size: smaller;
	color: #000;
	font-style: italic;
	background: #e4e4e4;
}


/* end table control*/

/* property details page icons and tabs
#property-detail-wrapper.style1 .price {
  position: absolute;
  top: 10px;
  left: 10px;
	_color: #fff;
     color: #000;
  background-color: var(--brand-c2); /*#455560;
  
  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 details tabs */
.nav-tabs > li > a, .nav-tabs.nav-justified > li > a{
	color: #000;
	text-decoration: underline;
	text-decoration-color: var(--brand-c2);
}
.nav-tabs > li > a, .nav-tabs.nav-justified > li > a:hover{
	color: #000;
	text-decoration: underline;
	text-decoration-color: var(--brand-c1);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus{
	color:#000;
	font-weight: 700;
	
}

/*footer copyright ----

#footer-top a:hover {
  color:var(--default-grey1);
  text-decoration: none;
}

#footer #copyright{
	background-color:var(--brand-c1);
	color: var(--brand-c2);
	
}
#footer #copyright a {
	color:var(--copyright-link);/*rgba from c2)
}
#footer #copyright a:hover {
	color:var(--default-grey1);
}

.footer-listings li a span{
	    border: 1px solid var(--default-grey1);
}
.footer-contacts li i {
    border: 1px solid var(--brand-c2
}

.footer-listings li a span{
  border: 1px solid var(--brand-c2);
}
-- */


/* Element specific */
/*property listings */

.list-style .item > .info h3 a{ /*property pages */
	color:#000;
	text-decoration-color: var(--brand-c2);
}.list-style .item > .info h3 a:hover{ /*property pages */
	color:#000;
	
}



.status-text-let,
.status-text-available,
.status-text-underoffer{
	text-decoration: none !important;
}
/* property details icons */
.grid-style1 .item .amenities li [class^="icon-"],
.grid-style2 .item .amenities li [class^="icon-"],
.list-style .item .amenities li [class^="icon-"],
.grid-style1 .item .amenities li [class*=" icon-"],
.grid-style2 .item .amenities li [class*=" icon-"],
.list-style .item .amenities li [class*=" icon-"] {
    color: #000; /*adjust*/
    font-size: 18px;
    
}
/*property bg icons */
.carousel-style1 .item .amenities li [class^="icon-"],
.carousel-style1 .item .amenities li [class*=" icon-"] {
    color:#000; /*var(--brand-c2);*/
 
}




/* Page Bullet Points */

.list-control ul{
	list-style: none;
	list-style-image: url("the-tick14.png"); /*the-tick14-circle.png" */
	padding: 0 0 0 1.3em; /*adjust */
	margin-bottom: 30px;
	font-size: calc(var(--base-font) - 2px);
}
.list-control li{ /*optional */
	border-bottom: 1px solid var(--brand-c2);
	padding-top: 1.1em;
	padding-bottom: 1.1em;
	line-height: 1.7em;
}

/*
.list-control li:before{ /*bullet color
	content: "\2022";
  color: var(--brand-c2) !important;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
	
}
*/
/* from Complaints template page*/
span#complaints-box{
	display: block;
	width: 75%;
	padding: 20px 10px;
	margin: 20px auto;
	border: 1px dashed #000;
	text-align: center;
	font-weight: 700;
	background-color: var(--default-grey1);
}


#banner-title{
	letter-spacing: 1px;
	_font-size:calc(var(--base-font) * 2 ) !important;
	position: relative;
	top: 130px !important;
	padding: 7px 12px;
	display: inline-block;
	color: var(--brand-c2) !important;
	background: var(--brand-c1-t6); /*rgba(0,0,0,0.3); var(--brand-c1);*/
	border: 5px solid #000;
	   -moz-border-radius: 3px;
	   -o-border-radius: 3px;
	   -ms-border-radius: 3px;
	   -webkit-border-radius: 3px;
	  border-radius: 3px;
	
}
@media (max-width:610px){
	#banner-title{
	top: 80px !important;
		font-size: 1.8em;
	}
}

/*mobile links */

.nav-mobile > ul li > a{
	color: #000;
	text-decoration: underline;
	text-decoration-color: var(--brand-c2);
	
}
.nav-mobile > ul li > a:hover{
	color: #000;
	text-decoration: underline;
	text-decoration-color: var(--brand-c1);
	
}

/*===  end transfer */


.wallpaper-lightgrey{
	background:#f1f3f6;
	_background: #C5C553;
}

.test{
	background:#16794b;
    background: rgba(22,121,75,1.00);
	background:#C99A42;
}




#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;
}
#banner-container div.col-sm-12 {
	background: blue;
	
}
*/



/* ============= MOTHS ================ */
/*form div:nth-child(1){
	background: red;
	
}

form div:nth-child(2){
	background: green !important;
}

*/
.footer-listings li .image {height: 45px; top:6px;}

/* 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: #ac8d63;

}

.nav-tabs {
 display: block;
}

#nav-section{
	background: var(--brand-c1);
}
/* #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:100px;
}
.nav-logo {
	height:100px;
	margin: 20px 0 20px 0;
}

.navbar {
	margin: 0;
}

/* # Navigation */
.navbar-nav > li > a {
  padding: 0px 15px 0px 15px;
  display: block;
	font-size: 18px;
  color: var(--brand-c2);
  line-height: 140px;
    font-weight:bold;
  text-transform: none;
 font-family: 'Times New Roman', Times, Georgia, serif;  
}
.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; /*#878585;*/
}



/* #ac8d63 */
/* 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: 12px;
  position: relative;
  margin-bottom: 12px;
  margin-top: 0px;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
.section-title {
	font-size:42px !important;
}
.section-highlight {
	font-size:34px !important;
}
.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;
	font-family: 'Open Sans', 'sans-serif';
 
}
h3,h4 {
	padding: 0.7em 0;
}

h2{
	
	line-height: 1.3em;
}


/* # Text Link Text Colour*/

	a {
		color:var(--brand-c1);
	}
	a:hover {
		color:var(--default-grey1);
	}
	
/* # Footer Text */
#footer{
	background-color:var(--brand-c1);
}
.footer-contacts li {
  font-size: 15px;
    color: #fff;
}
 #copyright .social-networks a,
.footer-contacts li i{
 border: 1px solid var(--brand-c2); /* var(--default-grey1);*/
}
#footer-top h3{
	color: #fff;
}
#footer-top a {
  color: #fff;
}
#footer-top a:hover {
  color:var(--brand-c2);
  text-decoration: underline;
  text-decoration-color: #FFF; /*var(--brand-c2);*/
}

#footer #copyright{
	background-color:#010066;
	color: var(--brand-c2);
	
}
#footer #copyright a {
	color:var(--copyright-link);/*rgba from c2)*/
}
#footer #copyright a:hover {
	color:var(--default-grey1);
}


.footer-listings li a span{
	    border: 1px solid var(--brand-c2); /* var(--default-grey1);*/
}


#footertext{
	background: #ffffff !important;
}
#footertext{
	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("file:///C|/Users/User/ZZ32/Statusgreen.png");
}
.status-underoffer {
	background: url("file:///C|/Users/User/ZZ32/Statusorange.png");
}
.status-exclusive {
	background: url("file:///C|/Users/User/ZZ32/Statuspurple.png");
}
.status-sold {
	background: url("file:///C|/Users/User/ZZ32/Statusred.png");
}
.status-newinstruction {
	background: url("file:///C|/Users/User/ZZ32/Statuspurple.png");
}
.status-let {
	background: url("file:///C|/Users/User/ZZ32/Statusred.png");
}
.status-notavailable {
	background: url("file:///C|/Users/User/ZZ32/Statusred.png");
}


/* # Price Tags  */
.carousel-style1 .item .price {
  position: absolute;
  top: 10px;
  font-size: 14px;
  left: 10px;
  background-color: var(--brand-c2);
  color: #000;
  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;
	_color: #fff;
     color: #000;
  background-color: var(--brand-c2); /*#455560;*/
  
  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-topinfo .amenities li [class^="icon-"], .property-topinfo .amenities li [class*=" icon-"]{
	color:#000;
}


/* # 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: #ac8d63;
  color: #ac8d63;
}


.parallax {
	padding:85px 0 0 0;
}

	
	
/* # Testimonials */
.testimonials .item .text {
  border: 5px solid rgba(0, 0, 0, 1.0);
  font-style: italic;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.6);

}

.testimonials .item .text:after {
  border-color: transparent rgba(0, 0, 0, 0.4) transparent; /* rgba(255, 255, 255, 0.6)*/
  _border-color: #000000 #00ff00 #000000 #000000;
}
.testimonials .item .text p:before {
    content: "\201C";
    left: 0;
    top: 0px;
	position: relative;
}
.testimonials .item .text p:after {
    content: "\201D";
    right: 20px;
    bottom: 0px;
	
}

/* # Action Box */
.action-box {
  background-color: var(--brand-c3);
  padding: 40px 0;
  color: #fff;
  position: relative;

}
.action-box h2 {
  color: #FFF;
  text-transform: none;
  font-size: 36px;
 

}

.action-box .btn-default{
	color: #FFF !important; /*var(--brand-c1) !important; */
	border-color:  #FFF !important; /*var(--brand-c1) !important; */
	height: auto;
	background: var(--brand-c1); /*transparent ;/*rgba(75,82,44,0.5);*/
	transform: scale(1.0);
	transition: transform .6s ease-in-out;
}

.action-box .btn-default:hover{
	background: var(--brand-c2) !important ;/*var(--brand-c1);I*/
	transform: scale(1.03);
	color: #000 !important;
	
}



.action-box.brand-yellow{
	 background-color:var(--brand-c2);
	font-size: calc( var(--base-font) * 1.3) !important;
}

.action-box.action-box.brand-yellow h2{
	color: var(--brand-c1) !important;
	font-size: calc( var(--base-font) * 2) !important;
	text-decoration: underline;
	
}

.action-box a.btn-default.brand-yellow{
	color: var(--brand-c1);
	border-color: var(--brand-c1);
	height: auto;
	background: #fff ;/*rgba(75,82,44,0.5);*/
	transform: scale(1.0);
	transition: transform .6s ease-in-out;
}

.action-box a.btn-default.brand-yellow:hover{
	background: #000 !important ;/*var(--brand-c1);I*/
	transform: scale(1.03);
	color: #000 !important;
	
}

.action-box a.textlink:hover{
	color: var(--brand-c1);
}
/*  Big Button Panel */
.colored-bg:before
{
  background-color:#ac8d63;
}
.property-large-buttons2 li {
  width: 75%;

  color: #ac8d63;
}
.aw-adjust{
	padding-bottom: 5px
}

/* # Slider Text */

.slider-award img{
height: 170px;
}

.slider-heading{
	font-family: 'DM Serif Display', serif;
	line-height: 52px;
  font-size: 52px;
  font-weight: 700;
	color: #FFF;
}

.slider-title {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3em;
    font-size: 38px;
    font-weight: 900;

	
	color: var(--brand-c1);
    _background: var(--brand-c1);
    _text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}

.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: 'DM Serif Display', serif;
	line-height: 1.3em;
  font-size: 38px;
  font-weight: 400;
   display: block;
	
	color: var(--brand-c2);
 
    text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}
.slider-subtitle2
{
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  line-height:26px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}

.range-center-slide{
	font-family: 'Open Sans', serif;
 text-align: center;
}



.btn-default{
  border-color: #fff;
	color: #fff; height: auto;
	background: var(--brand-c3); /*rgba(0,0,0,0.4);*/
  _text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	padding: 12px 17px;
}
.btn-default:hover{
	
}
.btn-default3:hover{
	background: #fff; /*var(--brand-c1);*/
	color: var(--brand-c2) !important;
	border-color:var(--brand-c2);
}


a.tp-caption.btn-default:hover, a.tp-caption.btn-lg:hover {
    color: #fff;
    height: auto !important;
}

.btn-default.btn-default-xlarge{
	
	color:var(--brand-c2) !important;
	_border-color: var(--brand-c2);
	
	 border: 7px solid #000;
	font-size: 24px;
	padding: 12px 21px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.btn-default.btn-default-xlarge:hover{
	
   background: rgba(0,0,0,0.4);
}


.btn-default.btn-default-phone{
	color: var(--brand-c2) !important;
	background: var(--brand-c3);
	border:7px solid #000; /*var(--brand-c2);*/
	font-size: 48px;
	padding: 16px 24px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}



/* # Form - field size */

/*--------- MAVE style------------ */
#home-advanced-search{
	background: var(--brand-c1);
}


.form-control-text .form-control{
	border: 2px solid var(--brand-c2); /*rgba(255, 255, 255, 0.6);*/
	border-radius: none;

	color: #fff;
	background: 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-c2); /*#fcd10f;*/
	
}

 
.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: 2px 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-propertytypegroup .chzn-container:hover,
.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: 2px solid var(--brand-c2);/*#fcd10f;*/
}

.chzn-container .chzn-results li.highlighted{
	color:#fff;
}

.chzn-container-single .chzn-single div:after{
	border-left: none;
}

.form-group .btn-fullcolor {
	color: #333;
	border-color: none;
}
.form-group .btn-fullcolor:hover {
	color: #000;
	border-color:#000;
}
/* ---------- end VA style ------------*/

/* # Partners Logos */

#partners {
  padding-top: 15px;
  background: #ffffff;
}
#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 15px;
  vertical-align: middle;
}
/* # Top Contact Bar */
#topbar{
	color:var(--brand-c1);
	background:#FFF; /* #ac8d63; */
		text-decoration:none;
	padding: 2px 0 2px 0;

}
#nav-section{
	_background: transparent;
	_background-image: linear-gradient(red 20%, yellow 40% , red 20%) !important;
	
}
#topbar a, #topbar a:active, #topbar a:visited  {
	color: var(--brand-c1);
		text-decoration:none;
}
#topbar a:hover {
	color: var(--default-grey1);
	text-decoration:none;
}
.multibranch-selector {
  display: inline-block;
  position: relative;
}
.multibranch-selector span {
  padding-right: 12px;
    padding-left: 2px;
  position: relative;
  color: var(--brand-c1);
}

.multibranch-selector ul {
  position: absolute;
  left: 0px;
  top: 26px;
  padding: 0 6px;
  margin: 0;
  z-index: 999;
  text-align: left;
  background-color: var(--brand-c1);
    color: #ffffff;
	 font-size: 12px;
  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;
	color: #fff !important;
}

.multibranch-selector:hover ul {
  max-height: 250px;
	
}
.homeCTA-control{
	text-align: center;
}
.homeCTA-control img{
	margin-bottom: 20px;
	transform-origin: center;
	transform:scale(1.0);
	transition: transform .6s ease-in;
}
.homeCTA-control img:hover{
	transform:scale(1.01);
}
.homeCTA-control a[title="h-btn"],
.homeCTA-control h3{
	text-decoration: underline;
	display: inline-block;
	padding: 7px 12px;
	background: var(--brand-c1);
	color: #fff;
	 -o-border-radius:3px;
	 -ms-border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	border-radius: 3px;
	
	
}
/* Feature Formatting */
.feature-bg {
		padding:48px 0 0 0;
		background:var(--brand-c2) url('repeat.jpg');
	     border-top: none;
	border-bottom: none;
	text-align: center;
}

.feature-bg .section-title{
		color:#fff; 
       
	   

}

.feature-bg:hover h3{
	    
		color: var(--brand-c1);
}
.feature-bg p{
		color: #FFF;
}
.feature-bg .btn-default-color {
	color: #fff; /*rgba(255,255,255, 0.5); rgba(0,0,0,0.5);*/
	border-color: rgba(255,255,255, 0.7);
	  background-color: var(--brand-c1) !important;
	transform: scale(1);
	transition: transform .6s ease-in-out;
}
.feature-bg .btn-default-color:hover{
	color: #fff;
	border-color:  var(--brand-c1);
	transform: scale(1.05);
}




/* variant */


.feature i{
		color:var(--brand-c1);
		border: 4px solid var(--brand-c1);
}
.feature:hover i{
		color: var(--brand-c1);
}
.feature i:after {
	background: var(--brand-c1);
}

/* variant 2*/



.feature .btn-default-color{
	background: var(--brand-c2);
	font-size: calc(var(--base-font)* 0.9);
	padding: .7em 1em;
	height: auto;
	
}

/* Icon control variant */



.feature-bg.icon-control {
		padding:48px 0 0 0;
		background: var(--brand-c3); /*var(--brand-c2) url('repeat.jpg');*/
	     border-top: none;
	border-bottom: none;
	text-align: center;
}
.feature-bg.icon-control .section-title{
		color: #FFF; /*var(--brand-c1);*/
       font-size: calc(var(--base-font) * 1.5) !important;
	   letter-spacing: 2px;

}

.feature-bg.icon-control h3{
	/*display: none;
	height: 0;
	visibility: none;*/
		color: #FFF; /*var(--brand-c1);*/
	    font-family: 'Open Sans', sans-serif;
}
.feature-bg.icon-control .feature:hover h3{
	    
		color: rgba(255,255,255,0.4); /*var(--brand-c1);*/
}

.feature-bg.icon-control i{
		color: #fff; /* var(--brand-c1);*/
		border: 4px solid  #FFF;/*var(--brand-c1);*/
}
.feature.icon-control:hover i{
		color: #000; /*var(--brand-c1);*/
}
.feature.icon-control i:after {
	background: #000; /*var(--brand-c1);*/
}


.properties-bg {

	padding: 24px 0 24px 0;
  position: relative;
  background: #000;   /* #efefef; */
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}
.properties-bg h2{
	color: #fff; /*var(--brand-c2);*/
}

.testimonials-bg {
		padding: 24px 0 24px 0;
  position: relative;
  _background: url('file:///C|/Users/User/ZZ30/testimonial-bg.jpg'); /* var(--brand-c1);*/
  width: 100%;
  height: 200%;

}
.testimonials-bg h2{
font-family: 'DM Serif Display',serif;
color: #000;
	text-shadow: 2px 3px 3px rgba(0,0,0,0, 0.7);
}
.testimonials-bg .item{
font-size: 20px;
font-weight: 600;
color: var(--brand-c1);
}
.testimonials-bg .item a{
text-decoration: none;
font-size:18px;
color: var(--brand-c1);
}.testimonials-bg .item a:hover{
text-decoration: none;
color:#514F4F ; /* var(--brand-c3);*/
}



/* 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);
}

@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;	
  }
	
	.awards-control{
	text-align: center;
	padding-left: 13%;
	margin-bottom: 20px;
	
}
.awards-control img{
	float: left;
	width: 33vmin;
	display: block;
	margin: 0 auto;
}

	
}






.services-control .panel-bg{
	/*background: #e4e4e4;*/
	   background: #F5F4F4;
	display: block;
	padding: 15px;
	margin-bottom: 30px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	
	height: 33vmin;
	transform: scale(1);
	/*transition: transform .6s ease-in-out;*/
	border-radius: 3px;
	/*border: 1px solid grey;*/
}
/*
.services-control .panel-bg:hover{
	transform: scale(1.02);
}
*/
.services-control .panel-bg strong{
	font-size: 1.2em;
}


.cta-box-control img{
	transform: scale(1);
	transition: transform .6s ease-in-out;
	/*box-shadow: 2px 2px 3px rgba(0,0,0,0);*/
		
}
.cta-box-control img:hover{
	transform: scale(1.03);
	
}


/* ============== Transparent header ======*/
/*
.revslider-container .tp-bannertimer{
	display: none;
}


#pageid1 #header .sticky-wrapper{
 background: transparent;
	 _background: rgba(255,255,255,0.27);
	background: rgba(0,0,0,0.2);
	
}
*/




/* ==== annoucement or notice board */


.notice-board{
	background: var(--brand-c1);
	text-align: center;
	_margin-bottom: 30px;
}
.notice-board p,
.notice-board h3,
.notice-board h2{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.notice-board img{
	width: 85%;
}


/* Social Media Floating btns */


#facebook-fltBtn{
	font-size: 25px;
text-decoration: none;
display: inline-block;
width: 150px;
padding: 15px 20px;
padding-left: 110px;
	 -webkit-border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
	-ms-border-radius: 0 5px 5px 0 !important;
	-o-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;


color: #fff;
text-align: right;
margin: 30px;
position: fixed;
bottom:62.5%;
left: -100px;
z-index: 999;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
/* background-color:#405d9a; */
background-color: var(--brand-bg-c2);
}

#twitter-fltBtn{
	
font-size: 25px;
text-decoration: none;
display: inline-block;
width: 150px;
padding: 15px 16px;
padding-left: 105px;
	 -webkit-border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
	-ms-border-radius: 0 5px 5px 0 !important;
	-o-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;

color: #fff;
margin: 30px;
position: fixed;
bottom:54.2%;
left:-100px;
z-index: 999;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
background-color: var(--brand-bg-c2);


}


#instaGrm-fltBtn{
	
font-size: 25px;
text-decoration: none;
display: inline-block;
width: 150px;
padding: 15px 16px;
padding-left: 105px;
	 -webkit-border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
	-ms-border-radius: 0 5px 5px 0 !important;
	-o-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;

color: #fff;
margin: 30px;
position: fixed;
bottom:45.9%;
left:-100px;
z-index: 999;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
background-color: var(--brand-bg-c2);


}

#tiktok-fltBtn{
	
font-size: 25px;
text-decoration: none;
display: inline-block;
width: 150px;
padding: 15px 16px;
padding-left: 105px;
	 -webkit-border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
	-ms-border-radius: 0 5px 5px 0 !important;
	-o-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;

/*color: #000;  fa faicon for tiktok not working*/
margin: 30px;
position: fixed;
bottom:37.6%;
left:-100px;
z-index: 999;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
/*background-color:#fff;*/
/* background-color:#fe2c55; abrand color*/
background-color: var(--brand-bg-c2);
	
}

#youTube-fltBtn{
	
font-size: 25px;
text-decoration: none;
display: inline-block;
width: 150px;
padding: 15px 16px;
padding-left: 105px;
	 -webkit-border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
	-ms-border-radius: 0 5px 5px 0 !important;
	-o-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;

color: #fff;
margin: 30px;
position: fixed;
bottom:29.3%;
left:-100px;
z-index: 999;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
/*background-color:#ff0000; youTube brand color*/
/*background-color: #606060;*/
background-color: var(--brand-bg-c2);


}



#youTube-fltBtn[style],
#tiktok-fltBtn[style],
#instaGrm-fltBtn[style],
#twitter-fltBtn[style],
#facebook-fltBtn[style]{
	background: green !important;
	color:white !important;
}
#youTube-fltBtn[style]:hover,
#tiktok-fltBtn[style]:hover,
#instaGrm-fltBtn[style]:hover,
#twitter-fltBtn[style]:hover,
#facebook-fltBtn[style]:hover{
	_background: green !important;
	background: green !important;
}





@media only screen and (max-width: 480px){

#facebook-fltBtn{
			font-size: 17px;
		text-decoration: none;
		display: inline-block;
		width: 130px;
		padding: 5px 8px;
		padding-left: 110px;
			 -webkit-border-radius: 0 5px 5px 0 !important;
			-moz-border-radius: 0 5px 5px 0 !important;
			-ms-border-radius: 0 5px 5px 0 !important;
			-o-border-radius: 0 5px 5px 0 !important;
			border-radius: 0 5px 5px 0 !important;


		color: #fff;
		text-align: right;
		margin: 30px;
		position: fixed;
		bottom:43%;
		left: -130px;
		z-index: 999;
		box-shadow: 0 0 15px rgba(0,0,0,0.5);
		background-color:#405d9a;
		}
	
	#twitter-fltBtn{
	
	font-size: 17px;
	text-decoration: none;
	display: inline-block;
	width: 130px;
	padding: 5px 7px;
	padding-left: 105px;
		 -webkit-border-radius: 0 5px 5px 0 !important;
		-moz-border-radius: 0 5px 5px 0 !important;
		-ms-border-radius: 0 5px 5px 0 !important;
		-o-border-radius: 0 5px 5px 0 !important;
		border-radius: 0 5px 5px 0 !important;

	color: #fff;
	margin: 30px;
	position: fixed;
	bottom:37%;
	left:-130px;
	z-index: 999;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	background-color:#55acee;
	}
	
	#instaGrm-fltBtn{
	
	font-size: 17px;
	text-decoration: none;
	display: inline-block;
	width: 130px;
	padding: 5px 7px;
	padding-left: 105px;
		 -webkit-border-radius: 0 5px 5px 0 !important;
		-moz-border-radius: 0 5px 5px 0 !important;
		-ms-border-radius: 0 5px 5px 0 !important;
		-o-border-radius: 0 5px 5px 0 !important;
		border-radius: 0 5px 5px 0 !important;

	color: #fff;
	margin: 30px;
	position: fixed;
	bottom:31%;
	left:-130px;
	z-index: 999;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	background-color:#a44e96;/*brand color*/
	}

	#tiktok-fltBtn{
	
	font-size: 17px;
	text-decoration: none;
	display: inline-block;
	width: 130px;
	padding: 5px 7px;
	padding-left: 105px;
		 -webkit-border-radius: 0 5px 5px 0 !important;
		-moz-border-radius: 0 5px 5px 0 !important;
		-ms-border-radius: 0 5px 5px 0 !important;
		-o-border-radius: 0 5px 5px 0 !important;
		border-radius: 0 5px 5px 0 !important;

	color: #fff;
	margin: 30px;
	position: fixed;
	bottom:25%;
	left:-130px;
	z-index: 999;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	background: #000;
	}
	#tiktok-fltBtn i > img{
		width: 95%;
	}
	
	
	#youTube-fltBtn{
	
font-size: 17px;
text-decoration: none;
display: inline-block;
width: 130px;
padding: 5px 7px;
padding-left: 105px;
	 -webkit-border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
	-ms-border-radius: 0 5px 5px 0 !important;
	-o-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;

color: #fff;
margin: 30px;
position: fixed;
bottom:18.9%;
left:-130px;
z-index: 999;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
/*background-color:#ff0000; youTube brand color*/
/*background-color: #606060;*/
background-color: var(--brand-bg-c2);


}
	#youTube-fltBtn i > img{
		width: 95%;
	}
	
	
}/*end @media480px*/



/* Image-based home CTA buttons */


/* Single Pannel Group control */

/*  ============== Panel Group controls ===*/
.panel-heading{
	border: 1px solid var(--brand-c1);
	  -moz-border-radius: 3px;
	  -o-border-radius: 3px;
	  -ms-border-radius: 3px;
	  -webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
}


.panel-heading .panel-title  a{
	transition: all .6s ease-in-out;
	text-decoration: none;
}

.panel-heading .panel-title  a.collapsed{
	color:var(--brand-c1);
	_font-weight: 900; /* throws strange FX with this font*/
	text-decoration: none;
	font-size: calc(var(--base-font) * 0.97);
	line-height: calc(var(--base-font) + 1em);
	
	
}
.panel-body{
	/*background: rgba(228,228,228,0.3);*/
	background: var(--brand-c1-t2);/*rgba(101,45,144,0.1);*/
	color: #000;
	border-radius: 0 0 5px 5px;
	
}
.panel-body ul.panel-list li {
	font-size: 14px;
	font-style: italic;
	line-height: 1.7em;
}

.panel-body abbr[title]{
border-bottom: none;
	font-weight: 900;
}
abbr[title]{
	border-bottom: none !important;
}




.testimonials-footer img{
	max-width: 17vmin;
}
 img[alt="Rating"]{
	max-width: 16vmin;
} 

/* Bespoke HTML Table Control */


.table-control table, th, tbody, tr, td{
	border: none;
	/*border-top: 1px solid #d8d1c8;
	border-bottom: 1px solid #d8d1c8;*/
      border-top: 1px solid var(--brand-c1);
	  border-bottom: 1px solid var(--brand-c1);
}
.table-control tbody tr.sub-heading{
	color: #000;
	background: #d8d1c8 !important;
	background: var(--brand-c1) !important; 
}
.table-control table  i.fa.fa-check{
	color: #d8d1c8;
	color: var(--brand-c1) !important;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color:var(--brand-c1-t4);
	background-color: var(--brand-c1);
	color:#000;
}

.table-control tbody td.footer-note{
	font-size: smaller;
	color: #000;
	font-style: italic;
	background: #e4e4e4;
}
/* end table control*/

.bookval-control img{
	margin-bottom: 10px;
}
.bookval-control .btn-default-color{
	margin-top: 10px;
	color: var(--brand-c1);
	border-color: var(--brand-c1);
	transform-origin: left;
	transform: scale(1.0);
	transition: transform .6s ease-in;
}
.bookval-control .btn-default-color:hover{
	background: var(--brand-c1);
	color: #FFF;
	transform: scale(1.03);
	
}

.list-style .item .price{
	
}

.status-text-available,
.status-text-underoffer,
.status-text-exclusive,
.status-text-sold,
.status-text-newinstruction,
.status-text-let,
.status-text-notavailable {
   text-decoration: none !important;
}


a#ctl00_ContentPlaceHolderMain_lnkViewMap i.fa-globe:hover{
	color: #000;
	color: rgba(0,0,0,0.4);
}



/* --- pagination buttons ---*/

.featured-bg .owl-controls .owl-page.active span{
background: #FFF; /*#d09bc4*/
}
.feature-bg .owl-controls.clickable .owl-page:hover span {
background: cyan; /* #f89938; var(--brand-c1); */
}

/*===== STAR RATING SVG CONTROLS ========*/
/* star rating SVG control SPEECH BUBBLE*/
.testimonials-footer img{
	_min-height: 5vmin; /* doesnt work?*/
	max-width: 21vmin;
	
}/*mobile 480<*/
@media (max-width: 500px){
	.testimonials-footer img{
	_min-height: 5vmin; /* doesnt work?*/
	max-width: 36vmin;
	
  }
}
/* for testimonial listing PAGE */
img[alt="Rating"]{
	max-width: 14vmin;
	
} 

.footer-links li a {
    display: inline-block;
    width: 100%;
    padding: 8px 10px 4px 0;
    position: relative;
}
#bottom-right-corner {
content: url('footer.png');
	 width: 100%;
	padding-top: 24px;
}


h3 {
	font-size: 28px;
}