@charset "utf-8";
/*

Theme Name: ilubirin
Author: Cskills
Version: 1
*/

header::after, #page-wrap::after, section::after, .imgTxtRow::after, footer::after, .footerBlue::after, .container::after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}
header {
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0px;
	height: 60px;
}

header.shrink
{
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #201547;
}


.FixregisterBtn {
	position: fixed;
	z-index: 104;
	/* z-index: 110; */
	right: -110px;
	top: 30%;
	color: #201547;
	font-family: 'Gotham-Medium';
	font-size: 16px;
	line-height: 22px;
	text-decoration: none !important;
	text-transform: uppercase;
	margin: 0px;
	width: auto;
	padding: 10px 30px;
	border-radius: 0px;
	display: inline-block;
	background-color: #cdda01;
	border: 0px;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.home .FixregisterBtn, .page-template-template-faq .FixregisterBtn{right: -102px}
.FixregisterBtn:hover {
	color: #fff;
	background-color: #10cfc9;
}
header .headerlogo{width: 190px; display: inline-block;}
.headerlogo svg{width: 100%; height: auto;}
.headerlogo svg path, .page-template-register-your-interest header.shrink .headerlogo svg path,
.page-template-register-as-broker header.shrink .headerlogo svg path{fill:#201547}
.page-template-register-your-interest .headerlogo svg path,
.page-template-register-as-broker .headerlogo svg path{fill:#ffffff}
header.shrink .headerlogo{width: 130px; line-height: 0px;}
.home header .headerlogo, .page-template-template-location .headerlogo, .page-template-template-our-vision .headerlogo,
.page-template-template-premier-collection .headerlogo, .page-template-template-specification .headerlogo,
.page-template-template-team .headerlogo{display: none;}
.home header.shrink .headerlogo, .page-template-template-location header.shrink .headerlogo, .page-template-template-our-vision header.shrink .headerlogo,
.page-template-template-premier-collection header.shrink .headerlogo, .page-template-template-specification header.shrink .headerlogo,
.page-template-template-team header.shrink .headerlogo{display: inline-block;}
#navigation-menu .logo {
	max-width: 215px;
	width: 100%;
	margin: 0 auto ;
	display: inline-block;
}
#homeBanner {
	height: 100%;
	background-color: #201547;
	position: relative;
	min-height: 40vw;
}
#homeBanner::before {
	content: '';
	display: block;
	padding-top: 53%;
}
#homeBanner canvas {
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	display: block;

}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* IE10+ CSS */
	#homeBanner canvas {
		background: url('images/ie-home-image.jpg');
	background-repeat: no-repeat;
	}
}

/* #homeBanner::after
{
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	width: 70px;
	background-color: rgba(255, 255, 255, 0.1);
visibility: visible;
	left: 0px;
	top: 0px;
} */
.logoHolder {
	max-width: 1370px;
	width: 100%;
	padding: 20px 50px;
	margin: 2% auto;
/*	position: relative;*/
	z-index: 2;
	text-align: center;
}



.logoHolder a.logo {

	max-width: 38.80vw;
	width: 100%;
	display: inline-block;
}
.logoHolder .logo img {
	width: 100%;
	height: auto;
}
.bannerTagline {
	font-size: 2.60vw /*50px*/;
	line-height: 3.125VW/*60px*/;
	color: #fff;
	font-family: 'Gotham-Medium';
	text-transform: uppercase;
	margin-top: 4vw;
	margin-bottom: 30px;
}
.twoBtn
{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.twoBtn a.btnLink{
	font-size: 1.56vw /*30px*/;
	line-height: 1.87vw /*36px*/;
	letter-spacing: -0.30px;
	font-family: 'Gotham-Book';
	text-decoration: none;
		text-transform: uppercase;
		border: 1px solid #cdda01;
		color: #cdda01;
		padding:3px 10px;
		margin: 10px 20px;
		white-space: nowrap;
}
.twoBtn a.btnLink:hover
{
	color: #10cfc9;
	border: 1px solid #10cfc9;
}

.popup_block {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0%;
	padding: 0;
	z-index: 999999;
	margin: 0 auto !important;
	display: none;
	right: 0;
	height: 100%
}
.popup_block:after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}
* html .popup_block {
	zoom: 1;
} /* IE6 */
*:first-child+html .popup_block {
	zoom: 1;
} /* IE7 */
.popUpContent {
	height: 100%;
	position: relative;
	overflow: hidden;
padding: 0px 50px;
}
@media all and (orientation: landscape) {
	.popUpContent {
	padding: 0px 50px;
	}
}
@media all and (orientation: portrait) {
	.popUpContent {
	padding: 50px 0px;
	}
}
.popUpContent > div{
  height: 100%;
}
.popUpHolder {
	position: relative;
	margin: 0px auto;
	background: #000;
	padding: 0;
	height: 100%
}
.popUpHolder:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.closePopUpTrigger {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: auto;
	background: url('images/close-btn-white.svg') no-repeat center center;
  background-color: #10cfc9;
	width: 40px;
	height: 40px;
	background-size: 30px 30px;
	cursor: pointer;
	z-index: 111;
}
.videoframe {
	position: relative;
	overflow: hidden;
	padding-top: 45.25%;
	height: 100%
}
.videoframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.popUpHolder .videoframe
{
  background: url('images/ajax-loader.svg');
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}





.bottomScroll {
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -20px;
	z-index: 2;
	margin-top: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: inline-block;
	background: url(images/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
}
.topToScroll {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 50px;
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(images/back-to-top.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
	cursor: pointer;
}
#page-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	flex: 1;
	min-height: 100%;
	height: 100%;
}
.container {
	max-width: 1370px;

	width: 100%;
	padding: 20px 50px;
	margin: 0 auto;
	position: relative;
}
#header .container
{
	    position: unset;
			padding-top: 16px ;
				padding-bottom:  16px ;
				max-width: 1640px;
				display: flex;
align-items: center;
height: 100%;
}
.textOnImage {
	position: relative;
}
.textHolder {
	position: relative;
	z-index: 2;
	font-family: 'Gotham-Book';
	max-width: 970px;
	padding-top: 10%;
}
.textHolder p:last-of-type {
	padding-bottom: 0px;
}
.textOnImage .textHolder {
	padding-top: 6%;
}
.textOnImage .textHolder > div {
	max-width: 970px;
}
.textOnImage .textHolder h1 {
	font-size: 5.72vw /*110px*/;
	line-height: 5.98vw /*115px*/;
}
.moreLink {
	display: inline-block;
	clear: both;
	color: #201547;
	border: 1px solid #201547;
	font-size: 20px;
	line-height: 22px;
	min-width: 200px;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.moreLink:hover {
	color: #10cfc9;
	border: 1px solid #10cfc9;
	text-decoration: none;
}
.loaderImg {
	margin: 0 auto;
}
.sectionHeading {
	font-size: 70px;
	line-height: 120px;
	font-family: 'Quickpen';
	margin-bottom: 30px;
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
}
#ImageRowSection .sectionHeading {
	font-size: 3.64vw /*70px*/;
	line-height: 6.25VW /*120px*/;
	font-family: 'Quickpen';
	margin-bottom: 30px;
	transform: rotate(-31deg);
	-webkit-transform: rotate(-31deg);
	-webkit-transform: rotate(-31deg);
	-moz-transform: rotate(-31deg);
	-ms-transform: rotate(-31deg);
	-o-transform: rotate(-31deg);
}
.responsiveTitle
{
	display: none;

}

.desktopTitle
{
	display: block;
}
#ourVision {
width: 100%;
background: rgba(32,21,71,0.05);
	position: relative;
	z-index: 1;
}

#ourVision .imageHolder .OF-cover
{
	object-position: left center;
}
#ourVision.textOnImage .textHolder > div
{
	max-width: 870px;
	color: #201547;
font-size: 20px;
line-height: 24px;
letter-spacing: 0px;
margin: 0 auto;
}
#ourVision.textOnImage .textHolder {

    margin: 0 auto;
		max-width: 970px;
text-align: center;
padding: 6% 0px;
}
#ImageRowSection {
	position: relative;
	z-index: 2;
	margin-top: 0px;
}
#ImageRowSection::before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 60%;
	background: rgba(32,21,71,0.05);
	z-index: -1;
}
#ImageRowSection .container {
    max-width: 1640px;
	}
.imgTxtRow {
	margin-bottom: 90px;
}
#ImageRowSection .imgTxtRow{
	margin-top: -150px;
	position: relative;
}
#ImageRowSection .imgTxtRow:nth-of-type(1){

	margin-top: 90px;
}
#ImageRowSection .imgTxtRow:nth-child(odd), #ImageRowSection .imgTxtRow:nth-child(odd) .col_1_1 {
	-webkit-flex-flow: row-reverse wrap;
	flex-flow: row-reverse wrap
}

 #ImageRowSection .imgTxtRow:nth-child(odd) .col_1_1 .col .image3
{
	margin: 0 0 0 auto
}
 #ImageRowSection .imgTxtRow:nth-child(odd) .col_1_1 .col .image2{
	 right: 9%;
 }
#ImageRowSection .imgTxtRow:nth-child(even) .sectionHeadingg{
	margin-left: -45%;
	margin-bottom: 25%;
margin-top: -50%;
}
#ImageRowSection .imgTxtRow:nth-child(odd) .sectionHeading {
	margin-right: -50%;
	/* float: right; */
	margin-top: 30px;
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
}
#ImageRowSection .imgTxtRow:nth-of-type(4) .sectionHeading {
	margin-right: 0%;
	margin-left: 10%;
	/* float: left; */
	margin-top: 30px;
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
}

#ImageRowSection .imgTxtRow:nth-child(1), #ImageRowSection .imgTxtRow:nth-child(1) .col_1_1 {
	-webkit-flex-flow:row wrap;
	flex-flow: row wrap;
}
#ImageRowSection .imgTxtRow:nth-child(1) .sectionHeading, #ImageRowSection .imgTxtRow:nth-child(even) .sectionHeading{
	margin-left: -45%;
	margin-bottom: 25%;
margin-top: -45%;
float: none;
margin-right: auto;
}
#ImageRowSection .imgTxtRow:nth-child(3) .sectionHeading, #ImageRowSection .imgTxtRow:nth-of-type(5) .sectionHeading{
	margin-right: -65%;
	margin-bottom: 5%;
	margin-top: 15%;
float: none;
text-align: right;
}
#ImageRowSection .imgTxtRow:nth-of-type(5) .sectionHeading{
	margin-top: 0%;
}
#ImageRowSection .imgTxtRow:nth-child(4) .sectionHeading {

    margin-top: -35%;
	}
#ImageRowSection .imgTxtRow:nth-child(1) .col_1_1 .col .image2 {
    right: 0%;
}
#ImageRowSection .imgTxtRow:nth-child(1) .col_1_1 .col .image3
{
 margin: 0
}
#ImageRowSection .imgTxtRow:nth-child(1) .col_1_1 .col .image3 .ImgCell:before
{
	padding-top: 75%;
}

#ImageRowSection .imgTxtRow:nth-child(2){ z-index: 1; margin-top: 0px;}
#ImageRowSection .imgTxtRow:nth-child(3){margin-top: -150px; z-index: 0;}
.ImgCell {
	position: relative;
	overflow: hidden;
}
#ImageRowSection .imgTxtRow  .col_1_1{
	width: 100%;
	align-items: center;
	z-index: 0;
	/* margin-bottom:120px; */
		margin-bottom:0px;
	/* display: none; */
}
/* #ImageRowSection .imgTxtRow:nth-child(1) .col_1_1{display: flex;} */
/* #ImageRowSection .imgTxtRow .imageHolder{bottom: auto;} */
#ImageRowSection .imgTxtRow  .col_1_1 .col:first-child
{
	position: relative;
	width: 31%;
	z-index: 1;
	overflow: visible;

}
#ImageRowSection .imgTxtRow  .col_1_1 .col:last-child
{
	position: relative;
	width: 69%;
	margin-top: -5%;
	z-index: 0;
	overflow: visible;
}

#ImageRowSection .imgTxtRow  .col_1_1 .col > div
{
	width: 100%;
	position: relative;
}
#ImageRowSection .imgTxtRow  .col_1_1 .col .image2
{
	width: 109%;
}
#ImageRowSection .imgTxtRow  .col_1_1 .col .image2::before
{
	content: '';
	display: block;
	padding-top: 120%;
}
#ImageRowSection .imgTxtRow  .col_1_1 .col .image1
{
	margin-bottom: 90px;
}
#ImageRowSection .imgTxtRow  .col_1_1 .col .image1::before
{
	content: '';
	display: block;
	padding-top: 58%;
}
#ImageRowSection .imgTxtRow  .col_1_1 .col .image3
{
	max-width: 66%;
}
#ImageRowSection .imgTxtRow  .col_1_1 .col .image3::before
{
	content: '';
	display: block;
	padding-top: 74%;
}

.imgTxtRow .ImgCell {
	width: 57%;
	position: relative;
}
.imgTxtRow .ImgCell:before {
	content: "";
	display: block;
	padding-top: 60%;
}
.imgTxtRow .TextCell {
	width: 43%;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 1;
}
.imgTxtRow .TextCell div {
	width: 100%;
}


#ImageRowSection .imgTxtRow .ImgCell {
	width: 44%;
	position: relative;
}
#ImageRowSection .imgTxtRow .ImgCell:before {
	content: "";
	display: block;
	padding-top: 69%;
}
#ImageRowSection .imgTxtRow .TextCell {
	width: 56%;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 1;
}
#ImageRowSection .imgTxtRow .TextCell p:last-of-type{padding: 0px;}
#ImageRowSection .imgTxtRow .TextCell div {
	width: 100%;
	max-width: 540px;
}
#ImageRowSection .imgTxtRow:nth-child(2) .ImgCell, #ImageRowSection .imgTxtRow:nth-child(4) .ImgCell{
	width: 41%;
}
#ImageRowSection .imgTxtRow:nth-child(2) .ImgCell:before, #ImageRowSection .imgTxtRow:nth-child(4) .ImgCell:before,
#ImageRowSection .imgTxtRow:nth-child(5) .ImgCell:before
{
	padding-top: 74%;
}
#ImageRowSection .imgTxtRow:nth-child(2) .TextCell, #ImageRowSection .imgTxtRow:nth-child(4) .TextCell{
	width: 59%;
}
#ImageRowSection .imgTxtRow:nth-child(3) .ImgCell{
	width: 65%;
}
#ImageRowSection .imgTxtRow:nth-child(3) .ImgCell .imageHolder{transform:rotateY(180deg);}
#ImageRowSection .imgTxtRow:nth-child(3) .TextCell{
	width: 35%;
}

#ImageRowSection .imgTxtRow:nth-child(5) .ImgCell{
	width: 65%;
}
#ImageRowSection .imgTxtRow:nth-child(5) .ImgCell .imageHolder{transform:rotateY(180deg);}
#ImageRowSection .imgTxtRow:nth-child(5) .TextCell{
	width: 35%;
}
#ImageRowSection .imgTxtRow:nth-child(5){margin-bottom: 60px;}
#ImageRowSection .imgTxtRow:nth-child(odd) .TextCell {
	padding-right: 10%;
}
#ImageRowSection .imgTxtRow:nth-child(even) .TextCell, #ImageRowSection .imgTxtRow:nth-child(1) .TextCell {
	padding-left: 10%;
}
#ImageRowSection .imgTxtRow:nth-child(2) .TextCell {
	padding-left: 17%;
}
#ImageRowSection .imgTxtRow:nth-of-type(4) .TextCell {
	padding-left: 10%;
}
#ImageRowSection .imgTxtRow:last-of-type {
	margin-bottom: 90px;
}
#FullImageRow:before {
	content: "";
	display: block;
	padding-top: 37%;
}
.home #FullImageRow {
	z-index: 1;
	position: relative;
	margin-top: 0px;
}
/* .home #FullImageRow .imageHolder
{
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
#LatestNews .container > h2 {
	font-size: 5.72vw /*110px*/;
	line-height: 5.98vw /*115px*/;
	text-align: center;
	margin-bottom: 60px;
}
.page-template-template-news-php #LatestNews .container > h2 {
	text-align: left;
}
#LatestNews .container {
	padding: 60px 50px;
}
.topspace {
	margin-top: 80px;
}
.page-template-template-news-php #LatestNews .container {
	padding: 40px 50px 80px 50px;
}
.NewsList .col {
	padding-bottom: 20px;
}
.NewsList .col:nth-child(odd) {
	padding-right: 10px;
}
.NewsList .col:nth-child(even) {
	padding-left: 10px;
}
.NewsList .col > div {
	border: 1px solid #cecece;
	background: #fff;
	height: 100%;
}
.NewsList .col > div .ImgCell:before {
	content: "";
	display: block;
	padding-top: 63%;
}
.NewsList .col > div a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.NewsList .col > div .TextCell {
	padding: 35px 20px;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}
.NewsList .col > div .TextCell  span
{
	color: #554A80;
	font-size: 15px;
	line-height: 18px;
		font-family: 'Gotham-Book';
}
.NewsList .col > div .TextCell h2 {
	font-size: 25px;
	line-height: 33px;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
.NewsList .col > div .TextCell h2{
	color: #201547;
	font-family: 'Gotham-Book';
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	-o-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
}
.NewsList .col > div a:hover .TextCell h2  {
	color: #cedc00;
}
.zoomIn img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.NewsList .col > div a:hover .zoomIn img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	filter: brightness(.7);
	-webkit-filter: brightness(.7);
}
#blog_listing {
	margin-bottom: 30px;
}
.viewmore {
	max-width: 225px;
	margin: 0 auto;
	display: block;
}
#loadmore img {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 10px;
	opacity: 0;
}
#loadmore.loading img {
	opacity: 1;
}
#loadmore {
	position: relative;
}
#SingleNews .container {
	position: relative;
	width: 100%;
	padding-bottom: 0px;
}
.SingleDetails {
	background: #fff;
	border: 1px solid #cecece;
	padding: 0px;
	max-width: 1270px;
	width: 100%;
	position: relative;
	margin-top: 70px;
	padding-bottom: 40px;
}
.SingleDetails h2 {
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 35px;
}
.SingleDetails .meta {
	padding-bottom: 30px;
	display: block;
}
.SingleDetails .ImgCell:before {
	content: "";
	display: block;
	padding-top: 63%;
}
.InnerContent {
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}
.norecord {
	width: 100%;
	max-width: 700px;
	text-align: center;
	margin: 60px auto;
}
.NorecordFound {
	width: 100%;
	max-width: 700px;
	text-align: center;
	padding: 20px 0px;
	margin: 40px auto;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Gotham-Medium';
}
.pageNotFound {
	width: 100%;
	max-width: 700px;
	text-align: center;
	margin: 70px auto;
}
.pageNotFound > div {
	border: 6px solid #201547;
	width: 250px;
	height: 250px;
	margin: 0px auto;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.pageNotFound > div span {
	color: #201547;
	font-size: 80px;
	position: absolute;
	right: 24px;
	top: 46%;
	font-weight: bold;
	left: 0px;
	width: 100%;
}
.pageNotFound h3 {
	font-size: 45px;
	line-height: 47px;/* line-height: 55px; */
}
#PageHeader {
	/*	min-height: 1000px;*/
	position: relative;
}
#PageHeader::before {
	content: '';
	display: block;
	padding-top: 51%;
}
#PageHeader .textHolder h1, #PageHeader .textHolder {
	color: #fff;
}
#PageHeader .textHolder h1 {
	font-size: 80px;
	line-height: 86px;
}
#PageHeader .textHolder {
	padding: 5% 0px;
}
/*
#PageHeader .imageHolder.overlay::before {
	content: '';
	background: rgba(0,0,0,0.40);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
*/
#PageHeader .textHolder {
	max-width: 430px;
	padding-top: 0%;
}
#PageHeader .textHolder.black {
	color: #000;
	    background: rgba(255,255,255,0.7);
    padding: 30px 45px 50px 45px;
}
#PageHeader .textHolder.black h1 {
	color: #201547;
	margin-bottom: 30px;
}
#TeamInfo .container {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 50px;
}
#TeamInfo .container .teamContent > span {
	text-transform: uppercase;
	padding-bottom: 10px;
	display: block;
}
.teamLogo {
	width: 55%;
	padding-right: 20px;
	text-align: center;
	float: left;
}
.teamLogo img {
	margin: 0 auto;
}
.teamRow:first-of-type .teamLogo img:first-child {

	max-width: 100%;
}
.teamContent {
	width: 45%;
	float: right;
	padding-left: 20px;
}
.teamContent p:last-of-type
{
	padding-bottom: 0px;

}
.teamContent img {
	margin-bottom: 15px;
	width: 100%;
}
.teamRow {
	padding: 50px 0px 50px 0px;
	border-bottom: 1px solid #cecece;
	clear: both;
	overflow: hidden;
	display: block;
}
.teamRow:last-of-type {
	border: 0px;
}
#LocationMap {
	position: relative;
	z-index: 2;
	margin-top: -70px;
}
.ZoomMapContainer
{
	position: relative;
	width: 100%;
}
#ImageMapresponsive::before, #ImageMap::before {
	content: '';
	display: block;
	padding-top: 73%;
}
#ImageMapresponsive, #ImageMap
{
	height:	100%;
	z-index: 8;
}
.disableZoom
{
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
/*	background-color: rgba(0,0,0,0.1);*/
}
#ImageMapresponsive {
	display: none;
}
#LocationMap .container {
	padding-bottom: 0px;
}
#connections {
	padding: 0px 50px;
}
#connections .container {
	background: #fff;
	border: 1px solid #cecece;
	padding: 20px;
	max-width: 1270px;
	width: 100%;
	position: relative;
	margin-bottom: 70px;
}
.slideshow, .buildingslideshow {
	opacity: 0;
	visibility: hidden;
	position: relative;
}
.buildingslideshow{
	overflow: hidden;
}
.slideshow.loaded, .buildingslideshow.loaded {
	opacity: 1;
	visibility: visible;
}
#BuildingSlider {
	position: relative;
	clear: both;
}
.buildingslideshow {
	padding: 15px 15px 90px 15px;
	overflow: hidden;
}
.ImageSlide
{
	position: relative;
}
.selectedBuilding span
{
	color: #10cfc9;
}
.buildingslideshow .ImageSlide {
	padding: 0px 30px;
}
.buildingslideshow .ImageSlide a {
	position: relative;
	cursor: pointer;
}
.buildingslideshow .ImageSlide span {
	width: 100%;
	text-transform: uppercase;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.buildingslideshow .slick-list {
	overflow: visible;
	background: url('images/building-bg.svg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto 87%;
}

.buildingslideshow .slick-list
{
	background-size: 100% 87%\9;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	.buildingslideshow .slick-list
{
	background-size: 100% 87%;
}
}
.buildingslideshow .ImageSlide img {
	width: 100%;
	max-width: 155px;
	margin: 0 auto;
}
.buildingslideshow .slick-track {
}
#connectionSection {
	width: 100%;
	padding: 50px 5%;
}
#connectionSection > div {
	width: 50%;
}
#connectionSection > div .sectionHeading
{
	margin-bottom: 20%;
}

.connectionContent {
	position: relative;
	z-index: 2;
}
.connectionContent > div {
	padding: 20px 11%;
}
.connectionContent > div p:last-of-type {
	padding-bottom: 0px;
}
.ConnectionImage {
	position: relative;
}
.ConnectionImage::before {
	content: '';
	display: block;
	padding-top: 60%;
}
.connectionSlider {
	position: relative;/*	padding-bottom: 50px;*/
}
.nextPrevCollection {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
}
.ms-caption {
	font-family: 'Gotham-Light';
	font-weight: normal;
	font-size: 14px !important;
	line-height: 20px !important;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	text-align: right;
	background-color: rgba(256,256,256,0.70);

/*
	-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
transition:         all .3s ease-in-out;
*/
}
/*
.slick-current h4.caption, .ms-caption {
	opacity: 1;
}
*/
.nextPrevCollection button.slick-arrow, button.slick-arrow {
	width: 25px;
	height: 20px;
	font-size: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 25px 20px;
	background-color: #fff;
}
#BuildingSlider button.slick-arrow {
	position: absolute;
	bottom: 20px;
}

.connectionSlider button.slick-arrow {
	position: absolute;
	bottom: 10px;
}
button.slick-next.slick-arrow {
	left: 50px;
}
.connectionSlider .nextPrevCollection button.slick-next.slick-arrow {
	background-image: url('images/next.svg');
	margin-left: 5px;
}
.connectionSlider .nextPrevCollection button.slick-prev.slick-arrow {
	background-image: url('images/previous.svg');
	margin-right: 5px;
}
.nextPrevCollection button.slick-next.slick-arrow, button.slick-next.slick-arrow {
	background-image: url('images/next-teal.svg');
	margin-left: 5px;
}
.nextPrevCollection button.slick-prev.slick-arrow, button.slick-prev.slick-arrow {
	background-image: url('images/previous-teal.svg');
	margin-right: 5px;
}
.nextPrevCollection button.slick-next.slick-arrow.slick-disabled, button.slick-next.slick-arrow.slick-disabled {
	background-image: url('images/next-disable.svg');
}
.nextPrevCollection button.slick-prev.slick-arrow.slick-disabled, button.slick-prev.slick-arrow.slick-disabled {
	background-image: url('images/previous-disable.svg');
}
#LocationHighlights {
	padding: 0px 5% 50px 5%;
	width: 100%;
}
.nearbyList {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.nearbyList li {
	width: 100%;
}
#LocationHighlights .col_2 .nearbyList {
	width: 50%
}
#LocationHighlights .col_1 .nearbyList {
	width: 100%
}
#LocationHighlights ul.nearbyList:first-child {
	border-right: 1px solid #cecece;
	padding-right: 10%;
}
#LocationHighlights ul.nearbyList:last-child {
	padding-left: 10%;
}
#LocationHighlights ul.nearbyList li div {
	height: 100%;
	width: 100%;
	position: relative;
	padding: 10px 0px 10px 60px;
	display: table;
}
#LocationHighlights ul.nearbyList li div img {
	vertical-align: middle;
	position: absolute;
	max-width: 55px;
	max-height: 50px;
	left: 0px;
	top: 50%;
	margin-top: -25px;
}
#LocationHighlights ul.nearbyList li div span {
	padding: 3px 5px;
	display: table-cell;
	vertical-align: middle;
	/*
	width: 100%;
	max-width: 300px;
*/
	font-weight: 300;
}
#LocationHighlights ul.nearbyList li div span:last-child {
	font-weight: 400;
	width: 90px;
	text-align: right;
}
.page-template-template-our-vision-php .sectionHeading {
	font-size: 65px;
	line-height: 75px;
	margin-left: 5%;
}
#rowOne, #rowFour {
	position: relative;
	z-index: 2;
	margin-top: -70px;
	margin-bottom: 80px;
}
#rowOne .imgTxtRow .ImgCell:before {
	content: "";
	display: block;
	padding-top: 65%;
}
#rowOne .imgTxtRow .TextCell {
	padding-left: 10%;
	width: 43%;
}
#rowOne .imgTxtRow{margin-top: 0px;}

#rowOne .imgTxtRow .ImgCell {
    width: 57%;
    position: relative;
}
#rowTwo {
	overflow: visible;
}
#rowTwo .leftSide .imgTitle .ImgCell:before {
	content: "";
	display: block;
	padding-top: 75%;
}
#rowTwo .leftSide .imgTitle
{

	-webkit-flex-flow: row-reverse wrap;
	flex-flow: row-reverse wrap
}
#rowTwo .leftSide .imgTitle .ImgCell {
	width: 52%;
}
#rowTwo .leftSide .imgTitle .sectionHeading {
	z-index: 3;
	position: relative;
	margin-left: -2%;
	width: 50%;
}
#rowTwo .leftSide .TextCell {
	padding: 100px 10% 80px 10%;
	max-width: 585px;
}
#rowTwo .leftSide .TextCell div p:last-of-type
{
	padding-bottom: 0px;
}
#rowTwo .leftSide .TextCell blockquote, #rowThree .TextCell blockquote {
	font-size: 28px;
	line-height: 45px;
	color: #201547;
}
#rowTwo > .container > div:first-child {
	width: 67%;
}
#rowTwo > .container > div:last-child {
	width: 33%;
}
#rowTwo .rightSide .sectionHeading {
	margin-top: -190px;
	text-align: center;
	margin-left: -50%;
	position: relative;
	z-index: 2;
}
#rowTwo .rightSide .ImgCell {
	position: relative;
	max-width: 310px;
	margin: 0 auto 20px 0;
}
#rowTwo .rightSide .ImgCell::before {
	content: '';
	display: block;
	padding-top: 135%;
}
#rowThree {
	position: relative;
	z-index: 2;
	margin-top: -55px;
}
#rowThree > .container {
	padding-top: 0px;
}
#rowThree .TextCell {
	width: 57%;
	max-width: 515px;
}
#rowThree .TextCell > div {
	padding: 30px 80px;
}
#rowThree .TextCell > div p:last-of-type
{
	padding-bottom: 0px;
}
#rowThree .imgTxtRow:nth-child(2) .TextCell > div {
	padding: 30px 0% 30px 80px;
}
#rowThree .ImgCell, #rowThree .ImageHeading {
	max-width: 415px;
	width: 100%;
	margin: 0 0 20px auto;
}
#rowThree .ImageHeading .ImgCell {
	max-width: 100%;
	margin: 0 auto;
}
#rowThree .ImgCell::before {
	content: '';
	display: block;
	padding-top: 75%;
}
#rowThree .ImageHeading .sectionHeading {
	position: relative;
	z-index: 2;
	text-align: right;
}
#rowThree .imgTxtRow {
	margin-bottom: 10px;
}
#rowThree .imgRow .ImageHeading {
	margin: 0px;
	width: 100%;
	max-width: 100%;
	padding: 0px 80px;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#rowThree .imgRow .ImageHeading .sectionHeading {
	text-align: center;
	margin-left: -10%;
	margin-bottom: -30%;
}
#rowThree .imgRow {
	margin: 20px auto 80px auto;
}
#rowThree .imgRow .ImageHeading .ImgCell {
	max-width: 620px;
	margin: 0px;
}
#MediumImageRow {
	max-width: 1535px;
	margin: 0 auto;
}
#MediumImageRow:before {
	content: "";
	display: block;
	padding-top: 42%;
}
#rowFour .leftSide {
	width: 63%;
	float: left;
}
#rowFour .rightSide {
	width: 37%;
	float: left;
	padding-left: 20px;
	padding-right: 8.5%;
}
#rowFour .container {
	max-width: 1635px;
	padding: 20px 50px;
}
#rowFour .rightSide .ImageHeading .ImgCell::before, #rowFour .leftSide .ImageHeading .ImgCell::before {
	content: '';
	display: block;
	padding-top: 79%;
}
#rowFour .leftSide .ImageHeading .ImgCell {
	margin: 0px 0px 0px auto;
}
#rowFour .leftSide .ImageHeading:nth-of-type(1) .ImgCell {
	width: 44%;
}
#rowFour .leftSide .ImageHeading:nth-of-type(1) .sectionHeading {
	width: 56%;
	text-align: right;
	margin-left: auto;
	margin-right: -10%;
	margin-bottom: -15%;
	position: relative;
	z-index: 2;
}
#rowFour .leftSide .ImageHeading:nth-of-type(2) {
	padding: 100px 10% 0px 0px;
}
#rowFour .leftSide .ImageHeading:nth-of-type(2) .ImgCell {
	width: 75%;
}
#rowFour .leftSide .ImageHeading:nth-of-type(2) .ImgCell::before {
	content: '';
	display: block;
	padding-top: 58%;
}
#rowFour .leftSide .ImageHeading:nth-of-type(2) .sectionHeading {
	width: 25%;
	text-align: right;
	margin-left: auto;
	margin-right: -10%;
	margin-bottom: -15%;
	position: relative;
	z-index: 2;
}
#rowFour .rightSide .ImageHeading .sectionHeading {
	margin-left: 10%;
	margin-top: -7%;
	position: relative;
	z-index: 2;
}
#rowFour .rightSide .TextCell {
	padding-top: 80px;
}
.collectionMenu {
	width: 100%;
	margin: 0 auto;
	background: #201547;
	text-align: center;
}
.collectionMenu ul {
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
	width: 100%;
}
.collectionMenu ul li {
	display: inline-block;
	padding: 0px;
}
.collectionMenu ul li a {
	font-family: 'Gotham-Book';
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	display: block;
	padding: 7px 15px;
	position: relative;
}
.collectionMenu ul li:last-child a::after {
	display: none;
}
.collectionMenu ul li a::after {
	content: '';
	width: 1px;
	height: 16px;
	background-color: #fff;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	margin-right: -2px;
}
.collectionMenu ul li.current_page_item a {
	color: #10cfc9;
	font-family: 'Gotham-Medium';
}
.textLink {
	color: #10cfc9;
	font-family: 'Gotham-Medium';
}
.textLink::after {
	content: '>';
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}
#ImageTextRow .TextCell {
	width: 55%;
	background: #fff;
	padding-right: 20px;
	padding-left: 1px;
}
#ImageTextRow .TextCell > div {
	max-width: 520px;
}
#ImageTextRow .TextCell > div h1, #Gallery h1 {
	margin-bottom: 80px;
}
#ImageTextRow .ImgCell {
	width: 45%;
}
#ImageTextRow .ImgCell::before {
	content: '';
	display: block;
	padding-top: 70%;
}
#collectionSlider .ImageSlide {
	position: relative;
	min-height: 400px;
}
#collectionSlider .ImageSlide::before {
	content: '';
	display: block;
	padding-top: 43%;
}
#collectionSlider .slideshow {
	margin-bottom: 15px;
}
#collectionSlider .nextPrevCollection {
	position: relative;
}
#TextRow > .container > div {
	float: left;
}
#TextRow > .container > div p:last-of-type {
	padding-bottom: 0px;
}
#TextRow > .container > div:first-child {
	padding: 40px 5% 60px 16%;
	width: 55%;
}
#TextRow > .container > div:last-child {
	padding: 40px 10% 60px 5%;
	width: 45%;
}
ul.stylise {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.stylise li, ul.stylise li a {
	display: block;
	position: relative;
}
ul.stylise li a::before {
	content: '';
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 15px;
	width: 32px;
	height: 32px;
	background: url('images/circle-arrow.svg');
	background-repeat: no-repeat;
	background-size: 31px 31px;
}
#MapImgText img {
	max-width: 100%;
	margin: 0 auto 0 7%;
}

#MapImgText .sectionHeading.respShow
{
	display: none;
}

#MapImgText .sectionHeading.deskShow
{
	display: block;
}
#MapImgText .TextOverlay {
	width: 50%;
	float: right;
	padding: 20px 5% 60px 5%;
	margin-top: -25%;
	position: relative;
	z-index: 2;
}
#MapImgText .TextOverlay > div {
	padding: 10px 10px 10px 30px;
	max-width: 390px;
	font-size: 20px;
	line-height: 30px;
}
.apartmentFinder {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0px;
	background: #201547;
	text-align: center;
	font-family: 'Gotham-Medium';
	color: #fff;
}
.apartmentFinder h2 {
	color: #fff;
	font-size: 80px;
	line-height: 100px;
	margin-bottom: 60px;
}
.apartmentFinder p {
	padding-bottom: 10px;
}
.apartmentFinder a:hover {
	color: #cedc00;
}
#Gallery {
	padding-top: 100px;
	margin-bottom: 100px;
}
#Gallery .container {
    max-width: 1640px;
	}
#Gallery .ImageSlide::before {
	content: '';
	display: block;
	padding-top: 56%;
}
#GalleryGrid:after {
    visibility: hidden;
    display: block;
    font-size: 0px;
    content: " ";
    clear: both;
    height: 0%;
}
/* #GalleryGrid{
	display: flex;
	flex-flow: row wrap;

} */
#Gallery .slideshow {
	margin-bottom: 15px;
}
#Gallery .backLink {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
}
#Gallery .backLink::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: 30px;
	height: 30px;
	background: url('images/back-btn.svg');
	background-repeat: no-repeat;
	background-size:

}
#Specification {
	margin-top: 30px;
	margin-bottom: 60px;
}
#Specification .col_1_1 .col {
	font-size: 14px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#Specification .col_1_1 .col:first-child {
	padding-right: 10%;
}
#Specification .col_1_1 .col:last-child {
	padding-left: 10%;
}
#Specification .col_1_1 .col ul {
	padding: 0px;
	list-style: none;
	margin-bottom: 25px;
}
#Specification .col_1_1 .col ul li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background: url('images/dot.svg');
	background-repeat: no-repeat;
	background-size: 5px;
	margin-right: 5px;
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
}
#Specification .col strong, #Specification .col b {
	font-size: 16px;
	line-height: 22px;
	color: #201547;
	font-family: 'Gotham-Medium';
}

#ApartmentSearch h1, #ApartmentDetails h1 {
	font-size: 70px;
	line-height: 80px;
}
.SearchSection {
	padding: 15px 20px 20px 20px;
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #201547;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	clear: both;
}
.SearchSection label {
	display: block;
	padding-bottom: 5px;
}
.SearchSection form > div {
	padding: 5px;
}
.SearchSection input[type=reset] {
	font-size: 14px;
	width: auto;
}
.SearchSection input[type=reset]:hover {
	color: #cdda01;
	background-color: transparent;
}
.SearchSection .builName {
	max-width: 280px;
	width: 100%;
}
.SearchSection .clearbtn {
	width: 50%;
}
.SearchSection .bedroomName {
	max-width: 160px;
	width: 100%;
}
.SearchSection .searchBtn {
	text-align: right;
}
.SearchSection .searchBtn .greenbtn {
	max-width: 215px;
}
.optionalDiv {
	width: 100%;
	max-width: 1270px;
	text-align: center;
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #acacac;
	font-family: 'Gotham-Book';
	padding: 20px 0px;
	margin: 0 auto 10px auto;
}
#collectionMap {
	text-align: center;
	padding: 0px 50px;
	margin-bottom: 70px;
}
#collectionMap .container {
	border: 1px solid #201547;
	max-width: 1270px;
	padding: 20px 80px;
}
#collectionMap h2 {
	font-size: 60px;
	line-height: 66px;
}
#collectionMap span {
	text-transform: uppercase;
	font-size: 16px;
}
#collectionMap .mapHolder {
	padding: 0px;
	margin: 20px auto 50px auto;
	position: relative;
}
#collectionMap .mapHolder img {
	width: 100%;
	max-width: auto;
}
#collectionMap .mapHolder svg {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#building_1 polygon, #building_2 polygon, #building_3 polygon, #building_4 polygon, #building_5 polygon {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
#building_1 polygon:hover, #building_2 polygon:hover, #building_3 polygon:hover, #building_4 polygon:hover, #building_5 polygon:hover {
	fill: #201547;
}
.buildinghover {
	position: relative;
	cursor: pointer;
}
#preview {
	position: fixed;
	background: #fff;
	padding: 5px 15px;
	display: none;
	color: #201547;
	z-index: 5;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Gotham-Medium';
}
#searchResult {
	margin-bottom: 70px;
}
#searchResult .container {
	padding-top: 0px;
}
table.stylise {
	border-left: 0px;
	border-top: 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Gotham-Book';
	margin: 0px;
}
table.stylise th {
	font-size: 14px;
	text-transform: uppercase;
	color: #201547;
	background: transparent;
	font-family: 'Gotham-Book';
}
table.stylise th, table.stylise td {
	border-right: 0px;
	border-bottom: 1px solid #000;
	padding: 12px 10px;
}
.searchList table.stylise td.norecordfound
	{
		padding: 10px;
		border: 0px !important;
	}
.searchList table.stylise tr.nobg
{
	background-color:transparent !important;
}

.buildingName {
	width: 110px;
}
.apartMentName {
	width: 110px;
}
.bedroom {
	width: 150px;
}
.floor {
	width: 100px;
}
.status {
	width: 100px;
}
.view {
	width: 70px;
}

.specification table{
	    margin-bottom: 0px;
}
.specification table td,
.specification table th{
	padding: 8px 15px;
}
.specification table.stylise {
	text-transform: none;
	font-family: 'Gotham-Book';
/* 	display: none; */
}
.specification table.stylise th, .specification table.stylise td {
	border-right: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 7px 10px;
	text-align: center;
	text-transform: none;
	font-size: 16px;
}
.specification table.stylise tr td:first-child, .specification table.stylise tr th:first-child {
	text-align: left;
}
table.stylise td {
	font-family: 'Gotham-Light';
}
#searchResult table.stylise tr td:first-child, #searchResult table.stylise tr td:last-child {
	font-family: 'Gotham-Book';
}
#ApartmentDetails .SingleApartmentDetails {
	background: #fff;
	border: 1px solid #cecece;
	border-bottom: 1px solid #201547;
	padding: 30px 8%;
	max-width: 1270px;
	width: 100%;
	position: relative;
	margin-top: 70px;
	padding-bottom: 40px;
	clear: both;
}
.SingleApartmentDetails .topDetails > div:first-child {
	width: 70%;
}
.SingleApartmentDetails .topDetails > div:last-child {
	width: 30%;
	text-align: right;
}
.SingleApartmentDetails .topDetails > div span {
	font-size: 20px;
	line-height: 26px;
	font-family: 'Gotham-Medium';
	color: #201547;
	text-transform: uppercase;
	display: block;
}
.SingleApartmentDetails .topDetails > div span.statusType
{
	padding-top: 5px;
	font-size: 22px;
	line-height: 26px;
}
.SingleApartmentDetails .topDetails > div h4 {
	font-size: 50px;
	line-height: 56px;
	margin-bottom: 15px;
}
.floorplanImage {
	width: 100%;
	text-align: center;
	margin: 0px auto 70px auto;
	padding: 80px 8%;
	position: relative;
}
.floorplanImage img, .SingleApartmentDetails .specification > div > div img {
	width: 100%;
}
.floorplanImage::after {
	content: '';
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
	width: 60px;
	height: 60px;
	background: url('images/compass.svg');
	background-repeat: no-repeat;
	background-size: 60px;
}
.shortlistBtn {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-family: 'Gotham-Medium';
	text-transform: uppercase;
	background-color: transparent;
	text-align: center;

}
.shortlistBtn::before {
	content: '+';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	border: 2px solid #201547;
	border-radius: 25px;
	color: #201547;
	font-size: 24px;
	line-height: 26px;
}

.shortlistBtn.remove::before {
	content: '-';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	border: 2px solid #201547;
	border-radius: 25px;
	color: #201547;
	line-height: 24px;
}
#short-listing .shortlistBtn {
	position: relative;
	bottom: 0px;
}

.SingleApartmentDetails .specification > div:first-child {
	width: 40%;
}
.SingleApartmentDetails .specification > div:last-child {
	width: 60%;
	text-align: right;
	padding-left: 8%;
	align-self: flex-end;
}
.SingleApartmentDetails .specification > div:last-child > div {
	width: 50%;
}
.SingleApartmentDetails .specification > div > div:first-child {
	padding-right: 15px;
}
.SingleApartmentDetails .specification > div > div:last-child {
	padding-left: 15px;
	align-self: flex-end;
}
.btnHolder {
	display: block;
	clear: both;
	padding: 20px;
	text-align: center;
	margin-bottom: 70px;
}
.btnHolder a {
	display: inline-block;
	text-align: center;
}
.btnHolder a.returnBtn {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}
#RegisterForm {
	background: #201547;
	padding-bottom: 120px;
	color: #fff;
}
.RegisterFormTxt
{
	padding: 10px;
	margin-bottom: 20px;
}

#RegisterForm .container
{
	    padding: 20px 60px;
			    max-width: 1640px;
}
 #RegisterForm input::-webkit-input-placeholder, #RegisterForm textarea::-webkit-input-placeholder, #RegisterForm input[type="text"]::-webkit-input-placeholder {
 color:#cacaca;
 letter-spacing: 0.8px;
}
#RegisterForm input::-moz-placeholder, #RegisterForm textarea::-moz-placeholder, #RegisterForm input[type="text"]::-moz-placeholder {
 color:#cacaca;
 letter-spacing: 0.8px;
}
#RegisterForm input:-ms-input-placeholder, #RegisterForm textarea:-ms-input-placeholder, #RegisterForm input[type="text"]:-ms-input-placeholder {
 color:#cacaca;
 letter-spacing: 0.8px;
}
#RegisterForm input:-moz-placeholder, #RegisterForm textarea:-moz-placeholder, #RegisterForm input[type="text"]:-moz-placeholder {
 color:#cacaca;
 letter-spacing: 0.8px;
}
#RegisterForm input[type='text'], #RegisterForm input[type='tel'], #RegisterForm input[type='date'], #RegisterForm input[type='email'], #RegisterForm textarea {
	border: 0px;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 10px 0px;
}
#RegisterForm select {
	background-image: url('images/dd-arrow-green.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 40px 12px;
	color: #fff;
	font-size: 16px;
	padding: 3px 32px 3px 0px;
	border-bottom: 1px solid #fff;
	background-color: transparent;
}
#RegisterForm select option {
	color: #000;
	font-size: 14px;
	line-height: 25px;
	padding: 10px 10px;
}
#RegisterForm h1 {
	font-size: 80px;
	line-height: 110px;
	margin-bottom: 70px;
	color: #fff;
	text-align: center;
}
#RegisterForm .ajax-loader {
	position: absolute;
	bottom: auto;
	top: 1px;
	height: 40px !important;
	right: 0;
	left: 50%;
	margin-left: -70px !important;/*background-color: #cedc00;
*/
}
#RegisterForm ul {
	margin: 0px 0px 00px 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
}
#RegisterForm ul li {
	width: 50%;
	padding: 0px 20px 60px 10px;
	position: relative;
}
#RegisterForm ul li .radioContainer{color:#fff; position: absolute; left: 10px; top: -22px}
#RegisterForm ul li .phoneNumber{padding-left: 270px}
#RegisterForm ul li .radioContainer .wpcf7-form-control-wrap{padding-left: 0}
#RegisterForm ul li .radioContainer .wpcf7-list-item{position: relative; padding-left: 23px; margin: 0; padding-right: 15px}
#RegisterForm ul li .radioContainer .wpcf7-list-item-label{display: none;}
#RegisterForm ul li .radioContainer input[type="radio"] { display: none; }
#RegisterForm ul li .radioContainer label{cursor: pointer}
#RegisterForm ul li .radioContainer input[type="radio"] + label span { display: inline-block; width: 16px; height: 16px; margin: -2px 10px 0 0; vertical-align: middle; border-radius: 50%; background-color: #fff; position: absolute; left: 0; top: 0; bottom: 0; margin: auto}

#RegisterForm ul li .radioContainer input[type="radio"] + label span:after{content: ""; background-color: #201547; position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; border-radius: 50%; width: 10px; height: 10px;}

#RegisterForm ul li .radioContainer input[type="radio"]:checked + label span:after{opacity: 0}
#RegisterForm ul li .radioContainer .wpcf7-not-valid-tip{bottom: -30px; }
.radioContainer > span:first-child{display: block; padding-bottom: 10px;}

#RegisterForm ul li .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -40px;
	left: 0px;
}
#RegisterForm ul li.fullwidth {
	width: 100%;
	color: #fff;
}

.checkboxInfo span.wpcf7-list-item
{
	margin:	0px;
}
.checkboxInfo > span:first-child
{
	padding-left: 40px;
	display: block;
}

.checkboxInfo  a
{
	color: #fff;

	 font-family: 'Gotham-Light';

}
.checkboxInfo
{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;

}
.checkboxInfo .wpcf7-form-control-wrap {
	position: relative;
	left: 0px;
}

.checkboxInfo > span:last-child {
	width: 100%;
	min-width: 30px;
	display: block;
}
.checkboxInfo > span:first-child {
	width: 100%;
	display: block;
	padding-left: 40px;
	padding-right: 20px;
}
.checkboxInfo .wpcf7-acceptance {
	position: absolute;
/*	top: -55px;*/
}

.checkboxInfo span.wpcf7-list-item {
	margin: 0px 0px 0px 0px;
	float: left;
}
.checkboxInfo .wpcf7-not-valid-tip {
	position: relative !important;
	top: 0px;
	padding-left: 40px;
}
#RegisterForm ul li.fullwidth:last-of-type {
	width: 100%;
	padding-bottom: 0px;
}
#RegisterForm ul li.fullwidth .wpcf7-submit {
	width: 100%;
	border: 1px solid #fff;
	position: relative;
	background-color: transparent;
}
#RegisterForm ul li.fullwidth .wpcf7-submit:hover {
	color: #000;
background-color: #cdda01;
}
#defaultPage {
	padding-bottom: 70px;
	    min-height: 60%;
}
.SearchSection form {
	width: 100%;
}
.myShortList {
	position: absolute;
	font-size: 14px;
	text-transform: uppercase;
	right: 65px;
	/* top: 25px; */
}
.myShortList svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.myShortList a, .myShortList svg path
{
	-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

/* header.shrink .myShortList a
{
	color:	#fff;
}

header.shrink .myShortList svg path
{
	fill:	#fff !important;
} */
.searchList h4 {
	margin-bottom: 50px;
}


.page-template-template-faq h1, #Gallery h1{
	text-align: center;
}
.page-template-template-faq .container {
    max-width: 1740px;
	}
	.page-template-template-faq .entry
	{
		padding: 30px 40px;
	}
		.page-template-template-faq .entry p:last-child
		{
			padding: 0px;
		}
	.faq_accordion h4.accordion_title	{
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 0.75px;
		font-family: 'Gotham-Medium';
text-transform: uppercase;
		position: relative;
		padding: 30px 100px 30px 40px;
		border-top: 1px solid #07272D;
		margin: 0px;
		cursor: pointer;
			}
			.faq_accordion .accordion_record:last-child h4.accordion_title{border-bottom: 1px solid #07272D;}
			.faq_accordion .accordion_record:last-child h4.accordion_title.active{border-bottom: 0px solid #07272D;}
.faq_accordion h4.accordion_title::after{
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	background: url('images/accordian-arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px 22px;
	-webkit-transition: transform .3s ease-in-out;
-moz-transition:    transform .3s ease-in-out;
-o-transition:      transform .3s ease-in-out;
transition:         transform .3s ease-in-out;
}
.faq_accordion h4.accordion_title.active::after{
	transform: rotate(180deg) translateY(50%);
}
.accordion_text{
	display: none;
	padding: 0px 40px 10px 40px;
	font-size: 20px;
    line-height: 26px;
}
.faq_accordion .accordion_record
{
	-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
transition:         all .3s ease-in-out;
}
.faq_accordion .accordion_record:nth-child(odd){
	background: #F3F5D7;
}
.faq_accordion .accordion_record:hover{
	background: rgba(32,21,71,0.05);
}
.faq_accordion .accordion_record:nth-child(odd):hover{
	background: #f0f3c5;
}

footer {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	background: #201547;
	/* border-top: 2px solid #cedc00; */
		position: relative;

}
footer > .container {
	padding: 60px 0px;
		color: #fff;
			max-width: 1640px;
}
footer > .container > div {
	width: 25%;
	float: left;
	/* min-height: 120px; */
	padding: 0px 50px;
	border-left: 1px solid #ffffff;
}

footer > .container > div:first-child
{
width: 23%;
	border-left: 0px solid #ffffff;
}

footer > .container > div:first-child > div
{
	padding-top:30px;
	    font-size: 15px;
    line-height: 20px;
text-align: center;

}
footer > .container > div:first-child > div a
{
	 font-family: 'Gotham-Light';
	 color: #ffffff;
}
footer > .container > div:first-child > div h3
{
	margin-bottom: 0px;
	text-align: center;
}
/* footer > .container > div:first-child > div br:first-of-type, */
.checkboxInfo > span:first-child br:last-of-type
{
	display: none
}
footer > .container > div:first-child > div span{
	display: inline-block;
	position: relative;
}
footer > .container > div:first-child > div span::before
{
	content: '/';
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}
footer > .container > div:nth-child(4) {

	padding-right: 100px;
	position: relative;
	width: 27%;
}
footer > .container > div:nth-child(4) img {
	max-width: 130px;
	max-height: 80px;
	display: inline-block;
	vertical-align: top;
}
footer > .container > div:nth-child(4) img:nth-child(2) {
	align-self: flex-start;
}
footer > .container > div:nth-child(4) img:nth-child(4) {
	margin-top: 1px;
}
footer > .container > div:nth-child(4) > div {
	max-width: 270px;
	width: 100%;
	display: flex;
    text-align: center;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
footer > .container > div:nth-child(4) > div  hr{
	width: 100%;
}
footer .footerBlue {
	/* background: rgb(32, 21, 71, 0.79); */
	background: #4f476e;
}
.footerBlue .container{text-align: center; max-width: 1640px}

footer h3 {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #ffffff;
	font-family: 'Gotham-Light';
	text-transform: uppercase;
	width: 100%;
    text-align: left;
}
.subscribeBlock div {
	display: block;
	position: relative;
}
input[type='submit'].wpcf7-submit {
	/* width: 140px;
	border: 1px solid #201547;
	height: 44px;
	right: 0px;
	top: 0px;
	position: absolute; */
}

.subscribeBlock .ajax-loader
{
	width: 100% !important
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .wpcf7-not-valid-tip{
	display: none !important;

}
.wpcf7-not-valid
{
	 border: 1px solid #ff0000 !important;
}
.subscribeBlock div label{
	margin-bottom: 8px;
	display: block;
}

.subscribeBlock input[type='email'], .subscribeBlock input[type='text'], .subscribeBlock input[type='tel']
{
	font-size:  12px;
	line-height: 16px;
	height: 30px;
}
footer input[type='submit'].wpcf7-submit
{
	height: 30px;
	font-size:  12px;
	line-height: 15px;
	padding: 7px;
}
footer .wpcf7-spinner, #RegisterForm .wpcf7-spinner
{margin: 0 auto;
    position: absolute;
    right: 20px;
    bottom: 3px;}
		#RegisterForm .wpcf7-spinner
		{margin: 0 auto;
		    position: absolute;
		    right: 30px;
		    bottom: 5px;}
div.wpcf7-response-output
{
	 color: #fff;
/*
	border: 0px !important;
	margin: 0px !important;
*/
}
.subscribeBlock .wpcf7 form .wpcf7-response-output
{
	margin: 20px 0px 0px 0px !important;
}
.wpcf7 form .wpcf7-response-output
{
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	margin: 20px 20px 0px 10px !important
}

div.wpcf7-mail-sent-ng
{
	color: #fff;
    padding: 10px !important;
    margin: 20px 10px !important;
	text-align: center;
	    border: 2px solid #ff0000 !important;
}

.wpcf7-display-none
{
	border: 0px !important;
	margin: 0px !important;
}
div.wpcf7-mail-sent-ok
{
	background: #7db560;

	color: #fff;
    padding: 10px !important;
    margin: 20px 10px !important;
	text-align: center;

}

.subscribeBlock div.wpcf7-mail-sent-ok
{
	margin: 20px 0px !important;
}
span.wpcf7-not-valid-tip {
	font-size: 14px !important;
	padding-top: 5px;
}
#st-1 .st-btn:hover {
	top: 0px!important;
	opacity: 1 !important;
}
#st-1 .st-btn, #st-1 .st-btn[data-network='twitter'], #st-1 .st-btn[data-network='facebook'] {
	background-color: transparent !important;
}
#st-1 .st-btn > svg {
	display: none;
}
footer .socialLinks
{
	position: absolute;
    right: 50px;
    top: 0px;
    width: 40px !important;
    max-width: 100%;
    flex-direction: row !important;
}
.socialLinks {
	margin-top: 12px;
}
.socialLinks a {
	display: inline-block;
	font-size: 0px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin: 8px 0px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.socialLinks a.instagram {
	background: url('images/Instagram.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.socialLinks a.instagram:hover {
	background: url('images/Instagram-hover.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.socialLinks a.twitter{
	background: url('images/Twitter.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.socialLinks a.twitter:hover{
	background: url('images/Twitter-hover.svg');
	background-repeat: no-repeat;
	background-position: center center;
background-size: contain;
	width: 30px;
	height: 30px;
}
.socialLinks a.facebook{
	background: url('images/Facebook.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.socialLinks a.facebook:hover{
	background: url('images/Facebook-hover.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 30px;
	height: 30px;
}

#st-1 .st-btn[data-network='twitter'] {
	background: url('images/twitter-hover.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
	width: 30px;
	height: 30px;
}
#st-1 .st-btn[data-network='facebook'] {
	background: url('images/facebook-hover.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
	width: 30px;
	height: 30px;
}
#st-1 .st-btn[data-network='twitter']:hover {
	background: url('images/Twitter.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
	width: 30px;
	height: 30px;
}
#st-1 .st-btn[data-network='facebook']:hover {
	background: url('images/Facebook.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
	width: 30px;
	height: 30px;
}


.footerLogo {
	max-width: 215px;
	display: block;
	margin: 0 auto;
}
.footerLogo img {
	width: 100%;
	height: 100%;
}

.grecaptcha-badge
{
	display: none !important;
}
#st-1 .st-btn > img
{
	display: none !important;
}
