<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
 font-family: 'Trade_Gothic_LT_Extended';
    src: url('../trade/Trade_Gothic_LT_Extended.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../trade/Trade_Gothic_LT_Extended.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../trade/Trade_Gothic_LT_Extended.woff') format('woff'),  /* Newer browsers */
         url('../trade/Trade_Gothic_LT_Extended.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../trade/Trade_Gothic_LT_Extended.svg#Trade_Gothic_LT_Extended') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {
 font-family: 'Trade_Gothic_LT_Bold_Extended';
    src: url('../trade/Trade_Gothic_LT_Bold_Extended.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../trade/Trade_Gothic_LT_Bold_Extended.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../trade/Trade_Gothic_LT_Bold_Extended.woff') format('woff'),  /* Newer browsers */
         url('../trade/Trade_Gothic_LT_Bold_Extended.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../trade/Trade_Gothic_LT_Bold_Extended.svg#Trade_Gothic_LT_Bold_Extended') format('svg'); /*IE og iOS earlier than version 5*/
}
*
{	
	font-family: 'Trade_Gothic_LT_Extended';
	font-size:16px;
	color:#484847
	
}
:root {
  --black-color: #000;
  --white-color: #FFF;  
  --brown-color: #5C5046;
  --brown-light-color: #F3F2EE;
  --green-color: #00A382;
  --gold-color: #C59E7B;
}

::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--gold-color);
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.f_bold
{
	font-family:Trade_Gothic_LT_Bold_Extended
}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#0F0707;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--gold-color)
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.letter-spacing span
{
	letter-spacing:3px;
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *, .FormResult2 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}



.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-17, .font-17 *
{
	font-size:1.0625rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem;
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-25, .font-25 *
{
	font-size:1.5625rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
}
.font-35, .font-35 *
{
	font-size:2.1875rem;
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger &gt; div{
	position: relative;
}

.trigger &gt; div &gt; span{
	position: absolute;
	height: 2px;
	width:35px;
	margin:0;
	background: #5C7068;
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger &gt; div &gt; span:nth-child(2){
    top: 9px;


}

.trigger &gt; div &gt; span:nth-child(3){
	top:18px;
}

.trigger &gt; div.close &gt; span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	background:var(--grey-color)
}

.trigger &gt; div.close &gt; span:nth-child(2){

	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 11px;background:var(--grey-color)
}
.trigger &gt; div.close &gt; span:nth-child(3){

	display:none
}
.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.px-75
{
	padding-right:4.6875rem;
	padding-left:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.pl-100
{

	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem;
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-35 , .line-35 *
{
	line-height:2.1875rem;
}
.line-40 , .line-40 *
{
	line-height:2.5rem;
}
.line-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}

.ai-initial
{
	align-items:initial
}
.ai-c
{
	align-items:center
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.z-50
{
	z-index:50
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.z-70 {
    z-index: 70;
}
.ac-sb
{
	align-content:space-between
}
.bt-1
{
	border-top:1px solid #7D7D7D
}
.bt-2
{
	border-bottom:2px solid #979797
}
.font-bold
{
	font-weight:bold
}
.bg-1
{
	background:#000
}
.bg-2
{
	background:var(--brown-light-color)
}
.bg-3
{
	background:#FCFAF3
}
.color-1
{
	color:var(--gold-color)
}
/********************************************************************/
.social li a {
    width: 35px;
    height: 35px;
    background:#433931;
    margin-right: 15px;
    border-radius: 50%;
}
.social li a span{

	color:#FFF;
}
.social li a:hover {
    background: var(--gold-color);
}
.social li a:hover span{
    color: var(--white-color);
}
.f_map
{
	width:405px;
	height:160px;
}
.map
{
	width:100%;
	height:100%;
}
.map iframe , .f_map iframe
{
	width:100%;
	height:100%;	
}
/**************************************************************/
.over_header
{
	    
		z-index:200
}
header .img-bg
{

	width:100%;
	height:300px;
	position:relative;
 	/*-webkit-animation: kenburns-bottom 3s ease-out both;
	animation: kenburns-bottom 3s ease-out both;*/

}
header .img-bg:before
{
	content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}

.header-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}
.menu_header
{
	  background-color:var(--brown-color);
	  position:fixed;
	  top:-100%;
	  width:100%;
	  height:100vh;
	  z-index:60;
	  
	right: 0; 
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);	  
	  
}
.menu_header.active {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.menu_header li , .menu_header ul
{
	width:100%
}
.menu_header ul li a
{
	border-bottom:1px solid rgba(224,217,205,0.46);
	padding-bottom:10px;
}
.logo img
{
	max-width:111px;
}
.breadcrumbs  li
{
	margin:0 5px;
}
footer
{
	background:var(--brown-color)
}
.footer-menu li
{
	display:block
}
.contact-form input[type=text] , .contact-form input[type=email] {

  height:45px;
  border:1px solid #CECECE
}
.contact-form textarea {
  height:45px;
  border:1px solid #CECECE;
  height:95px;
}
.contact-form button[type=submit]
{

	height:45px;
    background-color: var(--green-color)
}
.contact-form button[type=submit]:hover
{
    background-color: var(--gold-color)
}
button[disabled]
{
	opacity:0.5;
	cursor:inherit
}
.nei_box
{
	border-bottom:1px solid #EAE5D6;
	position:relative;
}
.nei_box:after
{

	position:absolute;
	bottom:0;
	width:80px;
	height:10px;
	left:0;
	z-index:5;
	background:#E0D9CD;
	content:'';
}
.photos-box{
	position:relative
}
.filter-button-group button
{
	border:1px solid #D6D4D4;
	padding:15px 30px;
	background:#FFF;
	text-transform:uppercase;
	transition:all 0.5s ease-in-out;
}
.filter-button-group button.active
{
	border-color:var(--green-color);
	background:var(--green-color);
	color:#FFF
}
.photo-post {
  margin-bottom: 7px;
}
.video_box
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5px;
	  background-color: rgba(0,0,0,0.3);

}
.services_box
{
	border-left:5px solid #E0D9CD;
}
.services_box .min-h
{
	min-height:75px;
}

.services-slick .slick-slide  {
      margin: 0 15px;
  }

  /* the parent */
.services-slick .slick-list  {
      margin: 0 -15px;
  }
.services-slick .slick-list
{
	overflow:inherit
}
.services-slick
{
	margin-bottom:0 !important;
	padding-bottom:1.3125rem;
	border-bottom:1px solid #EAE5D6;
}
 .services-slick .latest_arrow 
{
	position:absolute;
	cursor:pointer;
    bottom: -22px;
	z-index:60;
	background:none;
	width:35px;
}
.services-slick .latest_arrow.leftLst 
{
	right:50px; 
} 
.services-slick .latest_arrow.rightLst
{
	right:0;
}
.services-slick.homepage
{
	
}
.services_parallax .img-bg
{
	height:340px;
	position:relative;
}
.services_parallax
{
	position:relative;
}
.services_parallax .img-bg:before
{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	content:'';
	z-index:5
}
.services_parallax_text
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50
}

.click_button1 a
{
	background:var(--green-color);
	color:#FFF;
	padding:15px 35px;
}
.click_button1 a:hover
{
	background:var(--gold-color);
	color:var(--white-color)
}
.menu_header_box:before
{
	position:absolute;
	top:0;
	left:0;
	height:70%;
	z-index:50;
	width:4px;
	background:#E0D9CD;
	content:'';
}
.faq_box
{
	border-bottom:1px solid #979797
}
.faq_description
{
	display:none
}


.our_rooms_parallax .img-bg
{
	height:500px;
	position:relative;
}
.our_rooms_parallax
{
	position:relative;
}
.our_rooms_parallax .img-bg:before
{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(32,0,0,0.4);
	content:'';
	z-index:5
}
.our_rooms_parallax_box
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10	
}
.our_rooms_box
{


}
.our_rooms_box_main
{
	    margin-top: -150px;
    position: relative;
    z-index: 50;	
}
.our_rooms_box
{
  border: 0.9px solid #F0F0F0;
  background-color: #FFFFFF;	
}
.our_rooms_beds
{
	border: 0.9px solid #F0F0F0;
}
.our_rooms_beds_icons img
{
	margin-left:-15px;
}
.our_rooms_beds_icons img:first-child
{
	margin-left:0;
}
.our_rooms_info
{
	height:100px;
	position:relative;
}

.our_rooms_info:before {
    position: absolute;
    top: 0;
    width: 5px;
    height: 65px;
    right: 20px;
    z-index: 5;
    background: #E0D9CD;
    content: '';
}
.our_rooms_box:hover{
	background:#FCFAF3
}

.amenities_box .min-h
{
	min-height:125px;
}
.amenities_box
{
	border-right:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA
}
.room_rules ul
{
	display:flex;
	flex-wrap:wrap;
}
.room_rules ul li
{
    width: 50%;
    display: list-item;
    list-style: disc;
    list-style-position: inside;

}

.gal_slick_for .slick-slide  {
      margin: 0 15px;
  }

  /* the parent */
.gal_slick_for .slick-list  {
      margin: 0 -15px;
  }
.gal_slick_for
{
	margin-bottom:0 !important
}
.v_tour iframe
{
	width:100%;
	height:100%;
}
.v_tour
{
	min-height:600px;
}
.v_tour_for
{ min-height:200px;}
.gal_slick_for .slick-track  , .gal_slick .slick-track 
{
    display: flex !important;
}

.gal_slick_for .slick-slide , .gal_slick .slick-slide
{
    height: inherit !important;
}
.gal_slick_for .slick-slide  , .gal_slick_for .slick-slide  div , .gal_slick .slick-slide  , .gal_slick .slick-slide  div
{
	height:100%
}
.other_listing li
{
	border-bottom:1px solid #EAE5D6;
	padding:10px 0;
	display:inline-block;
	width:100%;
}



.availability-form input[type=text] , .availability-form input[type=email], .availability-form select , .availability-form input[type=number] {

  height:43px;
  background:#1E1E1E;
  border:1px solid #1E1E1E;
  color:#FFF;
}
.availability-form select
{


    background: url(../img/down.svg) 95% no-repeat #1E1E1E;
    background-size: 10px;
	color:#FFF;

}
.availability-form textarea {

  border:1px solid #1E1E1E;
  height:93px;
  background:#1E1E1E;
  color:#FFF;
}
.availability-form button[type=submit]
{

	height:45px;
	width:100%;
    background-color: var(--green-color)
}
.availability-form button[type=submit]:hover
{
    background-color: var(--gold-color)
}
.availability-form input::placeholder , .availability-form textarea::placeholder  {
  color: #FFF;
  opacity: 1; /* Firefox */
}

.availability-form input[type=text]::-ms-input-placeholder , .availability-form textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: #FFF;
}
.calendar-svg
{
    position: absolute;
    right: 18px;
    top: 13px;
    z-index: 5;
}


 .gal_slick_for .latest_arrow 
{
	position:absolute;
	cursor:pointer;
    top: 50%;
	transform:translateY(-50%);
	z-index:60;
	background:none;
	width:35px;
}
.gal_slick_for .latest_arrow.leftLst 
{
	left:-18px; 
} 
.gal_slick_for .latest_arrow.rightLst
{
	right:-18px; 
}
.min-h-1
{
	min-height:50px;
}
.nei_slick .slick-slide  {
      margin: 0 10px;
  }
  /* the parent */
.nei_slick .slick-list  {
      margin: 0 -10px;
  }
  .nei_slick
  {
	  margin-bottom:0 !important
  }

.home_slider_img .img-bg
{
	height:500px;
	position:relative;
}
.home_slider_img
{
	position:relative;
}
.our_rooms_parallax .img-bg:before
{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.2);
	content:'';
	z-index:5
}
.home_slider_info
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	z-index:10	
}
.home-slider .slick-dots
{
	right:5%;
	bottom:10%;
	text-align:right
}
.home_video_img .img-bg
{
	height:650px;
	position:relative;
}
.home_video_img
{
	position:relative;
}
.home_video_img .img-bg:before
{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.2);
	content:'';
	z-index:5
}
.home_video_info
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	z-index:10	
}


.our_place_list_img .img-bg
{
	height:380px;
	width:100%;
	max-width:1000px;
	position:relative;
}
.our_place_list_img
{
	position:relative;
}
.our_place_list_img .img-bg:before
{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.2);
	content:'';
	z-index:5
}
.our_place_list_info
{
	position:absolute;
	bottom:0;
	right:5%;
	width:50%;
	content:'';
	z-index:10;
	background:#FFF;
}
.our_place_list_info ul 
{
	display:flex;
	flex-wrap:wrap
}
.our_place_list_info li
{
	border-bottom: 2px solid #EAE5D6;
	width:50%;
	display:flex
}






.banners {
    margin-bottom: -5px !important;    z-index: 50;
}
.main_bg {
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;object-fit: cover;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;content:'';
     background-color: rgba(0,0,0,0.2);

    z-index: 50;
   
}

.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
	padding-top:0
}

.banners .slick-active{
  /*animation:Slick-FastSwipeIn 1s both;
     animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s;  */
}
/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}


@keyframes motion-blur {
    0% {
        filter: url(#blur0);
        transform: scale(1, 1);
    }
    15% {
        filter: url(#blur1);
        transform: scale(1, 0.98);
    }
    30% {
        filter: url(#blur2);
        transform: scale(1, 0.93);
    }
    45% {
        filter: url(#blur3);
        transform: scale(1.1, 0.90);
    }
    60% {
        filter: url(#blur4);
        transform: scale(1.2, 0.88);
    }
    75%,100% {
        filter: url(#blur5);
        transform: scale(1.35, 0.85);
    }
}
.do-tans {
    animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s; 
}
.banners .slick-dots{
	text-align:right;
	right:5%;
	bottom:10%

}
.banners_info
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:100;
}
.banners_info .logo img
{
	max-width:135px;
}
.button-style a
{
	background:var(--green-color);
	color:#FFF;
	display:block
}
.button-style a:hover
{
	background:var(--gold-color);
	color:#FFF
}
.button-style1 a
{
	background:#FFF;
	color:#000;
	display:block
}
.button-style1 a:hover
{
	background:var(--gold-color);
	color:#FFF
}
.home_page .over_header 
{
	overflow:inherit
}
.home_page .over_header .logo a
{
	display:none
}
.home_page .header-box
{
	top:30px;
}
.home_search{
    margin-top: -95px;
    position: relative;
    z-index: 150;
}
.mini-container {
    width: 860px;
    max-width: 100%;
    margin: 0 auto;
}
input[type=checkbox]:checked, input[type=radio]:checked
{
	background:#D8D8D8;
	border-color:#979797
}#hidden-content
{
	display:none;
	overflow: initial !important;
	    margin: 0 0 !important;
}
.close-p
{
	position:absolute;
	top:-40px;
	right:0;
	cursor:pointer;
	z-index:50
}
#hidden-content .fancybox-close-small 
{
	display:none
}



/* Hide Fancybox default controls */
.fancybox-toolbar,
.fancybox-navigation,
.fancybox-caption {
  display: none !important;
}


.custom-close-button
{
position: absolute;
    right: -50px;
    top: 0;
    background: no-repeat;
z-index:50	
}


.coffe-slick .slick-slide  {
      margin: 0 10px;
  }
  /* the parent */
.coffe-slick .slick-list  {
      margin: 0 -10px;
  }
  
.coffe-slick .slick-list 
{
	overflow:inherit
} 
  
  
  
  .coffe-slick 
  {
	  margin-bottom:0 !important
  }

.coffe_follow a:hover span
{
	color:var(--gold-color)
}

@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu li {margin: 0 5px;}
.h_social.ml-15{margin-left:5px;}
}
/*xm*/@media all and (max-width: 868px){
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mb-25-xm{margin-bottom:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.ai-fs-xm{align-items:flex-start}
.txt-cntr-xm{text-align:center}
.flex-row-xm{flex-direction: inherit;flex-wrap: wrap;}
.flex-row-xm &gt; div{width:33.33%}
.flex-row-xm div:first-child{width:100%;align-items: center;display: flex;justify-content: center;}
.flex-row-xm  div .appointment_box{width:270px}
.pb-25-xm{padding-bottom:1.5625rem;}
.d-none-xm{display:none !important;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#hidden-content .fancybox-close-small {
    display: block;
}
#hidden-content{margin:0 auto !important}.close-p{display:none}
.px-75 {padding-right: 1.6875rem;padding-left: 1.6875rem;}
.v_tour_for , .v_tour{min-height:auto}
h3{word-wrap: break-word;}
.our_place_list_info{position:relative;right:0;width:100%;padding-top:3.125rem;}
}
/*s*/@media all and (max-width: 576px){
html, body{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.mt-25-s{margin-top:1.5625rem;}
.mb-25-s{margin-bottom:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.ml-0-s{margin-left:0}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.py-0-s{padding:0}
.mb-25-s{padding-bottom:1.5625rem}
.px-0-s{padding-left:0;padding-right:0}
.mt-20-s{margin-top:1.25rem}
.px-15-s{padding-left:0.9375rem;padding-right:0.9375rem}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu_header_box:before{left:-10px;}
.map{height:250px;}
footer .colww-20 , footer .colww-30{width:50%;}
footer .colww-100 ,footer .f_map{width:100%}
.room_rules ul li{width:100%}
.home_video_img .img-bg{height:400px;}
.our_place_list_info img{width:15px;}
.our_place_list_info li{width:100%}/*
.main_bg{height:450px;}
.home_search{margin-top:-25px;}*/
.custom-close-button{right: -35px;}
.filter-button-group button{width:50%}
}





















</pre></body></html>