
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700;800;900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Fondamento:ital@1&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

.scroll-to-top-link{
	position:fixed;
	width:68px;
	right:7%;
	bottom:7%;
	cursor:pointer;
	display:none;
	z-index:1000;
	opacity:0.75;
	-moz-opacity:0.75;
	-webkit-opacity:0.75;
	-o-opacity:0.75;
	-ms-opacity:0.75;
	filter: alpha(opacity=75);
}
*{
	font-family: 'Open Sans', sans-serif;
}
html,body{
	height:100%;
}
.fixedSect{
	background-size:cover;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
}
#header{
	background-color: #f7f7f7;
}
.header{
	border-bottom: 1px solid #DDD;
	padding: 20px 0px;
}
.header img{
    width: 350px;
    padding-top: 15px;
}
.header .text{
	float: right;
	width: calc(100% - 350px);
}
.header .address{
	font-family: 'Catamaran', sans-serif;
	font-size: 19px;
	width: 100%;
	float: right;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 15px;
}
.header .order_online{
	display: block;
	padding: 13px;
	width: 160px;
	background-color: #277d42;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: 'Catamaran', sans-serif !important;
	font-size: 17px !important;
	color: #FFF !important;
	float: right;
}
.header .phone_number{
	width: 100%;
	float: right;
	text-align: right;
}
.header .phone_number a{
	font-family: 'Catamaran', sans-serif !important;
	font-size: 25px !important;
	color: #333 !important;
}
.nav{
	z-index:99999; 
	background-color: #F7F7F7;
	box-shadow: 0px 10px 16px -14px #4e4e4e;
	-moz-box-shadow: 0px 10px 16px -14px #4e4e4e;
	-ms-box-shadow: 0px 10px 16px -14px #4e4e4e;
	-o-box-shadow: 0px 10px 16px -14px #4e4e4e;
	-webkit-box-shadow: 0px 10px 16px -14px #4e4e4e;
}
.nav ul{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.nav li{
	padding: 8px;
}
.nav li a{
    display: block;
    color: #333;
    text-align: center;
    padding: 13px 42px;
    text-decoration: none;
    font-size: 17px;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
}
.nav li a:hover:not(.active){
    background-color: #e7e7e7;
	transition:all linear 0.2s;
}
.nav .active{
	font-weight: 600;
	background-color: #d4d4d4;
}
.slide {
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #333;
	color: #fff;
	box-shadow: inset 0 0 0 2000px #0000006b;
	-moz-box-shadow: inset 0 0 0 2000px #0000006b;
    -ms-box-shadow: inset 0 0 0 2000px #0000006b;
    -o-box-shadow: inset 0 0 0 2000px #0000006b;
    -webkit-box-shadow: inset 0 0 0 2000px #0000006b;
}
#slides {
    position: relative;
    height: 600px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
	transition: opacity 1s;
	background-size: cover;
	background-position: center;
}
.showing {
    opacity: 1;
    z-index: 2;
}
.slide:nth-of-type(1) {
    background-image: url("../img/slide/1.jpg");
}
.slide:nth-of-type(2) {
    background-image: url("../img/slide/2.jpg");
}
.slide:nth-of-type(3) {
    background-image: url("../img/slide/3.jpg");
}
@media screen and (max-width: 920px){
	#slides{
		height: 500px;
	}
}
#welcome .right{
	width: 50%;
    float: right;
    background-image: url("../img/welcome.jpg");
    height: 479px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center right;
}
#welcome .left{
	width: 50%;
	float: left;
	padding: 75px 0px;
}
#welcome .title{
	font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    padding-bottom: 15px;
    color: #2f2f2f;
}
#welcome .description{
	font-family: 'Catamaran',sans-serif;
    font-size: 17px;
    color: #848484;
    line-height: 29px;
}
#services{
	padding-bottom: 50px;
}
#services .description_{
	font-family: 'Catamaran',sans-serif;
    font-size: 21px;
    color: #585858;
    line-height: 29px;
	text-align: center;	
    padding-bottom: 12px;
}
#services .title_{
	text-align: center;
	font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    padding-bottom: 15px;
    color: #2f2f2f;
}
#services .row_{
	overflow: hidden;
	display: flex;
	align-items: center;
}
.service{
	text-align: center;
	margin: 35px 0px;
	padding: 75px 25px;
	box-shadow: 0px 0px 37px -8px #e8e8e8;
	-moz-box-shadow: 0px 0px 37px -8px #e8e8e8;
	-ms-box-shadow: 0px 0px 37px -8px #e8e8e8;
	-o-box-shadow: 0px 0px 37px -8px #e8e8e8;
	-webkit-box-shadow: 0px 0px 37px -8px #e8e8e8;
}
#services .pic1{
	background-image: url("../img/catering.jpg");
	height: 268px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px auto;
	margin-bottom: 30px;
	background-position: center;
}
#services .pic2{
	background-image: url("../img/pic2.jpg");
	height: 268px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px auto;
	margin-bottom: 30px;
	background-position: center;
}
.service .title{
	color: #222222;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}
.service .description{
	font-family: 'Poppins', sans-serif;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 28px;
}
#services .col_{
	width: 50%;
	padding: 0px 25px;
}
#book_now{
	text-align: center;
    background-image: url(../img/backgrounds/book_now.jpg);
    color: #FFF;
    box-shadow: inset 0 0 0 2000px #0000008f;
    -moz-box-shadow: inset 0 0 0 2000px #0000008f;
    -ms-box-shadow: inset 0 0 0 2000px #0000008f;
    -o-box-shadow: inset 0 0 0 2000px #0000008f;
    -webkit-box-shadow: inset 0 0 0 2000px #0000008f;
	padding: 110px 0px;
	background-repeat: no-repeat;
    background-size: cover;
}
#book_now .title{
	font-size: 22px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    line-height: 37px;
    background-color: #ffffffc7;
    color: #333;
    padding: 29px 0px;
    width: 60%;
    margin: 0px auto;
}
#book_now .caption{
	font-size: 31px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    color: #fb0;
    padding-bottom: 30px;
}
#bottom_boxes{
	padding: 75px 0px;
	background-color: #f9f9f9;
}
#bottom_boxes .container{
	display: flex;
    justify-content: center;
}
#bottom_boxes .col_{
	width: 48%;
    padding: 0px 46px;
}
.bottom_box{
	background-color: #556473;
    height: 300px;
}
.bottom_box .title{
	font-size: 25px;
    font-family: 'Sen', sans-serif;
    text-align: center;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 15px;
    color: #FFF;
    border-bottom: 1px solid #ffffff61;
    width: 50%;
    margin: 0px auto;
}
.bottom_box .description{
	padding: 13px 26px;
	padding-top: 18px;
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}
#gallery{
	padding: 75px 0px;
}
#gallery .row{
	display: flex;
	justify-content: center;
}
#gallery .col_{
	width: 35%;
	margin: 0px 35px;
}
#gallery .col_:nth-child(1) .gallery_image{
	background-image: url("../img/gallery/1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#gallery .col_:nth-child(2) .gallery_image{
	background-image: url("../img/gallery/2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#gallery .col_:nth-child(3) .gallery_image{
	background-image: url("../img/gallery/3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.gallery_image{
	box-shadow: 0px 3px 11px -1px #666;
    -webkit-box-shadow: 0px 3px 11px -1px #666;
    -moz-box-shadow: 0px 3px 11px -1px #666;
    -ms-box-shadow: 0px 3px 11px -1px #666;
    -o-box-shadow: 0px 3px 11px -1px #666;
	height: 260px;
}
.gallery_image img{
    width: 100%;
	height: 100%;
}
#menu{
	padding: 75px 0px;
}
#menu .col-sm-6{
	padding: 0px 22px;
}
#menu .container{
	padding: 0px;
	padding-top: 30px;
	background-color:#FFF;
	box-shadow: 0px 0px 16px 0px #949494;
	-moz-box-shadow: 0px 0px 16px 0px #949494;
	-ms-box-shadow: 0px 0px 16px 0px #949494;
	-o-box-shadow: 0px 0px 16px 0px #949494;
	-webkit-box-shadow: 0px 0px 16px 0px #949494;
}
.menu-group{
	overflow:hidden;
}
.menu-group dd{
	font-size:16px;
	color:#999;
}
.menu-title{
    color: #FFF;
    padding: 8px 14px;
    font-size: 20px;
    font-weight: 600;
	font-family: 'Catamaran', sans-serif;
	background-image: url("../img/menu-title.jpg");
	box-shadow: inset 0 0 0 2000px #00000094;
    -moz-box-shadow: inset 0 0 0 2000px #00000094;
    -ms-box-shadow: inset 0 0 0 2000px #00000094;
    -o-box-shadow: inset 0 0 0 2000px #00000094;
    -webkit-box-shadow: inset 0 0 0 2000px #00000094;
    background-size: 15%;
}
.menu-item{
	padding-bottom:15px;
	border-bottom:#e6e6e6 solid 1px;
	overflow:hidden;
	margin-bottom:15px;
	color:#424242;
}
.menu-description{
	font-size:14px;
	color:#6f6f6f;
}
.category_description{
	padding-top: 16px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Catamaran', sans-serif;
    color: #484848;
}
.menu-item:last-child{
	border-bottom-style:none;
	margin-bottom:25px;
}
.menu-item_left{
	font-size:18px;
	float:left;
	width:75%;
	font-family: 'Catamaran', sans-serif;
	color: #bb4601;
}
.menu-item_right{
	font-size:18px;
	font-family: 'Catamaran', sans-serif;
	float:left;
	width:25%;
	text-align:right;
}
.contact_info{
	padding-top: 75px;
	padding-bottom: 57px;
}
.contact_info .title{
	color: #353535;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 33px;
	font-weight: 700;
	padding-bottom: 15px;
	text-align: center;
}
.contact_item{
	padding: 18px 0px;
}
.contact_item .icon{
	font-size: 40px;
	color: #daa554;
	width: 32px;
	margin: 0px auto;
	padding-bottom: 15px;
}
.contact_item .text{
	font-family: 'Catamaran', sans-serif;
    font-weight: 400;
	font-size: 19px;
	margin-left: 10px;
	text-align: center;
}
.contact_item .text a{
	font-family: 'Catamaran', sans-serif !important;
	font-size: 19px !important;
	color: #333 !important;
}
#contact{
	background-color: #fbfdfc;
	padding: 75px 0px;
}
#contact .container{
	display: flex;
	align-items: center;
}
#contact .right .title{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 45px;
	line-height: 55px;
	padding-bottom: 15px;
}
#contact .description{
	font-family: "Open Sans",sans-serif;
    font-size: 16px;
    color: #808080;
    line-height: 29px;
}
.contact_form{
	width: 100%;
	height: 480px;
	background-image: url("../img/contact.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px #00000094;
	-moz-box-shadow: inset 0 0 0 2000px #00000094;
	-ms-box-shadow: inset 0 0 0 2000px #00000094;
	-o-box-shadow: inset 0 0 0 2000px #00000094;
	-webkit-box-shadow: inset 0 0 0 2000px #00000094;
	padding: 0px 20px;
	position: relative;
}
.contact_form .form{
	transition: 0.25s all linear;
	-moz-transition: 0.25s all linear;
	-ms-transition: 0.25s all linear;
	-o-transition: 0.25s all linear;
	-webkit-transition: 0.25s all linear;
	position: absolute;
    top: 80px;
    width: calc(100% - 40px);
}
.contact_form .success{
	transition: 0.25s all linear;
    -moz-transition: 0.25s all linear;
    -ms-transition: 0.25s all linear;
    -o-transition: 0.25s all linear;
    -webkit-transition: 0.25s all linear;
    opacity: 0;
    visibility: hidden;
    color: #FFF;
    font-family: 'Catamaran', sans-serif;
    font-size: 25px;
    text-align: center;
    background-color: #424242b3;
    padding: 9px 0px;
}
.contact_form .title{
	color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    font-weight: 500;
	padding-top: 25px;
}
.contact_form input{
	margin-bottom: 18px;
    border-radius: 0px;
    border: none;
    padding: 15px 15px;
    height: auto;
}
.contact_form textarea{
	margin-bottom: 18px;
    border-radius: 0px;
    border: none;
    padding: 15px 15px;
	height: auto;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	max-height: 130px;
	min-height: 130px;
	height: 130px !important;
	margin-bottom: 65px;
}
.contact_form button{
	background-color: #e22104;
    padding: 12px 0px;
	width: 152px;
	height: 48px;
    border: none;
    color: #FFF;
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 76px);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: 0.25s all linear;
	-moz-transition: 0.25s all linear;
	-ms-transition: 0.25s all linear;
	-o-transition: 0.25s all linear;
	-webkit-transition: 0.25s all linear;
}
.contact_form button:focus{
	border: none;
	outline: none;
}
#map{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 75px 0px;
}
#map iframe{
	height: 500px;
    width: 70%;
    border: 1px solid #6f6f6f;
}
.find_us_title{
	text-align: center;
    padding-top: 60px;
    font-size: 35px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 700;
}
#footer{
	padding-top:25px;
	background-color:#232323;
	color:#FFF;
}
#footer .col_{
	width: 33.333%;
	float: left;
}
.footer_item{
	padding-bottom: 10px;
	overflow: hidden;
}
.footer_item i{
	padding-right: 15px;
	padding-top: 5px;
	float: left;
}
.footer_item div{
	float: left;
}
.footer_item:last-child{
	padding-bottom: 0px;
}
#footer .container{
	width: 65%;
	max-width: 100%;
}
.footer_title{
	font-size:18px;
	margin-bottom:12px;
}
.bottom_nav{
	font-size: 15px;
    color: #b7b7b7;
}
.bottom_nav ul{
    padding: 0;
}
.bottom_nav li{
	list-style:none;
}
.bottom_nav a{
	font-size: 15px;
    color: #b7b7b7;
}
.bottom_nav a:hover{
	color:#EEE;
}
.connect{
	overflow: hidden;
}
.connect i{
	font-size: 17px;
	margin-right: 10px;
	background-color: #5d5d5d;
	color: #c7c7c7;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-webkit-transition: 0.2s linear all;
}
.connect a:last-child i{
	margin-right: 0px;
}
.connect:hover i{
	color: #868686;
}
.connect i:hover{
	color: #f1f1f1 !important;
}
#footerBottom{
	background-color:#232323;
    color:#FFF;
	font-size: 14px;
	color: #b7b7b7;
	padding: 26px 0px;
}
#footerBottom .container{
	overflow: hidden;
	width: 65%;
	max-width: 100%;
	padding: 0px;
}
#footerBottom a{
	color: #c8c8c8 !important;
	font-weight: 600 !important;
	font-family: 'Open Sans', sans-serif !important;
}
@media screen and (max-width: 1400px){
	#navigation nav li a{
		padding: 14px 9px;
	}
}
@media screen and (max-width: 1320px){
	#navigation .container{
		width: 97%;
	}
}
@media screen and (max-width: 1199px){
	.contact_form {
		width: 459px;
		height: 491px;
	}
	#bottom_boxes .container{
		width: 95%;
	}
	.gallery_image{
		height: 211px;
	}
	#welcome .left {
		padding-top: 135px
	}
}
@media screen and (max-width: 1175px){
	#footer .container, #footerBottom .container{
		width: 83%;
	}
}
@media screen and (max-width: 1145px){
	.logo{
		width: 160px;
	}
	.logo img{
		width: 87%;
	}
	#navigation nav{
		width: calc((100% - 160px)/2);
	}
	#navigation .call_btn{
		width: calc((100% - 160px)/2);
	}
}
@media screen and (max-width: 1050px){
	#bottom_boxes .col_{
		width: 48%;
	}
}
@media screen and (max-width: 991px){
	#services .container{
		width: 98%;
	}
	.contact_info .container{
		width: 98%;
	}
	#contact .container{
		width: 94%;
	}
	.contact_form{
		width: 403px;
	}
	#contact .right{
		justify-content: flex-end;
		width: 45%;
	}
	#contact .left{
		width: 55%;
	}
	.gallery_image{
		height: 223px;
	}
	#welcome .right{
		background-size: 88%;
	}
	#welcome .container{
		width: 88%;
	}
	#book_now .container{
		width: 100%;
	}
	#book_now .title{
		width: 83%;
	}
	.header img{
		width: 316px;
		padding-top: 28px;
	}
}
@media screen and (max-width: 980px){
	.logo{
		width: 125px;
	}
	#navigation nav{
		width: calc((100% - 125px)/2);
	}
	#navigation .call_btn{
		width: calc((100% - 125px)/2);
	}
}
@media screen and (max-width: 970px){
	#map iframe{
		width: 100%;
	}
	#map{
		padding: 75px 40px;
	}
}
@media screen and (max-width: 970px){
	.bottom_box{
		height: 320px;
	}
}
@media screen and (max-width: 925px){
	#footer .container, #footerBottom .container{
		width: 95%;
	}
}
@media screen and (max-width: 915px){
	#navigation nav li a{
		padding: 14px 4px;
	}
}
@media screen and (max-width: 880px){
	#welcome .container{
		display: flex;
		flex-direction: column;
	}
	#welcome .right{
		float: none;
		width: 100%;
		background-position: top 30px center;
		background-size: 68%;
		height: 416px;
	}
	#welcome .left{
		float: none;
		width: 100%;
		padding: 75px 50px;
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 865px){
	#bottom_boxes .col_{
		padding: 0px 15px;
	}
}
@media screen and (max-width: 850px){
	.header .title{
		padding-top: 185px;
	}
	#navigation .icon{
		display: flex;
	}
	#navigation .nav_{
		display: none;
	}
	#navigation .nav li{
		float: none;
	}
	#main_header .title{
		width: auto;
		font-size: 45px;
		line-height: 60px;
		padding-top: 225px;
	}
	#main_header .phone_number{
		display: block;
	}
	#main_header .order_online{
		display: block;
	}
	#main_header .address{
		display: block;
	}
	#navigation .nav li a{
		padding: 17px 13px;
    	text-align: left;
	}
	#navigation .call_btn{
		display: none;
	}
	#navigation .nav{
		width: 100%;
	}
	#navigation{
		background-color: #f9f9f9;
		box-shadow: 0px -4px 16px #4e4e4e;
		position: fixed;
	}
	#navigation .container{
		height: auto;
		padding-bottom: 12px;
		display: block;
	}
	#navigation nav li a{
		color: #020202;
	}
	#navigation nav li a:hover{
		color: #020202;
		background-color: #f3f3f3;
	}
	#navigation nav .active{
		border-color: #dab03b;
	}
	#navigation .call_btn a{
		color: #cca12c;
		border-color: #cca12c;
	}
	#navigation .logo{
		padding-top: 8px;
		width: 228px;
		margin: 0px auto;
		border-radius: 0px;
		background: none;
		height: 65px;
	}
	#navigation .logo img{
		width: 69%;
	}
	.fixedSect{
		background-attachment: scroll;
	}
}
@media screen and (max-width: 835px){
	.contact_form{
		width: 97%;
	}
}
@media screen and (max-width: 825px){
	#contact .right{
		width: 50%;
	}
	#contact .left{
		width: 50%;
	}
}
@media screen and (max-width: 820px){
	#services .row_{
		flex-direction: column;
	}
	.service{
		margin: 30px 0px;
		padding: 35px 25px;
	}
	#services .col_ {
		width: 80%;
	}
}
@media screen and (max-width: 816px){
	.contact_item{
		padding-bottom: 25px;
	}
	.contact_item .icon{
		width: 44px;
  		text-align: center;
	}
	.contact_info{
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 767px){
	#menu{
		padding: 30px 15px;
	}
	#footer .col_{
		width: 100%;
		float: none;
		border-bottom: 1px solid #4c4c4c;
		padding-left: 75px;
	}
	#footer .col_:nth-child(1){
		padding-bottom: 18px;
	}
	#footer .col_:nth-child(2){
		padding-top: 24px;
	}
	#footer .col_:last-child{
		border-bottom: none;
		padding-top: 24px;
	}
	.hours_opening_nav{
		margin-bottom: 25px;
	}
	#footerBottom .container div{
		float: none !important;
		text-align: center;
		padding: 5px 0px;
	}
	.gallery_image{
		height: 250px;
		margin-bottom: 35px;
	}
	#gallery{
		padding-bottom: 40px;
	}
	#gallery .col_{
		width: 43%;
		margin: 0px 17px;
	}
}
@media screen and (max-width: 740px){
	#book_now .title{
		width: 96%;
		font-size: 18px;
		line-height: 32px;
	}
}
@media screen and (max-width: 735px){
	#welcome .title, #cuisine .title{
		font-size: 44px;
	}
}
@media screen and (max-width: 725px){
	#bottom_boxes .col_{
		padding: 0px 11px;
	}
	#bottom_boxes .container{
		width: 100%;
	}
}
@media screen and (max-width: 680px){
	#contact .right{
		width: 100%;
		float: none;
		justify-content: center;
	}
	#contact .left{
		width: 100%;
		float: none;
		padding-bottom: 0px;
	}
	#contact .container{
		display: block;
	}
	#main_header .title{
		padding-top: 150px;
	}
	#main_header .title, #main_header .phone_number, #main_header .order_online, #main_header .address{
		margin-left: 44px;
		padding-left: 0px;
	}
	#main_header{
		height: 592px;
	}
	#welcome .right{
		height: 380px;
	}
	.nav li a{
		padding: 13px 33px;
	}
}
@media screen and (max-width: 675px){
	#welcome .description, #cuisine .description{
		text-align: justify;
	}
}
@media screen and (max-width: 655px){
	.header img{
		width: 281px;
	}
	.header .phone_number a{
		font-size: 23px !important;
	}
	.header .address{
		font-size: 18px;
	}
	.header .order_online{
		padding: 10px;
		width: 138px;
	}
	.header .text{
		float: right;
		width: calc(100% - 281px);
	}
}
@media screen and (max-width: 640px){
	#bottom_boxes .container{
		display: block;
	}
	#bottom_boxes .col_{
		width: 100%;
		margin-bottom: 45px;
	}
	.bottom_box{
		height: auto;
		padding-bottom: 30px;
	}
	#bottom_boxes{
		padding-bottom: 30px;
	}
	#welcome .right{
		background-size: 81%;
	}
}
@media screen and (max-width: 620px){
	#services .container{
		width: 100%;
		padding: 0px;
	}
	#services .col_ {
		width: 92%;
	}
}
@media screen and (max-width: 607px){
	#welcome .left{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media screen and (max-width: 590px){
	.header .container{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.header img{
		align-self: center;
		padding-top: 7px;
	}
	.header .text{
		float: none;
		width: 100%;
	}
	.header .phone_number{
		float: none;
		text-align: center;
		margin-top: 16px;
		display: block;
	}
	.header .address{
		float: none;
		text-align: center;
		font-size: 19px;
		padding-top: 17px;
	}
	.header .order_online{
		float: none;
		margin: 0px auto;
	}
	.nav li a{
		padding: 13px 20px;
	}
	.nav .container{
		padding: 0px;
	}
}
@media screen and (max-width: 560px){
	#gallery .row{
		flex-direction: column;
	}
	#gallery .col_{
		margin: 0px auto;
		width: 79%;
	}
}
@media screen and (max-width: 550px){
	#welcome .right{
		background-size: 86%;
		height: 339px;
	}
}
@media screen and (max-width: 485px){
	#map{
		padding: 32px 18px;
	}
}
@media screen and (max-width: 480px){
	#navigation .icon{
		font-size: 22px;
	}
	.logo{
		width: 146px;
	}
	#navigation.scrolled .logo{
		width: 228px;
	}
}
@media screen and (max-width: 465px){
	#main_header .order_online{
		margin-top: 31px;
		margin-bottom: 31px;
	}
}
@media screen and (max-width: 455px){
	#services .title_{
		font-size: 41px;
	}
	#services .description_{
		font-size: 18px;
		padding: 0px 15px;
		padding-bottom: 12px;
	}
}
@media screen and (max-width: 450px){
	.nav li a{
		font-size: 16px;
		padding: 11px 12px;
	}
}
@media screen and (max-width: 440px){
	#footer .col_{
		padding-left: 35px;
	}
}
@media screen and (max-width: 435px){
	#welcome .right{
		padding: 75px 25px;
	}
	#cuisine .left{
		padding: 75px 25px;
	}
	#navigation .icon{
		padding-left: 0px;
	}
}
@media screen and (max-width: 415px){
	#welcome .right{
		background-size: 100%;
	}
}
@media screen and (max-width: 390px){
	#welcome .title{
		font-size: 36px;
    	line-height: 40px;
	}
	#cuisine .title{
		font-size: 36px;
    	line-height: 40px;
	}
}
@media screen and (max-width: 375px){
	.nav li{
		padding: 8px 2px;
	}
	.nav li a{
		padding: 11px 7px;
	}
}
@media screen and (max-width: 370px){
	#main_header .title{
		font-size: 33px;
		line-height: 45px;
	}
}
@media screen and (max-width: 350px){
	#contact .left{
		text-align: center;
	}
	.contact_info .col_{
		width: 98%;
	}
	#footer .col_{
		padding-left: 20px;
	}
	.header img{
		width: 100%;
	}
}
@media screen and (max-width: 335px){
	#welcome .title{
		font-size: 32px;
    	line-height: 40px;
	}
	#cuisine .title{
		font-size: 32px;
    	line-height: 40px;
	}
	#welcome .right{
		padding: 75px 8px;
	}
	#cuisine .left{
		padding: 75px 8px;
	}
}
@media screen and (max-width: 311px){
	.contact_item .icon{
		font-size: 23px;
	}
	.contact_item .text{
		font-size: 17px;
	}
}
@media screen and (max-width: 218px){
	#main_header .phone_number{
		margin-left: 20px;
	}
	#main_header .title{
		margin-left: 20px;
	}
	#main_header .address{
		margin-left: 20px;
	}
	#main_header .order_online{
		width: 68%;
		margin-left: 20px;
	}
}