/*!
Theme Name: Angkor Design
Theme URI: https://www.angkordesign.com/
Author: Angkor Design (Sopheak)
Author URI: https://www.angkordesign.com/
Description: Description
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: angkordesign
Tags: 
*/
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@400;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');

:root{

}

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: Montserrat,Verdana,Helvetica,Arial,'Battambang','Noto Sans TC',cursive, sans-serif!important;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.2rem;
	word-break: break-word;
}

/*.page-bg:before{*/
/*	content: '';*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-image: url('assets/images/lapassionresort-logo-v2.2.png') !important;*/
/*	background-repeat: no-repeat!important;*/
/*	background-position: top -8% right -17%;*/
/*	background-attachment: fixed!important;*/
/*	background-size: 35% !important;*/
/*	position: fixed;*/
/*	z-index: -1;*/
/*	opacity: 0.10;*/
/*}*/
/*.page-bg:after{*/
/*	content: '';*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-image: url('assets/images/lapassionresort-logo-v2.2.png') !important;*/
/*	background-repeat: no-repeat!important;*/
/*	background-position: bottom -20% left -10%;*/
/*	background-attachment: fixed!important;*/
/*	background-size: 35% !important;*/
/*	position: fixed;*/
/*	z-index: -1;*/
/*	opacity: 0.10;*/
/*}*/
/* 
.page-bg:before{
	content: url(assets/images/lapassionresort-logo-v2.2.png) !important;
	display: block;
	width: 400px;
	height: auto;
	top: -150px;
	right: 150px;
	visibility: unset;
	position: fixed;
	z-index: -1;
	opacity: 0.10;
}
.page-bg:after{
	content: url(assets/images/lapassionresort-logo-v2.2.png) !important;
	display: block;
	width: 400px;
	height: auto;
	bottom: -250px;
	left: -150px;
	visibility: unset;
	position: fixed;
	z-index: -1;
	opacity: 0.10;
} */

.grecaptcha-badge{
	display:none!important;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
	outline: 0!important;
	text-decoration: none;
}
a:focus{
	outline: none;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}
button:active, button:focus{
	outline: none;
}

button,
select { /* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}


[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #444444;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}
html[lang="zh-hant"] body{
	font-size: 15px;
	line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-bottom:15px!important;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif!important;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #000000;
}
.h6, h6 {
	font-size: 14px;
}
h1, h2, h3 {

}

p {
	margin-bottom: 10px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	/*font-family: "Courier 10 Pitch", Courier, monospace;*/
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	/*font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	border-radius: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 5px 10px;
	max-width: 100%;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 8px 10px;
	max-width: 100%;
	width: 100%;
}
select:active, select:focus, .form-control:focus{
	outline: none;
	/*border-color: transparent;*/
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}
textarea {
	width: 100%;
}
textarea:focus, input:focus{
	outline: none;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333333;
}

a:visited {

}

a:hover, a:focus, a:active {
	color: #333333;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {

}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}


.container{
	max-width: 1200px;
}
/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
#loader {
	background: url(assets/images/lapassion-loader-icon-1.2.gif) center center no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-size: 220px 220px;
	background-color: #fff;
}

header{

}
.ad-top-header{
	background-color: #800000;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
}
.ad-top-header .container-fluid{
	padding-left: 30px;
	padding-right: 30px;
}
.top-header-row{
	display: flex;
	align-items: center;
	width: 100%;
}
.top-header-left {
	width: 50%;
	display: inline-block;
}
.top-header-right {
	display: inline-block;
	width: 50%;
}
.top-header-language{
	text-align: right;
	display: inline-block;
	float: right;
}
.top-header-language{
	position: relative;
}
.top-header-language::before{
	content: "\f1ab";
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	color: #ffffff;
	position: absolute;
	left: -25px;
	top: 2px;
	line-height: 30px;
	font-size: 18px;
}
.top-header-language ul{

}
.top-header-language ul li{

}
.top-header-language ul li a{
	color: #000000;
	background-color: transparent;
	padding: 0 10px!important;
	padding-right: 15px!important;
	border: none;
	line-height: 30px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
	right: 0;
}
.ad-top-header a[href^="tel"]{
	color:#ffffff!important;
	text-decoration:none;
}

.top-header-row{

}
.ad-site-header.scroll-header .top-header-row a{
	color: #fff;
}
.top-header-language ul li a:hover,
.top-header-language ul li a:active,
.top-header-language ul li a:focus{
	background-color: transparent!important;
	color: #ffffff!important;
}
.top-header-language .wpml-ls-legacy-dropdown-click{
	width: auto;
}
.top-header-language .wpml-ls-sub-menu{
	background-color: #ffffff;
	width: 170px;
	left: -70px;
	text-align: center;
	border-top: none!important;
}
.top-header-language .wpml-ls-sub-menu li{
	width: 100%;
}
.top-header-language .wpml-ls-sub-menu li a{
	color: #000000!important;
	padding: 5px 15px!important;
	border-bottom: solid 1px #ddd;
	line-height: 30px!important;
	width: 100%;
}
.top-header-language .wpml-ls-sub-menu li a:hover{
	background-color: #800000!important;
}


.ad-site-header{
	/* background-image:linear-gradient(rgb(0 0 0),rgb(0 0 0 / 53%),rgb(0 0 0 / 0%)); */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	-webkit-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

.ad-site-header.scroll-header{
	/* background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255)); */
	box-shadow: 0px 2px 5px 0px rgb(70 70 70 / 20%);
	/* background-color: #ffffff; */
	-webkit-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
	background-position: 0 -100%;
}
.ad-site-header .ad-navbar{
	background-size: 100% 200%;
	/*background-image: linear-gradient(to bottom, transparent 50%, #ffffff 50%);*/
	background-image: linear-gradient(to bottom, rgb(0 0 0 / 67%), rgb(0 0 0 / 0%) 50%, #ffffff 50%);
	-webkit-transition: background-position 0.3s;
	-moz-transition: background-position 0.3s;
	transition: background-position 0.3s;
}
.ad-site-header.scroll-header .ad-navbar{
	/* background-image:linear-gradient(rgb(0 0 0 / 0%),rgb(0 0 0 / 0%),rgb(0 0 0 / 0%)); */
	background-position: 0 -100%;
}

.ad-site-header.scroll-header-body{
	transform: translateY(-32px);
}
.ad-site-header .container-fluid{
	width:1600px;
	max-width: 100%;
}
.ad-site-header.scroll-header .ad-top-header{

}
.ad-site-header.scroll-header .header-logo{
	transition: .6s;
	position: relative;
	z-index: 5;
}
.ad-site-header.scroll-header .header-column{
	padding-top: 0;
	position: relative;
	z-index: 20;
	transition: .6s;
}

.header-column{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	transition: .6s;
}

.header-col-left{
	width: 40%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header-col-center{
	width: 20%;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-col-right{
	width: 40%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-column a{
	color: #fff;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 1px;
}
.scroll-header .header-column a{
	color: #000000;
}
.header-column a:hover{
	text-decoration: none;
}
.header-logo{
	transition: .6s;
}
.header-logo a{
	display: block;
	text-align: center;
}
.header-logo img{
	width:270px;
	max-width: 100%;
	height: auto;
	transition: .3s;
	margin: 10px auto;
}
.header-logo-light{
	display: block;
	transition: .3s;
}
.header-logo-dark{
	display: none;
	transition: .3s;
}
.admin-bar .ad-site-header{
	top: 32px;
}
.ad-site-header{

}
.ad-site-header ul{
	display: block;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	color: #000000;
	text-align: left;
}
.ad-site-header ul li{
	display: inline-block;
}
.ad-site-header ul li a{
	padding: 25px 15px;
	text-transform: uppercase;
	position: relative;
	color: #ffffff;
}
.ad-site-header ul li .arrow{
	display: none;
}

.ad-site-header .ad-navbar ul li.current_page_item a,
.ad-site-header .ad-navbar ul li a:hover{
	color: #ab8f22;
}

.ad-site-header .ad-navbar ul li ul a:hover,
.ad-site-header .ad-navbar ul li.current_page_item ul a:hover,
.ad-site-header .ad-navbar ul ul li.current_page_item a{
	color: #ffffff!important;
	background-color: #ab8f22!important;
}

.ad-site-header .ad-navbar ul li.current_page_item ul a:hover::after,
.ad-site-header .ad-navbar ul li ul a:hover::after{
	content: none!important;
}
.ad-site-header .ad-navbar ul li.current_page_item li a{
	color: #000000;
}

.ad-site-header .ad-navbar ul li a:hover:after,
.ad-site-header .ad-navbar ul li.current_page_item a:after{
	content: '';
	border-bottom: solid 0.1rem #ab8f22;
	width: 30px;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 15px;
	left: calc(50% - 15px);
}


.ad-site-header .ad-navbar ul li.current_page_item ul a:after{
	content: none!important;
}
.ad-site-header ul{
	width: 100%;
}
.ad-site-header ul li{
	position: relative;
}
.ad-site-header ul li .sub-menu-wrap{
	position: absolute;
	min-width: 280px;
	left: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	overflow: hidden;
	transition: .3s!important;
	transition: height 0.3s ease-out;
	padding:  20px 3px 3px 3px;
}
.header-right-menu ul li:last-child .sub-menu-wrap{
	left: auto;
	right: 0;
}
.sub-menu-wrap-inner {
	background-color: #ffffff;
	box-shadow: 0px 2px 5px 0px rgb(70 70 70 / 20%);
}

.ad-site-header ul .menu-item-has-children:hover .sub-menu-wrap{
	display: block;
	opacity: 1;
	visibility: visible;
	height: auto;
	transition: .3s!important;
	transition: height 0.3s ease-out;
}

.ad-site-header ul li ul.sub-menu li{
	display: block;
}
.ad-site-header ul li ul.sub-menu li a{
	display: block;
	padding: 10px 25px;
	color: #000000!important;
	transition: 0.3s;
}
.ad-site-header ul li ul.sub-menu li a::after{
	content: normal;
	background-color: #ab8f22;
	color: #ffffff!important;
	transition: 0.3s;
}

.m-header-right-booking{
	display: none;
}

.scroll-header .ad-site-header ul li .sub-menu-wrap{
	top: 57px;
	transition: .6s!important;

}

.hamburger-inner, .header-language{
	float: left;
	display: inline-block;
}
.header-language{
	margin-left: 70px;
}
.site-left-language.header-language{
	display: none;
}
.header-language .wpml-ls-legacy-list-horizontal a{
	padding: 0px 0px;
	color: #f1f0f0;
}
.header-language .wpml-ls-legacy-list-horizontal li a:after{
	content: '/';
	color: #f1f0f0;
	padding-left: 8px;
	padding-right: 8px;
}
.header-language .wpml-ls-legacy-list-horizontal li:last-child a:after{
	content: '';
}
.header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native{
	color: #ffffff;
}
.header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native:before{
	content: '';
	border-bottom: solid 1px #ffffff;
	width: 15px;
	position: relative;
	bottom: -20px;
	left: 0;
	display: block;
}
.header-language .wpml-ls-legacy-list-horizontal{
	padding: 0;
}
.h-mobile-navbar {
	display: none;
}

.hamburger-container{
	display: flex;
	position: relative;
	z-index: 40;
}
.hamburger--squeeze {
	position: relative;
	top: 4px;
}
.hamburger-box{
	width: 30px;
	height: 15px;
	position: relative;
	display: inline-block;
	top: 9px;
}
.hamburger-box-inner, .hamburger-box-inner:before, .hamburger-box-inner:after{

	position: absolute;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	transition: transform .15s ease;
	height: 1px;
	width: 30px;
	background-color: #ffffff;
	border-radius: 0;
}

.hamburger-box-inner:before {
	content: '';
	top: -8px;
	width: 30px;
}

.hamburger-box-inner:after {
	content: '';
	bottom: -8px;
	width: 30px;
}
.hamburger-box-label{
	padding-left: 4px;
	color: #ffffff;
}
.menu-open.hamburger-open .hamburger-box-label{
	color: #000000;
}
.header-side-menu{
	position: fixed;
	top: 0;
	left: 0;
	/*width: 500px;*/
	min-width: 400px;
	height: 100%;
	padding: 160px 30px 30px 70px;
	background-color: #ffffff;
	z-index: 20;
	/*display: none;*/
	-webkit-transform: translateX(-101%);
	-moz-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	-o-transform: translateX(-101%);
	transform: translateX(-101%);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.5,.1,.2,1);
	-moz-transition: -moz-transform .3s cubic-bezier(.5,.1,.2,1);
	transition: transform .3s cubic-bezier(.5,.1,.2,1);
	transition: .6s;
}
.ad-site-header.scroll-header .header-side-menu{
	padding-top: 80px;
	transition: .6s;
}
.header-side-menu ul{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.header-side-menu ul li{
	position: relative;
}
.header-side-menu ul li a{
	color: #333333;
	padding: 15px 10px!important;
	font-size: 16px;
	line-height: 20px;
	display: block;
	position: relative;
	text-transform:uppercase;
}
.header-side-menu ul li.current-menu-item a, .header-side-menu ul li:hover a{
	background-color: #ab8f22!important;
	color: #ffffff!important;
}
.header-side-menu ul li.current-menu-item a:before,.header-side-menu ul li:hover a:before{
	content: none;
	width: 20px;
	height: 1px;
	background-color: #333333;
	position: absolute;
	left: -25px;
	top: 20px;
}
.header-side-menu ul li.current-menu-item a:before{
	background-color: #ab8f22!important;
}
.header-side-menu .top-header-language{
	float: none;
	text-align: left;
}


.menu-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0,0,0,.4);
	cursor: pointer;
	height: 100vh;
}
.menu-open.hamburger-open .header-side-menu{
	/*display: block;*/
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%)
}
.menu-open.hamburger-open .header-col-left a{
	color: #000000;
}
.menu-open.hamburger-open .hamburger-box-inner:before,.menu-open.hamburger-open .hamburger-box-inner:after{
	background-color: #333333;
}
.menu-open.hamburger-open .hamburger-box-inner{
	background-color: transparent!important;
	top: 9px;
}
.menu-open.hamburger-open .hamburger-box-inner:before{
	opacity: 1;
	content: '';
	top: -8px;
	width: 25px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: .12s;
	-moz-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.menu-open.hamburger-open .hamburger-box-inner:after{
	opacity: 1;
	content: '';
	top: -8px;
	width: 25px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: .12s;
	-moz-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.menu-open.hamburger-open .header-language a .wpml-ls-native{
	color: #333333;
}
.menu-open.hamburger-open .header-language .wpml-ls-legacy-list-horizontal li a:after {
	color: #777777;
}
.menu-open.hamburger-open .header-language a{
	color: #777777;
}
.menu-open.hamburger-open .header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native:before {
	border-bottom: solid 2px #333333;
}
.header-side-menu {
	padding: 30px 30px;
}
.header-side-menu ul li{
	display: block;
}
.header-side-menu .hamburger-container{
	display: none;
}
.menu-open.hamburger-open .hamburger-container{
	display: none;
}
.menu-open.hamburger-open .header-side-menu .hamburger-container{
	display: block;
}
.menu-open.hamburger-open .header-side-menu .hamburger-container{

}
.menu-open.hamburger-open .header-side-menu .hamburger-inner{
	float: none;
	display: block;
	margin-bottom: 25px;
}


/*menu right*/
.header-right-menu{
	min-width: 170px;
}
.header-right-menu ul{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	display: inline-block;
	list-style-type: none;
	text-align: right;
}
.header-right-menu ul ul{
	text-align: left;
}
/* .header-right-menu ul li:first-child a{
	background-color: #ab8f22;
	height: 35px;
	padding: 10px 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	border: solid 2px #ab8f22;
	transition: .3s;
	min-width: 180px;
}
.header-right-menu ul li:first-child a:hover,
.header-right-menu ul li:first-child a:active	{
	background-color: transparent;
	border: solid 2px #ab8f22;
	color: #ab8f22;
	transition: .3s;
} */
.h-scroll-booking-widget{
	display: block;
	position: fixed;
	top: 80px;
	right: 25px;
	z-index: 2;
	opacity: 0;
	transform: translateX(100px);
	-webkit-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}
.admin-bar .h-scroll-booking-widget{
	top: 112px;
}
.h-scroll-booking-widget.scroll-widget{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}
.btn-booking{
	color: #ffffff;
	border: solid 0.1rem #800000;
	background-color: #800000;
	height: 40px;
	min-width: 180px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	display: inline-block;
	padding: 0px 25px;
	transition: .3s;
	text-transform: uppercase;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 1px;
	-webkit-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}
.btn-booking:hover{
	color: #ffffff;
	border: solid 0.1rem #ab8f22;
	background-color: #ab8f22;
}
.btn-booking:active,.btn-booking:focus{
	box-shadow: 0 0 0 0.25rem rgb(171 143 34 / 50%);
}

.h-sub-booking-widget.h-scroll-booking-widget{
	transform: translateX(0px);
	opacity: 1;
	top: 180px;
}
.admin-bar .h-sub-booking-widget.h-scroll-booking-widget{
	top: 182px;
}

.page-scroll .h-sub-booking-widget.h-scroll-booking-widget{
	top: 110px;
}
.page-scroll-hero .h-sub-booking-widget.h-scroll-booking-widget{
	top: 80px;
}
.admin-bar.page-scroll .h-sub-booking-widget.h-scroll-booking-widget{
	top:112px
}

.ad-site-header.scroll-header .header-logo-light {
	display: none;
	transition: .3s;
}
.ad-site-header.scroll-header .header-logo-dark {
	display: block;
	transition: .3s;
}
.ad-site-header.scroll-header .header-logo img{
	width: 180px;
	transition: .3s;
}


.ad-site-header.scroll-header ul li a {
	color: #000000;
}

.ad-site-header.scroll-header .header-right-menu ul li:first-child a:before{
	background-color: #555555;
}
.ad-site-header.scroll-header .hamburger-box-inner, .ad-site-header.scroll-header .hamburger-box-inner:before, .ad-site-header.scroll-header .hamburger-box-inner:after{
	background-color: #555555;
}
.ad-site-header.scroll-header .header-language .wpml-ls-legacy-list-horizontal li a:after{
	color: #848484;
}

.ad-site-header.scroll-header .header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native{
	color: #555555;
}
.ad-site-header.scroll-header .header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native:before {
	content: '';
	border-bottom: solid 1px #555555;
}
.ad-site-header.scroll-header .header-right-menu ul li:first-child a:before{
	border-bottom: solid 1px #555555;
}

.ad-img-ful img{
	width: 100%;
}
/*--------------------------------------------------------------
## body
--------------------------------------------------------------*/

/*ad header slider*/
.ad-main-header-slider{
	height: 700px;
	position: relative;
}
.ad-header-slider{
	position: relative;
}
.swiper-heading-slider{
	display: block;
	height: 100%;
}
.ad-heading-slider_item{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper-heading-slider .slider_title{
	position: absolute;
	width: 100%;
	bottom: 40px;
	z-index: 2;
	font-size: 46px;
	line-height: 4rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 3px #4e4e4e;
}


.ad-search-widget{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.ad-search-widget-title{
	color: #ffffff;
}
.ad-form-sub-title{
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.ad-form-title{
	font-size: 65px;

	letter-spacing: -2px;
	margin-bottom: 30px;
	color: #ffffff;
}
.header-book-widget{
	width: 350px;
	max-width: 100%;
	background-color: #ab8f22;
	position: absolute;
	right: 5%;
	bottom: 25%;
	padding: 30px 25px;
	z-index: 20;
	color: #fff;
	text-align: center;
}
.h-w-form-title{
	font-size: 1.1rem;
	text-transform: uppercase;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 1px;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.h-w-book-form .row{
	margin-right: -10px;
	margin-left: -10px;
}

.h-w-book-form .row div[class*='col-']{
	padding-left: 10px;
	padding-right: 10px;
}
.h-w-form-title{
	font-size:  16px;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.h-w-book-f-field-group{
	margin-bottom: 10px;
}
.h-w-book-f-field-group label{
	font-size: 13px;
	margin-bottom: 0;
	text-align: center;
}
.h-w-book-f-field{
	background-color: transparent;
	text-align: center;
	font-size: 13px!important;
	color: #ffffff!important;
}
.h-w-book-f-submit{
	width: 100%;
	display: block;
	background-color: #800000;
	border-color: #800000;
	padding: 10px;
	color: #ffffff;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 15px;
}
.h-w-book-f-submit:hover{
	background-color: #d20000;
	border-color: #d20000;
}
.h-w-book-f-submit:active,.h-w-book-f-submit:focus{
	background-color: #d20000;
	border-color: #d20000;
	box-shadow: 0 0 0 0.25rem rgb(128 0 0 / 31%);
	transition: .3s;
}
.h-w-book-f-field-date-group{
	margin-bottom: 10px;
}
.h-w-book-f-field-date-group .col-6:first-child{
	border-right: solid 1px #ffffff;
}
.h-w-book-f-field-date-group .col-6{
	margin-bottom: 5px;
	margin-top: 5px;
}
.h-w-book-f-field-date-group-l{
	margin-bottom: 5px;
}
.h-w-book-f-field-date-group .h-w-book-f-field-group .h-w-book-f-field-d{
	padding: 0!important;
}
.h-w-book-f-field-group .check-in,
.h-w-book-f-field-group .check-out{
	border: none;
	background-color: transparent;
	color: #fff;
	padding: 1;
}
.h-w-book-f-field-d{
	position: relative;
}
.foopicker{
	width: 300px;
}
.foopicker__day{
	width: 35px;
}
.foopicker__day--today{
	color: #ffffff;
	border-radius: 0;
}
.foopicker__day:hover{
	background: #FEE537;
}

.h-w-book-f-field-d-i{
	color: #ffffff;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 14px;
	z-index: 1;
}

.h-w-book-f-field-date-group-f{
	border: solid 1px #ffffff;
}
.h-w-book-f-field-date-group-f .h-w-book-f-field{
	border: 0px!important;
}

.h-w-book-f-field-date-group .h-w-book-f-field-group{
	margin-bottom: 0;
	position: relative;
}
.h-w-book-f-field-n{
	position: relative;
}
.h-w-book-f-field-n:placeholder{
	color: #ffffff;
}
.h-w-book-f-field-spinner{
	display: block;
	height: 36px;
	width: 30px;
	line-height: 38px;
	cursor: pointer;
	font-size: 13px!important;
}
.h-w-book-f-field-spinner:active{
	opacity: .7;
}
.h-w-book-f-field-spinner-dwn{
	position: absolute;
	left: 0;
	top: 0;
}

.h-w-book-f-field-spinner-up{
	position: absolute;
	right: 0;
	top: 0;
}

/*header widget offer*/



.ad-search-widget-container{
	width: 1200px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.ad-search-widget-form{
	background-color: rgba(51, 51, 51, 0.95);
	padding: 15px 35px;
	color: #9F9F9F;
	font-size: 14px;
}
.ad-search-widget-form .form-group{
	margin-bottom: 0;
}
.ad-search-widget-form .form-group label{
	margin-bottom: 0;
	padding-top: 10px;
}
.btn-search{
	height: 40px;
	width: 100%;
	text-align: center;
	border: solid 1px #ffffff;
	background-color: #ffffff;
	text-transform: uppercase;
	border-radius: 0px;
	transition: .3s;
	cursor: pointer;
}
.btn-search:hover{
	border: solid 1px #ab8f22;
	background-color: #ab8f22;
	color: #ffffff;
	transition: .3s;
}
.form-group-icon{
	position: relative;
}
.ad-search-widget-form .form-group-icon input, .ad-search-widget-form .form-group select{
	color: #DFDFDF!important;
	border: 0px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	border-radius: 0px;
	padding: 3px 20px 3px 0px;
	background-color: transparent;
	font-size: 14px;
	height: 35px!important;
	z-index: 2;
}
.form-group select option{
	color: #555555;
}
.ad-search-widget-form .form-group-icon input:focus,.ad-search-widget-form .form-group-icon input:active,.ad-search-widget-form .form-group select:focus{
	background-color: transparent!important;
	outline: none!important;
	border-bottom: 1px solid #9F9F9F!important;
}
.form-group-icon i{
	position: absolute;
	top: 7px;
	right: 3px;
	color: #DFDFDF!important;
	z-index: 1;
}
.form-group-icon input::placeholder{
	color: #DFDFDF!important;
}
.ad-main-search-form .col-md-2:first-child{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12.666667%;
	flex: 0 0 12.666667%;
	max-width: 12.666667%;
}
.ad-main-search-form .col-md-8{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70.666667%;
	flex: 0 0 70.666667%;
	max-width: 70.666667%;
}

.foopicker{
	width: 275px!important;
}
.foopicker__day{
	width: 35px;
	border-radius: 0!important;
}

.foopicker{
	font-family: inherit!important;
}
.foopicker__day--today{
	background: #ab8f22;
	color: #ffffff!important;
}
.foopicker__header div {
	display: block!important;
}
.foopicker__header {
	background: #f2f2f4;
	padding: 8px 30px;
	text-align: center;
}
.foopicker__date select {
	width: 45%;
}
.foopicker__day--selected {
	background: #ab8f22;
	color: #ffffff!important;
}
.elementor-section {
	z-index: 0;
}


.ad-header-video-bg{
	height: 100vh;
	background-color: #000000;
}
.ad-header-video-bg iframe {
	transition: opacity 500ms ease-in-out;
	transition-delay: 250ms;


}

.ad-header-video-bg .youtube-background {

}
/*.ad-header-video-bg .youtube-background:before{*/
/*	content: '';*/
/*	position: absolute;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	left: 0;*/
/*	top: 0;*/
/*	z-index: 2;*/
/*	background-color: rgba(0, 0, 0, 0.15);*/
/*}*/

.ad-header-video-bg .youtube-background iframe{
	max-width: inherit!important;
	transition: opacity 500ms ease-in-out;
	transition-delay: 250ms;
}
.ad-main-header-slider_bottom_more{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
}
.ad-main-header-slider_bottom_more span{
	width: auto;
	padding: 10px 30px;
	text-transform: uppercase;
	background-color: #ffffff;
	text-align: center;
}





/*ad heading title*/
.ad-heading-title{
	text-align: center;

}
.ad-heading-title h4{
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.ad-heading-title .title{
	font-size: 26px;
	font-weight: 500;
	color: #444444;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0!important;
	letter-spacing: 3px;
	padding: 10px 25px;
}

/*broder custom*/
.ad-heading-title-border {
	text-align: center;
}
.ad-heading-title-border .title{
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 30px!important;
}




/*ad content box*/
.ad-content-box{

}
.ad-content-box .ad-content-box-img{
	width: 100%;
	height: auto;
}
.ad-content-box-desc{
	padding: 20px  30px;
}
.ad-content-box-title {
	font-size: 38px;

	text-transform: uppercase;
	color: #ab8f22;
	margin-bottom: 15px;
}
.ad-content-box-desc ul, .elementor-text-editor ul, .single-section-content ul, .elementor-tab-content ul{
	padding-left: 15px;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.ad-content-box-desc ul li, .elementor-text-editor ul li, .single-section-content ul li ,.elementor-tab-content ul li{
	position: relative;
}
.ad-content-box-desc ul li:before, .elementor-text-editor ul li:before, .single-section-content ul li:before, .elementor-tab-content ul li:before{
	content: '-';
	position: absolute;
	left: -15px;
	top: 0px;
}
.elementor-accordion .elementor-tab-title {
	padding: 20px 20px!important;
	color: #ab8f22;
	font-size: 18px;
	font-weight: 400!important;
}
.elementor-tab-title a {
	line-height: 28px;
}

/*ad gallery tab*/
.ad-gallery-tab{

}
.ad-shuffle {
	position: relative;
	overflow: hidden;
}

.ad-gallery-header{
	text-align: center;
	margin-bottom: 30px;
}
.ad-nav-tab-gallery_item{
	display: inline-block;
}
.ad-gallery-header [type="radio"]{
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;

}
.ad-gallery-header .btn-group{
	display: inline-block;
}
.ad-gallery-header .btn{
	font-size: 16px;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 10px;
	color: #000000;
	border: none!important;
}
.ad-gallery-header .btn.active, .ad-gallery-header .btn:focus,
.ad-gallery-header .btn.active, .ad-gallery-header .btn:active{
	color: #ab8f22!important;
	background-color: transparent!important;
	outline: none!important;
	box-shadow:none;
}
.ad-gallery-header .btn-check:active+.btn-outline-primary,
.ad-gallery-header .btn-check:checked+.btn-outline-primary,
.ad-gallery-header .btn-outline-primary.active,
.ad-gallery-header .btn-outline-primary.dropdown-toggle.show,
.ad-gallery-header .btn-outline-primary:active,
.ad-gallery-header .btn-outline-primary:hover{
	color: #ab8f22!important;
	background-color: transparent!important;
	outline: none!important;
	box-shadow:none;
}
.ad-gallery-tab-content{

}
.ad-gallery-tab-content .row{
	margin-left: -5px;
	margin-right: -5px;
}
.ad-gallery-tab-content .gallery-item{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.ad-gallery-tab-content .gallery-item a{
	display: block;
	cursor: zoom-in;
	overflow: hidden;
}
.ad-gallery-tab-content .gallery-item a img{
	width: 100%;
	transition: 0.3s;
}
.ad-gallery-tab-content .gallery-item a:hover img{
	transform: scale(1.1);
	filter: brightness(0.6);
	transition: 0.3s;
}

.ad-gallery-tab-content .gallery-caption{
	display: none;
}

/*backgroung partern*/
.bg-gray{
	background-color: #F8F8F8;
}

.ph-bg-1:before{
	content: '';
	/*background-image: url(assets/images/pierrehotelspa-bg-3.png);*/
	background-image: url(assets/images/pierrehotelspa-logo-bg-icon-2.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 140px 93px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: .8;
}
.ph-bg-1:after{
	content: '';
	background-image: url(assets/images/pierrehotelspa-logo-bg-icon-4.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 140px 83px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: .8;
}

.ph-bg-2:before{
	content: '';
	background-image: url(assets/images/pierrehotelspa-logo-bg-icon-3.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 140px 93px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: .8;
}
.ph-bg-2:after{
	content: '';
	background-image: url(assets/images/pierrehotelspa-logo-bg-icon-1.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 140px 83px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: .8;
}


/*ad offer list*/
.ad-offer-list{
	position: relative;
}

.ad-offer-item{
	margin-bottom: 30px;
	background-color: #F9F7EF;
	transition: 0.5s;
}
.ad-offer-item:hover{
	box-shadow: 0px 0px 20px -5px #898989;
	transition: 0.5s;
}
.ad-offer-item-img{
	overflow: hidden;
}
.ad-offer-item-img img{
	width: 100%;
	transform: translateY(0px) scale(1.1);
	transition: .5s;
}
.ad-offer-item:hover .ad-offer-item-img img{
	/* opacity: .7; */
	transform: translateY(-10px) scale(1.1);
	transition: .5s;
}
.ad-offer-item-content{
	padding: 30px 20px;
	text-align: center;

}
.ad-offer-item-title{
	font-size: 20px;
	margin-bottom:15px;
	text-transform: uppercase;
}

.ad-offer-item-desc{

}
.ad-offer-item-btn{

}
.ad-offer-item-btn a{
	text-transform: uppercase;
	margin-top: 10px;
}




.btn-primary{
	color: #ffffff;
	border: solid 0.1rem #ab8f22;
	background-color: #ab8f22;
	height: 35px;
	min-width: 180px;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	display: inline-block;
	padding: 0px 20px;
	transition: .3s;
	text-transform: uppercase;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 1px;
}
.btn-primary:hover{
	color: #ab8f22;
	background-color: transparent;
	border: solid 0.1rem #ab8f22;
	transition: .3s;
}

.btn-primary:active, .btn-primary:focus{
	color: #ab8f22;
	background-color: transparent;
	border: solid 0.1rem #ab8f22;
	box-shadow: 0 0 0 0.25rem rgb(171 143 34 / 50%);
	transition: .3s;
}


.btn-secondary{
	color: #ab8f22;
	border: solid 0.1rem #ab8f22;
	background-color: transparent;
	height: 35px;
	min-width: 170px;
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	display: inline-block;
	letter-spacing: 3px;
	padding: 0px 20px;
	text-transform: uppercase;
	transition: .3s;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 3px;
}

.btn-secondary:hover{
	color: #ffffff!important;
	background-color: #ab8f22!important;
	border-color: #ab8f22;
	transition: .3s;
}
.btn-secondary:active, .btn-secondary:focus{
	color: #ffffff!important;
	background-color: #ab8f22!important;
	border-color: #ab8f22;
	box-shadow: 0 0 0 0.25rem rgb(171 143 34 / 50%);
	transition: .3s;
}
.btn-secondary:active,.btn-secondary:focus{
	color: #ffffff;
	opacity: .7;
	transition: .3s;
}
.btn-submit{
	color: #ffffff!important;
	border: solid 1px #ab8f22!important;
	background-color: #ab8f22!important;
	height: 50px;
	min-width: 220px;
	text-align: center;
	line-height: 40px;
	font-size: 16px!important;
	display: inline-block;
	padding: 0px 20px;
	transition: .3s;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.btn-submit:active,.btn-submit:focus{
	opacity: 0.8!important;
}



/*Review slide*/
.ad-main-review-slider{
	position: relative;
	background-color: #F9F7EF;
	padding-top: 60px;
	padding-bottom: 60px;

}
.ad-main-review-slider .ad-section-title{
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px!important;
}
.review-container{
	width: 1000px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.ad-reivew-item{
	display: block;
	text-align: center;
	padding-left: 200px;
	padding-right: 200px;
}

.ad-reivew-item-content{

}
.ad-reivew-item-content .title{
	text-transform: uppercase;
	color: #ab8f22;
	font-size: 18px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0!important;

}
.ad-reivew-item-content .title::after{
	content: '';
	border-bottom: solid 0.1rem #ab8f22;
	width: 30px;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
}

.ad-reivew-item-content .star{
	margin-bottom: 10px;
	display: block;
	align-items: center;
	text-align: center;
}
.ad-reivew-item-content .star-box{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #B3A06D;;
	border-radius: 50px;
	margin-left: 3px;
	margin-right: 3px;
}

.ad-reivew-nav_arrow{

}
.ad-reivew-nav_arrow .arrow-btn{
	font-size: 28px;
	color: #ab8f22;
	position: absolute;
	top: calc(50% - 14px);
	z-index: 14;
}
.ad-reivew-nav_arrow .ad-reivew-nav_prev{
	left: 0%;
}

.ad-reivew-nav_arrow .ad-reivew-nav_next{
	right: 0%;
}


.form-contact{

}
.wpcf7-form-control-wrap{
	max-width: 100%;
}
red{
	color: red;
}

/*ad feature item*/
.ad-f-item{
	display: block;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	transition: 0.5s;
}
.ad-f-item::after{
	content: "";
	width: 200px;
	height: 200px;
	display: block;
	background-image: url(assets/images/bg-icon.png);
	background-size: 200px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	right: 0;
	bottom:0;
	opacity: 0.3;
	visibility: unset;
}
.ad-f-item_img img{
	width: 100%;
	transition: 0.6s;

}
.ad-f-item_img a{
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.ad-f-item_img a:hover img{
	transform: scale(1.05);
	transition: 0.6s;
}
.ad-f-item_body{

}
.ad-f-item-1{
	padding-bottom: 40px;
	position: relative;
}
.ad-f-item-1::before{
	content: "";
	position: absolute;
	background-color: #F9F7EF;
	z-index: -1;
	top: 6.7rem;
	bottom: 0;
	right: 0;
	left: 30%;
}
.ad-f-item-1::after{
	right: -65px;
	bottom: calc(50% - 158px);
	transform: rotate(-90deg);
}
.ad-f-item-1 .ad-f-item_img{
	padding-right: 0px;
}
.ad-f-item-1 .ad-f-item_body{
	padding: 40px 80px 0px 70px;

}
.ad-f-item-1 .ad-f-item_title{
	font-size: 34px;
	margin-bottom: 60px!important;
}
.ad-f-item .ad-f-item_btn{
	padding-top: 30px;
}


.col-md-push{
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.col-md-pull{
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.ad-f-item-2{
	background-color: #F9F7EF;
}
.ad-f-item-2::after{
	left: -65px;
	bottom: calc(50% - 100px);
	transform: rotate(90deg);
}
.ad-f-item-2 .row{
	align-items: center;
}
.ad-f-item-2 .ad-f-item_img {
	padding-left: 0;
	padding-right: 0;
}
.ad-f-item-2 .ad-f-item_desc{
	padding: 20px 80px;
	text-align: center;
}
.ad-f-item-2 .ad-f-item_title{
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px!important;
}

.swiper-pagination-bullet{
	background-color: #ffffff!important;
	width: 8px!important;
	border-radius: 3px!important;
	opacity: 1!important;
	/* box-shadow: 0px 0px 1px 3px rgb(117 117 117 / 36%); */
}
.swiper-pagination-bullet-active{
	background-color: #ab8f22!important;
	width: 20px!important;
	border-radius: 3px!important;
}

.ad-f-item-3 {
	position: relative;
	background-color: #F9F7EF;
}
.ad-f-item-3 .row{
	align-items: center;
}
.ad-f-item-3 .ad-f-item_img {
	padding-right: 0;
}
.ad-f-item-3 .ad-f-item_desc{
	padding: 20px 80px 20px 40px;
}
.ad-f-item-3 .ad-f-item_title{
	font-size: 30px;
	margin-bottom: 30px!important;
}
.ad-f-item-3::after{
	right: -65px;
	bottom: calc(50% - 100px);
	transform: rotate(-90deg);
}

.ad-f-item-3:hover,.ad-f-item-2:hover{
	box-shadow: 0px 0px 20px -5px #898989;
	transition: 0.5s;
}


/* ad dining */
.ad-dining-grid{

}
.ad-dining-grid .row{
	margin: 0;
}
.ad-dining-grid div[class*='col-']{
	padding: 0;
}
.ad-dining-item{
	position: relative;
	overflow: hidden;
}
.ad-dining-item_content{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-color: rgb(0 0 0 / 20%);
	padding: 15px;
	transition: .3s;
}
.ad-dining-item:hover .ad-dining-item_content{
	background-color: rgb(171 143 34 / 85%);
	transition: .3s;
}
.ad-dining-item img{
	width: 100%;
}
.ad-dining-item:hover img{
	transform: scale(1.1);
	transition: .3s;
}
.ad-dining-item_content_inner{
	display: flex;
	align-items: center;
	color: #fff;
	height: 100%;
	width: 100%;
	text-align: center;
}
.ad-dining-item .title{
	display: block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	transform: translateY(35px);
	transition: 0.3s;
}
.ad-dining-item:hover .title{
	transform: translateY(0px);
	transition: 0.3s;
}
.ad-dining-item .content{
	text-shadow: 1px 1px 3px #4e4e4e;
	text-align: center;
	width: 100%;
}

.ad-dining-item .btn-secondary{
	border-color: #ffffff;
	color: #ffffff;
	transform: translateY(15px);
	opacity: 0;
	transition: 0.3s;
}
.ad-dining-item:hover .btn-secondary{
	transform: translateY(0px);
	opacity: 1;
	transition: 0.3s;
}
.ad-dining-item .btn-secondary:hover{
	background-color: #ffffff!important;
	color: #ab8f22!important;
	text-shadow: 0 0 #000!important;
}

/* end ad dining */


/* ad event */
.ad-event-item{
	display: block;
}
.ad-event-item a{
	display: block;
	overflow: hidden;
	position: relative;
}
.ad-event-item a::after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: 20px;
	height: 20px;
	background-color: white;
	z-index: 3;
	-webkit-transform: rotate(
			-45deg) translate(-50%, 0);
	-ms-transform: rotate(-45deg) translate(-50%, 0);
	transform: rotate(
			-45deg) translate(-50%, 0);
}
.ad-event-item a.collapsed::after{
	content: none;
}
.ad-event-item_content{
	background-position: calc(50% - 20px) 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 650px;
	position: relative;
	transition: .5s;
}
.ad-event-item:hover .ad-event-item_content{
	background-position: calc(50% - 0px) 50%;
	transition: .5s;
}
.ad-event-item_content .content{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	color: #ffffff;
	padding: 30px 10px 30px 30px;
}
.ad-event-item_content_inner{
	background-color:rgb(0 0 0 / 8%);
	display: block;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.ad-event-item:hover .ad-event-item_content_inner{
	background-color: rgb(171 143 34 / 85%);
	transition: .3s;
}
.ad-event-item_content .content .title{
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #4e4e4e;
}
.ad-event-item .ad-event-item_content .content .btn-more{
	transform: translateX(0px);
	transition: .3s;
}
.ad-event-item_content .content .btn-more i{
	border: solid 1px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	cursor: pointer;
}

.ad-event-item:hover .ad-event-item_content .content .btn-more{
	transform: translateX(30px);
	transition: .3s;
}
.ad-even-body{
	padding-top: 50px;
	padding-bottom: 50px;
}



/* end ad event */

/*--------------------------------------------------------------
## single page
--------------------------------------------------------------*/
.page-header-bg{
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;

}
.page-header-bg_inner{
	height: 100%;
	position: relative;
	background-color: rgb(0 0 0 / 10%);
}
.page-header-title{
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 3;

}
.page-header-title .title{
	font-size: 40px;
	color: #ffffff;
	letter-spacing: 2px;
	padding-bottom: 15px;
	text-shadow: 1px 1px 3px #4e4e4e;
}
.page-header-title ul.room_menu{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	padding-top: 20px;
	padding-bottom: 10px;
}
.page-header-title ul.room_menu li{
	display: inline-block;
	margin-bottom: 10px;
}
.page-header-title ul.room_menu li a{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	padding-top: 4px;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 1px;
}
.page-header-title ul.room_menu li a:hover{
	color: #ab8f22;
}
.page-header-title ul.room_menu li a:after {
	content: '';
	width: 1px;
	height: 24px;
	background-color: #dddddd;
	display: block;
	position: absolute;
	right: -1px;
	top: 0px;
}
.page-header-title ul.room_menu li:last-of-type a:after{
	content: none;
}

.single-section-header{
	display: block;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
}

.single-section-content{
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
.room-content{
	margin-bottom: 1rem;
}
.single-section-amenity.ad-offer-section{
	padding-top: 70px;
}
.room-content .single-content{
	padding: 0px 30px;
}

.single-section-title h1{
	margin-top: 30px;
	font-size: 34px;
	margin-bottom: 00px;
	text-transform: uppercase;
}
.single-section-price{
	margin-bottom: 20px;
}
.single-content .ad-price{
	padding-bottom: 0!important;
	padding-top: 15px;
}

.single-section-price .label {
	/*font-size: 20px;*/
	font-size: 16px;
	letter-spacing: 1px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #ab8f22;
	font-family: 'Oswald', sans-serif;
}
.single-section-price .price {
	font-size: 34px;
	font-weight: 500;
	color: #ce0e00;
	font-family: 'Oswald', sans-serif;
}
.single-section-desc{

}
.single-section-desc h2{
	font-size: 26px;
	font-weight: 400;
}
.single-section-desc h3{
	font-size: 22px;
	font-weight: 400;
}
.single-section-btn{
	margin-top: 30px;
}

#gallery-slider .owl-nav{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -30px;
	text-align: center;
}
#gallery-slider .owl-nav button{
	font-size: 24px!important;
	font-weight: 100!important;
	color: #ab8f22!important;
	margin-left: 5px!important;
	margin-right: 5px!important;
}
#gallery-slider .owl-nav button:hover, #gallery-slider .owl-nav button:active{
	opacity: .7;
}
.single-section-other{

}
.single-section-other .ad-heading-title{
	margin-bottom: 20px;
}
.ad-heading-title h2 {
	font-size: 38px;

	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 1.5px;
}
.single-section-gallery img{
	width: 100%;
	height: auto;
}

.room_amenity ul{
	column-count: 3;
	list-style: none;
}
.room_amenity ul li{
	position: relative;
}
.room_amenity ul li:before{
	content: "\f00c";
	font-weight: 500;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: -20px;
	top: 0px;
	color: #ab8f22;
}
.single-section-info{
	background-color: #eeeeee;
	padding-top: 70px;
	padding-bottom: 0px;
}
.ad-heading-title h3.title{
	font-size: 34px;
	font-weight: 300;
	margin-bottom: 20px!important;
}
.ad-room-list_item_info .ad-price{
	display: block;
	padding-bottom: 25px;
}
.ad-room-list_item_info .ad-price .price{
	font-size: 34px;
	color: #800000;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	padding-right: 3px;
}
.ad-room-list_item_info .ad-price .peice-label{
	font-size: 13px;
}

.single-section-info .ad-room-list_item_info{
	text-align: center;
	width: 1000px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.single-section-info .ad-room-list_item_info_col span.value{
	font-size: 16px;
	padding-top: 15px;
}
.single-section-info.ad-room-list_item_info_col span.label{
	font-size: 14px!important;
}
.single-section-amenity{
	padding-top: 20px;
	padding-bottom: 70px;

}
.single-section-amenity .room_amenity{
	text-align: center;
	width: 1000px;
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.single-section-amenity .room_amenity ul{
	text-align: left;
}
.room-other{

}
.room-other .ad-room-grid_row {
	margin-left: -3px;
	margin-right: -3px;
}
.room-other .ad-room-grid_item {
	padding: 3px;
}
.single-section-room-other{
	padding-top: 60px;
	padding-bottom: 60px;
}
.room-other .ad-room-grid_row .ad-room-grid_item:nth-child(4){
	display: none;
}

.dining .single-section-content{
	padding-bottom: 0px;
}

.single-section-share{
	padding-top: 40px;
	padding-bottom: 40px;
}
.single-share{
	border-bottom: solid 1px #444444;
	display: block;
	position: relative;
}
.single-share-btn{
	position: absolute;
	left: 50%;
	bottom: -26px;
	margin-left: -85px;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}
.single-share .single-share-border{
	border: solid 1px #ab8f22;
	background-color: #ffffff;
	padding: 2px;
	display: inline-block;
	position: relative;
	z-index: 5;
}

/*.single-share .single-share-border{*/
/*	color: #444444;*/
/*	text-transform: uppercase;*/
/*	margin-top: 0;*/
/*	margin-bottom: 0!important;*/
/*	display: inline-block;*/
/*	width: auto;*/
/*	padding: 0px;*/
/*	height: 60px;*/
/*	line-height: 60px !important;*/
/*	margin: 25px auto 50px;*/
/*	background: url(assets/images/frame-border.png) center center repeat-x;*/
/*	color: #000;*/
/*	background-size: 15px 60px;*/
/*	position: relative;*/
/*	background-color: #ffffff;*/
/*}*/
/*.single-share .single-share-border:before {*/
/*	content: '';*/
/*	background: url(assets/images/frame_left.png) center center repeat-x;*/
/*	background-size: 15px 60px;*/
/*	height: 60px;*/
/*	width: 15px;*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: -0px;*/
/*	top: 0;*/
/*}*/
/*.single-share .single-share-border:after {*/
/*	content: '';*/
/*	background: url(assets/images/frame-right.png) center center repeat-x;*/
/*	background-size: 15px 60px;*/
/*	height: 60px;*/
/*	width: 15px;*/
/*	display: block;*/
/*	position: absolute;*/
/*	right: -15px;*/
/*	top: 0;*/
/*}*/

.single-share .box{
	display: inline-block;
	width: 110px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	background-color: #ffffff;
	transition: .3s;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 1px;
}
.single-share-btn:hover .box{
	background-color: #ab8f22;
	color: #ffffff;
	transition: .3s;
}
.single-share .share-social{
	padding: 0;
	list-style-type: none;
	text-align: center;
	position: absolute;
	bottom: 11px;
	left: 35px;
	z-index: 1;
	transition: .4s;
}
.single-share-btn:hover .share-social{
	transition: .4s;
	transform: translateY(-40px);
}
.single-share .share-social li{
	display: inline-block;
}
.single-share .share-social li a{
	padding: 5px;
}
.single-share .share-social li a:hover{
	color: #ab8f22;
}
.single-section-share{
	padding-top: 30px;
	padding-bottom: 30px;
}





/* datepicker */
.datepicker{
	padding: 5px;
}
.datepicker td, .datepicker th{
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif!important;
	font-size: 14px;
	width: 25px;
	height: 25px;
	border-radius: 0;
	padding: 3px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
	background-color: #800000!important;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover{
	background-image:  linear-gradient(to bottom,#800000,#800000)!important;
}

@media (min-width: 768px) {

}

.main-booking-form{
	width: 800px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	background-color: #ffffff;
}
.wpcf7-form-control{
	margin-bottom: 15px;
}
.wpcf7-form h4{
	font-size: 22px;
	font-weight: 400;
	color: #ab8f22;
	margin-top: 10px;
	margin-bottom: 20px;
	letter-spacing: 1.5px;
}


.single-section-other .ad-offer-item-img {

}
.ad-hotel-gallery{

}
.ad-hotel-gallery .gallery-columns-1{
	column-count: 4;
	column-gap: 0;
}

.h-float-contact{
	position: fixed;
	right: -67px;
	top: 50%;
	z-index: 10;
	display: block;
	transform: rotateZ(90deg);
}
.h-float-contact-model{

}

.h-float-contact-model .modal-dialog{
	width: 350px;
	max-width: 90%;
	margin: auto;
}
.h-float-contact-model .modal-header{
	text-align: center;
}
.h-float-contact-model .modal-title{
	margin-bottom: 0!important;
	text-transform: uppercase;
}

.h-float-contact-model .modal-content{
	border-radius: 0;
	background-color: transparent;
	border-bottom: none;
	position: relative;
}

.h-float-contact-model .modal-body{
	padding: 0px;
}
.h-float-contact-model .header-book-widget {
	position: relative;
	margin: auto;
	right: 0;
}
.h-float-contact-model .modal-content .close{
	position: absolute;
	top: -30px;
	right: -30px;
	border: none;
	background-color: transparent;
	padding: 0;
	z-index: 30;
}
.h-float-contact-model .modal-content .close i{
	font-size: 16px;
	color: #ffffff;
	background-color: #800000;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	line-height: 30px;
}
.float-contact-social .widget-social{
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.float-contact-social .widget-social ul li a{
	color: #444444;
	border-color: #444444;
}
div.wpcf7 .ajax-loader{
	position: absolute;
	top: 10px;
	left: 10px;
}
.form-contact .btn-submit{
	margin-bottom: 0;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 3px;
	cursor: pointer;
}

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
.footer-top{
	border-top: solid 5px #4f7980;
	position: relative;
}
.footer-top:before{
	content: '';
	width: 100%;
	display: block;
	height: 1px;
	background-color: #4f7980;
	position: absolute;
	left: 0;
	top: -10px;
}
.footer-top .widget{
	margin-bottom: 0!important;
}
.site-footer{

}
.map-form iframe{
	margin-bottom: -10px;
}

/*.site-footer:before{*/
/*	content: '';*/
/*	background-image: url(assets/images/pierrehotelspa-bg-2.png);*/
/*	background-position: bottom left;*/
/*	background-repeat: no-repeat;*/
/*	background-size: 140px 140px;*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	z-index: -1;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	opacity: .8;*/
/*}*/
/*.site-footer:after{*/
/*	content: '';*/
/*	background-image: url(assets/images/pierrehotelspa-bg-4.png);*/
/*	background-position: bottom right;*/
/*	background-repeat: no-repeat;*/
/*	background-size: 140px 140px;*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	z-index: -1;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	opacity: .8;*/
/*}*/

.footer-content{
	background-color: #800000;
	padding-top: 40px;
	padding-bottom: 10px;
	position: relative;
	z-index: 0;
	color: #ffffff;
	font-size: 13px;
}
.footer-content .footer-content-left{
	width: 70%;
	display: inline-block;
	float:left;
	text-align: left;
}
.footer-content .footer-content-right{
	width: 30%;
	display: inline-block;
	float:right;
	text-align: right;
}
.widget_infoaddress_widget{
	margin-bottom: 30px;
}
.widget_social_widget{
	margin-bottom: 0;
}
.footer-content .widget-title{
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px!important;
}
.footer-content .widget a{
	color: #ffffff;
}
.footer-content .widget a[href^="tel"]{
	color: #ffffff!important;
}
.footer-content .widget ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.footer-content .widget ul li{
	padding-bottom: 0.05rem;
}
.footer-content .widget ul li a:hover{
	opacity: .7;
	text-decoration: underline;
}


.footer-bottom{
	background-color: #6D0000;
	color: #f2f2f2;
	font-size:12px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
.footer-bottom a{
	color: #ffffff;

}
.footer-bottom a:hover{
	text-decoration: underline;
}
.footer-bottom-left{
	width: 50%;
	display: inline-block;
	float:left;
	text-align: left;
}
.footer-bottom-right{
	width: 50%;
	display: inline-block;
	float:right;
	text-align: right;
}
.footer-bottom-nav{

}
.footer-bottom-nav ul{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 15px;
}
.footer-bottom-nav ul li{
	display: inline-block;
	text-align: center;
}
.footer-bottom-nav ul li a{
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	text-transform: uppercase;
	position: relative;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 1px;
}
.footer-bottom-nav ul li a:after{
	content: '';
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	display: block;
	position: absolute;
	right: -3px;
	top: 6px;
}
.footer-bottom-nav ul li:last-child a:after{
	content: none;
}


/*widget-info-address*/
.widget-info-address img{
	height: 60px;
	width: auto;
	max-width: fit-content;
}
.widget-info-address{
	position: relative;
	display: block;
}
.widget-info-address ul{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	display: flex;
	line-height: 24px;
}
.widget-info-address ul li:first-child{
	padding-left: 0;
}
.widget-info-address ul li{
	display: inline-block;
	color: #ffffff;
	padding-right: 20px;
	padding-left: 60px;
	position: relative;
}
.widget-info-address ul li:after{
	content: '';
	height: 60px;
	width: 1px;
	background-color: #7da6ad;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.widget-info-address ul li:last-child:after{
	content: none;
}
.widget-info-address ul li i{
	position: absolute;
	left: 20px;
	top: 0;
	font-size: 26px;
}
.widget-info-address ul li:nth-child(2),
.widget-info-address ul li:nth-child(3){
	min-width: 220px;
}
.widget-info-address ul li:nth-child(3){
	min-width: 310px;
}
.widget-info-address ul li .title{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
}

.footer-newsletter .form-group {
	width: 100%;
}
.footer-newsletter .btn-newsletter {
	border: solid 1px #ab8f22!important;
	background-color: #ab8f22!important;
	cursor: pointer;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	width: 100%;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	letter-spacing: 1px;
	margin-top: 5px;
	line-height: 25px;
}
.footer-newsletter .btn-newsletter:active{
	opacity: .8;
}


/*widget-social*/
.widget-social{
	position: relative;
	display: block;
}
.widget-social ul{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	display: inline-block;
}
.widget-social ul li{
	display: inline-block;
}
.widget-social ul li{
	color: #333333;

}
.widget-social ul li a{
	color: #ffffff;
	border: solid 1px #ffffff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	margin-right:10px;
	margin-bottom:10px;
	transition: .3s;
}
.widget-social ul li a:hover{
	opacity: .7;
	transition: .3s;
}


/*Room list*/
.ad-room-list {

}
.ad-room-list .row{

}
.ad-room-list .row .col-md-6{

}
.ad-room-list_item{
	margin-bottom: 60px;
}
.ad-room-list_item-desc{
	text-align: center;
	padding-top: 20px;
}
.ad-room-list_item_info{
	padding-bottom: 20px;
}
.ad-room-list_item_info_row{
	  display: flex;
    flex-wrap: wrap;
}
.ad-room-model .ad-room-list_item_info_row {
	justify-content: center;
}
.ad-room-list_item_info_col{
	display: inline-block;
/* 	float: left;
	width: 16.66%; */
	border-right: solid 1px #dddddd;
	padding: 10px;
	text-align: center;
	flex: 0 0 15%;
}
.ad-room-list_item_info_col:nth-child(-n+3){
	border-bottom: solid 1px #dddddd;
}
/* .ad-room-model .ad-room-list_item_info_col:nth-child(-n+4){
	border-bottom: solid 0px #dddddd;
} */
.ad-room-model .ad-room-list_item_info_col:nth-child(3){
	border-right: solid 1px #dddddd;
}
.ad-room-model .ad-room-list_item_info_col:nth-child(-n+3){
	border-bottom: solid 0px #dddddd;
}
.ad-room-list_item_info_col:last-child,
.ad-room-list_item_info_col:nth-child(3){ 
	border-right: none;
}

.ad-room-list_item_info_col span{
	display: block;
}
.ad-room-list_item_info_col i{
	font-size: 14px;
	border: solid 1px #ab8f22;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	line-height: 35px;
	text-align: center;
	color: #ab8f22;

}
.ad-room-list_item_info_col .value{
	padding-top: 5px;
}

.ad-room-list .ad-f-item-1{
	margin-bottom: 80px;
}
.ad-r-item .ad-f-item_btn{
	padding-top: 0;
}
.ad-feature-item_img-container{
	overflow:hidden;
	position: relative;
}

.ad-feature-item_img-container .swiper-wrapper{
	position: relative;
}
.ad-feature-item_img_arrow{

}
.ad-feature-item_img_arrow .arrow-btn{
	font-size: 28px;
	color: #ffffff;
	position: absolute;
	top: calc(50% - 14px);
	z-index: 14;
	text-shadow: 1px 1px 1px #545454;
}
.ad-feature-item_img_arrow .arrow-btn:active{
	opacity: .5;
}
.ad-feature-item_img_prev{
	left: 10px;
}

.ad-feature-item_img_next{
	right: 10px;
}


.ad-room-list_item_info_col span.value{
	font-weight: 500;
	line-height: 20px;
	padding-top: 10px;
	color: #000000;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
}
.ad-room-list_item_info_col span.label{
	font-size: 11px!important;
	text-transform: uppercase;
	line-height: 12px;
}
.ad-room-list_item_btn a{
	margin-left: 15px;
	margin-right: 15px;
}

.ad-room-list_item-img{
	position: relative;
}
.ad-room-list_item-img img{
	width: 100%;
}
.ad-room-list_item-img_hover{
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(68 68 68 / 65%);
	text-align: center;
	padding: 30px;
	color: #ffffff;
	display: flex;
	transition: .5s;
	opacity: 0;
}
.ad-room-list_item-img_hover:before {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 6px double #ffffff;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	pointer-events: none;
}
.ad-room-list_item-img_hover:after {
	content: "";
	width: calc(100% - 36px);
	height: calc(100% - 36px);
	border: 1px solid #ffffff;
	display: block;
	position: absolute;
	left: 18px;
	top: 18px;
	pointer-events: none;
}
.ad-room-list_item-img_hover span{
	height: auto;
	width: auto;
	margin: auto;
	display: block;
	font-size: 28px;
	color: #ffffff!important;
	font-weight: 500!important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
}
.ad-room-list_item-img:hover .ad-room-list_item-img_hover{
	opacity: 1;
	transition: .5s;
}

.ad-cate-title{
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 20px!important;
	text-transform: uppercase;
}
.ad-cate-section .ad-cate-content{
	margin-bottom: 40px;
}
.ad-f-item .ad-room-list_item_info_col{
	width: 33.33%;
    flex: 0 0 33.33%;
}
.ad-room-model .modal-xl{
	max-width: 1200px;
	margin-top: 2.7rem;
}
.ad-room-model .modal-content{
	border-radius: 0!important;
}
.ad-room-model .close{
	position: absolute;
	top: -30px;
	right: -30px;
	border: none;
	background-color: transparent;
	padding: 0;
	z-index: 30;
}
.ad-room-model .close i{
	font-size: 16px;
	color: #ffffff;
	background-color: #800000;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	line-height: 30px;
}
.ad-f-item-right .ad-f-item_img{
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.ad-f-item-right .ad-f-item_body{
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.ad-f-item-right.ad-f-item-1  .ad-f-item_body {
	padding: 40px 70px 0px 80px;
}
.ad-f-item-right.ad-f-item-1::before{
	left: 0;
	right: 30%;
}
.ad-f-item-1.ad-f-item-right::after {
	right: auto;
	left: -65px;
	bottom: calc(50% - 158px);
	transform: rotate(90deg);
}
/* other item */


/* room tab panel */
.ad-room-tab{

}
.ad-cate-tab-nav{
	margin-bottom: 30px;
}
.ad-cate-tab-nav ul{
	padding-left: 0;
	margin-left: 0;
}
.ad-cate-tab-nav ul li{
	text-align: center;
}
.ad-cate-tab-nav .nav-link{
	background-color: transparent;
	border: none;
	font-size: 20px;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif!important;;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding: 15px;
}
.ad-cate-tab-nav .nav-link.active,.ad-cate-tab-nav .nav-link:hover{
	color: #ab8f22;
	position: relative;
}
.ad-cate-tab-nav .nav-link.active:before,.ad-cate-tab-nav .nav-link:hover:before{
	content: '';
	border-bottom: solid 0.1rem #ab8f22;
	width: 30px;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 15px);
}
.ad-cate-tab-nav li:not(:last-child) .nav-link::after{
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background-color: #333333;
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
}

/* end room tab panel */

.ad-dining-list{

}
.ad-d-item{
	margin-bottom: 0px;
}
.ad-d-item .ad-room-list_item_info{
	padding-bottom: 0;
}

.elementor-section-model, .page-section-modal .elementor-section{
	position: inherit!important;
}
.elementor-editor-active .elementor-section-model, .elementor-editor-active .page-section-modal .elementor-section{
	position: relative!important;
}

.ad-f-item-right.ad-f-item-2{

}

.ad-f-item-right.ad-f-item-2 .ad-f-item_desc{

}
.ad-f-item-left.ad-f-item-2::after{
	right: -65px;
	left: auto;
	transform: rotate(-90deg);
}

.ad-d-group{

}
.ad-f-item-right .room-content_img{
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.ad-f-item-right .room-content_info{
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
ad-f-item-right .ad-f-item_img {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}


	/*Room grid*/
.ad-room-grid{

}
.ad-room-grid_row{

}
.ad-room-grid_item{
	width: 33.33%;
}
.ad-room-grid_item .ad-room-grid_con{
	text-align: center;
	padding:30px;
	color: #ffffff;
	display: flex;
}
.ad-room-grid_con_inner{
	height:auto;
	width: auto;
	margin: auto;
	display: block;
}
.ad-room-grid_item .ad-rooms-item-title{
	font-size: 28px;
	color: #ffffff!important;
	padding: 0px 20px 60px 20px;
	font-weight: 500!important;
	text-transform: uppercase;
}

.da-thumbs li a .ad-room-grid_con:before {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 6px double #ffffff;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	pointer-events: none;
}
.da-thumbs li a .ad-room-grid_con:after {
	content: "";
	width: calc(100% - 36px);
	height: calc(100% - 36px);
	border: 1px solid #ffffff;
	display: block;
	position: absolute;
	left: 18px;
	top: 18px;
	pointer-events: none;
}


/*hoverdir css*/
.da-thumbs {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}
.da-thumbs li {
	float: left;
	position: relative;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a .da-thumbs-con {
	position: absolute;
	background:rgb(68 68 68 / 65%);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div .title {
	display: block;
	font-weight: normal;
	color: #ffffff;
}
.da-thumbs li a .da-thumbs-con {
	top: 0px;
	left: -100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-thumbs li a:hover .da-thumbs-con{
	left: 0px;
}

/* Demo Buttons Style */
.codrops-demos{
	text-align:center;
	display: block;
	line-height: 30px;
	padding: 5px 0px;
}
.codrops-demos a{
	display: inline-block;
	margin: 0px 4px;
	padding: 0px 6px;
	color: #aaa;
	line-height: 20px;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
	border: 1px solid #ddd;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.codrops-demos a:hover{
	color: #333;
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.codrops-demos a:active{
	background: #fff;
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
	background: #f6f6f6;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
	padding-right: 15px!important;
	padding-left: 15px!important;
}
.elementor-lightbox .elementor-lightbox-item{
	padding: 5px!important;
}
.elementor-slideshow__footer{
	background-color: rgba(0,0,0,0.45);
}
.elementor-lightbox .elementor-swiper-button:focus{
	outline: none!important;
}
.page-404{
	padding-top:150px;
	padding-bottom:80px;
}


html:not(.no-js) .elementor-editor-active [data-aos^=fade][data-aos^=fade]{
	opacity: 1!important;
}
html:not(.no-js) .elementor-editor-active [data-aos=fade-right] {
	-webkit-transform: translate3d(0px,0,0) !important;
	transform: translate3d(0px,0,0) !important;
}
html:not(.no-js) .elementor-editor-active [data-aos=fade-up] {
	-webkit-transform: translate3d(0,0px,0) !important;
	transform: translate3d(0,0px,0) !important;
}
html:not(.no-js) .elementor-editor-active [data-aos=fade-left] {
	-webkit-transform: translate3d(0,0px,0) !important;
	transform: translate3d(0,0px,0) !important;
}
/*--------------------------------------------------------------
## media screen
--------------------------------------------------------------*/
@media (max-width: 1366px) {

}

@media (max-width: 1280px) {
	.ad-site-header ul li a {
		padding: 25px 6px 25px 6px;
	}
}
@media (max-width: 1100px) {



}

@media (max-width: 1025px) {
	.ad-room-list .row{

	}
	.ad-room-list .row .col-md-6{
		padding-left: 15px;
		padding-right: 15px;
	}
	.h-mobile-navbar{
		display: block;
	}
	.h-desktop-navbar{
		display: none;
	}
	.h-mb-booking-widget{
		display: block;
	}
	.ad-site-header.scroll-header .hamburger-box-label{
		color: #000000;
	}
	.ad-site-header.scroll-header .h-mb-booking-widget a{
		color: #000000;
	}
	.ad-main-header-slider {
		height: 500px;
		position: relative;
	}
	.ad-site-header ul li.current_page_item .arrow,
	.ad-site-header ul li:hover .arrow{
		color: #ffffff;
	}
	.ad-site-header ul li .arrow{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 16px;
		padding: 15px;
		transform: rotate(0deg);
		transition: all 0.3s;
	}
	.ad-site-header ul li .arrow.on{
		transform: rotate(-180deg);
		transition: 0.3s;
	}
	.ad-site-header ul li .sub-menu-wrap{
		position: relative;
		opacity: 1;
		visibility: visible;
		padding: 0!important;

	}
	.ad-site-header ul li .sub-menu{
		display: none;
		padding-left: 20px;
	}
	.ad-site-header ul li:hover .sub-menu-wrap{
		position: relative;
		background-color: transparent;
		opacity: 1;
		visibility: inherit;
	}
	.m-header-right-booking{
		display: block;
	}
	.sub-menu-wrap-inner {
		background-color: transparent;
		box-shadow: 0px 0px 0px 0px rgb(70 70 70 / 0%);
	}
	.header-side-menu ul li.current-menu-item ul, .header-side-menu ul li:hover ul{
		background-color: transparent;
	}
	.header-side-menu ul li.current-menu-item ul a, .header-side-menu ul li:hover ul a {
		background-color: transparent!important;
		color: #000000!important;
	}
	.ad-site-header.scroll-header-body .header-side-menu,
	.ad-site-header.scroll-header-body .menu-overlay{
		margin-top: 32px;
	}
	.ad-f-item-1 .ad-f-item_body {
		padding: 40px 40px 30px 40px;
	}
	.ad-f-item-2 .ad-f-item_desc {
		padding: 20px 40px;
	}
	.ad-f-item-3 .ad-f-item_desc {
		padding: 20px 30px 20px 30px;
	}
	.ad-main-header-slider .header-book-widget {
		display: none;
	}
	.h-scroll-booking-widget{
		display: none;
	}

}
@media (max-width: 769px) {
	.elementor-section.elementor-section-boxed > .elementor-container{
		max-width: 100% !important;
	}
	.header-side-menu{
		min-width: 50%;
	}
	.header-language {
		margin-left: 50px;
	}
	.ad-search-widget-form .form-group .btn-search{
		margin-top: 15px;
	}
	.elementor-section-boxed .elementor-container{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.ad-content-box-desc {
		padding: 20px 0px;
	}

	.home-offer .ad-offer-list .col-lg-4:nth-child(3){
		display: none;
	}

	.ad-heading-title h1{
		font-size: 35px;
	}
	.single-section-content {
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
	}
	.single-section-other {
		padding-top: 40px;
	}
	.single-section-gallery{

	}
	.ad-hotel-gallery .gallery-columns-1{
		column-count: 3;
		column-gap: 0;
	}
	.ad-feature-item-desc{
		padding-right: 15px;
	}
	.ad-feature-item-title{
		padding-bottom: 60px;
	}
	.widget-info-address ul{
		display: inline-block;
	}
	.widget-info-address ul li{
		margin-bottom: 30px;
	}
	.widget-info-address ul li:first-child{
		display: inline-block;
		width: 100%;
	}
	.widget-info-address ul li:nth-child(1):after,
	.widget-info-address ul li:nth-child(3):after{
		content: none;
	}
	.widget-info-address ul li:nth-child(2), .widget-info-address ul li:nth-child(3) {
		min-width: 300px;
	}
	.ad-room-list_item_info_col{
		width: 33.33%;
		padding-bottom: 10px;
	}
	.single-section-info .ad-room-list_item_info .ad-room-list_item_info_col{
		flex: 0 0 33.33%;
	}
	.ad-room-model .ad-room-list_item_info_col:nth-child(-n+3) {
		border-bottom: solid 1px #dddddd;
	}
	.ad-reivew-item {
		padding-left: 130px;
		padding-right: 130px;
	}
	.ad-f-item-1::before{
		top: 4.1rem;
	}
	.ad-f-item-1 .ad-f-item_title {
		font-size: 26px;
		margin-bottom: 40px!important;
	}
	.ad-f-item-1 .ad-f-item_body {
		padding: 20px 20px 00px 30px;
	}
	.ad-f-item-2 .ad-f-item_title,
	.ad-f-item-3 .ad-f-item_title {
		font-size: 24px;
		margin-bottom: 15px!important;
	}
	.ad-f-item-3 .ad-f-item_desc,
	.ad-f-item-2 .ad-f-item_desc {
		padding: 25px 10px;
	}
	.ad-f-item .ad-f-item_btn {
		padding-top: 15px;
	}
	.ad-heading-title-border .title{
		font-size: 26px;
	}
	.ad-main-review-slider{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ad-main-review-slider .ad-section-title{
		font-size: 24px;
	}
	.ad-main-header-slider {
		height: 350px;
	}
	.ad-r-item .ad-f-item_btn {
		padding-top: 0;
	}
	.page-header-bg{
		height: 400px;
	}
	.swiper-heading-slider .slider_title{
		font-size: 30px;
		line-height: 2.5rem;
	}
	.header-col-left,.header-col-right{
		width: 30%;
	}
	.header-col-center{
		width: 40%;
	}
	.header-logo img{
		width: 200px;
	}
	.ad-event-item_content{
		height: 500px;
	}
	.ad-f-item-right .room-content_img{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.ad-f-item-right .room-content_info{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 12;
		order: 12;
	}
}

@media (max-width:560px){
	html {
		scroll-padding-top: 60px;
	}
	.ad-site-header .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
	.ad-search-widget-form .form-group {
		margin-bottom: 20px;
	}
	.ad-search-widget-form {
		padding: 15px 20px 0px 20px;
	}
	.ad-form-title {
		font-size: 40px;

		letter-spacing: -2px;
		margin-bottom: 15px;
	}
	.ad-form-sub-title {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.header-language{
		display: none;
	}

	.ad-site-header.scroll-header .header-logo img{
		width: 180px;
	}
	.header-side-menu {
		min-width: 80%;
		padding: 25px 15px!important;
		display: block;
		height: 100vh;
	}
	.header-side-menu ul li a {
		font-size: 16px;
		padding: 10px!important;
		line-height: 26px;
	}
	.header-side-menu ul li.current-menu-item a:before, .header-side-menu ul li:hover a:before{
		top: 19px;
		left: -28px;
	}
	.header-column{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.header-col-center{
		width: 50%;
	}
	.header-col-left,.header-col-right{
		width: 25%;
	}
	.hamburger-box-label{
		display: none;
	}
	.header-col-right a i{
		font-size: 24px;
		line-height: 50px;
	}
	.header-col-right a i{
		display:none;
	}
	.hamburger-box{
		top: 5px;
	}
	/*.elementor-section-boxed .elementor-container{*/
	/*	width: 100%;*/
	/*	margin-left: auto;*/
	/*	margin-right: auto;*/
	/*	padding-right: 15px;*/
	/*	padding-left: 15px;*/
	/*}*/

	.swiper-heading-slider .slider_title {
		font-size: 22px;
		line-height: 2rem;
	}
	.ad-content-box-title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.ad-offer-item{
		margin-bottom: 40px;
	}
	.ad-heading-title h1 {
		font-size: 30px;
	}
	.ad-rooms-item-desc {
		padding: 20px;
	}
	.ad-rooms-item-title {
		font-size: 28px;
	}

	.ad-reivew-item {
		display: inline-block;
	}
	.ad-review-item-icon {
		width: 50px;
		display: block;
		float: right;
		opacity: .5;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -35px;
	}
	.ad-reivew-item-content {
		border-left: solid 0px #b9b9b9;
		padding-left: 0px;
		margin-left: 0px;
	}
	.widget-social ul li a{
		margin-bottom: 4px;
	}
	.widget_infoaddress_widget {
		margin-bottom: 0;
		line-height: 30px;
	}


	.site-left-language.header-language{
		position: absolute;
		left: 0px;
		bottom: 20px;
		display: block;
	}

	.ad-room-item-btn {
		margin-top: 15px;
	}
	.ad-room-item-btn a{
		min-width: 140px!important;
		padding-left: 10px;
		padding-right: 10px;
	}
	.ad-room-item-price {
		margin-top: 15px;
	}
	.single-section-header{
		height: 300px;
	}
	.home-offer .ad-offer-list .col-lg-4:nth-child(3) {
		display: block;
	}

	/* The heart of the matter */
	.ad-offer-list.home-offter .row {
		overflow-x: auto;
		white-space: nowrap;
		flex: none;
		display: block;
		margin-left: -5px!important;
		margin-right: -15px!important;
	}
	.ad-offer-list.home-offter .row > .col-sm-12 {
		display: inline-block!important;
		float: none!important;
		width: 87% !important;
		padding-left: 5px!important;
		padding-right: 5px!important;
		white-space: normal;
	}

	.ad-offer-item-price .label {
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
	}
	.ad-offer-item-title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.ad-offer-item-price .price {
		font-size: 30px;
	}
	.single-section-title h1 {
		font-size: 24px;
	}
	.main-booking-form {
		width: 800px;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 15px;
		background-color: #ffffff;
	}
	.room_amenity ul {
		column-count: 1
	}
	.header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native:before{
		bottom: -27px;
	}
	.header-language {
		margin-left: 45px;
	}
	.ad-hotel-gallery .gallery-columns-1{
		column-count: 2;
		column-gap: 0;
	}
	.ad-room-grid_item {
		width: 50%;
	}
	.ad-room-grid_item .ad-room-grid_con{
		padding: 20px;
	}
	.ad-room-grid_item .ad-rooms-item-title {
		font-size: 16px;
		color: #ffffff!important;
		padding: 0px 10px;
		text-transform: uppercase;
	}
	.ad-feature-item_content, .ad-feature-item_img{
		width: 100%;
		float: none;
	}
	.ad-feature-item_img{
		padding-left: 0;
		padding-top: 0;
	}
	.ad-feature-item_content{
		padding-right: 0;
		margin-top: 30px;
	}
	.ad-feature-item-title .title{
		font-size: 24px!important;
		line-height: 26px;
	}
	.ad-feature-item-title:before {
		background-size: 125px 125px;
		width: 125px;
		height: 125px;
	}
	.ad-feature-item-title {
		padding-top:25px;
		padding-bottom: 50px;
	}
	.ad-feature-item-desc{
		padding-left: 50px;
	}
	.ad-feature-item-desc .content{
		padding-bottom: 10px;
	}
	.ad-feature-item.layout-1 .ad-feature-item-desc .content{
		padding-top: 30px;
	}
	.ad-feature-item.style-2 .ad-feature-item_img{
		padding-right: 0;
	}
	.ad-feature-item.style-2 .ad-feature-item_content{
		padding-left: 0;
	}
	.ad-feature-item.style-2 .ad-feature-item_img_arrow{
		left: 0;
		right: auto;
	}
	.widget-info-address ul li{
		width: 100%;
	}
	.widget-info-address ul li:after{
		right: auto;
		left: 0;
	}
	.widget-info-address ul li:nth-child(4):after,
	.widget-info-address ul li:nth-child(3):after{
		content: '';
	}

	.ad-feature-item{
		margin-bottom: 40px;
	}
	.ad-feature-item.layout-2 {
		padding-right: 0px!important;
		text-align: left;

	}
	.ad-feature-item.layout-2 .ad-feature-item-title {
		padding-top: 0px;
	}
	.ad-feature-item.layout-2.style-2 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.ad-feature-item.layout-2 .ad-feature-item-desc {
		padding-left: 0px!important;
		padding-right: 0!important;
	}
	.ad-feature-item.layout-2 .ad-feature-item-desc .content {
		padding-bottom: 0px;
	}
	.page-header-title .title{
		font-size: 24px;
		padding-bottom: 0;
	}
	.page-header-title-menu{
		display: none;
	}
	.single-section-info{
		padding-top: 50px;
	}
	.ad-heading-title h3.title {
		font-size: 20px;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px!important;
	}
	.ad-room-list_item_info_col{
		padding-left: 3px;
		padding-right: 3px;
	}
	.single-section-info .ad-room-list_item_info_col span.value{
		font-size: 16px;
	}
	.single-section-info .ad-room-list_item_info .ad-room-list_item_info_col {
		width: 33.33%;
		margin-bottom: 15px;
	}
	.ad-heading-title h2{
		font-size: 26px;
	}
	.single-section-room-other{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.single-section-amenity{
		padding-bottom: 40px;
	}
	.ad-heading-title-border .title{
		font-size: 24px;
		padding: 0px;
		margin-top: 0!important;
	}

	.ad-feature-item.layout-1 .ad-feature-item-title {
		min-height: 124px;
	}
	.ad-site-header.scroll-header .header-column{

	}
	.map-form iframe{
		height: 350px!important;
	}
	.float-contact-social .widget-social {
		position: relative;
		bottom: 0;
		right: 0;
		padding-top: 25px;
		text-align: center;
	}
	.h-float-contact-model .modal-body {

	}
	body:before{
		background-size: 100%!important;
	}
	.room-other .ad-room-grid_row .ad-room-grid_item:nth-child(4){
		display: block;
	}
	.page-bg:before {
		width: 200px;
		top: -210px;
		right: 35px;
		transform: scale(0.25);
	}
	.page-bg:after {
		width: 200px;
		bottom: -270px;
		left: -135px;
		transform: scale(0.25);
	}
	.ad-gallery-header .btn{
		font-size: 14px;
	}
	.page-header-bg{
		height: 250px;
	}
	.ad-header-video-bg, .ad-main-header-slider{
		height: 300px;
	}
	.ad-reivew-item {
		padding-left: 30px;
		padding-right: 30px;
	}
	.site-footer .widget{
		margin-bottom: 40px;
	}
	.header-logo img{
		width: 160px;
	}
	.h-float-contact-model .modal-content .close{
		top: -40px;
		right: -10px;
	}
	.ad-f-item-1{
		padding-bottom: 0;
	}
	.ad-f-item-1::before{
		left: 0;
	}
	.ad-f-item-1 .ad-f-item_title{
		margin-bottom: 15px!important;
	}
	.ad-f-item-1 .ad-f-item_body{
		padding:0 15px;
	}
	.ad-f-item-1 .ad-f-item_body .ad-f-item_desc{
		padding: 25px 10px;
		text-align:center;
	}
	.col-md-push{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.col-md-pull{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.ad-room-list_item_info .ad-price{
		padding-top: 10px;
	}
	.ad-room-list_item_info .ad-price .price{
		font-size: 20px;
	}
	.ad-room-list .ad-f-item-1 {
		margin-bottom: 40px;
	}
	.ad-room-model .close{
		top:-40px;
		right: calc(50% - 15px);
	}
	.single-content {
		padding-left: 0px;
	}
	.ad-d-item {
		margin-bottom: 0px;
	}
	.modal-dialog{
/* 		margin: 0; */
	}
	.footer-content-col-1{
		display:none;
	}
	.ad-f-item-right .ad-f-item_img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.ad-f-item-right .ad-f-item_body {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.ad-f-item-right.ad-f-item-1::before {
		left: 0;
		right: 0%;
	}
	.ad-f-item-right.ad-f-item-1 .ad-f-item_body {
		padding:0px 15px;
	}
	.ad-cate-title{
		font-size: 28px;
	}
	.room-content .single-content {
		padding: 0px;
	}
	.ad-dining-item .title{
		font-size: 22px;
	}
	.modal-body{
		padding: 0.7rem;
	}
	.ad-cate-tab-nav .nav-link{
		font-size: 16px;
	}
	.ad-even-body{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ad-event-item_content {
		height: 400px;
	}
	.ad-event-item_content .content{
		padding: 15px;
	}
	.ad-gallery-tab-content .gallery-item {
		padding-left: 2px;
		padding-right: 2px;
		padding-bottom: 4px;
	}
	.ad-f-item-1::after ,.ad-f-item-1.ad-f-item-right::after{
		bottom: auto;
		top: calc(50% - 155px);
	}
	.ad-room-list .ad-f-item-1::after, .ad-room-list  .ad-f-item-1.ad-f-item-right::after {
		bottom: auto;
		top: calc(50% - 180px);
	}
	.m-header-right-booking .btn-primary{
		min-width: auto;
    	padding: 0px 8px;
		color: #ffffff !important;
	}
	.m-header-right-booking .btn-primary:hover,
	.m-header-right-booking .btn-primary:focus,
	.m-header-right-booking .btn-primary:active{
		color: #ab8f22 !important; 
	}
	.modal{
		padding:0;
	}
}