
/*
* Template Name: Vela Villa
* Author: Sitewonders
* Designed & Coding by : Ton
*/
/*-----------------------------------------------------------------------------------*/
/*  Import
/*-----------------------------------------------------------------------------------*/

@import url("animate.css");
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i'); /* font-family: 'Crimson Text', serif; */
@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900'); /* font-family: 'Catamaran', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900'); /* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700'); /* font-family: 'Cormorant Garamond', serif; */

body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: 'Roboto', sans-serif !important;
	background: #f7f6f9 !important;
	color: #0a0a0a;
}

/*-----------------------------------------------------------------------------------*/
/*  Global Css
/*-----------------------------------------------------------------------------------*/
input:focus,
select:focus,
textarea:focus {
	outline: 0 !important;
}
h1,h2 {
	margin: 0 !important;
	padding: 0;
}
.pos-center {
	text-align: center;
}
.pos-left {
	text-align: left;
}
.pos-right {
	text-align: right;
}

/* Site Button */

a {
	-moz-transition: all .4s !important;
	-webkit-transition: all .4s !important;
	-ms-transition: all .4s !important;
	-o-transition: all .4s !important;
	transition: all .4s !important;
	text-decoration:none !important;
	outline: 0 !important;
	font-family: 'Catamaran', sans-serif !important;
	cursor: pointer !important;
}
a:hover {
	text-decoration: none !important;
}
a.link-btn{
	display: block;
	margin: 20px 0 0 0;
	width: 92px;
	height: auto;
	padding: 10px 0 1px 0;
	font-size: 14px;
	color: #2a272e;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-weight: 500;
	text-align: center;
	position: relative;
	border-bottom: solid 2px #2a272e;
	z-index: 600;
}
a.link-btn::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #ffffff;
	z-index: 620;
	transition: all 0.4s;
}
a.link-btn:hover{
	color: #978c71;
}
a.link-btn:hover::after{
	width: 100%;
	background: #978c71;
}
.clearboth{
	clear: both !important;
}
.bold{
	font-weight: bolder !important;
}
.bold.big{
	font-size: 20px !important;
}
.page-container,
.fullpage-container{
	position: relative;
	width: auto;
	max-width: 1490px;
	margin: auto;
	padding: 50px 100px;
	background: #f7f6f9;
	overflow: hidden;
}
.fullpage-container{
	padding: 50px 0;
}
.vintage-line{
	position: relativee;
	background: url(../images/vintage-line.png) center no-repeat;
	background-size: 100%;
	width: 541px;
	height: 45px;
	margin: 20px auto;
}
section{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin: 0;
	background: transparent;
}
select {
	direction: ltr;
}
option {
	direction: ltr;
	color: #0a0a0a;
}
.clear-footer{
	margin: 0 0 100px 0;
}
.margint-50{
	margin-top: 50px;
}
.margint-70{
	margin-top: 70px;
}
.margint-100{
	margin-top: 100px;
}
.paddingt50{
	padding-top: 50px;
}
.paddingt60{
	padding: 60px 0;
}
.paddingt70{
	padding: 60px 0;
}
.paddingt100{
	padding: 60px 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Icon
/*-----------------------------------------------------------------------------------*/

span::before{
	font-family: FontAwesome;
}

span.language::before{
	content: "\f0ac";
}
span.phone::before{
	content: "\f095";
}
span.fax::before{
	content: "\f1ac";
}
span.email::before{
	content: "\f0e0";
}
span.address::before{
	content: "\f276";
}
span.edit::before{
	content: "\f044";
}
span.password::before{
	content: "\f044";
}
span.print::before{
	content: "\f02f";
}
span.calendar::before{
	content: "\f073";
}
span.time::before{
	content: "\f017";
}
span.close-icon::before{
	content: "\f00d";
}
span.locate::before{
	content : "\f041";
}
span.shared::before{
	content : "\f041";
}
span.save::before{
	content : "\f0c7";
}

/* SOCAIL ICON */

span.facebook::before{
	content: "\f09a";
}
span.tripadvisor::before{
	content: "\f262";
}
span.twitter::before{
	content: "\f099";
}
span.google::before{
	content: "\f1a0";
}
span.ig::before{
	content: "\f16d";
}
span.googleplus::before{
	content: "\f0d5";
}
span.youtube::before{
	content: "\f167";
}
span.linkedin::before{
	content: "\f0e1";
}


/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

header,
header.page{
	width: 100%;
	height:100%;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	z-index: 1;
}
header.page{
	height: 600px;
}
header .banner-header{
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
	overflow:hidden;
	background: #000;
}
header .banner-header::after{
	content: "";
	opacity:1;
	display:block;
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(43, 39, 47, 0.4);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) , rgba(43, 39, 47, 0.6));
	background: -o-linear-gradient(rgba(0, 0, 0, 0) , rgba(43, 39, 47, 0.6));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0) , rgba(43, 39, 47, 0.6));
	background: linear-gradient(rgba(0, 0, 0, 0) , rgba(43, 39, 47, 0.6));
}
header .header-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 125px 0;
    z-index: 20;
    transition: all 0.5s;
    background: rgba(255,255,255,.20);
}
.header-overlay.page{
	background: rgba(255,255,255,0.45);
}
header .banner-parallax{
	position: relative;
	left: 0;
	top:0;
	width: 100%;
	height: 820px;
	background: fixed center center no-repeat;
	background-size: cover;
}

/* Scroll Down */

.header-overlay .scroll-down{
	width:140px;
	height:35px;
	position:absolute;
	left:0;
	right:0;
	bottom:20%;
	margin:auto;
	animation-name: fadeIn;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay:0.9s;
}
.header-overlay .scroll-down span{
	width:20px;
	height:35px;
	display:block;
	border:solid 1px #fff;
	border-radius:20px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	transition: all 0.3s;
}
.header-overlay .scroll-down:hover span{
	background: #fff;
}
.header-overlay .scroll-down span::before{
	content: "";
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:5px;
	bottom:0;
	margin:auto;
	width:8px;
	height:8px;
	border-radius:50%;
	background: #fff;
	-webkit-animation: fadeInDown 1s infinite;
	-webkit-animation-play-state: play;
	animation: fadeInDown 1s infinite;
	animation-play-state: play;
	transition: all 0.3s;
}
.header-overlay .scroll-down:hover span::before{
	background: #000;
}
.header-overlay .scroll-down span::after{
	content: "scroll down";
	display:block;
	color: #fff;
	position:absolute;
	bottom:-25px;
	left:-26px;
	margin:auto;
	width:100px;
	height:auto;
	font-size:13px;
	letter-spacing:0.05em;
}

.header-overlay .banner-title,
.header-overlay .banner-page{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
	width: 70%;
	height: 80px;
	z-index: 50;
	color: #fff;
	text-align: center;
	animation-name: fadeIn;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay:0.4s;
	transition:  all 0.4s;
}
.header-overlay .banner-page{
	padding: 70px 0 0 0;
	height: 50px;
}
.header-overlay .banner-title h3,
.header-overlay .banner-title h1,
.header-overlay .banner-page h3{
	font-family: 'Cormorant Garamond', serif;
	margin: 0;
	padding: 0;
	font-weight: 300;
	text-transform: uppercase;
}
.header-overlay .banner-title h1{
    font-size: 30px;
    letter-spacing: 0.36em;
	padding: 0 0 5px 0;
	position: relative;
	color: rgba(255,255,255,1);
	margin-top: -10px !important;
	text-shadow: 0 3px 4px rgba(0,0,0,0.4);
}
.header-overlay .banner-title h1 .one {
	display: inline-block;
    animation-name: moveInRight;
    animation-duration: 3s;
}
.header-overlay .banner-title h1 .two {
	display: inline-block;
	animation-name: moveInleft;
    animation-duration: 3s;
}
@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(-10px);
    }
    
    100% {
        opacity: 1;
        transform: translate(0);
    }

}
.header-overlay .banner-title h3{
	font-size: 23px;
	letter-spacing: 0.16em;
	padding: 0 0 10px 0;
	position: relative;
}
.header-overlay .banner-title.banner-page h1{
	width: 80% !important;
	margin: auto !important;
	font-size: 28px;
	letter-spacing: 0.26em;
	padding: 10px 0 0 0 !important;
	text-align: center !important;
	color: #2a272e;
	font-weight: 500 !important;
}
.header-overlay .banner-title.banner-page h1::before{
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background: #2a272e;
	position: absolute;
	left: 0;
	right:0;
	top: -20px;
	margin: auto;
	animation-name: gowidth2;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay:0.4s;
}

.header-overlay .banner-title p{
	letter-spacing: 0.2em;
	font-size: 16px;
	text-transform: uppercase;
}
.header-overlay .banner-page p{
	font-family: 'Crimson Text', serif;
	letter-spacing: 0.1em;
	font-size: 19px;
	text-transform: uppercase;
	position: relative;
	top: -5px;
}
.header-overlay .phone-number{
	position: absolute;
	left: 0;
	top:30%;
	bottom: 0;
	right:0;
	margin: auto;
	color: #fff;
	width: 200px;
	height: 25px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.03em;
	animation-name: fadeIn;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay:0.9s;
}
.header-overlay .phone-number::before{
	content: "\f095";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
	position: relative;
	top: 1px;
}

.header-overlay a.find-btn{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -150px;
	margin: auto;
	width: 180px;
	height: 45px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	border: solid 1px rgba(255,255,255,0.6);
	overflow: hidden;
	padding: 12px 0 0 0;
}
.header-overlay a.find-btn:hover{
	border: solid 1px rgba(255,255,255,1);
}
.header-overlay a.find-btn::before,
.header-overlay a.find-btn::after{
	content: "";
	display: block;
	width: 1px;
	height: 200%;
	left: 0;
	top: -200%;
	position: absolute;
	background: #ffffff;
	transition: all 0.3s;
}
.header-overlay a.find-btn::after{
	top: auto;
	left: auto;
	right: 0;
	bottom: -200%;
}
.header-overlay a.find-btn:hover::before{
	top: 100%;
}
.header-overlay a.find-btn:hover::after{
	bottom: 100%;
}
.header-overlay .banner-title span.top-title{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	margin: auto;
	width: 180px;
	height: auto;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.15em;
}
.header-overlay span.top-title::after{
	content: "";
	display: block;
	width: 40%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	right:0;
	top: -20px;
	margin: auto;
	animation-name: gowidth;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay:0.4s;
	visibility: hidden;
}


.header-overlay .header-contact,
.header-overlay .header-social{
	position: absolute;
	left: 100px;
	bottom: 150px;
	color: rgba(255,255,255,0.7);
	z-index: 600;
	letter-spacing: 0.02em;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}
.header-overlay .header-contact span{
	display: inline-block;
	margin: 0 10px 0 0;
}
.header-overlay .header-contact span::before{
	display: inline-block;
	margin: 0 8px 0 0;
}

.header-overlay .header-social{
	right: 100px;
	left: auto;
	font-size: 17px;
}
.header-overlay .header-social a{
	color: rgba(255,255,255,0.7);
	display: inline-block;
	margin: 0 0 0 15px;
}
.header-overlay .header-social a:hover{
	color: #978c71;
}


/*-----------------------------------------------------------------------------------*/
/*  Header Tab
/*-----------------------------------------------------------------------------------*/
.header-tab{
	width: 100%;
	height: 75px;
	background-color:  rgba(255,255,255,0.95);
	backdrop-filter: saturate(180%) blur(10px);
	position: absolute;
	top:0;
	left: 0;
	transition:  all 0.5s;
	z-index: 900;
	border-bottom: solid 1px #e1e1e1;
}
.header-tab.fixed{
	position: fixed;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.72);
}
.header-tab:hover{
	background:  rgba(255,255,255,0.9);
}
.header-tab .logo,
.header-tab .booknow-btn,
.header-tab .res-booknow-btn{
	position: absolute;
	top:0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	z-index: 999;
}
.header-tab .logo {
	width: 116px;
	/* background: #2a272e; */
}
.header-tab .logo .img{
	display: block;
	width: 116px;
    height: 75px;
    background: url(../images_2023/vela-villa-logo.png) no-repeat center;
    background-size: 75%;
	left: 0;
	right: 0;
	margin: auto;
	transition:  all 0.5s;
}
.header-tab.fixed .logo .img{
	width: 116px;
	height: 60px;
	background-size: 62%;
}
.header-tab .booknow-btn,
.header-tab .res-booknow-btn{
	position: absolute;
	right:0;
	width: 150px;
	height: 100%;
	/*background: #978c71;*/
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.08em;
	color: #413e44;
	font-weight: 600;
	padding: 30px 0 0 30px;
	cursor: pointer;
	transition:  all 0.5s;
}
.header-tab.fixed .booknow-btn,
.header-tab.fixed .res-booknow-btn {
	padding: 22px 0 0 35px;
}
.header-tab .booknow-btn::before,
.header-tab .res-booknow-btn::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url(../images/icon/calendar-icon-black.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
    left: 18px;
    top: 0;
	bottom: 0;
	margin: auto;
	z-index: 520;
	transition:  all 0.4s;
}
.header-tab .logo::after,
.header-tab .booknow-btn::after,
.header-tab .res-booknow-btn::after{
	content: "";
	display: block;
	position: absolute;
	width: 150px;
	height: 100%;
	background: url(../images/shadow-effect.png) center center no-repeat;
	background-size: 100%;
	left: -120px;
	top: 0;
	z-index: 530;
	transition: all 0.9s;
}
.header-tab .logo:hover::after,
.header-tab .booknow-btn:hover::after,
.header-tab .res-booknow-btn:hover::after{
	left: 150px;
}
.header-tab .res-booknow-btn{
	display: none;
	right: 150px;
}
/*-----------------------------------------------------------------------------------*/
/*  Header Tab - Navigation
/*-----------------------------------------------------------------------------------*/
.header-tab nav{
	width: auto;
	height: 22px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 900;
}
.header-tab nav a{
	display: inline-block;
	padding: auto;
	text-transform: uppercase;
	color: #2a272e;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.05em;
}
.header-tab nav a:hover,
.header-tab nav ul.main-nav li.sub-menu:hover::after {
	color: #978c71;
}
.header-tab nav a.active::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #2a272e;
	transition: all 0.4s;
}
.header-tab nav ul{
	margin: 0;
	padding: 0;
}
.header-tab nav ul.main-nav li{
	width: auto;
	height: 75px;
	display: inline-block;
	position: relative;
	margin: 0 6px;
	list-style: none;
}
.header-tab.fixed nav ul.main-nav li{
	height: 60px;
}
.header-tab nav ul.main-nav li.sub-menu::after{
	content: "\f0dd";
	font-family: FontAwesome;
	position: relative;
	top: -2px;
	margin-left: 5px;
	transition: 0.4s;
}
.header-tab nav ul.main-nav li ul{
	position: fixed;
	left: auto;
	top: 75px;
	display: none;
	width: 100%;
	transition:  all 0.5s;
	text-align: left;
	z-index: 930;
}
.header-tab nav ul.main-nav li.sub-menu:hover ul {
	display: block;
}
.header-tab nav ul.main-nav li ul::after{
	content: "";
	display: block;
	width: 100%;
	height: 42px;
	background: #2a272e;
	position: fixed;
	top: 75px;
	left: 0;
	transition:  all 0.5s;
	z-index: 910;
	animation-name: fadeInLeft;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay:0s;
}
.header-tab nav ul.main-nav li.sub-menu:hover ul::after{
	width: 100%;
}
.header-tab.fixed nav ul.main-nav li ul::after,
.header-tab.fixed nav ul.main-nav li ul{
	top: 60px;
}
.header-tab nav ul.main-nav li ul li{
	width: 100%;
	height: auto;
	padding: 12px 20px 0 0;
	text-align: left;
	margin: 0;
	z-index: 935;
	float: left;
	animation-name: fadeIn;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay:0.4s;
}
.header-tab nav ul.main-nav li ul li::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 6px;
}
.header-tab nav ul.main-nav li ul a{
	color: #fff;
}
.header-tab nav ul.main-nav li ul a,
.header-tab nav ul.main-nav li ul a li{
	text-align: left;
}
.header-tab nav ul li ul a:hover{
	color: #beb08c;
}

header .maximage.page{
	height: 700px !important;
}

@media (max-width: 1440px) {
	header .maximage.page{
		height: 640px !important;
	}
}
@media (max-width: 1024px) {
	header .maximage.page{
		height: 480px !important;
	}
}


/*-----------------------------------------------------------------------------------*/
/*  Header Tab - Responsive Navigation
/*-----------------------------------------------------------------------------------*/
.responsive-navigation{
	display: none;
	position: fixed;
	z-index: 950;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 80px 20px 0 20px;
	background: #2a272e;
	text-align: center;
	animation-name: zoomIn;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay:0s;
	transition:  all 0.4s;
}
.responsive-navigation nav{
	width: 100%;
	height: 90%;
	overflow-x: hidden;
	overflow-y: auto;
}
.responsive-navigation nav::-webkit-scrollbar {
	width: 0.2em;
}
.responsive-navigation nav::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
}
.responsive-navigation nav::-webkit-scrollbar-thumb {
	background-color: #ffb360;
	outline: 1px solid slategrey;
}
.responsive-navigation.show{
	display: block;
}
.responsive-navigation ul:first-child{
	margin: 0;
	padding: 0 10px;
}
.responsive-navigation ul{
	margin: 0;
}
.responsive-navigation a{
	display: block;
	text-align: left;
	color: #fff;
	padding: 10px 5px;
	border-top: solid 1px rgba(255,255,255,0.1);
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	letter-spacing: 0.03em;
	font-size: 15px;
	background: none;
	transition: all 0s !important;
}
.responsive-navigation a:hover,
.responsive-navigation a:active{
	background: #978c71;
	color: #ffffff;
	border-color: #978c71;
}

/*-----------------------------------------------------------------------------------*/
/*  Gallery
/*-----------------------------------------------------------------------------------*/

.gallery{
	overflow:hidden;
	padding:0;
	background: #e3e0e9;
}
.gallery .gallery-title{
	width:100%;
	text-align:center;
	height:auto;
	padding:30px 0 25px 0;
	margin:0;
}
.gallery .gallery-title::before{
	width:60px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.gallery .gallery-title a{
	width:auto;
	height:auto;
	padding:8px 25px;
	font-size:14px;
	letter-spacing:0.05em;
	font-weight:400;
	color: #2a272e;
	display: inline-block;
	transition: all 0.8s;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important;
	border: solid 1px #2a272e;
}
.gallery .gallery-title a:hover{
	color: #ffffff;
	border: solid 1px #978c71;
	background: #978c71;
}
.gallery .gallery-title a.uk-active{
	color: #ffffff;
	background: #2a272e;
	border: solid 1px #2a272e;
}
.gallery .gallery-wrapper{
	width:100%;
	height:auto;
	margin:1px 0 40px 0;
	padding:0 0 0 0.25%;
}
.gallery .gallery-wrapper span{
	display:block;
	width:100%;
	height:auto;
}
.gallery .gallery-wrapper span div.img-wrapper{
	width:19.75%;
	height: 300px;
	margin:0.25% 0.25% 0 0;
	cursor:pointer;
	z-index:10;
	/* transition: all 0.5s; */
	overflow: hidden;
	position: relative;
	background-color: #2a272e;
}

@media (max-width:1380px){
	.gallery .gallery-wrapper span div.img-wrapper {
		height: 213px;
	}
	.gallery .gallery-title a{
		font-size: 13px;
	}
}
@media (max-width:1024px){
	.gallery .gallery-wrapper span div.img-wrapper {
		height: 183px;
	}
}
@media (max-width:768px){
	.gallery .gallery-wrapper span div.img-wrapper {
		height: 134px;
	}
}
@media (max-width:768px){
	.gallery .gallery-wrapper span div.img-wrapper {
		height: 183px;
	}
}
@media (max-width:420px){
	.gallery .gallery-wrapper span div.img-wrapper {
		height: 134px;
	}
}

.gallery .gallery-wrapper span div.img-wrapper .img {
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: center center no-repeat;
	background-size: cover;
	opacity: 1;
	transition: all 0.4s;
}
/*
.gallery .gallery-wrapper span div.img-wrapper img{
	width:100%;
	height:auto;
	z-index:20;
	opacity: 1;
	transition: all 0.4s;
}
*/
.gallery .gallery-wrapper span div.img-wrapper:hover .img{
	opacity:1 !important;
}
.gallery .gallery-wrapper span div.img-wrapper::after{
	content: "\f00e";
	font-family:FontAwesome;
	font-size: 26px;
	color: #fff;
	text-shadow:1px 1px 10px rgba(0,0,0,0.2);
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	opacity:0;
	transition: all 0.5s;
	z-index:50;
}
.gallery .gallery-wrapper span div.img-wrapper:hover::after{
	opacity:1;
}

/*-----------------------------------------------------------------------------------*/
/*  Home Aboutus
/*-----------------------------------------------------------------------------------*/
.home-aboutus .wrapper.parallax{
	width: 100%;
	height: 780px;
	background: center center fixed no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 10;
	position: relative;
	top: 0px;
}
.home-aboutus .wrapper::after{
	content: "";
	display: block;
	background: rgba(42, 39, 46, 0.15);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}
.home-aboutus .wrapper .content{
	color: #fff;
	width: 35%;
	height: 140px;
	left: 60px;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 30;
	margin: auto;
	padding: 30px 0 0 0;
}
.home-aboutus .wrapper .content::before,
.extend-listing .list-item .content p.marks::before{
	content: "";
	display: block;
	width: 130px;
	height: 2px;
	background: #ffffff;
	left: 0;
	top: 0;
	position: absolute;
}
.home-aboutus .wrapper .content p,
.extend-listing .list-item .content p{
	font-size: 18px;
	padding: 0 0 15px 0;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.home-aboutus .wrapper .img-wrapper{
	width: 55%;
	height: 100%;
	position: absolute;
	right: 0;
	top: -100px;
	z-index: 50;
}
.home-aboutus .wrapper .img-wrapper .img{
	width: 420px;
	height: 280px;
	background: center center no-repeat;
	background-size: cover;
	position: relative;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	transition: all 0.3s;
	cursor: pointer;
}
.home-aboutus .wrapper .img-wrapper .img.img-01{
	left: 100px;
	top: 60px;
	z-index: 65;
}
.home-aboutus .wrapper .img-wrapper .img.img-02{
	position: absolute;
	right: -50px;
	top: 200px;
	bottom: 0;
	margin: auto;
	z-index: 69;
}
.home-aboutus .wrapper .img-wrapper .img.img-03{
	position: absolute;
	left: 0;
	bottom: -145px;
	z-index: 67;
}
.home-aboutus.page{
	margin: 50px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Full Content
/*-----------------------------------------------------------------------------------*/
.full-content{
	position: relative;
	padding: 70px 10% 70px 10%;
	text-align: center;
}
/*.full-content::before{*/
	/*content: "";*/
	/*display: block;*/
	/*position: absolute;*/
	/*top: 30px;*/
	/*left: 0;*/
	/*right: 0;*/
	/*margin: auto;*/
	/*width: 170px;*/
	/*height: 2px;*/
	/*background: #2a272e;*/
/*}*/
.full-content h1,
.full-content h2{
	font-family: 'Cormorant Garamond', serif;
	margin: 0 0 50px 0 !important;
	padding: 0;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 0.07em;
	position: relative;
}
.full-content h2{
	font-size: 25px;
}
.full-content p{
	font-size: 17px;
	letter-spacing: 0.02em;
	font-weight: 300;
}
.full-content .img-content{
	width: 100%;
	overflow: hidden;
}
.full-content .img-content img{
	width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Grid Content
/*-----------------------------------------------------------------------------------*/
.grid-content{
	width: 100%;
	overflow: hidden;
}

.grid-content-2 div.cols{
	width: 50%;
	display: block;
	float: left;
	position: relative;
}
.grid-content-2 div.cols .content{
	margin: 0;
	text-align: justify;
}
.grid-content-2 div.cols.left p{
	padding-right: 50px;
}
.grid-content-2 div.cols.right p{
	padding: 0 0 0 50px;
}


/*-----------------------------------------------------------------------------------*/
/*  Full Slide
/*-----------------------------------------------------------------------------------*/

.full-slide{
	z-index: 10;
	overflow: hidden;
}
.full-slide .slider-wrapper{
	width: 100%;
	height: auto;
}
.full-slide .img-wrapper{
	width: 100%;
	height: 680px;
	background: center center no-repeat;
	background-size: cover;
	z-index: 50;
}
.full-slide::before {
	content: "";
	display: block;
	position: absolute;
	left: -40%;
	top: 0;
	width: 340px;
	height: 30px;
	background: rgba(255,255,255,0.4);
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) , rgba(255, 255, 255, 1));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) , rgba(255, 255, 255, 1));
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) , rgba(255, 255, 255, 1));
	background: linear-gradient(right, rgba(255, 255, 255, 0) , rgba(255, 255, 255, 1));
	z-index: 100;
	transition: all 0.8s;
}
.full-slide:hover::before {
	left: 0;
}
.full-slide a{
	position: absolute;
	left: -300px;
	top: 0;
	z-index: 200;
	display: block;
	padding: 5px 25px;
	color: #2a272e;
	font-size: 14px;
	letter-spacing: 0.03em;
	font-family: 'Roboto', sans-serif;
	transition: all 0.6s !important;
}
.full-slide a::before{
	content: "\f14d";
	font-family: FontAwesome;
	margin: 0 10px 0 0;
}
.full-slide:hover a{
	color: #2a272e;
	left: 0;
}

.header-line{
	display: block;
	width: 170px;
	height: 2px;
	background: #2a272e;
}
.header-line.top{
	margin: 0 auto 70px auto;
}
.header-line.bottom{
	margin: 70px auto 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*  Mutli Slide
/*-----------------------------------------------------------------------------------*/

.multi-slide img{
	width: 100%;
	height: 550px;
	object-fit: cover;
	padding: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  Extend Listing
/*-----------------------------------------------------------------------------------*/

.extend-listing .list-item{
	width: 100%;
	height: 450px;
	position: relative;
}
.extend-listing .list-item .content,
.extend-listing .list-item .img-list,
.extend-listing .list-item .img-list .img-wrapper{
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	z-index: 50;
}
.extend-listing .list-item .content.left{
	left: 0;
}
.extend-listing .list-item .content.right{
	right: 0;
}
.extend-listing .list-item .content p{
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-weight: 300;
}
.extend-listing .list-item .content p.marks::before{
	background: #2a272e;
	top: -50px;
}
.extend-listing .list-item .img-list{
	width: 60%;
	height: 110%;
	z-index: 100;
}
.extend-listing .list-item .img-list.img-0{
	z-index: 120;
}
.extend-listing .list-item .img-list.left{
	left: -50px;
}
.extend-listing .list-item .img-list.right{
	right: -50px;
}
.extend-listing .list-item .img-list .img-wrapper{
	bottom: -10%;
	background: center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.extend-listing .list-item .img-list .img-wrapper.img-0{
	bottom: 0;
	top: -15%;
}
.extend-listing .list-item .img-list .img-wrapper::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 105;
	background: rgba(42, 39, 46, 0);
	transition: all 0.6s;
}
.extend-listing .list-item .img-list:hover .img-wrapper::after{
	background: rgba(42, 39, 46, 0.75);
}
.extend-listing .list-item .img-list span{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 60%;
	height: 60px;
	margin: auto;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
	z-index: 120;
	border-top: solid 2px rgba(255,255,255,0.7);
	border-bottom: solid 2px rgba(255,255,255,0.7);
	padding: 16px 0 0 0;
	transition: all 0.3s;
}
.extend-listing .list-item .img-list:hover span{
	border-top: solid 2px rgba(255,255,255,0);
	border-bottom: solid 2px rgba(255,255,255,0);
}
.extend-listing .list-item .img-list span::before,
.extend-listing .list-item .img-list span::after{
	content: "";
	display: block;
	height: 2px;
	background: #ffffff;
	width: 0;
	position: absolute;
	transition: all 0.5s;
	z-index: 130;
}
.extend-listing .list-item .img-list span::before{
	top: -2px;
	left: 0;
}
.extend-listing .list-item .img-list span::after{
	bottom: -2px;
	right: 0;
}
.extend-listing .list-item .img-list:hover span::before,
.extend-listing .list-item .img-list:hover span::after{
	width: 100%;
}



.extend-listing .full-content{
	padding: 0 10% 0 10%;
}

.extend-listing .listing{
	border: solid 1px #e1e1e1;
	margin-bottom: 70px;
	position: relative;
	width: 100%;
	height: 400px;
	display: block;
	transition: all 0.4s;
}
.extend-listing .listing:hover{
	border: solid 1px #2a272e;
}
.extend-listing .listing .img,
.extend-listing .listing .content{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
}
.extend-listing .listing .img{
	-ms-transform: scale(1.11, 1.11);
	-webkit-transform: scale(1.11, 1.11);
	transform: scale(1.11, 1.11);
	transition: all 0.5s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0);
}
.extend-listing .listing:hover .img{
	-ms-transform: scale(1.12, 1.12);
	-webkit-transform: scale(1.12, 1.12);
	transform: scale(1.12, 1.12);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.extend-listing .listing.left .img,
.extend-listing .listing.right .content{
	left: 0;
	padding: 0 70px 0 50px;
}
.extend-listing .listing.right .img,
.extend-listing .listing.left .content{
	right: 0;
	padding: 0 50px 0 70px;
}
.extend-listing .listing .content{
	height: 60%;
	margin: auto;
	top: 0;
	bottom: 0;
}
.extend-listing .listing .content h1{
	font-size: 26px;
}
.extend-listing .listing .content a{
    width: 190px;
    height: 45px;
    border: solid 2px #2a272e;
    display: block;
    margin: 50px auto 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2a272e;
    padding: 10px 0 0 0;
}
.extend-listing .listing .content a:hover{
	background: #2a272e;
	color: #ffffff;
}

@media (max-width:768px){

	.extend-listing .listing{
		height: auto;
	}
	.extend-listing .listing .img,
	.extend-listing .listing .content{
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 40px !important;
	}
	.extend-listing .listing .img,
	.extend-listing .listing:hover .img{
		height: 400px;
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0);
	}
	.extend-listing .full-content {
		padding: 0 5% 0 5%;
	}
	.extend-listing .full-content p{
		text-align: center;
	}
	.extend-listing .listing .content h1{
		font-size: 24px;
	}
}
@media (max-width:414px){
	.extend-listing .listing .img,
	.extend-listing .listing .content{
		padding: 50px 20px !important;
	}
	.extend-listing .listing .img,
	.extend-listing .listing:hover .img {
		height: 200px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*  Page - Title
/*-----------------------------------------------------------------------------------*/

.page-title{
	position: relative;
	width: 100%;
	height: 150px;
	background: #2a272e;
	text-align: center;
}

.page-title h1{
	position: absolute;
	height: 45px;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0 !important;
	font-family: 'Cormorant Garamond', serif;
	padding: 0;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 30px;
	letter-spacing:0.2em;
}


/*-----------------------------------------------------------------------------------*/
/*  Page - Parallax
/*-----------------------------------------------------------------------------------*/

.page.parallax{
	width: 100%;
	height: 780px;
	background: center center fixed no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 10;
}
.page.parallax .title{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100%;
	height: 130px;
	text-align: center;
}
.page.parallax .title h1{
	font-size: 32px;
	font-weight: 300;
	letter-spacing:0.25em;
	text-transform: uppercase;
}
.page.parallax .title a{
	display: block;
	width: 180px;
	height: 45px;
	margin: 30px auto 0 auto;
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	background: rgba(255,255,255,0);
	position: relative;
	border: solid 1px rgba(255,255,255,0.6);
	color: #2a272e;
	font-size: 14px;
	letter-spacing:0.05em;
	padding: 12px 0 0 0;
	font-weight: 600;
}
.page.parallax .title a:hover{
	background: rgba(255,255,255,0.3);
}
.page.parallax .title a::after{
	content: "";
	display: block;
	position: absolute;
	width: 150px;
	height: 100%;
	background: url(../images/shadow-effect.png) center center no-repeat;
	background-size: 100%;
	left: -120px;
	top: 0;
	z-index: 530;
	transition: all 0.9s;
}
.page.parallax .title a:hover::after{
	left: 150px;
}

/*-----------------------------------------------------------------------------------*/
/*  Accommodation
/*-----------------------------------------------------------------------------------*/
.room-details{
	width: 100%;
	height: auto;
	padding: 0 0 50px 0;
}
.room-details div{
	text-align: center;
}
.room-details h3{
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	color: #2a272e;
}
.room-details h3::before{
	content: "\f236";
	display: block;
	font-family: FontAwesome;
	font-size: 30px;
	width: 70px;
	height: 70px;
	border: solid 2px #2a272e;
	border-radius: 50%;
	color: #2a272e;
	overflow: hidden;
	padding: 15px 0 0 0;
	text-align: center;
	margin: 0 auto 30px auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.room-details h3:hover::before{
	-ms-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.room-details p{
	font-size: 16px;
}
a.content-book-btn{
    width: 220px;
    height: 50px;
    border: solid 2px #2a272e;
    display: block;
    margin: 0 auto 60px auto;
    text-align: center;
    overflow: hidden;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #2a272e;
    padding: 9px 0 0 0;
    border-radius: 10px;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500;
}
a.content-book-btn:hover{
	background: #2a272e;
	color: #ffffff;
}
a.content-book-btn.small{
	width: 160px;
	height: 40px;
	font-size: 14px;
	padding: 10px 0 0 0;
	margin: 50px 0 0 0;
}
.room-amenities{
	margin: -50px 0 150px 0;
}
.room-amenities ul{
	width: 100%;
	margin: 0 auto;
}
.room-amenities ul li{
	list-style: circle;
	font-size: 16px;
	letter-spacing:0.03em;
	width: 70%;
	margin: 0 auto;
	padding: 5px 0;
	font-weight: 300;
}

/*-----------------------------------------------------------------------------------*/
/*  Map
/*-----------------------------------------------------------------------------------*/
.map-popup{
	position: relative;
	width: 100%;
	height: 0;
	z-index: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.map-popup.show{
	height: 500px;
}
.map-popup .map-container #map-container{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(65%);
	filter: grayscale(65%);
	display: none;
	animation-name: zoom-in;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:0.4s;
}
.map-popup.show .map-container #map-container{
	display: block;
}
.map-popup .map-container .hide-map{
	position: absolute;
	z-index: 9999;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: #2a272e;
	display: none;
	animation-name: fadeIn;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay:0.9s;
	cursor: pointer;
	transition: all 0.4s;

}
.map-popup.show .map-container .hide-map{
	display: block;
	background: url("../images/icon/close-light.png") #2a272e center center no-repeat;
	background-size: 70%;
	transition: all 0.4s;
}
.map-popup.show .map-container .hide-map:hover{
	background: url("../images/icon/close-light.png") #0a0a0a center center no-repeat;
	background-size: 50%;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

.contact-details{
	width: 100%;
	height: auto;
	padding: 0 0 10px 0;
	font-size: 14px;
	letter-spacing:0.03em;
	color: rgba(255,255,255,0.6);
}
.contact-details p span{
	display: inline-block;
	width: 100px;
	font-size: 14px;
}
.contact-details p span::before{
	display: inline-block;
	width: 30px;
	text-align: center;
	color: rgba(255,255,255,0.6);
}
.modal-header h1{
	font-size: 24px !important;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 0.04em;
}

.igree{
	width: 100%;
	text-align: center;
	padding: 10px 0 5px 0;
}
.igree label{
	text-transform: none !important;
	color: rgba(255,255,255,0.6);
	transition: all 0.4s;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.igree input:checked ~ label {
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

footer{
	position: relative;
	top: -100px;
	background: #2a272e;
	padding: 190px 0px 120px 0px;
}
footer.page {
	padding: 120px 0px;
}
footer .content{
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.03em;
}
footer .content .page-wrapper{
	position: relative;
	width: auto;
	max-width: 1490px;
	margin: auto;
	padding: 0 50px;
	overflow: hidden;
}
footer .content h4{
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.09em !important;
}
footer .content nav a{
	position: relative;
	display: block;
	color: #fff;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding: 6px 0;
}
footer .content nav a::before{
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 3px;
}
footer .content nav.social a::before,
footer .content nav.style a::before{
	display: none;
}
footer .content nav a:hover{
	color: #d2c29d;
}
footer .content nav.style a{
	border: none;
	width: 150px;
	padding: 20px 0;
	top: 0;
}
footer .content nav.style a:hover{
	top: 5px;
}
footer .content nav.style a::after{
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 5px;
	transition: all 0.4s;
}
footer .content nav.style a:hover::after{
	top: -5px;
	background: #d2c29d;
}
footer .content ul,
footer .content ul li{
	margin: 0;
	padding: 0;
}
footer .footer-contact{
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	padding: 50px 50px 35px 50px;
	background: #ffffff;
}

footer .footer-contact span{
	display: inline-block;
	margin-right: 15px;
	letter-spacing: 0.02em;
	font-size: 13px;
}
footer .footer-contact span::before{
	display: inline-block;
	margin-right: 7px;
}
footer .content nav.social{
	font-weight: 300;
}
footer .content nav.social h4{
	text-align: left;
}
footer .content nav.social span::before{
	display: inline-block;
	width: 20px;
}
footer .copyright{
	text-align: right;
	font-size: 11px;
	position: relative;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}


.uk-modal-dialog{
	background: #2a262e !important;
	color: #fff !important;
	text-align: center !important;
}
.uk-modal-dialog h1{
	font-weight: 500 !important;
	font-size: 24px !important;
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}
.uk-modal-dialog p{
	letter-spacing: 0.04em;
}
.uk-modal-dialog button{
	display: block;
	background: #2a262e;
	color: #ffffff;
	transition: all 0.5s;
	border: solid 1px rgba(255,2555,255,0.3);
	margin: 30px auto 20px auto;
	width: 140px;
	height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 13px;
}
.uk-modal-dialog button:hover{
	border: solid 1px rgba(255,2555,255,1);
}

/*-----------------------------------------------------------------------------------*/
/*  Villa
/*-----------------------------------------------------------------------------------*/

.villa{
	width: 100%;
	position: relative;
}
.villa .listing{
	width: 50%;
	float: left;
	height: 600px;
	position: relative;
	z-index: 1;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.villa .listing .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #2a272e;
	z-index: 10;
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.villa .listing:hover .overlay{
	opacity: 0.7;
}
.villa .listing .title {
	position: absolute;
	width: 90%;
	height: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 50;
	text-align: center;
}
.villa .listing .title h1,
.villa .listing .title p{
	color: #ffffff;
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.villa .listing .title p{
	font-size: 16px;
	margin-top: 20px;
	font-weight: 400;
}
.villa .listing .title a{
	width: 180px;
	height: 50px;
	border: solid 2px #ffffff;
	display: block;
	margin: 30px auto 0 auto;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing:0.06em;
	color: #ffffff;
	padding:12px 0 0 0;
}
.villa .listing .title a:hover{
	background: #2a272e;
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

footer.light-footer{
	background: none;
	padding: 0 0 100px 0;
}
footer.light-footer.center{
	text-align: center;
}
footer.light-footer .content{
	color: #2a272e;
}
footer .footer-logo{
	width: 176px;
	height: 75px;
	background: url(../images_2023/vela-villa-logo.png) no-repeat center;
	display: block;
	position: relative;
	margin: auto;
	background-size: 60%;
}
footer.light-footer .content nav a{
	color: #2a272e;
	font-weight: 400;
}
footer.light-footer .content nav a:hover{
	color: #a99975;
}
footer.light-footer .content nav.style a::after{
	background: #2a272e;
}
footer.light-footer .footer-contact{
	background: #2a272e;
	color: #ffffff;
}
footer.light-footer .footer-contact{
	padding: 35px 50px 22px 50px;
}
footer .footer-info{
	padding: 50px 0;
}
footer .footer-info span{
	display: block;
	padding: 10px 0;
}
footer .footer-info span.inline{
	display: inline-block;
	padding: 0 8px;
}

footer .footer-social,
footer .footer-nav{
	width: 320px;
	margin: auto;
}
footer .footer-social span{
    display: inline-block;
    color: #2a262e;
    width: 45px;
    height: 45px;
    border: solid 1px #c0c0c0;
    font-size: 19px;
    overflow: hidden;
    padding: 7px 0 0 0;
    margin: 0 2px;
    transition: all 0.4s;
    border-radius: 6px;
    /* background: #fff !important; */
}
footer .footer-social span.line{
	background: url("../images/icon/line-icon.png") center center no-repeat;
	background-size: 60%;
}
footer .footer-social:hover span{
	border: solid 2px #f8f8f8;
	color: #2a262e;
}
footer .footer-social span:hover{
	border: solid 2px #2a262e;
}
footer .footer-nav{
	padding: 40px 0 0 0;
}
footer .footer-nav a{
	display: inline-block !important;
	width: auto !important;
	margin: 0 15px;
}
footer .copyright{
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*  Embed Feed
/*-----------------------------------------------------------------------------------*/
.embed-feed {
	margin: -100px 0 200px 0 !important;
	position: relative;
}
@media (max-width: 600px) {
	.embed-feed {
		margin: 0 0 100px 0 !important;
	}
}
.embed-feed .page-container {
	background: transparent !important;
    border-top: solid 1px #e1e1e1;
	z-index: 10 !important;
}
.embed-feed h3 {
	font-weight: 300;
	letter-spacing: 0.04em;
}
.embed-feed .cover {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg-palm-tree-leaves-isolated-white-background.png) #d9d4ca left bottom no-repeat !important;
	background-size: 50%;
	z-index: 1;
	opacity: 0.4;
}

.es-widget-details-container-template,
a.feed-powered-by-es.feed-powered-by-es-slider-new {
	display: none !important;
}
a.es-header-btn {
	background-color: #978c71 !important;
}
.embed-feed .page-container a.feed-powered-by-es,
iframe ~ a.feed-powered-by-es {
    display: none !important;
}


.quick-link{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    max-width: 50px;
    height: auto;
    max-height: 200px;
    z-index: 900;
}
        .quick-link a{
            display: block;
            width: 40px;
            height: 40px;
            background-color: #e1e1e1;
            padding: 0;
            margin: 0 0 5px 0;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            border-radius: 50%;
        }

        .quick-link a img {
            width: 40px;
            height: 40px;
        }

                .quick-link a:hover{
                      background-color: var(--primary-color);
                }
/*-----------------------------------------------------------------------------------*/
/*  Resize : Screen 1100px
/*-----------------------------------------------------------------------------------*/


@media (max-width:1280px){

}
@media (max-width:1100px){

	.page-container{
		padding: 50px;
	}
	.header-overlay .banner-title h1{
		font-size: 30px;
	}
	.header-overlay .header-contact{
		left: 50px;
	}
	.header-overlay .header-social{
		right: 50px;
	}
	.header-overlay a.find-btn{
		height: 40px;
		padding: 10px 0 0 0;
	}
	.home-aboutus .wrapper{
		height: 500px;
	}
	.home-aboutus .wrapper .img-wrapper .img {
		width: 330px;
		height: 250px;
	}
	.home-aboutus .wrapper .img-wrapper .img.img-02{
		right: -25px;
	}
	.home-aboutus .wrapper .content p,
	.extend-listing .list-item .content p,
	.home-aboutus .full-content p,
	.extend-listing .list-item .img-list span{
		font-size: 16px;
	}
	.extend-listing .list-item .img-list span{
		height: 55px;
	}
	.extend-listing .list-item .img-list .img-wrapper{
		height: 90%;
	}
	.extend-listing .list-item .img-list.left{
		left: -25px;
	}
	.extend-listing .list-item .img-list.right{
		right: -25px;
	}
	.full-slide .img-wrapper{
		height: 500px;
	}
	.extend-listing .list-item{
		height: 400px;
	}
	.extend-listing .list-item .content p{
		height: 120px;
	}
	.extend-listing .list-item .content p.marks::before{
		top: -25px;
	}
	footer {
		padding: 150px 50px 100px 50px;
	}
}

@media (max-width:1024px){
	.full-content{
		padding: 100px 5% 70px 5%;
	}
	.header-overlay .banner-title h1,
	.header-overlay .banner-title.banner-page h1,
	.full-content h1,
	.page.parallax .title h1{
		font-size: 26px;
	}
	.header-tab nav ul.main-nav li,
	.header-tab nav ul.main-nav li.sub-menu::after{
		margin: 0 3px;
	}
	.header-tab nav a{
		margin: 0 5px;
	}
	footer .footer-contact span{
		display: block;
	}
	.home-aboutus .wrapper.parallax{
		height: 600px;
	}
	.gallery .gallery-title a{
		font-size: 13px;
	}
	footer .content nav a{
		font-size: 13px;
	}
	footer{
		padding: 150px 0 160px 0;
	}
	footer.page{
		padding: 60px 0px 160px 0;
	}
}