 /*----------------  Responsive Css ---------------------*/
 @media screen and (min-width: 990px) and (max-width: 989px) {
 }
@media screen and (min-width: 768px) and (max-width: 989px) {
	.container {width: 100% !important;}
	.navbar-brand > img {height: auto !important;left: 282px !important;width: 170px !important;}
	.navbar-inverse .navbar-nav > li > a {font-size: 14px !important;padding: 10px !important;}
	.vmenu > img {height: auto;left: -8px !important;width: 80px !important;}
	.circle > img {width: 100px;}
	.vmenu img {left: -3px !important;width: 83px !important;}
	.circle {left: -22px !important;width: 100px !important;}
	.rimg > img {min-height: 110px !important;}
	.ordersec {padding: 0 !important;}
}

@media screen and (min-width: 768px) {
	.book {padding: 0 25% 0 0;}
	.styleicon .order-now {display: none;}
	.pickup-table { font-size: 16px; }
	.delivery-table { font-size: 16px; }
	.vmenu {padding: 0 0 0 25%;}
	.location {padding: 0 8%;}
	header .navbar-inverse.affix .navbar-collapse {background: #fcfcfc;}	
	.logostyle {margin-right: 200px;}
	.navbar-brand > img {background: #ccc;border: 2px solid #333;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);height: 112px;left: 376px;position: absolute;top: -35px;width: 175px;z-index: 10;}
	header {padding: 23px 0 15px;}
	.navbar-inverse .navbar-nav > li > a {color: #333;font-size: 19px;padding: 10px 15px;text-transform: uppercase;}
	.carousel-caption {text-shadow: none;bottom:5%;}
	.container {width: 984px;}
	header .navbar-inverse .navbar-collapse {background: #fff;border: medium none;}
	header .navbar-inverse {border: none;min-height: 42px;}
	.navbar-brand {height: 42px;padding: 0;}
	.menu-part {background: rgba(0, 0, 0, 0) url("../images/nav_bg.png") no-repeat scroll 50% 0;padding: 20px 0;}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {background-color: #ee2024;color: #fff ;}
	.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {background-color: #ee2024;color: #fff;}
}

@media screen and (max-width: 767px) {
	.pickup-table h4, .delivery-table h4 {font-size: 20px !important;}
	.circle > img {width: 80px;}
	.nopadding {padding: 0;}
	.ordersec {display: none;}
.carousel {padding-bottom: 7px !important;}
.styleicon { text-align: center; padding:20px 0; }
.ourmenu a.order-now {
    color: #fff;
    text-decoration: none;
}
.vmenu  img { display:none; }
	.box, .innergap {padding-left: 0 !important;padding-right: 0 !important;}
	.carousel-caption > p {display: none;}
	.footer-menu {margin: 2px 0 !important;}
	.logo-foot img {width: 48px !important;}
	.footer-menu > a {font-size: 13px;}
	.section-calltoaction {text-align: center;}
	.circle {height: auto !important;left: -21px !important;top: 50% !important;
	transform: translateY(-50%) !important;-webkit-transform: translateY(-50%) !important;-moz-transform: translateY(-50%) !important;-o-transform: translateY(-50%) !important;
	width: 80px !important;}
	.vmenu > img, .book > img {left: 50% !important;margin: 10px 0 20px;position: relative !important;top: 0 !important;
		transform: translateX(-50%) !important;-webkit-transform: translateX(-50%) !important;-moz-transform: translateX(-50%) !important;-o-transform: translateX(-50%) !important;}
	.navbar-brand > img {	max-width: 100%;}
	.navbar-brand {padding: 5px;	}
}
/* slider  */
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #fff; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }
  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }
/* Safari Fix */
@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 Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */
/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}
/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 
/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


body {
	background: #f3f1f4 url("../images/bg.jpg") repeat scroll 50% 0;
	font-family: 'Source Sans Pro', sans-serif;
	color:#282828;
	font-size:16px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    position: relative;
    top: 2px;
}
.navbar .navbar-collapse {
    text-align: center;
}

.order-now span { padding:0 5px 0 0; }
.order-now,.view-menu-button {

background: #7ba714; /* Old browsers */
background: -moz-linear-gradient(top,  #7ba714 0%, #8bb724 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,   #7ba714 0%,#8bb724 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,   #7ba714 0%,#8bb724 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ba714', endColorstr='#8bb724',GradientType=0 ); /* IE6-9 */

  position: relative;
  padding: 0;

  overflow: hidden;
display: inline-block;
    font-size: 18px;
    font-weight: 700;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  text-transform: uppercase;
  background-color: #2ecc71;
  color: #ecf0f1;
  text-align:center;
  width: 200px;
  height: 50px;
  line-height: 50px;
  transition: background-color .3s;
}
.order-now:hover, .order-now:focus,.view-menu-button:hover,.view-menu-button:focus {color:#fff;opacity:0.8;text-decoration:none;}
.order-now:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.order-now:active:before {width: 120%;padding-top: 120%;transition: width .2s ease-out, padding-top .2s ease-out;}
.circle { border-radius: 50cm;-webkitborder-radius: 50cm;-moz-border-radius: 50cm;height: 157px;left: -100px;position: absolute;top: 28%;width: 157px;z-index: 5;}

.ourmenu h2 a {color: #d52829;text-decoration: none;text-transform: uppercase;}
.ourmenu {margin: 20px 0;position: relative;}
.vmenu  img {
	-webkit-box-shadow: 0 4px 10px -4px #787878;-moz-box-shadow: 0 4px 10px -4px #787878;box-shadow: 0 4px 10px -4px #787878;height: auto;left: -50px;position: absolute;
	top: 20px;transform: rotate(-10deg);-webkit-transform: rotate(-10deg);-moz-transform: rotate(-10deg);-o-transform: rotate(-10deg);width: 100px;}
.book > img {position: absolute;right: -112px;top: 22px;}
.ourmenu > h2 {border-bottom: 1px solid #ccc;font-weight: 700;margin: 0 0 20px;padding: 0 0 8px;text-transform:uppercase;position: relative;text-align: left;}
#popular-items .ourmenu > h2 {text-align: center;}
#opening-hours .ourmenu {margin: 0;}
.ourmenu > h2::after {background: #7ba714;bottom: -3px;content: "";height: 5px;left: 50%;position: absolute;
transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);width: 100px;z-index: 50;}
.ourmenu a {color: #7ba714;text-decoration: underline;}
.ourmenu a:hover { text-decoration:none; }
#locat > ul {list-style: outside none none;margin: 0;padding: 0;}
#locat {background: #c6191a;padding: 8px 0;border-radius:5px;position: relative;}
#locat > ul {background: #393939;display: none;max-height: 116px;overflow-x: auto;padding: 10px 0 5px;position: absolute;top: 36px;width: 100%;z-index: 5;}

#locat a:hover {padding: 0 20px;}
#locat li {padding: 0 0 2px;}
#locat a {color: #fff;display: block;line-height: 14px;margin: 0 0 5px;padding: 0 15px;text-decoration: none;transition: all 0.3s ease-in-out 0s;}
#locat > span {color: #fff;display: block;font-weight: 700;padding: 0 15px;}
#locat:hover ul {display:block;}

#locat::after {background: rgba(0, 0, 0, 0) url("../images/menu-icon.png") no-repeat scroll right top / 36px 36px;content: "";height: 33px;position: absolute;right: 8px;top: 0;width: 36px;}
#locat:hover {border-radius: 5px 5px 0 0;}
#popular-items {padding: 25px 0;	margin-bottom: 30px;border: dotted #ccc;border-width: 2px 0;background: #FFF url(../images/white_grid.gif);margin:20px 0;}
.carousel {background: rgba(0, 0, 0, 0) url("../images/promo_slider_shadow.png") no-repeat scroll center bottom / 100% auto;padding-bottom: 24px;}
.carousel-caption > p {font-size: 18px;font-weight: 700;}
.menubg {background: #fff ;float: left;padding: 20px 0 0;margin:31px 0 0;width: 100%;}


.box {position: relative;margin:0 0 20px;padding:10px;}
.box.mpart1 > img {position: absolute;right: -25px;}
.box.mpart1 > h3 {padding-right: 60px;}
.box > h3, .contact-title {border-bottom: 1px solid #ccc;color: #d52829;font-size: 18px;font-weight: 700;line-height: 24px;margin: 0 0 20px;padding: 0 0 8px;text-align:center;position: relative;text-transform: uppercase;}
.box > h3::after, .contact-title::after {background: #7ba714;bottom: -3px;content: "";height: 5px;left: 50%;position: absolute;transform: translateX(-50%);
    -webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);width: 100px;}
.box a {color: #7ba714;text-decoration: underline;}
.box a:hover {text-decoration: none;}
.rimg {-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);display: block;margin: 0 0 15px;padding: 3px;text-align: center;}
.rimg > img {max-height: 100%;max-width: 100%;min-height: 120px;width: auto;}
.ordersec {padding: 13% 0 0;text-align: center;}
.box.mpart2 {padding-right: 135px;}
.mpart2 .rimg {box-shadow: none;position: absolute;right: -10px;top: -12px;}
.mpart2 .rimg > img {width: 135px;}
.mslider .carousel {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
.mslider .carousel-inner {background: #fff;}
.item > img {	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);padding: 3px;}
.carousel-caption2 {margin: 20px 0;}
.mslider .carousel-indicators li {border: 1px solid #ccc;}
.mslider .carousel-indicators .active {border: 1px solid #222;}
.mslider .carousel-indicators {bottom: 10px;}
.address > a {margin: 0 5px 0 0;}
.address img:hover {opacity: 0.5;}
.address > h4 {font-size: 15px;font-weight: 700;margin: 0 0 5px;text-transform: uppercase;}
.maping {display: block;margin: 0;}
.address a {color: #d52829;font-weight: 700;font-size:14px;}
.pickup-table h4, .delivery-table h4 {border-bottom: 1px solid #dadada;color: #333;font-size: 25px;font-weight: 700;line-height: 30px;margin-bottom: 20px;padding-bottom: 7px;}
dl.table-row {display: block;height: 25px;line-height: 25px;margin: 2px 0;overflow: hidden;    width: 100%;
}
dl.grayed {background-color: #f8f8f7;}
dl.table-row dt.day {display: block;float: left;color:#000;font-weight: normal;width: 30%;}
dl.table-row dd.hours {display: block;float: right;text-align: right;width: 70%;}
dl.table-row dd.hours span {color: #a8a8a8;padding: 0 10px;}
.box-title span {color: #d52829;font-size: 26px;padding: 0 5px 0 0;}
.foot1 {background: #555;padding: 20px 0;}
.we-deliver-to > h3 {color: #fff;font-size: 25px;margin: 10px 0;}
.cities {color: #fff;line-height: 18px;margin: 14px 0;}
.foot2 {background: #191919;border-top: 5px solid #383838;padding: 10px 0;}
.footer-menu {color: #fff;margin: 20px 0;}
.footer-menu > a {color: #fff;}
.logo-foot img {background: #fff; max-width: 100%;padding: 2px 0;width: 100px;}
#about-us .ourmenu {margin: 0;}
#about-us {margin: 0;}
.innergap {background: #fff;float: left;padding: 20px 10px;width: 100%;}
#get-touch .ourmenu {margin: 0;}
#about-us .ourmenu > p {text-align: justify;}
.mslider .carousel-inner > .item > a > img, .mslider .carousel-inner > .item > img {	-webkit-box-shadow: 0 -4px 6px 4px #000;-moz-box-shadow: 0 -4px 6px 4px #000;box-shadow: 0 -4px 6px 4px #000;line-height: 1;}
.address.flus {margin: 10% 0;}
.maping {position: relative;	padding-bottom: 56.25%;padding-top: 25px;height: 0;}
.maping  iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.address.flus img {width: 40px;}
.logo-foot { color: #6d6d6d;padding: 1% 0 0; }

.awesm .nav-stacked {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.affix .navbar-brand > img {
    display: none;
}
.affix .logostyle {
    margin: 0;
}
.awesm { height:95px;}

.navbar.navbar-inverse.affix {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#about-us,#get-touch {padding: 44px 0 0;}
.download {
    float: left;
    width: 100%;margin:12px 0 0;
}
.ourmenu .download > a {
    background: #d52829;
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}
.ourmenu .download > a:hover {
    background: #df3233 none repeat scroll 0 0;
}

.book_table {
    margin: 5px 0 0;
}
.book_table img:hover,.book_table_foot img:hover {
    opacity: 0.8;
}
.book_table_foot {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
/* --------------  popup ------------------ */
@media screen and (max-width: 767px) {
	.puw_Cont h1 {
		font-size: 25px;
	}
	.cupon {
		font-size: 20px !important;
	}
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-dialog {
    max-width: 92%;
    width: 450px;
}
.modal-header {
    border-bottom: medium none navy;
}
#myModal .close {
    background: rgba(0, 0, 0, 0) url("../images/close-icon.png") no-repeat scroll 0 0;
    height: 36px;
    opacity: 1;
    position: absolute;
    right: -15px;
    text-indent: -9999px;
    top: -15px;
    width: 36px;
}
.cupon {
    color: #8f0e00;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.cde1 {
    font-size: 12px;
    font-weight: bold;
}
.modal-content {
    border-radius: 0;
}
.puw_Cont h1 {
    font-weight: 700;
	text-transform:uppercase;
    margin: 0 0 10px;
}
.puw_Cont {
    padding: 0 0 30px;
}
#myModal .close:hover {
    opacity: 0.8;
}
.offer-data {
    background: #e7e7e7;
    color: #8f0e00;
    font-weight: 600;
    margin: 10px 0;
    padding: 10px 0;
}
/* --------------  popup end ------------------ */

.reservation {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.reservation > a {
    background: #7ba714 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px #3c3c3c;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}
.reservation > a:hover {
    background: #6a9603 none repeat scroll 0 0;
}



.book_table a {
    border: solid 1px #da7c0c;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	border: 1px solid #da7c0c;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 5px 0;
    width: 200px;
}
.book_table a:hover,.book_table a:focus {opacity:0.8;text-decoration:none;}