/*------------------------------------*\
    CLIENT STYLING
\*------------------------------------*/
/* clear */
.clear:after,
.clear:before {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
.properties--featured {
	width: 100%;
	position: relative;
}
.bg-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #004d9d;
	background: rgba(0,56,116,0.2);
	z-index: 1;
}
.property--featured {
	padding-top: 12em;
	padding-bottom: 18em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.property--featured__inner {
	display: block;
	position: relative;
	z-index: 2;
}
.property--featured__information {
	.position: relative;
}
.property--featured__information .flag {
	color: white;
	font-size: 1.6em;
	line-height: 1;
	padding: 1em 2em;
	position: absolute;
	top: 0;
	left: 0;
}
.property--featured__information img {
	max-width: 950px;
	width: 100%;
	height: auto;
}
.property--featured__information .details {
	width: 100%;
	background: #edf4fa;
	padding: 2em;
}
.sform__wrap {}
.sform__toggle {}
.sform__intro {}
.sform__toggle--buy,
.sform__toggle--let {
	display: inline-block;
	margin: 0 1em;
	padding: 0.5em 1em;
	border: 1px solid white;
}
.sform__toggle--buy.active,
.sform__toggle--let.active {
	background: white;
	color: #00514b;
}
.sform__toggle--buy:hover,
.sform__toggle--let:hover {
	background: white;
	color: #00514b;
	cursor: pointer;
}
.sform__toggle--form {
	display: none;
}
.sform__toggle--form.sform__toggle--active {
	display: block;
}
.sformcontainer.bdpform {
	margin: 0 auto;
	text-align: left;
	display: inline-block;
}
.sformcontainer.bdpform .sform {
	display: block;
}
.sformcontainer.bdpform .sform__field {
	display: inline-block;
	padding: 0 5px;
	vertical-align: bottom;
	margin: 1em 0;
}
.sformcontainer.bdpform .sform__intro {
	display: inline-block;
	margin: 0 5px;
}
.sformcontainer.bdpform .sform__field.price .col1,
.sformcontainer.bdpform .sform__field.price .col2 {
	display: inline-block;
}
.sformcontainer.bdpform label {
	color: white;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.card--home .sformcontainer.bdpform label {
	color: #00000e;
}
.sformcontainer.bdpform label.sform__check span {
	display: block;
	font-size: 12px;
}
.sformcontainer.bdpform input,
.sformcontainer.bdpform select,
.soptions select {
	background-color: white;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #abb9c7;
	border-radius: 0;
	transition: box-shadow 0.2s ease-in, border 0.2s ease-in;
	box-shadow: none;
	text-transform: initial;
	font-size: 16px;
	font-weight: 300;
}
.sformcontainer.bdpform select {
	width: 100%;
	padding: 12px;
}
.sformcontainer.bdpform input[type="checkbox"] {
	width: auto;
}
.sformcontainer.bdpform button {
	background: #bfdb74;
	border-radius: 0;
	border: 2px solid #bfdb74;
	color: white;
	padding: 10px 50px;
	font-size: 16px;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.sformcontainer.bdpform button:hover {
	background: transparent;
}
.soptions {
	margin: 0 auto 2em;
}
.soptions select {
	width: initial;
	display: inline-block;
}
.card--property {
	background: white;
	border: 1px solid #e1e2e6;
	width: 100%;
	min-height: 360px;
	margin: 0 auto 30px;
	box-shadow: 0 0 5px rgba(54,69,79,0.2);
}

.card--property:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 14px 30px rgba(54,69,79,0.2);
	transition: all 0.3s ease 0s;
}
.slick--featured .slick-slide {
	padding-top: 20px;
}
.slick--property-nav {
	max-height: 72px;
	overflow: hidden;
}
.slick-track .x-slide img {
	max-height: 504px;
	margin: auto;
}
.slick--property-nav .x-slide img {
	max-height: 72px;
	margin: auto;
}
.card--property .details {
	padding: 20px;
}
.card--property .thumbnail img {
	vertical-align: top;
}
.thumbnail .closinginfo {
	margin: 0;
	margin-left: 16px;
	margin-right: 16px;

	padding: 0.75em;
	font-size: 1.2em;
	font-weight: 300;
	background: #ff1744;
	background-color: rgba(255,23,68,0.65);
	color: white;
	position: absolute;
	top: 0;
	left: 0;
}

.card--featured--property .closinginfo {
	margin: 20px -4px 0 16px;
	padding-right: 20px;
}

.thumbnail .statusinfo {
	position:absolute;
	top:0;
	display:none;
	right:16px;
	padding:5px;
	color:#FFF;
	background:#F00;

}

.statusinfo.status-underoffer {
	display: block;
	 background-color: rgba(192,168,128,0.65);
 }
.statusinfo.status-soldstc {
	display: block;
	 background-color: rgba(192,64,64,0.65);
 }

.card--property:hover .closinginfo { margin: 0;}

.card--property:hover .statusinfo { right: 0;}


.statusbump-available { display: none; }

.details .availability {
	clear: both;
}
.details .price {
	color: #173662;
	font-size: 20px;
}
.details .price > span {
	font-size: 14px;
}
.details .type {
	color: #173662;
	font-size: 16px;
}
.details .flag {
	padding: 0.5em;
	font-size: 1.4em;
	font-weight: 600;
	display: inline-block;
	line-height: 1;
	float: right;
	color: white;
}
.details h4 {
	font-size: 16px;
	color: #3A7DB5;
	text-align: right;
	margin: 10px 0;
	clear: both;
}
.details .type {}
.details .button {
	text-align: center;
	font-size: 0.875em;
	color: #333333;
	margin: 1em auto 0;
	display: block;
	padding: 1em;
	border: 1px solid #333333;
}
.details .button:hover {
	background: #333333;
	color: white;
}
.property {
	margin-top:70px;
	margin-bottom: 30px;
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 60px;
}
h1.property-single__title {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
h2.property-single__type {
	font-size: 22px;
	margin-bottom: 1em;
}
.property-single__price {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
}
.property-single__price span {
	font-size: 22px;
	font-weight: normal;
	display: inline-block;
}
.closingdate {
	padding: 1em 0;
	font-size: 1.6em;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 1em;
	line-height: 1;
}
.single.right {
	text-align: right;
}
.statusflag {
	color: white;
	padding: 1em;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 1em;
	line-height: 1;
}
.statusflag.bdpstatus164 {
	display: none;
}
.flag.bdpstatus164,
.flag.bdpstatus469 {
	background: #4abe7e;
}
.flag.bdpstatus311,
.statusflag.bdpstatus311 {
	background: #e53935;
}
.flag.bdpstatus165,
.statusflag.bdpstatus165,
.flag.bdpstatus293,
.statusflag.bdpstatus293 {
	background: #e53935;
}
.flag.bdpstatus167,
.flag.bdpstatus197,
.statusflag.bdpstatus167,
.statusflag.bdpstatus197 {
	background: #ff7640;
}
.closingdate span {
	color: #ff1744;
	font-weight: 600;
}
.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.property-sidebar {
	padding: 20px;
	background: white;
	margin-bottom: 20px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.property-sidebar .btn {
	margin-bottom: 0.5em;
}
.property-sidebar .btn:last-of-type {
	margin-bottom: 0.5em;
}
.btn--block {
    display: block;
}
.btn {
    display: inline-block;
    color: white;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    padding: 12px;
    font-size: 12px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}
.btn--block {
	display:block;
}
.btn.btn--blue {
	background-color: #1C7EBB;
	color: white;
}
.btn.btn--blue:hover {
	background-color: #092F56;
	color: white;
}
.btn.btn--yellow {
	background-color: #ffcb44;
	color: white;
}
.property-sidebar h4 {
	margin-bottom: 0.5em;
}
/*.resources {
	margin-bottom: 2em;
}*/
.property-map {
	margin: 2em auto 4em;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
	height: 0;
}
.map {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.card {

}
.card--property-marketing .card__inner {
	padding: 30px 80px 30px 30px;
}
.card--property-marketing {
	background-color: #86c3d8;
	background-image: url("../img/property-cta-bg.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	color: white;
}
.card--property-marketing h4 {
	font-size: 22px;
}
.property-single-details {
	margin-top: 2.6em;
}
.photos {
	margin-bottom: 2em;
}
ul.features {
	font-size: 1.2em;
	font-weight: 500;
	padding: 0 0 2em;
	margin: 2em auto;
	border-bottom: 1px solid #bbbbbb;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
ul.features li {
	display: inline-block;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
ul.features li.rooms0 {
	display: none;
}
.room-count {
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	margin-left: 10px;
}
.feature-svg {
	height: 14px;
	vertical-align: middle;
	display: inline-block;
}
.viewingdetails {
	font-size: 16px;
	color: #1c2c4b;
}
.property-alert-form {}
.property-alert-form label {
	font-weight: 600;
}
.property-alert-form input[type="text"],
.property-alert-form input[type="email"],
.property-alert-form input[type="tel"],
.property-alert-form input[type="date"],
.property-alert-form select,
.property-alert-form textarea {
	background-color: white;
	color: #00000e;
	width: 100%;
	padding: 0.5em;
	margin-top: 0.5em;
	border: 1px solid #e2e2e2;
	text-transform: initial;
}
.property-alert-form  input[type="text"]:hover,
.property-alert-form  input[type="email"]:hover,
.property-alert-form  input[type="tel"]:hover,
.property-alert-form  input[type="date"]:hover,
.property-alert-form  select:focus,
.property-alert-form  textarea:hover {
	background: #fffaec;
	border-color: #00264f;
}
.property-alert-form  input[type="text"]:focus,
.property-alert-form  input[type="email"]:focus,
.property-alert-form  input[type="tel"]:focus,
.property-alert-form  input[type="date"]:focus,
.property-alert-form  select:focus,
.property-alert-form textarea:focus {
	background: #fffaec;
	border-color: #0871ce;
	box-shadow: 0 0 0 0.125em rgba(0,160,224,0.25);
}
.property-alert-forminput[type="submit"] {
	position: relative;
	font-weight: 400;
	font-size: 1em;
	background-color: #B7D167;
	border-radius: 0px;
	border: none;
	color: #ffffff;
	box-shadow: none;
	padding: 16px 36px;
	margin: 0 auto;
	transition: all 0.15s ease;
}
.property-alert-form input[type="submit"]:hover {
	background-color: #091a71;
}
.commentsdcoy {
    display: none;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {}
@media only screen and (min-width:480px) {}
@media only screen and (max-width:768px) {}
@media only screen and (min-width:768px) {
	.soptions__left {
	float: left;
}
.soptions__right {
	float: right;
}
}
@media only screen and (min-width:992px) {
	.details h4 {
		text-align: left;
	}
	.btn {
	    padding: 16px 32px;
	    font-size: 16px;
	}
}
@media only screen and (min-width:1024px) {}
@media only screen and (min-width:1140px) {}
@media only screen and (min-width:1280px) {}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {}



.feature-svg { width: 20px; height: 20px;}

.close { float :right; height: 32px;}
