﻿
#bigheaderdiv {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 888;
}

#navandlogo {
	display: block;
	width: 100%;
	position: fixed;
	z-index: 888;
	padding-bottom: 40px;
	background: rgba(105,131,156,0);
	-moz-transition: background 0.5s, padding 0.5s;
	-webkit-transition: background 0.5s, padding 0.5s;
	-o-transition: background 0.5s, padding 0.5s;
	-ms-transition: background 0.5s, padding 0.5s;
	transition: background 0.5s, padding 0.5s;
}

#navandlogo.scrolled {
	background: rgba(97,97,97,0.5);
	padding-bottom: 20px;
}

#qsearchbox {
	display: none;
}

#logo {
	display: block;
	height: auto;
	width: 300px;
	margin-top: 40px;
	float: left;
	position: relative;
	z-index: 888;
	-moz-transition: margin 0.5s, width 0.5s;
	-webkit-transition: margin 0.5s, width 0.5s;
	-o-transition: margin 0.5s, width 0.5s;
	-ms-transition: margin 0.5s, width 0.5s;
	transition: margin 0.5s, width 0.5s;
}

#navandlogo.scrolled #logo {
	margin-top: 20px;
	width: 250px;
}

#logo img {
	display: block;
	width: 100%;
}

#headerrightwhiteboc {
	display: table;
	width: auto;
	height: auto;
	float: right;
	margin-top: 40px;
	background: white;
	color: #4B5D54;
	padding: 10px 0px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	z-index: 999;
	-moz-transition: margin 0.5s;
	-webkit-transition: margin 0.5s;
	-o-transition: margin 0.5s;
	-ms-transition: margin 0.5s;
	transition: margin 0.5s;
}

#navandlogo.scrolled #headerrightwhiteboc {
	margin-top: 20px;
}

.openmenu {
	margin-right: 40px;
	padding: 4px 0px 4px 20px;
	display: table;
	float: right;
	border-left: 1px solid #c4c4c4;
}

.openmenu img {
	float: right;
	margin-left: 8px;
}

.openmenu i {
	float: right;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 18px;
}


.openmenu span {
	float: right;
	margin-top: 0px;
	font-size: 12px;
	letter-spacing: 1px;
}

.searchlink {
	padding: 3px 20px;
	float: right;
}

.searchlink span {
	padding-left: 8px;
	font-size: 12px;
	letter-spacing: 1px;
}

#headerbtt {
	float: right;
	margin-top: 40px;
	margin-right: 30px;
	position: relative;
	z-index: 999;
	-moz-transition: margin 0.5s;
	-webkit-transition: margin 0.5s;
	-o-transition: margin 0.5s;
	-ms-transition: margin 0.5s;
	transition: margin 0.5s;
}

#navandlogo.scrolled #headerbtt {
	margin-top: 20px;
}

.jpbttred {
	background: #024e4e;
	color: white;
}

.jpbttsmall, .jpbttbig {
	font-size: 12px;
	width: 200px;
	display: block;
	text-align: center;
	padding: 15px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-moz-transition: color 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, background 0.5s;
	-o-transition: color 0.5s, background 0.5s;
	-ms-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;
}


.unbold {
	font-weight: normal;
}

.jpbttcenter {
	margin: 0 auto 60px auto;
}

/*** Navigation ***/

#headernavigationbox {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100vh;
	color: white;
	font-size: 18px;
	z-index: 888;
	display: none;
}

#headernavigationbox div.navcol {
	width: auto;
	float: left;
	height: 100vh;
	width: 33%;
}

#headernavigationbox > div:last-child {
	background: #986542;
}

#headernavigationbox > div:nth-child(2) {
}

#headernavigationbox > div:first-child {
	margin-left: 1%;
}

#headernavigationbox div.navcol nav {
	margin-top: 190px;
	margin-left: 18%;
}

#headernavigationbox nav li {
	float: left;
	clear: left;
	text-align: left;
	padding: 15px 0px;
}

#headernavbtt {
	margin-left: 18%;
	margin-top: 125px;
	float: left;
	clear: left;
}

/*** Search Header Box ***/

#headersearchbigbox {
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.75);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
	display: none;
}

#headersearchcontentbox {
	display: inline-block;
	border-radius: 3px;
	background-color: #fff;
	max-width: 550px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 888;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: #FFF;
}

#location:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f1e1";
	color: #4B5D54;
	speak: none;
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

#quicksearchbtn {
	width: 100%;
	text-align: center;
	background: #986542;
	color: #FFF;
	display: table;
	padding: 15px 0;
	border-radius: 2px;
}



#headersearch select, #headersearch input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 55px;
	border-radius: 3px;
	border: 1px solid #cbcbcb;
	padding: 5px 37px 5px 16px;
	font-size: 16px;
	line-height: normal;
	color: #4B5D54;
	font-weight: 400;
	font-family: Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
	margin-bottom: 20px;
	outline: none;
	position: relative;
	width: 100%;
}

#headersearch input[type=text] {
	padding: 0 15px 0 45px;
}

#headersearch select:hover {
	border-color: #024e4e;
}

#headersearch select:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f0dd";
	color: #4B5D54;
	font-size: 7px;
	pointer-events: none;
	position: absolute;
	top: 23px;
	right: 29px;
}

#headersearchhead {
	background: rgba(107,133,158,0.1);
	width: 100%;
	padding: 5%;
	padding-bottom: 0px;
	display: table;
	height: auto;
}

#headersearchhead h1 {
	margin: 0;
	color: #4B5D54;
	width: 80%;
	float: left;
	position: relative;
	padding: 0 0 0 30px;
	font-size: 21px;
	letter-spacing: -.8px;
	font-weight: 400;
}

.half-row {
	width: 50%;
	display: table;
	float: left;
	position: relative;
}

.full-row {
	width: 100%;
	position: relative;
	display: table;
	float: left;
}

.select-row::after {
	font-family: "Font Awesome 6 Pro";
	content: "\f0dd";
	color: #4B5D54;
	font-size: 25px;
	font-weight: 900;
	pointer-events: none;
	position: absolute;
	top: 6px;
	right: 29px;
	box-sizing: inherit;
}

.input-row::after {
	font-family: "Font Awesome 6 Pro";
	content: "\f3c5";
	color: #4B5D54;
	font-size: 21px;
	line-height: 1;
	position: absolute;
	top: 17px;
	left: 16px;
	font-weight: 900;
}

#headersearchhead h1 i {
	padding-right: 15px;
}

#headersearchhead > a {
	width: 15%;
	float: right;
	font-size: 21px;
	color: #4B5D54;
	text-align: right;
	margin-right: 5%;
}

#searchtypebox {
	width: 70%;
	margin: 40px 15% 0px 15%;
}

#searchtypebox > a {
	width: 35%;
	font-size: 12px;
	font-weight: 600;
	color: #4B5D54;
	display: block;
	text-transform: uppercase;
	border-bottom: 8px solid transparent;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}

#searchtypebox > a.selected {
	border-color: #024e4e;
}

#searchtypebox > a:last-child {
	float: right;
}

#headersearch {
	padding: 30px 82px 22px;
}

#headersearch input[type=text]:active, #headersearch input[type=text]:focus, #headersearch input[type=text]:hover {
	border-color: #024e4e;
}

#minprice, #maxprice {
	width: calc(49.5% - 2px);
}

#minprice {
	margin-right: 1%;
}

#location, #nobeds {
	width: 100%;
}

/*media queries*/
@media screen and (max-width:950px) {
	#headerbtt {
		display: none;
	}
}

/*mobile  */
@media screen and (max-width:768px) {
	.searchlink {
		display: none;
	}

	.openmenu {
		border: 0px;
		color: white;
	}

	#headerrightwhiteboc {
		background: none;
	}
}

@media screen and (max-width:750px) {
	#headernavigationbox div.navcol {
		width: 100%;
		display: table;
		height: auto;
	}

	.block-scroll {
		overflow: visible;
	}

	#headernavigationbox {
		position: relative;
		display: none;
	}

	#headernavigationbox div.navcol#navlcol2 nav, #headernavigationbox div.navcol#navlcol1 nav {
		margin-top: 10px;
		display: table;
		width: 100%;
		margin-left: 0;
		background: #2c2c34
	}

	#navigation, #secondnavigation {
		display: table;
		width: 100%;
	}

	#navigation li, #secondnavigation li {
		text-align: center;
	}

	#headernavigationbox nav li {
		float: none;
		clear: left;
		text-align: left;
		padding: 15px 0px;
		padding-left: 30px;
		border-top: 1px solid hsla(0,0%,59%,.2);
		width: 100%;
	}

	#logo, #headerrightwhiteboc {
		margin-top: 15px;
	}

	#headerrightwhiteboc {
		background: #FFF;
	}

	.openmenu {
		color: #4B5D54;
	}

	#headernavbtt {
		margin-left: 30px;
		margin-top: 15px;
		width: calc(100% - 60px);
		float: left;
		clear: left;
	}

	#headernavigationbox {
		background: #2c2c34;
		left: 0;
	}
}

@media screen and (max-width:500px) {
	#logo {
		width: 200px;
	}

	#headerrightwhiteboc {
		padding: 4px 0;
	}

	.hppropertylistingcontent .btncentre {
		width: 90% !important;
	}

	.jpbttsmall, .jpbttbig {
		width: calc(50% - 10px);
	}

	#headernavigationbox > div:last-child {
		background: #2c2c34;
	}
}
