/* BEGIN Light */
@font-face {
	font-family: 'Open Sans';
	src: url("/fonts/opensans/Light/OpenSans-Light.woff2") format("woff2"), url("/fonts/opensans/Light/OpenSans-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* END Light */
/* BEGIN Light Italic */
@font-face {
	font-family: 'Open Sans';
	src: url("/fonts/opensans/LightItalic/OpenSans-LightItalic.woff2") format("woff2"), url("/fonts/opensans/LightItalic/OpenSans-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* END Light Italic */
/* BEGIN Regular */
@font-face {
	font-family: 'Open Sans';
	src: url("/fonts/opensans/Regular/OpenSans-Regular.woff2") format("woff2"), url("/fonts/opensans/Regular/OpenSans-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* END Regular */
/* BEGIN Italic */
@font-face {
	font-family: 'Open Sans';
	src: url("/fonts/opensans/Italic/OpenSans-Italic.woff2") format("woff2"), url("/fonts/opensans/Italic/OpenSans-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

/* END Italic */
/* BEGIN Semibold */
@font-face {
	font-family: 'Open Sans';
	src: url("/fonts/opensans/Semibold/OpenSans-Semibold.woff2") format("woff2"), url("/fonts/opensans/Semibold/OpenSans-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* END Semibold */
/* BEGIN Semibold Italic */
@font-face {
	font-family: 'Open Sans';
	src: url("/fonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.woff2") format("woff2"), url("/fonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

/* END Semibold Italic */
/* BEGIN Bold */
@font-face {
	font-family: 'Open Sans';
	src: url("/fonts/opensans/Bold/OpenSans-Bold.woff2") format("woff2"), url("/fonts/opensans/Bold/OpenSans-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* END Bold */
/* BEGIN Bold Italic */
@font-face {
	font-family: 'Open Sans';
	src: url("/fonts/opensans/BoldItalic/OpenSans-BoldItalic.woff2") format("woff2"), url("/fonts/opensans/BoldItalic/OpenSans-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

/* END Bold Italic */
/* BEGIN Extrabold */
@font-face {
	font-family: 'Open Sans';
	src: url("/fonts/opensans/ExtraBold/OpenSans-ExtraBold.woff2") format("woff2"), url("/fonts/opensans/ExtraBold/OpenSans-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
	font-family: 'Open Sans';
	src: url("/fonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("/fonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff") format("woff");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

/* END Extrabold Italic */


body {
	font-size: 14px;
	padding: 0 !important;
	overflow-x:hidden;
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
	line-height: 1.5;
}
h4 {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 26px
}
p {
	color: #333;
}
.p-50-cont {
	padding: 10px 20px 5px 20px;
}
a {
	transition: all 0.5s ease;
}
a:focus {
	outline:none;
}
a:hover {
	text-decoration: none;
}
.btn-primary {
}
.col-xs-15 {
	width: 20%;
	float: left;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 767px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
/****************************padding-margin*****************************/
.p0 {
	padding:0 !important;
}
.pl0 {
	padding-left:0!important;
}
.pr0 {
	padding-right:0!important;
}
.pt-0 {
	padding-top:0!important;
}
.pt-15 {
	padding-top:15px!important;
}
.pt-20 {
	padding-top:20px!important;
}
.pt-30 {
	padding-top:30px!important;
}
.pt-40 {
	padding-top:40px!important;
}
.pt-50 {
	padding-top:50px!important;
}
.pb-15 {
	padding-bottom:15px!important;
}
.pb-20 {
	padding-bottom:20px!important;
}
.pb-30 {
	padding-bottom:30px!important;
}
.pb-40 {
	padding-bottom:40px!important;
}
.pb-50 {
	padding-bottom:50px!important;
}
.mt-0 {
	margin-top:0!important;
}
.mt-15 {
	margin-top:15px!important;
}
.mt-20 {
	margin-top:20px!important;
}
.mt-30 {
	margin-top:30px!important;
}
.mt-40 {
	margin-top:40px!important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.units_index_enquiry_button, .units_index_enquiry_button:focus {
	border-color: rgba(137, 135, 135, 0.2) !important;
	background-color: rgb(240, 71, 10) !important;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s ease;
}
ul.property-nav-dropdown{
	transition: all 0s ease;
}
.units_index_enquiry_button:hover {
	border-color: #f06b0a !important;
	background-color: #f06b0a !important;
	color:#fff;
}
.border-none {
	border: 0px !important;
}
.p15 {
	padding: 15px !important;
}

/********************owl************************/
.owl-item.loading .bt-detail, .owl-item.loading .bigTitle, .owl-item.loading .block-3-list, .owl-item i, .owl-item.loading .status-project, .owl-item.loading .list-contact {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 1s ease;
}
.owl-item .bt-detail, .owl-item .bigTitle, .owl-item .block-3-list, .owl-item i, .owl-item .status-project, .owl-item .list-contact {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.owl-item.active img {
	animation-duration: 1.5s;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.owl-projects .item {
	overflow:hidden;
	position: relative;
	margin:0;
	transition: all 0.2s ease;
}
.owl-projects.owl-carousel {
	overflow: hidden;
}
.owl-projects .item ul {
	margin-bottom:0;
}
.owl-carousel .owl-item {
	padding: 0 15px 0 0;
	/*width: 277px !important;*/
}
.owl-carousel .item img {
	width: 100%;
	transition: all 0.2s ease;
	object-fit: cover;
}
.owl-theme .owl-controls .owl-page span {
	border-radius: 0;
	height: 2px;
	width: 15px;
	margin: 3px 3px;
}
.owl-prev {
	left: -46px;
	position: absolute !important;
	top: 50%;
	margin-top: -55px !important;
	transition: all 0.5s ease;
}
.owl-next {
	position: absolute;
	right: -45px;
	top: 50%;
	margin-top: -55px !important;
	transition: all 0.5s ease;
}
.imgslice .owl-prev{
	left: 0;
}
.imgslice .owl-next{
	right: 0;
}

#owl-MarketComparison .owl-prev, #owl-MarketComparison .owl-next{
	margin-top: -65px !important;
}
.fazwaz-infowindow .item img{
	width: 100%;
	height: 200px;
}
.fazwaz-infowindow .popup-contant{
	position: relative;
}
.main-popup, .main-popup .item{
	width: 250px;
}
.main-popup .item{
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	background: #fff;
}
.slideshow-container .mySlides {display: none;opacity: 1}
.slideshow-container .mySlides:first-child {display: block;opacity: 1}
/* Fading animation */


.fazwaz-infowindow .popup-contant .captions{
	position: absolute;
	left: 0;
	right: 0;
	top:157px;
	background: rgba(0 ,0 ,0 ,0.6);
	color: #fff;
	padding: 5px 10px;
}
.fazwaz-infowindow .popup-contant .captions .listRightLt{
	width: 55%;
}
.fazwaz-infowindow .popup-contant .captions .listRightRt{
	width: 40%;
	position: absolute;
	right: 10px;
	bottom: 15px;
}
.fazwaz-infowindow .popup-contant .show-count{
	font-weight: 700;
	text-align: center;

}
.fazwaz-infowindow .show-count{
	padding-top: 265px !important;
	width: auto;
}
.fazwaz-infowindow .btn-block-popup{
	bottom: -32px;
}

.fazwaz-infowindow .popup-contant .captions em{
	display: block;
}
.btn-block-popup{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
}
.btn-block-popup .btn{
	width: 50%;
	margin:0;
	padding: 6px 12px;
	border-radius: 0;
	font-size: 12px;
	float: right;
}
@media (min-width:768px) and (max-width:992px) {
	#owl-MarketComparison .owl-prev, #owl-MarketComparison .owl-next{
		margin-top: 15px !important;
	}
}

.register_insert_unit_div .contact_successful_row {
	padding: 15px;
	background: none !important;
	color: #fff;
}
.profile-listVithUs .btn{ color: #fff;}
.block-btnweb{ text-align: center; padding-top: 15px; clear: both;}
.block-btnweb .btn{    border-radius: 0px !important;}

#MarketComparison .item {
	border:1px solid #eee;
	background: rgb(249, 249, 249);
}
#MarketComparison .item .propertyTitle{ font-weight: 700;  }
#MarketComparison .owl-item {
	padding:0;
}
#MarketComparison .item > div {
	padding:0;
}
#MarketComparison .item > div img {
	width:100%;
	height:100%;
	min-height: 120px;
	max-height: 250px;
}
#MarketComparison .item .avg_price_boxIn_div {
	padding:10px;
}
#MarketComparison .item .globalCls {
	font-size: 20px;
	line-height: 26px;
	padding-top: 5px;
	display:block;
	padding-bottom:5px;
	font-weight:600;
}
#MarketComparison .item a{ color: #333;}
.owl-projects .owl-next, .owl-projects .owl-prev {
	top: 3px;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #59a9df;
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
	margin: 5px;

	font-size: 62px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition:all 0.2s ease;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	opacity:1 !important;
	filter: Alpha(Opacity=100); /*IE7 fix*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	background: none;
}
.owl-item .pic {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	max-height: 220px;
}
.owl-item div.pic img {
	transition: all 0.4s ease;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
	overflow:hidden;
	min-height: 230px;
}
#news .owl-item div.pic img{ min-height: 220px;}
.owl-item:hover div.pic img {
	z-index: 2;
	overflow:hidden;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.2);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.2);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.2);
	transition: all 200ms ease-in;
	transform: scale(1.2);
}
.video-slide, .mockup-website,
.sub-tab-search,
.search-108-index,
.open-advanced-search,
.close-advanced-search{ display: none;}

.list-porperty:hover {
	-webkit-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.list-porperty {
	position:relative;
	margin-bottom:20px;
}
.list-porperty .pic {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative
}
.list-porperty div.pic img {
	transition: all 0.4s ease;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
	overflow:hidden;
	width:100%;
	height:270px;
}
@media (max-width:1199px) {
	.list-porperty div.pic img { height:220px; }
}
@media (max-width:767px) {
	.list-porperty div.pic img { height:auto; }
}
.list-porperty:hover div.pic img {
	z-index: 2;
	overflow:hidden;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.2);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.2);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.2);
	transition: all 200ms ease-in;
	transform: scale(1.2);
}
.list-porperty:hover .block-detail-property h3,
.list-porperty:hover .block-detail-property .title-h1{
	color:#fff;
	background-color: rgba(0, 108, 227, 0.7);
}
.list-porperty:hover .block-detail-property h3 a,
.list-porperty:hover .block-detail-property .title-h1 a{
	color:#fff;
}
.owl-carousel .item .favourite, .list-porperty .favourite, .slide_search .favourite , .lp_unit .favourite {
	position: absolute;
	top: 25px;
	/* right: 10px; */
	left: 10px;
	width: 40px;
	height: 40px;
	z-index: 9;
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.item .favourite .fa-heart, .list-porperty .fa-heart, .slide_search .fa-heart, .lp_unit .fa-heart {
	color:#C30;
}
.item .favourite:hover, .slide_search .favourite:hover, .lp_unit .favourite:hover {
	font-size:32px
}
.item:hover .block-hot-regions_data .title {
	background:#006ce3;
	color:#fff;
	transition: all 0.4s ease;
	border-top:none;
}
.item:hover .block-hot-regions_data .title h2, .item:hover .block-hot-regions_data .title h3 {
	color:#fff;
}
.item:hover .block-hot-regions_data .title{
	border-left: 0px;
	border-right: 0px;
}
.list-contact {
	padding: 0 15px 15px 15px;
	border: 1px solid #cdcdcd;
}
.list-contact h3 {
	font-size: 18px !important;
	color:#333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
}
.list-contact p a {
	margin-left:5px;
}
.owl-projects-list {
	padding-top: 0px;
	margin-top: 0px;
}
.owl-projects-list .owl-prev {
	left: 0px;
	color: #fff;
}
.owl-projects-list .owl-next {
	right: 0px;
	color: #fff;
}
.owl-projects-list .owl-controls .owl-buttons div {
	font-size: 40px;
	color: #fff !important;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.title_section {
	background:#fff;
	z-index:9;
	padding:15px 0;
	display:block;
	clear:both;
	width:100%
}
.title_section h2 {
	margin: 0;
	color: #484848;
	font-size: 20px;
}
.title_section h1 {
	font-size:22px;
	padding:15px 0;
	margin:0
}
.status-project {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 10px;
	background: #f0470a;
	color: #fff;
	border: 1px solid #fff;
	font-size: 9px;
	padding: 1px 5px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight:700
}
.status-list-type{
	position: absolute;
	z-index: 9;
	left: 12px;
	top: 8px;
	background: #f0470a;
	color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	padding: 1px 5px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 700;
}
.type-project {
	position:absolute;
	left:10px;
	top:30px;
	font-size: 11px;
	z-index:9;
	background:#000;
	color:#fff;
	padding:2px;
	border:1px solid #fff;
	border-radius: 4px;
	padding: 1px 5px;
	text-transform:uppercase;
	font-weight:700
}
.bt-detail {
	line-height: 40px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0, 108, 227, 0.75);
	z-index: 9;
	left: 15px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.36);
}
.bt-detail-47 {
	bottom:47px;
}
.bt-detail img {
	width: 100%;
}
.sub-title {
	color: #999;
	padding-bottom:15px;
}
.block-3-list {
	font-size: 12px;
	display: block;
	width: 100.02%;
}
.block-3-list ul {
	padding: 0px;
	margin: 0px;
}
.block-3-list ul li {
	display: inline;
	padding: 3px 0;
	border-right: 1px solid #fff;
}
.block-3-list ul li:last-child {
	border: none;
}
.title-list {
	background: #006ce3;
	color: #fff;
}

ul.list-data li {
	background: #fff;
	color: #555;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ul.list-data li:last-child {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.txt-normal {
	font-weight: normal !important;
	padding: 0px !important;
}
.bt-detail.black-bg {
	background: rgba(0, 0, 0, 0.55);
	line-height: normal;
	padding-bottom: 8px;
	padding-top: 8px;
}
.bt-detail.black-bg .listTotalPrice {
	font-size: 20px;
	font-weight: 700;
	padding-left: 0px;
	margin-left: 0px;
	text-transform: none;
}

#for-sale-rent-search.active{ display: none !important;}
.intl-tel-input .country-list {
	max-height: 160px !important;
	border-radius: 4px;
	margin-top: 2px !important;
	border: 1px solid #dadada !important;
	box-shadow: none !important;
}
.intl-tel-input .country-list .divider {
	border-bottom: 1px solid #efefef;
}
ul.country-list {width: 280px;overflow: hidden;}

.listtxt_room {
	font-weight: 700;
	font-size: 14px;
	text-transform: none;
	display: block;
	padding-top: 0px;
	line-height: 14px;
	padding-bottom: 5px;
	border-left: 1px solid #fff;
}
.listtxt-title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}
.listtxt-title .txt-location {
	text-transform: none;
	color: #006ce3;
	font-weight: 600;
}
.listtxt i.fa-map-marker {
	padding-right: 3px;
	padding-left: 2px;
}
.listtxt-for {
	text-transform: none;
	display: block;
	clear: both;
}
.listtxt_room.non {
	border: none;
}
.listtxt_size {
	font-size: 14px;
	display: block;
	text-transform: none;
	border-top: 1px solid #fff;
}
.bt-detail.black-bg .listtxt {
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	width: 60%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.bt-detail span {
	padding: 0 4px;
}
.bigTitle {
	position: absolute;
	left:0;
	top: 45%;
	width: 100%;
	font-size: 26px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.36);
	z-index: 9;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
.title h2 {
	font-size:28px;
	font-weight: 500;
	margin-top:0;
}
.title h3 {
	font-size: 20px;
}
.list_poperty .block-3-list {
	padding:0;
}
#back-drop {
	background: #000;
	height:100%;
	width:100%;
	z-index:9999;
}
/**************************footer*************************/

footer {
	display: block;
	clear: both;
	background: #eee;
	padding: 30px 0 0 0;
	font-size: 14px;
}
.footer-s {
	padding: 0px 0 0 0;
	margin-top:0 !important;
}
footer a {
	color: #869099;
}

.title-footer {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice{font-size: 13px; padding: 2px 6px; background:#006ce3 !important ; border: 1px solid #006ce3 !important; color: #fff !important; margin: 7px 0 0 6px !important;}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove{
	margin: 1px 0px 2px 4px !important;
	opacity: 0.6 !important;
	filter: alpha(opacity=60);
	text-shadow: 0 1px 0 #333 !important;
	color: #fff !important;
}
.select2-selection__rendered {
	font-size: 13px;
	min-height: 38px;
}
.select2-search__field {
	height: 38px !important;
}
.s2-select-label, .s2-unselect-label {
	font-size: 13px !important;
}
.select2-container--krajee .select2-selection {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #e3e3e3 !important;
}
.ft-black {
	clear: both;
	border-top: 1px solid #2d2c2c;
	font-size: 12px;
	font-weight: 700;
	background:#121212;
	color: #ccc !important;
	padding: 5px 0;
}
.ft-black a{
	color: #ccc !important;
}
.title_list_footer{
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.list_footer {
	background: #eee;
	padding: 20px 15px 5px 15px;
	clear: both;
	margin-top: 15px;
	width: 100%;
}
.list_footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	padding-bottom: 5px;
}
.list_footer li a {
	color: #333;
}
.list_footer li a:hover {
	color:#006CE3
}
.ft-black-s {
	display: table;
	width: 100%;
}
.ft-black a {
	color: #c1c5bf;
	line-height: 26px;
}
ul.nav-footer {
	padding: 0px 0px 20px 0px;
}
.nav-footer li {
	display: block;
	list-style: none;
	padding:0;
}
.nav-footer li a {

	font-size: 13px;
	font-weight: 500;
}
.nav-footer li a:hover {
	color:#006CE3
}
ul.nav-footer-2 {
	padding: 0;
	margin: 0;
}
.nav-footer-2 li {
	display: inline;
	list-style: none;
	padding-right:8px;
}
.nav-footer-2 li a {
	color: #c1c5bf;
	font-weight: 700;
	font-size: 12px;
}
.ft-social {
	text-align: right;
	font-size: 13px;
}
.ft-social a {
	margin-left: 5px;
}
.display-none {
	display: none;
}
.display-block {
	display: block;
}

.team_img {
	width: 180px;
	margin: 10px auto;
	height: 180px;
	border-radius: 50%;
	border: 3px solid #eee;
}
.ul_items, .contact-detail
{
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
}
.contact-detail b {
	font-size: 18px;
}
.press_bg .pressPageTitle {
	color: #666666;
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px;
	font-weight: 600;
}
.find-us h5 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 25px;
	color: #737373;
}
.press_bg .itemContainer {
	border-bottom: 1px solid #D3D3D3;
	color: #666666;
	padding: 20px 0;
}
.press_bg .press_mention_div .pressLogo img {
	vertical-align: middle;
	max-height: 100%;
	margin: 0px auto;
}
.press_bg .press_mention_div .pressLogo {
	clear: both;
	display: block;
	padding: 0 0 10px 0;
	height: 80px;
	line-height: 80px;
}
.press_bg .press_mention_div {
	border: 1px solid #d1d1d1;
	text-align: center;
	padding: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	margin-bottom: 30px;
	height: 210px;
}
.header-website{ display: none;}
.pageNotPanTop {
	clear: both;
	display: flex;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	color: #777;
	margin-top: 60px;
	flex-direction: column;
	justify-content: center;
	padding: 2em 0 3em 0;
	min-height: calc(100vh - 332px);
}
.pageNotPanTop img {
	width: 400px;
	height: auto;
	margin: 0 auto 2em auto;
}
.pageNotPanTop h1 {
	color: #0072ff;
	font-size: 130px;
	line-height: 150px;
	font-weight: 700;
}
.pageNotPanTop h4 {
	font-weight: 600;
	font-size: 18px;
	padding: 0 0 6px;
	margin: 0;
}
.pageNotPanTop p {
	font-size: 13px;
	padding: 0 0 6px;
}
.mmt-page-error {
	clear: both;
	display: flex;
	align-items: center;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	margin-top: 30px;
	flex-direction: column;
	justify-content: center;
	padding: 2em 0 3em 0;
	min-height: calc(100vh - 332px);
	background-color: #FAFAFF;
	border-radius: 6px;
}
.mmt-page-headline {
	font-size: 28px;
	font-weight: bold;
	color: #194378;
}
.mmt-page-text {
	font-size: 16px;
	color: #333;
}
.mmt-page-img {

}
.btn-error-back-home {
	color: #fff;
	background: linear-gradient(93.21deg, #31B9CC 0%, #194378 100%);
	border-color: transparent;
	width: max-content;
	margin: 20px auto;
	padding: 8px 40px;
	border-radius: 30px;
}
.btn-error-back-home:hover {
	color: #fff;
	background-color: #194378;
	border-color: transparent;
}
.return-home-error {
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	color: #fff;
	padding: 15px 0;
}
.return-home-error input {
	background: transparent !important;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.return-home-error .btn-primary {
	background-clip: padding-box;
	background-color: #227dda;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	padding:8px;
	transition: background-color 0.2s linear 0s;
	width: 300px;
	margin: 0 5px 0 auto;
}
.return-home-error .twitter-typeahead .tt-input {
	z-index: 2;
	padding: 15px;
	background-color: #fff !important;
	border: 1px solid #d2d2d2;
	color: #5b8bd5 !important;
	font-size: inherit;
	height: 60px;
	border-radius: 0;
}
.return-home-error .twitter-typeahead {
	width: 100%;
	background: #fff;
}
.bg-white {
	background: #fff;
	border-radius: 10px;
	padding: 25px 15px;
	margin-bottom: 35px;
}
.bg-white .form-control {
	box-shadow: 0 0;
	border: 1px solid #c7c7c7;
	color: #606060;
	margin-top: 10px;
	padding: 10px 15px !important;
	height: auto !important;
}
.bg-white .btn-primary {
	background-clip: padding-box;
	background-color: #227dda;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 11px 60px;
	text-transform: uppercase;
	transition: background-color 0.2s linear 0s;
	float: left;
	margin-top: 10px;
}
.slogan {
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	margin: 80px 0 40px;
	text-align: center;
}
.detailpage_breadcrumb {
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
}
.unit-fix-details {
	padding: 20px 0 0 0;
	font-size: 14px;
	background: #fff;
	transition: all 0.2s ease;
}
section{ padding: 0}
.unit-fix-footer {
	border-top: 1px solid #ccc;
	padding: 5px 0 0 0;
	font-size: 12px;
	color: #737373;
	margin-top: 15px;
	padding-top: 3px;
	position: relative;
	transition: all 0.2s ease;
}
.unit-fix-footer ul {
	padding: 0px;
	line-height: 28px;
}
.unit-fix-footer li {
	list-style: none;
	display: inline;
	margin-right: 5px;
}
.list-btn {
	padding-top: 7px !important;
}
.list-btn li {
	margin-right: 0px;
}

@media (max-width: 1200px) {
	.list-btn span {
		display: none;
	}
}
.unit-fix-footer a {
	color: #3d7db7;
	text-transform: capitalize;
}
.fixed .unit-fix-footer a.btn {
	padding: 2px 8px;
}
.unit-fix-footer a.btn {
	color: #555;
	padding: 5px 8px;
}
.unit-fix-footer li .btn-sm {
	color: #fff;
	font-weight: 600;
}
.list-property {
	position: relative;
}
.save_share {
	position: absolute;
	right: 40px;
	bottom: -7px
}
.btn-website, a.btn-website {
	background: #0074e5;
	color: #fff !important;
	font-weight:600;
	border: 1px solid #0074e5;
	transition: all 0.3s ease;
}
.btn-lg, a.btn-lg {
	padding:10px 25px !important;
	font-size:14px;
}
a.btn-website:hover, .btn-website:hover {
	background:#0261ca !important;
	border: 1px solid #0261ca!important;
}
.title .btn-lg, .title a.btn-lg {
	border-radius:0;
}
.project_title {
	font-weight: 700;
	margin: 0;
	color: #484848;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	max-width: calc(100% - 0px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 22px;
}
.unit_id {
	font-size: 13px;
	opacity: 0.8;
	font-weight: 600;
}
.title-project i {
	position: absolute;
	left: 15px;
	top: 8px;
	background: #006ce3;
	color: #fff;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 26px;
	border-radius: 4px;
}
.title-project {
	padding-left: 80px;
	padding-top: 0;
	margin-top: -14px;
}
.unit-fix-list img {
	float: left;
	width: auto;
	height: auto;
	max-width: 50px !important;
	padding: 0;
}
.unit-fix-list .txt strong {
	display: block;
	width: 100%;
	line-height: 15px;
	font-size: 16px;
	padding-top: 5px;
}
.unit-fix-list .txt {
	float: left;
	text-align: center;
	margin-left: 8px;
}
.unit-fix-list .txt.txt2 {
	display: inherit;
}
@media (max-width: 992px) {
	.unit-fix-list li:first-child {
		width: 100% !important;
		display: block;
	}
}
@media (max-width: 1200px) {
	.unit-fix-list li {
		text-align: center;
	}
	.unit-fix-list li img {
		float: none;
	}
	.unit-fix-list img { width: 30px !important;}
	.unit-fix-list li .txt {
		width: 100%;
		display: block;
		margin-left: 0px;
		font-size: 14px !important;
	}
	.unit-fix-list .txt strong{ font-size:14px;}
	.project-header-icon .unit-fix-list li{ width: 35% !important;}
	.project-header-icon .unit-fix-list li:first-child{width: 35%; margin-left: 30%; float: left}
	.project-header-icon .unit-fix-list img{ width: 50px !important; float: left}
	.project-header-icon .unit-fix-list li {
		text-align: left;
	}
	.project-header-icon .unit-fix-list li .txt { width: auto}
}
@media (max-width: 1000px) {
	.project-header-icon .unit-fix-list li{ width: 50% !important;}
	.project-header-icon .unit-fix-list li:first-child{width: 50%; margin-left:0; float: left}

}
.slice-list {
	height:320px;
	background:#000;
}
.full-unit-right {
	font-size: 11px;
	color: #737373;
	text-align: right;
}
.full-unit-right > .detailpage_breadcrumb {
	padding-top: 5px;
}
.full-unit-right ul, .full-unit-right ol {
	padding: 0px;
	margin: 0px;
}
.full-unit-right a.btn-default {
	color: #555 !important;
}
.unit-fix-list {
	float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.unit-fix-list li {
	list-style: none;
	display: inline;
}
.unit-fix-list li:first-child {
	float: left;
	width: 40%;
}
.unit-fix-list li {
	float: left;
	width: 18%;
}
.unit_price {
	font-size: 30px;
	font-weight: bold;
	line-height: 20px;
}
.sp {
	font-size: 16px;
	display: block;
	font-weight: 700
}
.guaranteed {
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-top: -1px;
}
.breadcrumb {
	background: #fff;
}
.breadcrumb > li + li::before {
	padding: 0 1px;
}
@media (max-width: 767px) {
	.ft-black, .ft-social {
		text-align: center;
	}
	.title h2 {
		font-size: 22px;
		text-transform: none;
	}
	.p-50-cont {
		padding: 10px 15px
	}
	.sub-title {
		padding-bottom: 0px;
	}
	.return-home-error .btn-primary,.return-home-error .twitter-typeahead{
		width: 100%;
	}
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
#near_project img.lazyOwl {
	min-height: 135px;
}
/* checking
vh vw ...
min-height: 75vh;
min-height: -webkit-calc(75vh);
min-height: calc(75vh);

/* flag */
.flag-16-en {
	background-position:-272px -140px!important;
}
.flag-16-th {
	background-position:-176px -124px!important;
}
.flag-16-cn {
	background-position:-32px -44px!important
}
.flag-16-fr {
	background-position:-464px -44px!important;
}
.flag-16-de {
	background-position:-160px -44px!important;
}
.flag-16-ru {
	background-position:-272px -108px!important;
}


.flag {
	width: 24px;
	height: 18px;
	background: url(../images/bg-sprite-flags.png) 0 100px no-repeat;
	vertical-align: -3px;
	display: inline-block;
	speak: none
}
.flag-16{
	width:16px !important;
	height:13px !important;;
}

.flag-18-en {
	background-position: -240px -458px
}
.flag-18-th {
	background-position: -24px -434px
}
.flag-18-ru {
	background-position: -408px -386px
}
.flag-18-cn {
	background-position: -48px -242px
}
.flag-18-id {
	background-position: -217px -340px;
	position: relative;
	top: 3px;
}

.flag-18-fr {
	background-position: -216px -266px
}
.flag-18-de {
	background-position: -240px -242px
}

.dropdown-menu > li > a b {
	color: #006ce3;
	display: inline-block;
	width: 32px;
	font-weight: bold;
	margin-right: 10px;
}
.dropdown-menu > .active > a b {
	color: #fff;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.nohover .active a {
	color: #ffffff;
	background-color: #006ce3;
}
.dropdown-header {
	background: #fff;
	clear: both;
	color: #173a85;
	display: block;
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
}
/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
	cursor: pointer;
	position: relative;
	line-height: 0;
	float: left;
	margin: 0;
	height: 50px !important;
	width:50px;
	background: #fff;
	padding: 12px 0px 14px 0;
	border: 0;
	background: transparent;
	border-radius: 0;
	/*border-right: 1px solid #fff;*/
	padding-right: 15px;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
	width: 100%;
	display: block;
	height: 3px;
	margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
}
.navbar-header {
	position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
	position: relative
}

.input-group.date{ margin-bottom: 10px;}
.close-open-nav {
	position: absolute;
	left: 0px;
	top: -50px;
	width: 40px;
	height: 40px;
	background: #000;
	z-index: 999;
}
.filter-group-unit .dropdown-toggle, .button-group label {
	width: 100%;
}
.filter-group-unit .dropdown-toggle {
	width: 100%;
	font-size: 14px;
	color: #006CE3;
	border-color: #006CE3;
	margin-bottom: 10px;
}

.force-fullscreen-search .tt-menu {
	position: absolute !important;
	right: 0 !important;
	left: 0px !important;
	z-index: 100 !important;
	top: 58px !important;
}

.unit_detail_h2 {
	font-size: 20px;
	color: #333;
	padding: 15px 0;
	font-weight: 600;
	margin:0;
}
.panel-body .unit_detail_h2 {
	padding: 15px 0 10px 0 !important;
	margin:0 !important;
}
.property-list {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
.property-list li {
	width: 14.2%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	list-style: none;
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	border-right: 1px dotted #ccc;
	margin-bottom: 15px;
}
.property-list li:last-child {
	border-right:none;
}
.property-list li img {
	width: 55px;
	background: #006ce3;
}
.property-list li h5 {
	color: #737376;
	font-weight: 700;
	font-size: 10px;
	padding-bottom: 0;
	margin-bottom: 5px;
}
#main-property-detail{
	padding: 25px 0 15px 0;
	border-bottom: 2px solid #eee;
}
@media (max-width: 992px) {
	.first_title{
		padding-top: 15px !important;
		border-top: 1px solid #eee;
	}
	.property-list li{
		font-size: 14px;
	}
	.property-list li h5{
		font-size: 10px;
	}
	.property-list li img{
		width: 45px;
	}
	#MarketComparison .owl-prev{
		left:-35px;
		top: 29%;
	}
	#MarketComparison .owl-next{
		right:-35px;
		top: 29%;
	}
	.title_section{
		padding:0;
	}
	.property-list li {
		width: 14%;
		border-right: 0px
	}
	.property-list li:last-child {
		border-right: 0px
	}
}
@media (max-width: 767px) {
	.property-list li {
		width: 25%;
		border: 0px;
	}
	.slice-landing_page .list-inline{
		text-align: right;
		width: 100%;
		margin: 0;
	}
	.slice-landing_page .list-inline li{
		display: inline-block !important;
		float: initial !important;
	}
}
@media (max-width: 567px) {
	.property-list li {
		width: 33%;
		border: 0px;
	}

}
@media (max-width: 467px) {
	.basic-list{ font-size: 12px;}

	.property-list li {
		width: 25%;
		border: 0px;
	}
	.property-list li img {
		width: 50px;
	}
	.projectFeature {
		padding: 0;
	}
	.property-list li h5 {
		font-size: 11px;
	}
	.property-list li {
		font-size: 12px;
	}
}


.list_search-unit .photo {
	width:12%;
	float:left;
	overflow:hidden;
	display:block;
}
.list_search-unit .photo img {
	width: 100%;
}
.list_search-unit .description {
	float:left;
	width:88%;
}
.list_search-unit .data-list > div {
	border: 1px solid #ddd;
	margin-right: 5px;
	padding: 2px 5px;
	float: left;
	font-weight: 600;
	color: #808285;
	margin-bottom: 5px;
	background: #f7f7f7;
	border-radius: 10px;
}
.block-sleep span{	border: 1px solid #ddd;
	padding: 2px 5px;
	font-weight: 600;
	color: #808285;
	margin-bottom: 5px;
	background: #f7f7f7;
	border-radius: 10px;line-height: 30px;
}
.block-sleep{ text-align: center;}
.list_search-unit .hader_title {
	width: 30%;
	float: left;
	padding-top:10px;
}
.list_search-unit .hader_title h1 {
	padding:10px 0 5px 0;
	margin:0;
}
.list_search-unit .hader_title .location {
	display:block;
}
.list_search-unit h1 {
	margin-top: 7px;
	font-size: 18px;
}
.list_search-unit .data-list > div strong {
	color: #333;
}
.list_search-unit .data-list > div i {
	margin-right:5px;
}
.list_search-unit .data-list {
	padding-top: 6px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-left: 15px;
	width: 55%;
	float: left;
	margin-top:10px;
}
.list_search-unit .form-group {
	width: 15%;
	float: left;
	text-align: center;
	margin-bottom: 0;
	margin-top:15px;
}
#AvailableUnits .tab-content .table-list-01:hover .list_search-unit { opacity: 0.3; background:  #fff;}
#AvailableUnits .tab-content .table-list-01:hover .list_search-unit:hover {
	-webkit-box-shadow: 4px 7px 35px 0px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 4px 7px 35px 0px rgba(0, 0, 0, 0.29);
	box-shadow: 4px 7px 35px 0px rgba(0, 0, 0, 0.29);
	background: #eee;
	opacity: 1 !important;
	z-index: 99;
}
#AvailableUnits .tab-content .table-list-01:hover .list_search-unit:hover .data-list{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.list_search-unit .form-group .btn {
	font-size:12px!important;
	padding:5px 8px !important;
}
.list_search-unit .form-group a.btn {
	font-weight: 600;
}
@media (max-width: 1200px) {
	.list_search-unit .hader_title {
		padding-top:13px;
	}
	.list_search-unit .data-list {
		margin-top:5px;
	}
}
@media (max-width: 992px) {
	.list_search-unit .photo {
		width:19%;
	}
	.list_search-unit .description {
		width:81%;
	}
	.list_search-unit .hader_title {
		width: 27%;
		padding-top:15px;
	}
	.list_search-unit .data-list {
		width: 53%;
		margin-top:7px;
	}
	.list_search-unit .form-group {
		width: 20%;
		padding-top:5px;
	}
}
@media (max-width: 567px) {
	.list_search-unit .photo {
		width:40%;
	}
	.list_search-unit .description {
		width:56%;
		margin: 0 2%;
		overflow:hidden;
	}
	.list_search-unit .hader_title {
		width: 100%;
		padding-top:5px;
	}
	.list_search-unit .data-list {
		width: 100%;
		margin-top:0;
		padding-bottom: 5px;
		border: none;
		padding: 5px 0 10px 0;
	}
	.price-01{ padding-top: 10px;}
	.list_search-unit .form-group .btn{
		margin-bottom: 10px;
		width: 50%;
		float: left;
		font-size: 10px !important;
		padding: 7px 0 !important;
	}
	.list_search-unit .form-group .btn.villa-details{
		border: 1px solid #006ce3;
		background: #006ce3;
		border-radius: 0;
		color: #fff;
	}
	.list_search-unit .data-list > div{
		text-align: center;
		width: 30%;
		float: left;
		margin: 0;
		padding: 3px 0;
		text-align: center;
		border-radius: 0;
		border-right: 0;
	}
	.list_search-unit .data-list > div.sqm{
		width: 40%;
		border-right:1px solid #ddd;
	}
	.list_search-unit .form-group {
		width: 100%;
		padding-top:0;
		margin-top:0;
	}
}
.unit-left h3 {
	font-size: 22px;
	padding: 0 0 15px 0;
	margin: 0;
	font-weight: 600;
	color: #484848;
}
.price-01 {
	font-size:20px !important;
	font-weight:600;
}
.price-02 {
	font-size:12px !important;
	font-weight:600;
	font-style:normal !important;
	color:#444!important
}
.basic-list {
	padding:0;
	width: 100%;
}
ul.basic-list{
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
}
.basic-list li{
	list-style: none;
	border-top: none;
	text-indent: 5px;
	display: flow-root;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 15px;
	float: left;
	overflow-x: auto;

}
.basic-list li:nth-child(odd){
	background: #f8f9fb;
}
.basic-list li span.left-basic {
	width: 35%;
	float: left;;
	text-indent: 0;
	font-size: 13px;
	color: #878383;
}
.basic-list li strong{ font-size: 13px; }
.pt10{
	padding-top: 10px;
}
.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
	float: left;
	border-right: 1px solid rgba(0,0,0,.15);
}
.bootstrap-select.btn-group .dropdown-menu li.selected {
	background-color: #5b8bd5;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
	color: #fff !important;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a:hover {
	background: transparent !important;
}
.bootstrap-select.btn-group .dropdown-menu li:last-child {
	border-right:0;
}
.sortby-button .dropdown-menu{padding:0}
.features-list {
	padding:0;
	margin:0;
	display:table;
	width:100%
}
.features-list li {
	padding-bottom:2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration:line-through
}
.features-list li.active {
	color:#333;
	text-decoration: none;
	font-weight: 600;
}
.projectFeature .col-md-2 {
	min-height: 150px;
}
.projectFeature .active p {
	color: #3e334b;
	text-decoration: none;
}
.projectFeature img {
	margin: 0px 8px 5px 0;
	opacity: 0.2;
	width:20px;
	filter: alpha(opacity=20);
}
.projectFeature {
	color:#CCC;
}
.projectFeature .active img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.projectFeature li {
	line-height:30px;
	padding-bottom:5px;
}
.projectFeature p {
	text-transform: uppercase;
	color: #b3b7b7;
	text-decoration: line-through;
	font-size: 12px;
}
.unit-room {
	margin-bottom: 15px;

}
.unit-room button:last-child{ margin-right: 10px;}
.unit-room .btn-default {
	border:#eee 1px solid;
	padding:5px 8px;
}
.unit-room .btn-default.active {
	border:1px solid #006ce3
}
.list-feature {
	margin: 25px 0 15px 0;
	padding: 0px;
	text-align: center;
}
.list-feature img {
	width:30px;
}
.list-feature span {
	display: block;
	text-align: center;
	padding: 10px 0 15px 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}
.block-project {
	margin:0;
	border:1px solid #eee;
	padding:20px 20px 20px 20px;
	background:#f8f9fb;
	border-radius: 4px;
}
.block-project h2 {
	font-size:22px;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #eee;
}

.get-information .agent h3 {
	font-size:18px;
	color: #333;
	font-style: italic;
	font-weight:600;
	padding:15px 0 0 0;
	margin:0;
	margin-bottom:10px;
}
.get-information .agent i.fa-mobile {
	font-size:16px;
}
.get-information .title-contact {
	display: block;
	padding: 8px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: #006ce3;
	font-size: 16px !important;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin:0;
	position:relative;
}
.description-unit{
	font-size: 14px;
	line-height: 20px;
	color: #878383;}
.get-information .title-contact .sub{
	font-size: 12px;
	display: block;
	text-transform: none;
	font-weight: 300;
}
.width-100-per{ width: 100% !important;}
.main-profile {
	max-height:330px;
	overflow:auto;
}
.style-3::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}
.style-3::-webkit-scrollbar {
	width: 6px;
	background-color: rgb(95, 83, 119);
}
.style-3::-webkit-scrollbar-thumb {
	background-color: #555;
	border-radius: 10px;
}

.profile {
	font-size: 11px;
	background: #fff;
	padding: 0;
	height: auto;
	right: 80px;
	z-index: 99;
	font-weight: 600;
	color: #333;
	display:table;
	width:100%;
	overflow:hidden;
	transition: all 0.3s ease;
}
.profile .type_agent {
	background:rgb(95, 83, 119);
	color:#fff;
	position:absolute;
	width:100px;
	line-height:16px;
	text-align:center;
	font-size:10px;
	left: -30px;
	top: 10px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-moz-transform:rotate(-45deg); /* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */
	-o-transform:rotate(-45deg); /* Opera */
}
.profile a {
	color:#979da3;
	transition: all 0.3s ease;
}
.profile i {
	font-size:12px;
	color:#f1c40f;
	transition: all 0.3s ease;
}
.profile .name {
	font-size:13px;
}
.profile .name i {
	color:#333
}
.profile-img {
	width:30%;
	float:left;
	position:relative;
	min-height:100%;
	text-align:center;
	position:relative;
}
.profile-img img {
	width:80px;
	height:80px;
	border-radius: 50%;
	border:2px solid #eee;
	transition: all 0.3s ease;
	object-fit:contain;
	background: #fff;
}

.profile-detail {
	width:70%;
	float:left;
	padding: 0 7px;
	position:relative;
}
.profile-detail a.callBtn {
	color: #006ce3 !important;
	border: 1px solid #006ce3;
	padding: 3px 10px;
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 40px;
	font-weight: 600;
}
.profile-detail img {
	display:none;
	width:60px;
	position:absolute;
	top:15px;
	right:15px;
	opacity:0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease;
}
.profile-detail ul {
	padding:0;
	margin:0;
}
.profile-detail ul li {
	list-style:none;
}
.profile-detail ul li i {
	color:#555;
	width:15px;
}
.profile-detail ul li i.fa-envelope {
	font-size:10px;
}
.get-information .form-group {
	position:relative;
	margin-bottom:5px;
}
h2.h2-location {
	display: block;
	font-size: 12px;
	opacity: 0.6;
	margin: 0;
}
.icon::before {
	content: '';
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity: 0.8;
	display: inline-block;
	vertical-align: sub;
	margin-right: 3px;
	width: 15px;
	height: 15px;
}
.i-marker::before {
	background: url(/images/icon/marker.svg) no-repeat left top;
	vertical-align: text-top;
	position: relative;
	margin-right: 0 !important;
}
.get-information .form-group .form-control {
	text-indent:40px;
	border-radius: 0px;
	font-size: 12px;
}
iti--allow-dropdown{
	width: 100%;
}
.get-information .form-group input[type=tel].form-control{
	text-indent:8px;
}
.input-group .form-control {
	border-radius: 0;
	border-left: 1px solid #e3e3e3;
}
.blue-tooltip + .tooltip > .tooltip-inner {
	background-color: #006ce3;
}
.blue-tooltip + .tooltip > .tooltip-arrow {
	border-bottom-color:#006ce3;
}
.get-information .form-group .form-control2 {
	text-indent:0;
}
.get-information .form-group i {
	position: absolute;
	left: 5px;
	top:7px;
	color: #ccc;
	width: 34px;
	text-align: center;
	height: 23px;
	line-height: 23px;
	border-right: 1px solid #e3e3e3;
}
.has-success .control-label {
	color: #333;
}

.features-list li {
	list-style:none;
}
.offering-nav {
	border-bottom: 0px;
}
.offering-nav li {
	float: none;
	display: inline-block;
}
.bed_tab.active, .bed_tab.active:hover {
	background: #006ce3;
	color: #fff;
}
.color #reset-search{
	border: 0px solid #333;
	background: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 12px;
	line-height: 50px;
}
.table-scoll {
	max-height: 500px;
	overflow-y: scroll;
	margin-bottom: 30px;
}
.btn-group .dropdown-menu {
	top:0;
}
.btn-project {
	background:#f5f5f5;
	text-align:center;
	border-radius: 3px;
	float:left;
	font-size:12px;
	width:100%;
	border:1px solid #fff;
	margin-bottom:13px;
}
.btn-project > div {
	position:relative;
	width:33.333333% !important;
	float:left;
	font-size:12px;
	padding:2px 0px!important;
}
.btn-project > div i {
	height:27px;
	padding-right:3px;
	padding-top:8px;
	font-size:14px;
}
.btn-project > div.last {
	border:none;
}
.black-bg .btn-project {
	position:absolute;
	bottom: -14px;
	right: 2px;
	width:40%;
	background:none;
	border:none;
}
.black-bg .btn-project div {
	width:45%;
}
.black-bg .btn-project div i {
	width:100%;
	font-size:18px
}
.black-bg .btn-project div.last {
	border:none;
	width:100%;
	text-align:center !important;
	padding-top:15px;
	margin-top: 8px;
	line-height: 18px;
}


.list-group-website .list-group-item:hover, .list-group-website .list-group-item:hover span.kilo {
	background: #006ce3 !important;
	color: #fff;
}
.list-group-item span.kilo {
	font-size: 12px;
	color: #959b9f;
	display: block;
}
.list-group-item {
	position: relative;
}
.list-group-item .glyphicon-chevron-right {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
}
#available .tab-content {
	padding-top:15px;
}
.unit-room {
	margin-top:13px;
}
#footer_tab_con.tab-content ul {
	list-style: none;
	padding: 15px 0 0px 0;
	margin: 0px;
}
#footer_tab_con.tab-content ul li {
	display: inline;
	list-style: none;
	width: 20%;
	float: left;
	padding: 0 0 15px 15px;
}
#footer_tab_con.tab-content ul li a {
}
#footer_tab_con.tab-content ul li span {
	display: block;
	color: #a6a6a6;
}
.footer-thaivisa,.footer-bangkokbiznews, .footer-nationmultimedia{
	display: none;
}
.tab_nav_footer_con .nav-tabs li a {
	border: none;
	border-radius: 0;
	padding: 5px 18px;
	font-weight: 700;
	border: 1px solid #ddd;
	font-size: 16px;
	border-bottom: none;
	text-transform: uppercase;
	color: #7d7d7d;
}
.tab_nav_footer_con .nav-tabs li.active a {
	background: #006ce3;
	border: 1px solid #006ce3;
	color: #fff;
	border-bottom: none;
}
.tab_nav_footer_con .nav-tabs {
	padding-bottom: 1px;
}
#footer_tab_con.tab-content .tab-pane a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
@media (min-width: 768px) {
	#footer_tab_con.tab-content .tab-pane a {
		font-weight: 600;
	}
}
#chart {
	width: 100%;
	height: 400px;
}
.description p {
	color: #878383;
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
}
.block_location_matrix {
	height: 409px;
	background: #f8f9fb;
	border: 1px solid #eee;
	overflow: auto;
	border-top: 0;
	border-radius: 0 0 0 4px;
}
.block_location_matrix .list-group-item:first-child{
	border-top: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.block_location_matrix > div {
	background-color:#fff !important
}
.pt15-mobile{ padding-right: 0px;}
@media (max-width: 767px) {
	#footer_tab_con.tab-content ul li {
		width: 50%;
		padding-left: 0px;
	}
	.tab_nav_footer_con .nav-tabs li a {
		font-size: 12px;
		font-weight: 600;
		padding: 5px 10px;
	}
	.offering-nav li a {
		padding: 10px 20px !important;
		font-size: 14px;
	}
	.offering-nav > .active a::after {
		bottom: -10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #006ce3;
	}
	.unit-fix-footer, .full-unit-right {
		text-align: center;
	}
	.unit-fix-footer ul {
		line-height: normal;
	}
	.full-unit-right {
		margin-bottom:10px;
		margin-top:-5px;
	}
	.list-btn .btn {
		padding:5px 9px!important;
		font-size:16px;
		border-radius: 0px;
		border-radius: 0px;
	}
}

#lg-share, #lg-actual-size, #lg-download {
	display:none;
}
.googlemap {
	padding:10px;
	text-align:center;
}
.googlemap img {
	width:auto;
	max-width:100%
}
.fixed {
	top: 0;
	left: 0;
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 999;
}
.fixed .unit-fix-footer {
	padding: 0px;
}
.fixed .detailpage_breadcrumb {
	display: none;
}
.details-mob-overlay {
	position:relative;
}
.details-mob-overlay div {
	position: relative;
	/* top: -68px; */
	left: 2px;
	color: #e36363;
	/* background-color: rgba(0,0,0,0.4); */
	padding: 10px 14px;
	font-size: 19px;
	line-height: 1.2;
	right: 2px;
}
.details-mob-overlay .price-table {
	font-weight: 700;
	text-transform:lowercase;
}
.details-mob-overlay .location {
	font-size: 13px;
	color: #333;
}
@media screen and (min-width: 768px) {
	.details-mob-overlay { display:none; }
}
.unit-fix-details.fixed {
	-webkit-box-shadow: 3px -6px 10px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 3px -6px 10px 4px rgba(0, 0, 0, 0.75);
	box-shadow: 3px -6px 10px 4px rgba(0, 0, 0, 0.75);
	margin-top: 0px;
	z-index: 9999;
	padding-bottom: 0px !important;
}
.unit-fix-details.fixed .full-unit-right ul {
	padding-top: 6px;
}
@media (max-width: 1200px) {
	.fixed .unit-fix-list img {
		width: 40px;
		margin-top: -10px;
	}
}
@media (max-width: 767px) {
	.unit-fix-details.fixed{ position: static; margin-top: 50px;}
	.unit-fix-details.fixed .list-btn {
		position: relative;
	}
	.unit-fix-details.fixed .full-unit-right ul {
		margin-top: -7px;
		padding-bottom: 10px;
		width: 100%;
	}
	.unit-fix-details.fixed {
		padding-top: 15px;
	}
	.fixed .list-btn {
		right: 0px;
	}

	#profile-description .show-more-height { height: 62px; overflow:hidden; }
	.project_title {
		font-size: 18px;
	}
	.title-project i {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.fixed .unit-fix-footer {
		margin-top: 05px;
	}
	.unit_id {
		font-size: 16px;
	}
	.fixed .unit_id {
		font-size: 12px;
	}
	.title-project {
		padding-left: 65px
	}
}
@media (max-width: 992px) {
	.block_project_highlights {
		width: 30%
	}
}
.fa-long-arrow-down {
	color: #f64b4b
}
.fa-long-arrow-up {
	color: #90ed7d
}
.title_li {
	margin-top: 0px !important;
	padding-right: 0px;
	padding-left: 0px;
	padding-left: 15px;
}
.white_bg {
	padding-top: 0px;
	padding-left: 0px;
}
.title_li ul {
	padding: 0px;
	background: #ddd;
	padding-top: 140px;
}
.title_li li {
	list-style: none;
	background: #006ce3;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 5px 10px
}
.title_li li:last-child {
	background: #fff;
	border-right: 1px solid #ddd;
	height: 45px;
}
.owl-projects .item {
	border-right: 1px solid #ddd;
}
.white_bg ul {
	padding-top: 0px;
	padding-bottom: 0px;
}
.white_bg li {
	padding: 5px;
	background: #fff;
	color: #555;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.white_bg li:nth-child(even) {
	background-color: #f2f2f2
}
.title_li li:first-child {
	border-top: 1px solid #ddd;
}
.white_bg li:first-child {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	height: 142px;
	overflow: hidden;
}
.white_bg li:nth-child(2) {
	white-space:nowrap;
}
.demo-gallery .proj-title {
	font-weight:600;
}
.owl-projects .owl-item {
	padding:0px;
}
.glyphicon-remove {
	color:#f64b4b;
	background: url(../images/remove.svg) no-repeat center center/15px;
	width: 15px;
	height: 15px;
	opacity: 0.5;
}
.glyphicon-ok {
	color: #90ed7d;
}
.btn-group > .btn-group {
	float: left;
}
ul#condo_villa li a {
	border:none;
	border-bottom:5px solid #fff;
	background:none;
	font-size:20px;
	padding:5px;
}
#condo_villa.nav-tabs.nav-justified > li > a {
	border-bottom:none;
}
#condo_villa li.active {
	border-bottom:5px solid #f9bf2e;
}
#condo_villa.nav-tabs.nav-justified > li a:hover {
	background:none;
	border:none;
}
.block_search_landingpage {
	width: 100%;
	overflow:hidden;
}
.bannerroom {
	border-bottom: 1px solid #ccc;
}
.bannerroom .left_block {
	background: #006ce3;
	color: #fff;
	padding: 10px 15px;
}
.bannerroom .right_block {
	padding: 10px 15px;
}
.bannerroom .right_block a {
	color: #555
}
.bannerroom .right_block .col-sm-3 {
	border-right: 1px dotted #ccc;
	line-height: 18px;
}
.bannerroom .right_block img {
	float: left;
	width: 48px;
	margin-right: 10px;
	margin-left: 8px;
}
.bannerroom .left_block .txt {
	float: right;
}
.bannerroom .right_block .col-sm-3 img{ background: #006ce3}
@media (max-width: 1200px) {
	.bannerroom .right_block .col-sm-3 div {
		width: 100%;
		float: left;
	}
	.bannerroom .right_block .col-sm-3 {
		text-align: center;
		line-height: 15px;
	}
	.bannerroom .right_block .col-sm-3 img {
		float: inherit;
		width: 35px;
		margin-bottom: 3px;
	}
}
@media (max-width: 992px) {
	.bannerroom .left_block .txt {
		float: right;
		width: 100% !important
	}
	.bannerroom .left_block {
		display: block;
		z-index: 5;
	}
}
@media (max-width: 767px) {
	.bannerroom .right_block .col-sm-3 div {
		width: 100%;
	}
	.bannerroom .right_block .col-sm-3 {
		text-align: center;
		line-height: 15px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.bannerroom .right_block .col-sm-3 img {
		float: inherit;
		width: 35px;
		margin-bottom: 3px;
	}
	.left_block {
		min-height: 60px;
	}
	.bannerroom .left_block .txt {
		float: inherit;
	}
}
.top-project .col-md-4 {
	position: relative;
}
.top-project img {
	width: 100%
}
.top-project h2 {
	font-size: 19px;
	font-weight: 600;
	margin: 0px 0px 5px 0px;
}
.top-project h2 a {
	color: #fff;
	font-size: 19px;
}
.top-project .lc {
	font-size: 14px;
}
.main_title {
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	padding: 15px;
	color: #fff;
}
.img_block {
	position: relative;
	border-bottom: 1px solid #ccc;
	clear: both;
	overflow: hidden;
}
.main_title {
	padding: 10px 15px;
}
.img_block img {
	width: 100%
}
.top-project .block-3-list li {
	font-size:12px;
	padding-left:5px;
	font-weight:700;
	padding:4px 2px 4px 15px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
	background: linear-gradient(rgb(249, 249, 249) 5%, rgb(233, 233, 233) 100%) rgb(249, 249, 249);
	cursor: pointer;
	text-decoration: none;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	padding:4px 0;
	text-align:center;
}
.top-project .block-3-list li i {
	font-size:14px
}
/**********
@media (max-width: 399px) {
	.top-project .block-3-list li.ownBoth {
		font-size: 11px;
		line-height: 1;
		padding: 1px 2px 2px;
	}
}
@media (min-width: 768px) {
	.top-project .block-3-list li.ownBoth {
		font-size: 11px;
		line-height: 1;
		padding: 1px 5px 2px;
	}
}
@media (min-width: 400px) and (max-width: 500px) {
	.top-project .block-3-list li.ownBoth {
		font-size:12px;
		line-height: 1;
		padding:1px 10px 0;
	}
}
***/
.detail-block .data {
	padding: 10px 15px 15px 15px;
	border: 1px solid #ccc;
	font-size: 13px;
	color: #555555;
	height: 160px;
	overflow-y: auto;
	background: #fff;
	border-top: none;
}

#near_project .owl-carousel .item img{ max-height: 130px;}
.detail-block h3{
	padding: 10px 0 10px 0!important;
	margin: 0!important;
	font-size: 14px !important;
	text-align: left !important;
}
.detail-block .data-auto {
	height:auto;
}
.detail-block .data-auto ul {
	padding:0;
	margin:0;
}
.detail-block .data-auto ul li {
	list-style:none;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px dotted #ddd;
	padding: 3px 0;
}
.detail-block .data-auto ul li span {
	float:right;
}
.detail-block-footer {
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-top: none;
	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
	background: linear-gradient(rgb(249, 249, 249) 5%, rgb(233, 233, 233) 100%) rgb(249, 249, 249);
	margin-bottom:20px;
}
a.more-link {
	text-align: center;
	background: rgb(249, 249, 249);
	padding: 2px;
	font-size: 14px;
	color: #333;
	margin-top: 15px;
	border: 1px solid #eee;
}

.properties_ladding_page .img_block {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	max-height: 240px;
}
.properties_ladding_page .img_block img {
	transition: all 0.4s ease;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
	overflow:hidden;
	width:100%;
	min-height: 240px;
}
.properties_ladding_page:hover .img_block img {
	z-index: 2;
	overflow:hidden;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.2);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.2);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.2);
	transition: all 200ms ease-in;
	transform: scale(1.2);
}
.properties_ladding_page .block-data, .properties_ladding_page .block-data {
	transition: all 0.3s ease!important;
}
.properties_ladding_page .block-data .main_title {
	transition: all 0.3s ease!important;
	padding: 10px 15px;
}
.properties_ladding_page .main_title_p{ padding: 0 !important; margin: 0px!important;}
.properties_ladding_page:hover .block-data .main_title {
	background-color: rgba(0, 108, 227, 0.7);
	z-index:99;

}
.properties_ladding_page:hover .block-data .main_title h2{}
.properties_ladding_page:hover .block-data {
	-webkit-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.properties_ladding_page:hover .block-data .main_title .main_title_p{}
.btn-info,.btn-info a {
	color: #fff !important;
}
.properties_ladding_page .detail-block-footer .btn-website { border-radius:0; }
.blue-bg {
	background: url(../images/sub-bg.jpg) center center no-repeat/100% !important;
	color: #000;
	height: 38vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.blue-bg.col-content {
	/* background: #5b8bd5 !important; */
	padding: 38px;
	color: #fff;
	height: 42vh;
	background: url(../images/sub-bg2.jpg) center top no-repeat/100% !important;
}
.blue-bg .usp-list {
	font-size: 14px;
	position: relative;
	padding: 58px;
	border: 1px solid #fff;
	border-radius: 4px;
	margin: 0 auto;
	max-width: calc(33.33% - 20px) !important;
	height: 36vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(0,0,0,0.1) !important;
}
.blue-bg h2 ,.blue-bg h3{
	margin-top:0px;
	font-size:24px !important;
	line-height: 30px;
}
.blue-bg p ,.blue-bg h6{
	font-size: 16px !important;
	line-height: normal;
	color:#fff;
}
.blue-bg .btn {
	margin-top: 15px;
	background-color: rgba(255,255,255,0.5);
	padding: 10px 40px;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	color: #000;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	line-height: initial;
	font-weight: 600;
	width: max-content;
	margin: 0 auto;
}
.blue-bg .btn:hover {
	background-color: rgba(91, 139, 213, 0.5);
	padding: 10px 40px;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.media-website {
	margin-top: 15px !important;
	border-radius: 0px !important;
}
.media-website h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
.media-website .media-left span {
	border-radius: 0px;
	font-size: 40px;
	color: #ccc;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 80px;
}
.landing_blueBG_text h3 {
	font-size: 14px;
	font-weight: 500;
}
.bannerroom h3 {
	font-size: 14px;
	margin: 5px 0;
}
.block_f1 {
	clear: both;
	padding: 10px 20px 10px 20px;
}
.media-website > div {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
	background: #fbf9f9;
	font-size: 13px;
	font-weight: 700;
}
.data-project {
	border: 1px solid #ccc;
	padding: 15px;
	border-top: 0px;
	margin-bottom: 20px;
}
.data-project h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.data-project ul {
	padding: 0px;
}
.data-project ul li {
	list-style: none;
}
.data-project hr {
	padding: 5px;
	margin: 0px;
}
hr{ clear: both;}
.data-project btn {
	text-transform: none;
}
.sortUnitTable {
	width: 130px;
	float: left;
	margin-top: 15px;

	margin-bottom: 15px;
}

.dealText {
	position: absolute;
	top: 0px;
	left: -5px;
	color: #fff;
	padding: 10px;
	width: 100%;
	clear: both;
	display: block;
	height: 100px;
	overflow: hidden;
	position: absolute;
	width: 100px;
	z-index: 3;
	padding-top: 25px;
	text-align: center;
}
.dealText span {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	left: -20px;
	width: 100px;
	line-height: 14px;
	position: absolute;
	text-align: center;
	top: 15px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.dealText em {
	background: #ff5a5f;
	height: 150px;
	left: -75px;
	position: absolute;
	top: -85px;
	width: 150px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

/******************************************unit search***************************************/
#price-search {
	z-index:1;
}

.list_search.active_show {
	margin:10px 10px 0 10px;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}


.bootstrap-select.btn-group .dropdown-toggle .caret{ right: 8px}
.inputBox .between.for-txt{ font-size: 10px;
	font-weight: 700;
	top: 5px;
	right: 0px; border: none;
	color: #999;
}

.map_block {
	height:calc(100vh - 50px);
	width:100%;
	position: relative;
}
.map_block_left {
	padding: 0px;
	height: calc(100vh);
	position: relative;
	float: left;
	overflow:hidden;
	width:calc(100vw - 790px);
}
.map_block_left #map{
	top: 100px;
	height: calc(100vh - 100px) !important;
}

.map_block_right {
	padding: 0px;
	height: 100vh;
	float: right;
	position: relative;
	z-index: 0;
	width:790px;
	position:absolute;
	right:0;
	top:0;
}

@keyframes cf3FadeInOut2 {
	0% {
		width:60% !important;
	}
	45% {
		width:60% !important;
	}
	55% {
		width:70% !important;
	}
	100% {
		width:70% !important;
	}
}

.favourite_rent{
	top: 7px !important;
}




.nav-sub .navbar-header i.fa-search {
	position: absolute;
	right: 25px;
	top: 18px;
	font-size: 14px;
	color: #999;
}
.sign-in-block, .sign-up-block {
	display:none;
}
.sign-in-block.active, .sign-up-block.active {
	display: block;
}

#unitSearchMap-map-canvas {
	position: absolute;
	left: 0px;
	top: 100px;
	bottom: 0;
	right: 0;
}
.map_block_right .title {
	position: relative;
	margin-top: 100px;
	width: 100%
}
.map_block_right .title h2 {
	font-size: 24px !important;
	font-weight: bold;
	color: #111a2b;
	padding: 15px;
	margin: 0px;
	font-weight:600
}
.map_block_right .showResult {
	padding: 8px 15px 5px 15px;
	z-index: 999;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}
.map_block_right .showResult .show_num {
	width: auto;
	float:left;
	margin-left:15px;
}
.map_block_right .showResult .hide_simila {
	width:270px;
	float:left;
	padding-left: 7px !important;
}
.map_block_right .showResult .select_mode {
	/*width:auto;*/
	/*float:right;*/
	/*margin-right:15px;*/
	/*font-weight:600;*/
	/*margin-top:-3px;*/

	display: flex;
	gap: 10px;
}
.map_block_right .showResult .select_mode span {
	margin-left:10px;
	cursor:pointer;
}
.map_block_right .showResult .select_mode span.active {
	border-bottom:3px solid #006ce3;
}

.cut-txt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer-partner{ background: #333!important; padding: 10px 0;}
.footer-list-groupsite{ padding: 0; margin-bottom: 0}
.footer-list-groupsite li{
	list-style: none;
	display: inline;

}
.footer-list {
	clear:both;
	display: table;
	border-top: 1px solid #e2effc;
	width: 100%;
}
.main-list-search .footer-list{
	display:block;
}
.main-list-search .ft-black-s{
	display:block;
}
.main-list-search .container {
	width: 100%;
}
.map_block_right .footer-list h3 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
}
.footer-list img {
	height: auto;
	min-height: inherit;
	width: 100%
}
.owl-projects-list .owl-item {
	padding: 0px;
}
.block-unit-list {
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 15px;
	top: 500px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.price_list.min, .price_list.max {
	display:none !important;
}
.price_list.min.active, .price_list.max.active {
	display: block !important;
}
.lg-on {
	overflow:hidden;
}
@media (max-width:767px) {
	.nav > li > a {
		padding: 15px 8px 15px 8px;
	}
	.map_block_right .title {
		margin-top:0;
	}
	.nav-search-main > li > a {
		padding:15px 30px 14px 10px
	}
	.map_block_left {
		width: 100%;
		float: left;
		height: 0px;
		position: relative;
	}

	.map_block_right {
		width: 100%;
		float: right;
		position: relative;
	}
	.select_mode {
		display:none;
	}
}
@media (max-width:560px) {
	.map_block_right {
		clear:both
	}
	.nav > li > a {
		padding: 12px 15px 12px 25px;
	}
}
.video-gallery img{filter:brightness(0.75);}
.video-gallery a div::before {
	content: "\e029";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 0px;
	right: 0;
	top: 0%;
	top: 50%;
	margin-top: -28px;
	bottom: 0;
	font-size: 40px;
	color: #ccc;
	z-index: 9;
	transition: all 0.2s ease;
	color: rgba(255,255,255,0.8);
}
.video-gallery a div:hover::before {
	font-size: 60px;
	margin-top: -40px;
	color: #fff;

}

.nav-footer li {
}
.nav-footer li::before {
	content: "\f105";
	font-family: FontAwesome;
	font-size:14px;
	margin-right:5px;
}
.nav-footer li::before {
	display:none;
}

.lg-backdrop.in {
	opacity: 0.75 !important;
	filter: alpha(opacity=75);
	background-color:#020c17 !important;
}
.lg-sub-html {
	background:#0060ca !important;
}
.lg-outer .lg-thumb-item {
	border-radius:2px !important;
	border:2px solid rgba(255, 255, 255, 0.75) !important;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color:#006ce3 !important;
}
.lg-outer .lg-toogle-thumb {
	background-color:rgba(0, 0, 0, 0) !important;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	font-size:60px !important;
}
.lg-sub-html h4 {
	font-size:21px !important;
	font-weight:400 !important;
}
.search_page_breadcrumbs {
	position: absolute;
	right: -10px;
	z-index: 2;
	top: 90px;
	display: block;
	background: #fff;
	width: 100%
}
.list-inline {
	background: rgba(255,255,255,0.9);

	padding: 0 10px;
	border-radius: 3px;
}
#career.container{
	min-height: 416px;
}
.list-inline li {
	display: inline;
	list-style: none;
	display: block;
	float: left;
	font-size: 11px;
}
#for-sale-rent-search,.nav-sub .navbar-header .btn-search{ display: none;}

.site-map ul > li {
	text-align: left;
	padding: 10px 5px;
	display: inline-block;
}
.site-map {
	color: #000000;
	font-size: 10px;
	line-height: 1.2;
}
.slick-slide {
	margin: 0px 2px;
}
.photo-item img {
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	color: #fff;
}
.slick-slide .first {
	width: 202% !important;
	z-index: 999;
	position: relative;
}
.gs-timer-box{ display: none;}

.avilable-Enquiry-pop .form-group i {
	position: absolute;
	left: 0px;
	top: 5px;
	color: #ccc;
	width: 34px;
	text-align: center;
	height: 23px;
	line-height: 23px;
	border-right: 1px solid #e3e3e3;
}
.avilable-Enquiry-pop input.form-control.rentStarting_date {
	text-indent:0;
}
.avilable-Enquiry-pop input.form-control {
	text-indent: 40px;

}
.avilable-Enquiry-pop .form-group {
	position: relative
}

.whyfazwaz {
	padding-bottom: 35px;
	padding-top: 20px;
}
.whyfazwaz p {
	font-size: 15px;
	line-height:1.67;
	color:#7c8690;
	font-weight:600;
}

.sorter-main span:hover .sorter {
	display: block;
}
.sorter {
	position: absolute;
	left: 100px;
	padding-left: 0px;
	width: 180px;
	display: none;
	border: 1px solid #ddd;
}
.sorter li {
	list-style: none;
	display: block;
	background: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	clear: both;
}
.sorter li span.active {
	background: #0074e5;
	color: #fff;
}
.sorter li span {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	padding:5px 0;
}
.sorter li:first-child {
	padding: 0px;
}
.sorter li .row {
	margin: 0px;
}
/* */
.mobilefixed.fixtop {
	position: fixed;
	top: 40px;
	z-index: 99;
	background: #fff;
	left: 0;
	right: 0;
	-webkit-box-shadow: 2px 4px 30px -12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 4px 30px -12px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 4px 30px -12px rgba(0, 0, 0, 0.75);
}
.slick-prev {
	background:#000;
}
.slick-prev:before, .slick-next::before {
	content: none !important;
}
.photo-item i {
	opacity:0;
	filter: alpha(opacity=0);
}
.slick-slide > div {
	position:relative;
	bottom:0px!important;
	margin-bottom:0px!important;
}
.slick-slide > div img {
	padding-bottom:0px!important;
	margin-bottom:0px!important;
}
#lightgallery .slick-slide i {
	font-size:12px;
	color:#fff;
	background:#393939;
	width:25px;
	height:25px;
	line-height:25px;
	text-align: center;
	position:absolute;
	right:5px;
	top:5px;
	border-radius: 3px;
	opacity:0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease;
}
/**************************login************************/
#signupform-first_name,#signupform-last_name{ text-indent: 0;}
.btn-google {
	position: relative;
	border: 1px solid #df4a32;
	color: #fff;
	background: #df4a32;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}
.btn-facebook {
	border-color: #3B5998;
	background-color: #3B5998;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}
.btn-google:hover, .btn-facebook:hover {
	color: #fff;
}
#registrationForm input.form-control {
	text-indent:0;
}
.icon-container i {
	font-size: 22px;
	width: 35px;
	float: left;
	position: static;
	color: #fff;
	line-height: normal;
	border-right: none;
	margin-right: 5px;
}
.or {
	border-bottom: 1px solid #ccc;
	height: 20px;
	margin:15px 0 25px 0;
	position: relative;
	clear: both;
	text-align: center;
}
.or span {
	margin-top: 2px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #ccc;
	background: #eee;
}
.signup-or-separator {
	padding-top: 10px;
	clear: both;
	display: block;
}
.signup-or-separator--text {
	font-weight: 500;
	color: #565a5c;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	padding: 0px 15px 8px 15px;
	border-radius: 4px;
}
.reg-body .form-group {
	margin-left: 0!important;
	margin-right: 0!important;
}
.help-block {
	font-size: 12px;
	color: #a94442;
}
#registrationForm hr {
	margin: 10px 0 !important;
	clear: both;
}
#registrationForm .form-control {
	margin-bottom: 10px;
}
#login-btn {
	margin-top: 15px;
	clear: both;
}
.signup_span {
	color: #006ce3;
	cursor: pointer;
}
.field-loginform-rememberme label {
	padding: 0 0 15px 0;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
	color: #fff !important;
	background-color: #0074e5 !important;
	border-color: #0074e5 !important;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
	border-bottom-width: 0;
	border-left-width: 0;
	vertical-align: middle;
	text-align:center;
}
.no-footer {
	border-bottom-color: #ccc !important
}
table.dataTable thead th, table.dataTable thead td {
	padding:10px 18px;
	border-bottom:1px solid #ccc !important
}
table.dataTable tfoot th, table.dataTable tfoot td {
	padding:10px 18px 6px 18px;
	border-bottom:1px solid #ccc !important
}
table.display {
	border-right:none;
}
.block-hot-regions_data {
	background:#fff;
	position:relative;
	z-index:99;
	border-top:none
}
.block-hot-regions_data > div > div {
	border:1px solid #ddd;
	border-top:none;
}
.block-hot-regions_data > div > div.line {
	border-right:none;
}
.block-hot-regions_data h2 {
	color:#333;
	transition: all 0.3s ease;
	padding:0;
	margin:0;
	font-size:22px;
	padding-bottom:0px;
	text-transform: capitalize;
}
.block-hot-regions_data h3 {
	color:#333;
	transition: all 0.3s ease;
	padding:0;
	margin:0;
	font-size:20px;
	padding-bottom:10px;
}
.lg-actions .lg-next, .lg-actions .lg-prev{ top: 45%}
#signupform-is_agent{ margin-left: 5px;}
#signupform-phone{ text-indent: 37px;}
.field-signupform-phone{  margin:0;}
.type_regionen{padding:10px;}
@media only screen and (max-width: 1200px) {
	.type_regionen strong {
		display: block;
	}
}
@media only screen and (max-width: 985px) {
	.type_regionen strong {
		display: initial;
	}

}

.block-hot-regions_data .title,  .block-hot-regions_data i {
	font-size:13px;
	margin:0;
	padding:10px !important;
	border:1px solid #ddd;
	border-top:none;
	transition: all 0.3s ease;
}

.block-detail-property {
	text-align:left;
	background:#fff;
	z-index:9;
	clear:both;
	position:relative;
	padding:0px 0 0px 0;
	border-top:none;
}
.block-detail-property .btn-block {
	border:1px solid #ddd;
	border-radius: 0px;
}
.block-detail-property h3, .block-detail-property .title-h1 {
	font-size: 20px;
	padding: 10px 15px 10px 15px;
	margin: 0 0 0px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
	position: absolute;
	top: -42px;
	width: 100%;
	left:0px;
	background-color:rgba(255, 255, 255, 0.7);
	z-index:99;
	border-bottom: 1px solid #ddd;
}
.block-detail-property .title-h1{font-size: 18px;
	padding: 8px 15px;
	font-weight: 700;}
.block-detail-property h3 a,.block-detail-property .title-h1  a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
	color:#333;
}
.block-detail-property span.txt {
	display:block;
	font-size:12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.block-detail-property span.txt-14 {
	display:block;
	font-size:14px;
}
.block-detail-property span.active {
	display: none;
}
.block-detail-property span.start {
	font-size:16px;
	font-weight: 700;
}
.block-detail-property span.gtd {
	position: absolute;
	max-width: 38%;
	white-space: normal;
	top: 15px;
	right: 8px;
	text-align: right;
	color: red;
}
.block-detail-property .data {
	padding:15px;
	position:relative;
	border:1px solid #ddd;
	border-top:none;
	border-bottom:none;
}

#location-search .form-group{ margin-bottom: 0;}
.block-detail-property .data .fa-angle-double-right {
	color:#fff;
	position:absolute;
	right:15px;
	font-size:34px;
	top:25%;
	z-index:99
}
.block-detail-property ul {
	padding:0px;
	margin:0px;
	display:table;
	width:100%;
	text-align:center;
	border:1px solid #ddd;
	font-weight: 700;
	color: #555;
	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
	background: linear-gradient(rgb(249, 249, 249) 5%, rgb(233, 233, 233) 100%) rgb(249, 249, 249);
	text-decoration: none;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	transition: all 0.1s ease;
}
.block-detail-property .btn-block {
	border-top:1px solid #ddd;
}
.block-detail-property ul li {
	list-style:none;
	display: block;
	width:33.333333333%;
	float:left;
	border-right:1px solid #ddd;
	padding:5px 0;
	font-size:13px;
}
.block-detail-property ul li:last-child {
	border:none;
}
.block-detail-property ul li i {
	font-size:16px;
}
.block-detail-property ul li i.fa-clone {
	font-size:14px;
}
.item:hover .block-detail-property h3,.item:hover .block-detail-property .title-h1 {
	background-color: rgba(0, 108, 227, 0.7);
	color:#fff;
}
.item:hover .block-detail-property h3 a,.item:hover .block-detail-property .title-h1 a {
	color:#fff
}
.item:hover .block-detail-property .data .fa-angle-double-right {
	color:#ccc;
}
.block-width-100 {
	background: #006ce3;
	padding: 15px 0 25px 0;
	margin: 25px 0;
}
.goback{ display: none !important;}
.color .block-width-100 a.btn-website{
	border: 1px solid #fff !important;
}
.color .block-width-100 a.btn-website:hover {
	background: #fff !important;
	opacity: 1 !important;
}
.show_m {
	display:none;
}
.title_li_list {
	display:block;
	font-size:12px;
}
.title_li_list i {
	font-size:16px !important;
}
.title_li_list i.fa-clone {
	font-size:14px !important;
}
.block-width-100 h2 {
	color:#fff;
	margin-top:5px;
}
.block-width-100 p.sub-title {
	color:#fff;
}
.block-width-100 .block-detail-property {
	border:none;
}
.block-width-100 ul.block-detail-property {
	border-top:1px solid #ccc;
}
.block-width-100 .item:hover .block-detail-property h3,
.block-width-100 .item:hover .block-detail-property .title-h1{
	background-color: rgba(0, 0, 0, 0.6);
	color:#fff;
}
.block-width-100 .block-detail-property .data {
	border-bottom:0px;
	min-height: 90px;
}
.block-width-100 .block-detail-property .data .fa-angle-double-right {
	top:30%
}
.block-width-100 .owl-theme .owl-controls .owl-buttons div {
	color:#fff;
}
#buy:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	left: 25%;
	top: 65px;
}
#rent:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	right: 25%;
	top: 65px;
}
#buy:before, #rent:before {
	display:none;
}
.navbar-left {
	margin-left:10px;
}

/********************************page search unit, project**********************************/
.owl-carousel-gallery .owl-item{ padding: 0;}
.owl-carousel-gallery .item{ margin: 0}
.owl-carousel-gallery .owl-prev { left: 0;}
.owl-carousel-gallery .owl-controls .owl-buttons div{
	opacity: 0.6 !important;
	filter: alpha(opacity=60);
	height: 38px;
}
.owl-carousel-gallery .owl-prev img{
	background: none !important;
	width: 20px !important;
	min-height: inherit !important;
	z-index: 999999;
	vertical-align: top;
}
.owl-carousel-gallery .owl-next{
	right: 0;
}
.owl-carousel-gallery .owl-next img{
	background: none !important;
	width: 20px !important;
	min-height: inherit !important;
	z-index: 999999;
	vertical-align: top;
}
.main-list-search {
	position: absolute;
	width: 100%;
	top: 190px;
	overflow: auto;
	overflow-x: hidden;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.top-156{ top: 156px;}
.list_search:hover {
	-moz-box-shadow: 4px 7px 35px 0px rgba(0, 0, 0, 0.29);
	border: 1px solid #b3cff9 !important;
	background-color: #f7faff !important;
}
.main-list-search .list_search.active:first-child {
	border-top:1px solid #eee;
	margin-top:10px;
}

.for_txt {
	border-radius: 0px;
}

.description_search .tooltip, .tooltip{
	display: block !important;
	-webkit-box-shadow: inset -200px -200px 5px -200px rgba(0,0,0,0)!important;
	-moz-box-shadow: inset -200px -200px 5px -200px rgba(0,0,0,0)!important;
	box-shadow: inset -200px -200px 5px -200px rgba(0,0,0,0)!important;
	border: none !important;
	padding: 0 0 5px 0 !important;
	background: none !important;
	font-size: 12px !important;
}


.list_search_project {
	width:48%;
	margin:1%;
	float:left;
	position:relative;
	overflow:hidden;
}
.list_search_project .item > img{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 0.5s ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 0.5s ease-in;
	-moz-transform: scale(1);
	transition: all 0.5s ease-in;
	transform: scale(1);
}
.list_search_project:hover .item >  img{
	-webkit-transition: all 0.5s ease-in;
	-webkit-transform: scale(1.2);
	-ms-transition: all 0.5s ease-in;
	-ms-transform: scale(1.2);
	-moz-transition: all 0.5s ease-in;
	-moz-transform: scale(1.2);
	transition: all 0.5s ease-in;
	transform: scale(1.2);
}
.list_search_project .black-bg{transition: all 0.5s ease;}
.list_search_project:hover .black-bg{background-color: rgba(0, 108, 227, 0.7) !important; color: #fff;}
.list_search_project:hover .name_project span,.list_search_project:hover .listTotalPrice span{ color: #e4eef3 !important;}
.list_search_project .slide_search {
	width:100%;
}
.list_search_project .slide_search img {
	width:100%
}
.list_search_project .slide_search .name_project {
	font-size:12px;
	font-weight:600;
	padding:0;
	margin:0;
}
.list_search_project .slide_search .name_project span {
	text-transform:none;
	color:#6DB3FF;
}
.list_search_project .slide_search .listTotalPrice {
	font-size:16px;
	padding:0;
	margin:0;
	display:block;
	font-weight:600;
}
.list_search_project .slide_search .listTotalPrice span {
	color:#6DB3FF;
	padding:0;
}
.list_search_project .bt-detail.black-bg {
	background: rgba(0, 0, 0, 0.70);
	bottom:47px;width: 100%;
}
.dealText em {
	background: #ff5a5f;
	height: 150px;
	left: -85px;
	position: absolute;
	top: -75px;
	width: 150px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	font-size:12px;
}
.dealText .recommend {
	left: -9px!important;
	top: 28px!important;
}
.list_search_project ul {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ddd;
	font-weight: 700;
	color: #555;
	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
	background: linear-gradient(rgb(249, 249, 249) 5%, rgb(233, 233, 233) 100%) rgb(249, 249, 249);
	cursor: pointer;
	text-decoration: none;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	transition: all 0s ease;
}
.list_search_project ul li {
	list-style: none;
	display: block;
	width: 33.333333333%;
	float: left;
	border-right: 1px solid #ddd;
	padding: 5px 0;
	font-size: 13px;
}



/***********map off mobile*************/
@media (max-width:767px) {
	#unitSearchMap-map-canvas {
		top: 50px;
	}
	.nav-search-main .col2_nav {
		padding-top:10px;
		padding-bottom:10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-height: 336px;
		overflow-y: scroll;
		/*display: table !important;*/
	}

	.nav-search-main .col3_nav {
		padding-top:10px;
		padding-bottom:10px;
		display: table !important;
	}
	.nav-search-main .col3_nav li {
		width: 33.333%!important;
		float: left!important;
		padding:0px !important;
		text-indent:5px;
	}
	.property-nav-dropdown {
		display:block !important
	}
	.nav-search-main > li > a:hover, .nav-search-main > li > a:focus {
		background:none
	}


	.list_poperty .data-right {
		padding: 0 15px;
	}
	.list_poperty .data-right h2 {
		margin-top: 20px;
	}
	.map_block_right .showResult {
		padding: 12px 15px 12px 15px;
	}

	.search_page_breadcrumbs {
		display: none;
	}

	.navbar-search-header {
		width: 100% !important;
		position: fixed;
		right: 0px !important;
		top: 0;
		z-index: 999999999999;
		padding:0!important;
		background:#006ce3;
		height:50px;
		overflow:hidden;
	}
	.navbar-search-header .form-control {
		margin-top:8px;
		border:none;
		width:calc(100vw - 60px);
		margin-left:15px;
	}
	.property-nav-dropdown {
		display:block;
		width:100% !important;
		position: static;
		box-shadow:none;
	}

	.room li label {
		padding-top:5px !important;
	}
	.nav03 li:hover {
		background:none;
		color:inherit
	}
	.property-nav {
		clear:both;
		display:block;
	}
	.nav-search-main > li {
		clear:both;
	}
	.property-nav-dropdown li {
		border:none;
	}
	.room {
		padding-top:10px;
	}
	.property-nav-dropdown li, .property-nav-dropdown {
		background:none;
	}
	.nav-search-main > li#PropertyType {
		float: none;
	}
	.nav-search-main > li#PropertyType ul.nav01 li {
		display:block;
		width:100% !important;
		background:#fff;
		border:1px solid #ccc;
		margin-bottom:3px;
		border-radius: 4px;
	}
	.nav-search-main > li#PropertyType ul.nav01 li .checkbox {
		margin-left:10px;
	}
	.nav-search-main > li#PropertyType ul.nav01 li label {
		padding:10px 7px;
	}
	.nav-search-main > li#PropertyType ul.col2_nav .checkbox label::after {
		top:10px;
	}

	.nav-search-main li a {
		border:none;
	}
	.nav-search li {
		border:none;
		display:block;
	}

	.nav-search-main > li > a {
		padding: 15px 25px 14px 8px;
		text-transform: none;
		font-size: 14px;
		border:none;
	}
	.nav-search-main li > a {
		padding: 15px;
		font-size: 14px;
		font-weight: 700;
	}
	.room, .propertytype {
		display:table;
		margin-bottom:15px;
	}
	.propertytype {
		padding-top:10px;
		padding-bottom:25px;
	}
	.close-search {
		width:100%;
		height:50px;
		position: relative;
		display:none;
		top:0;
		z-index:9999
	}
	.fa-remove:before{
		display: none;
	}
	.close-search .fa-remove {
		float: left;
		color: #5b8bd5;
		background: transparent !important;
		text-align: center;
		font-size: 14px;
		border: 1px solid #5b8bd5;
		border-radius: 4px;
		padding: 12px 15px;
		margin-left: 10px;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	}
	.close-search.active {
		display:block;
		z-index: 99999;
	}

	.nav-search-main > li:before {
		display:none;
	}
	.nav-search-main > li.last:before {
		content: "\e252";
		font-family: 'Glyphicons Halflings';
		font-size: 9px !important;
		float: right;
		position: relative;
		top: 12px;
		right: 10px;
		font-weight: 300;
		z-index:999
	}
	#for_nav {
		padding:0 15px;
	}
	.nav-search-main .form-control {
		display: block;
		width: 100%;
		height: auto;
		padding: 8px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
	.block-3-list {
		font-size: 12px;
		display: table;
		width: 100%;
		margin-bottom: 25px;
	}
	.properties_ladding_page .block-3-list {
		margin:0;
	}
	.list_poperty .form-group {
		text-align: center;
		padding-bottom: 15px;
	}
}
.mobile-only {
	display:none;
}
.table_detail tr td {
	padding:2px !important;
}


/*******************photo-item*************************/
.photo-item div {
	cursor:pointer;
}
#lightgallery .pic {
	overflow: hidden;
}
#lightgallery .pic-x2 {
	overflow: hidden;
}
#lightgallery .pic img {
	transition: all 0.4s ease;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
	overflow:hidden;
}
#lightgallery .pic:hover img {
	z-index: 2;
	overflow:hidden;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.2);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.2);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.2);
	transition: all 200ms ease-in;
	transform: scale(1.2);
	filter:brightness(0.65);
}
#lightgallery .pic i {
	background:none;
	position:absolute;
	z-index:99;
	font-size:22px;
	left:0%;
	top:0%;
	right:0;
	bottom:0px;
	width:100%;
	height:100%;
	text-align: center;
	padding-top: 10px;
	border-radius :10px;

}
.slick-prev, .slick-next {
	top: 47%
}
#lightgallery .pic:hover i {
	opacity:1;
	filter: alpha(opacity=100);
}
#lightgallery .pic-x2 i {
	width: 200%;

}
#lightgallery .youtube iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -9;
	background:#FFF;
}
#lightgallery .youtube .line_bt {
	height:5px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #fff;
}
#lightgallery .youtube img {
	opacity:0 !important;
	filter: alpha(opacity=0);
}
.pic-x2 img {
	width: 100%;
	padding-bottom: 2px;
	height: 103% !important;
}
.pic-x2 {
	width: 201%;
	overflow: hidden;
}
.lg-on .open_close {
	display: none !important;
}
#footer_tab li a {
	color: #333;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 15px;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border: 0;
	border-bottom: 3px solid #fff !important

}
#footer_tab li.active a {
	background-color:#fff;
	color:#333;
	filter: alpha(opacity=100);
	opacity: 1;
	border: 0;
}

.nav-tabs {
	border-bottom: 1px solid #ddd!important;
}
#available_unit .nav-tabs > li > a, #footer_tab .nav-tabs > li > a {
	margin-right:1px;
}
.btn-save.active {
	border:1px solid #006ce3 !important
}
.line_footer_gallery {
	height:20px;
	background:#fff;
	width:100%;
	margin-top:-24px;
	z-index:99;
	position:relative;
}
.lg-on .line_footer_gallery {
	margin-top:-7px;
}
#property-detail {
	background:#fff;
	z-index:99;
	position:relative;
}
#property-detail h2 {
	font-size: 22px;
	color: #333;
	padding: 15px 0;
	font-weight: 600;
}
#property-detail h6 {
	font-size:16px;
	font-weight:700;
	margin-bottom: 0px;
}

.landing-contact .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input{
	padding-left:45px !important;
}
.popupform {
	display: flex;
}
#available_unit.nav-tabs>li>a{ font-size: 14px; margin: 0; border: 0px; font-weight: 600;}

#available_unit.nav-tabs.nav-tabs > li.active > a{
	color: #fff !important;
}

#AvailableUnits .tab-content {
	padding:15px;
	border: 1px solid #eee;
	background: rgba(255,255,255,0.1);
}
#AvailableUnits .tab-content .table-list-01{
	margin: 0 -15px -15px -15px;
}
#AvailableUnits .table-list-01 .list_search-unit:last-child{
	border-bottom: 0;
}
#AvailableUnits .tab-content .btn-group button:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.line_slide_show {
	background: #fff;
	height: 30px;
	margin-top: -24px;
	z-index: 99;
	position: relative;
}
.flax {
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;
	flex-wrap: wrap;
	clear: both;
}
h3.ownerTitle{ font-size: 14px; margin-top: 0; text-transform: none}
.flax {
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;
	flex-wrap: wrap;
	clear: both;
}


#main_block_project2, #flex {
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;
	flex-wrap: wrap;
	clear: both;
}
#main_block_project2 > div {
	margin-bottom: 15px;
}
#main_block_project2 div.in {
	text-align: center;
	font-size: 14px;
	padding: 55px 0 15px 0;
	position: relative;
	height: 100%;
	border: 2px solid #e1ecf8;
	background: #f1f5f9;
}
#main_block_project2 div.in div {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0px;
	color: #878383;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600
}
#main_block_project2 h2, #main_block_project2 .number-txt {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
	color: #423e3e;
}
#main_block_project2 h2 i,#main_block_project2 .number-txt i {
	font-size: 26px;
	margin-right: 5px;
}
#room-sell {
	width: 250px;
	min-width: 100%;
	max-width: 100%;
}
#room-sell .btn, #room-rent .btn {
	padding:6px 0px;
	text-transform:none;
}
#room-sell .btn.active, #room-rent .btn.selected {
	color:#fff !important;
}
.btn-secondary
#condo_villa li {
	font-size:18px;
	border:none;
}
.container-30 {
	padding: 30px 0;
	clear: both !important;
	display: block;
	max-width: 1140px;
	margin: 0 auto;
}
#link_footer .container {
	max-width: 1140px !important;
	margin: 0 auto;
}
.unit_detail_h1{
	font-size:24px;
}
.container-30 h2,.container-30 h3,.container-30 h4 {
	padding: 15px 0;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
}
.container-30 h2, .container-30 h3, .container-30 h4 {
	padding: 15px 0;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
}
.container-30 h3 {
	font-size: 16px;
	padding-bottom: 5px;
}
.container-30 h3, .container-30 h5{
	font-size: 16px;
	padding-bottom: 5px;
}
.container-30 .tab-pane {
	padding-top:20px;
}
.fa-map-marker:before {
	content: '';
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity: 0.4;
	display: inline-block;
	vertical-align: initial;
	width: 15px;
	height: 15px;
	background: url(/images/icon/marker.svg) no-repeat left top;
}
.fa-search:before {
	content: '';
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity: 0.3;
	display: inline-block;
	vertical-align: initial;
	width: 15px;
	height: 15px;
	background: url(/images/icon/magnifying_b.svg) no-repeat left top;
}
.block_100 {
	width:100%;
	overflow:hidden;
}
.main_title h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:0;
	text-align:left;
}
#room.btn-group, #room-rent.btn-group {
	width: 100%;
}
.btn-group-2 label.btn {
	width: 50%;
}
.btn-group-3 label.btn {
	width: 33.3%;
}
/* ///  DECORATION CSS ///  */
.cont_select_center {
	position: absolute;
	left: 50%;
	top:50%;
	margin-top: -30px;
	margin-left: -150px;
}
.cont_heg_50 {
	position: absolute;
	height: 50%;
	left: 0;
	background: #fd7b52;
	top: 0;
	width: 100%;
}
.fstElement, .fstToggleBtn, .fstSingleMode .fstQueryInput {
	width:100% !important;
	font-size:14px;
	min-width:inherit;
	font-weight:500;
	padding: 2px 3px;
	border-radius: 4px;
}
.fstResultItem {
	font-size:14px;
	text-transform:none;
	padding:3px 10px;
}
.fstMultipleMode .fstControls {
	padding:5px;
}
.fstResults {
	max-height:33em
}
.fstChoiceItem {
	font-size:12px;
}
.fstControls, .fstMultipleMode .fstQueryInputExpanded {
	width:100% !important;
	padding:0;
}
.fstMultipleMode .fstQueryInput {
	font-size:14px;
}
.fstChoiceItem {
	background:#006ce3;
	border:0px solid #006ce3;
	text-transform:none;
}
.fstResultItem.fstSelected {
	background:#006ce3;
}
.fstToggleBtn {
	text-transform:none;
}
.navbar-fixed-bottom {
	padding: 0;
	margin: 0;
	background: #fff !important;
	border: none;
	min-height: inherit;
	border-top: 1px solid #eee!important;
	z-index:100;
}
.unit-fixed-menu {
	margin:0;
	padding:0;
}
.unit-fixed-menu li {
	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
	cursor: pointer;
	color: rgb(102, 102, 102);
	text-decoration: none;

	list-style:none;
	display:inline;
	float:left;
	width:33.33%;
	padding:10px;
	width: 50%;
}
.unit-fixed-menu li:first-child{ padding-right: 2px;}
.unit-fixed-menu li:last-child{ padding-left: 2px;}
.unit-fixed-menu .btn{	border-color: rgba(137, 135, 135, 0.2) !important;
	background-color: rgb(240, 71, 10) !important;
	color: #fff;
	font-weight: 400;
	border-radius: 4px;
	transition: all 0.3s ease;
}
.unit-fixed-menu li a {
	color:#333;
}
.unit-fixed-menu li a i {
	padding-right:3px;
}
.form-search {
	display:none;
}
.form-search.active {
	display:block;
}
.bg-danger {color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding:0 !important;
	width: 100%;
	margin: 0;
	border-radius: 4px !important;
	margin-top: 5px;
}
.bg-danger p{ padding: 3px 10px; font-size: 12px; font-weight: 600;}
.guaranteedRentalText{
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 11px;
}
.guaranteedRentalText .sub-guaranteed{
	color: white;
	font-size: 13px;
	font-weight: 600;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	background-color: rgba(255, 0, 0, 0.5);
	padding: 2px 6px;
	border-radius: 3px;
	margin: 0;
	width: max-content;
	float: right;
	margin-bottom: 2px;
	text-align: right;
}
.img_block .usp{
	margin-bottom: 2px;
	color: white;
}

.guaranteedRentalText p{
	margin: 0;
	color: white;
}

.reduced_price_div{
	position: absolute;
	z-index: 10;
	left: 10px;
	top: 50px;
	background-color: rgba(255, 0, 0, 0.5);
	color: white;
	padding: 5px;
}
.reduced_price_div p{
	color: white;
	margin: 0;
}

.reduced_price_div_p{
	font-weight: bold;
}

.searchform {
	padding: 0px 5px 10px 5px;
}
.search_input_div{
	padding: 0px 5px;
}
.lp_promo_text{
	text-align: center;
}
.lp_nearby_container .nearby_view_project{
	border-radius: 0px;
}

.show-read-more .more-text{
	display: none;
}

.main_title_p{
	color: white;
}
.description_t30{ padding-top: 30px; padding-bottom: 30px;}
.fa-condo {
	background:#006ce3 url(../images/icon/i-condo.png) center center no-repeat !important;
}
.fa-villa {
	background:#006ce3 url(../images/icon/i-villa.png) center center no-repeat  !important;
}

.fa-mixed {
	background:#006ce3 url(../images/icon/i-mixed.png) center center no-repeat  !important;
}
.title_li{
	position: relative;
}

.search_landing_page_container h1{font-size: 30px;}
.search_landing_page_container h2{ margin-top: 0; font-size: 14px;}

.first_title {
	padding-top: 35px;
	padding-bottom: 5px;
}
.detail-block h4 {
	padding: 3px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
}
h3.ia_header {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 0;
	margin-top: 0;
}
.loading_bar {
	position: absolute;
	z-index: 100;
	background-color: rgb(0 0 0 / 45%);
	padding: 10px 13px 9px 21px;
	top: 0;
	left: 0;
	right: 20px;
	width: 100%;
	text-align: center;
	height: 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.ui-progressbar {
	background: #c1c1c1;
	height: 3px;
	position: relative;
	width: 100%;
	display: block;
	border-radius: 0;
	border: 0;
	top: 23px;
}
.ui-progressbar .ui-progressbar-value {
	height: 100%;
	border-radius: 0;
	background: #769fd1;
	border: 1px solid transparent;
	margin: 0;
}
.progress-label {
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
}
/********************************size gallery**************************************/
#lightgallery .pic {height: 195px;}
#lightgallery .pic-x2 { height: 395px;}
#lightgallery .pic-x2 img{ min-height: 395px}
#lightgallery .pic img { min-height: 195px;}
#lightgallery .pic i {padding-top: 25%}
#lightgallery .pic-x2 i {padding-top: 60%;}

@media (max-width: 1380px) {
	#lightgallery .pic {height: 145px;}
	#lightgallery .pic img { min-height: 145px;}
	#lightgallery .pic-x2 { height: 295px;}
	#lightgallery .pic-x2 img{ min-height: 295px}
	.slick-prev, .slick-next{top:44%;}
	#lightgallery .pic i {padding-top: 37%}
	#lightgallery .pic-x2 i {padding-top: 65%;}
}
@media (max-width: 1200px) {
	#lightgallery .pic {height: 115px;}
	#lightgallery .pic img { min-height: 115px;}
	#lightgallery .pic-x2 { height: 235px;}
	#lightgallery .pic-x2 img{ min-height: 235px}
	.slick-prev, .slick-next{top:44%;}
	#lightgallery .pic i {padding-top: 25%}
	#lightgallery .pic-x2 i {padding-top: 60%;}
}
@media (max-width: 992px) {
	#lightgallery .pic {height: 90px;}
	#lightgallery .pic img { min-height: 90px;}
	#lightgallery .pic-x2 { height: 185px;}
	#lightgallery .pic-x2 img{ min-height: 185px}
	.slick-prev, .slick-next{top:44%;}
	#lightgallery .pic i {padding-top: 23%}
	#lightgallery .pic-x2 i {padding-top: 55%;}
}
/****mobile****/
@media (max-width: 767px) {
	#lightgallery .pic {height: 130px;}
	#lightgallery .pic img { min-height: 130px;}
	#lightgallery .pic-x2 { height: 265px;}
	#lightgallery .pic-x2 img{ min-height: 265px}

}
#lightgallery{
	-webkit-animation: fadein2 10s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein2 10s; /* Firefox < 16 */
	-ms-animation: fadein2 10s; /* Internet Explorer */
	-o-animation: fadein2 10s; /* Opera < 12.1 */
	animation: fadein2 10s;
	max-height: 400px;
	overflow: hidden;;

}

@keyframes fadein2 {
	from { opacity: 0; height: 0; }
	to   { opacity: 1; height: auto; }
}

/* Firefox < 16 */
@-moz-keyframes fadein2 {
	from { opacity: 0; height: 0;}
	to   { opacity: 1; height: auto; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein2 {
	from { opacity: 0; height: 0 }
	to   { opacity: 1; height: auto; }
}
/******************/
p.red-txt { color: #EE2211; font-weight: 600;}
.field-unitsearch-query{ margin-bottom: 0;}
/*.morecontent span {
	display: none;
}
.morelink {
	position: absolute;
	bottom: -10px; right: 0;
	font-size: 14px;
}
.moretest{
	position: relative; padding-bottom: 15px;    color: #878383;
	font-style: italic;}*/
#propertyLocation{ height: 100vh;}

.para-chart{
	padding: 15px 0;
	line-height: initial;
	font-size: 14px;
}
#mapBox{ right: 15px !important; border-radius: 0 4px 4px 0;}
#mapBox .gm-style-mtc > div {
	font-size: 14px !important;
}

.st-btn[data-network="blogger"] , .st-btn[data-network="delicious"] , .st-btn[data-network="digg"] , .st-btn[data-network="flipboard"] , .st-btn[data-network="livejournal"] , .st-btn[data-network="mailru"] , .st-btn[data-network="meneame"] , .st-btn[data-network="odnoklassniki"] , .st-btn[data-network="pinterest"] , .st-btn[data-network="print"] , .st-btn[data-network="reddit"] , .st-btn[data-network="stumbleupon"] , .st-btn[data-network="tumblr"] , .st-btn[data-network="weibo"] , .st-btn[data-network="xing"] { display:none !important; }
#page-content {
	position: relative;
	/*padding-top: 50px!important;*/
}

/********************tt-menu*******************/
@media (max-width: 767px) {

	.close-unitsearch,.close-top-search {
		width: 25px;
		height: 25px;
		position: absolute;
		right: 18px;
		top: 18px;
		z-index: 9999;
		background: url(/images/close.jpg) no-repeat center center;
		color: #fff;
		display: none;
		cursor: pointer;
	}
	.close-unitsearch.active,.close-top-search.active {
		display: block !important;
		top: 65px;
		right: 25px;
	}
	.nav-hide-search.active {
		display: block !important;
	}
	#search-filter-close.active {
		display: none !important;
	}

}
.sortby-button {
	position: absolute;
	top: -43px !important;
	/* width: 70px !important; */
	/* display: block; */
	/*max-width: 90px !important;*/
	/*min-width: 90px;*/
	/* padding: 10px; */
	right: 92px !important;

}
.sortby-button button.btn{	height:46px !important;color: #5c6872 !important;display: none;}
.show_num .dropdown-menu{ right: 0; left: inherit; position: relative !important; width: 100%; display: block;border-radius: 4px;}

/*******************map*********************/
.gm-style-iw span.divideSpan {
	width: 33%;
	float: left;
	display: block;
	padding-top: 2px;
}
.gm-style-iw span.divideSpan i{
	width: 100%;
	text-align: center;
}
.gm-style-iw strong.sqm-map {
	/* display: table; */
	margin-top: 2px;
	font-size: 12px;
	width: 33%;
	float: left;
}
span.listIconPlace{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gm-style-iw strong.sqm-map span{
	display: block;
	font-size: 13px;
	padding-top: 3px;
}
.gm-style-iw{ left: 26px !important;}
.unit-desc {
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	padding: 10px;
	position: absolute;
	display: table;
	width: 280px;
	top: 183px;
	font-weight: 600;
	left: 0px;
}
.tabRightBottom ul li {
	display: inline;
	float: left;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #f5f5f5;
	position: relative;
	margin-top: 5px;
}
ul.slider-footer{
	width: 285px;
	padding: 0;
	margin-top: -10px;
}
ul.slider-footer .btn{
	width: 140px;
}
.show-count{
	font-weight: 600;
	width: 285px;
	text-align: center;
	padding-top: 5px;
	clear: both;
}
.media.fazwaz-infowindow{
	margin-top: 0;
	min-height: 315px !important;
}
.media.fazwaz-infowindow .owl-carousel .item{
	max-height: 207px;
	overflow: hidden;
}
.media.fazwaz-infowindow .owl-carousel .item img{
	height: 206px;
}

.media.fazwaz-infowindow .owl-next, .media.fazwaz-infowindow .owl-prev{
	margin-top: 10px !important;
}
.tabRightBottom ul li .btn{
	border-radius: 0;
	font-size: 12px;
}
.listRightLt{
	width: 60%;
	height: auto;
	overflow: hidden;
	float: left;
}
.listRightRt{
	width: 40%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}
.listTotalPrice{
	font-size: 18px;
	display: block;
}
strong.marker-title {
	color: #111a2b;
	display: block;
	padding: 5px 0;
	margin-top: 6px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 99;
}
.gm-style-iw .owl-carousel .owl-item{
	padding: 0;
}
.gm-style-iw .owl-carousel .item{
	margin:0;
}
.gm-style-iw .owl-prev .prev {
	position: absolute;
	left: -8px;
	bottom: -428%;
	color: black;
	cursor: pointer;
	font-size: 30px;
	display: inherit;
}
.gm-style-iw .owl-pagination {
	position: absolute !important;
}
.gm-style-iw .owl-buttons {
	position: fixed !important;
	width: 280px;
}
.gm-style-iw .owl-buttons .owl-prev{ left: -10px;}
.gm-style-iw .owl-buttons .owl-next{ right: -10px}
.gm-style-iw .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: 33px;
	width: 280px;
	display: block;
}
.gm-style-iw .next {
	position: absolute;
	top: 120px;
	font-size: 30px;
	right: 40px;
}
.gm-style-iw .prev{
	position: absolute;
	top: 120px;
	font-size: 30px;
	left: 10px;
}
.gm-style-iw .next img,.gm-style-iw .prev img{
	width: 20px;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.3s ease;
}
.gm-style-iw .next:hover img,.gm-style-iw .prev:hover img{
	width: 20px;
	opacity: 0.9;
}
.tt-menu h5.search-value span{
	display: block;
}
.tt-menu h5.search-value .search-value-1{
	font-size: 16px !important;
	color: #000;
}
.tt-menu h5.search-value .search-value-2{
	font-size: 13px!important;
	padding-top: 8px;
	color: #6c6c6c;
}
@media (min-width: 768px) and (max-width: 979px) {
	.slice-landing_page ul.list-inline {
		right: 0px;
		left: 0px;
		top: 0;
		border-radius: 0px;
		background: rgba(255,255,255,0.9) ;
	}
}
/*****************map search ipad****************/
@media (min-width:768px) and (max-width:1024px) {
	.owl-carousel-gallery .owl-prev,.owl-carousel-gallery .owl-next{
		background: none !important;
	}
	.map_block_right {
		width: 340px;
	}

	.project-map .map_block_right {
		width:40% !important;
	}
	.project-map .map_block_left {
		width:60% !important;
		height: 100% !important;
	}
	.project-map .map_block_right .list_search_project{
		margin: 0 1% 1% 1%;
	}
	.nav-sub .navbar-header{
		width: 22%;
	}
	.project-map .main-list-search{
		top: 160px;
	}

	.last .block-m{
		display: block;
	}
	.map_block_right .showResult .hide_simila{
		display: none;
	}
	.map_block_right .title h2 {
		font-size: 16px !important;
		line-height: 26px;
	}

	.bootstrap-select.btn-group .dropdown-menu{
		min-width: max-content;
	}
	.project-map #map_on_off{
		top: 13px;
	}
	.sortby-button .btn{
		font-size: 12px;
	}
	.main-list-search{
		top: 225px;
	}
	.bt-detail{
		bottom: 10px;
	}
	.main-list-search .pagination{
		display: inline-flex;
	}
	.list_search.active .hader_title{
		width: 100% !important;
	}
	.list_search.active .data-list{
		width: 100% !important;
		border-right: 0 !important;
	}
	.list_search.active .form-group{
		width: 100% !important;
		text-align: left !important;
		padding-bottom: 15px;
	}
	.list_search.active a.btn-website{
		background: #0074e5!important;
		color: #fff !important;
		font-weight: 600;
		border: 1px solid #0074e5;
		padding:6px 12px;
		margin: 11px 0 0 0;
	}
	.list_search.active a.btn-website:hover{
		background: #1380ea !important;
		border: 1px solid #1380ea !important;
	}
	.list_search_project{
		width: 100%;
	}



	.list_search_project .slide_search .listTotalPrice{ font-size: 12px;}
	.list_search_project ul li{ font-size: 11px;}
	.list_search_project .guaranteedRentalText{
		right: 10px;
		max-width: 60%;
		font-size: 11px;
	}
	.list_search_project .bt-detail.black-bg{ bottom: 38px;}

	.map_block {
		height: calc(100vh);
	}
	.pagination{ display: inline-flex}
	.pagination>li>a{ padding: 6px 7px !important;}

	.list_search:hover {
		background: none;
		-webkit-box-shadow: 4px 7px 35px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: 4px 7px 35px 0px rgba(0, 0, 0, 0);
		box-shadow: 4px 7px 35px 0px rgba(0, 0, 0, 0);
	}
	.list_search:hover .data-list > div{
		-webkit-box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0);
		background: #f7f7f7;
		border: 1px solid #ddd;
		-moz-box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0);
		box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0);
	}
	ul.property-nav-dropdown.nav06.slim.col2_nav{    width: max-content;}

	.map_block_right .bootstrap-select .dropdown-toggle{
		padding: 3px 15px !important;
		height: 26px !important;
	}

	.list_search_project .bt-detail.black-bg {
		bottom: 40px!important;
	}

}
ul#owl-property_rental {
	padding: 0;
}


.form-contact{
	margin-top: 15px;
}
.contact-address .col-sm-8{
	padding-right: 0;
}
.contact-address b{
	font-size: 18px;
}

.unit-fix-list img{
	background: #006ce3;
}


.clear-nav{
	clear: both;
	display: block;
	padding: 0 8px;
}
.rental_aprox_text{
	padding-top: 5px;
}
.rental_approxmarket_span{
	margin-top: 0px !important;
}
.rental_approxmarket_img{
	margin-top: 5px;
}
.gallery-manager .sorter {
	position: relative;
	left: auto;
	padding: 20px;
	width: auto;
	display: block;
	border: 2px dashed #dee2e6;
	min-height: 150px;
	margin: 10px;
	border-radius: 4px;
}
.gallery-manager .glyphicon-remove {
	color: #ffffff;
}
.gallery-manager .btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	font-style: normal;
	background-image: url(/images/close-icon.png);
	background-size: cover;
	padding: 8px;
}
.gm-style-mtc div {
	font-size: 14px !important;
}
#info-logo-contant #map {
	margin: 15px;
}
.property-popup .media-body {
	max-width: 270px;
}
.property-footer .list-inline{
	position: static;
	padding: 0;
}
.property-footer .list-inline li{
	width: 33.33%;
	height: 50px;
	font-weight: 700;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid #ddd;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}
.property-marker img{ height: 190px;}
.popup-data-project{
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 80px;
	color: #fff;
	font-weight: 500;
	width: 270px;
	padding:10px;
}
.media.fazwaz-infowindow .popup-data-project{
	bottom: 67px !important;
}
.popup-data-project .price{
	font-size: 14px;
	font-weight: 600;
}
.property-footer .list-inline .txt-br{
	display: block;
}
.property-footer .list-inline{
	height: 50px;
	background: linear-gradient(rgb(249, 249, 249) 5%, rgb(233, 233, 233) 100%) rgb(249, 249, 249);
}
.desc-type.fav {
	position: absolute;
	top: 55px;
	color: #000;
	right: 35px;
	font-size: 12px;
}
strong.marker-title-project{
	padding-bottom: 15px !important;
}
.proj-title{
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	font-weight: bold;
}
.proj_title_li{
	font-weight: normal;
}
.contact_successful_form{
	border-top: none;
	background: #fff;
}
.modal-body .contact_successful_form{
	padding: 0 !important;
	border: 1px solid #fff;
}
.contact_successful_form .contact_successful_h3{
	font-weight: 600;
	padding-bottom: 10px;
}
.register_insert_icon{
	min-height: 35px;
	padding-top: 7px;
}

body.red .meun,
body.red .button-active{
	background: red;
}
.txt-blue{ color: blue}
.desc-type.usps {
	position: absolute;
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
	right: 5px;
	top: 5px;
	opacity: 0.7;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #006ce3;
	border-color: #006ce3;
}
#AvailableUnits .list_search-unit img{
	height: 83px;
}
.footer-for-twocal{
	display: none;
}
.pagination>li>a, .pagination>li>span{
	padding: 5px 12px;
	border: none;
	color: #5b8bd5;
}
/*******template-two-col*******/
.template-two-col .map_block_left{
	float: right;
}
.template-two-col .map_block_right{
	left: 0;
	right: inherit;
}
.pagination>li {
	float: none;
	display: inline-block;
}
.pagination>li.next a, .pagination>li.prev span, .pagination>li.prev a {
	color:#869099 ;
}

/********************team*************/

.team-faz-new .list-group-item{

}
.team-faz-new .list-group-item h3{
	margin-bottom:5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;

}
.team-faz-new p{
	padding-bottom: 15px;
}
.team-faz-new .list-group-item h4{
	padding-top: 0;
	margin-top: 0;
	font-size: 15px;
	margin-bottom: 15px;
}
.list-group-item.title-team{
	font-weight: 600;
	color: #333;
	text-align: right;
}
/*********press*************/
.bg-drop{ display: none;}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}
.scroll-element, .scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}
.bed-108{ display: none !important;}
#near_project .owl-next,#near_project .owl-prev {
	top: 75px !important;
}
.main-list-search.top-156 .owl-next,.main-list-search.top-156 .owl-prev {
	margin-top: -20px !important;
}
/**********career************/

#career .title{
	font-weight: 600!important;
	font-size: 28px;
	border-bottom: 1px solid #e8e9ea;
	padding: 25px 0;
	margin-bottom: 15px;
	position: relative;
}
#career .titleposition{
	font-weight: 600!important;
	font-size: 20px;
	margin-bottom: 15px;
}
#career .titleform{
	font-weight: 600!important;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 35px;
}
.career_form{ border: 1px solid #eee; padding: 15px;border-radius: 4px; background: #eeeeee3d;}
#career strong{ color: #333}
#career p, #career ul li{
	color: #869099;
}
.backpage{ padding: 15px 0;}
#career .career_list li{
	list-style: none;
}
#career .career_list{
	padding-left: 0;
	margin-left: 0;
}
#career .career_list li a{
	list-style: none;
	padding: 10px 20px;
	display: block;
}
#career .career_list li a:hover{
	background:#f5f6f7;
}
#career_region{
	width: auto;
	position: absolute;
	right: 0;
	top: 30px;
}
#career .careerblock{
	border-bottom: 1px solid #e8e9ea;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	#career .career_list li a{
		padding: 10px 0;
	}
	#career .career_list li a:hover{
		background:none;
	}
	#career_region{
		top: 73px;
	}
	.nav-scroll{
		width: 100%;

		overflow: scroll !important;
		-webkit-overflow-scrolling: touch;
	}
	.nav-scroll::-webkit-scrollbar {
		display: none;
	}
	.nav-scroll ul.nav-tabs {
		text-align: left;
		width: max-content;
		white-space: nowrap;
		padding: 0 !important;
	}
	.nav-scroll ul.nav-tabs li{display: inline-block !important;}
	.nav-scroll ul.nav-tabs li a{    padding: 5px 10px;}
	.bootstrap-select.btn-group .dropdown-menu li {
		float: none;
		border: none;
	}

}
/***********main-questions***********/
.main-questions{}
.main-questions .titleh1{
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
}
.main-questions .titleh2{
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
	color: #666;
}

.main-questions .btn-website{
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	padding: 0;
	width: 50%;
	margin: 0 auto;
	margin-top: 10px;
	clear: both;
	max-width: 300px;
}
.main-questions .btn-confirm
{
	width: 220px !important;
}
.color .register_insert_unit_div.white-bg{
	background: #fff !important;
	border-radius: 4px;
}
.questions-ask ,.questions-date{
	display: none;
}
.questions-ask.active ,.questions-date.active{
	display: block;
}
#datepicker-questions{ text-align: center;}
.main-questions .datepicker.datepicker-inline {
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 20px;
}
.partnerList{ font-size: 13px;}
.titlepartner{
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 10px;
	color: #ccc;
}
.titlepartner i{ margin-left: 5px;}
.footer-list-groupsite a{ color: #ccc !important; font-size: 12px;}
.footer-list-groupsite a:hover{ color: #fff !important;}
.partnerList ul{
	padding: 0;
	display: inline-block;
}
.partnerList ul li{
	list-style: none;
	padding: 0 5px;
}
.partnerList ul li:first-child{
	padding-left: 0;
}
.modal-body .register_insert{
	border-color: rgba(137, 135, 135, 0.2) !important;
	background-color: rgb(240, 71, 10) !important;
	color: #fff;
}
.register_insert_unit_div .contact_successful_row .txt-black{ color: #333 !important;}
.main-questions-datepicker{
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 350px;
	margin-bottom: 25px;
}
.main-questions-datepicker .krajee-datepicker{
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


#enquiry_viewingDate{ display: none;}
.position-relative{ position: relative}
.form_captcha{
	z-index: 99;
	position: relative;
	padding-left: 15px !important;
	text-indent: 0px!important;
}


.nav-search-main .inputBox{ margin-bottom: 0px;}
/*****form contact******/
.get-information .form-group .form-control,
.input-group .form-control,
.avilable-Enquiry-pop .form-control{
	border-radius: .4rem;
	font-size: 13px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.register_interest_form .input-group .form-control,
.avilable-Enquiry-pop .input-group .form-control{
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 0 !important;
}
.form-check.check-privacy{
	display: table;
	width: 100%;
	padding: 0px 20px;

}
.input-group-addon{ background: none;    border-radius: 4px 0 0 4px;}
.get-information .form-group textarea.form-control,
.avilable-Enquiry-pop textarea.form-control
{
	min-height: 70px;
}
.table-list-01.style-3 .list_search-unit:nth-child(odd){ background: #fafafa}
.table-list-01.style-3 .list_search-unit{ border-right: 0}
.back-home {
	width: max-content;
	margin: 20px auto;
	padding: 8px 40px;
}
.return-home-error > div {
	/* margin: 0 5px; */
	width: 100%;
}
.return-home-error .form-group label {
	display: none!important;
}
.return-home-error [class*=col-] {
	padding-right: 0;
	padding-left: 0;
	margin-left: -1px;
}
.return-home-error .form-group i {
	position: absolute;
	top: 21px;
	right: 30px;
	z-index: 8;
	color: #ccc!important;
}
.return-home-error .btn-search {
	line-height: 40px;
	height: 60px;
	padding: 0;
	text-align: center;
	width: 100%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
@media (max-width: 1200px) {

	.white_bg ul {
		padding-top: 0px;
	}
}
@media (max-width: 992px) {

	.white_bg ul {
		padding-top: 0px;
	}
}
@media (max-width: 767px) {

	.white_bg ul {
		padding-top: 0px;
	}
	.title_li ul img {
		height: 177px;
	}
	.projectFeature {
		border: none;
	}
	.return-home-error {
		display: block;
		margin: 0 auto;
		width: 100%;
		padding: 0 15px;
	}
	.pageNotPanTop img {
		width: 100%;
	}
	.return-home-error .btn-primary {
		margin: 0 5px 10px auto;
	}

	.return-home-error .twitter-typeahead .tt-input {
		border-radius: 4px;
	}
	.return-home-error .btn-search {
		border-radius: 4px;
	}
}