@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Exo+2|Francois+One');
@import url('https://fonts.googleapis.com/css?family=Kavivanar');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
grey #bfbfbf
dark grey #696969
alabaster #edeae0
eggplant  #583c43
sand  #e6bc87
coffee #a67b5b

*/

body {
font-size: 16px;
background: #edeae0;
background-image: url("../images/bg2x.jpg");
background-repeat: no-repeat;
background-position: right top;
}

/* limits row to 1200px and centres */
.limit1200 {
	max-width: 1200px; 
	margin: 0 auto;
}
.limit1100 {
	max-width: 1100px; 
	margin: 0 auto;
}


.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.site-header {
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    min-height: 539px; 
}
.small-site-header {
	background-image: url("../images/smallheaderpic.jpg");
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    min-height: 350px; 
}
.small-site-header2 {
	background-image: url("../images/smallheaderpic2.jpg");
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    min-height: 350px; 
}
.property-site-header {
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    min-height: 350px; 
}

.strapline{
	position:absolute; 
	top:250px; 
	left:100px; 
	z-index: 400; 
	color: white; 
	font-family: "Montserrat", sans-serif;
	font-size: 2em;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.navbar {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 1.2em;
background: #583c43;
}

#map {
	position: absolute;
	width: 100%;
	height: 70%;
	top: 0;
	left: 0;
	
}



.navbar .nav li a {
  padding: 14px 10px 0px 10px;
  text-align: center;
 color: white;
}
.navbar-toggle {
  padding: 10px;
  margin: 15px 15px 15px 0;
}







/*  Header Text   */
.pageheading {
	color: white;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 2.5em;
	margin-top: 230px;
	width: 100%;
}
.smallpageheading {
	color: white;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 2.0em;
	margin: 180px auto 0 auto;
	width: 75%;
}
.pagestrapline {
	color: white;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 2.2em;
	margin-top: 0em;
	width: 100%;
}



.logobar {
	height: 100px;
	margin-top: 80px;
	border-bottom: 2px solid none;
	background: #edeae0;
}
.logobar img {
	height: 75px;
	text-align: center;
}
.logobar .input-group {
	margin: 5px 0 5px 0;
}



.page {
	background-color: #edeae0; 
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.page h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	text-align: left;
	margin: 5px 0px 3px 0px;
	color: #3b3b3a;
	padding-bottom: 5px;
	border-bottom: 1px solid grey;
}
.page p {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #575755;
}
.page li {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #575755;
	font-style: italic;
	margin-left: 10px;
}


.myfooter {
	background-color: #e6bc87; 
	border: 1px solid none;
	padding: 30px 0 30px 0;	
}
.myfooter h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	text-align: left;
	margin: 5px 0px 5px 0px;
	color: #a67b5b;
}
.myfooter p {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #a67b5b;
}
.myfooter a {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #a67b5b;
	text-decoration: none;
}
.myfooter a:hover {
	color: #a67b5b;
}

#footer {
	font-family: "Montserrat", sans-serif;
text-align: center;
margin: 20px 20px 20px 20px;
font-size: 12px;
line-height: 16px;
color: #a67b5b;
}

.footerleft {
width:250px;
text-align: left;
float: left;
font-size: 12px;
}

.footerright {
width:250px;
float: right;
text-align: right;
font-size: 12px;
line-height: 16px;
}


.featuredprops {
	background-color: #f4f4f4; 
}
.featuredprops h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	margin: 30px 0px 40px 0px;
	color: #3b3b3a;
}

.propbox {
	position: relative;
 	margin-bottom: 20px;	
	background-color: white;
	padding-bottom: 40px;
}

.propbox .prop_panel_title > h2 {
font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	text-align: center;
	margin: 20px 0px 10px 0px;
}
.propbox .prop_panel_location > h3 {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	text-align: center;
	margin: 0px 0px 10px 0;
	padding-bottom: 15px;
	color: #858585;
}
.propbox .prop_panel_location > h3:before {
	content: url('/en/svg/0-05_Property_Pin.svg');
	margin-right: 10px;
}

.prop_panel_ref {
	position: absolute;
	display:block;
	top:15px;
	left:40px;
	background-color: black;
	color: white;
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	font-size: 0.8em;
	padding: 8px 22px 8px 22px;
}


.prop_panel_status {
	color: white;
font-family: "Montserrat", sans-serif;
	text-align: center;
	height: 45px;
	font-weight: 400;
	background-color: #000;
	padding: 12px 0 0 0;
	font-size: 0.8em;
}
.propertyoffer {
	background-color: #575e66;
}
.propertynew {
	background-color: #009999;
}

.prop_panel_price {
	color: white;
	font-family: 'Monserrat', sans-serif;
	text-align: center;
	height: 45px;
	font-weight: 700;
	background-color: #000;
	padding: 14px 0 0 0;
	letter-spacing: 0.1em;
	font-size: 0.8em;
}
.prop_panel_fav {
	height: 45px;
	background-color: #000;
}
.prop_panel_fav img {
	float:right;
	height: 30px;
	width: 30px;
	margin-top: 7px;
}
.prop_panel_desc p {
	padding-left:15px;
	padding-right:15px;
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	margin-bottom: 100px;
	color: #575755;
}
.prop_panel_detail {
	border-bottom: 2px solid #dadada;
	margin: 5px 15px 0px 15px;
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	padding-bottom: 4px;
}
.prop_panel_detail .title {
	float: left;
	color: #858585;
}
.prop_panel_detail .value {
	float: right;
	color: #2b2d3f;
}
.btn.viewmoreprops {
	border-radius:0;
	width: 80%;
	height: 45px;
	border: 1px solid #000;
	background-color: #f4f4f4; 
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: black;
	margin: 40px 10% 40px 10%;
}



.stats {
	background-color: black;
}
.stats .verticalspacer {
	border-right: 1px solid #009999;
}
.statscontent {
	margin-top: 30px;
	margin-bottom: 30px;
}
.stats h1 {
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: white;
	letter-spacing: 0.5em;
	text-align: center;
	
}
.stats h2 {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 4em;
	text-align: center;
	color: white;
}


.infopanel {
	background-color: white;
}
.infopanel .outline {
	background-color: #f4f4f4;
	margin-bottom: 20px;
	border: 0px solid red;
}
.infopanel h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	margin: 50px 0px 50px 0px;
	color: #3b3b3a;
}
.infopanel h2 {
font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
	margin: 40px 0px 10px 0px;
	color: #3b3b3a;
}
.infopanel h3 {
font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 1.7em;
	line-height: 1.4;
	text-align: center;
	margin: 20px 0px 10px 0px;
	color: #3b3b3a;
	padding-left: 12%;
	padding-right: 12%;
}
.infopanel p {
font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.6;
	color: #575755;
	padding: 20px 10% 50px 10%;
	text-align: center;
}

.testimonials {
	background-color: black;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.testimonials h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 50px;
	color: #3b3b3a;
	color: white;
}
.testimonials p {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.7em;
	color: white;
	text-align: center;
	margin-bottom: 50px;	
}
.testimonials h2 {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	text-align: center;
	color: white;
	margin-bottom: 0;
}
.testimonials h3 {
font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 0.8em;
	text-align: center;
	color: white;
	margin-top: 10px;
}


.partners {
	background-color: white;
	padding-top: 50px;
	padding-bottom: 50px;
}
.partners h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 30px;
	color: #3b3b3a;
}
.partners p {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #575755;
	text-align: center;
	margin-bottom: 50px;	
}


.contact {
	/* background-image: url("/en/images/contactbg.jpg"); */
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: 550px;
}
.signupbox {
	margin-top:200px;
	height: 150px;
	background-color: #222;
}
.contact h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	text-align: center;
	color: white;
	padding: 12px 0 15px 0;
}
.btn.subscribe {
	border-radius:0;
	width: 100%;
	height: 35px;
	background: #009999;
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	color: white;
}

.navbar-default .navbar-toggle .icon-bar {background-color: white;}

.iconlinks {
	background-color: black;
	padding-top: 50px;
	padding-bottom: 50px;
}
.iconlinks h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.iconlinks p {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	color: #b1b1b1;
	text-align: center;
	margin-bottom: 50px;
	padding: 0 10% 0 10%;	
}
.iconlinks .hl {
	color: #009999; 
}


.results {
	background-color: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 20px;
}
.results h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	color: black;
	padding-bottom:0;
}
.results h2 {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	text-align: center;
	margin: 0 0 20px 0;
	color: black;
}
.results h3 {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	text-align: center;
	margin: 0 0 20px 0;
	color: black;
}
.results h3 a {
	color: #009999;
}


.searchresultnav {
	padding-top: 40px;
	padding-bottom: 40px;
}
.resulttitles {
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	color: black;
	padding: 10px 10px 10px 0px;
}
.result-inputs{
	border-radius:0;
	height: 34px;
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	padding: 0 10px 0 10px;
	background-color: white;
}


.searchagainbar {
	background-color: black;
}

.btn.searchagain {
	border-radius:0;
	width: 80%;
	height: 45px;
	border: 1px solid #fff;
	background-color: #000; 
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: white;
	margin: 30px 10% 30px 10%;
}


.latest {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.latest h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	color: black;
	padding-bottom:50px;
}

.btn.latestviewmore {
	border-radius:0;
	width: 80%;
	height: 45px;
	border: 1px solid #000;
	background-color: #fff; 
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: black;
	margin: 10px 10% 30px 10%;
}


.similarproperty {
	background-color: #f4f4f4;
	padding-top: 50px;
	padding-bottom: 50px;
}
.similarproperty h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	color: black;
	padding-bottom:50px;
}

.btn.similarseeall {
	border-radius:0;
	width: 80%;
	height: 45px;
	border: 1px solid #000;
	background-color: #f4f4f4; 
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: black;
	margin: 10px 10% 30px 10%;
}


.propertyheader {
	background-color: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 20px;
}
.propertyheader .propertynav {
	color: #009999;
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	text-align: right;
	padding-bottom: 35px;
}
.propertyheader .propertynav a {
	color: black;
}
.propertyheader h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	text-align: left;
	color: black;
	padding: 0;
	margin: 0;
}
.propertyheader h2 {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0px 0px 10px 0;
	color: #000;
}
.propertyheader h2:before {
	content: url('/en/svg/0-05_Property_Pin.svg');
	margin-right: 10px;
}

.propertyheader .headerfloats {
	float: right;
	border-left: 1px solid #009999;
}
.propertyheader .headerfloatstitle {
	font-family: 'Monserrat', sans-serif;
	font-weight: 400;
	font-size: 0.6em;
	letter-spacing: 0.2em;
	color: black;
	padding: 2px 30px 15px 10px;
}
.propertyheader .headerfloatsvalue {
	font-family: 'Monserrat', sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	color: black;
	padding: 0px 20px 0px 10px;
}
.propertyheader .norightpad {
	padding-right: 0;
}




.propertypage {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 50px;
}
.propertypage h2 {
font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0px 0px 10px 0;
	color: #000;
}
.propertypage h3 {
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	color: black;
	padding: 0;
	margin-top: 40px;
}

.propertypage h4 {
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	color: black;
	padding-top: 40px;
}


.propertypage p {
font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 1em;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0px 0px 10px 0;
	color: #575755;
}


.propertypage #map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
}

.propertypage button  {
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	font-size: 0.7em;
	text-align: left;
	letter-spacing: 0.1em;
	color: black; /*#62c2be; */
	padding: 8px 0 8px 10px;
}
.propertypage .rightcol button:hover  {
	color: #62c2be; 
}


.btn.mortgagepack {
	border-radius:0;
	height: 45px;
	background-color: #000; 
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	color: white;
	padding: 0 10% 0 10%;
}

.red { background: red; }
.green { background: green; }
.blue { background: blue; }




.financepanel {
	background-color: white;
}
.financepanel .outline {
	background-color: #f4f4f4;
	margin-bottom: 20px;
	border: 0px solid red;
}
.financepanel h1 {
font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	margin: 50px 0px 50px 0px;
	color: #3b3b3a;
}
.financepanel p {
font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.6;
	color: #575755;
	padding: 20px 10% 20px 10%;
	text-align: center;
}


.mapdeptwithpins {
	
}

#myCarousel .carousel-control {
margin-top: 264px;
}
#myCarousel .carousel-indicators {
bottom: -100px;
}
#myCarousel .carousel-inner {
margin-bottom: 100px;
}
#myCarousel .carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}
#myCarousel .carousel-indicators .active {
  background-color: #009999;
}
#myCarousel .carousel-control.left, #myCarousel .carousel-control.right{ 
    background: none !important;
    filter: progid:none !important;>
}

/* Carousel for partners */
#PartCarousel  {
width:  100%;
  margin-bottom: 60px;
}

/* Declare heights because of positioning of img element */
#PartCarousel .item {
  background-color: #fff;
}
#PartCarousel .carousel-inner > .item > a > img {
    margin: auto;
}
#PartCarousel .carousel-control img {
	margin-top: 55px;
}
#PartCarousel .carousel-control.left, #PartCarousel .carousel-control.right{ 
    background: none !important;
    filter: progid:none !important;>
}

.custommodal {
	/*background-color: #009999;*/
}

.responsive-video {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 60px; overflow: hidden;
 }

video {
	width: 100%    !important;
 	height: auto   !important;
}

.img-ratio {
	position: relative;
    width: 100%;
    padding-bottom: 50% ; /* % of width, defines aspect ratio*/
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

.underoffer{
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	width: 80px;
}
.underofferkey{
	color: red;
font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 1.5em;
}