#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%;
}

#short-video {
	width: 570px;
	height: 350px;
	background: #000;
	
	
}
#banner-container {
	background-position:center;
}
#banner-title{
	font-size: 25px;
	text-transform: capitalize;
}

#banner-container .animation-from-left {
	/*margin-top: 80px;
	display: inline-block;
	background: #101e8e;*/
}

#top-buttons li{
	margin: 6px;
}


#nav-section{
	background: #00a8e1; 
    background: -webkit-linear-gradient(#00a8e1, #101e8e); 
    background: -o-linear-gradient(#00a8e1, #101e8e); 
    background: -moz-linear-gradient(#00a8e1, #101e8e); 
    background: linear-gradient(#00a8e1, #101e8e);
}


/* ===== Social Media  Top Section ====*/

#ctl00_hypTopBarFacebook {
	background: #3b5998;
	color: #ffffff;
	border: none;
	padding: 2px 8px;
	border-radius: 10%;
	
}
#ctl00_hypTopBarTwitter{
	background: #55acee;
	color: #ffffff;
	border: none;
	padding: 2px 6px;
	border-radius: 10%;
	
}

#ctl00_hypTopBarInstagram{
	background: #a44e96;
	/*	background:#5c6cb3;*/
	color: #ffffff;
	border: none;
	padding: 2px 6px;
	border-radius: 10%;
}


#ctl00_hypTopBarLinkedIn {
	background: #0177b5;
	color: #ffffff;
	border: none;
	padding: 2px 6px;
	
	border-radius: 10%;
}


/*==end social media top =*/





/* ======= Added Styles  ===================*/
/* --- COVID-19 home page notice */
.notice-paper{background:#f5ecbd}
.notice-dark-text{color:#000}

/* for COVID19 notice */

.yellow-banner-bg{
	background: #f5d93f;
	
}
.yellow-banner-bg h3:nth-of-type(1){
	text-align: center;
	color: #000;
}

.yellow-banner-bg h2{
	color: #000;
	font-size: 2em;
}
.yellow-banner-bg a.textlink:hover{
	text-decoration: none;
	color: #000;
	margin-top: 0;
}
.yellow-banner-bg a#btn-default-color{
	font-size: 0.5em;
	background: #000;
	padding:5px 7px;
	color:#e4e4e4;
	border-radius: 5px;
	margin-top: 0;
	margin-left: 10px;
	box-shadow: 2px 2px 3px rgba(0,0,0, 0.7);
	cursor: pointer;
	
}
.yellow-banner-bg a#btn-default-color:hover{
	font-size: 0.5em;
	background: #E4E4E4;
	
	border-radius: 5px;
	color:#000;
	box-shadow: 4px 4px 5px rgba(0,0,0, 0.4);
	
}




/* ===== Bespoke Quarerly News page =====*/

/* first sample */

.news-subhead{
	font-family: 'Montserrat' , sans-serif;
	font-size: 14px;
	
}
.date-of-news{
	display: inline-block;
	font-variant: small-caps;
	text-transform: uppercase;
	font-size: 12px;
	width: auto;
	padding-right:10px;
}

.bespoke-news-control #toggle-arrow{
	display: inline-block;
	padding: 2px 5px;
	float: right;
	border: 1px solid #808080;
	border-radius: 5px;
	
	background: #fff;
	vertical-align: top;
	margin: 0;
	
	
}
.bespoke-news-control #toggle-arrow i{
  
}

.bespoke-news-control #one-page-base{
	display: block;
	width: 100%;
}

.bespoke-news-control #one-page.img{
	display: block;
	
}
.bespoke-news-control img{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	/*min-width: 330px;*/
	width: 50%;
}/*also @media less than 480*/



.bespoke-news-control:after{
	content: "";
	height: 0;
	display: none;
	clear:both;
}
.bespoke-news-control a.textlink{
	display: inline-block;
	text-decoration: none;
	padding: 5px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #000;
	color: #101e8e;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.6);
	
}
.bespoke-news-control a.textlink:hover{
	text-decoration: none !important;
	background: #e4e4e4;
	border: 1px solid #808080;
	box-shadow: 3px 3px 4px rgba(0,0,0, 0.4);
	
}

.bespoke-news-control .panel{
	border: 1px solid #808080;
	
}
.bespoke-news-control .panel-heading{
	background: #b0dcf3;
	
}

.bespoke-news-control .panel-title a{
	text-decoration: none;
	color: #101e8e;
}
.bespoke-news-control .panel-title a:hover{
	color: #00a8e1;
	
}
/* === Live text and images news dropdown ==*/
.bespoke-news-control .news-left-col,
.bespoke-news-control .news-right-col{
	display: block;
	width: 50%;
	float:left;
}
.bespoke-news-control .news-left-col p,
.bespoke-news-control .news-right-col p{
	font-size: 12px;
	padding: 10px;
}
.bespoke-news-control .news-left-col strong,
.bespoke-news-control .news-right-col strong{
	color: #101e8e; 
}
/* inner content control */
.inner-row{
	display: block;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.inner-row:after{
	content: " ";
	display: block;
	height: none;
	clear: both;
}

.inncol-m-2{
	width: 50%;
	margin: 0;
	padding: 0;
	display: block;
	float:left;
}
.inncol-m-2 h4{
	font-size: 16px;
	color: #666;
}
.inncol-m-2 p{
	margin: 0;
	padding: 0;
	color: #000;
}
.inncol-m-2 img{
	width: 98%;
	margin: 0 3px;
}

/* neue box rules */

.neue-box{
	
}
.box-header01:after,
.neue-box:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.neue-box h3,
.neue-box small{
	display: inline-block;
	float:left;
	width: 80%;
	margin: 0;
}
.neue-box span{
	margin: 0;
	padding: 0;
}
.neue-box a#tgglBtn{
	display:inline-block;
	width: auto;
	margin: 0;
	padding: 0 7px;
	float:right;
	background:#00a8e1;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-o-border-radius:5px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	
	box-shadow: 1px 1px 2px rgba(0,0,0, 0.8);
}
.neue-box a#tgglBtn:hover{
	box-shadow: 2px 2px 3px rgba(0,0,0, 0.4);
	color:#101e8e;
}

.neue-box .box-header01{
	background:#b0dcf3;
	padding: 10px;
	border-radius: 7px;
	border: 1px solid #A8A8A8;
	
	
}
.neue-box .box-body{
	background: #F0F0F0;
	padding-top: 15px;
}

/* end inner content control */


/* ========= end quarterly news page ======*/


.reviews-control p{
	text-align: center;
}


.marketing-network{

	background: url(social-marketing-L0.png) no-repeat;
	
}


.white-canvas05 {
	border: 2px solid #00a8e1;
	
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.col-control00 img{
	border: 1px solid #d8d8d8;
}

.home-container00 {
	background: url("home-container01.jpg");
	/*background:#f9f9f9;*/
}



.row-container00 h2.section-highlight {
 font-size: 31px;
	color: #101e8e;
}

.home-container01 {
	background: url("home-container00.jpg");
	
}





.legal-obligations0 ul {
	padding: 0 0 0 0;
	
}

.legal-obligations0 > li.animation-from-left{
	color: #101e8e;
	list-style-position: outside;
	
}


/*===========list-style04 and 03 relate to each other================*/
.list-style04 ul {
	padding: 0 0 0 0;
}

.list-style04 li.animation-from-left{
	list-style: none;
	display: block;
	float: left;
		/*background: green;*/
	padding-left: 5px;
	color: #101e8e;
}

.list-style04 li.animation-from-left:nth-child(1){
	width: 60%;
	line-height: 2em;
	border-bottom: 1px solid #00a8e1;
	color:#101e8e;
	float: left;
	
}

.list-style04 li.animation-from-left:nth-child(2){
	width: 35%;
	margin: 0;
	padding-left: 10px;
	float: left;
	color:#101e8e;
	line-height: 1em;
	
}

/* header of 'table' - blue background 'row' */

.list-style03 ul {
	padding: 0 0 0 0;
}

.list-style03 li.animation-from-left{
	list-style: none;
	display: block;
	
	float: left;
	background: #101e8e;
	color: #fff;

	padding-left: 10px;
}

.list-style03 li.animation-from-left:nth-child(1){
	width: 60%;
	
	
}

.list-style03 li.animation-from-left:nth-child(2){
	width: 35%;
	border-left: 1px solid #fff;
	
	
}

/*=============end list-style03+04=============*/



.Flex-list00 ul {
	padding: 0 0 0 0;
}

.Flex-list00  li.animation-from-left {
	list-style: none;
	display: block;
	
	float: left;
	background: #101e8e;
	color: #fff;
	margin: 0;
	padding-left: 5px;
}

.Flex-list00  li.animation-from-left:nth-child(1){
	width: 39%;
}
.Flex-list00  li.animation-from-left:nth-child(1n + 2){
	width: 20%;
	border-left: 1px solid #fff;
	
}

.Flex-list01 ul {
	padding: 0 0 0 0;
}

.Flex-list01 li.animation-from-left {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding-left: 5px;
	
}
.Flex-list01  li.animation-from-left:nth-child(1){
	width: 39%;
}

.Flex-list01  li.animation-from-left:nth-child(1n + 2){
	width: 20%;
	border-left: 1px solid #fff;
	
}



#pageid60 .controller-06 > ul {
	padding: 0 0 0 0;
}

#pageid60 .controller-06 li.animation-from-left {
	list-style: none;
	display: block;
	border-bottom: 1px solid #00a8e1;
	width: 40%;
	float: left;
	padding-left: 10px;
	color: #101e8e;
}
#pageid60 .controller-06 li.animation-from-left:nth-child(1) {
	list-style: none;
	display: block;
	border-bottom: 1px solid #00a8e1;
	width: 65%;
	
	float: left;
	padding-left: 10px;
}
#pageid60 .controller-06 li.animation-from-left:nth-child(2) {
	list-style: none;
	display: block;
	border-bottom: none;
	width: 32%;
	
	float: left;
	padding-left: 10px;
}


.bullets-00  li.animation-from-left{
	color: #101e8e;
	font-size: 18px;
	
	
}


.sideR-canvas .foo-side-icon{
	height: 290px;
	padding: 15px;
	margin-bottom: 20px;
	border: none;
		background: #101e8e;
	background: -webkit-linear-gradient(#00a8e1, #101e8e); 
    background: -o-linear-gradient(#00a8e1, #101e8e); 
    background: -moz-linear-gradient(#00a8e1, #101e8e); 
    background: linear-gradient(#00a8e1, #101e8e);
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.sideR-canvas .foo-side-icon img{
	padding-bottom: 15px;
}

.sideR-canvas .foo-side-icon h3{
	color:#fff;
	padding-bottom: 5px;
}

.sideR-canvas .foo-side-icon h4{
	display:block;
	height: 26px;
	padding: 5px 0;
	padding-left: 7px;

	margin: 20px 0;
	
	border: 1px solid #b0dcf3;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	
	font-size: 16px;
	font-family: 'Fresca';
	color:#b0dcf3;
	
}
.sideR-canvas .foo-side-icon a{
	font-size: 16px;
	font-family: 'Fresca';
	color:#b0dcf3;
	text-decoration: none;
}
.sideR-canvas .foo-side-icon a:hover{
	font-size: 16px;
	font-family: 'Fresca';
	color:#fff;
	text-decoration: none;
}
.sideR-canvas .foo-side-icon h4:hover{
	color:#fff;
	border: 1px solid #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	background: rgba(0,168, 225, 0.4);
}

#pageid1 .sideR-canvas .foo-side-icon .item > a.btn-default-color {
	color: red;
}

/*small side search banner*/
.sideR-canvas > iframe  {
	height: 300px;
	border: none;
		background: #101e8e;
	background: -webkit-linear-gradient(#00a8e1, #101e8e); 
    background: -o-linear-gradient(#00a8e1, #101e8e); 
    background: -moz-linear-gradient(#00a8e1, #101e8e); 
    background: linear-gradient(#00a8e1, #101e8e);
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
}

.sideR-canvas iframe > .form-control-large {
	width: 280px;
}

.sideL-canvas {
	background:#83caed;
	text-align: center;
	
}
.sideL-canvas  img{
	margin-top: 15px;
	margin-bottom: 30px;

}


#accordion1 h3.animation-from-left {
	color: #fff;
}

/* ==== Form control ======*/
.form-control-usage .chzn-container-single,
.form-control-category .chzn-container-single,
.form-control-bedrooms .chzn-container-single,
.form-control-price .chzn-container-single,
.form-control-status .chzn-container-single{
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

}
/* end form control ==========*/

/*==== end Added Stylesheets ====*/



/* 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;

 

}

.nav-tabs {
 display: block;
	
}


/* #Logo and Menu Background */
.nav-logo img{
	height:85px;
}
.nav-logo {
	height:85px;
}

.navbar {
	margin: 0;
}

/* # Navigation */
.navbar-nav > li > a {
  padding: 0px 0px 0px 5px;
  display: block;
  /* color: #101e8e; */
	color:#83caed;
	  /*color: red; fur tests */
	font-size: 12px;
  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:#00a8e1;
	color:#fff;
}
.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;

}
/* 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;
  
  clear: both;
  display: inline-block;
  width: 100%;
}
.section-title {
	font-size:32px;
	letter-spacing: 5px;
	text-transform: capitalize;
	line-height: 40px;
	
	
}
.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;
 
}
p {
	margin: 1em 0 1em 0;

}




/* # Text Link Text Colour*/

	a {
		color:#fff;
	}
	a:hover {
		color:#e4e4e4;
	}
	
/* # Footer Text */

#footer{
	background: #101e8e;
}

#footer h3{
	color: #fff;
}
.footer-contacts li {
  font-size: 15px;
    color:#00a8e1;
}


#footer-top a {
  color:#00a8e1;
}
#footer-top a:hover {
  color: #e4e4e4;
  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:#00a8e1;

  
	
}


.parallax {
	padding:85px 0 0 0;
}

	
	
/* # Testimonials */
.testimonials .item .text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.6);

}

.testimonials .item .text:after {
  border-color: transparent rgba(255, 255, 255, 0.6) transparent transparent;
  _border-color: #000000 #00ff00 #000000 #000000;
}

/* # Action Box */
.action-box {
  background-color:#00a8e1;
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.action-box h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
}

.action-box a{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);}
.action-box a:hover{
	box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
}
	

/*  Big Button Panel */
.colored-bg:before{
  background-color:#00a8e1;
}
.property-large-buttons2 li {
  width: 75%;
  color:#00a8e1;
}
.aw-adjust{
	padding-bottom: 5px
}

/* # Slider Text */
/*for bespoke valBanners */
.slider-valBan{
	font-family: 'Fresca', serif;  
  font-size: 36px;
  font-weight: 700;
	 color:#fff;
  line-height: 34px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle4B
{
  color:#fff;
  font-size: 21px;
  line-height: 24px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
	text-align: center;
}


/* end bespoke banners */


.slider-titleL {
		font-family: 'Fresca', sans-serif;  
 	 	font-size: 38px;
 		font-weight: 700;
		
  		color:#00a8e1;
		color: #fff;
  		line-height: 42px;
    	text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
		text-transform: capitalize;
}
.slider-subtitleL
{
	
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  line-height:34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}

.slider-titleL-blue {
	font-family: 'Fresca', sans-serif;  /*Sarala*/
  font-size: 38px;
  font-weight: 300;
  color:#00a8e1;
	color: #101e8e;
  line-height: 40px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitleL-blue
{
	
  color: #ffffff;
		color: #101e8e;
  font-size: 28px;
  font-weight: 300;
  line-height:32px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}

.slider-title {
	font-family: 'Fresca', serif;  
  font-size: 36px;
  font-weight: 700;
 /* color:#00a8e1; */
	 color:#101e8e;
  line-height: 34px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.slider-subtitle
{
	
  color:#101e8e;
  font-size: 26px;
  font-weight: 300;
  line-height:28px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-references {
	font-family: 'Sarala', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color:#fff;
	/*background: #000; 
    background: -webkit-linear-gradient(#00a8e1, #101e8e); 
    background: -o-linear-gradient(#00a8e1, #101e8e); 
    background: -moz-linear-gradient(#00a8e1, #101e8e); 
    background: linear-gradient(#00a8e1, #101e8e); */
  line-height: 18px;
	display: block;
	width: 1120px;
	padding: 6px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}

.slider-title2  {
	  font-family: 'Fresca', sans-serif;
  font-size: 36px;
	text-transform: uppercase;
  color:#00a8e1;
  line-height: 48px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}

.slider-CopyrightNote
{
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height:18px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
	display:block;
	padding: 5px;
	
}
.slider-title3 {
	  font-family: 'Fresca', sans-serif;
  font-size: 36px;
	text-transform: uppercase;
  color:#00a8e1;
  line-height: 48px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle3
{
  color:#00a8e1;
  font-size: 38px;

  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle4
{
  color:#00a8e1;
  font-size: 12px;

  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}

/* permutable variables */
.var-white{
	color: #fff;
}


a.tp-caption.btn-default, a.tp-caption.btn-lg {
	color: #fff;
	border: 2px solid #fff;
	background: rgba(16, 30, 142, 0.8);
	
}

a.tp-caption3.btn-default:hover, a.tp-caption.btn-lg:hover {
	color: #fff;
	background: #00a8e1;
	border: 1px solid #fff;
}

/*blue*/
a.tp-caption.btn-default-blue , a.tp-caption.btn-lg-blue {
	color: #101e8e;
	border: 1px solid #fff;
	
}

a.tp-caption3.btn-default-blue:hover, a.tp-caption.btn-lg-blue:hover {
	color: #fff;
	background: #00a8e1;
	border: 1px solid #fff;
	
}



/* for bespoke valBanner*/



a.btn-defaultBan{
	display: inline-block;
	background-image: linear-gradient(to bottom, #00a8e1, #101e8e);
	background-clip: border-box;
	background-size: 120%;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 3px rgba(0,0,0, 0.8);
	font-size: 20px;
	color: #fff;
	
	
}
@media screen and (max-width: 480px){
	
	.bespoke-news-control .news-left-col,
	.bespoke-news-control .news-right-col{
	width: 100%;
	
	}
	
	a.btn-defaultBan{
		display: inline-block;
		padding-top: 7px;
		max-height: 50px;
	}
	.bespoke-news-control img{
	width: 100%;
	
	}
	.bespoke-news-control #accord-container .col-m-2{

	width: 99%;
	
	}
	
	a.btn-defaultBan:hover{
	color: #00a8e1;
	}
	/* # 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:#00a8e1 !important;
	}
	.sitemap-listings li li:hover > p a span {
	  border-color:#00a8e1;
	}
}/* end at media */




/* # Form - field size */

#home-advanced-search {
	
		/*background: #101e8e; */
	background: #101e8e; 
    background: -webkit-linear-gradient(#00a8e1, #101e8e); 
    background: -o-linear-gradient(#00a8e1, #101e8e); 
    background: -moz-linear-gradient(#00a8e1, #101e8e); 
    background: linear-gradient(#00a8e1, #101e8e);
	border: none;
	
}

.form-control-large {
	width: 250px;
	margin: 0;
	margin-right: 3px;
	
}
#pageid1 .form-control-large .form-control, 
#pageid1 .form-control-small .chzn-single, 
#pageid1 .form-control-tiny .chzn-single {
	color: #101e8e;
	
}


.form-control-small {
	width:150px;
	margin: 0 3px;
}

.form-control-tiny {
  width: 140px;
  display: inline-block;
  margin: 0 3px;
	
	
}

.form-control-tiny .chzn-container, 
.form-control-small .chzn-container, 
.form-control-large .form-control  {
	/*background: #b0dcf3;*/
		background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.form-control-tiny .chzn-container,
.form-control-tiny .form-control {
  margin-bottom: 15px;
  width: 100%;
}

/*.chzn-container .chzn-container-single 
.chzn-container-single-nosearch */

.form-control-propertytypegroup .chzn-single{ /*new*/
	background: #fff;

}

/* # 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;
	/*border-bottom: 1px solid rgba(255,255,255, 0.6);*/
		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 !important;
	text-decoration:none !important;
}
.home-bg {
	background:#00a8e1 url("tile.png");
}
/* Feature Formatting */

/* hidden for now
	.features-02 h2.section-title {
		color: #101e8e;	
	}
	.features-02 .btn-default-color{
		color:#101e8e;
		border: 2px solid #101e8e;
	}
	.features-02 .btn-default-color:hover{
		color:#00a8e1;
		border: 2px solid #00a8e1;
	}
	.features-02{
	background: url('feature-background00.jpg');
		}
 New rule for features-02 below */
.features-btns .btn-default-color{
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.4);
}
.features-btns .btn-default-color:hover{
	box-shadow: 3px 3px 4px rgba(0,0,0, 0.6);
}


.features-03 {
	background: #b0dcf3;
}

.features-03 h2.section-title, .features-03 p {
	color: #101e8e;
	
}
.features-03 h3{
	color: #101e8e !important;
}


.features-03 .btn-default-color{
	color:#101e8e;
	border: 2px solid #101e8e;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.features-03 .btn-default-color:hover{
	color:#00a8e1;
	border: 2px solid #00a8e1;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
}


.feature-bg00 {
	background: #fff; 
    background: -webkit-linear-gradient(#00a8e1, #101e8e); 
    background: -o-linear-gradient(#00a8e1, #101e8e); 
    background: -moz-linear-gradient(#00a8e1, #101e8e); 
    background: linear-gradient(#00a8e1, #101e8e); 
	
	border: none;
	border-bottom: 1px solid #fff;
}
.feature-bg00 .section-title {
	color:#fff;
	text-transform: capitalize;
	font-family: 'Fresca';
}

.feature-bg00 p {
	color:#fff;
}

.feature-bg00 .btn-default-color{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);}
.feature-bg00 .feature-bg00 .btn-default-color:hover{
	box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
}

.feature-bg {
		padding:48px 0 0 0;
		background: url('feature-background00.jpg');
	
   /* background: -webkit-linear-gradient(#00a8e1, #101e8e); 
    background: -o-linear-gradient(#00a8e1, #101e8e); 
    background: -moz-linear-gradient(#00a8e1, #101e8e); 
    background: linear-gradient(#00a8e1, #101e8e); 
	background-attachment: scroll;*/
}
.feature-bg .section-title{
		color: #101e8e;
		text-transform: capitalize;
}

.feature-bg .section-title h2.animate-from-left {
	color: #fff;
}

.feature h3{
		color: #ffffff;
	
	
}
.feature:hover h3{
		color: #00a8e1;
		
}

.feature i{
		color: #fff;
		border: 4px solid #101e8e;
}
.feature:hover i{
		color: #00a8e1;
}
.feature i:after {
	  background: #00a8e1;
	
}

/*There is more for pages 43 and and 35 at end of doc */
#pageid1 .feature i{
	color: #00a8e1;
		border: 4px solid #101e8e;
}
#pageid1  .feature:hover i{
		color: #fff;
}

.properties-bg {

	padding: 24px 0 24px 0;
  position: relative;
  background:  #efefef;
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}



.testimonials-bg {
		padding: 24px 0 24px 0;
  position: relative;
  background:  #dddddd url('testimonial-bg00.jpg');
  width: 100%;
  height: 200%;

}

#testimonials h2.animation-from-left, #testimonials .testimonials-footer {
	color:#fff;
}
#testimonials blockquote a{
	color:#fff;
	font-size: 21px;
}

#testimonials blockquote a:hover{
	color:#fcee21;
	font-size: 21px;
}


.testimonials-bg .item{
font-size: 20px;
font-weight: 600;
color: #ffffff;
}
.testimonials-bg .item a{
text-decoration: none;
font-size:18px;
color: #fff;
	
}.testimonials-bg .item a:hover{
text-decoration: none;
color: #133B29;
}

.tenantbox {
	    border-radius: 8px;
		background: url('repeat.jpg');
    padding: 20px; 
    width: 100%;
    height: 100%;
	color: #ffffff;
}
.tenantbox h5 {
	color: #ffffff;
	font-size: 22px;
}
.platinum {
	    border-radius: 8px;
		background: url('platinum.jpg');
    padding: 20px; 
    width: 100%;
    height: 100%;
	color: #ffffff;
}
.platinum h5 {
	color: #ffffff;
	font-size: 22px;
}
.gold {
	    border-radius: 8px;
		background: url('gold.jpg');
    padding: 20px; 
    width: 100%;
    height: 100%;
	color: #ffffff;
}
.gold h5 {
	color: #ffffff;
	font-size: 22px;
}
.bespoke {
	    border-radius: 8px;
		background: url('repeat.jpg');
    padding: 20px; 
    width: 100%;
    height: 100%;
	color: #ffffff;
}
.bespoke h5 {
	color: #ffffff;
	font-size: 22px;
}
/* Social Sharing Button Colours == at bottom */
.share-wraper .social-networks li a {
  font-size: 13pt;
  height: 30px;
  line-height: 30px;
  width: 30px;
  
	
	
}

/*facebook*/
.social-networks li:nth-of-type(1) a {
    color: #fff !important;
	background: #3b5998;
}
.social-networks li:nth-of-type(1) a:hover {
    color: #000 !important;
	background: #3b5998;

}
/*twitter*/
.social-networks li:nth-of-type(2) a {
    color: #fff !important;
	background: #55acee;
}
.social-networks li:nth-of-type(2) a:hover {
    color: #000 !important;
	background: #55acee;
   
}
/*instagram*/
.social-networks li:nth-of-type(3) a {
    color: #fff !important;
	background:#a44e96;
   
}
.social-networks li:nth-of-type(3) a:hover {
    color: #000 !important;
	background:#a44e96;
   
}

/*RSS feeds
.social-networks li:nth-of-type(4) a {
    color: #fff !important;
	background:#ff7b0a;
   
}
.social-networks li:nth-of-type(4) a:hover {
    color: #000 !important;
	background:#ff7b0a;
   
}
*/

/*===== Below, top of page icons ==*/

#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;
}
/* How can we further assist you icons blue variant here*/

#pageid1 .feature-bg00  .feature i{
	color: #fff;
		border: 4px solid #101e8e;
}
#pageid1 .feature-bg00 .feature:hover i{
		color: #fff;
}

#pageid35 .features-02 .feature i, #pageid43 .features-02 .feature i{
	color: #00a8e1;
		border: 4px solid #101e8e;
}
#pageid35 .features-02 h3, #pageid43 .features-02 h3{
	color: #00a8e1;
}
#pageid35 .features-02 .feature:hover i, #pageid43 .features-02 .feature:hover i{
		color:  #fff;
}

#ctl00_ContentPlaceHolderMain_hypRequestViewing {
	background-color:#019AD9; 
	padding: 20px 20px 17px 20px;
	color: #ffffff;
	
}
#ctl00_ContentPlaceHolderMain_hypRequestViewing:hover {
	background-color: #0D389D;
	padding: 20px 20px 17px 20px;
	color: #ffffff;
	
}
#pageid14 .contact-us a {
	color: #00a8e1;
	font-weight: bold;
	
}
#pageid14 .contact-us a:hover {
	color: #aaa;
	font-weight: bold;
	
}

#copyright{
	background: #34363f !important;
}

#partners {
	background: #1c1c1c;
}

/* gone astray */

.contour-00 {
	width: 93%;
	height: 660px;
	border: 2px solid #00a8e1;
	border-radius: 12px;
	padding: 10px;
	margin-bottom: 10px;
}
.list-styleFM ul{
	padding: 0 0 0 1.4em;
	

}

.list-styleFM li {
	padding: 0 0 0 0;
	list-style-position: outside;
	line-height: 1.3em;
}


.legal-obligations0 ul {
	padding: 0 0 0 0;
	
}

.legal-obligations0 > li.animation-from-left{
	color: #101e8e;
	list-style-position: outside;
	
}

.white-bg {
	background: #fff;
}



.col-control00 img{
	border: 1px solid #d8d8d8;
}


.puff-blue-bg02 {
	background: #c5e6f7;
	
}

.puff-blue-bg02 .panel-title {
	font-size: 21px;
	color: #101e8e;
}


.puff-blue-bg {
	background: #c5e6f7;
}
.puff-blue-bg img {
	margin: 0 auto;
}

.puff-blue-bg p > a{
	color:  #00a8e1;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	width: 40%;
	border: 2px solid #00a8e1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
}

.puff-blue-bg p > a:hover{
	color:  #101e8e;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	width: 40%;
	border: 2px solid #101e8e;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
}

.contour-00 {
	width: 93%;
	height: 660px;
	border: 2px solid #00a8e1;
	border-radius: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.list-styleFM ul{
	padding: 0 0 0 1.4em;
	

}

.list-styleFM li {
	padding: 0 0 0 0;
	list-style-position: outside;
	line-height: 1.3em;
}



.Flex-list00 ul {
	padding: 0 0 0 0;
}

.Flex-list00  li.animation-from-left {
	list-style: none;
	display: block;
	
	float: left;
	background: #101e8e;
	color: #fff;
	margin: 0;
	padding-left: 5px;
}

.Flex-list00  li.animation-from-left:nth-child(1){
	width: 39%;
}
.Flex-list00  li.animation-from-left:nth-child(1n + 2){
	width: 20%;
	border-left: 1px solid #fff;
	
}

.Flex-list01 ul {
	padding: 0 0 0 0;
}

.Flex-list01 li.animation-from-left {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding-left: 5px;
	
}
.Flex-list01  li.animation-from-left:nth-child(1){
	width: 39%;
}

.Flex-list01  li.animation-from-left:nth-child(1n + 2){
	width: 20%;
	border-left: 1px solid #fff;
	
}
/*===========list-style04 and 03 relate to each other================*/
.list-style04 ul {
	padding: 0 0 0 0;
}

.list-style04 li.animation-from-left{
	list-style: none;
	display: block;
	float: left;
		/*background: green;*/
	padding-left: 5px;
	color: #101e8e;
}

.list-style04 li.animation-from-left:nth-child(1){
	width: 60%;
	line-height: 2em;
	border-bottom: 1px solid #00a8e1;
	color:#101e8e;
	float: left;
	
}

.list-style04 li.animation-from-left:nth-child(2){
	width: 35%;
	margin: 0;
	padding-left: 10px;
	float: left;
	color:#101e8e;
	line-height: 1em;
	
}



/*header of 'table' - blue background 'row' */

.list-style03 ul {
	padding: 0 0 0 0;
}

.list-style03 li.animation-from-left{
	list-style: none;
	display: block;
	
	float: left;
	background: #101e8e;
	color: #fff;

	padding-left: 10px;
}

.list-style03 li.animation-from-left:nth-child(1){
	width: 60%;
	
	
}

.list-style03 li.animation-from-left:nth-child(2){
	width: 35%;
	border-left: 1px solid #fff;
	
}
/*=============end list-style03+04=============*/
.photo-canvas00 {
	background: url('container-photo-00.jpg') no-repeat;
	background-attachment: fixed;
	background-position: center;
	
}
.photo-canvas02 {
	background: url('container-photo-02.jpg') no-repeat;
	background-attachment: fixed;
	background-position: top center;
	
}

.photo-canvas03 {
	background: url('container-photo-03.jpg') no-repeat;
	background-attachment: fixed;
	background-position: top center;
	
}

.bullets-00  li.animation-from-left{
	color: #101e8e;
	font-size: 18px;
	
}

#wrapper {
	box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.0);
}

#pageid55 #wrapper,  #pageid60 #wrapper {
	background: #c5e6f7;
}
a{
color: #00a8e1;	
}
a:hover{
	color: #101e8e;
}
/*==== Top quick links sample ----*/
/* ===== variant 1 ===*/
.top-quick-links{
	background:#00a8e1;
	margin: 0 auto;
}
.top-quick-links h2{
	font-family: 'Fresca' , sans-serif;
	font-size: 21px;
	color: #fff;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.top-quick-links span{
   text-align: center;
   display: block;
   width: 99%;
	padding: 9px 7px;
	margin: 0 auto;
	margin-left: 3px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.6);
}
.top-quick-links span:hover{
	box-shadow: 3px 3px 4px rgba(0,0,0, 0.4);
	
}
.top-quick-links i{
	color: #00a8e1;
}

.top-quick-links a{
	display: inline-block;
	text-decoration: none;
	/*background: green;*/	
}

/*==== Variant 2 ===*/

.top-quick-linksV2{
	border-bottom: 1px solid #999;
	
	
}
.top-quick-linksV2 h2{
	font-family: 'Montserrat' , sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.top-quick-linksV2:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.top-quick-linksV2 .quick-link{
	display: block;
	text-align: center;
	font-size: 25px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #83caed;
	float: left;
	position: relative;
	z-index: 8888;
	margin: 10px 12px;
	margin-right: 0;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.6);
}
.top-quick-linksV2 span:hover{
	box-shadow: 3px 3px 4px rgba(0,0,0, 0.4);
}
.top-quick-linksV2 i{
	display: inline-block;
	padding: 15px;
	color:#101e8e;
	
}

.top-quick-linksV2 .q-msg{
	display: block;
	width: 130px;
	float: left;
    margin: 20px auto;
	padding-left: 15px;
	font-size: 16px;
	line-height: 19px;
	color: #000;
	background: lightblue;
	border-radius: 0 7px 7px 0;
	box-shadow: none;
}
.top-quick-linksV2 .q-msg:hover{
	box-shadow: none;
}

.top-quick-linksV2 a{
	display: block;
	width: 120px;
	padding: 3px;
	/*border: 1px solid red;*/
	
}

/*==== End top quick links sample*/

.hp-search-mkControl{
	background: #00a8e1; 
    background: -webkit-linear-gradient(#00a8e1, #101e8e);
	background: -moz-linear-gradient(#00a8e1, #101e8e);
	background: -ms-linear-gradient(#00a8e1, #101e8e);
    background: -o-linear-gradient(#00a8e1, #101e8e); 
    background: linear-gradient(#00a8e1, #101e8e);
}

/* ===== Landing page control ===*/
#pageid300 .landing-page-control {
	background: #f0f0f2;
}




@media screen and (max-width: 480px){
	/* #pageid300 .landing-page-control img {	
    } */
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sitemap-listings li {
    padding: 4px 42px 0 0;
  }
  .sitemap-listings li .image {
    display: none;
  }
}


