@import url("draft5-styles.css");
@import url("draft-styles6.css");
/* Client Request - Seasons font */
  @import url("https://use.typekit.net/leq8pyr.css");


/* fonts in use
Open+Sans:100:300;400;700
DM+Serif+Text|Open+Sans:100:300;400;700|Noto+Serif:400,500,700,900;
Poppins:200;300;400;600

*/
/* added styles - JAN 2018 */
/*prev colors: #FE0000  #efe11d*/

/*
Reference the three boxes can we try have one box white, one grey #4e4b46 and one lighter grey if possible please.
*/

@font-face{	
	font-family: 'Poppins';
	font-weight: 100;
	font-style: normal;
	
}
@font-face{	
font-family: "the-seasons", sans-serif;
font-weight: 700;
font-style: normal;
}

:root{
	--brand-color-c1:  #8b0b0b; /* #FE0000 */
	--brand-color-c2: #efe11d;
	--brand-color-c3: #999999;
	--brand-color-c3b: #4e4b46;
	
	--brand-color-c4: #FFF;
	--brand-color-c5: #999;
	--brand-color-c6: #000;
	
	--trans-white4: rgba(255,255,255, 0.4);
	--trans-white6: rgba(255,255,255, 0.6);
	--box-shadow238: 2px 2px 3px rgba(0,0,0,0.8);
	--box-shadow464: 4px 4px 6px rgba(0,0,0,0.4);
	
	--base-font: 16px;
	--rbrand-fontfam00: 'DM Serif Text', serif;
	/* rebrand 042025*/
	--rbrand-c1: #8b0b0b; 
	--rbrand-bgc3: #f8f6f1;  /*#FEFDFC*/
	--rbrand-fontfam1: 'the-seasons', serif;
	--rbrand-fontfam2: 'Poppins', sans-serif;
}



#floater-base .badge-control {
	display: block;
	position: fixed;
	left: 5%;
	bottom: 49%;
	z-index: 7777;

}

#floater-base .badge-control {
	display: block;
	width: auto;
	height: auto;

}

@media (min-width: 769px) and (max-width: 1188px){
	#floater-base .badge-control {
	display: block;
	position: fixed;
	left: 5%;
	bottom: 55%;
	z-index: 7777;

}
	
	#floater-base .badge-control {
	display: block;
	height: 33vmin;
	

}
}
@media (max-width: 768px){
	#floater-base .badge-control {
	display: block;
	position: fixed;
	left: 3%;
	bottom: 42%;
	z-index: 7777;

}
	
	#floater-base .badge-control {
	display: block;
	height: 33vmin;
	

}
}
html{
 scroll-behavior: smooth;
}
#pageid1 {
	
}
#wrapper{
	background: var(--rbrand-bgc3);
}

#pageid52 #wrapper{
	background: var(--rbrand-bgc3);
}
#pageid35 #wrapper{	
	background: #fff;
}


.wallpaper-bg00{
	background-color: #060606;
}
.wallpaper-light{
	background: #f1f3f6;
}
.wallpaper-dark{
	background: var(--brand-color-c3b);
}


.wallpaper-canvas{
	
	background: var(--rbrand-bgc3);
}

/*color: #232323;*/


h1, h2, h3, h4, h5, h6{
	_color: var(--brand-color-c6);
	color: var(--rbrand-c1);
	font-family: var(--rbrand-fontfam1);
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}
h1{
	font-size: 1.7em !important;
	line-height: 1.5em;
	
}

img{
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#banner-title{
	_color: var(--brand-color-c6);
	color: var(--rbrand-c1);
	font-family: var(--rbrand-fontfam1);
	letter-spacing: 1.3px;
}

body{
	/* test requested font*/
	font-family: var(--rbrand-fontfam2);
	font-weight: 200 ;
}
.range-center{
	text-align: center;
	
}
.range-center .btn.btn-default-color{
	display: inline-flex;
	border-color: var(--brand-color-c1);
	color: var(--brand-color-c1);
}
.range-center .btn.btn-default-color:hover{
	display: inline-flex;
	border-color: var(--brand-color-c1);
	color:  #FFF; /*var(--brand-color-c1);*/
	background: var(--brand-color-c1);
}


.hide-control .quick-hide,
.quick-hide{
	display: none;
	visibility: hidden;
	height: 0;
}

@media (max-width: 480px){
#banner-title{
	top: 30px;
	line-height: 1.3em;
}	
	
}


.card-control00{
    float: left;
	background: #e1e2e5;
	padding: 10px;
	
}
.info-cards .card-control00:nth-child(1){
	border-right: 3px solid #fff;
	
} 

.card-control00 img,
.card-control00 .text-control00 
{
	display: block;
	margin: 0 auto;
	text-align: center;

}
.card-control00 .text-control00 {
	margin-left: 10px;
}

@media screen  and (min-width:1223px){
.card-control00{
    float: left;
	background: #e1e2e5;
	padding: 10px;
	width: 48%;
	
}
	
.card-control00 img,
.card-control00 .text-control00 {
	display: block;
	float: left;
	text-align: left;

  }
}


@media screen and (max-width: 480px){
	.info-cards .card-control00:nth-child(1){
	
	border-right: none;
	border-bottom: 3px solid #fff;
 	
	
} 
	.info-cards .card-control00{
		width: 100%;
		min-width: 360px;
	}
}


.dummy-page00 {
	background: #000;
	/*border-bottom: 3px solid #dd0505;*/
	/*background: url(grey-bg00.png) repeat-x;*/
}

.black-bg-tags{
	background: #000;
	
}

.black-bg-tags p{
	margin: 10px 10%;

}

.black-bg-tags p span.tag-line{
	display: block;
	float: left;
	color:#fff;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-right: 15px;
	font-family: 'DM Serif Text', serif !important;
	font-size: 21px;
}
.black-bg-tags p span.tag-line:before{
	content: url('sqr-tick00.png');
	
  }

.ani-page-banner{
	background: #d25a87;
}


.ani-page-banner .image-group img{
	margin-bottom: 10px;
	width: 20%;
	float: left;
}
.ani-page-banner .image-group:after{
	clear: both;
}

.ani-page-banner h5{
	_font-family: 'DM Serif Text', serif;
	font-family: var(--rbrand-fontfam1);
	text-align: center;
	font-size: 32px;
	color: #fff;
	border-bottom: none;
}
.ani-page-banner p{
	display: block;
	text-align: center;
}
.ani-page-banner .btn-default-color{
	border-color: rgba(255,255,255, 0.6);
	color: rgba(255,255,255, 0.6);
	margin: 0 43%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.ani-page-banner .btn-default-color:hover{
	background: #000;
	border-color: var(--brand-color-c1);;
	color: var(--brand-color-c1);;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}


.bullets-nopoints ul{
	list-style: none;
	margin: 0 0 0 -2.3em;
	
}
.bullets-nopoints  li{
	line-height: 1.7em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--rbrand-c1);
	color: var(--brand-color-c3b);
	transform-origin: left;
	transform: scale(1.0);
	transition: transform .6s ease-in;
}

.bullets-nopoints  li:hover{
	line-height: 1.7em;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid var(--rbrand-c1);
	color: var(--brand-color-c3b);
	_background: #f1f3f6;
	background: #fff;
	transform: scale(1.1);
	transition: transform .3s ease-in;
}


.bullets-nopoints  #stycky-bg{
	display: block;
	
	background: #EFEBEB;
	padding: 7px;
	margin-bottom: 0;
}

abbr[title]{
	border-bottom: none;
}

/*end added styles JAN 2018 */

/* # Social Media */

#top-info li, #top-buttons li {
    display: inline-block;
    margin-left: 10px;
}


/*
#ctl00_hypTopBarFacebook{
	background: #3b5998;
	color: #ffffff;
	
	font-size: 13pt;
  height: 30px;
  line-height: 30px;
  width: 30px;
  padding: 0 6px 0 6px;
    border: 1px solid #74777c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#ctl00_hypTopBarTwitter{
	background: #55acee;
	color: #55acee;
	
	padding: 1px 4px 1px 4px;
    border: 1px solid #74777c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

*/

.nav-tabs {
 display: block;
}


/* #Logo and Menu Background */
.nav-logo img{
	height:78px;
	margin-top: 9px;
	/* height:110px; for Xmas logo height */
}



@media (max-width: 300px){
	.nav-logo img{
		height:43px;
		margin-top: 30px;
		top: 20px;
  }
}
@media screen and (max-width: 480px){
	.nav-logo img{
		height:45px;
		margin-top: 1.5em;
  }
}
.nav-logo {
	height:100px;
	margin: 0 0 30px 0;
	top: 30%;
}




#nav-section {
	background: #000;
}
.tp-bannertimer {
	background: none;
	height:0px;
}
#header::after, #nav-section.stuck::after {
height: 0px;	
}

/* # Navigation */
.navbar-nav > li > a {
  padding: 0px 5px;
	font-size: 14.5px;
  display: block;
  color: #fff;
  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: var(--brand-color-c1);
	
}



/* 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: 40px;
  margin-top: 20px;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
.section-title {
	font-size:22px;
}
.section-highlight {
	font-size:26px;
	text-transform: uppercase;
}

/*.section-title:before, .section-highlight:before, .section-title:after, .section-highlight:after {
		background: url("dotorange.png") repeat-x;
		  content: " ";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 17px;

}
*/

.main {
	padding-top: 0;
}

/* # Body text */
body {
  font-size: 16px;
 
}
p {
	margin: 1em 0 1em 0;

}




/* # Text Link Text Colour*/

	a {
		color:var(--brand-c3b);
	}
	a:hover {
		color:var(--brand-color-c1);
	}
	
/* # Footer Text */

.footer-contacts li {
  font-size: 15px;
}
/*{
  color: var(--brand-color-c3);
}*/
#footer-top a:hover {
  color: #5b5b5b;
  text-decoration: none;
}


/* # 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: #999999;
  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;
  _background:#f1f3f6;

}


/* # 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: var(--brand-color-c1);
  color: var(--brand-color-c1);
}


/* # Backgrounds */
.homevideo-bg {
  position: relative;
  background:  #a19d99;
  width: 100%;
  height: 100%;
  text-align: center;

}
.property-bg {
  position: relative;
  background:  #f3f3f3 url('propertybg.jpg');
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}

.purple-bg {
	background: #862fff;
}
.sales-bg {
	background: #D4D4D4;
}

.testimonials-bg {
  position: relative;
  _background:  #eff5fb url('testimonial-bg01.jpg');
	background:  var(--rbrand-bgc3);
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}
.testimonials-bg h2{
	_color: #fff;
	color: var(--rbrand-c1);
	font-size: 2.1em;
}
.testimonials-bg p{
	font-size: 1.3em;
	
}
.testimonials-bg p a{
	color: var(--brand-c3b);
	
} 
.testimonials-bg p a:hover{
	color: var(--rbrand-c1);
	
}
.testimonials-footer {
    _color: #fff;
	color: var(--brand-color-c3b);
	font-family: var(--rbrand-fontfam1);
	font-size: 1.1em;
	line-height: 1.2em;
}

.feature-bg {
	  position: relative;
  background:  #000;
  background-repeat: repeat;
  height: 100%;
}

/* Feature */
.feature {
color: #ffffff;

}
/* Width adjusted for use with images*/
.feature h3{
color: #ffffff;
  width: 100%;

}
.feature h3:hover {
color: #ffffff;

}

.feature .section-title {
	color: var(--brand-color-c1);
}

.feature i{
color: var(--brand-color-c1);
  border: 4px solid var(--brand-color-c1);

}
.feature i:after {
	background: var(--brand-color-c1);
	
}
.parallax {
	padding:85px 0 0 0;
}

/* # Testimonials */
.testimonials .item .text {
    border: 2px solid transparent;
	border-top: 2px solid var(--rbrand-c1);
    position: relative;
    text-align: center;
    padding: 65px 20px;
    font-style: italic;
    font-size: 14px;
    background-color: transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	_width: 55vmin;
	_margin: 0 auto;
}

.testimonials .item .text:after {
  border-color: transparent transparent transparent transparent;
  _border-color: #000000 transparent #000000 #000000;
}


.testimonials .item .text p:before, 
.testimonials .item .text p:after {
    font-family: var(--rbrand-fontfam1);
    font-size: 72pt;
    position: absolute;
	color: var(--rbrand-c1);
}

/* # Action Box */
.action-box {
  background-color: var(--brand-color-c3);
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.action-box h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
}
.action-box a.textlink,
.action-box p {
  color: #000;
 
}

.action-box p {
  color: #000;
  font-size: 1.1em;
	display: inline-block;
	width: 65%;
}

.action-box .btn-default{
	 background-color: #fff;
	 border: 1px solid var(--brand-color-c1);
	 color: var(--brand-color-c1);; /*var(--brand-color-c1);*/
	 box-shadow: var(--box-shadow238);
}
.action-box .btn-default:hover{
	 background-color: var(--brand-color-c3b);
	 boder-color: #fff;
	 color: #fff;
	 box-shadow: var(--box-shadow464);
}
/* brand */
.action-box.brand-c1 {
  background-color: var(--brand-color-c1);
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.action-box.brand-c1 h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
}
.action-box.brand-c1 p {
	display: inline-block;
	width: 70%;
  color: #fff;
  font-size: 19px;

}
.action-box.brand-c1 p a{

  color: #fff;
 

}


.action-box.brand-c1 .btn-default{
	 /*background-color: var(--trans-white6);*/
	 border: 1px solid #fff;
	 color: var(--brand-color-c1); /*var(--brand-color-c1);*/
	 box-shadow: var(--box-shadow238);
	background: #fff;
	
}
.action-box.brand-c1 .btn-default:hover{
	 background-color: rgba(0,0,0, 0.7); /*rgba(0,0,0,0.7); rgba(255,255,255, 0.4);*/
	 color: #fff;
	 border-color: #fff;
	 box-shadow: var(--box-shadow464);
}


/*  Big Button Panel */
.colored-bg:before
{
  background-color: var(--brand-color-c1);
}
.property-large-buttons2 li {
  width: 75%;

  color: var(--brand-color-c1);
}
.aw-adjust{
	padding-bottom: 5px;
}

/* # Slider Text */

/* Presenting your property - selling guide '25 */
.slider-subtitle
{
 /*font-family: 'Norican', serif;*/
  color: #5b5b5b;
  font-size: 34px;
  font-weight: 300;
  line-height: 28px;
}

.slider-subtitle
{
	 font-family: 'Poppins', sans-serif;
   color: #5b5b5b;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}


.slider-title-tips {
   font-family: var(--rbrand-fontfam1);
	text-transform: uppercase;
	letter-spacing: 3px;

  font-size: 62px;
  font-weight: 400;
  color: #FFF;
  line-height: 60px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}

.slider-subtitle-tips
{
	 font-family: var(--rbrand-fontfam2);
   _color: var(--brand-color-c1);
	color: #f1f3f6;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.4);
	
	text-align: center;
}
/*slider panels */

.slider-pannel-tips{
	background: rgba(0,0,0,0.4);
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.slider-pannel-tips img{
	
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	
}


.slider-pannel{
	_background: rgba(0,0,0,0.4);
	_background:#FEFDFC;
	background: rgba(254,253,252,1.00);
	border-radius: 5px;

}

/*normal */

.slider-title {
   font-family:var(--rbrand-fontfam1);
	color: var(--brand-color-c3b);
	letter-spacing: 3px;
    font-size: 74px;
	line-height: 82px;
    font-weight: 700;
    
    text-align: center;
	_text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}

a.bespokebtn img{
	display: block;
	width: 80%;
}

a.tp-caption.btn-default {
	font-family: var(--rbrand-fontfam1);
	background: transparent;
	border-color: #fff;
	color: #fff;
	height: auto;
	font-size: 3.5em;
    _padding: 21px 16px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.8);
}

a.tp-caption.btn-default.styleA {
	
	background: #f1f3f6;
	border-color: #4e4b46;
	color: #4e4b46;
}

a.tp-caption.btn-default.styleB {
	
	background: #4e4b46;
	color: #fff;
	border-color: #fff;
	
}

a.tp-caption.btn-default.styleC {	
	background: var(--brand-color-c3);
	border-color: #fff;
	color: #fff;
}


a.tp-caption.btn-default:hover {
	background: var(--rbrand-c1);
    color: #fff;
    border-color: #fff;
	
}

@media (max-width: 600px){
a.tp-caption.btn-default,
 a.tp-caption.btn-default,
 a.tp-caption.btn-default{
	_font-size: 3.1em;
    _padding: 1em 0.7em;

	
}
	
	
}

/* # Site Map listings */

.sitemap-listings {
  list-style: none;
  padding: 0;
}
.sitemap-listings li {
  min-height: 58px;
  display: block;
  margin-bottom: 2px;
  width: 100%;
  position: relative;
  padding: 4px 42px 0 64px;
}
.sitemap-listings li .image {
  width: 58px;
  height: 58px;
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}
.sitemap-listings li .image img {
  height: 100%;
}
.sitemap-listings li a {
  line-height: 8px;
  z-index: 1;
  display: inline;
  width: 100%;
  min-height: 58px;
  vertical-align: middle;
}
.sitemap-listings li a span {
  position: absolute;
  right: 0;
  top: 10px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13pt;
  border: 1px solid #74777c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sitemap-listings li li:hover > p a {
  color: var(--brand-color-c1) !important;
}
.sitemap-listings li li:hover > p a span {
  border-color: var(--brand-color-c1);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sitemap-listings li {
    padding: 4px 42px 0 0;
  }
  .sitemap-listings li .image {
    display: none;
  }
}


/* # Form - field size */

.form-style{
	background: #fff;
}

#home-advanced-search,
.form-group{
	_background: var(--brand-color-c3b);
	_background: var(--rbrand-bgc1);
	background: #fff;
}

.form-control-text .form-control{
	border: 1px solid var(--rbrand-c1); /* #dd0505;*/
	color: #333;
	
}
.form-control-propertytypegroup .chzn-single,
.form-control-category .chzn-single,
.form-control-bedrooms .chzn-single,
.form-control-price .chzn-single,
.form-control-status .chzn-single,
.form-control-usage .chzn-single
{
    border: 1px solid var(--rbrand-c1); /*#dd0505;*/
	_background: var(--rbrand-bgc3);
	background: #f8f6f1;
	color: #333;
	
}



.chzn-container .chzn-results li.highlighted {
  background-color: #dd0505;
}



.btn-fullcolor{
	 background: var(--rbrand-c1); 
	color: #fff;
	
	_box-shadow: 3px 3px 4px rgba(0,0,0,0.6);
}
.btn-fullcolor:hover{
	background: var(--rbrand-c1);
	color:#fff;

	_box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	_border-color: var(--brand-color-c1);
}



.chzn-container-single .chzn-single div:after{
	border-left: none;
}



.chzn-results {
	height: 150px; 
}
/* # Partners Logos */

#partners {
  padding-top: 15px;
  background: #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 15px;
  vertical-align: middle;
}
/* # Top Contact Bar */




#topbar{
	color: #5b5b5b;
	background: transparent;
		text-decoration:none;
	

}

#topbar a, #topbar a:active, #topbar a:visited  {
	color: #ffffff;
	text-decoration:none;
}
#topbar a:hover {
	color: var(--brand-color-c3);
	text-decoration:none;
}

@media screen and (max-width: 360px){
	.ani-page-banner .btn-default-color{
	margin: 0 20%;
	}
	
	.black-bg-tags p{
	margin: 10px 0;	
    }
	.black-bg-tags p span.tag-line{
	font-family: 'DM Serif Text', serif;
	font-size: 12px;
		/*color: yellow;*/
    }
	.black-bg-tags p span.tag-line:before{
	content: url('sqr-tick16.png');
	
    }

}/* end @360*/
@media screen and (max-width: 480px){
	
	
	.ani-page-banner .btn-default-color{
	margin: 0 17%;
	}
	/*the banner */
	.black-bg-tags p{
	margin: 10px 14.5%;
	padding: 0;
    }
	.black-bg-tags p span.tag-line{
	font-family: 'DM Serif Text', serif;
	font-size: 16px;
		/*color: orange;*/
    }
	.black-bg-tags p span.tag-line:before{
	content: url('sqr-tick16.png');
	
    }
	
	

}/* end @360*/

@media screen and (max-width: 1100px) and (min-width: 483px) {
	.ani-page-banner .btn-default-color{
	margin: 0 37.5%;   
	}
	/*the banner */
	.black-bg-tags p{
	margin: 10px 10%;
		padding: 0;
    }
    .black-bg-tags p span.tag-line{
		display: block;
		width: 33%;
		
	font-family: 'DM Serif Text', serif;
	font-size: 20px;
	   /*	color: green;*/
    }
    .black-bg-tags p span.tag-line:before{
		display: block;
		float: left;
	content: url('sqr-tick00.png');
	padding-right: 5px;
    }
	
	
}/* end @media range - 990-483*/

/* test-page-banner*/

.smiley-group{
	display: none;
	background: #d25a87;
}
.smiley-group h2{
	color: #fff !important;
}


.cta-control img{
	text-align: center;
}

.section-title:before, .section-highlight:before, .section-title:after, .section-highlight:after{
	content: none;
}

/* Footer Element */
#footer{
	background: var(--brand-color-c3b);
}



#footer-top h3 {
    color: #f1f3f6;;
    margin-bottom: 25px;
}

#footer-top a{
	color:#fff;
}

#footer-top a:hover{
	color: var(--brand-color-c1);
}

.footer-contacts li {
  
    color: #fff;
}

#copyright{
	background-color: #f1f3f6;
}
#partners{
	background: #f1f3f6;
}

#nav-section{
	background: var(--brand-color-c3b);
}

.panel{
	border: 1px solid var(--brand-color-c1);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.panel-heading a{
	font-size: 18px;
	color: var(--rbrand-c1);
}

/*
.panel-heading a::before{
	content: "> ";
	font-weight: bold;	
}
*/
.panel-body{
	color: #000;
	_background: #f1f2f6;
	background: var(--rbrand-bgc3);
	font-size: 15px;
}

/* caret control*/

.panel-heading .panel-title  a span i{
color: var(--brand-color-c3b); /*#000; var(--brand-c1); rgba(223,255,204,1.00);*/
font-size: 19px;
	transform: rotate(180deg);
	transition: transform .6s ease-in-out;
}
.panel-heading .panel-title  a.collapsed span i{
color: var(--brand-color-c1);
font-size: 19px;
	transform-origin: center;
	transform: rotate(0deg);
 transition: transform .3s ease-in-out;
}



.panel-heading .panel-title  a span{
	 display: inline-block;
	float: right;
	padding-right: 6px;
	
}

/* ------- end aret control --*/
.flash-cards{
	color: #000;
	font-size: calc(var(--base-font)/1.3);
	overflow: hidden;
	display: block !important;
	
		
}
/*
.flash-cards .btn-default-color{
	font-size: 10px;}
*/


.flash-cards .flash-btn,
.flash-cards .flash-btn:focus{ 
    background-color: transparent;
  
    color: #adb2b6;
	border-width: 1px;
	  border-color: #adb2b6;
	user-select: none;
    -moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.flash-cards .flash-btn{
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.flash-cards .flash-btn{
	font-size: 12px;
	border: 2px solid #adb2b6;
	_padding: 7px 10px;
	height: auto;
	cursor: pointer;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.flash-cards .flash-btn:hover{
	border: 2px solid var(--brand-color-c1);
	color: var(--brand-color-c1);
}

.flash-cards h3{
	color: var(--rbrand-c1);
	margin-bottom:20px;
	/*text-transform: capitalize;*/
}

.flash-cards .card2b-6 img,
.flash-cards .card2-6 img,
.flash-cards .card2b img,
.flash-cards .card2 img,
.flash-cards .card1-6 img,
.flash-cards .card1 img{
	display: block;
	margin-bottom: 7px;
			
}


.flash-cards ul.card-list{
	list-style: none;
	text-align: center;
	margin: 0 10%;
	padding: 0 0 0 0;
}
.flash-cards ul.card-list  li{
	/*border-bottom: 1px solid var(--brand-color-c1);*/
	line-height: 2em;
}

.flash-cards .card3{
	_background: rgba(227,227,227,0.5);
	background: var(--rbrand-bgc3);
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	border-radius: 0 0 12px 12px;
}
.flash-cards .card2b-6{
	background: rgba(227,227,227,0.5);
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	border-radius: 0 0 12px 12px;
	
	height: 110px;
 
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 2s;
	

	overflow: hidden;
	
}
.flash-cards .card2c,
.flash-cards .card2b{
	background: rgba(227,227,227,0.5);
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	border-radius: 0 0 12px 12px;
	
	height: 110px;
 
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 2s;
	

	overflow: hidden;
	
}
.flash-cards .card2-6,
.flash-cards .card2{
	background: rgba(227,227,227,0.5);
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	border-radius: 0 0 12px 12px;
	
	height: 120px;
 
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 2s;
	

	overflow: hidden;
	
	
}

.flash-cards .card2b-6:hover{
	height: 560px;
}
.flash-cards .card2-6:hover{
	height: 460px;
}


.flash-cards .card2b:hover{
	height: 75vmin;
}
.flash-cards .card2:hover{
	height: 520px;
}
.flash-cards .card1b-6,
.flash-cards .card1-6,
.flash-cards .card1{
	background: rgba(227,227,227,0.5);
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	border-radius: 0 0 12px 12px;
	
	height: 115px;
 
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 2s;
	

	overflow: hidden;
	
	
}
.flash-cards .card1b-6{
	height: 130px;
}
.flash-cards .card1b-6:hover{
	height: 410px;
}
.flash-cards .card1-6:hover{
	height: 360px;
}
.flash-cards .card1:hover{
	height: 310px;
	
}

/* for the flash cards */
@media screen and (max-width: 490px) and (min-width:160px){
.flash-cards .card1b-6:hover{
	height: 570px;
}
  .flash-cards .card1-6:hover,
  .flash-cards .card1:hover{
	height: 410px !important;
   }
	
	.flash-cards .card2-6:hover{
	     height: 540px !important;
		
  }

	.flash-cards .card2-6:hover{
	     height: 360px !important;
		
  }
	.flash-cards .card2:hover{
	     height: 660px !important;
		
  }
	.flash-cards .card2c{
		height: 80vmin !important;
	}
	.flash-cards .card2b:hover{
	     height: 690px !important;
		
  }	
	.flash-cards .card2b-6:hover{
	     height: 570px !important;
		
  }	
}


@media screen and (min-width: 720px) and (max-width:960px) {
	
	.flash-cards .card1-6:hover{
	height: 380px !important;
   }
	
	
  .flash-cards .card1:hover{
	height: 410px !important;
   }
	
	.flash-cards .card1b:hover{
		height: 960px !important;
   }
	.flash-cards .card1c:hover{
		height: 90vmin !important;
   }
	.flash-cards .card2-6:hover{
	     height: 750px !important;	
  }

	.flash-cards .card2:hover{
	     height: 570px !important;
		
  }
	.flash-cards .card2b:hover{
	     height: 820px !important;
		
  }	
	
	.flash-cards .card2-6:hover{
	     height: 680px !important;
		
  }
	.flash-cards .card2b-6:hover{
	     height: 690px !important;
		
  }	
	
	
}

@media screen and (min-width: 961px) and (max-width:1260px){
	
	
  .flash-cards .card1:hover{
	height: 380px !important;
   }

	.flash-cards .card2-6:hover{
	     height: 480px !important;
		
  }	
	
	.flash-cards .card2b-6:hover{
	     height: 660px !important;
		
  }	
	
	.flash-cards .card2c,
	.flash-cards .card2b:hover{
	     height: 610px !important;
		
  }	
	.flash-cards .card2:hover{
	     height: 570px !important;
		
  }	
	
}

/* page testimonial */


.testimonials-bgA .item{
font-size: 20px;
font-weight: 600;
color: #080808;
	
}

.testimonials-bgA .item .text{
	background: #fff;
	background-image: url();
	border-radius: 0px;
	border: 2px solid var(--brand-color-c1);
}

/* speech bubble tail */
#pageid402 .testimonials .item .text:after {
    border-color: transparent #ffffff transparent transparent;
    _border-color: #000000 #ffffff #000000 #000000;
}

#pageid402 .testimonials .item .text:after {
	display:  none;
    position: absolute;
    left: 19px;
    bottom: -27px;
    width: 0;
    height: 0;
    border-style: inset solid solid inset;
    border-width: 0 60px 28px 0;
    /*border-color: transparent #F8F9FB transparent transparent;*/
    line-height: 0px;
    _border-color: #000000 #F8F9FB #000000 #000000;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}


.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%;
}

.ukraine {
	background: url('UkraineRepeat.png')repeat-x;
}

.list-control ul{
	list-style:disc;
	padding: 0 0 0 1.2em;
	
}
.list-control.red-dot ul{
	list-style: none;
	padding: 0 0 0 0;
	
}.list-control.red-dot li:before{
	font-size: 2.5em;
	vertical-align: bottom;
	content: "∙" ; color: var(--brand-color-c1);
	padding-right: 0.1em;
	display: inline-block;
}

.list-control ul > li{
	line-height: 2em;
}


.list-control.lined ul > li{
	border-bottom: 1px solid var(--brand-color-c1);
	line-height: 2em;
}

/* MacMillan Cancer Support box */
#pageid510 .action-macmillan{
	background: #009b3f !important;
	color: #FFF;
}
#pageid510 .action-macmillan h2{
	font-size: 2em;
	color: #FFF;
}
#pageid510 .action-macmillan p{
	font-size: 1.2em;
	
}
#pageid510 .action-macmillan .btn-default{
	
	color: #fff;
	border: 1px solid #5e4f9c;
	background: #5e4f9c;
	transform: scale(1);
	transition: transform .6s ease-in-out;
}
#pageid510 .action-macmillan .btn-default:hover{
	background:#fff;
	color: #5e4f9c;
	font-weight: 900;
	border-color: #fff;
	transform: scale(1.03);
}






/* == media float side btn V2 == */

#facebook-fltBtn{
	font-size: 25px;
text-decoration: none;
display: inline-block;
width: 150px;
padding: 15px 20px;
padding-left: 110px;
	 -webkit-border-radius: 0 7px 7px 0 !important;
	-moz-border-radius: 0 7px 7px 0 !important;
	-ms-border-radius: 0 7px 7px 0 !important;
	-o-border-radius: 0 7px 7px 0 !important;
	border-radius: 0 7px 7px 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:#D99734 !important;
}
#youTube-fltBtn[style]:hover,
#tiktok-fltBtn[style]:hover,
#instaGrm-fltBtn[style]:hover,
#twitter-fltBtn[style]:hover,
#facebook-fltBtn[style]:hover{
	background:var(--brand-bg-c1) !important;
}

*/



@media(max-width: 480px){
	

/* ======= social media ones ========== */
#facebook-fltBtn{
			font-size: 17px;
		text-decoration: none;
		display: inline-block;
		width: 145px;
		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*/


/* ==========  MacMillan Donate ========== */


#mcmillan-fltBtn[style],
#mcmillan-fltBtn{
	font-size: 21px;
text-decoration: none;
display: inline-block;
width: 320px;
padding: 15px 20px;
padding-right: 110px;
	 -webkit-border-radius:  5px 0  0 5px !important;
	-moz-border-radius: 5px 0  0 5px !important;
	-ms-border-radius: 5px 0  0 5px !important;
	-o-border-radius: 5px 0  0 5px !important;
	border-radius: 5px 0  0 5px !important;


color: #fff;
	font-weight: 900;
text-align:left !important;
margin: 30px;
position: fixed;
bottom:33%;
right: -100px;
z-index: 999;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
background-color:#4b3f7c !important; /*purple*/
/*background-color: #008a26;  green*/
	/* transform: scale(1);*/
	transition: font-size .6s ease-in-out, width .6s ease-in-out;

}
#mcmillan-fltBtn[style]:hover,
#mcmillan-fltBtn:hover{
background-color: #008a26 !important;
	/* transform: scale(1.01); */
	font-size: 22px;
	width: 330px;
}
#mcmillan-fltBtn[style].quick-hide,
#mcmillan-fltBtn.quick-hide{
display: none;

}

@media (max-width:360px){
	
#mcmillan-fltBtn[style],
#mcmillan-fltBtn{
	font-size: 24px;
text-decoration: none;
display: inline-block;
width: 380px;
padding: 15px 20px;
padding-right: 110px;
	 -webkit-border-radius:  5px 0  0 5px !important;
	-moz-border-radius: 5px 0  0 5px !important;
	-ms-border-radius: 5px 0  0 5px !important;
	-o-border-radius: 5px 0  0 5px !important;
	border-radius: 5px 0  0 5px !important;


color: #fff;
	font-weight: 900;
text-align:left !important;
margin: 30px;
position: fixed;
bottom:33%;
right: -320px;
z-index: 999;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
background-color:#4b3f7c !important; /*purple*/
/*background-color: #008a26;  green*/
	/* transform: scale(1);*/
	transition: font-size .6s ease-in-out, width .6s ease-in-out, right .6s ease-in-out;

}
#mcmillan-fltBtn[style]:hover,
#mcmillan-fltBtn:hover{
background-color: #008a26 !important;
	/* transform: scale(1.01); */
	font-size: 21px;
	width: 390px;
	right: -70px;
}
	
}


@media (max-width: 960px){
	

#mcmillan-fltBtn[style],
#mcmillan-fltBtn{
	font-size: 24px;
text-decoration: none;
display: inline-block;
width: 380px;
padding: 15px 20px;
padding-right: 110px;
	 -webkit-border-radius:  5px 0  0 5px !important;
	-moz-border-radius: 5px 0  0 5px !important;
	-ms-border-radius: 5px 0  0 5px !important;
	-o-border-radius: 5px 0  0 5px !important;
	border-radius: 5px 0  0 5px !important;


color: #fff;
	font-weight: 900;
text-align:left !important;
margin: 30px;
position: fixed;
bottom:33%;
right: -290px;
z-index: 999;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
background-color:#4b3f7c !important; /*purple*/
/*background-color: #008a26;  green*/
	/* transform: scale(1);*/
	transition: font-size .6s ease-in-out, width .6s ease-in-out, right .6s ease-in-out;

}
#mcmillan-fltBtn[style]:hover,
#mcmillan-fltBtn:hover{
background-color: #008a26 !important;
	/* transform: scale(1.01); */
	font-size: 21px;
	width: 360px;
	right: -100px;
}
/*
Original link: -  https://dc.thyngs.net/10919/Experience?code=BUS007568402&time=09%2f21%2f2022+09%3a33%3a59.577598&appUserID=fe379f7c-ab46-438f-867e-81e765ca860c&thyngDetailID=4046647&valid=Z3I0%2beXFRD1%2fZB0cd60ffZNdsBl%2bu%2bE7qWkDSKsVDiK9NEVIELnGRXI%2fjtb2QuwGtk%2fk3nRrAGOh%2bl4bNi8uCw%3d%3d&goalType=DONATION_AND_GIFTAID&meta=#!/	
	
https://myminiurl.net/tlslG
	*/
	
}
.blog p{
	text-align: center;
}
.blog h1, .blog h2 {
	
	margin: 0.67em 0;
	padding: 0 0;
	
}

.blog h1 {
	font-size: 34px !important;
}

.blog h2 {
	font-size: 26px;
}

/* 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;
}

.aboutguide p{
	margin: 0 0 0.67em 0;
}

/* Client Request - Banner on Sales and Lettings page */
/* must define the pageid where it is sitting, otherwise it messes other banner ID, because of ID*/


#pageid31 h2,
#pageid41 h2{
	_text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
	_color: #000;
	font-size: 26px;
	_color: var(--brand-color-c1);
	color: var(--rbrand-c1);
	padding-bottom: 0px;
}




/* News Bespoke page */
/* Cover library page */
#pageid520 #wrapper{
	background-color: #f1f3f6;
	background:#f1f3f6;
}

#pageid605 #wrapper{
	_background-color: #f1f3f6;
	_background:#f1f3f6;
	background-color: var(--rbrand-bgc3);
     background: var(--rbrand-bgc3)
}
#pageid606 #wrapper{
		_background-color: #f2f2f1;
	_background:#f2f2f1; 
	background: var(--rbrand-bgc3);
}

#pageid605 .bodycopy-control{
	background: var(--rbrand-bgc3);
	
}
#pageid605 .wallpaper-light{
	_background-color: #fff;
	_background:#fff;
	background-color: var(--rbrand-bgc3);
     background: var(--rbrand-bgc3)
}




#pageid601 body{
	_font-family: "Noto Serif", serif;
	_font-family: 'Open Sans', sans-serif;
	font-family: var(--rbrand-fontfam2);
	
	/* range: 100 -  900*/
}

#pageid600 div.nested + .container{
	_background-color:#4e4b46;
	_background-color: #999999;
	background-color:#fff;
	border:1px solid #FE0000;
	border-radius: 5px ;
	color:#333;
	margin-bottom: 70px;
	padding-top: 20px;
}

#pageid600 div.nested + .container h2{
	color: var(--brand-color-c1);
	text-transform: uppercase;
}
#pageid600 div.nested + .container button{
	border-color: var(--brand-color-c1);
	background: var(--brand-color-c1);
	color: #fff;
}
#pageid600 div.nested + .container button:hover{
		background: #fff;
	border-color: var(--brand-color-c1);
	color: var(--brand-color-c1);
}
#pageid600 div.nested + .container{
	margin: 0 auto;
	margin-bottom: 80px;
}
#pageid600 div.nested .container h2{
	display: block;
	margin-top: 30px;
	font-family: var(--rbrand-fontfam2);
	_color:#fff;
	color: #FE0000;
	_text-shadow: 1px 2px 3px rgba(0,0,0,0.8);
}
#pageid600 div.nested + .container p{

	color: #000 !important;
	_color: #FE0000;
}


/*
#pageid600 div.nested + .container a[href="login.aspx?mode=ApplicantSales"]{
	background: #fff;
	color: #FE0000;
	border: 1px solid #fff;
	display: inline-block;
	padding: 3px 15px;
	border-radius: 3px;
	
}
#pageid600 div.nested + .container a:hover{
	background: #fff;
	border: 1px solid #FE0000;
	color: #FE0000;
	_box-shadow: 2px 3px 3px rgba(0,0,0, 0.7);
	
}
*/
#pageid600 .nested-form {
	box-sizing: border-box;
	_background-color: blue;
    background-image: url("newsregister-bg1.jpg");
	background-position: center 47%; /*adjust here*/
}


#pageid600 .nested-form  h2{
		color: var(--brand-color-c1);
	margin: 0 auto;
}
	#pageid600 .nested-form p{
	 	color: #000;
	}
#pageid600 .nested-form + .container {
	box-sizing: border-box;
	_border: 2px solid magenta;
	 background-image: url("newsregister-bg1.jpg");
    background-origin: inherit;
	background-position: center bottom;
	width: 100%;
	
	
	
	
}
#pageid600 .nested-form + .container > .col-sm-12{
	
	_border: 1px solid blue;
	border: 2px solid var(--brand-color-c3b);
	padding: 20px;
	padding-top: 30px;
	border-radius: 5px;
	display: inline-block;
	margin: 0 19%;
	
	width: 60%;
	margin-bottom: 50px;
	background: #fff;
	
}
#pageid600 .nested-form + .container > .col-sm-12 h2{
	color: var(--brand-color-c3b);
	
}

#pageid600 .nested-form + .container > .col-sm-12 button{
	color: #fff; /* var(--brand-color-c1);*/
	background: var(--brand-color-c1);
    border-color:var(--brand-color-c1);
}
#pageid600 .nested-form + .container > .col-sm-12 button:hover{
	color: var(--brand-color-c1);
	background:#fff;
    border-color:var(--brand-color-c1);
}

@media (min-width:600px) and (max-width:1188px){
	#pageid600 .nested-form + .container > .col-sm-12{
	
	_border: 1px solid cyan;
	border: 2px solid var(--brand-color-c1);
	padding: 20px;
	padding-top: 30px;
	border-radius: 5px;
	display: inline-block;
	margin: 0 10%;
	
	width: 80%;
	margin-bottom: 50px;
	background: #fff;
	
}	
}

@media (max-width:600px){
	#pageid600 .nested-form + .container > .col-sm-12{
	
	_border: 1px solid blue;
	border: 2px solid var(--brand-color-c1);
	padding: 20px;
	padding-top: 30px;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	
	width: 100%;
	margin-bottom: 50px;
	background: #fff;
	
}	
	#pageid600 .nested-form,

#pageid600 .nested-form + .container {

	 background-image:none;
     _background-color: var(--brand-color-c3b);
	background-color: #f7f6f4;
	border-bottom: none;
	
	
}
	#pageid600 .nested-form  h2{
		margin: 0;
		color: var(--brand-color-c1);
	}
	#pageid600 .nested-form p{
	 	color: #333;
	}
}
/* Cover page for articles */
.article-control .pannel{
	border: 1px solid var(--brand-color-c1);
	padding: 10px;
	border-radius: 5px;
	box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.7);
	background: #fff;
}

.article-control .pannel a{
	color: var(--rbrand-c1);
}

.article-control .pannel a.btn-default-color{
	background: var(--brand-color-c1);
	color: #fff;
	border-color: #fff;
}
.article-control .pannel a.btn-default-color:hover{
	background: #fff;
	color: var(--brand-color-c1);
	border-color: var(--brand-color-c1);
}


.bodycopy-control{
	text-align: center;
	color: var(--brand-color-c3b);
}

.bodycopy-control  img{
	border-radius: 5px;
	width: 100%;
	
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	
		
}
.bodycopy-control .col-pannel h3{
	display: block;
	width: 70%;
	text-align: left;
	font-family: var(--rbrand-fontfam1);
	_font-style: italic;
	_text-transform: capitalize;
	font-weight: 400;
	_font-size: 23px;
	font-size: 2.4em;
	_line-height: 1.2em;
	color: var(--rbrand-c1);
	
	_color: magenta;
}
.bodycopy-control .col-pannel p{
	text-align: left;
    
	font-size: 1.2em;
	font-weight: 300;
	_line-height: 1.7em;
	

}
b, strong {
    font-weight: 600;
}


.support-control{
	background: var(--rbrand-bgc3);
	color: var(--brand-color-c3b);
}
.support-control .col-photo{
	border-radius: 5px;
	_width: 100%;
	
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.support-control .col-pannel h2{
	display: block;
	width: 60%;
	text-align: left;
	font-family: var(--rbrand-fontfam1);
	_font-style: italic;
	font-weight: 400;
	_font-size: 23px;
	font-size: 2.8em;
	_line-height: 1.2em;
	color: var(--rbrand-c1);
}
@media (max-width: 600px){
.support-control .col-pannel h2{	
	display: block;
	width: 95%;
	}
}

.support-control .col-pannel p{
text-align: left;
    _font-family: "Open Sans", sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	_line-height: 1.7em;
}

.wallpaper-sharesocial{
	background: var(--rbrand-bgc3);
}

/* Related News*/

/*flexo control*/

/*
.flexo-wellpaper{ does not work
	background: yellow;
}
*/
h2.flexo-heading{
	text-align: center;
	font-family: "Noto Serif", serif;
	font-weight: 700;
}


div.flexonested-control{
	display: flex;
	flex-wrap: wrap;
	_border: 1px solid magenta;
	
	font-family: "Noto Serif", serif;
	
}

div.flexonested-control.reverse-read{
	display: flex;
	flex-wrap: wrap;
	_border: 1px solid magenta;
	flex-direction: row-reverse;
}

div.flexonested-control .flexo-4  img{
	display:block;
	border-radius: 5px;
	width: 98%;
	margin:  0 auto;
	margin-bottom: 7px;
	transform-origin: center;
	transform: scale(1.0);
	transition: transform .6s ease-in-out;
}
div.flexonested-control .flexo-4  img:hover{
	display:block;
	width: 98%;
	margin:  0 auto;
	margin-bottom: 7px;
	transform: scale(1.03);
	transition: transform .6s ease-in-out;
	
}

div.flexonested-control .flexo-item{
	flex: 1 1 5%;
    box-sizing: border-box;
	align-content: space-between;
	
}



div.flexonested-control .flexo-4{
	flex: 1 1 30%;
    box-sizing: border-box;
   

	/* styling*/
	text-align: center;
	padding: 1em;
	margin: 10px;
	_border: 2px solid cyan;
	color: #000;
	_background: var(--brand-c1);
	border: 1px solid var(--brand-c1);
	background: #f1f3f6;
	border-radius: 5px;
}

div.flexonested-control .flexo-4.range-right{
	flex: 1 1 30%;
    box-sizing: border-box;
    

	/* styling*/
	text-align: right;
	padding: 1em;
	margin: 10px;
	_border: 2px solid cyan;
	color: #000;
	_background: var(--brand-c1);
	border: 1px solid var(--brand-c1);
	background: #f1f3f6;
	border-radius: 5px;
}



div.flexonested-control .flexo-4 h2{
	font-family: "Noto Serif", serif;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: .7px;
	line-height: 1.5em;
	font-size: 17px;
	
	text-align: center;
	_margin-bottom: 20px;
	
}div.flexonested-control .flexo-4 h2 {
	text-decoration: underline;
	text-decoration-color: var(--brand-color-c1);
	
}div.flexonested-control .flexo-4 h2 a{
	color:#000;
	text-decoration-color: var(--brand-color-c1);
}
div.flexonested-control .flexo-4 h2 a:hover{
	color:#666;
	
}

div.flexonested-control .flexo-4 h2 small{
	margin: 0;
	padding: 0;
	display: inline-block;
	font-style: italic;
}


div.flexonested-control .flexo-4 p{
	font-size: 15px;
}
div.flexonested-control .flexo-4  p i.fa-chevron-circle-right{
	
}
div.flexonested-control .flexo-4 p i.fa-chevron-circle-right:hover{
	
	
}

/* additonal branding */

div.flexonested-control .flexo-4.brand-c1{
		border: 2px solid var(--brand-c1);
	background: #f1f3f6;
}
div.flexonested-control .flexo-4.brand-c2{
		border: 2px solid var(--brand-c2);
	background: #f1f3f6;
}
div.flexonested-control .flexo-4.brand-c2 h2{
		color: var(--brand-c2);
	
}
@media (max-width: 600px){
	
	div.flexonested-control .flexo-item{
	flex: none;	
}
	div.flexonested-control .flexo-4{
		flex: 1 1 100%;
		box-sizing: border-box;
	}
	
	div.flexonested-control .flexo-4.range-right{
		_flex: 1 1 100%;
		flex-basis: auto;
		box-sizing: border-box;
	}
}

/* end lang flex*/
.btn-full-color{
    border-color: var(--brand-color-c1) !important;
    background: var(--brand-color-c4);
    color: var(--brand-color-c1);
   
}
#ctl00_ContentPlaceHolderMain_hypTwitter {
    background: #000;
    color: #ffffff;
    border: none;
}


/* News Title Strip  heading */
.intro-control{
	background: var(--rbrand-bgc3);
}

.intro-control h2{
	_color: var(--brand-color-c1);
	color: var(--rbrand-c1);
	font-size: 2em;
}
.intro-control p{
	color: #252525;
	font-size: 1.1em;
}

.newstitle-strip{
	font-family: var(--rbrand-fontfam1);
	font-size: 1.7em;
	text-align: center;
	background: var(--brand-color-c3b);
	border-bottom: 3px solid var(--brand-color-c1) !important;
	color: #fff;
	display: flex;
	flex-direction: column;
	
	animation: flashnews 1.6s ease-in 7 forwards;
	
}

.newstitle-strip .flexo-row{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	flex: 1 0 48%;
	
}

@keyframes flashnews{
	from{
		background: #FE0000;
		
	}
	to{
		background: #000;
		
	}
}


.newstitle-strip .flexo-row .flexo-item{
	fle: 1 0;
	padding: 10px 12px;
}


.newstitle-strip .flexo-row .flexo-item  i{
	color: #f1f2f3;
	font-size: 1.2em;
	vertical-align: center;
	padding-left: 3px;
	
	
}




.newstitle-strip .flexo-row .flexo-item  a{
	color:#fff;
	text-decoration-color: var(--brand-color-c1);
	line-height: 1.3em;
}

.newstitle-strip .flexo-row .flexo-item  a:hover{
	color: #fff;
	text-decoration-color: var(--brand-color-c1);
	line-height: 1.3em;
}


.newstitle-strip .flexo-row .flexo-item  a i.fa-chevron-circle-right{
	color: #fff;
    
	
}

.newstitle-strip .flexo-row .flexo-item  a:hover i.fa-chevron-circle-right{
	color: var(--brand-color-c1);
	
}


@media (max-width:600px){
	.newstitle-strip{
		font-size: 1.2em;
	}
	
	.newstitle-strip .flexo-row .flexo-item:first-of-type{
	font-size: 1.4em;
}
}

/* Selling Guide 2025 */

small{
	color: #666;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 0.7em;
	
}

.wallpaper-guide25{
	_background-color: var(--rbrand-bgc3);
	background-color: var(--rbrand-bgc3);
	color: #232323;
}


.process-control .panel{
	_background: var(--rbrand-bgc3);
	background: var(--rbrand-bgc3);
}


.pick-yourteam .meet-team-control{
	text-align: center;
	margin-bottom: 30px;
}
.pick-yourteam .meet-team-control .btn-default-color{
	color: #fff;
	background: var(--brand-color-c1);
	border-color: var(--brand-color-c1);
	transform-origin: center;
	padding: 15px 21px !important;
	height: auto;
	transform: scale(1.0);
	transition: transform .6s ease-in-out;
	
}
.pick-yourteam .meet-team-control .btn-default-color:hover{
		background: #fff; /* var(--brand-color-c1);*/
	border: 1px solid var(--brand-color-c1);
	_color: var(--brand-color-c1);
	color: var(--rbrand-c1);
	transform-origin: center;
	padding: 15px 21px;
	height: auto;
	transition: transform .6s ease-in-out;
	transform: scale(1.02);
}
.pick-yourteam .meet-team-control img{
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	margin-bottom: 20px;
	
}

.pick-yourteam h2{
	color: var(--rbrand-c1);
}

.pick-yourteam h3{
	_font-family: "Open Sans" , sans-serif;
	_color: var(--rbrand-c1);
	color: #000;
	display: block;
	width: 70vmin;
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 30px auto 20px auto;
}
.pick-yourteam h5{
	color: #000;
	font-size: 1.1em;
	margin-bottom: 20px;
	text-align: center;
}

.choosing-estatea{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.choosing-estatea h3{
	margin-bottom: 0;
	padding-bottom: 20px;
}

.choosing-estatea .frame{
	border: 1px solid var(--rbrand-c1);
	color: #000;
	font-size: 1.05em;
	border-radius: 5px;
	padding: 3em;
	padding-top: 4em;
	margin-bottom: 20px;
	
	flex: 1 1 60%;
	align-content: space-around;
	
	
}
@media (min-width: 600px) and (max-width: 1188px){
	

}

.choosing-estatea .frame h3{
	text-align: center;
	_color: var(--brand-color-c1);
	color: var(--rbrand-c1);
	margin-bottom: 20px;
	font-size: 1.5em;
}

.promise-control{
	_text-align: left;
}


.promise-control img{
	display: block;
	margin: 0 auto;
	

}

.keyfeatures-control{
	
}
.keyfeatures-control .photo-video .frame{
	border-radius: 5px;
	overflow: hidden !important;
	width: 36.6vmin;
	height: 36.6vmin;
	margin-bottom: 10px;
	background: #000;
	
	
}



.keyfeatures-control .photo-video .frame img{
	content: url("guide-videosani.jpg");
	position: relative;
	left:-50px;
}

.keyfeatures-control img{
	margin-bottom: 10px;
	border-radius: 5px;
	width: 100%;
	
}
.presentation-control {
	text-align: center;
}
.presentation-control h3{
	_color: var(--brand-color-c1);
	color: var(--rbrand-c1);
	text-align: center;
}
.presentation-control img{
	display: block;
	margin: 0 auto;
	border-radius: 7px;
	margin-bottom: 10px;
}

.checklist-control .btn-default-color,
.presentation-control .btn-default-color{
	color: #fff;
	background: var(--brand-color-c1);
	border: 1px solid var(--brand-color-c1);
	transform-origin: center;
	padding: 15px 21px !important;
	height: auto;
	transform: scale(1.0);
	transition: transform .6s ease-in-out;
	
}
.checklist-control .btn-default-color:hover,
.presentation-control .btn-default-color:hover{
		background: #fff; /* var(--brand-color-c1);*/
	border-color: var(--brand-color-c1);
	_color: var(--brand-color-c1);
	color: var(--rbrand-c1);
	transform-origin: center;
	padding: 15px 21px;
	height: auto;
	transition: transform .6s ease-in-out;
	transform: scale(1.02);
}

.list-control-guide ul{
	list-style: none;
	_list-style-image: url();
	padding: 0 0 0 0;
	
}
.list-control-guide li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brand-color-c1);
}

.list-control-guide.mit-ticks ul{
	list-style: none;
	list-style-image: url(guide-tick.png);
	padding: 0 0 0 1.3em;
	
}
.list-control-guide.mit-ticks li{
	align-content: center;
	_padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brand-color-c1);
	font-size: 1.0em;
	transition: font-size .6s ease-in ;
	
}
.list-control-guide.mit-ticks li:hover{
	font-size: 1.1em;
	transition: font-size .6s ease-in ;
	color: #000;
}
.list-control-guide.mit-ticks li:last-of-type{
	border-bottom: none;
}
.list-control-guide.mit-ticks li::marker{
	align-content: bottom;
	vertical-align: bottom;
	_color: var(--brand-color-c1) !important;
}
.list-control-guide h4{
	color: var(--rbrand-c1);
	font-size: 1.0em;
}

.list-control-guide.mit-number ul{
	list-style: none;
	_list-style-image: url();
	padding: 0 0 0 0;
	
}
.list-control-guide.mit-number li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brand-color-c1);
}

.list-control-guide.mit-disc ul{
	list-style: disc;
	_list-style-image: url();
	padding: 0 0 0 1.1em;
	
}
.list-control-guide.mit-disc li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brand-color-c1);
}

.list-control-guide.mit-disc li strong{
	color:var(--rbrand-c1);
}

.list-control-guide.mit-disc ul > li::marker {
	color: #FE0000 ;
}

.action-box.page-note{
	_background: var(--brand-color-c1);
	background:  var(--rbrand-bgc3);
	border-top-color: var(--rbrand-bgc3);
	border-bottom-color: var(--rbrand-bgc3);
}


.action-box.page-note p{
	font-family: var(--rbrand-fontfam1);
	display: inline-block;
	width: 70vmin;
	font-size: 1.5em;
	padding: 35px;
	padding-bottom: 40px;
	background: #fff ;/*var(--brand-color-c3b);*/
	border-radius: 5px;
	color: var(--brand-color-c3b);
}

.action-box.page-note2{}

.action-box .page-note2 > span{
	display: inline-block;
	width: 60vmin;
	font-size: 1.2em;
	color: #000;
	
}


.presentationtips-control-bg1{
	background-image: url('presentation-pagephoto00.jpg') !important;
	background-position: center center;
	background-repeat: no-repeat;
}
.presentationtips-control-bg1 .frame h3{
	_color: var(--brand-color-c1);
	color: var(--rbrand-c1);
	font-size: 1.5em;
}

.presentationtips-control-bg1 .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 45vmin;
	height: 60vmin;
	align-content: center;
	background:  var(--rbrand-bgc3);
	
}
.presentationtips-control-nobg{
	background-image: none;
	background-position: none;
}
.presentationtips-control-nobg .frame h3{
	_color: var(--brand-color-c1);
	color: var(--rbrand-c1);
	font-size: 1.5em;
}
.presentationtips-control-nobg .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 45vmin;
	height: 60vmin;
	align-content: center;
	_margin: 0 auto;
	z-index: 10;
	
}



.presentationtips-control-nobg  .photo-bg{
	background-image:url("presentation-pagephoto04.jpg");
	background-repeat: no-repeat;
	background-position: center right;
	_background-size: cover;
	height: 60vmin;
	
}
.presentationtips-control-nobg  .photo-bg2{
	background-image: url('presentation-pagephoto01.jpg'); 
	background-repeat: no-repeat;
	background-position: center right;
	_background-size: cover;
	height: 60vmin;
	
}

@media (min-width: 788px) and (max-width:1188px){
	
	.presentationtips-control-nobg  .photo-bg{
	background-image: none;
	background-repeat: no-repeat;
	background-position: center right;
	_background-size: cover;
	height: 60vmin;
	
}
.presentationtips-control-nobg  .photo-bg2{
	background-image: none;
	background-repeat: no-repeat;
	background-position: center right;
	_background-size: cover;
	height: 60vmin;
	
}
	
	.presentationtips-control-bg1 .frame,
	.presentationtips-control-bg2 .frame,
	.presentationtips-control-bg3 .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 45vmin;
	height: 60vmin;
	align-content: center;
	
}
	.presentationtips-control-bg1 .foto-frame .img-responsive,
.presentationtips-control-bg2 .foto-frame .img-responsive,
.presentationtips-control-bg3 .foto-frame .img-responsive {
		display: none;
	    
	}
	
}
.presentationtips-control-bg2{
	background-image: url('presentation-pagephoto02b.jpg') !important;
	background-position: center center;
	background-repeat: no-repeat;
}
.presentationtips-control-bg2 .frame h3{
	_color: var(--brand-color-c1);
	color: var(--rbrand-c1);
	font-size: 1.5em;
}
.presentationtips-control-bg2 .frame{
	padding: 0 20px;
	margin:  0 10px;
	width: 45vmin;
	height: 60vmin;
	align-content: center;
	background:  var(--rbrand-bgc3);
	
}

.presentationtips-control-bg3{
	background-image: url('presentation-pagephoto03a.jpg') !important;
	background-position: center center;
	background-repeat: no-repeat;
}
.presentationtips-control-bg3 .frame h3{
	_color: var(--brand-color-c1);
	color: var(--rbrand-c1);
	font-size: 1.5em;
}
.presentationtips-control-bg3 .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 45vmin;
	height: 60vmin;
	align-content: center;
	background:  var(--rbrand-bgc3);
	
}
.presentationtips-control-bg1 .foto-frame .img-responsive,
.presentationtips-control-bg2 .foto-frame .img-responsive,
.presentationtips-control-bg3 .foto-frame .img-responsive {
		display: none;
	    
	}

@media (max-width: 786px){
	.presentationtips-control-nobg .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 85vmin;
	height: 60vmin;
	align-content: center;
	_margin: 0 auto;
	
}
	
	.presentationtips-control-nobg  .photo-bg{
	background-image: url('presentation-mobile5.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 60vmin;
}
.presentationtips-control-nobg  .photo-bg2{
	background-image: url('presentation-mobile4.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 60vmin;
	border-radius: 5px;
}
	
	
	
	.presentationtips-control-bg1 .foto-frame .img-responsive,
	.presentationtips-control-bg2 .foto-frame .img-responsive,
	.presentationtips-control-bg3  .foto-frame .img-responsive {
		display: block !important;
		border-radius: 5px;
	    
	}
	.presentationtips-control-bg1 .frame,
	.presentationtips-control-bg2 .frame,
	.presentationtips-control-bg3 .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 85vmin;
	height: 45vmin;
	align-content: center;
	
}
	.presentationtips-control-bg1,
	.presentationtips-control-bg2,
	.presentationtips-control-bg3{
	background-image: none !important;
	_background-position: center center;
	_background-repeat: no-repeat;
}
}

.portalsonpage-control{
	text-align: center;
	background:  var(--rbrand-bgc3);
}
.portalsonpage-control h2{
	margin-bottom: 0;
	_padding-bottom: 0;
}

.portalsonpage-control img{
	display: block;
	margin: 0 auto;
}

/* Rebrand Apr2025*/

.wallpaper-canvas{
	background: var(--rbrand-bgc3);
}



.home-intro-control .pannel{
	align-content: center;
	ppadding: 20vmin 5vmin 20vmin 0;
}
.home-intro-control .pannel img{
	border-radius: 5px;
	
}
.home-intro-control .pannel h1{
	font-family: var(--rbrand-fontfam1);
	color: #fff;
	font-size: 48px !important;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
	transform-origin: center;
	opacity: 0;
	position: relative;
	bottom: 0;
	
	animation: h1ani 0.9s ease-in 0.3s forwards;
	
}
@keyframes h1ani{
	from{
		bottom: -30px;
		opacity: 0;
		
	}
	to{
		bottom: 0;
		opacity: 1;
	}
}

.home-intro-control .pannel p{
	font-size: 1.27em;
	color: #fff;
	line-height: 1.5em;
}

.home-intro-control .pannel  span.logo-image img{
	display: inline-block;
	border-radius: 2px;
	height: 62px;
	padding: 5px;
	_background: #fff;
	border: 2px solid #fff;
	margin-bottom: 20px;
}

.calculator-control{
	margin-bottom: 40px;
}

.calculator-control .pannel2{
	align-content: center ;
	padding: 20vmin 5vmin 20vmin 0;
}


.calculator-control .pannel2 h3 {
    font-family: var(--rbrand-fontfam1);
    color: var(--rbrand-c1);
    font-size: 48px !important;
    line-height: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
}
.calculator-control .pannel2B h3 {
    font-family: var(--rbrand-fontfam1);
    color: var(--rbrand-c1);
    font-size: 48px !important;
    line-height: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
}
.calculator-control .pannel2B h4{
	font-size: 1.3em;
	color: var(--rbrand-c1);
	padding-bottom: 40px;
	}
.calculator-control .pannel2B{
	align-content: center ;
	padding: 15vmin 5vmin 15vmin 0;
}


.calculator-control .pannel2B h4{
	font-size: 1.3em;
	color: var(--rbrand-c1);
	padding-bottom: 40px;
	}

.calculator-control  .btn-default-color,
.calculator-control .pannel2 .btn-default-color{
	background: rgba(255,255,255, 0.6) ;/*#fff;*/
	height: auto;
	padding: 9px 12px;
	color: var(--rbrand-c1);
	font-size: 1.1em;
	border-color: var(--rbrand-c1);
}
.calculator-control .btn-default-color:hover,
.calculator-control .pannel2 .btn-default-color:hover{
	_background: #f1f3f6;
	background: var(--rbrand-c1);
	height: auto;
	padding: 9px 12px;
	color: #fff; /*var(--rbrand-c1);*/
	font-size: 1.1em;
	border-color: var(--rbrand-c1);
}

#pageid320 .calculator-control  {
	text-align: center;
}

.home-intro-control .pannel img{
	border-radius: 5px;
}




@media (max-width: 600px){
	
	.calculator-control .pannel2B{
	align-content: center ;
	padding: 5vmin 5vmin 10vmin 0;
}
	.calculator-control .pannel2B h3 {
    font-family: var(--rbrand-fontfam1);
    color: var(--rbrand-c1);
    font-size: 42px !important;
    _line-height: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
}
.calculator-control .pannel2B h4{
	font-size: 1.0em;
	color: var(--rbrand-c1);
	padding-bottom: 20px;
	}
	
.calculator-control .pannel2{
	align-content: center ;
	padding: 9vmin 5vmin 0vmin 0;
}	
	.home-intro-control .pannel img{
	border-radius: 5px;
}
	.home-intro-control .pannel{
	align-content: center;
	ppadding:  7vmin  5vmin 7vmin 0;
}
	
	.home-intro-control .pannel h1{
	
	font-size: 42px !important;
	line-height: 1.0em;

	
	animation: h1ani 0.9s ease-in 0.3s forwards;
	
}
	
	.home-intro-control .pannel p{
	font-size: 1.0em;
	color: #fff;
}
}

@media (min-width: 600px) and (max-width: 960px){
	
		.calculator-control .pannel2B{
	align-content: center ;
	padding: 7vmin 5vmin 0vmin 0;
}
	.calculator-control .pannel2B h3 {
    font-family: var(--rbrand-fontfam1);
    color: var(--rbrand-c1);
    font-size: 32px !important;
    _line-height: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
}
.calculator-control .pannel2B h4{
	font-size: 0.7em;
	color: var(--rbrand-c1);
	padding-bottom: 20px;
	}
	
	.home-intro-control .pannel h1{
	font-size: 32px !important;
	line-height: 1.1em;
	animation: h1ani 0.9s ease-in 0.3s forwards;
	
}
	
	.home-intro-control .pannel p{
	font-size: 1.1em;
	color: #fff;
}
	.calculator-control .pannel img{
	border-radius: 5px;
	
}
	.home-intro-control .pannel{
	align-content: center;
	padding:  10vmin  0 5vmin;
}

.calculator-control .pannel2{
	align-content: center ;
	padding: 10vmin 5vmin 10vmin 0;
	
  }

}
@media (min-width: 961px) and (max-width: 1140px){
.calculator-control .pannel2B{
	align-content: center ;
	padding: 5vmin 5vmin 0vmin 0;
}

.calculator-control .pannel2 h3{
	font-family: var(--rbrand-fontfam1);
	color: var(--rbrand-c1);
	font-size: 48px !important;
	line-height: 1.2em;
	margin-bottom: 0;
	padding-bottom: 0;
	
}
	.calculator-control .pannel2B h4{
	font-size: 0.8em;
	color: var(--rbrand-c1);
	padding-bottom: 20px;
	}

.calculator-control .pannel2 p{
	font-size: 1.3em;
	_color: #fff;
	color: var(--brand-color-c3b);
}
}


.whoweare-control{
	
}
.whoweare-control .pannel{
	align-content: center;
	text-align: center;
	padding: 12vmin 5vmin ;
	padding-top: 0;
	padding-bottom: 0;
}

.whoweare-control .pannel h3{
	font-family: var(--rbrand-fontfam1);
	font-size: 2.7em;
	color: var(--rbrand-c1);
	_text-transform: capitalize;
	
}
.whoweare-control .pannel p{
	font-size: 1.3em;
	color: var(--brand-color-c3b);
	margin-bottom: 0;
}
.whoweare-control .pannel3{
	align-content: center;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
	
}
.whoweare-control .pannel3 img{
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* Featured Properties styling */
#new-properties-slider .item {
    width: 270px;
	padding-top: 10px;
	border-top: 2px solid var(--rbrand-c1);
}
#new-properties-slider2 .item {
    width: 270px;
	padding-top: 10px;
	border-top: 2px solid var(--rbrand-c1);
}

.carousel-style1 .item .amenities {
    width: 100%;
    list-style: none;
    padding: 6px 10px;
    margin: 0;
    _background: var(--wallpaper-guide25);
	background: #f8f6f1 ;
    border-color: #E4E4E4;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    text-align: center;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
	
}
.carousel-style1 .item .amenities:nth-of-type(1)  li:first-child {
	font-family: var(--rbrand-fontfam1);
	font-size: 1.2em;
	color: var(--rbrand-c1);
	border:none;
}
.carousel-style1 .item .amenities:nth-of-type(1) li {
	font-family: var(--rbrand-fontfam1);
	display: block; 
    font-size: 16px;
	border-bottom: 1px solid var(--brand-color-c3);
	border-bottom: 1px solid transparent;
	color: var(--brand-color-c3);
}

.carousel-style1 .item .amenities:nth-of-type(1) {
border-bottom: 1px solid transparent;
}
.carousel-style1 .item .amenities:nth-of-type(2) {
border-bottom: 1px solid #9C9C9C; /*var(--brand-color-c3);*/
}
.carousel-style1 .item .amenities:nth-of-type(2) li {
	font-family: var(--rbrand-fontfam1);
	font-size: 0.9em;
	display: inline-block;
	color: var(--brand-color-c3);
}
.carousel-style1 .item .amenities:nth-of-type(1)  li:first-child {
	font-family: var(--rbrand-fontfam1);
	font-size: 1.3em;
	
}

.carousel-style1 .item .amenities li [class^="icon-"],
.carousel-style1 .item .amenities li [class*=" icon-"] {
    color: var(--brand-color-c3);
   
}

.carousel-style1 .item .image img {
 
    _border-top: 2px solid var(--rbrand-c1);
}

/* Perfect home, nested ul*/

.perfecthome-control{
	margin-bottom: 30px;
}
.perfecthome-control .pannel{
	display: inline-flex;
	flex-direction: column;
	align-content: center ;
	_padding: 22vmin 5vmin 20vmin 0; 
	padding: 28vmin 5vmin 20vmin 0; /*adjust here*/
}

.perfecthome-control  .btn-default-color{
	border: 2px solid var(--rbrand-c1);
	color: var(--rbrand-c1);
	_width: 16vmin;
	font-size: 1em;
	height: auto;
	padding: 12px 21px;
	content: fit-content;
    margin: 0 33%;
	
	
} 
.perfecthome-control  .btn-default-color:hover{
	border: 2px solid var(--rbrand-c1);
	background: #f1f3f6;
	color: var(--rbrand-c1);
	
	
} 

.perfecthome-control .pannel p{

	font-size: 1.1em;
	
}
.perfecthome-control .pannel h3{
	font-family: var(--rbrand-fontfam1);
	font-size: 2.7em;
	color: var(--rbrand-c1);
	_text-transform: capitalize;
	text-align: left;
}

.perfecthome-control .pannel-ul{
	align-content: center;
	text-align: left;
	padding:  0 ;
	padding-top: 12vmin;
	_padding-bottom: 0;
}
.perfecthome-control .pannel-ul ul.nested-list-control{
	list-style: none;
	_list-style-image: none;
	padding:  0 0 0 1.1em;
}


.perfecthome-control .pannel-ul ul.nested-list-control li span.plusmark{
	display: block;
	float: left;
	content: url("plus-mark2.png");
	padding: 12px 0;
	padding-right: 7px;
	margin-bottom: 27px;
	transform-origin: center;
	transform: rotate(0);
	transition: transform .5s ease-in;
	
}
.perfecthome-control .pannel-ul ul.nested-list-control li:hover span.plusmark{
	display: block;
	float: left;
	content: url("plus-mark2.png");
	cursor: grab;
	padding: 12px 0;
	padding-right: 7px;
	transform-origin: center;
	transform: rotate(180deg);
	
	opacity: 1;
	animation: giroPlus .5s ease-in-out  1 ;
	
}
@keyframes giroPlus{
	0%{
		transform: rotate(0);
		
		transform-origin: center;
		opacity: 1;
	}
	90%{
		transform: rotate(180deg);
			
		transform-origin: center;
		opacity: 0;
	}
	100%{
		transform: rotate(180deg);
			
		transform-origin: center;
		opacity: 0;
	}
}

.perfecthome-control .pannel-ul ul.nested-list-control li a.btn.btn-default-color{
	margin:0;
	padding: 0 7px;
	font-size:0.6em;
	border: none;
	color: var(--rbrand-c1);
	_color: transparent;
	
} 
.perfecthome-control .pannel-ul ul.nested-list-control li:hover a.btn.btn-default-color{
	margin:0;
	padding: 0 7px;
	font-size:0.8em;
	border: none;
	background: var(--rbrand-c1);
	color: #fff;
	
} 
.perfecthome-control .pannel-ul ul.nested-list-control li a.btn.btn-default-color i.fa-envelope,
.perfecthome-control .pannel-ul ul.nested-list-control li a.btn.btn-default-color i.fa-caret-right{
	_color:transparent;
	color: var(--rbrand-c1);
}
.perfecthome-control .pannel-ul ul.nested-list-control li:hover a.btn.btn-default-color i.fa-envelope,
.perfecthome-control .pannel-ul ul.nested-list-control li:hover a.btn.btn-default-color i.fa-caret-right{
	color:#fff;
}

.perfecthome-control .pannel-ul ul.nested-list-control li span.plusmark.first{
	
	padding: 12px 0;
	margin-bottom: 35px;
	padding-right: 7px;
	
}
.perfecthome-control .pannel-ul ul.nested-list-control li span.plusmark.last{
	
	padding: 12px 0;
	margin-bottom: 45px;
	padding-right: 7px;
	
}
.perfecthome-control .pannel-ul ul.nested-list-control li{
	align-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--rbrand-c1);
}
.perfecthome-control .pannel-ul ul.nested-list-control li p,
.perfecthome-control .pannel-ul ul.nested-list-control li h4{
	margin:0;
	padding: 0;
	
}
.perfecthome-control .pannel-ul ul.nested-list-control li h4{
	font-size: 1.5em;
		color: var(--rbrand-c1);
}
.perfecthome-control .pannel-ul ul.nested-list-control li p{
	margin:0;
	padding: 0;
	font-size: 1.1em;
	
} 

.perfecthome-control .pannel-ul ul.nested-list-control li a i{
	color: var(--brand-color-c3);
	
}
.perfecthome-control .pannel-ul ul.nested-list-control li a:hover i {
	color: var(--brand-color-c1);
	
}

@media (max-width: 600px){
	.perfecthome-control .pannel{

	padding: 10vmin 0 ;
	padding-bottom: 0;
	padding-right: 6vmin;
		
	
}
	
	.perfecthome-control .pannel-ul{

	padding-top: 7vmin;

  }
	
	.perfecthome-control .pannel-ul ul.nested-list-control li span.plusmark.first{
	
	padding: 12px 0;
	margin-bottom: 20px;	
	
	
}
	.perfecthome-control .pannel-ul ul.nested-list-control li span.plusmark{
	
	padding: 12px 0;
	margin-bottom: 45px;	
	
	
}
}

@media (min-width: 600px) and (max-width:1180px){
	.perfecthome-control .pannel-ul ul.nested-list-control li span.plusmark{
	
	padding: 12px 0;
	margin-bottom: 45px;	
	
	
}
}

.whyus-control{
	background-image: url("whyus-bg.jpg");
	background-origin: border-box;
	background-position: top center;
	background-repeat: none;
	background-size: cover;
	margin-bottom: 30px;
}
.whyus-control .pannel-bg{
	display: block;
	height: 70vmin;
	align-content: center;
	text-align: left;
	padding: 12vmin 0 ;
	padding-right: 6vmin;
	_padding-top: 0;
	_padding-bottom: 0;
}
.whyus-control .pannel{
	align-content: center;
	text-align: left;
	padding: 12vmin 0 ;
	padding-right: 6vmin;
	_padding-top: 0;
	_padding-bottom: 0;
}
.whyus-control .pannel-bg  .img-responsive{
	display: none;
	border-radius: 5px ;
}

.whyus-control .pannel-flex h3{
	color: #fff;
}
.whyus-control .pannel-flex p{
	color: #f1f3f6;
}

.whyus-control .pannel-flex{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.whyus-control .flex-rows{
	display: flex;
	justify-content: center;
	align-content: space-between;
	flex-direction: row;
	color: #fff;
	flex-wrap: wrap;
	
		
}

.whyus-control  .flex-rows .flex-item.heading h2{
	font-family: var(--rbrand-fontfam1);
	font-size: 2.7em;
	color: #fff; /*var(--rbrand-c1);*/
	_text-transform: capitalize;
	margin-top: 7vmin;
}

.whyus-control  .flex-rows .flex-item:nth-of-type(1){
	align-items: center;
	flex-basis: auto;
	padding: 15px;
	padding-bottom: 30px;
	flex: 1 0 100%;
	
}
.whyus-control .flex-rows .flex-item{

	align-items: center;
	flex-basis: auto;
	padding: 15px;
	flex: 1 0 45% ;
}
@media (min-width: 769px) and (max-width: 1188px){
	
	.perfecthome-control .pannel-ul ul.nested-list-control li span.plusmark{

	padding: 16px 0;
	padding-right: 7px;
}
	

	.whyus-control  .flex-rows .flex-item:nth-of-type(1){
	align-items: center;
	flex-basis: auto;
	padding: 15px;
	flex: 0 1 100%;
	
}
.whyus-control .flex-rows .flex-item{

	align-items: center;
	flex-basis: auto;
	padding: 10px;
	flex: 1 0 100% ;
	
}
	
	.whyus-control{
	background-image: url("whyus-bg.jpg");
	background-origin: border-box;
	background-position: top center;
	background-repeat: none;
	background-size: cover;
	
}
	

	.whyus-control  .flex-rows .flex-item.heading h2{
	font-family: var(--rbrand-fontfam1);
	font-size: 2.3em;
	color: #fff; /*var(--rbrand-c1);*/
	text-transform: capitalize;
	margin-top: 20px;
		padding: 0;
		
  }
	.whyus-control .pannel-flex p {
    color: #f1f3f6;
}
}



@media (max-width: 768px){
	.whyus-control  .flex-rows .flex-item:nth-of-type(1){
	align-items: center;
	flex-basis: auto;
	padding: 10px;
	flex: 1 0 100%;
	
}
.whyus-control .flex-rows .flex-item{

	align-items: center;
	flex-basis: auto;
	padding: 15px;
	padding-right: 22px;
	flex: 1 0 100% ;
}
	.whyus-control{
	background-image: none;
	
	
}
	
	.whyus-control .pannel-bg .img-responsive{
	display: block;
	border-radius: 5px;
		margin: 0 auto;
		
   }
	
	.whyus-control  .flex-rows .flex-item.heading h2{
	font-family: var(--rbrand-fontfam1);
	font-size: 2.7em;
	color: #fff; /*var(--rbrand-c1);*/
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 20px;
}
}

.bspkreviews-control h2{
	font-size: 2.7em;
}

.getvaluations-control{
	background: var(--brand-color-c3b);
	text-align: center;
	
}
.getvaluations-control img{
	height: 95px;
	margin: 10px auto;
}

.getvaluations-control .pannel-btn  .btn-default-color{
	height: auto;
	padding: 17px 19px;
	font-size: 1.5em;
	font-family: var(--rbrand-fontfam1);
	color: #f1f3f6;
}
.getvaluations-control .pannel-btn  .btn-default-color:hover{
	height: auto;
	padding: 17px 19px;
	font-size: 1.5em;
	font-family: var(--rbrand-fontfam1);
	color: var(--brand-color-c3b);
	background: #f1f3f6;
	border-color: #f1f3f6;
}

.grid-style1 .item .amenities, 
.grid-style2 .item .amenities, .list-style .item .amenities {
    background: var(--rbrand-bgc3);
   
  
}

.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: #adb2b6;
   color: var(--brand-color-c3b);
}

.page-wallpaper {
	background-image: url('wallpaper-homebg.jpg');
	background-repeat: none;
	background-origin: top top;
	background-size: cover;
	/*flexo*/
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.page-wallpaper  h2{
	font-family: var(--rbrand-fontfam1);
	font-size: 3em;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	text-transform: uppercase;
}

.page-wallpaper .flexo-row{
	display: flex !important;
	flex-direction: row;
	justify-content: space-between; /*adjst here*/
	align-content: center;
	height: 60vmin; /*adjust here*/
	
	_border: 1px solid cyan;
}

.page-wallpaper .flexo-pannel2 img{
	display: inline-flex;
	margin: 0 auto;
	margin-bottom: 30px;
}


.page-wallpaper .flexo-pannel2{
	flex: 0 1 50%;
	margin: auto 30px; /*adjsut here*/
	
	height: 25vmin;
	text-align: center;
	align-content: center;
	align-items: center;
	_background: #f1f3f6; /*rgba(255,255,255, 1.0);*/
	_background: rgba(0,0,0,0.4);
	border-radius: 5px;
	
	_border: 1px solid magenta;
}


.page-wallpaper  .flexo-pannel .btn-default-color{
	font-family: var(--rbrand-fontfam1);
	height: auto;
	background: #f1f3f6;
	border-color: var(--rbrand-c1);
	padding: 17px 21px;
	font-size: 1.5em;
	color: var(--rbrand-c1);
	margin: 5px 10px;
	  width: fit-content;
	_cursor: none;
}
.page-wallpaper .flexo-pannel .btn-default-color:hover{
	font-family: var(--rbrand-fontfam1);
	height: auto;
	color: #f1f3f6;
	background: var(--brand-color-c3b);
	border-color: #f1f3f6; /* var(--brand-color-c3b);*/
	padding: 17px 21px;
	font-size: 1.5em;
	
	margin: 5px 10px;
	
}

@media (max-width: 1188px){
	.page-wallpaper .flexo-pannel{
	height: 40vmin;
}

}
@media (max-width:600px){
	
	
	.page-wallpaper  h2{
	font-family: var(--rbrand-fontfam1);
	font-size: 2.1em; /*adjust here*/
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}

	
	.page-wallpaper .flexo-row{
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-content: center;
		height: 35vmin; /*adjust here*/
	margin-bottom: 20px;
}
.page-wallpaper .flexo-pannel{
	flex: 0 1 100%;
	margin: auto ;
	padding: 0;
	height: 0 ;
	text-align: center;
	align-content: center;
	align-items: center;
	_background: rgba(255,255,255, 0.6);
	background: rgba(0,0,0,0.0);
	border-radius: 5px;
}
		.page-wallpaper .flexo-pannel .btn-default-color{
		font-size: 1.1em;
		padding: 9px 21px;
}
	
	.page-wallpaper .flexo-pannel2{
	flex: 0 1 50%;
	margin: auto 30px; /*adjsut here*/
	height: 25vmin;
	text-align: center;
	align-content:space-around;
	align-items: center;
	_background: #f1f3f6; /*rgba(255,255,255, 1.0);*/
	_background: rgba(0,0,0,0.4);
	border-radius: 5px;
	
	_border: 1px solid magenta;
}
	
	.page-wallpaper .flexo-pannel2 img{
	display: inline-flex;
	margin: 0 auto;
	height: 25vmin;
  }
}


/* pageid520 rules */


.presentationtips-control-bg1{
	background-image: url('presentation-pagephoto00b.jpg') !important;
	background-position: center center;
	background-repeat: no-repeat;
}
.presentationtips-control-bg1 .frame h3{
	color: var(--brand-color-c1);
	font-size: 1.5em;
}
.presentationtips-control-bg1 .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 45vmin;
	height: 60vmin;
	align-content: center;
	background:  var(--rbrand-bgc3);
	
}
.presentationtips-control-nobg{
	background-image: none;
	background-position: none;
}
.presentationtips-control-nobg .frame h3{
	color: var(--rbrand-c1);
	font-size: 1.5em;
}
.presentationtips-control-nobg .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 45vmin;
	height: 60vmin;
	align-content: center;
	_margin: 0 auto;
	z-index: 10;
	
}



.presentationtips-control-nobg  .photo-bg{
	background-image: url('presentation-pagephoto01.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	_background-size: cover;
	height: 60vmin;
	
}
.presentationtips-control-nobg  .photo-bg2{
	background-image: url('presentation-pagephoto04.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	_background-size: cover;
	height: 60vmin;
	
}

@media (min-width: 788px) and (max-width:1188px){
	
	.presentationtips-control-nobg  .photo-bg{
	background-image: none;
	background-repeat: no-repeat;
	background-position: center right;
	_background-size: cover;
	height: 60vmin;
	
}
.presentationtips-control-nobg  .photo-bg2{
	background-image: none;
	background-repeat: no-repeat;
	background-position: center right;
	_background-size: cover;
	height: 60vmin;
	
}
	
	.presentationtips-control-bg1 .frame,
	.presentationtips-control-bg2 .frame,
	.presentationtips-control-bg3 .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 45vmin;
	height: 60vmin;
	align-content: center;
	
}
.presentationtips-control-bg1 .foto-frame .img-responsive,
.presentationtips-control-bg2 .foto-frame .img-responsive,
.presentationtips-control-bg3 .foto-frame .img-responsive {
		display: none !important;
	    
	}
	
}
.presentationtips-control-bg2{
	background-image:url("presentation-pagephoto02b.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
.presentationtips-control-bg2 .frame h3{
	color: var(--rbrand-c1);
	font-size: 1.5em;
}
.presentationtips-control-bg2 .frame{
	padding: 0 20px;
	margin:  0 10px;
	width: 45vmin;
	height: 60vmin;
	align-content: center;
	background:  var(--rbrand-bgc3);
	
}


.presentationtips-control-bg3{
	background-image: url('presentation-pagephoto03a.jpg') !important;
	background-position: center center;
	background-repeat: no-repeat;
}
.presentationtips-control-bg1 .frame h3 {
    color: var(--rbrand-c1);
    font-size: 1.5em;
}

.presentationtips-control-bg3 .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 45vmin;
	height: 60vmin;
	align-content: center;
	background:  var(--rbrand-bgc3);
	
}


@media (max-width: 786px){
	.presentationtips-control-nobg .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 85vmin;
	height: 60vmin;
	align-content: center;
	_margin: 0 auto;
	
}
	
	.presentationtips-control-nobg  .photo-bg{
	background-image: url('presentation-mobile5.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 60vmin;
}
.presentationtips-control-nobg  .photo-bg2{
	background-image: url('presentation-mobile4.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 60vmin;
	border-radius: 5px;
}
	
	
	
	.presentationtips-control-bg1 .foto-frame .img-responsive,
	.presentationtips-control-bg2 .foto-frame .img-responsive,
	.presentationtips-control-bg3  .foto-frame .img-responsive {
		display: block ;
		border-radius: 5px;
	    
	}
	.presentationtips-control-bg1,
	.presentationtips-control-bg3{
	background-image: none !important;
	
}
	
	.presentationtips-control-bg1 .frame,
	.presentationtips-control-bg2 .frame,
	.presentationtips-control-bg3 .frame{
	padding: 0 20px;
	margin: 0 10px;
	width: 85vmin;
	height: 45vmin;
	align-content: center;
	
}
	.presentationtips-control-bg1,
	.presentationtips-control-bg2{
	background-image: none ;
	_background-position: center center;
	_background-repeat: no-repeat;
}
	

}

.agencies-list > li .info h2,
.agencies-grid > li .info h2,
.agents-list > li .info h2,
.agents-grid > li .info h2,
.agencies-list .item .info h2,
.agencies-grid .item .info h2,
.agents-list .item .info h2,
.agents-grid .item .info h2 {
   
    color:var(--rbrand-c1);
  
}


.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
    background: var(--rbrand-c1);
}

.property-features > li i {
  _color: #FE0000;
	color: var(--rbrand-c1);
  
}

.panel-group .panel .panel-heading .panel-title > a.collapsed {
    color: #fff;
    background-color: var(--rbrand-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: var(--rbrand-c1);
	font-weight: 600;
   
}


.radio, .checkbox {
    display: block;
    min-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
	color: var(--brand-color-c3b);
}

/* ===================================================Tables control */
/* Bespoke HTML Table Control */

.table-control .btn-default-color{
	color: var(--rbrand-c1);
	border-color: var(--rbrand-c1);
	background: transparent;
	font-size: 1.1em;
	padding: 12px 9px;
	height: auto;
}

.table-control .btn-default-color:hover{
	color: var(--rbrand-c1);
	border-color: var(--rbrand-c1);
	background: #f1f3f6;
}
.table-control table, th, tbody, tr, td{
	border: none;
      border-top: 1px solid var(--rbrand-c1);
	  border-bottom: 1px solid var(--rbrand-c1);
	  padding: 2em;
	  
}
@media (max-width: 600px){
	.table-control table, th, tbody, tr, td{
		font-size: 0.9em;
		}
}

.table-control .table{
	margin-bottom: 50px;
}
.table-control .table>thead>tr>th,
.table-control .table>tbody>tr>th, 
.table-control .table>tfoot>tr>th, 
.table-control .table>thead>tr>td, 
.table-control .table>tbody>tr>td, 
.table-control .table>tfoot>tr>td {
    /* padding: 8px; */
	padding: 2em ;
	line-height: 1.5em;
}

.table-control .table>thead>tr>th{
	padding: 1em 2em;
	border-bottom: 1px solid red;
}
.table-control .table>tbody>tr:last-child>td{
	padding: 1em 2em;
	_border-bottom: 1px solid red;
}

.table-control table, th, tbody, tr, td {
    border: none;
    _border-top: 1px solid #d8d1c8;
    _border-bottom: 1px solid #d8d1c8;
    border-top: 1px solid transparent;
    border-bottom: 1px solid var(--rbrand-c1);
    padding: 2em 2em 2em 0;
}

.table-control thead tr th{
	font-weight: 700px;
	color: var(--brand-color-c1);
	font-family:var(--rbrand-fontfam1);
	font-size: 1.3em;
	text-transform: uppercase;
}

.table-control tbody  tr strong{
	color: var(--brand-color-c3b);
	font-weight: 500;
}



.table-control tbody tr.sub-heading{
	color: #000;
	background: #d8d1c8 ;
	background: var(--brand-c1) ; 
}


.table-hover tbody tr td,
.table-hover tbody tr th{
  _background-color: rgba(173,150,196,.4);
	background-color: transparent; /*var(--brand-c1); */
	transform-origin: left;
	transform: scale(1.0);
	font-size: 1em;
	line-height: 1.2em;
	transition: transform .6s ease-in;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  _background-color: rgba(173,150,196,.4);
	_background-color: #f1f3f6; /*var(--brand-c1); */
	  background-color:#fff;
	border-bottom-color: red;
	color:#000;
	_color: #FFF;
	transform-origin: left;
	transform: scale(1.1);
	font-size: 1.07em;
	transition: transform .3s ease-in;
	cursor: zoom-in;
}


/* table icons */

.table-control tbody tr td i.fa-thumbs-up,
.table-control tbody tr td i.fa-check{
	_color: #d8d1c8;
	color: var(--brand-c1);
}
.table-control tbody tr td i.fa-thumbs-down,
.table-control tbody tr td i.fa-times-circle{
     _color:red; /* default flag*/
	color: var(--brand-c2);
}
/* hover states */
.table-control tbody tr:hover  td i.fa-thumbs-up,
.table-control tbody tr:hover  td i.fa-check{
	_color:red; /* default flag*/
	 _color: var(--brand-c1-t4) ;
		color: #FFF ;
}
.table-control tbody tr:hover  td i.fa-thumbs-down,
.table-control tbody tr:hover  td i.fa-times-circle{
	  _color:red; /* default flag*/
	_color: var(--brand-c1-t4);
		color: #fff ;
}

.table-control tbody td.footer-note{
	font-size: smaller;
	color: #000;
	font-style: italic;
	background: #e4e4e4;
}


.table-control   thead tr > th:nth-child(1),
.table-control  thead tr > th:nth-child(1){
	text-align: left;
	_color: darkgreen;
}
.table-control  tbody tr > td:nth-child(1),
.table-control  tbody tr > td:nth-child(1){
	text-align: left;
	font-weight: 400;
	_color: darkgreen;
	
	
}

.table-control thead tr > th:nth-child(4),
.table-control thead tr > th:nth-child(3),
.table-control thead tr > th:nth-child(2){
	text-align: left;
	_color: blue;

}
.table-control tbody tr > td:nth-child(4),
.table-control tbody tr > td:nth-child(3),
.table-control tbody tr > td:nth-child(2){
	text-align: left;
	_color: blue;
}

/* end table control*/

/* Client Request: Amber and team
Bespoke Reviews style */

.bspkreviews-control{

}

.bspkreviews-control h2{
   text-transform: uppercase;
}


/* ===========  From Draft Page3 and Backup =========== */

fbt-presentation{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
    _border: 1px solid blue;
}

fbt-presentation:hover fbt-content{
	/*cursor: pointer;*/
	
}
fbt-presentation:hover fbt-col-unit{
	/*border: 3px solid red !important;*/
	_box-shadow: 0 3px 7px 1px rgba(0,0,0, .7);
	 
	
}

fbt-content{
	display: flex;
	flex-direction: row;
    justify-content: space-around;
	
	_border: 1px solid magenta;
	transform-origin: top;
	
	
	
}

fbt-slide{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	opacity: 0;
	animation: smooth-slide 14s ease-in-out 0.6s 1; /*adjust here*/
}
@keyframes smooth-slide{
	
	0%{
		opacity: 0;
	}
	3%{
		opacity: 1;
	}
	
	
	80%{
		opacity: 1;
	}
    100%{
	opacity: 0;
    }
	
}



fbt-content > *{
	display: none;
}
fbt-content > fbt-slide p:nth-of-type(1){ /* layout - slide viz only*/
	display: none;
	color: red;
}
fbt-content > fbt-slide.active{
	
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
fbt-content fbt-slide.active fbt-col-unit *{
	    font-size: 0.9em; /*adjust here*/
		_color:red;
	}


@media (min-width: 601px) and (max-width:1188px){
	fbt-content > fbt-slide.active{
	
	display: flex;
	flex-direction: column;
	justify-content: center;
		
}
	fbt-content fbt-slide.active fbt-col-unit *{
	_font-size: 1.2em; /*adjust here*/
    _color:red;
	}
	fbt-content fbt-slide.active blockquote.zoom-in:hover{
	/*color: red;*/
	font-size: 0.9em; /*adjust here*/ 
    transition: none;
   }
}

fbt-col-unit{
	box-sizing: border-box;
	display: flex;
    flex: 1 0 33%; /*adjust here*/
	border-radius: 5px;
	
	padding: 0 10px 10px 15px;
	background:  rgba(255,255,255, 0);
	
	_overflow: hidden;
	_text-align: center;
	_box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	
	_border: 1px solid cyan;
}


/* ======== max wording content : 100-115 words ====*/

fbt-col-unit div.decor-line{
	border-top: 3px solid red;
	widows: 60%;
	height: 16px;
	display: inline-block;
}

/* marca visual*/


fbt-col-unit > *{
	
	box-sizing: border-box;
	text-align: left;
	color:#4e4b46;
	_background: rgba(255,255,255, 0.3); /*do not use */
	
}




fbt-col-unit blockquote {
    padding: 10px 0;
	padding-right: 12px;
    margin: 0 0 20px;
    border-left: 5px solid transparent;
	_background: rgba(255,255,255, 0.3);
}


fbt-col-unit blockquote.zoom-in,
fbt-col-unit blockquote{
	/*color: red;*/
	font-size: 0.8em; /*adjust here*/
	font-weight: 300;
	color: #4e4b46;
	transition: font-size .6s ease-in;
}
fbt-col-unit blockquote.zoom-in:hover{
	/*color: red;*/
	font-size: 1.1em; /*adjust here*/
	font-weight: 300;
	color: #4e4b46;
	transition: font-size .3s ease-in;
	cursor: zoom-in;
	
}
fbt-col-unit blockquote h4,
fbt-col-unit blockquote.zoom-in h4{
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 1.1em; /*adjust here*/
	_color:#8b0b0b;
	color:#4e4b46; /*adjust here*/
	
}

fbt-col-unit blockquote p.line-decor {
    _border-top: 5px solid #8b0b0b;
	background: #8b0b0b;
    display: inline-block;
	width: 33%;
    height: 5px;
}


fbt-col-unit blockquote img{
	width: 10vmin;
	margin: 0 auto;
	padding: 0;
}

/* Star rating svg image*/
fbt-content fbt-slide.active fbt-col-unit img{
	_display: block; 
	    display: none; /*adjust here*/
	
	}

@media screen and (max-width: 360px){
	
}



@media screen and (max-width:600px){
	
	fbt-content > fbt-slide.active{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
		
}
	
	fbt-slide.active > fbt-col-unit{
	box-sizing: border-box;
	display: flex;
    flex: 0 1 99%;
	border-radius: 5px;
}
	
	fbt-slide.active > fbt-col-unit blockquote{
	/*color: red;*/
	_font-size:1.3rem;
	color: #000;
	
}
	
	fbt-col-unit blockquote p.line-decor {
    border-top: none;
    display: none;
		width: 33%;
}
	
	fbt-col-unit blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #8b0b0b;
}
	fbt-col-unit blockquote img{
	width: 16vmin;
	margin: 0 auto;
	padding: 0;
}
	
}
/*end media query*/





.bkt-dot-bg{
	/*background:rgba(0,0,0,0.6);*/
	_background: #020422;
}
.dot-wrap{
	display: flex;
	flex-direction: column;
	justify-content:space-around;
	align-content: center;
	margin: 7px 0;
	padding-top: 0px;
	
	
	_border: 1px solid black;
}



bkt-dot-list {
	display: flex;
	flex-direction: row;
	flex: 0 1 30%;
	justify-content: center;
	align-content:center;
	height: 24px;
	text-align: center;
	_border: 2px solid orange;
	margin-bottom: 7px;/*adjust here*/
}

.review-count-wrap{
	display: inline-flex;
	justify-content: center;
	margin: 10px auto;
	_border: 2px solid orange;

	
}

.rev-counter{
		border:0;
		text-align: center;
		margin: 0;
	    margin-bottom: 5px;
		padding: 2px;
		color: #000;
	}

@media screen and (max-width: 480px){
	
}

bkt-dot{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 9px;/* adjust here */
	

	position: relative;
	border-radius: 25px;
	background: #938E8E; /*adjust here*/
    transform-origin: center center;
	transition: width ease-in-out, height ease-in-out, background;
	transition-duration: 1.0s
}
bkt-dot.active{
	background: #8b0b0b;
	transform:scale(1.0);
	transform-origin: center;
	transition: transform  .6s ease-in;
	/*width: 10px;
	height: 10px;*/
}
bkt-dot:hover{
	background: red;
	_transform: scale(1.5);
	_transition: transform  .3s ease-in;
	cursor: none;
}

bkt-dot.active2{
	background: #8b0b0b;
	width: 7px;
	height: 7px;
	transform: scale(1.5);
	transition: transform  .3s ease-in;
	cursor: none;
}

bkt-dot-arrow-l.prev,
bkt-dot-arrow-r.next{
	margin: 0;
	padding: 0;
	padding-top: 2px;
	display: block;
	text-align: center;
	vertical-align: middle;
	background: rgba(243,243,243,.4);
	color: #fff;
}
bkt-dot-arrow-l.prev:hover,
bkt-dot-arrow-r.next:hover{
	background: rgba(243,243,243,1.0);
	/*color: #fff; */
	color: #020422;
}
bkt-dot-arrow-l.prev{
	display: block;
	
	width: 26px;
	height: 26px;
	border-radius: 50%;
} 


bkt-dot-arrow-r.next{
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
}

.dot-wrap span.tooltip-text{
	display: none;
}
bkt-dot-arrow-l.prev i.fa-chevron-left,
bkt-dot-arrow-r.next i.fa-chevron-right{
	font-size: 14px;
	
}

.grid-style1 .item > .info h3 a, 
.grid-style2 .item > 
.info h3 a, .list-style .item > .info h3 a, 
.grid-style1 .item > .info-blog h3 a,
.grid-style2 .item > .info-blog h3 a, 
.list-style .item > .info-blog h3 a {
    
	text-transform: capitalize;
}

#pageid41 div.form-control{
	background: #fff;
}

b{
	color:var(--brand-color-c3b);
}


/* info styling */
#property-detail-wrapper.style1 .price span {
 margin-top: -2px;
}

.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;
	margin-top: 4px;
}

/* Status info colours */
.status-text-available{
	color: var(--rbrand-c1);
}
.status-text-underoffer {
    color:var(--rbrand-c1); /* flag is black*/
}
.status-text-let,
.status-text-sold {
    color: var(--rbrand-c1);  /* flag is light grey*/
}
.status-text-newinstruction {
    color: var(--brand-color-c3b); /* purple - flag is grey*/
	 color: #000; /* purple - flag is grey*/
}
/* visible viewing request*/
/* also, hide date and time input fields */
#ContentPlaceHolderMain_hypRequestViewing{
	background: var(--rbrand-c1);
	color: #fff;
	height: auto;
	padding: 7px;
	-webkit-border-radius: 5px;
	-mz-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bolder;
}
#ContentPlaceHolderMain_hypRequestViewing:hover{
	background: var(--brand-color-c3b);
	color: #fff;
	
}

/* Request Viewing - Time and Date fields control */
#ContentPlaceHolderMain_cboPreferredTime_chzn,
#ContentPlaceHolderMain_cboPreferredDate_chzn{
	_display:none;
}

#pageid35 .panel-body{
	background: #fff;
}


#tabsCollectionLocation .row{
	_background: cyan; /* nope*/
	
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
    background: #fff;
}
.nav-tabs.nav-justified > li > a {
    _border: 1px solid #e3e3e3;
	border-bottom: none;
	border-left: 1px solid var(--rbrand-c1);
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 0px;
    color: #4d4f52;
    margin-bottom: 0 !important;
    _background-color: #F8F9FB;
	 background: #fff;
}
.nav-tabs.nav-justified > li > a:hover {
    
    color:var(--rbrand-c1);
    font-weight: bolder;
}

.nav-tabs.nav-justified > li > a[data-toggle] {
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 0px;
    color: #4d4f52;
    margin-bottom: 0 !important;
    _background-color: #F8F9FB;
    background: #fff;
}

.nav-tabs.nav-justified + .tab-content {
    margin-bottom: 40px;
    background: #fff;
}

.featured-property-image-container a h3,
#new-properties-slider .item 
.featured-property-image-container a h3{
	text-transform:capitalize;
}

.contact-us li i {
    color: #fff;
    background-color: var(--brand-color-c3);
    
}

.property-topinfo {
  
    border: 1px solid #e3e3e3;
    _background-color: #f1f3f6;
	background-color: #fff;
   
}

.property-topinfo .amenities {

    border-right: 1px solid transparent;
   
}
.property-topinfo .amenities  li{

    border-right: none;
   
}