/*-----------------------------------*/
/* Fonts
/*-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Great+Vibes|PT+Sans:400,700,400italic|Roboto:300,400);
/*
	font-family: 'PT Sans', sans-serif;
	font-family: 'Great Vibes', cursive;
	font-family: 'Roboto', sans-serif;
*/

/*-----------------------------------*/
/* Custom CSS
/*-----------------------------------*/

body {
	background:url(../images/body-pattern.jpg) repeat;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	color:#271e01;
	line-height:28px
}
ul {
	margin:0;
	padding:0
}
a:hover, a:focus, a:active {
	outline:none
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Great Vibes', cursive;
}
.top-blk {
	width:100%;
	position:absolute;
	background:rgba(93, 93, 93, 0.7);
	z-index:10;
}
.position-div {
	position:relative;
	height:100px;
}
.black-blk {
	background:url(../images/nav-pattern.jpg) repeat;
	position:absolute;
	width:100%;
	bottom:-20px;
	padding:0 2px;
}
.border-div {
	border-left:solid 6px #ffc000;
	border-right:solid 6px #ffc000;
	width:100%;
	padding:10px 10px;
	color:#fff;
	position:relative;
	margin:0 10px 0 0;	
}
.call {
	float:left;
}
.time {
	float:right
}
.logo {
	position:absolute;
	left:50%;
	bottom:-60px;
	margin-left:-69px;
}
.call img, .time img { margin-right:10px;}

/*-----------------------------------*/
/* For Fade in fade out*/
/*-----------------------------------*/

#carousel-example-generic {
	position:relative
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

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


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



.carousel-caption {
	left:22%;
	right:22%;
	bottom:22%;
	background:url(../images/form-pattern.png) repeat;
	padding:0;
	border-bottom:solid 5px #000;
}
.carousel-caption h1 {
	font-size:47px;
	color:#fff
}
.h1-txt {
	position:relative;
	height:100%;
	padding:45px 0;
	width:100%;
}
.form-main {
	width:80%;
	margin:0 auto
}
.form-main1 {
    width: 100%;
    margin: 0 auto;
}
.h1-txt .text-img {
	position:absolute;
	top:-22%;
	left:0px;
}
.h1-txt .chef-img {
	position:absolute;
	right:-11%;;
	bottom:-5px;
}
.search-bg {
	background:#fff url(../images/search-icon.jpg) 15px center no-repeat;
	padding: 0px 15px 0px 45px;
	border:0;
	width:80%;
}
.search-bg1 {
	background:#fff url(../images/search-icon.jpg) 15px center no-repeat;
	padding: 15px 15px 15px 45px;
	border:0;
	width:100%;
}
 .search-bg:hover , .search-bg:active, .search-bg:focus {
	border:0
}
.explore-btn {
	background:#ffc000;
	color:#000;
	text-transform:uppercase;
	padding:15px 0;
	border:0;
	font-weight:700;
	margin-left:10px;
	width:17%;
}
.banner-bottom {
	background:url(../images/food-pattern.jpg) repeat left top;
	padding-bottom:60px;
}
.bnr-btm-txt {
	background:rgba(255,255,255,0.1);
	text-align:center;
	color:#fff;	
}
.bnr-btm-txt h1 {
	border-top: solid 7px #ffc61a;
	padding:25px 0 20px;
	margin-top:0;
}
.steps-blk {
	padding:80px 0
}
.yellow-blk {
	background: rgba(237,178,0,1);
	background: -moz-linear-gradient(left, rgba(237,178,0,1) 0%, rgba(255,196,17,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,178,0,1)), color-stop(100%, rgba(255,196,17,1)));
	background: -webkit-linear-gradient(left, rgba(237,178,0,1) 0%, rgba(255,196,17,1) 100%);
	background: -o-linear-gradient(left, rgba(237,178,0,1) 0%, rgba(255,196,17,1) 100%);
	background: -ms-linear-gradient(left, rgba(237,178,0,1) 0%, rgba(255,196,17,1) 100%);
	background: linear-gradient(to right, rgba(237,178,0,1) 0%, rgba(255,196,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edb200', endColorstr='#ffc411', GradientType=1 );
	position:relative;
	text-align:center;
	font-size:17px;
	padding:12px;
}
.location {
	background: url(../images/select-icon.png) right bottom no-repeat;
	padding:20px 0;
}
.location11 { background-image:url(../images/food-icon.png)}
.location22 { background-image:url(../images/delivery-icon.png)}
.location33 { background-image:url(../images/delivered-icon.png)}
.steps-no {
	position:absolute;
	top:-34px;
	left:15px;
}
.yellow-blk p{
	margin:15px 0 0 
}
.middle-part {	
	padding:60px 0 160px;
	text-align:center
}
h2 {	
	margin:0 0 0px;
	font-size:45px;
	color:#f3b701;	
}
.middle-part h2 {
	font-weight:bold
}
.mrgn {
	margin:5px 0 25px;
}
.border-ancr {
	border:solid 1px #eeb710;
	padding:3px 20px;
	color:#3d3d3d;
	display:inline-block;
	margin-top:30px;
	transition:all 1s
}
a.border-ancr:hover, a.border-ancr:active, a.border-ancr:focus {
	background:#F3B701;
	text-decoration:none;
	color:#fff
}
.border10 {
	height:10px;
	margin:50px 0;
	background:url(../images/border-pattern.png) repeat
}
h2.black-txt {
	color:#2b2103; padding: 0 0 20px 0;
	font-weight:normal
}
#myCarousel {
	margin-top:30px;
}
#myCarousel .carousel-inner {
	background:none
}
#myCarousel .carousel-control {
	width:auto;
	left:20px
}
#myCarousel .carousel-control.right {
	right:20px;
	left:auto
}
.dish-text {
	color:#2b2103;font-size:15px;
	font-style:italic;
	text-align:left;
	padding:8px 0;
	font-weight:700
}
.border-left {
	border-left:solid 4px #ffc000;
	width:100%;
}
.add-img {
	float:right; 
	/*margin: 16px 10px 0 0;*/
}
.mobile-blk {
	background:url(../images/mobile-pattern.jpg) repeat;
}
.mobile-position {
	position:relative;
	padding:60px 0;
	color:#cfcfcd
}
.mobile-position .mobile-img {
	position:absolute;
	bottom:0;
}
.mobile-text {
	width:57%;
	float:right;	
}
.mobile-text h2 {
	margin-bottom:20px;
}
.app-btn {
	float:left;
	margin:25px 15px 0 0;
}
.footer-top {
	background:#0e0a00;
	padding:50px 0;
}
.footer-top {
	text-align:center;
	color:#cdcccb;
}
.italic {
	font-style:italic;
}
.footer-left {
	width:50%;
	float:left;
	text-align:left;
	border-right:solid 1px #27231a;
	margin-top:30px;
	padding-right:15px;
}
.footer-right {
	width:50%;
	float:right;
	text-align:right;
	margin-top:50px;
	padding-left:15px;
}
h3 {
	color:#ffc000;
	font-size:30px;
}
.footer {
	position:relative;
	background:#070500;
	padding:40px 0 30px;
	color:#4a4946;
	font-size:13px
}
.text-right {
	text-align:right
}
.footer  a {
	color:#4a4946;
	margin:0 2px;
	transition:all 1s
}
.footer a:hover, .footer a:focus, .footer a:active {
	color:#b7b7b7;
	text-decoration:none
}
a.footer-logo {
	position:absolute;
	left:50%;
	margin:0 0 0 -52px;
	top:-27px;
	display:inline-block
}
#myCarousel .dish-blk {
	opacity:0.8;
	transition:ease-in-out 500ms;
}
#myCarousel .dish-blk:hover {
	opacity:1;
}
.order-txt {
	font-family: 'Great Vibes', cursive;
	display:none
}
.inner-middle {
	padding:40px 0
}
/*-----------------*/
.middleInner {width: 100%; position: relative;}
.lineBox {width: 100%; float: left; background-color: #ffc000; border-top: 1px solid #fff; height: 6px;}
.rightBox {width: 100%; float: left; position: relative;}
.middleInner .carousel-caption { width: 100%; position: relative;
 background:url(../images/form-pattern.png) repeat #000;
 text-align: left; border-bottom:solid 5px #000;
}
.middleInner .carousel-caption h1 { 
	color:#fff;  
}
.middleInner .h1-txt {
	position:relative;
	height:100%; 
	width:100%;  font-family: 'Great Vibes', cursive;
	 font-size: 40px; padding: 30px 20px;
}
.infoRight {width: 100%; float: left; padding: 10% 0 0 0; background-color: #ffc000;}

/*-----------------*/
.inner-middle .border10 {
	margin:15px 0 20px
}
.category-blk {
	border-bottom:solid 1px #c09100;
	background:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	text-align:center;
	text-transform:uppercase;
	transition:ease-in-out 2s;
	margin:15px 0;
	width:100%;
}

.category-blk:hover {
	background:#ffc000;
}
.category-blk a:hover {
	text-decoration:none
}


.category-blk a {
	font-weight:300;
	padding:40px 15px 20px;
	display:inline-block;
	color:#342700;
	width:100%;
}
.category-blk .category-icon {
	width:75px;
	height:75px;
	border-radius:100%;
	background:#ffc000;
	border:solid 2px #fff;
	box-shadow:2px 2px 0px #ffc000;
	padding:10px;
	margin:0 auto 20px;
	transition:all 4s
}
.category-blk:hover .category-icon {
	background:#342700;
	border:solid 2px rgba(255,255,255,0.7);
}


/*-----------------------------------*/
/* Tab Panel
/*-----------------------------------*/

.tab-pane ul {
	margin:0;
	padding:0;
}
.tab-pane ul li {
	background:rgba(255,255,255,0.8);
	list-style:none;
	width:49%;
	font-size:14px;
	line-height:24px;
	margin: 1% 1% 0px 0;
	float:left;
}
.dish-desc{
	padding:25px;
}
.tab-pane ul li h6 {
	font-weight:bold;
	color:#f1b500;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	margin:0 0 5px 0
}
.tab-pane ul li h6 img {
	margin:-3px 10px 0 0;
}
.tab-pane ul li p:last-child {
	margin-bottom:0
}


.dish-price {
	background:#ffc000;
	padding:0
}
.price-top {
	font-weight:700;
	color:#fff;
	font-size:25px;
	line-height:70px;
	text-align:center;
	border-bottom:solid 1px rgba(255,255,255,0.7)
}
.price-bottom {
	line-height:70px;
}
.price-top img {
	margin:-3px 5px 0 0
}
.add-button, .add-button:focus, .add-button:hover, .add-button:active {
	border:none;
	background:none;
	outline:0
}







#country-list{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:190px;
}
#country-list li {
	padding: 5px; 
	background:#FAFAFA;
	border-bottom:#F0F0F0 1px solid;
	color:#3d3d3d;
	text-shadow:none;
	text-align:left;
	padding:8px 15px 8px 45px;
}
#country-list li:hover {
	background:#F0F0F0; 
	cursor:pointer}
#search-box {
	padding: 5px;
	border: #F0F0F0 1px solid;
}

#suggesstion-box {
	 display: block; 
	 position: absolute;
	 width: 64%;
	 top: 105px;
	 z-index: 9999;
}
#suggesstion-box1 {
	 display: block; 
	 position: absolute;
	 width: 74%;
	 top: 105px;
	 z-index: 9999;
}
/*-----------------------------------*/
/* Pop up
/*-----------------------------------*/

.modal-header h4 {
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:20px;
	color:#f6ba00;
}
.order-table {
	width:100%;
	min-width:500px;
}


.cart-head {
	background:#f3f3f3;
	color:#6a6a6a
}
.order-table td {
	padding:10px 12px;	
}
.cart-head td:first-child {
	width:40%;
}
.order-table tr {
	border-bottom:solid 1px #f3f3f3
}
/*.qty-blk {width: 50%; float: left; background-color: #900}
*/.qty-blk span { 
	padding:5px;  
}
.yellow-txt {
	color:#f5b900
}
.order-table tr:last-child {
	border-bottom:0
}
.total-txt {
	font-size:20px;
	color:#f5b900;
	font-weight:700;
	background:#f3f3f3;
	text-transform:uppercase
}
.order-btn {
	background:#3b2d00;
	padding:5px 15px;
	color:#fff;
	border:0;
	font-size:14px;
	margin-right:5px;
	transition:all 1s
}
.order-btn:hover {
	background:#f0b500;
}
.modal-header .close {
	height:25px;
	width:25px;
	border-radius:100%;
	color:#fff;
	background:#3b2d00
}
.modal-body {
	overflow-x: scroll;
    padding: 0;
    position: relative;
    width: 100%;
}


/*-----------------------------------*/
/* Checkout
/*-----------------------------------*/

.white-bg {
	background:rgba(255,255,255,0.7);
	padding:20px;
}
.order-hd {
	background:#f7ba00;
	padding:15px 20px;
	font-size:18px;
	font-weight:700;
	color:#312501;
	font-family: 'PT Sans', sans-serif;
	margin:0;
	text-transform:uppercase
}
.order-row li{
	border-bottom:solid 1px #e8e8e8;
	list-style:none
}
.sub-txt {
	font-size:13px;
	color:#848483
}
.order-row span{
	font-weight:bold
}
.mrgn-btm {
	margin-bottom:0
}
.sub-tot-text {
	font-size:18px;;
	padding:15px 0;
	border-top:solid 1px #e8e8e8
}
.total-blk {
	background:#f3f3f3;
	padding:20px;
	font-size:22px;
	text-transform:uppercase;
	font-weight:bold
}
.total-blk p { margin:0}
.back-btn a{
	background:#3b2d02;
	float:right;
	padding:12px 15px;
	color:#f7ba00;
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	transition:all 1s;
}
.back-btn a img {
	margin:-3px 12px 0 0;
}
.back-btn a:hover {
	background:#000;
	text-decoration:none
}

/*---------*/

.tab-paneMenu ul {
	margin:0;
	padding:0;
}
.tab-paneMenu ul li {
	background:rgba(255,255,255,0.8);
	list-style:none;
	width:100%;
	font-size:14px;
	line-height:24px;
	margin: 1% 1% 0px 0;
	float:left;
}
.tab-paneMenu ul li h6 {
	font-weight:bold;
	color:#f1b500;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	margin:0 0 5px 0
}
.tab-paneMenu ul li h6 img {
	margin:-3px 10px 0 0;
}
.tab-paneMenu ul li p:last-child {
	margin-bottom:0
}
.tab-paneMenu .price-top {
	font-weight:700;
	color:#fff; float: left; padding: 10px 20px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	border-right:solid 1px rgba(255,255,255,0.7); border-bottom: none;
}
.tab-paneMenu ul li { margin: 2px 0 0px 0;}
.tab-paneMenu #country-list li {padding: 8px 15px 8px 15px;}
.tab-paneMenu .dish-desc {padding: 5px 5px !important;}
.tab-paneMenu .price-top {width: 70%; float: left; padding: 2px 0;}
.tab-paneMenu .price-bottom {width: 30%; float: left; line-height: 48px;}
.tab-paneMenu .price-top img { margin: -3px 5px 0 0;  width: 9%;  height: auto; }
.tab-paneMenu .price-bottom img {width: 65%; height: auto;} 
.panel-heading .nav-tabs>li{margin-bottom: 10px;}
.linebox {margin: 0 0 30px 0;}
.owl-carousel h3 {font-family: 'PT Sans', sans-serif; font-size: 15px; color: #000; background-color: #ffc000; padding: 15px 25px; width: 100%; float: left; margin: 0;} 
.owl-carousel .owl-item {margin: 0 12px !important; width: 7.7% !important;}
.owl-theme .owl-controls {display: none !important;}
.owl-carousel .owl-item a {}
.form-main1 .col-sm-3 {line-height: 50px; text-align: center; border: 2px solid #ffc000; background-color: #ffc000; color: #000; font-weight: bold;}
.form-main1 .noSearch {position: absolute; width: 40px; height: 40px; z-index: 20; right: 15px; top: 10px;}
.form-main1 .noSearch a {display: block; background:url(../images/close.png) no-repeat left center;  padding: 19px 10px;}
.cartBox {width: 52px; text-align: center; position: fixed; right: 0; top: 10%; z-index: 100;  background-color: #000000; border-bottom: 1px solid #ffc000; color: #ffffff; font-family: 'PT Sans', sans-serif; font-size: 14px; }
.cartBox a {color: #fff; text-decoration: none;}

/*---------*/


/*----------------------------
about page 
-----------------------------*/
.rightBox {
	margin-bottom:40px;
}
.rightBox .h1-txt {
	font-weight:bold;
	background:#131313;
	color:#fff;
	font-weight:bold;
	border-bottom:solid 1px #ffc000;
}
.rightBox .h1-txt .chef-img {
	right:-32%;
	top:-95%;
}
.infoRight {
	padding:30px;
	border-top:solid 6px #131313;
}
.black-ancr {
	padding:5px 15px;
	color:#ffc000;
	display:inline-block;
	background:#000;
	margin:15px 0 0;
	transition:all 1s;
}
a.black-ancr:hover {
	background:#453400;
	color:#ffc000;
	text-decoration:none
}
.contact-no {
	background:#000;
	font-size:20px;
	font-weight:700;
	color:#fff;
	padding:20px 0 20px 30px;
	border-bottom:solid 5px #ffc000
}
.inner-txt {
	padding:20px 0 50px;
}
.inner-txt .border10 {
	margin:10px 0 15px; 
}
.works-blk  {
	background:#f4f4f4;
	border:solid 3px #ececec;
	padding:20px;
	font-size:15px;
	margin-top:30px;
	border-radius:20px 0 20px 0
}

.works-blk h3 {
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	color:#f3b700;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:46px;
}
.works-img {
	width:100px;
	height:100px;
	border-radius:100%;
	background:#fff;
	text-align:center;
	line-height:85px;
	margin-top:10px;
}
.works-img img {
	width:45px;
}
.inner-txt hr { border-top:dotted 1px #919191}
.inner-txt h4 {
	font-style:italic;
	color:#1d1d1d;
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
}
.inner-txt h4 img {
	margin:-5px 10px 0 0;
}
.font13 { font-size:14px}








/*-----------------------------------*/
/* Menu -DropDown
/*-----------------------------------*/



	.panel-heading {
      display: block;
      text-align: center;
    }
    .panel-heading ul {
      list-style: none;
    }
    .panel-heading li {
      display: inline-block;
    }
    .panel-heading a {
      display: inline-block;
      background: #333;
      color: white;
      padding: 5px 15px;
      border: 1px solid white;
      text-decoration: none;
    }
    .panel-heading a:hover {
      border: 1px solid red;
      background: red;
    }
    .panel-heading a:active {
      background: blue;
    }
    .panel-heading select {
      display: none;
    }




/*-----------------------------------*/
/* 404 Page
/*-----------------------------------*/
#page404{text-align:center;}
#page404 img{margin:50px 0; margin-bottom:20px;}
#page404 a{padding: 15px 30px; font-weight:bold; font-size:13px; text-decoration:none}
.btn404 {
  background: #ed222a;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 12px 5px 12px;
  border: none;
}
.btn404:hover {
	background:#000;
}
.contact-blk hr{
	margin:10px 0;
	opacity:0.5;
}
.contact-blk a {
	padding:5px 15px;
	background:#3f2f00;
	display:block;
	color:#fff;
	transition:all 1s;
	margin-top:15px;
}
.contact-blk a:hover {
	text-decoration:none;
	color:#fff;
	background:#000
}
.contact-blk a img {
	margin-right:15px;
}
.thank-you-img {
	padding:30px 20px;
	text-align:center;
}
.dish-desc p {
	padding-left:30px;
}
.order-table .testPre {
	line-height:25px;
	height:25px;
	width:198px
}
.tab-pane ul li:nth-child(odd) {
	clear:left
}
.inner-middle h2 {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:32px;
	text-transform:uppercase
}

/*-----------------------------------*/
/* Contact Styles
/*-----------------------------------*/
.tWidth{width:100%; float:left;}
.enquiryBtn {margin: 10px 0 0 0 !important;}
.textBox{width:100% !important; height:35px !important; background:#fff; border:solid 1px #d5d5d5;  color:#535353; font-size:15px; padding:5px; margin-bottom:15px}
.textBoxMulti {width: 100% !important; height: 80px !important; background: #fff; border: solid 1px #d5d5d5; color:#535353; font-size:15px; padding:5px}
.tred{color:#C00;}
.subbtn {background:#3b2c00 !important; border:0; display:inline-block; padding: 5px 15px !important; color:#fff; text-transform:uppercase; text-decoration:none; border-radius: 3px !important; transition: all 1s}
.subbtn:hover {background:#000 !important; color:#fff; }
.address {color: #c45a47;}


/*-----------------------------------*/
/* Flexible Container
/*-----------------------------------*/
.Flexible-container {
  position: relative;
  padding-bottom: 42%;
  height: 0;
  overflow: hidden;
  border: solid 2px #dddada;
  margin-bottom:20px;
}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0}



.menu-icon-cust{
    background: #ffc000 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 2px 2px 0 #ffc000;
    height: 75px;
    margin: 0 auto 20px;
    padding: 10px;
    transition: all 4s ease 0s;
    width: 75px;

}


@media only screen and (max-width: 1267px) {
	.carousel-caption {left:19%; right:19%;}
}
@media only screen and (max-width: 1199px) {
	.container { width:96%;}
	.category-blk { font-size:22px;}
}
@media only screen and (max-width: 1024px) {
	.h1-txt .chef-img { right:-13%;}	
	.explore-btn {padding:8px 0; text-align:center }
	.h1-txt { padding:50px 0 30px}
	.mobile-position .mobile-img { width:45%;}
	h2 { font-size:37px;}
	.mobile-position { padding:40px 0}
	.footer { padding-top:70px; text-align:center}
	.footer .text-right { text-align:center;}
	.middleInner .h1-txt { font-size:30px}
	.contact-no { font-size:15px; }
	.footer #myModal { text-align:left}
	.order-table tr td:nth-child(3) { width:100px;}
	.select2-container .select2-choice { padding-top:11px !important; padding-bottom:11px !important; }
	.explore-btn { width:19%;}
	.search-bg { width:78%;}
}
@media only screen and (max-width: 991px) {
	.h1-txt .text-img { width:75%;}	
	.position-div { height:90px;}	
}
@media only screen and (max-width: 990px) {
	.mobile-position .mobile-img { width:40%;}
	.middle-part { padding:60px 0}
	.logo img { width:80%;}
	.carousel-caption { left:10%; right:10%}
	.logo { margin-left:-60px; bottom:-30px}
	.h1-txt .chef-img { display:none}
	.h1-txt {padding: 41px 0 19px}
	.carousel-caption { bottom:2%;}
	.h1-txt .text-img { width:65%;}	
	.app-btn { width:35%;} 
	.category-blk { font-size:18px;}
	
	
	.price-top{ width:50%; float:left; border-bottom:none; border-right:solid 1px rgba(255,255,255,0.7)}
	.price-bottom {width:50%; float:left}
	
	.right-panel { margin-top:30px;	}
	.rightBox { display:none}
	.contact-blk { display:block}
	.panel-default {position:relative}
	.panel-heading ul     { display: none; }
    .panel-heading select { display: inline-block; height:36px; line-height:36px; padding:5px; border:solid 1px #ffc000; color:#000; float:left}

	
}

@media only screen and (max-width: 767px) {
	.h1-txt { padding:20px;}
	.h1-txt .text-img  { position:relative; margin-bottom:15px}
	.form-main { width:100%;}
	.logo {bottom:-35px}
	h2 { font-size:30px;}
	.yellow-blk { margin-bottom:50px;}
	.banner-bottom { padding-bottom:0}
	.middle-part { padding:40px 0;}
	.middle-part h2 { font-size:40px;}
	.dish-blk {margin-bottom:30px;}
	.inner-middle {	padding:30px 0 }	
	.back-btn a { padding:10px inherit; font-size:16px;}
	body {overflow-x: hidden;}	
	.middleInner { text-align:center}
	.middleInner .works-img { margin:0 auto}
	.thank-you-img {padding:40px 20px 0px;} 
	.works-blk h3 { margin-top:20px;}
}
@media only screen and (max-width: 746px) {
	.border-div { font-size:13px;}
}
@media only screen and (max-width: 635px) {
	.dish-text { font-size:13px;}
	.mobile-position .mobile-img { display:none}
	.mobile-text { width:100%; float:none}
	.footer-left, .footer-right { width:100%; float:none; border-top:1px solid #27231a; text-align:center; padding:10px 0; margin:10px 0; border-right:0}
	.footer-top .italic { margin-bottom:20px;}
	.footer-top { padding:40px 0 20px;}	
	.time { float:right; width:100%; text-align:right}
	.logo { margin-left:0; left:0; bottom:auto; top:-15px}
	.logo img { width:60%;}
	.call { float:right; width:100%; text-align:right}
	.top-blk {position:relative; background:rgba(0, 0, 0, 0) url("../images/nav-pattern.jpg") repeat scroll 0 0}
	.black-blk {position:relative; background:none}
	.border-div { border:none}
	.position-div {height:115px;}
	.call img, .time img { width:15px; margin-right:10px;}
	.bnr-btm-txt h1{ font-size:30px;}
	.mobile-blk { text-align:center}
	.app-btn {margin:0 15px;}	
	.explore-btn { font-size:12px; width:30%;}
	.search-bg { width:60%;}
	.carousel-caption {position:relative;left:0; background-color:#000}	
	.tab-pane ul li { width:100%; margin:10px 0 auto 0}
}
@media only screen and (max-width: 477px) {

}

@media only screen and (max-width: 412px) {
	.col-xs-6 { width:100%;}
	.dish-text { font-size:15px;} 
	.call, .time{ font-size:13px;}
}
@media only screen and (max-width: 400px) {
	.order-btn { width:100%; margin-bottom:15px;}
	.back-btn a { padding:8px 15px; font-size:14px;}
	.back-btn a img { width:6px; margin-right:5px}
	.panel-heading {position:relative; right:0; top:0; padding:0; width:100%;}
	.panel-heading select { width:100%;}
}
