@font-face {
    font-family: 'AGaramondProRegular';
    src: url('../font/adobe/AGaramondPro-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'AGaramondProBold';
    src: url('../font/adobe/AGaramondPro-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'MyriadProLight';
    src: url('../font/adobe/MyriadPro-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Calibri';
    src: url('../font/calibri/calibri-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ArnoPro';
    src: url('../font/arnopro/ArnoPro-Regular.otf') format('opentype');
}

.menu_tab{
    position: fixed;
    width: 100%;
    padding: 0;
    background: none;
    z-index: 2;
    height: 80px;
    top: 30px;
	/*max-width: 1680px;
	left: 50%;
    transform: translate(-50%);*/
    transition: all 1s;
}

.button_container {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50px;
    height: 17px;
    width: 30px;
    margin: auto;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
	margin-top: 50px;
}

.button_container:hover {
    opacity: 1;
}
.button_container.active{
    left: 625px;
	margin-top: auto;
}
.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #999999;
}

.button_container.active .middle {
    opacity: 0;
    background: #999999;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #999999;
}

.button_container span {
    background: #999999;
    border: none;
    height: 3px;
    width: 100%;
    /*position: absolute;
    top: 0;
    left: 0;*/
    transition: all .35s ease;
    cursor: pointer;
	display: block;
	margin-bottom: 6px;
}

.button_container span.middle {
	width: 80%;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

.social_menu{
    position: absolute;
    right: 50px;
    top: 0;
    bottom: auto;
    height: 30px;
    margin: auto;
	margin-top: 40px;
	color: #999;
	font-size: 18px;
	font-family: 'AGaramondProRegular';
}

.social_menu ul{
    margin: 0;
    padding: 0;
}

.social_menu li{
    float: left;
    list-style: none;
}

.social_menu a {
	color: #999;
	font-size: 18px;
	text-decoration: none;
	font-family: 'AGaramondProRegular';
}

.social_menu a:link {
	text-decoration: none;
}

.social_menu li:nth-child(1){
    margin-right: 20px;
	margin-top: 2px;
}

.social_menu img{
    filter: brightness(0) invert(1);
    height: 20px;
}

.brand_logo{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    text-align: center;
}

.brand_logo img{
    height: 100px;
    transition: all 1s;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
	transform: scale(0);
}

.brand_logo_index img {
	transform: scale(1);
}

.scroll_menu{
    top: 0;
    height: 60px;
    /*background: linear-gradient(#0c2043, #0c204380, #9198e500);*/
    background: #FFFFFF;
    box-shadow: #00000017 0 0 10px;
}

.scroll_menu .social_menu, .scroll_menu .button_container{
    top: 0;
    bottom: 0;
	margin-top: auto;
}

.scroll_menu .brand_logo{
    height: 60px;
}

.scroll_menu .brand_logo img{
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	transform: scale(1);
}

.overlay {
    position: fixed;
    background: #FFFFFF;
    top: 0;
    left: 0;
    width: 0%;
    /*height: calc(100% - 200px);*/
    height: 100%;
    max-width: 700px;
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
    bottom: 0;
    margin: auto;
}

.overlay.open {
    opacity: 1;
    width: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInUp .9s ease forwards;
    animation: fadeInUp .9s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.overlay.open li:nth-of-type(10) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.overlay nav {
    position: relative;
    top: 80px;
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    text-align: left;
    padding: 0 50px;
    height: auto;
}

.overlay ul {
    font-family: 'AGaramondProBold';
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    /*height: 100%;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    color: #999999;
}

.overlay ul li {
    /*display: block;*/
    position: relative;
    padding: 7px 0;
    opacity: 0;
    line-height: initial;
    text-align: right;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #999999;
    text-decoration: none;
    /*overflow: hidden;*/
    font-size: 18px;
    transition: all 1s;
}

.overlay ul li a.active {
    font-family: 'Gotham_Bold','sans-serif';
    color: #e2cdac;
}
.overlay ul li a:hover, .nav_mobile .overlay-menu .active{
    color: #e2cdac;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

.overlay_slideshow{
    position: absolute;
    height: 200px;
    width: 100%;
    background: linear-gradient(#0c2043, #0c204380, #9198e500);
}

.overlay_slideshow_bottom{
    height: 150px;
    top: auto;
    bottom: 0;
    background-image: url('../images/icon/bg_slideshow.png');
    left: 0;
    background-position: center bottom;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#000000));
    mask-image: linear-gradient(linear, left top, left bottom, from(#00000000), to(#000000));
    position: absolute;
    width: 100%;
    display: inline-block;
}

.navbar_fix .sub_menu{
    padding: 0 40px 0 0;
}

.navbar_fix .sub_menu li{
    padding-top: 10px;
    padding-bottom: 0;
}

.navbar_fix .sub_menu li:before {
    /*background: #b29f85;*/
    left: auto;
    top: 10px;
    right: -20px;
	content: '-';
	position: absolute;
}

.navbar_fix .sub_menu li:after {
    background: #b29f85;
    left: auto;
    top: 20px;
    right: -20px;
}

.arrow_more{
    position: relative;
}

.arrow_more:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #999999;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -25px;
    top: 12px;
}

.div_header {
	width: 100%;
	/*background-image: url(../images/bg1.png), url(../images/bg2.gif);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: auto, cover;*/
	background-image: url(../images/bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 0;
	padding-bottom: 70px;
	color: #333333;
}

.div_header .div_header_explore ul li {
	list-style: none;
}

.div_header .explore {
	/*position: absolute;
	bottom: 30px;*/
	width: 100%;
	margin-top: 750px;
}

.div_header .explore p {
	margin-bottom: 0px;
	font-family: 'AGaramondProRegular';
	color: white;
	font-size: 16px;
	letter-spacing: 3px;
	width: min-content;
    margin: auto;
	cursor: pointer;
}

.div_header .explore img {
	cursor: pointer;
}

.div_header .div_explore {
	/*background-image: url(../images/bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;*/
}

.div_header .div_intro {
	margin: auto;
	margin-top: 150px;
	max-width: 800px;
	font-family: 'Calibri';
	font-size: 16px;
}

.div_header .div_intro a {
	/*font-family: 'AGaramondProRegular';
	color: #313131;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #ddbfb4;
	padding: 10px 20px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 3px;*/
}

.div_header .div_intro h1 {
	font-family: 'ArnoPro';
	color: #313131;
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 50px;
}

.div_header .div_intro p {
	font-family: 'Calibri';
	color: #333333;
	font-size: 16px;
	margin: auto;
	margin-bottom: 25px;
	width: 80%;
}

.div_header .div_intro .div_fac {
	padding-top: 20px;
}

.div_header .div_intro .facility {
	font-family: 'Calibri';
	color: #313131;
	font-size: 12px;
	width: 20%;
	float: left;
	min-width: 130px;
}

.div_header .div_intro .facility p {
	width: 100%
}

.div_header .div_intro .facility .fac_img {
	height: 70px;
	display: flex;
}

.div_header .div_intro .facility .fac_img img {
	margin: auto;
}

.div_header .div_intro ul {
	width: 45%;
    float: left;
	padding-left: 0px;
}

.div_header .div_intro ul li {
	list-style-type: none;
	background-image: url(../images/pin.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #333333;
}

.div_header .div_intro .p1 {
	width: 100%;
	display: inline-block;
	margin-bottom: 0px;
	text-align: left;
}

.div_header .div_intro .div1 {
	width: 40%;
	float: left;
	margin-top: 20px;
	margin-right: 60px;
}

.div_header .div_intro .div1 p {
	font-size: 16px;
	font-weight: Bold;
	text-align: left;
    margin-left: 0px;
    margin-bottom: 10px;
}

.div_header .div_intro .div1 ul {
	margin-left: 20px;
	width: unset;
}

.div_header .div_intro .div1 ul li {
	background-image: none;
	list-style-type: '-';
	margin-left: 5px;
    padding-left: 10px;
}

.div_header .div_intro .div2 {
	width: 80%;
	margin: auto;
	display: inline-block;
	margin-top: 20px;
}

.div_header .div_intro .div2 p {
	margin-bottom: 0px;
}

.div_header .div_intro .div2 .p1 {
	font-size: 16px;
	font-weight: Bold;
	text-align: center;
	margin-bottom: 10px;
}

.div_header .div_intro .div2 .div2_1 {
	width: 50%;
    float: left;
    text-align: left;
    padding-left: 70px;
}

.div_header .div_intro .div2 .div2_1 .p2{
	font-size: 16px;
	font-weight: Bold;
}

.div_header .div_intro .div3 {
	margin: auto;
	text-align: center;
	margin-top: 30px;
}

.div_header .div_intro .div3 p {
	margin-bottom: 0px;
}

.div_header .div_intro .div3 h2 {
	font-size: 18px;
	font-weight: Bold;
	margin-bottom: 20px;
}

.div_header .div_intro .div4 {
	text-align: left;
	margin-top: 30px;
	padding-left: 40px;
}

.div_header .div_intro .div4 span {
	display: inline-block;
	float: left;
	width: 40px;
	text-align: center;
}

.div_header .div_intro .div4 img {
	width: 18px;
}

.div_header .div_intro .div4 .img1 {
	width: 9px;
}

.div_header .div_intro .div4 p {
	margin-bottom: 8px;
	margin-left: 0px;
	display: inline-block;
}

.div_header .div_intro .div4 p span {
	display: inline-block;
    width: 40px;
    text-align: center;
}

.div_header .div_intro .div4 a {
	color: #333333;
}

.div_header .div_intro .div4 a:link,
.div_header .div_intro .div4 a:visited,
.div_header .div_intro .div4 a:hover
.div_header .div_intro .div4 a:active {
	text-decoration: none;
}

.div_header .col-9 {
	margin: auto;
	padding-top: 70px;
	padding-bottom: 60px;
	width: 100%;
}
.div_header .floor_plan {
	max-width: 1100px;
    margin: auto;
}

.div_header .floor_plan .floor_list {
	background-image: url(../images/bg1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	/*background-size: cover;*/
	font-family: 'Calibri';
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	width: fit-content;
	padding: 40px 25px;
	float: left;
}

.div_header .floor_plan .floor_list2 {
	background-image: url(../images/bg1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	font-family: 'Calibri';
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	padding: 40px 30px;
	display: none;
}

.div_header .floor_plan .floor_list ul,
.div_header .floor_plan .floor_list2 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.div_header .floor_plan .floor_list li,
.div_header .floor_plan .floor_list2 li {
	padding: 3px 0px;
}

.div_header .floor_plan .floor_list2 .floor_list21 {
	float: left;
	width: 60%;
}

.div_header .floor_plan .floor_list2 .floor_list22 {
	float: left;
	width: 40%;
}

.div_header .floor_plan .floor_img {
	float: left;
	text-align: left;
    margin-left: 40px;
}

.div_header .floor_plan .floor_img img {
	width: 100%;
}

.div_room {
	padding: 0px;
}

.div_room .room_img {
	position: relative;
	max-width: 1680px;
    margin: auto;
}

.div_room .room_img .room_detail {
	position: absolute;
	top: 30%;
	left: 10%;
	text-align: left;
    width: 210px;
	text-shadow: 0px 2px 4px #000000;
}

.div_room .room_img .room_detail2 {
	position: absolute;
	top: 30%;
	right: 10%;
	text-align: left;
    width: 210px;
	text-shadow: 0px 2px 4px #000000;
}

.div_room .room_img .room_detail h1,
.div_room .room_img .room_detail2 h1 {
	font-family: 'AGaramondProBold';
	color: #FFFFFF;
	font-size: 30px;
}

.div_room .room_img .room_detail p,
.div_room .room_img .room_detail2 p {
	font-family: 'Calibri';
	color: #FFFFFF;
	font-size: 16px;
	line-height: 25px;
}

.div_room .room_img .room_detail p.readmore,
.div_room .room_img .room_detail2 p.readmore {
	font-family: 'Calibri';
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 30px;
	text-transform: uppercase;
}

.div_room .room_img .room_detail p.readmore i.fa,
.div_room .room_img .room_detail2 p.readmore i.fa {
	display: none;
}

.div_room .room_img .room_detail img,
.div_room .room_img .room_detail2 img {
	margin-left: 10px;
	margin-bottom: 3px;
	width: 5px;
}

.div_room .room_img .room_detail a:link,
.div_room .room_img .room_detail a:visited,
.div_room .room_img .room_detail a:hover
.div_room .room_img .room_detail a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.div_room .room_img .room_detail2 a:link,
.div_room .room_img .room_detail2 a:visited,
.div_room .room_img .room_detail2 a:hover
.div_room .room_img .room_detail2 a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.div_location {
	background-color: #FFFFFF;
	padding: 70px 0px 50px 0px;
}

.div_location .col-8 {
	margin: auto;
	max-width: 1000px;
}

.div_location .slide_main {
	width: 50%;
	display: block;
	float: left;
}

.div_location .locat_slide {
	width: 100%;
	/*float: left;*/
}

.div_location .slick-track {
	/*width: 480px !important;*/
}

.div_location .slide_box {
	position: relative;
	width: 70%;
	margin: auto;
	/*width: 480px !important;*/
}

.div_location .slide_box img {
	/*width: 480px !important;*/
}

.div_location .slide_box .slick-slide {
	/*width: 480px !important;*/
}

.div_location .slide_box .location_detail {
	position: absolute;
	left: 40px;
	bottom: 0;
	text-align: left;
}

.div_location .slide_box .location_detail h1 {
	font-family: 'AGaramondProBold';
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 0;
}

.div_location .slide_box .location_detail p {
	font-family: 'Calibri';
	color: #FFFFFF;
	font-size: 14px;
}

.div_location .slide_main .slide_nav {
	text-align: left;
	margin-top: 20px;
}

.div_location .slide_main .slide_nav img {
	width: 20px;
	margin-bottom: 8px;
}

.div_location .slide_main .slide_nav .slide-prev {
	float: left;
	border: 0;
	background: none;
}

.div_location .slide_main .slide_nav .pagecount {
	float: left;
	font-family: 'AGaramondProRegular';
	color: #787878;
	font-size: 16px;
	margin: 0px 10px;
}

.div_location .slide_main .slide_nav .slide-next {
	float: left;
	border: 0;
	background: none;
}

.div_location .villas_location {
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 70px;
	padding-top: 50px;
}

.div_location .villas_location h1 {
	font-family: 'AGaramondProBold';
	color: #383838;
	font-size: 30px;
}

.div_location .villas_location .distant {
	border-bottom: 0.5px solid #383838;
	padding: 10px 0px;
}

.div_location .villas_location .distant p:first-child {
	float: left;
	width: 80%;
	font-family: 'Calibri';
	color: #383838;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

.div_location .villas_location .distant p:last-child {
	font-family: 'Calibri';
	color: #383838;
	font-size: 14px;
	margin-bottom: 0px;
	text-align: right;
}

.div_intagram {
	background-color: #FFFFFF;
	padding: 70px 50px;
	display: none
}

.div_footer {
	background-image: url(../images/bg3.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top: 1px solid #e3e3e3;
	padding-top: 50px;
	padding-bottom: 70px;
}

.div_footer .col-8 {
	margin: auto;
}

.div_footer .footer {
	margin: auto;
	max-width: 980px;
}

.div_footer .footer1 {
	width: 25%;
	float: left;
	text-align: left;
	padding-top: 30px;
	padding-right: 50px;
}

.div_footer .footer2 {
	width: 20%;
	float: left;
	text-align: left;
}

.div_footer .footer3 {
	width: 25%;
	float: left;
	text-align: left;
}

.div_footer .footer2 h1,
.div_footer .footer3 h1 {
	font-family: 'AGaramondProBold';
	color: #343434;
	font-size: 14px;
}

.div_footer .footer2 p,
.div_footer .footer3 p{
	font-family: 'Calibri';
	color: #343434;
	font-size: 14px;
	margin-bottom: 5px;
}

.div_footer .footer3 p.tel {
	font-family: 'Calibri';
	color: #e69d7c;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}

.div_footer .footer2 ul {
	margin-bottom: 5px;
}

.div_footer .footer2 li:before {
	content: '-';
	margin-left: -20px;
	margin-right: 10px;
}

.div_footer .footer2 li {
	font-family: 'Calibri';
	color: #343434;
	font-size: 14px;
	list-style-type: none;
}

.div_footer .footer3 img {
	margin: 0px 5px;
	width: 22px
}

.div_footer .footer2 a:link,
.div_footer .footer2 a:visited,
.div_footer .footer2 a:hover
.div_footer .footer2 a:active {
	font-family: 'Calibri';
	color: #343434;
	font-size: 14px;
	text-decoration: none;
}

.div_footer .footer3 a:link,
.div_footer .footer3 a:visited,
.div_footer .footer3 a:hover
.div_footer .footer3 a:active {
	font-family: 'Calibri';
	color: #343434;
	font-size: 14px;
	text-decoration: none;
}

.div_footer .footer3 p.tel a:link,
.div_footer .footer3 p.tel a:visited,
.div_footer .footer3 p.tel a:hover
.div_footer .footer3 p.tel a:active {
	font-family: 'Calibri';
	color: #f7b0aa;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}

.div_footer .footer4 {
	width: 100%;
	float: left;
	border-top: 1px solid #e3e3e3;
	padding-top: 20px;
	margin-top: 40px;
}

.div_footer .footer4 p {
	font-family: 'Calibri';
	color: #343434;
	font-size: 12px;
	text-transform: uppercase;
	width: 50%;
	float: left;
}

.div_footer .footer4 p:first-child {
	text-align: left;
}

.div_footer .footer4 p:last-child {
	text-align: right;
}

.div_footer .footer4 span,
.div_footer .footer4 a:link,
.div_footer .footer4 a:visited,
.div_footer .footer4 a:hover
.div_footer .footer4 a:active {
	color: #ffda10;
	text-decoration: none;
}

/* ========== Contact ===========*/
.contact_div_header {
	background-image: url(../images/contact_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #FFFFFF;
	height: 500px;
	content: "";
}

.contact_info {
	background-color: #FFFFFF;
}

.contact_info .contact_logo {
	margin-top: 50px;
	margin-bottom: 40px;
}

.contact_info .contact_intro {
	max-width: 800px;
	margin: auto;
}

.contact_info .contact_intro h1 {
	font-family: 'AGaramondProRegular';
	color: #313131;
	font-size: 30px;
	margin-bottom: 20px;
}

.contact_info .contact_intro p {
	font-family: 'Calibri';
	color: #2a2a2a;
	font-size: 16px;
}

.contact_info .contact_intro p.phone {
	font-family: 'AGaramondProBold';
	color: #e69d7c;
	font-size: 25px;
	margin-bottom: 5px;
}

.contact_info .contact_intro p.p1 {
	margin-bottom: 25px;
}

.contact_info .contact_intro p.p2 {
	margin-bottom: 0px;
}

.contact_info .contact_intro .social {
	margin-top: 40px;
}

.contact_info .contact_intro img {
	margin-right: 20px;
	cursor: pointer;
}

.contact_info .contact_intro a:link,
.contact_info .contact_intro a:visited,
.contact_info .contact_intro a:hover
.contact_info .contact_intro a:active {
	color: #2a2a2a;
	text-decoration: none;
}

.contact_form {
	background-color: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 100px;
}

.contact_form .ct_form {
	background-image: url(../images/contact_bg2.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: auto;
	padding: 50px 100px;
	box-shadow: 2px 2px 20px #888888;
}

.contact_form .ct_form h1 {
	font-family: 'AGaramondProRegular';
	color: #FFFFFF;
	font-size: 25px;
	margin-bottom: 40px;
}

.contact_form .ct_form .div_input1,
.contact_form .ct_form .div_input2,
.contact_form .ct_form .div_input3 {
	font-family: 'Calibri';
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 0.5px solid #7c766f;
	width: 44%;
	text-align: left;
	margin-bottom: 50px;
}

.contact_form .ct_form .div_input1,
.contact_form .ct_form .div_input3 {
	float: left;
}

.contact_form .ct_form .div_input2 {
	float: right;
}

.contact_form .ct_form .div_input3,
.contact_form .ct_form .div_input4,
.contact_form .ct_form .div_input5 {
	width: 100%;
}

.contact_form .ct_form .div_input1 input,
.contact_form .ct_form .div_input2 input,
.contact_form .ct_form .div_input1 select,
.contact_form .ct_form .div_input2 select,
.contact_form .ct_form .div_input3 textarea {
	width: 100%;
	border: 0px;
	outline: none;
	background: transparent;
	color: #FFFFFF;
}

.contact_form .ct_form .div_input1 select option,
.contact_form .ct_form .div_input2 select option {
	background: #272421;
}

.contact_form .ct_form .div_input1 span,
.contact_form .ct_form .div_input2 span,
.contact_form .ct_form .div_input3 span {
	color: #e02e2e;
	font-size: 14px;
}

.contact_form .ct_form .div_input2 input.line {
	width: 100%
}

.contact_form .ct_form .div_input3 textarea {
	width: 100%;
	height: 100px;
}

.contact_form .ct_form .div_input4 {
	display: inline-block;
    text-align: -webkit-center;
    width: min-content;
}

.contact_form .ct_form .div_input5 button {
	border: 0.5px solid #ceaa6d;
	background: transparent;
	text-transform: uppercase;
	color: #ceaa6d;
	font-family: 'Calibri';
	font-size: 14px;
	padding: 5px 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* ========== Estate Management ===========*/
.em_div_header {
	background-image: url(../images/em_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #FFFFFF;
	height: 500px;
	content: "";
}

.em_info {
	background-color: #FFFFFF;
}

.em_info .em_logo {
	margin-top: 50px;
	margin-bottom: 40px;
}

.em_info .em_intro {
	max-width: 800px;
	margin: auto;
}

.em_info .em_intro h1 {
	font-family: 'AGaramondProRegular';
	color: #313131;
	font-size: 30px;
	margin-bottom: 20px;
}

.em_info .em_intro p {
	font-family: 'Calibri';
	color: #2a2a2a;
	font-size: 16px;
}

.em_info .em_intro img {
	margin-top: 30px;
	margin-bottom: 100px;
}

/* ========== Location ===========*/
.locat_div_header {
	background-image: url(../images/locat_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #FFFFFF;
	height: 500px;
	content: "";
}

.locat_info {
	background-color: #FFFFFF;
}

.locat_info .locat_logo {
	margin-top: 0px;
	margin-bottom: 40px;
}

.locat_info .locat_intro {
	max-width: 800px;
	margin: auto;
}

.locat_info .locat_intro h1 {
	font-family: 'AGaramondProRegular';
	color: #313131;
	font-size: 30px;
	margin-bottom: 20px;
}

.locat_info .locat_intro img {
	margin-top: 50px;
	margin-bottom: 50px;
}

.locat_img_slide {
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 70px;
}

.locat_img_slide .slide_box {
	/*position: relative;
	width: 50%;*/
	/*width: 960px !important;*/
	/*margin: 20px;*/
}

.locat_img_slide .slide_box img {
	/*width: 480px !important;*/
}

.locat_img_slide .slide_box .slick-slide {
	/*width: 480px !important;*/
}

.locat_img_slide .slide_box .location_detail {
	/*position: absolute;*/
	left: 40px;
	bottom: 0;
	text-align: center;
	margin-top: 30px;
}

.locat_img_slide .slide_box .location_detail h1 {
	font-family: 'AGaramondProBold';
	color: #404040;
	font-size: 20px;
	margin-bottom: 5px;
}

.locat_img_slide .slide_box .location_detail p {
	font-family: 'Calibri';
	color: #383838;
	font-size: 16px;
	margin-bottom: 5px;
}

.locat_img_slide .slide_main {
	padding: 0px;
}

.locat_img_slide .slide_main .slide_nav {
	text-align: left;
	margin: 0px auto;
    width: fit-content;
}

.locat_img_slide .slide_main .slide_nav img {
	width: 20px;
	margin-bottom: 8px;
}

.locat_img_slide .slide_main .slide_nav .slide-prev {
	float: left;
	border: 0;
	background: none;
}

.locat_img_slide .slide_main .slide_nav .pagecount {
	float: left;
	font-family: 'AGaramondProRegular';
	color: #787878;
	font-size: 16px;
	margin: 0px 10px;
}

.locat_img_slide .slide_main .slide_nav .slide-next {
	float: left;
	border: 0;
	background: none;
}

.locat_img_slide .slick-list {
	padding: 0 15% !important;
}

.locat_img_slide .slick-slide div {
	transform: scale(0.95);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
}

.locat_img_slide .slick-center div {
	transform: scale(1);
}

.locat_img_slide .slide_box img {
	width: 100%;
	height: auto;
}

.locat_google_map {
	padding: 0px;
	margin-bottom: 70px;
}

.locat_google_map .googlemap {
	width: 80%;
	height: 600px;
	margin: auto;
	margin-bottom: 50px;
}

.locat_google_map a {
	background-image: url(../images/btt_background.png);
	background-position: center;
	background-size: contain;
	width: fit-content;
    margin: auto;
	border-radius: 3px;
	padding: 10px 30px;
	font-family: "MyriadProLight";
	font-size: 15px;
	text-transform: uppercase;
}

.locat_google_map a:link,
.locat_google_map a:visited,
.locat_google_map a:hover
.locat_google_map a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* ========== Villas ===========*/
.villas_header {
	width: 100%;
	/*background-image: url(../images/villas_bg1.png), url(../images/villas_bg2.gif);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: auto, cover;*/
	background-image: url(../images/villas_bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 0;
}

.villas_header ul li {
	list-style: none;
}

.villas_header .villas_logo {
	width: 100%;
	margin-top: 850px;
	margin-bottom: 30px;
}

.villas_header .villas_aboutus {
	max-width: 900px;
	margin: auto;
	padding-bottom: 50px;
}

.villas_header .villas_aboutus h1 {
	font-family: 'AGaramondProRegular';
	color: #313131;
	font-size: 30px;
	margin-bottom: 20px;
}

.villas_header .villas_aboutus h2 {
	font-family: 'AGaramondProRegular';
	color: #2a2a2a;
	font-size: 20px;
	margin-bottom: 20px;
}

.villas_header .villas_aboutus p {
	font-family: 'Calibri';
	color: #2a2a2a;
	font-size: 16px;
	margin-bottom: 25px;
}

.villas_plan {
	width: 100%;
	/*background-image: url(../images/villas_leaf1.png), url(../images/villas_leaf2.png), url(../images/villas_leaf3.png);*/
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: right top, left 90%, right bottom;
	background-size: 200px, 250px, 250px;
	padding: 0;
	padding-top: 50px;
	padding-bottom: 70px;
}

.villas_plan .master_plan {
	max-width: 900px;
	margin: auto;
	padding-top: 100px;
}

.villas_plan .master_plan h1 {
	font-family: 'AGaramondProBold';
	color: #313131;
	font-size: 25px;
	margin-bottom: 20px;
}

.villas_plan .master_plan p {
	font-family: 'Calibri';
	color: #2a2a2a;
	font-size: 16px;
	margin-bottom: 25px;
}

.villas_plan .areaplan img {
	width: 80%;
}

.villas_plan .areaplan2 img {
	width: 90%;
	display: none;
}

.villas_plan .table_planlist {
	font-family: 'Calibri';
	color: #000000;
	font-size: 16px;
	padding-top: 30px;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 50px;
}

.villas_plan .table_planlist .table_a {
	float: left;
    width: 35%;
    margin-right: 30px;
}

.villas_plan .table_planlist .table_b {
    width: 60%;
}

.villas_plan .table_planlist td {
	height: 40px;
}

.villas_plan .table_planlist .table_a td:nth-child(odd) {
	width: 15%;
}

.villas_plan .table_planlist .table_b td:nth-child(odd) {
	width: 10%;
}

.villas_plan .table_planlist .table_a2 {
	display: none;
}

.villas_plan .table_planlist .table_a2 td:nth-child(odd) {
	width: 10%;
}

.villas_plan .villa_plan {
	max-width: 800px;
	margin: auto;
	padding-top: 150px;
	padding-bottom: 50px;
}

.villas_plan .villa_plan h1 {
	font-family: 'AGaramondProBold';
	color: #313131;
	font-size: 25px;
	margin-bottom: 20px;
}

.villas_plan .villa_plan p {
	font-family: 'Calibri';
	color: #2a2a2a;
	font-size: 16px;
	margin-bottom: 25px;
}

.villas_plan a {
	background-image: url(../images/btt_background.png);
	background-position: center;
	background-size: contain;
	width: fit-content;
    margin: auto;
	border-radius: 3px;
	padding: 10px 30px;
	font-family: "MyriadProLight";
	font-size: 16px;
	text-transform: uppercase;
}

.villas_plan a:link,
.villas_plan a:visited,
.villas_plan a:hover
.villas_plan a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.villas_type {
	padding: 0px;
}

.villas_type .typeA_img {
	padding: 0px;
	background-image: url(../images/villas_typeA.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.villas_type .typeB_img,
.villas_type .typeB2_img {
	padding: 0px;
	background-image: url(../images/villas_typeB.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.villas_type .typeB2_img {
	display: none;
}

.villas_type .typeA_img img {
	width: 100%;
}

.villas_type .typeA_detail {
	background-image: url(../images/villas_typeA_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 70px;
	padding-left: 50px;
	text-align: left;
	padding-bottom: 70px;
}

.villas_type .typeB_detail {
	background-image: url(../images/villas_typeB_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 70px;
	padding-left: 50px;
	text-align: left;
	padding-bottom: 70px;
}

.villas_type .typeB_detail .detailB {
	margin: auto;
	width: fit-content;
}

.villas_type .typeA_detail h1,
.villas_type .typeB_detail h1 {
	font-family: 'AGaramondProBold';
	color: #FFFFFF;
	font-size: 20px;
}

.villas_type .typeA_detail h2,
.villas_type .typeB_detail h2 {
	font-family: 'AGaramondProRegular';
	color: #bfbfbf;
	font-size: 18px;
	margin-bottom: 20px;
}

.villas_type .typeA_detail p,
.villas_type .typeB_detail p {
	font-family: 'MyriadProLight';
	color: #d4d4d4;
	font-size: 16px;
	margin-bottom: 5px;
}

.villas_type .typeA_detail span,
.villas_type .typeB_detail span {
	display: inline-block;
	width: 120px;
}

.villas_type .typeA_detail img,
.villas_type .typeB_detail img {
	margin-top: 20px;
}

.facilities {
	padding: 0px;
}

.facilities .col_fac {
	margin: auto;
	width: 1400px;
	/*padding: 0px;*/
}

.facilities h1 {
	font-family: "Calibri";/*'AGaramondProBold';*/
	font-weight: Bold;
	color: #313131;
	font-size: 18px;
	margin-bottom: 50px;
	margin-top: 70px
}

.facilities .fac_img {
	width: 70%;
	float: left;
}

.facilities .facility {
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	width: 28%;
}

.facilities .facility .fac_ul2,
.facilities .facility .fac_ul3{
	display: none;
}


.facilities .facility ul li {
	list-style: none;
	text-align: left;
	border-bottom: solid 0.5px #dedede;
	padding: 20px 20px;
	font-family: 'Calibri';
	color: #2a2a2a;
	font-size: 20px;
	font-weight: bold;
}

.facilities .facility ul li:last-child {
	border-bottom: 0px;
}

.facilities .facility ul li span {
	display: inline-block;
	width: 50px;
}
	

.photo {
	/*background-image: url(../images/villas_leaf4.png), url(../images/villas_leaf5.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 15%, right 85%;
	background-size: 180px, 150px;*/
	padding: 0px;
	padding-top: 30px;
}

.photo h1 {
	font-family: 'AGaramondProBold';
	color: #313131;
	font-size: 25px;
	margin-bottom: 30px;
	margin-top: 0px
}

.photo .div_gallerylist button {
	font-family: 'AGaramondProRegular';
	color: #313131;
	font-size: 18px;
	border: 0px;
	background: transparent;
	padding: 0px;
	margin: 0 25px;
}

.photo .div_gallerylist button.active {
	border-bottom: 1px solid #000000;
}

.photo .div_gallerylist p {
	font-family: 'Calibri';
	color: #2a2a2a;
	font-size: 14px;
	margin-bottom: 25px;
}

.photo .div_gallerylist p select {
	border-radius: 0;
    width: 120px;
    margin-left: 15px;
    padding: 3px 5px;
	outline: none;
}

.photo .gallery_photo {
	max-width: 1100px;
	margin: 50px auto;
}

.photo .gallery_photo .col-4 {
	padding: 10px;
}

.photo .gallery_photo .img_gallery {
	overflow: hidden;
	display: block!important;
}

.photo .gallery_photo .img_gallery img {
	transform: scale(1);
    transition: all 1s;
	width: 100%
}

.photo .gallery_photo .col-4:hover .img_gallery img {
	transform: scale(1.05);
}

.jully {
	display: none;
}

.images_description{
    background-color: #FFFFFF !important;
	padding: 50px 0;
	text-align: center;
	margin-top: 150px;
}

.images_description h2{
    color: #2c2c2c;
    position: relative;
    padding: 15px 0;
    font-family: 'AGaramondProRegular';
    font-weight: initial;
    display: inline-grid;
}
.images_description h2 > label{
    display: inline-block;
    width: 100%;
}
.images_description h2:before{
    content: '';
    background: #822922;
    width: calc(100% - 100px);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.images_description .thanks_logo {
    /*height: 220px;*/
	margin-bottom: 50px;
}

.btn_discovery{
    background: #303030;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 300;
    border: none;
    margin-top: 25px;
	margin-left: 20px;
    transition: all 1s;
}
.btn_discovery:hover{
    background: #822922;
    color: #ffffff;
}
.btn_discovery:hover i{
    color: #ffffff;
}
.btn_discovery i{
    color: #da2128;
    margin-left: 10px;
    font-size: 30px;
    vertical-align: middle;
    transition: all 1s;
}
