/* body, html {
	min-height: 100%;
} */
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Gotham Light';
	overflow-x: hidden;
	overflow-y: auto !important;
}
a.search.default-btn.g-book {
    background: transparent;
    color: #000;
    border: 0;
    text-transform: uppercase;
    font-size: 22px;
    width: 100%;
    height: 90px;
    cursor: pointer;
    line-height: 96px;
}
#loading {
	display: none;
    background-color: rgba(24, 23, 23, 0.49);
    height: 88%;
    width: 106%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: -14px;
    left: -21px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
    -moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;

}
.object{
	width: 20px;
	height: 20px;
	background-color: #f6d284;
	position: absolute;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-animation: animate 0.8s infinite;
	animation: animate 0.8s infinite;
	}


#object_one {
	top: 19px;
	left: 19px;

	}
#object_two {
	top: 0px;
	left: 65px;
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;

	}
#object_three {
	top: 19px;
	left: 111px;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;

	}
#object_four {
	top: 65px;
	left: 130px;
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#object_five {
	top: 111px;
	left: 111px;
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#object_six {
	top: 130px;
	left: 65px;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#object_seven {
	top: 111px;
	left: 19px;
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#object_eight {
	top: 65px;
	left: 0px;
	 -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}




@-webkit-keyframes animate {

  25% {
	-ms-transform: scale(1.5);
   	-webkit-transform: scale(1.5);
    transform: scale(1.5);
	  }


  75% {
	-ms-transform: scale(0);
   	-webkit-transform: scale(0);
    transform: scale(0);
	  }


}

@keyframes animate {
  50% {
	-ms-transform: scale(1.5,1.5);
   	-webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
	  }

  100% {
	-ms-transform: scale(1,1);
   	-webkit-transform: scale(1,1);
    transform: scale(1,1);
	  }

}
/* Safari only override */
::i-block-chrome, .row:before, .row:after {
 display: none !important;
 clear:both !important
}
.privilage_info ul li {
	list-style-type: none
}
::i-block-chrome, .navbar-dark .navbar-nav .nav-link {
 font-size: 0.775rem !important;
}
::i-block-chrome, .btn-hov-2 button span {
 display: block;
 height: 30px;
 line-height: 30px;
}
::i-block-chrome, .button-hov a {
 height: 52px;
 line-height: 54px;
}
::i-block-chrome, .navbar-dark .navbar-brand {
 line-height: 68px !important;
}
textarea {
	border-color: #000;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #f6d284 !important;
}
.nav-menu-a {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
	margin-top: 6px;
}
.form-check {
	text-align: left;
	padding-left: 6px;
}
.pt-38-px {
	padding-top: 37px
}
.row:before, .row:after {
	display: none;
}
.font-weight-bold {
	font-weight: inherit !important;
	font-family: 'Gotham Bold';
	font-size: 1.375rem;
}
li.nav-item.active .nav-link {
	color: #f6d284 !important
}
.row:before, .row:after {
	width: 0px;
	height: 0px;
}
.z-index {
	z-index: 99999
}
.h-82 {
	height: 75px;
}
.navbar-nav .nav-link {
	padding-right: 1.8rem !important;
	padding-left: 0 !important;
}
.navbar-nav {
	height: 75px;
}
.dropdown-menu {
	background-color: #e9e9e9;
	border: 0;
	border-radius: 0;
}
.dropdown-menu a {
	border-bottom: 1px solid #bdbdbd;
	font-size: 0.775rem !important;
}
.dropdown-menu a:last-child {
	border-bottom: 0px solid;
}
.navbar-nav .dropdown-menu {
	padding: 0 15px;
}
.fixed {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.special-offer-box {
	top: 120px;
}
select.form-control:not([size]):not([multiple]) {
 height: calc(2.25rem + -1px) !important;
}
.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}
 @-moz-document url-prefix() {
 .container {
 -moz-transform: scale(0.9);
 -moz-transform-origin: 50% 0;
 -o-transform: scale(0.9);
 -o-transform-origin: 50% 0;
 -webkit-transform: scale(0.9);
 -webkit-transform-origin: 50% 0;
 transform: scale(0.9);
 transform-origin: 50% 0;
}
.pt-38-px {
padding-top: 36px !important;
}
}
.container {
	zoom: 90%;
}
/*.rooms-btn.btn-hov-2 a {
    font-size: 1rem !important;
}*/
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown-item:focus, .dropdown-item:hover {
	/*color: #000 !important;*/
	text-decoration: none;
	background-color: transparent !important;
}
#inquery-section select, .special-offer select {
	background-image: url('../images/arrow-down-black.png') !important;
	background-size: auto !important;
	background-color: transparent !important;
	border-radius: 0 !important
}
.booking-area select, #inquery-section select, .special-offer select {
	appearance: none !important;
 -0-appearance:none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: url('../images/arrow-down.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 9%;
}
.booking-area select {
	background-position: 90% center;
	width: 100%
}
 @-moz-document url-prefix() {
.map.position-relative .container {
 transform: none;
}
.navbar-me .container {
 transform: none;
}
textarea {
 border: 1px solid #000 !important;
 margin: 2px;
}
#mainSlider {
 margin-top: 79px !important;
}
 #inquery-section select, .special-offer select {
 background-image: url('../images/arrow-down-black.png') !important;
 background-size: auto !important;
}
 .booking-area select, #inquery-section select, .special-offer select {
 appearance:none !important;
 -0-appearance:none !important;
 -webkit-appearance:none !important;
 background-image: url('../images/arrow-down.png');
 background-repeat: no-repeat;
 background-position: right center;
 background-size: 9%;
}
}
.owl-next img, .owl-prev img, .carousel-control-next img, .carousel-control-prev img {
	max-width: 10px !important;
	width: 10px !important;
	height: auto !important
}
.center p {
	margin-bottom: 2rem !important
}
.button-hov {
	display: inline-block;
	position: relative;
	background: none;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	margin: 20px 30px;
	width: 206px;
}
hr {
	border-top: 1px solid rgb(255, 255, 255);
}
.button-hov div {
	display: block;
	color: #f6d284 !important;
}
.navbar-dark .navbar-toggler {
	background: black;
}
.button-hov:hover a::before,  .button-hov:hover a::after {
	height: 100%;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.button-hov a::before {
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	background: #f6d284;
	height: 0;
	content: '';
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.button-hov a::after {
	position: absolute;
	right: -1px;
	bottom: 0;
	width: 1px;
	background: #f6d284;
	height: 0;
	content: '';
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.button-hov::before, .button-hov::after {
	content: "";
	width: 0;
	height: 0px;
	position: absolute;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.button-hov div::before, .button-hov div::after {
	content: "";
	width: 1px;
	height: 0;
	position: absolute;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	background: #f6d284 !important;
}
.button-hov-dark a::before, .button-hov-dark a::after {
	content: "";
	width: 1px;
	height: 0;
	position: absolute;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	background: rgb(0, 0, 0) !important;
}
/*.button-hov:hover::before, .button-hov:hover::after {
	width: 100%;
}
.button-hov:hover div::before, .button-hov:hover div::after {
	height: 100%;
}*/
/*----- button 1 -----*/
.btn-1::before, .btn-1::after {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}
.btn-1 div::before, .btn-1 div::after {
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
}
/*.btn-1::before {
	right: 0;
	top: 0;
}
.btn-1::after {
	left: 0;
	bottom: 0;
}
.btn-1 div::before {
	left: -1px;
	top: 0;
}
.btn-1 div::after {
	right: 0;
	bottom: 0;
}*/
/*.btn-1:hover::before, .btn-1:hover::after {
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
}
.btn-1:hover div::before, .btn-1:hover div::after {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}*/
/*----- button 2 -----*/
.btn-hov-2 button {
	display: inline-block;
	position: relative;
	background: none;
	border: none;
	color: #fff;
	/*font-size: 1rem;*/
	cursor: pointer;
	margin: 20px 30px;
	background: rgba(0,0,0,0.09);
}
.btn-hov-2 button span {
	display: block;
}
.btn-hov-2 button::before, .btn-hov-2 button::after {
	content: "";
	width: 0;
	height: 0px;
	position: absolute;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	background: transparent;
}
.btn-hov-2 button span::before, .btn-hov-2 button span::after {
	content: "";
	width: 1px;
	height: 0;
	position: absolute;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	background: #f6d284;
}
.btn-hov-2 button:hover::before, .btn-hov-2 button:hover::after {
	width: 100%;
}
.btn-hov-2 button:hover span::before, .btn-hov-2 button:hover span::after {
	height: 100%;
}
.btn-2::before, .btn-2::after {
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
}
.btn-2 span::before, .btn-2 span::after {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}
.btn-2::before {
	right: 0;
	top: 0;
}
.btn-2::after {
	left: 0;
	bottom: 0;
}
.btn-2 span::before {
	left: 0px;
	top: 0;
}
.btn-2 span::after {
	right: 0;
	bottom: 0;
}
.btn-2:hover::before, .btn-2:hover::after {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}
.btn-2:hover span::before, .btn-2:hover span::after {
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
}
.border-color {
	border-color: #f6d284 !important;
}
.border-color-dark {
	border-color: #000 !important;
	outline: none
}
.navbar-me {
	position: fixed;
	top: 0
}
.navbar-dark .navbar-brand {
	background: #000;
	padding: 40px 0;
	width: 150px;
	height: 150px;
	text-align: center;
	margin-top: 68px;
}
.carousel-item img {
	height: 100vh
}
::-webkit-input-placeholder {
 color:#000;
}
:-ms-input-placeholder {
 color:#000;
}
::-moz-placeholder {
 color:#000;
 opacity:1;
}
:-moz-placeholder {
 color:#000;
 opacity:1;
}
 .our-news ::-webkit-input-placeholder {
 color:#fff;
}
 .our-news :-ms-input-placeholder {
 color:#fff;
}
 .our-news ::-moz-placeholder {
 color:#fff;
 opacity:1;
}
 .our-news :-moz-placeholder {
 color:#fff;
 opacity:1;
}
.navbar-dark .navbar-nav .nav-link {
	border-bottom: 0px solid rgba(250, 190, 57, 0);
	text-transform: uppercase;
	color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, 'Gotham Book';
	font-size: 0.850rem;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #FFC107;
}
.navbar-brand {
	transition: all 0.5s;
}
.fixed .navbar-brand {
	padding: 8px 0 !important;
	height: 84px;
	margin-top: -8px !important;
	transition: all 0.5s;
	border: 0 !important;
}
#owl-main.caption-top .caption.vertical-center {
	vertical-align: middle;
	padding-bottom: 0vh;
	padding-top: 20% !important;
	transition: all 0.5s;
}
.caption.vertical-center {
	transition: all 0.5s;
}
 input:focus::-webkit-input-placeholder {
 color:transparent;
}
 input:focus:-moz-placeholder {
 color:transparent;
} /* FF 4-18 */
 input:focus::-moz-placeholder {
 color:transparent;
} /* FF 19+ */
 input:focus:-ms-input-placeholder {
 color:transparent;
} /* IE 10+ */
.heading-fonts {
	font-family: 'Playfair Display', serif;
}
.bg-info {
	background-color: #f6d284 !important;
}
a {
	text-decoration: none !important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #000000!important;
}
.g-book {
	font-family: 'Gotham Book';
}
.g-light {
	font-family: 'Gotham Light';
}
.g-light-Italic {
	font-family: 'Gotham Light Italic';
}
.g-bold {
	font-family: 'Gotham Bold';
}
.g-medium {
	font-family: 'Gotham Medium';
}
.text-yellow {
	color: #f6d284 !important
}
.bg-yellow {
	background: #f6d284 !important;
}
.border-radius-0 {
	border-radius: 0
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem hsla(211, 100%, 50%, 0);
}
.text-dark {
	color: #000000!important;
}
.ft-12 {
	font-size: 0.75rem
}
.ft-13 {
	font-size: 0.8125rem
}
.ft-14 {
	font-size: 0.8725rem
}
.ft-17 {
	font-size: 1.0625rem !important
}
.ft-18 {
	font-size: 1.125rem
}
.ft-19 {
	font-size: 1.1875rem
}
.ft-20 {
	font-size: 1.25rem
}
.ft-21 {
	font-size: 1.3125rem
}
.ft-22 {
	font-size: 1.375rem
}
.ft-24 {
	font-size: 1.5rem
}
.ft-26 {
	font-size: 1.625rem
}
.ft-28 {
	font-size: 1.75rem
}
.ft-30 {
	font-size: 1.875rem
}
.ft-38 {
	font-size: 2.375rem
}
.ft-34 {
	font-size: 2.125rem
}
.ft-40 {
	font-size: 2.5rem
}
.ft-46 {
	font-size: 2.875rem
}
.ft-48 {
	font-size: 3rem
}
.ft-55 {
	font-size: 3.4625rem
}
.bg-blue {
	background: #d0ecf1;
}
.h-425 {
	height: 425px;
}
.object-fit {
	object-fit: cover;
}
.multi-item-carousel {
	overflow: hidden;
}
.multi-item-carousel img {
	height: auto;
	width: 100%;
}
.multi-item-carousel .carousel-control.left, .multi-item-carousel .carousel-control.right {
	background: rgba(255, 255, 255, 0.3);
	width: 25%;
}
.multi-item-carousel .carousel-inner {
	width: 150%;
	left: -25%;
}
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
	-webkit-transform: translate3d(33%, 0, 0);
	transform: translate3d(33%, 0, 0);
}
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
	-webkit-transform: translate3d(-33%, 0, 0);
	transform: translate3d(-33%, 0, 0);
}
.item__third {
	float: left;
	position: relative;  /* captions can now be added */
	width: 33.33333333%;
}
.infobox .infobox_back, .infobox .infobox_front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	z-index: 100;
	color: #fff;
	-webkit-transition: .8s cubic-bezier(0.06, .43, .22, 1);
	-o-transition: .8s cubic-bezier(0.06, .43, .22, 1);
	transition: .8s cubic-bezier(0.06, .43, .22, 1);
}
.infobox {
	position: relative;
	min-height: 425px;
	overflow: hidden;
	cursor: pointer;
}
.infobox_front img.mb-4 {
	width: 55px;
}
.special-offer .infobox {
	position: relative;
	min-height: 300px;
	overflow: hidden;
}
.special-offer .infobox:before, .special-offer .infobox:after {
	height: 0px;
}
.infobox_front h4, .infobox_back h4, .infobox_back p {
	font-family: 'Gotham Light';
	font-size: 1rem;
}
.special-offer .infobox .infobox_front h4 {
	position: absolute;
	bottom: 20px;
}
.latest-art .infobox_front h4 {
	position: static !important
}
.infobox:hover:after, .infobox:hover:before {
	height: 0;
}
.infobox:before, .infobox:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 30px;
	background: #fff;
	-webkit-transition: .8s cubic-bezier(0.06, .43, .22, 1);
	-o-transition: .8s cubic-bezier(0.06, .43, .22, 1);
	transition: .8s cubic-bezier(0.06, .43, .22, 1);
	z-index: 200;
}
.infobox .inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.infobox .inner:before {
	content: '';
	position: absolute;
	top: -30px;
	bottom: -30px;
	left: 0;
	right: 0;
	display: block;
	background: rgba(15,22,42,0.40);
	-webkit-transition: .8s cubic-bezier(0.06, .43, .22, 1);
	-o-transition: .8s cubic-bezier(0.06, .43, .22, 1);
	transition: .8s cubic-bezier(0.06, .43, .22, 1);
	z-index: 90;
}
.infobox_bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: .8s cubic-bezier(0.06, .43, .22, 1);
	-o-transition: .8s cubic-bezier(0.06, .43, .22, 1);
	transition: .8s cubic-bezier(0.06, .43, .22, 1);
	z-index: 70;
}
.infobox .infobox_back, .infobox .infobox_front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	z-index: 100;
	color: #fff;
	-webkit-transition: .8s cubic-bezier(0.06, .43, .22, 1);
	-o-transition: .8s cubic-bezier(0.06, .43, .22, 1);
	transition: .8s cubic-bezier(0.06, .43, .22, 1);
}
.infobox_front {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.infobox:hover .infobox_front {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.infobox_back {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.infobox:hover .infobox_back {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}
#owl-main .item {
	height: 580px;
	background-color: #FFF;
	background-position: center 55%;
	background-size: cover;
}
#owl-main.height-md .item {
	height: 480px; /*500px;*/
	padding: 0;
	margin: 0
}
#owl-main.height-lg .item {
	height: 500px !important;
}
.height-lg .caption.text-center {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#owl-main .container {
	display: table;
	height: inherit
}
#owl-main .caption {
	display: table-cell
}
#owl-main .caption.vertical-center {
	vertical-align: middle;
	padding-bottom: 16vh
}
#owl-main .caption.vertical-top {
	vertical-align: top
}
#owl-main .caption.vertical-bottom {
	vertical-align: bottom;
	padding-bottom: 14vh
}
#owl-main .caption.text-center {
	padding-left: 30%;
	padding-right: 0;
}
#owl-main .caption.text-left {
	padding-right: 20%
}
#owl-main .caption.text-right {
	padding-left: 20%
}
#owl-main .caption h1, #owl-main .caption p, #owl-main .caption div {
	position: relative
}
#owl-main .caption h1 span {
	padding: .250em 0;
	line-height: 40px;
	font-size: 0.875rem
}
#owl-main .caption .light-bg, #owl-main .caption .medium-bg, #owl-main .caption .dark-bg, #owl-main .caption .tint-bg {
	background: none;
	padding-left: .500em;
	padding-right: .500em
}
#owl-main .caption h1.light-bg span, #owl-main .caption p.light-bg span {
	background: #FFF;
	box-shadow: -.500em 0 0 #FFF, .500em 0 0 #FFF;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone
}
#owl-main .caption h1.medium-bg span, #owl-main .caption p.medium-bg span {
	background: #A3B1BF;
	box-shadow: -.500em 0 0 #A3B1BF, .500em 0 0 #A3B1BF;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone
}
#owl-main .caption h1.dark-bg span, #owl-main .caption p.dark-bg span {
	background: #506A85;
	box-shadow: -.500em 0 0 #506A85, .500em 0 0 #506A85;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone
}
#owl-main .caption h1.tint-bg span, #owl-main .caption p.tint-bg span {
	background: #1ABB9C;
	box-shadow: -.500em 0 0 #1ABB9C, .500em 0 0 #1ABB9C;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone
}
#owl-main .owl-controls {
	display: block;
	position: static;
	margin-top: 0px
}
#owl-main .owl-pagination {
	background: #FFF;
	line-height: inherit;
	position: relative;
	bottom: -40px;
	padding: 10px;
	display: inline-block;
	border-radius: 3px;
	margin: auto;
	opacity: 0;
	transition: all 200ms ease-out;
	display: none
}
#owl-main:hover .owl-pagination {
	bottom: -25px;
	opacity: 1
}
#owl-main .owl-prev, #owl-main .owl-next {
	bottom: 0
}
.our-hotel-2:before {
	bottom: 175px !important
}
.our-hotel:before {
	bottom: 46px !important
}
.experiance-2:before {
	bottom: -200px !important;
}
.experiance:before, .our-hotel:before {
	background: url(../images/patt.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}
div#owl-demo img {
	height: 440px;
	object-fit: cover;
}
footer {
	background: #000000
}
.footer-logo {
	width: 170px
}
.foot-menu h3 {
	margin-bottom: 15px;
}
.foot-menu a {
	font-family: 'Gotham Light';
}
.foot-menu li {
	display: block;
}
/* LAHORE */
.z-index {
	z-index: 99999
}
/*.dining-box {
	width: 340px;
	bottom: 0;
	right: 100px;
	height: 193px;
}*/
.dining-box {
	width: 100%;
	bottom: 0;
	right: 100px;
	height: auto;
	min-width: 100px;
	max-width: 400px;
}
.dining-box p {
	margin: 15px 0 !important;
}
.dining-head {
	bottom: 40px;
	left: 100px
}
.our-hotel:before {
	bottom: 175px !important
}
.recomend:before {
	background: url(../images/patt.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}
.pt-165 {
	padding: 65px 0 50px
}
.lahore-offer .sp-box {
	min-height: 600px;
}
/*.sp-box {
	min-height: 650px;
}
*/.sp-box a {
	color: #f6d284;
	border-color: #f6d284 !important;
}
.sp-img-back img, .sp-img-front img {
	height: 245px;
	object-fit: cover;
}
.sp-box p.g-bold.text-uppercase.mb-4.pb-3 {
	min-height: 135px;
}
footer {
	background: #000000;
	position: relative;
	z-index: 9999;
}
.foot-menu h3 {
	margin-bottom: 15px;
}
.foot-menu a {
	font-family: 'Gotham Light';
}
.foot-menu li {
	display: block;
}
.testimonial p:before {
	position: absolute;
	content: url(../images/quot-left.png);
	left: -50px;
	top: -25px;
}
.testimonial p:after {
	position: absolute;
	content: url(../images/quot-right.png);
	bottom: -25px;
	right: -50px;
}
.center .accomo-box {
	opacity: 0;
	transition: all 0.3s;
}
.center .slick-center .accomo-box {
	opacity: 1;
	transition: all 3s;
}
.slick-slide.slick-current.slick-active.slick-center img {
	width: 95%;
	margin: 0 auto;
}
.slick-slide.slick-current.slick-active.slick-center:before {
	display: none;
}
.slick-slide:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.44);
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 400px;
	z-index: 1;/* visibility: visible; */
}
.meeting-inner .slick-slide {
	min-height: auto !important;
}
.meeting-inner .slick-slide.slick-current.slick-active.slick-center:before {
	display: block;
	width: 95%;
	margin: 0 auto;
	left: 0;
	right: 0
}
.slick-slide {
	min-height: 37rem !important;
}
button.slick-prev.slick-arrow {
	position: absolute;
	z-index: 9;
	left: 0;
	width: 33.33%;
	background: transparent;
	border: 0;
	color: #fff;
	text-align: left;
	height: 400px;
	padding-left: 50px;
	cursor: pointer;
	outline: none;
	font-size: 0px;
}
button.slick-prev.slick-arrow:before {
	content: "";
	font: normal normal normal 30px/1 FontAwesome;
	background-image: url(../images/my-prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 9px;
	height: 30px;
	display: block;
}
button.slick-next.slick-arrow {
	position: absolute;
	z-index: 9;
	right: 0;
	width: 33.33%;
	background: transparent;
	border: 0;
	color: #fff;
	text-align: right;
	height: 400px;
	top: 0;
	padding-right: 50px;
	cursor: pointer;
	outline: none;
	font-size: 0;
}
button.slick-next.slick-arrow:before {
	content: "";
	background-image: url(../images/my-next.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 9px;
	height: 30px;
	display: block;
	margin-left: auto
}
.slick-slide {
	position: relative;
	outline: none;
}
.slick-slide img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.experiance-2 .slick-slide img {
	object-fit: cover;
}
.accomo-box {
	z-index: 999;
	bottom: -48px;
	left: 0;
	right: 0;
	width: 400px;
	margin: 0 auto;
}
.accomo-box-2 {
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.accomo-box-2-inner {
	transform: translate(-50%, -0%);
	top: 25%;
	left: 50%;
	width: 100%;
}
.accomo-box a {
	color: #f6d284;
	border-color: #f6d284 !important;
	text-decoration: none;
}
.sp-box:hover figure {
	opacity: 1;
	transition: all 1s;
}
.sp-box figure {
	opacity: 0;
	width: 100%;
	top: 0;
	transition: all 1s;
}
.sp-box figure figcaption, .caption figure figcaption {
	top: 46%;
	left: 50%;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: translate(-50%, -50%);
}
.caption-box {
	width: 420px;
	background-image: url(../images/sp-hove-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 250px;
	position: absolute;
/*	right: 100px;
	margin-left: auto;*/
}
.caption-box-inner {
	width: 320px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#mainSlider {
	margin-top: 75px;
}
#mainSlider .caption-box-inner h4 {
	font-size: inherit;
	line-height: inherit;
}
#mainSlider .caption-box-inner p {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}
/*.sp-detail:before {
	background: url(../images/patt.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	content: '';
	position: absolute;
	bottom: -200px;
	left: 0;
	width: 100%;
	height: 100%;
}
*/
.sp-detail:before {
	background-image: url(../images/ONLY_DECOR1.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 600px;
	right: 0;
	z-index: -1;
}
/*.offer-detail {
	margin-top: -10px
}*/
.offer-detail a {
	width: 144px;
	display: block;
	line-height: 1.25rem;
}
.contact-us-ul a {
	color: #fff;
}
.contact-us-ul a:hover {
	color: #f6d284;
}
.contact-box {
	height: 500px;
	overflow: hidden;
	margin-top: 75px;
}
#client-slider .owl-item {
	padding: 15px !important;
}
#client-slider .owl-item .bg-warning {
	background-color: #fcf1da!important;
}
.btn-dark {
	background-color: #000000;
	border-radius: 0;
}
.btn-dark:hover {
	color: #fff !important;
	background-color: #f6d284;
}
.sp-offer-detail {
	max-width: 450px;
	position: relative;
}
.find-map iframe {
	filter: grayscale(100%);
}
.find-map:before {
	/*position: absolute;*/
    /*content: '';*/
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	z-index: 1;
}
.pagingInfo {
	bottom: 78px !important;
}
.inner-cal .chk-out .border-right {
	border-right: 0 !important;
}
button, a {
	cursor: pointer !important
}
span.pagingInfo span, span.pagingInfo2 span {
	font-family: 'Gotham Book';
	font-size: 20px;
	margin: 0 8px;
	display: inline-block;
}
.latest-p:after {
	border-bottom: 1px solid #000;
	bottom: 0;
	left: 0;
	right: 0;
	width: 170px;
	position: absolute;
	content: '';
	margin: 0 auto
}
.regular button.slick-prev.slick-arrow {
	height: auto;
	top: 50%;
	transform: translate(-0%, -50%);
}
.regular button.slick-next.slick-arrow {
	height: auto;
	top: 0;
	top: 50%;
	transform: translate(-0%, -50%);
}
.slick-slider {
	width: 100% !important
}
.regular .slick-slide:before {
	display: none
}
.regular .slick-slide img {
	height: 600px;
	object-fit: cover;
}
.restaurant_slider .slick-slide img {
	height: 600px;
	object-fit: cover;
}
.feature-events-main {
	background: url(../images/pattrn-2.png);
	padding-bottom: 100px;
	background-position: 0 -350px;
	background-size: cover;
	background-repeat: no-repeat;
}
.hall-slider-1 .carousel-item img, .hall-slider-2 .carousel-item img, .hall-slider-3 .carousel-item img, .hall-slider-4 .carousel-item img, .hall-slider-5 .carousel-item img {
	height: 420px !important;
	object-fit: cover;
}
.carousel-control-next img, .carousel-control-prev img {
	width: auto !important;
	opacity: 1;
}
.carousel-control-next, .carousel-control-prev {
	opacity: 1;
	width: 10%;
}
.room-details-show, #room-details-show-1, #room-details-show-2, #room-details-show-3, #room-details-show-4, #room-details-show-5, #room-details-show-6 {
	display: none;
	position: absolute;
	width: 100%;
	text-align: left;
	background: #fff;
	z-index: 1;
	min-height: 100%;
}
#client-slider .owl-controls {
	display: inline-block;
	position: absolute;
	margin-top: 0;
	z-index: 99999;
	top: 50%;
	width: 100%;
	left: 0;
}
#terms-condition-show {
	display: none;
	max-width: 1000px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	min-width: 800px;
	width: 100%;
}
.our-services {
	background: url(../images/our-services-bg.png);
	background-size: cover;
}
.filter-3.active a {
	color: #f7d996;
	font-family: 'Gotham Bold';
	font-size: 18px;
}
.wed-plan li {
	width: auto !important;
	margin: 0 auto;
}
.wed-plan li img {
	width: 70px;
}

.exp-middle {
	background: url(../images/exp-bg.png);
	background-size: cover;
}
.pagination img {
	width: 8px
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}
.insta-ul li img {
	width: 100%;
	height: 104px;
}
.insta-ul li {
	margin-right: 29px;
	float: left;
}
.insta-ul li:nth-child(3), .insta-ul li:nth-child(6), .insta-ul li:nth-child(9), .insta-ul li:last-child {
	margin-right: 0;
}
.our-news {
	background: url(../images/news-bg.png);
	background-size: cover;
}
.expe-micro:before {
	background: url(../images/exp-micro-bg.png);
	background-size: 100%;
	background-position: top left;
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	width: 59%;
	height: 100%;
}
.bt-60 {
	bottom: 60px;
}
.w-auto {
	width: auto !important
}
.w-105 {
	width: 103px
}
.accomo-box-2 .ft-40 {
	font-size: 1.75rem;
}
.accomo-box-2 p {
	font-family: 'Gotham Light';
}
nav#myTab {
	position: relative;
	z-index: 99;
}
nav#myTab a {
	display: inline-block !important;
	border: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Gotham Book';
	padding: 1.3rem 1rem !important;
	line-height: 50px;
}
nav#myTab .nav-link.active {
	color: #f6d284 !important;
	font-family: 'Gotham Bold' !important;
	background: transparent;
}
nav#myTab1 {
	position: relative;
	z-index: 99;
}
nav#myTab1 a {
	display: inline-block !important;
	border: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Gotham Book';
	padding: 1.3rem 1rem !important;
	line-height: 50px;
}
nav#myTab1 .nav-link.active {
	color: #f6d284 !important;
	font-family: 'Gotham Bold' !important;
	background: transparent;
}
.tab-pane.active {
	animation: opac 1.5s
}
 @keyframes opac {
 from {
 opacity: 0
}
 to {
 opacity: 1
}
}
.tab-content>.active {
	display: block !important;/*height: 620px !important;*/
}
.tab-content>.tab-pane {
	display: none;/*
	height: 0;
	overflow-y: hidden;*/
}
ul.logos {
	list-style: none;
	height: 90px;
}
ul.logos li {
	display: inline-block;
	margin: 0 15px;
}
ul.logos li img {
	width: 75px;
	opacity: 0.5;
}
ul.logos li img:hover {
	opacity: 1 !important;
}
.logo-active {
	opacity: 1 !important
}
.dining .slick-slide img {
	height: 620px !important;
	object-fit: cover;
}
.mt-4.rooms-btn.btn-hov-2 a {
	margin-left: 5px !important;
}
.svg-img img, .svg-img {
	width: 70px !important;
	height: 100px !important;
}
.mix p {
	width: 75% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	/*margin-bottom: 30px !important;*/
    /*margin: 0 !important;*/
	font-family: 'Gotham Light' !important;
}
.fact-div p {
    width: 100% !important;
}
.booking-area .select.button button:hover {
	background: rgba(0, 0, 0, 1);
	color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: "|" !important;
}
.cust-anchor {
	cursor: pointer !important
}
h3.heading-fonts.mt-4.pt-3.text-uppercase {
    font-size: 24px !important;
}
.sp-box:first-child h3 {
    min-height: 90px !important;
}
a.search.default-btn.g-book {
    background: #f4d38b;
}
.w-250{
	width: 250px !important;
}
.dining-middle-img {
    height: 135px;
    position: relative;
}
.v-center img {
    max-width: 30%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.border-yellow {
    border-color: #f6d284 !important;
}
.woot-widget-holder iframe {
    visibility: visible !important;
}
