﻿#contentbox {
	padding: 0 30px;
	max-width: 1261px;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	background: rgb(249,249,249);
}

#mainbody, .contentfix {
	display: table;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px 15px;
}

.jpbttgrey {
	background-color: hsla(0,0%,100%,.8);
	/*color: #4B5D54 !important;*/
	-webkit-box-shadow: inset 0 0 0 1px #024e4e;
	box-shadow: inset 0 0 0 1px #024e4e;
	transition: background .3s ease-in-out;
	min-height: 45px;
	min-width: 120px;
	border-radius: 2px;
	display: block;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	width: 36%;
}


#newhomes {
	width: 100%;
	background: #FFF;
	padding-top: 50px;
}

.contentfix .textblock {
	text-align: center;
	max-width: 710px;
	margin: 0 auto;
	padding: 0 15px 40px;
	color: #2c2c34;
}

.contentfix .textblock h1 {
	text-align: center;
	letter-spacing: -.8px;
	margin: 0;
	color: #4B5D54;
	font-size: 28px;
	margin-bottom: 15px;
}

#financialservices {
	padding-top: 50px;
}

.text-box p a {
	min-width: 223px;
	background: #024e4e;
	-webkit-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	min-height: 45px;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
}

#financialbanner .text-box {
	margin: 95px 0 0;
}

#helptobanner .image-box, #lookingsell .image-box {
	float: left;
	margin-right: -25%;
	margin-top: 65px;
}

#helptobanner .image-box img, #lookingsell .image-box img {
	margin-left: 0;
}

#helptobanner .text-box, #lookingsell .text-box {
	float: right;
	margin: 0;
}

#helptobanner .text-box a, #lookingsell .text-box a {
	background-color: rgba(255, 255, 255, 0.8);
	color: #4B5D54;
	-webkit-box-shadow: inset 0 0 0 1px #024e4e;
	box-shadow: inset 0 0 0 1px #024e4e;
	transition: background .3s ease-in-out;
	min-height: 45px;
}

#helptobanner .text-box a:hover, #lookingsell .text-box a:hover {
	background: #64140e;
}

#lookingsell {
	display: table;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px 15px;
}

.bttsellingbanner {
	color: #4B5D54;
	border: 1px solid #024e4e;
	background: white;
}

.bttsellingbanner:hover {
	background: #91311a;
}

#plistsearchcontentbox {
	display: table;
	width: 100%;
	padding-top: 30px;
}

/*** search selling banner ***/

#sellsearch {
	background: #696969;
	display: block;
	height: 460px;
	width: 100%;
}

#sellsearch .grey-text {
	color: white;
	width: 600px;
	margin-left: calc(50% - 600px);
	padding: 80px 0px;
	float: left;
}

#sellsearch .grey-text h2 {
	margin-bottom: 25px;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -.8px;
}

#sellsearch .grey-text p {
	font-size: 16px;
	font-weight: 100;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: -.6px;
	margin-bottom: 42px;
}

#sellsearch .grey-text a {
	margin-bottom: 22px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: -.6px;
	color: inherit;
}

#sellsearch .grey-text a:hover {
	text-decoration: underline;
}

#sellingsearchcontentbox {
	/*display: inline-block;*/
	border-radius: 3px;
	background-color: #fff;
	max-width: 550px;
	width: 100%;
	position: relative;
	float: right;
	margin-right: calc(50% - 600px);
	z-index: 222;
	/*-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
	background: #FFF;
	margin-top: -50px;
}

#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: 5px 0;
	border-radius: 2px;
}

#calculatorsbox {
	margin-top: 60px;
}



#sellingsearch select, #sellingsearch 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%;
}

#sellingsearch input[type=text] {
	padding: 0 15px 0 45px;
}

#sellingsearch select:hover {
	border-color: #024e4e;
}

#sellingsearch select:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f0dd";
	color: #4B5D54;
	font-size: 7px;
	pointer-events: none;
	position: absolute;
	top: 23px;
	right: 29px;
}

#sellingsearchhead {
	background: rgba(107,133,158,0.1);
	width: 100%;
	padding: 5%;
	padding-bottom: 0px;
	display: table;
	height: auto;
}

#sellingsearchhead 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;
}

#sellingsearchhead h1 i {
	padding-right: 15px;
}

#sellingsearchhead > a {
	width: 15%;
	float: right;
	font-size: 21px;
	color: #4B5D54;
	text-align: right;
	margin-right: 5%;
}

#searchtypeboxselling {
	width: 70%;
	margin: 40px 15% 0px 15%;
}

#searchtypeboxselling > 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;
}

#searchtypeboxselling > a.selected {
	border-color: #024e4e;
}

#searchtypeboxselling > a:last-child {
	float: right;
}

#sellingsearch {
	padding: 30px 82px 22px;
	display: table;
}

#sellingsearch input[type=text]:active, #sellingsearch input[type=text]:focus, #sellingsearch input[type=text]:hover {
	border-color: #024e4e;
}

#minprice, #maxprice {
	width: calc(49.5% - 2px);
}

#minprice {
	margin-right: 1%;
}

#location, #nobeds {
	width: 100%;
}





.text-box {
	float: left;
}

.topbanner {
	margin: 6em auto;
}

.jpbttgrey:hover {
	background: #64140e;
}


#contenttopslider {
	background-position: center;
}

#stampbttli a {
	height: 55px;
	line-height: 55px;
}

@media(min-width: 1101px) {
	.image-box img {
		height: 611px;
		object-fit: cover;
	}
}

@media(min-width: 1250px) {

	#stampbttli a {
		width: 49%;
	}
}



@media(max-width: 1189px) {
	.image-box img {
		margin-left: 0;
		width: 100%;
	}

	.sellingbanner .image-box {
		float: none;
		width: 100%;
		margin-top: 70px;
	}

	#mainbody, .contentfix {
		display: block;
		width: 100%;
		margin: 0 auto;
		max-width: 1200px;
		padding: 0;
	}

	.topbanner {
		width: 100%;
		position: relative;
		display: table;
	}

	.sellingbanner .text-box {
		margin: 50px 0 0;
		width: auto;
		margin: 50px;
		margin-top: -55px;
	}

	#sellsearch .grey-text {
		margin-left: 10px;
		padding: 40px;
	}

	#sellsearch {
		height: 850px;
	}

	#sellsearch .grey-text {
		float: none;
	}

	#sellingsearchcontentbox {
		border-radius: 3px;
		background-color: #fff;
		max-width: 550px;
		width: 50%;
		position: relative;
		float: none;
		margin-right: 0;
		z-index: 222;
		background: #FFF;
		margin-top: 0;
		margin: auto;
	}
}

@media(max-width: 850px) {
	#sellsearch .grey-text {
		width: calc(100% - 40px);
	}

	#sellingsearchcontentbox {
		width: 85%;
	}
}

@media (max-width: 450px) {
	.guideitem:nth-child(1) {
		width: 75% !important;
	}
}

@media (max-width: 1100px) {
	.image-box {
		float: none;
		margin-bottom: -80px;
		width: 100%;
	}

	.text-box {
		float: none;
		margin: auto;
		width: 100%;
		margin-top: 75px;
	}
}

@media (max-width: 960px) {
	.text-box {
		width: 100%;
	}
}

@media (max-width: 769px) {
	.text-box {
		width: 100%;
	}
}

@media (max-width: 650px) {
	.text-box {
		width: 100%;
	}
}


@media (max-width: 1024px) {
	.hppropertylistingcontent .left h2 {
		padding-top: 35px;
		margin-bottom: 10px;
	}
}

@media (max-width: 600px) {
	.text-box {
		width: 100%;
	}
}


@media(max-width: 575px) {
	#quicksearchbtn {
		padding: 0;
	}
}

@media(max-width: 500px) {
	.topbanner {
		margin: 3em auto;
	}
}



@media(max-width: 475px) {
	#searchtypebox {
		margin-top: 0 !important;
	}
}
