@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,500,600,700|PT+Sans:400,700&display=swap');
html,
	body {
	  height: 100%;
	  width: 100%;
	}
	
body {
	color:#000;
	font-family: 'PT Sans', sans-serif;

}
#menu .item { width:33%; padding:0 10px 20px;opacity:1; height:auto}
#menu .item .title { background:#a92a27; color:#fff; padding:10px; border:1px solid #a92a27; }
#menu .item .title p { font-size:20px; font-weight:700; margin:0; text-transform:capitalize; }
#menu .item .title small { font-size:12px; display:block; margin:0; font-weight:700; font-style:italic; opacity:0.8; }
#menu .content { padding:20px 15px 10px; border:1px solid #a92a27; border-top:0; }
#menu .content .meal { display:flex; align-items:center; justify-content:space-between; margin:0 0 15px; }
#menu .content .meal .name { font-size:14px; font-weight:600; text-transform:capitalize; }
#menu .content .meal .dots { flex-grow:1; border-bottom:2px dashed #a92a27; height:15px; margin:0 10px; }
#menu .content .meal .price { font-size:14px; font-weight:700; color:#a92a27; }
#menu .content .detail { font-size:13px; font-weight:400; font-style:italic; margin:-15px 0 15px; color:#ed1c24; margin-top: 2px;}
#menu .content .meal.sub { padding-left:15px; }
#menu .content .meal.sub .name { opacity:0.9; }
#menu .content .meal.sub .name:before { content:"> "; color:#a92a27; }

@media (max-width:900px){
#menu .item { width:100%;}
}
.bs.text-center {
    padding: 10px;
    background: #a92a27;
    color: #fff;
}
a {
	color: #a51e22;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn, .btn:hover {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
a:hover,
a:focus {
	color: #a51e22;
	outline: none;
	outline-offset: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Alegreya', serif;
}

p {
	font-size:15px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.gold{
	color:#a51e22;
}
.white{
	color: #fff;
}

.text-faded {
	color: #fff;
}

section {
	padding: 50px 0;
}

aside {
	padding: 50px 0;
}

.no-padding {
	padding: 0;
}

.no-gutter > [class*='col-'] {
  	padding-right: 0;
  	padding-left: 0;
}

/*---Button Style ---*/

.btn-default {
	color: #222222;
	background-color: white;
	border-color: white;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #222222;
	background-color: #f2f2f2;
	border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: white;
	border-color: white;
}
.btn-default .badge {
  	color: white;
  	background-color: #222222;
}
.btn-primary {
	background-color: #a51e22;  
	color: white;
	border-color: #a51e22;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #ee4b28;  
	color: white;
	border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  	background-color: #a51e22;
  		border-color: #a51e22;
}
.btn-primary .badge {
	background-color: white;
	color: #a51e22;
}
.btn {
	font-size:1.1428571428571428em;
		font-weight: 700;	
		text-transform: uppercase;
	border: 2px solid;
		border-radius: 10px;
	padding: 12px 15px;
}

.btn-white{
	border-color:#fff;
	color:#fff;
	background-color: transparent;
	padding: 15px 50px;
}
.btn-black{
	border-color:#000;
	color:#000;
	background-color: transparent;
}
.btn-gold{
	border-color:#a51e22;
	color:#a51e22;
	background-color: transparent;
	padding: 15px 50px;
}
.btn-white:hover{
	border-color:transparent;
	color:#fff;
	background-color:#a51e22;
}
.btn-black:hover{
	border-color:transparent;
	color:#a51e22;
	background-color:#000;
}
.btn-gold:hover{
	border-color:transparent;
	color:#fff;
	background-color:#a51e22;
}

.call-to-btn {
    text-align: center;
    margin: 50px 0px 15px;
}

::-moz-selection {	
  	background: #222222;
  	color: white;
  	text-shadow: none;
}
::selection {	
  	background: #222222;
  	color: #fff;
  	text-shadow: none;
}
img::selection {	
  	background: transparent;
  	color: white;
}
img::-moz-selection {	
  	background: transparent;
  	color: white;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: 0px;
}

/*---Navigation / #mainNav---*/

.navbar-default {
	background-color: #000;
  		border-color: rgba(34, 34, 34, 0.05);
  	-webkit-transition: all 0.35s;
  	-moz-transition: all 0.35s;
  	transition: all 0.35s;
	height: 130px;
}
.navbar-collapse{
	overflow:hidden !important;
	height: 70px !important;
}
.navbar-default .navbar-header .navbar-brand {
  	color: #a51e22;
  	font-family: 'Alegreya', serif;
  		font-weight: 400;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  	color: #fff;
}
.navbar-default .navbar-header .navbar-toggle {
  	font-size:1.1428571428571428em;
  	color: #222222;
  	text-transform: uppercase;
	background-color:#fff;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  	text-transform: uppercase;
  	color: #fff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  	color: #a51e22;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  	background-color: transparent;	
  	color: #a51e22 !important;
  	outline: none;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  	background-color:transparent;
	    color: #a51e22 !important;
}
@media (min-width: 768px) {
.navbar-default {
    background-color: rgba(0,0,0,0);
    border-color: transparent;
}
.navbar-default .navbar-header .navbar-brand {
    color: #fff;
	padding:0px;
}
.navbar-default .navbar-header .navbar-brand p {
    margin:0 auto;
    font-weight: 300;
	    font-size: 2.142857142857143em;
		    line-height: 1;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #a51e22;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	color: #fff;
	padding: 25px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #a51e22;
}
.navbar-default.affix {
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.05);
}
.navbar-default.affix .navbar-header .navbar-brand {
    color: #a51e22;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #000;
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
    color: #222222;
}
.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
    color: #a51e22;
}

}



/*---Header / #myCarousel (with slider)---*/

header {
	position: relative;
	width: 100%;
	min-height: auto;
	color: white;
	text-align: center;  
}


/*---Slider---*/


.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.carousel-caption {
    text-align: center;
    top: 30%;
}
.carousel-caption img {
    display: block;
	margin: 0 auto;
}
.carousel-caption h3 {
    display: block;
    text-shadow: none;
    font-size:3.4285714285714284em;
    font-weight: 700;
	margin-top: 5px;
    	margin-bottom: 30px;
}
.carousel-caption h2 {
    display: inline-block;
    font-size:8em;
	font-family: 'Dancing Script', cursive;
	font-weight:700;
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.item,
.active.left,
.active.right {
    opacity: 0;
}

.active,
.next.left,
.prev.right {
    opacity: 1;
}

.next,
.prev,
.active.left,
.active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-control {
    z-index: 2;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (min-width: 768px) {
.header {
    min-height: 100%;
}

}


/*---Section commen style---*/
.section-title {
    margin-bottom: 10px;
	text-align:center;
}
.section-title h1 {
    margin-bottom: 20px;
	font-weight:700;
}


/*---About section---*/

.about{
	    background-repeat: no-repeat;
    	background-position: center bottom;
		background-size:cover;
	text-align:center;
}
.about img{
	display:inline-block;
}
.about .left-side{
	margin-top:30px;
}
.about-content {
    padding-top: 20px;
	color:#555;
}
.about-chef {
    padding: 15px 0px;
} 
.about-chef p {
    font-size:1.7142857142857142em;
    color: #815a2c;
	padding-top: 20px;
}
.about-img {
	text-align:center;
}
.about-img figure {
	margin-bottom:15px;
	margin-top:15px;
}

/* Shine */
.about-img figure {
	position: relative;
}
.about-img figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.about-img figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
figure {
	overflow: hidden;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


/*---Our Menu section section---*/

.ourmenu{
	background-image:url(../img/ourmenu-bg.jpg);
	    background-repeat: no-repeat;
    	background-position: center bottom;
		background-size:cover;
	color:#fff;
}
.ehover42 .overlay {
    transition: all .4s cubic-bezier(.88,-.99,0,1.81);
}
.hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
	text-align:center;
}
.hover, .hover .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
	text-align:center;
}
.hover:hover img{
	opacity:0.4;
}

.hover img{
	border:1px solid #fff;
	width: 100%;
}
.hover a.info {
    text-decoration: none;
    margin: 40% 0 0;
}
.ehover:hover .overlay {
    background-color:transparent;
}
.ehover:hover a.info {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ehover a.info {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}



/*---Meal of the day section---*/

.mealoftheday{
	background-image:url(../img/reservation-bg.jpg);
	    background-repeat: no-repeat;
    	background-position: right bottom;
		background-size:cover;
}
.meal-details {
    background-color: #000;
    margin-top: 16%;
    padding: 10%;
    color: #fff;
	border: 10px solid #a51e22;
}
.meal-details h3 {
    margin-top: 10px;
}
.meal-details p{
    color: #d1d1d1;
}
.meal-details .price{
	color:#a51e22 ;
}
.chaf-qut p {
    margin-bottom: 5px;
    margin-top: 10px;
}
.chaf-qut img{
    border: 2px solid #fff;
}



/*---Book a Table Section---*/

.bookatable {
    /* background-image: url(../img/bg-3.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: center bottom; */
    /* background-size: cover; */
    background: #e0e0e0b0;
}
.best-dish{
	text-align: center;
    background-color: rgba(255,255,255,0.95);
    width: 60%;
    margin: 0 auto;
    padding: 50px;
}
.bookatable .big-text{
	font-size: 36px;
	font-family: 'Dancing Script', cursive;
	color:#a51e22 ;
}





/*---Testimonials section---*/


#fade-quote-carousel.carousel {
	margin-top: 30px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
	color: #898989;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
	    background: #a51e22;
	    margin-bottom: 30px;
}
#fade-quote-carousel .profile-circle img {
    border-radius: 100px;
}
#fade-quote-carousel blockquote .person{
	color:#a51e22;
	    margin-bottom: 0;
    margin-top: 50px;
}
#fade-quote-carousel blockquote .per-den{
	color:#898989;
	font-size:0.8571428571428571em;
}
#fade-quote-carousel .carousel-control {
	width: auto;
    color: #000;
    opacity: 1;
	text-shadow:none;
	font-size:1em;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .icon-prev {
    margin-left: -10px;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .fa-long-arrow-right, #fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}
#fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .fa-long-arrow-left {
    left: 50%;
    margin-left: -10px;
}
#fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .icon-next, #fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .fa-long-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

#fade-quote-carousel .carousel-control .fa-long-arrow-right, #fade-quote-carousel .carousel-control .icon-next {
    margin-right: -10px;
}
#fade-quote-carousel .carousel-control .icon-next, #fade-quote-carousel .carousel-control .fa-long-arrow-right {
    right: 50%;
    margin-right: -10px;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left {
    background-color: #a51e22;
    width: 60px;
    text-align: left;
    padding-left: 10px;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-right {
    background-color: #a51e22;
    width: 60px;
    text-align: right;
    padding-right: 10px;
}




/*---Events section---*/

.events{
	background-image:url(../img/event-bg.jpg);
	    background-repeat: no-repeat;
    	background-position: right bottom;
		background-size:cover;
}
.event-block{
	margin-top:20px;
	margin-bottom: 30px;
}
.event-artical{
	text-align:center;
}
.event-artical img{
	display:inline-block;
}
.event-date{
    padding: 50px 0px 0px;
    color: #555;
}
.event-name{
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.event-details{
	color: #555;
    padding: 20px 0px 30px;
}





/*---Contact section---*/

.contactus{
	background-image:url(../img/contact-bg.jpg);
	    background-repeat: no-repeat;
    	background-position: center bottom;
		background-size:cover;
	color:#fff;
}
.contactus .section-title{
	text-align:left;
}
.contect-out-bg{
	background-color: rgba(0,0,0,0.80);
    padding: 15px 0px;
}
.map{
	margin: -30px 0px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map iframe{
	width:100%;
	border:none;
}
.contact-form .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;	
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
	height: 50px;
}
.contact-form textarea.form-control {
    height: auto;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.contact-form .btn {
    margin-left: 15px;
}
.contact-form .btn:hover {
    background-color:#a51e22;
    border: solid 2px #a51e22;
	color:#fff;
}




/*---Footer section---*/

.footer{
	background-image:url(../img/newsletter-bg.png);
	    background-repeat: no-repeat;
    	background-position: top center;
		background-size:cover;
		padding: 80px 0 0px;
}
.newsletter{
	text-align:center;
	padding:20px 0px;
}
.newsletter .form-control {
    width: 320px;
    height: 50px;
    background-color: #f9f9f9;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.newsletter .btn{
    border-radius: 0;
    height: 50px;
    width: 70px;
    background-color: #a51e22;
	border: none;
	color: #fff;
}
.newsletter .btn:hover{
    background-color: #000;
	color:#fff;
}
.social{
	text-align:center;
	margin-top: 30px;
}
.social li a {
    width: 60px;
    height: 60px;
    background-color: rgb(222, 223, 223);
    border: solid 2px #000;
    color: #000;
    display: block;
	line-height:2.3em;
}
.social li a:hover {
    background-color:#000;
    color: #fff;
}
.copyright{
	background-color:#000000e6;
}
.copy{
	color:#959595;
	text-align:center;
	    margin-bottom: 0;
    padding: 15px 0px;
}



/*--- inner Page---*/

	/* Page Header */
	
	header.inner-page {
		background-color: #000;
		position: relative;
		width: 100%;
		height: auto;
		color: white;
		text-align: center;  
	}
	header.inner-page img{
		display:inline-block;
	}
	header.inner-page .page-title P{	
		font-size:1.7142857142857142em;	
			font-family: 'Dancing Script', cursive;
		margin-bottom:0px;
	}
	header.inner-page .page-title h1 {
		background-color: transparent;
		    margin-top: 10px;
			border-radius: 0;
		width: auto;
			display: inline-block;
		padding: 5px 0px;
			text-shadow: none;
		color: #fff;
			font-weight: bold;
	}
	header.inner-page .page-title {
		position: absolute;
		right: 15%;
		bottom: 20px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}
	header.inner-page .page-title {
		text-align: center;
		top: 40%;
	}
	@media screen and (min-width: 768px){
	header.inner-page .page-title {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	
	
	}


/*---Inside page Section Title---*/
	.inside-page h4{
		color:#a51e22;
	}
	.inside-page h2{
		margin-top: 0px;
	}
	.section-title.inside-page{
		margin-bottom:25px;
	}

/*--- About Page---*/
	.aboutpage .inside-page{
		text-align:left;
	}
	.aboutpage .left-side {
		text-align: left;
	}
	
	/*---Always Happy---*/
	
	.happy {
		background-image: url(../img/bg-4.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
	} 
	
	/*---Our Team---*/
	.team-block {
		text-align: center;
		padding:20px;
	}
	.team-block img{
		display:inline-block;
	}
	.team-block .name {
		font-weight: bold;
		margin-bottom: 5px;
	}
	.team-block .pos, .team-block .details {
		color: #898989;
	}
	.team-block .details {
		margin-top:20px;
	}
	.team-block .social-icon a {
		height: 35px;
		width: 35px;
		background-color: #ccc;
		display: block;
		border-radius: 100%;
		color:#000;
	}
	.team-block .social-icon a i {
		line-height:35px;
	}
	.team-block .social-icon a:hover {
		background-color: #a51e22;
		color: #fff;
	}


/*--- Our Menu page---*/

	/*---hot deal Section---*/
	
	.hotdeal {
		background-image: url(../img/about-bg.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		text-align: center;
	} 
	.hotdeal .inside-page {
		text-align: left;
	}
	.hot-deal-item {
		text-align: left;
	}
	.hot-deal-item .item-title {
		font-size:1.2857142857142858em;
		color:#000;
		margin-bottom: 5px;
	}
	.hot-deal-item p {
		color:#898989;
	}
	.hotdeal .right-side{
		padding-top:70px;
		padding-bottom:70px;
	}
	.hotdeal .center-side .best-price {
		-webkit-border-radius: 90px 89px 89px 90px/89px 89px 90px 90px;
		-moz-border-radius: 90px 89px 89px 90px/89px 89px 90px 90px;
		border-radius: 90px 89px 89px 90px/89px 89px 90px 90px;
		background-color: #1b262b;
		border: solid 3px #fff;
		width:150px;
		height:150px;		
    	padding: 40px 0px;
		position: relative;
   		top: 160px;
	}
	.hotdeal .center-side .best-price .tex {
		color:#fff;
		font-family: 'Dancing Script', cursive;
			font-size:1.8571428571428572em;
		margin-bottom: 0px;
    	line-height: 1;
	}
	.hotdeal .center-side .best-price .amount {
		color:#a51e22;
		font-family: 'Alegreya', serif;
			font-size:2.857142857142857em;
		margin-bottom: 0px;
    	line-height: 1;
	}
	
	
	/*---menu list---*/
	
	.menulist .inside-page {
		text-align: left;
	}
	.menu-item .item-name h4 {
		margin-bottom: 10px;
		color: #000;
	}
	.menu-item .item-details p {
    color: #898989;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-top: 10px;
	}
	.menu-item .item-details .item-price{
		color: #a51e22;
		font-weight:bold;
		font-size:1.1428571428571428em;
	}
	.item-list {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.item-img img {
		padding-bottom: 15px;
		display:inline-block;
		width:100%;
	}
	
	

/*--- Make A Reservation page---*/

	/*---Reservation Section---*/	
	
	
	.reservation{
		text-align:center;
	}
	.booking-details p {
		font-weight: 600;
	}
	.open-time {
		color: #898989;
	}
	.open-time span {
		color: #a51e22;
	}
	.booking-number {
		font-size: 1.7142857142857142em;
	}
	.booking-details hr {
		width: 70%;
	}	
	.reservation-form {
		margin-top: 40px;
	}
	.reservation-form .btn {
		width: 170px;
		height: 50px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color: rgba(255,255,255,0);
		border: solid 3px #000;
		margin-top: 30px;
	}
	.reservation-form .btn-default:hover, .reservation-form .btn-default:focus, .reservation-form .btn-default.focus, .reservation-form .btn-default:active, .reservation-form .btn-default.active, .open > .reservation-form .dropdown-toggle.btn-default {
		color: #fff;
		background-color: #a51e22;
		border-color: #a51e22;
	}
	.reservation-form .form-inline {
		text-align: center;
	}
	.reservation-form .form-group {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color: rgba(200,140,61,0);
		border: solid 1px rgba(0,0,0,.54);
		width: 290px;
		height: 50px;
		margin: 15px;
	}
	.reservation-form input.form-control {
		width: 100%;
		height: 48px;
		border: none;
		box-shadow: none;
		border-radius: 10px;
		background-color: transparent;
	}
	.reservation-form .input-group-addon {
		background-color: transparent;
		border:none;
		border-radius: 10px;
	}
	.reservation-form .form-group .input-group {
		width: 100%;
		height: 100%;
	}
	
	
	
	/*--- Relaxing Section ---*/	
	
	.relaxing {
		background-image: url(../img/bg-5.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
	.relaxing-title {
		padding: 100px 0px;
	}
	.relaxing-title h4, .relaxing-title h2 {
		color: #fff;
	}
	.relaxing-title h4 {		
		font-family: 'Dancing Script', cursive;
	}


    /*--- Find Perfect Section ---*/	

	.findperfect .section-title.inside-page {
		text-align: left;
	}
	.findperfect-content .fct {
		margin-bottom: 5px;
	}


/*--- Services Page---*/

	/*---our services section---*/
	
	.services .section-title.inside-page {
		text-align:left;
	}
	.services .text-side {
		padding-top: 10%;
		padding-bottom: 10%;
	}




/*---Gallery Page section---*/

	.gallery{
	}
	.gallery-box {
		position: relative;
		display: block;
		margin: 0 auto;
		text-align:center;
	}
	.gallery-box .gallery-box-caption {
		background: rgba(0, 0, 0, 0.8);
		color: white;
		opacity: 0;
		display: block;
		position: absolute;
		bottom: 0;
		text-align: center;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.35s;
		-moz-transition: all 0.35s;
		transition: all 0.35s;
	}
	.gallery-box .gallery-box-caption .gallery-box-caption-content {
		width: 100%;
		text-align: left;
		position: absolute;
		top: 80%;
		padding-left: 40px;
		transform: translateY(-50%);
	}
	
	.gallery-box:hover .gallery-box-caption {
		opacity: 1;
	}
	.gallery-box:focus {
		outline: none;
	}
	.gallery-box img.img-responsive{
		display:inline-block;
		width:100%;
		    margin-bottom: -1px;
	}


/*---Contact Page---*/

	/*---Location Section---*/
	
	.location {
		padding: 0;
	}
	.location iframe {
		width: 100%;
		height: 450px;
		border: 0px;
		pointer-events: none;
	}

	/*---contact info---*/
	
	.bg-black {
		background-color: rgba(0,0,0,0.80);
		padding-top: 50px;
   		padding-bottom: 50px;
	}
	.contact-info {
		text-align: center;
	}
	.contact-info img {
		display:inline-block;
	}
	.contact-info > div > p {
		margin-bottom: 10px;
	}
	.open-time-info{
		text-align:center;
		padding:20px 0px 10px;
	}
	.contactus-form button.btn {
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	.form-control:focus{
		box-shadow:none;
	}



/*---Responsive Media Screen style---*/


@media only screen and (max-width: 3500px) {
/*body*/
body {
    overflow-x: hidden;
}
}
	
@media only screen and (max-width: 2500px) {}

@media only screen and (max-width: 2100px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1566px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (min-width: 1300px) {}

@media only screen and (max-width: 1280px) {
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    padding: 25px 15px;
}

}

@media (min-width: 1280px) {
	.logo1, .logo2 {
    margin-top: 8px!important;
}
}

@media only screen and (max-width: 1199px) {
	.navbar-header {
    padding: 10px 0;
}
}

@media only screen and (max-width: 1024px) {
#mainNav.navbar-default .navbar-header .navbar-brand p {
    font-size: 24px;
    line-height: 10px;
}
#mainNav.navbar-default .nav > li > a, #mainNav.navbar-default .nav > li > a:focus {
    padding: 10px;
}
.carousel-caption h2 {
    font-size:6.5em;
}
.meal-details {
    margin-top: 5%;
}
.best-dish {
    width: 80%;
}


/*---inner page---*/
	
	.hotdeal .right-side {
		padding-bottom: 0;
	}	
	.item-list {
		font-size: 80%;
		padding-top:0;
	}	
	#menulist {
		padding-top: 30px;
		padding-bottom:0px;
	}
	.services {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 991px) {
	.navbar-nav {
    margin: 28.5px 14px !important;
}
body{
	font-size:120%;
}
.navbar-collapse{
	overflow:auto !important;
	height: auto !important;
}
.navbar-header {
    max-width: 100%;
    width: auto;
}
.navbar-toggle {
    margin-right: -15px;
}
.navbar-default {
    background-color: #000;
    border-color:transparent;
}
.navbar-default.affix {
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.05);
}
#mainNav.navbar-default .navbar-header .navbar-brand p {
    line-height:1;
    margin: 0;
}
#mainNav.navbar-default .nav > li > a, #mainNav.navbar-default .nav > li > a:focus {
    text-align: center;
}
.meal-details {
    margin-top: 0%;
    padding:5%;
}
.best-dish {
    width: 80%;
}
section {
    padding: 40px 0;
}
#fade-quote-carousel blockquote {
    padding: 10px 50px;
}
.event-block {
    margin-top: 20px;
	margin-bottom: 20px;
}
.event-date {
    padding: 10px 0px 0px;
}
.event-name {
    padding-bottom: 0px;
}
.event-details {
    padding: 15px 0px 0px;
}
.contact-form .form-group {
    margin-bottom: 15px;
}

/*---inner page---*/

	header.inner-page {
		margin-top: 130px;
	}
	header.inner-page .page-title {
		top: 15%;
		right: 10%;
		left: 10%;
	}
	header.inner-page .page-title h1 {
		margin-top: 0px;
	}
	
	.hotdeal .center-side .best-price {
        top: 0;
		margin: -90px auto 0;
	}
	.hotdeal .right-side {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.hotdeal img {
		width: 100%;
	}
	#menulist {
		padding-bottom: 0;
		padding-top: 15px;
	}
	.item-list {
		font-size: 100%;
	}
	.services .text-side {
		padding-top: 5%;
		padding-bottom: 2%;
	}
	.services {
		padding: 20px 0;
	}
	
}


/*--------------iPhone 6 plus landscape----------------*/
@media only screen and (max-width: 767px) {
	.affix #bs-example-navbar-collapse-1 {
    background: #fff!important;
}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #000000;
    margin-top: 5px;
}
	.navbar-default .navbar-header .navbar-toggle {
    margin-top: 10px;
}
body{
	font-size:100%;
	    overflow-x: hidden;
}
.navbar-header {
    max-width: 100%;
    width: auto;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: #fff;
}
.navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
    color: #222222;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
    color: #000;
}
.navbar-default.affix-top .navbar-header .navbar-brand:hover, .navbar-default.affix-top .navbar-header .navbar-brand:focus {
    color: #fff;
}
.carousel-caption img {
    max-width: 150px;
	clear:both;
	display:inline-block;
}
.carousel-caption h3 {
    font-size: 2.8em;
	margin-top:10px;
}
.carousel-caption h2 {
    font-size:3.5em;
	display:block;
	clear:both;
}
.about .about-img img {
    width: 100%;
}
.about .left-side {
    margin-top: 0px;
}
.hover, .hover .overlay {
    margin-bottom: 15px;
}
.meal-details {
    margin-top: 5%;	
    padding:10%;
}
.best-dish {
    width: 100%;
}
#fade-quote-carousel blockquote {
    padding: 10px 20px;
}
#fade-quote-carousel.carousel {
    margin-top: 20px;
}

#fade-quote-carousel blockquote p{
	font-size:0.8571428571428571em;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-right {
    width: 30px;
    padding-right: 5px;
    font-size: 150%;
    height: auto;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left {
    width: 30px;
    padding-left: 5px;
    font-size: 150%;
    height: auto;
}
.event-artical {
    border-bottom: 1px solid #ccc;
}
.event-date {
    padding: 20px 0px 0px;
    color: #555;
}
.event-name {
    padding-bottom: 0px;
}
.event-details {
    padding: 20px 0px 0px;
}
.event-artical img {
    margin-bottom: 10px;
}
.event-block {
    margin-top: 20px;
}
.map {
    margin: 0;
}
.footer {
    background-position: bottom center;
    padding: 40px 0 0px;
}
.social li a {
    line-height: 3em;
}
.social ul{
    margin-left:0px;
}
.social ul > li {
    padding-left: 0px;
    padding-right: 0px;
}
.newsletter .form-control {
    width: 100%;
}
.newsletter .btn {
    display: inline-block;
    clear: both;
}
.newsletter .form-group {
    width: auto;
    display: inline-block;
    clear: both;
	margin-bottom: 0;
    vertical-align: bottom;
}
.newsletter .form-control {
    display: inline-block;
}

/*---inner page---*/

	header.inner-page .page-title {
		top: 0%;
	}
	.reservation-form .form-group {
		width: auto;
	}
	.about-img {
		margin: 0 auto;
	}
	.findperfect-content, .about-page-content, .services .section-title.inside-page{
		text-align: center;
	}
	.findperfect .section-title.inside-page, .aboutpage .inside-page, .ser-content {
		text-align: center;
	}
	.services .text-side {
		padding-top: 0%;
		padding-bottom: 0%;
	}
	.testimony {
    width: 100%!important;
}
.main-user-content .fa-quote-right{
	right:90px!important;
}
.navbar-brand {
	padding:0px 10px!important;
}
.section-title5 {
    margin-bottom: 50px;
    padding: 0 0px!important;
}
header.inner-page {
    margin-top: 130px;
}
}
.navbar-brand > img {
    display: block;
    width: 180px;
}
/* custom css  */
#fade-quote-carousel .carousel-control .fa{
	color:#fff;
}
.book-table .btn{
	padding:15px 50px;
	color:#a51e22;
	border:2px solid #a51e22;
}
.book-table .btn:hover{
	background:#a51e22;
	color:#fff;
}
.white-bg {
    background: #ffffff;
}

.page-section-ptb {
    padding: 80px 0;
}
.section-title5 {
    margin-bottom: 50px;
    padding: 0 100px;
}
.section-title5 i {
    font-size: 35px;
    color: #9d9d9d;
    line-height: 35px;
}
.section-title5  h2 {
    font-size: 50px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}
.section-title5 h2:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #a51e22;
    left: 50%;
    margin-left: -20px;
    bottom: 0px;
}
.section-title5 h2 span{
	color:#a51e22;
}
.section-title5 p {
    font-style: italic;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
}
.contact .contact-box {
    padding: 30px 10px;
}
.contact .contact-box i {
    color: #a51e22;
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
    line-height: 40px;
}
.contact .contact-box h5 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
	font-family: 'Dancing Script', cursive;
}
.menu-item {
    border-bottom: 1px dashed #a51e22;
}
.logo1,
.logo2{
	width:100px !important;
}
.logo2{
	display:none !important;
}
.logo1{
	display:block !important;
}
.affix-top .logo1 { display:none !important; }
.affix-top .logo2 { display:block !important; }
/*--------------iPhone 6 landscape----------------*/
@media only screen and (max-width: 667px) {
	
	.main-user-content .fa-quote-right{
		right:12px!important;
		}
}

/*--------------iPhone 5 landscape----------------*/
@media (max-width: 568px)
{
	.affix #bs-example-navbar-collapse-1 {
    background: #fff!important;
}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #000000;
    margin-top: 0px;
}
	.top-header p {
    float: none!important;
    text-align: center;
}
	.navbar-default {
    height: 150px;
}
	.carousel-inner {
    height: 500px!important;
	}
	.carousel, .carousel .active {
    height: 500px!important;
	}
	.navbar-header {
    padding:10px 0px !important;
	}
	.navbar-nav a {
    font-size: 15px;
	}
	.menu-item h4 {
    font-size: 20px;
	}
	.item-details p {
    font-size: 15px!important;
	}
	.navbar-default .navbar-header .navbar-brand {
    padding: 0px 10px;
	}
	.testimony {
    width: 100%!important;
}
.btn-gold {
    padding: 15px 20px!important;
}
header.inner-page {
    margin-top: 150px;
}
}

@media only screen and (max-width: 480px) {
	.navbar-default .navbar-header .navbar-brand {
    padding: 0px 10px;
}
}

/*--------------iPhone 6 plus portrait----------------*/
@media only screen and (max-width: 414px) {}

/*--------------iPhone 6 portrait----------------*/
@media only screen and (max-width: 375px) {}

/*--------------iPhone 5 portrait----------------*/
@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 300px) {}

@media only screen and (max-width: 200px) {}


.affix-top .nav > li.active > a {
    color: #efc050!important;
}
.affix-top .nav > li.active > a:hover{
    color: #efc050!important;
}
.affix-top .nav > li > a:hover{
	color:#efc050!important;
}
.offer-text {
    color: #a51e22;
    font-size: 15px;
    font-family: 'Alegreya', serif;
    text-transform: capitalize;
    margin-top: 15px;
    font-weight: 600;
}
.offer-box .btn{
	margin-top:30px;
	
}
.carousel-caption p{
	margin-top:20px;
}
.carousel-caption .btn{background:#a51e22;
}
.carousel-caption .btn:hover{
	background:#fff;
	color:#a51e22;
	border:2px solid #a51e22;
}
.modal-header {
    background: #a51e22;
    color: #fff;
    text-align: center;
    font-size: 24px;
	padding:30px;
	font-family: 'Dancing Script', cursive !important;
}
.modal .form-control {
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 15px;
    color: #333;
    line-height: 1.2;
    padding: 0 2px;
    height: 50px;
}
.modal input:focus {
	border:transparent;
    border-bottom: 1px solid #a51e22;
}
.modal label {
    font-size: 13px;
    color: #a51e22;
    line-height: 1.2;
    padding-left: 2px;
    margin-top: 7px;
}
.modal p {
    font-size: 20px;
    margin-top: 15px;
}
.carousel-inner > .item {
	transition:300ms!important;
}
.hover.ehover{
	position:relative;
}
.hover.ehover:before {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
	opacity:0;
}
.hover.ehover:hover before{
	opacity:1;
}
.menu-box{ text-align:center;}
.new-btn .btn{
	background:#a51e22;
	color:#fff;
	border:2px solid #fff;
}
.new-btn .btn:hover{
	background:#fff;
	color:#a51e22;
	border:2px solid #a51e22;
}
.menu-dine-menu {
	margin-bottom:20px;
}
.testimonial-box {
	padding:50px 0;
}
.testimonial {
	background:url(../img/bg-3.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	
}
.testimony {
    padding: 40px;
    /* background: #f5f5f5; */
    width: 800px;
    margin: 0 auto;
}
.main-user-content p{
	position:relative;
}
.main-user-content .fa-quote-left {
  
    display: inline-block;
	margin-right:20px;
    font-size: 20px;
}
.main-user-content .fa-quote-right {
   
    display: inline-block;
  margin-left:20px;
    color: #fff;
    font-size: 20px;
}
.testimony img {
    width: 100px;
    margin-bottom: 20px;
}
.main-user-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}
.testimony h3 {
    color: #fff;
    font-weight: bold;
}
.testimony span {
    color: #fff;
}
.owl-carousel .owl-item img {
    width: 100px;
    text-align: center;
    display: inline-block;
	border-radius:50%;
}
.owl-dots {
    text-align: center;
  
}
.owl-dots .owl-dot{
	padding: 5px!important;
    border-radius: 50%!important;
    margin-right: 10px!important;
	background:red!important;
}
.contact-msg {
	margin-bottom:20px;
	font-size:16px;
}
.navbar-nav {
    margin: 10px 14px;
}
ul.contact-info-link {
    margin-top: 20px;
}
ul.contact-info-link li {
    list-style: none;
}
.top-header {
    padding: 10px 0;
    overflow: hidden;
    background: #a92a27;
}
.top-header p {
    padding: 0;
    margin: 0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.top-header .fa{
	font-size:15px;
	margin-right:5px;
}
.footer-logo img {
    width: 100px;
}
.food-verify img {
    width: 250px;
    margin-top: 13px;
}
.footer-area {
    padding: 40px 0px;
    background: #000000;
}
.single-widget h2 {
    color: #fff;
    font-family: 'Dancing Script', cursive;
}
ul.main-footer-link {
    list-style: none;
}
ul.main-footer-link li, ul.main-footer-link li a {
    font-size: 18px;
    color: #fff;
	text-decoration:none;
}
ul.main-footer-link li, ul.main-footer-link li a:hover{
	color:#efc050!important;
}
.footer-content p {
    margin-top: 25px;
    color: #fff;
}
ul.main-footer-add li {
    list-style: none;
    margin-bottom: 10px;
    color: #fff;
	font-weight:600;
}
ul.main-footer-add li span {
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
}
ul.main-footer-add {
    margin-top: 25px;
	margin-left: -37px;
}
.navbar-default .navbar-toggle,.navbar-default .navbar-header .navbar-toggle{
	border:none;
}
.affix-top .navbar-toggle{
	color:#fff!important;
}
.navbar-toggle{
	background:transparent!important;
}
.navbar-toggle .fa-bars{
	font-size:30px;
}
.note p {
    margin-top: 15px;
}
#menu .content .meal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px;
}

#menu .content .meal .name {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	/* color: var(--color-light); */
	margin-bottom: 10px;
}

#menu .content .meal .dots {
	flex-grow: 1;
	border-bottom: 2px dashed #1e1e1e;
	height: 15px;
	margin: 0 10px;
}

#menu .content .meal .price {
	font-size: 14px;
	font-weight: 700;
	color: #090809;
}

#menu .content .detail {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	margin: -15px 0 15px;
	color: #a92a27;
	margin-top: 3px;
}

#menu .content .meal.sub {
	padding-left: 15px;
}

#menu .content .meal.sub .name {
	color: var(--color-dark);
}
#menu .content .meal.sub {
	padding-left: 15px;
}

#menu .content .meal.sub .name {
	color: var(--color-dark);
}

.dks {
	position: relative;
	z-index: 500;
}

.dks h2 {}

#menu .content .meal.sub .name:before {
	content: ".";
	color: var(--primary);
}
@media(max-width:900px){
	.navbar-brand > img {
		display: block;
		width: 75px !important;
	}
}