@font-face {
    font-family: 'LucidaSansUnicode';
    src: url('../fonts/lucidasansunicode.eot');
    src: url('../fonts/lucidasansunicode.eot') format('embedded-opentype'),
         url('../fonts/lucidasansunicode.woff2') format('woff2'),
         url('../fonts/lucidasansunicode.woff') format('woff'),
         url('../fonts/lucidasansunicode.ttf') format('truetype'),
         url('../fonts/lucidasansunicode.svg#lucidasansunicode') format('svg');
}

html,
body {
  height: 100%;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  /*font-family:"LucidaSansUnicode";*/
}
p {
    margin: 0 0 20px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 20px;
}
ul.social-icon {
    margin-top: 0;
    margin-bottom: 10px;
}
.pulol {margin-top:-20px}
.main {
   min-height: 100%;
   position: relative;
	background: none;
}

.main-content{
	position: relative;
}
.background-flower{
	background-image: url('../images/background.png?2');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	/*background-size: auto 140%;*/
	background-size: auto 395px;
	width: 100%;
	padding-bottom: 20px;
}
.background-flower2{
	background-image: url('../images/background.png?2');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	/*background-size: auto 140%;*/
	background-size: auto 645px;
    min-height: 645px;
	width: 100%;
	padding-bottom: 20px;
}
.owl-carousel.owl-topslider .owl-stage-outer{
	max-height: 130px;
}
.page-content{
	position: relative;
}
.content.page-villa-types{
	padding-top: 199px;
	padding-bottom: 74px;
}
.content.page-pictures{
	padding-top: 169px;
	padding-bottom: 74px;
}


/*menu>>>*/
/*.header-menu .container{padding: 0;}*/

body {
  margin: 0;
  background: #fff;
}

nav {
  display: block;
  margin: 0 auto;
}
.header-menu nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
*/
    display: table;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu {
	width: 100%;
}
.topmenu:after {
  content: "";
  display: table;
  clear: both;
}
.topmenu > li {
  float: left;
  position: relative;
  padding: 0;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
    display: table-column;
    position: relative;
}
@media (min-width: 992px){
	.topmenu > li:nth-child(1) {
		width: 59px;
	}
	.topmenu > li:nth-child(2) {
		width: 105px;
	}
	.topmenu > li:nth-child(3) {
		width: 100px;
	}
	.topmenu > li:nth-child(4) {
		width: 89px;
	}
	.topmenu > li:nth-child(5) {
		width: 83px;
	}
	.topmenu > li:nth-child(6) {
		width: 89px;
	}
	.topmenu > li:nth-child(7) {
		width: 116px;
	}
	.topmenu > li:nth-child(8) {
		width: 87px;
	}
	.topmenu > li:nth-child(9) {
		width: 107px;
	}
	.topmenu > li:nth-child(10) {
		width: 105px;
	}
}

@media (min-width: 1200px){
	.topmenu > li:nth-child(1) {
		width: 77px;
	}
	.topmenu > li:nth-child(2) {
		width: 125px;
	}
	.topmenu > li:nth-child(3) {
		width: 124px;
	}
	.topmenu > li:nth-child(4) {
		width: 111px;
	}
	.topmenu > li:nth-child(5) {
		width: 105px;
	}
	.topmenu > li:nth-child(6) {
		width: 105px;
	}
	.topmenu > li:nth-child(7) {
		width: 135px;
	}
	.topmenu > li:nth-child(8) {
		width: 110px;
	}
	.topmenu > li:nth-child(9) {
		width: 124px;
	}
	.topmenu > li:nth-child(10) {
		width: 124px;
	}
}

.topmenu > li > a {
	word-wrap: normal;
  text-transform: uppercase;
  font-size: 13.7px;
  font-weight: 600;
  color: #746B52;
  padding: 2.75px 10px;
  margin: 14px 0;
  display: block;
  border-right: 1px solid #746B52;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
    text-align:center;
}
.topmenu > li:hover, .topmenu > li.active {
	color: #fff;
	background: #E8B51E;
}
.topmenu > li:hover > a, .topmenu > li.active > a{
	margin-right: -1px;
	padding: 2.75px  11px 2.75px 10px;
	text-decoration:none;
	color:#fff;
	border-left: 1px solid #746B52;
	margin-left: -1px;
}
.topmenu > li:hover:first-child > a, .topmenu > li.active:first-child > a{
	border-left: 0px solid #746B52;
	margin-left: 0px;
}
.submenu-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
    font-size: 12px;
}
.submenu {
  background: #B6B560;
  position: absolute;
  /*left: 0;*/
  /*top: 54px;*/
  z-index: 5;
  width: 310px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: block;
}
.topmenu >li:nth-child(2) .submenu {
  width: 270px;
}
.topmenu >li:nth-child(5) .submenu {
  width: 180px;
}
.submenu a {
  color: #fff;
  text-align: left;
  padding: 12px 15px;
  font-size: 16px;
  border-bottom: 1px solid #746B52;
  display:block;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}
.topmenu > li > a:hover { color: #fff; text-decoration:none;}
.submenu > li > a:hover { color: #fff; background: #E8B51E;text-decoration:none;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;}
.topmenu li:last-child > a{ border-right: none;  }
.submenu li:last-child a { border-bottom: none;}
.topmenu > li:hover .submenu {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
/*<<<menu*/
.header {
   height: 169px;

    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #B6B560;
}

.header-brand {
	height: 115px;
	background: #B6B560;
}
.header-brand .brand-text{
	color:#F4F3C7;
   font-weight: 600;
   width:50%;
   float:right;
   text-align:right;
   font-size: 46px;
	padding: 23px 0;
	padding: 27px 0 19px;
}
.header-brand .brand-text i{
	margin-right: 8px;
}
.header-brand .logo{
	width: 265px;
	height: 98px;
	margin-top: 13.5px;
   float:left;
}
.header-menu {
	height: 54px;
	background: #F4F3C7;
}


.content {
   padding-top: 169px;
	padding-bottom: 0px;
}
.content.main-content {
	padding-top: 0px;
	padding-bottom: 54px;
}
.content.page-content {
	padding-top: 0px;
	padding-bottom: 54px;
}
.content.page-partners,
.content.page-pricelist {
	padding-top: 169px;
	padding-bottom: 54px;
}

.content.page-location{
	padding-top: 0px;
	padding-bottom: 74px;
}
.footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 54px;   /* Высота блока footer */
   background: #F4F3C7;
   font-weight: 600;
   color:#746B52;
    padding: 16px 0;
}
.footer > div > div {/*width:50%;*/float:left;}
.footer > div > div:last-child {/*width:50%;*/float:right;}
.copyright {
	font-size:14px;
   font-weight: 600;
   color:#746B52;
}



h1, h2, h3, h4, h5 {
}
h1 {text-align:center;color:#746B52; font-size:32px;}
h1, h3.loacationmap {margin-bottom: 24px; margin-top: 28px;}
h1.h1mark {
	background: url('../images/mark2.png') no-repeat left 8px;
	text-align:left;
	padding-left: 32px;
	margin-bottom: 20px;
}
h3 {text-align:center;color:#746B52; font-size:24px;}
h3.h1mark {
	background: url('../images/mark2.png') no-repeat left 4px;
	text-align:left;
	padding-left: 32px;
	margin-bottom: 20px;
}
h4 {text-align:center;color:#746B52; font-size:14px;}
h4.h1mark {
    background: url(../images/mark3.png) no-repeat left 2px;
    text-align: left;
    padding-left: 22px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    font-weight: bold;
    background-size: 12px;
    color: #000;
}
h5 {
text-decoration:underline;font-weight: bold;
font-size: 18px;
line-height: 18px;
}
h1 small,h2 small,h3 small,h4 small,h5 small{
	color: #746B52;
}
ul.listwana  {list-style-image: url('../images/mark.png');}

a.btn-warning {
	background-color: #E8B51E;
	border-color: #e8a91e;
}
.btn-success {
    color: #fff;
    background-color: #b6b560;
    border-color: #9d9c53;
}
.btn-success:hover,.btn-success:focus,.btn-success:active {
    color: #fff;
    background-color: #999836;
    border-color: #84832f;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #746B52;
    border-color: #746B52;

}

.btn-info{
    color: #746B52;
    background-color: #F4F3C7;
    border-color: #e2e1b8;
}
.btn-info:hover,.btn-info:focus,.btn-info:active {
    color: #fff;
    background-color: #BAB3A7;
    border-color: #BAB3A7;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #BAB3A7;
    border-color: #BAB3A7;

}



@media (max-width: 1200px) {
	.topmenu > li > a { padding: 3px 5px; font-size: 13px; margin: 15px 0;}
	.topmenu > li:hover > a, .topmenu > li.active > a { padding: 3px 6px 3px 5px;}
}

ul.social-icon{
	margin-top:-5px;
	padding: 0 10px;
}
ul.social-icon li{
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
ul.social-icon li img{
	width: 32px;
}
.hr {
	width: 100%;
	text-align:center;
	margin: 28px auto;
	background-image: url('../images/hrb.png');
	float: none;
}
a.atel{
	color: #000;
}
/*<<<partners*/
.partners-logo{
	width:100%;
	height: 150px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.partners-logo.partners-fazwaz{
	background-image: url('../images/partners/fazwaz/logo.jpg');
}
.partners-logo.partners-glassline{
	background-image: url('../images/partners/glassline/logo.png');
}
.partners-logo.partners-goodshepherd{
	background-image: url('../images/partners/goodshepherd/logo.png');
}
.partners-logo.partners-pasi{
	background-image: url('../images/partners/pasi/logo.jpg');
}
.partners-logo.partners-sgs{
	background-image: url('../images/partners/sgs/logo.gif');
}
.partners-logo.partners-sunflex{
	background-image: url('../images/partners/sunflex/logo.jpg');
}
.partners-logo.partners-tileit{
	background-image: url('../images/partners/tileit/logo.png');
}
.partners-logo.partners-suay{
	background-image: url('../images/partners/suay/logo.png');
}
.partners-logo.partners-graff{
	background-image: url('../images/partners/graff/logo.png');
}
.partners-logo.partners-easybranches{
	background-image: url('../images/partners/easybranches/logo.png');
}
.partners-logo.partners-phuketnet{
	background-image: url('../images/partners/phuketnet/logo.jpg');
}
.partners-logo.partners-phuketmarbella{
	background-image: url('../images/partners/phuketmarbella/logo.jpg');
}
.partners-logo.partners-phuketbuyhouse{
	background-image: url('../images/partners/phuketbuyhouse/logo.jpeg');
}

.partners p{
	margin-top: 15px;
	text-align: center;
}
.partners{
	padding: 0 10px 20px;
}
.partners > div{
	border: 4px solid #B6B560;
	border-radius: 0px;
	width:100%;
	padding: 15px;
}

/*>>>partners*/
.newswana > ul > li, ul.listinterval > li {margin-bottom: 12px;}

div.payment_schedule {
	background: #746B52;
	width: 100%;
	padding: 15px 45px;
	color: #fff;

}
table.payment_schedule {
	width: 100%;
}
table.payment_schedule tr {
	background: #746B52;
	color: #fff;
}
.payment_schedule_logo{
	background: #B6B560;
	margin-top: 38px;
	text-align: center;
	padding: 5px 10px 0px 10px;
	margin-bottom: 18px;
}
.payment_schedule_logo.payment_schedule_logo2{
	margin-top: 12px;
}
.payment_schedule_logo img{
	margin-top: -18px;
}
.common_area_managment {
	padding-left: 0px;
	padding-right: 0px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	border-top: 1px solid #C1C09D;
}
.table-striped > tbody > tr{
    background-color: #F4F3C7;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: #FFFED0;
}
.common_area_managment table > tbody > tr > td:nth-of-type(2){
    text-align: right;
}
.table-striped > tbody > tr > td{
    text-align: center;
}
.table-striped > tbody > tr > th{
    background-color: #746B52;
	color: #fff;

	border: 0px solid #fff;
}

div.last_villas {
	background-color: #746B52;
	color: #fff;
	text-align:center;
	padding: 15px 15px 15px;
    font-size: 18px;
    box-shadow:3px 4px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:3px 4px 7px rgba(0, 0, 0, 0.3);
}
p.last_villas {
    color: #B6B560;
    font-size: 24px;
    text-align:center;
    font-weight: bold;
    margin-bottom: 0px;
   }
.last_villas p{
	margin-bottom:0;
   }
.arrowright {
	background: #E8B51E url('../images/arrow.png?01') no-repeat left top;
	height: 50px;
	background-size: contain;
	float: right;
	padding-left: 50px;
	margin-bottom: 5px;
}
.arrowright > span{ line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    color: #000;
    }
.master_plan {
	background: url('../images/master_plan.png?01') no-repeat left top;
	min-height: 600px;
	width: 100%;background-position-x: right;
   background-size: auto 493px;
	background-position-y: 130px;
	float: left;
}
div.last_villas7 {
	margin-top: 250px;
}
.newprice{
	color: #E8B51E;
}

.page-content p {
text-align: justify;
}
.page-content p.text-left {
text-align: left;
}
.page-content p.text-right {
text-align: right;
}
.page-content p.text-center {
text-align: center;
}
ol.text-bold {counter-reset: item;}
ol.text-bold li {display: block;}
ol.text-bold li:before {content: counter(item) ". "; counter-increment: item; font-weight: bold;}
/****/
.abw_b2 {display:none;float:right;}


	.income-tax-which {
		max-width: 755px;
		padding-right: 0;
	}

@media (max-width: 1800px) {
	.paading_logo_1{
	padding-right: 50px;
	}/*
	.paading_logo_1 p{
	background: gray;
	}*/
}
@media (min-width: 1780px) {
	.col-hd-4 {
	    width: 33.33333333%;
	}
}
@media (max-width: 1700px) {
	.paading_logo_1{
	padding-right: 100px;
	}
	.paading_logo_2{
	padding-right: 0px;
	}
	.paading_logo_3{
	padding-right: 150px;
	}
}
@media (max-width: 1600px) {
	.paading_logo_1{
	padding-right: 160px;
	}
	.paading_logo_2{
	padding-right: 0px;
	}
	.paading_logo_3{
	padding-right: 150px;
	}
	.paading_logo_1taxes{
	padding-right: 130px;
	}
}
@media (max-width: 1500px) {
	.paading_logo_1{
	padding-right: 200px;
	}
	.paading_logo_2{
	padding-right: 30px;
	}
	.paading_logo_3{
	padding-right: 150px;
	}
}
@media (max-width: 1400px) {
	.paading_logo_1{
	padding-right: 270px;
	}
	.paading_logo_2{
	padding-right: 30px;
	}
	.paading_logo_3{
	padding-right: 150px;
	}
}
@media (max-width: 1300px) {
	.paading_logo_1{
	padding-right: 300px;
	}
	.paading_logo_2{
	padding-right: 30px;
	}
	.paading_logo_3{
	padding-right: 150px;
	}
}
@media (max-width: 1350px) {
	.paading_logo_1{
	padding-right: 300px;
	}
	.paading_logo_2{
	padding-right: 50px;
	}
	.paading_logo_3{
	padding-right: 150px;
	}
}
@media (max-width: 1200px) {
	.paading_logo_1{
	padding-right: 250px;
	}
	.paading_logo_2{
	padding-right: 50px;
	}
	.paading_logo_3{
	padding-right: 150px;
	}
}
@media (max-width: 1100px) {
	.paading_logo_1{
	padding-right: 300px;
	}
	.main-content .paading_logo_1{
	padding-right: 400px;
	}
	.paading_logo_2{
	padding-right: 150px;
	}
	.paading_logo_3{
	padding-right: 150px;
	}
}
@media (max-width: 1000px) {
	.main-content .paading_logo_1{
	padding-right: 0px;
	}
}
@media (max-width: 800px) {
	.main-content .paading_logo_1{
	padding-right: 0px;
	}
}
@media (max-width: 980px) {
	.paading_logo_1{
	padding-right: 15px;
	}
	p.paading_logo_1{
	padding-right: 0px;
	}
	p.paading_logo_2{
	padding-right: 0px;
	}
	.page-content,.background-flower2{
	background: none;
	}
}
@media (max-width: 480px) {
	.footer > div > div:last-child{
	display:none;
	}
}
@media (min-width: 1100px) {
	.background-flower{
    background-size: auto 530px;
	}
}
@media (min-width: 1150px) {
	.background-flower{
    background-size: auto 550px;
	}
}

/****/
iframe.slide1map html {
overflow: hidden;
}
.b_slide1map{
    margin-top: 199px;
}
iframe.slide1map{
	width: 1140px;
    height: 633px;
    border: 0px;
    margin-top: 15px;
    margin-top: 198px;
 }




 /**** owl-carousel ***/
 .owl-carousel2 .owl-dot{
	float: left;
}
.container .owl-carousel2{
	width: 600px;
	margin: 0 auto;
}
.container .owl-carousel2 .owl-dots{
	width: 100%;
	margin: 0 auto;
}
.sync1, .sync2{
float: left;
}
.owlnext.disabled,
.owlprev.disabled{
    opacity: 0;
}
.pagination>li>a, .pagination>li>span{
	color:#B6B560;
}
.pagination>li>a, .pagination>li>span{
	color:#B6B560;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color:#B6B560;
}
.owlprev,table.c-gallery-prev  .owlnext{
    opacity: 1;
}
.thumb {
    width: 50%;
    float: left;
    height: 110px;
    padding: 5px;
}
.thumb .img-block {
    width: 100%;
    height: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 128px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 0 128px rgba(0, 0, 0, 0.2) inset;
}

.pagination {
    margin: 5px 0;
}
.pagination li.page-item{
    margin: 0 auto;
    display: table;
 }
.pagination{
	width: 100%;
}
.thumb.active .img-block{
     border: 1px #E8B51E solid;
     -webkit-box-shadow:none;
             box-shadow:none;
 }/*
.sync1{
    margin-top: 40px;
 }
#sync3{
    margin-top: 80px;
 }
.sync1 img{
    border-radius: 4px;
 }
.sync1 {
	margin-bottom: 10px;
}*/
 /*******/

.villa-types img{
	width:100%;
	height: 100%;
    padding: 2px;
}
.villa-types .villa-type-table{
	width:50%;
	float:left;
	padding:0 0 0 10px;
}
.villa-types h4{
	line-height:28px;
	margin-bottom:5px;

}
.villa-type-table .table-striped > tbody  tr:nth-of-type(2n+1),
.villa-type-table .table-striped > tbody  th {
    background-color: inherit;
}
.villa-type-table .table-striped > tbody  th {
    color: #333;
}
.villa-type-table .table-striped  td,
.villa-type-table .table-striped  th{
    text-align:left;
}
.villa-type-table .table > tbody > tr > td,
.villa-type-table .table > tbody > tr > th,
.villa-type-table .table > tfoot > tr > td,
.villa-type-table .table > tfoot > tr > th,
.villa-type-table .table > thead > tr > td,
.villa-type-table .table > thead > tr > th{
	border: 0px solid #fff;
}
.villa-type-table .table>tbody>tr>td,
.villa-type-table .table>tbody>tr>th{
	padding: 4px 8px;
}
.villa-type-table .table>tbody>tr>th{
	background: #fff;
}

.villa-type-table .table>tbody>tr>td:nth-of-type(2n),
.villa-type-table .table>tbody>tr>th:nth-of-type(2n){
    text-align:right;
}

.villa-types-img{
	border: 4px solid #B6B560;
	margin-bottom: 6px;
	border-radius: 0px;
}

.villa-types h2{
	margin-bottom: 0;
	margin-top: 0;
}
.villa-types h2,
.villa-types h3{
	text-align:left;
	padding: 0 18px;
    color: #746B52;
    margin: 0;
    font-weight: 500;
    line-height: 1.1;
    font-size: 24px;
}
.villa-types h2{
	padding: 0 0px;
}
.villa-types h4{
	margin-top: 0;
	color: #333;
	text-align: left;
}
.villa-types h4 small{
	color: #333;
}
.detail_plan{
padding-right:0px;
}
.gal-wana-desc{
	background: #B6B560;
    height: 60px;
    padding: 10px;
}

.gal-wana-img{
	height:200px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #BCB5A8;
    margin-bottom: 5px;
    background-position: center;

}
.owl-older_master_plans .gal-wana-img{
    background-size: contain;
}

/****/

a.mobilemenu-btn {
  border: none;
  background-color: #F4F3C7;
  color: #746B52;
  font-size: 16px;
  padding: 15px;
  display: block;
  width: 100%;
  margin: 0;

  text-decoration: none;
	text-align: left;
}
a.mobilemenu-btn:hover, a.mobilemenu-btn:active {
	background-color: #E8B51E;
	color: #fff;
  }
.backBtn {
  background-color: #B6B560;
  font-size: 16px;
  text-align: right;
	color: #E8B51E;
}
.backBtn:hover {
  background-color: #E8B51E;
	color: #fff;
  }
.mobilemenu-top .backBtn {
  text-align: left;
}
.mobilemenu {
  border-right: 1px solid #746B52;
  background-color: #F4F3C7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 280px;
  height: 100%;
}

.mobilemenu a {
    display: block;
    color: #746B52;
    padding: 16px;
    border-top: 1px solid #746B52;
    text-decoration: none;
    position: relative;
    z-index: 11;
  }
.mobilemenu a:last-child {
      border-bottom: 1px solid #746B52;
    }
.mobilemenu a:hover,
.mobilemenu a:active {
      background-color: #E8B51E;
      color: #fff;
    }

.mobilemenu-top {
  width: 100%;
	top: -1000px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.mobilemenu-top.top-open {
    top: 0;
    right: 0;
    left: 0;
  }

.header-brand .brand-text{
	width: 630px;
}

@media (min-width: 1000px) {
	.mobilemenu, #showTop{
	display:none;
	}
}

@media (max-width: 980px) {
	.header-menu .container{
		width: 100%;
	}
}

@media (max-width: 1100px) {
	.background-flower{
    background-size: auto 90%;
	}
}

@media (max-width: 1000px) {
	.background-flower{
    background-size: auto 90%;
	}
	 #showTop{
	display:block;
	}
	.mobilemenu{
	display:none;
	}
	.mobilemenu-top.top-open {
	display:block;
	  }
	.header{
	    position: relative;
	    z-index: 1;
	 }
	.header-menu,
	.owl-carousel.owl-topslider.owl-loaded,
	.owl-carousel.owl-topslider-main.owl-loaded,
	.owl-topslider,
	.owl-topslider-main{
		display:none;
	}
	.content.page-villa-types{
    padding-top: 10px;
	}
	.content.page-pricelist,
	.content.page-partners,
	.content.page-pictures{
    padding-top: 0px;
	}
	.content{
    padding-top: 0px;
	}

   .header-brand .brand-text{
    font-size: 36px;
    padding: 32px 0 19px;
    width: 480px;
   }
   .header-brand .container{
		width: 100%;
   }
}
   .not_to_scale{
    font-size: 24px;
    float: right;
    margin-top: 80px;
   }

@media (min-width: 990px) and (max-width: 1000px) {
	.background-flower{    background-size: auto 54%;
    background-position: right 96px;
	}
}
@media (max-width: 1200px) {
	div.last_villas7 {
		margin-top: 350px;
	}
	.not_to_scale {
    margin-top: 10px;
	}
	.masterplan-desc-r > .row{
		padding-left: 0px;
	}
}
@media (min-width: 992px) and  (max-width: 1999px) {
	.not_to_scale {
	    margin-top: 0px;
	    position: absolute;
	    right: 15px;
	}
}
@media (min-width:1200px) {
	.not_to_scale {
	    margin-top: 94px;
	    position: absolute;
	    right: 15px;
	}
}


   .last_villas7{
   margin-left: 0;
   margin-right: 0;
   }
@media (max-width: 991px) {
   div.last_villas7{
   	margin-top: 180px;
   }
   p.last_villas{
   	margin-top: 500px;
   }
   div.master_plan_logo1{
   	margin-top: -20px;
   }

   div.master_plan_logo2{
   	margin-top: -5px;
   }
   div.master_plan_logo2 .text-right{
	text-align: center;
    margin: 0 auto;
    display: table;
   }
   .master_plan{
    background-position-y: 190px;
   }
   p.last_villas {
    margin-top: 300px;
	}
   .not_to_scale{
    font-size: 22px;
    margin-top: -230px;
    margin-left: 15px;
    text-align: left;
    width: 100%;
   }
}
@media (max-width: 750px) {
	.master_plan {
    background-size: contain;
    position: relative;
    background-position-y: 200px;
    }
}
@media (max-width: 640px) {
	.master_plan {
    background-size: contain;
    position: relative;
	}
	p.last_villas {
	    margin-top: 410px;
	}
	div.payment_schedule{
    padding: 15px 5px;
	}
	.common_area_managment{
		padding-left:0;
		padding-right:0;
	}
	.common_area_managment .payment_schedule table td{
    padding-bottom: 15px;
    vertical-align: top;
	}
   p.last_villas {
    margin-top: 250px;
	}
}
@media (max-width: 440px) {
   div.master_plan_logo2 .text-right > div{
    font-size: 28px!important;
	margin-top: 18px!important;
   }
   div.last_villas {
    padding: 15px 5px 5px;}
   p.last_villas {
    margin-top: 180px;
	}
}
@media (max-width: 990px) {
	.background-flower{
		background-size: auto 35%;
		background-position: right 248px;
	}
}
@media (max-width: 880px) {
	.background-flower{
    background: none;
	}
}

@media (max-width: 800px) {
   .header-brand .brand-text{
    font-size: 28px;
    padding: 38px 0 19px;
    width: 490px;
   }
}
@media (max-width: 800px) {
   .header-brand .brand-text{
    font-size: 25px;
    padding: 38px 0 19px;
    width: 360px;
   }
}
@media (max-width: 680px) {
	.header-brand .logo{
    width: 100%;
    height: auto;
    margin: 5px auto 0;
    float: none;
    text-align: left;
	}
	.header-brand .logo img{
    width: 195px;
    float: none;
	}
	.header-brand .brand-text{
    padding: 0;
    width: 100%;
    text-align: right;

    margin-top: -5px;
 	}

	.villa-types .villa-type-table{
		width:100%;
	}
 }
@media (max-width: 420px) {
   .header-brand .brand-text{
    font-size: 22px;
    margin-top: 0px;
   }
 }
}
/****/
.b_slide1map{
    position:relative;
    width: 100%;
    height: 550px;
}
	.slide1map {
    overflow: hidden;
    display: block;
    left: 50%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    position:absolute;
	}


@media (max-width: 480px){
	.slide1map {
	    -webkit-transform: translateZ(0) translateX(-50%) scale(0.3);
	            transform: translateZ(0) translateX(-50%) scale(0.3);
    top: -210px;
	}
	.b_slide1map{
	    height: 190px;
    margin-top: 44px;
	}
}
@media (min-height: 600px) and (min-width: 480px){
	.slide1map {
	    -webkit-transform: translateZ(0) translateX(-50%) scale(0.40);
	            transform: translateZ(0) translateX(-50%) scale(0.40);
    top: -180px;
	}
	.b_slide1map{
	    height: 250px;
    margin-top: 44px;
	}
}
@media (min-height: 600px) and (min-width: 600px){
	.slide1map {
	    -webkit-transform: translateZ(0) translateX(-50%) scale(0.5);
	            transform: translateZ(0) translateX(-50%) scale(0.5);
    top: -150px;
	}
	.b_slide1map{
	    height: 310px;
		margin-top: 44px;
	}
}
@media (min-height: 600px) and (min-width: 700px){
	.slide1map {
	    -webkit-transform: translateZ(0) translateX(-50%) scale(0.6);
	            transform: translateZ(0) translateX(-50%) scale(0.6);
    top: -120px;
	}
	.b_slide1map{
	    height: 380px;
		margin-top: 36px;
	}
}
@media (min-height: 600px) and (min-width: 800px){
	.slide1map {
	    -webkit-transform: translateZ(0) translateX(-50%) scale(0.62);
	            transform: translateZ(0) translateX(-50%) scale(0.62);
    top: -120px;
	}
	.b_slide1map{
	height: 390px;
	margin-top: 34px;
	}
}
@media (min-height: 600px) and (min-width: 960px){
	.slide1map {
	    -webkit-transform: translateZ(0) translateX(-50%) scale(0.82);
	            transform: translateZ(0) translateX(-50%) scale(0.82);
    top: -50px;
	}

	.b_slide1map {
    height: 523px;
		margin-top: 195px;
		margin-top: 25px;
    }
	iframe.slide1map{
		margin-top: 191px;
	}
}

@media (min-height: 600px) and (min-width: 1000px){
	.b_slide1map{
    margin-top: 201px;
	}
	iframe.slide1map{
		margin-top: 197px;
	}
}

@media (min-height: 665px) and (min-width: 1200px){
	.slide1map {
	    -webkit-transform: translateZ(0) translateX(-50%) scale(1);
	            transform: translateZ(0) translateX(-50%) scale(1);
    top: 0;
	}
	.b_slide1map{
	    height: 650px;
		margin-top: 181px;
	}
	iframe.slide1map{
		margin-top: 199px;
	}
}
/****/
.text-ellipsising{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    }

@media (max-width: 450px){
a.link_about{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
 }
 .box-media-pictures h1{
 	font-size: 16px;
 	font-weight: bold;

}
.media-pictures-cavas{
	width: 100%;
	border: 4px solid #B6B560;
	display: inline-block;
	border-radius: 0px;
}

.masterplan-desc{
	font-size: 13px;
    letter-spacing: -0.4px;
}
@media (min-width: 768px) and (max-width: 991px){
	.page-pricelist .container{
		width:100%;
	}
}
@media (min-width: 1199px){
	.management_fee.THB8{
		padding-left:0;
	}
}
@media (max-width: 1199px){
	div.payment_schedule{
		padding: 15px;
	}
}
.fancybox-spaceball {
    display:none;
}
.fancybox-slide.watermark .fancybox-spaceball:before {
    content: "This show villa is under maintenance, new pictures will follow soon!";
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 2px grey;
    padding-left: 5px;
    background: #B6B560;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 101%;
    background: #E8B51E;
    padding: 5px;
    text-align: center;

}
.fancybox-slide.watermark2 .fancybox-spaceball:before {
    content: "This villa is rented until the end of August, after that the villa will be redecorated and repainted.";
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 2px grey;
    padding-left: 5px;
    background: #B6B560;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 101%;
    background: #E8B51E;
    padding: 5px;
    text-align: center;

}
.fancybox-slide.watermark3 .fancybox-spaceball:before {
    content: "This show villa will have new decoration soon, new pictures will follow.";
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 2px grey;
    padding-left: 5px;
    background: #B6B560;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 101%;
    background: #E8B51E;
    padding: 5px;
    text-align: center;

}

ul.inventory {
      list-style: none;
      margin: 0
    }
ul.inventory li{
       position: relative;
      }
ul.inventory li:before {
        content:  "-";
        position: absolute;
        left:     -18px;
    }


.page404{
    background: #F4F3C7;
    height: 100%;
    padding-top: 150px;
}
.page404 h1{
    font-size: 120pt;
    line-height: 1;
 }
.page404 h1,
.page404 h2{
text-align: center;
    line-height: 1;
    margin: 0;
    color: #746B52;
}
.page404 ul {
    list-style: none;
    width: 600px;
    float: none;
    margin: 20px auto;
    }
.page404 ul li{
       position: relative;
       width:50%;
       float:left;
      }
.page404 ul li:before {
        content:  "-";
        position: absolute;
        left:     -18px;
    }


@media (max-width: 660px){
.page404 ul li{
       width:100%;
      }
.page404 td{
       width:100%;
       float:left;
       text-align:center;
      }
.page404 ul {
       width:100%;
    }

.page404 table td >div {
    width: 305px;
    margin: 0 auto;
 }
}

.fancybox-button--download.fancybox-button, .fancybox-button--download.fancybox-button:link, .fancybox-button--download.fancybox-button:visited {
    color: #E8B51E;
}



.masterplan-blogo{

    background:  url('../images/logo_4.png') no-repeat center center;
    background-size: contain;

}
@media (min-width: 992px) and (max-width: 1200px){
	.masterplan-blogo{
		background-image: url('../images/logo_4.png'), url('../images/logo_4.png'), url('../images/logo_4.png');
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: 7% center, 50% center, 92% center;
		}
}
@media (max-width: 1200px){
	.masterplan-blogo{
	 margin-top: 28px;
	    padding: 0 15px;
	}
}
@media  (min-width: 700px) and (max-width: 767px){
	.masterplan-desc-background{
		background: url('../images/background.png?2');
		background-repeat: repeat;
	    background-repeat: repeat;
	    background-size: auto auto;
	    background-size: 516px;
	    background-repeat: no-repeat;
	    background-position: top -10px right 15px;
	    padding: 0 15px;
	}
}
@media   (max-width: 767px){
	.masterplan-blogo{
	    width: 100%;
    	padding: 0px;
	}
	.masterplan-desc-r > .row {
    padding-left: 15px;
	}
}
@media  (min-width: 630px) and (max-width: 700px){
	.masterplan-desc-background{
		background: url('../images/background.png?2');
		background-repeat: repeat;
	    background-repeat: repeat;
	    background-size: auto auto;
	    background-size: 416px;
	    background-repeat: no-repeat;
	    background-position: right 40px;
	}
}
@media   (min-width: 480px) and (max-width: 629px){
	.masterplan-desc-background{
		background: url('../images/background.png?2');
		background-repeat: repeat;
	    background-repeat: repeat;
	    background-size: auto auto;
	    background-size: 316px;
	    background-repeat: no-repeat;
	    background-position: right 5px;
	}
}
@media  (max-width: 629px){
	.property-management{
	width:100%;
	}
}
@media  (max-width: 480px){
	.masterplan-desc-background{
	background:none;
	}
}
.maintenance{
	max-width: 735px;
	padding-right: 0;
	}

.fancybox-image, .fancybox-spaceball{
	z-index: 200;
}
.td-bw-pricelist-l{
	width:190px;
}
.td-bw-pricelist-l > div{
	width:100%;
	margin-bottom: 14px;
	margin-top: 31px;
}

.td-bw-pricelist-c{
	width:auto;
}

.td-bw-pricelist-r .arrowright{
	padding-left:115px;
}
.td-bw-pricelist-r {
    width: 340px;
}
.td-bw-pricelist-r  > div {
	margin-bottom: 14px;margin-top: 31px;
}
@media (max-width: 1200px){

	.td-bw-pricelist-r .arrowright{
		padding-left:115px
	}
	.td-bw-pricelist-r{
		width:275px;
	}
	.td-bw-pricelist-r .arrowright{
	 text-align: center;
    background: #E8B51E url('../images/arrow.png?02') no-repeat left top;background-size: contain;
	}
	.td-bw-pricelist-r .arrowright > span{
    line-height: 25px;
    font-size: 22px;

	}
	.td-bw-pricelist-r{
		width:250px;
	}
}
@media (max-width: 1000px){

	.td-bw-pricelist-r .arrowright{
		padding-left:50px
	}
	.td-bw-pricelist-r .arrowright > span{
    line-height: 25px;
    font-size: 22px;
	}
	.td-bw-pricelist-r{
		width:180px;
	}
	.td-bw-pricelist-r .arrowright{
	 text-align: center;
    background: #E8B51E url('../images/arrow2.png?01') no-repeat left top;background-size: contain;
	}
}
@media (max-width: 920px){
	.td-bw-pricelist-l{
		display:none;
	}
}
@media (max-width: 500px){
	.td-bw-pricelist-c,
	.td-bw-pricelist-r{
		display:block;
		float:left;
		margin-top: 0px;
	}
	.td-bw-pricelist-r > div{
		margin-top: 0px;
	}
	.td-bw-pricelist-r{
		float:right;
	}
}

@media (max-width: 1200px){
	.responsive-br1{
	display: none;
	}
}

@media (max-width: 640px){
	div.master_plan_logo1 {
    padding-right: 0;
    padding-left: 0;
	}
}
@media (max-width: 420px){
	.payment_schedule_logo img{
		width: 220px;

	}
}
.property-management li {
	position:relative;
}
.property-management li > span{
	position:absolute;
	left: 160px;
}
@media (min-width:1200px) {
	.masterplan-desc-l{
		width: 829px;;

	}
	.masterplan-desc-r{
		width: 341px;
	}
	.masterplan-blogo{
		margin-top: 30px;
	}
}

@media (max-width:1200px) {
	.property-management li > span{
		left: 150px;
	}
	.property-management{
	padding-left:0px;
	}
}
@media (min-width:991px) and (max-width:1200px) {
	.masterplan-blogo > p:nth-child(2),
	.masterplan-blogo > p:nth-child(5){
		padding:0px;

	}
	.masterplan-blogo > p{
		height: 81px;

	}
	.masterplan-blogo {
    margin-top: 28px;
    padding: 0 0 0 15px;
	}
}
.pay-only-50{
	display: block;
}
@media (max-width:1200px) {
	.pay-only-50{
		display: inline-block;
	}
}
.page-pricelist-h1{
    margin-bottom: 12px;
    margin-top: 28px;
}
.home-page-img img{
	width: 100%;
}
.home-page-img > div > div{
	margin-bottom:25px;
	border: 4px solid #746B52;
}
@media (min-width:990px)and (max-width:1000px) {
	.main-content .paading_logo_1.paading_logo_1-hr{
		padding-right: 200px;
	}
}

@media (max-width: 990px) {
	.main-content .background-flower{
		background-size: auto 25%;
    background-position: right 250px;
	}
}
.logo-green-sh{
   background: #B6B560;
   padding: 0 10px;
   display: inline-block;
   margin: 50px auto 25px;
   -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
   -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
   box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}
.logo-green-sh img{
   margin-top: -10px;
}
.price-list{
   display: block;
   width: 100%;
   float: left;
   min-height: 560px;
}
.price-list p{
   text-align: center;
   font-size: 28px;
}
.price-list a{
   color: #746B52;
   text-decoration: underline;
}