* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #28292d;
	margin: 0;
	padding: 0;
	&.in-transition {
    	transition: transform 900ms ease;
  	}
}

img {border:0;}

a {text-decoration:none}

.clear {
	clear: both;
}

.wrapper-900 {
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
}

.wrapper-1200 {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.wrapper-1340 {
	max-width: 1340px;
	margin: 0 auto;
	width: 100%;
}

@font-face {
  font-family: 'Verlag-Book';
  src:url('../_fonts/Verlag/Verlag-Book.otf');
  font-weight: normal;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'Verlag-Bold';
  src:url('../_fonts/Verlag/Verlag-Bold.otf');
  font-weight: bold;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}





.header {
	/*width: 100%;
	height: 728px;
	background-image: url(../_img/1140-main-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;*/
	background-color: #35363a;
}
.header-image {
	width: 100%;
	height: 837px;
	margin-bottom: 40px;
	background-image: url(../_img/1140-main-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.nav {
		height: 98px;
		background-color: #35363a;
		display: flex;
		justify-content: space-between;
		align-items: center;
}

.nav a.logo {
	display: block;
}


.nav ul {
	list-style: none;
	margin: 0;
}
.nav ul li {
	display: inline-block;
	margin-left: 40px;
	vertical-align: bottom;
}

.nav ul li a {
	color: #ffffff;
	font-weight: bold;
	font-family: 'Verlag-Book';
	font-size: 16px;
}
.nav ul li a span {
	font-size: 20px;
}
.nav ul li a:hover {
	color: #b15d3d;
}
.scroll-nav-wrapper {
	height: 80px;
	background-color: #28292d;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
}
.scroll-nav {
	height: 80px;
	background-color: #28292d;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.scroll-nav a.logo {

}
.scroll-nav ul {
	list-style: none;
	margin: 0;
}
.scroll-nav ul li {
	display: inline-block;
	margin-left: 40px;
	vertical-align: bottom;
}

.scroll-nav ul li a {
	color: #ffffff;
	font-weight: bold;
	font-family: 'Verlag-Book';
	font-size: 16px;
}
.scroll-nav ul li a:hover {
	color: #b15d3d;
}

.main-image-container {
	height: 698px;
	max-width: 1200px;
}
.main-image {
	max-width: 1200px;
	height: 698px;
	background-image: url(../_img/main-image.jpg);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	-webkit-box-shadow: 0px 15px 43px 4px rgba(35, 35, 35, 0.75);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 15px 43px 4px rgba(35, 35, 35, 0.75);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 15px 43px 4px rgba(35, 35, 35, 0.75);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.main-image img {

}

.award-banner {
	width: 47%;
	position: absolute;
	right: 0;
	top:260px;
}
.award-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.main-title-box {
	width: 432px;
	height: 256px;
	padding: 30px;
	background: #fff;
	position: absolute;
	bottom: -30px;
	left: 40px;
	-webkit-box-shadow: 0px 5px 33px 4px rgba(35, 35, 35, 0.55);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 5px 33px 4px rgba(35, 35, 35, 0.55);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 5px 33px 4px rgba(35, 35, 35, 0.55);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.main-title-box p {
	font-size: 20px;
	font-family: 'Verlag-Book';
	color: #28292d;
	padding: 0;
	margin: 0;
}
.main-title-box p strong {
	color: #b15d3d;
	font-size: 46px;
	font-family: 'Verlag-Book';
}

.header-gold-bar {
	/*height: 156px;*/
	background-color: #b15d3d;
	padding-bottom: 30px;
}
.header-gold-bar p {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	padding-top: 110px;
	z-index: 1000;
	position: relative;
}
.header-gold-bar p em {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 600;
	color: #28292d;
	font-size: 18px;
}

.life-container {
	padding: 20px 0;
	display: table;
	height: 447px;
}

.life-img {
	display: table-cell;
	background-image: url(../_img/life-img-01.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 447px;
	max-width: 651px;
	width: 50%;
	position: relative;
}
.life-img span {
	position: absolute;
	bottom: -30px;
	font-style: italic;
	font-size: 14px;
}
.life-img-01 {
	background-image: url(../_img/1140-life-at.jpg);
}
.life-img-02 {
	background-image: url(../_img/1140-new-home.jpg);
}

.life-txt {
	display: table-cell;
	max-width: 600px;
	width: 50%;
	padding-left: 40px;
	line-height: 22px;
}
.life-txt p {
	padding-top: 0;
	margin-top: 0;
}
.life-txt h2 {
	/*color: #9d9ea3;*/
	color: #b15d3d;
	font-size: 41px;
	font-weight: 600;
	font-family: 'Verlag-Book';
	padding-bottom: 0;
	margin-bottom: 20px;
}
.life-txt h2 span {
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	display: block;
	padding-bottom: 15px;
}

.amenities {
	padding: 30px 0;
	width: 100%;
	background-image: url(../_img/amenities-bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	/*display:flex;
  flex-direction:row;
  text-align: center;*/
}
.amenities img {
	flex:1 1 auto;
	margin: 30px;
}
.amenities-box {
	border: 10px solid rgb(0, 0, 0);
  border: 10px solid rgba(0, 0, 0, .3);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  max-width: 982px;
  margin: 0 auto;
}
.amenities-box-content {
	background: #b15d3d;
	padding: 50px 80px;
}
div.amenities-box-content-title {
	color: #fff;
	font-size: 52px;
	font-family: 'Verlag-Book';
	font-weight: 600;
}
div.amenities-box-content-title span {
	font-size: 42px;
	color: #c2c2c2 !important;
	margin-right: 10px;
}
ul.amenities-box-content-list {
	float: left;
	width: 48%;
	margin: 0;
	padding: 0 0 0 20px;
}
ul.amenities-box-content-list li {
	color: #c2c2c2;
	font-size: 16px;
	margin: 10px 0;
}
ul.amenities-box-content-list li span {
	color: #fff;
}
ul.amenities-box-content-list li strong {
	font-size: 19px;
	font-weight: 600;
}
ul.abclr {
	margin-left: 4%;
}

.choose-your-plan {
	background: #eeeeef;
	padding: 60px 0px;
		text-align: center;
}

.choose-your-plan h2 {
	font-size: 42px;
	font-family: 'Verlag-Book';
	color: #b15d3d;
	margin: 0;
}
.choose-your-plan p {
	line-height: 22px;
}
.choose-your-plan p span {
	color: #9d9ea3;
	font-size: 28px;
	font-family: 'Verlag-Book';
	font-weight: 700;
}
.choose-your-plan p span a {
	color: #000;
	text-decoration: underline;
}


.new-home-img {
	display: table-cell;
	background-image: url(../_img/new-home-01.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 447px;
	max-width: 651px;
	width: 50%;
	position: relative;
}
.new-home-img span {
	position: absolute;
	bottom: -30px;
	font-style: italic;
	font-size: 14px;
}


.floor-plan-container {
	background-color: #eeeeef;
	padding: 30px 40px;
}

.fp-building {
	width: 50%;
	max-width: 670px;
	float: left;
}
.fp-floor {
	width: 50%;
	max-width: 670px;
	float: left;
}
.fp-floor h2 {
	font-size: 42px;
	font-family: 'Verlag-Book';
	color: #9d9ea3;
}


.fp-building img, .fp-floor img {
	width: 100%;
	height: auto;
}


.styled-select select {
	background: transparent;
	width: 100%;
	height: 54px;
	padding: 10px 20px;
	/*text-indent: 20px;*/
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance:none;
    appearance: none;
	color: #28292d;
	font-size: 24px;
	font-family: 'Verlag-Book';
}
.styled-select {
	width: 240px;
	height: 54px;
	overflow: hidden;
	background: url(../_img/select-arrow-down.jpg) no-repeat 210px 20px #fff;
	border: 1px solid #bdbfc7;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-left: 20px;
}

.styled-select select option div {
	color: red;
	font-size: 12px;
}

.floor-plan-arrow {
	width: 100%;
	text-align: center;
}


.image-row {
	display: flex;
  flex-wrap: wrap;
}
.image-row .ir-box {
  width: calc(100% / 3);
  height: 337px;
  position: relative;
  padding-bottom: 35px;
  text-align: center;

}
.image-row .ir-box-02 {
	width: calc(100% / 3 - 12px);
	margin: 0 6px;
}
.ir-box-01 {
	background-image: url(../_img/image-row-01.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ir-box-02 {
	background-image: url(../_img/image-row-02.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ir-box-03 {
	background-image: url(../_img/image-row-03.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ir-box span {
	position: absolute;
	bottom: -30px;
	margin: 0 0 0 -30px;
	font-style: italic;
}

.neigh-banner {
	max-height: 170px;
	width: 100%;
	background-image: url('../_img/neighbourhood-bg.jpg');
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 60px 0;
	font-size: 41px;
	font-family: 'Verlag-Book';
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	/*margin-top: 80px;*/
}
.map-wrapper {
	width: 100%;
	height: 629px;
	/*background-image: url('../_img/map-placeholder.jpg');*/
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
.map-container {
	width: 100%;
	height: 629px;
}
.map-list {
	background: #fff;
	padding: 20px 20px 20px 0;
	min-width: 400px;
	-webkit-box-shadow: 0px 15px 43px 4px rgba(5, 5, 35, 0.75);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 15px 43px 4px rgba(5, 5, 35, 0.75);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 15px 43px 4px rgba(5, 5, 35, 0.75);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  position: absolute;
  top:10%;
  left: 80px;
  z-index: 9999;
}
.map-list p {
	margin: 0 0 20px 20px;
	color: #b15d3d;
	font-size: 20px;
	font-family: 'Verlag-Book';
	font-weight: 600;
}
.map-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map-list ul.map-list-left, .map-list ul.map-list-right {
	float: left;
}
.map-list ul.map-list-right {
	margin-left: 40px;
}
.map-list ul li {
	border-left: 12px solid #fff;
	height: 36px;
	line-height: 36px;
}
.map-list ul li:hover {
	border-left: 12px solid #b15d3d;
}


.map-list ul li a {
	margin-left: 10px;
	color: #28292d;
	font-size: 18px;
}

.aerial-view {
	height: 391px;
	overflow: hidden;
	background-image: url('../_img/1140-ariel-render.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.announcements {
	padding: 110px 0;
}
.announce-container {
	background-color: #393a3f;
	height: 630px;
	padding: 100px;
}
.announce-nav {
	max-width: 720px;
	margin: 0 auto;

}
.announce-nav span {
	color: #fff;
	font-size: 41px;
	font-family: 'Verlag-Book';
	font-weight: 600;
	margin: 0 80px;
}
.announce-nav a {
	padding: 14px 20px;
	background-color: #4b4c51;
	font-size: 14px;
	color: #9d9ea3;
	font-weight: 600;
}
.ann-prev {
	cursor: pointer;
}
.ann-next {
	cursor: pointer;
}

.ann-prev img {
	margin: 0 5px 0 0;
}
.ann-next img {
	margin: 0 0 0 5px;
}

.ann-content {
	padding: 60px 0 0 0;
	width: 100%;
}
.ann-img {
	width: 48%;
	max-width: 532px;
	height: 337px;
	background-image: url('../_img/ann-img.jpg');
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: -170px;
	display: inline-block;
	vertical-align: top;
}
.ann-txt {
	width: 60%;
	display: inline-block;
	margin-left: 5%;
}

.ann-txt p {
	color: #fff;
	margin-top: 0;
}
.ann-txt p strong {
	color: #9d9ea3;
	font-size: 14px;
}
.ann-txt p em {
	font-size: 14px;
}
.ann-txt a {
	color: #b15d3d;
	text-decoration: underline;
}
.ann-txt h3 {
	color: #b15d3d;
	font-size: 21px;
	font-family: 'Verlag-Book';
	font-weight: 600;
}

.unit-container {
	margin: 30px 0 60px 0;
}
.unit-details {
	max-width: 370px;
	display: table-cell;
	vertical-align: top;
	padding-right: 80px;
}
.unit-details h3 {
	color: #9b9eaa;
	font-size: 38px;
	font-family: 'Verlag-Book';
	font-weight: 600;
	margin: 0 0 10px 0;
}
.unit-details p {
	font-size: 22px;
	margin: 10px 0;
}
.unit-details p span {
	color: #b15d3d;
}
.unit-details a {
	margin: 7px 0;
	line-height: 1;
	padding: 16px 0 16px 16px;
	background-image: url('../_img/more-info-btn.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #b15d3d;
	min-width: 175px;
	max-height: 50px;
	display: inline-block;
	color: #fff;
	font-family: 'Verlag-Book';
	font-size: 22px;
}

.unit-details p img {
	vertical-align: middle;
	margin-right: 10px;
}
.unit-img {
	display: table-cell;
	max-width: 830px;
	text-align: center;
}
.unit-img img {
	/*width: 100%;*/
	display: block;
	height: auto;
}
.unit-img a {
	float: right;
	margin-top: 30px;
}
.unit-img a img {
	width: auto;
	height: auto;
}
.unit-floorkey-small {
	margin-top: 20px;
	max-width: 270px;
}
.unit-floorkey-small img {
	max-width: 270px;
}

.email-row {
	background-image: url('../_img/1140-email-bg.jpg');
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 475px;

}
.email-img {
	width: 55%;
	display: table-cell;
	padding: 130px 0;
	text-align: center;
}
.email-img div {
	display: inline-block;
	max-width: 292px;
	padding-right: 15px;
}
.email-img div span {
	font-size: 16px;
	color: #fff;
	font-style: italic;
	text-align: left !important;
	display: block;
}
.email-img div img {
	width: 100%;
	height: auto;
}

.email-txt {
	width: 45%;
	display: table-cell;
	vertical-align: top;
	padding: 100px 0 100px 80px;
}
.email-txt p {
	font-size: 39px;
	color: #fff;
	font-family: 'Verlag-Book';
	margin: 0 0 10px 0;
	padding: 0;
}
.email-txt p span {
	font-weight: 600;
}

.email-txt input[type='text'] {
	height: 50px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.2);
	width: 100%;
	max-width: 500px;
	margin: 5px 0;
	color: #fff !important;
	font-size: 22px;
	font-family: 'Verlag-Book';
	text-indent: 20px;
	display: block;
}
.email-txt input[type='text']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.email-txt input[type='text']::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.email-txt input[type='text']:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.email-txt input[type='text']:-moz-placeholder { /* Firefox 18- */
  color: white;
}
.email-txt input[type='submit'] {
	padding: 10px 30px;
	background-color: #fff;
	color: #28292d;
	font-size: 22px;
	font-family: 'Verlag-Book';
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   margin-top: 10px;
   border: none;
   display: block;
}
.email-txt input[type='checkbox'] {
	transform: scale(2);
	margin-right: 10px;
	margin-top: 15px;
}

.email-txt label {
	margin-right: 20px;
	font-size: 16px;
	color: #fff;
	font-size: 22px;
	font-family: 'Verlag-Book';
	text-indent: 20px;
	vertical-align: middle;
}
.email-txt form.email-form span {
	display: block;
	margin: 10px 0;
}

.pricing-container {
	background: #b15d3d;
	padding: 100px 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-content {
	max-width: 370px;
	text-align: center;
}
h2.pricing-title {
	color: #fff;
	font-size: 41px;
	font-family: 'Verlag-Book';
	font-weight: 600;
	display: block;
	margin: 0;
	padding: 0;
}
.pricing-container p {
	display: block;
	color: #fff;
	font-size: 16px;
	margin: 10px 0;
	padding: 0;
}
.pricing-container div.pricing-content p a.priceBtn {
	margin: 27px 0 0 0;
	line-height: 1;
	padding: 16px 0 16px 16px;
	background-image: url('../_img/pdf-btn-white.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #fff;
	min-width: 175px;
	max-height: 50px;
	display: inline-block;
	color: #28292d;
	font-family: 'Verlag-Book';
	font-size: 22px;
	text-align: left;
}

.calendly-container {
/*	padding: 60px 0; */
}
h2.calendly-title {
	color: #28292d;
	font-size: 41px;
	font-family: 'Verlag-Book';
	font-weight: 600;
	text-align: center;
}


.virtual-view {
	margin: 60px 0 0 0;
	padding: 60px 0;
	background: #eeeeef;
}
.virtual-view-container {
	max-width: 960px;
	text-align: center;
	margin: 0 auto;
}
.virtual-view-container p {
	color: #28292d;
	font-size: 16px;
	font-weight: 500;
}
h2.virtual-title {
	color: #b15d3d;
	font-size: 41px;
	font-family: 'Verlag-Book';
	font-weight: 600;
	text-align: center;
}

.virtual-box-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.virtual-box {
	margin: 5px 0;
	width: 33%;
}
.virtual-box-img {
	max-height: 269px;
	overflow: hidden;
	position: relative;
}
.virtual-box-img img {
	width: 100%;
	height: auto;
	display: block;
}
.virtual-box-txt {
	background-color: rgba(176, 93, 60, 0.75);
	padding: 10px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
}
.virtual-box-txt p a img {
	max-width: 237px;
	display: block;
}
.virtual-box-txt p {
	font-size: 20px;
	color: #fff;
	padding: 5px 0;
	margin: 0;
	font-family: 'Verlag-Book';
}
.virtual-box-txt p a {
	color: #fff;
	font-size: 25px;
}


#u111, #u210, #u204, #u307, #u308, #u704 {display: none;}



/* Gallery */
.gallery-titlebar {
	background-color: #b15d3d;
	color:#fff;
	font-family: 'Verlag-Bold';
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
	margin: 10px 0;
}
.gallery-container {
	padding: 0 0 10px 0;
}


.faq-container {
	background: #eeeeef;
	padding: 60px 20px;


}
.faq-content {
	max-width: 1203px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq-row-one, .faq-row-two {
	width: 48%;
}
.faq-row-two {
	margin-top: 117px;
}
h2.faq-title {
	color: #9d9ea3;
	font-size: 41px;
	font-family: 'Verlag-Book';
	font-weight: 600;
}


.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

#accordion, #accordiontwo {
	width: 100%;
	max-width: 570px;
}

#accordion h4, #accordiontwo h4 {
	color: #b15d3d;
	font-size: 17px;
	font-weight: 600;
	border-top: 1px solid #c6c7c8;
	padding: 20px 25px 20px 0;
	margin: 0;
	background-image: url("../_img/faq-open.png");
	background-position: right center;
  background-repeat: no-repeat;
}

.accordion-close {
	background-image: url("../_img/faq-open.png");
	background-position: right center;
  background-repeat: no-repeat;
}


#accordion h4.accordion-open, #accordiontwo h4.accordion-open {
	background-image: url("../_img/faq-close.png");
	background-position: right center;
  background-repeat: no-repeat;
}
#accordion p, #accordiontwo p {
	width: 90%;
	margin-top: 0;
	color: #28292d;
	font-size: 16px;
}
#accordion ul {

}
#accordion ul li, #accordiontwo ul li {
	color: #707070;
	font-size: 18px;
}




.footer-container {

}
.top-footer {
	min-height: 529px;
	background-image: url('../_img/footer-bg.jpg');
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 110px 0;
}
.top-footer-left {
	width: 50%;
	float: left;
	vertical-align: top;
}
.top-footer-left h4 {
	color: #b15d3d;
	font-size: 28px;
	font-weight: 600;
	margin: 0;
}
.top-footer-left h5 {
	color: #b15d3d;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}
.top-footer-left h5 a {
	color: #b15d3d !important;
	font-size: 22px;
	font-weight: 600;
}
.top-footer-left h5 span {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}
.top-footer-left p {
	color: #fff;
	font-size: 18px;
}
.top-footer-left p span {
	color: #b15d3d;
}
.top-footer-left a.footer-logo {
	padding-bottom: 20px;
	display: block;
}
.top-footer-left .tfl-a {
	display: table-cell;
	width: 70%;
}
.top-footer-left .tfl-b {
	display: table-cell;
	width: 30%;
	vertical-align: top;
	padding-left: 20px;
}
.top-footer-left .tfl-a a, .top-footer-left .tfl-b a {
	color: #fff;
}

.top-footer-right {
	width: 50%;
	float: left;
	vertical-align: middle;
	text-align: right;
	margin-top: 50px;
}
.top-footer-right div {
	margin-bottom: 30px;
}
.top-footer-right div a {
	margin: 0;
}
.top-footer-right a {
	display: inline-block;
	margin: 0 15px;
}
.top-footer-right a:last-child {
	margin-right: 0;
}



.bottom-footer {
	height: 60px;
	font-size: 14px;
	color: #71737e;
	line-height: 60px;
}


.slideHide {
	display: none;
}



/* Keyplan Sold */

#keyplan_1 {
	position: relative;
	z-index: 10;
}


.keyplan_1_unit_11_sold {
	position: absolute;
	top:57px;
	left: 3px;
	z-index: 20;
}
.keyplan_1_unit_11_sold img {
	max-width: 140px;
}
.unit-details-b p a.mal {
		margin: 0;
    line-height: inherit;
    padding: 0;
    background: none;
    min-width: inherit;
    max-height: inherit;
    display: inline-block;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
	}




.mbl-nav {display: none;}
.mbl-life-img {display: none;}
.mbl-new-home-img {display: none;}
.mbl-announce-nav {display: none;}
.mbl-ann-img {display: none;}
.mbl-menu {display: none;}
.mbl-main-image {display: none;}
.mbl-award-banner {display: none;}

@media only screen and (max-width: 1340px) {
	.main-title-box {
		left: 0;
	}
	.life-img span {
		left: 20px;
	}
}
@media only screen and (max-width: 1230px) {
	.nav {
		padding: 0 20px;
	}
	.life-txt {
		padding-right: 20px;
	}
	.choose-your-plan {
		padding: 60px 20px;
	}
	.unit-container {
		padding: 0 20px;
	}
	.top-footer {
		padding: 110px 20px;
	}
}
@media only screen and (max-width:1200px) {
	.email-row {
		padding: 0 20px;
	}
	.email-img {
		width: 40%;
	}
	.email-txt {
		width:60%;
	}
}
@media only screen and (max-width: 1024px) {
	.announce-container {
		padding: 40px;
	}
	.life-txt h2 {
		line-height: 42px;
	}
	.nav a.logo {
		max-width: 150px;
	}
	.nav a.logo img {
		width: 100%;
		height: auto;
	}
	.nav ul {
		padding: 15px 0 0 0;
	}
	.nav ul li a {
		font-size: 14px;
	}

}
@media only screen and (max-width: 860px) {


	.top-footer-left .tfl-a, .top-footer-left .tfl-b {
		display: block;
		padding-left: 0;
		width: 100%;
	}
	.header {display: none;}
	.mbl-nav {
		height: 111px;
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
		background-color: #28292d;
		display: block;
	}
	.mbl-logo {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		padding-left: 20px;
	}
	.mbl-menu-lnk {
		display: table-cell;
	}
	.mbl-logo img {
		width: 100%;
		max-width: 229px;
		height: auto;
	}
	.hamburger-on {display: none;}
	.mbl-menu {
		display: none;
		margin: 0;
		padding: 0;
		position: fixed;
		top:111px;
		width: 100%;
		z-index: 10000;
	}
	.mbl-menu li {
		text-align: center;
		border-bottom: 1px solid #cc9680;
	}
	.mbl-menu li:last-child {
		border-bottom: none;
	}
	.mbl-menu li a {
		display: block;
		padding: 20px 0;
		color: #fff;
		font-size: 23px;
		font-family: 'Verlag-Book';
		font-weight: 600;
		background: #b05d3c;
	}
	.mbl-menu li a:hover {
		background: #ba7255;
	}


	.mbl-main-image {
		margin-top: 111px;
		display: block;
		height: 783px;
		background-image: url(../_img/1140-main-bg.jpg);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
	}
	.mbl-main-image img {
		width: 100%;
		height: auto;
	}
	.mbl-main-image .main-title-box {
		position: absolute;
		top: inherit;
		bottom: 130px;
		left: inherit;
		width: 80%;
		margin: 0 10%;
		height: auto;
		text-align: center;
		font-weight: 600;
	}
	.dsk-award-banner {display: none !important;}
	.mbl-award-banner {display: block;}
	.award-banner {
		position: absolute;
		bottom: -8%;
		top:auto;
		width: 100%;
	}
	.award-banner img {
		width: 100%;
		height: auto;
		display: block;
	}

	.header-gold-bar {
		height: auto;
		padding: 0 30px;
	}
	.header-gold-bar p {
		padding: 30px 0;
	}

	ul.amenities-box-content-list {
		float: none;
		display: block;
		width: 100%;
	}
	ul.abclr {
		margin-left: 0;
	}


	.life-container {
		padding: 20px 20px 20px 20px;
		display: flex;
		flex-direction: column-reverse;
		height: auto;
	}
	.life-img {
		display: block;
		width: 100%;
	}
	.mbl-life-img {
		display: block;
		width: 100%;
		background-image: url(../_img/life-img-01.jpg);
		background-position: left center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 447px;
		position: relative;
	}
	.life-txt {
		display: block;
		width: 100%;
		padding: 0;
		max-width: inherit;
	}
	.life-img-02 {
		display: none;
	}
	.mbl-life-img span {
		position: absolute;
		bottom: -30px;
		font-style: italic;
		font-size: 14px;
		color: #808082;
	}
	.new-home-img {
		display: none;
	}
	.mbl-new-home-img {
		display: block;
		width: 100%;
		background-image: url(../_img/new-home-01.jpg);
		background-position: left center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 447px;
		position: relative;
	}
	.mbl-new-home-img span {
		position: absolute;
		bottom: -30px;
		font-style: italic;
		font-size: 14px;
		color: #808082;
	}
	.fp-building {
		display: none
	}
	.fp-floor {
		width: 100%;
		max-width: inherit;
	}



	.keyPlanBlock canvas {
		width: 100% !important;
	}

	.unit-floorkey-small {display: none;}

	.unit-details {
		display: block;
		width: 100%;
		max-width: inherit;
	}
	.unit-img {
		display: block;
		width: 100%;
		max-width: inherit;
	}
	.unit-details-a {
		float: left;
		margin-right: 45px;
		display: block;
	}
	.unit-details-b {
		float: left;
		display: block;
	}
	.unit-details-b p.il {
		margin-top: 0 !important;
	}
	.unit-details a:last-child {
		margin: 7px 0 7px 45px;
	}

	.unit-img {
		margin-top: 40px;
		text-align: center;
	}
	.unit-img img {
		width: 100%;
		height: auto;
	}
	.unit-img a {
		float: none;
		display: block;
	}

	.map-wrapper {
		margin-top: 200px;
	}
	.map-list {
		top:-200px;
		left: 0;
		width: 100%;
	}

	.image-row {
		display: block;
		flex-wrap:inherit;
	}
	.image-row .ir-box {
		width: 100%;
		display: block;
		margin-bottom: 60px;
	}
	.image-row .ir-box-02 {
		margin: 0 0 60px 0;
	}
	.announce-container {
		height: auto;
		padding: 60px 20px 40px 20px;
	}
	.announcements {
		padding: 0;
	}
	.announce-nav{display: none;}
	.mbl-announce-nav {
		display: block;
		width: 100%;
		text-align: center;
	}
	.mbl-announce-nav span {
		color: #fff;
		font-size: 41px;
		font-family: 'Verlag-Book';
		font-weight: 600;
		margin: 0 80px;
	}
	.mbl-announce-nav a {
		padding: 14px 20px;
		background-color: #4b4c51;
		font-size: 14px;
		color: #9d9ea3;
		font-weight: 600;
	}
	.mbl-announce-nav a.ann-prev {
		margin-right: 60px;
		cursor: pointer;
	}
	.mbl-announce-nav p {
		color: #fff;
		font-size: 41px;
		font-family: 'Verlag-Book';
		font-weight: 600;
		text-align: left;
		margin: 50px 0 20px 0;
		padding: 0;
	}
	.ann-content {
		padding-top: 0;
	}
	.ann-img {
		display: none;
	}
	.ann-txt {
		width: 100%;
		margin-left: 0;
		display: block;
	}
	.mbl-ann-img {
		width: 100%;
		max-width: inherit;
		height: 432px;
		background-image: url('../_img/ann-img.jpg');
		background-position: 0 0;
		background-size: cover;
		background-repeat: no-repeat;
		margin-left: 0;
		display: block;
		vertical-align: top;
		margin-bottom: 50px;
	}
	.email-img {display: none;}
	.email-txt {
		width: 100%;
		padding: 100px 0;
	}


	.faq-content {
		max-width: 1203px;
	  margin: 0 auto;
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	.faq-row-one, .faq-row-two {
		width: 100%;
	}



	.top-footer {
		background-position: left bottom;
	}
	.top-footer-left {
		width: 100%;
		float: none;
		display: block;
		text-align: center;
	}
	.top-footer-right {
		width: 100%;
		float: none;
		display: block;
		text-align: center;
	}
	.bottom-footer {
		text-align: center;
		line-height:26px;
	}
	.bottom-footer div p span {
		display:block;
	}


	.virtual-box-wrapper {
		justify-content: center;
		align-content: center;
	}
	.virtual-box {
		width: 100%;

	}



}


@media only screen and (max-width:525px) {
	.unit-details a:last-child {
		margin: 7px 0;
	}
	.top-footer-right a {
		margin: 15px;
	}
	.amenities-box {
		margin: 0 10px;
	}
	.amenities-box-content {
		padding: 20px 30px;
	}
	div.amenities-box-content-title {
		font-size: 42px;
	}
	div.amenities-box-content-title span {
		display: block;
	}
}
@media only screen and (max-width:425px) {
	.mbl-main-image {
		height: 583px;
	}
	.mbl-main-image .main-title-box p strong {
		font-size: 22px;
	}
	.map-list ul.map-list-left {
		float: none;
		display: block;
	}
	.map-list ul.map-list-right {
		float: none;
		display: block;
		margin-left: 0;
	}
	.map-wrapper {
		margin-top: 300px;
	}
	.map-list {
		top:-300px;
		left: 0;
		width: 100%;
		min-width: inherit;
		-webkit-box-shadow: 0px 15px 43px -19px rgba(5, 5, 35, 0.75);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	  -moz-box-shadow:    0px 15px 43px -19px rgba(5, 5, 35, 0.75);  /* Firefox 3.5 - 3.6 */
	  box-shadow:         0px 15px 43px -19px rgba(5, 5, 35, 0.75);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	}
}
@media only screen and (max-width:375px) {
	.mbl-announce-nav a.ann-prev {
		margin-right: 10px;
	}
}
@media only screen and (max-width:320px) {
	.mbl-main-image .main-title-box p strong {
		font-size: 32px;
	}
}
