@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:400,500,600,700,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Aclonica&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');
@font-face {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    src: url('../fonts/texgyreadventor-regular-webfont.html') format('woff2'),
         url('../fonts/texgyreadventor-regular-webfont-2.html') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
font-family: 'Poppins', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.zoom {
transition:transform .0s; /* Animation */
}
.zoom:hover {
transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
cursor:pointer;
}
#main,
body,
html {
    height: 100%;
}
.home-page {
    position: fixed;
    top: 10vw;
    left: 10vw;
    right: 10vw;
    width: 1000px;
    z-index: 9999;
    margin: 0 auto;
}
.home-page-box-left {
    background-color: rgba(255, 255, 255, 0.9);
    width: 46%;
    float: left;
    margin-right: 0;
    margin-left: 2%;
    padding: 20px;
    text-align: center;
    height: 450px;
}
.home-page-box-right {
    background-color: rgba(255, 255, 255, 0.9);
    width: 46%;
    float: left;
    margin-right: 0;
    margin-left: 2%;
    padding: 20px;
    text-align: center;
    height: 450px;
}
.home-page-box-left p, .home-page-box-right p {
    font-size: 18px;
    text-align: center!important;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#000;
	text-decoration:none;
}
.home-page-box-left p a, .home-page-box-right p a {
    font-size: 18px;
    color:#000;
	text-decoration:none;
}
.home-page-box-left p a:hover, .home-page-box-right p a:hover {
    color:#bf7f14;
	text-decoration:none;
}
.home-page-btn a {
    background-color: #bf7f14;
    font-size: 16px;
    color: #FFFF;
    display: block;
    margin: 0 auto 0;
    padding: 10px 18px;
    text-decoration: none;
    text-shadow: none;
    width: 250px;
}
.home-page-btn a:hover {
background-color:#000;
color: #FFFF;
}
.carousel-caption h5 {
font-family: 'Aclonica', sans-serif;
  display: inline-block;
  padding: 1vw;
  color:#FFF;
  font-size:4vw;
  line-height:1em;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.carousel-caption h5 span {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.2vw;
font-style:normal;
letter-spacing:.1vw;
font-weight:500;
text-transform:uppercase;
color:#FFF;
text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.capimages img {
width:auto!important;
}
.leaf-logo {
width:30%!important;
margin:0 auto;
}
.leaf-logo img {
width:40%!important;
}
.topsection {
position:absolute;
background-color:#bf7f14;
width:100%;
z-index:1000;
padding:0;
color:#FFF;
}
.topsection li {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1vw;
font-style: normal;
list-style:none;
display:inline-block;
margin-right:1vw;
color:#FFF;
font-weight:400;
text-decoration:none;
}
.topsection li a {
color:#FFF;
text-decoration:none;
}
.topsection li a:hover {
color: #FFFF00;
text-decoration:none;
}
.topsection li i {
margin-right:.1vw;
font-size:1.1vw;
}
header {
position: fixed;
width: 100%;
z-index: 22;
top: 0;
left: 0;
background: rgba(255, 255, 255, 1);
padding-bottom:0;
padding-top:0;
}
.tr-header {
background: rgba(255, 255, 255, 1);
height:6.5vw;
margin-top:2.5vw;
}
header.tr-header.sticky {
background: rgba(255, 255, 255, 1);
margin-top:0;
height:6vw;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.logo-holder {
position: relative;
padding-top:.3vw;
}
.logo-vis {
position: relative;
z-index: 1;
transition: all .2s linear
}
.logo-holder img {
width:90%;
}
.logo-notvis {
position: absolute;
top:0;
left: 0;
z-index: 2;
transition: all .2s linear;
-webkit-transform: scale(.2);
-moz-transform: scale(.2);
transform: scale(.2);
opacity: 0;
}
header.sticky img.logo-vis {
width:100%;
-webkit-transform: scale(.2);
-moz-transform: scale(.2);
transform: scale(.2);
opacity: 0;
}
header.sticky img.logo-notvis {
width:85%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1;
margin:0 auto;
}
.transition {
-webkit-transition: all .5s linear;
-moz-transition: all .5s linear;
-o-transition: all .5s linear;
-ms-transition: all .5s linear;
transition: all .5s linear
}
.box-border {
	border:1px solid#ECECEC;
	margin-bottom:3vw;
}
.top-link1 {
	width:100%;
	text-align: left;
	padding:30px 0 0 0;
	margin:0;
}
.top-link1 li {
	font-family:muli;
	color:#000;
	font-size:14px;
	display:inline-block;
	letter-spacing:0;
	font-weight:600;
    padding: 15px 12px;
	line-height:1.2vw;
	border-right:0vw solid #f3efec;
	text-transform:uppercase;
}
.top-link1 li a {
	color:#000;
	letter-spacing:0;
	font-weight:600;
}

.top-link1 li:hover {
	color:#FFF;
	background-color:#bf7f14;
	border-radius:5px;
}
header.sticky .top-link1 {
padding:1.5vw 0 0 0;
}
header.sticky .top-link1 li {
	font-family:'muli', sans-serif;
	color:#000;
	font-size:14px;
	letter-spacing:0;
	display:inline-block;
	font-weight:500;
    padding: 1vw 1vw;
	line-height:1.2vw;
	border-right:0vw solid #f3efec;
	text-transform:uppercase;
}
header.sticky .top-link1 li a {
	color:#000;
	letter-spacing:.1vw;
	font-weight:600;
}
header.sticky .top-link1 li:hover {
	color:#FFF;
	background-color:#bf7f14;
	border-radius:5px;
}
.bookingbox-toggler {
    background: #bf7f14;
    text-decoration: none;
    display: inline-block;
    color: #FFF!important;
    font-size: 1vw;
    letter-spacing: 0;
    transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    border: 0;
    cursor: pointer;
    outline: 0;
    border-radius:0;
    line-height: 1.5em;
    padding: 1vw 1vw!important;
    text-transform: uppercase;
	border-radius:5px;
}
.bookingbox-toggler:hover {
    background: #000!important;
}
.banner img {
width:100%;
}
#return-to-top {
    position: fixed;
    bottom:8vw;
    right: 2vw;
    background: rgba(0, 0, 0, 0.7);
    width:3vw;
    height:3vw;
    display: block;
    text-decoration: none;
    -webkit-border-radius:2vw;
    -moz-border-radius: 2vw;
    border-radius:2vw;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 1vw;
    top: 1vw;
    font-size:1.5vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
   background: rgba(0, 0, 0, 1);
}
#return-to-top:hover i {
    color: #fff;
    top:.5vw;
}
/* Style The Dropdown Button */
.dropbtn {
color: #716863;
padding: 2.2vw;
font-size:1.1vw;
border: none;
cursor: pointer;
text-align:left;
margin-top:-2em!important;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 100%;
box-shadow: 0px 0.6vw 1vw 0px rgba(0,0,0,0.2);
z-index: 1;
font-size:1.1vw;
}
/* Links inside the dropdown */
.dropdown-content a {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
padding: 1vw 1.2vw;
text-decoration: none;
font-weight:300;
letter-spacing:.1vw;
text-transform:uppercase;
display: block;
font-size:1vw;
text-align:left;
border-bottom:.1vw solid rgba(203,203,203,0.2);
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #000;
color:#FFF;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
background-color: #FFF;
color:#000;
}
.column {
margin: 0px 0px 0;
padding: 0;
}
.column:last-child {
padding-bottom: 0px;
}
.column::after {
content: '';
clear: both;
display: block;
}
.column div {
	position: relative;
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.product-grid {
margin-bottom:2vw;
}
.product-grid h2 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.6vw!important;
font-weight:600;
color:#000;
line-height:1.2em;
padding-top:.5vw;
}
.product-home {
width:100%;
}
.product-home img {
width:100%;
}
.no-padding {
padding:0!important;
}
.left-no-padding {
padding-left:0!important;
}
.content-box {
margin:3vw;
padding:4vw;
background-color:#FFF;
}
.golden-border {
border:.1vw solid#bf7f14 !important;
}
.content-box h2 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:3vw;
font-weight:300;
color:#000;
line-height:1.2em;
}
.content-box p {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.2vw;
color:#444;
font-style:italic;
padding:1.3vw;
line-height:1.7em;
}
.black-bg {
background-color:#585757!important;
}
.grey-border {
border:.1vw solid rgba(255, 255, 255, 0.2);
}
.content-box-black {
margin:3vw;
padding:4vw;
}
.content-box-black h2 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:3vw;
font-weight:300;
color:#FFF;
line-height:1.2em;
}
.content-box-black p {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.2vw;
color:#FFF;
font-style:italic;
padding:1.3vw;
line-height:1.7em;
}
.read {
	display: inline-block;
	padding:0.9vw 1.2vw;
	z-index: 0;
	color: #FFF;
	background-color:#bf7f14;
	border:.1vw solid#bf7f14;
	text-align: center;
	font-size: 1vw;
	text-transform: uppercase;
	font-weight:400;
	letter-spacing:.1vw;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-bottom:1vw;
}
.read:hover {
	color: #000;
	background-color:#FFF;
	text-decoration:none;
	border:.1vw solid#999;
}

.book {
	display: inline-block;
	padding:0.9vw 1.2vw;
	z-index: 0;
	color: #FFF;
	background-color:#bf7f14;
	border:.1vw solid#FFF;
	text-align: center;
	font-size: 1vw;
	text-transform: uppercase;
	font-weight:400;
	letter-spacing:.1vw;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.book:hover {
color: #FFF;
background-color:#000;
text-decoration:none;
border:.1vw solid#000;
}
.bg-grey {
background-color:#F8F8F8;
}
.no-padding {
padding:0!important;
}
.md-padding {
padding:3vw;
}
.md-right-padding {
padding-right:3vw;
padding-top:3vw;
}
.md100 {
margin-top:8vw;
}
.line-bg {
	background-image:url(../images/bg-line.png);
	background-repeat:repeat;
}
.welcome-section {
padding:3vw 3vw;
}
.welcome-section h1 {
font-family: 'Aclonica', sans-serif ;
font-size:35px;
display: block;
margin-bottom:1vw;
color: #000;
}
.welcome-section h2 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
display: block;
font-weight:600;
margin-bottom:1vw;
color: #bf7f14;
text-transform: uppercase;
letter-spacing:.1vw;
}
.welcome-section p {
font-family: 'Muli', sans-serif;
font-size:16px;
font-weight:300;
    color: #555;
font-style: normal;
padding:0 0 1vw 0;
line-height:30px;
margin-bottom:0;
}
.welcome-section h3 {
font-family: 'Muli', sans-serif;
font-size:1.4vw;
font-weight:600;
color:#000;
line-height:1.5em;
}
.welcome-box {
width:100%;
margin:0 auto;
margin-top:1vw;
}
.welcome-grid {
width: 100%;
background: #bf7f14;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius:.5vw;
-moz-border-radius:.5vw;
-ms-border-radius:.5vw;
border-radius:.5vw;
padding:2vw 0;
margin-bottom:2vw;
margin-top:1.5vw;
}
.welcome-grid:hover {
	background: #000;
}
.no-padding-left {
	padding-left:0!important;
}
.md-top {
margin-top:2vw;
}
.facilities-grid {
width: 100%;
background: #FFF;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius:.5vw;
-moz-border-radius:.5vw;
-ms-border-radius:.5vw;
border-radius:.5vw;
padding:2vw 0;
margin-bottom:2vw;
margin-top:1.5vw;
}
.facilities-grid:hover {
background:#E6E6E6;
}
.facilities-grid h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
	padding-left:1vw;
	padding-right:1vw;
	padding-top:1vw;
    color: #000;
    line-height: 1.3em;
}
.facilities-grid img {
width:30%!important;
}
.about-section {
position:relative;
margin-bottom:2vw;
margin-top:-10vw;
padding:3vw 4vw 2vw 4vw;
}
.about-page-section {
padding:1vw 2vw 2vw 2vw;
}
.about-page-section iframe {
	width:100%;
	height:25vw;
	margin-top:2vw;
}
.about-page-section h1 {
font-family: 'Aclonica', sans-serif;
font-size:2.5vw;
display: block;
margin-bottom:1vw;
color: #000;
}
.about-page-section h2 {
font-family:'Aclonica', sans-serif;
font-size: 1vw;
display: block;
margin-bottom:1vw;
color: #bf7f14;
text-transform: uppercase;
letter-spacing:.1vw;
font-weight:600;
}
.about-page-section p {
font-family: 'Muli';
    font-size: 16px;
    /* font-weight: 300; */
    color: #181717;
    font-style: normal;
    padding: 0 0 1vw 0;
    line-height: 30px;
    margin-bottom: 0;
}
.about-page-section p a {
font-size:16px;
font-weight:400;
color:#000;
text-decoration:none;
}
.about-page-section p a:hover {
font-size:1.5vw;
font-weight:400;
color:#bf7f14;
text-decoration:none;
}
.about-page-section h3 {
font-size:1.4vw;
font-weight:400;
color:#000;
line-height:1.5em;
}
.services-grid {
width: 100%;
background:#F8F8F8;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius:.5vw;
-moz-border-radius:.5vw;
-ms-border-radius:.5vw;
border-radius:.5vw;
padding:2vw 0;
margin-bottom:0;
margin-top:0;
}
.services-grid:hover {
background:#E6E6E6;
}
.services-grid h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
	padding-left:1vw;
	padding-right:1vw;
	padding-top:1vw;
    color: #000;
    line-height: 1.3em;
}
.services-grid img {
width:25%!important;
}
.welcome-grid h3 {
font-family: 'Muli', sans-serif;
font-size:1.3vw;
font-weight:400;
padding:0;
color:#FFF;
line-height:1.5em;
}
.welcome-grid h4 {
font-family: 'Muli', sans-serif;
font-size:1.2vw;
font-weight:400;
padding:0;
color:#000;
line-height:1.5em;
}
.welcome-grid img {
width:65%!important;
margin-top:1vw;
}
.welcome-section img {
width:100%;
}
.gallery-section {
padding:3vw 0 1vw 0;
}
.gallery-section h1 {
font-family: 'Muli', sans-serif;
font-size:2.5vw;
display: block;
margin-bottom:1vw;
color: #000;
}
.gallery-section h2 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1vw;
display: block;
margin-bottom:1vw;
color: #bf7f14;
text-transform: uppercase;
letter-spacing:.1vw;
font-weight:600;
}
.gallery-section p {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.3vw;
font-weight:400;
color:#000;
font-style: normal;
padding:1.3vw 4vw 1.3vw 4vw;
line-height:1.7em;
margin-bottom:0;
}
.gallery-section h3 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.4vw;
font-weight:400;
padding:1.5vw 6vw 1vw 6vw;
color:#000;
line-height:1.5em;
}
.room-grid {
width: 100%;
background: #FFF;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius:.5vw;
-moz-border-radius:.5vw;
-ms-border-radius:.5vw;
border-radius:.5vw;
padding:1.5vw;
}
.room-grid h3 {
font-family: 'Muli', sans-serif;
font-size:1.6vw;
font-weight:400;
color:#000;
padding:0;
line-height:1.5em;
}
.room-grid p {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.1vw;
font-weight:400;
padding:0;
padding-bottom:1vw;
color:#000;
line-height:1.7em;
}
.room-grid img {
width:100%!important;
}
.bg-color {
background-color:#f8f9fa!important;
}
.bg-green {
background-color:#000;
padding:3vw!important;
padding-bottom:2vw!important;
}
.bg-green h1 {
font-family: 'Muli', sans-serif;
font-size:2vw;
display: block;
color: #FFF;
}
.bg-green h2 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1vw;
display: block;
margin-bottom:1vw;
color: #FFF;
text-transform: uppercase;
letter-spacing:.2vw;
}
.top-space-strip {
margin-top:1.8vw;
}
.social-icon {
margin-top:1vw;
}
.social-icon li {
display:inline-block!important;
list-style:none;
background-color:#bf7f14;
margin-right:.5vw;
text-align:center;
border-radius:3vw;
width:3vw;
height:3vw;
line-height:3vw;
}
.social-icon li:hover {
background-color:#000;
}
.social-icon li i {
font-size:1.5vw;
margin-right:0!important;
padding-top:.2vw;
color:#FFF;
}
.ftr-section {
background-color: #f2f2f2 !important;
padding:2vw;
}
.ftr-section h1 {
font-family: 'Muli', sans-serif;
font-size:1.5vw;
display: block;
line-height:1.5em;
margin-bottom:1vw;
color: #000;
font-weight:800;
}
.ftr-section h2 {
font-family:'Aclonica', sans-serif;
font-size: 20px;
display: block;
margin-bottom:.5vw;
margin-top:1.5vw;
color:#bf7f14;
text-transform: uppercase;
font-weight:600;
}
.ftr-section img {
width:80%;
}
.ftr-section h3 {
font-family:'Aclonica', sans-serif;
font-size:1.3vw;
font-weight:400;
color:#FFF;
line-height:1.5em;
margin-bottom:0;
}
.ftr-section p {
font-family:'Muli';
font-size:15px;
font-weight:400;
color:rgba(0, 0, 0, 1);
font-style: normal;
line-height:1.8em;
margin-bottom:0;
text-decoration:none;
color:#000;
}
.ftr-section p a {
color:rgba(0, 0, 0, 1);
text-decoration:none;
}
.ftr-section p a:hover {
color:#bf7f14;
text-decoration:none;
}
.ftr-section p i {
margin-right:.5vw;
}
.ftr-padding-left {
padding-left:2vw;
}
.ftr-padding-top {
padding-top:1vw;
}
.ftr-border-right {
border-right:.1vw solid rgba(255, 255, 255, 0.05);
}
.ftr-section li {
list-style:none;
display:block;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1vw;
color:rgba(255, 255, 255, 0.8);
font-style: italic;
padding-top:.5vw;
padding-bottom:.5vw;
line-height:1.5em;
margin-bottom:0;
text-decoration:none;
border-bottom:.1vw solid rgba(255, 255, 255, 0.05);
}
.ftr-section li a {
color:rgba(255, 255, 255, 0.8);
text-decoration:none;
}
.ftr-section li a:hover {
color:rgba(255, 255, 255, 1);
text-decoration:none;
}
.ftr-section li i {
margin-right:.5vw;
}
.more {
	display: inline-block;
	padding:0.5vw 1vw;
	z-index: 0;
	color: #FFF;
	background-color:#bf7f14;
	border:.1vw solid#bf7f14;
	text-align: center;
	font-size:.8vw;
	text-transform: uppercase;
	font-weight:400;
	letter-spacing:.1vw;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-top:1vw;
}
.more:hover {
	color: #000;
	background-color:#FFF;
	text-decoration:none;
	border:.1vw solid#999;
}
.footer {
	background-color:#000;
	padding:.5%;
}
.footer-left {
	margin-left:1vw;
}
.footer-right {
	margin-right:1vw;
}
.monogram {
	float:left;
	width:3.3%;
	height:auto;
}
.monogram img {
width:80%;
}
.weblink {
font-family: 'Poppins', sans-serif;
font-size:1vw;
color:#FFF;
padding-top:.1vw;
float:left;
text-decoration:none;
font-weight:400;
}
.weblink a {
font-family: 'Poppins', sans-serif;
font-size:1vw;
color:#FFF;
text-decoration:none;
font-weight:700;
}
.weblink a:hover {
color:#FFFF00;
text-decoration:none;
}
.copyright {
font-family: 'Poppins', sans-serif;
font-size:14px;
text-align:center;
color:#FFF;
padding-top:.1vw;
font-weight:400;
}
table {
border-width: 1px;
border-spacing: 0px;
border-style: none;
border-color: gray;
border-collapse: collapse;
font-size:1.1vw;
font-weight:400;
letter-spacing:0.01vw;
width:100%;
margin:0 auto;
margin-top:2vw;
margin-bottom:2vw;
text-align:center;
}
th {
background:#bf7f14;
color:#FFF;
padding:10px;
text-align: center;
border:1px solid #ebebeb;
font-weight:bold;
}
td {
padding:10px;
border:1px solid #ebebeb;
font-weight:bold;
}
tr:nth-child(2n) {
background:#f2f2f2;
}
/* Testimonials */

#basic-testimonials-section {
  border:none;
}

#basic-testimonials-section .w-slider-nav {
  top:auto;
  bottom:-2vw;
}

#basic-testimonials-section .container-full {
  padding:2vw 0 0 0;
}

#basic-testimonials-section h4 {
  text-align:center;
  font-size:1.5vw;
  font-weight:600;
  line-height:1.5em;
}

#basic-testimonials-section p {
  font-size:1.3vw;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight:400;
  text-align:center;
  padding: 1.3vw 4vw 1.3vw 4vw;
}
#basic-testimonials-section h4 span {
text-align:center;
font-size:1.1vw;
padding:0;
font-weight:400;
}
.text-slide {
    margin:11vw auto;
    position: absolute;
    text-align: center;
    width: 100%;
}
.room-slide {
    background: rgba(17, 94, 62, 0.8) none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    padding: 1vw 0 2vw;
    position: relative;
    width: 35%;
    z-index: 1;
	padding:1vw;
}
.room-slide-box {
border:.1vw solid rgba(255,255,255,0.2);
	padding:1vw;
}
.room-slide h2 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1vw;
    display: block;
    margin-bottom: 1vw;
	margin-top:1vw;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .2vw;
}
.room-slide h1 {
    font-family: 'Muli', sans-serif;
    font-size: 2.5vw;
    display: block;
    margin-bottom: 1vw;
    color: #FFF;
}
.room-slide p {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1vw;
    display: block;
    margin-bottom: 1vw;
	margin-top:1vw;
    color: #FFF;
}
.about-content {
padding:2vw 3vw!important;
background-color:#FFF;
position:absolute;
margin-left:35vw;
margin-top:5.5vw;
}
.about-content h2 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2.5vw;
    display: block;
    margin-bottom: 1vw;
    color: #b8b8b8;
	text-transform:none;
	letter-spacing:0;
	line-height:1.5em;
	font-weight:300;
}
.about-content h2 span {
font-size: 2.7vw;
font-family: 'Libre Baskerville', serif;
font-style:italic;
color:#115e3e;
font-weight:500;
}
.about-content p {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    display: block;
    margin-bottom: 1vw;
	margin-top:1vw;
	padding:0!important;
    color: #000;
	line-height:1.6em;
	font-weight:300;
}
hr.tall {
    margin: 0 0 0 0;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
    border: 0;
    height: 1px;
    margin: 1vw 0 1vw 0;
}
.room-content-border {
border:.1vw solid rgba(0, 0, 0, .1);
}
.room-content {
padding:2vw 3vw 1vw 1vw!important;
background-color:#FFF;
}
.room-content h2 {
font-family:'Aclonica';
    font-size: 1vw;
    display: block;
    margin-bottom: 1vw;
    color: #bf7f14;
    text-transform: uppercase;
    letter-spacing: .2vw;
}
.room-content h3 {
font-family: 'Muli', sans-serif;
font-size:1.6vw;
display: block;
margin-bottom:1vw;
color:#000;
font-weight:500;
padding:0!important;
}
.room-content h4 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:1.5vw;
    display: block;
    margin-bottom: 1vw;
    color: #000;
	text-transform:none;
	letter-spacing:0;
	line-height:1.5em;
	font-weight:300;
}
.room-content h4 span {
font-size: 1.8vw;
font-family: 'Libre Baskerville', serif;
font-style:italic;
color:#115e3e;
font-weight:500;
}
.pt-50 {
	padding-top:40px
}
.room-content p {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2vw;
    display: block;
    margin-bottom: 1vw;
	margin-top:1vw;
	padding:0!important;
    color: #000;
	line-height:1.6em;
	font-weight:300;
}
.room-content li {
display:inline-block;
list-style:none;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.1vw;
    display: block;
    margin-bottom:0;
	margin-top:.5vw;
	padding:0!important;
    color: #000;
	line-height:1.5em;
	font-weight:400;
}
.amenities li {
list-style:none;
font-size: 1.5vw;
display: inline-block;
margin-bottom:1vw;
margin-top:.8vw;
padding:0!important;
margin-right:2vw;
}
.amenities li img {
width:25px;
opacity:0.5;
}
.rooms-margin-bottom {
margin-bottom:2vw;
margin-top:2vw;
}
.contact-content iframe {
width:100%;
height:20vw;
margin-bottom:2vw;
}
.contact-content {
padding:1vw 1vw 1vw 1vw!important;
background-color:#FFF;
}
.contact-content h2 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1vw;
    display: block;
    margin-bottom: 1vw;
    color: #bf7f14;
    text-transform: uppercase;
    letter-spacing: .2vw;
}
.contact-content h1 {
font-family: 'Muli', sans-serif;
font-size:1.8vw;
display: block;
margin-bottom:1vw;
color:#000;
font-weight:500;
padding:0!important;
}
.contact-content h4 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:1.2vw;
    display: block;
    margin-bottom: 1vw;
    color: #000;
	text-transform:none;
	letter-spacing:0;
	line-height:1.5em;
	font-weight:600;
}
.contact-content p {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2vw;
    display: block;
    margin-bottom: 1vw;
	margin-top:1vw;
	padding:0!important;
    color: #000;
	line-height:1.5em;
	font-weight:400;
	text-decoration:none;
}
.contact-content p a {
    color: #000;
	text-decoration:none;
}
.contact-content p a:hover {
    color: #CCCCCC;
	text-decoration:none;
}
/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom:.5vw;
  margin-left: -4vw;
  padding: .5vw;
  width:200px;
  -webkit-border-radius: .1vw;
  -moz-border-radius:.1vw;
  border-radius:.1vw;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size:1vw;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -.5vw;
  width: 0;
  border-top: .1vw solid #000;
  border-top: .1vw solid hsla(0, 0%, 20%, 0.9);
  border-right: .1vw solid transparent;
  border-left: .1vw solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.review-section {
padding:2vw;
}
.review-section img {
width:70%;
}
.review-section-border {
border-right:.01vw solid rgba(0, 0, 0, 0.05);
}
.keyword {
padding:1vw;
}
.keyword li {
display:inline-block;
color:rgba(0, 0, 0, 0.3);
list-style:none;
font-style:normal;
font-size:.9vw;
line-height:.9em;
text-decoration:none;
border-right:.01vw solid rgba(0, 0, 0, 0.1);
padding-right:.8vw;
padding-left:.3vw;
}
.keyword li a {
color:rgba(0, 0, 0, 0.3);
text-decoration:none;
}
.keyword li a:hover {
color:rgba(0, 0, 0, 1);
text-decoration:none;
}
.desktop-show {
display:block;
}
.mobile-show {
display:none;
}
/* ----> wrapper */
#content-slider .wrap-slider {
  max-width: 1200px;
  /*height: 100%;*/
  width: 100%;
  margin: 0px auto;
  position: relative;
  text-align: right;
}

#content-slider .wrap-slider.full {
  width: 100%;
  max-width: 100%;
  text-align: center; 
  border: none;
}


/* --------> Link style */
#content-slider *:focus {
  outline: 0;
} 

#content-slider a:hover {
  color: #7FD4FD;
  text-decoration: underline;
}

#content-slider a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#content-slider a:hover,
#content-slider a:active {
  outline: 0;
}

/* -------> Responsive images (ensure images don't scale beyond their parents) */
#content-slider img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* -------> Main */
#content-slider .slider {
  margin-top: 5%;
  /*position: absolute;*/
  overflow: hidden;
  width: 100%;
  margin: 0 auto;		

  position: relative;				
}

#content-slider .inset {
  width: 500%;			
  line-height: 0;

  -webkit-animation: 30s slidy infinite;
  -moz-animation: 30s slidy infinite;
  -ms-animation: 30s slidy infinite;
  -o-animation: 30s slidy infinite;
  animation: 30s slidy infinite;

  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; 
}

#content-slider h1.main-title {
  text-align: center;
  color: #00ABFA;
  font-weight: 200;
  font-size: 2rem;			
  line-height: 3rem;
  text-transform: uppercase;
  margin: 5px 0 0px 0;
}

#content-slider .slider [class*='title-'] {
  background: rgba(0, 0, 0, 0.51);
  padding: 1% 1%;
  display: inline-block;
  width: 40%;
  height: auto;
  position: absolute;
  z-index: 12;
  margin: 15px 0 0 15px;
  line-height: normal;
  overflow: hidden;
  text-align: left;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}

#content-slider .th>[class*='title-'] {
  width: auto;
  height: auto;
  position: absolute;
  top: 0em;
  right: 0em;
  text-align: right;
  margin: 5px 10px 0 0;
  opacity: 1;
  line-height: normal;
  overflow: hidden;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* -------> Article */
#content-slider .slider h1,
#content-slider .th h1 {
  color: #fffefe;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

#content-slider .slider p,
#content-slider .th p {
  color: #fffefe;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#content-slider .slider a,
#content-slider .th a {
  font-weight: bold;
  color: #00ABFA;
  text-decoration: none;
  text-transform: uppercase;
}

/* -------> Article IMg Slider */
#content-slider .slider h1 { font-size: 1.5rem; }

#content-slider .slider p {	font-size: 1.2rem; }

#content-slider .slider a { font-size: 1rem; }

/* -------> Article IMg Prev */
#content-slider .th h1 { font-size: 1rem; }

#content-slider .th p { font-size: .875rem; }

#content-slider .th a { font-size: .75rem; }

#content-slider .th img {
  position: relative;
  max-width: 100%;
  height: auto !important;
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -o-filter: brightness(50%);
  filter: brightness(50%);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}

#content-slider .th:hover img {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}


/* -------> Main Img */
#content-slider figure {
  margin: 0;
  padding: 0;
  width: 20%;
  float: left;
  cursor: pointer;

  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; 
}

#content-slider figure img {
  width: 100%;
  position: relative;
}	

/* -------> Max contrloS img preview */	
#content-slider span.th {
  width: 25%;
  margin: 35% 0% 0 0%;
  float: left;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}

#b-1 { left: 0; }
#b-2 { left: 25%; }
#b-3 { left: 50%; }
#b-4 { left: 75%; }

#content-slider input[type='radio'] {			
  width: 10px;
  height: 10px;
  display: none;
  position: relative;
  display: none;
}

#control{					
  position: absolute;
  left: 3%;
  z-index: 5;			
  top: 55%;
  width: 95%;
}

#content-slider label.first{
  width: 9px;
  height: 9px;
  margin: 0 2px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid #00ABFA;
  background: #00ABFA;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

#content-slider #main {
  padding: 1% 0;
  width: 100%;
  /*margin-top: 29.2%;*/
  bottom: 0;
  z-index: 10;
  position: absolute;
  text-align: center;
}

#content-slider input[type='radio'] {			
  width: 10px;
  height: 10px;
  display: none;
  position: relative;
  display: none;
}

#content-slider #control{					
  position: absolute;
  left: 3%;
  z-index: 15;			
  top: 0%;
  width: 95%;
  /*margin-top: 10%;*/

  /*display: none;*/
  height: 50px;
  top:50%;
  margin-top: -25px;
}

/* -------> Controls */	
#main>label:hover { width: 9px; height: 9px; background: #FFF; border: 1px solid #00ABFA; }	

input#a-1:checked ~ .slider .inset { margin-left: 0%;   }
input#a-2:checked ~ .slider .inset { margin-left:-100%; }
input#a-3:checked ~ .slider .inset { margin-left:-200%; }
input#a-4:checked ~ .slider .inset { margin-left:-300%; }
input#a-5:checked ~ .slider .inset { margin-left:-400%; }


input#a-1:checked ~ #main>label:nth-child(1) { opacity: 1; background: #fff; }
input#a-2:checked ~ #main>label:nth-child(2) { opacity: 1; background: #fff; }
input#a-3:checked ~ #main>label:nth-child(3) { opacity: 1; background: #fff; }
input#a-4:checked ~ #main>label:nth-child(4) { opacity: 1; background: #fff; }

input#a-1:checked ~ #control>label:nth-child(2),
input#a-2:checked ~ #control>label:nth-child(3),
input#a-3:checked ~ #control>label:nth-child(4),
input#a-4:checked ~ #control>label:nth-child(1),
input#a-5:checked ~ #control>label:nth-child(1),
input#a-1:checked ~ #control>label:nth-child(4),
input#a-2:checked ~ #control>label:nth-child(1),
input#a-3:checked ~ #control>label:nth-child(2),
input#a-4:checked ~ #control>label:nth-child(3) {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  display: inline-block;
  position: relative;			
  cursor: pointer;
}

input#a-1:checked ~ #control>label:nth-child(2):after,
input#a-2:checked ~ #control>label:nth-child(3):after,
input#a-3:checked ~ #control>label:nth-child(4):after,
input#a-4:checked ~ #control>label:nth-child(1):after,
input#a-5:checked ~ #control>label:nth-child(1):after,
input#a-1:checked ~ #control>label:nth-child(4):after,
input#a-2:checked ~ #control>label:nth-child(1):after,
input#a-3:checked ~ #control>label:nth-child(2):after,
input#a-4:checked ~ #control>label:nth-child(3):after {
  font-family: FontAwesome;
  font-size: 7rem;
  line-height: 7rem;
  color:#00ABFA;
  position: absolute;

  top:0;
  left: 0;
}

input#a-1:checked ~ #control>label:nth-child(2),  
input#a-2:checked ~ #control>label:nth-child(3), 
input#a-3:checked ~ #control>label:nth-child(4), 
input#a-4:checked ~ #control>label:nth-child(1) {		
  float: right;
  right: 0.3%;						
}

input#a-1:checked ~ #control>label:nth-child(2):after,  
input#a-2:checked ~ #control>label:nth-child(3):after, 
input#a-3:checked ~ #control>label:nth-child(4):after, 
input#a-4:checked ~ #control>label:nth-child(1):after {						
  content: "\f105";						
}

input#a-1:checked ~ #control>label:nth-child(4),
input#a-2:checked ~ #control>label:nth-child(1),
input#a-3:checked ~ #control>label:nth-child(2),
input#a-4:checked ~ #control>label:nth-child(3) {	
  float: left;
  left: 0.3%;			
}

input#a-1:checked ~ #control>label:nth-child(4):after,
input#a-2:checked ~ #control>label:nth-child(1):after,
input#a-3:checked ~ #control>label:nth-child(2):after,
input#a-4:checked ~ #control>label:nth-child(3):after {
  content: "\f104";
}

span#a-1:focus ~ .slider .inset { margin-left: 0%;   }
span#a-2:focus ~ .slider .inset { margin-left:-100%; }
span#a-3:focus ~ .slider .inset { margin-left:-200%; }
span#a-4:focus ~ .slider .inset { margin-left:-300%; }
span#a-5:focus ~ .slider .inset { margin-left:-400%; }

span#b-1:focus ~ .slider .inset { margin-left: 0%;   }
span#b-2:focus ~ .slider .inset { margin-left:-100%; }
span#b-3:focus ~ .slider .inset { margin-left:-200%; }
span#b-4:focus ~ .slider .inset { margin-left:-300%; }
span#b-5:focus ~ .slider .inset { margin-left:-400%; }

#content-slider input:checked ~ .slider>.inset {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;		   
}
#content-slider input:hover ~ .slider>.inset, 
#content-slider label:hover ~ .slider>.inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
#content-slider input:hover ~ .slider>.inset, 
#content-slider label:hover ~ .slider>.inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
#content-slider span:focus ~ .slider>.inset {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;		   
}
#content-slider span:hover ~ .slider>.inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* -------> Animation */
@keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}
@-webkit-keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}
@-moz-keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}
@-o-keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}


/* -------> Responsive */
@media (max-width: 992px) {
html {
font-size: 12px;
}
#content-slider .th>[class*='title-'] {
display: none;
}
}
@media (max-width: 768px) {
#content-slider .slider [class*='title-'] {
display: none;
}
#content-slider span.first { display: none; }
#content-slider #control { display: block; }
#content-slider span#b-2:focus { opacity: 1; } 
span#b-2:focus ~ span#b-5 { display: none; }
#content-slider span#b-3:focus { opacity: 1; } 
span#b-3:focus ~ span#b-5 { display: none; }
#content-slider span#b-4:focus { opacity: 1; } 
span#b-4:focus ~ span#b-5 { display: none; }
}
@media all and (max-width : 768px) {
.desktop-show {
display:none;
}
.mobile-show {
display:block;
}
.topsection {
padding:0;
position:relative;
}
.topsection li {
font-size:18px;
margin-right:0;
padding:5px;
border-right:1px solid rgba(255, 255, 255, 0.3);
}
.topsection li i {
font-size:20px;
margin-right:10px;
}
header {
position:relative;
}
.tr-header {
height:auto;
margin-top:0;
}
.logo-mobile {
width:40%;
float:left;
padding-bottom:5px;
}
.logo-mobile img {
width:100%;
}
.welcome-section {
padding:0;
}
.leaf-logo {
width:80% !important;
}
.welcome-section h2 {
font-size:13px;
margin-bottom:10px;
padding-top:20px;
letter-spacing:1px;
}
.welcome-section h1 {
font-size:25px;
margin-bottom:10px;
}
.welcome-section h3 {
font-size:16px;
}
.welcome-section p {
font-size:16px;
padding:0;
padding-bottom:10px;
line-height: 1.5em;
font-weight:300;
}
.amenities li {
list-style: none;
font-size: 1.5vw;
display: inline-block;
margin-bottom:20px;
margin-top:10px;
padding: 0 !important;
margin-right:8px;
}
.read {
padding:10px;
border: 1px solid #bf7f14;
font-size:13px;
letter-spacing:1px;
margin-bottom:20px;
}
.welcome-box {
margin-top:10px;
}
.welcome-grid {
-webkit-border-radius:5px;
-moz-border-radius: 5px;
-ms-border-radius:5px;
border-radius:5px;
padding: 10px 0;
margin-bottom:10px;
}
.room-grid h3 {
font-size:20px;
}
.room-grid {
padding:10px;
margin-bottom:20px;
}
.room-grid p {
font-size:14px!important;
padding:0!important;
padding-bottom:10px!important;
line-height: 1.5em!important;
}
.room-slide {
    background: rgba(17, 94, 62, 0.8) none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    padding: 10px 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;
    padding:10px;
}
.room-slide-box {
    border:1px solid rgba(255,255,255,0.2);
    padding:10px;
}
.room-slide h2 {
font-size:10px;
margin-bottom:10px;
margin-top:10px;
letter-spacing:1px;
}
.room-slide h1 {
font-size:17px;
margin-bottom: 10px;
}
.room-slide p {
font-size:12px;
margin-bottom:10px;
margin-top:10px;
}
.about-section {
position: relative;
margin-bottom: 20px;
margin-top: -40px;
padding: 20;
}
.about-section h2 {
font-size: 13px;
margin-bottom: 10px;
margin-top:0;
letter-spacing: 1px;
}
.about-section h1 {
font-size: 25px;
margin-bottom: 10px;
}
.about-section p {
font-size: 16px;
padding: 0;
padding-bottom: 10px;
padding-left:0!important;
padding-right:0!important;
line-height: 1.5em;
font-weight: 300;
}
.about-page-section p {
font-size: 16px;
padding:0;
padding-bottom: 10px;
padding-left:10px;
padding-right:10px;
line-height: 1.5em;
font-weight: 300;
}
.about-page-section p a {
font-size: 16px;
}
.about-page-section p a:hover {
font-size:16px;
}
.about-page-section iframe {
width: 100%;
height:250px;
margin-top:20px;
}
.md-top {
margin-top: 0;
}
.book {
padding: 5px 10px;
border:1px solid #FFF;
font-size:14px;
letter-spacing:1px;
margin-bottom:10px;
}
.text-slide {
margin: 0 auto;
position: relative;
}
.review-section-border {
border-right:0;
border-bottom:1px solid rgba(0, 0, 0, 0.05);
margin-bottom:20px;
padding-bottom:20px;
}
.bg-green h1 {
font-size:18px;
text-align:center;
}
.bg-green h2 {
font-size:10px;
margin-bottom:10px;
letter-spacing:1px;
text-align:center;
}
.md-padding {
padding:0 20px;
}
.md100 {
margin-top:0;
}
.md-right-padding {
padding-right:20px;
padding-left:20px!important;
padding-bottom:0;
}
.box-border {
border: 1px solid #ECECEC;
margin-bottom:0;
margin-top:30px;
}
[data-tooltip]::before {
display:none;
}
.ftr-section {
background-color:#f2f2f2 !important;
padding: 0;
}
.ftr-section h1 {
font-size:18px;
margin-bottom:10px;
}
.ftr-section h2 {
font-size:12px;
margin-bottom:5px;
margin-top:20px;
letter-spacing:1px;
font-weight:600;
}
.ftr-section p {
font-size:14px;
margin-bottom:10px;
}
.social-icon {
margin-top:10px;
}
.social-icon li {
margin-right: .5vw;
text-align: center;
border-radius:30px;
width:30px;
height:30px;
line-height:30px;
}
.social-icon li i {
font-size:15px;
padding-top:5px;
color:#FFF;
margin-right: 0 !important;
}
.keyword {
display:none;
}
.monogram {
display:none;
}
.weblink {
font-size:12px;
padding-top:5px;
text-align:center;
}
.weblink a {
font-size:12px;
}
.footer-right {
display:none;
}
.left-no-padding {
    padding-left:15px!important;
}
.about-content {
padding: 15px 15px !important;
position: relative;
margin-left: 0;
margin-top:0;
}
.about-content h2 {
font-size:18px;
margin-bottom: 10px;
}
.about-content h2 span {
font-size:20px;
}
.room-content-border {
border:0;
}
.room-content {
padding: 20px 30px 10px 20px !important;
}
.room-content h3 {
font-size:18px;
margin-bottom:10px;
margin-top:10px;
}
.room-content li {
font-size:15px;
margin-top:10px;
}
[data-tooltip]:before {
  padding:5px;
  font-size:12px;
}
.room-content h4 {
font-size:18px;
margin-bottom:10px;
}
.room-content h4 span {
font-size:19px;
}
.gallery-section h2 {
font-size: 13px;
margin-bottom: 10px;
letter-spacing:1px;
}
.gallery-section h1 {
font-size:25px;
margin-bottom: 10px;
}
.gallery-section p {
font-size: 16px!important;
padding: 10px!important;
line-height: 1.5em!important;
font-weight: 300!important;
}
.contact-content {
padding:5px!important;
}
.contact-content iframe {
height: 200px;
margin-bottom: 10px;
}
.welcome-grid {
margin-bottom:20px!important;
}
.welcome-grid img {
    width:60% !important;
}
.welcome-grid h3 {
font-size:20px;
text-align:center;
}
.container-fluid {
padding-right:0;
padding-left:0;
}
table {
border-width: 1px;
border-spacing: 0px;
border-style: none;
border-color: gray;
border-collapse: collapse;
font-size:14px;
font-weight:400;
letter-spacing:0;
margin:0 auto;
margin-top:10px;
margin-bottom:20px;
text-align:center;
}
.home-page {
position: absolute;
top:15px;
left:0;
right:0;
width:100%;
z-index: 9999;
margin: 0 auto;
}
.home-page-box-left {
background-color:rgba(255, 255, 255, 1);
width:90%;
margin-right:5%;
margin-left:5%;
margin-bottom:5%;
padding: 20px;
text-align: center;
height: auto;
border:1px solid rgba(0, 0, 0, 0.1);
}
.home-page-box-right {
background-color:rgba(255, 255, 255, 1);
width:90%;
margin-right:5%;
margin-left:5%;
margin-bottom:5%!important;
padding: 20px;
text-align: center;
height: auto;
border:1px solid rgba(0, 0, 0, 0.1);
}
}
@media only screen and (min-width : 800px) and (max-width : 1080px) {
.amenities li img {
width: 20px;
opacity: 0.5;
}
.md-padding {
padding:2vw;
}
.md-right-padding {
padding-right:1vw;
padding-top:1vw;
}
.top-link1 li {
font-size:1vw;
padding: 1vw 1vw;
}
header.sticky .top-link1 li {
font-size:1vw;
padding: 1vw 1vw;
}
.carousel-caption {
bottom:4vw;
}
.home-page {
position: fixed;
top:2vw;
left:0;
right:0;
width: 100%;
z-index: 9999;
margin: 0 auto;
}
.home-page-box-left {
background-color: rgba(255, 255, 255, 0.9);
width: 46%;
float: left;
margin-right: 0;
margin-left: 2.5%;
padding: 20px;
text-align: center;
height: auto;
}
.home-page-box-right {
background-color: rgba(255, 255, 255, 0.9);
width: 46%;
float: left;
margin-right: 0;
margin-left: 2.5%;
padding: 20px;
text-align: center;
height: auto;
}
}
@media only screen and (min-width : 768px) and (max-width : 799px) {
.home-page {
position: relative;
top:15px;
left:0;
right:0;
width:100%;
z-index: 9999;
margin: 0 auto;
background-color:#000!important;
}
.home-page-box-left {
background-color: rgba(255, 255, 255, 0.9);
width: 46%;
float: left;
margin-right: 0;
margin-left: 2.5%;
padding: 20px;
text-align: center;
height: 450px;
border:1px solid rgba(0, 0, 0, 0.1);
}
.home-page-box-right {
background-color: rgba(255, 255, 255, 0.9);
width: 46%;
float: left;
margin-right: 0;
margin-left: 2.5%;
padding: 20px;
text-align: center;
height: 450px;
border:1px solid rgba(0, 0, 0, 0.1);
}
.text-slide {
    margin:7vw auto;
    position: absolute;
    text-align: center;
    width: 100%;
}
.room-slide {
    background: rgba(17, 94, 62, 0.8) none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    padding: 10px 0 20px;
    position: relative;
    width: 50%;
    z-index: 1;
    padding: 10px;
}
.room-slide-box {
    border:1px solid rgba(255,255,255,0.2);
    padding: 10px;
}
.room-slide h2 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing:1px;
}
.room-slide h1 {
    font-family: 'Muli', sans-serif;
    font-size:25px;
    display: block;
    margin-bottom: 10px;
    color: #FFF;
}
.room-slide p {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #FFF;
}
.book {
    display: inline-block;
    padding: 5px 10px;
    z-index: 0;
    color: #bf7f14;
    background-color: #FFF;
    border:1px solid#FFF;
    text-align: center;
    font-size:12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing:1px;
    text-decoration: none;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
}
#content-slider span.th img { display: none; }
.logo-mobile {
    width:15%;
    float: left;
    padding-bottom: 5px;
	padding-left:10px;
}
.review-section-border {
    border-right:1px solid rgba(0, 0, 0, 0.05);
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:10px;
}
}
@media only screen and (min-width : 600px) and (max-width : 767px) {
.home-page {
position:absolute;
top:30px;
left:0;
right:0;
width:100%;
z-index: 9999;
margin: 0 auto;
}
.home-page-box-left {
background-color: rgba(255, 255, 255, 0.9);
width: 46%;
float: left;
margin-right: 0;
margin-left: 2.5%;
padding: 20px;
text-align: center;
height: auto;
}
.home-page-box-right {
background-color: rgba(255, 255, 255, 0.9);
width: 46%;
float: left;
margin-right: 0;
margin-left: 2.5%;
padding: 20px;
text-align: center;
height: auto;
}
#content-slider span.th img { display: none; }
.logo-mobile {
    width: 20%;
    float: left;
    padding-bottom: 5px;
	padding-left:5px;
}
.review-section-border {
    border-right:1px solid rgba(0, 0, 0, 0.05);
    border-bottom:1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
}
@media only screen and (min-width : 480px) and (max-width : 599px) {
#content-slider span.th img { display: none; }
.logo-mobile {
    width: 25%;
    float: left;
    padding-bottom: 5px;
	padding-left:5px;
}
}
@media only screen and (min-width : 320px) and (max-width : 479px) {
#content-slider span.th img { display: none; }
.logo-mobile {
    width: 40%;
    float: left;
    padding-bottom: 5px;
	padding-left:5px;
}
}
.jp-rooms-section {
  padding: 60px 0;
}

/* Content spacing */
.jp-room-content {
  padding: 50px 40px;
}

/* Subtitle (upar wala small text) */
.jp-subtitle {
  font-size: 13px;
  letter-spacing: 5px;
  color: #bf7f14;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

/* Main heading */
.jp-title {
 font-size: 35px;
    /* font-weight: 600; */
    color: #282626;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: 'Aclonica', sans-serif;
  
}

/* Paragraph (main issue yahi tha 👇) */
.jp-desc {
  font-size: 17px;
  line-height: 2;              /* zyada breathing space */
  color:#484848;
  max-width: 550px;           /* text width control */
  margin-bottom: 25px;
}

/* Facility heading */
.jp-facility-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #222;
}

/* Amenities icons spacing */
.jp-amenities {
  margin-bottom: 25px;
}

.jp-amenities li {
  display: inline-block;
  margin-right: 12px;
}

/* Button styling */
.jp-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #bf7f14;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s;
}

.jp-btn:hover {
  background: #111;
}
/* Image */
.jp-room-img {
  width: 100%;
  border-radius: 10px;
  transition: 0.4s;
}

.jp-room-img:hover {
  transform: scale(1.03);
}

/* Amenities container */
.jp-amenities {
  margin-top: 10px;
  margin-bottom: 25px;
}

/* Each icon */
.jp-amenities li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 6px;
  background: #f5f5f5;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

/* Icon image */
.jp-amenities img {
  width: 22px;
  height: 22px;
  opacity: 0.8;
}

/* Hover effect 🔥 */
.jp-amenities li:hover {
  background: #bf7f14;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.jp-amenities li:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
} 
.jp-amenities li {
  position: relative;
}

.jp-amenities li::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  opacity: 0;
  white-space: nowrap;
  transition: 0.3s;
}

.jp-amenities li:hover::after {
  opacity: 1;
}
/* Section */
.jp-gallery-section {
  padding: 50px 0;
  background: #fafafa;
}

/* Heading */
.jp-gallery-heading h2 {
      font-size: 35px;
    /* font-weight: 600; */
    font-family: 'Aclonica';
}

.jp-gallery-heading p {
  color: #777;
  margin-bottom: 40px;
}

/* Image box */
.jp-gallery-item {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  margin-bottom:30px
}

/* Image */
.jp-gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.5s;
}

/* Hover zoom */
.jp-gallery-item:hover img {
  transform: scale(1.1);
}

/* Dark overlay */
.jp-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: 0.4s;
}

/* Icon on hover 🔥 */
.jp-gallery-item::before {
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: 0.4s;
}
.fancybox__container {
  backdrop-filter: blur(6px);
}
/* Hover effect */
.jp-gallery-item:hover::after,
.jp-gallery-item:hover::before {
  opacity: 1;
}
/* Section */
.jp-activity-section {
  padding: 50px 0;
  background: #fff;
}

/* Heading */
.jp-activity-heading h2 {
     font-size: 35px;
    /* font-weight: 600; */
    margin-bottom: 10px;
    font-family: 'Aclonica';

}

.jp-activity-heading p {
  color: #777;
  margin-bottom: 40px;
}

/* Card */
.jp-activity-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.4s;
  text-align: center;
  padding-bottom: 20px;
}

/* Image */
.jp-activity-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

/* Hover effect 🔥 */
.jp-activity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Title */
.jp-activity-card h3 {
  font-size: 20px;
  margin: 15px 0 10px;
  color: #222;
}

/* Text */
.jp-activity-card p {
  font-size: 14px;
  color: #666;
  padding: 0 15px;
  line-height: 1.7;
}
.jp-facility-section {
  padding: 80px 0;
  background: #f9f7f3;
}

.jp-facility-heading h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

.jp-facility-heading p {
  color: #777;
  margin-bottom: 50px;
}

/* Card */
.jp-facility-card {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.4s;
}

/* Icon */
.jp-facility-card i {
  font-size: 32px;
  color: #d19532;
  margin-bottom: 15px;
}

/* Title */
.jp-facility-card h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #222;
}

/* small text */
.jp-facility-card span {
  font-size: 13px;
  color: #888;
}

/* Hover effect 🔥 */
.jp-facility-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.jp-facility-card:hover i {
  color: #000;
}

/* Responsive */
@media(max-width:768px){
  .jp-facility-card {
    padding: 25px 15px;
  }
}
.ftr-section h3{
color: #2e2c2c;
    font-family: 'Muli';
    font-weight: 700;
}
.cd-timeline-content .boxs p{
font-family: 'Muli', sans-serif!important;
    font-size: 16px!important;
    font-weight: 300;
    color: #000;
    font-style: normal;
    padding: 0 0 1vw 0;
    line-height: 30px;
    margin-bottom: 0;
}
.cd-timeline-content .boxs h2{
	font-family:'Aclonica', sans-serif!important;
	font-weight:500!important;
}
.facilities-section {
  padding: 40px 0;
}
.facilities-title {
  text-align: center;
  margin-bottom: 30px;
}
.facility-box {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: 0.3s;
  height: 100%;
}
.facility-box:hover {
  transform: translateY(-5px);
}
.facility-box img {
 width: 60px;
  color: #b48b3c;
  margin-bottom: 10px;
}
.facility-box p {
  margin: 0;
  font-weight: 500;
}
.facilities-title h2{
	font-size:30px;
	font-family:'Aclonica'
}
.explore-jaisalmer {
  padding: 60px 0;
  background: #f9f6f1;
}

.explore-jaisalmer h2 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #2c2c2c;
}

.explore-jaisalmer p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.7;
}

.explore-jaisalmer ul {
  margin: 0 0 20px 0;
  padding-left: 18px;
}

.explore-jaisalmer ul li {
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
  list-style: none;
  position: relative;
  padding-left: 25px;
}

/* custom bullet icon */
.explore-jaisalmer ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #b48b3c;
  font-weight: bold;
}

/* image styling */
.explore-jaisalmer img {
  transition: 0.4s ease;
}

.explore-jaisalmer img:hover {
  transform: scale(1.03);
}

/* button style */
.explore-jaisalmer .btn {
  background: #b48b3c;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.3s;
}

.explore-jaisalmer .btn:hover {
  background: #8c6a2b;
}
.restaurant-section {
  padding: 60px 0;
  background: #fffaf3;
}

/* Heading */
.restaurant-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c2c2c;
}

/* Paragraph */
.restaurant-section p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* List */
.restaurant-section ul {
  padding-left: 0;
  margin-top: 10px;
}

.restaurant-section ul li {
  list-style: none;
  font-size: 15px;
  margin-bottom: 8px;
  color: #333;
  padding-left: 25px;
  position: relative;
}

/* custom bullet */
.restaurant-section ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #b48b3c;
  font-weight: bold;
}

/* Main image */
.restaurant-section img {
  transition: 0.4s ease;
}

.restaurant-section img:hover {
  transform: scale(1.03);
}

/* Gallery images */
.restaurant-section .img-fluid {
  transition: 0.3s ease;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.restaurant-section .img-fluid:hover {
  transform: translateY(-5px);
}

/* spacing for gallery */
.restaurant-section .mt-5 {
  margin-top: 40px;
}
.desert-section {
  padding: 60px 0;
  background: #fff;
}

.desert-section.alt-bg {
  background: #f9f6f1;
}

.desert-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.desert-img:hover {
  transform: scale(1.05);
}
.new-cs h3{
   font-size: 25px;
    font-family: 'Aclonica';
    font-weight: 500;
}
.new-cs h4{
    font-size:18px;
}
.desert-content h2 {
  font-size: 32px;
  color: #b48b3c;
  margin-bottom: 15px;
}

.desert-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}



.tariff-section {
  padding: 60px 0;

}

.tariff-title {
  text-align: center;
  font-size: 35px!important;
  font-weight:500;
  margin-bottom: 30px;
  color: #2c2c2c;
}

/* table */
.tariff-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* borders */
.tariff-table th,
.tariff-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  font-size: 14px;
}

/* headings */
.tariff-table .heading {
  background: #3e2f4f;
  color: #fff;
  font-size: 18px;
}

.tariff-table .sub-heading {
  background: #e9e4dc;
  font-weight: 600;
}

/* peak section */
.tariff-table .peak {
  background: #d49a6a;
}

/* hover */
.tariff-table tr:hover {
  background: #f5f5f5;
}

/* responsive */
.table-responsive {
  overflow-x: auto;
}



.policy-section h2 {
  font-size: 22px;
    margin-bottom: 15px;
    color: #bf7f14;
}

.policy-section h3 {
  margin-top: 30px;
  font-size: 22px;
  color: #b48b3c;
}

/* list */
.policy-list {
  padding-left: 18px;
  margin-bottom: 15px;
}

.policy-list li {
 margin-bottom: 8px;
    color: #333;
    line-height: 1.6;
    font-family: 'Muli';
}

/* note */
.note {
  color: #a67c00;
  font-weight: 500;
  margin-bottom: 20px;
}

/* bank details box */
.bank-details {
 background: #ffeccc;
    padding: 20px;
    width: 550px;
    border-radius: 8px;
    box-shadow: 0 6px 18px #ffeccc;
}

.bank-details p {
  margin: 0px 0;
    color: #444;
    font-family: 'Muli';
}

.policy-1 li{
   font-size: 15px;
    font-family: 'Muli';
    line-height: 30px;
}



.room-sec {
    padding: 60px 0;
    background: #f9f9f9;
}

/* Slider */
.room-slider {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.slider-container {
    display: flex;
    transition: 0.5s ease;
}

.slide {
    min-width: 50%;
    padding: 5px;
}

.slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
}

/* Arrows */
.room-slider .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    transition: 0.3s;
}

.room-slider .prev:hover, .next:hover {
    background: #c19b76;
}

.room-slider .prev { left: 15px; }
.room-slider .next { right: 15px; }

/* Amenities Box */
.amenities-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
}

.amenities-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
}

.amenities-box h3::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #c19b76;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.amenities-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amenities-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
    transition: 0.3s;
}

.amenities-box ul li i {
    color: #c19b76;
    margin-right: 10px;
    font-size: 16px;
}

/* Hover effect */
.amenities-box ul li:hover {
    color: #000;
    transform: translateX(5px);
}

/* Bottom Room Content */
.room-content {
    margin-top: 40px;
    text-align: left;
}

.room-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.room-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
 
}

/* Responsive */
@media (max-width: 768px) {
    .room-slider .slide {
        min-width: 100%; /* mobile me 1 image */
    }

  .room-slider   .slide img {
        height: 250px;
    }

 .room-slider    .amenities-box {
        margin-top: 20px;
    }
}
.faq-sec {
    padding: 60px 0;
    background: #f9f9f9;
}

.faq-heading {
    text-align: center;
    margin-bottom: 30px;
}

.faq-heading h2 {
    font-size: 32px;
    font-family:'Aclonica';
}

/* FAQ Box */
.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    overflow: hidden;
}

/* Question */
.faq-question {
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    font-size: 16px;
    border: none;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: #f3f3f3;
}

/* Icon */
.faq-icon {
    font-size: 16px;
    color: #c19b76;
    transition: 0.3s;
}

/* Rotate icon */
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    padding: 0 20px;
}

.faq-answer p {
    padding: 10px 0 20px;
    color: #555;
    line-height: 1.6;
}

/* Active open */
.faq-item.active .faq-answer {
    max-height: 200px;
}
.luxury-sec {
    padding-top:50px;
}
/* Bottom Content Section */
.lux-bottom {
    margin-top: 60px;
    padding: 40px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* Main Heading */
.lux-bottom h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
    position: relative;
        font-family: 'Aclonica';
}

/* underline effect */
.lux-bottom h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #c19b76;
    position: absolute;
    bottom: -8px;
    left: 0;
}

/* Sub Headings */
.lux-bottom h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

/* Paragraph */
.lux-bottom p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
        font-family: 'Muli';
}

/* Links */
.lux-bottom a {
    color: #c19b76;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.lux-bottom a:hover {
    border-bottom: 1px solid #c19b76;
}

/* Highlight feel (optional premium touch) */
.lux-bottom p strong {
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .lux-bottom {
        padding: 25px;
    }

    .lux-bottom h2 {
        font-size: 26px;
    }

    .lux-bottom h3 {
        font-size: 20px;
    }

    .lux-bottom p {
        font-size: 15px;
    }
}
/* Row spacing */
.luxury-row {
    margin-bottom: 60px;
}

/* Image Box */
.lux-img {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.lux-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.5s ease;
}

/* Image Hover Zoom */
.lux-img:hover img {
    transform: scale(1.05);
}

/* Content Box */
.lux-content {
    padding: 20px 30px;
}

/* Heading */
.lux-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.3;
    font-family:'Aclonica';
}

/* Paragraph */
.lux-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

/* Optional Highlight Line */
.lux-content h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #c19b76;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .lux-content {
        padding: 20px 10px;
        margin-top: 20px;
    }

    .lux-img img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .lux-content {
        text-align: center;
    }

    .lux-content h2 {
        font-size: 26px;
    }

    .lux-img img {
        height: 250px;
    }
}
.family-sec {
    padding: 70px 0;
    background: #f9f9f9;
}

/* Top Image */
.family-img {
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
}

.family-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.5s;
}

.family-img:hover img {
    transform: scale(1.05);
}

/* Content Box */
.family-content {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* Main Heading */
.family-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #222;
    font-weight: 600;
}

/* Sub Headings */
.family-content h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333;
    position: relative;
}

/* golden line */
.family-content h3::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #c19b76;
    position: absolute;
    left: -40px;
    top: 12px;
}

/* Paragraph */
.family-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
    .family-img img {
        height: 250px;
    }

    .family-content {
        padding: 25px;
    }

    .family-content h2 {
        font-size: 26px;
    }

    .family-content h3::before {
        display: none;
    }
}




/*Center the heading*/

.family-sec h2 {
    text-align: center;
    margin-bottom: 20px; /* space below heading */
}

/*Add space between the two images*/
.image-box {
    margin-bottom: 20px;
}

.col-sm-6 {
    padding: 10px; /* adds space between images */
}


.family-sec p {
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 16px;
    color: #444;
}


.image-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.mf-social-side-list {
    position: fixed;
    bottom: 100px;
    left: 15px;
    z-index: 100;
    background: #fff;
    padding: 10px 8px;
    border-radius: 50px;
    border: 1px solid #2c978d
}

.mf-social-side-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0
}

.mf-social-side-list ul li a {
    color: #323232;
    border-radius: 50%;
    line-height: 35px;
    margin: 6px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mf-social-side-list ul li a:hover {
    opacity: .9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.mf-social-side-list ul li a i img {
    width: 45px
}

.img-box {
    overflow: hidden;
    border-radius: 12px;
}

.img-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.4s ease;
}

/* Hover Effect */
.img-box img:hover {
    transform: scale(1.05);
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .img-box img {
        height: 250px;
        margin-bottom: 15px;
    }
}
