body.single-property #code_block-195-169 {
	display: flex;
}

body.single-property #code_block-195-169 .ct-div-block {
	flex-direction: inherit;
}

body.single-property #code_block-195-169 .ct-div-block:not(:first-child) {
	margin-left: 51px;
}

body.single-property #code_block-195-169 .ct-div-block img {
	flex: 1;
	width: 28px;
	margin: 2px 0 0;
}

body.single-property #code_block-195-169 .ct-div-block div {
	flex: 1;
	margin-left: 12px;
	width: auto;
	white-space: nowrap;
	padding-top: 8px;
}

#_tab-115-169 {
	position: relative;
	pointer-events: none;
}

#mundys-map-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: all;
}

.mundys-floorplan,
.mundys-epc {
	width: 100%;
	height: auto;
}

#code_block-222-169 {
	width: 100%;
}

#mundys-brochure, #mundys-brochure iframe {
	width: 100%;
	height: 900px;
}

body.single-property .sold-indicator,
#ct-viewport-container {
	position: relative;
	font-size: 46px;
	margin-bottom: 10px;
    display: block;
}


/* Property Detail block */

.properties-detail {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	margin: 30px 0;
}
.property-detail-tabs {
	flex-direction: column;
	text-align: justify;
	display: flex;
	width: 25%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	flex-wrap: nowrap;
	align-items: stretch;
}

.property-detail-tab-inner {
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	border-top-color: #eceeef;
	border-right-color: #eceeef;
	border-bottom-color: #eceeef;
	border-left-color: #eceeef;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #eeeeee;
	color: #011c39;
	padding: 18px 32px 18px 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	font-family: 'sofia-pro';
	font-size: 18px;
	text-transform: none;
	font-weight: 500;
	line-height: 1;
}

.property-detail-tab-inner:hover {
	background-color: #ffffff;
}

.property-detail-tab-inner.active {
	margin-left: -8px;
	background-color: #002854;
	border-top-color: #dee1e3;
	border-right-color: #dee1e3;
	border-bottom-color: #dee1e3;
	border-left-color: #dee1e3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 22px;
	color: #fcc800;
}

.property-detail-tab-inner span {
	font-family: 'sofia-pro';
	font-size: 18px;
	text-transform: none;
	font-weight: 500;
	line-height: 1;
}
.property-detail-tab-inner svg {
	width: 18px;
	height: 18px;
	fill: #456ea1;
	display: inline-flex;
	margin-right: 12px;
}
.property-detail-tab-inner a {
	text-decoration: none;
	color: #011c39;
}

.property-detail-content {
	width: 75%;
	border: 1px solid #dee1e3;
	overflow: hidden;
	padding: 30px;
}

.property-detail-content-inner {
	padding: 20px;
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-property: opacity transform;
	position: relative;
}
.property-detail-content-inner .ct-link-button,
.read-more-button {
	font-size: 16px;
    font-weight: 700;
    font-family: 'sofia-pro';
	background-color: #002854  !important;
    border: 1px solid #002854 !important;
    padding: 20px 32px !important;
	color: #fff !important;
}
.property-detail-content-inner .ct-link-button{
	width: 100%;
	margin-bottom: 15px;
}
.property-detail-content-inner .ct-link-button:last-child {
	margin-bottom: 0;
}

.property-detail-content-hidden {
	display: flex !important;
	position: absolute;
	pointer-events: none;
	opacity: 0;
	transform: translateX(100vw);
	height: 0px;
}

.virtual-tour-heading {
	line-height: 1.2;
	margin-bottom: 32px;
	font-size: 18px;
	color: #002854;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.overview-headline {
	line-height: 1.2;
	margin-bottom: 32px;
	font-size: 18px;
	color: #002854;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.overview-content {
	font-family: 'sofia-pro';
	color: #6d6d6d;
	font-size: 19px;
}

/*Media Queries*/
@media (max-width: 991px) {
	.property-detail-tab-inner.active {
		margin-left: 0;
	}
	.property-detail-tab-inner {
		border-bottom-style: none;
		border-right-color: #dee1e3;
		border-right-width: 1px;
		border-right-style: solid;
	}
	.properties-detail {
		flex-direction: column;
	}
	.property-detail-tabs {
		flex-direction: row;
		display: flex;
		justify-content: flex-start;
		text-align: left;
		width: 100%;
	}
	.property-detail-tabs,
	.property-detail-content {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.property-detail-tab-inner {
		padding: 18px 32px;
	}
}

@media (max-width: 479px) {
	.property-detail-tab-inner {
		padding: 18px 16px !important;
	}
}

.property-detail-content-hidden {
	display: none !important;
}