@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


*
{	
	font-family: 'Outfit', sans-serif;
	font-size:16px;
	color:#484847
	
}

html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;	color:#000;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#484847;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover
{
	color:#A67F2F
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult2  , .FormResult *, .FormResult1 * 
{
	color:green;
	display:block;
	min-height:25px;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-merriweather , .font-merriweather *
{
	 font-family: "Merriweather", serif;
}
.font-light
{
	font-weight:300;
}
.font-medium
{
	font-weight:500;
}
.font-semi
{
	font-weight:600;
}
.font-bold
{
	font-weight:700;
}
.font-10, .font-10 *
{
	font-size:0.625rem
}
.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
}
.jc-se
{
	justify-content: space-evenly
}
.trigger{
	width: 36px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:100%;
	margin:0;
	background: #FFF;
	top:0;
	border-radius:5px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}
.trigger > div > span:nth-child(1){

	width:18px;
	left:0
}
.trigger > div > span:nth-child(2){
    top: 9px;


}

.trigger > div > span:nth-child(3){
	top:18px;
	width:18px;
	right:0;	
    left: auto;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	background:#FFF
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 11px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-380px,0); /* IE 9 */
	-webkit-transform: translate(-380px,0); /* Safari */
	transform: translate(-380px,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
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pb-100
{

	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	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
}
.line-76 , .line-76 *
{
	line-height:4.75rem
}
.line-80 , .line-80 *
{
	line-height:5rem
}
.ai-initial
{
	align-items:initial
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.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
}
.filter_white
{
	filter: brightness(0) invert(1);

}
.container
{
	width:1250px
}
.bg1
{
	background:#F7FBF3
}
.bg2
{
	background:#0B6134
}

.border-top-1
{
	border-top:1px solid #EAEAEA
}
.ai-c
{
	align-items:center
}
.z-50
{
	z-index:50
}
.bb-1
{
	border-bottom:2px solid #A67F2F
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer_social a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
	background:#454644;
}
.footer_social a span {

	color:#FFF
}
.footer_social a:hover {
	background:#A67F2F
}
.footer_menu li
{
	display:inline-block;
	width:100%
}
.footer_map
{
	background:#f7f7f7;
	height:230px;
}
.book_now a
{
  border-radius: 25px;
  background-color: #A67F2F;	
}

.book_now a:hover
{
  color:#FFF;
  background-color: #454644;	
}
.min-h-f
{
	min-height:185px;
}
.logo img
{
	max-width:245px;
}
header .img-bg
{
	position:absolute;
	top:0;
	left:0;
	z-index:40;
	width:100%;
	height:100%;
  
 	-webkit-animation: kenburns-bottom 3s ease-out both;
	        animation: kenburns-bottom 3s ease-out both; 	
}
.shadow1:before
{
	background: linear-gradient(180deg, #004822 0%, rgba(0,0,0,0) 100%);
	position:absolute;
	top:0;
	left:0;
	z-index:45;
	width:100%;
	height:100%;
	content:'';
}
.header_social li
{
	margin:10px;
}
.header_social li a span
{
	color:#FFF
}
.header_social li a:hover span
{
	color:#A67F2F
}
.over_header
{
	overflow:hidden
}
.menu_header
{
	  background-color: rgba(0,72,34,0.47);
	  position:fixed;
	  top:0;

	  width:100%;
	  height:100vh;
	  z-index:60;
	  
	right: -100%; 
    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;
    right: 0;
}
.menu_header_right
{
	background:#004822;
	float:right;
	width:70%;
	padding-left:15%;
	height:100%;
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.menu_link li
{
	display:block;

}
.menu_link li a
{
	color:#FFF;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menu_link li a:hover
{
	color:#A67F2F;
	font-weight: 900;
}
.menu_header_right .fa
{
	width:36px;
	height:36px;
	border:1px solid #FFF;
	border-radius:50%;
}
.z-70
{
	position:relative;
	z-index:70;
}
.contact_box:before
{
	position:absolute;
	top:-50px;
	left:-50px;
	background:#A67F2F;
	width:75%;
	height:calc(100% + 100px);
	content:'';
	z-index:20;
	-webkit-clip-path: polygon(0 0, 80% 0%, 40% 100%, 0% 100%);
	clip-path: polygon(0 0, 80% 0%, 40% 100%, 0% 100%);
}
.c_box
{
	background:#0B6134;
	position:absolute;
	bottom:100px;
	width:calc(50% + 90px);
	z-index:40;
	left:-100px;
	border-radius: 11px;
}
.c_box1
{
	background:#0B6134;
	position:absolute;
	bottom:100px;
	width:calc(50% + 90px);
	z-index:40;
	right:-100px;
	border-radius: 11px;
}
.contact_box
{
	margin-top:100px;
}

.hotel_info
{
  border-radius: 15px;
  height:100%;
  background-color: #004822;	
}
.hotel_info_img
{
	height:105px;
}
.hotel_img img , .hotel_img .bg_hover
{
	border-radius:25px;
}
.hotel_img:before {
    position: absolute;
    top: -30px;
    right: -30px;
    background: #A67F2F;
    width: 85%;
    height: calc(100% + 60px);
    content: '';
    z-index: 20;
	-webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 50% 100%);

   clip-path: polygon(20% 0%, 100% 0, 100% 100%, 50% 100%);
}
.opening
{
	background:url(../img/bg1.png) no-repeat top center / cover
}

.menu_block a .hotel_info{
transition:all 0.5s ease-in-out;
}
.menu_block a:hover .hotel_info
{
	background:#A67F2F
}
.wedding_list li
{
    list-style: none;
    display: list-item;
	background:url('../img/icon1.svg') no-repeat top left;	
	    background-size: 15px;
    padding-left: 25px;
    background-position: 0px 6px;
	margin:25px 0
}

.cc_box
{
	background:#0B6134;
	border-radius: 11px;
}
.explore_box .img-bg
{
	height:450px;
}


.explore_box .slide-text {
    bottom: 0;
	padding-bottom:25px;padding-top:25px;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    transition: top 0.35s ease 0s;
    width: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);


}

.explore_box .slide-text .slide-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1.5s ease 0s;
}

.explore_box:hover .slide-body {
    max-height: 660px;
    opacity: 1;
}
.services_box
{
	border:1px solid #C59E7B;
	border-radius: 8px;
	height:100%
}

.services_list li
{
list-style: none;
    display: list-item;
    background: url(../img/icon1.svg) no-repeat top left;
    background-size: 15px;
    padding-left: 25px;
    background-position: 0px 12px;
    margin: 0;
}
.rooms_img .bg_hover , .suites_img  .bg_hover , .rooms_img .bg_hover img
{
	border-radius: 8px;
}
.suites_box
{
  border: 1px solid #979797;
  border-radius: 8px;
height:100%  
}

.brief_box
{
	 border-top: 1px solid #D1D1D1;
}
.color1 , .color1 *
{
	color:#818190
}

.rooms_suites_page .menu_box
{
	padding:0
}

.home_hotel .bg_hover
{
	border-radius:60px;
}
.home_sections
{
	overflow:hidden
}

.home_sections .img-bg
{
	transition:all 0.5s ease-in-out;
}
.home_sections:hover .img-bg
{
	transform:scale(1.1)
}

.home_sections .s_star
{
	position:absolute;
	top:0;
	left:-80px;
	opacity:0.5;
	z-index:20
}

.home_hotel_info .hotel_info
{
	background:url('../img/icon2.svg') no-repeat center center / cover #004822
}
.home_hotel_info
{
	position:absolute;
	top:-8.5rem;
	left:0;
	width:100%;
	z-index:50
}
.pt_1
{
	padding-top:12rem
}
.pb_1
{
	padding-bottom:12rem
}
.bg_parallax
{
	height:500px; overflow:hidden;
}

.bg_parallax .img-bg
{
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	height:100%;
	 position: absolute;
	 top:0;
	 left:0;
	
	 width:100%;
	 z-index:10
	
}
.bg_parallax .s_star
{
    position: absolute;
    bottom: -130px;
    right: -115px;
    z-index: 20;
    width: 330px;
}
.opac-5
{
	opacity:50% !important
}

.home_restaurant
{
	height:260px;
	overflow:hidden
}.home_restaurant .img-bg
{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:100%;
	 position: absolute;
	 top:0;
	 left:0;
	 width:100%;
	 z-index:10
	
}
.home_restaurant_box
{
	height:100%;width:100%;
	  background-color: rgba(0,0,0,0.31);transition:all 0.5s ease-in-out;

}
.home_restaurant .img-bg
{
	transition:all 0.5s ease-in-out;
}
.home_restaurant:hover .img-bg
{
	transform:scale(1.1)
}
.home_restaurant:hover .home_restaurant_box
{
	background-color: rgba(0,0,0,0.21);
}
.more_info .more_info_bg .img-bg
{
	min-height:550px;
}

.more_info_box
{
	background:#0B6134;
}
.main_more_info .main_more_all:nth-child(2n+2) .more_info_box
{
	background:#258553;
}

.main_more_info .main_more_all:nth-child(2n+2) .more_info_bg
{
	order:2
}

.main_more_info .main_more_all:nth-child(2n+2) .more_info_box
{
	order:1
}

.s_img
{
	position:absolute;
	z-index:10
}
.s1
{
	top:0;
	right:0;
}
.s2
{
    top: 250px;
    right: 150px;
}



.ss_img
{
	position:absolute;
	z-index:10
}
.ss1
{
    top: 0;
    right: -140px;
    width: 260px;
    opacity: 0.1 !important;
}
.ss2
{
    top: 250px;
    right: 150px;
	width:160px;
	opacity: 0.4 !important;
}
.ss3
{
    bottom: 0;
    right: -140px;
    width: 260px;
    opacity: 0.1 !important;
}



.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	z-index:100;
	bottom: 20px;
	right: 20px;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-whatsapp-pulse i
{
	color:#FFF
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 20px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 20px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}




.banners
{
	margin-bottom:-10px !important
}

.main_bg {
    width: 100%;
    height: 95vh;
	padding-top:15vh;
    overflow: hidden;
    position: relative;
}
.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%;
    background: rgba(0,0,0,0.2);
    z-index: 50;
    content: '';
}.banners_text {
    position: absolute;
    top: 50vh;
    left: 0;
    width: 100%;
    z-index: 50;
    padding-top: 0;
}
.banner_star
{
	position:absolute;
	bottom:-150px;
	right:0;
	z-index:50;
	max-width:330px;
}
 
 .preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 300px;
    background-image: url(../img/loader.gif);
}
.banners  .slick-dots
{
	width:auto;
	height:100%;
	    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
	right:5%;
	bottom:0;
}
.banners  .slick-dots li
{
	margin:2.5px 0;
	border:1px solid #FFF;
	width:15px;
	height:15px;
		    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.banners .slick-dots li.slick-active
{
	width:15px;
}

.banners .slick-dots li button:hover,.banners .slick-dots li.slick-active button {
    background: #0B6134;
}
.banners .slick-dots li.slick-active {
    border-color: #0B6134;
}


.banners .slick-current .banners_bg {
  animation: zoomFadeIn 1s ease-out both;
}

@keyframes zoomFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: 50% 50%; /* Center point */
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform-origin: 50% 50%; /* Center point */
  }
}


/*
.banners .slick-current .banners_bg {
  animation: flip3D 1s ease-out both;
  transform-origin: center;
}

@keyframes flip3D {
  0% {
    opacity: 0;
    transform: perspective(800px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(800px) rotateY(0deg);
  }
}*/
.home_page header
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	
}
.quick_reservation
{
	position:absolute;
	bottom:-45px;
	left:50%;
	width:490px;
	transform:translateX(-50%);
	z-index:10;
	background:#004822;
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
	padding:0 0 0 30px;
}
.fleche
{
	width:90px;
	height:90px;
	background:#0B6736;
}
.footer_map iframe
{
	width:100%;
	height:100%
}



.info_slick .slick-slide  {
      margin: 0 15px;
  }

  /* the parent */
.info_slick .slick-list  {
      margin: 0 -15px;
  }
 .info_slick .slick-track 
{
    display: flex !important;
}

.info_slick .slick-slide 
{
    height: inherit !important;
}
.info_slick .slick-slide  , .info_slick .slick-slide  div
{
	height:100%
} 
  
.info_slick .slick-slide .hotel_info_img
{
	height:105px ;
} 


.contact-form label {
    font-size: 1rem;font-weight:600;
    line-height: 2.5rem;
}
.contact-form input, .contact-form textarea , .contact-form select {
    border: 1px solid #484847;
    border-radius: 25px;
}

.contact-form button[type=submit]
{
	width:270px;
	height:50px;
	border-radius: 25px;
    background-color: #A67F2F
}
.contact-form button[type=submit]:hover
{
    background-color: #242424
}


@media all and (max-width: 1255px){
	.container{width:1150px}

}
/*m*/@media all and (max-width: 1055px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.container{width:1050px}

}
/*xm*/@media all and (max-width: 868px){
.d-block-s{display:block}
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.mt-50-xm{margin-top:3.125rem;}
.ml-0-xm{margin-left:0}
.ai-fs-xm{align-items:flex-start}
.txt-cntr-xm{text-align:center}
.d-inline-block-xm{display:inline-block}
.w-100-xm{width:100%}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.trigger_header{display:block}
.slided {-ms-transform: translate(-320px,0);-webkit-transform: translate(-320px,0);transform: translate(-320px,0);}
.trigger{display: block;position:relative}
nav{position: fixed;z-index: 500;width: 320px;    overflow: scroll;height: 100vh;box-sizing: border-box;background: #E7C702;left: 100%;padding: 20px;top: 0;
transition: .7s;-moz-transition: .7s;-webkit-transition: .7s;z-index:100000;display: flex !important;justify-content: center;flex-direction: column;align-content: center;align-items: center;}
nav ul{margin:0;flex-direction: column !important;}
nav ul li{margin:0;padding: 10px;width:100%}
header nav li{max-width:100%}
nav ul li a{padding: 5px 15px;line-height: 30px;text-align: left;position: relative;width: 100%;color:#FFF;box-sizing: border-box;display: block;font-size:20px !important}
header li .ddm{position: relative;top: 10px;padding: 10px;height:0;overflow:hidden;background:none;	}
.ddm li {display: block;float: none;width: 100%;box-sizing: border-box;padding: 0 15px;text-align: left;}
.ddm li a{text-align: left;}
header li .ddm{padding:0}
.trigger > div > span{width:100%}
.slided .trigger > div > span{background:#FFF;}
.slided .trigger {top: 5px;}	
header li .ddm , header li .ddm-sub{top:auto;left:auto;box-shadow:inherit;padding-top:0;position:inherit}
header li .ddm .container{padding:0}
nav li a, nav li span{color:#FFF;padding: 5px 15px;}
nav li .ddm.act{margin-top:25px;height: auto;}
nav li .ddm-sub.act{margin-top:25px;height: auto;}
/**/
.footer_social a {width: 45px;height: 45px;}
header nav ul, header nav ul li{height:auto}
header nav ul li {padding: 15px 15px;}
.trigger > div > span:nth-child(1) , .trigger > div > span:nth-child(3){width:36px;}
header li .ddm-sub , header li .ddm-sub .colw-60 , header li .ddm ul a.main_a{width:100%;}
header li .ddm-sub img , header li .ddm-sub h2{display:none}
header li .ddm-sub{opacity:1;visibility:visible;height:auto}
header li .ddm-sub ul{margin-top:0}
.px-0-xm{padding-right:0;padding-left:0;}
.menu_header_right{width:100%}
.c_box{left:0;width:50%;}
.c_box1{right:0;width:50%;}
.wedd_mob .font-30 , .wedd_mob .font-30 *{font-size:1.5rem}
.home_sections .s_star{width:50%}
.over-hidden{overflow:hidden}
.banners , .main_bg{height:50vh}
.banner_star{display:none}
.banners .font-70,.banners .font-70 * {font-size: 3.375rem;}
.main_bg{padding-top:5vh}
}
/*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;}
.mt-50-s{margin-top:3.125rem;}.pt-50-s{padding-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-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-50-s{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}
.py-0-s{padding:0}
.pr-5-s{padding-right:5px;}
.my-25-s{padding-top:1.5625rem;padding-bottom:1.5625rem;}
.m-0-s{margin-right:0 !important;margin-left:0 !important}
.w-50-s{width:50%}
.w-100-s{width:100%}
.fr-s-none{float:none}
.px-0-s{padding-right:0;padding-left:0;}
.py-25-s{padding-top:3.125rem;padding-bottom:3.125rem;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.header_social li {margin: 10px 5px;}
.c_box{left:0;width:100%;}
.c_box1{right:auto;left:0;width:100%;bottom:15px;}
.ss2{display:none}
.more_info .more_info_bg .img-bg{min-height:350px;}
.quick_reservation{width:80%}
.fleche{height:75px;}
.quick_reservation{bottom:-35px;}
}

