<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Lato', sans-serif;
}
.clear {
	clear: both;
	width: 100%;
}
.navigation {
	text-align: center;
	margin: 10px 0;
	text-align: center;
	position: absolute;
	bottom: 70px;
	margin: auto;
	right: 50%;
}
.textExp {
	width: 100%;
}
.img-logo {
	width: 100%;
	position: absolute;
	top: 30%;
}
.smalltext {
	color: #FFF;
	padding: 10px;
	text-align: center;
	position: absolute;
	right: 8%;
	top: 40%;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Merriweather', serif;
	font-weight: normal;
}
.dispIn {
	display: inline-block;
}
.navigation ul &gt; li {
	width: 10px;
	height: 10px;
	background-color: #f73245;
	float: left;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 5px;
}
.navigation ul &gt; li.active {
	background-color: #a8d239;
}
.distab {
	display: table;
	height: 100%;
}
.discell {
	display: table-cell;
	vertical-align: middle;
}
.textchanges {
	opacity: 0;
	display: none;
}
.textchanges.active {
	opacity: 1;
	display: block;
}
.bro {
	background-color: #c1a56e;
	padding: 10px;
	color: #FFF;
}
.np-home {
	position: fixed;
	left: 0px;
	top: 15%;
	padding: 10px;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 99999;
}
.ld {
	font-size: 12px;
	padding-top: 5px;
}
#responsive-menu {
	text-align: right;
	display: none;
	color: #000;
	position: fixed;
	cursor: pointer;
}
.page {
	display: table;
	position: relative;
}
.page.notable {
	display: block;
}
a {
	text-decoration: none;
	color: inherit;
}
/*slider*/
.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}
.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}
.cbp-bislideshow li img {
	display: block;
	width: 100%;
}
.cbp-bicontrols {
	position: fixed;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	top: 50%;
	left: 50%;
}
.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}
.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
/*Slider End*/

.tableCell {
	display: table-cell;
	vertical-align: middle;
}
.txtcenter {
	text-align: center;
}
.dispblock {
	display: block;
}
.tags {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.tags &gt; strong {
	color: #29176b;
	font-weight: normal;
}
.tags:before {
	content: '';
	width: 5px;
	height: 63px;
	background-color: #d2ae6d;
	display: block;
	margin: 20px auto;
}
.header {
	position: fixed;
	height: 52px;
	background-color: #333;
	width: 100%;
	bottom: 0;
	z-index: 999;
	transition: all 0.3s ease-in-out;
}
.header.stick {
	top: 0;
	opacity: 1
}
.menu {
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	line-height: 52px;
}
.menu a {
	color: #787878;
	font-size: 14px;
	text-transform: uppercase;
	border-right: 1px solid #171717;
	transition: all 0.2s ease-in;
	padding: 17px 30px;
	position: relative;
}
.menu a:hover, .menu a.active {
	color: #d2ae6d;
}
.menu a:after {
	content: '';
	display: inline-block;
	border-right: 1px solid #404040;
	width: 1px;
	right: 0;
	position: absolute;
	height: 100%;
}
/*About*/
#about {
	background: url(../images/bg-2.jpg) no-repeat;
	background-size: cover;
	width: 100%;
}
#specfication {
	background: url(../images/bg-specs.jpg) no-repeat;
	background-size: cover;
}
#locationmap {
	background: url(../images/loc-bg.jpg) no-repeat;
	background-size: cover;
}
#floorplan {
	background-color: #fff;
}
#contact {
	background: url(../images/bg-contacts.jpg) no-repeat;
	background-size: cover;
}
.loc-map {
	width: 60%;
	margin: 20px auto;
	position: relative;
	border: 3px solid #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.5)
}
.loc-map a img {
	width: 100%;
}
.container {
	width: 100%;
}
.wrapper {
	width: 80%;
	margin: 0 auto;
	max-width: 800px;
	background-color: #fff;
	height: 100%;
	box-sizing: border-box;
	padding-top: 100px;
	position: relative;
}
.title, .contents {
	font-family: 'Lato', sans-serif;
}
.title {
	font-size: 26px;
	color: #c1a56d;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
}
.title span {
	font-weight: 300;
    word-break:break-word;
}
.contentt {
	width: 80%;
	margin: 0 auto;
	position: relative;
	;
}
.contents {
	color: #434343;
	font-size: 14px;
	margin: 30px 0 0;
	line-height: 26px;
	text-align: justify;
}
.highlights {
	width: 148px;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	right: -148px;
	top: 100px;
}
.highlights li.hidden {
	display: none;
}
.highlights li {
	color: #d2ae6d;
	background-color: #333;
	padding: 20px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.abt-tab {
	width: 100%;
	display: none;
}
.abt-tab.active {
	display: block;
}
/*Floorplans*/
.container.distab, .cont.distab {
	display: table;
}
.columnwrapper, .floorplans, .col-wrapper {
	width: 1170px;
	margin: 0 auto;
}
.columnwrapper.distabcell, .inner-content.distabcell {
	display: table-cell;
	vertical-align: middle;
}
.inner-content.tt {
	vertical-align: top;
	padding-top: 25%;
}
.col3 {
	width: 33.33%;
	display: inline-block;
	float: left;
	position: relative;
}
.plans {
	display: block;
	width: 210px;
	height: 166px;
	border: 1px solid #a7a7a7;
	margin: 30px auto 30px;
	position: relative;
}
.towers {
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
	display: inline-block;
}
.border-title {
	color: #2a2a2a;
	border-bottom: 2px solid #d1bc92;
	border-left: 2px solid #d1bc92;
	padding: 5px 10px;
	width: 100%;
	display: block;
}
.towers &gt; img {
	width: 100%;
}
.plans:after {
	content: '';
	width: 11px;
	height: 93px;
	display: block;
	background: url(../images/floorplan/borderHamer.png) no-repeat;
	position: absolute;
	right: -45%;
	top: 20%
}
.col3:nth-child(4) .plans:after, .col3:nth-child(6) .plans:after {
	display: none;
}
/*specifications*/
.col-wrapper {
	overflow: hidden;
}
.col34 {
	width: 30%;
	display: inline-block;
	float: left;
}
.col4 {
	width: 70%;
	float: left;
	display: inline-block;
}
.tabular {
}
.tabular li {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	border-right: 1px solid #d7c399;
	cursor: pointer;
	border-bottom: 1px solid #d7c399;
	width: 224px;
	border-left: 0px;
	color: #6b6b6b;
	position: relative;
}
.tabular li:first-child {
	border-top: 1px solid #d7c399;
}
.tabular li.active {
	background-color: #333;
	border: 0px;
	color: #d2ae6d;
	border-right: 0px solid #d7c399;
	border-bottom: 0px solid #d7c399;
}
.tabular li.active:after {
	content: '';
	display: block;
	position: absolute;
	width: 9px;
	height: 11px;
	background: url(../images/floorplan/arrow.png) no-repeat;
	right: -9px;
	top: 10px;
}
.tabular li:last-child {
	background: #c1a56d;
	color: #fff;
	border: 2px solid #a07623;
	margin-top: 20px;
}
.tabular li:last-child.active:after {
	opacity: 0
}
.tabs {
	overflow: hidden;
	display: none;
}
.tabs.active {
	display: block;
}
.tabs h6 {
	font-size: 20px;
	color: #977021;
	text-transform: uppercase;
}
.list-tab {
}
.list-tab li {
	list-style-image: url(../images/list-arr.png);
	margin: 20px 35px;
	font-size: 16px;
	color: #434343;
	padding-left: 5px;
	line-height: 24px;
}
/**/
.banner {
	width: 100%;
	display: block;
	position: relative;
	height: 100%;
}
.blue-bg {
	width: 35%;
	background-color: rgba(191,159,98,0.9);
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 100%;
	background-image: url(../images/dot.png);
	background-repeat: repeat;
}
.banner-content {
	position: absolute;
	top: 20%;
	left: 7%;
	z-index: 1000;
	width: 50%;
	color: #fff;
}
.banner-content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 500;
	margin-top: 50px;
	border-left: 5px solid #FFF;
	padding: 20px 30px;
}
.banner-content h2 span {
	font-weight: 100;
}
.slide1 .leftcol-img {
	background: url(../images/FITNESS.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	width: 50%
}
.slide2 .leftcol-img {
	background: url(../images/pool.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	width: 50%
}
.slide3 .leftcol-img {
	background: url(../images/game.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	width: 50%
}
.slide4 .leftcol-img {
	background: url(../images/MEDITATION.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	width: 50%
}
.slide5 .leftcol-img {
	background: url(../images/kids.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	width: 50%
}
.leftcol-img, .rightcol-cont {
	width: 50%;
	float: left;
	height: 100%;
	display: inline-block;
}
.rightcol-cont {
	background-color: #5c3124;
	background-image: url(../images/br-dot.png);
}
.cont {
	height: 100%;
	width: 90%;
	margin: 0 auto;
}
.title-content {
	color: #c1a56d;
	font-size: 18px;
	margin-bottom: 10px;
}
.title-content:before {
	content: '';
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/icon1.png) no-repeat;
	margin-bottom: 10px;
}
.inner-content {
}
.small-title {
	font-size: 22px;
	color: #fff;
	margin: 10px 0;
	text-transform: uppercase;
}
.conts-right {
	font-size: 14px;
	line-height: 22px;
	color: #a6865a;
	text-align: justify;
}
.con-pg {
	background-color: #c1a56e;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
.white-bg {
	background-color: #FFF;
	padding: 20px;
	width: 100%;
	display: inline-block;
}
.br-bg {
	padding: 20px;
}
.white-bg h2, .br-bg h2 {
	text-transform: uppercase;
	color: #c1a56e;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
}
.white-bg p {
	display: table;
	color: #727272;
	line-height: 25px;
	margin-bottom: 25px;
}
.white-bg p span img {
	vertical-align: middle;
}
.white-bg p span {
	display: table-cell;
}
.white-bg p span strong {
	display: block;
	font-size: 18px;
}
.social {
	float: right;
	display: block;
}
.social li {
	display: inline-block;
	margin: 0 5px;
}
.br-bg h2 {
	color: #FFF;
}
.br-bg h2 img {
	float: right;
}
.txt-quick-query {
	border: solid 1px #f0d296;
	margin: 7px 0px;
	width: 90%;
	padding: 10px;
	box-sizing: border-box;
	background-color: transparent;
	color: #FFF;
}
.txt-quick-query2 {
	border: solid 1px #f0d296;
	margin: 7px 0px;
	width: 90%;
	height: 140px;
	padding: 7px 10px;
	box-sizing: border-box;
	resize: none;
	background-color: transparent;
	color: #FFF;
}
.txt-quick-query::-webkit-input-placeholder, .txt-quick-query2::-webkit-input-placeholder {
color:#FFF;
}
.cap {
	float: right;
	margin: 7px 25px 0 0;
}
.submit {
	background-color: #393939;
	padding: 10px 20px;
	color: #f0d296;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	border: 1px solid #f0d296;
	margin-top: 20px;
}
.r-part {
	width: 100%;
	text-align: right;
}
.r-part p {
	margin-bottom: 20px;
}
.r-part p span {
	display: block;
	color: #FFF;
	margin-bottom: 10px;
}
.footer-inner {
	background-color: #212121;
	display: inline-block;
	width: 100%;
	padding: 10px 7%;
}
.footer-inner p {
	color: #787878;
	font-size: 13px;
	float: left;
}
.footer-inner span {
	float: right;
	color: #787878;
	font-size: 13px;
}
.main-accord {
	border-bottom: 1px dashed #ccc;
	font-weight: normal;
	margin: 10px 0;
	padding: 10px;
	display: none;
	cursor: pointer;
}
.main-accord.vv {
	background: #c1a56d;
	color: #fff;
	border: 2px solid #a07623;
}
.main-accord.open {
	background: #333;
	border-bottom: 0px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.acc-inner {
	font-size: 20px;
	color: #977021;
	text-transform: uppercase;
}
/*New Slider*/
 .rightcol-cont

{
	float: right;
}
.phoenix-slider {
	overflow: hidden;
	width: 100%;
	height: 630px;
	position: relative;
	background: #f5f5f5;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.phoenix-slider .phoenix-feather {
	background: transparent none scroll no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	display: table;
	width: 100%;
	z-index: 2;
	opacity: 0;
}
.phoenix-slider .reborn {
	z-index: 4;
}
.phoenix-slider .phoenix-feather &gt; img {
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: hidden;
	display: none;
}
/* Slider Dots */

.container-dots-wrapper {
	position: absolute;
	bottom: 3%;
	right: 45%;
	/* height: 100%; */
	z-index: 9;
}
.container-dots-inner {
	display: table;
	height: 100%;
}
.dots {
	display: table-cell;
	vertical-align: middle;
	list-style: none;
	margin: 0;
	padding: 0;
}
.dots li {
	margin: 0 4px 7px 4px;
	text-indent: -999em;
	width: 14px;
	height: 14px;
	background: transparent;
	border: 1px solid #b49663;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	display: inline-block;
}
.dots li.active {
	background: #977021;
	border: 1px solid #b49663;
	left: 8px;
	opacity: 1;
}
</pre></body></html>