body {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #414042;
	background: #602D1D url(../img/bg_pattern_1.svg) repeat;
    background-size: 100px;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa; /* or add it to the track */
}
body::-webkit-scrollbar-thumb {
    background: #472218; 
}

img{ max-width:100%;}
p {
    margin: 0 0 15px;
}

a:hover{ text-decoration:none; color: inherit;}
.container{max-width:1200px; width: 100%;}
.left{ float:left;}
.right{ float:right;}
.no-pad-l{ padding-left:0;}
.no-pad-r{ padding-right:0;}
.no-pad-lr{padding-left:0; padding-right:0;}
.overflow-hidden{ overflow:hidden;}
.relative{ position:relative;}
.pos-inherit{ position: inherit;}

/*animate*/
.delay-3 {
	-webkit-transition-delay: 0.5s !important;
	transition-delay: 0.5s !important;
}
.delay-4 {
	-webkit-transition-delay: 0.75s !important;
	transition-delay: 0.75s !important;
}
.delay-5 {
	-webkit-transition-delay: 1s !important;
	transition-delay: 1s !important;
}

.show-in-view {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: all 0.75s;
	transition: all 0.75s;
}
.show-in-view.animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.show-from-right {
	opacity: 0;
	-webkit-transform: translateX(70px);
	transform: translateX(70px);
	-webkit-transition: all 0.75s;
	transition: all 0.75s;
}
.show-from-right.animate {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.show-from-left {
	opacity: 0;
	-webkit-transform: translateX(-70px);
	transform: translateX(-70px);
	-webkit-transition: all 0.75s;
	transition: all 0.75s;
}
.show-from-left.animate {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
/* end */

.logo_topbar {
    float: left;
    margin-left: 50px;
}
.logo_footer{
	width: 254px;
	margin-bottom: 30px;
}
.logo_footer.mobile{ display: none;}
.right_topbar {
    float: right;
    margin-right: 100px;
}
.hamburger-menu {
	width: 35px;
    cursor: pointer;
    display: inline-block;
	z-index: 99;
	position: fixed;
    right: 30px;
	top: 35px;
}
.hamburger {
    width: 25px;
    height: 1px;
    background: #fff;
    margin-bottom: 6px;
    border: none;
    transition: all 0.3s;
}
.nav_main {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
	padding: 20px 40px;
	background: rgba(1,1,1,0.15);
	transition: all 0.3s;
}
.nav_main.type2, .nav_main.header-sticky{
	background: #f9f9f9;
}
.nav_main.type2 .btn_top_nav, .header-sticky .btn_top_nav{ color: #9e4624;}
.nav_main.type2 .btn_top_nav.reser, .header-sticky .btn_top_nav.reser{border: solid 1px #9e4624;}
.hamburger-menu.type2 .hamburger, .hamburger-menu.type .hamburger{background: #9e4624;}
.hamburger-menu.type2.active .hamburger, .hamburger-menu.type.active .hamburger{background: #fff;}

.nav_right{ text-align: right; padding: 6px 15px;}
.main_logo{
	display: inline-block;
	width: 254px;
	height: 52px;
	background: url(../img/head_logo_white.svg) no-repeat;
}
.header-sticky .main_logo{background: url(../img/footer_logo_color.svg) no-repeat;}
.bg_slide {
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bg_slide .img_slide {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bg_slide .info {
    position: absolute;
    left: 5%;
	right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
	text-align: center;
}
.bg_slide .info .nd{
	font-family: "Times New Roman", serif;
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
}
.bg_slide .info p{ margin: 0;}
.bg_slide.type{
	height: auto;
	position: relative;
	margin-top: 92px;
}

.txt_intro{ color: #fff; font-weight: 300;}
.intro_area{
	padding: 100px 0;
	position: relative;
}
.highlight_area{
	background: #4f261a url(../img/icon_bg.svg) center;
	background-size: cover;
	padding: 80px 0;
}
.highlight_area .list{ text-align: center;}
.highlight_area .list img{ width: 150px;}
.btn-type1{
	font-weight: 300;
	color: #fff;
	display: inline-block;
	padding: 15px 40px;
	line-height: 1;
	border: solid 1px #fff;
	transition: all 0.2s;
	position: relative;
}
.btn-type1::after{
	content: "";
	position: absolute;
	width: 45px;
	height: 15px;
	background: url(../img/button_arrow.svg) no-repeat;
	right: -35px;
}
.btn-type1:hover{
	padding: 15px 60px;
}
.tit_higligt{
	color: #fff;
	font-family: "Times New Roman", serif;
	font-size: 24px;
	display: block;
}
.btn_top_nav{ color: #fff; display: inline-block; font-size: 15px; margin-left: 15px;}
.btn_top_nav.reser{
	padding: 5px 15px;
	border: solid 1px #fff;
	cursor: pointer;
}
.btn_top_nav.lang{margin-right: 50px;}
.btn_top_nav:hover{color: #fff;}
.leaf_hello{
	position: absolute;
    bottom: -100px;
    left: -25px;
    width: 590px;
    max-width: none;
}
.txt_hello{
	color: #149874;
    font-size: 55px;
    font-family: "Times New Roman", serif;
    position: absolute;
    z-index: 1;
    top: 28%;
    left: 30%;
}
.obscure-menu{
	width: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 100%;
	bottom: 0;
    z-index: 11;
    overflow: hidden;
    opacity: 0;
    background: #231f20;
	transition: all 0.5s;
}
.content-obscure-menu{ height: 100%;}
.obscure-menu.show{
	width: 100%;
	opacity: 1;
	left: 0;
}
.active .hamburger{ opacity:0; background:#fff;}
.active .hamburger:first-child{
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	opacity:1 !important;	
	position: absolute;
    top: 7px;
}
.active .hamburger:last-child{
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);	
	opacity:1 !important;
	margin-top:5px;	
}
.footer{
	font-size: 15px;
	padding: 80px 0px;
	background: #f9f9f9 url(../img/footer_bg.svg) no-repeat;
}
.mnu_foot{ 
	list-style-type: none; 
	margin: 15px 0 40px -5px; 
	padding: 0;
}
.mnu_foot_list{
	float: left;
	margin-right: 30px;
}
.mnu_foot_list a{
	text-transform: uppercase;
	color: #414042;
}
.mnu_foot_list a:hover{ color:#9e4624; }
.txt_footer{ margin-bottom: 30px;}
.social_footer{ margin-bottom: 30px;}
.social_footer a{ display: inline-block; width: 26px; height: 26px; background-size: cover; margin-right: 5px;}
.social_footer .fb{
	background: url(../img/fb_icon_grey.svg) no-repeat;
}
.social_footer .fb:hover{
	background: url(../img/fb_icon_foot_brown.svg) no-repeat;
}
.social_footer .insta{
	background: url(../img/in_icon_grey.svg) no-repeat;
}
.social_footer .insta:hover{
	background: url(../img/in_icon_foot_brown.svg) no-repeat;
}
.social_footer .yt{
	background: url(../img/yt_icon_grey.svg) no-repeat;
}
.social_footer .yt:hover{
	background: url(../img/yt_icon_foot_brown.svg) no-repeat;
}

.email_sub{
	width: calc(100% - 135px);
	border: none;
	border-bottom: solid 1px #ccc;
	outline: none;
	height: 34px;
    margin-right: 15px;
	background-color: transparent;
}
.btn_sub{
	background-color: transparent;
	padding: 5px 20px;
	border: solid 1px #ccc;
}
.add_foot{padding:0 10px;}
.add_foot span{
	color: #9e4624;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}
.add_foot p{
	font-weight: 300;
    text-indent: -18px;
    margin-left: 18px;
    font-size: 14px;
	margin-bottom: 5px;
}
.add_foot p::before{
	content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #9e4624;
    margin-right: 10px;
}
.testi_area{
	background: url(../img/tes_bg_img_1.png) no-repeat;
	background-size: cover;
	color: #fff;
	padding: 80px 0px;
}
.txt_testimonial{
	font-weight: 300;	
	line-height: 26px;
}
.slide_testimonial .slick-next, .slide_testimonial .slick-prev {
    background-size: 30px;
}
.slide_testimonial .slick-prev {
    z-index: 1;
    left: auto;
    right: 80px;
    width: 30px;
    height: 30px;
    top: 85%;
    opacity: 1;
}
.slide_testimonial .slick-next {
    z-index: 1;
    right: 30px;
    width: 30px;
    height: 30px;
    top: 85%;
    opacity: 1;
}
.title_area{
	color: #149874;
    font-size: 44px;
    font-family: "Times New Roman", serif;
	text-align: center;
	padding: 40px 0px;
}
.title_area.testi{}
.list_offer{margin-bottom: 50px;}
.list_offer .tit{
	background: #432219;
	color: #fff;
	font-family: "Times New Roman", serif;
	font-size: 30px;
	text-align: center;
	padding: 20px 0px;
}
.list_offer .img{
	position: relative;
	display: block;
}
.list_offer .img img{
	width: 100%;
}
.list_offer .img span, .thumb_promo span {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-size: 14px; color: #fff;
	background: #432219 ; padding: 3px 10px;
}
.list_offer .content{
	text-align: center;
	color: #fff;
	padding: 30px 25px;
	font-weight: 300;
	height: 370px;
	background-size: 68% !important;
	line-height: 26px;
}
.list_offer .content.list{
	height: 400px;
}
.btn-reser{
	position: absolute;
	bottom: 25px;
	display: inline-block;
	left: 147px;
	color: #149874;
}
.btn-reser:hover{color: #149874;}
.list_offer .content.type1{
	background: #432219 url(../img/sp_bg_1.svg) no-repeat left bottom;
}
.list_offer .content.type2{
	background: #432219 url(../img/sp_bg_2.svg) no-repeat left bottom;
}
.list_offer .content.type3{
	background: #432219 url(../img/sp_bg_3.svg) no-repeat left bottom;
}
.list_offer .content.type4{
	background: #432219 url(../img/sp_bg_4.svg) no-repeat left bottom;
}
.list_offer .content.type5{
	background: #432219 url(../img/sp_bg_5.svg) no-repeat left bottom;
}
.list_offer .content.type6{
	background: #432219 url(../img/sp_bg_6.svg) no-repeat left bottom;
}

.list_offer .content hr{
	border-top:1px solid #149874;
	width: 80px;
}
.flexslider{
	border: 0 !important;
	background: none !important;
	color: #fff;
	margin-bottom: 0 !important;
}
.content-obscure-menu > .row{ height: 100%;}
.menu_list{
	list-style-type: none;
	padding: 0;
	margin: auto;
	
}
.menu_list li{
	margin-bottom: 50px;
	line-height: 1;
}
.menu_list li a{
	color: #fff;
	font-family: "Times New Roman", serif;
	font-size: 30px;
	text-transform: uppercase;
}
.menu_list li a:hover{
	color: #602D1D;
}
.right_menu{
	background: #602d1c;
}
.menu_area{
	margin: 100px;
}
.promo_area{
	margin: 100px;
}
.menu_area .menu_tit{
	font-size: 30px; 
	color: #6b6b6b;
	display: inline-block;
	border-bottom: solid 1px #6b6b6b;
	padding-bottom: 35px;
	margin-bottom: 35px;
	line-height: 1;
	font-weight: 300;
}
.btn-reser-menu{
	color: #fff;
	border: solid 1px #fff;
	display: inline-block;
	padding: 20px 60px;
	font-weight: 300;
	cursor: pointer;
}
.btn-reser-menu:hover{ color: #fff;}
.name_spice{
	width: 50%;
	margin: 0 auto 60px auto!important;
	padding: 20px 0px !important;
	border-top: solid 1px #fff !important;
	border-bottom: solid 1px #fff !important;
	border-radius: 0 !important;
}
.name_spice ul{
	
}
.name_spice li{
	cursor: pointer;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 26px;
}
.name_spice li.flex-active-slide{
	color: #149874;
}
.name_spice .flex-next::before{
	content: "" !important;
	width: 20px;
	height: 20px;
	border-top: 2px solid transparent;
    border-left: 2px solid transparent;
	-webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
	border-color: #FFF;
	top: 10px;
    position: absolute;
    z-index: 10;
    right: 5px;
}
.name_spice .flex-prev::before{
	content: "" !important;
    width: 20px;
    height: 20px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #FFF;
    top: 10px;
    position: absolute;
    z-index: 10;
    left: 5px;
}
.detail_area{
	margin-top: 92px;
}
.title_area.detail{ padding: 40px 0 20px 0;}
.tit_brief{
	color: #fff;
	text-align: center;
	margin-bottom: 100px;
	font-size: 40px;
    font-family: "Times New Roman", serif;
}
.menu_food{ margin-bottom: 60px;}
.content_map{ }
.tit_brief2{
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.content_restaurant{
	background: #f9f9f9;
	width: 76%;
	margin: -80px auto 60px auto;
    z-index: 2;
    position: relative;
	padding: 40px 60px;
	text-align: center;
}
#media-deli .media-box-container{ border-radius: 0 !important;}
#media-deli .thumbnail-overlay{
	width: 94% !important;
	height: 94% !important;
	margin: 3%;
	background-color:rgb(96, 45, 29, 0.8) !important;
}
#media-deli .media-box-date,#media-deli .media-box-title{ color: #fff;}
.delicacies_media{
	width: 76%;
	margin: 0 auto 60px auto;
}
.os_list{ margin-bottom: 60px; }
.os_list img{position: relative; z-index: -1;}
.os_info{
	-webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    top: 40%;
	position: absolute;
}
.os_tit{
	color: #149874;
    font-size: 55px;
    font-family: "Times New Roman", serif;
	position: relative;
}
.os_tit::before{
	content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    border-top: solid 1px #fff;
    top: 30px;
    left: -180px;
}
.os_list.type2 .os_tit::before{
	left: 103%;
}
.os_brief{
	color: #fff;
	font-weight: 300;
}
.list_news{
	margin-bottom: 50px;
}
.info_news{
	background: #fff;
	width: 65%;
	padding: 30px;
	position: relative;
}
.list_news_left{
	width: 35%;
}
.list_news_tit{
	font-family: "Times New Roman", serif;
	font-size: 28px;
}
.list_news_tit a{color: #5e2d1e;}
.list_news_teaser{font-size: 18px;}
.list_news_btm{ 
	position: absolute;
	bottom: 30px;
	font-size: 16px;
	width: 100%;
}
.btn_readmore{ 
	padding: 5px 30px;
	color: #5e2d1e;
	border: solid 1px #5e2d1e;
	display: inline-block;
    position: absolute;
    left: 70%;
    top: -24%;
	transition: all 0.2s;
}
.btn_readmore:hover{
	color: #9e4624;
	padding: 5px 45px;
}
.btn_readmore::after{
	content: "";
    position: absolute;
    width: 45px;
    height: 15px;
    background: url(../img/button_arrow.svg) no-repeat;
    right: -30px;
    top: 10px;
}
.left_detail_news{
	color: #fff;
	font-weight: 300;
}
.left_detail_news .title1{
	font-family: "Times New Roman", serif;
}
.left_detail_news .title1_2{padding: 30px 0px;}
.hr1{ 
	border-bottom: solid 1px #149874;
    margin-top: 0;
    margin-bottom: 30px;
}
.source{ font-size: 16px; font-style: italic;}

.page-break{ margin-top: 50px; margin-bottom: 60px;}
.page-break table{
	border-spacing:6px;
	border-collapse:inherit;	
}
.page-break table td {
	text-align: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    font-size: 16px
}
.page-break table td.select_class {
	color: #149874;
}
.page-break table td.select_class a{border: solid 1px #149874; }
.page-break table td.normal_class {
    
}
.page-break table td a {
    color: #FFF;
	display: block;
    border: solid 1px;
    padding: 5px;
    text-align: center;
}
.page-break table td a.arrow{ border: none;}
/* hide "no more entries" button */
.media-boxes-no-more-entries{
	display: none;
}

.section_main{
	padding-top: 100px;
}
.section_main.news{ padding: 100px 0px;}
.box_contact{ margin-bottom: 60px;}
.list_other_news{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.thumb_other_news{
	width: 100%;
}
.list_other_news li{ margin-bottom: 30px;}
.list_other_news .tit_detail_news2{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	margin-top: 10px;
}
.tit_relate_news{
	margin-bottom: 30px;
	color: #149874;
	font-weight: 600;
}
.info-contact{
	color: #fff;
	overflow-y: auto;
}
.info-contact .list-contact{ margin-bottom: 30px;}
.info-contact .tit{
	font-family: "Times New Roman", serif;
	font-size: 22px;
}
.info-contact .info{
	font-size: 16px;
	font-weight: 300;
}
.info-contact .info span{
	display: block;
}
.info-contact .info span::before{
	content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #149874;
    margin-right: 10px;
}

.form_contact{
	padding: 0px 30px 0px 30px;
	margin-bottom: 100px;
	margin-top: 30px;
}
.form_contact .form-control{
	height: 52px;
    margin-bottom: 35px;
    position: relative;
    font-size: 18px;
	border-radius: 0;
    border: none;
    box-shadow: none;
	padding: 6px 20px;
}
.form_contact.contact{
	margin-top:0; margin-bottom:0;
	padding: 0 30px 20px 0;
}
.contact .tit_form, .reser .tit_form{ color:#5e2d1e}
.tit_form{
	position: absolute;
    top: 14px;
    transition: all 0.1s;
    color: #012964;
    z-index: 1;
	font-weight: 500;
}
.field_input {
    position: absolute;
    top: 20px;
    width: 100%;
    border: none;
    background: 0 0;
    transition: all 0.1s;
    outline: none;
    right: 10px;
    padding-left: 30px;
	z-index: 1;
}
.focus .tit_form {
    top: 6px;
    font-size: 11px;
	color: #5e2d1e;
}
.form_contact .form-control.textarea {
    height: 150px;
}
.btn-send{
	display: block;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	background: #149874;
	text-align: center;
	padding: 8px 0px;
	width: 100%;
	border: none;
}
.txt-re quired{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 35px;
}
.contact .txt-required {
    margin: 0 0 10px 0;
    font-size: 14px;
	color: #fff;
}
.contact .txt-required.mobile {
    display: none;
}
.res_name{
	font-family: "Times New Roman", serif;
	font-size: 32px;
	margin-bottom: 20px;
}
.res_brief{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 26px;
}
.txt-intro{
	margin-bottom: 30px;
	line-height: 26px;
}
.flexslider .slides > li > a{
	color: #fff;
}
.flexslider .slides > li > a.active{
	color: #149874;
}
.name_testi .c-name{
	margin-bottom: 0;
    font-weight: 400;
}
.subscribe_box{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.page-break .arrow.next{ position: relative;}
.page-break .arrow.next::before{
	content: "" !important;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #FFF;
    top: 7px;
    position: absolute;
    z-index: 10;
    right: 14px;
}
.page-break .arrow.back{ position: relative;}
.page-break .arrow.back::before{
	content: "" !important;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #FFF;
    top: 7px;
    position: absolute;
    z-index: 10;
    left: 14px;
}
.icon_social{
	display: inline-block;
}
.icon_social.mail{
	background: #fff url(../img/email_icon_brown.svg) no-repeat left;
    width: 110px;
    height: 30px;
    background-size: cover;
	border-radius: 3px;
	margin-left: 8px;
}
.icon_social.fb{
	background: #fff url(../img/fb_icon_brown.svg) no-repeat left;
    width: 110px;
    height: 30px;
    background-size: cover;
	border-radius: 3px;
	margin-left: 8px;
}
.icon_social.tw{
	background: #fff url(../img/tw_icon_brown.svg) no-repeat left;
    width: 110px;
    height: 30px;
    background-size: cover;
	border-radius: 3px;
	margin-left: 8px;
}
.icon_social.mail:hover{ background: #fff url(../img/email_icon_hover.svg) no-repeat left; background-size: cover;}
.icon_social.fb:hover{ background: #fff url(../img/fb_icon_hover.svg) no-repeat left; background-size: cover;}
.icon_social.tw:hover{ background: #fff url(../img/tw_icon_hover.svg) no-repeat left; background-size: cover;}
.promo_area{ color: #fff; font-weight: 300; font-size: 16px;}
.list_promo .tit_promo{
	font-family: "Times New Roman", serif;
	font-size: 32px;
}
.list_promo .time_promo{
	margin-bottom: 30px;
}
.list_promo .tit_promo{
	font-family: "Times New Roman", serif;
	font-size: 32px;
}
.list_promo .thumb_promo{
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}
.list_promo .teaser_promo{
	margin-bottom: 20px;
}
.slide-promo .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 50%;
}
.slide-promo .slick-dots li button, .slide-promo .slick-dots li{ width: 10px; height: 10px;}
.slide-promo .slick-dots{ margin-top: 10px; text-align: left;}
.slide-promo .slick-dots li.slick-active button:before {
    opacity: 1;
}

.restaurant-gallery .slick-dots{ bottom: 100px;}
.restaurant-gallery .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 50%;
}
.restaurant-gallery .slick-dots li button, .restaurant-gallery .slick-dots li{ width: 10px; height: 10px;}
.restaurant-gallery .slick-dots li.slick-active button:before {
    opacity: 1;
}

.tit_form_reser{
	font-family: "Times New Roman", serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;	
}
.form_reser{
	width: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    background: rgba(35, 31, 32, 0.9);
    transition: all 0.5s;
	padding: 85px 0px 100px 0px;
}
.form_reser.show{ z-index: 100; opacity: 1;}
.form_contact.reser{
	padding: 0px;
	margin-bottom: 0;
}
.form_contact.reser .txt-required{
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}
.form_contact.reser .form-control.textarea {
    height: 157px;
}
.btn-send.reser{
	background: #602d1c;
    font-size: 16px;
    padding: 20px 0px;
}
.hr_reser{
	width: 250px;
	display: inline-block;
	background-color: #fff;
}
.txt_contact_reser{ color: #fff; font-size: 16px; text-align: center; font-weight: 300;}
.btn-close {
    width: 35px;
	height: 35px;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 99;
    position: fixed;
    right: 30px;
    top: 85px;
	display: none;
}
.btn-close .line_close:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1 !important;
    position: absolute;
    top: 16px;
}
.btn-close .line_close:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1 !important;
    position: absolute;
    top: 16px;
}
.btn-close .line_close{
    width: 35px;
    height: 1px;
    background: #fff;
    margin-bottom: 6px;
    border: none;
    transition: all 0.3s;
}

.menu_food_cat{
	background: #602d1c;
	padding: 30px 0px;
	font-family: "Times New Roman", serif;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.arrow_menu_food{
	display: inline-block;
	width: 36px; height: 36px;
	background: url(../img/menus_close_icon.svg) no-repeat;
	float: right;
	margin-top: 9px;
}
.menu_food_list{
	background: #f8f4f3;
	display: none;
}
.menu_food_list.show{ display: block;}
.menu_food_food{ padding: 20px 0px; border-bottom: solid 1px #602d1c;}
.menu_food_food .name{ 
	float: left; width: 80%;
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
	color: #602d1c;
}
.menu_food_food .name .brief{
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #414042;
	text-transform: none;
}
.menu_food_food .price{ 
	float: right; width: 20%; text-align: right;
	font-family: "Times New Roman", serif;
	color: #602d1c;
}
.menu_food_food .price .dvi{
	display: inline-block;
	float: left;
	color: #149874;
}
.menu_food_food:last-child{border-bottom: none;}
.menu_food_cat.active{
	background: #149874;
}
.menu_food_cat.active .arrow_menu_food{
	background: url(../img/menus_open_icon.svg) no-repeat;
}
.ui-widget.ui-widget-content{ z-index: 101 !important;}
.form_reser .ui-datepicker-trigger, .reser .ui-datepicker-trigger {
    position: absolute;
    right: 5%;
    top: 11px;
    cursor: pointer;
	width: 29px;
}
.maps{ position: relative;}
.box_address{
	position: absolute;
	background: rgba(35, 31, 32, 0.8);
	top: 60px;
	bottom: 60px;
	right: 100px;
	color: #fff;
	font-size: 16px; font-weight: 300;
	padding: 40px;
	width: 400px;
}
.box_address hr{
	width: 20%;
	border-top:solid 1px #fff;
	float: left;
}
.box_address .tit{ font-size: 24px; text-transform: uppercase; font-family: "Times New Roman", serif;}
.box_address .info{ margin-bottom: 15px;}
.box_address .info:last-child{ margin-bottom: 0;}
.box_address .info img{
	width: 30px;
	float: left;
}
.box_address .info span{
	display: inline-block;
	float: left;
	width: 280px; margin-left: 10px;
}
.site_type{
	margin-top: 100px;
}
.btn-send.reser.green{ background: #149874;}
.txt-required-promo{
	position: absolute;
    bottom: -67px;
    left: 0;
    color: #fff;
}
.btn_reser_promo{
	margin-bottom: 30px;
}
.left_intro{position: relative;}
.content_detail img{
	width: 100%;
	height: auto !important;
}
.btn-more-offer{
	display: inline-block;
    margin: auto;
    color: #fff;	
	font-weight: 300;
	border-bottom: solid 1px #fff;
}
.btn-more-offer:hover{ color: #fff;}
#our_rest{padding: 60px 0px;}
.box_thanks{
	text-align: center;
	color: #fff;
}
.contact_thanks{
	font-size: 16px;
	margin-top: 20px;
}
.btn_thank{
	color: #fff;
	padding: 6px 30px;
	border: solid 1px #fff;
	margin-top: 50px; display: inline-block;
}
.tit_thanks{
	color: #149874;
    font-size: 55px;
    font-family: "Times New Roman", serif;
}

.g-recaptcha.form-reser{ float: right; margin-bottom: 15px;}
#recapcha_offer{ display: inline-block; margin-bottom: 30px;}
#recapcha_contact{ display: inline-block;}



@media (max-width: 768px) {
	.nav_main{ padding:20px;}
	.main_logo{ width: 160px; height: 33px;}
	.nav_right{ display: none;}
	.hamburger-menu{top:30px; right: 12px;}
	.bg_slide .info .nd{ font-size: 40px;}
	.txt_hello{ position: relative; top: 0; left: 0; line-height: 1; margin-bottom: 30px; display: inline-block; font-size: 40px;}
	.leaf_hello{
		width: 120%;
		bottom: 0px;
		right: 0;
		left: auto;
	}
	.intro_area{padding-top: 40px;}
	.left_intro{ position: static; text-align: center;}
	.highlight_area .list{ margin-bottom: 30px;}
	.highlight_area .list img{ width: 130px;}
	.tit_higligt{ font-size: 20px;}
	
	.slide_testimonial .slick-slide img {
		display: inline-block;
		margin: 0 0 30px 0;
		width: 44%;
	}
	.logo_foot_box{ text-align: center;}
	.mnu_foot{text-align: center; margin: 0 auto 25px auto;}
	.mnu_foot_list{
		float: none;
		display: inline-block;
		margin: 0 15px 10px 15px;
	}
	.subscribe_box{ position: relative; margin-bottom: 30px; margin-top: 15px; text-align: center;}
	.add_foot{padding: 0 15px; margin-bottom: 10px; text-align: center;}
	.logo_footer{ display: none;}
	.logo_footer.mobile{ display: block; margin: 0 auto 30px auto;}
	.footer{
		padding: 50px 0px;
		background-size: 220%;
		background-position: 33% 100%;
	}
	.menu_area{
		margin: 40px;
	}
	.right_menu{ display: none;}
	.bg_slide.type{ height:400px; margin-top: 73px;}
	.media-box-title{ font-size: 14px !important;}
	.content_restaurant{
		width: 100%;
		margin-top: 0;
		padding: 30px;
		font-size: 16px;
	}
	.restaurant-gallery .slick-dots{ bottom: 15px;}
	.menu_food_cat{ padding: 15px 0px; font-size: 20px; position: relative;}
	.menu_food_food{ font-size: 18px;}	
	.menu_food_food .name .brief{ font-size: 16px;}
	.arrow_menu_food{
		position: absolute;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		margin-top: 0;
		right: 15px;
	}
	.menu_food_food .name{ width: 66%;}
	.menu_food_food .price{ width: 32%;}
	.box_address{position: unset; width: 100%;}
	.os_info{
		position: relative;
	}
	.tit_brief{ font-size: 30px; margin-bottom: 50px;}
	.os_list{ text-align: center;}
	.os_tit{ font-size: 40px; margin: 20px 0px;}
	.list_news_left{
		width: 100%;
	}
	.info_news{
		width: 100%; padding: 30px 15px;
	}
	.list_news_btm{ position: relative; bottom: auto; margin-top: 20px;}
	.list_news_btm .btn_readmore{ 
		left: auto; right: 30px;
	}
	.source{ margin-bottom: 15px;}
	.menu_area .menu_tit{ font-size: 26px;}
	.menu_list li{ font-size: 26px; margin-bottom: 46px;}
	.title_area{ font-size: 40px; line-height: 48px;}
	.txt_intro, .txt_testimonial{ text-align: center;}
	#slider{text-align: center;}
	#slider .res_name{ margin-top: 10px; margin-bottom: 10px;}
	.slide_testimonial .slick-prev{ top: 105%; right: 52%;}
	.slide_testimonial .slick-next{ top: 105%; left: 52%;}
	.email_sub{ width: 80%; margin-bottom: 20px; text-align: center;}
	.form_reser{
		padding: 40px 0px;
		overflow-y: scroll;
	}
	.tit_form_reser{
		width: 80%;
		font-size: 30px;
	}
	.btn-close{top: 40px;}
	.content-obscure-menu{ overflow-y: auto;}
	.section_main {
		padding: 40px 0px;
	}
	.delicacies_media{width: 100%;}
	.left_detail_news .title1{ font-size: 34px;}
	.form_contact.contact{ padding: 0;}
	.info-contact{
		margin-top: 30px; 
		text-align: center;
	}
	.tit_relate_news{ margin-top: 30px;}
	.box_contact{margin-bottom: 0;}
	.thumb_other_news{
		width: 40%;
		float: left;
		margin-right: 15px;
	}
	.list_other_news li{ 
		margin-bottom: 20px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list_other_news .tit_detail_news2{
		width: 55%;
		margin-top: -5px;
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
	}
	.os_tit::before{ display: none;}
	.g-recaptcha.form-reser{
		float: none;
		display: inline-block;
		margin: 0 auto 15px auto;
	}
	.btn-send.reser{
		margin-bottom: 35px;
	}
	
	
	
}

