
/*'Poppins', sans-serif*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');

@font-face {
    font-family: 'lm';
    src: url('../fonts/LemonMilk.eot');
    src: url('../fonts/LemonMilk.eot') format('embedded-opentype'),
         url('../fonts/LemonMilk.woff2') format('woff2'),
         url('../fonts/LemonMilk.woff') format('woff'),
         url('../fonts/LemonMilk.ttf') format('truetype'),
         url('../fonts/LemonMilk.svg#LemonMilk') format('svg');
}


@font-face {
    font-family: 'sac';
    src: url('../fonts/SacramentoRegular.eot');
    src: url('../fonts/SacramentoRegular.eot') format('embedded-opentype'),
         url('../fonts/SacramentoRegular.woff2') format('woff2'),
         url('../fonts/SacramentoRegular.woff') format('woff'),
         url('../fonts/SacramentoRegular.ttf') format('truetype'),
         url('../fonts/SacramentoRegular.svg#SacramentoRegular') format('svg');
}


/*Global Dclr*/
body{
	margin: 0;
	padding: 0;
}
ul{margin: 0;padding: 0;}
li{list-style: none;}
a:hover{text-decoration: none;}

/*Design Start Header*/
header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.header-top{
	padding: 13px 0;
	border-bottom: 1px solid #ffdb58;
}
.top-social ul li{
	float: left;
	margin: 0 10px 0 0;
}
.top-social ul li span{
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	margin-left: 10px;
}
.top-social ul li a, .top-social ul li i{
	color: #d4af37;
	font-size: 15px;
}
.reserve-btn a{
	display: block;
	font-size: 13px;
	color: #fff;
	border: 1px solid #ffdb58;
	line-height: 40px;
	text-align: center;
	background: #572000;
	border-radius: 30px;
	position: absolute;
	width: 90%;
	font-family: lm;
	top: 15px;
	transition: 0.3s;
}
.reserve-btn a span{
	background: #D4AF37;
	padding: 5px 10px;
	border-radius: 10px;
	margin-left: 5px;
}

.reserve-btn a:hover{
	background: #ffdb58;
	color: #572000;
	transition: 0.3s;
}

.reserve-btn a i{
	margin-right: 5px;
}





/*Navigation area*/
.nav-header{
	border-bottom: 1px solid #ffdb58;
	padding: 35px 0;
}
.navbar-default {
    background-color: transparent !important;
    border-color: inherit !important;
    border: 0px !important;
    margin: 0px !important;
    min-height: auto !important;
}
.navbar-nav{
	float: none; !important;
	display: table !important;
	margin: 0 auto !important;
}
.navbar-nav li:nth-child(4){
	margin-right: 200px;
}

.navbar-nav .nav-active a, .navbar-nav li{
	position: relative;
}

.navbar-nav .nav-active a, .navbar-nav li a {
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family:lm !important;
    color: #fff !important;
    padding: 0 16px !important;
    line-height: 45px !important;
    position: relative !important;
}

.navbar-nav .nav-active a:after, .navbar-nav li a:hover:after{
	position: absolute;
	content: "";
	left: 50%;
	top: 100%;
	width: 50%;
	height: 1px;
	background: #d4af37;
	transform: translateX(-50%);
}

.logo{
	position: relative;
}
.logo a {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    display: table;
}


/*Banner Style*/
.banner-holder{
	background: #000;
}
.main-ban-heading {
    color: #d4af37;
    font-size: 55px;
    font-family: sac;
    position: relative;
    display: table;
    margin: 0 auto;
}
.main-ban-heading:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 62px;
    background: url(../images/ful.png);
    right: -37px;
    top: -12px;
}

.second-main-heading .main-ban-heading:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 62px;
    background: url(../images/ful.png);
    right: -37px;
    top: -15px;
}

.sub-ban-heading{
	font-family: lm;
	font-size: 40px;
	color: #fff;
	display: table;
    margin: 0 auto;
}
.sub-ban-paragraph p{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-align: center;
}




/*About section*/
.about-area{
	padding: 65px 0;
}
.common-heading h3{
	font-size: 45px;
	font-family: sac;
	color: #8b4513;
	position: relative;
	display: table;
	margin: 0 auto;
}
.common-heading h3:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 54px;
    background: url(../images/ful2.png);
    right: -26px;
    top: -18px;
}
.common-heading h4{
	font-size: 45px;
	font-family: lm;
	color: #222;
	display: table;
	margin: 15px auto;
}

.common-heading p{
	font-size: 18px;
	color:#000;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.about-describe p{
	font-size: 18px;
	color:#696969;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 25px 0;
}
.common-btn{
    display: table;
    margin: 0 auto;
    padding: 0 60px;
    font-size: 18px;
    color: #8b4513;
    border: 1px solid #8b4513;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    font-family: lm;
    transition: 0.3s;
}
.common-btn:hover{
	background: #8b4513;
	color: #fff;
	transition: 0.3s;
}
.about-img{
	position: relative;
}
.about-img:before{
	position: absolute;
	content: "";
	left: -15px;
	top: -30px;
	width: 55px;
	height: 394px;
	background:url(../images/about-img-arrow-left.png) no-repeat;
}
.about-img:after{
	position: absolute;
	content: "";
	right: -15px;
	top: -30px;
	width: 55px;
	height: 394px;
	background:url(../images/about-img-arrow-right.png) no-repeat;
}
.input-group-addon {
    float: left;
    width: 15%;
    background: transparent !important;
    border: 0px !important;
}

.booking-form{
	margin-top: 60px;
}

.booking-form .form-group .form-control
{
	width: 85% !Important;
	float: left;
	border: 1px solid #8b4513;
	height: 40px;
	border-radius: 0px;
}

.booking-button button{
	display: table;
    margin: 50px auto 0;
    padding: 0 60px;
    font-size: 18px;
    color: #8b4513;
    background: #fff;
    border: 1px solid #8b4513;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    font-family: lm;
    transition: 0.3s;
}
.booking-button button:hover{
	background: #8b4513;
    color: #fff;
    transition: 0.3s;
}



/*Features- section*/
.features-area{
	padding: 40px 0;
}
.second-main-heading{
	margin-bottom: 50px;
}
.each-features{
	position: relative;
	transition: 0.3s;
}
.each-features p{
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
	font-family: 'Poppins', sans-serif;	
	text-align: center;
	margin-top: 35px;
}

.each-features:hover p{
	color: #ffdb58;
}

.each-features:hover .click-ftrs{
	display: block;
} 

.click-ftrs {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 225px;
    height: 220px;
    background: rgba(139, 69, 19, 0.82);
    border-radius: 50%;
    border: 12px solid #ffdb58;
	display: none;
}
.click-ftrs a{
	display: block;
	line-height: 220px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}




/*Menu Area*/
.black{color: #000 !important;}
.menu-section{
	padding: 50px 0;
}
.all-menu-area {
    background: #fff;
}
.each-menu {
    padding:15px 20px;
    margin-top: 30px;
    border: 1px solid #8b45132e;
    border-radius: 10px;
}
.menu-img{
	float: left;
	position: relative;
	display: none;
}

.menu-img:after {
    position: absolute;
    content: "";
    width: 115%;
    height: 115%;
    border-radius: 50%;
    border: 8px double #391a04;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.menu-describe {
    float: left;
    padding: 10px 0 0 30px;
    width: 79%;
}*/
.menu-describe {
    padding: 10px 0;
}
.special-menu {
    position: relative;
    padding: 15px 20px 0!important;
}
.special-offer p {
    color: #ff8100 !Important;
    position: absolute !Important;
    top: -25px !Important;
    right: 50px !Important;
    background: #fff !Important;
    padding: 0 10px !Important;
    font-family: lm !Important;
    letter-spacing: 1px !Important;
}
.special-menu:before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 100%;
	height: 17px;
	border: 1px solid #8b4513;
	border-bottom: 0px;
}
/*.special-menu:after{
	position: absolute;
	content: "";
	right: 0;
	bottom:-20px;
	width: 100%;
	height: 17px;
	border: 1px solid #8b4513;
	border-top: 0px;
}*/

/*Menu page style*/
/*.left-menu-listing{
	margin-top: 50px;
}*/
.left-menu-listing ul li {
    position: relative;
    z-index: 0;
    transition: 0.5s;
    float: left;
    width: 100%;
}
.left-menu-listing ul li:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-bottom: 2px dashed #222;
	z-index: -1;
	transition: 0.5s;
}
.left-menu-listing ul li a {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #8b4513;
    display: block;
    padding: 10px 0;
    transition: 0.5s;
}
a:focus, a:hover{
	text-decoration: none;
}
.left-menu-listing ul li a:hover{
	text-decoration: none;
}
.left-menu-listing ul li:hover:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	transition: 0.5s;
}
.left-menu-listing ul li:hover a{
	padding-left: 15px;
	transition: 0.5s;
}
.left-menu-listing ul li:last-of-type:after{
	position: inherit;
}

.menu-describe h5 {
    color: #8b4513;
    font-size: 18px;
    font-family: lm;
    letter-spacing: 1px;
}
.menu-describe h5 span {
    color: #000;
    font-size: 15px;
    font-family: lm;
    float: right;
}
.menu-describe p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0 0 0;
    font-family: 'Poppins', sans-serif;
}
.no-pad-border{
	padding-bottom: 0 !important;
	border-bottom: 0px !important;
}
.all-menu-location a{
	margin-top: 50px;
}
.sub-heading h3 {
    font-size: 24px;
    font-family: lm;
    background: #000;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
}
.product-addition ul{
	float: right;
	margin: 20px 0 0;
}
.product-addition ul li{
	float: left;
	line-height: 30px;
}
.product-addition ul li{
	font-family: lm;
}

.add-order {
    background: rgb(241,231,103) !important;
    background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
    background: linear-gradient(to bottom, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ) !important;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 12px !important;
    padding: 8px 15px !important;
}
.add-order:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,c79810+100;Yellow+3D+%232 */
background: rgb(234,185,45) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ) !important; /* IE6-9 */
}
.product-addition ul li a{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
padding: 5px 10px;
font-size: 15px;
font-family: lm;
color: #000;
}
.product-addition ul li a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
background: rgb(96,108,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
color: #fff;
}
.product-addition ul li input {
    width: 70px;
    height: 31px;
    border-radius: 0px;
    border: 1px solid #000;
}




/*Gallery style*/
.gallery-area{
	padding: 50px 0 0;
	background: url(../images/gallery-bg.jpg) no-repeat center top;
}
.each-gallery{
	width: 20%;
	float: left;
}
.more-btn a{
	display: table;
	margin: 30px auto 0;
}
.whole-gallery-area{
	margin-top: 80px;
}


/* Reservation Area*/
.reserve-area{
	padding: 50px 0;
}






/* Footer design */
footer{
	background: #222;
}
.footer-top{
	padding: 35px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8b4513+0,4d2204+100 */
background: #8b4513; /* Old browsers */
background: -moz-linear-gradient(top, #8b4513 0%, #4d2204 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #8b4513 0%,#4d2204 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #8b4513 0%,#4d2204 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b4513', endColorstr='#4d2204',GradientType=0 ); /* IE6-9 */
}
.footer-about p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin: 15px 0;
    background: #452107;
    padding: 10px;
    border-radius: 10px;
}
.footer-about p:last-child{
	margin-bottom: 0px;
}
.footer-btm {
    background: #ffdb58;
    padding: 15px 0;
}

.footer-about p span, .footer-about a{
	color: #ffdb58;
	font-weight: 600;
}


.footer-heading h2 {
    position: relative;
    font-weight: 400;
    font-family: lm;
    color: #ffdb58;
    font-size: 21px;
    padding-bottom: 15px;
    margin-bottom: 32px;
}

.footer-newsletter p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin: 15px 0;
}

.footer-heading h2:after{
	position: absolute;
	bottom: 0;
	content: "";
	width: 100%;
	background: #fff;
	height: 1px;
	left: 0;
}

.footer-heading h2:before{
	position: absolute;
	bottom: -3px;
	content: "";
	width: 40px;
	background: #000;
	height: 6px;
	left: 0;
	z-index: 9;
}

.footer-links ul li{
	padding: 15px 0;
	border-bottom: 2px dashed #464646;
}

.footer-links ul li:first-child{
	padding-top: 0px;
}

.footer-links ul li:nth-child(6){
	padding-bottom: 0px;
	border-bottom: 0px;
}
.footer-links ul li a{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-left: 22px;
	text-transform: uppercase;
	position: relative;
}
.footer-links ul li a:before{
	position: absolute;
	left: 0;
	top: 50%;
	content: "\f054";
	font-family: FontAwesome;
	color: #3b3b3b;
	font-size: 16px;
	transform: translateY(-50%);
}

.footer-address ul li {
    float: left;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 15px;
}

.footer-address ul li i {
    width: 20px;
    height: 20px;
    color: #ffdb58;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    margin-right: 10px;
}

.footer-social-area ul{
	margin-top: 15px;
	float: left;
	width: 100%;
}

.footer-social-area ul li{
	float: left;
	margin-right: 15px;
}
.footer-social-area ul li a{
	font-size: 22px;
	color: #ffdb58;
}

.footer-newsletter .form-control {
    height: 40px;
    border-radius: 0px;
    border: 0px;
}

.footer-newsletter button {
    color: #ffdb58;
    border: 2px solid #fff;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    width: 122px;
    height: 36px;
    float: right;
    border-radius: 25px;
}

.footer-copy, .footer-copy a{
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	color: #8b4513;
}


/*Contact area*/
.contact-area{
	padding: 50px 0;
}
.contact-page-information {
    background: #f7f7f7;
    border: 1px solid #d6cfca;
    padding: 15px;
}
.contact-page-information ul li{
	text-align: center;
	color: #000;
	margin: 15px 0;
	font-weight: 700;
	font-size: 20px;
}
.contact-page-information ul li i{
	color: #894412;
}
.contact-form-area{
	margin-top: 30px;
}
.contact-area .common-heading{
	margin-bottom: 50px;
}
.contact-form-area{
	padding: 20px;
	background: #A24D00;
}
.contact-form-area .form-group .form-control{
	border: 1px solid #000;
	border-radius: 0px;
	height: 45px;
}
.contact-form-area .form-group textarea.form-control{
	height: 150px;
}


.contact-map-area iframe{
	border: 2px solid #000;
}


.form-button button{
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,c79810+100;Yellow+3D+%232 */
background: rgb(234,185,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
border: 1px solid #000;
width: 100%;
height: 35px;
font-weight: 700;
}










/*Responsive Design*/
@media screen and (max-width: 1024px) {
	header{
		background: #572000;
		position: relative;
	}
	.dn{ display: none; }
	.header-top{
		padding: 15px 0 35px;
	}
	.top-social ul{
		display: table;
		margin: 0 auto;
	}
	.logo a {
	    position: relative;
	    top: 0;
	    left: inherit;
	    transform: inherit;
	    display: inherit;
	}
	.navbar-nav li:nth-child(4) {
	    margin-right: 0;
	}
	.navbar-nav .nav-active a, .navbar-nav li a {
	    font-size: 13px !important;
	    font-weight: 500 !important;
	    font-family: lm !important;
	    color: #fff !important;
	    padding: 0 11px !important;
	    line-height: 50px !important;
	    position: relative !important;
	}
	.about-describe p{
		margin: 0 0 25px;
	}
	.about-img{
		margin-top: 90px;
	}
	.about-img:before {
	    position: absolute;
	    content: "";
	    left: -35px;
	    top: -35px;
	    width: 55px;
	    height: 57px;
	    background: url(../images/about-img-arrow-left.png) no-repeat;
	    background-size: 100%;
	}
	.about-img:after{
		position: inherit;
	}
	.each-gallery {
	    width: 50%;
	    float: left;
	}
	.input-group-addon {
	    float: none;
	    width: 100%;
	    background: transparent !important;
	    border: 0px !important;
	}
	.booking-form .form-group .form-control{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.menu-describe {
	    float: left;
	    padding: 0;
	    width: 100%;
	}
	.main-ban-heading{
		font-size: 45px;
	}
	.sub-ban-paragraph, .sub-ban-heading, .main-ban-heading{
		display: none;
	}
	.reserve-btn a{
		width: 100%;
		margin: 10px 0;
		position: relative;
	}
	.top-social ul li{
		margin: 5px;
	}
	.navbar-toggle {
	    width: 100%;
	    margin: 15px 0 0;
	    color: #fff;
	    font-family: sac;
	    padding: 0;
	    font-size: 33px;
	    border-radius: 25px;
	    border: 1px dashed #ffdb58 !important;
	    background: rgb(132,30,0);
	    background: -moz-linear-gradient(top, rgba(132,30,0,1) 0%, rgba(114,43,0,1) 50%, rgba(87,32,0,1) 98%, rgba(20,0,0,1) 98%, rgba(87,32,0,1) 98%, rgba(0,0,0,1) 100%);
	    background: -webkit-linear-gradient(top, rgba(132,30,0,1) 0%,rgba(114,43,0,1) 50%,rgba(87,32,0,1) 98%,rgba(20,0,0,1) 98%,rgba(87,32,0,1) 98%,rgba(0,0,0,1) 100%);
	    background: linear-gradient(to bottom, rgba(132,30,0,1) 0%,rgba(114,43,0,1) 50%,rgba(87,32,0,1) 98%,rgba(20,0,0,1) 98%,rgba(87,32,0,1) 98%,rgba(0,0,0,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#841e00', endColorstr='#000000',GradientType=0 );
	    box-shadow: 0 5px 3px #230901;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	    background-color: #572000;
	}
	.navbar-nav{
		display: block !important;
	}
	.navbar-nav .nav-active a:after, .navbar-nav li a:hover:after{
		width: 100%;
	}
	.navbar-collapse, .navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-color: transparent !important;
	}
	.common-heading h3{
		font-size: 35px;
	}
	.common-heading h4{
		font-size: 25px;
	}
	.about-img:before{
		position: inherit;
	}
	.menu-describe{
		margin-top: 15px;
	}
	.menu-describe h5{
		font-size: 14px;
	}
	.menu-img {
	    float: none;
	    position: relative;
	    display: table;
	    margin: 0 auto 15px;
	}
	.special-menu:before, .special-menu:after{
		width: 100%;
	}
	.special-menu {
	    padding: 15px 0 0;
	}
	.all-menu-location a {
	    margin-top: 0;
	}
	.common-btn{
		padding: 0 30px;
	}
	.booking-form .form-group .form-control{
		width: 100% !important;
	}
	.booking-button button{
		margin: 30px auto 0;
		padding: 0 30px;
	}
	.navbar-nav .nav-active a, .navbar-nav li a{
		text-align: center !important;
	}
	.navbar-collapse{
		padding: 0 !important;
	}
	.common-btn{
		font-size: 15px;
	}
}