@font-face {
	font-family: 'AdobeGaramondLTRegular';
	src: url('../fonts/AdobeGaramondLTRegular.eot');
	src: url('../fonts/AdobeGaramondLTRegular.eot') format('embedded-opentype'), url('../fonts/AdobeGaramondLTRegular.woff2') format('woff2'), url('../fonts/AdobeGaramondLTRegular.woff') format('woff'), url('../fonts/AdobeGaramondLTRegular.ttf') format('truetype'), url('../fonts/AdobeGaramondLTRegular.svg#AdobeGaramondLTRegular') format('svg');
}

@font-face {
	font-family: 'AdobeGaramondLTSemibold';
	src: url('../fonts/AdobeGaramondLTSemibold.eot');
	src: url('../fonts/AdobeGaramondLTSemibold.eot') format('embedded-opentype'), url('../fonts/AdobeGaramondLTSemibold.woff2') format('woff2'), url('../fonts/AdobeGaramondLTSemibold.woff') format('woff'), url('../fonts/AdobeGaramondLTSemibold.ttf') format('truetype'), url('../fonts/AdobeGaramondLTSemibold.svg#AdobeGaramondLTSemibold') format('svg');
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'AdobeGaramondLTRegular';
}

.slider-main .slick-prev {
	top: 48%;
	left: 2%;
	z-index: 100;
	height: 60px !important;
	width: 60px !important;
}

.slider-main .slick-next {
	top: 48%;
	right: 2%;
	z-index: 100;
	width: 60px !important;
	height: 60px !important;
}

a {
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	outline: none;
}

button {
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.img {
	width: 100%;
}

.img-responsive {
	display: inline-block;
}

span.menu {
	font-size: 25px;
	font-family: 'AdobeGaramondLTSemibold';
	display: inline-block;
	vertical-align: middle;
	color: #a8917c;
}

@media (max-width:480px) {
	span.menu {
		font-size: 20px;
	}
}

button {
	outline: none;
}

button:focus {
	outline: none;
}

.burger {
	position: relative;
	cursor: pointer;
}

.full {
	width: 100%;
	float: left;
	position: relative;
}

.container {
	width: 100%;
	max-width: 1980px;
}

header {
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 4px 7px #555;
}

.logo {
	text-align: center;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.main_nav .btn {
	background: none;
	border: none;
	padding: 0px;
}

.main_nav .btn img {
	height: 22px;
}

.main_nav .dropdown {
	margin-top: 78px;
}

.main_nav .dropdown .dropdown-menu {
	padding: 10px 0px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #fff;
	box-shadow: 4px 4px 6px #000;
	border-radius: 0px;
	margin-top: 27px;
}

.main_nav .dropdown .dropdown-menu li a {
	color: #9f856c;
	font-size: 18px;
	text-transform: uppercase;
	padding: 2px 25px;
}

.main_nav .dropdown .dropdown-menu li a:hover {
	background: #9f856c;
	color: #fff;
}

.main_nav .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
	margin: 0px 0px 0px 10px;
}

.banner {
	width: 100%;
	float: left;
}

.banner img {
	width: 100%;
}

.flexslide {
	width: 100%;
	float: left;
}

.flex-control-nav {
	width: auto;
	right: 20px;
	bottom: 20px;
	display: none;
}

.flex-control-paging li a {
	width: 24px;
	height: 24px;
	background: #fff;
}

.flex-control-paging li a.flex-active {
	background: #c7b29e;
}

.flexslide .slides {
	overflow: hidden;
}

.flexslide .slides li {
	position: relative;
}

.flexslide .slides li .text_main {
	position: absolute;
	right: 70px;
	width: 35%;
	top: 70px;
	border: 1px solid #b69c83;
	padding: 20px;
	text-align: center;
}

.flexslide .slides li .text_main span {
	width: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.94);
	padding: 40px 70px;
}

.flexslide .slides li .text_main span h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 0px;
	text-transform: uppercase;
}

.flexslide .slides li .text_main span h3 {
	font-size: 16px;
	color: #9f856c;
	margin: 0px;
	text-transform: uppercase;
}

.flexslide .slides li .text_main span p {
	font-size: 16px;
	color: #53391f;
	margin: 15px 0px;
}

.header_right {
	text-align: right;
	padding-top: 20px;
}

.header_right .social {
	width: 100%;
	float: left;
	display: none;
}

.header_right .social ul {
	float: right;
}

.header_right .social ul li {
	float: left;
	margin-left: 5px;
}

.header_right .social ul li a {
	float: left;
}

.header_right p {
	width: 100%;
	float: left;
	font-size: 22px;
	color: #9f856c;
	margin: 57px 0px 0px;
	text-transform: uppercase;
}

.content {
	width: 100%;
	float: left;
	padding: 70px 0px;
	text-align: center;
}

.content h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 0px 0px 40px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

.content h3 {
	font-size: 28px;
	color: #9f856c;
	margin: 15px 0px 35px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'AdobeGaramondLTSemibold';
}

.content h4 {
	font-size: 18px;
	color: #9f856c;
	margin: 70px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.content p {
	font-size: 16px;
	color: #000;
	margin: 0px;
	padding: 0px 112px;
	text-align: center;
	margin-bottom: 15px;
}

.bottom_section {
	width: 100%;
	float: left;
	padding: 40px 0px;
}

.bottom_section h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 0px 0px 40px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

footer {
	width: 100%;
	float: left;
	background: url(../images/footer-line.jpg) no-repeat top center #fff;
	padding: 25px 0px 17px;
	background-size: 98%;
}

footer .small_logo {
	width: 15%;
	float: left;
	padding-right: 15px;
}

footer p {
	width: auto;
	font-size: 13px;
	color: #333;
	float: right;
	padding-top: 15px;
}

.social {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.social h4 {
	width: auto;
	float: left;
	margin-right: 15px;
	color: #9f856c;
	margin-top: 8px;
	font-size: 13px;
}

.social ul {
	float: none;
}

.social ul li {
	float: left;
	margin-left: 5px;
}

.social ul li a {
	float: left;
}

.footer_logo {
	max-width: 160px;
	margin-top: 5px;
}

/* location */
.location_section {
	width: 100%;
	float: left;
	background: #f1ebe5;
	padding: 40px 40px;
}

.location_section h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 50px 0px 50px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

.location_section ul {
	width: 100%;
	float: left;
	padding-left: 40px;
}

.location_section ul li {
	width: 100%;
	float: left;
	margin: 5px 0px;
}

.location_section ul li a {
	font-size: 24px;
	color: #9f856c;
	text-transform: uppercase;
	line-height: 48px;
}

.location_section ul li a img {
	float: left;
	margin-right: 20px;
}

.map img {
	box-shadow: 4px 4px 10px #333;
}

.amenities_section {
	width: 100%;
	float: left;
	background: #fff;
	padding: 70px 25px 0px 20px;
}

.amenities_section h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 0px 0px 50px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

.amenities_section .row {
	margin: 0px -7px;
}

.amenities_section .row .col-sm-4 .full:last-child img {
	margin-top: 14px;
}

.amenities_section span {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 10px;
}

.amenities_section span p {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
	margin: 0px;
	text-shadow: 0px 2px 0px #000;
}

.amenities_section span p img {
	float: left;
	margin: -8px 15px 0px 0px !important;
	height: auto !important;
}

.mr_14 {
	margin-bottom: 14px;
}

.pd {
	padding: 0px 7px;
}

.pd_0 {
	padding-left: 0px;
}

.single p {
	line-height: 50px;
}

.site_plan {
	width: 100%;
	float: left;
	padding: 20px 0px 10px;
}

.site_plan img {
	width: 100%;
	float: left;
}

.site_plan h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 50px 0px 50px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	position: relative;
	z-index: 999;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

.site_plan h3 {
	font-size: 24px;
	color: #9f856c;
	margin: 20px 0px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

.rainforest {
	widows: 100%;
	float: left;
	padding: 40px 0px;
	background: #f1ebe5;
}

.rainforest h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 0px 0px 20px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

.rainforest h4 {
	font-size: 22px;
	color: #fff;
	margin: 0px 0px 25px;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 10px;
}

.rainforest ul {
	width: 100%;
	float: left;
	padding-left: 40px;
}

.rainforest ul li {
	width: 100%;
	float: left;
	margin: 4px 0px;
}

.rainforest .grn li span {
	width: 22px;
	height: 22px;
	float: left;
	background: #65bc46;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-right: 10px;
	border-radius: 50%;
}

.rainforest ul li a {
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}

.rainforest .sk li span {
	width: 22px;
	height: 22px;
	float: left;
	background: #97d6d9;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-right: 10px;
	border-radius: 50%;
}

.rainforest ul li a:hover {
	color: #65bc46;
}

.rainforest .sk li a:hover {
	color: #97d6d9;
}

.green {
	background: #65bc46;
}

.sky {
	background: #97d6d9;
}

.mr_t40 {
	margin-top: 40px;
}

.rainforest2 {
	width: 100%;
	float: left;
	padding: 40px 0px;
	background: #fff;
}

.rainforest2 h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

@media (max-width:480px) {
	.rainforest2 h2 {
		margin: 0px 0px 40px 0px;
	}
}

.rainforest2 h4 {
	font-size: 22px;
	color: #fff;
	margin: 0px 0px 25px;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 10px;
	background: #ffc20e;
}

.rainforest2 ul {
	width: 100%;
	float: left;
	padding-left: 40px;
}

.rainforest2 ul li {
	width: 100%;
	float: left;
	margin: 4px 0px;
	position: relative;
	padding-left: 30px;
}

.rainforest2 ul li span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 22px;
	height: 22px;
	float: left;
	background: #ffc20e;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-right: 10px;
	border-radius: 50%;
}

.rainforest2 ul li a {
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
}

.rainforest2 ul li a:hover {
	color: #ffc20e;
}

.bedroom_section {
	width: 100%;
	float: left;
	padding: 40px 25px;
	text-align: center;
}

.bedroom_section h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 20px 0px 0px;
	text-transform: uppercase;
	text-align: left;
	text-decoration: underline;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

.bedroom_section h3 {
	width: 100%;
	float: left;
	color: #9f856c;
	text-align: left;
	letter-spacing: 4px;
}

.bedroom_section h3 span {
	font-size: 17px;
	letter-spacing: 1px;
}

.bedroom_section a {
	display: none;
	font-size: 24px;
	color: #9f856c;
	margin: 20px 0px 0px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
}

.border {
	width: 100%;
	height: 1px;
	float: left;
	border-bottom: 1px solid #ccc;
	margin: 40px 0px 30px;
}

.flexslide .slides li .margin_t {
	top: 25%;
}

.smart_section {
	width: 100%;
	float: left;
	background: #fff;
	padding: 40px 0px;
	text-align: center;
}

.smart_section h2 {
	font-size: 17px;
	color: #9f856c;
	margin: 43% 0px 15px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'AdobeGaramondLTSemibold';
}

.smart_section h3 {
	font-size: 17px;
	color: #333;
	margin: 20px 0px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'AdobeGaramondLTSemibold';
}

.smart_section p {
	font-size: 17px;
	color: #333;
	margin: 0px 0px 15px 0px;
	padding: 0px 35px;
}

.smart_section2 {
	width: 100%;
	float: left;
	background: #f1ebe5;
	padding: 40px 0px;
	text-align: center;
}

.smart_section2 h2 {
	font-size: 17px;
	color: #9f856c;
	margin: 20% 0px 15px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'AdobeGaramondLTSemibold';
}

.smart_section2 h3 {
	font-size: 17px;
	color: #333;
	margin: 20px 0px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'AdobeGaramondLTSemibold';
}

.smart_section2 p {
	font-size: 17px;
	color: #333;
	margin: 0px 0px 15px 0px;
	padding: 0px 40px;
}

.smart_section2 img {
	margin-top: 30px;
	padding: 0px 70px;
}

.smart_section3 {
	width: 100%;
	float: left;
	background: #fff;
	padding: 40px 0px;
	text-align: center;
}

.smart_section3 h2 {
	font-size: 17px;
	color: #9f856c;
	margin: 23% 0px 15px 0px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

.smart_section3 h3 {
	font-size: 17px;
	color: #333;
	margin: 20px 0px 10px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

.smart_section3 p {
	font-size: 17px;
	color: #333;
	margin: 50px 0px 20px;
	padding: 0px 40px;
}

.smart_section3 h5 {
	font-size: 16px;
	color: #333;
	margin: 20px 0px;
	padding: 0px 40px;
}

.smart_section3 img {
	padding: 0px 70px;
}

.smart_banner {
	width: 100%;
	float: left;
	position: relative;
}

.smart_banner .text_main {
	position: absolute;
	left: 156px;
	width: 30%;
	top: 34%;
	border: 1px solid #b69c83;
	padding: 20px;
	text-align: center;
}

.smart_banner .text_main span {
	width: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.94);
	padding: 70px 45px 40px 45px;
}

.smart_banner .text_main span h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.smart_banner .text_main span h3 {
	font-size: 18px;
	color: #9f856c;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.smart_banner .text_main span p {
	font-size: 21px;
	color: #53391f;
	margin: 15px 0px;
}

.setia_section {
	width: 100%;
	float: left;
	position: relative;
	padding: 70px 0px;
}

.setia_section h2 {
	font-size: 27px;
	color: rgb(159, 133, 108) !important;
	;
	margin: 0px 0px 15px 0px;
	font-family: 'AdobeGaramondLTSemibold';
	padding-left: 40px;
	padding-right: 110px;
}

.setia_section p {
	font-size: 17.4px;
	color: #333;
	margin: 15px 0px;
	text-align: justify;
	padding: 0px 110px 0px 40px;
}

.setia_logo {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 70px;
	display: none;
}

.pd_l {
	padding-left: 120px;
}

.margin_b {
	margin-bottom: 14px;
}

.contact_section {
	width: 100%;
	float: left;
	padding: 70px 0px;
}

.contact_section h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 0px 0px 70px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

.contact {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.contact form {
	font-family: Arial, Helvetica, sans-serif;
}

.contact form h3 {
	font-size: 18px;
	color: #937963;
	margin: 10px 0px 15px;
}

.contact form button {
	font-size: 18px;
	color: #fff;
	margin: 10px 0px 0px;
	background: #937963;
	border-radius: 10px;
	text-transform: uppercase;
	border: none;
	padding: 5px 40px;
}

.contact form .form-control {
	height: 40px;
	font-size: 18px;
	color: #937963;
	border: 1px solid #937963;
	border-radius: 0px;
	margin: 0px;
}

.contact form textarea.form-control {
	height: 200px;
}

.form-control::-moz-placeholder {
	color: #937963;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #937963;
}

.form-control::-webkit-input-placeholder {
	color: #937963;
}

.checkMain {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 21px;
}

.check {
	width: 40%;
	height: auto;
	float: left;
}

.checkBox {
	display: none;
}

.check .checkBox+label.checkText span {
	width: 29px;
	height: 29px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
	background: url(../images/check.png) no-repeat;
	left: 0;
}

.check .checkBox:checked+label.checkText span {
	background: url(../images/checkImg.png) no-repeat;
}

.checkText {
	font-size: 18px;
	color: #937963;
	font-weight: normal;
	margin-bottom: 10px;
}

.contact_bottom {
	width: 100%;
	float: left;
	margin-top: 150px;
	display: none;
}

.contact_bottom h4 {
	float: left;
	font-size: 16px;
	color: #a7907b;
	text-transform: uppercase;
	margin: 0px;
}

.contact_bottom h4 span {
	font-size: 34px;
}

.contact_bottom h4 span img {
	position: relative;
	top: -4px;
}

.contact_bottom .right {
	float: right;
	max-width: 140px;
}

.dk_toggle {
	font-size: 18px;
	color: #937963;
}

.dk_toggle:hover {
	color: #937963;
}

.dk_options a {
	font-size: 16px;
	color: #937963;
	padding: 5px 15px;
}

.dk_options a:hover {
	background: #937963;
	color: #fff;
	text-shadow: none;
}

.dk_options_inner {
	border: 1px solid #937963;
	border-radius: 0px;
}

.gallery_section {
	width: 100%;
	float: left;
	padding: 70px 70px;
}

.gallery_section h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 20px 0px 60px;
	text-transform: uppercase;
	text-align: left;
	text-decoration: underline;
	letter-spacing: 4px;
	font-family: 'AdobeGaramondLTSemibold';
}

.gallery_section ul li {
	margin: 13px 0px;
}

.gallery_section ul li a {
	font-size: 24px;
	color: #9f856c;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/*jssor slider bullet skin 051 css*/
.jssorb051 .i {
	position: absolute;
	cursor: pointer;
}

.jssorb051 .i .b {
	fill: #fff;
	fill-opacity: 0.5;
}

.jssorb051 .i:hover .b {
	fill-opacity: .7;
}

.jssorb051 .iav .b {
	fill-opacity: 1;
}

.jssorb051 .i.idn {
	opacity: .3;
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
	display: block;
	position: absolute;
	cursor: pointer;
}

.jssora051 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 360;
	stroke-miterlimit: 10;
}

.jssora051:hover {
	opacity: .8;
}

.jssora051.jssora051dn {
	opacity: .5;
}

.jssora051.jssora051ds {
	opacity: .3;
	pointer-events: none;
}

.image_box {
	width: 100%;
	float: left;
	position: relative;
}

.image_box:hover span {
	opacity: 0;
}

.image_box span {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding-top: 54%;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 100;
	display: none;
}

.image_box span a {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'AdobeGaramondLTSemibold';
	letter-spacing: 4px;
}

.location_section {
	padding: 0px;
}

.location_section .container {
	padding: 0px;
}

.location_section .container .row {
	margin: 0px;
}

.location_section .container .row .col-xs-12 {
	padding: 0px;
}

/*======*/

.connectivtiy .col-sm-8 {
	width: 64%;
	padding-right: 0px;
}

.connectivtiy .col-sm-4 {
	width: 36%;
	padding-left: 0px;
}

.connectivtiy img {
	width: 100%;
	float: left;
}

.connectivtiy span.single img {
	width: auto;
	height: auto !important;
}

.connectivtiy span.single {
	padding: 0px 0px 0px 50px;
}

.slider-img {
	min-height: inherit !important;
}

.map-box {
	width: 100%;
	float: left;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-top: -87px;
}

.map-box img {
	width: 100%;
	float: none;
	display: inline-block;
}

.map-btn {
	width: 100%;
	float: left;
	margin-top: 350px;
}

.map-btn li {
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

.map-btn li button {
	width: auto;
	float: left;
	border: 0;
	padding: 0;
}

.basement_box {
	width: 100%;
	float: left;
}

.basement_box ul.basement_link {
	width: auto;
	float: right;
}

.basement_box ul.basement_link li {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.basement_box ul.basement_link li span {
	width: 22px;
	height: 22px;
	float: left;
	background: #fec210;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-right: 10px;
	border-radius: 50%;
}

.basement_box .icon_b {
	width: auto;
	float: left;
	text-align: center;
	position: relative;
	right: 5px;
}

.basement_box ul.basement_link li a {
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}

.basement_box ul.basement_link li a:hover {
	color: #fec210;
}

.basement_box {
	width: 100%;
	float: left;
}

ul.basement_link {
	width: 220px;
	float: right;
}

ul.basement_link li {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

ul.basement_link li span {
	width: 22px;
	height: 22px;
	float: left;
	background: #fec210;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-right: 10px;
	border-radius: 50%;
}

.basement_box .icon_b {
	width: auto;
	float: left;
	text-align: center;
	position: relative;
	right: 5px;
}

ul.basement_link li a {
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}

ul.basement_link li a:hover {
	color: #fec210;
}

.map-box {
	width: 100%;
	float: left;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-top: -87px;
}

.map-box img {
	width: 100%;
	float: none;
	display: inline-block;
}

.map-btn {
	width: 100%;
	float: left;
	margin-top: 510px;
}

.map-btn li {
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

.map-btn li button {
	width: auto;
	float: left;
	border: 0;
	padding: 0;
	background: transparent;
}

.site_plan_section {
	width: 100%;
	float: left;
	margin: 20px 0px;
}

.site_plan_section h4 {
	font-size: 22px;
	color: #9f856c;
	margin: 0px 0px 25px;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 10px;
	background: #ffedc8;
}

.site_plan_section ul {
	width: 100%;
	float: left;
	padding: 0px !important;
}

.site_plan_section li {
	width: 100%;
	float: left;
	margin-bottom: 12px;
	position: relative;
	padding-left: 30px;
}

.site_plan_section li span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 22px;
	height: 22px;
	float: left;
	background: #fec210;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-right: 10px;
	border-radius: 50%;
}

.site_plan_section li a {
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
}

.site_plan_section li a:hover {
	color: #fec210;
}

.site_plan_section li img {
	width: 24px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.site_plan_section .club_bg {
	background: #fff4de;
	width: 100%;
	float: left;
}

.site_plan_section .club_bg h3 {
	font-size: 15px;
	width: 100%;
	float: left;
	text-align: center;
	margin: 9px 0px;
}

.site_plan_section .other_title {
	width: 100%;
	float: left;
	border-bottom: 2px solid #d9dfe2;
	font-size: 22px;
	color: #9f856c;
	margin: 0px 0px 25px;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 10px;
}

.site_plan_section .pd_bottom {
	padding: 0px 150px;
}

@media (max-width:1200px) {
	.site_plan_section .pd_bottom {
		padding: 0px 50px;
	}
}

.text_main.show_sm {
	display: block
}

.text_main.show_xs {
	display: none;
}

.text_main.show_xs {
	float: left;
	position: relative;
	width: 100%;
	border: 1px solid #b69c83;
	padding: 20px;
	text-align: center;
	margin: 15px 0px;
}

.text_main.show_xs span {
	width: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.94);
	padding: 0px;
}

.text_main.show_xs span span {
	width: 100%;
	float: left;
	padding: 0px;
}

.text_main.show_xs span h2 {
	font-size: 27px;
	color: #9f856c;
	margin: 0px;
	text-transform: uppercase;
}

.text_main.show_xs span h3 {
	font-size: 16px;
	color: #9f856c;
	margin: 0px;
	text-transform: uppercase;
}

.text_main.show_xs span p {
	font-size: 16px;
	color: #53391f;
	margin: 15px 0px;
}

.setia_title_img {
	position: absolute;
	left: 5px;
	right: 5px;
	font-size: 15px;
	bottom: 0px;
}

.setia_title_img h3 {
	width: 100%;
	float: left;
	font-size: 19px;
	color: #fff;
	text-transform: capitalize;
	margin: 0px;
	text-shadow: 1px 3px 1px #000;
	padding: 4px 10px;
}

.smart_section .smart_section_col1 {
	padding-top: 11%;
}

.smart_section .smart_section_col1 img {
	padding: 0px 70px;
}

.form-sub {
	font-size: 18px;
	color: #fff;
	margin: 10px 0px 0px;
	background: #937963;
	border-radius: 10px;
	text-transform: uppercase;
	border: none;
	padding: 5px 40px;
}

.select {
	width: 100%;
	float: left;
	border-radius: 0px;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	background: url(../images/select.png) no-repeat right center #fff;
	border: 1px solid #937963;
	cursor: default;
	z-index: 1;
	color: #777;
	position: relative;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 18px;
	color: #937963;
}

.select option {
	font-size: 18px;
	color: #937963;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
}

.amenities_section .new_1 {
	width: 32.9%;
}

.amenities_section .new_2 {
	width: 22.7%;
}

.amenities_section .new_3 {
	width: 22%;
}

.amenities_section .new_4 {
	width: 22%;
}

.amenities_section .new_5 p img {
	float: right !important;
	margin: -8px 0px 0px 15px !important;
}

.amenities_section .new_5 p {
	text-align: right;
}

.amenities_section span p img {
	border-radius: 50%;
}

#imagediv {
	margin: 0 auto;
	width: 100%;
	height: 800px;
	overflow: hidden;
}

.icon_box {
	position: absolute;
	left: 5%;
	z-index: 9999;
	bottom: 4%;
}

.icon1 {
	width: 35px;
	height: 35px;
	background: transparent url(../images/site-icon1.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	border: none;
}

.icon2 {
	width: 35px;
	height: 35px;
	background: url(../images/site-icon2.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	border: none;
}

#imagediv img {
	position: relative;
	left: 50%;
	top: 50%;
}

#imagediv #pic {
	width: 100% !important;
	margin-top: 0px !important;
	top: 0px;
	left: 0;
	bottom: 0;
	margin-left: 0px !important;
}

.map-box .col-sm-9 {
	overflow: hidden;
	height: 800px;
}

#imagediv3 img {
	position: relative;
	left: 0%;
	top: 100%;
}

#imagediv3 #pic3 {
	margin-top: 0px !important;
	top: 0px;
	left: 24%;
}

#imagediv4 img {
	position: relative;
	left: 0%;
	top: 100%;
}

#imagediv4 #pic4 {
	margin-top: 0px !important;
	top: 0px;
	left: 24%;
}

.content p span {
	width: 100%;
	float: left;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

.content p span img {
	width: 60px;
	float: none;
	display: inline-block;
}

#imagediv4 img {
	position: relative;
	left: 0%;
	top: 100%;
}

#imagediv5 #pic2 {
	margin-top: 0px !important;
	top: 0px;
	left: 0%;
}

#imagediv5 {
	width: 100%;
	float: left;
	overflow: hidden;
	height: 645px;
	display: inline-block;
	text-align: center;
}

#imagediv6 {
	margin: 0 auto;
	width: 100%;
	height: 800px;
	overflow: hidden;
	display: inline-block;
}

#imagediv6 img {
	position: relative;
	left: 0;
	top: 50%;
	margin-left: 0 !important;
}

/*=============*/
.location_map {
	width: 100%;
	float: left;
}

.location_map .ratioHolder {
	width: 100%;
	adding-bottom: 100%;
	position: relative;
	border-bottom: none;
	margin-top: 20px;
}

.location_map .viewer {
	height: 900px;
	width: 100%;
	overflow: hidden;
}

.location_map .zoomer {
	background-color: transparent;
}

.location_map .checkbox-inline,
.radio-inline {
	color: #999;
}

.location_map .swiper-next-style2,
.swiper-prev-style2 {
	z-index: 999;
}

.location_map .ai-txt {
	position: absolute;
	bottom: 8px;
	right: 5px;
	color: #fff;
}

.location_map .zoomer-holder {
	width: 3500px !important;
	height: auto !important;
	top: 0;
	position: absolute !important;
}

.zoomer-zoom-out {
	width: 35px;
	height: 35px;
	background: transparent url(../images/site-icon2.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	border: none;
}

.zoomer-zoom-in {
	width: 35px;
	height: 35px;
	background: url(../images/site-icon1.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	border: none;
}

.site_plan_1 {
	width: 100%;
	float: left;
}

.site_plan_1 .viewer {
	height: 700px;
	width: 100%;
	overflow: hidden;
}

.site_plan_1 .zoomer-holder {
	width: 2200px !important;
	height: auto !important;
	top: 0;
	position: absolute !important;
}

.site_plan_1 .zoomer {
	background-color: transparent;
}

.site_plan_2 {
	width: 100%;
	float: left;
}

.site_plan_2 .viewer {
	height: 700px;
	width: 100%;
	overflow: hidden;
}

.site_plan_2 .zoomer-holder {
	width: 2200px !important;
	height: auto !important;
	top: 0;
	position: absolute !important;
}

.site_plan_2 .zoomer {
	background-color: transparent;
}

.holder_bu_center {
	text-align: center;
	background-color: transparent;
}

.holder_bu_awayR1 {
	background-color: transparent;
	text-align: center;
}

.holder_bu_awayR2 {
	background-color: transparent;
	text-align: center;
	left: 53%;
}

.holder_bu_awayR3 {
	background-color: transparent;
	text-align: center;
}

.holder_bu_awayR4 {
	background-color: transparent;
	text-align: center;
}

.holder_bu_awayR5 {
	background-color: transparent;
	text-align: center;
}

.holder_bu_awayL1 {
	background-color: transparent;
	text-align: center;
}

.holder_bu_awayL2 {
	background-color: transparent;
	text-align: center;
	left: 12%;
}

.holder_bu_center {
	left: 18.5%;
	width: 63%;
}

.flexslide h4 {
	width: 100%;
	float: left;
	position: absolute;
	letter-spacing: 7px;
	bottom: 1%;
	color: #FFF;
	font-size: 28px;
	text-align: center;
}

.holder_bu_centerc h3 {
	font-size: 25px;
}

.holder_bu_centerc h4 {
	font-size: 20px;
}

/*==========*/
.modal-title {
	text-align: center;
}

.ekko-lightbox .modal-footer {
	text-align: center;
}

.modal-header {
	padding: 10px 0px;
}

.modal-footer {
	padding: 10px 0px;
}

.modal-header .close {
	position: absolute;
	right: 10px;
}

/*==========*/
.title_col {
	position: absolute;
	width: 100%;
	float: left;
	text-align: center;
	top: 50%;
	font-size: 51px;
	text-transform: uppercase;
	color: #9f856c;
	letter-spacing: 20px;
	text-shadow: 0px 1px 2px #000;
}

.top-ban{
	max-width:188px;
}

@media(max-width:1700px) {
	.pd {
		padding: 0px 6px;
	}

	#wrapper_bu {
		height: 400px;
	}

	#imagediv {
		height: 600px;
	}

	.smart_banner .text_main span h3 {
		font-size: 14px;
	}

	.smart_banner .text_main span {
		padding: 50px 30px 40px 40px;
	}

	.smart_section p br {
		display: none;
	}

	.smart_banner .text_main span p {
		font-size: 20px;
	}

	.smart_banner .text_main {
		top: 31%;
	}

	#wrapper_bu h3 {
		font-size: 20px;
	}

	#wrapper_bu h4 {
		font-size: 16px;
	}
}

@media(max-width:1600px) {
	.setia_section h2 {
		font-size: 23px;
	}

	.basement_box ul.basement_link {
		max-width: 280px;
	}
}

@media(max-width:1400px) {
	.header_right p {
		font-size: 20px;
	}

	.footer_logo {
		max-width: 130px;
	}

	.footer p {
		margin: 0px;
		font-size: 13px;
	}

	.flexslide .slides li .text_main span {
		padding: 40px 20px;
	}

	.flexslide .slides li .text_main span p {
		font-size: 14px;
	}

	.setia_section h2 {
		font-size: 17px;
		padding-right: 123px;
	}

	.smart_banner .text_main {
		width: 33%;
		top: 29%;
	}

	.smart_banner .text_main span {
		padding: 40px 35px 14px 35px;
	}

	.smart_banner .text_main span h3 {
		font-size: 13px;
		letter-spacing: 2px;
	}

	.smart_banner .text_main span h2 {
		font-size: 21px;
	}

	.smart_banner .text_main span p {
		font-size: 17px;
	}

	.smart_section p {
		font-size: 15px;
		padding: 0px 15px;
		margin: 0px 0px 10px 0px;
	}

	.smart_section p br {
		display: none;
	}

	.smart_section .smart_section_col1 img {
		padding: 0px 15px;
	}

	.smart_section h2 {
		font-size: 22px;
		margin: 43% 0px 15px 0px;
	}

	.smart_section h3 {
		font-size: 14px;
		margin: 17px 0px 10px;
	}

	.smart_section2 h2 {
		font-size: 22px;
		margin: 43% 0px 15px 0px;
	}

	.smart_section2 p {
		font-size: 15px;
		padding: 0px 15px;
		margin: 0px 0px 10px 0px;
	}

	.smart_section2 h2 {
		margin: 19% 0px 15px 0px;
	}

	.smart_section2 img {
		margin-top: 0px;
		padding: 0px 15px;
	}

	.smart_section2 h3 {
		margin: 20px 0px 10px;
	}

	.smart_section3 h2 {
		font-size: 22px;
		margin: 27% 0px 15px 0px;
	}

	.smart_section3 img {
		padding: 0px 15px;
	}

	.smart_section3 p {
		font-size: 15px;
		padding: 0px 15px;
		margin: 40px 0px 10px 0px;
	}

	.smart_section3 h5 br {
		display: none;
	}

	footer .small_logo {
		width: 17%;
	}

	.setia_section p {
		font-size: 13px;
		padding: 0px 124px 0px 40px;
	}

	.setia_title_img h3 {
		font-size: 14px;
	}

	.pd_l {
		padding-left: 105px;
	}

	.pd {
		padding: 0px 5px;
	}

	#wrapper_bu {
		height: 350px;
	}

	.location_map .viewer {
		height: 600px;
	}

	#wrapper_bu h3 {
		font-size: 16px;
	}

	#wrapper_bu h4 {
		font-size: 14px;
	}

	.holder_bu_awayR1 {
		left: 38%;
		width: 47%;
	}

	.flexslide h4 {
		font-size: 17px;
	}

	.site_plan_section li a {
		font-size: 15px;
	}

	.site_plan_section .club_bg h3 {
		font-size: 15px;
	}

	.site_plan_section h4 {
		font-size: 18px;
	}

	.site_plan_section .other_title {
		font-size: 18px;
	}

	.rainforest2 ul li a {
		font-size: 15px;
	}
}

@media(max-width:1200px) {
	.content p {
		padding: 0px;
	}

	.content h4 {
		margin-top: 20px;
	}

	.content h3 {
		margin-bottom: 10px;
	}

	.header_right p {
		font-size: 18px;
	}

	.main_nav .dropdown {
		margin-top: 47px;
	}

	.site_plan h3 {
		font-size: 18px;
	}

	.rainforest h2 {
		font-size: 18px;
	}

	.rainforest ul {
		padding: 0px;
	}

	.rainforest ul li a {
		font-size: 13px;
	}

	.rainforest2 h2 {
		font-size: 20px;
	}

	.rainforest2 ul {
		padding: 0px;
	}

	.rainforest2 ul li a {
		font-size: 13px;
	}

	.flexslide .slides li .margin_t {
		top: 10%;
	}

	.flexslide .slides li .text_main span {
		padding: 40px;
	}

	.flexslide .slides li .text_main span h2 {
		font-size: 20px;
		margin-top: 10px;
	}

	.smart_banner .text_main span h3 {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.smart_banner .text_main {
		top: 29%;
	}

	.smart_banner .text_main span {
		padding: 20px 20px 10px 20px;
	}

	.smart_banner .text_main span h2 {
		font-size: 15px;
		margin-top: 10px;
	}

	.smart_banner .text_main span p {
		font-size: 13px;
		margin: 7px 0px;
	}

	.smart_section h3 {
		margin: 15px 0px 10px;
		font-size: 13px;
	}

	.smart_section p {
		padding: 0px;
		font-size: 15px;
	}

	.smart_section2 h2 {
		font-size: 18px;
		margin: 18% 0px 15px 0px;
	}

	.smart_section2 h3 {
		font-size: 15px;
		margin: 15px 0px 10px;
	}

	.smart_section2 p {
		font-size: 14px;
		padding: 0px;
	}

	.smart_section2 img {
		padding: 0px;
	}

	.smart_section3 h2 {
		font-size: 18px;
	}

	.smart_section3 p {
		font-size: 15px;
		margin: 10px 0px;
		padding: 0px;
	}

	.smart_section3 h5 {
		font-size: 13px;
		padding: 0px;
	}

	.setia_section p {
		padding: 0px;
	}

	.setia_section h2 {
		padding: 0px;
		font-size: 20px;
	}

	.connectivtiy span.single {
		padding: 0px 0px 0px 20px;
	}

	.amenities_section span p img {
		width: 30px;
	}

	.footer_logo {
		max-width: 170px;
	}

	.flexslide .slides li .text_main {
		width: 68%;
	}

	.smart_section .smart_section_col1 {
		padding-top: 11%;
	}

	.smart_section h2 {
		font-size: 18px;
	}

	.pd_l {
		padding-left: 12px;
	}

	.pd {
		padding: 0px 4px;
	}

	.mr_14 {
		margin-bottom: 8px;
	}

	.amenities_section .row .col-sm-4 .full:last-child img {
		margin-top: 8px;
	}

	#imagediv {
		height: 600px;
	}

	#wrapper_bu {
		height: 300px;
	}

	.location_map .viewer {
		height: 500px;
	}

	#wrapper_bu h3 {
		font-size: 14px;
	}

	#wrapper_bu h4 {
		font-size: 12px;
	}

	.site_plan_section li a {
		font-size: 15px;
	}

	.site_plan_section .col-sm-5 {
		width: 100%;
		margin-bottom: 20px;
	}

	.site_plan_section .col-sm-2 {
		width: 100%;
		margin-bottom: 20px;
	}

	.site_plan_section .club_bg h3 {
		font-size: 15px;
	}

	.site_plan_1 .zoomer-holder {
		width: 2600px !important;
	}

	.site_plan_1 .viewer {
		height: 342px;
	}

	.basement_box ul.basement_link {
		max-width: 206px;
	}

	.map-box {
		margin-top: -31px;
	}

	.site_plan_1 {
		height: auto;
	}

	.rainforest2 {
		padding: 0px 0px 40px 0px;
	}

	.basement_box ul.basement_link li a {
		font-size: 15px;
	}
}

@media(max-width:992px) {
	.content h4 {
		margin: 0px;
		font-size: 15px;
	}

	.content h3 {
		font-size: 20px;
	}

	.content p {
		font-size: 14px;
	}

	.content {
		padding: 25px 0px;
	}

	.bottom_section h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.location_section ul {
		padding: 0px;
		margin-bottom: 20px;
	}

	.amenities_section .col-md-6.col-sm-12 {
		width: 100%;
		float: left;
		margin-bottom: 14px;
	}

	.flexslide .slides li .margin_t {
		width: 50%;
	}

	.flexslide .slides li .text_main {
		width: 63%;
		padding: 15px;
	}

	.flexslide .slides li .text_main span {
		padding: 25px;
	}

	.smart_banner .text_main {
		width: 50%;
		top: 22%;
		left: 30px;
		padding: 15px;
	}

	.smart_banner .text_main span h3 {
		font-size: 12px;
	}

	.smart_banner .text_main span h2 {
		font-size: 17px;
	}

	.smart_banner .text_main span p {
		font-size: 16px;
	}

	.pd_l {
		padding-left: 7px;
	}

	.setia_section {
		padding: 25px 0px;
	}

	.setia_section h2 {
		padding: 0px;
		font-size: 16px;
	}

	.setia_section p {
		padding: 0px;
	}

	.setia_logo {
		margin-bottom: 25px;
	}

	.footer_logo {
		max-width: 140px;
	}

	.social {
		margin: 0px;
	}

	.amenities_section span p img {
		width: auto;
	}

	.social {
		margin-top: 15px;
	}

	.flexslide .slides li .text_main {
		top: 20px;
	}

	.flexslide .slides li .text_main span {
		padding: 15px;
	}

	.flexslide .slides li .text_main span p {
		margin: 8px 0px;
	}

	.smart_section .smart_section_col1 {
		padding-top: 16%;
	}

	.smart_section2 p br {
		display: none;
	}

	.smart_section2 img {
		margin-top: 45px;
	}

	.smart_section2 h2 {
		margin: 35% 0px 15px 0px;
	}

	.smart_section .smart_section_col1 img {
		padding: 0px;
	}

	.smart_section3 p br {
		display: none;
	}

	.smart_section3 h2 {
		font-size: 16px;
	}

	.smart_section h2 {
		font-size: 16px;
	}

	.smart_section3 img {
		padding: 0px;
	}

	.setia_section h2 {
		margin-top: 20px;
	}

	.setia_title_img h3 {
		font-size: 17px;
	}

	#imagediv {
		height: 500px;
	}

	#wrapper_bu {
		height: 270px;
	}

	.setia_section .col-sm-12.pd.pd_l {
		padding: 0px 10px;
	}

	.location_map .viewer {
		height: 400px;
	}

	.gallery_section h2 {
		font-size: 18px;
		margin: 20px 0px 20px;
	}

	.gallery_section ul li a {
		font-size: 16px;
	}

	.gallery_section {
		padding: 30px 15px;
	}

	.holder_bu_awayL1 {
		width: 44%;
	}

	.holder_bu_awayR1 {
		width: 44%;
		left: 40%;
	}

	.site_plan_1 .zoomer-holder {
		width: 2000px !important;
	}

	.site_plan_1 .viewer {
		height: 250px;
	}

	.site_plan h2 {
		margin: 20px 0px 0px;
	}

	.site_plan {
		padding: 20px 0px 0px;
	}

	.header_right p {
		margin: 36px 0px 0px;
	}

	.main_nav .dropdown {
		margin-top: 55px;
	}

	.site_plan_section .col-sm-offset-2 {
		margin-left: 0px;
	}

	.site_plan_section .col-sm-8 {
		width: 100%;
	}

	.title_col {
		letter-spacing: 10px;
		font-size: 30px;
	}
}

@media(max-width:767px) {

	.top-ban{
		max-width:158px;
	}

	.logo {
		text-align: right;
	}

	.bottom_section h2 {
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	.col-sm-6.text-right {
		width: 100%;
		float: left;
		display: inline-block;
		text-align: center;
	}

	.col-sm-6.text-right a {
		display: inline-block;
		text-align: center;
		float: none;
	}

	footer p {
		width: 100%;
		text-align: center;
	}

	footer .small_logo {
		padding: 0px 5px;
		text-align: center;
	}

	.bottom_section {
		padding: 0px 0px 20px;
	}

	.main_nav .dropdown .dropdown-menu li a {
		font-size: 15px;
		padding: 2px 15px;
	}

	.location_section h2 {
		margin: 20px 0px;
	}

	.location_section {
		padding: 20px 15px;
	}

	.location_section ul li a {
		font-size: 20px;
	}

	.amenities_section {
		padding: 25px 15px;
	}

	.amenities_section h2 {
		margin-bottom: 20px;
	}

	.pd {
		padding: 0px 7px;
	}

	.pd_0 {
		padding: 0px 7px;
	}

	.amenities_section .row .col-sm-4 .full:last-child img {
		margin: 14px 0px;
	}

	.amenities_section .col-xs-12.col-sm-8.pd {
		margin-bottom: 14px;
	}

	.mb_mr img {
		margin: 0px !important;
	}

	.mb_mr14 {
		margin-top: 14px !important;
	}

	.site_plan h2 {
		margin: 15px 0px;
	}

	.site_plan {
		padding: 20px 0px;
	}

	.sky {
		margin-top: 25px !important;
	}

	.bedroom_section h2 {
		text-align: center;
	}

	.bedroom_section a {
		font-size: 16px;
	}

	.smart_section {
		padding: 15px 0px;
	}

	.smart_section h2 {
		margin-top: 0px;
	}

	.smart_section p {
		margin-bottom: 10px;
	}

	.smart_section2 {
		padding: 0px 0px 15px;
	}

	.smart_section2 p {
		margin-bottom: 10px;
	}

	.smart_section3 {
		padding: 15px 0px;
	}

	.smart_section3 h2 {
		margin: 0px 0px 10px;
	}

	.flexslide .slides li .margin_t {
		width: 100%;
	}

	.flexslide .slides li .text_main {
		width: auto;
		left: 15px;
		right: 15px;
		top: auto;
		bottom: 50px;
		padding: 7px;
	}

	.flexslide .slides li .text_main span {
		padding: 13px 7px 7px 7px;
	}

	.flexslide .slides li .text_main span p {
		margin: 0px 0px 10px;
		font-size: 13px;
	}

	.flexslide .slides li .text_main span h2 {
		margin-top: 7px;
		font-size: 15px;
	}

	.flexslide .slides li img {
		min-height: inherit;
	}

	.flex-control-nav {
		bottom: 15px;
	}

	.smart_banner .text_main {
		width: auto;
		left: 15px;
		right: 15px;
		top: auto;
		bottom: 15px;
		padding: 7px;
	}

	.smart_banner .text_main span {
		padding: 13px 7px 7px 7px;
	}

	.smart_banner .text_main span p {
		margin: 0px 0px 10px;
	}

	.smart_banner .text_main span h2 {
		margin-top: 7px;
		font-size: 15px;
	}

	.setia_section h2 {
		font-size: 18px;
	}

	.contact_section {
		padding: 25px 0px;
	}

	.contact_section h2 {
		margin-bottom: 25px;
	}

	.contact_bottom {
		margin-top: 25px;
	}

	.check {
		width: 50%;
	}

	.gallery_section {
		padding: 20px 15px;
	}

	.gallery_section h2 {
		margin: 15px 0px 25px;
	}

	.gallery_section ul li a {
		font-size: 18px;
	}

	.gallery_section ul li {
		margin: 10px 0px;
	}

	.mb_left {
		width: 50%;
		float: left;
		margin-top: 15px;
		text-align: left;
	}

	.social {
		width: 50%;
		float: right;
		margin-top: 15px;
	}

	footer p {
		margin-top: 10px;
	}

	.connectivtiy .col-sm-8 {
		width: 100%;
		padding-right: 15px;
		margin-bottom: 15px;
	}

	.connectivtiy .col-sm-4 {
		width: 100%;
		padding-left: 15px;
	}

	.social {
		width: 100%;
		float: left;
		display: inline-block;
		text-align: center;
	}

	.social h4 {
		width: 100%;
		float: left;
	}

	.social ul {
		width: 100%;
		float: left;
		display: inline-block;
		text-align: center;
	}

	.social ul li {
		width: auto;
		float: none;
		display: inline-block;
	}

	.text_main.show_sm {
		display: none;
	}

	.text_main.show_xs {
		display: block;
	}

	.smart_section .smart_section_col1 {
		padding-top: 1%;
	}

	.smart_section2 h2 {
		margin: 5% 0px 15px 0px;
	}

	.smart_section2 img {
		margin-top: 10px;
	}

	.amenities_section .new_1 {
		width: 100%;
	}

	.amenities_section .new_2 {
		width: 100%;
	}

	.amenities_section .new_3 {
		width: 100%;
	}

	.amenities_section .new_4 {
		width: 100%;
	}

	#imagediv {
		height: 400px;
	}

	.full.mb_mr {
		margin-top: 15px;
	}

	footer .col-sm-6 {
		display: inline-block;
		text-align: center;
	}

	footer .small_logo {
		width: 45%;
		float: none;
		display: inline-block;
		text-align: center;
		margin: 2px;
	}

	.bedroom_section {
		padding: 0px 0px 40px 0px;
	}

	ul.basement_link {
		margin: 0px;
		position: relative;
		width: 100%;
		float: left;
	}

	.basement_box ul.basement_link {
		max-width: 100%;
		float: left;
	}

	.site_plan_1 .zoomer-holder {
		width: 2500px !important;
	}

	.site_plan_section .col-sm-8 {
		padding: 0px;
	}
}

@media(max-width:620px) {
	#wrapper_bu {
		height: 200px;
	}

	.zoomer .zoomer-controls span {
		width: 20px;
		height: 20px;
	}

	.main_nav .btn img {
		height: auto;
	}
}

@media(max-width:500px) {
	.top-ban{
		max-width:118px;
	}

	.m_left{
		text-align: left !important;margin-bottom: 20px;
	}

	.location_section {
		padding: 20px 5px;
	}

	.amenities_section {
		padding: 20px 5px;
	}

	.smart_banner img {
		height: 210px;
	}

	.check .checkBox+label.checkText span {
		margin-right: 5px;
	}

	.checkText {
		font-size: 15px;
	}

	.contact_bottom h4 {
		font-size: 14px;
	}

	.contact_bottom h4 span {
		font-size: 20px;
	}

	.contact_bottom .right {
		max-width: 100px;
	}

	.contact_bottom h4 span img {
		top: 0px;
	}

	.mb_left {
		width: 100%;
		text-align: center;
	}

	.social {
		width: 100%;
		text-align: center;
	}

	.social ul {
		float: none;
		display: inline-block;
	}

	.text_main.show_xs span h3 {
		font-size: 15px;
		margin-top: 1px;
	}

	.text_main.show_xs span h2 {
		font-size: 14px;
	}

	.text_main.show_xs span p {
		font-size: 13px;
	}

	.text_main.show_xs {
		padding: 20px 20px 5px 20px;
	}

	#imagediv {
		height: 250px;
	}

	#wrapper_bu {
		height: 150px;
	}
}

@media(max-width:420px) {
	.site_plan_1 .zoomer-holder {
		margin-top: -20px;
	}

	.site_plan_1 .viewer {
		height: 206px;
	}
}

@media(max-width:360px) {
	#wrapper_bu {
		height: 100px;
	}

	.location_map .viewer {
		height: 220px;
	}
}

/****Updated Csss****/
.zoomer .zoomer-holder {
	box-shadow: none !important;
}

li.pdleft0 {
	padding-left: 0px;
}

/***Video****/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25% !important;
	/* 16:9 */
	padding-top: 25px !important;
	height: 0;
	clear: both;
	z-index: 1000;
}

.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

@media (max-width:767px) {
	.slider-main.slick-prev {
		top: 48%;
		width: 50px !important;
	}

	.slider-main .slick-next {
		top: 48%;
		width: 50px !important;
	}
}

/*****Celebration Draw********/
.celebration_draw {
	position: relative;
	clear: both;
	padding: 50px 0px;
}

.celebration_left {
	position: relative;
	text-align: center;
	padding: 50px 0px;
	text-align: center;
}

.celebration_left img {
	display: inline-block;
	vertical-align: top;
	max-width: 150px;
	width: 100%;
}

.celebration_right {
	position: relative;
	text-align: center;
	padding: 0px;
	text-align: left;
}

.celebration_right h1 {
	text-align: left;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

.celebration_right p {
	text-align: left;
	color: #000;
	padding: 20px 0px;
	font-size: 18px;
	font-weight: normal;
}

.celebration_list {
	position: relative;
	padding: 20px 0px;
}

.celebration_list ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

.celebration_list li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
	font-size: 20px;
	padding: 5px 0px;
}

.celebration_list li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;
	font-weight: bold;
	font-size: 20px;
}

.celebration_list li li {
	margin: 0px;
	font-size: 19px;
}

.celebration_list li li:before {
	content: counters(item, ".") " ";
	font-size: 16px;
}

/***Top Button***/
.top-btn {
	position: absolute;
	top: 20px;
	left: 30%;
	text-align: left;
	display: inline-block;
}

.top-btn img {
	display: inline-block;
	vertical-align: middle;
	max-width: 120px;
	width: 40%;
	min-width: 95px;
}

.dainheadcontent {
	padding-top: 30px;
	padding-bottom: 30px
}

.dainhead {
	text-align: center
}

.dainheadcontent a {
	text-decoration: none;
	color: inherit;
}

@media (max-width:1200px) {
	.top-btn {
		left: 40%;
	}

	span.menu {
		font-size: 20px;
	}
}

@media (max-width:767px) {
	.celebration_left {
		padding: 0px 0px 50px 0px;
	}

	.celebration_right h1 {
		font-size: 20px;
	}

	.celebration_right p {
		font-size: 16px;
	}

	.celebration_list li:before {
		font-size: 18px;
	}
}

@media (max-width:550px) {
	.top-btn {
		left: 0%;
		top: -10px;
	}

	.top-btn img {
		min-width: inherit;
		max-width: 80px;
	}

	.dainhead {
		text-align: left
	}
}

.p-0 {
	padding: 0px !important;
}