/*
 * Table of contents:
 * 
 * from line 60 - preloader
 * from line 92 - Primary style
 * from line 294 - Navigation
 * from line 918 - Hero sections
 * from line 1684 - Date Picker
 * from line 1952 - Pages
 * from line 3651 - Media, for smaller screens
 *
 */
/* #Primary
================================================== */
/*004f84*/

::selection {
    background-color: #aa8453;
}
body{
	font-family: 'Figtree';
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7;
	color: #878787;
	overflow-x: hidden;
	letter-spacing:0px;
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: 300;
	margin-bottom: 0;
	line-height: 1.25;
	color: #363636;
}
h1, .h1 {
	font-size: 4rem;
	font-weight: 200;
}
h2, .h2 {
	font-size: 3.4rem;
	font-weight: 300;
}
h3, .h3 {
	font-size: 1.7rem;
	text-transform: capitalize;
}
h4, .h4 {
	font-size: 2.2rem;
}
h5, .h5 {
	font-size: 1.6rem;
	font-weight: 400;
	color: #444;
	text-transform: capitalize;
}
h6, .h6 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight:400;
	letter-spacing: 2px;
}
::selection {
	color: #fff;
}
::-moz-selection {
	color: #fff;
}
mark{
	color:#fff;
}


/* #Preload
================================================== */

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 0000000009;
}
.loader__figure {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -18px;
	margin-top: -18px;
	height: 36px;
	width: 36px;
	box-sizing: border-box;
	border-radius: 50%;
	opacity: .4;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

/* #Primary style
================================================== */

.section {
    position: relative;
	width: 100%;
	display: block;
}
.subtitle{
	position: relative;
	text-transform: uppercase;
	color:#000;
	display: block;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 14px;
}
.subtitle.with-line:after{
	position: absolute;
	content: '';
	width: 50px;
	height: 1px;
	z-index: 3;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.relative {
    position: relative;
}
.over-hide{
	overflow: hidden;
}
.over-y-scroll{
	overflow-y: scroll;
	z-index: 2099;
}
.full-height {
	height: 100vh;
}
.hero-full-height {
	height: calc(100vh - 140px);
}
.half-height {
	height: 50vh;
}
.big-55-height {
	height: 55vh;
}
.big-60-height {
	height: 60vh;
}
.big-65-height {
	height: 65vh;
}
.big-70-height {
	height: 70vh;
}
.big-75-height {
	height: 75vh;
}
.big-80-height {
	height: 80vh;
}
.max-width-80 {
	max-width: 80%;
}
.background-white {
	background-color: #ffffff;
}
.background-grey {
	background-color: #fbfbfb;
}
.background-grey-1 {
	background-color: #f9f9f9;
}
.background-dark {
	background-color: #1f2022;
	border-top:1px solid;
}
.background-dark-1 {
	background-color: #242424;
}
.background-dark-2 {
	background-color: #1b1b1b;
}
.background-black {
	background-color: #1f2022;
}
.background-offwhite {
	background: #f2f2f2;
}
.color-black {
	color: #000000;
}
.color-white {
	color: #ffffff;
}
.color-grey {
	color: #e1e1e1;
}
.img-wrap  {
	position:relative;
	width:100%;
	display:block;
}
.img-wrap img {
	width:100%;
	height: auto;
	display:block;
}
.z-bigger  {
	z-index:10;
}
.z-too-big  {
	z-index:11000;
}
.padding-page-top {
	padding-top: 180px;
}
.padding-top-bottom {
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.padding-top {
	padding-top: 30px;
}
.padding-bottom {
	padding-bottom: 50px;
}
.padding-top-bottom-big {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 300px;
}
.padding-top-big {
	padding-top: 130px;
}
.padding-bottom-big {
	padding-bottom: 130px;
}
.padding-top-bottom-small {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-top-small {
	padding-top: 70px;
}
.padding-bottom-small {
	padding-bottom: 70px;
}
.padding-top-bottom-smaller {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-top-smaller {
	padding-top: 50px;
}
.padding-bottom-smaller {
	padding-bottom: 50px;
}
.btn {
	padding: 10px 18px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.btn.btn-primary {
	background-color: #b49a68;
	border:1px solid #b49a68;
}
.btn:active,
.btn:focus{
	border: 0;
	outline: 0;
}
.scroll-to-top{
	position: fixed;
	bottom: 80px;
	right: 20px;
	display: none;
	background-color: #070707;
	width: 35px;
	height: 35px;
	z-index: 100000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	cursor: pointer;
	background-image: url('../img/arrow-up.svg');
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}

.sep-line {
    position: relative;
	width: 100%;
	display: block;
	height: 1px;
	background-color: rgba(0,0,0,.1);
}

/* #Navigation
================================================== */

#menu-wrap{
    position: fixed;
	width: 100%;
	z-index: 20000;
	margin: 0 auto;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.85);
}
#menu-wrap .container .columns  { 
	margin-top: 0;
	margin-bottom: 0;
}
.menu-back{
	background: rgba(21,21,21,0);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header {
	margin-top: 20px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink {
	margin-top: 0;
    /*-webkit-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);*/
	background: rgba(21,21,21,.92);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	height: 50px;
	top: 15px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li a {
    padding: 30px 0;
	color:#fff;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li {
    margin: 0 12px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li:last-child {
    margin-right:0;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul > li a {
	padding:0;
	margin-left: 10px;
	margin-right: 10px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height:13px;
	letter-spacing: 1px;
    width: calc(100% - 20px);
    display: block;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub {
    width: 240px;
    left: auto;
    padding: 10px 20px;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.cbp-af-header.cbp-af-header-shrink .menu-top{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menu-top{
	position:relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menu-top p{
	color: #f1f1f1;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
.lang-wrap{ 
	position: relative;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0 10px;
	color: #fff;
	line-height: 20px;
	font-weight:400;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	z-index: 10;
	text-transform: uppercase;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.lang-wrap ul{ 
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	z-index: 10;
	padding: 0;
	margin: 0;
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
.lang-wrap.clicked ul{ 
	opacity: 1;
	visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.lang-wrap ul a{ 
	text-decoration: none;
	color: #212121; 
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	position: relative;	
	display: block;
}
.lang-wrap ul li{ 
	position: relative;
	background-color: #fff;
	width: 100%;
	display: block;
	margin: 0;
	line-height: 12px;
	text-align: center;
	font-weight:500;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);	
	transition: all 250ms linear;
}
.lang-wrap ul a:hover{ 
	color: #fff;
}
.social-top{
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid rgba(255,255,255,.2);
	transition: all 250ms linear;
}
.social-top i:hover{
	text-decoration: none;
	color: #fff; 
}
.call-top{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	transition: all 250ms linear;
}
.call-top:hover{
	text-decoration: none;
}
span.call-top:hover{
	color: #fff;
}


.logo{
	position:absolute;
	height: 60px;
	z-index:10000;
	top: 15px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.logo img{
	height: 100%;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menu-mobile {
    display: none;
	padding-top:40px;
	padding-bottom:40px;
}
.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 30px;
	height:40px;
	line-height:40px;
    padding: 0;
    float: right;
    position: relative;
    top: 0;
	color:#fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 8px 12px;
    background: #212121;
    color: #fff;
}
.menu  {
	position:relative;
	width:calc(100% - 60px);
	margin:0 auto;
	max-width:1110px;
	z-index:3;
}
.menu > ul {
    margin: 0 auto;
    width: auto;
	float:right;
    list-style: none;
    padding: 0;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0 14px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 40px 0;
    display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	vertical-align: bottom;
	line-height:20px;
	letter-spacing: 2px;
	color: #fff;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menu > ul > li:hover > ul {
}
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #111;
    padding: 60px 50px;
    position: absolute;
    z-index: 00099;
    left: 0;
	opacity:0.6;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
    padding: 5px;
}
.menu > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li {
    margin: 3px 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}
.menu > ul > li > ul > li p {
	padding: 0;
    padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	color:#FCC201;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height:18px;
	letter-spacing:2px;
	text-transform:uppercase;
    width: calc(100% - 20px);
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.menu > ul > li > ul > li p span {
	vertical-align: super;
	font-size: 9px;
	line-height:9px;
	font-weight:500;
}
.menu > ul > li > ul > li a {
	padding: 9px 0 !important;
	margin-left:10px;
	margin-right:10px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 13px;
	text-transform: none;
	letter-spacing: 1px;
    width: calc(100% - 20px);
    display: block;
}
.menu > ul > li a span {
	color: #fff;
	font-weight: 400;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 16px;
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.menu > ul > li a:hover span {
	background-color: #323232;
	color: #fff;
}
.menu > ul > li > ul > li a:hover {
}
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
}
.menu > ul > li > ul.normal-sub {
    width: 250px;
    left: auto;
    padding: 10px 20px;
	opacity:1;
	background:rgba(0,0,0,.85);
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1170px) {

	.menu-back{
		background: rgba(0,0,0,.93);
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink {
		background: rgba(0,0,0,.93);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink .logo{
		height: 50px;
		top: 15px;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink .menu-top{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.logo{
		/*height: 50px;*/
		top: 15px;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	#menu-wrap{
		position: relative;
	}
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li a {
		padding: 10px 0;
		color:#fff;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul > li a {
		padding:0;
		margin-left:10px;
		margin-right:10px;
		color:#fff;
		font-size: 10px;
		line-height:18px;
		letter-spacing:2px;
		text-transform:uppercase;
		width: calc(100% - 20px);
		display: block;
	}
	.cbp-af-header.cbp-af-header-shrink .menu > ul {
		padding-top: 40px;
		padding-bottom: 40px;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.menu > ul {
		padding-top: 40px;
		padding-bottom: 40px;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.menu > ul > li a {
		padding: 10px 0;
		color:#fff;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.menu > ul > li > ul > li a {
		padding:0;
		margin-left:10px;
		margin-right:10px;
		color:#ffffff;
		font-size: 10px;
		line-height:18px;
		letter-spacing:2px;
		text-transform:uppercase;
		width: calc(100% - 20px);
		display: block;
	}	
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
	.menu > ul > li > ul {
		padding: 20px 0;
	}	
    .menu > ul {
		width: 100%;
		float:none;
		position:relative;
        display: none;
    }
    .cbp-af-header.cbp-af-header-shrink .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
		margin: 3px 0;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
		margin: 3px 0;
    }
    .menu > ul > li a {
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
		padding: 0;
    }
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub {
        width: 100%;
		padding: 0;
	}
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li a {
		border: 0;
		padding: 10px 0;
	}	
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
		padding-bottom:0;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

/* #Hero center section
================================================== */

.hero-center-section{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 10000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hero-center-section.ver-2{
	margin-top: 20px;
}
.hero-center-section.pages{
	margin-top: 40px;
}
.booking-hero-wrap{
	position: relative;
	background-color: #fff;
	padding: 15px;
	display: block;
	width: 100%;
	bottom:0;
}
.hero-text{
	color: #fff;
	text-align: center;
	font-size: 50px;
	letter-spacing:10px;
	line-height: 1.25;
	font-weight: 400;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4);
}
.hero-text-ver-2{
	color: #fff;
	text-align: center;
	font-size: 5.5vw;
	line-height: 1.1;
	font-weight: 300;
}
.hero-small-text{
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.hero-stars{
	position: relative;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
.hero-stars .fa{
	margin-left: 3px;
	margin-right: 3px;
}
.book {margin: .8rem 0 0; display: block; }
.book .booknowad { font-weight: 500!important; letter-spacing: 3px; background-color: #aa8453!important; color:#fff!important; border-color: #aa8453!important}
.booking-button{
	position: relative;
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	line-height: 1.2;
	font-weight: 300;
	outline: none;
	text-align: center;
	padding: 10px 25px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
	border-radius: 25px; 
}
.booking-button:hover{
	background-color: #343434;
	color: #fff;
}

/* #Hero flip slider
================================================== */

a:hover {
	text-decoration: none;
}
button:focus,
a:focus {
	outline: none;
}
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
/* Icons */
.icon {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	fill: currentColor;
}
.slideshow {
	width: 104%;
	height: 724px;
	position: relative;
	overflow: hidden;
}
.slide {
	position: absolute;
	top: 0;
	left: -1px;
	pointer-events: none;
	display: grid;
	grid-area: 2 / 1 / 3 / 2;
	
	padding-top: 0;
	--gridgap: 1vw;
	--gridwidth: 100%;
	--gridheight: 100%;
	display: grid;
	width: var(--gridwidth);
	height: var(--gridheight);
	grid-template-rows: repeat(20,calc(var(--gridheight) / 20 - var(--gridgap)));
	grid-template-columns: repeat(20,calc(var(--gridwidth) / 20 - var(--gridgap)));
	grid-gap: var(--gridgap);
	align-content: center;
	justify-content: center;
}
.slide__figure {
	grid-area: 1 / 1 / 22 / 22;
}
.slide--current {
	pointer-events: auto;
	z-index: 100;
}	
.slide__figure {
	position: relative;
	display: flex;
	flex-direction: column;
	width: auto;
	height: auto;
	max-width: none;
	margin: 0;
	will-change: transform;
	perspective: 1000px;
}
.slide__figure-inner {
	position: relative;
	flex: 1;
	overflow: hidden;
	transform: rotate3d(0,1,0,0deg);
	will-change: transform;
}
.slide__figure-img {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 10;
	opacity: 1;
	will-change: transform;
}
.slide__figure-reveal {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #242424;
	z-index: 20;
	will-change: transform;
}
.js .slide__figure-reveal {
	transform: translate3d(0,0,0);
}
.js .slide--current .slide__figure-reveal {
	transform: translate3d(100%,0,0);
}
.revealer {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	top: 0;
	left: 0;
	display: flex;
	z-index: 5000;
}
.revealer__item {
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.revealer__item-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translate3d(101%,0,0);
}
.nav {
	display: block;
	position: absolute;
	bottom: 43px;
	left: 50%;
	margin: 0 auto;
	text-align: center;
	z-index: 4000;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.nav__button {
	position: relative;
	border: 0;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height: 1;
	background: none;
	z-index: 6000;
}
.nav__button:focus {
	outline: none;
}
.nav__button:hover {
}
.nav__button-text {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(35,35,35,.8);
	display: block;
	z-index: 6000;
	cursor: pointer;
}
.nav__button-text::after,
.nav__button-text::before {
	content: '';
	position: absolute;
	height: 1px;
	top: 20px;
	width: 15px;
	right: 13px;
	background: #fff;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.nav__button-text::after {
	transition: opacity 0.2s, transform 0.2s;
}
.nav--open .nav__button-text::after {
	transform: rotate(90deg);
	opacity: 0;
}
.nav__button-text::before {
	transform: rotate(90deg);
	transition: transform 0.2s;
}
.nav--open .nav__button-text::before {
	transform: rotate(0deg);
}
.toc {
	position: absolute;
	top: calc(-100% - 40px);
	left: 50%;
	padding: 20px;
	padding-bottom: 30px;
	border-radius: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	background-color: rgba(0,0,0,.9);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.nav--open .toc {
	opacity: 1;
}
.toc__item {
	pointer-events: none;
	opacity: 0;
	display: block;
	min-width: 200px;
	margin: 0.15rem 0;
	opacity: 0; 
}
.nav--open .toc__item {
	pointer-events: auto;
}
.toc__item-title {
	pointer-events: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 13px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.toc__item:hover .toc__item-title {
	color: #000;
}
.arrow-nav {
	position: absolute;
	width: 95%;
	height: 100px;
	top: 60%;
	left: 0;
	transform: translateY(-40%);
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 999999999;
	padding: 1.25rem;
}
.arrow-nav__item {
	pointer-events: auto;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: none;
	color: #fff;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
	background-color: #000;
}
.arrow-nav__item--prev {
	visibility: hidden;
}
.arrow-nav__item--prev .icon {
	transform: rotate(180deg);
}
.icon--nav {
	pointer-events: none;
	transition: transform 0.2s;
}
.arrow-nav__item--next:hover .icon--nav {
	transform: translate3d(-2px,0,0);
}
.arrow-nav__item--prev:hover .icon--nav {
	transform: rotate(180deg) translate3d(-2px,0,0);
}
.nav__chapter {
	font-size: inherit;
	font-weight: normal;
	margin-top: 12px;
	display: block;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #e6e6e6;
	line-height: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.nav__chapter:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	bottom: -15px;
	left: 50%;
	margin-left: -20px;
	z-index: 2;
}
.nav--open .nav__chapter {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

/* #Home HTML Video
================================================== */
 
#poster_background { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	top:0;
	right:0;
	background:url('../img/home-video.jpg')no-repeat center center;
	background-size:cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
#poster_background-res { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	top:0;
	right:0;
	background:url('../img/video-res.jpg')no-repeat center center;
	background-size:cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
#poster_background-explore { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	top:0;
	right:0;
	background:url('../img/video-explore.jpg')no-repeat center center;
	background-size:cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
#poster_background-about { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	top:0;
	right:0;
	background:url('../img/video-about.jpg')no-repeat center center;
	background-size:cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
video#video_background { 
	position: absolute;
	top:50%;
	left:50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 2;
	overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#video-wrap{ 
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}
.dark-over-video{ 
	position:absolute;
	background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.5));
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	top:0;
	left:0;
} 
.dark-over-pages{ 
	position:absolute;
	background: linear-gradient(180deg, rgba(0,0,0,.7), rgba(0,0,0,.4));
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	top:0;
	left:0;
}

.home-translate{
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
}
.home-shadow{
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.6);
}


/* #Home moving image
================================================== */

.home-moving-image {
	background: url('../img/move-img.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;
}

/* #Reveal effect
================================================== */

.block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	pointer-events: none;
	opacity: 0;
}



.text-element-over {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #ccc;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: rgba(0,0,0,.9);
	padding: 14px 6px;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	z-index: 10;
}

/* #Nice select
================================================== */

.form{
	background-color: transparent;
	width: 100%;
	outline: none;
	box-shadow: none;
	border: 2px solid #dbdddc;
	padding: 15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.form-textarea{
	height: 150px;
}
select.form {
	padding: 15px 10px;
	color: #323232;
}
.filter-select .nice-select {
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 13px;
	line-height: 1.4;
	border: solid 3px #dbdddc;
}
.filter-select .nice-select:after {
    right: 20px;
}
.filter-select .nice-select .list {
	border: solid 3px #dbdddc;
	width: calc(100% + 6px);
	margin-left: -3px;
}
.filter-select .nice-select .option {
    min-height: auto;
	font-size: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
	text-transform: lowercase;
} 
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	border: solid 1px #000;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	color: #000;
	float: left;
	overflow: hidden;
	font-family: inherit;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 1px;
	outline: none;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	white-space: nowrap;
	width: auto; 
}
.nice-select.open {
	overflow: visible;
}
.nice-select:hover {
    border-color: rgba(255,255,255,.3); 
}
.nice-select:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px; 
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); 
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 
}
.nice-select.disabled {
    border-color: #ededed;
    color: #000;
    pointer-events: none; 
}
.nice-select.disabled:after {
      border-color: #cccccc; 
}
.nice-select.wide {
	width: 100%; 
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important; 
}
.nice-select.right {
    float: right; 
}
.nice-select.right .list {
    left: auto;
    right: 0; 
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; 
}
.nice-select.small:after {
    height: 4px;
    width: 4px; 
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px; 
}
.nice-select .list {
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
	width: calc(100% + 4px);
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
	left: 0;
	margin-left: -2px;
    top: 100%;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: all 0.3s linear, opacity 0.15s ease-out;
    transition: all 0.3s linear, opacity 0.15s ease-out;
    z-index: 9; 
}
.nice-select .list:hover .option:not(:hover) {
}
.nice-select .option {
    cursor: pointer;
    font-weight: 300;
    list-style: none;
	font-size: 12px;
	padding-top: 11px;
	padding-bottom: 11px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; 
} 
.nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #212121;
}
.nice-select .option {
    background: rgba(150,150,150,.12);
}
.nice-select .option:hover {
    color: #fff;
}
.nice-select .option.selected {
    font-weight: 300 !important;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #000;
    cursor: default; 
}
.no-csspointerevents .nice-select .list {
	display: none; 
}
.no-csspointerevents .nice-select.open .list {
	display: block; 
}

/* #Date Picker

================================================== */
#flight-datepicker,
#flight-datepicker-1 {
	position: relative;
	display: block;
	width: 100%;
}
#flight-datepicker .form-item,
#flight-datepicker-1 .form-item {
	position: relative;
}
#flight-datepicker label,
#flight-datepicker-1 label {
	display: block;
	color: white;
}
#flight-datepicker input,
#flight-datepicker-1 input, 
#flight-datepicker-2 input {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	color: #000;
	border: solid 1px #000;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	transition: border-color .2s ease-out;
}
#flight-datepicker input:hover,
#flight-datepicker-1 input:hover {
	border-color: rgba(255,255,255,.3);
}
#flight-datepicker input:hover,
#flight-datepicker input:active,
#flight-datepicker input:focus,
#flight-datepicker-1 input:hover,
#flight-datepicker-1 input:active,
#flight-datepicker-1 input:focus {
	outline: none;
	box-shadow: none;
}
#flight-datepicker input:first-child, 
#flight-datepicker input:last-child,
#flight-datepicker-1 input:first-child,
#flight-datepicker-1 input:last-child {
	border-radius: 0;
}
#flight-datepicker input::-webkit-input-placeholder,
#flight-datepicker-1 input::-webkit-input-placeholder,
#flight-datepicker-2 input::-webkit-input-placeholder {
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}
#flight-datepicker input:-moz-placeholder,
#flight-datepicker-1 input:-moz-placeholder,
#flight-datepicker-2 input:-moz-placeholder {
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}
#flight-datepicker input::-moz-placeholder,
#flight-datepicker-1 input::-moz-placeholder,
#flight-datepicker-2 input::-moz-placeholder {
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}
#flight-datepicker input:-ms-input-placeholder,
#flight-datepicker-1 input:-ms-input-placeholder,
#flight-datepicker-2 input:-ms-input-placeholder {
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}
#flight-datepicker input:focus::-webkit-input-placeholder,
#flight-datepicker-1 input:focus::-webkit-input-placeholder {
	color: transparent;
	transition: color .2s ease-out;
}
#flight-datepicker input:focus:-moz-placeholder,
#flight-datepicker-1 input:focus:-moz-placeholder {
	color: transparent;
	transition: color .2s ease-out;
}
#flight-datepicker input:focus::-moz-placeholder,
#flight-datepicker-1 input:focus::-moz-placeholder {
	color: transparent;
	transition: color .2s ease-out;
}
#flight-datepicker input:focus:-ms-input-placeholder,
#flight-datepicker-1 input:focus:-ms-input-placeholder {
	color: transparent;
	transition: color .2s ease-out;
}
#flight-datepicker .date-text,
#flight-datepicker-1 .date-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	top: calc(100% + 6px);
	font-size: 12px;
	color: white;
}
.datepicker-dropdown:after {
	border-bottom: 6px solid rgba(0,0,0,.9);
}
.datepicker-dropdown.datepicker-orient-top:after {
	border-top: 6px solid rgba(0,0,0,.9);
}
.datepicker.dropdown-menu {
	padding: 0;
	background-clip: border-box;
	border: none;
	background-color: rgba(0,0,0,.9);
	border-radius: 0;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
	-webkit-animation: popup .2s ease-out forwards;
          animation: popup .2s ease-out forwards;
}
.datepicker.dropdown-menu.datepicker-orient-top {
	margin-top: 0;
}
.datepicker.dropdown-menu.datepicker-orient-bottom {
	margin-top: 0;
}
.datepicker.dropdown-menu table {
	background-color: #fff;
}
.datepicker.dropdown-menu table thead {
	background-color: rgba(0,0,0,.3);
}
.datepicker.dropdown-menu table thead tr {
	border-top: 0;
}
.datepicker.dropdown-menu table tbody {
	background-color: transparent;
}
.datepicker.dropdown-menu table tr {
	border-top: 1px solid rgba(0,0,0,.3);
}
.datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
	width: auto;
	height: 24px;
	padding: 6px;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	transition: background-color .6s ease-out;
}
.datepicker.dropdown-menu table tr td:hover, .datepicker.dropdown-menu table tr td.active:hover, .datepicker.dropdown-menu table tr td:active:hover, .datepicker.dropdown-menu table tr th:hover, .datepicker.dropdown-menu table tr th.active:hover, .datepicker.dropdown-menu table tr th:active:hover {
	border-radius: 0;
	transition: background-color .2s ease-out;
	color: #fff;
}
.datepicker.dropdown-menu table tr td.focused, .datepicker.dropdown-menu table tr td.selected, .datepicker.dropdown-menu table tr th.focused, .datepicker.dropdown-menu table tr th.selected {
	border-color: rgba(0,0,0,.3);
	border-radius: 0;
	color: #fff;
}
.datepicker.dropdown-menu table tr td.active, .datepicker.dropdown-menu table tr td.active:focus, .datepicker.dropdown-menu table tr td.active.active:hover, .datepicker.dropdown-menu table tr td:active:focus, .datepicker.dropdown-menu table tr td.highlighted, .datepicker.dropdown-menu table tr th.active, .datepicker.dropdown-menu table tr th.active:focus, .datepicker.dropdown-menu table tr th.active.active:hover, .datepicker.dropdown-menu table tr th:active:focus, .datepicker.dropdown-menu table tr th.highlighted {
	border-color: rgba(0,0,0,.3);
	color: #fff;
}
.datepicker.dropdown-menu table tr th.datepicker-switch {
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #ffffff;
	background-color: inherit;
	border-radius: 0;
}
.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
	color: #ffffff;
	background-color: rgba(0,0,0,0);
	border-radius: 0;
	font-weight: 300;
	font-size: 15px;
}
.datepicker.dropdown-menu table tr th.dow {
	padding: 2px 12px;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	color: #ffffff;
	background-color: rgba(0,0,0,0);
	border-top: 1px solid rgba(0,0,0,.7);
	border-radius: 0;
}
.datepicker.dropdown-menu table tr td.day {
	width: 24px;
	border-right: 1px solid rgba(0,0,0,.3);
}
.datepicker.dropdown-menu .old:hover {
	background-color: transparent !important;
}
.datepicker.dropdown-menu table tr td.day:last-child {
	border-right-width: 0;
}
.datepicker.dropdown-menu table tr td.range {
	background-color: rgba(0,0,0,0);
}
.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
	color: #888;
}
[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
}
.fontawesome-calendar {
	position: absolute;
	top: 26px;
	right: 0;
	font-size: 24px;
	z-index: -99;
}
@-webkit-keyframes popup {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
				transform: translateY(12px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
            transform: translateY(0);
	}
}
@keyframes popup {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
            transform: translateY(12px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
            transform: translateY(0);
	}
}

/* #Rooms
================================================== */

.room-box {
	position: relative;
	width: 100%;
	display: block;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
}
.room-name {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	z-index: 3;
}
.room-per{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	padding: 7px;
	background-color: rgba(0,0,0,.7);
	font-weight: 300;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 2px;
	z-index: 3;
}
.room-box img {
	width: 100%;
	height: auto;
	display: block;
}
.room-box-in {
	position: relative;
	display: block;
	padding: 20px;
}
.room-icons {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,.07);
}
.room-icons::after {
  display: block;
  clear: both;
  content: "";
}
.room-icons img{
	display: inline-block;
	width: 23px;
	height: auto;
	float: left;
	margin-right: 20px;
	opacity: 0.5;
}
.room-icons a{
	display: inline-block;
	float: right;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}

/* #Services
================================================== */

.services-wrap {
	overflow: hidden;
}
.services-wrap img{
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.services-wrap:hover img{
	transform: rotate(-2deg) scale(1.1);
}
.services-text-over{
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 3;
	padding:21px 23px;
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	letter-spacing: 1px;
	margin-top: -16px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: rgba(0,0,0,.85);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 		width:100%;
}
.services-box {
	position: relative;
	width: 100%;
	display: block;	
	padding: 1em 0;
}
.services-box img{
	width: 36px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* #Parallax
================================================== */

.parallax {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}

.booking-sep-wrap{
	position: relative;
	display: block;
	width: 100%;
}
#flight-datepicker-1 input {
	margin: 0;
	padding: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Oswald', sans-serif;
	background-color: rgba(32,32,32,.9);
	font-size: 40px;
	line-height: 140px;
	width: 100%;
	height: 140px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 200;
	text-align: center;
	color: #e6e6e6;
	border: 1px solid rgba(0,0,0,.3);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
#flight-datepicker-1 input:focus,
#flight-datepicker-1 input:active,
#flight-datepicker-1 input:hover {
	border-width: 5px;
}
#flight-datepicker-1 .form-item {
	display: inline-block;
	width: 50%;
	float: left;
}
#flight-datepicker-1 input::-webkit-input-placeholder {
	color: #e6e6e6;
	font-size: 20px;
	line-height: 140px;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
#flight-datepicker-1 input:-moz-placeholder {
	color: #e6e6e6;
	font-size: 20px;
	line-height: 140px;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
#flight-datepicker-1 input::-moz-placeholder {
	color: #e6e6e6;
	font-size: 20px;
	line-height: 140px;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
#flight-datepicker-1 input:-ms-input-placeholder {
	color: #e6e6e6;
	font-size: 20px;
	line-height: 140px;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.booking-button-big{
	position: relative;
	color: #fff;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	outline: none;
	text-align: center;
	padding-top: 52px;
	padding-bottom: 52px;
	margin: 0;
	background-color: #060606;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.booking-button-big:hover{
	color: #fff;
}

.quantity {
	position: relative;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
.quantity input[type=number]{
	-moz-appearance: textfield;
}
.quantity input {
	width: 100%;
	height: 140px;
	font-weight: 300;
	font-size: 40px;
	line-height: 140px;
	display: block;
	color: #e6e6e6;
	padding: 0;
	margin: 0;
	margin: 0;
	text-align: center;
	border: 1px solid rgba(0,0,0,.3);
	background-color: rgba(32,32,32,.9);
	background-image: url('../img/user.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px 80px;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 20;
}
.quantity-button {
	position: relative;
	cursor: pointer;
	width: 20px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	background-image: url('../img/up.svg');
	background-position: top center;
}
.quantity-button.quantity-down {
	background-image: url('../img/down.svg');
	background-position: bottom center;
}

/* #Quotes
================================================== */ 

#season {
	position:relative;
	width:100%;
	margin:0 auto;
	display:block;
}
#season .item{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:2;
	display:block;
}
#off-season {
	position:relative;
	width:100%;
	margin:0 auto;
	display:block;
}
#off-season .item{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:2;
	display:block;
}
.quote-sep{
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	overflow:hidden;
	display:block;
	padding-top:30px;
	padding-bottom:50px;
	background-image:url('../img/qu.png');
	background-repeat:no-repeat;
	background-position: top center;
}
.quote-sep h4{
	text-align:center;
	margin:0 auto;
	color:#fff;
	font-weight: 300;
	font-style: italic;
	font-size: 19px; 
	line-height: 34px;
	width:100%;
	max-width:830px;
}
.quote-sep h6{
	text-align:center;
	margin:0 auto;
	color:#fff;
	padding-top:40px;
	width:100%;
}
#owl-sep-1.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:0;
	margin:0 auto;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span{
	background-color:rgba(255,255,255,.3);
	text-align: center;
	width:35px;
	height:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span:hover{
}
#owl-sep-1.owl-theme .owl-controls .owl-page.active span {
}

/* #Gallery
================================================== */ 

#season {
	position:relative;
	width:100%;
	margin:0 auto;
	display:block;
	overflow: hidden;
}
#season .item{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:2;
	display:block;
	padding:0 15px;
}
#off-season {
	position:relative;
	width:100%;
	margin:0 auto;
	display:block;
	overflow: hidden;
}
#off-season .item{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:2;
	display:block;
	padding:0 15px;
}
.gallery-small:before,
.gallery-small:after{
	position:absolute;
	content: '';
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	display:block;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.gallery-small:before{
	z-index:2;
	background: linear-gradient(45deg, rgba(0,0,0,.6), rgba(0,0,0,.9));
}
.gallery-small:after{
	z-index:3;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	background-image: url('../img/plus.png');
}
.gallery-small:hover:before,
.gallery-small:hover:after{
	opacity: 1;
}

/* #Video
================================================== */

.video-button{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 10px;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.video-button:hover{
	color: #fff;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.5);
}
.video-button:before{
	position: absolute;
	content: '';
	display: block;
	top: -5px;
	left: -5px;
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,.03);
	border-radius: 50%;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.video-button:hover:before{
	top: -55px;
	left: -55px;
	width: 160px;
	height: 160px;
	background-color: rgba(255,255,255,0);
}

/* Video Hover Image */	

.video-section {
	position: relative;
	width:100%;
	margin:0 auto;
	max-width:800px;
}
.video-wrapper, figure.vimeo, figure.youtube {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}	
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
figure.youtube a img, figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width:none;
}	
figure.vimeo a:after, figure.youtube a:after {
	content:"";
	width:60px;
	height:60px;
	background: #212121;
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	border-radius:50%;
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.15);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
	box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.1);
}	
figure.vimeo a:before, figure.youtube a:before {
	content:"";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	z-index:10;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -3px;
	margin-top: -5px;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:before, figure.youtube:hover a:before {
	border-left: 8px solid #fff;
}	
figure.vimeo a:hover img, figure.youtube a:hover img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}	
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
	a -webkit-transform: scale(1);
	transform: scale(1);
}

/* #Rooms
================================================== */ 

.amenities{
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.amenities img{
	width: 36px;
	height: auto;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.amenities p{
	margin: 0;
	padding: 0;
	margin-top: 15px;
	color: #f8f8f8;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#rooms-sync1 .item{
	position: relative;
	width: 100%;
}
#rooms-sync1 .item img{
	width: 100%;
	height: auto;
	display: block;
}
#rooms-sync2 .item{
	position: relative;
	margin-top: 5px;
}
#rooms-sync2 .item img{
	width: 100%;
	padding-right:5px !important;
	height: auto;
	display: block;
}

.customNavigation.rooms-sinc-1-2{
	position:absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.next-rooms-sync-1,
.prev-rooms-sync-1 {
	position:absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 1002;
	background-color: rgba(0,0,0,.5);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.next-rooms-sync-1:hover,
.prev-rooms-sync-1:hover {
	background-color: rgba(0,0,0,.95);
}
.next-rooms-sync-1 {
	left: 10px;
	background-image: url('../img/arrow-left.svg');
}
.prev-rooms-sync-1 {
	right: 10px;
	background-image: url('../img/arrow-right.svg');
}

/* #Search
================================================== */

.valeurPrix {
	position: absolute;
	top: -40px;
	right: 0;
}
.range-slider {
	position: relative;
	width: 100%;
	float: left;
	margin-right: 5px;
}
.range-slider .input-range {
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: #ccc;
	outline: none;
}
.range-slider .input-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.range-slider .input-range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.range-slider .range-value {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight:400;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-align: right;
}
.selecteurPrix::-moz-range-track {
	background: #ccc;
	border: 0;
}
.selecteurPrix input::-moz-focus-inner {
	border: 0;
}



.list {
	margin: 0;
	padding: 0;
}
.list__item {
	margin: 0 0 .5rem 0;
	padding: 0;
	list-style: none;
}
.list__item:last-child {
	margin: 0;
}
.label--checkbox {
	position: relative;
	line-height: 135%;
	cursor: pointer;
	background: transparent;
	color: #f2f2f2;
	letter-spacing: 1px;
}
.checkbox {
	position: relative;
	top: -0.8rem;
	margin: 0 2rem 0 0;
	cursor: pointer;
	background: transparent;
	width: 0 !important;
	height: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.checkbox:active, 
.checkbox:focus{
	border: none;
	outline: none;
}
.checkbox:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(255,255,255,.4);
	background: transparent;
}
.checkbox:checked:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-top-style: none;
	border-right-style: none;
	background: transparent;
}
.checkbox:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1.1rem;
	height: 1.1rem;
	background: transparent;
	cursor: pointer;
}

/* #accordion
================================================== */

.card{
	border-radius: 0;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}
.card-header{
	border-radius: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
}
.card-header .btn-link{
	position: realtive;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	border-radius: 0;
	padding: 20px;
	margin: 0;
	width: 100%;
	text-align: left;
	background-color: transparent;
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: none;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
	color: #545454;
}
.card-header .btn-link:after{
	position: absolute;
	content: '';
	width: 21px;
	height: 1px;
	right: 20px;
	top: 31px;
	background-color: #545454;
	z-index: 2;
}
.card-header .btn-link:before{
	position: absolute;
	content: '';
	width: 1px;
	height: 21px;
	right: 30px;
	top: 21px;
	background-color: #545454;
	z-index: 2;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.card-header .btn-link[aria-expanded="true"]:before{
	transform: rotate(90deg);
}
.card-header .btn-link:active,
.card-header .btn-link:focus,
.card-header .btn-link:hover{
	text-decoration: none;
}
.card-header .btn-link.last{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.card-body{
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: none;
	margin: 0;
	padding: 20px;
}
.card-body.last{
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: none;
}

/* #restaurant
================================================== */

.services-box.restaurant{
	padding: 30px;
	border: 1px solid rgba(0,0,0,.1);
}
.services-box.restaurant img{
	width: 42px;
	height: 42px;
	display: block;
}
.restaurant-box{
	position: relative;
	display: block;
	width: 100%;
}
.restaurant-box img{
	display: block;
	width: 70%;
	height: auto;
}
.restaurant-box h6{
	position: absolute;
	z-index: 2;
	font-weight: 500;
	top: 50%;
	right: 0;
	margin-top: -35px;
}
.restaurant-box h6 span{
	background-color: rgba(255,255,255,.95);
	padding: 5px 15px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
}
.restaurant-box p{
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	margin-top: 5px;
	margin: 0;
	font-style: italic;
	letter-spacing: 1px;
	color: #212121;
	font-size: 14px;
}
.restaurant-box p span{
	background-color: rgba(255,255,255,.95);
	padding: 5px 15px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
}
.restaurant-box h5{
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 10px;
	font-weight: 200;
	color: #fff;
	font-style: italic;
	font-family: 'Oswald', sans-serif;
}
.restaurant-box h5 span{
	background-color: rgba(0,0,0,.75);
	padding: 10px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1); 
}

/* #testimonials
================================================== */

.services-box.restaurant.testimonials img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.services-box.restaurant.testimonials .img-down img{
	width: auto;
	height: 18px;
	border-radius: 0;
}

/* #news
================================================== */

.room-icons.news-tags a{
	position: relative;
	display: inline-block;
	float: left;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-right: 25px;
}
.room-icons.news-tags a:after{
	position: absolute;
	content: '-';
	top: 0;
	right: -14px;
	z-index: 2;
}
.room-icons.news-tags a:last-child:after{
	display: none;
}

/* #Project nav
================================================== */

.project-nav-wrap {
	position:relative;
	display:block;
	margin:0 auto;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('../img/line-nav.png');
	background-size:23px 80px;
}
.project-nav-wrap .left-nav {
	position:relative;
	display:inline-block;
	margin-right:30px;
	width:220px;
	height:120px;
	letter-spacing:2px;
	text-align:right;
	font-size: 50px;
	line-height:80px;
    vertical-align: text-top;
	color:#000;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.project-nav-wrap .left-nav:hover {
	color:#000;
}
.project-nav-wrap .right-nav {
	position:relative;
	display:inline-block;
	margin-left:30px;
	width:220px;
	height:120px;
	font-size: 50px;
	line-height:160px;
    vertical-align: text-bottom;
	letter-spacing:2px;
	text-align:left;
	color:#000;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.project-nav-wrap .right-nav:hover {
	color:#000;
}
.project-nav-wrap .left-nav .text-on-hover,
.project-nav-wrap .right-nav .text-on-hover {
	position:absolute;
	z-index:2;
	width:100%;
	opacity:0;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:20px;
	color:#000;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.project-nav-wrap .left-nav .text-on-hover{
	text-align:right;
	padding-right:50px;
	right:0;
	bottom:130px;
}
.project-nav-wrap .left-nav .text-on-hover:before{
	font-family: FontAwesome;
	padding-right:10px;
	font-size: 15px;
	content: "\f104";
}
.project-nav-wrap .left-nav:hover .text-on-hover{
	opacity:1;
	bottom:110px;
}
.project-nav-wrap .right-nav .text-on-hover{
	text-align:left;
	padding-left:50px;
	left:0;
	top:130px;
}
.project-nav-wrap .right-nav .text-on-hover:after{
	font-family: FontAwesome;
	padding-left:10px;
	font-size: 15px;
	content: "\f105";
}
.project-nav-wrap .right-nav:hover .text-on-hover{
	opacity:1;
	top:110px;
}

/* #Post Page
================================================== */

.post-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 0;
	padding-bottom: 2.5rem;
	border-radius: 0.35rem;
}
.drop-shadow{
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
}
.post-box img.blog-home-img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	margin-right: 0;
}
.post-box .padding-in{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.blockquote{
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	padding-left: 1.4rem;
	padding-right: 0;
}
.blockquote-footer::before {
	padding-right:10px;
}
.blockquote.blockquote-reverse{
	border-left: none;
	padding-right: 1.4rem;
	padding-left: 0;
}
.blockquote-reverse .blockquote-footer::before {
	padding-right:0;
}
.blockquote-reverse .blockquote-footer::after {
	padding-left:10px;
}
.separator-wrap{
	width:100%;
	min-height: 1px;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: no-wrap;
	webkit-box-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.separator-wrap p{
	margin-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}
.separator{
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	min-width: 10%;
}
.separator-line{
	position: relative;
	height: 1px;
	display: block;
	top: 1px;
	width: 100%;
	border-top: 1px solid #e3e3e3;
}
.opacity-40{
	opacity: 0.4;
}
.separator-line.med{
	border-top-width: 3px;
}
.separator-line.big{
	border-top-width: 8px;
	border-radius:2px;
}
.separator-line.dashed{
	border-top-style: dashed;
	outline: none;
}
.post-box .btn-primary{
	background-color: #212121;
	border: none;
	outline: none;
	-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
}
.post-box .btn-primary:hover span{
	-webkit-transform: translateZ(10px);
	transform: translateZ(10px);
}
.post-box .btn-primary:focus,
.post-box .btn-primary:active {
	border:none;
	outline:none;
	box-shadow: none;
}
.post-box .btn-primary span{
	position: relative;
	display: block;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.post-box .btn-primary:hover{
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.author-wrap{
	position: relative;
	width: 100%;
	display: block;
}
.author-wrap p{
	display: inline-block;
	font-size: 0.84rem;
}
.author-wrap p a{
	color: #888;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.author-wrap img{
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}
.post-comm-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 2.5rem;
}
.post-comm-box img{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 20px;
}
.post-comm-box h6{
	display: inline-block;
}
.post-comm-box h6 small{
	text-transform: none;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: .7rem;
	font-style: italic;
	margin-left: 10px;
}
.subscribe-box{
	position: relative;
	width: 100%;
	display: block;
}
.subscribe-box input{
	padding-top: 15px;
	padding-bottom: 15px;
}
.form-control {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	padding: 0.8rem 0.75rem;
	font-size: .8rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:active,
.form-control:focus {
	background-color: transparent;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
.form-control::placeholder {
	color: #000;
	opacity: 1;
}
.for-textarea{
	min-height: 180px;
}
.subscribe-box .btn.subscribe-1{
	position: absolute;
	top:0;
	right:0;
	z-index: 1;
}
.sidebar-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 2.5rem;
}
.sidebar-box h6{
}
.list-style {
	margin: 0;
	list-style: none;
}
.list-style li{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.1rem;
}
.list-style li:first-child{
	margin-top: 0;
}
.list-style li:last-child{
	margin-bottom: 0;
}
.list-style.square li:before,
.list-style.circle-o li:before,
.list-style.circle li:before{
	font-family:'FontAwesome';
	font-size: 0.5rem;
	margin-right: 15px;
	display:inline-block;
	line-height: 1.1rem;
	height: 1.1rem;
	vertical-align: middle;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.list-style.circle li:before{
	content: '\f111';
}
.list-style.circle-o li:before{
	content: '\f10c';
}
.list-style.square li:before{
	content: '\f0c8';
}
.list-style li i{
	font-size: 0.8rem;
	line-height: 1.1rem;
	height: 1.1rem;
	width:20px;
	text-align:left;
	margin-right: 10px;
}
.list-style a.btn-link {
	background-color: transparent;
	color: #212121;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.list-style a.btn-link:hover{
	text-decoration: none;
	background-color: transparent;
	box-shadow: none;
}

/* #contact
================================================== */


.ajax-form input{
	margin: 1rem 0 0;
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	font-weight:400;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	padding-bottom: 15px;
	background:transparent;
	border:none;
	color: #000;
	text-align: left !important;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
.ajax-form textarea {
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	font-weight:400;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	background:transparent;
	/*height:100px;*/
	border:none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
	margin: 1rem 0 0;
}
.ajax-form textarea,
.ajax-form input {	
	border-bottom:1px solid rgba(200,200,200,.7);
}
.ajax-form textarea:active,
.ajax-form input:active {	
	color: #101010;
}
.ajax-form textarea:active,
.ajax-form input:hover {	
	color: #101010;
}
.ajax-form textarea:focus,
.ajax-form input:focus {	 
    outline: none !important;
}
.ajax-form input:-ms-input-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#000000;
}
.ajax-form input::-moz-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#000000;
}
.ajax-form input:-moz-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#000000;
}
.ajax-form input::-webkit-input-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#000000;
}
.ajax-form textarea:-ms-input-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#000000;
}
.ajax-form textarea::-moz-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#000000;
}
.ajax-form textarea:-moz-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#000000;
}
.ajax-form textarea::-webkit-input-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#000000;
}
.ajax-form button {
	color:#fff;
	cursor: pointer;
	font-size: 12px;
	padding: 10px 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #212121;
	border:none;
	outline:none;
	margin: 0 auto;
	text-align: center;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.ajax-form button:focus,
.ajax-form button:active {
	border:none;
	outline:none;
}
.ajax-form button span{
	position: relative;
	display: block;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.ajax-form button:hover{
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.ajax-checkbox .list {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.ajax-checkbox .list__item {
	margin: 0 0 .5rem 0;
	padding: 0;
	list-style: none;
}
.ajax-checkbox .list__item:last-child {
	margin: 0;
}
.ajax-checkbox .label--checkbox {
	position: relative;
	line-height: 135%;
	cursor: pointer;
	background: transparent;
	color: rgba(0,0,0,.5);
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 0 !important;
}
.ajax-checkbox .checkbox {
	position: relative;
	top: -0.8rem;
	margin: 0 2rem 0 0;
	cursor: pointer;
	background: transparent;
	width: 0 !important;
	height: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-bottom: 0 !important;
}
.ajax-checkbox .checkbox:active, 
.ajax-checkbox .checkbox:focus{
	border: none;
	outline: none;
}
.ajax-checkbox .checkbox:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(0,0,0,.2);
	background: transparent;
}
.ajax-checkbox .checkbox:checked:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-top-style: none;
	border-right-style: none;
	background: transparent;
}
.ajax-checkbox .checkbox:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1.1rem;
	height: 1.1rem;
	background: transparent;
	cursor: pointer;
}

.address{
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.1);
	width: 100%;
	display: block;
	margin-top: 1rem;
}
.address:last-child{
	border-bottom: 1px solid rgba(0,0,0,0);
}
.address::after {
  display: block;
  clear: both;
  content: "";
}
.address-in{
	position: relative;
	width: 50%;
	display: inline-block;
	float: left;
}
.address-in .color-black{
	font-weight: 500;
}
.text-opacity{
	opacity: .5;
}
.subscribe-home{
	position:relative;
	width: 100%;
	display:block;
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.6);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.subscribe-home input{
	position:relative;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 26px;
	line-height: 100px;
	height: 100px;
	background-color: #212121;
	text-align: left;
	border:none;
	color: #fff;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.subscribe-home input {	
}
.subscribe-home input:focus {	 
    outline: none !important;
}
.subscribe-home input:focus {	 
    outline: none !important;
}
.subscribe-home input:-ms-input-placeholder  {
	font-size: 26px;
	line-height: 100px;
	color: #d5d5d5;
}
.subscribe-home input::-moz-placeholder  {
	font-size: 26px;
	line-height: 100px;
	color: #d5d5d5;
}
.subscribe-home input:-moz-placeholder  {
	font-size: 26px;
	line-height: 100px;
	color: #d5d5d5;
}
.subscribe-home input::-webkit-input-placeholder  {
	font-size: 26px;
	line-height: 100px;
	color: #d5d5d5;
}
.subscribe-home button{
	position:absolute;
	right:0;
	top:0;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	text-align:center;
	background-color: #000;
	padding: 44px 25px;
	margin:0;
	border:none;
	cursor:pointer;
	color: #fff;
	z-index:2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.subscribe-home button:hover{
}
.subscribe-home button:focus,
.subscribe-home button:active {
	border:none;
	outline:none;
}

/* #Footer
================================================== */

.footer img{
	max-width: 100%;
	display: inline-block;
	margin: 0 0 1.5rem;
}
.footer a{
	color: #ccc;
	display: block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.footer a > i{
	color: #aa8453;
}
.footer a:hover{
	text-decoration: none;
	color: #ddd;
}
.footer .logos-footer img{
	height: 18px;
	width: auto;
	display: inline-block;
	margin-right: 25px;
}
.footer-bottom p{
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
}
.footer iframe{
	width: 100%;
	height: 300px;
}
.social-footer-bottom{
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid rgba(255,255,255,.2);
	transition: all 250ms linear;
}
.social-footer-bottom:last-child{
	border-right: 1px solid rgba(255,255,255,0);
}
.social-footer-bottom:hover{
	text-decoration: none;
}


.booknowad{
	border: 1px solid #fff;
    color: #000 ;
	font-size:15px ;
	background-color: #fff;
	font-weight:500;
}

.product-img{float:left;width:100%;height:250px;overflow:hidden;}
.product-img img{height:100%;width:100%;margin:0;object-fit:cover;}
.product-thumbs{float:left;width:174px;height:174px;overflow:hidden;position: absolute; right:19px;}
.product-thumbs a{width:85px;float:left;border:1px solid #fff;}
.product-thumbs img {float:left;width: 100%;margin:0;min-height:72px; object-fit: cover;}
.product-thumbs a:last-child {border-right:0;}
.product-desc{position: relative; overflow:hidden;transition:all .15s linear;padding:1.5em;text-transform:capitalize;float:left;width:100%;}
.product-desc ul{padding:0;margin:.8em 0;background-color:transparent;}
.product-desc ul li{margin:0;font-size:1em;color:#1b292f;font-weight:400;line-height:1.4em;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.product-desc ul li i{margin:0 .4em 0 0; color: #aa8453;}
.product-desc h4, .product-desc h4 a, .product-desc h5, .product-desc span{color:#1b292f;}
.product-desc h4 {margin-bottom:0;font-weight:600;}
.product-desc h5 {margin-top:5px;font-weight:500;line-height:1.25em; overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box; }
.product-desc span{font-weight:300;margin:0; line-height: 1.3rem; color: #1f2022; font-size: 16px; font-weight: 500; }
.product-desc span > span { display: block;}
.big span.fa{float:right;color:#ffae00;}
.product-desc a{text-decoration:none;}
.product-desc h3 {font-size:1.2rem;}

.cnt-container {float:left;margin:.5em 0 0;}
.cnt{color:#878787;font-size:1.2em;display:inline-block;margin-right:.5em;}
.cnt>span.fa { float: left; color: #8d6d3c;margin:.2em .3em 0 0;width:20px;text-align:center;}

.view .product-img{margin: 0 0 1em;height:400px;position:relative;}
.view .heading span{color:#1b292f;vertical-align:middle;margin-left:.5em;}
.view .heading span i{margin-right:.3em;}
.view .facilities {margin:0;padding:0;}
.view .facilities span i {padding:0 .5rem 0 0;}
.view .big {font-weight:400;margin:0;display:block;padding:0;line-height:1.1em; color:#1f2022;}
.view span.fa{float:left;margin:6px 3px 0 0;}
.view .big span.fa {margin:0;}
.block{float:left;width:100%;}
.view .table td, .view .table th {padding:.35rem;}

.heading{font-size:2.3rem;margin:25px 0 14px;text-transform:capitalize;}
.view .owl-carousel {display:block;}
.pkg-heading{ margin: 1rem 0 0;text-transform:capitalize;font-size:1.3rem; font-weight: 500; color: #1f2022; }
.view .owl-carousel .owl-nav {height:400px;}
.view .owl-carousel .owl-nav .owl-next, .view .owl-carousel .owl-nav .owl-prev{position:absolute;top:50%;transform:translateY(-50%);}
.view .owl-carousel .owl-nav .owl-prev{left:0;}
.view .owl-carousel .owl-nav .owl-next{right:0;}
.view .owl-carousel .owl-nav span{color:#000;background-color:#fff;padding:.5em;text-align:center;}

.nice-select .option:hover, .nice-select .option.selected:hover, .datepicker.dropdown-menu table tr td.day:hover, .datepicker.dropdown-menu table tr td.focused, .datepicker.dropdown-menu table tr td.selected, .datepicker.dropdown-menu table tr th.focused, .datepicker.dropdown-menu table tr th.selected, .datepicker.dropdown-menu table tr td.active, .datepicker.dropdown-menu table tr td.active:focus, .datepicker.dropdown-menu table tr td.active.active:hover, .datepicker.dropdown-menu table tr td:active:focus, .datepicker.dropdown-menu table tr td.highlighted, .datepicker.dropdown-menu table tr th.active, .datepicker.dropdown-menu table tr th.active:focus, .datepicker.dropdown-menu table tr th.active.active:hover, .datepicker.dropdown-menu table tr th:active:focus, .datepicker.dropdown-menu table tr th.highlighted, .datepicker.dropdown-menu table tr td:hover, .datepicker.dropdown-menu table tr td.active:hover, .datepicker.dropdown-menu table tr td:active:hover, .datepicker.dropdown-menu table tr th:hover, .datepicker.dropdown-menu table tr th.active:hover, .datepicker.dropdown-menu table tr th:active:hover, .booking-button, .menu > ul > li a span, .btn.btn-primary:hover, .subtitle.with-line:after, .booking-button-big:hover, .lang-wrap ul a:hover, .video-button:hover, #owl-sep-1.owl-theme .owl-controls .owl-page span:hover, #owl-sep-1.owl-theme .owl-controls .owl-page.active span, .subscribe-home button:hover, .scroll-to-top:hover, .loader__figure, figure.vimeo:hover a:after, figure.youtube:hover a:after, .ajax-form button:hover, mark {background-color:transparent;}
.img-wrap {
    border: 1px solid #efefef;
    padding: 5px;
    box-shadow: 4px 4px 30px 1px  #333;
}
h4.text-center {
    text-align: center;
    color: #b49a68;
    font-size: 22px;
}

.sc_button_title { background-color:#b49a68;color:#fff;padding:.3em .7em .5em .7em;}
.ptb-20 {padding:2em 0;}

.btn.btn-primary:hover {border:1px solid #b49a68;color:#b49a68;}

.margin-30{margin:0 2em;width:auto;overflow:hidden;}
.white-bg{padding:5em 0;background-color:#fff;}

.item-gallery .img-wrap {box-shadow:none;padding:0;border:0;}
.item-gallery {height:520px;overflow:hidden;padding:4em 0 0;}
.h-520 {height:520px;background-color:#1b1b1b;padding:2em 5em;}
.h-520 h1 {font-family:'Abril Fatface', cursive; font-size:3.750em; color:#fff;padding-top:.7em;}
.h-520 .w-50 {font-family:'Montserrat';font-weight:600;color:#fff;line-height:3em;float:left;width:50%;margin:3em 0 0;}

.margin-30 .mx-0 { background: #fff;}
.booking-button { background-color: #aa8453; color:#fff; font-weight:500;border:0;cursor:pointer;}

.new-gall {margin:5px 0 5px 5px;display:block;height:222px;position:relative;overflow:hidden;transition:all .5s linear;}
.new-gall img {max-width:100%;height:100%;object-fit:cover;width:100%;transition:all .8s linear;}
.h-360 {height:360px;}
.h-200 {height:200px;}
.h-220 {height:220px;}
.h-250 {height:250px;}
.h-260 {height:260px;}
.mright-5{margin-right:5px;}

.new-gall:hover {filter:grayscale(1);}
.new-gall:hover img {transform:scale(1.2);}
.h-90 {height:90vh;}
.b-80 {bottom:80px;}

.scaled {transition:all .8s linear;}
.scaled:hover {filter:grayscale(1);transform:scale(2) rotate(-5deg);}

.white-bg .img-responsive {max-width:100%;}
.booking-button > a {color:#000;}
.booking-button:hover > a {color:#fff;}

.datepicker.dropdown-menu table tr td.day:hover{background-color:#e7b957;color:#000;font-weight:600;}
.item-gallery .owl-nav {position:absolute;top:47%;transform:translateY(-53%);width:100%;}
.item-gallery .owl-prev {position:absolute;left:0;color:#fff;background-color:rgba(0,0,0,.3);}
.item-gallery .owl-next {position:absolute;right:0;color:#fff;background-color:rgba(0,0,0,.3);}
.item-gallery .owl-prev span, .item-gallery .owl-next span {padding:1em;background-color:rgba(0,0,0,.3);}
.item-gallery .owl-prev:hover span, .item-gallery .owl-next:hover span {cursor:pointer;background-color:rgba(0,0,0,1);display:inline-block;}

.white-background {background-color:#fff;padding:0 0 4em;}

.pkg-heading {margin-bottom:.4em; }
.view .big {display:inline-block;}

.view .table-responsive {margin: .3rem 0 0;}
.view .table-responsive tr th {color:#1F1A1A;}
.view .table-responsive tr td {color:#1F1A1A;}
.view .booking-button {color:#fff;margin:.5rem 0 0;background-color:#aa8453;}
.view .booking-button:hover, .view .booking-button:focus {background-color:#1f2022;}
.view .table-responsive>.table-bordered {margin-bottom: 0;}
.view ul li { color: #000;}

.pkg-heading + ul {float:left; width: 100%; padding: 0 0 0 1rem; list-style: none;}
.view .big:hover {color:#8d6d3c;}

.sidebars{background-color:rgba(0,0,0,.9);padding:1em 0;}
.sidebars ul {margin:0;padding:0;list-style:none;font-family:'Europa';}
.sidebars ul li {display:inline-block;}
.sidebars ul li a {text-decoration:none;color:#bbb;padding:0 .6em 0 0;font-size:14px;}
.sidebars ul li a:hover, .sidebars ul li a:focus {color:#e7b957;}

.margin-4 {margin:0 2em 4em;}

.blk {
	display: inline-block;
	color: #fff;
	background-color: #aa8453;
	padding: .3rem 1.2rem;
	text-align:center;	
	font-weight: 500;
	border-radius: 6px;
	margin: .5rem 0;
}
.blk:hover {background-color:#1f2022; color:#fff; border-color:#1f2022;}

.prices {display:flex;width:100%;justify-content:space-between; margin: 1rem 0;}
.search-frm {width:100%;}

.droopmenu-navbar {
    position: fixed;
    width: 100%;
    background: #1f2022;
    z-index: 11;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.background-dark {
    z-index: 2;
}
.droopmenu>li>a {
    color: #000;
	font-size:16px;
	padding:35px 11px;
	height:90px;
	line-height:normal;
	letter-spacing:.5px;
	transition: all .3s ease 0s;
	font-weight:500;
	text-transform: capitalize;
}
.droopmenu>li:last-child>a {
    padding: 40px 0 40px 15px;
}
.droopmenu-brand {
    margin-right: 0;
    margin-left: 0; 
}
.dm-nav-brand a img, .droopmenu-brand img {
    height: 100%; 
    top: 0;
}
.droopmenu li>ul, .droopmenu-nav {
    float: right;
}
.droopmenu li i {
    font-size: 11px;
}
.booknowad {
	padding:6px 25px;
	border-radius: 25px;
}
.droopmenu>li:hover a {
    color:#aa8453;
	background-color: #fff;
}
.droopmenu li ul li a {
	font-family: 'Poppins', 'sans-serif';
	color:#fff!important;
	font-size:13px;
	letter-spacing: .5px;
	padding:8px 18px;
}
.droopmenu li ul li:hover a {
	color:#fff;
}
.droopmenu li ul {
    padding: 15px 0;
}
.droopmenu li li>ul {
    top: 0;
}
.dmfade .droopmenu li>ul {
   width:270px;
   color:#fff;
   transition:transform 0s ease 0s,visibility 0s linear 0s,opacity .2s linear 0s,left 0s 0s;
   -webkit-transition:transform 0s ease 0s,visibility 0s linear 0s,opacity .2s linear 0s,left 0s 0s;
   background: #f4f4f4;
   padding: 0;
}
.droopmenu li ul li:hover a, .droopmenu li ul li a:hover{
    color: #aa8453!important;
}
.droopmenu li ul li a {
	color: #fff!important;
	background: #aa8453!important;
	font-size: 16px;
}
.droopmenu li ul li:last-child a {
	border-bottom: 0;
}
.droopmenu li ul li:hover ul li, .droopmenu li ul li:hover ul li a {
    color: #fff!important;
}
.droopmenu li ul li ul li:hover a, .droopmenu li ul li ul li a:hover {
    color: #aa8453!important;
}
.droopmenu li > ul > li:hover > a {
	color: #aa8453!important;
	background: #FFF!important;
}
.droopmenu .dm-arrow {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.logo {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.top-nav {
	padding: .3rem 0 ;
	background-color: #1f2022;
	display: flex;
	justify-content: center;
}
.top-nav .tn-left{
	margin: 0;
	padding: 0;
}
.top-nav .tn-left li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding: 0;
	margin-right: 20px;
	position: relative;
	letter-spacing: .5px;
}
.top-nav .tn-left li a {
	color: #fff;
	text-decoration: none; 
}
.top-nav .tn-left li:last-child {
	margin-right: 0;
}
.top-nav .tn-left li:last-child:after {
	display: none;
}
.top-nav .tn-left li i {
	color: #fff;
	margin-right: 4px;
}
.top-nav .tn-right {
	text-align: right;
	padding: 0;
	margin: 0;
}
.top-nav .tn-right .top-social {
	display: inline-block;
	padding: 0;
}
.top-nav .tn-right .top-social a {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	margin-left: 15px;
	font-weight: 500;
}
.top-nav .tn-right .top-social a > i{
	font-size: 16px;
	margin-right: 4px;
}
.top-nav .tn-right .bk-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 28px 15px;
	background: #aa8453;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.top-nav .tn-right .language-option {
	display: inline-block;
	margin-left: 30px;
	cursor: pointer;
	padding: 13px 0px 11px;
	position: relative;
}
.top-nav .tn-right .language-option:hover .flag-dropdown {
	top: 40px;
	opacity: 1;
	visibility: visible;
}
.top-nav .tn-right .language-option img {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	margin-right: 10px;
}
.top-nav .tn-right .language-option span {
	font-size: 16px;
	color: #040707;
	text-transform: uppercase;
	font-weight: 500;
}
.top-nav .tn-right .language-option .flag-dropdown {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100px;
	background: #ffffff;
	display: block;
	padding: 10px 15px;
	-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}
.top-nav .tn-right .language-option .flag-dropdown ul li {
	list-style: none;
	text-align: left;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #040707;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
	color: #aa8453;
}


.over-hide h4 {
    color: #000;
    text-shadow: none;
    margin: 0 0 1rem;
    font-size: 2.8rem;
    letter-spacing: .3px;
    font-weight: 600;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	padding: .7rem 0 0;
}
.over-hide h4 > span {
	color: #aa8453;
}
.over-hide h4::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 3px;
	border-radius: 10px;
	background-color: #aa8453;
}
/*.background-offwhite h4 > span { color: #fd0;}*/
.background-offwhite h4, .pros .join-blocks-desc h4 { padding: 0;}
.background-offwhite .join-blocks-desc h4::before, .background-chitta .join-blocks-desc h4::before, .pros .join-blocks-desc h4::before { content: none;}
.background-offwhite h4.text-center { padding: .7rem 0 0; }
.background-offwhite h4.text-center::before{ background-color: #aa8453;}
.over-hide p {
    line-height: 1.4rem;
    color: #000;
    margin-bottom: 1rem;
	font-weight: 400;
}
.over-hide .booknowad { margin: 0; display: inline-block; letter-spacing: .5px; }
.over-hide .booknowad i {margin:0 0 0 .5rem; }
.container { max-width: 1170px; padding: 0 15px; }
.over-hide img {max-width: 100%; }
.owl-nav .owl-prev { cursor: pointer; height: 45px; width: 45px; line-height:45px; text-align: center; left: 0; position: absolute; top:40%; transform: translateY(-60%); color: #000; background-color:#fff; }
.owl-nav .owl-next { cursor: pointer; height: 45px; width: 45px; line-height:45px; text-align: center; right: 0; position: absolute; top:40%; transform: translateY(-60%); color: #000; background-color:#fff; }
.room-img {width: 100%;}
.room-img img { height: 270px; max-width: 100%; object-fit: cover; width: 100%; border-radius: 15px 15px 0 0;}
.room-desc {width: 100%; background-color: #1f2022; padding: 0 1rem 1rem 1rem; border-radius: 0 0 15px 15px;}
.room-desc p { color: #fff; }
.room-desc h5 { background-color: #f00; color: #fff; font-size:1.2rem; font-weight: 500; margin:0 -1rem .5rem; text-align: center; padding: .5rem;}
.background-offwhite .booknowad { padding: 6px 15px;border-radius: 30px; margin: .4em 0 0; background-color: #fff; color: #000; border-color: #fff; }
.background-offwhite .booknowad:hover, .background-offwhite .booknowad:focus { background-color: #aa8453; border-color: #aa8453; color: #fff; }
.background-offwhite h4 { margin: 0 0 2rem; }

.join-blocks{ float:left;width:100%;position:relative;overflow:hidden; }
.join-blocks-img{ position:relative;width:100%;padding:1em 0 0; border-radius: 15px 15px 0 0; overflow: hidden;height:230px; }
.join-blocks-img img{ position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:100%; object-fit: cover; }
.join-blocks-desc { min-height: 290px; float:left;width:100%; background-color: #fff; padding: .5rem 1rem .7rem;border-radius: 0 0 15px 15px;}
.background-chitta .join-blocks-desc { background-color: #f2f2f2;min-height: auto;}
.join-blocks h4 { color: #1a1d1e; font-size:17px; margin: 5px 0 0; font-weight: 600;}
.join-blocks h5 { color: #999; font-size:13px; margin: 10px 0 5px;}
.stars { display: flex; color: #1a1d1e; align-items: baseline;}
.stars i { color: #fb0; margin:0 3px 0 0;}
.stars i:last-child { margin:0 10px 0 0;}
.price { display: flex; color: #1a1d1e; align-items: baseline;}
.price del { color: #f27a61; margin:0 5px;}
.price ins { color: #1a1d1e; font-size: 16px; font-weight: 600;text-decoration: none; margin:0 0 0 10px;}
.p-list {
    flex-direction: column;
    background: #f2f2f2;
    border-radius: 10px;
    padding: 5px 10px;
	margin: .3rem 0 .5rem;
}
.p-list span {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
	border-bottom: 1px solid #fff
}
.p-list span:last-child {
    border-bottom: 0
}
.p-list ins { width: 70px; text-align: right; border-left: 1px solid #fff;}
.p-list abbr { line-height: 1.2rem; width: calc(100% - 70px);}

.gall h4 {margin: 0 0 .8rem;}
.gall p { margin: 0 0 2rem;}
.gall .booknowad {margin: 2rem 0 0;}

.hotels.background-dark {padding: 1.5rem 0 3.5rem;}
.background-dark h4, .background-dark h4 + p {color:#000;}
.background-dark a { color: #fff;}
.background-dark h5 + p { width: 80%; margin: auto;}
.services-box { background-color: #fff;border-radius: 10px;text-align: center; margin: 1rem 0 0; border: 2px solid #f4f4f4;}
.services-box i {font-size: 2rem; color: #aa8453;} 
.services-box h5 {color: #000;font-size:1rem; font-weight: 500; margin: .5rem 0;}

.slide-caption { padding: 0 6rem; align-items: start; height: 100%; width: 100%; display: flex; flex-direction: column; justify-content: center; background-image: linear-gradient( rgba(178,221,247, .8), rgba(255,255,255,.7)), url('../img/slide-cover.avif'); background-size: cover; background-position: top center; }
.slide-caption .hero-text {  text-align: left; color: #000; text-shadow: none; margin: 7rem 0 0; font-size: 52px; letter-spacing: normal; font-weight: 700; line-height: 3.5rem; }
.slide-caption p {line-height: 1.4rem; color: #000; margin-bottom: .5rem; font-weight: 400;}
.background-chitta { background-color: #fff;}
.footer { background: linear-gradient( rgba(20,20,20,.95), rgba(20,20,20,.95)), url('../img/footer-cover.jpg'); background-attachment: fixed; background-size: cover;}
.footer h6 { font-size: 1.2rem; color:#fff; margin: 1rem 0; padding-bottom: 1rem; font-weight: 600; position: relative;}.footer h6::before { content:""; position: absolute; bottom:0; left: 0; width: 60px; height: 2px; background-color: #aa8453;}
.footer a { color:#fff; font-size: 13px; margin: 0 0 .4rem;}
.footer a > i { margin: 0 12px 0 0; width: 10px; line-height: 1.4rem; vertical-align: top;}
.footer a > span { width: calc( 100% - 22px); display: inline-block;}
.footer-bottom p { color: #fff;}

.book .booknowad:hover, .book .booknowad:focus { background-color: #222!important; border-color: #fff!important; color: #fff!important; }
.booknowad:hover, .booknowad:focus { background-color: #1f2022; border-color: #aa8453; color: #fff; }
.abt .booknowad:hover, .abt .booknowad:focus { background-color: #1f2022; border-color: #1f2022; color: #fff;}
.gall .booknowad:hover, .gall .booknowad:focus { background-color: #1f2022; border-color: #1f2022; color: #fff;}
.arrow-nav__item:hover { color: #aa8453; }

.c-map h6 { font-size: 1.2rem; color:#fff; margin-bottom: 2rem; font-weight: 600;}
.c-map a { color:#fff; font-size: 16px; margin: 0 0 .4rem; font-weight: 500; text-align: left; display: flex; }
.c-map a > i { margin: 0 12px 0 0; line-height: 1.6rem; color: #aa8453; }
.c-map a > span {display: inline-block;}
.c-container { background-color: #222; padding: 1.1rem 1.5rem; border-radius: 10px; }
.c-map .table { margin: 0; }
.c-map .table td, .c-map .table th {
    padding: .4rem;
    color: #000;
}
.c-map .table th { line-height: 1.2rem;}.c-map iframe { width: 100%; height: 455px; border-radius: 10px;}
.c-container form {
    background: #fff;
    border-radius: 20px;
    margin: 1rem 15px 0;
    padding: 0 1rem 1rem;
}

.pros { background-color: #f5c9e3;} /*#C8E0F4*/
.pros .col-lg-3 {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
.pros .join-blocks { margin: 1rem 0 0;}
/*.pros .price { margin: 1rem 0;}*/
.product-info {margin:1rem 0;float:left;width:100%;border-radius: 25px; overflow: hidden;}
.product-desc {background-color: #fff;}
.product-desc h4 {font-size:1.3rem; margin:0 0 .3rem; color: #aa8453;font-weight: 600;}
.product-desc h5 {font-size:15px;margin:.5rem 0; color:#878787; font-weight: 300; line-height: 1.3rem;}
.cnt{color:#1f2022;display:inline-block;font-weight:500;}
.cnt-blk {color:#1f2022;font-size:.9em;display:block;}
.cnt>span.fa, .cnt-blk>span.fa { float: left; color: #fff; background-color: #aa8453;margin: 0 .3em 0 0;width: 30px; height: 30px; line-height: 30px; border-radius: 10px; text-align:center;}
.pro h4 {margin: 0 0 .8rem;}

.pt-12 {padding-top:12rem;}
.c-map h4 {margin:0 0 .8rem; color: #fff;}
form { width: 100%; }
.ajax-form textarea:focus, .ajax-form input:focus, .ajax-form textarea:active, .ajax-form input:active { border-bottom: 1px solid #aa8453;}
.c-map input[type="submit"] {background-color:#000; letter-spacing: .5px; color:#fff; padding: .8rem 1.1rem; border-radius: 25px; cursor: pointer; border:0; margin: 1rem 0 0; width: 100%;}
.c-map input[type="submit"]:hover, .c-map input[type="submit"]:focus { background-color: #aa8453;}

.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.mySwiper2 {
	height: 380px;
	width: 100%;
}
.mySwiper {
	height: 80px;
	box-sizing: border-box;
	padding: 10px 0 0;
	margin: 0 0 1rem;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position:absolute;
	top:0;
	left:0;		border-radius: 10px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size:2em;
}

.view h4 { margin: 0 0 1.5rem; }
.view .prices { flex-direction: row; }
.view .table td { font-size: .9rem; }
.about-head h4 { margin: 0 0 .8rem; }

.logo span { display: none; }

.modal-content {
    border-radius: 0;
}
.modal-header { background-color: #aa8453; border-radius:0; padding:.7rem 1.4rem;}
.modal-title { letter-spacing: 1px; text-transform:capitalize; font-weight: 500; color:#fff;}
.modal-body { padding: 1rem 1.4rem 0;}
.modal-body label, #flight-datepicker label, #flight-datepicker-1 label { width: 100%; margin: 0 0 4px; color: #1f2022;font-weight: 500;}
.modal-body .form-control, #flight-datepicker .form-control, #flight-datepicker-1 .form-control { border: 1px solid #aaa; margin:0 0 .8em;}
#flight-datepicker .form-control:hover { border-color:#aaa;}
.modal-dialog {
    max-width: 340px;
	margin: 5rem auto;
}
.modal-header .close { opacity:1; color:#fff; text-shadow: none; margin:-.7rem -1rem -1rem auto;}
.modal-footer {padding: .5rem 1.4rem 1.5rem; border: 0;}
.input-group + a { color:#000;}

.datepicker.dropdown-menu table, .nice-select .option {
    background-color: #1f2022;
	color:#fff;
}
.nice-select .option:hover, .nice-select .option.selected:hover, .datepicker.dropdown-menu table tr td.day:hover, .datepicker.dropdown-menu table tr td.focused, .datepicker.dropdown-menu table tr td.selected, .datepicker.dropdown-menu table tr th.focused, .datepicker.dropdown-menu table tr th.selected, .datepicker.dropdown-menu table tr td.active, .datepicker.dropdown-menu table tr td.active:focus, .datepicker.dropdown-menu table tr td.active.active:hover, .datepicker.dropdown-menu table tr td:active:focus, .datepicker.dropdown-menu table tr td.highlighted, .datepicker.dropdown-menu table tr th.active, .datepicker.dropdown-menu table tr th.active:focus, .datepicker.dropdown-menu table tr th.active.active:hover, .datepicker.dropdown-menu table tr th:active:focus, .datepicker.dropdown-menu table tr th.highlighted, .datepicker.dropdown-menu table tr td:hover, .datepicker.dropdown-menu table tr td.active:hover, .datepicker.dropdown-menu table tr td:active:hover, .datepicker.dropdown-menu table tr th:hover, .datepicker.dropdown-menu table tr th.active:hover, .datepicker.dropdown-menu table tr th:active:hover, .booking-button, .menu > ul > li a span, .btn.btn-primary:hover, .subtitle.with-line:after, .booking-button-big:hover, .lang-wrap ul a:hover, .video-button:hover, #owl-sep-1.owl-theme .owl-controls .owl-page span:hover, #owl-sep-1.owl-theme .owl-controls .owl-page.active span, .subscribe-home button:hover, .scroll-to-top:hover, .loader__figure, figure.vimeo:hover a:after, figure.youtube:hover a:after, .ajax-form button:hover, mark { background-color:#1f2022;color:#aa8453;}
.datepicker table tr td.selected.highlighted.focus {
    background-color:#aa8453;
	color:#fff;
}

span.highlighter {background-color:#aa8453; padding: 0 5px; font-weight: 600; color: #fff; text-decoration: none;}
.confidential p { margin-bottom: .3rem; padding: 0 0 0 1rem;}
.confidential p > i {
    margin: 0 12px 0 0;
    width: 10px;
    line-height: 1.4rem;
    vertical-align: top;
	color:#aa8453;
	font-size: 13px;
}

.hotel-pics { width: 100%; height: 280px; object-fit: cover; border-radius: 20px; margin: 1.9rem 0 0;}
.long { height: 755px;}
.hotels { padding: 2rem 0;}
.droopmenu-navbar, .droopmenu>li { font-family: 'Figtree';}
.top-social {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: space-between;
    width: 99px;
    margin: 0 0 0 4rem;
}
.top-social a {
    text-decoration: none;
	background-color: #aa8453;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 6px;
}
.top-social a > i {
    font-size: 14px;
}
.droopmenu-navbar {
    background: #fff;
}
.breadcrum { transition: all .15s ease; text-align: center; position: relative;float: left;width: 100%;padding: 13em 0 5em;text-transform: capitalize;background-image: url('../img/breadcrum-cover.jpg');background-position: center;background-size: cover;}
.breadcrum::after {content: "";position: absolute;right: 0;bottom: 0;left: 0;background-color: rgba(0,0,0,.45);z-index: 0; height: calc(100% - 70px);}.breadcrum::before {content: "";position: absolute;top: 0;left: 0;background-color: #aa8453;z-index: 0; height: 70px; width: 100%;}
.breadcrum h2 {margin: 70px 0 0;z-index: 1;position: relative;color:#fff; font-size: 30px; text-transform: capitalize; font-weight: 600; letter-spacing: 2px;}
.gall { text-align: center;}
.view { padding: 3rem 0;}
.view .price { margin: .5rem 0 0;}
.pkg-heading + ul { margin: 0;}
.pkg-heading + ul li > i { color: #aa8453de; }
.pkg-heading + ul li { color: #000; font-weight: 400;}
.view .cnt-container { margin: 1rem 0 .5rem; background-color: #fc0; padding: .4rem .5rem; border-radius: 10px;}
.view .table-responsive>.table-bordered.mb-1 {
    margin-bottom: 1.5rem!important;
}
.view ul { list-style: none; padding: 0 0 0 .7rem;}
.view ul li { position: relative; padding: 0 0 0 1.3rem; line-height: 1.3rem; margin: 0 0 .4rem;}
.view ul li:before { content:"\f058";position: absolute; top: 0; left: 0; color: #aa8453de; font-family:'FontAwesome';}
.view ul li > span { color: #aa8453de; font-weight: 600; display: block; text-decoration: underline;}
.table-striped tbody tr.yellow { background-color: #fc0;}
.over-hide h4.big-heading { font-weight: 700; color: #aa8453de; font-size: 38px;}
.over-hide h4.big-heading::before { content: none;}
.over-hide h4.big-heading > span { color: #000; display: block; font-weight: 500; font-size: 21px; }
.spacer { margin: 2rem 0;}
.background-chitta .join-blocks { margin: 1rem 0 0;}

.season-mark { font-weight: 600; letter-spacing: 2px; font-size: 14px; text-transform: uppercase; position: absolute; top: 0; left: 0; padding: .5rem 1rem; border-radius: 0 0 15px 0; color: #fff; background-color: rgba(0,0,0,.45); text-shadow: 1px 1px 4px rgba(0,0,0,.5);}
.hotels .col-lg-2 { -ms-flex: 0 0 10%;  flex: 0 0 10%;  max-width: 10%;}
marquee {
    width: 100%;
    float: left;
}
.join-blocks:hover .join-blocks-desc{
    background: #f9f9f9;
}
.services-box:hover {
    background-color: #f4f4f4;
    border-radius: 10px;
}

.slide-carousel .booknowad {
    font-size: 26px;
	font-style: italic;
	line-height: 1.2em;
	padding: 14px 25px;
}

.droopmenu li.dmopener .dm-arrow {
	border-bottom: 10px solid #aa8453;
}

.whatsapp, .call { z-index: 3; border-radius: 6px; position: fixed; right: 20px; color: #fff; display: flex; align-items: center; justify-content: center; height: 50px; width: 50px; font-size: 26px; }
.whatsapp { background: #24cc63; bottom: 124px;}
.call { background: #6A5335; bottom: 34px; right: auto; left: 20px; }
.whatsapp:hover, .whatsapp:focus, .call:hover, .call:focus { color: #ddd;}.droopmenu-boxed, .droopmenu-inner {	max-width: 1300px;	padding: .6rem 2rem;}.droopmenu-navbar {	max-width: calc(100% - 320px);	left: 0;	right: 0;	margin: auto;	box-shadow: none;	position: absolute;}.logo {	top: 25px;}.top-nav {	background-color: #1f2022;	padding: .7rem 0;}.top-nav .tn-left {	text-align: center;}.slideshow {	height: 724px;	width: 100%;	margin: 0;	}.arrow-nav {	width: 100%;	height: 100px;	padding: 1.25rem 3rem;	top: 50%;	transform: translateY(-50%);}.slide-caption .hero-text {	text-align: center;	width: 100%;	color: #fff;	text-shadow: 2px 2px 7px rgba(0,0,0,.3);	margin: 2rem 0 1rem;	font-size: 54px;}.slide-caption {	padding: 0 6rem;	align-items: center;	height: 100%;	width: 100%;	display: flex;	flex-direction: column;	justify-content: center;	z-index: 101;	position: absolute;		background: rgba(10,10,10,.1);	text-align: center;	top: 0;	left: 0;}.slide__figure-reveal {	background: none; }.slide-caption p {	width: 45%;	color: #fff;	text-shadow: 2px 2px 7px rgba(0,0,0,.6);}.droopmenu>li>a {	font-size:15px;}.droopmenu li ul li a {	color: #fff !important;	background: #aa8453 !important;	font-size: 14px;	font-weight: 400;}
.slide-carousel { background-color: #aa8453;}.slide-carousel .booknowad {	font-size: 15px;	border-radius: 6px;	padding: 10px 23px;	font-style: normal;}.background-dark {	border-top: 0;}.arrow-nav__item {	background-color: #aa8453;}.arrow-nav__item:hover {	color: #000;}.price {	display: -webkit-box;	-webkit-box-orient: vertical;	text-overflow: ellipsis;	overflow: hidden;	-webkit-line-clamp: 3;}.join-blocks h4 {	min-height: 47px;}.gall .booknowad {	border-radius: 6px;}.footer-bottom {	background-color: #aa8453;}.footer p {	color: #ddd;}.form-contact { border-radius: 10px; background-color: #aa8453; padding: .5rem 1.5rem 1.5rem;}.ajax-form input, .ajax-form textarea {	background: #fff;	border-radius: 10px;}.new-about .hotel-pics { margin: 0 0 1.5rem;}abbr { display: block; margin: -1rem 0 2rem;}.booknowad {	border-radius: 6px;}.text-justify span { color: #aa8453; font-weight: 600; text-decoration: underline; font-size: 16px;}.distance { font-weight: 600; color: #fff; background-color: #aa8453; display: inline-block; border-radius: 10px; padding: .5rem 1rem; margin-bottom: .5rem;}.services-box.padded { padding: 1.7rem 1.8rem 1rem;}.services-box.padded i {	font-size: 3rem;}.services-box.padded h5 { font-size: 22px;}.services-box.padded p { text-align: justify;}.booking-button {	border-radius: 8px;}.package-bg { background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)) ,url('../img/breadcrum-cover.jpg'); background-position: bottom; background-size: cover; }/*.accom .video-container {	position: relative;	padding-bottom: 56.25%;	overflow: hidden;	max-width: 100%;}.accom .video-container iframe {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}*/.accom iframe { width: 100%!important; height: 440px!important; border-radius: 10px;}

.pleft-2 { padding: 0 2em 0 0;}
.container { max-width: calc(100% - 320px);}
.top-nav .container { max-width: 100%;}

.h-320 {
	height: 320px;
	border-radius: 20px;
}
.join-blocks-desc h4 { font-size: 22px;}

.slide-caption .hero-text {
	text-align: center;
	width: 100%;
	color: #fff;
	text-shadow: 2px 2px 7px rgba(0,0,0,.3);
	margin: 9rem 0 1rem;
	font-size: 75px;
	font-family: 'Lovelace Trial';
	position: relative;
	padding: 0 0 2rem;
	font-weight: 400;
	line-height: 4.5rem;
}
.slide-caption .hero-text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 50%;
	background: #DECBB7;
	margin: auto;
	right: 0;
}
.slide-caption .hero-text::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	height: 60px;
	background-image: url(../img/crown.svg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
}
.slide-caption .hero-text > span {
	display: block;
}
.slide-carousel .booknowad {
	display: flex;
	align-items: center;
}
.slide-carousel .booknowad .icon {
	width: 25px;
	height: 20px;
	margin: 0 0 0 10px;
}


.other-activities { position: relative; border-radius: 15px; overflow: hidden; margin: 0 0 2em; }
.other-activities > div { background: linear-gradient( transparent, #f2f2f2); padding: 2em 2em 1em;}

.join-blocks-desc > h4 { margin-bottom: 0;}
.join-blocks-desc > h4::before {
	content: none;
}

.over-hide h4.sm { font-size: 2.5rem; margin: 0 0 .7rem;}
ul li { color: #333;}
.mt-10 { margin-top: 1rem;}

.prc {
	flex-direction: column;
	margin: .4em 0;
	padding: .3em .5em;
	border-radius: 10px;
	border: 2px dashed #fb0;
	background: #f9f9f9;
	position: relative;
}
.prc::before {
	content: "";
	position: absolute;
	top: 0;
	right: 90px;
	height: 100%;
	width: 1px;
	border: 1px dashed #fb0;
}
.prc > span { display: flex; justify-content: space-between;font-weight: 500;}
.prc > span > abbr {
	display: inline;
	margin: 0;
	color: #666;
}
	
/* #Media
================================================== */
@media (max-width: 1700px) {
	.slide-caption { padding: 0 4rem; }
}

@media (max-width: 1618px) {
	.hotels .col-lg-2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.droopmenu-navbar {max-width: 1300px;}
}

@media (max-width: 1500px) { 	
	.pros .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
	.slide-caption { padding: 0 4rem;}
	.slide-caption .hero-text {font-size: 55px; line-height: 3.5rem; margin: 8rem 0 .5rem; padding: 0 0 1rem;}
	.slide-caption .hero-text::before {	width: 60%;}
	.slide-caption .hero-text::after {bottom: -15px;height: 40px;width: 100%;background-size: 40px;	}
	.slide-caption p {width: 60%;}
	.slideshow { height: 490px;}
	.container { max-width: calc(100% - 140px);}
	.top-nav .container { max-width: 1170px;}
	.join-blocks-desc h4 { font-size: 18px; line-height: 1.5rem;}
	.h-320 {height: 250px;}
	.logo { top: 15px;}
	.droopmenu-boxed, .droopmenu-inner {padding: 0 1rem;}
	.top-nav { background-color: #1f2022; padding: .4rem 0;}
	.breadcrum { padding: 10em 0 5em;}
	.c-map iframe, .form-contact {height: 494px;}
	.c-container { height: 98%;}
	.over-hide h4 { font-size: 3.5rem; line-height: 3rem;}
	.over-hide h4.rules { font-size: 1.6rem; }
	.join-blocks-desc h4 { font-size: 22px; line-height: 1.7rem;}
}
@media (max-width: 1400px) { 
	.c-map iframe, .form-contact {
		height: 528px;
	}
}
@media (max-width: 1199px) { 
	.hero-text{ font-size: 40px; margin: 2rem 0 1rem;}
	.item-gallery, .h-520 {height:460px;}
	.h-520 {padding:3em;}
	.h-520 .w-50 {font-size:.8em;}
	.droopmenu-boxed, .droopmenu-inner {max-width: 1170px; }	
	.slideshow { height: 560px;}
	.droopmenu li>ul, .droopmenu-nav {
		float: left;
		width: 100%;
	}
	.droopmenu .droopmenu-grid-container, .droopmenu li ul li a, .droopmenu-mclose, .droopmenu>li>a {
		border-bottom: 0;
	}
	.droopmenu>li>a {
		padding: 8px 10px;
		height: auto;
	}
	.droopmenu>li:last-child>a {
		padding: 8px 10px;
	}
	.droopmenu-header {
		height: 75px;
	}
	.droopmenu-nav {
		border-top: 0;
	}
	.droopmenu-navbar {
		position: static;
   	}
	.droopmenu-navbar, .dmfade .droopmenu li>ul, .droopmenu li ul {
		background: #fff;
	}
	.droopmenu>li, .droopmenu>li.right {
		float: left;
	}
	.droopmenu li a .droopmenu-indicator, .droopmenu-vertical .droopmenu li a .droopmenu-indicator {
   		line-height: 35px;
	}
	.droopmenu li a .droopmenu-indicator {
		display: inline-block;
	}		.droopmenu > li ul, .droopmenu > li > ul li ul {		padding: 0;	}
	.droopmenu-toggle { padding-top: 14px;}
	.droopmenu-toggle i:after, .droopmenu-toggle i:before { background: #fff; }
	.mobile-hide { display: none !important; }
	.top-nav .tn-left li { width: auto; height: 20px; overflow: hidden; margin: 0 10px 0 0; line-height: 28px; }	
	.arrow-nav { top: 50%; transform: translateY(-50%);}
	.droopmenu-boxed, .droopmenu-inner { padding: 0 7.5px;}
	.droopmenu-toggle { width: 40px; background-color: #aa8453!important; }
	.logo { top: 0; left: 15px; }
	/*.logo span {font-size: 1.1rem; font-weight:600; letter-spacing: 2px; color:#fff; position: relative; top:-2px; display: inline; }*/
	.logo img { display: inline-block; margin:0 1rem 0 0; }
	.top-social { height: 40px;margin: 0 0 1rem .5rem;}
	.top-nav .container, .droopmenu-navbar { max-width: 100%;}
}

@media (min-width: 992px) { 
	.slide-carousel .col-lg-4 {-ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%;}
	.slide-carousel .col-lg-8 {-ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%;}
}

@media (min-width: 1200px) { 
	.slide-carousel .col-lg-4 {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
	.slide-carousel .col-lg-8 {-ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
}

@media (max-width: 1170px) { 
	.slide {
		padding-top: 0;
	}
	.hero-full-height {
		height: calc(100vh - 210px);
	}
	h1, .h1 {
		font-size: 3rem;
	}
	h2, .h2 {
		font-size: 2.3rem;
	}
	h3, .h3 {
		font-size: 2rem;
	}
	h4, .h4 {
		font-size: 1.7rem;
	}
	h5, .h5 {
		font-size: 1.2rem;
	}
	h6, .h6 {
		font-size: 0.9rem;
	}	
}

@media (max-width: 991px) { 
	.hero-text{
		font-size: 30px;
	}
	.booking-hero-wrap .no-mob,
	.nav__button {
		display: none;
	}
	.booking-hero-wrap{
		background-color: rgba(0,0,0,0);
		padding: 0;
	}
	.hero-text-ver-2{
		font-size: 7vw;
	}
	.project-nav-wrap {
		background-image:none;
	}
	.project-nav-wrap .left-nav {
		margin-right:0;
		width:50%;
		float:left;
		height:40px;
		text-align:left;
		font-size: 30px;
		line-height:40px;
		vertical-align: middle;
	}
	.project-nav-wrap .right-nav {
		margin-left:0;
		width:50%;
		float:right;
		height:40px;
		font-size: 30px;
		line-height:40px;
		vertical-align: middle;
		text-align:right;
	}
	.project-nav-wrap .left-nav .text-on-hover,
	.project-nav-wrap .right-nav .text-on-hover {
		display:none;
	}
	.h-520 {
    padding: 3em;
    width: 140%;
    transform: translateX(-132px);
	}
	
	.abt img { margin: 1rem 0 0;}
	.padding-top-bottom {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.view.pt-12 {padding-top: 1rem;}
	.view h4 {margin: 0 0 .8rem;}
	
	.slideshow { margin: 0;}
	.slide-caption { display: flex; padding: 1rem 2rem;}
	.slide-caption .hero-text { margin: 1rem 0;}
	.over-hide h4 {font-size: 2.5rem;line-height: 2.6rem;}
	.join-blocks-desc h4 { font-size: 18px; line-height: 1.5rem;}
}

@media (max-width: 920px) {
	.hotels .col-lg-2 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (max-width: 767px) {
	.footer .logos-footer img{
		margin-right: 5;
		margin-left: 5;
	}
	.hero-text{
		font-size: 24px;
		line-height: 1.4;
	}
	.subscribe-home{
		box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.4);
		-webkit-transform: translateY(35px);
		transform: translateY(35px);
	}
	.subscribe-home input{
		padding-left: 20px;
		padding-right: 20px;
		font-size: 17px;
		line-height: 70px;
		height: 70px;
	}
	.subscribe-home input:-ms-input-placeholder  {
		font-size: 17px;
		line-height: 70px;
	}
	.subscribe-home input::-moz-placeholder  {
		font-size: 17px;
		line-height: 70px;
	}
	.subscribe-home input:-moz-placeholder  {
		font-size: 17px;
		line-height: 70px;
	}
	.subscribe-home input::-webkit-input-placeholder  {
		font-size: 17px;
		line-height: 70px;
	}
	.subscribe-home button{
		font-size: 11px;
		line-height: 12px;
		padding: 29px 15px;
	}
	.card-header .btn-link{
		font-size: 11px;
	}	
	.owl-nav.disabled {
    display: none;
	}
	.sidebars .text-right {text-align:left!important;border-top:1px solid #444;}	
	.booknowad {
		margin: 0 0 1em!important;
		display: inline-block;
	}
	
	.over-hide h4 { font-size: 26px;}	
	.join-blocks-desc h4 {font-size: 20px;}
	.over-hide.view h4 { margin: 2rem 0 .8rem;}	
	.icon { height: 40px; width: 40px;}
	.footer h6 {  margin: 1.5rem 0 1rem;}
	.footer iframe {margin: 1rem 0 0;}
	.services-box { min-height: auto; }
	.mt-30 { margin: -30px 0 5px 5px; } 
	.mt--5 { margin: 1px 0 5px 5px; } 
	.mySwiper2 { height: 45vh;}
	.breadcrum { padding: 5em 0;}
	.pros .col-lg-3 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	.slideshow { height: 400px;}
	.droopmenu-navbar .booknowad {margin: 0!important;}
	.top-nav .tn-left li { height: 30px; line-height: 38px; }		.top-nav .tn-left li:first-child { width: 16px;}		.top-nav .tn-left li:last-child { display: none;}
	.hotels .col-lg-2 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.hotels .col-lg-2:last-child {
		display: none;
	}	.top-nav {		padding: 0;	}	.logo {		top: 8px;	}	.arrow-nav {		padding: 1.25rem 2rem;	}	.droopmenu-boxed, .droopmenu-inner {		padding: 8px 7.5px;	}	.slideshow {		margin: 0;}	.slide-caption p {		width: 100%;		display: -webkit-box;		-webkit-box-orient: vertical;		-webkit-line-clamp: 3;		text-overflow: ellipsis;		overflow: hidden;		line-height: 1.3rem;		margin-bottom: 0;	}	.slide-caption .hero-text {		font-size: 32px;		line-height: 2rem; margin: 1rem 0 .5rem;	}	.hotels .col-lg-2 {		-ms-flex: 0 0 50%;		flex: 0 0 50%;		max-width: 50%;	}	.slide__figure-img {		background-position: right;	}	.accom iframe { width: 100%!important; height: 100%!important; margin: 0 0 1rem;}	.breadcrum h2 { margin: 0; }	.breadcrum::before {		content: none;	}	.breadcrum::after {		height: 100%;	}
	
	.container {max-width: 720px;}
	.pleft-2 {	padding-left: 15px; padding-right: 15px; }
	.top-nav .tn-left li {
        margin: 0 6px 0 0;
    }
}

@media (max-width: 720px) {  
  .h-520 { width: 100%; transform: translateX(0);height:500px;}
  .item-gallery {height:auto;}
  .item-gallery .row {flex-direction:column;}
  .item-gallery .col-6 {width:100%;max-width:100%;}
  .h-520 h1 {padding-top:0;font-size:3em;}
  .h-520 .w-50 {width:100%!important;}
}

@media (max-width: 670px) {
	.pros .col-lg-3 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}

@media (max-width: 575px) {
	.card-header .btn-link{
		letter-spacing: 0;
	}
	.mySwiper { height: 60px;}
	.cnt {margin: .3rem 0;}
	.abt .col-lg-5 .col-6:first-child { padding-right: 7.5px; }
	.abt .col-lg-5 .col-6:nth-child(2) { padding-left: 7.5px; }	
	.container {max-width: 540px;}
}