/* font-family: 'Ovo', serif;
font-family: 'Muli', sans-serif; */

/* Core structure */
html {/* Used for sticky footer */
    position: relative;
    min-height: 100%;
}

body {/* Used for sticky footer */
  /* Margin by footer height */
    margin: 0 0 90px 0;
	font-family: 'Muli', sans-serif;
	font-size:18px;
 }

  

h1{
	font-size:2em;
	margin-bottom:30px;
	margin-top:30px;
}

/* 2019 styles */


#site-header {
	height: 150px;
}

.navbar-2019.navbar {
	background-color:transparent!important;
   }

 

   .navbar-2019 .nav.navbar-nav li a, .navbar-2019 .navbar-nav .open .dropdown-menu>li>a {
	color: #fff!important;
}

.navbar-2019.navbar-default .navbar-nav>.active>a, .navbar-2019.navbar-default .navbar-nav>.active>a:hover, .navbar-2019.navbar-default .navbar-nav>.active>a:focus, .navbar-2019.navbar-default .navbar-nav>li>a:hover, .navbar-2019.navbar-default .navbar-nav>li>a:focus, .navbar-2019.navbar-default .navbar-nav>.open>a, .navbar-2019.navbar-default .navbar-nav>.open>a:hover, .navbar-2019.navbar-default .navbar-nav>.open>a:focus, .navbar-nav .open .dropdown-menu {
	background: transparent!important;
	color: #fff!important;
}

 
.dropdown-menu {
	background: #ED008C;
}

.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
	background-color: #ED008C!important;
	color: #fff!important;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
	color:#fff!important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #ED008C;
}
 

.header.header-2019 {
	background-color:transparent!important;
   }

  

   .logo-position img {
 	width: 205px;
   }

   .logo-position {
	margin-top: 20px;
  }

   

   .nav-margin-top {
	   margin-top: 60px;
   }


   .home-welcome {
    position: absolute;
    text-align: center;
    right: 30%;
    left: 30%;
     
}


.home-welcome-word {
	font-size: 18px;
}
	
@media (min-width:1601px)  {
	.home-welcome {
		top: 640px;
	   }
	   .home-welcome h1 {
		   font-size: 44px;
		}

	}


@media (min-width:1401px) and (max-width:1600px) {
	.home-welcome {
		top: 540px;
	   }
	   .home-welcome h1 {
		   font-size: 44px;
		}

	}


@media (min-width:1200px) and (max-width:1400px) {
	.home-welcome {
		top: 440px;
	   }
	   .home-welcome h1 {
		   font-size: 44px;
		}

	}



@media (min-width:1200px)  {
 
	 .pink-box {
		height:320px;
	  }

	  .pink-box p {
		margin: 20px 0 30px 0;
	  }

	  .pink-box-heading {
		  height:50px;
	  }

	  .pink-box-para {
		height:60px;
	}
	
 }



 @media (min-width:990px) and (max-width:1200px) {
 .home-welcome {
	 top: 340px;
	 }
	 .home-welcome h1 {
		font-size: 34px;
	 } 
	 .pink-box {
		height:320px;
	  }

	  .pink-box p {
		margin: 20px 0 30px 0;
	  }

	  .pink-box-heading {
		height:50px;
	}

	.pink-box-para {
	  height:60px;
  }
	
 }


@media (min-width:768px) and (max-width:990px) {
.home-welcome {
     top: 300px;
}
.home-welcome h1 {
	font-size: 26px;
 }
 .pink-box {
	height:320px;
  }

  .pink-box-heading {
	height:50px;
}

.pink-box-para {
  height:60px;
}

}

 

@media (max-width:767px) {
	 .mobi-marg-bottom-15 {
		 margin-bottom: 15px;
	 }
	}
	


.home-welcome h1 {
 	font-weight: 600;
	margin-top: 0;
}

.home-sub-text h2 {
	font-size: 25px;
    line-height: 1.6em;
}

.marg-top-bott-60 {
	margin: 60px 0;
}

.marg-top-bott-40 {
	margin: 40px 0;
}

.marg-top-40 {
	margin-top: 40px;
}

.marg-bott-60 {
	margin-bottom: 60px;
}
.marg-bott-30 {
	margin-bottom: 30px;
}

@media (max-width:990px) {

.logo-position img {
position: absolute;
top: 20px;
left: 20px;
z-index: 1;
	  }

}



.form-control.styled-select2::-ms-expand {/* Custom styled select elements. Internet Explorer 10 and > */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.form-control.styled-select2 {/* Custom styled select elements. Internet Explorer 10 and > */
	background: #dc007e url('../images/select.gif') top right no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #fff;
	height: 40px;
	padding: 10px;
	border-color: #fff;
}


.form-control.styled-select3::-ms-expand {/* Custom styled select elements. Internet Explorer 10 and > */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.form-control.styled-select3 {/* Custom styled select elements. Internet Explorer 10 and > */
	background:   #dc007e  url('../images/branch-bit.jpg'), url('../images/select.gif');
	background-position: top left, /* this positions the first image */ bottom right; /* this positions the second image */
	background-repeat: no-repeat; /* this applies to both images */ 
	-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		color: #fff;
		height: 40px;
		padding: 10px;
}


.bg-search-2019 .input-group-addon {
	background-color: transparent;
	background-color: transparent;
    padding: 0;
    border-radius: 0;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: none;
	border-bottom: 1px solid #fff;
 }

 
 .branch-select {
	 border-left: 0!important;
 }






.bg-search-2019 { 
background: #dc007e;
padding: 20px 0;
color: #fff;
}

.button-search {
	background: #920053;
	padding: 8px 10px;
	color: #fff!important;
	font-size: 15px;
}

.find-heading {
	font-size: 23px;
}

.pink-box {
  border: 5px solid #ff069b;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  margin: 15px 0;
}

.pink-box h4 {
	font-weight: 600;
	font-size: 20px;
}

.btn-pink {
	background: #ff069b;
	padding: 12px 16px;
	color: #fff!important;
	font-size: 16px;
}

.padding-top-bot-15 {
	padding: 15px 0;
}



.no-padding-no-margin {
	padding: 0;
	margin: 0;
  }
  .inline-property a {
	  color:#fff;
  }


  .inline-property-0 {padding:0px; height: 380px;}
  .inline-property-1 {padding:0px; height: 350px;}
  .inline-property-2  {padding:0px; height: 260px;}
  .inline-property-3  {padding:0px; height: 260px;}
  .inline-property-4  {padding:0px; height: 470px;}

 
   
  
  .inline-property .full-cover {display:block; height: 100%; width: 100%; position:relative;  outline:1px solid #fff;}

  .inline-property a:hover.full-cover {
	display:block; 
	height: 100%; 
	width: 100%; 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	position:relative;
}


 


  

  .inline-property-wording {
 
	position:absolute; bottom:0px; left:0px; padding: 15px; width:100%; z-index: 100!important;
  }

  .inline-property-wording a:hover {
	visibility: show;
	position:absolute; bottom:0px; left:0px; padding: 15px; width:100%; z-index: 100!important;
 }
   
   
  
  .inline-property-town  {
	font-size: 16px;
  	margin-bottom:3px;
    }
   
  .inline-property-address  {
	font-size: 16px;
  }

 
.padding-for-search-radios {
	padding: 10px 0px 0px 0px;
}

  .radiocontainer {
 	position: relative;
	padding-left: 20px;
 	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }

   .radiocontainer {
	  padding-right: 20px;
	  width: 60px;
   }
  
  /* Hide the browser's default radio button */
  .radiocontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	width: 13px;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #fff;
  }
  
  /* On mouse-over, add a grey background color */
  .radiocontainer:hover input ~ .checkmark {
	background-color: #dc007e;
  }
  
  /* When the radio button is checked, add a blue background */
  .radiocontainer input:checked ~ .checkmark {
	background-color: #fff;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radiocontainer input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radiocontainer .checkmark:after {
	   top: 9px;
	  left: 9px;
	  width: 8px;
	  height: 8px;
	  border-radius: 50%;
	  background: #dc007e;
  }

 /* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

  .tickcontainer {
	display: block;
	position: relative;
	margin-bottom: 12px;
	width: 220px;
	cursor: pointer;
 	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .tickcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #dc007e;
	border: solid white 1px;
  }
  
  /* On mouse-over, add a grey background color */
  .tickcontainer:hover input ~ .checkmark2 {
	background-color: #dc007e;
  }
  
  /* When the checkbox is checked, add a blue background */
  .tickcontainer input:checked ~ .checkmark2 {
	background-color: #dc007e;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark2:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .tickcontainer input:checked ~ .checkmark2:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .tickcontainer .checkmark2:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }



/* 2019 styles */









#logo a img {
	margin: 25px 0 0 0;
}
	
.bullet li {
	 list-style-image: url(/images/tick.gif);
	 padding-left:0px;
	 margin-left:0px;
}

#contact-details {
	margin: 80px 0 0 0;
	font-size: 1.7em;
	text-align: right;
	text-transform: uppercase;
	font-family: 'Ovo', serif;
}

#contact-details a, #contact-details a:hover, #contact-details a:focus {
	text-decoration: none;
}



.navbar {
	margin-bottom: 0;
	border: none!important;
	border-radius: 0;
	font-size: 13px;
	text-transform: uppercase;
	min-height: 35px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

.navbar-nav>li>a {
	line-height: 5px;
}

.dropdown-menu {
	border: none;
	border-radius: 0;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
	/* Awesome Fonts replacement CSS for carousel next/prev chevrons */
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-inner>.item>img {
	margin: 0 auto; /* centralises any images within the carousel */
}

#core-search {
	padding: 20px 0 5px 0;
	text-transform: uppercase;
}

#core-search p {
	font-size: 1.5em;
	margin: 0;
}

#page-title {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#page-title h1 {
	font-size: 1.7em;
	font-family: 'Ovo', serif;
}

.page-content p, .page-content blockquote {
	font-size: 1.1em;
}

.page-content h2 {
	font-size: 1.5em;
	font-family: 'Ovo', serif;
}

.page-content h3 {
	font-size: 1.4em;
}

.page-content h4 {
	font-size: 1.3em;
}

.page-content h5 {
	font-size: 1.2em;
}

.page-content h6 {
	font-size: 1.1em;
}

.img-cms-entry {
	float: right;
	margin: 0 0 20px 20px;
}

.highlighted-properties .highlighted-properties-image {
	height: 200px; /* The main property image is added as a background image */
}

.highlighted-properties a {
	display: block;
	position: relative;
}

.highlighted-properties a:hover {
	text-decoration: none;
}

.highlighted-properties-details {
	padding: 10px 0;
}

.nav-tabs.nav-justified>li>a {
	text-transform: uppercase;
	font-size: 0.9em;
	border-radius: 0;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
	text-transform: uppercase;
}

.tab-pane {
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
}

.panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

.panel ul {
	text-align: left;
	padding: 0 0 0 20px;
}

.panel-default>.panel-heading, .panel-default>.panel-footer {
	border-radius: 0;
	border: none;
	text-transform: uppercase;
}

.well {
	border-radius: 0;
}

.contact iframe {
    margin-top: 30px;
    padding: 0;
    border: 1px solid #000;
 	width: 100%;
    height: 350px;
}
	
.breadcrumb {
	border-radius: 0;
}

.btn {
	border-radius: 0;
	text-transform: uppercase;
}

.btn-group-vertical>.btn:first-child:not(:last-child), .btn-group-vertical>.btn:last-child:not(:first-child) {
	border-radius: 0;
}

.img-thumbnail {
	border-radius: 0;
}

footer {
	padding: 20px 0;
	font-size: 12px;
}

footer a:hover {
	text-decoration: none;
}

.footer {/* Used for sticky footer */
    position: absolute;
    bottom: 0;
    width: 100%;
	/* Set the fixed height of the footer here */
    height: 89px;
}

#footer-logos {
	text-align: right;
}
/* Core structure */

/* Form related styles */
.form-control {
	border-radius: 0;
}

#requestedDate, #requestedTime  {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.formhoney {
	visibility: hidden;
	display: none;
}
/* Form related styles */

/* Search results */
.pagination {
	margin: 0; /* Removes default Bootstrap margin */
	border-radius: 0!important;
}

.pagination li a .bracket {
	display: none;
}

.pagination span.hellip {
	cursor: not-allowed;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.corner-flash {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	z-index: 1;
}

.property-image, .property-image-viewing {
	position: relative;
	display: block;
	height: 175px;
}

.property-details {
	display: block;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.property-details:hover, .property-details:focus, .property-details:active {
	text-decoration: none;
}

.property-call-to-actions {
	padding: 10px 0;
	margin: 0 0 20px 0;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.property-call-to-actions a {
	text-decoration: none;
}

.add-to-shortlist .remove, .remove-from-shortlist .add {
	display: none;
}

.map-search-results#googlemap {
	height: 600px;
}
/* Search results */

/* Property details */
#property-carousel, #property-thumbnails, .carousel-control.right, .carousel-control.left {
	/* Removes Bootstraps default background gradient from carousel controls */
	background-image: none;
}

#property-carousel .carousel-inner .item img {
	/* Here we're forcing image height and width for page integrity */
	max-height: 800px;
}

#property-thumbnails .carousel-inner .item img {
	/* Here we're forcing image height and width for page integrity */
	min-height: 100px;
	max-height: 100px;
	min-width: 150px;
	max-width: 150px;
}

#property-thumbnails .carousel-inner a {
	cursor: pointer; /* Changes cursor when hovering over property thumbnails */
}

#property-slideshow .carousel-inner .item img {
	/* Here we're forcing image height and width for page integrity */
	max-height: 600px;
}

.property-list h3 {
	text-transform: uppercase;
}

.property-list ul {
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 1.2em;
}

#property-thumbnails .carousel-control {
	top: -50%;
}

#googlemap {
	width: 100%;
	height: 500px;
	margin: 0 0 20px 0;
}

.pop-up-balloon {
	text-align: center;
	text-transform: uppercase;
}

.modal-content {
	border-radius: 0;
}

#slideshow .modal-content { /* Gives the modal window a think white border */
	border: 8px solid #fff;
}
/* Property details */

/* Optional features, use them if you want, otherwise remove these styles */
.form-control.styled-select::-ms-expand {/* Custom styled select elements. Internet Explorer 10 and > */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.form-control.styled-select {/* Custom styled select elements. Internet Explorer 10 and > */
	background: #fff url('../images/select-bg.jpg') top right no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;;
}

.parallax-window {/* Used for parallax windows on your site, relies on parallax.min.js */
	height: 400px;/* You'll need to adjust height according to content and possibly add media queries */
	color: #fff;
}

.parallax-window .vertical-align-container {
	width: 70%;
	margin: 0 auto;
}

.parallax-window .vertical-align-container p {
	width: 60%;
	margin: 0 auto;
}

.parallax-window h2 {
	color: #fff;
	text-shadow: 0 1px 0 #ccc,
	           0 2px 0 #c9c9c9,
	           0 3px 0 #bbb,
	           0 4px 0 #b9b9b9,
	           0 5px 0 #aaa,
	           0 6px 1px rgba(0,0,0,.1),
	           0 0 5px rgba(0,0,0,.1),
	           0 1px 3px rgba(0,0,0,.3),
	           0 3px 5px rgba(0,0,0,.2),
	           0 5px 10px rgba(0,0,0,.25),
	           0 10px 10px rgba(0,0,0,.2),
	           0 20px 20px rgba(0,0,0,.15);
	font-size: 3em;
}

.parallax-window p {
	text-shadow: 0 1px 0 #666;
}
/* Optional features, use them if you want, otherwise remove these styles */

/* Helper classes */
.vertical-align-container {
	display: table;
	height: inherit;
}

.vertical-align-content {
	display: table-cell;
    vertical-align: middle;
}
/* Helper classes */
@media (min-width:1201px) {
	.nav > li > a{
		padding-left:25px!important;
		padding-right:25px!important;
	}
}
/* Media queries */
@media (min-width:991px) and (max-width:1200px) {

	.nav-tabs.nav-justified>li>a {
		font-size: 0.8em;
	}
	
	.navbar {
		font-size: 11px;
	}

	.nav>li>a {
		padding: 15px 13px;
	}

	.highlighted-properties .highlighted-properties-image {
		height: 150px;
	}

	.property-image {
		max-height: 135px;
	}

	#property-carousel .carousel-inner .item img {
	/* Here we're forcing image height and width for page integrity */
		max-height: 600px;
	}

	#property-thumbnails .carousel-inner .item img {
		/* Here we're forcing image height and width for page integrity */
		min-height: 80px;
		max-height: 80px;
		min-width: 120px;
		max-width: 120px;
	}

	#property-slideshow .carousel-inner .item img {
		/* Here we're forcing image height and width for page integrity */
		max-height: 600px;
	}

	footer {
		font-size: 11px;
	}

}

/* iPad Mini Retina Specific */
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
	.property-image {
		height: 225px !important;
	}
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	.property-image {
		height: 130px !important;
	}
}
/* iPad Mini Retina Specific */

@media (min-width:768px) and (max-width:991px) {

	body {/* Used for sticky footer */
  		/* Margin by footer height */
    	margin: 0 0 120px 0;
	}

	#contact-details {
		font-size: 1.1em;
	}

	.navbar-header {
	    float: none;
	}
	
	.navbar-toggle {
	    display: block;
	}

	.navbar-collapse {
	    border-top: 1px solid transparent;
	}

	.navbar-collapse.collapse {
	    display: none!important;
	}

	.navbar-collapse.collapse.in {
	    display: block!important;
	}

	.navbar-nav {
	    float: none!important;
	    margin: 7.5px -15px;
	}
	    
	.navbar-nav>li {
	    float: none;
	}

	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	#core-search p {
		font-size: 1.5em;
	}

	#core-search, #page-title, footer {
		text-align: center;
	}

	.highlighted-properties .highlighted-properties-image {
		height: 250px;
	}

	.property-image {
		height: 225px;
	}

	#property-carousel .carousel-inner .item img {
	/* Here we're forcing image height and width for page integrity */
		max-height: 600px;
	}

	#property-thumbnails .carousel-inner .item img {
		/* Here we're forcing image height and width for page integrity */
		min-height: 60px;
		max-height: 60px;
		min-width: 90px;
		max-width: 90px;
	}

	#property-slideshow .carousel-inner .item img {
		/* Here we're forcing image height and width for page integrity */
		max-height: 430px;
	}

	.nav-tabs.nav-justified>li>a {
		font-size: .7em;
	}

	.footer {/* Used for sticky footer */
		/* Set the fixed height of the footer here */
	    height: 100px;
	}

	#footer-logos {
		text-align: center;
	}
}

@media (max-width:768px) {

	body {/* Used for sticky footer */
  		/* Margin by footer height */
    	margin: 0 0 120px 0;
	}

	#site-header {
		height: auto;
	}

	#logo a img {
		display: block;
		margin: 10px auto;
	}

	#contact-details {
		font-size: 1.2em;
		margin: 10px 0;
	}

	#core-search p {
		font-size: 1.2em;
	}

	#contact-details, #core-search, #page-title, footer {
		text-align: center;
	}

	#page-title h1 {
		font-size: 1.6em;
	}

	.img-cms-entry {
		width: 50%;
	}

	.highlighted-properties .highlighted-properties-image {
		height: 300px;
	}

	.property-image {
		height: 400px;
	}

	#property-carousel .carousel-inner .item img {
	/* Here we're forcing images for page integrity */
		max-height: 600px;
	}

	#property-slideshow .carousel-inner .item img {
		/* Here we're forcing images page integrity */
		max-height: 500px;
	}

	#googlemap { /* Changes the height of the map search results based on device size */
		height: 300px;
	}

	footer {
		font-size: .6em;
	}

	.footer {/* Used for sticky footer */
		/* Set the fixed height of the footer here */
	    height: 100px;
	}

	#footer-logos {
		text-align: center;
	}

}

@media (max-width:480px) {

	body {/* Used for sticky footer */
  		/* Margin by footer height */
    	margin: 0 0 140px 0;
	}

	.highlighted-properties .highlighted-properties-image {
		height: 250px;
	}

	.property-image {
		height: 250px;
	}

	.img-cms-entry {
		margin: 0 0 20px 0;
		width: 100%;
	}

	#googlemap { /* Changes the height of the map search results based on device size */
		height: 300px;
	}

	.footer {/* Used for sticky footer */
		/* Set the fixed height of the footer here */
	    height: 120px;
	}

}
/* Media queries */

/* Cookiecuttr styles minified */
/*.cc-cookies{position:fixed;width:100%;left:0;top:0;padding:.5em 5%;background:#565656;background:rgba(86,86,86,.95);font-size:13px;font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,.35);z-index:99999;text-align:center;color:#fff}.cc-cookies a,.cc-cookies a:hover{color:#fff;text-decoration:underline}.cc-cookies a:hover{text-decoration:none}.cc-overlay{height:100%;padding-top:25%}.cc-cookies-error{float:left;width:90%;text-align:center;margin:1em 0 2em;background:#fff;padding:2em 5%;border:1px solid #ccc;font-size:18px;color:#333}.cc-cookies a.cc-cookie-accept,.cc-cookies a.cc-cookie-decline,.cc-cookies a.cc-cookie-reset,.cc-cookies-error a.cc-cookie-accept,.cc-cookies-error a.cc-cookie-decline{display:inline-block;color:#fff;text-decoration:none;text-transform:uppercase;background:#7DAF3B;padding:.5em .75em;border-radius:3px;box-shadow:0 0 2px rgba(0,0,0,.25);text-shadow:0 -1px 0 rgba(0,0,0,.35);-o-transition:background .5s ease-in;-webkit-transition:background .25s ease-in;-moz-transition:background .25s ease-in}.cc-cookies a.cc-cookie-decline,.cc-cookies-error a.cc-cookie-decline{background:#af3b3b;margin-left:.5em}.cc-cookies a.cc-cookie-reset{background:#f15b00}.cc-cookies a:hover.cc-cookie-accept,.cc-cookies a:hover.cc-cookie-decline,.cc-cookies a:hover.cc-cookie-reset,.cc-cookies-error a:hover.cc-cookie-accept,.cc-cookies-error a:hover.cc-cookie-decline{background:#000;-o-transition:background .5s ease-in;-webkit-transition:background .25s ease-in;-moz-transition:background .25s ease-in}.cc-cookies-error a.cc-cookie-accept,.cc-cookies-error a.cc-cookie-decline{display:block;margin-top:1em}.cc-cookies.cc-discreet{width:auto;padding:.5em 1em;left:auto;top:auto}.cc-cookies.cc-discreet a.cc-cookie-reset{background:0 0;text-shadow:none;padding:0;text-decoration:underline}.cc-cookies.cc-discreet a:hover.cc-cookie-reset{text-decoration:none}@media screen and (max-width:768px){.cc-cookies a.cc-cookie-accept,.cc-cookies a.cc-cookie-decline,.cc-cookies a.cc-cookie-reset{display:block;margin:1em 0}}@media screen and (max-width:480px){.cc-cookies{position:relative;float:left}}*/
/* Cookiecuttr styles minified */

/*cookie consent*/
.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb{

    background-color: rgba(0, 0, 0, 0.8) !important;
    max-width: 100% !important;
    
}
/*cookie consent*/
.spacer {
    overflow: auto;
    padding: 40px 0;
}
.main-link-box {
    border: 10px solid #e6007e;
    padding: 20px;
    border-radius: 10px;
    margin-bottom:10px;
}
.main-link-box .glyphicon {
    background: #000;
    color: #fff;
}
.main-link-box .glyphicon {
    border-radius: 100%;
    padding: 20px;
    font-size: 3em;
}
.black-background {
    background-color: #000;
    color: #fff;
}
.btn-valuation, .btn-solid-pink {
    color: #fff!important;
    background-color: #000;
    border: 3px solid #e6007e;
    border-radius: 3px;
    font-family: 'Ovo', serif;
}
.btn-valuation:hover,  .btn-valuation:focus, .btn-valuation:active, .btn-valuation.active, .btn-solid-pink:hover, .btn-solid-pink:focus, .btn-solid-pink:active, .btn-solid-pink.active {
    color: #000!important;
    background-color: #e6007e;
    border: 3px solid #000!important;
    border-radius: 3px;
    font-family: 'Ovo', serif;
}

@media (min-width: 1201px){
.btn-valuation {
    right: 40%;
    left: 40%;
    bottom: 30px;
    font-size: 1.3em;
}
}
@media (max-width: 1200px){
.btn-valuation {
    right: 40%;
    left: 40%;
    bottom: 10px;
    font-size: 1em;
}
}
.btn-valuation {
    position: absolute;
    text-align: center;
    border-radius: 3px;
}

.grey-bg {
	background-color: #b6c7cd;
}

#testimonials-carousel {
	text-align: center;
 	color: #fff; text-align: center; font-size: 2.2em; line-height: normal;
	
}

.margin-testimonial h2 {
	color: #fff!important;
	font-size: 2.5em;
	margin-bottom: 30px;
}
 
.margin-testimonial {
 margin: 150px 0;
}
  

 #testimonials-carousel .left-arrow, #testimonials-carousel .right-arrow { position: absolute; top: 45%; }

 #testimonials-carousel .left-arrow { left: 30px; }

#testimonials-carousel .right-arrow { right: 30px; }




 

 
 






 

#recent-property-carousel {padding-bottom:100px;}


@media (min-width: 1200px) { 
  
	#recent-property-carousel .property-grid-image {height:280px;}
	#recent-property-carousel .recent-grid {height:570px;}
   
  }

  @media (min-width: 992px) and (max-width: 1199px) { 
	 
	#recent-property-carousel .recent-grid {height:540px;}
	 
  }
  @media (min-width: 768px) and (max-width: 991px) { 
	 
	#recent-property-carousel .recent-grid {height:680px;}
	 
  }



  @media (min-width: 992px) and (max-width: 1199px) { 
	.property-grid-image {height: 220px;}
}
   
   @media (min-width: 768px) and (max-width: 991px) { 
	.property-grid-image {height: 250px;}
}
   
   @media (min-width: 481px) and (max-width: 767px) {
	.property-grid-image {height: 280px;}
   }
   
   @media (max-width: 480px) {
	.property-grid-image {height:200px;width:100%;}
}




  

  .recent-grid {border-radius:0px;border:1px solid #eee;}

  .property-grid-image {background-position: center center;background-size: cover;}


  .thumb-description {padding: 15px 15px 0px 15px;}

.thumb-description h3 {font-size:1.2em;margin-top:0px;margin-bottom: 5px;}

.thumb-description h4 {font-size:1.2em;}

.thumb-description h3 a, .thumb-description h4 a {color:#333;text-decoration:none;}

.thumb-description h3 a:hover, .thumb-description h4 a:hover {color: #000;}

.thumb-description p {margin-bottom: 5px;}

.thumb-description .room-icons {margin: 10px 0px 20px 0px;}

.room-icons .icon {display:inline-block;padding: 0px 5px;}



.property-avail-tag {
    top: 20px;
    left: 5px;
    text-align: center;
    position: absolute;
    background-color: #ED008C;
    color: #fff;
    text-transform: uppercase;
    line-height: 2em;
    z-index: 200;
    height: 35px;
    width: 120px;
}

.vert-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}



.pink-border-box {
	border-top: 5px solid #ff069b;
	border-bottom: 5px solid #ff069b;
	padding: 30px 0 60px;
}

.navbar {
			font-size: 16px;
			font-weight: 600;
			letter-spacing: 1.5px;
		}
		.navbar.navbar-default{
			background-color:transparent;
		}

		.nav.navbar-nav li a, .navbar-nav .open .dropdown-menu>li>a{
			color:#fff !important;
		}

		#page-title{
			background-color:#ED008C;

		}
		#page-title h1{
			font-family:'Muli', sans-serif
		}

		header{
			background-color:#000000;
			background-size:100% auto;
			background-position:top center;
			background-color:transparent;
		}

		#site-header{
			background-color:#000000;
			
		}

		.navbar-nav .open .dropdown-menu{
			background-color:#000000!important;
		}
		.navbar-nav .dropdown-menu a{
			font-family: 'Muli', sans-serif;
			font-size:16px;
			font-weight:600;
		}

		@media (min-width: 768px){
			.navbar-nav {
			    float: none; 
			    margin: 0 auto;
			    display: inline-block;
			}
		}
		.verti-center .page-content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.verti-center .page-content  .row > [class*='col-'] ,.verti-center .page-content .row > [class*='col-'] > .Aligner ,.verti-center .page-content .row > [class*='col-'] > .Aligner > .Aligner-item{
  display: flex;
  flex-direction: column;
}
.verti-center .page-content .Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
}

.verti-center .page-content .Aligner-item {
  max-width: 100%;
  padding:40px 20px;
}

.verti-center .page-content .Aligner-item--top {
  align-self: flex-start;
}

.verti-center .page-content .Aligner-item--bottom {
  align-self: flex-end;
}

.verti-center .page-content .Aligner h2{
	font-weight: 600;
	font-size:2em;
	margin-top:0;
}


.verti-center .page-content .spacer-10{
	margin-bottom:10px;
}
.verti-center .page-content .spacer-30{
	margin-bottom:30px;
}

.verti-center .page-content .spacer-top-30{
	margin-top:30px;
}

.verti-center .page-content .central-box{
	width:60%;
}

.verti-center .page-content .opacity-box{
	background-color:rgba(255,255,255,0.9);
	border-radius:20px;
	padding:30px;
	margin-top:180px;
	margin-bottom:180px;
}

.verti-center .page-content .background-img-box{
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}
body {
			margin: 0 0 0;
} 

header {
	background-color: transparent !important;
}

.navbar {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.5px;
}

.footer {
	position: relative;
	width: 100%;
	height:auto;
	margin-top:40px;

}

.branch-heading {
	font-size: 18px;
	font-weight: 600;
}

.hero {
	background-color: #000000;
}

.hero-image {
	background-image: url('/images/home-hero-dt.jpg');
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


@media (max-width: 800px){
	.hero-image {
		background-image: url('/images/home-hero-mob.jpg');
	}
}
.home-welcome {
	top: 400px;
}

.bg-search-2019 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #dc007eb0; 
}
.button-search {
	border: 1px solid #fff;
}
.bg-search-2019 label.radiocontainer {
	font-size: 20px;
} 
.bg-search-2019 .checkmark {
	top: 7px!important;
}
.grey-bg {
	min-height: 580px;
}

.navbar-2019.navbar-default .navbar-nav>.active>a, .navbar-2019.navbar-default .navbar-nav>.active>a:hover, .navbar-2019.navbar-default .navbar-nav>.active>a:focus, .navbar-2019.navbar-default .navbar-nav>li>a:hover, .navbar-2019.navbar-default .navbar-nav>li>a:focus, .navbar-2019.navbar-default .navbar-nav>.open>a, .navbar-2019.navbar-default .navbar-nav>.open>a:hover, .navbar-2019.navbar-default .navbar-nav>.open>a:focus, .navbar-nav .open .dropdown-menu,.navbar-2019 .nav.navbar-nav li a, .navbar-2019 .navbar-nav .open .dropdown-menu>li>a{
	color:#000!important;
}
.home-welcome{
	top:200px; background-color:rgba(255,255,255,0.5); padding:20px;
}
.home-welcome-word{
	color:#dc007e
}

.home-logo{
	padding:10px; margin:20px; background-color:#000; display:inline-block;
}

@media(max-width: 400px){
	.home-welcome{
		left:0;
		right:0;
		top:70px;
	}

	.home-logo{
		margin-left:0;
		margin-right:0;
	}
	.footer{
		height:auto;
	}

	.header-2019{
		position:relative;
		z-index:200000;
	}
	.navbar-collapse.collapse{
		background-color:#ffffff;
	}
}

.content-box h1:after{
	content:' ';
	display:block;
	border:2px solid #ff069b;
	width:20%;
	text-align: center;
	margin:10px 40%;
}
.content-box h2:after{
	content:' ';
	display:block;
	border:2px solid #ff069b;
	width:20%;
	text-align: center;
	margin:10px 40%;
}

.recent-grid{
	height:auto !important;
	padding-bottom:20px;
	border:0;
}
.property-avail-tag{
	width: 100%;
	bottom:0;
	left:0;
	top: auto;
	color:#000;
	line-height: 35px;
}
.property-grid-image{
	position: relative;
}

.recent-border{
	border:1px solid #eee;
}

.recent-border hr{
	border-top:1px solid #ccc;
	margin-bottom:20px;
	margin-top:10px;
}
.recent-padding{
	padding-left:20px;
	padding-right:20px;
}
.recent-price{
	font-size:24px;
	margin:0;
	line-height: 24px;
}
.recent-padding-bottom{
	padding-bottom:20px;
}

#recent-property-carousel .property-grid-image{
	height:350px;
}

.recent-padding h3 a{
	color:#000;
}

@media (max-width: 990px){
	.home-welcome{
		width:100%;
		left:0;
		right:0;
		top:100px;
	}

	header,header.header-2019{
		position: relative;
    	z-index: 200000;
	}
	.navbar-collapse.collapse,.navbar-collapse.collapsing{
		background-color:#ffffff;
		width:50%;
		float:right;
	}

	
	.nav-margin-top{
		margin-top:0;
	}
	.navbar.navbar-default{
		position: absolute;
		right:0;
		width:100%;
	}
	.nav.navbar-nav{
		width:100%;
	}

	.nav.navbar-nav a{
		height:35px;
		line-height:35px;
		padding:0 15px;
	}

	.nav.navbar-nav li a, .navbar-nav .open .dropdown-menu>li>a{
		color:#000!important;
		text-align:left;
	}

	.navbar-nav .open .dropdown-menu{
		background-color:#fff!important;
		position:relative;
		float:none;
		padding-left:15px;
	}
	.logo-position img{
		z-index:0;
	}
	footer{
		font-size:1.5em;
	}

	.branch-heading{
		margin:40px 0 20px;
	}
}
@media (max-width: 768px){
	.navbar-nav{
		margin:7.5px 0;
	}
}
@media (max-width: 813px){
	.navbar-collapse.collapse,.navbar-collapse.collapsing{
		float:none;
		width:100%;
	}
}

.sold-box{
	height:400px; width:25%; 
	float:left; 
	background-position:center;
	background-size:cover;
	filter:  grayscale(80%);
	-webkit-filter:  grayscale(80%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow: hidden; 
	border:1px solid #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sold-box:hover{
	filter: blur(0px) grayscale(0%);
	  -webkit-filter: blur(0px) grayscale(0%)
}

.sold-box::before { 
  content:"";
  position:absolute; top:0;right:0;bottom:0;left:0;
  background:inherit;
  transition:inherit;
}
.sold-box:hover::before { 
  transform: scale(1.1);
}

.sold-overlay{
	position: relative;
	z-index: 10000;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 20px;
	 background-color:#ff069b71; 
	 padding:15px; 
	 opacity: 0;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sold-content{
	padding-top:50px;
	margin-bottom:50px;
}
.sold-box:hover .sold-overlay{opacity: 1;}

.content-hero-image {
		  

	background-size:cover;
	background-position: center -150px;
	background-repeat: no-repeat;
  }

  .content-hero-image>div>div {
	
	padding:50px;
	width: auto;
	background-color:rgba(255,255,255,0.0);
  }

  .content-hero-image .overlay{
	  display:block;
	  width:100%;
	  height:100%;
	   background-color:rgba(0,0,0,0.1);
	   display: flex;
		align-items: center;
		justify-content: center;
		height:60vh;
  }
  .content-hero-image>div>div{
	  display: flex;
		align-items: center;
		justify-content: center;
  }
  .content-hero-image div span{
	  display:block;
	  color:#fff;
  }

   .hero-content-font1{
	   font-size:20px;
   }
   .hero-content-font2{
	   font-size:36px;
   }
   .hero-content-font3{
	   font-size:20px;
   }
   .overlay-box {
	background-color: #b6c7cdc4;
	margin: 0% 0%;
	padding: 20px 40px;
	font-family: 'Ovo', serif;
	font-size: ;
	color: #000;
}

.overlay-box h3 {
	font-size: 1.6em;
	margin: 0px 0px 20px;
	color: #d7e026;
}

.overlay-box p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 20px 0px;
	text-align: justify;
}

.overlay-box p a {
	color: #fff;
}

.overlay-box p.small a {
	font-size: 0.9em;
}
#recent-property-carousel.fandc{
	padding-bottom:20px;
}
.fine-country-bg>.container-fluid,.fine-country-bg>.container-fluid>.row{
	width:100%;
}

.overlay-val-link{
	text-align: center;
	padding-top:50px;
	padding-bottom:50px;

}

.covid-cont ul{
	text-align: left;
	margin:50px 0;
	color:#ff0000;

}
.covid-cont ul li{
	
	margin:20px 0;
	font-size: 16px;
	color:#000;
}
.covid-cont h2:after{
	height:2px;
	width:50px;
	background-color:red;
}

.navbar-default .navbar-toggle{
	border-color:#ED008C;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #ED008C;
}
.contact-overlay{
	background-color:#ffffff; position:absolute; left:5%; top:15%; width:35%; height:70%;padding:50px;
}
.contact-cont{
	position:relative; width: 100%; height:600px;
}

.contact-cont #map,.contact-cont #map2{
	position: absolute;top:0;left:0;width:100%;height:inherit;
}
.testimonials-hero{
	background-image: url('/images/testimonials-hero-dt.jpg');
}
.content-hero-image{
	border-bottom:20px solid #dc007eb0
}

.buying-hero{
	background-image: url('/images/buying-hero-dt.jpg');
	background-position:bottom center;
}
.fine-hero{
	background-image: url('/images/fine-hero-dt.jpg');
	background-position:center center;
}

.land-dev-hero{
	background-image: url('/images/land-dev-dt.jpg');
	background-position:center center;
}
.land-new-homes-hero{
	height:70vh; min-height: 500px;
	background-image: url('/images/newbuild.jpg'); 
	background-size: cover; 
	background-position: center center; 
	width: 100%; 
	border-bottom: 20px solid #dc007eb0;
}
.covid-hero{
	background-image: url('/images/covid-hero-dt.jpg');
	background-position:center center;
}

.selling-hero{
	background-image: url('/images/selling-hero-dt.jpg');
	background-position:center center;
}

.about-hero{
	background-image: url('/images/about-hero-dt.jpg');
	background-position:top center;
}

.tenants-hero{
	background-image: url('/images/tenants-hero-dt.jpg');
	background-position:center center;
}

.landlords-hero{
	background-image: url('/images/landlords-hero-dt.jpg');
	background-position:center center;
}
@media(max-width:990px){
	.testimonials-hero{
		background-image: url('/images/testimonials-hero-mob.jpg');
		background-position:bottom center;
	}
	.land-new-homes-hero{
		background-image: url('/images/newbuild.jpg'); 
	}
	.buying-hero{
		background-image: url('/images/buying-hero-mob.jpg');
	}
	.fine-hero{
		background-image: url('/images/fine-hero-mob.jpg');
	}
	.land-dev-hero{
		background-image: url('/images/land-dev-mob.jpg');
		
	}
	.covid-hero{
		background-image: url('/images/covid-hero-mob.jpg');
		
	}

	.selling-hero{
		background-image: url('/images/selling-hero-mob.jpg');
		
	}
	.about-hero{
		background-image: url('/images/about-hero-mob.jpg');
		
	}

	.tenants-hero{
		background-image: url('/images/tenants-hero-mob.jpg');
		background-position:center center;
	}

	.landlords-hero{
		background-image: url('/images/landlords-hero-mob.jpg');
		background-position:center center;
	}

	.contact-overlay{
		width: 90%;
		margin-left:5%;
		padding:0;
	}
	.contact-cont{
		margin-top:150px;
		height:450px;
	}
	.contact-cont #map,.contact-cont #map2{
		display:none;
	}
	.sold-box{
		width:50%;
	}

	.sold-content{
		padding-top:150px
	}
}
@media(max-width:660px){
	.sold-box{
		width:100%;
	}
}

