<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner-container {
	background-position:center;
}

/* 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: #D3A624;

}

.nav-tabs {
 display: block;
}

.nav-logo img{
	height:93px;
}
.nav-logo {
	height:93px;
	margin:0 0 8px 0;
}
#nav-section.shrink {
  min-height: 70px;
}
#nav-section.shrink .nav-logo img {
  height: 65px;
}
#nav-section.shrink .navbar-nav &gt; li &gt; a {
  line-height: 70px;
}
.shrink #nav-mobile-btn {
  margin-top: 20px;
    margin-bottom: 20px;
}
#home-advanced-search {
	background: #f4f3ea;
}	
#nav-section {
	background: #0B1F3F;
}

.navbar-nav &gt; li.dropdown &gt; a .caret {
	
	border-right: 3px solid rgba(0, 0, 0, 0);
	border-top: 3px solid;
	margin-left: 5px;	
	border-left: 4px solid transparent;	
}
.navbar {
	margin: 0;
}

/* # Navigation */
.navbar-nav &gt; li &gt; a {
  padding: 0px 0px 0px 14px;
  display: block;
  color: #ffffff;
  line-height: 97px;
	font-family:Poppins,"Open Sans", Arial, Sans-Serif;
	font-size: 15px;
  text-transform: uppercase;

}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus,
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus,
.navbar-nav &gt; li &gt; a.active {
  background-color: transparent;
  color: #D3A624;
}

#banner-title {
	font-size: 24px;
	
}


@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: 640px){
.nav-logo img{
	height:60px;
	margin:0;	
}
}

/* Drop Down Box Font Size */

.chzn-container-single .chzn-single  {
	font-size: 14px;
	background-color: #ffffff;
}


/* 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:28px;
}
.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;
 
}
.homeval p {
	margin: 1em 0 1em 0;

}




/* # Text Link Text Colour*/

	a {
		color:#D3A624;
	}
	a:hover {
		color:#0B1F3F;
	}
	
/* # Footer Text */

.footer-contacts li {
  font-size: 15px;
    color: #D3A624;
}
#footer-top a {
  color: #D3A624;
}
#footer-top a:hover {
  color: #5b5b5b;
  text-decoration: none;
}


/* # Property Details Page */
#property-detail-large .item img {
	border: 1px solid #ffffff;
}
#property-detail-wrapper {
	border: 1px solid #ededed;
	background: #f5f5f5;
}
.lettingfees a, .lettingfees a:active, .lettingfees a:visited{
	color: #ffffff;
	text-decoration:underline;

}
.lettingfees a:hover{
	color: #ededed;
	text-decoration:underline;
}

/* # Property Status */
.status-available{
	background: url("Statusgreen.png");
}
.status-underoffer {
	background: url("Statusorange.png");
}
.status-exclusive {
	background: url("Statuspurple.png");
}
.status-sold {
	background: url("Statusred.png");
}
.status-newinstruction {
	background: url("Statuspurple.png");
}
.status-let {
	background: url("Statusred.png");
}
.status-notavailable {
	background: url("Statusred.png");
}


/* # Price Tags  */
.carousel-style1 .item .price {
  position: absolute;
  top: 10px;
  font-size: 14px;
  left: 10px;
  background-color: #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: #D3A624;
  color: #D3A624;
}


.parallax {
	padding:85px 0 0 0;
}

	
	

/* # Action Box */
.action-box {
  background-color: #D3A624;
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.action-box h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
}

/*  Big Button Panel */
.colored-bg:before
{
  background-color: #D3A624;
}
.property-large-buttons2 li {
  width: 75%;

  color: #D3A624;
}
.aw-adjust{
	padding-bottom: 5px
}

/* # Slider Text */

.slider-title {
	font-family: 'Courgette', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: #ffffff;
  line-height: 46px;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.8);
	text-align: center;
}
.merry {
	font-size: 1.3em;
}
.slider-subtitle
{
	
  color: #ffffff;
  font-size: 26px;
  font-weight: 300;
  line-height:26px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-title2 {
	font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 54px;
	text-align: center;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle2
{
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height:28px;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-title3 {
	font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 54px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle3
{
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height:28px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle4
{
  color: #D3A624;
  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);
}

.btn-lg {
	background: #D3A624;
	color: #ffffff;
	font-size: 16px;
	border-color: #D3A624;
}

.btn-lg:hover {
	background: #0b1f3f;
	color: #ffffff;
	font-size: 16px;
	border-color: #0b1f3f;
}


/* # 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 &gt; p a {
  color: #D3A624 !important;
}
.sitemap-listings li li:hover &gt; p a span {
  border-color: #D3A624;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sitemap-listings li {
    padding: 4px 42px 0 0;
  }
  .sitemap-listings li .image {
    display: none;
  }
}


/* # Form - field size */

.form-control-tiny {
  width: 140px;
  display: inline-block;
  margin: 0 10px;
}

.form-control-tiny .chzn-container,
.form-control-tiny .form-control {
  margin-bottom: 15px;
  width: 100%;
}
/* # 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.0);
  margin: 4px;
  padding: 10px 0px;
  vertical-align: middle;
}
/* # Top Contact Bar */
#topbar{
	color: #ffffff;
	background: #0B1F3F;
		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: #D3A624;
	text-decoration:none;
}
.home-bg {
	background: #D3A624 url("tile.png");
}
/* Feature Formatting */
.feature-bg {
		padding:48px 0 0 0;
		background: #ffffff 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 */
.testimonials .item .text {
  border: 1px solid rgba(0, 0, 0, 0.0);
  font-style: italic;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.0);

}

.testimonials .item .text:after, .testimonials .item .text:before {
  border-color: transparent rgba(255, 255, 255, 0.0) transparent transparent;
  _border-color: #000000 #00ff00 #000000 #000000;
}
.testimonials .item .text p:before, .testimonials .item .text p:after  {
	font-family: raleway;
	font-size: 68pt;
	color: #747777;
}




.testimonials-bg {
		padding: 24px 0 24px 0;
  position: relative;
  background:  #ededed url('testimonial.jpg');
  width: 100%;
  height: 200%;

}
.testimonials-bg h2{
	margin-top: 48px;
text-transform: capitalize;

}
.testimonials-bg .item{
font-size: 34px;
font-weight: 300;
color: #D3A624;
}
.testimonials-bg .item a{
text-decoration: none;
font-size:18px;
color:  #0B1F3F;
}.testimonials-bg .item a:hover{
text-decoration: none;
color: #000000;
}
.testimonials-footer {
	font-size: 24px;
}
.strapline{
	background: url('strapline.jpg');
	background-position: center;
	height: 280px;
}
.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 */
.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);
}
.homeval {
	background: #D3A624;
	padding: 24px 0;
}
.homeval p {
	color: #ffffff;
	font-size: 22px;
}
.homevalbtn {
	background: #0B1F3F;
	border-color: #0B1F3F;
	color: #ffffff;
	height: 48px;
	font-size: 20px;
		padding: 6px 18px;
	margin: 12px 0 0 0;
}

.homevalbtn:hover {
	color: #adadad;
}
.homevalbtn:visited {
	color: #ffffff;
}
.tableinpagerow {
	
	padding: 10px;
	vertical-align: top;
	background: #ededed;
	border-left: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
}
.formtitle {
	text-transform: none;
	font-size: 16px;
	color: #555555;
}
.fees {
	text-align: center;
	background: #ededed;

}
.service {
	text-align: left !important;
	font-size: 1.2em;	

}

.fees th {
	text-align: center;
	background: #0B1F3F;
	font-weight: normal;
	color: #ffffff;
	padding: 10px;
	border-bottom:2px solid #ffffff;	
	border-left:2px solid #ffffff;
}

.fees td {
	padding: 10px;
	border-bottom: 2px solid #ffffff;	
	border-left:2px solid #ffffff;
}
.tick {
	color:#D3A624;
	font-size: 2em;

}
.Tfees td{
	background: #ededed;
	padding: 10px;
	border-bottom:2px solid #ffffff;	
	border-left:2px solid #ffffff;	
}

.button-checkbox .btn{
	font-size: 26px;
}
.tp-bannertimer {
	background: none;
	height:0px;
}
#header::after, #nav-section.stuck::after {
height: 0px;	
}

.navbar-nav &gt; li.dropdown &gt; a .caret {
	
	border-right: 3px solid rgba(0, 0, 0, 0);
	border-top: 3px solid;
	margin-left: 2px;	
	border-left: 3px solid transparent;

}







</pre></body></html>