body,html{
	height: 100%;
	font-family: 'Inter';
	font-size: 0.95rem;
}
p, li{
	color: #666;
}
h1,h2,h3,h4,h5{
	font-family: "Playfair Display";
	color: #212529;
}
h1{
	font-size: 50px;
	font-weight: 500;
}
h2{
	font-size: 34px;
	font-weight: 400;
}
h3{
	font-size: 24px;
	font-weight: 400;
	color: #555;
	margin: 0 0 10px 0;
}
/**************************************************************************
 * CSS for button and input (default as per theme)
**************************************************************************/
.btn{
	background-color: #00abd6;
	box-shadow: none;
	height: 42px;
	line-height: 42px;
}
.btn:hover,.btn:focus,.btn:active{
	background-color: #008fb3;
	transition: all 0.3s;
	box-shadow: none;
}
.container{
	width: 88%;
}
@media (max-width: 992px){
	.container{
		width: 96%;
	}
	p{
		font-size: 0.95rem;
	}
}
@media (max-width: 500px){
	p{
		font-size: 0.85rem;
	}
}
/**************************************************************************
 * CSS for main Navigation bar
**************************************************************************/
.navbar-fixed{
	height: 90px;
}
nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i{
	background-color: #000;
	height: 90px;
	line-height: 90px;
}
nav .brand-logo{
	padding: 10px;
	line-height: 1;
}
nav .brand-logo img{
	height: 70px;
}
nav ul{
	margin-top: 20px;
}
nav ul li, nav ul li .dropdown-trigger i{
	height: 50px;
	line-height: 50px;
}
.dropdown-content li>a, .dropdown-content li>span{
	font-size: 1rem;
	color: #fff;
}
nav ul a{
	color: #eee;
}
nav ul a.active,nav ul a:focus,nav ul a:hover{
	outline: none;
	color: #fff;
}
nav ul a.active{
	font-weight: 600;
}
.dropdown-content li:hover,.dropdown-content li:focus{
	background: rgb(0, 0, 0, 0.9);
}
nav ul a.partner{
	background-color: #0197ce;
	color: #fff;
	font-weight: 300;
	font-size: 1rem;
	text-transform: initial;
}
nav ul a.partner:hover, nav ul a.partner:active, nav ul a.partner:focus{
	background-color: #0481af;
	transition: all 0.3s;
}
.dropdown-content{
	background: rgb(0, 0, 0, 0.8);
}
@media only screen and (max-width: 992px){
	nav .brand-logo{
		left: 20%;
	}
}
.sidenav ul{
	display: none;
	margin-left: 15px;
}
.burger-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    cursor: pointer;
    z-index: 201;
}
.burger-wrapper .line-1, .burger-wrapper .line-3 {
    width: 35px;
    height: 2px;
    background-color: #fff;
}
.burger-wrapper .line-2 {
    width: 30px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #fff;
}
/*----------------------------------------------------
    CAPTCHA
------------------------------------------------------*/
.captcha-container {
    width: 100%;
    max-width: 240px;
    overflow: auto;
    overflow-y: hidden;
}
.captcha-div {
	float: left;
    width: 40px;
    height: 40px;
    border: none;
}
.captcha-btn {
	display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
}
.myCaptcha {
	display: none;
	margin: 20px 0;
	color: #777777;
    font-size: 0.75rem;
}
.myCaptcha table{ border-spacing: 0; border-collapse: collapse; width: 100%; max-width: 100%; }
.myCaptcha table td button{ border: none; width: 100%; height: 50px }
.myCaptcha .text{ font-weight: bold; padding-bottom: 5px;}
.myCaptcha .btns-wrapper { background: #F5F7FA; border: 1px solid #e9e9e9; display: block; padding: 0px; }
.myCaptcha .btns-wrapper button
{
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    margin: 3px;
    height: 20px;
    width: 20px;
}
@media (max-width: 600px){
	.captcha-container {
	    max-width: 240px;
	}
	.captcha-div {
		float: left;
	    width: 60px;
	    height: 60px;
	    border: none;
	}
}
/**************************************************************************
 * CSS for Homepage top section background-image
**************************************************************************/
.desktop-container{
	height: 85%;
	margin-bottom: 20px;
	position: relative;
}
.desktop-container .bg_img{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position: center;
	height:100%;
	margin-bottom: 40px;
	z-index:9;
	position: relative;
}
.desktop-container .bg_img:after{
	content: '';
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.desktop-container .tagline{
	line-height: 1.4!important;
    text-shadow: 1px 1px 4px #000;
    color: #fff;
    position: absolute;
    bottom: 15%;
    left: 8%;
    z-index: 100;
    width: 55%;
}
.desktop-container .search-villas-widget{
	position: absolute;
    bottom: 16%;
    right: 10%;
    z-index: 100;
    width: 340px;
    height: auto;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 15px;
    color: #000;
}
.desktop-container .search-villas-widget label{
	color: #666;
	font-size: 0.85rem;
}
.desktop-container .search-villas-widget h2.oneliner{
	font-size: 1.6rem;
	font-family: "Playfair Display";
}
.desktop-container .search-villas-widget .browser-default{
	background: rgba(255, 255, 255, 0.9);
	outline: none;
	border-color: #ccc;
}
.desktop-container .search-villas-widget section{
	margin-bottom: 10px;
}
.desktop-container .search-villas-widget section .col{
	padding: 0;
}
.desktop-container .search-villas-widget section .col .input1{
	border-right-color: #ddd;
}
.desktop-container .search-villas-widget section .col .input2{
	border-left: none;
}
.desktop-container .tagline h1{
	font-family: "Playfair Display";
	font-weight: 500;
	text-shadow: 1px 1px 4px #000;
    color: #fff;
}
.desktop-container .tagline p{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}
.desktop-container .booking_btn{
	font-size: 15px !important;
	height: 45px !important;
	line-height: 45px !important;
	padding: 0 25px;
	font-weight: 600;
	text-shadow: none;
}
.desktop-container .booking_btn:focus, .desktop-container .booking_btn:hover{
	background-color: #0098be;
	transition: all 0.3s;
}
.home-para p{
	float: left;
	width: 100%;
}
.home-para img{
	float: right;
	width: 100%;
	max-width: 40%;
	margin: 0 0 0 30px;
}
.home-para.img-left img{
	float: left;
	margin: 0 30px 0 0;
}
.owl-carousel.homepage-banners .owl-stage-outer,
.owl-carousel.homepage-banners .owl-stage,
.owl-carousel.homepage-banners .owl-item{
	height: 100%;
}
.owl-carousel.homepage-banners{
	height: 100%;
	position: relative;
}
.owl-carousel.homepage-banners .item{
	border-radius: 0;
	margin: 0;
	position: relative;
	height: 100%;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position: center;
	z-index:9;
	position: relative;
}
.desktop-container:after{
	content: '';
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.owl-carousel.homepage-banners .owl-nav.disabled+.owl-dots{
	margin-top: -25px !important;
	position: relative;
	z-index: 10;
}
.owl-carousel.homepage-banners .owl-dots .owl-dot span{
	background: rgba(255, 255, 255, 0.45);
	transition: all 0.4s;
}
.owl-carousel.homepage-banners .owl-dots .owl-dot.active span{
	background: #ffffff;
	width: 12px;
    height: 12px;
    margin: 4px 6px;
    transition: all 0.4s;
}
.card.villa.homepage{
	display: block;
	box-shadow: none;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: #cccccc -1px 1px 4px;
	padding: 0;
	text-align: left;
	overflow: auto;
}
.card.villa.homepage:hover{
	box-shadow: #bbbbbb -2px 2px 8px;
}
.card.villa.homepage .img{
	width: 100px;
	height: 100px;
	float: left;
	background-size: cover;
	background-position: center;
	border-radius: 6px;
	margin: 5px;
}
.card.villa.homepage .info{
	float: left;
	width: calc(100% - 110px);
	padding-left: 20px;
}
.card.villa.homepage h4{
	text-align: left;
	font-size: 1.2rem;
	padding: 8px 0 5px 0;
	margin-bottom: 0;
}
.card.villa.homepage del{
	color: #999;
	font-size: 0.8rem;
}
.card.villa.homepage span.rate{
	font-size: 0.8rem;
	font-weight: 400;
	color: #333333;
}
.card.villa.homepage span.view-details:after{
	position: absolute;
	right: 0;
	bottom: 36%;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: "chevron_right";
	color: #0197ce;
	font-family: 'Material Icons' !important;
	font-size: 1.8rem; 
}
.card.villa.homepage .highlights p{
	font-size: 0.85rem;
	margin: 0 0 8px 0;
}
.card.villa.homepage .highlights img{
	width: 22px;
	margin: 0 5px 0 0;
}
@media (max-width: 1100px){
	.desktop-container .tagline{
		width: 65%;
	}
	.desktop-container .tagline h1{
		font-size: 40px;
	}
	.desktop-container .tagline p{
		font-size: 19px;
	}
}
@media (max-width: 992px){
	.desktop-container .tagline{
		width: 52%;
		left: 3%;
	}
	.desktop-container .tagline h1{
		font-size: 35px;
	}
	.desktop-container .search-villas-widget{
		right: 5%;
	}
	.desktop-container .search-villas-widget{
		width: 300px;
	}
	.desktop-container .search-villas-widget .browser-default{
		height: 2.2rem;
		line-height: 1.3rem;
		padding: 0.275rem 0.5rem;
	}
	.desktop-container .search-villas-widget .btn{
		height: 36px;
		line-height: 36px;
	}
	.home-para img{
		max-width: 50%;
	}
	.card.villa.homepage{
		text-align: center;
	}
	.card.villa.homepage .img{
		display: block;
		width: calc(100% - 10px);
	}
	.card.villa.homepage .info{
		display: block;
		width: calc(100% - 20px);
		padding: 0 10px 10px 10px;
	}
	.card.villa.homepage span.view-details:after{
		bottom: 20%;
		font-size: 2rem;
	}
	.card.villa.homepage .highlights img{
		margin: 0 8px 0 0;
		width: 18px;
	}
	.card.villa.homepage h4{
		font-size: 1rem;
		text-align: center;
	}
	.card.villa.homepage .highlights p{
		font-size: 0.8rem;
	}
	.card.villa.homepage del{
		font-size: 0.75rem;
	}
	.card.villa.homepage span.rate{
		font-size: 0.8rem;
	}
}
@media (max-width: 600px){
	.owl-carousel.homepage-banners .owl-nav.disabled+.owl-dots{
		display: none;
	}
	.desktop-container{
		height: 80%;
	}
	.desktop-container:after{
		height: 48%;
	}
	.owl-carousel.homepage-banners{
		height: 48%;
	}
	.desktop-container .tagline{
		width: 90%;
		left: 5%;
		bottom: 55%;
	}
	.desktop-container .tagline h1{
		font-size: 1.8rem;
	}
	.desktop-container .tagline p{
		font-size: 1rem;
	}
	.desktop-container .search-villas-widget{
		border-radius: 0;
		width: 100%;
		right: 0;
		bottom: 0;
		margin-left: -200px;
		background: #ffffff;
		border: none;
	}
	.desktop-container .search-villas-widget form button{
		display: block;
		margin: 0 auto;
	}
	.desktop-container .search-villas-widget h2.oneliner{
		font-size: 1.4rem;
	}
	.desktop-container .search-villas-widget section{
		margin-bottom: 0;
	}
	.desktop-container .search-villas-widget section .row{
		margin-bottom: 10px;
	}
	.home-para img{
		max-width: 100%;
		margin: 0 0 5px 15px;
	}
	.home-para.img-left img{
		margin: 0 15px 5px 0;
	}
}
@media (max-width: 500px){
	.owl-carousel.homepage-banners .owl-nav.disabled+.owl-dots{
		display: none;
	}
	.desktop-container .tagline h1{
		font-size: 1.8rem;
	}
	.desktop-container .tagline p{
		font-size: 1rem;
	}
	.desktop-container .search-villas-widget{
		border-radius: 0;
		width: 100%;
		right: 0;
		bottom: auto;
		top: 50%;
		background: #ffffff;
		border: none;
	}
	.desktop-container .search-villas-widget form button{
		display: block;
		margin: 0 auto;
	}
	.desktop-container .search-villas-widget h2.oneliner{
		font-size: 1.4rem;
	}
	.desktop-container .search-villas-widget section{
		margin-bottom: 0;
	}
	.desktop-container .search-villas-widget section .row{
		margin-bottom: 10px;
	}
	.home-para img{
		max-width: 100%;
		margin: 0 0 5px 15px;
	}
	.home-para.img-left img{
		margin: 0 15px 5px 0;
	}
}
@media (max-width: 500px) and (min-height: 600px){
	.desktop-container{
		height: 90%;
	}
	.desktop-container:after{
		height: 45%;
	}
	.desktop-container .search-villas-widget{
		top: 45%;
	}
	.owl-carousel.homepage-banners{
		height: 45%;
	}
	.desktop-container .tagline{
		width: 96%;
		left: 2%;
		bottom: 60%;
	}
}
@media (max-width: 500px) and (min-height: 800px){
	.desktop-container{
		height: 65%;
	}
	.owl-carousel.homepage-banners{
		height: 50%;
	}
	.desktop-container:after{
		height: 50%;
	}
	.desktop-container .tagline{
		width: 90%;
		left: 5%;
		bottom: 55%;
	}
	.desktop-container .tagline h1{
		font-size: 1.7rem;
	}
}
@media (max-width: 360px){
	.desktop-container{
		height: 90%;
	}
	.desktop-container .tagline h1{
		font-size: 1.6rem;
	}
}
/**************************************************************************
 * CSS for tablet and ipads
**************************************************************************/
@media (min-width: 767px) and (max-width: 1024px) and (min-height: 1024px){
	.desktop-container{
		height: 45%;
	}
	.desktop-container .tagline h1{
		font-size: 28px;
	}
	.desktop-container .tagline p{
		font-size: 16px;
	}
}
@media (min-width: 1024px) and (max-width: 1024px) and (min-height: 1024px){
	.desktop-container .tagline h1{
		font-size: 45px;
	}
}
/**************************************************************************
 * CSS for Homepage Owl Carousel
**************************************************************************/
.owl-carousel .item{
	margin: 0 10px;
	position: relative;
	height: 180px;
	border-radius: 7px;
	overflow: hidden;
}
.owl-carousel .owl-item .item_img{
	display: inline-block !important;
	background-size: cover;
	height: 100%;
	width: 67%;
}
.owl-carousel .owl-item .item_text{
	position: absolute;
	background-color: #efefef;
	width: 33%;
	padding: 30px 20px;
	height: 100%;
	line-height: 1.2;
	right: 0;
	top: 0;
}
.owl-carousel .owl-item .item_text h4{
	color: #666;
	font-size: 1.2rem;
}
.owl-carousel .owl-item .item_text p{
	line-height: 1.4;
	color: #777;
	font-size: 1rem;
}
@media (max-width: 1000px){
	.owl-carousel .owl-item .item_img{
		width: 60%;
	}
	.owl-carousel .owl-item .item_text{
		width: 40%;
	}
	.owl-carousel .owl-item .item_text h4{
		font-size: 1.1rem;
	}
	.owl-carousel .owl-item .item_text p{
		font-size: 0.85rem;
	}
}
@media (max-width: 500px){
	.owl-carousel .owl-item .item_text p{
		font-size: 0.8rem;
	}
}
/**************************************************************************
 * CSS for Homepage Title and Content below
**************************************************************************/
.col.section-title{
	padding: 2em 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.section-title h1, .section-title h2{
	font-weight: normal;
	font-size: 38px;
	letter-spacing: -1px;
	color: #676767;
}
.section-title h2{
	font-size: 34px;
}
.section-title p.tagline{
	font-weight: 200;
	font-size: 24px;
	color: #555;
}
@media (max-width: 500px){
	.section-title h1{
		font-size: 27px;
	}
	.section-title h2{
		font-size: 24px;
	}
}
/**************************************************************************
 * CSS for Footer
**************************************************************************/
.page-footer{
	background-color: #000;
}
.page-footer .footer_links li{
	margin-bottom: 10px;
}
.page-footer .footer_links a{
	font-size: 1rem;
	font-weight: 400;
	color: #00abd6;
}
.page-footer .footer_links a:hover{
	color: #3ccbef;
}
.above_footer{
	text-align: center;
	background-color: #00abd6;
	padding: 40px 0;
	color:#fff;
	font-weight: 300;
	font-size: 24px;
}
.above_footer a{
	background-color:#FE6294;
	font-size: 16px;
	margin-left: 40px;
	font-weight: 600;
	padding: 0 25px;
	height: 46px;
	line-height: 46px;
}
.above_footer a:focus,.above_footer a:hover{
	background-color:#f14c81;
	position: relative;
	transition: all 0.3s;
}
.page-footer .footer-copyright{
	color: #aaa;
	font-size: 0.9rem;
}
.page-footer .footer-copyright span{
	float: right;
}
.page-footer .footer-copyright .developer{
	color: #f4b52c;
}
.footer_li li{
	float: left;
}
.footer_li li a{
	padding: 10px 10px 10px 0;
	display: block;
}
.footer_li img{
	width: 35px;
}
.footer_para .logo-address{
	overflow: auto;
	color: #cccccc;
	margin-bottom: 10px;
}
.footer_para .logo-address img{
	width: 130px;
	float: left;
	margin-right: 20px;
}
.footer_para .logo-address .address{
	padding: 5px 0;
}
.footer_para p{
	font-weight: 600;
    color: #777;
}
.footer_para p a:focus,.footer_para p a:hover{
	color: #00abd6!important;
}
.footer_para p a{
	color: #ddd;
}
@media (max-width: 1024px){
	.footer_para .logo-address img{
		width: 80px;
		margin: 10px 20px 10px 0;
	}
	.footer_para .logo-address .address{
		font-size: 0.75rem;
		padding: 0;
	}
}
@media (max-width: 500px){
	.footer_li li{
		float: left;
	}
	.footer_li img {
	    width: 40px;
	}
	.above_footer{
		font-size: 21px;
	}
	.above_footer a{
		display: block;
		width: 80%;
		margin: 30px auto 0 auto;
	}
	.footer_para .logo-address img{
		width: 120px;
		margin-right: 10px;
	}
	.footer_para .logo-address .address{
		font-size: 0.8rem;
		padding: 0;
	}
	.page-footer .footer-copyright{
		text-align: center;}
	.page-footer .footer-copyright span{
		float: none;
		display: block;
		margin-top: 20px;
		text-align: center;
	}
}
@media (max-width: 360px){
	.footer_para .logo-address img{
		width: 100px;
		margin: 10px;
	}
	.footer_para .logo-address .address{
		font-size: 0.8rem;
		padding: 0;
	}
}
/**************************************************************************
 * CSS for Contact Us Page
**************************************************************************/
.contact-page{
	margin-top: 50px;
}
.contact-page form button{
	width: 100%;
}
@media (max-width: 500px){
	.contact-page{
		margin-top: 20px;
	}
	.contact-page h3{
		margin-top: 30px;
	}
}
/**************************************************************************
 * CSS for Villa/Property Page
**************************************************************************/
.property-top.villa h1{
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
}
.property-top.villa h2{
	font-size: 1rem;
	font-weight: 200;
	color: #fff;
	font-family: 'Inter';
}
.property-top.villa h3{
	font-size: 1rem;
	font-weight: 600;
	color: #333;
	margin-top: 20px;
	font-family: 'Inter';
}
.property-top.villa h4{
	font-size: 1.4rem;
	color: #555;
	font-weight: 800;
	font-family: 'Inter';
}
.property-top.villa .highlights>span:not(.pipe){
	display: inline-block;
	font-size: 0.95rem;
}
.property-top.villa .highlights>span.pipe{
	display: inline-block;
	padding: 0 10px;
	font-size: 0.85rem;
	color: #999;
}
.property-top.villa .gallery{
	margin-left: -0.75rem;
}
.property-top.villa .gallery .col a{
	display: inline-block;
	width: 100%;
	height: 120px;
	background-size: cover;
	background-position: center;
}
.property-top.villa .col div.cover{
	background-size: cover;
	background-position: center;
	height: 400px;
	position: relative;
}
.property-top.villa .col div.cover .overlay .titles{
	position: relative;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
}
.property-top.villa .col div.cover .overlay{
	position: absolute;
	width: 40%;
	left: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(90deg,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0) 75%);
}
.property-top.villa .amenities{
	margin-left: -0.75rem;
}
.property-top.villa .amenities .col div{
	padding: 10px 0;
}
.property-top.villa .amenities .col img{
	width: 32px;
	height: 32px;
	margin-right: 150px;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	opacity: 0.6;
}
.property-top.villa .amenities .col span{
	display: inline-block;
	width: 75%;
	margin-left: 15px;
	font-size: 1rem;
	padding-top: 10px;
}
.property-top.villa .rules ul, .property-top.villa .rules ol{
	padding: 0;
	margin: 0 0 0 15px;
}
.property-top.villa .rules ol.ordered-alpha li{
	list-style-type: lower-alpha;
}
.property-top.villa .rules ol.ordered-number li{
	list-style-type: decimal;
}
.property-top.villa .rules p{
	font-size: 1rem;
}
.property-top.villa .rules ul li{
	list-style: square;
	padding-left: 15px;
	font-size: 1rem;
	margin-bottom: 10px;
}
.property-top.villa .card{
	padding: 15px;
	text-align: center;
}
.property-top.villa .book-now-wrapper{
	position: -webkit-sticky;
  	position: sticky;
  	top: 100px;
}
.property-top.villa .card a{
	margin-top: 20px;
	width: 100%;
}
.property-top.property .col{
	padding: 0;
	border-right: #eee solid 1px;
}
.property-top.property .col:last-child{
	border-right: none;
}
.property-top.property .col div.cover{
	background-size: cover;
	background-position: center;
	height: 300px;
}
.open-quote{
	display: inline;
	font-size: 16px;
	line-height: 22px;
}
.property_slider{
	padding: 30px;
	border: 1px solid black;
	border-radius: 5px;
}
.property-amenities ul>li {
    list-style: disc;
    padding-left: 15px;
    margin-left: 15px;
}
.property-amenities h2, .property-amenities h3{
	font-family: "Playfair Display";
	text-align: center;
	color: #666;
}
.property-amenities p{
	margin-bottom: 20px;
}
.property-amenities h3{
	font-size: 1.4rem;
}
.property-amenities .order_btn{
	text-align: center;
}
.property-amenities .order_btn a{
	font-weight: 600;
}
p.property-sizes{
	padding: 10px 50px;
	margin: auto 0;
	font-weight: 500;
}
.card.villa.property{
	box-shadow: none;
	background-color: #ffffff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	box-shadow: #cccccc 3px 3px 10px;
	padding: 0;
	text-align: center;
}
.card.villa.property .img{
	height: 200px;
	background-size: cover;
	background-position: center;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.card.villa.property .info{
	padding: 10px;
	margin-top: 0;
}
.card.villa.property h4{
	text-align: center;
	font-size: 1.8rem;
	padding: 8px 0;
	margin-bottom: 0;
}
.card.villa.property del{
	color: #999;
	font-size: 0.9rem;
}
.card.villa.property span.rate{
	font-size: 1rem;
	font-weight: 600;
}
.card.villa.property a{
	display: block;
	margin-top: 10px;
}
.card.villa.property .highlights p{
	font-size: 0.9rem;
}
.card.villa.property .highlights img{
	width: 24px;
	margin: 0 5px;
}
@media (max-width: 992px){
	.property-top.villa .col div.cover .overlay{
		width: 60%;
	}
}
@media (max-width: 500px){
	.property-top.property .col{
		border-right: none;
		border-bottom: #aaa solid 1px;
	}
	.property-top.property .col div{
		height: 250px;
	}
	.property-amenities h2{
		font-size: 1.2rem;
	}
	.property-amenities .order_btn{
		margin-bottom: 50px;
	}
	.property-top.property .col div{
		height: 100px;
	}
	.property-top.villa .col div.cover{
		height: 300px;
	}
	.property-top.villa .col div.cover .overlay{
		width: 80%;
	}
	.property-top.villa h1{
		font-size: 1.4rem;
	}
	.property-top.villa .amenities .col img{
		width: 28px;
		height: 28px;
		float: left;
	}
	.property-top.villa .amenities .col span{
		font-size: 0.8rem;
		width: 70%;
	}
}
/**************************************************************************
 * CSS for top family page/family.php
**************************************************************************/
.family_p1 h6{
	margin-bottom: 0px!important;
    letter-spacing: 8px!important;
    color: #fe6294!important;
    font-size: 14px;
}
.family_p1 h1 {
    margin-bottom: 20px!important;
    font-size: 48px!important;
    line-height: 1.4!important;
    color: #fff;
    font-family: 'Playfair Display';
    font-weight: 400;
}
.family_p1{
	text-align: center;
	padding-top: 69px;
}
.family_p1 p{
	width: 45%;
	font-size: 90%;
	position: relative;
	left: 28%;
	color: #fff;
	font-weight: 400;
}
.family_btn{
	text-align: center;
	margin-bottom: 71px;
}
.family_btn .btn{
	height: 47px;
    line-height: 47px;
    border-radius: 0 !important;
    padding: 0 30px;
    font-weight: 800 !important;
}
.family_btn a{
	margin: 0 5px;
}
.family_btn #b_1{
	background-color: transparent !important;
	color:#fe6294 !important;
	border: 2px solid #fe6294;
}
.family_btn #b_2{
	background-color: #fe6294;
}
.family_btn #b_2:focus, .family_btn #b_2:hover{
	background-color: #ee447b;
}
.aria_label .item {
	height: 350px !important;
}
.aria_label .owl-item .item_text{
	padding-top: 30%;
	color: #fff;
	background-color: #222222;
}
.aria_label .item_text h4{
	color: #fff !important;
}
.aria_label .item_text p{
	color: #ababab!important;
}
.youtube_video{
	text-align: center;
}
.youtube_video iframe{
	 width: 822px;
	 height: 462px;
}
.fam {
    padding: 3em 0 !important;
 }
i.tiny {
    color: #00ABD6;
    font-size: 1.5rem;
}
.tick_icon .booking_btn{
	height: 42px;
	font-weight: 600;
    line-height: 42px;
    padding: 0px 26px;
}
.tick_icon{
	margin-bottom: 58px;
}
.discover-more{
	text-align: center;
	margin-bottom: 80px;
}
.discover-more a{
	background-color: transparent;
	border: 3px solid #999999;
	padding: 0 20px;
	color: #999999;
	font-weight: 700;
	height: 40px;
	font-size: 1.1rem;
	line-height: 37px;
	text-transform: initial;
}
.discover-more a:focus, .discover-more a:hover{
	background-color: #0EAFD8;
	border-color: #0EAFD8;
	color: #fff;
}
.discover-more .section-title{
	border-bottom: none !important;
}
.aria_label_2 .owl-item .item_img {
	width: 90%;
}
.aria_label_2 .item {
	height: 350px;
	margin-right: -13px;
}
.aria_label_2 .owl-dots .owl-dot span {
    width: 33px !important;
    height: 4px !important;
    background: #ccc !important;
    border-radius: 0 !important;
}
.aria_label_2 .owl-dots .owl-dot.active span, .aria_label_2 .owl-dots .owl-dot:hover span{
	background: #555 !important;
}
.things-to-do .widget{
	display: inline-block;
	border: #eee solid 1px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 8%);
	min-height: 420px;
	overflow: hidden;
}
.things-to-do .widget:hover{
	box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
	border-color: #fff;
}
.things-to-do .widget .img{
	background-size: cover;
	background-position: center;
	height: 180px;
}
.things-to-do h3{
	padding: 15px;
	font-family: 'Playfair Display';
    font-size: 1.6rem;
    font-weight: 400;
    color: #676767;
    letter-spacing: 0;
}
.things-to-do p{
	padding: 0 15px 15px 15px;
	color: #888;
	font-size: 1rem;
}
.things-to-do{
	margin-top: 40px;
}
.fam_holiday_p p{
	font-size: 12px;
}
.tick_icon ul>li{
	font-size: 12px;
}
@media (max-width: 1000px){
	.fam_holiday_p p{
		font-size: 14px;
	}
	.tick_icon ul>li{
		font-size: 14px;
	}
	.tick_icon .booking_btn {
    	width: 100%;
	}
}
@media (max-width: 500px){
	.family_btn .btn #b_2{
		display: block;
		position: relative;
		top: 200%;
	}
	.aria_label_2 .item{
		height: 250px;
	}
	.family_p1 p {
    	width: 92%;
    	left: 6%;
	}
	.youtube_video iframe{
		 width: 100%;
		 height: 250px;
	}
	.discover-more a{
		display: block;
		margin-bottom: 15px;
	}
}
@media (max-width: 360px){
	.youtube_video iframe{
		 height: 200px;
	}
}
/**************************************************************************
 * CSS for location.php
**************************************************************************/
.body-carousel .item{
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position: center;
    height: 500px;
    margin: 0;
}
.body-carousel .owl-dots{
    position: absolute;
    bottom: 4%;
    left: 48%;
}
.body-carousel.owl-theme .owl-nav{
    width: 100%;
    position: absolute;
    top: 37%;
}
.body-carousel.owl-carousel .owl-nav button.owl-prev, .body-carousel.owl-carousel .owl-nav button.owl-next{
	display: inline-block;
    font-size: 45px;
    line-height: 1;
    padding: 5px 20px 8px 20px !important;
    background: rgba(0, 0, 0, 0.6);
    color: #ccc;
    border-radius: 0;
}
.body-carousel.owl-carousel .owl-nav button.owl-prev:hover, .body-carousel.owl-carousel .owl-nav button.owl-next:hover{
	background: rgba(0, 0, 0, 0.7);
	color: #eee;
	transition: all 0.3s;
}
.body-carousel.owl-carousel .owl-nav button.owl-prev{
    float: left;
}
.body-carousel.owl-carousel .owl-nav button.owl-next{
    float: right;
}
.body-carousel.owl-theme .owl-dots .owl-dot span{
	background: rgba(0, 0, 0, 0.4);
}
.body-carousel.owl-theme .owl-dots .owl-dot:hover span{
	background: rgba(0, 0, 0, 1);
}
.body-carousel.owl-theme .owl-dots .owl-dot.active span{
	background: none;
	border: #ddd solid 2px;
	width: 14px;
	height: 14px;
	margin: 3px 7px;
	transition: background 0.3s;
}
.location_img{
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position: center;
    height:200px;
}
.rhs_text h3{
    font-family: Playfair Display;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-align: left;
    color: #676767;
}
.rhs_text p{
	font-size: 1.1rem;
}
.rhs_text a{
	display: none;
}
@media (max-width: 500px){
	.body-carousel .item{
	    height: 250px;
	}
	.body-carousel.owl-carousel .owl-nav button.owl-prev, .body-carousel.owl-carousel .owl-nav button.owl-next{
		font-size: 35px;
	    padding: 2px 10px 5px 10px !important;
	}
	.rhs_text h3{
		margin-top: 10px;
	}
	.rhs_text p{
		margin-bottom: 20px;
	}
}
/**************************************************************************
 * CSS for Feature pages
**************************************************************************/
.feature-tabs{
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #494949;
	height: 50px;
	line-height: 50px;
	border-top: #999 solid 1px;
}
.feature-tabs ul{
	margin: 0;
}
.feature-tabs ul li{
	display: inline-block;
	margin: 0 15px;
}
.feature-tabs ul li a{
	font-size: 1rem;
	color: #e4dfdf;
}
.feature-tabs ul li a.active, .feature-tabs ul li a:focus, .feature-tabs ul li a:hover{
	color: #fff;
}
.feature-page .property-top{
	margin-top: 50px;
}
.feature-page h4{
	margin-top: 30px;
	margin-bottom: 15px;
}
.feature-page p{
	margin-bottom: 20px;
}
.feature-page .order_btn{
	margin-bottom: 30px;
}
@media (max-width: 500px){
	.feature-tabs{
		height: 100px;
		line-height: 1;
	}
	.feature-tabs ul{
		margin-top: 20px;
	}
	.feature-tabs ul li{
		display: inline-block;
		margin: 0 15px 15px 15px;
	}
	.feature-page .property-top{
		margin-top: 98px;
	}
	.feature-page .property-top.property .col div{
		height: 150px;
		border-right: #999 solid 1px;
	}
}
/**************************************************************************
 * CSS for About Us page
**************************************************************************/
.about-page .team-members .col{
	text-align: center;
}
.about-page .team-members .card{
	margin: auto;
	padding: 10px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	box-shadow: none;
}
.about-page .team-members .col h4{
	margin-top: 15px;
	margin-bottom: 0;
	color: #444;
	font-size: 1.3rem;
}
.about-page .team-members .col span{
	color: #777;
	font-size: 1rem;
}
@media (max-width: 1024px){
	.about-page .team-members .card{
		width: 160px;
		height: 160px;
	}
}
@media (max-width: 767px){
	.about-page .team-members .col{
		margin-bottom: 20px;
	}
	.about-page .team-members .card{
		width: 140px;
		height: 140px;
	}
	.about-page .team-members .col h4{
		font-size: 1.1rem;
	}
	.about-page .team-members .col span{
		font-size: 0.8rem;
	}
}
/**************************************************************************
 * CSS for Blog pages
**************************************************************************/
.blog-home .banner{
	background-image:url('/images/blog-cover.jpg');
	height: 300px;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.blog-home .banner h1{
	text-align: center;
	padding-top: 12%;
	color: #fff;
	text-shadow: #111 1px 1px 1px;
}
.blog-home .post-heading{
	font-size: 2.2rem;
}
.blog-home span.post-date{
	font-size: 1rem;
	color: #666;
}
.blog-home .post-category{
	font-size: 1rem;
	margin-left: 15px;
	padding: 2px 10px;
	display: inline-block;
	border-radius: 5px;
	border: #ddd solid 1px;
}
.blog-home .post-category:hover{
	background-color: #eee;
}
.blog-home .card{
	display: block;
	box-shadow: none;
	border: #ddd solid 1px;
	padding: 10px;
	margin: 0 0 15px 0;
	border-radius: 5px;
}
.blog-home .card:hover{
	box-shadow: #ccc 1px 1px 5px;
}
.blog-home .card div{
	height: 160px;
	background-size: cover;
	background-position: center;
	box-shadow: none;
	margin-bottom: 10px;
	position: relative;
}
.blog-home .card h2{
	color: #212529;
	font-size: 1.4rem;
	letter-spacing: 0.04rem;
	line-height: 1.2;
	min-height: 50px;
}
.blog-home .card p{
	font-size: 1rem;
}
.blog-home .card span.date{
	font-size: 0.9rem;
	color: #888;
}
.blog-home .card div span.category{
	position: absolute;
	left: 10px;
	top: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #eee;
	padding: 2px 8px;
	font-size: 0.85rem;
	text-transform: uppercase;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.blog-home .blog_pagination{
	text-align: center;
	margin-bottom: 30px;
}
.blog-home .blog_pagination a{
	display: inline-block;
	padding: 5px 10px;
	border: #ddd solid 1px;
	border-radius: 5px;
	color: #333;
}
.blog-home .blog_pagination a.disable-url{
	background-color: #ddd;
	cursor: not-allowed;
}
.blog-home .blog_pagination a:hover, .blog-home .blog_pagination a:focus{
	background-color: #eee;
	border-color: #eee;
	color: #111;
}
.blog-home .blog-categories li{
	padding: 5px 0;
}
.blog-home .blog-categories li a{
	color: #777;
}
.blog-home .blog-categories li a:hover{
	color: #222;
}
@media (max-width: 500px){
	.blog-home .banner{
		height: 140px;
	}
	.blog-home .banner h1{
		font-size: 35px;
		padding-top: 20%;
	}
}
/********************************************************************************
 * FANCYBOX OVERRIDES & CSS
********************************************************************************/
.fancybox-navigation button:focus{
	background-color: transparent;
}
.fancybox-slide{
	background: rgba(0, 0, 0, 0.6);
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background-color: transparent !important;
	color: #000 !important;
}
#additional-images-gallery .card-image{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 150px;
	height: 140px;
	display: inline-block;
}
@media (max-width: 500px){
	#additional-images-gallery .card-image{
		width: 100px;
		height: 90px;
	}
}
/**************************************************************************
 * CSS for VILLAS SEARCH PAGE
**************************************************************************/
.top-banner>.row>.col{
	background-image: url('/images/villa_bg.jpeg');
	background-size: cover;
	background-position: center;
	height: 300px;
	text-align: center;
}
.top-banner>.row>.col form{
	display: inline-block;
	width: auto;
	background: rgba(255, 255, 255, 0.9);
	margin-top: 160px;
	padding: 5px;
	border-radius: 3px;
	color: #000;
}
.top-banner>.row>.col form .browser-default{
	width: 150px;
	background: rgba(255, 255, 255, 0.9);
	outline: none;
	border-color: #ccc;
	margin-bottom: 0;
}
.top-banner section{
	display: inline-block;
	text-align: left;
	vertical-align: bottom;
}
.top-banner section label{
	font-size: 0.85rem;
	display: block;
	color: #666 !important;
}
.top-banner section button{
	float: right;
}
.villa-search-result h1{
	font-size: 1.6rem;
}
.villa-search-result .card{
	margin: 0;
	padding: 15px;
	box-shadow: #ddd 0 0 5px;
}
.villa-search-result .card section{
	margin-bottom: 15px;
}
.villa-search-result .card .input-field{
	margin: 0 !important;
}
.villa-search-result .card h2{
	font-size: 1.3rem;
}
.villa-search-result .card p{
	font-size: 1rem;
	color: #666;
}
.villa-search-result .card .inline.code{
	width: 45%;
}
.villa-search-result .card .inline.number{
	width: 53.4%;
}
.villa-search-result .card .submit{
	margin-top: 25px;
	display: block;
	width: 100%;
	background-color: #fff;
	color: #000;
	border: #00abd6 solid 1px;
}
.villa-search-result .card.villa-widget{
	padding: 5px;
	margin-top: 20px;
	box-shadow: none;
	overflow: auto;
	border: #ddd solid 1px;
	border-radius: 5px;
}
.villa-search-result .card.villa-widget:hover{
	box-shadow: #ccc 0 0 10px;
	border-color: #fff;
}
.villa-search-result .card.villa-widget .img{
	float: left;
	width: 150px;
	height: 150px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.villa-search-result .card.villa-widget .img.pet-friendly::before{
	content: 'Pet Friendly';
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: 5px;
	font-size: 0.82rem;
	font-weight: 400;
	color: #000;
	padding: 2px 5px 1px 24px;
	background: rgba(255, 255, 255, 0.5);
	background-image: url('/images/paws_black.png');
	background-size: 20%;
	background-position: 2px center;
	background-repeat: no-repeat;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.villa-search-result .card.villa-widget .details{
	display: inline-block;
	width: calc(100% - 180px);
	margin-left: 15px;
}
.villa-search-result .card.villa-widget .details h3{
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 0;
}
.villa-search-result .card.villa-widget .details span.location{
	font-size: 1rem;
	color: #888;
}
.villa-search-result .card.villa-widget .details ul{
	display: block;
	margin: 5px 0;
}
.villa-search-result .card.villa-widget .details ul li{
	display: inline-block;
	color: #777;
	font-size: 0.9rem;
	padding: 0 10px 0 0;
}
.villa-search-result .card.villa-widget .amount{
	float: right;
	font-size: 0.8rem;
	margin-top: 10px;
}
.villa-search-result .card.villa-widget .amount del{
	color: #777;
	font-size: 0.85rem;
	margin-right: 5px;
}
.villa-search-result .card.villa-widget .amount>span{
	font-size: 0.9rem;
	font-weight: 600;
}
.villa-search-result .card.villa-widget .amount .disclaimer{
	display: block;
	font-weight: 400;
	color: #999;
}
.villa-search-result .card.villa-widget .amount a{
	float: right;
	font-size: 0.9rem;
	text-transform: uppercase;
	margin-top: 10px;
}
.villa-search-result .card.villa-widget .amount a::after{
	content: '>>';
	display: inline-block;
	margin-left: 5px;
}
@media (max-width: 992px){
	.villa-search-result .card .inline.code{
		width: 38%;
	}
	.villa-search-result .card .inline.code select.browser-default{
		padding-left: 0.25rem;
	}
	.villa-search-result .card .inline.number{
		width: 59.5%;
	}
	.top-banner>.row>.col form .browser-default{
		width: 130px;
	}
}
@media (max-width: 500px){
	.villa-search-result h1{
		font-size: 1.4rem;
		font-weight: bold;
		display: block;
	}
	.top-banner>.row>.col form{
		margin-top: 100px;
	}
	.top-banner>.row>.col form section, .top-banner>.row>.col form button{
		width: 49%;
	}
	.top-banner>.row>.col form .browser-default{
		width: 100%;
	}
	.villa-search-result .card.villa-widget .img{
		width: 100px;
		height: 100px;
	}
	.villa-search-result .card.villa-widget .details h3{
		font-size: 1.1rem;
	}
	.villa-search-result .card.villa-widget .details{
		width: calc(100% - 130px);
	}
	.villa-search-result .card.villa-widget .amount{
		float: left;
	}
	.villa-search-result .card.villa-widget .details ul{
		line-height: 1;
	}
	.villa-search-result .card.villa-widget .details ul li{
		font-size: 0.8rem;
	}
	.villa-search-result .card.villa-widget .amount a{
		font-size: 0.75rem;
		float: left;
	}
	.villa-search-result .right-form{
		margin-top: 30px;
	}
}
.faqs {
	font-size: 1.1rem;
}
.faqs h4{
	font-family: 'Inter';
	font-size: 1.2rem;
	position: relative;
}
.faqs h4:before{
	content: "chevron_right";
	color: #0197ce;
	font-family: 'Material Icons' !important;
	font-size: 1.8rem !important; 
	position: absolute;
	left: -30px;
	top: 0;
}
.faqs p{
	margin-bottom: 25px;
}
.projectEnquiry{
    background: #00abd6;
    color: #ffffff;
    border-radius: 5px;
    border: #dddddd solid 1px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse-black 2s infinite;
    position: fixed;
    z-index: 200;
    right: 2%;
    bottom: 3%;
    padding: 8px 0;
    text-align: center;
    width: 80%;
    max-width: 250px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
@keyframes pulse-black {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  
  70% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.projectEnquiry:hover{
    background-color: #008fb3;
}
.projectEnquiryForm{
    width: 100%;
    max-width: 500px;
    padding: 20px;
    position: fixed;
    overflow: auto;
    right: 0;
    top: 0;
    min-height: 100vh;
    height: 100%;
    z-index: 9999999;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    box-shadow: #222 0 0 10px;
}
.projectEnquiryForm.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}