:root {
	--Greycoat-Dark-Blue: #244B6B
}

.col_1_1 .LeftCol {
	width: 30%;
}

.col_1_1 .RightCol {
	width: 60%;
}

.col_1_1 {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;

}

.col_1_1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.OF-cover {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.col_1_1 .LeftCol {
	padding-top: 30px;
}

.action {
	padding-top: 20px;
}

.action a,
.action h4 {
	letter-spacing: 0.06em;
	font-family: "mabry-bold-pro", sans-serif !important;
	color: var(--Greycoat-Dark-Blue) !important;
	border: 1px solid var(--Greycoat-Dark-Blue);
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.action a:hover,
.action a.active,
.action h4:hover,
.action h4.active {
	background-color: var(--Greycoat-Dark-Blue);
	color: #fff !important;
}

.action a.active,
.action h4.active {
	pointer-events: none;
}

.floorPlans,
.neighbourhood {
	padding: 55px 0px;
}

.floorPlans .Title,
.neighbourhood .Title {
	width: 100%;
	display: block;
	font-size: 17px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--Greycoat-Dark-Blue);
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--Greycoat-Dark-Blue);
}

.floorPlans ul.action {
	padding-top: 20px;
	max-width: 100%;
	width: 100%;
	flex-flow: row wrap;
}

.floorPlans ul.action li {
	margin: 0px 6px 15px 0px !important;
	padding: 0;
	border: none !important;
	font-size: 19px !important;
	line-height: normal;
	display: inline;
}

.floorPlans ul.action li:last-child {
	margin-right: 0px !important;
}

.floorPlans .slider,
.neighbourhood .centerBlock {
	padding-top: 35px;
	padding-bottom: 55px;
	border-bottom: 1px solid var(--Greycoat-Dark-Blue);
}

.floorPlans .slider h2,
.leftMapList h2 {
	font-size: 42px;
	line-height: 50px;
	/* font-weight: 600!important; */
	color: var(--Greycoat-Dark-Blue) !important;
	padding-bottom: 50px;
	margin-bottom: 0px !important;
}

.floorPlans ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	width: max-content;
}


.floorPlans ul li {
	list-style: none;
	padding: 7px 15px 7px 0px;
	color: #000 !important;
	border-top: 1px solid #54514f;
	display: flex;
	font-size: 12px;
	line-height: 22px;
	margin-left: 20px;
	position: relative;
	align-items: center;
}

.floorPlans ul li:last-child {
	border-bottom: 1px solid #54514f;
}

.floorPlans ul.areaList li .colors {
	content: "";
	display: block;
	position: relative;
	right: auto;
	bottom: auto;
	left: -20px;
	width: 12px;
	height: 12px;
	border: 1px solid #3E5C78;
	border-radius: 50%;
}


.floorPlans ul li .areaname {
	letter-spacing: 0.10em;
	text-transform: uppercase;
	width: 130px;
	font-family: "mabry-medium-pro", sans-serif !important;
}

.floorPlans ul.areaList {
	padding-left: 10px !important;
}

.floorPlans ul li .area {
	font-weight: 400 !important;
	font-family: "mabry-light-pro", sans-serif !important;

}

.floorPlans .action a {
	display: block !important;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	position: relative;
	/* float: left; */
}

.action a span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	line-height: 43px;
}

.mac-os .action a span {
	line-height: 40px;
}

.floorPlans .action a.active {
	pointer-events: none;
}

.slider .slide,
.tab {
	display: none;
	transition: display 1s ease-in-out 1s;
	-webkit-transition: display 1s ease-in-out 1s;
	-moz-transition: display 1s ease-in-out 1s;
	-o-transition: display 1s ease-in-out 1s;
}

.slider .slide.data-slide-0 {
	display: block;
}

/* NEIGHBOURHOOD MAPS */
.neighbourhood .Title {
	padding-bottom: 30px;
}

.neighbourhood .action {
	padding-top: 27px;
	display: flex;
	flex-wrap: wrap;
}

.neighbourhood .action h4 {
	padding: 13px 15px 10px 15px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 15px;
	margin: 0px 10px 15px 0px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.leftMapList ul {
	margin: 0;
	padding-right: 30px;
	padding-left: 10px;
}

.leftMapList ul li {
	list-style: none;
	font-size: 18px !important;
	line-height: 22px !important;
	color: var(--Greycoat-Dark-Blue);
	font-weight: 400;
	text-transform: capitalize;
	padding: 3px 0px;
}

.leftMapList ul li a {
	cursor: pointer;
	color: var(--Greycoat-Dark-Blue);
	display: flex;
}

.leftMapList ul li.active a,
.leftMapList ul li a:hover {
	color: #000;
}

.leftMapList ul li b {
	margin-right: 5px;
	min-width: 15px;
	display: inline-block;
}


.rightMapBlock .midContainer>div {
	position: relative;
}



/* ZOOM IN ZOOM OUT CSS */
.zoomingIcon {
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: center;
	z-index: 99;
}

.zoomingIcon a {
	display: block;
	background-color: var(--Greycoat-Dark-Blue);
	padding: 5px;
	margin: 5px 0px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	border-radius: 50%;
}

.zoomingIcon svg {
	width: 25px;
	height: 25px;
}

/* PIN ZOOM NOTE CSS */
.imgNote {
	display: none;
}

.mapimg {
	-moz-transition: all .55s ease;
	-webkit-transition: all .55s ease;
	transition: all .55s ease;
	-webkit-appearance: none;
}

.mapimg img {
	border: 0;
	outline: none;
	display: block;
	max-width: 100%;
	height: auto;
}

img::selection {
	background: transparent;
	color: #fff
}

img::-moz-selection {
	background: transparent;
	color: #fff
}

/* MAP POINTER CSS */
.mappointer>div>span {
	position: absolute;
	cursor: pointer;
	border-radius: 100%;
	width: 19px;
	height: 19px;
	font-size: 12px !important;
	line-height: 12px !important;
	z-index: 3;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.mappointer>div>span>b {
	font-weight: 700 !important;
	position: relative;
}

/* .mappointer div.transport_tab>span{
	background-color: var(--Greycoat-Dark-Blue);
}
.mappointer div.green_spaces_tab>span{
	background-color: #5e9e65;
}
.mappointer div.food_drink_tab>span{
	background-color: #dd9b9e;
	color: #000;
}
.mappointer div.neighbours_tab>span{
	background-color: #c1e8e5;
	color: #000;
} */
.mappointer div span {
	transform: scale(1);
	/* transition: 0.5s all ease-in-out; */
}

.mappointer div span.active {
	background-color: #000 !important;
	color: #fff !important;
	transform: scale(1.2);
	transition: 0.5s all ease-in-out;
}

.mappointer>div>span>span {
	display: none !important;
}

.mappointer>div.active {
	display: block !important;
}

.mappointer>div {
	display: none !important;
}

.mappointer>div.active>span {
	z-index: 4;
}

/* RESPONSIVE */

@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape),
all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape),
all and (device-width: 1180px) and (device-height: 820px) and (orientation: landscape),
all and (device-width: 1194px) and (device-height: 834px) and (orientation: landscape),
all and (device-width: 1080px) and (device-height: 810px) and (orientation: landscape),
screen and (min-width: 1025px) and (max-width: 1279px) {

	.action {
		overflow: auto;
	}

	.neighbourhood .action h4 {
		white-space: nowrap;
		line-height: 24px;
		padding: 15px 15px 8px 15px;
	}

	.mac-os .neighbourhood .action h4 {
		padding-top: 10px;
	}

	.floorPlans,
	.neighbourhood {
		padding: 45px 0px;
	}

	.floorPlans ul.action {
		padding-right: 5px;
		flex-flow: row;
	}

	.pinch-zoom-container,
	.zoomPan,
	.mapimg,
	.mapimg img {
		min-height: 40vw;
	}

	.neighbourhood .action {
		flex-wrap: nowrap;
	}
}

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait),
all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait),
all and (device-width: 834px) and (device-height: 1194px) and (orientation: portrait),
all and (device-width: 810px) and (device-height: 1080px) and (orientation: portrait),
screen and (min-width: 768px) and (max-width: 1024px) {
	.col_1_1 {
		flex-direction: column-reverse;
	}

	.col_1_1 .LeftCol,
	.col_1_1 .RightCol {
		width: 100%;
	}

	.action {
		overflow: auto;
		/* overflow-y: hidden; */
	}

	.action h4 {
		white-space: nowrap;
	}

	.floorPlans ul.action {
		padding-right: 5px;
		flex-flow: row;
	}

	.floorPlans,
	.neighbourhood {
		padding: 40px 0px;
	}

	.floorPlans .slider,
	.neighbourhood .centerBlock {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.floorPlans .slider h2,
	.leftMapList h2 {
		font-size: 36px;
		line-height: 44px;
		padding-bottom: 15px;
	}

	.pinch-zoom-container,
	.zoomPan,
	.mapimg,
	.mapimg img {
		min-height: 59vw;
	}

	.floorPlans .Title,
	.neighbourhood .Title {
		text-align: left;
	}

	.neighbourhood .action h4 {
		line-height: 24px;
		padding-top: 10px;
	}

	.neighbourhood .action {
		flex-wrap: nowrap;
	}
}

@media only screen and (max-width: 767px) {
	.col_1_1 {
		flex-direction: column-reverse;
	}

	.col_1_1 .LeftCol,
	.col_1_1 .RightCol {
		width: 100%;
	}

	.col_1_1 .LeftCol {
		padding-top: 40px;
	}

	.floorPlans,
	.neighbourhood {
		padding: 30px 0px;
	}

	.floorPlans .slider,
	.neighbourhood .centerBlock {
		padding-top: 15px;
		padding-bottom: 50px;
	}

	.floorPlans .slider h2,
	.leftMapList h2 {
		font-size: 32px;
		line-height: 38px;
		padding-bottom: 15px;
	}

	.floorPlans ul li {
		padding: 5px 0px;
		font-size: 10px;
		line-height: 19px;
	}

	.action,
	.floorPlans ul.action,
	.neighbourhood .action {
		overflow: auto !important;
		flex-flow: row;
	}

	.floorPlans .action a {
		min-width: 28px;
		width: 28px;
		height: 28px;
	}

	.floorPlans ul.action li {
		font-size: 14px !important;
	}

	.neighbourhood .action h4 {
		font-size: 12px;
		line-height: normal;
		white-space: nowrap;
	}

	.mac-os .neighbourhood .action h4 {
		padding-top: 10px;
	}

	.zoomingIcon {
		display: none;
	}

	.pinch-zoom-container,
	.zoomPan,
	.mapimg,
	.mapimg img {
		min-height: 82vw;
	}

	/* MAP POINTER CSS */
	.mappointer>div>span {
		width: 15px;
		height: 15px;
		font-size: 9px !important;
		line-height: 8px !important;
	}

	.mappointer>div>span>span {
		display: none !important;
	}

	.floorPlans .Title,
	.neighbourhood .Title {
		text-align: left;
		font-size: 14px;
		line-height: 25px;
		padding-bottom: 7px;
	}

	.leftMapList ul li {
		font-size: 14px !important;
		line-height: normal !important;
	}

	.action a span {
		line-height: 30px;
	}

	.mac-os .action a span {
		line-height: 24px;
	}
}

.touch .zoomingIcon {
	display: none;
}