.doctype-propertyListing .homepage-banner__container {
	display:none !important;	
}
.propertyMap__container {
	display:flex;	
}
.propertyMap {
	height:630px;
	width:calc(100% - 400px);
}
@media(max-width:767px){
	.propertyMap {
		display:none;
	}
}
.propertyMap__sidebar {
	width: 400px;
	/*background: #838b98;*/
	background:#6D7783;
	color: white;
	padding: 30px 33px;
	display: flex;
	flex-wrap: wrap;
}
@media(max-width:767px){
	.propertyMap__sidebar {
		width:100%;
		padding: 30px 16px;
	}
}
.propertyMap__sidebar h1 {
	font-size: 40px;
	color: white;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 37px;
}
.propertyMap__keywordInput {
	/*color: #838b98;*/
	color:#6D7583;
	height: 25px;
	width: 100%;
	border: 0px;
	margin-bottom: 21px;
	line-height: 25px;
	padding: 0px 8px;
	font-size:13px;
}
.propertyMap__sidebar label {
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: 400;
}
.propertyMap__sidebar .selectric .label {
	font-size: 13px;
	line-height: 23px;
	height: 23px;
	border: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px 8px;
	font-weight: 400;
	color: #838b98;
}
.propertyMap__sidebar .selectric .button {
	width: 25px;
	height: 25px;
}
.propertyMap__sidebar .selectric-items li {
	line-height: 1.2;
	min-height: 23px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.propertyMap__sidebar hr {
	margin: 17px 0px 13px;
}

.propertyMap__statusBox {
	display: block;
	flex-wrap: wrap;
	padding-top: 3px;
}
.propertyMap__statusBox label {
	width: calc(100% - 30px);
	padding-left: 8px;
	margin-bottom:0px;
	line-height: 1;
}
.propertyMap__statusBox .iradio_square-blue {
	border: 4px solid white;
	background: white;
	width: 17px;
	height: 17px;
	margin: 4px 0px;
}
.propertyMap__statusBox .iradio_square-blue.hover,
.propertyMap__statusBox .iradio_square-blue.checked {
	background: #005eb8;
}
.propertyMap__statusBox + hr {
	margin-top: 10px;
}
.propertyMap__sidebar input[type="submit"] {
	width: 102px;
	float: right;
	margin-top: 3px;
}

#propertyMap .gm-style > div:first-child > div:first-child > div:nth-child(4) div div div div {
	position: relative;
	bottom: 4px !important;
	font-size: 13px !important;
	letter-spacing: -1px;
	right: 1px;
}



.accordion__map {
	width:100%;
	height:400px;
}
.doctype-property .accordion__content {
	padding: 0px;
	position:relative;
}
.doctype-property .accordion__content .detail {
	padding: 14px 17px;
}
.doctype-property .accordion__content .detail p:last-child {
	margin-bottom:0px;	
}
[data-fancybox="images"]:hover::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	background: url(/media/1292/enlarge.jpg) no-repeat center center transparent;
	width: 52px;
	height: 52px;
}

.doctype-property .breadCrumbs {
	margin-bottom: 7px;
}
.page__address {
	font-size: 20px;
}
.page__address + hr {
	margin-bottom: 30px;
	margin-top: 19px;
}
.doctype-property .featureCaption,
.singleDownloadsSection .featureCaption {
	padding-top: 12px;
	padding-bottom: 12px;
}
.doctype-property .feature {
	margin-bottom: 34px;
}

.agentDetails h2 {
	margin-bottom: 0px;
}
.agentDetails__grid {
	display: flex;
	flex-wrap: wrap;
}
.agentDetails__grid > div {
	width: 100%;
	padding: 11px 0px 11px;
	border-bottom: 1px solid #d5d9da;
}
.agentDetails__grid > div strong {
	display: block;
	color: #9ea2ab;
}

.agentDetails--4-sections .agentDetails__grid > div:nth-child(2), 
.agentDetails--4-sections .agentDetails__grid > div:nth-child(3) {
	width: 50%;
}

.agentWebsite a {
	margin-top: 3px;
	display: block;
	font-weight: 600;
}
.agentWebsite a i {
	padding-right: 2px;
	padding-left: 1px;
}


.gallery .owl-dots {
	display: grid;
	width: 100%;
	grid-gap: 10px;
	grid-template-columns: auto auto auto auto auto;
	padding: 10px;
}
.gallery .owl-dots .owl-dot {
	width: 100%;
}
.gallery .owl-stage {
    width: 10000px;
}
.gallery .owl-item {
	width:736px;	
}
@media(max-width:1199px){
	.gallery .owl-item {
		width:610px;	
	}
}






.infoBox {
    background: #dee6e8;
	width:567px;
	overflow: visible !important;
}
.gmapsInfoBoxContent {
    display: flex;
    display: -webkit-flex;
	text-decoration:none;
}
.gmapsInfoBoxContent__image {
    width: 241px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.gmapsInfoBoxContent__image img {
    max-width: 100% !important;
    display: block;
	display: none;
}
.gmapsInfoBoxContent__address {
	padding-top: 32px;
	padding-left: 4px;
	max-width: 290px;
}
.gmapsInfoBoxContent__address * {
	color: #333;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}
.gmapsInfoBoxContent__address .feature__propService {
	font-size: 12px;
	letter-spacing: 0px;
}
.gmapsInfoBoxContent__address .feature__propTitle {
	font-size: 18px;
	letter-spacing: 0.5px;
}
.gmapsInfoBoxContent__address p {
	padding-top: 14px;
	padding-left: 14px;
	margin-bottom: 10px;
}
.gmapsInfoBoxContent__address p:last-child {
	padding-bottom: 5px;
}
.gmapsInfoBoxContent__info {
    font-size: 12px;
    font-weight: 400;
    padding-top: 14px;
    padding-left: 45px;
	padding-right:30px;
    color: white;
}
.gmapsInfoBoxContent__toptag {
	position: absolute;
	top: 0px;
	left: 260px;
	color: white;
	font-size: 12px;
	font-weight: 600;
	background: #02a8d0;
	padding: 4px 5px;
}
.infoBox > img {
	position: absolute;
	top: -16px;
	right: -16px;
}
.gmapsInfoBoxContent__link, 
.gmapsInfoBoxContent__link:hover {
	display: block;
	height: 27px;
	font-size: 13px;
	color: #111;
	padding-left: 16px;
	padding-top: 0px;
}
/*.gmapsInfoBoxContent__link:hover {
	color:white;
	background:#25759f;
}
.gmapsInfoBoxContent__link:hover:after {
	background-image:url(/media/2883/arrow-right-white-thick.svg);	
}*/
.gmapsInfoBoxContent__link:after {
	content:"";
	background:url(/media/2972/arrow-right-thick-blue.svg) no-repeat center center transparent;
	background-size:14px auto;
	display:block;
	width:30px;
	height:100%;
	position:absolute;
	right:4px;
	top:0px;
}

.mapKey {
	align-self: flex-end;
	clear: both;
	width:100%;
}
.mapKey__title {
	font-size: 15px;
	margin-bottom: 11px;
	font-weight: 400;
	color: white;
}
.mapKey__key {
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.mapKey__item {
	width: 50%;
	height: 24px;
	background: #ccc;
	line-height: 24px;
	padding: 0px 7px;
	font-size:13px;
}
.mapKey__item--ne {
	background:#005eb8;
}
.mapKey__item--nc {
	background:#320071;
}
.mapKey__item--nw {
	background:#42b6e7;
}
.mapKey__item--e {
	background:#78be20;
}
.mapKey__item--wm {
	background:#8b1538;
}
.mapKey__item--l {
	background:#da281c;
}
.mapKey__item--sw {
	background:#00a499;
}
.mapKey__item--se {
	background:#ec8b00;
}


.mapKey__item--v3.mapKey__item--n {
  background: #005EB8;
}
.mapKey__item--v3.mapKey__item--ml {
  background: #AE2573;
}
.mapKey__item--v3.mapKey__item--l {
  background: #ED8B00;
}
.mapKey__item--v3.mapKey__item--s {
  background: #009639;
}


@media(max-width:767px){
	.mapKey {
		display:none;	
	}
} 

/*.page-id-1094 .mapKey__item {
	font-size: 14px;
}*/