:root{
	--brand-c1:#661B34; /*#81132A;*/
	  --brand-c1-t6:rgba(102,27,52,0.60);
          --brand-c1-t4:rgba(102,27,52,0.40);
	         --brand-c1-t2:rgba(102,27,52,0.20);
	--brand-c2:#303030;
	  --brand-c2-t6: rgba(48,48,48,0.60);
          --brand-c2-t4: rgba(48,48,48,0.40);
	--brand-c3: green;
	--brand-c4: purple;
	--brand-radial-bg: radial-gradient(circle at 30%, var(--brand-c3) 30%, var(--brand-c2));
           --brand-linear-bg: linear-gradient(direction, color-stop1, color-stop2, ...); 
	--base-font: 16;
	--base-fontpx: 16px;
	--draft-gold: #a0884f;
	--draft-sbubble: #133B29;
	--base-lightgrey: #f1f3f6;
	--title-font: 'Vollkorn' , 'serif';
	
}

.bgcolorpicker{
	color:rgba(102,27,52,1.00);
	_color2: rgba(48,48,48,1.00);
}
.quick-hide,
.hide-control .quick-hide{
	display: none;
	visibility: hidden;
	height: 0;
}

.wallpaper-g1{
	display: block;
	background: #f1f3f6;
	margin: 10px auto;
}
.wallpaper-g1.s-box{
	background: #f1f3f6;
	  background-image: linear-gradient(to right, #f1f3f6, white);
	margin: 10px auto;;
	padding-left: 15px;
}



#listing-header {
	margin-top: 12px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-height:100%;
}

#banner-container {
	background-position:center;
}
.footer-listings li .image {height: 45px; top:6px;}

/* Property Carousel Hover */
.owl-controls .owl-buttons div.owl-prev:hover,
.owl-controls .owl-buttons div.owl-next:hover {
  background: #555555;
  color: #ffffff;
}

.multibranch-selector ul {
  top: 25px;

  background-color: var(--brand-c1);

}

.nav-tabs {
 display: block;
}
/* #Resize Logo Option */
.nav-logo img{
	height: 36px;
}
.nav-logo {
	height:96px;
	margin-top: 0;
}
#nav-section.shrink {
  min-height: 45px;
}
#nav-section.shrink .nav-logo img {
  height: 42px;
	margin-top: 14px;
}
#nav-section.shrink .navbar-nav > li > a {
  line-height: 70px;
}
.shrink #nav-mobile-btn {
  margin-top: 20px;
    margin-bottom: 20px;
}


/* #Logo and Menu Background */
.nav-logo img{
	height: 45px;
	margin-top: 26px;
}
.nav-logo {
	height:95px;
}

.navbar {
	margin: 0px;
}

@media (max-width: 480px){
	.nav-logo img{
	height: 36px;
		
	}
	.nav-logo {
	height: 58px;
}
	
#nav-section.shrink .nav-logo img {
  height: 34px;
	margin-top: 30px;
}
}
/* nav section stuck /shrink feature */
#nav-section.stuck {
    min-height:110px;
	_background: red;
}
#nav-section.stuck.shrink {
    min-height:90px;
	_background: blue;
}
/* # Navigation */

.navbar-nav > li > a {
  padding: 0px 10px;
  display: block;
  color: var(--brand-c2);
  line-height: 105px;
   font-size: 15px;
  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-c1);
}
.navbar-nav .dropdown-menu > li > a,
.navbar-nav .dropdown-menu > li > a.active {
    background-color: var(--brand-c1);
    color: #fff;
    border-left: 4px solid #fff;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a.active {
    background-color: #fff;
    color: var(--brand-c1);
    border-left: 1px solid  var(--brand-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: 12px;
  margin-top: 12px;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
.section-title {
	font-size:32px;
}
.section-highlight {
	font-size:26px;
}
.section-title:before, .section-highlight:before, .section-title:after, .section-highlight:after {
		background: none;
		  content: " ";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0px;

}


.main {
	padding-top: 0;
}

/* # Body text */
body {
  font-size: 16px;
 
}
h3,h4 {
	padding: 0.7em 0;
}




/* # Text Link Text Colour*/

	a {
		color:var(--brand-c1);
	}
	a:hover {
		color:#555555;
	}
	
/* # Footer Text */
#footer{
	background: var(--brand-c2);
}
.footer-contacts li {
  font-size: 15px;
    color: #fff; /* var(--brand-c1);*/
	border-color: var(--brand-c1);
}

#footer-top .footer-links li{
	border-top: 1px solid var(--brand-c1);
}
#footer-top .footer-links li:nth-last-child(1){
border-bottom: 1px solid var(--brand-c1);
}
#footer-top h3{
	color:#fff;
}

#footer-top a {
  color:  #fff; /* var(--brand-c1);*/
}
#footer-top a:hover {
  color: #5b5b5b;
  text-decoration: none;
}
#footer-top .footer-listings li a span,
#footer-top .footer-contacts li i {
	border: 1px solid var(--brand-c1);
}

#footer #copyright {
	background: var(--brand-c1);
}
#footer #copyright div{
	color: #D3D2D2;
}
#footer #copyright a{
	color: #fff;
}
#footer #copyright a:hover{
	color: #000000;
}
/* # Property Details Page */
#property-detail-large .item img {
	border: 1px solid #ffffff;
}
#property-detail-wrapper {
	border: 1px solid #ededed;
	background: #f5f5f5;
}
.lettingfees a, .lettingfees a:active, .lettingfees a:visited{
	color: #ffffff;
	text-decoration:underline;

}
.lettingfees a:hover{
	color: #ededed;
	text-decoration:underline;
}

/* # Property Status */
.status-available{
	background: url("Statusgreen.png");
}
.status-underoffer {
	background: url("Statusorange.png");
}
.status-exclusive {
	background: url("Statuspurple.png");
}
.status-sold {
	background: url("Statusred.png");
}
.status-newinstruction {
	background: url("Statuspurple.png");
}
.status-let {
	background: url("Statusred.png");
}
.status-notavailable {
	background: url("Statusred.png");
}


/* # Price Tags  */
.carousel-style1 .item .price {
  position: absolute;
  top: 10px;
  font-size: 14px;
  left: 10px;
  background-color: #455560;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.carousel-style1 .item .price span{
	font-size: 15px;
}
.carousel-style1 .item .price:before {
  border-width: 0;
}

.grid-style1 .item .price,
.grid-style2 .item .price,
.list-style .item .price,
.grid-style1 .item .tag,
.grid-style2 .item .tag,
.list-style .item .tag {
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #455560;
  color: #fff;
  font-size: 15px;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  
}
.grid-style1 .item .price,
.grid-style2 .item .price {
	font-size: 13px;
}
.grid-style1 .item .price span,
.grid-style2 .item .price span {
	font-size:14px;
}
.grid-style1 .item .price span,
.grid-style2 .item .price span,
.list-style .item .price span,
.grid-style1 .item .tag span,
.grid-style2 .item .tag span,
.list-style .item .tag span{
	font-size:16px;
}
.grid-style1 .item .price:before,
.grid-style2 .item .price:before,
.list-style .item .price:before,
.grid-style1 .item .tag:before,
.grid-style2 .item .tag:before,
.list-style .item .tag:before {
  border-width: 0;

}
#property-detail-wrapper.style1 .price {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #455560;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#property-detail-wrapper.style1 .price:before {

  border-width: 0;
}
/* # Property List Page */
.grid-style1 .item,
.grid-style2 .item,
.list-style .item {
  margin: 0 auto 43px;
  text-align: left;
  position: relative;
    -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border: solid 1px #ededed;
  

}
/* # Team Page */
.agents-list .item .info {
  width: 100%;
  margin-left: 3%;
}

/* # Contact Page */
.sidebar {
	
  padding-top: 0px;
  padding-bottom: 80px;
}

/*Custom Button Class */

.button-but,
.button-but:focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.button-but:hover,
.button-but:active,
.button-but.active,
.open .dropdown-toggle.button-but{
  background-color: transparent;
  border-color: var(--brand-c1);
  color: var(--brand-c1);
}


.parallax {
	padding:85px 0 0 0;
}

	
	
/* # Testimonials */
.testimonials .item .text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.4);

}

.testimonials .item .text:after {
  border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
  _border-color: #000000 #00ff00 #000000 #000000;
}

/* # Action Box */
.action-box {
  background-color:var(--brand-c1);
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.action-box h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
}
.action-box.blow-font p{
	font-size: 21px;
}

.action-box .btn-default{
	 background-color: #FFF;/* var(--brand-c1);*/
	color: var(--brand-c1);
	transform-origin: center;
	transform: scale(1.0);
	transition: transform .6s ease-in-out;
	border: none;
	
}
.action-box .btn-default:hover{
	 background-color: var(--brand-c2);/* var(--brand-c1);*/
	color: #FFF;
    transform: scale(1.1);
	border: 1px solid #fff;
	
}

/*  Big Button Panel */
.colored-bg:before
{
  background-color: var(--brand-c1);
}
.property-large-buttons2 li {
  width: 75%;

  color: var(--brand-c1);
}
.aw-adjust{
	padding-bottom: 5px
}

/* # Slider Text */



.slider-title3 {
	  font-family: 'Vollkorn', sans-serif;
  font-size: 36px;
	text-transform: capitalize;
  color: #fff;
  line-height: 48px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
	text-align: center;
}
.slider-subtitle3
{
  color: var(--brand-c1);
  font-size: 38px;

  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}


.btn-default3{
	
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}



a.tp-caption.btn-default:hover, a.tp-caption.btn-lg:hover {
    color: #fff;
    height: auto !important;
}

/* Transfered Styles */


.btn-default3{
	background: var(--brand-c1);/* rgba(0,0,0, 1.0);*/
	font-size: 21px;
	/*border-color: rgba(255,255,255, 0.6);*/
	box-shadow: 2px 3px 3px rgba(0,0,0,.6);
	letter-spacing: 3px;
	padding: 12px 15px;
	height: auto;
	text-transform: uppercase;
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}
.btn-default3-light{
	color: var(--brand-c2) !important;
	text-align: center;
	background: rgba(255,255,255, 1.0);
	border: 1px solid rgba(255,255,255, 1.0);
	font-size: 21px;
	width: calc(var(--base-font) * 1.7em);
	/*border-color: rgba(0,0,0, 0.6);*/
	box-shadow: 2px 3px 3px rgba(0,0,0,.6);
	letter-spacing: 3px;
	padding: 12px 15px;
	height: auto;
	text-transform: uppercase;
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
	transition: background .3s ease-out;
}
.btn-default3-light-s1{
	color: var(--brand-c2) !important;
	_background: rgba(255,255,255, 1.0);
	 background: var(--brand-c1);
	_border: 1px solid rgba(255,255,255, 1.0);
	font-size: 21px;
	_width: calc(var(--base-font) * 0.8em); /*11.5em;*/
	/*border-color: rgba(0,0,0, 0.6);*/
	box-shadow: 2px 3px 3px rgba(0,0,0,.6);
	letter-spacing: 3px;
	padding: 12px 15px;
	height: auto;
	text-transform: uppercase;
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
	transition: background .3s ease-out;
}

.btn-default3-light-s{
	color: #fff;
	_background: rgba(255,255,255, 1.0);
	background: var(--brand-c1);
	_border: 1px solid rgba(255,255,255, 1.0);
	font-size: 21px;
	width: calc(var(--base-font) * 0.8em); /*11.5em;*/
	/*border-color: rgba(0,0,0, 0.6);*/
	box-shadow: 2px 3px 3px rgba(0,0,0,.6);
	letter-spacing: 3px;
	padding: 12px 15px;
	height: auto;
	text-transform: uppercase;
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
	transition: background .3s ease-out;
}.btn-default3-light-s:hover{
	background: var(--brand-c2);
	color: #FFF; /* var(--brand-c1)!important; /*#fff */
	transition: background .3s ease-in;
}
.btn-default3-light-s2{
	color: var(--brand-c2) !important; /* #FFF */
	_background: rgba(255,255,255, 1.0);
	background: #fff; /* #FFF  var(--brand-c2); */
	border: 1px solid rgba(255,255,255, 1.0);
	font-size: 21px;
	_width: calc(var(--base-font) * 0.8em); /*11.5em;*/
	/*border-color: rgba(0,0,0, 0.6);*/
	box-shadow: 2px 3px 3px rgba(0,0,0,.6);
	letter-spacing: 3px;
	padding: 12px 15px;
	height: auto;
	text-transform: uppercase;
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
	transition: background .3s ease-out;
}
.btn-default3-light-s1:hover{
	background: var(--brand-c2);
	border: none;
	color: #fff; /* var(--brand-c1) !important;*/
}
.btn-default3-light:hover,
/*.btn-default3-light-s:hover,*/
.btn-default3-light-s2:hover{
	background: var(--brand-c1);
	color:#fff !important; /* var(--brand-c1)!important;*/
	transition: background .3s ease-in;
}

.btn-default3-light-s2.no-cursor{
	cursor: none;
}

.btn-default.btn-default3-phone{
		color: var(--brand-c2) !important; /* #FFF */
	_background: rgba(255,255,255, 1.0);
	background: #fff; /* #FFF  var(--brand-c2); */
	border: 1px solid rgba(255,255,255, 1.0);
	font-size: 21px;
	_width: calc(var(--base-font) * 0.8em); /*11.5em;*/
	/*border-color: rgba(0,0,0, 0.6);*/
	box-shadow: 2px 3px 3px rgba(0,0,0,.6);
	letter-spacing: 3px;
	padding: 12px 15px;
	height: auto;
	text-transform: uppercase;
	cursor: none;
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}.btn-default.btn-default3-phone.no-cursor:hover{
	_color: var(--brand-c1) !important;
	background: rgba(255,255,255, 1.0);
	
}



@media screen and (max-width: 480px){
	.btn-default3{	
	    border-radius: 3px;
		font-size: 26px;
		padding: 12px 19px;
	}
	.slider-search{
	width: 59%;
    }
	input.slider-searchField{
	
	color: #333 !important;
	border-radius: 3px;
	font-size: 10px;
    width: 100%;
	border: none;
	padding: 4px 6px;
	padding-left: 7px;
   }
}
@media screen and (max-width: 360px){
	.btn-default3{	
	   border-radius: 3px;
		font-size: 23px;
		padding: 12px 15px;
	}
	input.slider-searchField{
	
	color: #333 !important;
	border-radius: 5px;
	font-size: 9px;
    width: 100%;
	border: none;
	padding: 3px 5px;
	padding-left: 7px;
   }
}





/* # Form - field size */

/*--------- style 1------------ */

#home-advanced-search{
	background: var(--brand-c2);
}
.form-group{}

.form-control-text .form-control{
	/*border: 2px solid #8d283a;*/
	color: #333;
	
}

.form-control-qualifications{
	display: none;
	height: 0;
}


.form-control-propertytypegroup .chzn-single, /*new*/
.form-control-category .chzn-single,
.form-control-bedrooms .chzn-single,
.form-control-price .chzn-single,
.form-control-status .chzn-single
{
	/*border: 2px solid green;*/
	color: var(--brand-c1);
	background: #fff;
}


.chzn-container .chzn-results li.highlighted {
  background-color: var(--brand-c1);
}

.chzn-results {
	height: 150px; 
}

.form-group input.btn-fullcolor{
	
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.8)!important;
	
}

.form-group input.btn-fullcolor:hover{
	background: #fff; /*#ed5627;*/
	box-shadow: 3px 3px 6px rgba(0,0,0, 0.3)!important;
	color: var(--brand-c1);
}
/* ---------- end VA style ------------*/
/* # 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: #ffffff;
	background: var(--brand-c1);
		text-decoration:none;
	padding: 2px 0 2px 0;

}
#topbar a, #topbar a:active, #topbar a:visited  {
	color: #ffffff;
		text-decoration:none;
}
#topbar a:hover {
	color: rgba(151,149,149,1.00); /*var(--brand-c2);*/
	text-decoration:none;
}
.multibranch-selector {
  display: inline-block;
  position: relative;
}
.multibranch-selector span {
  padding-right: 12px;
    padding-left: 2px;
  position: relative;
  color: #ffffff;
}

.multibranch-selector ul {
  position: absolute;
  left: 0px;
  top: 26px;
  padding: 0 6px;
  margin: 0;
  z-index: 999;
  text-align: left;
  background-color: #444;
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.multibranch-selector ul li {
  margin: 0px !important;
  display: block !important;
}
.multibranch-selector ul li a {
  line-height: 33px;
  display: inline-block;
width: 220px;
}

.multibranch-selector:hover ul {
  max-height: 250px;
}
.home-bg {
	background: var(--brand-c1) url("tile.png");
}
/* Feature Formatting */
.feature-bg {
		padding:48px 0 0 0;
		background: url('repeat.jpg');
}
.feature-bg .section-title{
		color: #ffffff;
}
.feature h3{
		color: #ffffff;
}
.feature:hover h3{
		color: #000000;
}
.feature-bg p{
		color: #ffffff;
}
.feature-bg .btn-default-color {
	color: rgba(0,0,0,0.5);
	border-color: rgba(0,0,0,0.5);
}
.feature-bg .btn-default-color:hover{
	color: #ffffff;
	border-color: #ffffff;
}
.feature i{
		color: #000000;
		border: 4px solid #000000;
}
.feature:hover i{
		color: #000000;
}
.feature i:after {
	  background: #000000;
}
.properties-bg {

	padding: 24px 0 24px 0;
  position: relative;
  background:  #efefef;
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}
.testimonials-bg {
		padding: 24px 0 24px 0;
  position: relative;
  background:  #dddddd url('testimonials-bg.jpg');
  width: 100%;
  height: 200%;
}


.testimonials-bg h2{

color: #ffffff;
	_color: var(--brand-c1);
}
.testimonials-bg .item{
font-size: 20px;
font-weight: 600;
color: #ffffff;
	_color: var(--brand-c1);
}
.testimonials-bg .item a{
text-decoration: none;
font-size:18px;
color: #fff; /*var(--brand-v1);*/
}.testimonials-bg .item a:hover{
text-decoration: none;
color:var(--brand-c1);  /* #fff; */
}



/* Social Sharing Button Colours */
.share-wraper .social-networks li a {
  font-size: 13pt;
  height: 30px;
  line-height: 30px;
  width: 30px;
   opacity:1.0;
}
.social-networks li a:hover {
    color: #ffffff !important;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#ctl00_ContentPlaceHolderMain_hypFacebook{
	background: #3b5998;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypTwitter{
	background: #55acee;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypGooglePlus{
	background: #dd4b39;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypPinterest{
	background: #cb2027;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypEmail{
	background: #747777;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypPrint{
	background: #747777;
	color: #ffffff;
	border: none;
}
#wrapper {
	box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.0);
}

@media (max-width: 1199px){
	.navbar-nav > li > a {
	padding: 0px 0px 0px 10px;	
	font-size: 14px;
	font-weight: 400;
}
}
.navbar-nav > li.dropdown > a .caret {
	border-right: 3px solid rgba(0, 0, 0, 0);
	border-top: 3px solid;
	margin-left: 2px;	
	border-left: 3px solid transparent;

}


#banner-title {
	font-size: 24px;
	color: var(--brand-c1);
	
}
/*
#pageid500 #banner-title{
	text-decoration: underline;
	text-decoration-color: var(--brand-c2);
}
*/
@media (min-width: 768px) and (max-width: 991px) {
	#banner-title {
	font-size: 28px;		
}
}

@media (min-width: 992px) and (max-width: 1199px){
    #banner-title {
	font-size: 30px;			
}
}

@media (min-width: 1200px) { 
    #banner-title {
	font-weight: 300;
	font-size: 32px;
	top: 34px;
}
}

.carousel-style1 .item .amenities li [class^="icon-"],
.carousel-style1 .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-"],
.grid-style1 .item .amenities li [class*=" icon-"],
.grid-style2 .item .amenities li [class*=" icon-"],
.list-style .item .amenities li [class*=" icon-"] {
    color: var(--brand-c1);
   
}

.home-control{
	
	text-align: center;
}

.home-control img{
	margin: 0 auto;
	margin-bottom: 10px;
}
.home-control .btn-default-color{
	margin: 0 auto;
	_text-align: center;
	font-size: 17px;
	height: auto;
	padding: 7px 12px;
	color: var(--brand-c2);
	border-color: var(--brand-c2);
}
.home-control .btn-default-color:hover{
		color: var(--brand-c1);
	background: #fff;
	border-color: var(--brand-c1);
}


/* LIST CONTROL */

.list-control  ul{
	padding: 0 0 0 1.3em;
	list-style: none;
	list-style-image: url('the-ticksvg-c1.svg');
	
}


.list-control  li{
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--brand-c1);
	_width: 98%;
	font-size: .9em;
	
	
}


/* testimonials  */
.testimonials-footer img{
	max-width: 16vmin;
}
 img[alt="Rating"]{
	max-width: 12vmin;
} 

/* HOME only slider progress bar */

#pageid1 #nav-section.stuck:after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--brand-c1-t4); /* #e3e3e3;*/
    z-index: 10;
}
#pageid1 #header:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: var(--brand-c1-t2);/*var(--brand-c1-t4); #fff;*/
    z-index: 10;
}

/* top buttons for mobile */

#top-info li, #top-buttons li {
    display: inline-block;
    margin-left: 18px;
}
@media (max-width: 360px){
	#top-info li, #top-buttons li {
    display: inline-block;
    margin-left: 14px;
}
}

/* Page-btn-control */

.btn-default-color,
.page-btn-control .btn-default-color{
   margin-right: 60%;
	margin-bottom: 8px;
	margin-top: 16px;
	 color: var(--brand-c1);
	  border-color: var(--brand-c1);
	
}
.btn-default-color:hover,
.page-btn-control .btn-default-color:hover{
     background: var(--brand-c1);
	 color: #fff; /*var(--brand-c1);*/
	  _border-color: var(--brand-c1);
}


/* Flash card control */
.flash-card-control .fpanel{
	background: var(--base-lightgrey);
	_padding: 10px;
	padding: 16px;
	
}
.flash-card-control .fpanel img{
	margin: 0 auto;
	height: 285px;
	padding:none;
}
.flash-card-control .fpanel h3{
	text-align: center;
	font-size: calc( var(--base-fontpx) * 2.1);
}

/* Floating side valuation btns */


/*Home page only */

#floatingBtn-H{
	box-sizing: border-box;
	display: block;
	position: fixed;
	min-width: 285px;
	
	height: auto;
	_bottom: 0;
	_right: 5%;
	z-index: 7777;
	
	padding: 19px 17px;
	_padding-bottom: 15px; /* diamond 12px/15px*/
	_padding-left: 80px;
	
	
	background: var(--brand-c1); /* #d3b36f;*/
	color:#fff;  /*#fff; var(--brand-c2); */
	text-align: center; /*adjust here */
	font-weight: 700;
      text-transform: uppercase;
	
	-webkit-border-radius:  5px;
	-msn-border-radius:  5px;
	-moz-border-radius:  5px;
	-o-border-radius:  5px;
	border-radius: 5px;
	border: 2px solid #fff; /*var(--brand-c1);*/
	box-shadow: 2px 2px 3px rgba(0,0,0, 0.6);
}#floatingBtn-H:hover{
	background: var(--brand-c1-t6);
	color: #e4e4e4;/*var(--band-c2)!important;*/
}
#floatingBtn-H > i.fa-diamond{ /* off */
	display: inline-block;
	color: #fff; /*var(--brand-c2);*/
	font-size: 23px;
	margin-left: 7px;
	padding-bottom: 3px;
}


#floatingBtn-H.btn-posR{
    bottom: 90px;
	right: 5%; /*adjust here*/

}

#floatingBtn-H.btn-posL{
	bottom: 90px;
	left: 3%; /*adjust here*/
	
}

/* Side Floating Social Media */

#facebook-fltBtn{
	font-size: 25px;
text-decoration: none;
display: inline-block;
width: 150px;
padding: 15px 20px;
padding-left: 110px;
	 -webkit-border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
	-ms-border-radius: 0 5px 5px 0 !important;
	-o-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;


color: #fff;
text-align: right;
margin: 30px;
position: fixed;
bottom:62.5%;
left: -100px;
z-index: 999;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
/* background-color:#405d9a; */
background-color: var(--brand-bg-c2);
	border: 1px solid #e4e4e4;
}

#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:50.9%;
left:-100px;
z-index: 999;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
background-color: var(--brand-bg-c1);
  border: 1px solid #e4e4e4;

}



/* SOCIAL MEDIA BRANDING COLOURS OVERRIDE */

#youTube-fltBtn[style],
#tiktok-fltBtn[style],
#instaGrm-fltBtn[style],
#twitter-fltBtn[style],
#facebook-fltBtn[style]{
	background: var(--brand-c1) !important;
	color: #FFF !important;/* var(--brand-c1) !important;*/
}
#youTube-fltBtn[style]:hover,
#tiktok-fltBtn[style]:hover,
#instaGrm-fltBtn[style]:hover,
#twitter-fltBtn[style]:hover,
#facebook-fltBtn[style]:hover{
	_background: var(--brand-c3) !important;
	background: var(--brand-c2-t6) !important;
}



@media only screen and (max-width: 480px){

#facebook-fltBtn{
			font-size: 17px;
		text-decoration: none;
		display: inline-block;
		width: 130px;
		padding: 5px 8px;
		padding-left: 110px;
			 -webkit-border-radius: 0 5px 5px 0 !important;
			-moz-border-radius: 0 5px 5px 0 !important;
			-ms-border-radius: 0 5px 5px 0 !important;
			-o-border-radius: 0 5px 5px 0 !important;
			border-radius: 0 5px 5px 0 !important;


		color: #fff;
		text-align: right;
		margin: 30px;
		position: fixed;
		bottom:43%;
		left: -130px;
		z-index: 999;
		box-shadow: 0 0 15px rgba(0,0,0,0.5);
		background-color:#405d9a;
		}
	

	
	#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*/
	}


	


}/*end @media480px*/



#pageid7 .contact-us {
	background: url('contact.jpg') no-repeat;
	background-position: top center;
	padding-top: 520px;
	
	
}


