:root{
	--brand-c1:#049341;
	  --brand-c1-t6:rgba(4,147,65,0.60); 
	   --brand-c1-t4:rgba(4,147,65,0.40);
		--brand-c1-t2: rgba(4,147,65,0.20);
    --brand-c2:#e72675;
	
	--font-actionbox-p: 19px;
	--base-font: 16px;
}

picker{
	background:rgba(4,147,65,1.00) 
}

/* quick action*/
#text-marker-yell{
	display: block;
	background: yellow;
	padding: 3px 5px;
}
#text-marker-blue{
	display: block;
	background: cyan;
	padding: 3px 5px;
}

#text-marker-brandc1{
	display: inline-block;
	background: var(--brand-c1-t2);
	padding: 3px 5px;
}
 

.wallpaper-bg-g1{
	background: #f1f3f6;
}
/*locally paired */
.c2-outline .pannel,
.wallpaper-bg-g1.c2-outline .pannel{
	border: 1px solid var(--brand-c2) !important;
	padding: calc( var(--base-font) - 6px);
	font-size: calc( var(--base-font) - 1px);
	margin-bottom: 20px;
	
	
}
@media (max-width: 1920px) and (min-width: 720px){
.c2-outline .pannel2,
.wallpaper-bg-g1.c2-outline .pannel2{
	
	min-height: 650px !important;
	margin-bottom: 20px;
	
 } 
	.c2-outline .pannel1,
.wallpaper-bg-g1.c2-outline .pannel1{
	
	min-height: 490px !important;
	margin-bottom: 20px;
	
 } 
}

.hide-control .quick-hide{
	display: none;
	visibility: hidden;
	height: 0;
}
.quick-hide{
	display: none;
	visibility: hidden;
	height: 0;
	
}
.range-center{
	text-align: center;
}

span.important-note{
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: var(--brand-c2);
	color: #000;
	
}

.range-center a.textlink{
	text-transform: uppercase;
	font-size: 14px;
	border: 2px solid var(--brand-c2);
	padding: 9px 12px;
	text-decoration: none;
	border-radius: 3px;
	transform: scale(1.0);
	transform-origin: bottom;
	transition: transform .6s ease-in-out;
	
}

.range-center a.textlink:hover{
	text-transform: uppercase;
	font-size: 14px;
	border: 2px solid var(--brand-c2);
	padding: 9px 12px;
	text-decoration: none;
	border-radius: 3px;
	background: var(--brand-c1);
	color: #fff;
	transform: scale(1.3);
}

div.frame2-control{
	background: #f1f3f6; 
	padding: 15px;
	padding-bottom: 30px;
	border: 2px solid var(--brand-c2);
	margin-bottom: 40px;
	border-radius: 5px;
}

/* list control */
.list-control ul{
	list-style: none;
	_list-style-image: url('the-ticksvg-c1.svg'); /*image file */
	padding: 0 0 0 1.7em;
	
}
.list-control li{
	border-bottom: 1px solid var(--brand-c1);
	_border-bottom: 1px solid var(--brand-c2);
	padding-top: 7px;
	padding-bottom: 9px;
	_color: #000 var(--brand-c2);
	font-size: 15px;
	transform-origin: left;
	transform: scale(1.0);
	transition: transform .6s ease-in;
	cursor: zoom-in;
}

.list-control li:hover{
    transform: scale(1.03);
	font-size: 18px;
	
}



/*disc marker */

	

.disc-list-control ul{
	list-style: disc;
	padding: 0 0 0 1em;
	
}


.disc-list-control li{
	border-bottom: 1px solid var(--brand-c1);
	_border-bottom: 1px solid var(--brand-c2);
	padding-top: 7px;
	padding-bottom: 9px;
	_color: #000 var(--brand-c2);
	font-size: 13px;
}


.disc-list-control li::marker{ /*for bullet elements */
  font-size: 14px;
  color: var(--brand-c1);
  _color: var(--brand-c2);
	
	
}

/* SVG file*/
.list-control li:before{ /*for bullet elements */
  content: url('the-ticksvg-c2.svg'); /* url('the-ticksvg-c1.svg'); */
  _text-indent: 10px;
   _padding-left:-50px;
	position: relative;
	left: -5px;
    font-size: 10px;
}
.list-control li  { /* with before pseudo rule */
	display:block;
	_color: red;
	text-indent: -20px;
}
/*SVG inline */

.svglist-control ul{
	list-style: none;
	padding: 0 0 0 1.3em;
	font-size: 14px;
	color: #000;
	
}
.svglist-control li{
	_border-top: 1px solid var(--brand-c1);
	border-bottom: 1px solid var(--brand-c1);
	  padding-top: 7px;
	  padding-bottom: 9px;
}
.svglist-control li span #the-tick g path{
	fill: var(--brand-c2) !important;
	_fill: var(--brand-c1) !important;
	
}





#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: 120px; /* img file is 300px high*/
}
.nav-logo {
	height: 130px;
	margin: 10px 0;
}
#nav-section.shrink {
  min-height: 50px;
	padding-bottom: 10px;
}
#nav-section.shrink .nav-logo img {
  height: 90px;
}
#nav-section.shrink .navbar-nav > li > a {
  line-height: 70px;
}
.shrink #nav-mobile-btn {
  margin-top: 20px;
    margin-bottom: 20px;
}


.navbar {
	margin: 20px 0;
}

/* # Navigation */
.navbar-nav > li > a {
  padding: 0px 10px;
  display: block;
  color: #133b29;
  line-height: 105px;

  text-transform: uppercase;

}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: transparent;
  color: 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;

}


h1.section-title{
	display: block;
	width: 75%;
	margin: 20px auto;
	_background: #000;
	padding: 12px 17px;
	   border-radius: 2px;
	_color: #000;
	text-decoration: underline;
	text-decoration-color: var(--brand-c2) !important;
	_border: 2px solid var(--brand-c2);
}

.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-contacts li {
  font-size: 15px;
    color: var(--brand-c1);;
}
.footer-contacts li i{
    border: 1px solid var(--brand-c2);  /* #74777c; */
}


#footer-top a {
  color: var(--brand-c1);
}
#footer-top a:hover {
  color: var(--brand-c2);/*#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: #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 S-Bubble */
.testimonials .item .text {
  _border: 1px solid rgba(0, 0, 0, 0.1);
	  border: 3px solid  var(--brand-c2);/*#FFF; */
  font-style: italic;
  font-size: 14px;
  _background-color: rgba(255, 255, 255, 0.6);
	background-color: rgba(0,0,0,0.4);
   color: var(--brand-c2); /* quotation marks */
}

.testimonials .item .text:after {
_border-color: #000000 #00ff00 #000000 #000000;
  _border-color: transparent rgba(255, 255, 255, 0.6) transparent transparent;
	_border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
	 border-color: transparent var(--brand-c2) transparent transparent;
	position: absolute;
    z-index: -60px;
}

/* # 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: 31px;
	line-height: 1.3em;
  margin-bottom: 40px;
}
.action-box h2 small{
	_color: var(--brand-c1);
	_color: #000;
	color: #fff;
	
}
.action-box p{
	font-size: var(--font-actionbox-p);
}
.action-box .btn-default{
	background: #fff; /* var(--brand-c2); */
	color: var(--brand-c2);
	border-color: var(--brand-c2);
	transform: scale(1.0);
	transform-origin: bottom;
	transition: transform .6s ease-in-out;
}

.action-box .btn-default:hover{
	_background: rgba(0,0,0,0.6);
	background: var(--brand-c1); /* #fff; var(--brand-c2) */
	border-color: var(--brand-c2);  /* #FFF;*/
	color: #FFF;
	transform: scale(1.1);
}

.action-box.notice-variant{
	background: #000; /*var(--brand-c2);*/
}

.action-box.notice-variant h2 { color:var(--brand-c2);}
.action-box.notice-variant h2 small{
	_color: var(--brand-c1);
	_color: #000;
	color: rgba(255,255,255, 0.8); /*#fff;*/
	
}
.action-box.notice-variant h3,
.action-box.notice-variant h4{
	color: #fff;
}
.action-box.notice-variant .btn-default{
	background:   #fff;/* var(--brand-c2); */
	color: var(--brand-c2);
	transform: scale(1.0);
	transform-origin: bottom;
	transition: transform .6s ease-in-out;
	
	
}
.action-box.notice-variant .btn-default:hover{
	_background: rgba(0,0,0,0.6);
	background: rgba(255,255,255, 0.4); /* var(--brand-c1); #fff; var(--brand-c2) */
	color: #FFF;
	transform: scale(1.1);
}



/*  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-title {
	font-family: 'Libre Baskerville', serif;
  font-size: 34px;
  font-weight: 300;
  color: var(--brand-c1);;
  line-height: 34px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}


.slider-title-ad1 {
	font-family: 'Libre Baskerville', serif;
  font-size: 30px;
  font-weight: 300;
  color: var(--brand-c2);
  line-height: 34px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-titleH-ad1{
	font-family: 'Libre Baskerville', serif;
	font-size: 58px;
	  color: var(--brand-c2);
}
.slider-subtitle-ad1
{
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height:26px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-titleS,
.slider-titleR {
	font-family: 'Libre Baskerville', serif;
  font-size: 38px;
  font-weight: 300;
  color: #FFF;/* var(--brand-c1);*/
  line-height: 38px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}
.slider-titleS{
	_color: #FFF !important;
}

.slider-titleS.range-center,
.slider-titleR.rance-center{
	text-align: center;
}

.slider-subtitle2
{
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  line-height:26px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-title3 {
	  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
	text-transform: uppercase;
  color: var(--brand-c1);;
  line-height: 48px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle3
{
  color: var(--brand-c1);
  font-size: 38px;

  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle4
{
  color: var(--brand-c1);
  font-size: 12px;

  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}

.btn-default3{
	
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}



a.tp-caption.btn-default:hover, a.tp-caption.btn-lg:hover {
    color: #fff;
    height: auto !important;
}


.btn-default.btn-default-xlarge{
	color: #FFF; /*var(--brand-c2) !important*/
	background: var(--brand-c1);
	_border-color: var(--brand-c2);
	 border: 5px solid  var(--brand-c2);
	font-size: 24px;
	padding: 17px 21px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.btn-default.btn-default-xlarge:hover{
	
   background: rgba(0,0,0,0.4);
	background: var(--brand-c1-t6);
}


.btn-default.btn-default-phone{
		color: #fff;/*var(--brand-c2) !important;*/
	background: var(--brand-c1);
	 _border-color: var(--brand-c2);
	border: 5px solid  var(--brand-c2);
	font-size: 48px;
	padding: 16px 24px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}



/* # Form - field size */


/* Home search section  */

#home-advanced-search{
	background: transparent ; /*#bf72ac; var(--brand-c1);*/
}
.form-group{}

.form-control-text .form-control{
	/*border: 2px solid #8d283a;*/
	color: #333;
	border: 2px solid var(--brand-c2); /* green*/
	
}

.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 var(--brand-c2); /* green*/
	color: #333;
	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: var(--brand-c2); /*#000;*/
	box-shadow: 3px 3px 6px rgba(0,0,0, 0.3)!important;
}
/* ---------- 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: #000000;
	text-decoration:none;
}
.multibranch-selector {
  display: inline-block;
  position: relative;
}
.multibranch-selector span {
  padding-right: 12px;
    padding-left: 2px;
  position: relative;
  color: #ffffff;
}

.multibranch-selector ul {
  position: absolute;
  left: 0px;
  top: 26px;
  padding: 0 6px;
  margin: 0;
  z-index: 999;
  text-align: left;
  background-color: #444;
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.multibranch-selector ul li {
  margin: 0px !important;
  display: block !important;
}
.multibranch-selector ul li a {
  line-height: 33px;
  display: inline-block;
width: 220px;
}

.multibranch-selector:hover ul {
  max-height: 250px;
}
.home-bg {
	/*background: 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;
	    color: var(--brand-c1);
}
.feature h3{
		color: #ffffff;
	    color: var(--brand-c1);
}
.feature:hover h3{
		color: #000000;
	    color: var(--brand-c2);
}
.feature-bg p{
		color: #ffffff;
}
.parallax.feature-bg{
	border-bottom: none;
}
.feature-bg .btn-default-color {
	_color: rgba(0,0,0,0.5);
	_border-color: rgba(0,0,0,0.5);
	 color: var(--brand-c1);
	   border-color: var(--brand-c1);
	   transform: scale(1.0);
	transform-origin: bottom;
	 transition: transform .6s ease-in-out;
	
}
.feature-bg .btn-default-color:hover{
	_color: #ffffff;
	_border-color: #ffffff;
	  color: var(--brand-c2);
	   border-color: var(--brand-c2);
	transform: scale(1.1);
}
.feature i{
		_color: #000000;
	     color: var(--brand-c1);
		_border: 4px solid #000000;
	      border: 4px solid var(--brand-c1);
}
.feature:hover i{
		color: #000000; 
	     color: #fff;
	      color: var(--brand-c2);
}
.feature i:after {
	  background: #000000;
	    background: var(--brand-c1);
}




.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:  #000 url('testimonial-bg.jpg');
  width: 100%;
  height: 130%;

}

@media (max-width:480px){
	
	
	
}

.testimonials-bg h2{

color: #ffffff;
}
.testimonials-bg .item{
font-size: 20px;
font-weight: 600;
color: #ffffff;
}
.testimonials-bg .item a{
text-decoration: none;
font-size:18px;
color: #fff; /* #333333; */
}.testimonials-bg .item a:hover{
text-decoration: none;
color: var(--brand-c2); /*#133B29;*/
}



/* 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;

}

/*===== STAR RATING SVG CONTROLS ========*/
/* star rating SVG control SPEECH BUBBLE*/
.testimonials-footer img{
	_min-height: 5vmin; /* doesnt work?*/
	max-width: 21vmin;
	
}/*mobile 480<*/
@media (max-width: 500px){
	.testimonials-footer img{
	_min-height: 5vmin; /* doesnt work?*/
	max-width: 36vmin;
	
  }
}
/* for testimonial listing PAGE */
img[alt="Rating"]{
	max-width: 14vmin;
	
} 


#banner-title {
	font-size: 24px;
	display: block;
	position: relative;
	top: 55px;
}


/* ======= SOCIAL MEDIA FA ICON BRANDING STYLING   ====*/
/* ----- for margin btwn the icons */
#top-info li, #top-buttons li {
    display: inline-block;
    margin-left: 10px;
}


/* # Top Contact Bar */
#topbar{
	color: #fff;
	background: var(--brand-c1); /*#003368;*/
		text-decoration:none;
	padding: 3px 0;
	font-size: 16px;

}
#topbar a, #topbar a:active, #topbar a:visited  {
	color: #fff;
		text-decoration:none;
}
#topbar a:hover {
	color: #000;  /*#8E9195; */
	text-decoration:none;
}

#ctl00_hypTopBarLinkedIn {
	background: #0177b5;
	color: #ffffff !important;
	border: none;
	padding: 2px 6px;
	border-radius: 10%;
	_box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	
}

#ctl00_hypTopBarFacebook {
	background: #3b5998;
	color: #ffffff !important;
	border: none;
	padding: 8px 13px;
	border-radius: 0 0 25% 25%;
	_box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	
}
#ctl00_hypTopBarTwitter{
	background: #55acee;
	color: #ffffff !important;
	border: none;
	padding: 2px 6px;
	border-radius: 10%;
	_box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	
}
#ctl00_hypTopBarYouTube {
	
		background: #ff0000;
	color: #ffffff !important;
	border: none;
	padding: 2px 6px;
	border-radius: 10%;
	_box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}


#ctl00_hypTopBarInstagram{
	background: #a44e96;

	color: #ffffff !important;
	border: none;
	padding: 2px 6px;
	border-radius: 10%;
	_box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
#ctl00_hypTopBarFacebook:hover,
#ctl00_hypTopBarTwitter:hover,
#ctl00_hypTopBarYouTube:hover,
#ctl00_hypTopBarLinkedIn:hover,
#ctl00_hypTopBarInstagram:hover{	
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}



/* --- Testimonials pagination buttons ---*/

.owl-controls .owl-page.active span{
background: var(--brand-c1); /*#fff*/
}
.owl-controls.clickable .owl-page:hover span {
background: var(--brand-c2); /* #fff*/
}



@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;
}
}


@media (max-width: 480px){
.nav-logo img{
	height: 80px;
	margin: 10px 0;	
 } 
}

/*---- Quote marks */
.testimonials .item .text p:before,
.testimonials .item .text p:after {
   font-family: 'Libre Baskerville', serif;
    font-size: 52pt;
    position: absolute;
}

/* Feartured icons */
.carousel-style1 .item .amenities li [class^="icon-"],
.carousel-style1 .item .amenities li [class*=" icon-"] {
    color: var(--brand-c2); /*#adb2b6;*/
    float: left;
    font-size: 20px;
    margin-right: 3px;
    margin-top: -3px;
}
/* Property details page icons */
.list-style .item .amenities li [class^="icon-"]{
	 color: var(--brand-c2); /* red #000 #adb2b6; */
}

/* FAQ panel group */

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid var(--brand-c2); /*transparent;*/
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
.panel-title>a {
    color: var(--brand-c1);
	_font-family: 'Open Sans' , sans-serif;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title:hover a,
.panel-heading:hover{
	background: var(--brand-c1);
	_color: var(--brand-c2);
	color: var(--brand-c1) !important;
	_font-family: 'Open Sans' , sans-serif;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-body {
    padding: 15px;
	background: #f1f3f6;
	color: #000;
}



/* homeCTA, booking valuaiton control */

.homemeet-control,
.homecta-control,
.booking-control {
	text-align: center;
}

.homemeet-control img,
.homecta-control img,
.booking-control img{
	display: block;
	transform: scale(1.0);
	transform-origin: center;
	transition: transform .6s ease-in;
	margin-bottom: 20px;
	
	
}

.homemeet-control .btn-default-color,
.homecta-control .btn-default-color,
.booking-control .btn-default-color {
	background: transparent;
	_color: #000;
	_border-color: #000;
	color: var(--brand-c1) !important; /*#000;*/
	border-color: var(--brand-c1) !important; /*#000;*/
	transform: scale(1.0);
	transform-origin: center;
	transition: transform .6s ease-in;
}
.homemeet-control .btn-default-color:hover,
.homecta-control .btn-default-color:hover,
.booking-control .btn-default-color:hover {
	background: transparent;
	color: var(--brand-c2) !important; /*#000;*/
	border-color: var(--brand-c2) !important; /*#000;*/
	
	transform: scale(1.03);
}
.homemeet-control img:hover,
.homecta-control img:hover,
.booking-control img:hover{
	transform: scale(1.03);
}


/* homeCTA, booking valuaiton control */

.homemeet-control,
.homecta-control,
.booking-control {
	text-align: center;
}

.homemeet-control img,
.homecta-control img,
.booking-control img{
	display: block;
	transform: scale(1.0);
	transform-origin: center;
	transition: transform .6s ease-in;
	margin-bottom: 20px;
	
	
}

.homemeet-control .btn-default-color,
.homecta-control .btn-default-color,
.booking-control .btn-default-color {
	background: transparent;
	color: #000;
	border-color: #000;
	transform: scale(1.0);
	transform-origin: center;
	transition: transform .6s ease-in;
}
.homemeet-control .btn-default-color:hover,
.homecta-control .btn-default-color:hover,
.booking-control .btn-default-color:hover {
	background: transparent;
	color: #000;
	border-color: #000;
	
	transform: scale(1.03);
}
.homemeet-control img:hover,
.homecta-control img:hover,
.booking-control img:hover{
	transform: scale(1.03);
}


 h3 > a.textlink{
	 font-size: 12px;
	height: auto !important;
	padding: 3px 7px !important;
	color: var(--brand-c1) !important;
	border: 2px solid var(--brand-c2)!important;
	 text-transform: uppercase !important;
	 display: inline-block;
     border-radius: 2px;
	 transform-origin: left;
	 transform:scale(1.0 , 1.0);
	 transition: transform .6s ease-in;
} h3 > a.textlink:hover{
     transform:scale(1.03 , 1.0);
	text-decoration: none;
}

a.spotlight{
	height: auto;
	padding: 7px 12px;
	text-transform: uppercase;
	color: var(--brand-c1);
	border: 2px solid var(--brand-c1);
}a.spotlight:hover{
	color: var(--brand-c2);
	border-color: var(--brand-c2);
}

